/* CSS Document */
#content { font: 76.6% "Times New Roman", Times, serif; }
#content h1 { font-size: 1.8em; font-weight: normal; }
#content h2 { font-size: 1.5em; font-weight: normal; }
#content h3 { font-size: 1.2em; font-weight: normal; }

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(/store/img/btn_cart.png);
	background-color: transparent;
	border: 0;
	height: 20px;
	width: 100px;
	color: #666;
}
input.add:hover {
	cursor: pointer;
}

table#viewcart {
	width: 90%;
	border-collapse: collapse;
	border: 0;
	margin-top: 50px;
	font-size: 12px;
}
table#viewcart tr.carthdr {
	background-color: #333;	
}
table#viewcart th {
	text-align: left;
	color: #fff;
	padding: 4px;
}
table#viewcart td {
	text-align: left;
	padding: 4px;
}


table#viewcart2 {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin-top: 50px;
	font-size: 12px;
}
table#viewcart2 tr.carthdr {
	background-color: #333;	
}
table#viewcart2 th {
	text-align: left;
	color: #fff;
	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: #333;	
}
table#final th {
	text-align: left;
	color: #fff;
	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: #333;	
}
table.cc th {
	text-align: left;
	color: #fff;
	font-size: 12px;
}
table.cc td {
	text-align: left;
	font-size: 12px;
}
.col1 {
	background-color: #fff;
}
.col2 {
	background-color: #eee;
}


.cartitem {
	font-weight: bold;
	font-style: italic;
}
.ar {
	text-align: right !important;
}
.sml {
	font-size: 0.8em;
}
a.shop {
	border: 1px solid #333;
	padding: 2px 4px;
	text-decoration: none;
	color: #000;
}
a.check {
	border: 3px double #333;
	padding: 2px 4px;
	text-decoration: none;
	color: #000;
}
a.shop:hover,a.check:hover {
	color: #fff;
	background-color: #333;
}
.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;
}
