@import url("footer.css");
@import url("header.css");
@import url("jquery.lightbox-0.5.css");
@import url("maincontent.css");
@import url("navigation.css");
@import url("shop/navigation.css");
@import url("reset.css");
@import url("sidebar.css");
@import url("text.css");

/*------------------------------------------------------------*
**  SITE
**  common site layout styling
**------------------------------------------------------------*/
body{
	background:url(../images/body_bg.jpg) top center repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
div#pageWrap{
	
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
	width:962px;
}
div#pageWrap.fullWidth{
background:url(../images/body_bg-full_width.png) top center repeat-y;
}

div#pageWrap.shortWidth{
	background:url(../images/body_bg-short_width.png) top center repeat-y;
}
div#pageWrap div#content{
	background:url(../images/body_bg-short_width.png) top center repeat-y;
	clear:both;
	float:left;
	padding:0 10px 0 10px;
	width:942px;
	margin:0;
}
div#pageWrap div#content.fullWidth{
	background:url(../images/body_bg-full_width.png) top center repeat-y;
}
div#pageWrap div#content.shortWidth{
	background:url(../images/body_bg-short_width.png) top center repeat-y;
}
div#pageWrap div#content div#pageContent{
	clear:both;
	float:left;
padding:0 0 20px 0;
margin:0 0 0 -10px;
	width:962px;
	z-index:2;

	
}
div#pageTitle{
	clear:both;
	height:60px;
	margin:5px 0 0 0;
	
}
/*------------------------------------------------------------*
**  SITEWIDE STYLING
**  common site styling
**------------------------------------------------------------*/
hr{
	background-color:#e1d7f2;
    border:0;
	color:#e1d7f2;
    height:1px;      
    text-align:center;
	width:100%;
}
img.thumbnail {
    border:2px solid #e1d7f2; 
	color:#e1d7f2;
    display:inline;
	padding:1px;   
}
td.line{
	border-bottom:1px solid #e1d7f2;
}
p.cstitle{ /*styling for recommendations/best sellers headings*/
	background:#ab86d7;
	color:#fff;
	display:block;
	font-weight:bold;
	height:27px;
	line-height:27px;
	margin:0;
	padding:0 10px 0 10px;
}
