﻿/*** Reset ***/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Basic Elements ***/

body {
	background: #2A2A2A;
	color: #5a5a5a;
	font-family: Tahoma, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #434242;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#df1116;
	text-decoration:underline;
	}

p {
	line-height: 19px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	margin:0px 0 10px 0;
	background:#ECECEC;
	padding:5px 10px;
	color:#434242;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.75);
	clear: both;
	width:96%;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	margin:0px 0 10px 0;
	background: url(../../images/tab.gif) repeat-x;
	padding:5px 10px;
	color:#F5F5F5;
	width:98%;
}

h4 {
	font-size:16px;
	font-weight:bold;
	color:#2d424e;
	text-decoration:underline;

}

h5 {
	font-size:16px;
	font-weight:bold;
	color:#2b455c;
	
	}
#main ol li {
	list-style:none;
	padding:5px 0;
	}	
h2 .small { float:right; font-size:12px;}
.box { padding:15px 10px;}
.box img { float:left; padding-right:10px;}
/*** Generic Classes ***/

.left {
	float: left;
	text-align: left;
	width: auto;
}

.right {
	float: right;
	text-align: right;
	width: auto;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.topDivider {
	color: #d1d0d0;
	font-size: 12px;
	padding: 0 3px 0 3px;
}

.navDivider {
	color: #cce49c;
}

/*** Buttons ***/

.shoppingBag {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -10px -10px;
	display: block;
	float: left;
	height: 29px;
	margin: 0px 4px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 126px;
}
.shoppingBag:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -10px -39px;
	cursor: pointer;
}

.checkout {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -146px -10px;
	display: block;
	float: left;
	height: 29px;
	margin: 0px 0 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 84px;
}
.checkout:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -146px -39px;
	cursor: pointer;
}

.buttonPrevious {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -240px -10px;
	display: block;
	float: left;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	width: 28px;
}
.buttonPrevious:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -240px -39px;
	cursor: pointer;
}

.buttonNext {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -278px -10px;
	display: block;
	float: left;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	width: 28px;
}
.buttonNext:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -278px -39px;
	cursor: pointer;
}

.buttonPrevious_disable {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -240px -68px;
	display: block;
	float: left;
	height: 29px;
	overflow: hidden;
	cursor: default;
	text-indent: -9999px;
	width: 28px;
}

.buttonNext_disable {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -278px -68px;
	display: block;
	float: left;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
	width: 28px;
}
.buttonNext_disable:hover, .buttonPrevious_disable:hover {
	cursor: default;
}

.buttonAddToShoppingBag {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -10px -107px;
	display: block;
	float: left;
	height: 40px;
	margin-top: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 230px;
}
.buttonAddToShoppingBag:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -10px -147px;
	cursor: pointer;
}

.buttonRemove {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -316px -10px;
	display: block;
	float: left;
	height: 29px;
	margin: -7px 12px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 86px;
}
.buttonRemove:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -316px -39px;
	cursor: pointer;
}

.buttonProceedToCheckout {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -250px -107px;
	display: block;
	float: left;
	height: 40px;
	margin: -10px 12px -10px  0;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 218px;
	font-size: 0px;
}
.buttonProceedToCheckout:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -250px -147px;
	cursor: pointer;
}

.button {
	background:none repeat scroll 0 0 #FAFAFA;
	border:1px solid #B4B4B4;
	color:#676767;
	margin:5px;
	padding:3px;
}

/*** Basic Layout ***/

#container {
	background: #fff;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px 20px 35px 20px;
	width: 920px;
	
	border-radius: 5px; /* General */
	box-shadow: 1px 1px 1px #322112; /* General */
	-khtml-border-radius: 5px; /* Linux */
	-khtml-box-shadow: 1px 1px 1px #322112; /* Linux */
	-moz-border-radius: 5px; /* Firefox */
	-moz-box-shadow: 1px 1px 1px #322112; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-webkit-box-shadow: 1px 1px 1px #322112; /* Safari, Chrome */
}

#header {
	padding: 0 20px 0 20px;
}

