@import url(product.listitem.css);

#layout_content h2 {
	margin-bottom: 10px;
	color: #1b5c9d !important;
	font-size: 18px;
}

#layout_content h3 {
	margin-bottom: 10px;
	color: #900b09 !important;
	font-size: 16px;
}

#layout_content span.pipe {
	margin: 0 6px;
	display: inline !important;
	color: #e4e4e4 !important;
}

#cart_errors {
	margin: 5px 0;
	padding-bottom: 5px;
	background: #F7F7F7 none repeat scroll 0 0;
	border-top: 1px solid #FF0000;
	color: #f00;
	font-size: 12px;
	text-align: left;
}

#cart_errors li {
	margin-top: 5px;
	padding-left: 26px;
	background: url(/images/default/validation_failed_background.png) no-repeat 8px 2px;
}



/*
 *	Cart offers
 */

#cart_offers h3 {
	display: none;
}

#cart_offers div.offer h4 {
	font-size: 14px;
}

#cart_offers div.offer p {
	margin-bottom: 5px;
	font-size: 11px;
}

#cart_offers div.offer {
	height: 1%;
	margin-bottom: 5px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #329403;
	background: url(/images/default/cart_offer_background.gif) repeat-y;
}



/* Product image */

#cart_offers div.offer div.image {
	float: left;
}

#cart_offers div.offer div.image a.image {
	display: block; /* Wrap the border around the image */
	border: 1px solid #ddd;
}

#cart_offers div.offer div.image a.image:hover {
	border-color: #888 !important;
}

#cart_offers div.offer div.image img {
	vertical-align: top;
}



/* Product information */

#cart_offers div.offer div.information {
	margin-left: 10px;
	padding-top: 10px;
	float: left;
}



/* Pricing / "add to cart" button */

#cart_offers div.offer div.order {
	float: right;
	text-align: right;
}

#cart_offers div.offer div.order span.price {
	display: block;
	color: #888;
	font-size: 11px;
	font-weight: bold;
}

#cart_offers div.offer div.order span.price strong {
	color: #329403;
	font-size: 20px;
}




/*
 *	Cart navigation
 */

div.navigation_cart {
	width: 100%;
	height: 28px;
	margin: 10px 0;
	overflow: hidden;
}



/* Checkout */

div.navigation_cart button {
	width: 250px;
	height: 28px;
	float: right;
	border: none;
	background: url(/images/default/navigation_cart_button_background.png) no-repeat 0 0;
	cursor: pointer;
}

div.navigation_cart button:hover {
	background-position: 0 -28px;
}

div.navigation_cart button span {
	display: none;
}



/* "Continue shopping" */

div.navigation_cart a.backtoshop {
	width: 162px;
	height: 0;
	margin-right: 10px;
	padding-top: 28px;
	float: right;
	overflow: hidden;
	background: url(/images/default/navigation_cart_a_background.png) no-repeat 0 0;
}

div.navigation_cart a.backtoshop:hover {
	background-position: 0 -28px;
}

div.navigation_cart_float a {
	height: 0;	
	width: 162px;
	margin-right: 10px;
	padding-top: 28px;
	float: left;
	overflow: hidden;
	background: url(/images/default/navigation_cart_a_background.png) no-repeat 0 0;
}



/* Order information */

#navigation_order_information {
	float: left;
}

#layout_content #cart_contents #navigation_order_information h3 {
	margin-bottom: 0;
	color: #555 !important;
	font-size: 11px !important;
}

#navigation_order_information a {
	font-size: 11px;
}




/*
 *	Cart contents
 */


#cart_contents h3 {
	font-size: 14px;
	color: #555;
}

#cart_contents p {
	margin: -8px 0 0 0;
	color: #555;
}

#cart_contents p.error {
	margin-top: 0;
}

#cart_contents ul {
	margin-top: 5px;
}

#cart_contents table {
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	font-size: 11px;
}

#cart_contents td {
	padding: 3px 5px 5px 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #eee;
}

#cart_contents td.product,
#cart_contents td.price,
#cart_contents td.quantity {
	background: #f7f7f7;
}

#carton_contents td.product {
    padding-left: 35px;
}



