/* BASE STYLES
----------------------------------------------- */
H1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0099cc;
	/*font-weight:bold;*/
	margin-top:10px
}

H2, .h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold
}

TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000
}

.red_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#CC0000
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000
}
.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}
/* NAV STYLES FOR CONTEMPORARY AND BUILD YOUR OWN
----------------------------------------------- */
span.navBarLeft{float:left;margin-top:0px}
span.navBarLeft IMG{*left:8px;}
.navBarRight div{float:right;margin-top:1px}
.btn_advanced_search {margin-left:2px;margin-top:0px}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.go-btn-width {
	width:40px;
	margin-top:2px;
	}
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}
.wish-list-icon {
	position:relative;
	left:110%;
	*left:106%;
	*top:2px;
}
.btn_wish_list {
  	padding:2px 2px 2px 20px;
  	width:115px;
  	height:26px;
  	font-size:10px;
}
.btn_add_to_cart_lrg {
	width:115px;
}
.btn_ordering_info {
	font-size:11px;
	width:150px
}
.btn_go {
	height:23px;
	padding:0px !important;
}

/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	/*width:260px;*/ 
	white-space:nowrap;
	padding:10px
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#ffffff;
	border:1px solid #0099cc;
	margin:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#cccccc;
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0099cc;
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold
}
.totalsavings {	
	font-weight:bold;
	padding-left:10px;
	color:#000000
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:#000000;
	text-align:right
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:#333333;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:#000000
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:#000000
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:#000000
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:#000000
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid #000000;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px
	}	

/* e-gift cards */	
.egift_dashed_outline {
	border:3px dashed #b8dffb;
	height:99%;
	padding:3px;
	margin:5px
	}
.egift_background {
	padding:3px;
	}	
/* wish list */	
.create-wishlist {
	background:url(/images/store_version4/wishlist-banner.gif) no-repeat left top;
	width:285px;
	height:300px;
	text-align:center;
	}
.create-wishlist-content {
	padding-top:190px;
	width:280px;
	text-align:center;
	color:#999999;
	font-size:11px;
	}
.create-wishlist-text {
	padding:5px;
	width:260px;
	margin:0px 2px 0px 2px;
	text-align:center;
	font-size:13px;
}	
.find-wishlist {
	background:url(/images/store_version4/find-wishlist-banner.gif) no-repeat left top;
	width:280px;
	height:300px;
	text-align:center;
	}
.find-wishlist-content {
	padding-top:200px;
	margin:0px 0px 0px 30px;
	*margin:0px 0px 0px 25px;
	width:235px;
	}
.wishlist-label {
	font-size:11px;
	font-weight:bold;
	background-color:#def4fb;
	}
.wishies {
	padding-top:10px;
	padding-left:50px;
	background:url(/images/store_version4/wishies.gif) no-repeat left top;
	height:60px;
}
.wishies-find {
	padding-top:25px;
	background:url(/images/store_version4/wishies-find.gif) no-repeat left top;
	height:60px;	
	width:240px;
}	
.wishlist-heading {
	background-color:#ffffff;
	border-bottom:3px solid #def4fb;
	height:60px;
	}	
.wishlist-title {
	margin-top:10px;
	font-size:22px;
	color:#666666
	}			
.wishlist-table-border {
	border-top:2px solid #def4fb;
	}	
.wishlist_border_r {border-right:1px solid #e5e5e5;}
.wishlist_border_l {border-left:1px solid #e5e5e5;}
.wishlist_border_t {border-top:1px solid #e5e5e5;}
.wishlist_border_b {border-bottom:1px solid #e5e5e5;}
.wishlist_border {border:1px solid #e5e5e5;}	
.e-gift-card-banner
	{
		background:url(/images/store_version4/e-gift-card-banner.gif) no-repeat left top;
		width:526px;
		height:460px;
		margin-top:10px;
		clear:both;
	}
.e-gift-card-text
	{
		font-size:13px;
	}
.giftcard-entry {
		border: 1px solid #dedede; 
		padding:5px 5px 5px 8px;
		text-align:left;
		margin-top:15px;
		margin-bottom:5px;
		background-color: #f5f5f5;
		width:310px;
		font-size:11px;
	}	
.giftcard-balance {
		border: 4px solid #efefef; 
		padding:5px 5px 5px 8px;
		width:210px;
		font-size:11px;
		margin:10px 0px 10px 15px	
	}	
.giftcard-balance-amt {
		border: 3px solid #efefef; 
		padding:5px;
		width:180px;
		margin-top:8px
	}
					
/* PAGES --------------------------------------------------------*/
#pagebg{
	background:url(http://www.autogoody.com/images/store_version4/bg_car1.jpg) right bottom;
	background-repeat: no-repeat;
}

#page-content{
	float: left;
	width: 906px;
	margin-left: 30px;
	line-height: 1.5em;
        
}

#content{
        *margin-top:30px;
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5em;
}
#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.line-seperator{
	clear: both;
	border-bottom: 1px dotted #cccccc;
	margin:0px 0px 15px 0px;
}
h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
        font-size: 20px; 
}
.backtotop{
	float:right;	
}
.backtotop a{
        padding:6px;
        border:1px solid #efefef;
	background:#f7f7f7;
        display:block;
}
.backtotop a:hover{
        background:#dddddd;
}

.lists-check ul{
	margin-bottom: 30px;
	margin-left: 20px;
}
.lists-check ul li{ 
	list-style-image: url('http://www.autogoody.com/images/store_version4/check-bullet.png');
	line-height: 1.5em;
}
.lists-check2 ul{
	margin-bottom: 30px;
	margin-left: 20px;
}
.lists-check2 ul li{ 
	line-height: 1.5em;
}
.one-half,
.one-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:30px;
	position:relative;
}
.last_div{
	clear:right;
	margin-right:0 !important;
}
.one-half{ width: 438px; }
.one-third{ width: 282px; }
.three-fourth{ width: 672px; }
.one-fourth{ width: 204px; }

