* {
  margin: 0;
  padding: 0;
  outline: 0;
}
 
html {
  overflow-y: scroll;
}

body {
  background: #000 url(/car_care_products/images/bg.jpg) left top repeat-x;
  font: 11px/135% Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fff;
  cursor: default;
}

p.text {
	padding-bottom: 6px;
}

p.button {
	padding-top: 8px;
	text-align: center;
}

img {
	border: none;
}

a:active, a:focus, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ee2b2b;
}

a.grey {
	color: #999 !important;
	text-decoration: underline !important;
}

a.grey:hover {
	color: #333 !important;
	text-decoration: underline !important;
}

a.red {
	color: #ee2b2b !important;
	text-decoration: none !important;
}

a.red:hover {
	color: #ee2b2b !important;
	text-decoration: underline !important;
}

input {
	font: 11px/135% Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #333;
}

textarea, select {
	font: 11px/135% Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #333;
}

/**********
 * LAYOUT *
 **********/

#page {
	margin: 10px auto;
	width: 1000px;
}

#header {
	height: 65px;
	position: relative;
}

#header h1 {
  background: url(/car_care_products/images/logo.png) left top no-repeat;
  margin-left: 170px;
}

#header h1.left {
	margin-left: 5px;
}

#header h1 a {
  display: block;
  height: 63px;  
  width: 258px;
}

#header h1 span {
  display: none;
}

#nav {
	list-style: none;
	position: absolute;
	right: 5px;
	bottom: 26px;
}

#nav li {
	display: block;
	float: left;
	margin-left: 16px;
}

#portlets {
	float: left;
	width: 143px;
}

#portlets .portlet {
	background: #000 url(/car_care_products/images/portlet_bg.jpg) left top repeat-y;
	margin-bottom: 10px;
	width: 143px;
}

#portlets h3 {
	background: url(/car_care_products/images/portlet_top_bg.jpg) left top no-repeat;
	font-size: 140%;
	font-weight: normal;
	height: 40px;
	line-height: 42px;
	padding: 0 10px;
}

#portlets .portlet-content {
	background: url(/car_care_products/images/portlet_content_bg.jpg) left top no-repeat;
	min-height: 86px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 88px;
	/* End IE6 min-height hack */
	padding: 10px;
}

#portlets .portlet-footer {
	background: #000 url(/car_care_products/images/portlet_bottom_bg.jpg) left top no-repeat;
	height: 5px;
}

#products_portlet .portlet-content {
  height: 185px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

#products_portlet ul {
	list-style: none;
}

#products_portlet li {
	border-bottom: 1px solid #535353;
	display: block;
	line-height: 30px;
}

#products_portlet li.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#products_portlet li a {
	display: block;
}
  
#content {
	float: left;
	margin: 0 20px;
	width: 674px;
}

#main {
	background-color: #fff;
}

#main h2 {
	background: url(/car_care_products/images/main_top_bg.jpg) left top no-repeat;
	height: 50px;
	line-height: 52px;
	font-weight: normal;
	font-size: 200%;
	padding-left: 25px;
}

#main_content {
	color: #333;
	padding: 20px 25px;
}

#main_content.brands {
	background: url(/car_care_products/images/brands_bg.jpg) left top no-repeat;
	min-height: 465px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 458px;
	/* End IE6 min-height hack */
	padding-left: 130px;
}

#main .contact {
	background: url(/car_care_products/images/contact_bg.jpg) left top no-repeat;
	min-height: 550px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 550px;
	/* End IE6 min-height hack */
	padding-left: 110px;
}

#main .links {
	background: url(/car_care_products/images/links_bg.jpg) left top no-repeat;
	min-height: 465px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 458px;
	/* End IE6 min-height hack */
	padding-left: 130px !important;
}

#main .faq {
	background: url(/car_care_products/images/faq_bg.jpg) left top no-repeat;
	min-height: 465px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 458px;
	/* End IE6 min-height hack */
	padding-left: 130px !important;
}

#main .tips {
	background: url(/car_care_products/images/tips_bg.jpg) left top no-repeat;
	min-height: 465px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 458px;
	/* End IE6 min-height hack */
	padding-left: 130px !important;
}

#main ul.categories {
	list-style: none;
	margin: 0;
}

