/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
body {}

/* used so we don't have dark background images on global pages like the feedback form */
#primaryBody {
	background: #000000 url(/stores/innovativelight/images/page_bg.gif) repeat-x top left;
}
h1 {
	color: #ffffff;
	font-size: 19px;
	font-weight: normal;
}
h2 {
	font-size: 13px;
	color: #f2e852;
	font-size: 15px;
	font-weight: normal;
}
h3 {
	color: #22569f;
	font-size: 14px;
}
h4 {}

strong {}

.darkLightText {
	color: #8db2de;
	font-size: 11px;
}

/* Fix for IE */
#whiteInterior ul {
	margin-left: 15px;
}

/* Link Styles
--------------------------------------------------- */
a {
	text-decoration: none;
	color: #092d5d;
}
a:hover {}

.darkLink {}
#darkLink:hover {}

#bodyFooter a {
	color: #8db2de;
	font-size: 11px;
}

#headerSearch a {
	color: #ffffff;
}

#breadcrumbs a {
	color: #ffffff;
	font-size: 11px;
}
	
/* Form Styles
--------------------------------------------------- */	

.fieldInput {
	border: 1px solid #092d5d;
}
select {
	border: 1px solid #092d5d;
}
textarea {
	border: 1px solid #092d5d;
}

.formHeader {
	padding: 2px;
	background-color: #e6edf6;
	border-top: 1px solid #092d5d;
	border-bottom: 1px solid #092d5d;
}

.cartHeader {
	padding: 2px;
	background-color: #e6edf6;
	border-top: 1px solid #092d5d;
	border-bottom: 1px solid #092d5d;
}

.cartHeader td {
	padding: 2px;
	background-color: #e6edf6;
	border-top: 1px solid #092d5d;
	border-bottom: 1px solid #092d5d;
}
.cartItem td {
	padding: 2px;
	border-bottom: 1px solid #cccccc;
}
.goBtn {}
	
#wishListButton {}
#btnSignIn {}
input {}

.button,
.button:hover,
.buttonOver{
	background-color: #e6edf6;
	border: 1px solid #092d5d;
}
 
.fieldLabel {
	vertical-align: top;
	text-align: right;
}
.fieldLabelError {
	vertical-align: top;
	text-align: right;
	color: #ff0000;
}
.fieldValue {
	padding: 2px;
}

.fieldRequire,
.requireField,
.errorMessage {
	color: #ff0000;
}
 
#headerSearch input {
	border: 0px;
}
	
	
/* Navigation Styles
--------------------------------------------------- */

#bodyNavigation {
	width: 220px;
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	background: url(/stores/innovativelight/images/navigation_corner_edge.gif) no-repeat top right;
}

#bodyNavigationList {
	list-style: none;
}

#bodyNavigation0 {
	list-style: none;
}

#bodyNavigation1 {
	list-style: none;
}

.menu0 {
	margin: 0px 0px 2px 0px;
	background-color: #22569f;
}
.menu0 a {
	display: block;
	_display: inline-block;
	padding: 11px 0px 11px 10px;
	color: #ffffff;
}
.menu0_on {
	margin: 0px 0px 2px 0px;
	background-color: #3370c1;
}
.menu0_on a {
	display: block;
	_display: inline-block;
	padding: 11px 0px 11px 10px;
	color: #f2e852;
	font-weight: bold;
}

.menu1 {
	background-color: #3370c1;
}
.menu1 a {
	display: block;
	_display: inline-block;
	padding: 2px 0px 2px 20px;
	color: #ffffff;
	font-weight: normal;
}
.menu1_on {
	background-color: #3370c1;
}

.menu1_on a {
	display: block;
	_display: inline-block;
	padding: 2px 0px 2px 20px;
	font-weight: bold;
}

.menu2 {
	background-color: #3370c1;
}
.menu2 a {
	display: block;
	_display: inline-block;
	padding: 2px 0px 2px 30px;
	color: #ffffff;
	font-weight: normal;
}
.menu2_on {
	background-color: #3370c1;
}
.menu2_on a {
	display: block;
	_display: inline-block;
	color: #f2e852;
	padding: 2px 0px 2px 30px;
}

/* Content and Layout Styles
--------------------------------------------------- */
	
