/* LAYOUT */

/* TOP MENU*/
#topMenu {
	position: relative;
	top: 5px;
	}

/* SEACRH BOX */
#searchBox {
	position: relative;
	top: 30px;
	left: 15px;
	margin: 0;
	padding: 0;
	background: url(/images/template/search_bg.jpg) top left no-repeat;
	} 

#searchInput {
	width: 74px;
	height: 16px;
	border: 0px;
	margin: 3px 3px 4px 3px;
	padding: 0;
	font-family: arial;
	font-size: 8pt;
	background: url(/images/template/searchinput_bg.jpg) top left repeat-x;
	} 

/* SHOPPING RECEIPT */
#cartItems {
	position: relative;
	top: 8px;
	left: 5px;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10px;
	color: #474747;
	} 

/* ACCOUNT FUNCTIONS */
#accountFunctions {
	position: relative;
	width: 168px;
	height: 117px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	} 

#accountFunctionsUL {
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	}

#accountFunctionsUL li {
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	list-style-image: url(/images/template/accountbullet.gif);
	}

/* SUB MENU*/
#sideNav {
	width: 168px
	margin: 0;
	padding: 0px 10px 0px 5px;
	background: url(/images/template/sidenavbg.jpg);
	} 
#sideNav ul,  #sideNav li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 10px;
	} 
#sideNav li{
	height: 15px;
	}
#sideNav #subMenuNav li a {
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display:block; 
	color: #3A3783; 
	text-decoration: none; 
	background: url(/images/template/catbullet_off.gif) no-repeat 0px 0px;
	}
#sideNav #subMenuNav li a:hover, #sideNav #subMenuNav li a:active 
	{
	text-decoration: underline;
	}
#sideNav #subMenuNav #subMenuActive a {
	background: url(/images/template/catbullet_on.gif) no-repeat 0px 0px;
	color: #000000;
	}

#sideNavOffers
	{
	width: 168px;
	height: 75px;
	background: url(/images/template/offers_bg.jpg);
	}

#sideNavPrint
	{
	width: 168px;
	height: 45px;
	background: url(/images/template/sidenavbg.jpg);
	}

.sideLink a:link, .sideLink a:visited
	{
	font-size:12px; 
	font-weight: bold; 
	text-decoration: none;
	}

.sideLink a:hover, .sideLink a:active
	{
	color: #333333;
	text-decoration: underline;
	}

#sideNavFooter
	{
	width: 168px;
	height: 250px;
	background: url(/images/template/sidenavbottom.jpg);
	}

/* RIGHT MENU*/
#rightMenu, #rightMenuList {
	margin: 0;
	padding: 0;
	} 
#rightMenu ul, #rightMenu #rightMenuList li{
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}  
#rightMenu #rightMenuList li a {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display:inline; 
	color: #F89818; 
	text-decoration: underline; 
	font-weight: normal;
	background: #FFFFFF url(/images/template/bullet.gif) no-repeat 0px 4px;
	}
#rightMenu #rightMenuList li a:hover, #rightMenu #rightMenuList li a:active 
	{
	color: #FFAC59;
	}

/* MAIN CONTENT */
#mainContent 
	{
	background-image: url(/images/template/main_bg.jpg);
	background-position: 0px -2px;
	background-repeat: repeat-y;
	width: 607px;
}

/* BRANDS */
#brands 
	{
	width: 190px;
	height: 83px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/template/brands_bg.gif);
	}

/* NEWSLETTER */
#newsletter 
	{
	width: 190px;
	height: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/template/newsletterbg.gif);
	}

/* NEWSLETTER */
#specialOffers 
	{
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/images/template/offersmainbg.gif) no-repeat;
	}

/* NEXT PREVIOUS BTN*/
#nextPrevious {
	position: relative;
	clear: both;
	color: #000000;
	font-size:10px;
	font-family: arial; 
	font-weight: normal; 
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: center;
	} html>body #nextPrevious {	left: 0px;}

#btnNextprevious {
	position: relative;
	width:100%;
	border-top-style: solid; 
	border-top-color:#CCC1E0;
	border-top-width:3px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
#btnNext {
	float: right;
	text-align:right;
	width: 55px;
	padding: 1px 0px 5px 5px;
	}
#btnPrev {
	float: left;
	text-align:left;
	width: 55px;
	padding: 1px 5px 5px 0px;
	}
#btnIndex {
	color: #000000;
	text-align: center;
	padding: 1px 0px 5px 0px;
	}

/* FORMS */
legend {
	color:#3A3783;
	}
div.row {
	padding-top: 2px;
	border: 1px none #000000;
	vertical-align: top;
	clear: both;
	}
div.row span.formLabel {
	float: left;
	width: 25%; 
	text-align: right;
	border: 1px none #000000;
	}
div.row span.formLabelHighlighted {
	float: left;
	width: 25%; 
	text-align: right;
	color:#3A3783;
	font-weight: bold;
	}
div.row span.formLabelLeft {
	float: left;
	width: 25%; 
	text-align: left;
	}
div.row span.formField {
	float: right;
	width: 65%; 
	text-align: left;
	border: 1px none #000000;
	padding: 0px 10px 0px 0px;
	}
div.row span.formBack {
	float: left;
	width: 25%; 
	text-align: left;
	}
div.row span.formEnd {
	float: right;
	width: 65%; 
	padding: 0px 0px 0px 0px;
	text-align: right;
	}
div.formEnd {
	clear: both;
	padding: 5px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
	text-align: right;
	}
div.row span.formRequired {
	color:#3A3783;
	font-weight: bold;
	}

div.row span.dataLabel {
	float: left;
	width: 70px;
	border: 1px none #000000;
	}
div.row span.dataField {
	float: right;
	width: 300px; 
	border: 1px none #000000;
	padding: 0px 10px 0px 0px;
	}
.error {
	color:#3A3783;
	margin: 0px 0px 10px 0px;
	}
.error A:link, .error A:visited, .error A:hover {
	color:#3A3783;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-decoration: underline;
	}

/* FORM FIELDS */
.formTextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #929D99;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:100%;
	border: 1px solid #929D99;
}
.formSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:50px;
	border: 1px solid #929D99;
}
.formMed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:100px;
	border: 1px solid #929D99;
}
.formSelect {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #929D99;
}
.formRequired {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3A3783;
	padding: 0px 2px 0px 0px;
}

/* Spec UL */

.specUL
	{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}

.specUL li
	{
	padding: 0px;
	}
