html { margin: 0px; padding: 0px; }



#master_page
{
	margin: 5px auto 20px auto;
	width: 980px;
}

/* basic selectors */
a.adtext { color: #666666; text-decoration:none}
a.adtext:hover{ color: #666666; text-decoration:none}
a:link { color: #666666; text-decoration:none}
a:visited { color: #666666;  text-decoration:none}
a:active, a:hover { color: #000099;  text-decoration:underline}
th
{
    vertical-align:top;
}
td
{
    vertical-align:top;
}
h1 {
	color: #5b626c;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #5b626c;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #5b626c;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #5b626c;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	color: #000;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color: #000;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img { border: 0px; }
hr { color: #ccc; height: 1px; }
table { font-size: 100%; }
code { color: #6c0; font: 100% "Courier New", Courier, monospace }
form { margin: 0px; padding: 0px; }
input, textarea, select { font: 100% Verdana, Arial, Helvetica, sans-serif; border:1px solid #666666;}

#bar { /* styles for horizontal top bar */
	background-color:#000a62;
	height: 28px;
	padding: 5px 20px 4px 10px;
	font-size: 110%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 28px;
	z-index:100;
	color:White;
	font-weight:bolder;
	letter-spacing:-1px;
	font-size:15px;
}
	html>body #bar { height: 28px; }

/* layout styles */
#header {
	height: 0px;
	z-index:100;

}

#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index:100;

}

.headermenu
{
	color: #FFFFFF;
	background: #B3D54D;
	padding: 8px 5px 9px 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

#menu1 { /* styles for top menu */
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:100;
	font-size: 13px;
	font-weight:bold;

}
	#menu1 ul { list-style: none; padding: 0px; margin: 0px; }
	#menu1 li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #cc3300; }
	#menu1 li.first { border-left: none; }
	#menu1 li a:link, #menu1 li a:visited { 
		padding: 0px 2px 0px 5px; 
		color: #cc3300; 
		text-decoration: none; 
	}
	#menu1 li a:active, #menu1 li a:hover {
		color: #000;
		text-decoration: underline;
	}

#mainmenu { /* styles for section or tab menu */
	position:relative;
	top:0px;
    background-color:#a3cb2c;
    font-weight:bolder;
    font-size:13px;
	width: 980px;
		z-index:10;

}
	html>body #mainmenu {
		position: static; /* Necessary for menu to position in Opera */
	}
	#mainmenu ul { list-style: none; padding: 0px; margin: 0px; }
	#mainmenu li { display: inline; }
	#mainmenu li a:link, #mainmenu li a:visited { 
		background: no-repeat 0px 1px;
		display: block;
		float: left;
		margin-right: 1px;
		width: 107px;
		height: 20px;
		color: #ffffff; 
		font-weight: bold;
		text-decoration: none; 
		text-align: center;
		padding-top: 4px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 20px;
		width: 107px;
	}
	html>body #mainmenu li a:link, html>body #mainmenu li a:visited { width: 107px; height: 20px; }
	#mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected{
		background: url('images/tab.gif') no-repeat 0px -92px;
	}


	#leftcontent 
	{
		position: static;
		top:278px;
		width:233px;
		background:#fff;
			z-index:100;

		}

	#rightcontent {
		position:absolute;
	    margin-left:545px;
		top:285px;
		width:165px;
		background:#fff;
		margin-right:5px;
			z-index:100;

		}
	#centercontent 
	{
		margin-top:2px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 4px;
   		width:735px;
   			z-index:100;

		}
		

	html>body #centercontent {
   		margin-left: 4px;
   			z-index:100;

		}
	#centercontentwide 
	{
		margin-top:2px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 5px;
   		margin-right:5px;
   			z-index:100;

		}

	html>body #centercontentwide {
   		margin-left: 5px;
   		margin-right:10px;
   			z-index:100;

		}

.blueborder_top {
	height:5px;
	background:url(images/blue_top.gif) right top no-repeat;
}
.blueborder_top_left {
	height: 5px;
	width: 5px;
	background:url(images/blue_top_left.gif) left top no-repeat;
	font-size:0px;
	line-height:0px;
}
.blueborder_body {
	background-color:#FFFFFF;
	border-left: 1px #000a62 solid; 
	border-right: 1px #000a62 solid;
	padding:7px 3px 8px 4px;
	height:auto;
}
.blueborder_bottom {
	height:4px;
	background:url(images/blue_bottom.gif) right top no-repeat;	
}
.blueborder_bottom_left {
	height: 5px;
	width: 5px;
	background:url(images/blue_bottom_left.gif) left top no-repeat;
	font-size:0px;
	line-height:0px;
}

.subtotal
{
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}

.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}

.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}

.admintable
{
	margin: 5px;
	padding:0;
	width:700px;
	border:1px dashed #cccccc;

}
.adminlabel
{
    font-size: 8pt;
    font-family: verdana;
    width: 120px;
    margin-bottom: 3px;
    vertical-align: top;
}
.adminitem
{
	border-width:0px;
	background-color: #ffffff;
	margin-bottom:3px;
}

