/*
*******************************************************************

Title:			products.css
Browser(s):		Safari, Firefox, IE

Author:			Andy Davis (www.raddsigns.com)
Created:		07-20-2009
Last modified:	07-21-2009

Don't steal, yo!

*******************************************************************
*/


/****************************************************************** PRODUCT CATEGORY HEADER ******/

ul.breadcrumbs {
	list-style-type: none;
	float: left;
	display: block;
	margin: 4px 0 12px 0;
}

ul.breadcrumbs li {
	display: inline;
	color: #898989;
}

ul.breadcrumbs li a {
	color: #898989;
	font: normal 1.0em Helvetica, Arial, sans-serif;
	text-decoration: none;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

a.back-btn {
	float: right;
	font: normal 1.0em "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #898989;
}

a.back-btn:hover {
	color: #000;
}

.title-banner {
	width: 680px;
	height: 66px;
	background: url(../images/product-landing-titlebar.png) no-repeat;
	display: block;
	clear: both;
	padding-top: 1px;
	padding-left: 13px;
	margin: -10px 0 0 1px;
}

.title-banner h3 {
	position: relative;
	top: 20px;
	left: 18px;
	font-weight: bold;
}

/****************************************************************** PRODUCT CATEGORY NAV ******/

.productNav {
	background: #e1e1e1;
	height: 35px;
	float: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 1px;
	width: 668px;
	padding-top: 12px;
	padding-left: 12px;
	margin-left: 1px;
}

.sortBy, .display {
	color: #898989;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	font: normal 1.0em "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #898989;
}

.sortBy select {
	border: none;
	width: 130px;
	height: 22px;
	padding-left:8px;
	font-size: 1.2em;
	margin: 0 10px 0;
	color: #7d7d7d;
}

.gecko .sortBy option, .gecko .display option, {
	background: #EFEFEF;
}

.display select {
	border: none;
	width: 56px;
	height: 22px;
	padding-left:8px;
	font-size: 1.2em;
	margin: 0 10px 0;
	color: #7d7d7d;
}

ul.pagination {
	float: right;
	width: 75px;
	list-style-type: none;
	display: inline;
	margin-top: 3px;
	margin-right: 15px;
}

ul.pagination li {
  float: left;
  text-align: right;
  display: inline;
  font: normal 1.2em "Lucida Grande", Helvetica, Arial, sans-serif;
  color: #7d7d7d;
  margin-left: 4px;
}

ul.pagination li a {
	color: #7d7d7d;
}

ul.pagination li a:hover {
	color: #333;
}

ul.pagination li a.current {
	color: #fff;
	background-color: #8bc541;
	padding: 2px 4px;
	margin: 0 1px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

/****************************************************************** PRODUCT CATEGORY GRID ******/

#product-grid {
	margin: 25px 0 0 0;
	width: 705px;
	padding: 0;
}

.product-listing {
	width: 208px;
	display: block;
	float: left;
	margin: 0 27px 20px 0;
	padding-top: 10px;
	background-color: #414141;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.product-info {
	width: 188px;
	display: block;
	background: url(../images/product-info-bg-tile.png) repeat-x top #414141;
	margin-top: -3px;
	padding: 10px;
	height: 50px;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

span.product-info a {
	font: bold 1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #8bc541;
 	text-decoration: none;
 	line-height: 14px;
 	display: block;
}

span.product-info a:hover {
	text-decoration: underline;
	color: #FFF;
}

span.product-info p {
	font: normal 0.9em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #d7d7d7;
 	margin: 4px 0 2px 0;
}

/****************************************************************** SIDEBAR ******/

form {
	padding: 0;
	margin: 0;
}

.sidebar-box {
	width: 200px;
	background-color: #CCC;
	margin-bottom: 20px;
}

.sidebar-box span.sidebar-top {
	width: 200px;
	height: 43px;
	display: block;
	background: url(../images/sidebar-top.png) no-repeat;
}

.sidebar-box span.sidebar-bottom {
	width: 200px;
	height: 20px;
	display: block;
	background: url(../images/sidebar-bottom.png) no-repeat;
}

.search-box {
	width: 170px;
	margin: 10px;
	padding: 4px;
	background: #fff;
	border: 1px solid #414141;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	color: #bfbfbf;
}

ul.category-nav {
	width: 200px;
	list-style-type: none;
	display: block;
	margin: 0 0 8px 0;
}

ul.category-nav li {
	width: 170px;
	height: 20px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px dotted #ddd;
	margin-left: 5px;
}

ul.category-nav li a {
	display: block;
	font: normal 1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #515a4e;
 	background: url(../images/sidebar-link-arrow.png) no-repeat right #ccc;
}

ul.category-nav li a:hover {
	color: #000;
	background: url(../images/sidebar-link-arrow-over.png) no-repeat right #ccc;
}

/****************************************************************** PRODUCT DETAILS & IMAGES ******/

.title-banner-wide {
	width: 900px;
	height: 66px;
	background: url(../images/product-landing-titlebar-wide.png) no-repeat;
	display: block;
	clear: both;
	margin: -10px 0 25px 1px;
}

.title-banner-wide h3 {
	position: relative;
	top: 20px;
	left: 18px;
	font-weight: bold;
}

.product-thumbs {
	width: 600px;
	border-top: 1px solid #CCC;
	padding-top: 5px;
	margin-top: 20px;
}

ul.thumbnails {
	height: 34px;
	display: block;
	margin: 0;
	padding: 0;
}

ul.thumbnails li {
	list-style-type: none;
	float: left;
	display: inline;
	width: 34px;
	height: 30px;
	margin: 0;
	padding: 0;
}

ul.thumbnails li a {
	display: block;
	border: 2px solid #FFF;
	height: 30px;
}

ul.thumbnails li a:hover {
	border: 2px solid #70b22c;
}

/****************************************************************** CHECKOUT BOX ******/

.checkout-box {
	background-color: #e1e1e1;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	width: 260px;
	margin-bottom: 45px;
}

.checkout-box span.checkout-top {
	width: 260px;
	height: 43px;
	display: block;
	background: url(../images/checkout-top.png) no-repeat;
}

.checkout-box form {
	padding: 14px;
}

.select-box {
	width: 233px;
	display: block;
	font: normal 1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #666;
 	background-color: #FFF;
 	margin-bottom: 8px;
}

.qty {
	width: 232px;
	display: block;
	font: bold 2.4em Helvetica, Arial, sans-serif;
 	color: #5a5a5a;
}

.qty span {
	position: relative;
	top: 4px;
	display: block;
	width: 60px;
	float: left;
}

input.qty-field {
	width: 33px;
	height: 24px;
	float: left;
	font: bold 0.8em Helvetica, Arial, sans-serif;
 	color: #666;
 	padding: 2px 0;
 	text-align: center;
}

p.price {
	width: 133px;
	font: bold 1.2em Helvetica, Arial, sans-serif;
 	color: #000;
 	float: left;
 	text-align: right;
}

a.buy-now-btn {
	width: 232px;
	height: 47px;
	background: url(../images/buynow-btn.gif) no-repeat;
	display: block;
	clear: both;
	text-indent: -9999px;
	margin-top: 10px;
}

a.buy-now-btn:hover {
	background-position: -232px 0;
}

a.buy-now-btn:active {
	background-position: -464px 0;
}

/****************************************************************** SUGGESTED PRODUCTS ******/

.suggested-products {
	width: 260px;
}

.suggested-products h6 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #aaa;
}

.suggested-products-box {
	margin: 15px 0 0 0;
	background-color: #e1e1e1;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	padding: 12px;
	clear: both;
}

.suggested-products-box img {
	width: 64px;
	height: 64px;
	background-color: #666;
	float: left;
	margin-right: 12px;
}

.suggested-text {
	float: left;
	width: 150px;
}

p.suggested-title, p.suggested-title a {
	font: bold 1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #000;
 	margin-top: -2px;
}

p.suggested-info {
	font: normal 1.0em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #666;
 	margin-top: -6px;
 	line-height: 14px;
}

.suggested-text a {
	font: normal 1.0em "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #70b22c;
 	margin-top: -10px;
}

.suggested-text a:hover {
	color: #333;
}



