@charset "utf-8";
/* CSS Document */

tr a{
	cursor: pointer;
	color: #43709F;
	text-decoration: none;}
	
tr a:hover{
	cursor: pointer;
	color: #444;
	text-decoration: none;}

.cart-footer{
	text-align:right;}
	
.cart-footer h3{
	font-size:15px;}

.cartTable{
	border-collapse:collapse;
	width:100%;}

.cartTable tbody{
	background:#F8F8F8;
	border:1px solid #ccc;}
	
.cartTable tbody h3{
	font-size:15px;}
	
.cartTable thead{
	background-color:#43709F;
	border:1px solid #9FAFBF;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;}
	
.cartTable th{
	padding:8px 0px;}
	
.cartTable td.image_cell{
	padding: 15px;}

.cartTable td.image_cell img {
	border:4px solid #C2C2C2; }

.cartTable th.image_cell{
	padding-left: 20px;}
	
.cartTable td.total_cell, .cartTable .quantity_cell{
	text-align: center;}
	
.cartTable .quantity_cell a{
	color:#888;
	font-size:11px;
	text-decoration:none;}
	
.cartTable .quantity_cell a:hover{
	color:#333;
	font-size:11px;
	text-decoration:underline;}
	
.cartTable .attr_cell{
	font-size:11px;
	line-height: 2em;}
	
.cartTable .attr_cel a{
	color:#888;
	font-size:11px;
	text-decoration:none;}
	
.cartTable .attr_cel a:hover{
	color:#333;
	font-size:11px;
	text-decoration:underline;}

.cartTable .store_item_attribute{
	text-transform: capitalize;}
	
.cartTable .attr_edit_controls{
	float: right;}
	
.cartTable .attr_edit_controls a{
	padding: 0 8px;}
	
.cartTable .help_icon{
	margin-bottom: -2px;
	cursor: help;}
	
.duringEditing{
	display: none;}
	
.editing .duringEditing{
	display: inline;}
	
.editing .static{
	display: none;}

.store_item_attribute{
	margin-bottom:3px;}

.store_item_attribute select{
	padding:4px;}

.store_item_attribute label{
	display: inline-block;
	min-width: 60px;}
	
.your_price{
	font-size: 12px;
	font-weight: bold;}
	
.base_price{
	font-size: 11px;}
	
.total_price{
	font-size:1.1em;
	font-weight:bold;}

.product-standard_price{
	color:#888;
	font-size:13px;
	margin-bottom:8px;}
	
.product-your_price{
	color:#444;
	font-size:14px;
	margin-bottom:12px;}

.product-aslowas_price{
	color:#444;
	font-size:14px;
	margin-bottom:12px;}
	
.product-aslowas_price label{
	color:#ee880b;}

.product-aslowas_price a{
	color:#43709f;
	font-weight:bold;}
	
.product-quantity{
	margin:15px 0px;}

.product-quantity input{
	padding:4px;}

.product-quantity label{
	display: inline-block;
	min-width: 60px;}

.store_featured{
	background:#F8F8F8;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	margin:20px 0px;
	padding:10px 0px;
	width:740px;}
	
.store_featured h3{
	color:#F4880B;
	font-size:17px;
	margin:0px 0px 18px 10px;}
	
.store_header h3{
	color:#F4880B;
	font-size:17px;
	margin:0px 0px 18px 10px;}
	
.store_header h2{
	color:#F4880B;
	font-size:13px;
	margin:0px 0px 18px 10px;
	border-bottom: 0px dotted black;}

.store_largerprice{
	color: #0D5CAB;
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;}

.store_navbar{
	float:left;
	padding:0px;
	width:100%;}

.store_navbar ul{
	list-style-type:none;
	margin:0;
	padding:0;}
	
.store_navbar ul li{
	font-size:13px;
	margin:0;
	padding:0;}
	
.store_navbar ul li a{
	color:#666;
	display:block;
	margin:0px;
	padding:6px 5px 6px 10px;
	text-decoration:none;}
	
.store_navbar ul li a:hover{
	color:#ee880b;}
	
.store_navbar .subcategory{
	font-size:12px;
	padding-left: 20px;}
	
.store_navbar .subsubcategory{
	font-size:12px;
	padding-left: 30px;}

.store_navbar .selectedcategory{
	font-weight: bold;
	color: green;}

.store_product-right{
	float:right;
	margin-right:10px;
	width:475px;}
	
.store_product-right h2 {
    border-bottom:1px dotted #CCCCCC;
    color:#EE880B;
    font-family:Tahoma,Geneva,sans-serif;
    font-size:20px;
    font-weight:normal;
    margin:0 0 10px;
    padding:0px 0px 5px;}
	
.store_product-text{
	background:url(../images/dottedline.gif) top left repeat-x;
	clear: both;
	margin:10px 25px 0px;
	min-height: 180px;
	padding:10px 0px;}

.store_product-text .clearance{
	font-size:13px;
	line-height:1.5em;
	margin-bottom:10px;}

.store_product-text .description{
	line-height:1.5em;}

.store_search-div{
	float:right;}
	
.store_search-div input{
	padding:4px;}
	
.store_search-div .submitbutton{
	padding:2px;}