html { margin: 0px; padding: 0px; }
/* 
body 
{
		margin-right:auto;
	margin-left:auto;
	padding: 0px;
	color: #000000;
	background: #fff;
	width: 766px;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}
*/
/* 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: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;}

#master { /* styles for horizontal top bar */

}

#bar { /* styles for horizontal top bar */
	background: #4c78aa;
	padding: 7px 20px 3px 20px;
	font-size: 110%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 26px;
	z-index:100;
}
#footer { /* styles for horizontal top bar */
	position:relative;
	background: #4c78aa;
	padding: 7px 20px 3px 20px;
	font-size: 110%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 26px;
	z-index:100;
}
	html>body #bar { height: 27px; }

/* layout styles */
#header {
	height: 70px;
	width: 768px;
	z-index:100;
	background: #ffffff;
}
#logo {
	position: relative;
	left: 15px;
	z-index:100;
}

#menu1 { /* styles for top menu */
	position: relative;
	top: 10px;
	right: 10px;
	text-align: right;
	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: relative;
	top: 21px;
	left: 420px;
	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: #4c78aa; 
		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 
	{
		position: absolute;
		left:5px;
		width:190px;
		background:#fff;
			z-index:100;

		}

	#rightcontent {
		position: relative;
		right:5px;
		top:113px;
		width:180px;
		background:#fff;
		margin-right:10px;
			z-index:100;

		}
	#centercontent 
	{
		margin-top:3px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 210px;
   		padding-left: 10px;
   		margin-right:205px;
   			z-index:100;

		}

	html>body #centercontent {
   		margin-left: 200px;
   		margin-right:205px;
   			z-index:100;

		}
	#centercontentwide 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 200px;
   		margin-right:10px;
   			z-index:100;

		}

	html>body #centercontentwide {
   		margin-left: 200px;
   		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: 10pt;
	color: #b22222;
	font-family: verdana;
}
.standardprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	text-decoration: line-through;
}
.regprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
}
.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;
	position:relative;
}
.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
{
	width:560;
	padding-left:10px;
}
/* --------------------------------------------- */
.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:10px;
    font-size:1em;
}
.logtable
{
	font-size:1em;
    border:1px solid #cccccc;
    background-color:#cccccc;
}
.subcategory
{
    margin-left:10px;
}

.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);
}
.homemain {
    background-image: url(Images/intro_bkg_crinkle.jpg);
}
fieldset
{
    -moz-border-radius: 1em;
    border-radius: 2em;

}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}
/* ================================
    CSS STYLES FOR "Portal Store"
   ================================
*/  
.category_container
{
	background-color: #FFCC33;
		
}
.category_header
{
	background-color: #FF9933;
    font-family: Arial,Helvetia,Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: White;
    padding: 3px 3px 3px 10px;		
}
.PortalStore_LeftNavBody
{
	background-color: #FFCC33;	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;	
}
.PortalStore_LeftCategory
{
	background-color: #FFCC33;	
}
.category_header
{
	background-color: #FF9933;
    font-family: Arial,Helvetia,Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: White;
    padding-left: 3px;			

}
A.category_header:link {
    text-decoration:    none;
    color:#ffffff;
}
A.category_header:visited {
    text-decoration:    none;
    color:#ffffff;
}
A.category_header:active {
    text-decoration:    none;
    color:#ffffff;
}
A.category_header:hover {
    text-decoration:    none;
    color:#cccccc;
}
.subcategory
{
	background-color: #FFCC33;
    font-family: Arial,Helvetia,Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #C95A09;
    padding-left: 1px;		

}
A.subcategory:link {
    text-decoration:    none;
    color:#C95A09;
}
A.subcategory:visited {
    text-decoration:    none;
    color:#C95A09;
}
A.subcategory:active {
    text-decoration:    none;
    color:#C95A09;
}
A.subcategory:hover {
    text-decoration:    none;
    color:#cccccc;
}
/* -------------------------------------- */
.PortalStore_FeaturedContainer
{
	background-color: #E7E7E7;
	padding-left: 10px;	
}
.PortalStore_FeaturedHeader
{
	background-color: #E7E7E7;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #1E5981;
    padding-top: 5px;
}
.PortalStore_FeaturedSubHeader
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
A.PortalStore_FeaturedSubHeader:link 
{
    text-decoration: underline;	
    color:#000000;
}
A.PortalStore_FeaturedSubHeader:visited {
    text-decoration:    none;
    color:#000000;
}
A.PortalStore_FeaturedSubHeader:active {
    text-decoration:    none;
    color:#000000;
}
A.PortalStore_FeaturedSubHeader:hover {
    text-decoration:    none;
    color:#cccccc;
}
.PortalStore_FeaturedNormal
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}
A.PortalStore_FeaturedNormal:link 
{
    text-decoration:    none;	
    color:#000000;
}
A.PortalStore_FeaturedNormal:visited {
    text-decoration:    none;
    color:#000000;
}
A.PortalStore_FeaturedNormal:active {
    text-decoration:    none;
    color:#000000;
}
A.PortalStore_FeaturedNormal:hover {
    text-decoration:    none;
    color:#cccccc;
}
.PortalStore_IntroSubHead
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #C95A09;
}
.PortalStore_IntroItemLink
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
A.PortalStore_IntroItemLink:link 
{
    color:#000000;
}
A.PortalStore_IntroItemLink:visited {
    color:#000000;
}
A.PortalStore_IntroItemLink:active {
    color:#000000;
}
A.PortalStore_IntroItemLink:hover {
    color:#cccccc;
}

