/* Webshop links */
#webshopLinks{
	display: block;
	float: right;
}
#webshopLinks form, #webshopLinks .login{
	float: left;
	margin: 9px 0;
	display: block;
	color: #f9f9f9;
}
#webshopLinks .login{
	padding-right: 10px;
	border-right: 1px solid #f9f9f9;
}
#webshopLinks .login a{
	color: #f9f9f9;
	text-decoration: underline;
}
#webshopLinks .login a:hover{
	text-decoration: none;
}
#webshopLinks form input[type="submit"]{
	background: none;
	border: none;
	font: normal 11px Verdana;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #f9f9f9;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #f9f9f9;
	text-decoration: underline;
}
#webshopLinks form input[type="submit"]:hover{
	text-decoration: none;
}

/* Small cart box */
#smallCartWrapper{
	display: block;
	width: 150px;
	height: 40px;
	padding: 10px 10px 10px 60px;
	color: #f9f9f9;
	background: #333;
	border: 1px solid #fff;
	font-size: 11px;
	clear: both;
	float: right;
	background: #333 url("../media/structure/cart.png") no-repeat 10px center;
}
#smallCartWrapper a{
	color: #f9f9f9;
	margin-left: 10px;
}
#smallCartWrapper #cartHeader{
	display: block;
	font-size: 1.3em;
	margin-bottom: 0.6em;
}
#smallCartWrapper #cartHeader #cartLogin{
	float: right;
	font-size: 11px;
	line-height: 17px;
}
#smallCartWrapper #cartTotal, #smallCartWrapper #cartLinks{
	float: right;
}
#smallCartWrapper #cartTotal{
	margin: 0.4em 0 0.8em 0;
}

/* Cart page */
#cart{
	width: 100%;
	border-spacing: 0px;
}
#cart th{
	text-align: left;
}
#cart tr.odd{
	background: #f9f9f9;
}
#cart td, #cart th{
	padding: 3px 5px;
}
#cart form input[type="text"]{
	width: 40px;
	padding: 2px;
	border: #ccc 1px solid;
}
#cart form input[type="submit"]{
	background: #333;
	border: none;
	padding: 3px;
	color: #fff;
}
#cart td.last, #cart th.last{
	text-align: right;
	width: 100px;
}

/* Customer form */
#customerForm{
	
}
#customerForm h2, .block_header{
	margin: 10px 0 5px 0;
	background: #f5f5f5;
	padding: 7px 10px;
	text-shadow: 1px 1px 0 white;
}
#customerForm .column, #customerLogin .column{
	display: block;
	width: 410px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
#customerForm label, #customerForm input[type="text"], #customerForm input[type="password"], 
#customerLogin label, #customerLogin input[type="text"], #customerLogin input[type="password"]{
	display: block;
	float: left;
	margin: 0 0 4px 0;
}
#customerForm label, #customerLogin label{
	width: 180px;
	clear: left;
	line-height: 24px;
}
#customerForm input[type="text"], #customerForm input[type="password"], #customerLogin input[type="text"], 
#customerLogin input[type="password"]{
	width: 200px;
	clear: right;
	border: #bbb 1px solid;
	padding: 3px;
}
#customerForm #postal{
	width: 50px;
}
#customerForm #city{
	width: 137px;
	margin-left: 5px;
}
#customerForm #fname{
	width: 81px;
}
#customerForm #lname{
	width: 106px;
	margin-left: 5px;
}
#customerForm input[type="submit"], #customerLogin input[type="submit"]{
	clear: both;
	display: block;
	background: #333;
	border: none;
	padding: 5px 7px;
	color: white;
	cursor: pointer;
	margin: 10px 0 0 15px;
	float: left;
}
#customerLogin #customer_register, #customerForm #customer_login{
	float: left;
	margin: 10px 0 0 15px;
	padding: 5px 0;
	font-size: 13px;
}

