a:link {  color: #666666; text-decoration: underline}
a:visited { color: #444444; text-descoration: none}
a:hover {  color: #000000; text-decoration: underline}
a:active { color: #FF0000; text-decoration: underline}

a.whtlinks:link {  color: #FFFFFF; text-decoration: underline;}
a.whtlinks:visited { color: #FFFFFF; text-decoration: underline;}
a.whtlinks:hover {  color: #FFCC00; text-decoration: underline;}
a.whtlinks:active {  color: #FFFFFF; text-decoration: underline;}

a.bluelinks:link {  color: #5B49B8; text-decoration: underline;}
a.bluelinks:visited { color: #000000; text-decoration: underline;}
a.bluelinks:hover {  color: #000000; text-decoration: underline;}
a.bluelinks:active {  color: #5B49B8; text-decoration: underline;}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons
{color: white; /*button text color*/}

a.boldbuttons span{
background: transparent url('images/roundedge-yellow-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
	line-height: 16px;
	list-style-image:   url("../images/bluetriangle.gif");}


.shophelpbullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
	line-height: 16px;
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 10px;
	padding-top: 0px;	
	}



.regtext { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 16px;
color: #000000}

.navtext { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 22px;
color: #000000}


.headings {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: normal;
font-weight: bold;
color: #800000
}


.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.jpg) repeat-x; /*tab background image path*/
	height: 37px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 37px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.jpg) no-repeat right top; /*right tab image path*/
}


.glossymenu li a:hover{
	color: #000;
	background: url(images/menur_hover_left_wht.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li a:hover b{
	color: #000;
	background: url(images/menur_hover_right_wht.jpg) no-repeat right top; /*right tab image path*/
}


.menubarsleft{
	color: #fff;
	background: url(images/menu-bar-sfill-left.jpg) repeat-x; /*menu bg fill left*/
}


.menubarsright{
	color: #fff;
	background: url(images/menu-bar-sfill-right.jpg) repeat-x; /*menu bg fill right*/
}


.text {  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.hptext {  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px
color: #000000;
}

.smallwhttext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: oblique; line-height: normal; color: #FFFFFF; }

body {
	background-color: #FFFFFF;
	background-image: url(images/page-gradient-bg.jpg);
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.bullets2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 18px;
color: #000000;
list-style-type: square
}

.greytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #9966CC}

.smboldtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF}

h1 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-style: normal; 
font-weight: bold; 
color: #000000;
}

h2 {  font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
color: #000000;
}


h3 {  font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
color: #333333;
margin-bottom: 0 px;
}



.blkbdrbasic {
	border: 1px solid #000000;
	margin: 3px;
}
 

.blkbdr1 {
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
 
 .silvertablebg {background-image: url("../images/table-bg-silver.jpg"); background-repeat: repeat;}
 
 .silvermonkeybg {
	background-color: #FFFFFF;
	background-image: url(../images/silver-monkey-bg.jpg);
	background-repeat: no-repeat;
}

.bannertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
}



.hcheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin: 3px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #000000;
}
.hcpics {
	text-decoration: none;
	border: 2px solid #000000;
}

a.boldbuttons{
background: transparent url('media/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

/* Eclectic Monkey Styles */

#product {
	margin: auto;
	}

#product ul {
	margin: 5px 0 5px 5px;
}

#product ul li {
	list-style-type: none;
	display: inline;
	padding: 0 3px 0 0;
	}
	
#product ul li ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#product ul li ul li{
	background-color: #c8c7cc;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
#product ul li ul li a{
	text-decoration: underline;
	color: 000;
	}
	
#productLinks {
	margin: auto;
	}
	
#productLinks ul {	
	margin: 0 0 0 -50px;
	margin: 0 0 0 0 !important;

	padding: 0 0 0 0;
	}
	
#productLinks ul li {
	display: inline;
	list-style-type: none;
	}
	
#productLinks ul li a{
	text-decoration: underline;
	color: #000033;
	font-weight: 600;
	}
	
.red {
	font-size: 14px;
	font-weight: 600;
	color: #F00;
	}


.checkout {
	background-color: #D8D9DE;
	margin: 0px;
	padding: 3px;
	height: 25px;
	width: 50px;
}
