/* general tag styles */
* {
	padding: 0px;
	margin: 0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#fff;

}
form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-size:170%;
	padding:0px;
	color:#e04d19;
	margin:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:180%
}
h2 {
	position:relative;
	float:left;
	font-size:120%;
	margin:7px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#070707;
	text-decoration:none;
	
}
a:visited {
	
}

a:hover {
	color: #900;
}

.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

/* page layout */

.boxborder{
position: relative;
float: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
padding-top: 10px;

padding-bottom: 10px;
padding-left: 5px;
width:182px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #e2e2e2;
border-bottom-color: #e2e2e2;
border-left-color:#e2e2e2;


}
#pageSurround {
	margin:0px auto 0px auto;
	width:900px;
	background-color:#FFF;
	padding-top:25px;
	
}
#header {
	position:relative;
	float:left;
	height:29px;
	width:100%;
	background-image:url(../styleImages/header-bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	z-index:100;
	padding-top:25px;
}
#page {
	position:relative;
	display:block;
	background-color:#FFFFFF;
	

}
#headerimage {
	
	margin:0px 5px 0px 5px;
	height:275px;
	clear:both;
	background-image:url(../styleImages/header.png);
	background-repeat:no-repeat;
	background-position:center;
}

#barTwo {
	
	margin:0px 10px 0px 10px;
	padding:5px 0px 0px 0px;
	height:20px;
	clear:both;
	background-color:#FFFFFF;
}
#barThree {
	margin:10px 10px 0px 10px;
	clear:both;
	background-color:#FFFFFF;
}
#sideNavLeft {
	position:relative;
	float:left;
	width:190px;
	margin:0px;
	
}
#sideNavRight {
	position:relative;
	float:right;
	width:180px;
	margin:0px;
}
#content {
	line-height:130%;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 200px;	
}

#pageContent {
	position:relative;
	float:left;
	width:100%;
	padding-bottom:25px;
	padding-left:20px;
}

#footer {
	width:100%;
	text-align:center;
	clear:both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
	padding:4px 0px 4px 0px;
	border-top:20px solid #ffffff;
	background-color:#e04d19;
	
}

A.copy:link {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size:12px; font-weight:normal }
A.copy:visited {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #ffffff; font-size:12px; font-weight:normal}
A.copy:hover {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #000000; font-size:12px; font-weight:normal}

.copy {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

/* image widths and heights */
.smallProductImage {
	width:75px;
	/*height:65px;*/
	max-height:155px;
}
.featureProductImage {
	width:75px;
	/*height:65px;*/
}

/* skin design */
.tabExpand {
	position:relative;
	width:100%;
	margin:0px 0px 10px 0px;
}
	/* ie6 hack to prevent tables dropping */
	*html .tabExpand {
		position:relative;
		float:left;
		width:100%;
		margin:0px 0px 10px 0px;
	}
.textBG {
	background-image:url(../styleImages/textBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:20px;
}
.textBGLeft {
	background-image:url(../styleImages/textBGLeft.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
.textBGRight {
	background-image:url(../styleImages/textBGRight.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.searchButton:hover {
	background-image:url(../styleImages/el-search-but-hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#searchbox {
	border:0px solid #ffffff;
	width:200px;
	padding:2px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin-left:auto;
	margin-right:auto;
	padding-right:50px;
	float:right;
}
#search {
	position:relative;
	float:right;
	top:-10px;
	right:10px;
}
#search input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
#prodsearch {
	padding-right:50px;
	padding-top:17px;
}


.searchButton {
	position:relative;
	float:right;
	background-color:transparent;
	border:none;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	padding:0px;
	width:50px;
	height:20px;
	background-image:url(../styleImages/el-search-but.png);
	background-repeat:no-repeat;
	margin-left:20px;
}
#searchbox {
	border:0px solid #ffffff;
	width:200px;
	padding:2px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
}



#header h1 {
	position:absolute;
	top:10px;
	left:10px;
	margin:0px;
	line-height:120%
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#900;
	text-decoration:none;
}



/* NAVIGATION NEW*/

#navigation-wrapper {
height:30px;
margin:0 auto;
position:relative;
z-index:100000;
padding-bottom:15px;
}
#navigation {
height:30px;
position:relative;
float:left;
padding-bottom:30px;


}
#navigation ul {
	display:block;
	float:right;
	font-family:verdana;
	font-size:11px;
	height:38px;
	line-height:35px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	}
							 
#navigation ul li {display:inline;}

#navigation ul li a {
	color:white;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
}

#navigation ul li a:hover {color:#9FC54E;}


/* NAVIGATION END*/

Navbox {
	position:absolute;
	margin:0px;
	top:20px;
	left:500px;
	padding:0px;
}

#homeNav {
	
	margin:0px;
	
	padding:0px;
	background-image:url(../styleImages/menu-bg-left.gif);
	background-repeat:no-repeat;
	float:right;
	
}