/* Order form */
#orderCreate{
	
}
#orderCreate h2, #cartMarkup h2{
	clear: both;
	margin: 10px 0 5px 0;
	background: #f5f5f5;
	padding: 7px 10px;
	text-shadow: 1px 1px 0 #fff;
}
#orderCreate fieldset, #cartMarkup table{
	clear: both;
	display: block;
	margin: 0 0 0 15px
}
#cartMarkup table{
	text-align: left;
	border-spacing: 0px;
}
#cartMarkup table td, #cartMarkup table th{
	padding: 5px 7px;
}
#cartMarkup table td.name{
	width: 230px;
}
#cartMarkup table .odd{
	background: #f9f9f9;
}
#orderCreate label, #orderCreate input[type="text"]{
	display: block;
	float: left;
	margin: 4px 0;
}
#orderCreate label{
	width: 200px;
	clear: left;
	line-height: 24px;
}
#orderCreate input[type="text"]{
	width: 220px;
	clear: right;
	border: #bbb 1px solid;
	padding: 3px;
}
#orderCreate #deliveryPostal{
	width: 65px;
	margin-right: 5px;
}
#orderCreate #deliveryCity{
	width: 142px;
}
#orderCreate #invoicePostal{
	width: 65px;
	margin-right: 5px;
}
#orderCreate #invoiceCity{
	width: 142px;
}
#orderCreate input[type="submit"]{
	clear: both;
	display: block;
	background: #333;
	border: none;
	padding: 5px 7px;
	color: #fff;
	cursor: pointer;
	margin: 10px 0 0 15px;
}
#orderCreate input[type="submit"]:hover{
	background: #444;
}

/* Webshop menu */
#webshopMenu{
	display: block;
	float: left;
	width: 215px;
	margin-top: 10px;
	padding-left: 5px;
	background-color: #fff;
}
#webshopMenu ul{
	list-style: none;
	margin: 0;
}
#webshopMenu ul ul{
	margin: 0 0 0 14px;
}
#webshopMenu li.hidden{
	display: none;
}
#webshopMenu li.parent > a{
	background: url("../media/min.png") no-repeat left center;
}
#webshopMenu li.parent.current > a{
	background: url("../media/max.png") no-repeat left center;
}
#webshopMenu li.current.active > a{
	color: #000;
}
#webshopMenu li a{
	display: block;
	line-height: 20px;
	padding-left: 14px;
	color: #555;
	font-weight: bold;
	font-family: arial;
}
#webshopMenu li a:hover{
	color: #000;
	text-decoration: none;
}
#webshopMenu li.selected > a{
	font-weight: bold;
}

/* Product list */
#startProductsWrapper{
	width: 780px;
}
.productBox{
	display: block;
	width: 170px;
	height: 315px;
	float: left;
	margin: 0 20px 20px 0;
	background: #eee;
	position: relative;
}
.productBox .productBoxImage{
	display: block;
	margin: 8px auto;
	width: 150px;
	height: 150px;
	line-height: 150px;
	background-color: #fff;
	position: relative;
}
.productBox .productBoxImage .dealBanner{
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	line-height: 20px;
	padding: 0 10px;
	float: right;
	background: #ff0000;
	color: #f9f9f9;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	border-radius: 20px;
	text-shadow: 1px 1px 0 #555555;
}
.productBox .productBoxImage img{
	vertical-align: middle;
}
.productBox .productBoxTitle{
	display: block;
	font-size: 1.2em;
	height: 20px;
	margin: 0 10px 0 10px;
}
.productBox .productBoxDescription{
	display: block;
	height: 80px;
	margin: 0 10px;
}
.productBox .productBoxPrice{
	float: right;
	margin-right: 7px;
	font-size: 1.1em;
}
.productBox .productBoxPrice .newPrice{
	color: #ff0000;
}
.productBox .productBoxPrice .orgPrice{
	text-decoration: line-through;
	margin-left: 7px;
}
.productBox .productBoxBottom a.readOn{
	display: block;
	position: absolute;
	bottom: 5px;
	left: 7px;
	line-height: 24px;
}
.productBox .productBoxBottom input[type="submit"], .productBox .productBoxBottom .see_alternatives{
	position: absolute;
	bottom: 5px;
	right: 0;
	border: none;
	background: #333;	
	color: #fff;
	padding: 3px;
	margin: -5px 5px 0 0;
	cursor: pointer;
	font-size: 13px;
}
.productBox .productBoxBottom input[type="submit"]{
	*width: 35px;
	*padding: 1px 3px;
}
.productBox .productBoxBottom input[type="submit"]:hover, .productBox .productBoxBottom .see_alternatives:hover{
	background: #555;
	text-decoration: none;
}

