/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}

.footerText {
	vertical-align: top;
	font-size: 10px;
	color: #003366;
	margin: 0;
	padding: 5px 0 0 10px;
	background-color: #99CCFF;
}

.navCat {
	font-weight: bold;
	font-size: 11px;
}
.navCat td {
	padding: 4px 0 2px 0;
}
.navCat a {
	color: #000000;
	text-decoration: none;
}
.navCat a:hover {
	color: #FF0000;
	text-decoration: none;
}

.loginForm, .loginText {
	background-color: #083878;
	color: #FFFFFF;
	font-size: 10px;
}
.loginForm a:link, .loginForm a:visited {
	color: #CCCCCC;
}
.loginForm a:active, .loginForm a:hover {
	font-weight: bold;
}
.loginForm a:active {
	color: #FF0000;
}
.loginForm a:hover {
	color: #FFFFFF;
}

.loginHeader {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 18px;
}
.itemsList, .itemPanel td{
	font-size: 9px;
}
.itemHeader {
	/* background-color: #72B120; */
	background-color: #0000CC;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	padding: 0px;
}
.itemPrice {
	font-weight: bold;
	color: #FF0000;
}

.topSellerHead, .whatsNewHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.topSellerItem, .whatsNewItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 4px;
}
.specialOfferHead {
	color:#336699;
	font-size: 20px;
	font-weight: bold;
}
.specialOfferItem {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.productDetail, .content {
	margin: 4px;
	padding: 4px;
}
.productDetail li, .productDetail ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.productDescription {
	font-size: 12px;
	font-weight: bold;
}
.productPrice {
	font-size:14px;
	font-weight: bold;
	color:#FF0000;
}
.redBorder {
	border: 2px solid #FF0000;
	padding: 2px;
	margin: 2px;
}
.dataTable th {
	background-color: #FF9900;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
}
.dataTable td {
	background-color: #FFFFCC;
	font-size: 12px;
}
.footerTable {
	font-size: 10px;
}
input {
	margin: 0;
	padding: 0;
}
.productText {
	margin: 0px;
	padding: 0;
	height: 174px;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
	/* border: 1px solid #000000; */
}
.btnBuy {
	margin: 0px;
	padding: 2px;
	vertical-align: bottom;
	height: 15px;
	/* border: 1px solid #000000; */
	text-align: center;
}
.allCaps {
	text-transform: uppercase;
}