html { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	background-color: #BEBEBE;
	background-image: url(/images/bgnd_repeat.jpg);
	background-repeat: repeat-x;
}

/* 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: #104C6F;  text-decoration:none}
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 */
	height: 37px;
	padding: 5px 5px 3px 5px;
	font-size: 110%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	z-index:100;
}
	html>body #bar { height: 27px; }

/* layout styles */
#header {
	height: 70px;
	z-index:100;

}

#logo {
	left: 15px;
	top: 15px;
	z-index:100;

}

#menu1 { /* styles for top menu */
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:100;

}
	#menu1 ul { list-style: none; padding: 0px; margin: 0px; }
	#menu1 li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #000; }
	#menu1 li.first { border-left: none; }
	#menu1 li a:link, #menu1 li a:visited { 
		padding: 0px 2px 0px 5px; 
		color: #000; 
		text-decoration: none; 
	}
	#menu1 li a:active, #menu1 li a:hover {
		color: #000;
		text-decoration: underline;
	}

#mainmenu { /* styles for section or tab menu */
	position: absolute;
	top: 43px;
	left: 200px;
	width: 500px;
		z-index:100;

}
	html>body #mainmenu {
		position: relative; /* 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: url('images/tab.gif') no-repeat 0px 1px;
		display: block;
		float: left;
		margin-right: 1px;
		width: 116px;
		height: 27px;
		color: #737685; 
		font-weight: bold;
		text-decoration: none; 
		text-align: center;
		padding-top: 6px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 21px;
		width: 115px;
	}
	html>body #mainmenu li a:link, html>body #mainmenu li a:visited { width: 115px; height: 21px; }
	#mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected{
		background: url('images/tab.gif') no-repeat 0px -92px;
	}


	#leftcontent 
	{
		top:120px;
		left:10px;
		width:180px;
		background:#fff;
			z-index:100;

		}

	#rightcontent {
		position: absolute;
		right:5px;
		top:140px;
		width:180px;
		background:#fff;
		margin-right:10px;
			z-index:100;

		}
	#centercontent 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 10px;
   		margin-right:10px;
   			z-index:100;

		}

	html>body #centercontent {
   		margin-left: 10px;
   		margin-right:10px;
   			z-index:100;

		}
	#centercontentwide 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 10px;
   		margin-right:10px;
   			z-index:100;

		}

	html>body #centercontentwide {
		margin-top:20px;
   		margin-left: 10px;
   		margin-right:10px;
   			z-index:100;

		}

.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: 8pt;
	color: #5b626c;
	font-family: verdana;
}

.retailprice
{
	font-weight: bold;
	font-size: 8pt;
	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; }
	del.price { color: #000; text-decoration: line-through; 
}

.productsection
{
	padding:10px;
}

/*browsebox - the main menu on the left hand side*/
.leftside{
 background:#c3e0ee;
}
.browsebox
{
}
.browsebox h4 a
{
    color:#666666;
    font-size:9pt;
}
.browsebox h4 a:visited
{
    color:#666666;
    font-size:9pt;
}
.browsebox h4 a:hover
{
    color:#003366;
    font-size:9pt;
    text-decoration:none;
}
.browsebox h4
{
    text-align:right;
    color: #666666;
    padding-right: 3px;
    padding-left: 0px;
    padding-bottom: 3px;
    margin: 0px;
    padding-top: 3px;
}
.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
{
    width: 85%;
    border:1px solid #cccccc;
    background-color:#cccccc;
    
}
#Subcategories H5{
	color:#003366;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	margin:12px 0px 6px 10px;
}
.subcategory
{
    margin-left:10px;
}
.subcategory a
{
    color:#666666;
}
.subcategory a:hover
{
    color:#003366;
	text-decoration:none;
}
.productbox
{
     margin:5px;

}
.productimage
{
    width:75px;
}
.productsummarydisplaywrapper
{
    vertical-align:top;
     width:100%;
     padding-top:7px;
}
.productsummaryimageholder
{
    height:75px;
    text-align:center;
    vertical-align:middle;
}
.productsummarytext
{
    padding-left:5px;
    height:55px;
}
.yousave
{
    font-weight: bold;
    color: #336600;
}
.hookline
{
    font-size: 10pt;
    color: #000000;
}
.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
}

/*The expandable menu on the left hand side*/
.collapseMenu
{
    margin-right:10px;
	font-family: Verdana;
    font-size:8pt;
}
.collapseMenu h4 a
{
    color:#666666;
    font-size:8pt;
	font-family: Verdana;
}
.collapseMenu h4 a:visited
{
    color:#666666;
    font-size:8pt;
}
.collapseMenu h4 a:hover
{
    color:#999999;
    font-size:8pt;
    text-decoration:none;
}
.collapseMenu h4
{
    font-size:8pt;
    text-align:right;
    color: #666666;
    padding-right: 3px;
    padding-left: 0px;
    padding-bottom: 3px;
    margin: 0px;
    padding-top: 3px;
}
.collapseMenu h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
    color: #3973b5;
    border-bottom: 1px dashed #cccccc;
}
.collapseMenu h1 a
{
    color: #3973b5  ;
    font-size:8pt;
}

