html { margin: 0px; padding: 0px; }

body {
	margin: 0px; 
	padding: 0px;
	color: #7c7c7c;
	background-color: #dbdac6;
	background-image: url(images/body-background.gif);
	background-position: center bottom;
	background-repeat: repeat-y;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

.greybar
{
	background: #dbdac6;
}

div.categorytile
{
	display: inline;
	width: 148px;
}

div.categorytile div.name
{
	height: 70px;
	background-image: url(/images/is-background.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #dbdac6;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font: 150% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 148px;
}

div.categorytile div.name div
{
	padding: 10px 0px 0px 10px;
	width: 100px;
}

.homesection
{
	margin-top: 35px;
}

.homesectionhead
{
	font: 150% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: dashed 1px #666;
	text-align: left;
	margin-bottom: 10px;
}

.alignright
{
	text-align: right;
}

.margintop
{
	margin-top: 10px;
}

.marginbottom
{
	margin-bottom: 10px;
}

.marginleft
{
	margin-left: 16px;
}

.marginright
{
	margin-right: 20px;
}

#searchbox
{
	margin-left: 10px;
	display: inline;
}

.lifestyle
{
	margin-top: 20px;
}

a.webdings
{
	font-family: webdings;
	font-size: 150%;
	color: #fff;
}

a.webdings:link, a.webdings:active, a.webdings:visited, a.webdings:hover
{
	color: #fff;
	text-decoration: none;
}

/* 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; }
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;}

.attribute
{
	display: inline;
	margin-left: 5px;
}

input.addToCartText
{
	display: inline;
	font: 100% Verdana, Arial, Helvetica, Sans-Serif;
	border-style: inset;
	border-color: #ccc;
	margin-left: 10px;
}

a.leftMenuItem
{
/*	font-family: Arial, helvetica, sans-serif;
	font-size: 1em;*/
	margin: 0;
	padding: 0;
	color: #888;
}

div.leftMenuLink
{
	padding: 5px 0;
	border-bottom: solid 1px #dbdac6;
}

#bar { /* styles for horizontal top bar */
	background: #d4d9de;
	height: 37px;
	padding: 7px 20px 3px 20px;
	font-size: 110%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 27px;
	z-index:100;
}
	html>body #bar { height: 27px; }

/* layout styles */

#centercontent h5
{
	padding: 0;
	margin: 0;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 990px;
	padding-top: 15px;
	height: 100%;
}

#leftcontainercell
{
	width: 110px;
}

#rightcontainercell
{
	width: 880px;
}

#header 
{
	margin-right: 10px;
}

#menu1 { 
	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;
	}

	#adminleftcontent 
	{
		position: absolute;
		top:120px;
		left:10px;
		width:180px;
		background:#fff;
			z-index:100;

		}

	#adminrightcontent {
		position: absolute;
		right:5px;
		top:140px;
		width:180px;
		background:#fff;
		margin-right:10px;
			z-index:100;

		}
	#admincentercontent 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 200px;
   		margin-right:205px;
   			z-index:100;

		}

	html>body #admincentercontent {
   		margin-left: 200px;
   		margin-right:205px;
   			z-index:100;

		}
	#admincentercontentwide 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 200px;
   		margin-right:10px;
   			z-index:100;

		}

	html>body #admincentercontentwide {
   		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;
	color: #000;
}

.retailprice
{
	font-weight: normal;
	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;
	border-top:1px dashed #939598;
}

hr
{
	height: 1px;
	border: none;
	border-top: 1px dashed #939598;
}

.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: #dbdac6;
    text-align:center;
    vertical-align: middle;
 }
 .logincell
 {
    background-color:#ffffff;
    vertical-align:middle;
    text-align:center;
    padding:20px;
}
.logtable
{
    border:1px solid #cccccc;
    background-color:#cccccc;
    margin-top: 20px;
}
.subcategory
{
    margin-left:10px;
}
.productbox
{
     border-bottom:1px dashed #939598;
     border-right:1px dashed #939598;
}
.productboxend
{
     border-bottom:1px dashed #939598;
}

.productimage
{
    /*height:200px;*/
}
.productsummary
{
}
.productsummaryimageholder
{
	margin-top: 5px;
    height:160px;
    text-align:center;
    vertical-align:middle;
}
.productsummaryname
{
    text-align: center;
	width: 160px;
	height: 40px;
}
.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
}

div.crumbs
{
	margin-top: 10px;
}

div.title
{
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 150%;
	font-weight: bold;
}

div.subtitle
{
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 125%;
	font-weight: bold;
	border-bottom: dashed 1px #666;
}