/* Table headings */

#cart_contents th {
	padding: 5px;
	color: #fff;
	background: #666;
	text-align: left;
	border-bottom: 1px solid #cfcfcf;
}

#cart_contents th.price {
	text-align: right;
}



/* Quantity */

#cart_contents col.quantity {
	width: 100px;
}

#cart_contents td.quantity {
	overflow: hidden;
	vertical-align: top;
}

#cart_contents td.quantity input {
	width: 20px;
	height: 16px; /* Opera (mac) needs height or else it will show default height of the input box */
	float: left;
	padding: 1px 0;
	border: 1px solid #666;
	text-align: center;
}

#cart_contents td.quantity a.delete {
	width: 20px;
	height: 0;
	padding-top: 20px;
	display: block;
	overflow: hidden;
	background: url(/images/default/delete_button.png) no-repeat 0 0;
}

#cart_contents td.quantity a.delete:hover {
	background-position: 0 -20px;
}

#cart_contents td.quantity input.recalculate {
	width: 20px;
	height: 18px;
	margin: 0 5px;
	float: left;
	background: url(/images/default/update_button.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
}

#cart_contents td.quantity input.recalculate:hover {
	background-position: 0 -20px;
}

#cart_contents td.quantity a.noquantitychange {
    margin-top: -12px;
	margin-right: 17px; /* uses ie.css, needs more margin */
	float: right;
}



/* Product */

#cart_contents td.product div.product_information {
	height: 1%;
	margin-right: 80px;
	overflow: hidden;
}

#cart_contents tr.preorder td.product div.product_information {
	width: 70%;
	float: left;
}

#cart_contents td.product div.product_information a {
	color: #1b5c9d !important;
	text-decoration: underline;
}

#cart_contents td.product div.product_information a:visited {
	color: #103254 !important;
}

#cart_contents td.product div.product_information a:hover {
	color: #4794e0 !important;
}

#cart_contents td.product div.product_information a.image {
	margin: 0 5px 5px 0;
	float: left;
	border: 1px solid #ccc;
}

#cart_contents td.product div.product_information a.image:hover {
	border-color: #888;
}

#cart_contents td.product div.product_information ul {
	clear: both;
}

#cart_contents td.product div.product_information li {
	margin-bottom: 5px;
	background: #fff;
}

#cart_contents td.product div.product_information li img {
	border: 1px solid #ccc;
}

#cart_contents tr.indent td.product img {
    border: 1px solid #ccc;
}



/* Free products */

#cart_contents td.product div.product_information.free img {
    border: 1px solid #f60;
}

#cart_contents td.product div.product_information.free p {
    margin-top: 10px !important;
    display: inline;
    color: #000 !important;
}

#cart_contents td.product div.product_information.free p span {
    color: #555;
}

#cart_contents td.product div.product_information.free p strong {
    color: #f60;
}



/* Serviceplan */


#cart_contents tr.indent.serviceplanoption td.product {
    padding-left: 40px;
}



/* Combination products */

#cart_contents tr.indent td.product  {
    padding-left: 40px;
    background: #fff;
}

#cart_contents tr.combination td.product img  {
    border: 1px solid #ccc;
}

#cart_contents tr.combination td.product div.product_insurance {
    padding-left: 36px;
}



/* Pre-order */

#cart_contents td.preorder {
	background-image: url(/images/default/cart_preorder_background.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#cart_contents div.product_preorder {
	width: 105px;
	margin-left: -105px;
	float: right;
	color: #68007a;
	background: url(/images/default/preorder_small_icon.gif) no-repeat 70px 50%;
}

#cart_contents div.product_preorder h4 {
	color: #68007a;
	font-size: 11px;
}

#cart_contents div.product_preorder p {
	margin-top: 0;
}



/* Price */

#cart_contents col.price {
	width: 75px;
}

#cart_contents td.price {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

#cart_price_tax {
	background: #fff !important;
	text-align: right;
}

#cart_price_tax p {
	margin: 0;
	color: #555;
	font-size: 11px;
}

#cart_price_tax p strong {
	font-size: 12px;
}



/* free shipping action */

