/* CSS document */


.clr {
	display: block;
	clear: both;
	height: 0px;
}

a {
	outline: transparent none;
}
p { padding:0; margin:0; }

body {
	margin:0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#cart h1 {
	text-align: center;
	color: #FFF;
	font-size: 28px;
	margin: 0;
	margin-bottom: 15px;
}


#wrapper {
	width: 990px;
	margin: 5px auto;
	position: relative;
}

#cart {
	width: 313px;
	padding: 20px 10px;
	background: #5794d8;
	float: right;
}

#cart .entry {
	background: url(./images/ui/cart_entry.png) no-repeat;
	width: 305px;
	height: 84px;
	margin: 10px auto;
	position: relative;
}

#cart .entry img {
	position: absolute;
	z-index: 2;
	left: 19px;
	top: 15px;
}
#cart .entry .quantity {
	display: block;
	width: 34px;
	height: 24px;
	background: url(./images/ui/cart_entry_qty.png) no-repeat 50% 0;
	position: absolute;
	left: 88px;
	top: 50px;
	z-index: 4;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
	font-size: 12px;
}

#cart .action.increase_quantity, #cart .action.decrease_quantity {
	position: absolute;
	display: block;
	top: 60px;
	width: 15px;
	height: 15px;
	text-indent: -99999px;
	z-index: 5;
}


#cart .action.increase_quantity {
	left: 120px;
	width: 17px;
	height: 16px;
	background: transparent url(./images/ui/cart_qty_increase.png) no-repeat center;
}
#cart .action.decrease_quantity {
	left: 80px;
	background: transparent url(./images/ui/cart_qty_decrease.png) no-repeat center;
}

#cart .entry .priceholder {
	position: absolute;
	font-size: 12px;
	bottom: 8px;
	right: 15px;
}

#cart .entry .title {
	display: block;
	position: absolute;
	left: 90px;
	top: 22px;
	font-weight: bold;
	width: 200px;
}
#cart .shipping .title {
	top: 15px;
}

#cart .entry .action.remove_product,
#more_info .close_button {
	display: block;
	text-indent: -99999px;
	width:24px;
	height: 24px;
	background: url(./images/ui/cart_entry_remove.png) no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
}
#more_info .teaser {
	float: left;
}

#cart .entry .action_change.set_country_id {
	font-size: 13px;
	line-height: 16px;
	border: 1px dotted #2a8711;
	padding: 1px;
	background: #ebe1bd none;
	color: #000;
	font-weight: bold;
	margin: 0px 0 2px -6px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
}
#cart .shipping big {
	display: block;
	font-size: 13px;
	padding: 1px 0;
	margin: 0px 0px;
}

span.price {
	color: #b80000;
	color: #2a8711;
	color: #444;
	font-weight: normal;
}

.euro {
	font-size: 80%;
}

#cart .priceholder.total_price,
#preview .priceholder.total_price {
	/*background: url(./images/ui/cart_entry.png) no-repeat;*/
	width: 205px;
	height: 84px;
	margin: 10px auto;
	color: #FFF;
	font-size: 16px;
	position: relative;
	padding-left: 100px;
}


	#preview .priceholder.total_price { color: #000; position: static; width: auto; margin: 10px; }

	#cart .priceholder.total_price .price,
	#preview .priceholder.total_price .price  {
		display: block;
		float: right;
		text-align: right;
		background-color: #fff;
		padding: 4px 15px;
		width: 90px;
	}
	
	
#cart .payment_method a img {
	margin: 2px;
	border: 0 solid transparent;
}

#cart .payment_method a.active img {
	margin: 0;
	border: 2px solid #fff;
}
#cart .payment_method h3 {
	margin: 25px 0 5px;
	color: #fff;
	font-size: 15px;
}

#shop .product .info {
	display: none;
}

#more_info .product .non_info {
	display: none;
}




#shop {
	display: block;
	float: left;
	width: 650px;	
}


#shop .product {
	display: block;
	float: left;
	width: 290px;
	height: 210px;
	padding: 10px 8px 8px;
	margin: 0 8px;
	background: url(./images/ui/product_background.jpg) repeat-x;
}
#shop .product img {
	float:left;
	margin: 0 10px 20px 0;
}
#shop .product .title {
	margin:0px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: normal;	
}
#shop .product .teaser {
	display: block;
	float: left;
	width: 170px;
	height: 100px;
	position: relative;
}
#shop a.action.more_info {
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
}
#shop .product .priceholder {
	font-size: 14px;
	line-height: 30px;
	float: left;
}

#shop .product .add_product_box {
	float: right;
}


.modal {
	position: absolute;
	left: 50%;
	width: 580px;
	margin-left: -290px;
	padding: 40px;
	border: 2px solid #000;
	background: #fff;
	z-index: 10;
	top: 20px;
	font-size: 14px;
}

.modal p {
	margin: 20px;
	font-size: 14px;
}




#errors {
	z-index: 21;
	top: 140px;
	background:#ff8e8e;
}


.horizontal_line {
	border-top: 1px dotted #666;
	margin: 0px 0 10px;
}


#shipping input, #shipping textarea, #preview .email {
	width: 340px;
	border: 1px solid #666;
	padding: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #227;
}

#shipping {
	font-size: 14px;
}
#shipping textarea {
	font-size: 12px;
	height: 80px;
	line-height: auto;
	font-family: Arial, Helvetica, sans-serif;
}


#loading {
	position: absolute;
	width: 990px;
	left: 0;
	top: 0;
	height: 10px;
	background: #fff;
	z-index: 20;
	background: #fff url(./images/ui/ajax_loader.gif) no-repeat center;
}

.payment_method label {
	cursor: pointer;
	cursor: hand;
}



#preview .shipment_address {
	font-size: 16px;
	font-weight: bold;
	color: #227;
	padding: 10px;
	border: 4px solid #eee;
}






















a.button, input.button {
	display: block;
	float:left;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	
	margin: 2px 0px 0px 1px;
	
	color: #000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	text-transform: uppercase;
	
	font-weight: bold;
}
a.button span {
	height: 20px;
	display: block;
	background-color:#2a8711;
	color: #fff;
	border-top: 3px solid #3ca121;
	border-right: 0px solid #666666;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #666666;
	padding: 1px 15px 2px;
	cursor: hand;
	cursor: pointer;
	
}

a.button:hover {
	display: block;
	float:left;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #666666;
	margin: 0px 0px 0px 0px;
}
a.button:hover span {

}

a.button:active {
	display: block;
	float:left;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #666666;
	margin: 2px 0px 0px 0px;
}
a.button:active span {

}


input.button {
	height: 40px;
	display: block;
	background-color:#2a8711;
	color: #fff;
	border-top: 3px solid #3ca121;
	border-right: 0px solid #666666;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #666666;
	padding: 1px 15px 2px;
	cursor: hand;
	cursor: pointer;
}

