/******************************************************************
CATEGORY FEATURE
******************************************************************/
.featuredproductbox
{
     width:225px;
     /*border:1px solid #104C6F;*/
     margin:5px;

}
.featuredproductbox .productsummarydisplaywrapper
{
     width:100%;
     padding-top:5px;
     padding-bottom:5px;
}
.featuredproductbox .productsummaryimageholder
{
    float:left;
    padding-left:4px;
    width:85px;
    height:102px;
    text-align:left;
    vertical-align:middle;
}
.featuredproductbox .productsummarytext
{
    padding-left:5px;
    height:102px;
    vertical-align:top;
}
.featuredproductbox .productsummarytext .featuredProductHeader
{
    font-size:11pt;
    color: #104C6F;
    font-weight:bold;
}
.featuredproductbox .productsummarytext .retailprice
{
    font-weight: bold;
    color: black;
    text-decoration: line-through;
}
.featuredproductbox .productsummarytext .ourprice
{
    font-weight: bold;
    color: #5b626c;
}
.featuredproductbox .separator
{
    color:#104C6F;
    height:1px;
}
/******************************************************************
END CATEGORY FEATURE
******************************************************************/

/******************************************************************
HOME PAGE FEATURE
******************************************************************/
.homefeaturedproductbox
{
     width:100%;
     height:100%;
     /*border:1px solid #104C6F;*/
}
.homefeaturedproductbox .productsummarydisplaywrapper
{
     height:100%;
     width:100%;
     padding-top:5px;
     padding-bottom:5px;
}
.homefeaturedproductbox .productsummaryimageholder
{
    width:130;
    text-align:left;
    vertical-align:top;
}
.homefeaturedproductbox .productsummarytext
{
    height:100%;
    text-align:left;
}
.homefeaturedproductbox .productsummarytext .productsummaryproductname
{
    font-size:9pt;
}
.homefeaturedproductbox .productsummarytext .description
{
    font-size:8pt;
}
.homefeaturedproductbox .productsummarytext .productsummaryproductname a
{
    font-size:9pt;
}
.homefeaturedproductbox .productsummarytext .filler
{
    height:100%;
}
.homefeaturedproductbox .productsummarytext .featuredProductHeader
{
    font-size:11pt;
    color: #104C6F;
    font-weight:bold;
}
.homefeaturedproductbox .productsummarytext .retailprice
{
    font-weight: bold;
    color: black;
    text-decoration: line-through;
}
.homefeaturedproductbox .productsummarytext .ourprice
{
    font-weight: bold;
    color: #5b626c;
}
.homefeaturedproductbox .separator
{
    color:#104C6F;
    height:1px;
    width:90%;
    text-align:center;
}
/******************************************************************
END HOME PAGE FEATURE
******************************************************************/

.categorydescription  p
{
    font-family:Verdana,arial;
    font-size:8pt;
    padding-right:10px;
}

.descriptorTabs
{
    width:100%;
}
.descriptorTabs .ajax__tab_header {font-family:verdana,arial;font-size:8pt;background:url(/images/tabs/tab-line.gif) repeat-x bottom;}
.descriptorTabs .ajax__tab_outer {padding-right:4px;background:url(/images/tabs/tab-right.gif) no-repeat right;height:21px;}
.descriptorTabs .ajax__tab_inner {padding-left:3px;background:url(/images/tabs/tab-left.gif) no-repeat;}
.descriptorTabs .ajax__tab_tab
{
    height: 21px;
    padding: 4px;
    margin:0px;
    background: url(/images/tabs/tab.gif) repeat-x;
}
.descriptorTabs .ajax__tab_hover .ajax__tab_outer {background:url(/images/tabs/tab-hover-right.gif) no-repeat right;}
.descriptorTabs .ajax__tab_hover .ajax__tab_inner {background:url(/images/tabs/tab-hover-left.gif) no-repeat;}
.descriptorTabs .ajax__tab_hover .ajax__tab_tab {background:url(/images/tabs/tab-hover.gif) repeat-x;}
.descriptorTabs .ajax__tab_active .ajax__tab_outer {background:url(/images/tabs/tab-active-right.gif) no-repeat right;}
.descriptorTabs .ajax__tab_active .ajax__tab_inner {background:url(/images/tabs/tab-active-left.gif) no-repeat;}
.descriptorTabs .ajax__tab_active .ajax__tab_tab {background:url(/images/tabs/tab-active.gif) repeat-x;}
.descriptorTabs .ajax__tab_body {font-family:verdana,arial;font-size:8pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;height:325px;}
.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
.searchwatermark
{
    background-color:#BEBEBE;
    border: 1px solid #104C6F;
    font-family:Verdana, Arial;
    font-size:8pt;
    color:#104C6F;
}
/******************************************************************
RIGHTSIDE PANELS
******************************************************************/
.panelholder
{
    background-color: transparent;
}
.rightsidepanel
{
    border:1px solid #104C6F;
    border-left:0px;
    background-color:#ffffff;
}
.rightsidepanel .container
{
    width:98%;
}
.rightsidepanel .container td
{
    padding-left:5px;
    padding-right:5px;
}
.rightsidepanel .container .separator
{
    color:#104C6F;
    width:90%;
    text-align:center;
}
.rightsidepanel .container .smalltext
{
    font-size: 8pt;
    color: #666666;
    font-family: verdana;
}
.rightsidepanel .container a:hover
{
    color:#CC0000;
}

/******************************************************************
END RIGHTSIDE PANELS
******************************************************************/
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:auto;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 16px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}
.footer_text a{
	color: #CCCCCC;

}

