.alert-red {font-size:1.5em; color:#F00;}
#cart-container{ width:920px; margin:0 auto; text-align:left; }
#cart-container .basket-header{ background-image:url(../_img/headers/basket-header.jpg); width:198px; height:47px; margin:60px 0 0 0; }
#cart-container .basket-header h4{ display:none;}

/*ul.cart-update{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:920px;
	background:#f2f2f2;
	border:0px 1px 1px 1px solid #c7c7c7;
	border-top:0;
}
ul.cart-update .left{
	float:left;
	width:500px;
	padding-left:4px;
	overflow:hidden;
}
ul.cart-update .right{
	float:right;
	width:350px;
	text-align:right;
	overflow:hidden;
	padding-right:4px;
}

ul.cart-update li {
	height:27px;
	line-height:27px;
}*/

ul.item-price{
	width:920px; 
	margin:20px auto;
	list-style:none;
}

/*ul.item-price li{
	float:left;
	width:896px;
	overflow:hidden;
}
*/
ul.item-price .row{
	width:920px;
	overflow:hidden;
	margin:10px 0 0 0;
	border-bottom:solid 2px #e9eaea;
	padding:10px 0;
}

ul.item-price .title{
	width:920px;
	height:27px;
	line-height:27px;
	color:#999999;
	font-size:18px;
	font-weight:bold;
	border-bottom:solid 7px #e9eaea;
}

ul.item-price .title div{
	padding-top:0 !important; 
}
.t1, .t2, .t3, .t4{ float:left;}


ul.item-price .row .t1{
	width:490px;
	padding-top:1px;
}
ul.item-price .row .t1 img{
	float: left;
	margin: 0 20px 0 0;
	width:186px; 
	height:130px;
}

ul.item-price .row .t1 h3 a{
	font-weight:100;
	text-decoration:underline;
	font-size:18px;
	margin:0 0 10px 0;
}
ul.item-price .row .t1 p{
	font-size:1em;
	color:#6d6d6d;
}
ul.item-price .row .t2{
	font-size:18px;
	width:140px;
	font-weight:bold;
	text-align:right;
}
ul.item-price .row .t2 span{ color:#737373;}

ul.item-price .row .t3{
	font-size:18px;
	width:80px;
	font-weight:bold;
	text-align:right;
	
}
ul.item-price .row .t3 input{
	width:27px;
	height:15px;
	text-align:center;
	border:1px solid #979797;
	font:12px Arial, Helvetica, sans-serif;
}

ul.item-price .row .t4{
	font-size:18px;
	width:187px;
	font-weight:bold;
	text-align:right;		
}

ul.item-price .row .t4 span{ color:#379300;}
/*
ul.item-price .separate{
	background:url(../media/css/separator.gif) repeat-x 0 0;
	padding:6px 0 0 0;
	margin:8px 0 0 0;
}*/
ul.item-price .option{
	margin:50px 0 0 0;
}
ul.item-price .option ul{
	margin:0 0 0 105px;
	padding:0;
	overflow:hidden;
	width:300px;
	list-style:none;
}
ul.item-price .option ul li{
	float:left;
	width:auto;
}
ul.item-price .option ul a{
	padding:0 0 0 17px;
	margin:0 36px 0 0;
	background:url(../_img/icons/plus-icon.png) no-repeat left;
	color:#999999;
	text-decoration:none;
}
ul.item-price .option ul a:hover{ text-decoration:underline;}

/***************************************************************************************/
ul.cart-update{
	float:right;
	margin:0 30px 0 0;
	padding:0;
	width:500px;
	list-style:none;
	overflow:hidden;
	color:#444444;
}
ul.cart-update .button{
	float:right;
	overflow:hidden;
}
ul.cart-update .code{
	float:right;
	text-align:right;
	overflow:hidden;
	margin-right:10px;
}
ul.cart-update .code input{ border:solid 1px #dedede;}
ul.cart-update li {
	height:27px;
	line-height:27px;
}

.cart-summary a.continue{
	margin:10px 13px 0 0;
}
.cart-summary{
	float:right;
	width:388px;
	border:solid 7px #e9eaea;
}
.cart-summary strong.title{
	position:absolute;
	color:#751c1f;	
	font-size:13px;
	font-weight:bold;
}
.cart-summary ul{
	width:348px;
	overflow:hidden;
	margin:10px 23px 10px 0;
	padding:0;
	list-style:none;
	float:right;
}
.cart-summary ul li{
	float:left;
	width:348px;
	line-height:28px;
}
.cart-summary ul li.total{
	border-top:1px solid #ddd; 
}
.cart-summary ul span{
	float:right;

	text-align:right;
	font-weight:bold;
	color:#379300;
	font-size:18px;
}
.cart-summary ul strong{
	float:right;
	text-align:right;
	margin-right:5px;
	color:#444444;
}
.cart-summary ul .add span,
.cart-summary ul .add strong{
	font-weight: normal;
}

.cart-summary ul span.negative{
	float:right;
	width:95px;
	text-align:right;
	font-weight:bold;
	color:red;
}
.summary{
	overflow:hidden;
	width:920px;
	padding:23px 0 0 0;
}

.custom{padding:0 0 12px 7px;}
.custom p{margin:10px 0 0;}
.complete-order:hover,a.continue:hover{text-decoration:underline;}
a.checkout{
	width:171px;
	float:right;
	height:25px;
	background:url(../_img/buttons/checkout-button.jpg);
	margin:0 23px 0 0;
	float:right;
}
a.checkout span{ display:none;}
a.continue-shopping{
	padding:0 0 0 17px;
	margin:10px 23px 10px 0;
	background:url(../_img/icons/plus-icon.png) no-repeat left;
	color:#999999;
	text-decoration:none;
	float:right;	
}
a.continue-shopping:hover{ text-decoration:underline;}
.submit-box a.continue{
	margin:-2px 0 0 0;
}

/**********************************************empty cart*****************************************/
.error-message{
	width:920px;
	line-height:27px;
	border-bottom:solid 7px #e9eaea;
	padding:10px 0;
} 
.error-message p{ color:#999999; font-size:18px; font-weight:bold; }
.error-message ul{ list-style:none; }
.error-message ul li a{ padding:0 0 0 17px; background:url(../_img/icons/plus-icon.png) no-repeat left; color:#999999;}