.ourprice
{
	font-weight: bold;
	font-size: 11.8pt;
	color: #b22222;
	font-family: verdana;
}

.sku
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: verdana;
	
}
.categories
{
	font-weight: bolder;
	font-size: 11pt;
	color: #000000;
	font-family: verdana;
	letter-spacing:-1px;	
}
.categoriesList a
{
	font-weight:lighter;
	font-size: 10pt;
	color:#809f59;
	text-decoration:underline;
	font-family: verdana;
	letter-spacing:0px;	
}

.retailprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-decoration:  line-through;
}

.totalbox
{
	text-align:center;
	color:#990000;
	font-weight:bold;
}

.adbox
{
	padding:10px;
	font-size:9pt;
	margin-bottom:10px;
	border:1px solid gainsboro;
}
a.editme
{
	text-decoration:none;
	color:#4a4d5c;
}
.commandbar
{
	padding:3px;
	font-size:8pt;
/*	background-color: blue;*/
	border:1px solid gainsboro;
}


#footer {
	clear: both;
	border-top: solid 1px #d4d9de;
	padding: 5px;
	text-align: center;
}
.mainproductimage {
	width: 220px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

.productdata {
	border: none;
	border-collapse: collapse;
}
	.productdata td, .productdata th { font-weight: normal; padding: 2px; text-align: left; }
	.price { font-weight: bold; color: #c00;font-size: 15.5pt; }
	del.price { color: #000; text-decoration: line-through; 
}

.productsection
{
	padding:3px;
	border-top:1px dashed #cccccc;
}

.browsebox
{
}
.browsebox h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #3973b5;
    border-bottom: 1px dashed #cccccc;
}
.browsebox h1 a
{
    color: #3973b5  ;
}


h1.accent
{
 	font-size: 12px;
	font-weight:bold;
	color:#990000;
	margin: 0px;
	margin-bottom:5px;
   
}
.smalltext
{
    font-size: 8pt;
    color: #666666;
    font-family: verdana;
}
.adbox h3
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana;
	color:#C7C030;
	margin-top:1px;
	margin-bottom:3px;

}
.loginheader
{ 
    height:30px;
    font-weight: bold; 
    font-size: 10pt; 
    color: #666666; 
    font-family: verdana; 
    background-color: #f5f5f5; 
    text-align:center;
 }
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    padding:20px;
}
.logtable
{
    border:1px solid #cccccc;
    background-color:#cccccc;
    
}
.subcategory
{
    margin-left:10px;
}
.productbox
{
     height:225px;
     width:136px;
     border:1px solid #c5c5c5;
     margin:2px;

}
.productimage
{
    width:125px;
}

.productsummarydisplaywrapper
{
	
     width:136px;
     padding-top:5px;
}
.productsummaryimageholder
{
    height:133px;
    text-align:center;
    vertical-align:middle;
}
.productsummarytext
{
    padding-left:5px;
    height:70px;
}
.retailprice
{
    font-weight: bold;
    color: black;
    text-decoration: line-through;
}
.yousave
{
    font-weight: bold;
    color: #336600;
}
.hookline
{
    font-size: larger;
    color: #5b626c;
    font-style: italic;
}
.coreboxbody
{
    background-image:url(images/core_box_bg.gif);
    width:140px;
    padding-left:20px;
    padding-right:20px;
}
.coreboxtop
{
   background-image:url(images/core_box_top.gif);
   height:22px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url(images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url(images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}
.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}
.sectionoutline
{
    border:1px solid #cccccc;
    padding:15px;
}

checkout-visited
{
    font-size: 16pt;
    color: #dcdcdc;
    font-family: verdana;
}
checkout-current
{
    font-size: 16pt;
    color: #990000;
    font-family: verdana;
}
/* Rating */
.ratingstar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledratingstar {
    background-image: url(Images/FilledStar.png);

}

.emptyratingstar {
    background-image: url(Images/EmptyStar.png);
}

.savedratingstar {
    background-image: url(Images/SavedStar.png);
}
fieldset
{
    padding:10px;
    -moz-border-radius: 1em;
    border-radius: 1em;

}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

#SortBar {
	PADDING-RIGHT: 5px; MARGIN-TOP: 2px; DISPLAY: block; PADDING-LEFT: 5px; FLOAT: left; MARGIN-BOTTOM: 5px; WIDTH: 1000px; PADDING-TOP: 5px; WHITE-SPACE: nowrap; HEIGHT: 25px; BACKGROUND-COLOR: #f2f0e4; TEXT-ALIGN: center
}
#SortBar .dropdown {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #ccc 1px solid; DISPLAY: block; PADDING-LEFT: 2px; FLOAT: left; PADDING-BOTTOM: 2px; BORDER-LEFT: #ccc 1px solid; WIDTH: 150px; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; HEIGHT: 15px; TEXT-ALIGN: left
}
.sortby {
	DISPLAY: inline; FLOAT: left
}

 #tabsE {
      float:left;
      width:98%;
      background:#CCCCCC;
      font-size:93%;
      line-height:normal;

      }
    #tabsE ul {
        margin:0;
        padding:2px 10px 0 10px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("Images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("Images/tabrightE.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }