html, * {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}


body{
	padding: 5px;
	background-repeat: repeat-x;

} 
.logoSidehead {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
}
#main p {
	font-size: 12px;
	padding-bottom: 10px;
}


a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; /* overrides decoration from previous rule for hovered links */
}



* { 
    -moz-box-sizing: border-box; 
}



/* global styles */
a { color:#175D7F; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }


/*======================================================END GLOBAL RULES===============================================================*/




/* Container which encloses the whole site to allow easy width change */
#container{
	width:900px;	/* change value to adjust width */
	text-align:left;
	background-color: #FFFFFF;
	vertical-align: top;
	background-position: 0px 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	
	margin-bottom: 0px;
	
}



#wrap {
	width:870px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 280px;
}

#contentTable {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
}




#miniCartContainerTop {
	width: 860px;
	position: absolute;
	text-align: right;
	color: #FFFFFF;
	top: 4px;
	font-weight: normal;
	font-size: 12px;
}







#leftNav {
padding-top: 0px;
width: 168px;
}
#leftNav #catNav {
	
}
#leftNav .categories h2 {
	font-size: 12px;
	color: #528ACE;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}






h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:8px;
	color:#663333;
	font-size: 180%;
	font-weight: normal;
}
h2
{font-size:155%;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
	color:#663333;
margin-bottom:8px;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:8px;
	
	margin-top:20px;
	margin-bottom:20px;
	color:#663333;
	font-size: 120%;
	font-weight: normal;
	border-bottom:#C00 solid 1px;
}

#newsBar {
	margin-left: 174px;
	list-style-type: none;
	margin-bottom: 14px;
	text-align: right;
	
}




/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;

	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}










/* Horizontal navigation */
#nav {
	background:white;
	width:100%;
}






#headerBorder {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}




#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/
#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:square;
	margin:0px;
	line-height:15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}



#horiz_nav  {
margin: 0px;
width:900px;
position:absolute;
top:23px;
padding: 0px;
display: inline;
font-size:11px;
float:left;
text-align:right;
}
#horiz_nav li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}

#horiz_nav li a {
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
}
#horiz_nav  li  a:hover  {
	text-decoration: underline;
}









/* MAIN CONTENT SPACE ON ASLL WEB PAGES */
#main {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;

	margin: 0px;
	
}



/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
	
}



/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-size:75%;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#ffffff;
   background-color: #00CC33;
   font-weight: bold;
   border:1px solid #333333;
   
}

/* General styles */
.menuhdr{
	background-color: #b00a0a;
	color : White;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
	font-size: 12px;
	
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}


.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #999999;
font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #8D8DB8;
	font-style: normal;
	font-size: 17px;
	font-weight: bold;
	
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;

	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}



/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-weight : bold;
	color:#333;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;

}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th {
	vertical-align:middle;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
	font-size: 12px;
	text-align: left;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {
	font-size: 10px;


}
.price2 {
	font-size: 15px;
font-weight:bold;
color:#5188C8;

}
#footer_nav {
	font-size: 55%;
	list-style-type: none;
	text-align: center;
	border-top:solid;
	border-top-color:#999999;
	border-top-width:1px;
}



#footer_nav ul
{
	list-style-type: none;
	width: 100%;
	display: inline;
	background-color: #00FFCC;
}

#footer_nav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 8px;
	margin-left: 8px;
}

#footer_nav  li a
{
	text-decoration: none;
	display: inline;
	color: #999999;
	list-style-type: none;
}

#footer_nav  li a:hover
{
	color: #333333;
}
.cellPad3 {
	padding: 3px;
}
.whiteOut {
	color: #FFFFFF;
}
.lightBlue_Text {
	color: #C5C1FF;
}
.bold {
	font-weight: bold;
}
.catBorder {
	
	margin: 0px;
	padding: 0px;
	
}
.pad0 {
	margin: 0px;
	padding: 0px;
}

#hidenLayer {
	position: absolute;
	width: 100px;
	left: -500px;
	overflow: scroll;
	height: 100px;
}

#search {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: right;
	display: inline;
}
#userTools {
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	padding-top: 0px;
}

.searchfield {
	vertical-align: top;
	border: 1px solid #999999;
	text-align: left;
	background-color: #FFFFFF;
	height: 20px;
	color: #696969;
	width: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-repeat: repeat-x;
	font-weight: bold;
	margin: 0px;
}
.searchbutton {
	background-color: #B0B0B0;
	border: 1px solid #999999;
	font-size: 13px;
	height: 21px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 1px;
}

#rightnav .rightWhite {
	color: #FFFFFF;
	background-color: #000033;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.vertBar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
}

#header {
position:absolute;
top:0px;
height: 130px;
width:900px;


}

blockquote {
padding-left:10px;}

.6pad {
	margin-top: 6px;
}
#contentTable #main strong {
	color: #666666;
}
.priceBlockHead 
{
font-size:11px;
}


#catHeadPic{

position:absolute;
width:500px;
	left: 630px;
	top: 175px;
}
#catHeadPic h1{
color:#FFFFFF;
font-size:24px;
text-align:right;
}
#catHeadPic p{
color:#FFFFFF;
font-size:14px;
text-align:right;
}


#catHeadPic2{
text-align:right;
position:absolute;
width:250px;
	left: 630px;
	top: 197px;
}
#catHeadPic2 h1{
color:#FFFFFF;
font-size:19px;

}
#catHeadPic2 p{
color:#FFFFFF;
font-size:14px;

}

#main li {
padding-left:10px;
list-style:circle;
margin-left:30px;
}


























dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font: 80% verdana, arial, sans-serif;
position: absolute;
top: 30px;
left: 150px;
z-index:100;
width: 100%; /* precision for Opera */
color:white;
}
#menu dl {
float: left;
width: 9.2em;

}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;

color:white;

}

#menu dt a {
color:white;
}

#menu dl dt a {
color:white;
}

#menu dl #dd ul li a {
color:white;
}


#menu dd {
display: none;
border: 1px solid gray;
color:white;
}
#menu li {
text-align: center;
background: #fff;

}
#menu dd li a {
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding-top:5px;
}


#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;

background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: absolute;
top : 300px;
left : 10px;

background-color: #ddd;
}
