body {
	margin: 0px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	overflow:scroll;
	background-color: white;
}
	
a.TopNav {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: black;	
}	

a.TopNav:hover {
	color: blue;
}

.HomeBoxHeader {
	 background-color: #00AEED; 
	 color: white; 
	 font-weight: bold;
	 font-size: 12pt;
}

.socialLogos {
	margin-bottom: 100px;
}

.ThumbTitle {
	width: 230px; 
	height: 30px; 
	overflow: hidden;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.ThumbPrice {
	width: 230px; 
	height: 15px; 
	overflow: hidden;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.ThumbSalePrice {
	color: red;
}

.leftNavItem {
	background: url('images/horizontal_fade.png') repeat; 
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	cursor: pointer;
}

.SearchBox {
	 position:relative;
	 left:17px;
	 top:0px;
	 width:118px;
	 height:15px;
	 border:0px;
	 font-size: 9pt;
	 background-color: transparent;
}

.SearchButton {
	position:relative;
	left:20px;
	top:2px;
	width:13px;
	height:13px;
	border:0px;
}

.pageTitle {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.BreadCrumb {
	font-size: 12pt;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
}
a.BreadCrumb:hover {
	text-decoration: none;
	color: #000;
}

.whiteLink {
	color: white;
	text-decoration: none;
}
a.whiteLink:hover {
	text-decoration: underline;
}

.categoryTable {
	border: 1px solid #007DDF;
}
.categoryTableCell {
	width: 256px; 
	border: 1px solid #007DDF; 
	padding:5px;
}

.categoryFilters {
	font-size: 9pt;
}

.productName {
	font-size: 14pt;
	font-weight: bold;
}

.productOptions {
	padding:10px;
}
.productOptions table {
	border-bottom: 1px solid #00AEED;
	border-left: 1px solid #00AEED;
}

.productOptions th {
	background: url('images/horizontal_fade.png') repeat; 
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	padding: 0 10px 0 10px;
}

.productOptions td {
	background-color: #ABDCED;
	border-top: 1px solid #00AEED;
	border-right: 1px solid #00AEED;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
}

.productOptions .inputSKU {
	width: 50px; 
	border: 0px;
	padding-left:5px;
	text-align: center;
	height: 25px;
	background-color: white;
}

.productOptions li {
	margin-left: -30px;
}

.productFeatures h1, h2, h3 {
	font-size: 14px;
	font-weight: bold;
}

.cartTable table {
	border-bottom: 1px solid #00AEED;
	border-left: 1px solid #00AEED;
}

.cartTable th {
	background: url('images/horizontal_fade.png') repeat; 
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	padding: 0 10px 0 10px;
}

.cartTable td {
	background-color: #fff;
	border-top: 1px solid #00AEED;
	border-right: 1px solid #00AEED;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}

.cartTable .inputSKU {
	width: 40px; 
	border: 1px solid #00AEED;
	text-align: center;
	height: 20px;
	background-color: white;
}

.left-links {margin-top: 5px;}

.billingAddress{width:275px;float:left;border-right:1px solid #AAA;padding-right:20px;}
.shippingAddress{width:275px;float:left;padding-left:20px;font-size:11px;font-weight:normal;}
h3 {font-size:12px;}