#main ul.categories li {
	border-bottom: 1px dotted #ccc;
	display: block;
	margin-bottom: 6px;
	padding-bottom: 6px;	
}

#main ul.categories li.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}

#main ul.categories li a {
	color: #333;
	display: block;
}

#main ul.categories li a:hover {
	color: #ee2b2b;
	text-decoration: none;
}

#main ul.categories li.selected a {
	color: #ee2b2b;
	font-weight: bold;
}

#main .newsletter {
	background: url(/car_care_products/images/newsletter_bg.jpg) left top no-repeat;
	min-height: 465px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 465px;
	/* End IE6 min-height hack */
	padding-left: 110px;
}

#main_content.newsletter p {
	text-align: left;
}

#main_content a {
	color: #ee2b2b;
}

#main_content a:hover {
	text-decoration: underline;
}

#main_content h4 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
}

#main_content p {
	padding-bottom: 8px;
	text-align: justify;
}

#main_content p.revision-date {
	padding-top: 10px;
	text-align: right;
}

#main_content ul {
	margin: 0 0 6px 20px;
}

#main_content li {
	margin: 6px 0;
}

#main_content dt {
	font-weight: bold;
}

#main_content dd {
	margin: 2px 0 8px 8px;
}

#main_content .window {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 15px;
}

#main_content .window h3 {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#main_content .window dl.questions dt {
	margin-bottom: 4px;
	margin-top: 0;
	padding-top: 4px;
}

#main_content .window dl.questions dt .number {
	display: block;
	float: left;
	width: 25px;
}

#main_content .window dl.questions dt .question {
	display: block;
	float: left;
	width: 295px;
}

#main_content .window dl.questions dt a {
	color: #333;
}

#main_content .window dl.questions dt a:hover {
	color: #ee2b2b;
	text-decoration: none;
}

#main_content .window dl.questions dd {
	margin-left: 25px;
	margin-bottom: 0;
	margin-top: 0;
}

#main_content .window dl.questions dd.answer p {
	padding-bottom: 4px;
	text-align: left;
}

#main_content .window dl.questions dd.answer li {
	margin-top: 0;
}

#main_footer {
	background: #fff url(/car_care_products/images/main_bottom_bg.jpg) left bottom no-repeat;
	height: 6px;
}

#welcome {
	background-color: #fff;
	margin-bottom: 20px;
}

#welcome h2 {
	background: url(/car_care_products/images/welcome_top_bg.jpg) left top no-repeat;
	height: 50px;
	line-height: 52px;
	font-weight: normal;
	font-size: 200%;
	padding-left: 25px;
}

#welcome_content {
	color: #333;
	padding: 20px 25px;
	text-align: justify;
}

#manufacturer_gallery {
	margin: 16px 0 0;
	text-align: center;
}

#manufacturer_gallery img {
	margin-right: 20px;
}

#welcome_footer {
	background: #000 url(/car_care_products/images/welcome_bottom_bg.jpg) left bottom no-repeat;
	height: 171px;
}

#featured_products {
	background: #000 url(/car_care_products/images/featured_products_bg.jpg) left top repeat-y;
}

#featured_products h3 {
	background: url(/car_care_products/images/featured_products_top_bg.jpg) left top no-repeat;
	font-size: 140%;
	font-weight: normal;
	height: 40px;
	line-height: 42px;
	padding: 0 10px;
}

#featured_products_content {
	background: url(/car_care_products/images/featured_products_content_bg.jpg) left top no-repeat;
	height: 92px;
	padding: 10px;
}

#featured_products_content .featured-product {
	border-right: 1px solid #666;
	cursor: pointer;
	float: left;
	height: 92px;
	padding-right: 95px;
	margin-right: 15px;
	position: relative;
	width: 117px;
}

#featured_products_content .featured-product img {
	max-height: 80px;
	/* Start IE6 max-height hack */
	height: auto !important;
	height: 80px;
	/* End IE6 max-height hack */
	max-width: 80px;
	/* Start IE6 max-width hack */
	width: auto !important;
	width: 80px;
	/* End IE6 max-width hack */
	position: absolute;
	right: 15px;
	top: 0;
}

#featured_products_content .product-manufacturer {
	font-size: 15px;
	margin-bottom: 6px;
}

