/* general tag styles */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#393939;
	color:#000000;
	
	
}
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:900px;
	
	}

#header {
	height:181px;
	width:100%;	
	z-index:100;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../styleImages/header.jpg);
}
#logo {
	padding:5px 0px 0px 175px;	
}
#headerAd {
	
	float:right;
	padding:20px 25px 0px 0px;
}
#page {
	padding-bottom:10px;
	background-color:#fff;
	height:100%;
	
}

#navigation {
	width:100%;
	
	float:left;
	
	
}

#barThree {
	margin:0px 0px 0px 0px;
	
}
#menu{
	clear:both;
	width:725px;
	height:37px;
	float:left;
	padding:0px 0px 10px 0px;
	margin:30px 0 0 175px;
	_margin:30px 0 0 80px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../styleImages/menu_bg.gif);
}
#menu ul{
display:block;
list-style:none;
padding:0px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:37px;
}
#menu ul li a{
height:37px;
display:block;
padding:0px 5px 0 5px;
margin:0 4px 0 4px;
_margin:0 2px 0 2px;
float:left;
text-decoration:none;
text-align:center;
color:#504d4b;
font-size:13px;
line-height:37px;
}
#menu ul li.selected a{
height:37px;
display:block;
padding:0px 5px 0 5px;
margin:0 5px 0 5px;
float:left;
text-decoration:underline;
text-align:center;
color:#504d4b;
font-size:13px;
line-height:37px;
}
#menu ul li.divider{
height:37px;
width:2px;
display:block;
padding:0px 7px 0 6px;
margin:0 5px 0 5px;
float:left;
background:url(images/divider.gif) no-repeat center top;
}
#menu ul li a:hover{
color:#504d4b;
text-decoration:underline;
}

#nav {

	width:180px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
	height:100%;
	padding-left:10px;
	padding-top:10px;
	float:left;
	color:#fff;
}
#nav-right {
	width:180px;
	float:left;
	margin:0px 0px 0px 0px;
	height:100%;
	padding:10px 0px 0px 5px;
	
}
#content {
	line-height:130%;
	margin-top: 10px;
	margin-bottom: 0px;
	float:left;
	padding:0px 5px 0px 10px;
	width:500px;
	
	
}
#top {
	height:30px;
	background-image:url(../styleImages/center_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	
	margin:0px;

}
#compareDisplay td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#compareDisplay, #productDisplay {
float:left;
}
#compareDisplay p, #productDisplay p {
	
}

#footer {
	background-image:url(../styleImages/footer-bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	clear:both;
	margin:0px;
	padding:5px 0px 0px 0px;
	background-color:#393939;
	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 input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
}
#prodsearch {
	padding-left:30px;
	font-size: 10px;
	width:250px;
	padding-top:2px;
	
}

.searchButton {
	position:relative;
	float:right;
	background-color:transparent;
	border:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	padding:0px;
	width:65px;
	height:23px;
	background-image:url(../styleImages/search-button.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}
#searchbox {
	width:300px;
	height:20px;
	padding:2px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#searchouter {

	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:45px;
	
	
}
#search {

	padding-right:25px;
	font-size: 10px;
	background-image:url(../styleImages/search-bg.gif);
	background-repeat:no-repeat;
	height:40px;
	padding-top:5px;
}

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

.topLinkOn {
	background-image: url(../styleImages/menu_tab_home_on.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	width:90px;
	height:30px;
}
.topLinkOff {	background-position: right 0px;
	background-repeat: no-repeat;
	width:100px;
	height:30px;
}


#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: #000000;
	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:180px;
	background-image:url(../styleImages/leftcolumn-top.gif);
	background-repeat:no-repeat;	
	padding:0px 0px 0px 5px;
	height:29px;
}

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

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

td.navcolumnRight-top {
	width:180px;
	background-image:url(../styleImages/rightcolumn-top.gif);
	background-repeat:no-repeat;	
	padding:0px 0px 0px 5px;
	height:29px;
	color:#fff;
}
td.navcolumnRight-mid {
	width:180px;
	background-image:url(../styleImages/rightcolumn-mid.gif);
	background-repeat:repeat-y;	
	padding:0px 0px 0px 5px;
}
td.navcolumnRight-bot {
	width:180px;
	background-image:url(../styleImages/rightcolumn-bot.gif);
	background-repeat:no-repeat;	
	padding:0px 0px 0px 5px;
	height:18px;
}
td.featureTop {
	background-image:url(../styleImages/feature-top.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
	height:28px;
	color: #ffffff;
	font-size:120%;

	
}

td.featureMid {
	width:180px;
	background-image:url(../styleImages/feature-mid.gif);
	background-repeat:repeat-y;	
	padding:0px 0px 0px 15px;
	
	
}

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

td.featureBot {
	height:18px;
	width:180px;
	background-image:url(../styleImages/feature-bottom.gif);
	background-repeat:no-repeat;
	padding-bottom:10px;
}
td.spacer {
	height:10px;	
}

#featureProduct ul {
	text-align:center;
}
#featureProduct li a {
	margin:0px;
	padding:0px;
}
featureProduct {
	padding-top:25px;
}
#pullDownNav {
	
	padding:5px;
	margin:0px 0px 10px 0px;
}
/*#productDisplay td {
	padding:0px 10px 30px 10px;
}*/
td.prodData {
	width:150px;	
}
table.products {
	width:475px;	
}
#singleProductDisplay {
	position:relative;
	float:left;
	height:100%;
	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:#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 {
}

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;
}
a.catNavOff {
	font-weight:normal;
}
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:#993a4e;
	font-weight:800;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding-top: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;
	
}

#userHistory ul {
	list-style:none;
	position: relative;
	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: 160px;
}




.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, #popularProd 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;
	
}


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

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

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;