#bodyCenter {
	width: 946px;
	margin: 0px auto 0px auto;
}

#bodyEdgeTL {
	width: 18px;
	height: 397px;
	float: left;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/body_edge_tl.jpg) no-repeat top left;
}

#bodyEdgeTR {
	width: 18px;
	height: 397px;
	float: left;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/body_edge_tr.jpg) no-repeat top left;
}

#bodyPrimary {
	width: 910px;
	float: left;
}

#bodyHeader {
	padding: 0px 5px 0px 4px;
	background-color: #092d5d;
}

#bodyContent {
	background: #02072b url(/stores/innovativelight/images/body_bg_bg.gif) repeat-x top left;
}

#bodyBGTop {
	min-height: 470px;
	_height: 470px;
	background: url(/stores/innovativelight/images/body_bg_top.jpg) no-repeat top left;
}

#bodyBGBottom {
	margin: 0px 5px 0px 4px;
	background: #133e82 url(/stores/innovativelight/images/body_bg_bottom.gif) repeat-x bottom left;
}

#bodyFooter {
	margin-top: 5px;
	text-align: center;
	padding-top: 20px;
	color: #ffffff;
	font-size: 11px;
	background: #000000 url(/stores/innovativelight/images/footer_bg.jpg) no-repeat top left;
}

#bodyBottom {
	width: 910px;
	height: 6px;
	background: url(/stores/innovativelight/images/body_edge_bottom.jpg) no-repeat top left;
	position: relative;
}

#bodyEdgeBL {
	width: 1px;
	height: 140px;
	line-height: 0px;
	font-size: 0px;
	background: #0b1c4a url(/stores/innovativelight/images/body_edge_bl_br.gif) no-repeat top left;
	position: absolute;
	top: -140px;
	left: 0px;
}

#bodyEdgeBR {
	width: 1px;
	height: 140px;
	line-height: 0px;
	font-size: 0px;
	background: #0b1c4a url(/stores/innovativelight/images/body_edge_bl_br.gif) no-repeat top left;
	position: absolute;
	top: -140px;
	left: 909px;
}

#headerImage {
	padding: 0px 4px 0px 4px;
	background-color: #3370c1;
}

#headerImageFooter {
	min-height: 21px;
	_height: 21px;
	background: #3370c1 url(/stores/innovativelight/images/header_bg.jpg) repeat-x bottom left;
}

#headerCornerTL {
	float: left;
	width: 4px;
	height: 35px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/header_corner_tl.gif) no-repeat bottom left;
}

#headerCornerTR {
	float: left;
	width: 4px;
	height: 35px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/header_corner_tr.gif) no-repeat bottom right;
}

#headerCornerBL {
	float: left;
	width: 4px;
	height: 4px;
	margin-top: 17px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/header_corner_bl.gif) no-repeat bottom left;
}

#headerCornerBR {
	float: right;
	width: 4px;
	height: 4px;
	margin-top: 17px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/header_corner_br.gif) no-repeat bottom right;
}

#headerSearch {
	float: left;
	width: 243px;
	_width: 243px;
	height: 25px;
	padding: 10px 0px 0px 10px;
	color: #ffffff;
	background: url(/stores/innovativelight/images/header_bg_top.gif) repeat-x top left;
}

#headerButtons {}

.headerButton {
	width: 128px;
	height: 25px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #ffffff;
	background: url(/stores/innovativelight/images/header_button_off.jpg) no-repeat top left;
}

.headerButton:hover {
	width: 128px;
	height: 25px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #ffffff;
	background: url(/stores/innovativelight/images/header_button_on.jpg) no-repeat top left;
}

#homepageBG {
	margin: 0px 5px 0px 4px;
	background: #133e82 url(/stores/innovativelight/images/homepage_bg_bg.gif) repeat-x top left;
}

#homepageBGBottom {
	clear: both;
	min-height: 310px;
	_height: 305px;
	background: #02072b url(/stores/innovativelight/images/homepage_bg_bottom.jpg) repeat-x top left;
}

.homepageCategoryImage {
	float: left;
	width: 218px;
	height: 146px;
	padding: 4px 3px 4px 4px;
}