#featured_products_content .product-name {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
}

#featured_products_content .product-price {
	color: #ee2b2b;
	margin-top: 2px;
}

#featured_products_content .product-price .original {
	display: none;
}

#featured_products_content .product-price .dollars {
	display: block;
	float: left;
	font-size: 26px;
	line-height: 26px;
}

#featured_products_content .product-price .cents {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 17px;
}

#featured_products_content .last {
	border-right: none;
	margin-right: 0;
	padding-right: 80px;
}

#featured_products_content .last img {
	right: 0;
}

#featured_products_footer {
	background: #000 url(/car_care_products/images/featured_products_bottom_bg.jpg) left top no-repeat;
	height: 5px;
}

#footer {
	background: none;
	background-color: #000;
	font-size: 85%;
	padding: 8px 5px 10px 5px;
	width: auto;
}

#footer a {
	color: #ee2b2b;
}

#footer a:hover {
	text-decoration: underline;
}

#ads {
	float: left;
	width: 143px;
}

#ads img {
	display: block;
	margin-bottom: 10px;
}

/*********
 * STORE *
 *********/

#store {
	background-color: #fff;
	float: left;
	margin-right: 20px;
	width: 730px;
}

#store_header {
	background: url(/car_care_products/images/store_top_bg.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding-left: 15px;
	position: relative;
}

#store_header .search {
	bottom: 12px;
	position: absolute;
	right: 15px;
}

#store_header .search input {
	border: 1px solid #ccc;
	padding: 2px 4px;
}

#store_header h2 {
	line-height: 52px;
	font-weight: normal;
	font-size: 200%;
}

#store_pagination {
	background-color: #777;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	color: #fff;
	padding: 4px 15px;
}

#store_pagination_repeater {
	background-color: #777;
	color: #fff;
	padding: 4px 15px;
	text-align: right;
}

#store_pagination_repeater a:active, 
#store_pagination_repeater a:focus, 
#store_pagination_repeater a:link, 
#store_pagination_repeater a:visited {
	color: #fff;
	text-decoration: none;
}

#store_pagination_repeater a:hover {
	color: #ee2b2b !important;
}

#store_content {
	color: #333;
	padding: 0 2px;
}

#store_content a {
	color: #999;
	text-decoration: underline;
}

#store_content a:hover {
	color: #333;
}

#browse_store {
	background-color: #eee;
	border: 1px solid #ccc;
	float: left;
	margin-right: 2px;
	padding: 1px;
	width: 200px;
}

#browse_store .section {
	margin-bottom: 5px;
}

#browse_store .last-section {
	border-bottom: none;
}

#browse_store .section .heading {
	background-color: #ccc;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 6px 10px;
}

#browse_store .section .options {
	padding: 6px 10px;
}

#browse_store .section .options p {
	border-bottom: 1px solid #ccc;
	color: #ee2b2b;
	font-weight: bold;
	margin: 0 0 4px 5px;
	padding-bottom: 4px;	
}

#browse_store .section .options p.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
#browse_store .section .options a {
	color: #333;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

#browse_store .section .options a:hover {
	color: #ee2b2b;
}

#browse_store .section .options .option {
	position: relative;
}

#browse_store .section .options .count {
	color: #999;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}

#browse_store .section .options .count a {
	color: #999;
  display: inline;
	font-weight: normal;
}

#browse_store .section .options .count a:hover {
  color: #ee2b2b;
}

#browse_store .section .options .all {
	margin-left: 0px !important;
}

#product_list,
#product_details {
	float: left;
	width: 520px;
}

#product_list .product,
#product_details .product {
	background: url(/car_care_products/images/product_bg.jpg) left top repeat-y;
	border: 1px solid #ccc;
	margin-bottom: 2px;
	min-height: 100px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 100px;
	/* End IE6 min-height hack */
	padding: 15px 210px 15px 15px;
	position: relative;
}

#product_list .empty-product,
#product_details .empty-product {
	min-height: 0;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 0px;
	/* End IE6 min-height hack */
	padding-right: 15px;
  text-align: right;
}

#product_list .empty-product .suggestion,
#product_details .empty-product .suggestion {
  margin-top: 4px;
}