.PortalStore_IntroBoxTitle
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #1E5981;
}
A.PortalStore_IntroBoxTitle:link 
{
    text-decoration:    none;	
    color:#1E5981;
}
A.PortalStore_IntroBoxTitle:visited 
{
    text-decoration:    none;	
    color:#1E5981;
}
A.PortalStore_IntroBoxTitle:active 
{
    text-decoration:    none;	
    color:#1E5981;
}
A.PortalStore_IntroBoxTitle:hover 
{
    text-decoration:    none;	
    color:#cccccc;
}
.PortalStore_IntroBoxSubTitle
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
A.PortalStore_IntroBoxSubTitle:link 
{
    text-decoration:    none;	
    color:#ffffff;
}
A.PortalStore_IntroBoxSubTitle:visited 
{
    text-decoration:    none;	
    color:#ffffff;
}
A.PortalStore_IntroBoxSubTitle:active 
{
    text-decoration:    none;	
    color:#ffffff;
}
A.PortalStore_IntroBoxSubTitle:hover 
{
	text-decoration:    none;
    color:#cccccc;
}
.PortalStore_IntroBoxNormal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    list-style-type:    square;
}
A.PortalStore_IntroBoxNormal:link 
{
    color:#000000;
}
A.PortalStore_IntroBoxNormal:visited {
    color:#000000;
}
A.PortalStore_IntroBoxNormal:active {
    color:#000000;
}
A.PortalStore_IntroBoxNormal:hover {
    color:#cccccc;
}
.PortalStore_ProductHeader
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #FB7000;
}
.PortalStore_ProductDetailsHeader
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #EF8819;
}
A.PortalStore_ProductDetailsHeader:link 
{
    color:#EF8819;
}
A.PortalStore_ProductDetailsHeader:visited {
    color:#EF8819;
}
A.PortalStore_ProductDetailsHeader:active {
    color:#EF8819;
}
A.PortalStore_ProductDetailsHeader:hover {
    color:#cccccc;
}
.PortalStore_ProductDetailsHeaderBorder
{
    background-color: #f6f6f6;	
    border: solid 1px #cccccc;
}
.PortalStore_ProductDetailsList
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #2878AD;
    list-style-type:    square;
}
A.PortalStore_ProductDetailsList:link 
{
    color:#2878AD;
}
A.PortalStore_ProductDetailsList:visited {
    color:#2878AD;
}
A.PortalStore_ProductDetailsList:active {
    color:#2878AD;
}
A.PortalStore_ProductDetailsList:hover {
    color:#cccccc;
}
.PortalStore_ProductDetailPrice
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.PortalStore_ProductOrderHeader
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2878AD;
}
.ProductsButton1
{
    font-family: Arial,Helvetia,Tahoma;
    font-size: 10px;
    color: #ffffff;
    background-color: #999999;
}
.LeftCommandButton
{
    font-family: Arial,Helvetia,Tahoma;
    font-size: 10px;
    color: #ffffff;
}
A.LeftCommandButton:link {
    color:#ffffff;
}
A.LeftCommandButton:visited {
    color:#ffffff;
}
A.LeftCommandButton:active {
    color:#ffffff;
}
A.LeftCommandButton:hover {
    color:#cccccc;
}
/* ================================
    ################################
   ================================
*/ 

.PortalStore_BasicBorder
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.PortalStore_DottedBorder
{
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}

.PortalStore_Button
{
}

.PortalStore_SalePrice
{
	color: darkgreen;
}

.PortalStore_DiscountPercent
{
	font-weight: bold;
	color: darkgreen;
}

.PortalStore_Savings
{
	color: firebrick;
}

.PortalStore_GridHeader
{
	color: #CCCCFF;
	background-color: #2879AD;
}

.PortalStore_GridItem
{
	background-color: white;
}

.PortalStore_GridAlternating
{
	background-color: whitesmoke;
}

.PortalStore_GridPager
{
	color: #CCCCFF;
	background-color: #003399;
}

.PortalStore_GridFooter
{
	background-color: #CCCCFF;
}

.PortalStore_DescriptionMenuBorder
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: white;
}

.PortalStore_DescriptionMenuCell
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: white;
}



/* text style for buttons and link buttons used in the Store description menu*/
.PortalStore_DescriptionMenuButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.PortalStore_DescriptionMenuButton:link {
    text-decoration:    none;
    color: #003366;
}

A.PortalStore_DescriptionMenuButton:visited  {
    text-decoration:    none;
    color: #003366;
}

A.PortalStore_DescriptionMenuButton:active   {
    text-decoration:    none;
    color: #003366;
}

A.PortalStore_DescriptionMenuButton:hover    {
    text-decoration:    none;
    color: #ff0000;
}
