/*  ===== Catalog Notes =====   /
	Styles for catalog page.
*/

/* ==== LeftNav catalog column nav styles === */
/* leftNav parent is defined in global.css */
#cat_lCol {
	width: 160px;
	padding: 43px 0 0 10px;
	border: 1px solid #333;
}

/* catalog leftNav heading */
#cat_lCol h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #933;
	text-decoration: none;
	line-height: 1.3em;
	margin: 10px 0 1px 0;
}

#cat_lCol h3.refine {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}
/* list styles */
#cat_lCol ul {
	width: 150px;
	margin-bottom: 10px;
	padding-left: 5px;
}

#cat_lCol ul li {
	display: block;
}

#cat_lCol ul li a {
	margin: 0;
	padding-left: 8px;
	background: url(../images/cat_arrow.gif) no-repeat center left;
	line-height: 1.35em;
	text-decoration: underline;
}

#cat_lCol ul li a:hover {
	text-decoration: underline;
}
/* === parent container for product === */
#cat_rCol{
	width: 595px;
	margin-bottom: 10px;
	float: right;
}

/* product catalog pagination */
#cat_rCol .pagingheadline {
	width: 580px;
	margin-bottom: 10px;
}

#cat_rCol .page_top {
	width: 548px;
	clear: both;
}

#cat_rCol .page_bottom {
	width: 560px;
	height: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 10px;
	clear: both;
}

/***** CONTENT PAGES STYLES *****/
#cat_rCol .contentasset h2 {
	font-size: 1.4em;	
}
#cat_rCol .contentasset h3 {
	font-size: 1.2em;	
}
#cat_rCol .contentasset h4 {
	font-size: 1.1em;	
}
#cat_rCol .contentasset p {
	margin: 2px 0 7px;
}

#cat_rCol .contentasset ul {
	margin: 7px 0;
}

#cat_rCol .contentasset ul.horizontal-list li {
	display: inline;
}

#cat_rCol ul.pagination_info {
	float: left;
	width: 340px;
	list-style-type: none;
	padding: 0;
}

#cat_rCol ul.pagination_info li {
	display: inline;
	margin: 0;
	padding: 4px 0;
}

#cat_rCol ul.pagination_info li.pg_ct {	margin-right: 105px;}

#cat_rCol ul.pagination_info li.pg_loc {
	margin-right: 10px;
}

#cat_rCol ul.pagination_info li a {
	text-decoration: none;
}

#cat_rCol .cat_count {
	float: left;
	width: 200px;
	clear: left;
	padding-top: 11px;
	font-weight: bold;
}

#cat_rCol .cat_form_options {
	float: right;
	width: 250px;
	margin: 0 2px 0 0;
	padding: 0;
}

#cat_rCol .pg_sort {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}

/**** catalog form styles ****/
#catalog {
	width: 280px;
}

#frmSort {
	float: right;
	width: 157px;
	margin: 0;
	padding: 0;
}

#catalog label, #frmSort label {
	float: left;
	font-size: 1.0em;
	display: block;
	margin: 0 3px;
}

#catalog select {
	font-size: 1.1em;
	width: 4em;
}

#frmSort select {
	font-size: 1.1em;
	width: 8em;
}

/* containers for global search results */
#cat_rCol .sr_container {
	width: 580px;
	border: 1px solid #ccc;
	border-top: none;
}

#cat_rCol .sr_header {
	width: 580px;
	height: 36px;
	margin: 0 0 3px 0;
	background: url(../images/search/sr_header_bg.jpg) repeat-x top left;
}

#cat_rCol .sr_title {
	float: left;
	width: 186px;
	margin-left: 5px;
}

#cat_rCol .sr_topResult {
	float: left;
	width: 255px;
	margin-top: 10px;
}

#cat_rCol .sr_viewRes {
	float: left;
	width: 100px;
	margin-top: 5px;
}

#cat_rCol .sr_footer {
	width: 580px;
	height: 20px;
	clear: both;
}

#cat_rCol .sr_footer .sr_btmResult {
	float: right;
	width: 175px;
	font-size: 1.1em;
	font-weight: normal;
}
/* product container */
#cat_rCol .product {
	float: left;
	width: 126px;
	margin: 10px 16px 10px 0;
}

#cat_rCol .sr_product {
	float: left;
	width: 120px;
	margin: 10px 13px 10px 12px;
}

#cat_rCol .product_row{
	margin: 10px 0;
	padding-left: 10px;
	border: none;
}

/*product images */
#cat_rCol .product_image {
	width: 100px;
	height: 75px;
	margin-bottom: 4px;
	text-align: center;
}

#cat_rCol .product_desc {
	width: 120px;
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 1.1em;
}

#cat_rCol .product_name {
	font-weight: normal;
	font-size: 1.0em;
	color: #333;
	margin: 2px 0;
}

#cat_rCol .product_name a {
	text-decoration: none;
	color: #333;
}

#cat_rCol .product_rating_title {
	font-weight: bold;
	color: #437;
	margin: 0;
	text-align: left; 
}

#cat_rCol .product_rating {
	margin-bottom: 4px;
}

#cat_rCol .product_rating h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #437;
	margin: 4px 0 1px 0;	
}
#cat_rCol .product_price {
	font-weight: bold;
	margin: 4px 0;
	text-decoration: none;
}

#cat_rCol .special {
	color: #333;
	text-decoration: none;
}

#cat_rCol .standard .value {
	color: #900;
	text-decoration: line-through;
}

#cat_rCol .value {
	color: #333;
	text-decoration: none;
}

/**** No Results search styles ****/
#searchCol {
	margin: 15px 0 0 0;
	position: relative;
}
#searchCol p.searchalerttext{
	color: #8c0000;
	font-size: 1.0em;
	font-weight: bold;
}

#searchCol ul.noresult_tips{
	list-style-type: none;
	margin: 10px 0;
}

#searchCol ul.noresult_tips li {
	display: block;
	font-size: 1.0em;
	color: #8c0000;
	padding-left: 8px;
	background: url(../images/bullet_redsquare.gif) no-repeat center left;
}

#searchCol .searchTips {
	float: left;
	width: 350px; 
	padding-left: 5px;
}

#searchCol .searchTips h3{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 8px 0 1px 0;
}

#searchCol .searchTips p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 4px 0;
}

#searchCol h2.search_tips {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
}

#searchCol .searchnav {
	float: left;
	width: 145px;
}

#searchCol .searchnav ul{
	list-style-type: none;
	padding: 0;
}

#searchCol .searchnav ul li {
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#searchCol .searchnav ul li a {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/cat_arrow.gif) no-repeat center left;
}

#searchCol .searchnav ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#searchCol .tipsLeft {
	width: 300px;
	float: left; 
	clear: left;
}

#searchCol .tipsRight {
	width: 300px; 
	float: right; 
	clear: right;
}

#searchCol .dymList li{
	background-image: url(../images/cat_arrow.gif) no-repeat center left;
}

/** clear divs **/
#cat_rCol .clear_results, #searchCol .clear_results {
	clear: both;
	width: 570px;
	height: 25px;
}

