/*-------------------------------------------------------------------

General styles

--------------------------------------------------------------------*/
a img, img a {
	border: none;
}
/* End Initial */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth {
	clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

/*-------------------------------------------------------------------

Page layout

--------------------------------------------------------------------*/

body {	
	background-color: #D7D7D7;
	width: 100%;
}
#page {
	font-size: 80%;
	width: 960px;
	padding: 0 40px;
	padding-top: 5px;
	margin: 0 auto;
	background-image: url(../images/pagebg.jpg);
	background-position: center top;
	background-repeat: repeat-y;	
}
#main {
	padding: 10px;
	clear: both;
}
a, a:link {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------

Header styles

---------------------------------------------------------------*/
#header {
	background-image: url(../images/blue_gradient.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #818181;
	width: 100%;
}
#logo {
	padding: 5px;
	width: 180px;
	position: absolute;
}
#search {
	float: right;
	padding: 10px;
	padding-top: 0;
	margin-top: 10px;
	background-image: url(../images/splitter.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 50px;
}
#search-icon {
	position: relative;
	top: 4px;
}
#search a {
	font-size: 90%;
	text-decoration: underline;
	display: block;
	text-align: right;
	padding-top: 5px;
}
#cart-summary {
	float: right;
	padding: 10px;
	padding-left: 35px;
	background-image: url(../images/cart_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 14px;
}


/*--------------------------------------------------------------

Menu styles

---------------------------------------------------------------*/
#menu {
	width: 940px;
	float: left;
	/*background-image: url(../images/menu_gradient.jpg);
	background-repeat: repeat-x;*/
	background-color: #28166F;
	border-top: 1px solid #818181;
	padding-left: 20px;
	z-index: 50;
}
#menu ul {
	float: left;
	margin-left: 0;
}
#menu ul li {
	float: left;
	display: inline;
	position: relative;
}
#menu ul a {
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	line-height: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	/*color: #444;*/
	color: #CCC;
	font-size: 110%;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#menu ul a:hover {
	color: #FFF;
}
#menu ul li ul {
	display: none;
	width: 300px;	
}
#menu ul li:hover ul, #menu ul li.sfhover ul {
	display: block;
	position: absolute;
	/*background-color: #979797;*/
	background-color: #28166F;
	z-index: 100;
	top: 30px;
	left: 0;
	border: 1px solid #CCC;
}
#menu ul li ul li {
	display: block;
	float: none;
	background: none;
}
#menu ul li ul li a {
	display: block;
	float: none;
	background: none;
	border-bottom: 1px solid #EEE;
	padding: 1px 15px;
	font-size: 110%;
	text-transform: capitalize;
}
#menu ul ul ul, #menu ul li:hover ul ul, #menu ul li.sfhover ul ul {
	display: none;	
}
#search label {
	font-weight: bold;
	color: #0198E4;
}
#top-links {
	clear: both;
	text-align: right;	
	font-size: 90%;
	padding: 5px;
}
#top-links ul {
	padding: 0;
	margin: 0;
}
#top-links ul li {
	display: inline;
	margin-right: 20px;	
	border-left: 1px solid #666;
}
#top-links a {
	text-decoration: underline;
	position: relative;
	left: 10px;
}


/*--------------------------------------------------------------

Content styles

---------------------------------------------------------------*/ 
#content {	
	width: 720px;
	float: right;
}
.product-collateral {
	clear: both;	
}
.add-to-cart-box .qty-box .qty {
	width: 25px;
}
.product-essential .product-shop {
	width:380px;
}
div.divider {
	clear: both;	
}
div.callout-wrap {
	margin: 0;
	padding: 0;
}
div.home-callout-box {
	width: 314px;
	border: 1px solid #999;
	border-top: none;
}
#home-callouts h2 {
	background-image: url(../images/boxhead.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 6px;
	padding-left: 44px;
	margin: 0;
	width: 266px;
	font-size: 110%;
	margin-bottom: -6px;
}
div.home-callout-box dl, div.home-callout-box dt, div.home-callout-box dd {
	padding: 0;
	margin: 0;
}
div.home-callout-box dl, #latest-news ul {
	height: 170px;
	overflow: auto;
	margin: 0;
	padding: 10px;
}
div.home-callout-box dt {
	text-align: center;
	padding-top: 5px;
}
#whats-new {
	float: right;
}
#featured-product, #latest-news {
	float: left;
}
#featured-product {
	margin-right: 6px;
}
#home-callouts {
	padding-top: 3px;
}
#latest-news li {
	background: url(http://htcool.com/skin/frontend/default/default/images/narrow_by_set.gif) no-repeat 0px 8px;
	padding-left: 20px;
	padding-bottom: 4px;
}
#latest-news li#view-all-news {
	background: none;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 5px;
}
#home-callouts .form-button {
	float: right;
}

#view-all-news .form-button {
	float: none;
}
div.new-users .right {
	float: none;
}
.group-select li {
	clear: both;
}
.group-select li .input-box .input-text {
	margin: 0;
}
.group-select li .input-box {
	margin-right: 30px;
}


/*--------------------------------------------------------------

Sidebar styles

---------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 195px;	
}
div.head {
	height: 1%;	
}
#sidebar-left div.head {
	margin: 0;
	z-index:10;
}
#sidebar-left div.border-creator {
	margin: 0;
	background-color: #E7F1F4;
	position: static;
}

#narrow-by-list, #narrow-by-list dd, #narrow-by-list ol  {
	margin: 0;
}
recently-viewed-items  {
	margin-left: 0;
	margin-right: 0;
}
#narrow-by-list ol {
	padding-top: 0;
}
#narrow-by-list ol li {
	padding-left: 11px;
	background-image: url(../images/bullet.png);
	background-position: 0% 6px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 7px;
	padding-bottom: 1px;
}
#sidebar-left .box {
	margin-bottom: 10px;
}
table.pager {
	margin-bottom: 0;
}


/*--------------------------------------------------------------

Footer styles

---------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 15px 2% 40px;
	border-top: 2px solid #818181; 
	background-image: url(../images/blue_gradient.jpg);
	background-repeat: repeat-x;
	font-size: 90%;
	width: 96%;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
}