#product_list .product .summary,
#product_details .product .summary {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
  overflow: hidden;
	padding-bottom: 12px;
}

#product_list .product .summary .manufacturer,
#product_details .product .summary .manufacturer {
  padding-bottom: 2px;
}

#product_list .product .summary .pdf,
#product_details .product .summary .pdf {
  padding-bottom: 2px;
  padding-top: 2px;
}

#product_list .product .summary .category {}

#product_list .product h3,
#product_details .product h3 {
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 10px;
}

#product_list .product h3 a {
  color: #333;
}

#product_list .product h3 a:hover {
  color: #ee2b2b;
  text-decoration: none;
}

#product_list .product h3 strong.highlight,
#product_list .product .description strong.highlight,
#product_details .product h3 strong.highlight {
	background-color: #ee2b2b;
	color: #fff;
	font-weight: normal;
}

#product_list .product a,
#product_details .product a {
	color: #ee2b2b;
	text-decoration: none;
}

#product_list .product a:hover,
#product_details .product a:hover {
	text-decoration: underline;
}

#product_list .product a.selected,
#product_details .product a.selected {
	background-color: #ee2b2b;
	color: #fff;
}

#product_list .product a.selected:hover,
#product_details .product a.selected:hover {
	text-decoration: none;
}

#product_list .product .variations a,
#product_details .product .variations a {
	padding: 0 1px;
}

#product_list .product .price,
#product_details .product .price {
	color: #ee2b2b;
	margin-top: 2px;
}

#product_list .product .price .original,
#product_details .product .price .original {
	color: #999;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 17px;
	padding-right: 10px;
	text-decoration:line-through;
}

#product_list .product .price .dollars,
#product_details .product .price .dollars {
	display: block;
	float: left;
	font-size: 26px;
	line-height: 26px;
}

#product_list .product .price .cents,
#product_details .product .price .cents {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 17px;
}

#product_list .product .description,
#product_details .product .description {
	/*text-align: justify;*/
}

#product_list .product .description p,
#product_details .product .description p {
  margin-bottom: 6px;
}

#product_list .product .description .more-details {}

#product_list .product .attributes,
#product_details .product .attributes {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

#product_list .product .attributes .attribute,
#product_details .product .attributes .attribute {
	margin-bottom: 2px;
}

#product_list .product .variations,
#product_details .product .variations {
	margin-top: 10px;
}

#product_list .product .variations .label,
#product_details .product .variations .label {
	float: left;
	width: 75px;
}

#product_list .product .variations .options,
#product_details .product .variations .options {
	float: left;
	width: 208px;
}

#product_list .product .display-image,
#product_details .product .display-image {
	position: absolute;
	top: 18px;
	right: 18px;
	text-align: center;
}

#product_list .product .display-image img {
  border: 1px solid #ccc;
  padding: 2px;
}


#product_list .product img.sale,
#product_details .product img.sale {
	right: 125px;
	top: 15px;
	position: absolute;
}

#product_list .product .add-to-cart,
#product_details .product .add-to-cart {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 150px;
	text-align: center;
}

#product_details .product {
  padding: 15px; 
}

#product_details .product h3 {
  width: 400px;
}

#product_details .product .details {
  min-height: 244px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 244px;
	/* End IE6 min-height hack */
}

#product_details .product .variations {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

#product_details .product .display-image {
  top: 118px;
}

#product_details .product img.sale {
	top: 118px;
}

#product_details .product .add-to-cart {
  top: 290px;
}

#product_details .product .add-to-cart a {
  color: #999;
  display: block;
  margin-top: 6px;
}

#product_details .product .add-to-cart a:hover {
  color: #333;
  text-decoration: none;
}

#product_details .product .reviews {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

#product_details .product .reviews .review {}

#product_details .product .reviews .review h5 {
  font-size: 11px;
  margin-bottom: 6px;
}

#product_details .product .reviews .review p {
  margin-bottom: 4px;
}

#product_details .product .thumbs {
  border-top: 1px dotted #ccc;
  margin-top: 12px;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: -8px;
}

#product_details .product .thumbs .thumb {
  float: left;
  margin: 0 10px 10px 0;
}

#product_details .product .thumbs .last {
  margin-right: 0;
}

#product_details .product .thumbs .thumb .frame {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1px;
}