#homeNavright {
	background-image:url(../styleImages/menu-bg-right.gif);
	background-repeat:no-repeat;
	position:static;
	height:37px;
	width:18px;
}

#homeNav li {
	position:relative;
	float:left;
	margin:0px;
	width:90px;
	height:37px;
	list-style-type:none;
	text-align:center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeNav li a {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 0px 0px;
	width:90px;
	display:block;
	font-weight:bold;
	text-align:center;
}
#sideNavLeft p, #sideNavRight p {
	position:relative;
	float:left;
	width:190px;
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	height:24px;
	color:#000;
	background-image:url(../styleImages/box_top.png);
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sideNavLeft ul, #sideNavRight ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:168px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background-position:bottom;
	background-repeat:repeat-x;
}



#sideNavLeft li, #sideNavRight li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
}
#sideNavLeft li a, #sideNavRight li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 0px 15px;
	width:143px;
	display:block;
	background-image:url(../styleImages/navBullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#sideNavLeft ul li ul, #sideNavRight ul li ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	left:15px;
	border:0px;
	background-image:none;
}
#sideNavLeft ul li ul li, #sideNavRight ul li ul li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#sideNavLeft ul li ul li a, #sideNavRight ul li ul li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 0px 15px;
	width:130px;
	display:block;
	background-image:url(../styleImages/navBulletSub.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	color:#666666;
}
#featureProduct ul {
	text-align:center;
}
#featureProduct li a {
	background-image:none;
	margin:0px;
	padding:0px;
}
#pullDownNav {
	background-color:#1F1F1F;
	padding:5px;
	margin:0px 0px 10px 0px;
}
#productDisplay td {
	padding:0px 10px 30px 0px;
}
#singleProductDisplay {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
}
#singleProductDisplay ul {
	margin:0px;
	padding:0px;
}
#singleProductDisplay ul li {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	width:100%;
}
#singleProductDisplay img {
	margin:10px 0px 10px 0px;
	padding:0px;
	max-width:450px;
	/*width:450px*/
}


.styleProdName {
	font-size:120%;
	color:#006699;
	font-weight:bold;
}
.styleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.styleProdPrice {
	font-size:120%;
	color:#600;
	font-weight:bold;
}
.styleProdMerchant {
}
.styleProdID {
}
.styleProdCategory {
}
.styleProdBrand {
}
.styleProdDescription {
}

.singleProdName {
	font-size:120%;
	color:#006699;
	font-weight:bold;
}
.singleProdPromo {
	font-size:100%;
	color:#333333;
	font-weight:bold;
}
.singleProdPrice {
	font-size:120%;
	color:#900;
	font-weight:bold;
}
.singleProdBrand {
	font-size:120%;
	color:#006699;
	font-weight:bold;
}
.singleProdDesc {
	font-size:100%;
	color:#333333;
}
.singleProdId {
	font-size:100%;
	color:#666666;
	font-weight:normal;
}
.singleProdMerchant {
}
.singleProdCategory {
}

a.button, a.bigbutton {
	position:relative;
	float:left;
	color:#000000;
	display:inline;
	padding:7px 0px 0px 42px;
	font-weight:bold;
	background-image:url(../styleImages/buynow.png);
	background-repeat:no-repeat;
	width:80px;
	height:25px;
	margin:10px 0px 0px 0px;
}
a.catNavOn {
	font-weight:bold;
	color:#006699;
}
a.catNavOff {
	font-weight:normal;
}
a.brandNavOn {
	font-weight:bold;
	color:gray;
}
a.brandNavOff {
	font-weight:normal;
	color:gray;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}