#footer {
	background: #ad0e0e;
	color: #cce49c;
	font-family: Tahoma, serif;
	height: 10px;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 30px 20px 30px 20px;
	width: 920px;
	
	border-radius: 5px; /* General */
	box-shadow: 1px 1px 1px #322112; /* General */
	-moz-border-radius: 5px; /* Firefox */
	-moz-box-shadow: 1px 1px 1px #322112; /* Firefox */
	-khtml-border-radius: 5px; /* Linux */
	-khtml-box-shadow: 1px 1px 1px #322112; /* Linux */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-webkit-box-shadow: 1px 1px 1px #322112; /* Safari, Chrome */
}

/*** Header ***/
#header h1 a {
	background: url(../img/logo.gif) no-repeat;
	display: block;
	height: 60px;
	margin: 0 0 0px 0;
	text-indent: -9999px;
}

#header h1.calculate a {
	background: url(../../images/logo_calculate.gif) no-repeat;
	display: block;
	height: 60px;
	margin: 0 0 0px 0;
	text-indent: -9999px;
	
}

#details {
	float: right;
	font-size: 11px;
	margin-top: -48px;
	width: auto;
}

.details {
	float: left;
	padding-right: 128px;
	width: auto;
	font-size:14px;
}
.details b {
	font-weight:bold;
}
/*** Content ***/

#categoriesBar {
	background: url(../img/panels.gif) no-repeat;
	background-position: 0 0;
	color: #ffffff;
	font-size: 16px;
	height: 18px;
	padding: 21px 20px 20px 20px;
	width: 880px;
}

#categoriesBar li {
	display: inline;
	padding:0 5px;
}

#categoriesBar a:link, #categoriesBar a:visited {
	color: #2A2A2A;
	font-weight: normal;
	text-decoration: none;
}

#categoriesBar a:hover {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#categoriesBar a.active {
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: none;
}

input#searchBox {
	background: url(../img/searchBox.png) no-repeat;
	border: 0;
	color: #959595;
	float: right;
	font-size: 15px;
	height: 20px;
	margin-top: -10px;
	padding: 9px 15px 5px 22px;
	width: 155px;
}

input#searchSubmit {
	background: url(../img/searchSubmit.png) no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 28px;
	margin: -9px -21px 0 0;
	width: 20px;
}

#paginationTop {
	background: url(../img/panels.gif) no-repeat;
	background-position: 0 -60px;
	color: #5a5a5a;
	font-size: 15px;
	height: 15px;
	margin-top: 14px;
	padding: 17px 20px 20px 20px;
	width: 880px;
}

#paginationBottom {
	background: url(../img/panels.gif) no-repeat;
	background-position: 0 -113px;
	color: #5a5a5a;
	font-size: 15px;
	height: 15px;
	padding: 20px 20px 20px 20px;
	width: 880px;
}

.pageButtons {
	float: right;
	margin-top: -6px;
	width: auto;
}

.pages {
	float: left;
	padding: 6px 7px 0 7px;
	width: auto;
}

#main {
	padding: 10px 20px 10px 20px;
}

.itemNew {
	height: 50px;
	margin-left: -50px;
	position: absolute;
	width: 50px;
}

/*** Footer ***/

#footer #navigation {
	float: left;
	width:97%;
}

#footer #rssFeed {
	color: #ffffff;
	float: left;
	margin-top: -2px;
	text-align: center;
	width: 180px;
}

#footer .rssIcon {
	margin: 0 2px 2px 0;
	vertical-align: middle;
}

#footer #copyright {
	float: right;
	margin-top: -4px;
	width: 350px;
}

#footer li {
	display: inline;
	padding:0 3px;
}

#footer .navDivider {
	padding: 0 3px 0 3px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size:13px;
}

#footer a:hover {
	color: #cdef8b;
	font-weight: normal;
	text-decoration: none;
}

#footer a.active {
	color: #cdef8b;
	font-weight: bold;
	text-decoration: none;
}

/** Home Page **/

#items {
	margin: 0 auto;
	overflow: hidden;
	width: 920px;
}