/* Schemas for category listing 
div.categoryHeader
{
	background-color: #dbdac6;
	color: #fff;
	background-image: url(images/home-catbar-bg.gif);
	background-repeat: repeat-x;
	background-color: #dbdac6;
	text-align: left;
	height: 65px;
	font-weight: normal;
	border-top: solid 1px #fff;
	margin-bottom: 20px;
}

div.categoryHeader div.categoryInnerHeader
{
	height: 100%;
	background-image: url(/images/is-background.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div.categoryHeader span.subCategoryActive
{
	color: #777;
}

div.categoryHeader a.active, div.categoryHeaderBottom a.active
{
	color: #777;
}

div.categoryHeader a, div.categoryHeaderBottom a
{
	color: #fff;
}

div.categoryHeader div.title
{
	padding-left: 5px;
	margin-bottom: 5px;
}

div.categoryHeader div.crumbs
{
	padding-left: 5px;
	margin-bottom: 6px;
}

div.categoryHeader div.paging
{
	padding-left: 5px;
	margin-bottom: 5px;
}

div.categoryHeader div.paging a, div.categoryHeaderBottom div.paging a
{
	margin: 0px 2px;
}

div.categoryHeader div.sorting
{
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: right;
	margin-right: 25px;
}

div.categoryHeaderBottom
{
	background-color: #b2b1ac;
	color: #fff;
	text-align: left;
	font-weight: normal;
	border-top: solid 1px #fff;
	margin-bottom: 20px;
	padding: 15px;
	vertical-align: middle;
}

div.categoryHeaderBottom div.sorting
{
	text-align: right;
}
*/
/* Generic category listing classes 
.categoryHead, a.categoryHead, a.categoryHead:link, a.categoryHead:visited, a.categoryHead:hover, a.categoryHead:active
{
	font-size: 1.65em;
	color: #fff;
	text-decoration: none;
}

a.categorySub, a.categorySub:link, a.categorySub:visited, a.categorySub:hover, a.categorySub:active
{
	color: #fff;
	text-decoration: none;
}
*/

a.active
{
	color: #003;
	font-weight: bold;
}

div.lighting
{
	background-color: #001b5c;
	color: #fff;
	text-align: left;
	padding: 12px;
	background-image: url(../../images/categoryhead_lighting.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 65px;
	font-weight: normal;
}

div.lighting span.subCategoryActive
{
	color: #a7d5ff;
}

div.lighting a.active
{
	color: #a7d5ff;
}

div.lighting a
{
	color: #fff;
}

div.accessories
{
	background-color: #00525c;
	color: #fff;
	text-align: left;
	padding: 12px;
	background-image: url(../../images/categoryhead_occasionals.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 65px;
	font-weight: normal;
}

div.accessories span.subCategoryActive
{
	color: #85d4bd;
}

div.accessories a.active
{
	color: #85d4bd;
}

div.accessories a
{
	color: #fff;
}

div.searchResults
{
	background-color: #001b5c;
	color: #fff;
	text-align: left;
	padding: 12px;
	background-image: url(../../images/categoryhead_lighting.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 65px;
	font-weight: normal;
}

div.searchResults div.heading
{
	font-size: 1.65em;
	color: #fff;
	text-decoration: none;
}

div.searchResults span.subCategoryActive
{
	color: #a7d5ff;
}

span.progressActive
{
	font-weight: bold;
	color: #000;
}

span.progressInactive
{
	font-weight: bold;
	color: #777;
}

.modalBackground
{
	background-color: #ccc;
	filter: alpha(opacity=60);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #fff;
	border: solid 3px #aaa;
	padding: 3px;
	width: 400px;
}

/* DYNAMIC NAVIGATION
.menuBodyHidden
{
	display: none;
}

.menuBodyVisible
{
	display: block;
	border: solid 3px #b2b1ac;
	background-color: #fff;
	position: absolute;
	text-align: left;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
	width: 122px;
	left: 0;
}

.menuHeadVisible
{
	background-color: #b2b1ac !important;
	width: 145px;
}

.menuHead
{
	width: 145px;
	height: 36px;
	vertical-align: middle;
}

.menuBodyVisible div
{
	margin-top: 3px;
}
*/

#horizontal_navigation
{
	background-image: url(images/home-navbar-bg.gif);
	background-repeat: repeat-x;
	height: 36px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
	z-index: 1000;
}

#horizontal_navigation ul.navigationMain li div.navigationPane
{
	position: absolute;
	left: 0px;
	top: 36px;
	width: 121px;
	border: solid 1px #b2b1ac;
	border-top: none;
	background-color: #fff;
	z-index: 1000;
	display: inline-table;
	padding: 10px;
}

#horizontal_navigation ul.navigationMain
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 864px;
	text-align: left;
	position: relative;
	margin: auto;
}

#horizontal_navigation ul.navigationMain li
{
	font: 150% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	float: left;
	display: inline;
	height: 36px;
	line-height: 35px;
	overflow: visible;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	width: 124px;
	background: url(images/nav-sep.gif) repeat-y 100% 0px;
	text-align: center;
	vertical-align: middle;
}

#horizontal_navigation ul.navigationMain li a
{
	color: #fff;
}

#horizontal_navigation ul.navigationMain li.hover
{
	background-color: #b2b1ac;
}

#horizontal_navigation ul.navigationMain li.hover div.navigationPane
{
	display:block;
}

#horizontal_navigation ul.navigationMain li.hover div.navigationPane div
{
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 5px 0;
}

#horizontal_navigation ul.navigationMain li.hover div.navigationPane div.navigationItem
{
	border-bottom: solid 1px #dbdac6;
}

#horizontal_navigation ul.navigationMain li.hover div.navigationPane div a
{
	color: #7c7c7c;
}

#horizontal_navigation ul.navigationMain li div.navigationPane
{
	display:none;
}