#product_details .product .thumbs .selected .frame {
  border-color: #aaa;
}

#product_details .product .thumbs .thumb .frame img {
  display: block;
  width: 59px;
}

#product_details .product .pdfs {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

#product_details .product .pdfs h5 {
  font-size: 11px;
  margin-bottom: 10px;
}

#product_details .product .pdfs .pdf {
  background: transparent url(/car_care_products/images/page_white_acrobat.png) left top no-repeat;
  padding-left: 24px;
  margin-bottom: 10px;
  min-height: 16px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 16px;
	/* End IE6 min-height hack */
}

#product_details .product .pdfs .pdf p {
  margin-bottom: 2px;
}

#product_details .product .video {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

#product_details .product .video .frame {
  background-color: #fff;
  border :1px solid #ccc;
  padding: 1px;
}

#product_details .product .video .frame embed {
  display: block;
  width: 279px;
}

#product_details .product .tell-a-friend {
  border-top: 1px dotted #ccc;
	margin-top: 10px;
  padding-top: 10px;
}

#product_details .product .footer {
  border-top: 1px dotted #ccc;
  margin-top: 10px; 
}

#store_footer {
	background: #fff url(/car_care_products/images/store_bottom_bg.jpg) left bottom no-repeat;
	height: 5px;
}


/********
 * CART *
 ********/

#right {
	float: left;
	width: 250px;
}

#cart {
  margin-bottom: 15px;
}

#cart,
#shipping {
	background-color: #fff;
}

#cart_header,
#shipping_header {
	background: url(/car_care_products/images/cart_top_bg.jpg) left top no-repeat;
	height: 50px;
	padding-left: 15px;
	position: relative;
}

#cart_header .breadcrumbs,
#shipping_header .breadcrumbs {
	bottom: 12px;
	position: absolute;
	right: 15px;
}

#cart_header h2,
#shipping_header h2 {
	line-height: 52px;
	font-weight: normal;
	font-size: 200%;
}

#cart_content,
#shipping_content {
	color: #333;
	padding: 15px;
}

#cart_content .line-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
  min-height: 70px;
	/* Start IE6 min-height hack */
	height: auto !important;
	height: 70px;
	/* End IE6 min-height hack */
	padding-bottom: 10px;
	padding-left: 85px;
	position: relative;
	text-align: right;
}

#cart_content .line-item .product-name {
	font-size: 13px;
	margin-bottom: 8px;
}

#cart_content .line-item .prices {
	margin-top: 4px;
}

#cart_content .line-item .quantity {
	margin-bottom: 4px;
}

#cart_content .line-item .price {
	font-weight: bold;
}

#cart_content p {
  margin-bottom: 6px;
}

#cart_content a {
	color: #f00;
	display: inline;
}

#cart_content a:hover {
  text-decoration: underline;
}

#cart_content .product-thumbnail {
	position: absolute;
	top: 2px;
	left: 0;
}

#cart_content .product-thumbnail img {
  border: 1px solid #ccc;
  display: block;
  padding: 2px;
  width: 60px;
}

#cart_content .product-thumbnail-frame {
	border: 1px solid #ccc;
	float: left;
}

#cart_content .product-thumbnail-frame img {
	border: 1px solid #fff;
	display: block;
}

#cart_content .line-item-buttons img {
	display: block;
	padding: 2px 0 3px 5px;
}

#cart_content .key {
	color: #999;
	font-size: 10px;
	line-height: 13px;
	margin: 10px 0;
}

#cart_content .key .increase-quantity {
	background: url(/car_care_products/images/bullet_toggle_plus.jpg) left 60% no-repeat;
	padding-left: 12px;
}

#cart_content .key .decrease-quantity {
	background: url(/car_care_products/images/bullet_toggle_minus.jpg) left 60% no-repeat;
	padding-left: 12px;
}

#cart_content .key .remove-item {
	background: url(/car_care_products/images/bullet_delete.jpg) left 60% no-repeat;
	padding-left: 12px;
}

#cart_content .buttons,
#shipping_content .buttons {
	position: relative;
	text-align: right;
}

#cart_content .buttons .ajax-loader {
	bottom: 0;
	position: absolute;
	left: 15px;
}

