/* general tag styles */
body {
	margin:0px;
	padding:0px;	font-family: Geneva, Arial, Helvetica, sans-serif;font-size:75%;
	background-color:#5d3746;
	color:#000000;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-size:24px;
	line-height:30px;
	padding:0px;
	color:#a1a84b;
	margin:10px 0px 10px 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height:150%
}

h2 {
	color:#a1a84b;
	float:left;
	font-size:21;
	margin:7px 0px 0px 0px;
	padding:0px;	
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

a {
	color: #a1a84b;
	text-decoration:none;
}
a:visited {
	color:#5d3746;
}
a:hover {
	text-decoration:underline;
}
.floatLeft {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
.floatRight {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

/* page layout */
#pageSurround {
	position:relative;
	margin:0px auto 0px auto;
	width:970px;
}

/*** Header ***/

#header {
	position:relative;
	float:left;
	height:126px;
	width:100%;
	z-index:100;
}

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


/*** Layout ***/

#page {
	position:relative;
	float:left;
	background:url(../styleImages/bacground.gif) repeat-y;
	display:block;
	padding:0px 10px 0px 10px;
}


#barOne {
	position:relative;
	float:left;
	width:930px;
	margin:0px 0px 0px 0px;
	height:40px;
	clear:both;
	background: url(../styleImages/header.gif) no-repeat top left;
	padding:0px 20px 0px 20px;
	z-index:100;
}
#barOne ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#barOne p {
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	padding:6px 0px 0px 0px;
}
*html #barOne p {
	padding:0px;
}
.subTopNavOn {
	font-weight:bold;
}
#barTwo {
	position:relative;
	float:left;
	width:740px;
	margin:0px;
	padding:10px;
	clear:both;
	margin-left:190px;
}
#barThree {
	position:relative;
	float:left;
	margin:0px;
	width:930px;
	padding:0px 10px 10px 10px;
	clear:both;
}
#sideNavLeft {
	position:relative;
	float:left;
	width:190px;
	margin:0px;
}
#sideNavRight {
	position:relative;
	float:right;
	width:250px;
	margin:10px 0 0 0;
}
#content-float-right {
	position:relative;
	float:right;
	width:720px;
}
#content {
	position:relative;
	float:left;
	margin:0;
	width:420px;
	line-height:130%;
	right:10px;
}
#content-float-right-a {
	position:relative;
	float:left;
	width:930px;
}
#content-a {
	position:relative;
	float:left;
	margin:0;
	width:620px;
	line-height:130%;
}
#content-b {
	position:relative;
	float:left;
	margin:0;
	width:720px;
	line-height:130%;
	right:10px;
}
#footer {
	position:relative;
	float:left;
	width:970px;
	background: url(../styleImages/footer.gif) no-repeat;
	height:25px;
	text-align:center;
	clear:both;
	padding:17px 0px 0px 0px;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:14px;
}

#footer a:hover {
	color:#a1a84b;
}

/* 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;
	}

/*** Breadcrumb ***/

#breadcrumb {
	margin-top:10px;
	line-height:20px;
}

/*** Featured Products ***/

#featured {
	width:420px;
	height:250px;
	display:block;
	
	margin:10px 0;
}

#featured ul {
	text-align:center;
	width:170px;
	height:250px;
	float:right;
	background-color:#fff;
	margin:0;
	padding:0;
}

#featured li {
	width:150px;
	margin:10px;
	list-style-type:none;
}

#featured li a {
	background-image:none;
	margin:0px;
	padding:0px;
	color:#000;
}

#featured li a img {
	width:120px;
	background-color:#fff;
}

.clear {
	clear:both;
}

/*** Search ***/

#search {
	position:relative;
	float:right;
	top:38px;
	background:transparent url(../styleImages/search_box.gif) no-repeat scroll 0 0;
	width:243px;
	height:34px;
}

#search input.field {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:140%;
	color: #edead6;
}

#searchbox {
	border:0px solid #835560;
	width:170px;
	padding:2px;
	color:#edead6;
	background-color:#835560;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	width:175px;
	margin:4px 0 0 10px;
}

.searchButton {
	background-color:#835560;
	color:#fff;
	font-size:12px;
	border:0px solid #835560;
	cursor:pointer;
	width:30px;
	height:30px;
}

#searchgraphic {
	background:transparent url(../styleImages/right_swirls.gif) no-repeat scroll 100% 0;
	height:59px;
}

#searchgraphic h3 {
	color:#edead6;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	text-align:right;
	padding-right:5px;
}

/*** Navigation ***/

#homeNav {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#homeNav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	height:29px;
	list-style-type:none;
	text-align:center;
}

#homeNav li a {
	position:relative;
	float:left;
	padding:10px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	height:30px;
	display:block;
	text-align:center;
	text-decoration:none;
}

/*.



.topNavOff {
	background-image:url(../styleImages/el-top-but-l.gif);
	background-repeat:no-repeat;
}

*/

.topNavOn {
	padding-bottom:6px;
	height:30px;
}

.topLinkOn {
	color:#5d3746;
	font-size:18px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}

.topLinkOff {
	color:#333;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
}

#sideNavLeft h2 {
	color: #5d3746;
	font-size:18px;
	line-height:18px;
	padding: 0 0 2px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #666;
	width:150px;
}
#sideNavRight h2 {
	color: #a1a84b;
	font-size:18px;
	line-height:18px;
	padding: 0 0 2px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #666;
	width:200px;
}

