html { height: 100%; overflow-y: scroll; }
body { margin: 0px; padding: 0px; height: 100%; font-family: Tahoma; font-size: 13px; }
img { border: none; }
a { color: #7D7EB7; outline: none; text-decoration: underline; }
a:hover { text-decoration: none; }
form { margin: 0px; }
h1 { font-weight: normal; margin: 0; font-size: 28px; color: black; font-family: Tahoma; padding: 0; line-height: 1.0; }

button, a.button
{
	background: #35424B; 
	border: 0; 
	margin: 0;
	color: white; 
	padding: 7px 10px; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold; 
	cursor: pointer; 
}

.modalShadowLayout 
{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
}

#page { min-height: 100%; position: relative; min-width: 985px; margin: 0 auto; padding: 0px; background: white; }
#head { height: 170px; padding: 0; margin: 0 auto; background: #F4F7FA;  }
#body { width: 1200px; margin: 0 auto; padding: 0px 0px 150px 0px; overflow: hidden; background: white; padding-top: 20px; }
#foot { position: absolute; bottom: 0; height: 100px; left: 0; right: 0; padding: 0px 0px; }

.auto-complete { background: #FAFAFA; border: 1px solid #333333; }
.auto-complete-item { display: block; cursor: pointer; color: #000000; padding: 4px; background: #FFFFFF; white-space: nowrap; }
.auto-complete-selected { display: block; cursor: pointer; color: #000000; padding: 4px; background: #DDDDDD; white-space: nowrap; }

.nmb { margin: 0 auto; width: 420px; background: #FAFAFA; border: 1px solid #DBDBDB; }
.nmb td.photo { padding: 10px; }
.nmb a.photo:hover { opacity: 0.9; filter: alpha(opacity=90); }
.nmb td.text { font-size: 15px; padding-left: 15px; width: 100%; text-align: center; padding: 10px; }
.nmb a { color: #000000; text-decoration: none; }
.nmb a:hover { color: #666666; }

table.data { border-collapse: collapse; border: #E2E2E2 solid 1px; font-size: 12px; }
table.data th { font-family: Arial; color: #333333; }
table.data th { background: #F0F0F0; padding: 4px 7px; border: #E2E2E2 solid 1px; text-align: center; }
table.data td { padding: 4px 7px; border: #E2E2E2 solid 1px; color: #333333; line-height: 1.4; }

#cartModalForm { background: #FAFAFA; border: 1px solid #DBDBDB; padding: 20px; width: 800px; margin: 30px auto; }
#cartModalForm h1 { margin-bottom: 15px; }
#cart-summary span { font-size: 17px; }

.cart { border-collapse: collapse; width: 100%; }
.cart th { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; text-align: center; font-weight: normal; white-space: nowrap; }
.cart td { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; line-height: 1.4; height: 45px; }
.cart td.summary { text-align: right; }
.cart td.name { width: 100%; }
.cart td.price { white-space: nowrap; text-align: right; }
.cart td.qty { white-space: nowrap; text-align: center; }
.cart td.qty input { width: 30px; }
.cart td.discount { white-space: nowrap; text-align: center; }
.cart td.amount { white-space: nowrap; text-align: right; }
.cart td.total-amount { font-weight: bold; font-size: 14px; font-family: Arial; }
.cart img { display: block; margin: 0; }

.cart-close-button, .cart-checkout-button 
{
	display: block;
	float: left;
}

.cart-checkout-button { margin-right: 10px; }

.modalForm { padding: 15px; background: #FAFAFA; border: 5px solid #444; }

.pn a { display: block; padding: 0px 12px 0px 0px; color: #666; text-decoration: none; font-size: 14px; }
.pn a:hover { text-decoration: underline; }
.pn a.selected { font-size: 16px; font-weight: bold; color: #000000; }
.pn a.np { text-decoration: none; color: #999999; font-size: 14px; }
.pn a.np:hover { text-decoration: underline; }

.commonForm { background: white; padding: 10px 5px 20px 5px; margin: 50px auto 0 auto; }
.commonForm h1 { margin-bottom: 20px; }
.commonForm legend { margin-left: 1em; color: #000000; font-weight: bold; padding: 0 10px; margin: 0 auto; display: none;  }
.commonForm label { float: left; width: 12em; margin-right: 1em; text-align: left; color: #666666; } 
.commonForm select { margin: 0; border: 1px solid #BBB; padding: 3px 3px 3px 1px; } 
.commonForm input { margin: 0; } 
.commonForm input[type='text'] { width: 20em; padding: 3px 3px; border: 1px solid #BBB; } 
.commonForm input[type='password'] { width: 20em; padding: 3px 3px; border: 1px solid #BBB; } 
.commonForm input[type='checkbox'] { vertical-align: middle; margin-top: -3px; }
.commonForm fieldset { margin: 0 0 0 0; padding: 0; border: 0px solid #DEDEDE; }
.commonForm fieldset ol { padding: 0; list-style: none; }
.commonForm fieldset li { padding-bottom: 0.5em; }
.commonForm fieldset ol ol { margin-left: 12em; margin-top: 1em; overflow: hidden; }
.commonForm fieldset ol ol label { float: none; }
.commonForm fieldset ol ol li { float: left; width: 100%; }
.commonForm fieldset.submit { float: none; width: auto; border: 0 none #FFF; padding-left: 14em; }  
.commonForm .errors { padding-left: 11em; color: red; padding-top: 10px; }
.commonForm .form-messages { padding-bottom: 20px; padding-top: 5px; line-height: 1.3; }
.commonForm .form-buttons, .commonForm .form-messages, .commonForm fieldset ol ol, .commonForm .form-right { margin-left: 12em; padding-left: 12px; }
.commonForm .form-error-message { color: red; }
.commonForm .element-error-message { font-size: 11px; color: red; margin-top: 3px; margin-left: 13em; }
.commonForm .required { float: right; color: #888; margin-right: -5px; }

a.cube { display: block; float: left; color: #666666; border: 1px solid #E1E1E1; width: 180px; height: 30px; padding-top: 15px; text-align: center; margin: 0px 10px 10px 0px; text-decoration: none; }
a.cube:hover { border: 1px solid #D1D1D1; color: #333333; } 
a.cube img.cube { opacity: 0.9; filter: alpha(opacity=90); width: 150px; height: 120px; display: block; }
a.cube:hover img.cube { opacity: 1.0; filter: alpha(opacity=100); }

#loginForm { display: table; margin-left: auto; margin-right: auto; }
#loginForm input[type=text] { width: 330px; }
#loginForm input[type=password] { width: 330px; }
#loginForm a { float: right; margin-top: 8px; }
#loginForm .form-messages { max-width: 330px; }

#search-line { position: absolute; top: 65px; left: 400px; }
#search-line input { font-size: 14px; padding: 6px 5px 7px 5px; width: 270px; margin-right: 5px; border: 1px solid #C4C6CC; }
#search-line button { border: none; cursor: pointer; } 

.products { margin-right: -20px; } 
.products-item { width: 190px; height: 320px; margin: 0 15px 15px 0; border: 1px solid #D1EAF3; float: left; padding: 15px; position: relative; }
.products-item-image { display: block; height: 190px; margin-bottom: 15px; position: relative; }
.products-item-image img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.products-item-name { line-height: 1.5; margin-bottom: 10px; font-size: 14px; }
.products-item-name a { color: #7979B9; }
.products-item-features { margin-bottom: 10px; line-height: 1.5; color: #9A99CA; font-size: 11px; }
.products-item-price { font-size: 20px; color: black; font-weight: bold; font-family: Arial; position: absolute; bottom: 18px; left: 15px; }
.products-item-price .currency { font-size: 14px; color: #333; font-weight: normal; }
.products-item-order-button { position: absolute; right: 15px; bottom: 15px; }
.products-item-availability { color: red; position: absolute; bottom: 20px; right: 15px; font-weight: bold; }

#head-phone { font-size: 33px; color: #3FB8AF; font-family: Arial; font-weight: bold; }
#head-phone span { font-size: 15px; }

#head-links { position: absolute; top: 80px; right: 270px; }


#head-menu { background: url(/view/images/topmenu-bg.jpg) repeat-x; overflow: hidden; height: 50px; }
#head-menu a 
{ 
	padding: 13px 30px; 
	display: block; 
	float: left; 
	text-decoration: none; 
	font-size: 14px; 
	border-left: 1px solid #d9d9d9; 
	border-right: 1px solid #fff; 
	color: #676b6c;
}

#head-menu a:last-child { border-right: none; }
#head-menu a:hover { color: black; }

#head-purchase-order-summary { position: absolute; top: 0px; right: 0px; padding: 5px 10px; color: white; width: 170px; height: 60px; }
#purchase-order-summary { text-align: left; color: white; margin-top: 10px; font-size: 15px; background: url('/view/images/cart-header.png') no-repeat left center; padding-left: 40px; }
#purchase-order-summary-text { font-size: 13px; } 