#shipping_content p {
  line-height: 13px;
}

#shipping_content form {}

#shipping_content .content {
  margin: 15px 0;
  overflow: hidden;
}

#shipping_content #shipping_calculator_postcode {
  border: 1px solid #ccc;
  float: left;
  padding: 2px 4px;
  width: 80px;
}

#shipping_content #shipping_estimate {
  float: right;
  line-height: 16px;
  text-align: right;
}

/*
#shipping_estimator {
  text-align: left;
}

#shipping_estimator a {
  text-decoration: none;
}

#shipping_estimator h5 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 4px;
}

#shipping_estimator.active h5 a {
  color: #333;
}

#shipping_calculator {
  margin: 8px 0 0 12px;
  overflow: hidden;
}

#shipping_calculator form {
  float: left;
  margin-bottom: 5px;
}

#shipping_calculator #shipping_calculator_postcode {
  border: 1px solid #ccc;
  padding: 2px 4px;
  width: 100px;
}

#shipping_calculator #shipping_estimate {
  float: right;
  font-weight: bold;
  line-height: 20px;
}

#shipping_calculator a {
  text-decoration: underline;
}
*/

#cart_footer,
#shipping_footer {
	background: #fff url(/car_care_products/images/cart_bottom_bg.jpg) left bottom no-repeat;
	height: 5px;
}


/************
 * CHECKOUT *
 ************/

#checkout {
	background-color: #fff;
	float: left;
	margin-right: 20px;
	width: 730px;
}

#checkout_header {
	background: url(/car_care_products/images/store_top_bg.jpg) left top no-repeat;
	border-bottom: 1px solid #fff;
	height: 50px;
	padding-left: 15px;
	position: relative;
}

#checkout_header h2 {
	line-height: 52px;
	font-weight: normal;
	font-size: 200%;
}

#checkout_header .breadcrumbs {
	bottom: 12px;
	position: absolute;
	right: 15px;
}

#checkout_tree {
	float: left;
	list-style: none;
	margin-top: 3px;
	width: 200px;
}

#checkout_tree li {
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 2px;
}

#checkout_tree li .step {
	background-color: #eee;
	border-left: 6px solid #ccc;
	padding: 10px;
}

#checkout_tree li .completed {
	border-color: #6dc462;
}

#checkout_tree li .current {
	border-color: #ec5e53;
}

#checkout_tree li .label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

#checkout_tree li .update-details {
	display: block;
	margin-top: 2px;
}

#checkout_content {
	float: left;
	padding: 16px;
	width: 494px;
}

#checkout_content .help {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

#checkout_content .help p {
	margin-bottom: 4px;
}

#checkout_content .help p.eway {
  background: #fff url(/car_care_products/images/eway_gateway.jpg) right top no-repeat;
  height: 50px;
  padding-right: 100px;
}

#checkout_content #payment_details {
  overflow: hidden;
  position: relative;
  zoom: 1;
}

#checkout_content #payment_details .credit-card {
  float: left;
  width: 200px;
}

#checkout_content #payment_details .ssl-seal {
  float: right;
  margin-top: 3px;
}

#checkout_content a {
	color: #999;
	display: inline;
	text-decoration: underline;
}

#checkout_content a:hover {
	color: #333;
}

#checkout_content h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#checkout_content p {
	margin-bottom: 6px;
	text-align: left;
}

#checkout_content dl {}

#checkout_content dt {
	font-weight: bold;
}

#checkout_content dd {
	margin: 2px 0 12px 6px;
}

#checkout_content dd.last {
	margin-bottom: 0;
}

#checkout_content .address {
	margin-left: 17px;
}

#checkout_content table.invoice {
	border-collapse: collapse;
}

#checkout_content table.invoice tbody th, 
#checkout_content table.invoice tbody td {
	padding: 3px 5px;
}

#checkout_content table.invoice tbody tr.total th, 
#checkout_content table.invoice tbody tr.total td {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}

#checkout_content table.invoice tbody th {
	font-weight: bold;
	border-right: none !important;
	padding-right: 40px;
	text-align: left;
}

#checkout_content table.invoice tbody td {
	border-left: none !important;
	text-align: right;
}

#checkout_content .sep {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