#cart_contents td.price.free {
	color: #f60;
}



/* Discount */

#cart_contents tr.discount td {
	background: #e0efda;
}

#cart_contents tr.discount td.quantity {
	text-align: center;
	vertical-align: middle;
}

#cart_contents tr.discount td.description h3 {
	color: #329403 !important;
}

#cart_contents tr.discount td.description a {
	color: #000;
}

#cart_contents tr.discount td.price {
	color: #329403;
	vertical-align: middle;
}



/* Simonly */

#cart_contents tr td.product img.simonly {
	margin: 0 5px 5px 0;
	border: 1px solid #ddd;
	float: left;
}



/* Insurance */

#cart_contents tr.insurance td.product,
#cart_contents tr.insurance td.quantity,
#cart_contents tr.insurance td.price {
	background: #fff;
}

#cart_contents tr.indent td.product div.product_insurance {
	margin: 0 0 -5px 0; /* uses ie.css, IE uses less negative bottom margin */
}

#cart_contents tr.insurance td img.icon {
	margin: 0 5px 5px 0;
	float: left;
	border: 1px solid #ddd;
}

#cart_contents tr.insurance td h4 {
	font-size: 12px !important;
}

#cart_contents tr.insurance td.product p {
	text-align: left;
}

#cart_contents tr.insurance td.quantity {
	vertical-align: middle;
}

#cart_contents tr.insurance td p {
	margin: 0;
	text-align: right;
	color: #000;
}



/* Shipment method */

#shipmentmethod {
	margin: -2px 0 0 0; /* uses IE6 and IE7 fix */
	border-spacing: 2px 0 !important;
}

#shipmentmethod tr.method.hover td {
	background: #f7f7f7;
	cursor: pointer;
}

#shipmentmethod tr.disabled.hover {
	background: #fff !important;
}

#shipmentmethod tr.hover td.select {
	background: #c1c1c1;
}

div#cart_contents table#shipmentmethod td h3 {
	margin-bottom: 0;
	color: #000 !important;
}

div#cart_contents table#shipmentmethod td h3 span {
	font-weight: normal;
}

#shipmentmethod p {
	margin-top: 0;
}

#shipmentmethod p strong.stocklocation {
	color: #000;
}

#shipmentmethod p.assortmentstate_onstock {
	height: 16px;
	padding-left: 15px;
	background: url(/images/default/sprite_out-on-stock.png) no-repeat 0 3px;
	line-height: 16px;
}

#shipmentmethod p.assortmentstate_outofstock {
	height: 16px;
	padding-left: 15px;
	background: url(/images/default/sprite_out-on-stock.png) no-repeat 0 -17px;
	line-height: 16px;
}

#shipmentmethod col.select {
	width: 30px;
}

#shipmentmethod td.information {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

#shipmentmethod td.information strong.preorder {
	color: #6b007a;	
}

#shipmentmethod td.select {
	border-bottom: 1px solid #eee;
	background: #c1c1c1;
	text-align: center;
}

#shipmentmethod td {
	vertical-align: middle;
	border: none;
}



/* Disabled shipment method */

#shipmentmethod tr.disabled,
#shipmentmethod tr.disabled p,
#shipmentmethod tr.disabled a {
	color: #afafaf;
}

#shipmentmethod tr.disabled input {
	background: #afafaf;
}

#cart_contents tr.disabled p.error {
	color: #555;
}



/** Delivery date selection */

#shipmentmethod span.deliverydate {
	margin-right: 5px;
	float: left;
}

#shipmentmethod select {
	margin-right: 5px;
	float: left;
	font: 11px Arial, Helvetica, Verdana, Sans-Serif;
}

#shipmentmethod div.select {
	height: 17px;
	margin-right: 5px;
	float: left;
	background: url(/images/default/deliverydate_select_background.png) no-repeat;
	font-size: 11px;
}

#shipmentmethod div.select.active,
#shipmentmethod div.select:hover {
	background-position: 0 100%;
}

#shipmentmethod div.select a {
	padding: 0 2px 0 5px;
	display: block;
	color: #000;
	line-height: 17px;
	text-decoration: none;
}