.homepageCategoryTextBox {
	float: left;
	width: 212px;
	height: 128px;
	padding: 16px 3px 0px 10px;
}

.homepageCategoryTextBox strong {
	font-size: 13px;
	color: #f2e852;
	font-weight: bold;
}

.homepageCategoryTextBox p {
	margin-top: 10px;
	font-size: 11px;
	color: #ffffff;
}

#homepageFeaturedProduct {
	float: left;
	width: 388px;
	height: 180px;
	margin: 20px 0px 0px 10px;
	background: url(/stores/innovativelight/images/homepage_corner_edge.gif) no-repeat top right;
}

#homepageFeaturedProduct p {
	margin-top: 10px;
	min-height: 70px;
	_height: 70px;
	color: #ffffff;
}

#homepageFeaturedProduct div {
	float: left;
	width: 250px;
}

#featuredProductImage {
	float: left;
	margin-right: 10px;
}

#featuredProductLabel {
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

#featuredProductTitle {
	color: #f2e852;
}

#homepageMessage {
	float: left;
	width: 470px;
	height: 180px;
	margin: 20px 0px 0px 20px;
	padding-top: 40px;
	color: #ffffff;
	background: url(/stores/innovativelight/images/label_leading_the_way.gif) no-repeat top left;
}

#bodyInterior {
	vertical-align: top;
	width: 650px;
	padding: 0px 5px 0px 15px;
}

#bodyCartCount {
	text-align: right;
	color: #bdcce3;
	font-size: 11px;
	padding: 4px 5px 2px 0px;
}

#bodyTitle {
	float: left;
	width: 60%;
	padding-bottom: 5px;
}

#bodyButtons {
	float: right;
	width: 40%;
	padding-top: 10px;
	text-align: right;
}


.headerOutline {}

#breadcrumbs {
	padding: 1px 0px 2px 6px;
	background-color: #092d5d;
}

.pageTitle {}

.sessionMessage {
	padding: 10px;
	font-weight: bold;
	background-color: #feeaea;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	color: #ff0000;
}

.categoryCell {}
.category_cell,
.product_cell {
	text-align: center;
	vertical-align: middle;
	padding: 3px 0px 3px 0px;
	border: 1px solid #e6edf6;
}

.category_label,
.product_label {
	vertical-align: top;
	text-align: center;
	background-color: #e6edf6;
	padding: 4px;
}

.category_label a,
.product_label a {
	color: #092d5d;
	font-size: 11px;
}

.product_price {
	color: #5c0100;
	font-weight: bold;
}
.product_price_amount {}

.productimg,
.product_image {
	border: 0px;
}
.product_image_lg {
	border: 0px;
}
.category_image {
	border: 0px;
}
.productTitle {}
.headingUnderline {}

.smallImage {
	border: 1px solid #092d5d;
}

.oddRow {
	background-color: #cee2fb;
}

.evenRow {
	background-color: #e6edf6;
}

.heading1 {
	padding-bottom: 10px;
	color: #22569f;
	font-size: 14px;
	font-weight: bold;
}

#whiteInteriorHeader {
	clear: both;
	height: 7px;
	background-color: #ffffff;
}

#whiteInteriorFooter {
	height: 7px;
	background-color: #ffffff;
}

#whiteInterior {
	min-height: 400px;
	_height: 400px;
	padding: 15px;
	background-color: #ffffff;
}

#whiteInterior h1 {
	color: #22569f;
}

#whiteInteriorTL {
	float: left;
	width: 7px;
	height: 7px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/white_corner_tl.gif) no-repeat top left;
}
#whiteInteriorTR {
	float: right;
	width: 7px;
	height: 7px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/white_corner_tr.gif) no-repeat top right;
}
#whiteInteriorBL {
	float: left;
	width: 7px;
	height: 7px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/white_corner_bl.gif) no-repeat bottom left;
}
#whiteInteriorBR {
	float: right;
	width: 7px;
	height: 7px;
	line-height: 0px;
	font-size: 0px;
	background: url(/stores/innovativelight/images/white_corner_br.gif) no-repeat bottom right;
}

#categorySortBar {}
#categorySortBarContents {}

#poweredBy {
	padding: 10px;
}

#sitemap ul li ul {
	margin-left: 20px;
}