@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0C9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C9;
}
a:hover {
	text-decoration: underline;
	color: #003;
}
a:active {
	text-decoration: none;
	color: #0C9;
}

/* left panel */
.leftpanelcontainer {
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
}
.rightmaincontainer {
	width: 722px;
	margin-left: 1px;
	margin-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

/*showproducts*/
.productitlelink a:link {
	color:#FFF;
	text-decoration:none;
}
.productitlelink a:hover {
	color:#0C9;
	text-decoration:none;
}
.productitlelink a:active {
	color:#FFF;
	text-decoration:none;
}
.productitlelink a:visited {
	color:#FFF;
	text-decoration:none;
}
.producttitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26pt;
	color:#000;
	line-height: .8em;
}
.productprice {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28pt;
	color:#000;
}
.productdes {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color:#000;
}
.altviews {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color:#000;
}

/* cart checkout */
.cartmain {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight:bold;
}
.carttotal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
}
.cartship {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size: 8pt;
}
.addinter {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#D70B00;
	font-size: 9pt;
}