﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #fff;
	text-decoration: none;
}

/* layout */

.main-table
{
	width: 900px;
	margin: 30px 10px 10px 10px;
}

.header-block
{
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #c8c8c8 #dcdcdc #dcdcdc;
	background: #ffffff url('images/header-background.gif') repeat-x 0px 0px;
}

.header-logo
{
	padding-left: 20px;
}

.header-languages
{
	width: 50px;
	margin: 4px 15px 0px 0px;
}

.header-separator
{
	width: 250px;
	height: 1px;
	margin-right: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background: url('images/header-separator.gif') no-repeat;
}

.header-menu
{
	width: 220px;
	margin-right: 8px;
}

.title-block
{
	height: 24px;
	border: solid 1px #999999;
	color: #000000;
	background: url('images/content-top-background.gif') repeat-x 0px 0px;
	padding-top:0px;
	padding-bottom:0px;
}
.title-block h1
{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.title-separator
{
	white-space: nowrap;
	padding-left: 40px;
	background: url('images/title-separator.gif') no-repeat 20px 2px;
}

.title
{
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}

.addition
{
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.content-block
{
	border: solid 1px #999999;
	padding: 14px;
	background: url('images/content-bottom-background.gif') repeat-x bottom;
}

.messages
{
	padding: 0px 0px 10px 5px;
}

.successful-message
{
	color: #003366;
}

.failed-message
{
	color: #cc0000;
}

.sub-title
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.25px;
}

.product-image
{
	padding: 1px;
	border: solid 1px #c8c8c8;
}

.price
{
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

.details-button-block
{
	width: 80px;
	text-align: center;
	background: url('images/details-button.gif') no-repeat 0px 0px;
	padding: 3px 3px 3px 0px;
}

.comment-info
{
	white-space: nowrap;
	font-size: 10px;
}

.contact-information
{
	border: 1px solid #ccccff;
	padding: 10px;
}

.bottom-block
{
	height: 24px;
	border: solid 1px #999999;
	background: url('images/content-bottom-background.gif') repeat-x bottom;
}

.bottom-menu-separator
{
	width: 30px;
	background: url('images/menu-separator.gif') no-repeat 10px 8px;
}

/* controls */

.button, .button:hover, .button:visited , .button:active, .button-disabled, .button-disabled:hover, .button-disabled:visited, .button-disabled:active
{
	border-style: solid;
	border-width: 1px;
	border-color: #c4cccc #acb5b5 #6f7777;
	background: url('images/button-background.gif') repeat-x 0px 0px;
	text-align: center;
	text-decoration: none;
	padding: 1px 5px 2px 5px;
}

.button, .button:visited
{
	color: #000000;;
	cursor: pointer;
}

.button:hover, .button:active
{
	color: #7787e9;
	cursor: pointer;
}

.button-disabled, .button-disabled:hover, .button-disabled:visited, .button-disabled:active
{
	color: #999;
	cursor: text;
}

.details-button, .details-button:hover, .details-button:visited , .details-button:active
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.details-button:hover, .details-button:active
{
	cursor: pointer;
}

.text-box
{
	background: #f8f8f8;
	border: solid 1px #ccc;
	font-size: 11px;
	padding: 2px;
	color: #000000;
	width: 160px;
}

.dropdown
{
	background: #f8f8f8;
	border: solid 1px #ccc;
	font-size: 11px;
	padding: 1px;
	color: #666;
	width: 166px;
}

.link-menu,
.link-menu a
{
	font-size: 11px;
	color: #000000;
}

a.link-menu:link, 
a.link-menu:visited,
.link-menu a,
.link-menu a:visited
{
	text-decoration: underline;
}

a.link-menu:hover, 
a.link-menu:active,
.link-menu a:hover,
.link-menu a:active
{
	text-decoration: none;
}

.grid-table
{
	color :ffffff;
	width: 100%;
	border: 1px solid #999999;
}

.grid-table td
{
	color :ffffff;
	border: 0px solid #999999;
}

.grid-product-table
{
	color :000000;
	width: 100%;
	margin: 2px 0px 2px 0px;
	border: solid 1px #ccccff;
}

.cart-grid-table
{
	color :ffffff;
	width: 100%;
	border: solid 2px #fff;
}

.cart-grid-table td
{
	color :ffffff;	
	border: solid 2px #fff;
	padding: 2px;
}

.cart-grid-table .order-table td
{
	border: none;
	padding: 0px;
}

.cart-grid-table tr.cart-grid-header th
{
	border: solid 2px #fff;
	background-color: #ffffff;
	padding: 2px;
}

.cart-grid-table .cart-grid-row
{
	background-color: #f8f8f8;
}

.cart-grid-table .cart-grid-alternating-row
{
	background-color: #f4f4f4;
}
