/* general tag styles */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#fff;
	color:#454545;
	background : url(sitebg.gif) #e5e5e5 repeat-y center top;
		
}


form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-size:170%;
	padding:0px;
	color:#333;
	margin:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:180%
}
h2 {

	font-size:120%;
	margin:7px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
 a {
	color:#2C2C2C;
	text-decoration:none;
} 

a:visited {
	
}

a:hover {
	text-decoration: underline;	
}

.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}
.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;
	}
/* page layout */

#pageSurround {

	margin:0px auto 0px auto;
	width:980px;
	
	}

#topBar {
	height:24px;
	width:100%;
	background-image: url(../styleImages/topbar.gif);
	background-repeat:no-repeat;
}

#header {
	
	width:100%;

}
#logo {
	padding:5px 0px 5px 10px;	
}
#ad {
	width:50%;
	margin-left:350px;
	padding:10px 0px 0px 10px;	
}

#page {
	padding-bottom:10px;
	background-color:#fff;
	height:100%;
	
}

#barThree {
	margin:0px 0px 0px 0px;
	
}

/* #menu-wrap {
	position:relative;
	top:5px;
	clear:both;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:5px 0 0 0px;
	background-image:url(../styleImages/menu_bg.gif);
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
} */

#menu {
	width:800px;
	height:37px;
	float:left;
	margin-top:20px;
	padding:0;
	
}
#menu ul{
display:block;
list-style:none;
padding:0px 0 0 0px;

margin:0px;

}
#menu ul li{
display:inline;
padding:0px;
height:37px;
}
#menu ul li a{

background: transparent url("../styleImages/menu_item_bg.gif") no-repeat bottom;
height:37px;
display:block;
padding:0px 5px 0 5px;
margin:0 4px 0 0px;
_margin:0 2px 0 0px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:16px;
line-height:37px;
font-weight: 700;
}
#menu ul li.selected a{

display:block;
padding:0px 5px 0 5px;
margin:0 5px 0 5px;
float:left;
text-decoration:underline;
text-align:center;
color:#fff;
font-size:16px;
line-height:37px;
font-weight: 700;
}
#menu ul li.divider{
height:37px;
width:2px;
display:block;
padding:0px 3px 0 3px;
margin:0 3px 0 3px;
float:left;
background:url(images/divider.gif) no-repeat center top;
}
#menu ul li a:hover{
color:#fff;
text-decoration:underline;

}


/*#nav {

	width:225px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
	height:100%;
	padding-left:10px;
	padding-top:10px;
	float:left;
	color:#fff;
}
#nav a {
	color:#666;
	font-weight:200;
}*/
#nav-left {
float:left;
height:100%;
margin:0;
padding:10px 0 0 0;
width:225px;
}
#content {
	line-height:130%;
	margin-bottom: 0px;
	float:left;
	padding:0px 5px 0px 10px;
	width:740px;
	
	
}
#top {
	padding-top: 15px;
	background-color: #fff;
	width:980px;
}
#compareDisplay td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#compareDisplay, #productDisplay {
float:left;
padding-top:10px;

}
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset, #content-b fieldset {
	
	float:left;
	width:100%;
	border:1px solid #cccccc;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}

#compareDisplay p, #productDisplay p {
	
}

#footer {
	background-image:url(../styleImages/topbar.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	clear:both;
	margin:0px;
	padding:5px 0px 0px 0px;
	background-color:#FFF;
	text-align:center;
}
#footlinks {
		
		padding:15px 0px 0px 0px;
		width:100%;
}

#license {
	font-size: 10px;
	color: #000;		
}

#license a {
	color:#999;
	font-size:10px;
}


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

.icon img {
	height:10px;
	width:10px;
}

.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 {
	
	cursor:pointer;
}

#search {
	float:left;
	width:200px;
}
#search input {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.searchButton {
	
	background-color:transparent;
	border:none;
	background-image:url(../styleImages/search.png);
	background-repeat:no-repeat;
	
	
} 
#searchbox {
	
	width:200px;
	height:20px;
	padding:2px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



#header h1 {
	position:absolute;
	top:10px;
	left:10px;
	margin:0px;
	line-height:120%
}

