ul.cols li {
float:left;
list-style-type:none;
margin:0 8px 40px 0;
min-height:146px;
width:335px;
}

ul.cols li select {
margin:.5em 0;
}

ul.cols li a {
display:block;
margin-bottom:5px;
}

/*
ul.cols li a:first-child {
height:100px;
line-height:100px;
}
*/

ul.cols li a img {
border:medium none;
vertical-align:middle;
}

ul.total{
	padding-bottom:8px;
	
}

a.checkout{
background-color:#CCCCCC;
color:#020304;
font-size:13pt;
letter-spacing:1px;
padding:7px;
text-decoration:none;
}

a.checkout:hover{
text-decoration: underline;
}

#total-action{
clear:right;
float:right;
margin-right:0;
padding:12px;
text-align:right;	
}
.sub-nav li {
	background-image: none;
}

.sub-nav li span { 
	display: block;
	float: right;
}

div.total{
clear:right;
float:right;
font-size:20px;
margin:0 12px 0 0;
text-align:right;
width:150px;
}

div.total label{
	float: left;
	width: auto;
}

button[type="submit"]{
	border: 0px;
	background-color: #88B8E8
	color: white;
	padding: 6px;
	font-size: 12pt;
	float:right;
	left:-6px;
	position:relative;
	top:5px;
	background-color:#CCCCCC;	
}
button[type="submit"]:hover{
	background-color: #ccc;
		
}

.product-image{
float:left;
margin:0 7px 0 0;
height: 132px;
overflow: hidden;
}


.product-name{
color:#88B8E8;
height:45px;
font-family:Helvetica,Verdana,Arial,sans-serif;
font-size:12px;
}

.sale-container {
background-image:url(../img/buy-now-bg.gif);
background-repeat:no-repeat;
float:right;
height:60px;
margin:0 25px 0 0;
padding: 2px 0 0 5px;
position:relative;
top:20px;
width:151px;
color: #333333;
font-size: 14px;
}

.sale-container a {
color: #333333;
}

.sale-pending {
color:#FF0000;
display:block;
font-size:20px;
text-align:left;
width:145px;
}

.buy-now-section a {
float: right;
margin: 0 10px 0 0;
}

.buy-it-now-btn {
clear:right;
left:-6px;
position:relative;
top:5px;
width:88px;;
}

.product-price{
color:#333333;
float:right;
font-size:23px;
font-weight:bold;
left:-9px;
position:relative;
top:2px;
}

table.cart {
border: 1px solid #fff;
}

table.cart th,
table.cart td {
border-bottom:1px solid #fff;
border-right:1px solid #fff;
padding:0.5em;
text-align:left;
vertical-align:top;
}

table.cart td a {
width: 200px;
}

table.cart .input,
table.cart input {
margin-right:0.5em;
width:2em;
}

table.cart td img {
vertical-align:top;
float:left;
}

table.cart img {
border:1px solid #fff;
margin-right:1em;
padding:2px;
}