#sideNavRight a {
	color: #5d3746;
}

#sideNavLeft ul {
	margin:10px 0px 0px 0px;
	padding:10px 0;
	width:150px;
}

#mainNav {
	margin-bottom:10px;
}

/*** Left Side Menu Customisation ***/

.stars, #twitter_update_list {
	margin: 10px 0;
	padding: 0;
}

.stars li, #twitter_update_list {
	list-style-type:none;
	padding:2px 0;
	margin:0;
}

.stars li a {
	color:#000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	list-style:none;
	font-size:12px;
	line-height:18px;
	padding:5px 0 5px 16px;
	font-weight:normal;
	background: url(../styleImages/star_green.gif) no-repeat 0 50%;
}

.stars li a:hover {
	background: url(../styleImages/star_purple.gif) no-repeat 0 50%;
	text-decoration: none;
	color: #5d3746;
}

.twitter_link {
	text-align:left;
	background: url(../styleImages/twitter_arrow.gif) no-repeat 0 50%;
	padding-left: 20px;
	line-height:18px;
	font-size:11px;
	width:150px;
}

/*** Standard Left Side ***/

#sideNavLeft ul li ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	background-image:none;
	display:inline;
	font-size:90%;
}
#sideNavLeft ul li ul li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
#sideNavLeft ul li ul li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 3px 0px;
	color:#5d3746;
	width:auto;
}
#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:10px;
	width:168px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-image:url(../styleImages/boxBotBG.gif);
	background-position:top;
	background-repeat:repeat-x;
}*/

#featureProduct ul {
	text-align:center;
}
#featureProduct li a {
	background-image:none;
	margin:0px;
	padding:0px;
}
#pullDownNav {
	background-color:#eeeeee;
	padding:5px;
	margin:0px 0px 10px 0px;
}
#compareDisplay {
	position:relative;
	float:left;
	width:100%;
}
#productDisplay fieldset, #subBuiltNav fieldset, #subNav fieldset, #content fieldset, #content-b fieldset {
	position:relative;
	float:left;
	width:598px;
	border:1px solid #cccccc;
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#productDisplay legend, #subBuiltNav legend, #subNav legend, #content legend, #content-b legend  {
	color:#5d3746;
	font-weight:bold;
}
#productDisplay table {
	clear:left;
}
#productDisplay td, #compareDisplay td {
	position:relative;
	padding:10px 5px 10px 5px;
}

#productDisplay td ul {
	margin:0;
	padding: 0 10px 0 15px;
}


#productDisplay td ul li {
	margin:0;
	padding:0;
	list-style:circle;
}

#singleProductDisplay {
	position:relative;
	float:left;
	width:620px;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
}
#singleProductDisplay ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}
#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*/
}

#sideNavRight p, #newsItems p,#tagCloud p {
	position:relative;
	float:left;
	
	font-size:75%;
	
	margin:0px 0px 0px 0px;
	padding:6px 10px 0px 10px;
	height:24px;
	color:#333333;
	
}
#featureProduct ul, #popularProd ul, #userHistory ul, #newsItems ul,#tagCloud div {
	position:relative;
	float:left;
	margin:0px 0px 5px 0px;
	padding:10px 0;
	width:250px;
}
#tagCloud div {
	text-align:center;
}

#newsItems li {
	position:relative;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:100%;
	list-style-type:none;
}
#featureProduct li, #userHistory li {
	list-style-type:none;
}
#newsItems li {
	border-top:none;
	padding:0px 0px 10px 0px;
}


#popularProd li {
	position:relative;
	float:left;
	margin:0px 0 5px 0;
	padding:0px 0px 5px 5px;
	width:100%;
	background-color:#ffffff;
	border:2px solid #990066;
	list-style:none;
}

#popularProd li a {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	display:block;
}
.popLink {
	color:#0099CC;
	font-weight:bold;
}
.popProdPrice {
	color:#a1a84b;
	font-weight:bold;
}



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

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

a.button, a.bigbutton {
	color:#000000;
	display:block;
	padding:9px 0px 0px 8px;
	font-weight:bold;
	background-image:url(../styleImages/butBg.jpg);
	background-repeat:no-repeat;
	width:77px;
	height:27px;
	margin:0px;
}
a:hover.button, a:hover.bigbutton {
	background-image:url(../styleImages/butBg-on.jpg);
	color:#ffffff;
	text-decoration:none;
}
a.catNavOn {
	font-weight:bold;
	color:#a1a84b;
}
a.catNavOff {
	font-weight:bold;
	color:#0099CC;
}
a.brandNavOn {
	font-weight:bold;
}
a.brandNavOff {
	font-weight:normal;
}
#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;
}
#sideNavRight fieldset {
	position:relative;
	float:left;
	width:200px;
	
	line-height:150%;
	padding:10px;
	margin-bottom:10px;
}
#sideNavRight legend {
	color:#5d3746;
	font-weight:bold;
}
#pageContent {
	position:relative;
	float:left;
	width:100%;
}
.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;
}

/*** News ***/

#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 {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
.linkGroup {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px 5px 0px;
	font-size:120%;
	font-weight:bold;
}
