/* general tag styles */
body,ul,li,img,form {margin:0; padding:0; border:none; list-style:none;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
	background:#eee;
}
h1 {font-size:170%; color:#4D6900;}
h2 {font-size:120%; color:#4D6900;}
strong {color:#666; font-size:110%;}
a {color:#4D6900; text-decoration:none;}
a:visited {color:#4D6900;}
a:hover {text-decoration:underline;}
.floatLeft {position:relative; float:left; margin:0px; padding:0px;}
.floatRight {position:relative; float:right; margin:0px; padding:0px;}

#content-a h1 {
	display:inline-block;
}

/* page layout */
#pageSurround {
	margin:0 auto;
	width:965px;
}
#pageWrap {
}
#content-float-right {
	position:relative;
	float:right;
	width:720px;
}
#content {
	position:relative;
	float:left;
	margin:0;
	width:490px;
	line-height:130%;
	right:10px;
}
#content-float-right-a {
	position:relative;
	float:left;
	width:960px;
}
#content-a {
	position:relative;
	float:left;
	margin:0;
	width:700px;
	line-height:130%;
	padding-left:10px;
}
#content-b {
	position:relative;
	float:left;
	margin:0;
	width:690px;
	line-height:130%;
	right:10px;
}
#sideNavRight {
	position:relative;
	float:right;
	width:220px;
	margin:0;
	padding-right:5px;
}
#sideNavLeft {
	position:relative;
	float:left;
	width:220px;
	margin:0;
	padding-left:5px;
}

#steps {float:right;}
#steps li {float:left; margin-left:14px;}

#step1 {background:url(../styleImages/step1.gif) no-repeat center center; height:37px; width:175px;}
#step2 {background:url(../styleImages/step2.gif) no-repeat center center; height:37px; width:190px;}
#step3 {background:url(../styleImages/step3.gif) no-repeat center center; height:37px; width:150px;}

#header {
	background:#eee;
}

#page {
	background:#fff;
}
/* breadcrumb */
#barTwo {
	clear:both;
	padding:4px 0;
	background:url(../styleImages/page-top.gif) no-repeat top center;
	padding-top:5px;
	margin-top:10px;
	text-indent:13px;
}
/* main content wrapper */
#barThree {
	clear:both;
	background:#fff;
}

/* content */
#content {
	line-height:135%;
}
#logos {
	clear:both;
	height:31px;
	padding:5px 0;
	border:solid #ccc;
	border-width:1px 0;
}
#logos li {
	float:left; 
	margin-right:18px;
}
#footer {
	text-align:right;
	clear:both;
	padding:5px 0;
	margin-top:5px;
}

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

