﻿/* IDs */
#leftBar
{
	margin: 0;
	padding: 0;
	width: 235px;
}

#header
{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.jpg);
	width: 772px;
	height: 90px;
}

#header a
{
	text-decoration: none;
	color: #000;
	font-size: 9px;
}

#footer
{
	margin-right: auto;
	margin-left: auto;
	width: 772px;
	color: #ffffff;
	text-align: center;
}

#footer a
{
	font-size: 10px;
	color: #ffffff;
}

#content
{
	margin-right: auto;
	margin-left: auto;
	width: 772px;
	background-color: #ba383d;
	background-image: url(../images/leftnav_bg.jpg);
	background-repeat: repeat-y;
}

#contentRight
{
	float: right;
	padding: 15px;
	width: 503px;
	background-color: #ffffff;
	min-height: 500px;
	display: inline;
}
*html #contentRight
{
	float: right;
	padding: 15px;
	width: 533px;
	background-color: #ffffff;
	height: 524px;
	display: inline;
}

.contentRight
{
	float: right;
	padding-right: 1px;
	width: 533px;
}

/* -------------- Extended styles -------------- */
#ExtendedHeader
{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.jpg);
	width: 972px;
	height: 90px;
	border-bottom: #ba383d solid 5px;
}
*html #ExtendedHeader
{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.jpg);
	width: 972px;
	height: 90px;
	border-bottom: #ba383d solid 5px;
}

#ExtendedNav
{
	margin-top: 17px; 
	background: url(../images/nav_bg.jpg) repeat-x top left;
}
*html #ExtendedNav
{
	margin-top: 13px; 
	background: url(../images/nav_bg.jpg) repeat-x top left;
}

#ExtendedHeader a
{
	text-decoration: none;
	color: #000;
	font-size: 9px;
}

#ExtendedContent
{
	margin-right: auto;
	margin-left: auto;
	width: 972px;
	background-color: #ba383d;
	background-image: url(../images/leftnav_bg.jpg);
	background-repeat: repeat-y;
}

#ExtendedContentRight
{
	float: right;
	padding: 15px 0 15px 15px;
	width: 718px;
	background-color: #fff;
	height: 500px;
	display:inline;

}
*html #ExtendedContentRight
{	
	float: right;
	padding: 15px 0 15px 15px;
	width: 733px;
	background-color: #fff;
	height: 524px;
	display:inline;

}

#ExtendedFooter_wrap
{
	margin-right: auto;
	margin-left: auto;
	width: 972px;
	background: #BB383E;
	text-align: center;
}

#ExtendedFooter
{
	margin-right: auto;
	margin-left: auto;
	width: 972px;
	color: #fff;
	text-align: center;
}

#ExtendedFooter a
{
	font-size: 10px;
	color: #fff;
}
/* -------------- End Extended styles -------------- */



/* Classes */
.formArea
{
	/*
	background-color: #f3f3f3;
	border: solid 1 #CCCCCC;
	text-align: center;
	*/
}

.featuredArea
{
	background-color: #fff;
	border: solid 1px #474343;
	text-align: center;
	padding: 10px;
	margin-bottom: 1px;
	min-height: 234px;
}
*html .featuredArea
{
	height: 276px;
}

.highlightText
{
	font-weight: bold;
	color: #a36109;
	text-decoration: none;
	font-size: 14px;
}