#home .item {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	overflow: hidden;
	width: 200px;
	height:170px;
}

#home .itemImage {
	margin-bottom: 15px;
}

#home .itemName {
	font-size: 14px;
}

#home .itemPrice {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 30px;
}
#home .itemPrice  span{
	font-weight:bold;
	color:#df1116;
}

/** Item Page **/

.gallery {
	margin: 0 auto;
	margin: 0 -10px;
	overflow: hidden;
	width: 960px;
}

.gallery .gallery {
	margin: 0 -4px;
	display: inline-block;
	width: auto;
}

#itemImage {
	float: left;
	display: inline;
	margin: 0 10px;
	overflow: hidden;
	width: 420px;
}

#itemImage img.bigImage {
	height: 420px;
	width: 420px;
}

#itemImage li.thumb {
	cursor: pointer;
	display: inline; 
	float: left;
	height: 96px;
	margin: 0 5.5px;
	margin-top: 12px;
	overflow: hidden;
	width: 96px;
}

#itemImage li.thumb a.activeSlide {
	border: 1px solid #789F2A;
	height: 94px;
	width: 94px;
}

#itemImage li.thumb a.activeSlide img {
	border: 1px solid #789F2A;
	margin: 0 0 0 -1px;
	height: 94px;
	width: 94px;
}

#itemDetails {
	float: left;
	display: inline;
	margin: 0 10px;
	overflow: hidden;
	padding-left: 20px;
	width: 420px;
}

#item .itemPrice {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 20px;
}

/** Shopping Bag **/

#shoppingBag h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 20px;
}

span.amount {
	background: #f0f0f0;
	float: left;
	font-size: 14px;
	height: 24px;
	line-height: 19px;
	margin: -7px 0 0 14px;
	padding-top: 5px;
	text-align: center;
	width: 68px;
}

.buttonLess {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -240px -10px;
	display: block;
	height: 29px;
	margin: -7px 0 0 4px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 28px;
}
.buttonLess:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -240px -39px;
	cursor: pointer;
}

.buttonMore {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -278px -10px;
	display: block;
	height: 29px;
	margin: -7px 0 0 65px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 28px;
}
.buttonMore:hover {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -278px -39px;
	cursor: pointer;
}

.buttonLess_disable {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -240px -68px;
	display: block;
	height: 29px;
	margin: -7px 0 0 4px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 28px;
}

.buttonMore_disable {
	background: url(../img/buttons.gif) no-repeat;
	background-position: -278px -68px;
	display: block;
	height: 29px;
	margin: -7px 0 0 65px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 28px;
}

.buttonLess_disable:hover, .buttonMore_disable:hover {
	cursor: default;
}

#shoppingBag-table {
	border-collapse: collapse;
	width: 100%;
}

#shoppingBag-table th {
	background-color: #f2f2f2;
	border-bottom: 1px solid #dadada;
	color: #878787;
	font-size: 11px;
	font-weight: normal;
	padding: 9px 0 8px 0;
	text-align: center;
}

#shoppingBag-table tr {
	border-bottom: 1px solid #dadada;
}

#shoppingBag-table tfoot td {
	font-size: 16px;
	padding: 20px 0 20px 0;
	vertical-align: top;
}

#shoppingBag-table tbody td {
	font-size: 14px;
	padding: 34px 0 10px 0;
	text-align: center;
	vertical-align: top;
}

#shoppingBag-table td.thumb {
	padding: 12px 10px 10px 0;
}

#shoppingBag-table tr.noBorder
{
	border: 0;
}

#thumbnail {
	width: 10%;

	border-top-left-radius: 4px; /* General */
	-khtml-border-radius-topleft: 4px; /* Linux */
	-moz-border-radius-topleft: 4px; /* Firefox */
	-webkit-border-radius-topleft: 4px; /* Safari, Chrome */
}
#itemName {
	width: 46%;
}
#price {
	width: 11%;
}
#quantity {
	width: 11%;
}
#total {
	width: 11%;
}
#remove {
	width: 11%;
	
	border-top-right-radius: 4px; /* General */
	-khtml-border-radius-topright: 4px; /* Linux */
	-moz-border-radius-topright: 4px; /* Firefox */
	-webkit-border-radius-topright: 4px; /* Safari, Chrome */
}