.linkGroup {
	color:#333;
	font-weight:800;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding-top:5px;
	
}

#builtNav {
	
}

.category {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
padding-top: 0pt;
padding-right: 5px;
padding-bottom: 0pt;
padding-left: 0pt;
float:left;
}

#catcont {
	padding:10px;

}

#catDisplay {
	position:relative;
	float:left;
	width:100%;
}
#catDisplay ul {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px;
}
#catDisplay li {
	position:relative;
	float:left;
	width:260px;
	height:80px;
	padding:0px 10px 0px 0px;
	margin:0px;
	list-style-type:none;
	display:block;
}
#pageSurround fieldset {
	
	line-height:150%;
	background-repeat:no-repeat;
	padding-top:10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #eee;
	
}

#newsItems
{
	
	background-repeat:no-repeat;
	background-color:transparent;
	background-position: 0px 0px;
	height:auto;
}
#newsbottom {
	background-image:url(../styleImages/news-bottom-bg.png);
	background-repeat:no-repeat;
	width:260px;
	height:25px;
	position: absolute;
	bottom: 15px;
	right: 21px;
}

.adminInput {
	width:300px;
}
#myLink {
	border:1px solid #cccccc;
	background-color:#FFFFCC;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#outer {
	width: 260px;
	position:relative;
	float:right;
	padding-left:0px;
	padding-bottom:40px;
	line-height:150%;
	
}
#newsBox {
	width: 260px;
	position:relative;
	float:right;
	padding-left:10px;
	
	line-height:150%;
	background-color:transparent;
	top:0px;
	right:10px;
	background-image:url(../styleImages/news-bg.png);
	background-repeat:no-repeat;
	
}

#newsItems ul {
	margin:0px;
	list-style-type: none;
	max-width:245px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;	
}
#newsItems li {
	position:relative;
	float:left;
	
	padding:0px 0px 10px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage h1 {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:180%
}
#newsPage ul {
	padding:0px;
	margin:0px;
}
#newsPage li {
	position:relative;
	float:left;
	padding:0px 0px 30px 0px;
	margin:0px;
	width:100%;
	list-style-type:none;
}
#newsPage ul li ul {
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
#newsPage ul li ul li {
	position:relative;
	float:none;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}

#popularProd {
	position:relative;
	float:left;
	padding-top: 35px;
	width:360px;
	padding-left:25px;
	background-image:url(../styleImages/popular_bg.png);
	background-repeat:no-repeat;

	background-position: 10px 0px;
}


#popularProd li {
   
   float:left;
   height:140px;
   margin:5px;
   width:130px;
   list-style:none;
   padding:10px;
   background-image:url(../styleImages/popular-bg.gif);
   background-repeat:no-repeat;
   
   
}
.popProdPrice {

	color: #900;
	font-weight:800;
}

#boxes {
	
	padding-top:15px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	
}


#userHistory {
	background-image:url(../styleImages/history-bg.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height:auto;
}
#historybox {
	width: 260px;
	position:absolute;
	float:right;
	padding-left:55px;
	padding-bottom:40px;
	line-height:150%;
	top: 65px;
	right: 10px;	
}
#historybottom {
	background-image:url(../styleImages/news-bottom-bg.png);
	background-repeat:no-repeat;
	width:260px;
	height:25px;
	position: absolute;
	bottom: 15px;
	padding-right:0px;
}
#userHistory ul {
	list-style:none;
	padding: 35px 0px 0px 10px;
	max-width:245px;
}
#userHistory ul li {
	max-width:245px;
}

#options {
	float:right;
	height:50px;
	color: #000;
	
	
}

a:accountOptions {
	color:#000;
}

ul.accountOptions li.accountOption
{

float: left;

height: 29px;

background-color: transparent;

background-image: url(../styleImages/divider.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 0px 6px;

margin-right: 7px;

padding-left: 10px;

list-style-type:none;

color:#000;

}