.categoryNav{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.categoryNav li
{
	margin-bottom: 5px;
}

.sideBarLink{
	text-decoration:none;
	color: #fff;
	font-size: 12px;
}

.sideBarContentContainer
{
	padding-left: 22px;
	font-size: 11px;
	color: #fff;
}

.dropdown 
{
	position: absolute;
	left: 148px;
	width: 150px;
	background-color: #D8EBFF;
	font-weight: normal;
	font-size: 10px;
	padding: 5 5 5 5;
	border: 1px solid #4984FE;
	border-left: 1px solid #D8EBFF;
	line-height:15px;
	visibility: hidden;
	z-index: 10;
}

.pagination
{
	padding: 5 15 5 0;
	text-align: right;
	background-color: #F5F5E1;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	width: 98%;
}

a.paginationOff
{
	text-decoration: underline;
}

a.paginationOn
{
	text-decoration: none;
	color: #000000;
}

.priceNone
{
	display: none;
}

.couponDescription
{
	font-style: italic;
	font-size: 11px;
}

.formSection
{
	border: solid 1px #DDDDDD;
}

.categoryGroupDescription
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.kitStep
{
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	background-color: #F5F5E1;
	border: solid 1 #CCCCCC;
	padding: 3 10 3 10;
	margin-top: 10px;
}

.kitSection
{
	border: solid 1 #CCCCCC;
	background-color: #f3f3f3;
	padding: 10px;
}

.smallLink
{
	font-size: 10px;
}

.categoryGroup
{
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.menuNavLink
{
	font-weight: bold;
	font-size: 10px;
}

.dropdown 
{
	position: absolute;
	left: 148px;
	width: 150px;
	background-color: #D8EBFF;
	font-weight: normal;
	font-size: 10px;
	padding: 5 5 5 5;
	border: 1px solid #4984FE;
	border-left: 1px solid #D8EBFF;
	line-height:15px;
	visibility: hidden;
	z-index: 10;
}

.gridHeaderLabel
{
	color: #003366;
}

.filter
{
	width: 98%;
	background-color: #dbdbb7;
}

.recommendations
{
	border: solid 1 #f3f3f3;
	width: 98%;
}

a.categoryHightlightTitle
{
	font-size: 17;
	color: #FFFFFF;
}

a.categoryHightlightTitle:hover
{
	font-size: 17;
	color: #FFFFFF;
}

a.shopNow
{
	font-size: 13;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

a.shopNow:hover
{
	font-size: 13;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

.required
{
	font-size: 15;
	color: #0000FF;
}

.sectionSubTitle
{
	text-align: left;
	font-size: 13;
	font-weight: bold;
	color: #666666;
}
.orderNumber
{
	font-weight: bold;
	font-size: 15px;
}

.sectionTitle
{
	color: #333333;
	font-weight: bold;
	font-size: 16;
}

.kitLabel
{
	color: #333333;
	font-weight: bold;
}

.buttonRow
{
	text-align: right;
}
.sectionHeader
{
	font-weight: bold;
	font-size: 14;
	color: #666666;
}

.volumePricing
{
	font-size: 10;
}

.gridButton
{
	height: 20;
	font-size: 11;
	width: 48px;
}

.itemName
{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

.simpleCart
{
	padding: 8;
	width: 100%;
	font-size: 10px;
}

.successMessage
{
	font-weight: bold;
	color: #809900;
	font-size: 13;
	display: block;
	padding: 10 10 10 10;
	background-color: #F5F5E1;
	border: solid 1px #CCCCCC;
}

.errorMessage
{
	font-weight: bold;
	color: #FF0000;
	font-size: 13;
	display: block;
	padding: 10 10 10 10;
	background-color: #F5F5E1;
	border: solid 1px #CCCCCC;
}

.itemPrice
{
	font-weight: bold;
	color: #333333;
}

.itemPriceSale 
{
	font-weight: bold;
	color: #333333;
	text-decoration: line-through;
}

.salePrice
{
	font-weight: bold;
	color: #FF0000;
}

.itemGridRow
{
	background-color: #FFFFFF;
	text-align: center;
}

.itemGridCell
{
	font-size: 11px;
	border: solid 1px #f3f3f3;
}

.itemGridAlternatingRow
{
	background-color: #F3F3F3;
	text-align: center;
}

.itemGridHeaderRow
{
	background-color: #DDD;
	text-align: center;
	color: #003366;
}

input.qntyInput
{
	width: 35px;
}
.subCategoryTitle
{
	font-weight: bold;
}

.subCategoryText
{
	font-size: 11;
}

.ymmeDropDown
{
/*	position: absolute; */
/*	left: 148px; */
	width: 160px;
/*	background-color: #D8EBFF; */
	font-weight: normal;
	font-size: 10px;
/*	padding: 5 5 5 5; */
	border: 1px solid #4984FE; 
	border-left: 1px solid #D8EBFF;
/*	line-height:15px; */
/*	visibility: hidden; */
	z-index: 10;
}

/* Elements */
body
{
	margin: 0px;
	background-color: #363636;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
}

td
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
}

div
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	text-align: left;
}

form
{
	margin: 0px;
}

