div.cart {
	margin-top: 20px;
	margin-left: 50px;
	width: 800px;
	margin-bottom: 30px;
	}

tr.item {
	margin-bottom: 40px;
	}


tr.title {
	font-size: 14px;
	font-family: arial;
	color: #25779a;
	height: 60px;
	text-align: center;
	}
	
tr.ctitle {
	font-size: 14px;
	font-family: arial;
	color: #4c331e;
	height: 30px;
	text-align: center;
	}

td.image {
	width: auto;
	height: 90px;
	}

td.timage img	{
	width: 50px;
	height: 75px;
	margin-top: 5px;
	border: 1px solid #333;
	}



td.product	{
	font-size: 11px;
	font-family: arial;
	color: #4c331e;
	letter-spacing: 2px;
	width: 300px;
	text-align: center;
	}

td.quantity	 {
	width: 120px;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	color: #4c331e;
	letter-spacing: 2px;
	}

td.price {
	width: 120px;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	color: #b6672b;
	}

td.delete	{
	text-align: right;
	width: 100px;
	}

div.guarantees {
	margin: 0 0 0 -10px;
	width:876px;
	height:150px;
	color: #777;
	font-family: trebuchet ms;
	}

span.carttext {
	font-size: 12px;
	line-height: 19px;
	font-family: trebuchet ms;
	color: #777;
	}

div.morebutton {
margin:7px 0 0 210px;
width:85px;
height:16px;
background:#999;
padding: 3px 0 1px 4px;
}

div.guarantees a:link,div.guarantees a:hover,div.guarantees a:focus,div.guarantees a:visited,div.guarantees a:active {
text-decoration: none;
color:#fff;
font-family: trebuchet ms;
font-size: 12px;
}

a.learnmore span.learnmore {
color:#fff;
display:inline;
}
a.learnmore:hover span.learnmore {
display:none;
}
a.learnmore span.learnmorehover {
display:none;
}
a.learnmore:hover span.learnmorehover {
color:#fff;
display:inline;
cursor:pointer;
}

div.space {
	height: 5px;
	}

div#fade {
	height: 120px;
	width: 345px;
	padding: 15px;
	margin: 0 5px 0 0;

	border: 1px solid #e5e5e5;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius; 10px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	}

div#verified {
	float: right;
	margin: 30px 10px 0 0;
	}

div#return {
	height: 120px;
	width: 345px;
	padding: 15px;
	float: right;

	border: 1px solid #e5e5e5;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border-radius; 10px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	}
	