#homeNav {
	padding-left:50px;
	color: #000;	
}
#homeNav li {
	
	float:left;
	margin:0px;
	padding-right:5px;
	width:100px;
	list-style-type:none;
	text-align:center;

}
#homeNav li a {
	position:relative;
	float:left;
	margin:0px;
	padding-top:10px;
	width:100px;
	display:block;
	font-weight:bold;
	text-align:center;
	color:#000;
	height:20px;
}

#homeNav li a {
	position:relative;
	float:left;
	margin:0px;
	padding-top:10px;
	width:100px;
	display:block;
	font-weight:bold;
	text-align:center;
	color:#000;
	height:20px;
}


.topLinkOn {
	
	width:150px;

	
}
.topLinkOff {	
	width:150px;
	height:30px;
	color:#fff;
	
}



#SubBuiltnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #039;	
}


#nav p {
	
	font-size:110%;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	height:24px;
	height: 24px;
	color: #ffffff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#nav ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 0px;
	max-width:160px;


}

#nav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#nav li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:143px;
	display:block;
	background-image:url(../styleImages/navBullet.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#nav ul li ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	left:15px;
	border:0px;
	background-image:none;
}

td.leftcolumnTop {
	width:194px;
	background-image:url(../styleImages/leftcolumn-top.gif);
	background-repeat:no-repeat;	
	padding:0px 0px 0px 5px;
	height:24px;
}

td.leftcolumnMid {
	width:194px;
	background-image:url(../styleImages/leftcolumn-mid.gif);
	background-repeat:repeat-y;	
	padding:0px 0px 0px 5px;
	
}

td.leftcolumnBottom {
	width:194px;
	background-image:url(../styleImages/leftcolumn-bot.gif);
	background-repeat:no-repeat;	
	padding:0px 0px 0px 5px;
	height:24px;
}

td.navcolumnRight-top {
	width:220px;
	/*background-image:url(../styleImages/rightcolumn-top.gif);
	background-repeat:no-repeat; */	
	padding:0px 0px 0px 5px;
	height:31px;
	font-size:16px;
	font-weight: 700;
	color:#666;
	text-transform:uppercase;
}

td.navcolumnRight-mid {
	width:220px;
	/*background-image:url(../styleImages/rightcolumn-mid.gif);
	background-repeat:repeat-y;} */
	padding:0px 0px 0px 15px;
}
td.navcolumnRight-bot {
	width:220px;
	/*background-image:url(../styleImages/rightcolumn-bot.gif);
	background-repeat:no-repeat; */	
	padding:0px 0px 0px 5px;
	height:34px;
}
td.featureTop {
	background-image:url(../styleImages/title_bg.gif));
	border: 1px solid #DDD;
	background-repeat: repeat-x;
	background-position: top;
	padding:0px 0px 0px 5px;
	color: #ffffff;
	

	
}




td.featureMid {
	width:180px;
	
	padding:0px 0px 0px 0px;
	
	
}

td.featureMid ul {
	padding-left:15px;	
}

td.featureBot {
	height:18px;
	width:180px;
	
	padding-bottom:10px;
}
td.spacer {
	height:10px;	
}

#featureProduct ul {
	text-align:center;
}
#featureProduct li a {
	margin:0px;
	padding:0px;
}
featureProduct {
	padding-top:25px;
}

#productDisplay td {
	padding:0px 4px 5px 4px;
}
td.prodData {
	width:150px;	
}
table.products {
	width:350px;	
}
#singleProductDisplay {
	
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
}
#singleProductDisplay ul {
	
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
#singleProductDisplay ul li {
	
	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*/
}