/* 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;
}
#masthead {
	background:url(../styleImages/el-masthead-bg.gif) center center no-repeat;
	width:965px;
	height:154px;
	margin-bottom:6px;
	position:relative;
	clear:both;
}
#logo {
	float:left;
}
#search {
	text-align:center;
	background:url(../styleImages/el-search-bg.gif) center center no-repeat;
	width:965px;
	height:65px;
	padding-top:25px;
	position:relative;
}
#search span#looking {
	background:url(../styleImages/looking.png) center center no-repeat;
	height:106px;
	width:250px;
	display:block;
	position:absolute;
	right:4px;
	top:-80px;
}
#search span#searchIcon {
	background:url(../styleImages/search.jpg) center center no-repeat;
	width:100px;
	height:40px;
	display:block;
	position:absolute;
	top:24px;
	left:50px;
}
#search a {
	color:#fff;
}
#search p {
	margin:10px 0 0 0; padding:0; color:#fff;
}
.searchButton {
	background:url(../styleImages/search-find-it.gif) center center no-repeat;
	width:81px;
	height:26px;
	border:none;
}
.searchButton:hover {
	cursor:pointer;
}
#searchbox {
	border:none;
	padding:6px 4px 0 4px; 
	margin:0;
	color:#999;
	background:url(../styleImages/searchbox.gif) center center;
	height:20px;
	width:554px;
	vertical-align:top;
}
#pageLinks ul li a {
	background-image:url(../styleImages/el-page-arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 0px 0px 8px;
	width:auto;
}
#pageLinks ul li ul li a {
	background-image:none;
	padding:0px 0px 0px 8px;
	width:auto;
}
.boxborder {
	position:relative;
	float:left;
	padding:0 0 0 10px;
	width:210px;
	margin:0 0 10px 0;
}
#featureProduct ul {
	text-align:center;
}
#featureProduct li a {
	background-image:none;
	margin:0;
	padding:0;
}
#pullDownNav {
	background-color:#eeeeee;
	padding:5px;
	margin:0px 0px 10px 0px;
	border:1px dashed #ccc;
}
#compareDisplay {
	position:relative;
	float:left;
	width:100%;
}
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset {
	position:relative;
	float:left;
	border:1px solid #cccccc;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
	width:675px;
}
#productDisplay legend, #subBuiltNav legend, #subNav legend, #content legend  {
	color:#4D6900;
	font-weight:bold;
}
#productDisplay table {
	clear:left;
}
#productDisplay td, #compareDisplay td {
	position:relative;
	padding:10px 5px 10px 5px;
}
#singleProductDisplay {
	clear:both;
}
#singleProductMerchant {
}
.buyFrom {
	margin:10px 0;
	font-size:11pt;
	font-style:italic;
	border:1px dashed #4D6900;
	clear:both;
	height:40px;
}
.buyFrom p {
	margin:0;
	padding:0 5px;
	line-height:40px;
}
.buyFrom strong {
	color:#4D6900;
}
.buyFrom:hover {
	background:#ccc;
}
#featureProduct ul {
	position:relative;
	float:left;
	margin:0px 0px 10px 0px;
	padding:10px;
	width:200px;
}
#tagCloud div {
	text-align:center;
}

#popularProd,
#tagCloud,
#newsItems,
#userHistory,
#featureProduct {width:220px; margin-bottom:15px; clear:both;}

#builtNav {}
#builtNav p {display:block; background:url(../styleImages/heading.gif) no-repeat center center; height:25px; width:220px; margin:0 0 6px 0; padding:0; line-height:25px; text-indent:10px; font-weight:bold; color:#fff;}

#pageLinks {}
#pageLinks p {display:block; background:url(../styleImages/heading.gif) no-repeat center center; height:25px; width:220px; margin:0 0 6px 0; padding:0; line-height:25px; text-indent:10px; font-weight:bold; color:#fff; clear:left;}

#popularProd p,
#tagCloud p,
#newsItems p,
#userHistory p,
#featureProduct p {display:block; background:url(../styleImages/heading.gif) no-repeat center center; height:25px; width:220px; margin:0 0 6px 0; padding:0; line-height:25px; text-indent:10px; font-weight:bold; color:#fff;}

#popularProd li, #newsItems li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:100%;
	list-style-type:none;
	border-bottom:1px solid #cccccc;
}
#featureProduct li {
	list-style:none;
}
#newsItems li {
	border-top:none;
	padding:0px 0px 10px 0px;
}
#popularProd li a {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
.popLink {
	font-weight:bold;
}
.popProdPrice {
	font-weight:bold;
}
.styleProdName {
	font-size:120%;
	font-weight:bold;
}
.styleProdPromo {
	font-size:100%;
	font-weight:bold;
}
.styleProdPrice {
	font-size:120%;
	font-weight:bold;
}
.pagination {
	border:solid #ccc;
	border-width:1px 0;
	padding:4px 0;
}
.styleProdMerchant {
}
.styleProdID {
}
.styleProdCategory {
}
.styleProdBrand {
}
.styleProdDescription {
}
.singleProductImage {
	float:right;
	max-width:450px;
	padding:0; 
	margin:0 0 10px 10px;
}
.singleProdName {
}
.singleProdPromo {
}
.singleProdPrice {
}
.singleProdBrand {
}
.singleProdDesc {
}
.singleProdId {
}
.singleProdMerchant {
}
.singleProdCategory {
}

a.button, a.bigbutton {
	color:#000000;
	display:block;
	padding:9px 0px 0px 8px;
	font-weight:bold;
	width:77px;
	height:27px;
	margin:0px;
	background:#c00;
}
a:hover.button, a:hover.bigbutton {
	color:#ffffff;
	text-decoration:none;
}
a.visitStore {
	background:url(../styleImages/buy-online.gif) no-repeat center center;
	width:135px;
	height:26px;
	display:block;
	text-indent:-9999px;
	line-height:0;
}

a.catNavOn {
	font-weight:bold;
	color:green;
}
a.catNavOff {
	font-weight:bold;
	color:#4D6900;
}
a.brandNavOn {
	font-weight:bold;
	border:1px dashed #ccc;
	padding:1px 2px;
}
a.brandNavOff {
	font-weight:normal;
	color:#666;
}
#linksDisplay {
	position:relative;
	float:left;
	width:100%;
}
#linksDisplay li{
	margin:0px 0px 10px 0px;
}
#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;
}
#pageContent h1{
margin-top:0;
padding-top:0;
}
.adminInput {
	width:300px;
	border:1px solid #ccc;
}
#myLink {
	border:1px solid #cccccc;
	background-color:#FFFFCC;
	font-family:'Courier New', Courier, mono;
	padding:10px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#newsPage h1 {
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:130%;
	clear:both;
}
#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;
}
.botrowborder {
	border-top:1px solid #cccccc;
}
#comments {
	border:1px solid #ccc;
	padding:10px;
	width:440px;
	background:#fff;
	display:none;
	z-index:50;
}
#showhide {
	display:block;
	clear:both;
	text-align:right;
	padding:0;
	margin:0;
}
#showhide a {
	font-weight:bold;
}
.linkGroup {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 5px 0px;
	font-size:120%;
	font-weight:bold;
}
.clear {clear:both;}
.contactForm label {width:120px; float:left; text-align:right; margin-right:10px; display:block}
.contactForm input {border:1px solid #999; padding:2px 3px;}
.contactForm textarea {border:1px solid #999;}
.contactForm .submit input {margin-left:130px; margin-bottom:10px; cursor:pointer; cursor:hand;}
.contactForm fieldset {border:1px solid #ccc; color:#666;}
.contactForm legend {border:1px solid #ccc; padding:2px 6px}


#save{
	float:right;
}
#save a{
	font-weight:bold;
}