.itemTotal {
	font-weight: bold;
}
.totalPrice {
	padding: 20px 0 20px 11px;
}
.costBeforeShipping {
	padding: 0 49px 0 0;
}
.continueShopping {
	padding: 2px 0 0 0;
}

.more {width:65px; height:14px;float:right;}

.car-detail { width:100%; border:0 ; padding:3px; color:171717; font-size:13px; border-right: #CFCFCF 1px solid; border-top: #CFCFCF 1px solid;}
.car-detail th { background: #E5E5E5; padding:3px;border-left: #CFCFCF 1px solid;	text-shadow:0 1px 0 rgba(255, 255, 255, 0.75); }
.car-detail td { padding:3px; border-left: #CFCFCF 1px solid; border-bottom: #CFCFCF 1px solid}

.price { width:100%; border:0 ; padding:3px;}
.price th { background: #E5E5E5; padding:5px 0 15px 3px;	text-shadow:0 1px 0 rgba(255, 255, 255, 0.75);}
.price td { padding:5px 10px}

.special {line-height:20px; background:#ebf5ff;}
.special h2 { color:#c13808; background:none; font-size:16px; font-weight:bold; margin:10px 0 0 0; padding:0;}
.back { padding:3px 5px; background:#ffecc2; border:#D2D2D2 solid 1px; margin:10px 0; width:98px; text-align:center;}

.more-detail { background:#C93; padding:0px 5px; float:right; font-size:12px; margin-top:0px!important; margin-top:-25px;}
.more-detail a { color:#171717;}
.more-detail a:hover {color:#682209;}

.info { padding:20px; border:#E4E4E4 solid 1px; font-size:13px;}
.info p { padding:2px 0;}
.info strong { color:#d7120a}

.foot_lower { margin:0 auto; padding:5px 0px; width:920px; text-align:center; line-height:18px; color:#CBCBCB}

.banner { padding:3px 10px; padding-bottom:10px; float:left}

table, table td { padding:5px 3px ;}
.tbl-price {
	border-bottom:#C0C0C0 solid 1px;
	border-right:#C0C0C0 solid 1px;
	padding:0px;

	
}
.tbl-price td {
	border-top:#C0C0C0 solid 1px;
	border-left:#C0C0C0 solid 1px;
	padding:5px 3px; margin:0;
	text-align:center;
	
	}
.tbl-price th {
	padding:5px 3px;
	font-weight:600;
	border-right:#ABABAB solid 1px;
	background: #E6E6E6 ;
	
}

/*Google Search*/
  .gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  input.gsc-input {
    border-color: #999999;
  }
  input.gsc-search-button {
    border-color: #ffffff;
    background-color: #cc0000;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #777777;
    background-color: #777777;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #333333;
    background-color: #333333;
  }
  .gsc-tabsArea {
    border-color: #333333;
  }
  .gsc-webResult.gsc-result {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #000000;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #444444;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #444444;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #444444;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #777777;
  }
  .gsc-cursor-page {
    color: #444444;
  }
  a.gsc-trailing-more-results:link {
    color: #444444;
  }
  .gs-webResult.gs-result .gs-snippet {
    color: #333333;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #000000;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #000000;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-page {
    border-color: #777777;
    background-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #333333;
    background-color: #333333;
  }
  .gs-promotion.gs-result {
    border-color: #CCCCCC;
    background-color: #E6E6E6;
  }
  .gs-promotion.gs-result a.gs-title:link {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:visited {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:hover {
    color: #444444;
  }
  .gs-promotion.gs-result a.gs-title:active {
    color: #00CC00;
  }
  .gs-promotion.gs-result .gs-snippet {
    color: #333333;
  }
  .gs-promotion.gs-result .gs-visibleUrl,
  .gs-promotion.gs-result .gs-visibleUrl-short {
    color: #00CC00;
  }
  
  .red-color { color:#F00}