/* Product single */
#viewProduct{
	
}
#viewProduct #productImage, #viewProduct #productInfo{
	display: block;
	float: left;
}
#viewProduct #productImage{
	width: 350px;
	margin-right: 20px;
}
#viewProduct #productInfo{
	width: 390px;
}
#viewProduct #productInfo #viewProductDescription{
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #333333;
}
#viewProduct #productInfo input[type="submit"]{
	float: right;
	border: none;
	background: #333;	
	color: #fff;
	padding: 5px 8px;
	cursor: pointer;
}
#viewProduct #productInfo input[type="submit"]:hover{
	background: #555;
}
#viewProduct #productImage{
	overflow: hidden;
	max-width: 350px;
	max-height: 350px;
}
#viewProduct #viewProductFoot #price{
	display: block;
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	clear: both;
}
#viewProduct #viewProductFoot #newPrice{
	color: #ff0000;
	font-size: 1.2em;
}
#viewProduct #viewProductFoot #orgPrice{
	text-decoration: line-through;
	margin-left: 10px;
}
#viewProduct #viewProductHead #dealBanner{
	display: block;
	line-height: 40px;
	padding: 0 20px;
	margin: 5px 0;
	float: right;
	background: #ff0000;
	color: #f9f9f9;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	border-radius: 20px;
	text-shadow: 1px 1px 0 #555555;
}
#viewProduct #dealDescription{
	font-weight: bold;
}
#viewProduct #viewProductHead{
	display: block;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #333333;
}
#viewProduct #viewProductHead h2{
	float: left;
	line-height: 50px;
	margin: 0px;
	font-size: 1.8em;
}
#viewProduct #viewProductHead .brandBox{
	display: block;
	float: right;
}
#viewProduct #viewProductFoot{
	display: block;
	margin: 0 0 10px 0;
}
#viewProduct #viewProductFoot form label, #viewProduct #viewProductFoot form select{
	display: block;
	width: 100px;
	float: left;
}
#viewProduct #viewProductFoot form label{
	clear: left;
	line-height: 22px;
	margin: 0 0 4px 0;
}
#viewProduct #viewProductFoot form select{
	clear: right;
	padding: 2px;
	margin: 0 0 2px 0;
}
#viewProduct #viewProductFoot .attributeTitle, #viewProduct #viewProductFoot .attributeValue{
	display: block;
	float: left;
	line-height: 22px;
	margin: 0 0 4px 0;
	width: 100px;
}
#viewProduct #viewProductFoot .attributeTitle{
	clear: left;
}
#viewProduct #viewProductFoot .attributeValue{
	clear: right;
}


/* Brand list */
#brandsWrapper{

}
#brandsWrapper .brandBox{
	display: block;
	width: 150px;
	height: 190px;
	background: #eee;
	padding: 10px;
	margin: 0 20px 20px 0;
	float: left;
}
#brandsWrapper .brandBoxImage{
	display: block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: #fff;
	margin: 0 0 10px 0;
}
#brandsWrapper .brandBoxImage img{
	vertical-align: middle;
}
#brandsWrapper .brandBoxTitle{
	font-size: 1.2em;
	display: block;
}

/* Brand single */
#brandInfo{
	display: block;
	height: 170px;
	margin-bottom: 10px;
}
#brandInfo #logotypeBox{
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	line-height: 170px;
	background: #fff;
}
#brandInfo #logotypeBox img{
	vertical-align: middle;
}
#brandInfo #description{
	display: block;
	width: 800px;
	margin-left: 10px;
	float: left;
	font-size: 1.1em;
	line-height: 1.6em;
}

/* Related products */
#relatedProductsWrapper{
	display: block;
	margin-top: 30px;
}
#relatedProductsWrapper #relatedProductsHead{
	margin: 0 0 20px 0;
	display: block;
}
#relatedProductsWrapper .relatedProductBox{
	width: 120px;
	height: 222px;
	padding: 10px;
	margin: 0 12px 12px 0;
	float: left;
	display: block;
	background: #eee;
}
#relatedProductsWrapper .relatedProductBoxTitle{
	display: block;
	margin: 4px 0;
}
#relatedProductsWrapper .relatedProductBoxDescription{
	display: block;
	height: 78px;
}

/* ORDER HISTORY & VIEW ORDER */
#order_history, #order_contact, #order_fields{
	width: 98%;
	margin: 0 1%;
	border-spacing: 0px;
}
#order_history th, #order_contact th, #order_fields th{
	text-align: left;
}
#order_history tr.odd, #order_contact tr.odd, #order_fields tr.odd{
	background: #f9f9f9;
}
#order_history td, #order_history th{
	padding: 4px;
}
#order_contact th, #order_fields th, #order_contact td, #order_fields td{
	padding: 6px;
}
#order_fields{
	margin: 20px 1% 0 1%;
}
#order_contact td{
	width: 16%;
}
#order_view_back{
	margin: 0 0 20px 1%;
	display: inline-block;
}
#webshop_comment{
	display: block;
	margin: 0 1%;
	padding: 6px;
}