#checkout_footer {
	background: #000 url(/car_care_products/images/store_bottom_bg.jpg) left bottom no-repeat;
	height: 5px;
}


/*********
 * FORMS *
 *********/

.form-item {
  margin: 0 0 10px 0;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}

.form-item .description {
	color: #666;
  font-size: 0.9em;
}

.form-item label {
  display: block;
  font-weight: bold;
	margin-bottom: 2px;
}

.form-item label.option {
  font-weight: normal;
}

.form-item label.radio {
  margin-bottom: 5px;
}

.form-item p.option {
	font-weight: bold;
	margin-bottom: 8px;
}

.form-item p.option span {
	font-weight: normal;
}

.form-checkbox {
	margin-bottom: 2px;
}

.form-radio {
	margin-bottom: -2px;
}

.form-text {
  /*border: 1px solid #7f9db9;*/
	border: 1px solid #aaa;
  padding: 2px 4px;
  width: 200px;
}

.form-text:focus {
	/*border-color: #ec5e53;*/
}

.form-list {
  border: 1px solid #aaa;
  padding: 1px;
  width: 212px;
}

.date-list select {
  border: 1px solid #aaa;
  padding: 1px;
}

.date-list option {
  padding-right: 10px;
}

.form-date {
  border: 1px solid #aaa;
  padding: 1px 5px;
  width: 200px;
  display: block;
  background: #eee;
  float: left;
  margin-right: 10px;
}

.form-date-button {
  border: 1px solid #aaa;
  padding: 1px 5px;
  width: 200px;
}

.multiple {
  padding-left: 5px;
}

.form-item .short {
  width: 50px;
}

select.short {
	width: 62px !important;
}

input.compact {
	padding-top: 0;
	padding-bottom: 0;
	width: 30px;
}

.form-item .long {
  width: 500px;
}

.form-column {
  float:left;
  margin-right: 10px;
}

.form-buttons {
	border-top: 1px solid #ccc;
	margin-top: 20px;
  overflow: hidden;
	padding-top: 10px;
	text-align: right;
}

.form-cancel-buttons {
	float: left;
	padding-top: 5px;
}

.form-button, .form-submit {
  margin-right: 0;
  padding: 4px 5px;
  font-weight: bold;
}

.form-buttons-condition {
	float: right;
	margin-top: 3px;
}

.form-cancel {
  margin-right: 0.75em;
}

.inline-buttons {
  margin-left: 5px;
}

.form-required {
  color: #ec5e53;
	font-weight: bold;
}

.formError {
  /*color: #c52020;*/
  font-weight: normal;
}
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select {
  background-color: #ffc;
  border: 1px solid #aaa;
}


/************
 * MESSAGES *
 ************/

.message-wrapper {
	border: 1px solid #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.message-border {
	background-color: #eee;
	border: 1px solid #bbb;
}

.message {
	border: 1px solid #eee;
}

.message-text {
	border-top: 6px solid #ccc;
	color: #333;
	padding: 10px;
}

div.status {
	background-color: #fff;
  border-color: #6dc462;
}

div.warning {
	background-color: #fff;
  border-color: #dfb360;
}

div.error {
	background-color: #fff;
	border-color: #ec5e53;
}

 
/*
** Markup-free clearing.
** Details: http://www.positioniseverything.net/easyclearing.html.
*/
.cleared:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
	clear: both;
	display: block;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.flat-bottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.flat-top {
	margin-top: 0 !important;
	padding-top: 0px !important;
}


/****************
 * NEWS STORIES *
 ****************/

#product_details .product .details .gallery {
  float: right;
  margin: 0 0 15px 25px;
  width: 205px;
}

#product_details .product .details .gallery .thumbs {
  border-top: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

#product_details .product .details img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px;
}

#product_details .product .details .gallery img {
  
}

#product_details .product .details .gallery .thumbs a { 
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}

#product_details .product .details .gallery .thumbs a.first {
  margin-right: 0;
}

#product_details .product .details .gallery .thumbs img {
  width: 59px;
}

#product_details .product .details p {
  margin-bottom: 6px;
}


/*****************
 * WILL PAGINATE *
 *****************/

#store_pagination .pagination .disabled {
  color: #bbb;
}

#store_pagination .pagination .current {
  font-weight: bold;
}
