/* CSS Document */
img.viewcart {
	border: 0px;
	float: right;
	margin-right: 30px;
}
div.item {
	padding: 0px 20px 12px 0px;
	margin-bottom: 15px;
}
div.item h2 {
	font-size: 16px;
}
div.item td.price {
	text-align: right;
}
div.image {
	float: left;
}
div.image img {
	padding: 0px;
	border: 0px;
}
div.image img.product {
	margin: 0px 10px 0px 0px;
}
div.image p {
	text-align: center !important;
	font-size: 10px;
}
div.image a {
	text-decoration: none;
	color: #666 !important;
}

div.clearer {
	clear: both;
	border-top: 1px solid #ddd;
	/*height: 0px;*/
}

input.add {
	background-image: url(images/btn_cart.gif);
	border: 0;
	height: 20px;
	width: 85px;
	color: #666;
}
input.add:hover {
	cursor: pointer;
}



table#viewcart {
	width: 600px;
	border-collapse: collapse;
	border: 2px solid #ccc;
	margin-top: 50px;
	font-size: 12px;
}
table#viewcart tr.carthdr {
	background-color: #f1f1f1;	
}
table#viewcart th {
	padding: 4px 10px;
	background-color:#6E6894;
	color:#fff;
	text-align: right;
}
table#viewcart td {
	text-align: right;
	padding: 4px 10px;
}







table#viewcart2 {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin-top: 50px;
	font-size: 12px;
}
table#viewcart2 tr.carthdr {
	background-color: #f1f1f1;	
}
table#viewcart2 th {
	text-align: left;
	color: #666;
	padding: 4px;
}
table#viewcart2 td {
	text-align: left;
	padding: 4px;
}




table#final {
	width: 90%;
	border-collapse: collapse;
	border: 0;
	margin-top: 50px;
	font-size: 12px;
}
table#final tr.carthdr {
	background-color: #f1f1f1;	
}
table#final th {
	text-align: left;
	color: #666;
	padding: 4px;
}
table#final td {
	text-align: left;
	padding: 4px;
}





table.cc {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table.cc tr.cchdr {
	background-color: #f1f1f1;	
}
table.cc th {
	text-align: left;
	color: #666;
	font-size: 12px;
}
table.cc td {
	text-align: left;
	font-size: 12px;
}
.col1 {
	background-color: #e1e1e1;
}
.col2 {
	background-color: #f1f1f1;
}




.cartitem {
	font-weight: bold;
	font-style: italic;
	color:#AE1B1F;
}
.ar {
	text-align: right !important;
}
.sml {
	font-size: 0.8em;
}



a.shop {
	border: 1px solid #cccccc;
	padding: 6px;
	text-decoration: none;
	color: #333;
	margin-top:10px;
	background: #fff url(images/nav_up.gif) top left no-repeat;
	font-weight:bold;
	font-size:10px;
}
a.shop:hover,a.check:hover {
	color: #FFF;
	background: #fff url(images/nav_dn.gif) top left no-repeat;
}



a.check {
	border: 3px double #f1f1f1;
	padding: 2px 4px;
	text-decoration: none;
	color: #666;
}

.note {
	color: #900;
	font-size: 0.8em;
}
.error {
	color: #f00;
}
div.itemactions a {
	text-decoration: underline;
	white-space: nowrap;
}
div.itemactions a:hover {
	text-decoration: underline;
}
#store_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}



table.productdisplay {
	padding: 0;
	background-color: #fff;
	margin: 20px 0px;
	width: 100%;
	border-collapse:collapse;

}
table.productdisplay td {
	border: 2px solid #ccc;
	border-collapse:collapse;
	padding: 5px;
}

table.productdisplay p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
}
table.productdetails {
	padding: 0;
	margin: 0;
	background-color: #fff;
	width: 100%;
	color: #000;
	border-collapse:collapse;

}
table.productdetails td {
	border: 2px solid #ccc;
	border-collapse:collapse;
	padding: 2px;
	color: #666;
	text-align:center;
}

table.productdetails th {
	border: 2px solid #ccc;
	border-collapse:collapse;
	padding: 2px;
	background-color:#6E6894;
	color:#fff;
	text-align:center;
	}	