#shipmentmethod div.select a.selection {
	padding: 0 20px 0 5px;
	background: url(/images/default/deliverydate_select_selection_background.png) no-repeat 100% 0;
	font-weight: bold;
}

#shipmentmethod div.select.active a.selection {
	background-position: 100% 100%;
}

#shipmentmethod div.select ul.options {
	width: 177px;
	margin: 0;
	padding: 0 2px 2px 1px;
	display: none;
	clear: left;
	z-index: 1;
	position: absolute;
	list-style: none;
	background: url(/images/default/deliverydate_select_options_background.png) no-repeat 0 100%;
}

#shipmentmethod div.select.active ul.options {
	display: block;
}

#shipmentmethod div.select ul.options a {
	border-top: 1px solid #ccc;
	line-height: 15px;
}

#shipmentmethod div.select ul.options a:hover {
	color: #fff;
	background: #80a2c3;
}

#shipmentmethod div.select.active ul.options a.selected {
	color: #fff;
	background: #1b5c9d;
	cursor: default;
}

#shipmentmethod div.select.active ul.options a.disabled,
#shipmentmethod div.select.active ul.options a.disabled:hover {
	color: #999;
	background: #fff;
	cursor: help;
}




/*
 *	Checkoutoffer
 */

#cart_checkoutoffer {
	height: 1%;
	margin-top: 10px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

#layout_content #cart_checkoutoffer h3 {
	margin-bottom: 0;
	padding-left: 10px;
	display: block;
	color: #fff !important;
	background: url(/images/default/cart_recommended_heading.png) repeat-x 0 0;
	font-size: 12px;
	line-height: 22px;
}

#cart_checkoutoffer div {
	width: 31%;
	float: left;
	padding: 0 5px;
	padding-bottom: 2px;
	margin: 5px 0;
	border-right: 1px solid #eee;
}

#cart_checkoutoffer div h4 {
	font-size: 12px;
}

#cart_checkoutoffer div.last {
	border-right: none;
}

#cart_checkoutoffer div a.image {
	margin: 0 5px 5px 0;
	float: left;
}

#cart_checkoutoffer div a.image img {
	border: 1px solid #ccc;
}

#cart_checkoutoffer div a.image:hover img {
	border-color: #888;
}

#cart_checkoutoffer div p.order {
	width: 100%;
	margin: 0;
	float: left;
	color: #555;
	text-align: right;
	line-height: 24px;
}

#cart_checkoutoffer div p.order a {
	margin-left: 5px;
}

#cart_checkoutoffer div p.order a.cart_addtocart_small {
	width: 54px;
	height: 24px;
	float: right;
	display: block;
	background: url(/images/default/small_button_product_order.png) no-repeat 0 0;	
}

#cart_checkoutoffer div p.order a.cart_addtocart_small:hover {
	background-position: 0 -24px;
}

#cart_checkoutoffer div p.order a.cart_addtocart_small span {
	display: none;
}

#cart_checkoutoffer div p.order span.order_information {
	width: 144px;
	float: left;
}

#cart_checkoutoffer div p.order strong {
	color: #000;
	font-size: 14px;
}




/**
 * Prepare cart
 */

#cart_prepare {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#cart_prepare button {
	padding: 0px 5px;
}

#cart_prepare iframe {
	display: none;
}



/**
 * Product status actionboxes
 */

div.actionbox div.deliverydate {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	font-size: 11px;
}

div.actionbox div.store p strong {
	color: #000;
}

div.actionbox div.store_info {
	height: 1%;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	font-size: 11px;
}

div.actionbox div.store_info img {
	margin-left: 5px;
	float: right;
}

div.actionbox div.store_info {
	height: 1%;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	font-size: 11px;
}

div.actionbox div.store_info img {
	margin-left: 5px;
	float: right;
}

div.actionbox div.store_address {
	height: 1%;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	font-size: 11px;
}

div.actionbox div.store_address h4 {
	font-size: 11px;
}

div.actionbox div.store_address div {
	width: 50%;
	float: left;
}

div.actionbox div.store_address strong {
	color: #329403;
}

#insurance_contents img {
	margin-left: 3px;
}