#singleProductDisplay .productpic {
	margin:10px 20px 10px 0px;
	padding:0px;
	max-width:450px;
	float:right;
	/*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:#900;
	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:#993a4e;
	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 {
}
#prodbut {
	margin-left:auto;
	margin-right:auto;
}
a.button, a.bigbutton {
	position:relative;
	float:left;
	color:#000000;
	display:inline;
	padding:7px 0px 0px 0px;
	font-weight:bold;
	background-image:url(../styleImages/buynow.gif);
	background-repeat:no-repeat;
	width:91px;
	height:25px;
	margin:10px 0px 0px 0px;
}

a.catNavOn {
	font-weight:bold;
	color:#000;
	font-size:13px;
}
a.catNavOff {
	font-weight:normal;
	font-size:14px;
	
	}
a.brandNavOn {
	font-weight:bold;
	color:#ff9933;
}

a.brandNavOff {
	font-weight:bold;
	color:#000;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}

.linkGroup {
	color:#333;
	font-weight:800;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding-top:10px;
	padding-bottom: 5px;
	border-bottom: 1px #454545 solid;
	margin-bottom: 3px;
}

#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;
	
}

#userHistory ul {
	list-style-position: inside;
	list-style-image: url(../styleImages/el-page-arrow.gif);
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	max-width: 180px;
}

#userHistory ul li strong{
	

	
}


.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;
}
#newsItems {
	background-repeat:no-repeat;
	background-color:transparent;
	background-position: 0px 0px;
	height:auto;
	padding-right:20px;
}

#newsItems p {
	background-image:url(../styleImages/title-bg.gif);
	background-repeat:repeat-x;
	height:28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding:4px 0px 0px 15px;
	
}
#popularProd p {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding:0px 0px 0px 5px;
}

#newsbox {
	line-height:150%;
	background-color:transparent;
	padding-bottom:20px;

		
}

#newsItems ul {
	margin:0px;
	list-style-type: none;
	max-width:350px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;	
}
#newsItems li {
	
	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 {
	
	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 {

	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 30px;
	width:auto;
	list-style-type:disc;
}



#popularProd {
	float:left;
	width:100%;
	margin-top: 10px;
	background-color: #fff;
	background-image: url(../styleImages/title_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #DDD;
	
}

#popularProd ul {
	padding-left:25px;
	list-style:none;
}
#popularProd li {
	float:left;
	list-style:none; 
 
	
}

#popularProd h1{
	border-bottom: 1px solid #DDD;
padding-left: 5px;	
background-image: url(../styleImages/title_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}


#featureprod {
	float:left;
	width:100%;
	/*background-image:url(../styleImages/pop-bg.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;	*/
	margin-top: 10px;
	
	padding: 0;
	background-color: #fff;
	background-image: url(../styleImages/title_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #DDD;
	
}

#featureprod ul {
	padding-left:25px;
	list-style:none;
}
#featureprod li {
	float:left;
	list-style:none; 
 
	
}

#featureprod h1{
	border-bottom: 1px solid #DDD;
padding-left: 5px;	
background-image: url(../styleImages/title_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}


td.popbox3 {
	color: #393939;
	font-weight:bold;
	font-size:18px;
	text-transform: uppercase;
	font-family: "arial", Arial, Helvetica, sans-serif;
	width:80px;
	height:140px;
}

td.popImage {
	padding: 10px 0px 10px 10px;
	width:120px;
	height:140px;

}
td.popbox2 {
	width:180px;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	height:140px;
}
td.popImage img {
	width:110px;
	height:120px;
	border:1px solid #d4d4d4;
}
a.more-info {
	position:relative;
	float:left;
	color:#000000;
	display:inline;
	padding:7px 0px 0px 42px;
	font-weight:bold;
	background-image:url(../styleImages/more-info.gif);
	background-repeat:no-repeat;
	width:80px;
	height:25px;
	margin:10px 0px 0px 0px;
}
tr.poptable {
	background-color:#a3c2ff;	
}
td.space {
	height:10px;
	}
	
/* code for new banner section */

#banner {

height: 220px;
background-image: url(../styleImages/purple_bg.png);
background-repeat: repeat-x;
padding: 0;


}

#bannerwrap {
width:980px;
height: 234px;
margin: auto;

}



#container {
width: 300px;
margin:auto;


}

.logo {


margin-top: 30px;

}




#searchbox {
background-image: url(../styleImages/searchboxbg.png);
background-repeat: no-repeat;
width: 500px;
float:right;
height: 95px;
padding:7px;

margin-top: 52px;

}





#searchbox input
{
vertical-align: text-top;
margin-top: 35px;
width: 400px;
padding-left: 0px;
margin-left: 0;
	-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
}




 #pullDownNav {

margin-top: 2px;
margin-bottom:10px;

}
#pullDownNav select{
	
	
	 background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 18px;
   border: 1px solid #ccc;
   height: 34px;
   color:#454545;
}
#pullDownNav input {

margin-bottom: 10px;
}

input {     
border: 1px solid #ccc;
background-color: #fff;
height: 34px;
font-size: 18px;
color:#454545;}

#leftad {
position: absolute;
top: 260px;
left: 50px;


}

