@charset "utf-8";

/*body*/
body{
	background-color:#444444; 
	margin-top:0px;
}
h1 {
font-size:16px;
}
h3 {
font-size:12px;
}
.mainBox{
	width:960px; 
	background-color:#ffffff; 
	border:1px solid #000000;
}

/*header*/
.header{
	width:960px; 
	height:110px; 
	background-image:url(../images/template/global-header-bg.png);
}
.headerLogo{
	padding-left:20px;
	float: left;
}
.addyStr{
	font-size: 18px;
	font-weight:bold;
	color: #fff;
}
.menuBoxMain{
	width:960px; 
	height:30px;
	background-color:#000000;
	border-top:1px solid #444444; 
	border-bottom:1px solid #444444;
}
.menuBoxLeft{
	float:left; 
	padding-left: 20px; 
	padding-top: 2px; 
	color:#ffffff; 
	width:460px;
}
.menuBoxLeft a{
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-size: 18px;
}
.menuBoxLeft a:hover{
	color: #e00;
}
.menuBoxRight{
	float:left; 
	padding-right: 20px; 
	padding-top: 4px; 
	width:460px;
}
.shadowBox{
	width:960px; 
	height:8px; 
	background-image:url(../images/template/menu-bottom.png); font-size:1px;
}

/*footer*/
.footer {
	width:960px; 
	height:50px; 
	background-color:#222222;
	padding-top:7px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#CCC;
	text-align:center;
}
.footer a {
	color:#CCC;
	font-weight:bold;
}
.footer a:hover {
	color:#FFF;
}

/* CSS for the other boxes */
.smallBox{
	margin-bottom:6px;
	width:175px; 
	text-align:center; 
	margin-right:4px; 
	float:left; 
	clear:none;
	border:1px solid #696969;
	background-color:#FFF;
}
.smallBox a{
	border: 0px;
	color: #000;
	text-decoration: none;
	margin: 0px;
}
.smallBox a:hover{
	color: #006699;
}
.smallBoxHeader{
	height:45px; 
	width:175px; 
	float:left; 
	clear:both; 
	background-repeat:no-repeat; 
	background-position:bottom center; 
	vertical-align:middle; 

	font-weight:bold; 
	font-size:16px;
}
.smallBoxHeadText{
	padding-top:2px;
}
.smallBoxImg{
	width:173px; 
	float:left; 
	clear:both;
	border:0px;
	height:216px;
}
.smallBoxFooter{
	height:110px; 
	width:175px; 
	float:left; 
	clear:both;   
	font-size:10px;
	font-weight:300;
}
.smallBoxFooter a{
	color:#FFFFFF; 
	font-size:10px;
	font-weight:300;
}

.smallBoxFooter a:hover{
	color: #66CCFF; 
	font-size:10px;
	font-weight:300;
}
/*Stuff for all*/
body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
table{
	font-size:12px;
}
.partClass{
	border-bottom: dotted 1px #000;
	padding-bottom: 10px;
}
.classOptions{
	margin-left:40px;
	margin-right:40px;
}
.optBtn{
	margin-left:20px;
}
.topNavNums{
	border-bottom: dotted 1px #000;
	text-align:left;
	padding:10px;	
}
.navNums{
	text-align:left;
	padding:10px;	
}
.global-float-right {
	float:right;
	width:68%;
	text-align:left;
}
.partContainer{
	margin: 20px;
}
.product-tables-head {
	color:#999999;
}	
.product-tables-top {
	background-color:#000000;
	font-weight:bold;
	color:#fff;
}
.product-tables-mid {
	background-color:#EEEEEE;
}
.product-tables-mid2 {
	background-color:#DDDDDD;
}
.product-tables-price {
	width:70px;
	font-weight:bold;
}
.product-tables-bottom {
	background-color:#CCCCCC;
	font-weight:bold;
}
.product-tables-instock {
	font-weight:bold;
	color:#FF0000;
}
.optionContainer{
	margin: 20px;	
}
.product-tables-top2{
	background-color: #FF9900;
	font-weight:bold;
}
#img_container {
	display:block;
	padding:0px 5px 5px 0px;
	margin:0;
	list-style:none;
}
#img_container {
	float:left;
	width:250px;
	text-align:center;
}
#img_container a img {
	border:1px solid #000;
	padding:1px;
	background-color:#FFF;
}
#img_container a:hover img {
	border:1px solid #FF0000;
}
a {
	color:#FF0000;
	font-weight:bold;
}
a:hover {
	color:#FF9900;
	font-weight:bold;
}
.optionsDesc {
padding-left:5px;
}
.siteLinks {
color:#FFFFFF;
font-size:10px;
font-weight:400;
}


.siteLinks:hover{
color:#ff0000;
font-size:10px;
font-weight:400;
}
.discount {
clear:both;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;
background-image:url(/global/images/saleicons/discountbg.jpg);
background-repeat:no-repeat;
background-position:center;
text-align:center;
margin-left:2px;
vertical-align:middle;
padding-left:4px;
padding-right:4px;
}

.optional-items{
margin-top:10px;
padding-top:10px;
border-top:1px dotted #000;
}