.clear{
	clear:both;
	height:1px;
}
.custom_form input,
.custom_form textarea{
	background: #fff;
	border: 1px solid #ccc;
        height:28px;
        padding-top:3px;
}
.custom_form input:focus,
.custom_form textarea:focus{
	background:#efefef;
}
.custom_form textarea{
	width: 500px;
        height: 120px;
}

.custom_form label{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}
.custom_form .leftdiv{
	float:left;
        margin-right:15px;
}
.explanation{
	font-size:11px;
	color:#666;
}

/*store home design-----------------------------------------------------------*/
.ad_title{
        color:#cccccc;
        font-weight:bold;
        background-color:#efefef;
	background: url(http://www.autogoody.com/images/store_version4/bar_blue1.png) top left;
        /*border:1px solid #cccccc;
        border-right:1px solid #ccc;*/
	padding: 12px;
	
}
.ad_title2{
        color:#333;
        background-color:#efefef;
	background: #efefef;
        /*border-bottom:1px solid #ccc;
        border-right:1px solid #ccc;*/
	padding: 10px;
	font-weight:bold;	
}
.bestsellings {
     padding:15px 0px 0px 0px;
     text-align: center;
     background:#f7f7f7;
}
.bestsellings_list{
     background:#f7f7f7;
}
.bestsellings_list a{
     width:178px;
     *width:100%;
     display: inline-block;
     border-bottom:1px dotted #ccc;
     padding:8px 10px 8px 18px;
     background:#f7f7f7;
}

.bestsellings_list a:hover{
     background:#efefef;
}
.bestsellings li{
     padding:5px;
     border-bottom:1px dotted #ccc;
}
.bestsellings img{
     border:3px solid #cccccc;
}
.shopby_menu_hr{
     width:360px;
     *width:370px;
     /*height:200px;*/
     float:left;
     background:#f7f7f7;
     padding:5px ;  
}
.shopby_menu_hr a{
     width:160px;
     *width:50%;
     padding:7px 8px 7px 8px;
     display: inline-block;
     border-right:1px solid #ccc;
     border-bottom:1px solid #ccc;
     border-left:1px solid #ccc; 
}
.shopby_menu_hr a:hover{
    background:#efefef;
}
.shopby_menu_hr .title{
     font-weight:bold;
     padding:10px;
     border-bottom:1px solid #ccc;
     background:#ddd;
}
.shopby_menu{
     /*background:#f7f7f7;*/
     
}
.shopby_menu .title{
     font-weight:bold;
     padding:5px;
     background-color:#ddd;
}
.shopby_menu a{
     /*display: inline-block;*/
     display:block;
     padding:5px 5px 5px 10px;
     border-bottom:1px dotted #ddd;
}
.shopby_menu a:hover{
     background-color:#f7f7f7;
}

.subcat_list {
        padding-left:5px;
        background:#f7f7f7;
	color:#cccccc;
	display:block;
}
.subcat_list a {
        margin-bottom:5px;
	text-decoration:none;
        display:block;
        padding:5px;
        /*border-right:1px dotted #333;*/
}
.subcat_list span {
        padding-right:5px;
        display: inline-block;
        
}
.subcat_list a:hover {
        background-image: url();
}

/*product list custom--------------------------------------------------------*/
.pageslink{
      text-align:right; 
      float:right; 
      padding:10px;
      margin-top:2px; 
      color:#efefef;
}
.pageslink a{
      color:#efefef;
      /*border:1px solid #cccccc;*/
      padding:3px 5px 3px 5px;
      margin-left:3px;
      margin-right:3px;
      background:#333333;
}
.pageslink a:hover{
      color:#efefef;
      /*border:1px solid #efefef;*/
      background:#666666;
}
.btn-addtocart-pl{
	float:left; 
	position:relative; 
	padding-top:6px;
        *margin-top:-2px;
        margin-bottom:10px;
        *margin-bottom:0px;
}
.btn-normal{
	position:relative; 
	margin-top:7px; 
        background:#efefef;
        padding:7px;
}

.btn-right{
      float:right;
      margin-right:5px;
}
.btn-left{
      float:left;
}
.new-label {
    width: 106px;
    height: 106px;
    position: absolute;
    top: 0px;
    right: 3px;
    *right:-5px;
    background: url(http://www.autogoody.com/images/store_version4/corner_new.png) no-repeat;
    z-index: 100;
}

.featured-label {
    width: 106px;
    height: 106px;
    position: absolute;
    top: 0px;
    right: 3px;
    *right:-5px;
    background: url(http://www.autogoody.com/images/store_version4/corner_featured.png) no-repeat;
    z-index: 100;
}
.sale-label {
    width: 106px;
    height: 106px;
    position: absolute;
    top: 0px;
    right: 3px;
    *right:-5px;
    background: url(http://www.autogoody.com/images/store_version4/corner_sale.png) no-repeat;
    z-index: 100;
}
.topseller-label {
    width: 106px;
    height: 106px;
    position: absolute;
    top: 1px;
    right: 0px;
    *right:-5px;
    background: url(http://www.autogoody.com/images/store_version4/corner_topseller.png) no-repeat;
    z-index: 100;
}
/* PRODUCT DETAIL TEMPLATE --------------------------------------------------------*/
/***********************************************product details*/
.pd_table{
	
}
.pd_table td{
	border-bottom:1px dotted #dddddd;
}
.pd_table .leftside{
	color:#999;
}
.pd_title{
        border-top:1px solid #efefef;
        border-bottom:1px solid #efefef;
}
.option_box{
        padding:5px 5px 8px 8px;
        
}
.option_box_top{
        /*background:#f7f7f7;*/
        /*border-top:1px solid #cccccc;*/
        padding-left:12px;
        border-bottom:1px solid #efefef;
}
.option_box_qty{
        /*border:1px solid #efefef;*/
        background:#efefef;
        padding:5px 5px 10px 10px;

}					
.stockdiv{
	text-align:right;
	color:#cccccc;
	font-size:11px;
}
.option_lable {
    margin: 2px 4px 5px 0px;
    text-align: left;
    color:#333;
}
.input {
	font-family:Arial, Helvetica, sans-serif;
        border: 1px solid #cccccc;
        background: #ffffff;
	height:24px;
	vertical-align:middle;
	color:#333;
        padding-top:3px;
        padding-left:3px;
}
.input:hover {
    border: 1px solid #333333;
}
.pd_left{
	float:left;
	margin:0px; 
	width:300px;
	height:auto;
	text-align:center;
}
.pd_left img{
	margin:4px;
	border:1px solid #dddddd;
	padding:1px;
}
.pd_right{
	float:left; 
	position:relative; 
	margin-left:10px; 
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.pd_right img{
	margin:4px;
	border:2px solid #cccccc;
}
.pd_bottom{
	padding:5px;
	text-align:right;
} 
.title_div,
.title_div_lg{
	margin-top:5px;
	margin-bottom:5px;
	color:#333333;
	padding:10px;
	font-size:16px;
}
.title_div{
	background:#efefef;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.title_div_lg{
	background:#efefef;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
blockquote{
	 display:block;
	 background:url('http://www.autogoody.com/images/store_version4/quote-blue.png') left top no-repeat;
	 position:relative;
	 padding-left:25px; 
	 font-style:italic; 
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:18px;
}
.pic_color_div{
	float:left;
	width:240px;
	position:relative;
}				
.success-box,
.favorite-box{
    border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.success-box{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('http://www.autogoody.com/images/store_version4/ok-green.png');
}
.favorite-box{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('http://www.autogoody.com/images/store_version4/favor-yellow.png');
}					
.installation-box,
.productquality-box,
.warranty-box {
	float:right;
	position:relative;
	margin-left:30px;
	line-height:2.5em;
	padding-left:32px;
}
.installation-box{
	background: url('http://www.autogoody.com/images/store_version4/spanner32.png') left top no-repeat;
}
.productquality-box{
	background: url('http://www.autogoody.com/images/store_version4/notecheck32.png') left top no-repeat;
}
.warranty-box{
	background: url('http://www.autogoody.com/images/store_version4/shieldcross32.png') left top no-repeat;
}
.buyersreview{
	font-size:14px;
	padding:10px;
	border:1px solid #efefef;
	text-align:center;
	background: url('http://www.autogoody.com/images/store_version4/gold_badge.png') left center no-repeat;
}
.pd_relate{
	padding:5px;
	border:1px solid #efefef;
	text-align:center;
}

/*FAQ template-----------------------------------------------*/
#faq{
}
#faq div{
	padding:5px 5px 10px 30px;
}
#shippingTable{
	border:0px;
	width:500px;
}
#shippingTable #gray{
	background:#efefef;
}					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
