/**
**	Overwrite some styles from ItemList.css that we've included
**/
dl.Items { 
	font-size:1em;
	margin-left:1em;
}


/*****************
*	White body content styles
*****************/
#anotherBody { 
	padding-top:10px;
	margin-top:10px;
	color:black;
	font-size:0.8em;
	float:left;
}
.homeh3_title  {
	margin:0.5em 0em 0.3em 0.5em;
	font-size:0.9em;
	color:#cc6633;
	text-decoration:underline;
}
.homeh3_title a { 
	color:#cc6633;
}
.homeh3_title a:hover {
	color:black;
}

.rightcol { 
	float:right;
	width:23em; 	 	
	background:url("../../img/home_innerc_cats_li.gif") top left repeat-y;	
}
.aboutus { 
	margin:0.3em;
	margin-bottom:1.5em;
}
.aboutus p {
	margin:1em 0.5em 0em 0.5em;
	font-size:100%;
	line-height:1.4em;
	text-indent: 2em;
}
.aboutus p a { 
	color:black;
	font-weight:bold;
}



/**************
*	Top Brands
***************/
.moreBrands { 
	display:block;
	border:1px solid white;
}
.seeMoreBrands { 
	text-align:right;
}
.seeMoreBrands a { 
	font-size:0.8em; 
	font-weight:bold;
	color:#999999;
}
.homepage_Brands { 
	float:left; 
	width:45em;
	margin-bottom:0.3em;
}
ul.topbrands { 
	margin:0;
	padding:0;
	list-style:none; 
}
ul.topbrands li { 
	display:block; 
	float:left;
	margin:0.3em 0.4em 0em 0.4em;
	padding:0;
	text-align:center;
}
ul.topbrands li a img {
	border:none;
}





/***************
*	Blog listing
****************/
ul.bloglisting { 
	list-style:none;
	font-size:0.9em;
	margin:1em 0em 2em 2em;
}
ul.bloglisting li { 
	background:url("../../img/blog_li.jpg") 0em 0.6em no-repeat; 
	padding:0.5em 0em 0.5em 1.5em;
}
ul.bloglisting li a { 
	color:black;
}
ul.bloglisting li a:hover { 
	color:#ff9933;
}



/**************
*	Customer Comments
**************/
.home_customercomments ul.comments {
	list-style:none;
	font-size:0.8em;
	margin-top:1.4em;
}

.home_customercomments ul.comments li { 
	margin-top:0.5em;
}
.home_customercomments ul.comments li a { 
	background:url("../../img/comments_bg.gif");
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#666666;
}

.home_customercomments ul.comments li a span.top { 
	display:block;
	float:left;
	width:100%;
	height:4px;
	font-size:0.1em;
	padding:0;
	margin:0;
}

.home_customercomments ul.comments li a span.tl, .home_customercomments ul.comments li a span.tr { 
	width:3px; 
	height:3px;
}
.home_customercomments ul.comments li a span.tl { 
	background:url("../../img/comments_tl.gif") top left no-repeat;
	float:left;
}
.home_customercomments ul.comments li a span.tr  { 
	background:url("../../img/comments_tr.gif") top right no-repeat;
	float:right;
}


.home_customercomments ul.comments li a span.text { 
	display:block;
	padding:0.5em 0.7em 0.5em 0.7em; 
	margin-top:0em;
}

.home_customercomments ul.comments li a span.bottom { 
	display:block; 
	width:100%;
	bottom:0;
	left:0;
	height:18px;
	background:url("../../img/comments_bottom_bg.gif") top left repeat-x;
}


.home_customercomments ul.comments li a span.bl { 
	width:33px;
	height:18px;
	float:left;
	background:url("../../img/comments_bl.gif") top left no-repeat;
}
.home_customercomments ul.comments li a span.br { 
	float:right;
	width:3px;
	height:18px;
	background:url("../../img/comments_br.gif") top right no-repeat;
}

.home_customercomments ul.comments li a:hover { 
	color:white;
	background:url("../../img/comments_bg_hover.gif");
}

.home_customercomments ul.comments li a:hover span.tl { 
	background:url("../../img/comments_tl_hover.gif") top left no-repeat;
}
.home_customercomments ul.comments li a:hover span.tr  { 
	background:url("../../img/comments_tr_hover.gif") top right no-repeat;
}
.home_customercomments ul.comments li a:hover span.bottom { 
	background:url("../../img/comments_bottom_bg_hover.gif") bottom left repeat-x;
}
.home_customercomments ul.comments li a:hover span.bl { 
	background:url("../../img/comments_bl_hover.gif") top left no-repeat;
}
.home_customercomments ul.comments li a:hover span.br { 
	background:url("../../img/comments_br_hover.gif") top right no-repeat;
}
