@charset "utf-8";
/* CSS Document */

html{
	font-family:Arial, Helvetica, sans-serif;
}

body{
	padding:0px;
	margin:0px;
	background-image:url(/assets/1/css/images/bg_shadow.gif);
	background-repeat:repeat-y;
	background-position:center;
}
a, a:active{
	outline:none;
}
#holder{
	width:1000px;
	margin:0 auto;
	border:none;
	background-color:#fff;
	height:auto;
}

a img{
	padding:0;
	margin:0;
	border:none;
}

a{
	color:#D17100;
}

a:hover{
	color:#FFCC33;
}

h2{
	font-size:small;
	font-weight:bold;
	margin:0;
}
.small_font{
	font-size:small;
}
/* HEADER STUFF */
a#home_logo_lnk{
	display:block;
	background-image:url(/assets/1/css/images/logo_large.gif);
	background-repeat:no-repeat;
	width:358px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:41px 0px 0px 97px;
	height:35px;
	font-size:small;	
	margin: 8px 0px 0px 5px;
}
h1#logoHead{
	margin:0px;
	font-size:small;
}
#head{
	height:160px;
	background-image:url(/assets/1/css/images/head_bg.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}
#top_nav{
	height:30px;
	color:#fff;
	font-weight:bold;
}
.col{
	width:50%;
	float:left;
}
#breadcrumb{
	font-size:xx-small;
	padding:7px 0 0 0;
}
#breadcrumb a{
	text-decoration:underline;
	color:#fff;
}

#mini_nav{
	text-transform:uppercase;
	font-size:x-small;
	text-align:right;
}
#mini_nav a{
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	color:#FFF;
	float:right;
	margin:4px 5px 0 0;
}
#mini_nav .wishlist{
	background-image:url(/assets/1/css/images/wishlist.gif);
	background-repeat:no-repeat;
	background-position:0px 2px
}
#mini_nav .basket{
	background-image:url(/assets/1/css/images/basket.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:24px;
}
#mini_nav .login{
	padding-left:10px;
}
#logo_strip{
	margin-top:7px;
	overflow: auto;
	
}
#guarantee{
	text-align:right;
	width: 60%;
}
#main_nav{
	text-transform:uppercase;
	overflow: hidden;
	margin-top: 2px;
	height:40px;
	overflow:hidden;
}
#main_nav a{
	font-size:x-small;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:9px 0px;
	
}

#main_nav a:hover, #main_nav .tab:hover a, #main_nav .tabActive a{
	color:#000;
	background-image:url(/assets/1/css/images/tab_body.gif);
	height:37px;
	background-repeat:repeat-x;
}
#main_nav #redeem a{
	color:#FFCC33;
	font-weight:bold;
}
#main_nav #redeem a:hover{
	color:#FFF;
}
#main_nav .tabActive a, #main_nav .tabActive #redeem a, #main_nav .tab:hover a, #main_nav .tab:hover #redeem a,{
	padding-bottom:18px;
	border:none;
	color:#333;
	background-image:url(/assets/1/css/images/tab_body.gif);
}
#main_nav .tab .special_tab{
	color:#FFCC33;	
}
#main_nav .tab .special_tab:hover{
	color:#fff;	
}
#main_nav .tabActive #snow a, #main_nav .tab:hover #snow a{
	color:#000;
	background-position: 0 0;
	background-image:url(/assets/1/css/images/icon_snow_active.gif);
}
#main_nav .tabActive #driving a, #main_nav .tab:hover #driving a{
	color:#000;
	background-position: 0 0;
	background-image:url(/assets/1/css/images/icon_driving_active.gif);
}
#main_nav .tabActive #earth a, #main_nav .tab:hover #earth a{
	color:#000;
	background-position: 0 0;
	background-image:url(/assets/1/css/images/icon_earth_active.gif);
}
#main_nav .tabActive #air a, #main_nav .tab:hover #air a{
	color:#000;
	background-position: 0 0;
	background-image:url(/assets/1/css/images/icon_air_active.gif);
}
#main_nav .tabActive #water a, #main_nav .tab:hover #water a{
	color:#000;
	background-position: 0 0;
	background-image:url(/assets/1/css/images/icon_water_active.gif);
}
#driving a{
	padding-left:20px;
	color:#FFF;
	font-weight:900;
	background-image:url(/assets/1/css/images/icon_driving.gif);
	background-repeat:no-repeat;
	background-position:2px 8px;
	height:37px;
}
#air a{
	padding-left:20px;
	color:#FFF;
	font-weight:bold;
	background-image:url(/assets/1/css/images/icon_air.gif);
	background-repeat:no-repeat;
	background-position:2px 8px;
	height:37px;
}
#water a{
	padding-left:20px;
	color:#FFF;
	font-weight:bold;
	background-image:url(/assets/1/css/images/icon_water.gif);
	background-repeat:no-repeat;
	background-position:2px 8px;
	height:37px;
}
#earth a{
	padding-left:20px;
	color:#FFF;
	font-weight:bold;
	background-image:url(/assets/1/css/images/icon_earth.gif);
	background-repeat:no-repeat;
	background-position:2px 8px;
	height:37px;
}
#snow a{
	padding-left:20px;
	color:#FFF;
	font-weight:bold;
	background-image:url(/assets/1/css/images/icon_snow.gif);
	background-repeat:no-repeat;
	background-position:2px 8px;
	height:37px;
}
#head_checkout{
	height:126px;
	background-image:url(/assets/1/css/images/head_bg_checkout.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
}
#driving a:hover{
	background-image:url(/assets/1/css/images/icon_driving_hov.gif);
}
#air a:hover{
	background-image:url(/assets/1/css/images/icon_air_hov.gif);
}
#water a:hover{
	background-image:url(/assets/1/css/images/icon_water_hov.gif);
}
#earth a:hover{
	background-image:url(/assets/1/css/images/icon_earth_hov.gif);
}
#snow a:hover{
	background-image:url(/assets/1/css/images/icon_snow_hov.gif);
}

.left_tab{
	float:left;
	width:12px;
	background-image:url(/assets/1/css/images/tab_left_noHov.gif);
	background-repeat:no-repeat;
	height: 37px;
}
.right_tab{
	float:left;
	width:12px;
	height: 37px;
}
.tabActive .left_tab, .tab:hover .left_tab{
	background-image:url(/assets/1/css/images/tab_left.gif);
}
.tabActive .right_tab, .tab:hover .right_tab{
	background-image:url(/assets/1/css/images/tab_right.gif);
}
.nav_stop{
	border-right: 1px solid #3b3b3b;
}
#breadcrumb a:hover, #mini_nav a:hover{
	color:#FFCC33;
}
.horiz_break{
	clear:both;
	width:100%;
	margin-bottom:10px;
}
.horiz_break_no_pad{
	clear:both;
	width: 100%;
}
/* FOOTER STUFF */

#footer{
	font-size:small;
	width:980px;
	margin: 0 auto;
	color:#FFF;
	background-color:#000;
	padding:10px;
}
#footer_top{
	padding-bottom:10px;
	overflow: auto;
}
#footer_top .col{
	width:25%;
	padding-top:8px;
}
#footer_top #follow{
	padding-top:5px;
}
#footer_top .col img{
	margin:0px 0 -6px 10px;
}
#footer_top #img_col{
	padding-top:0px;
}
#footer_top #img_col img{
	margin:0px;
}
#footer_mid{
	color:#919191;
	border:1px solid #454545;
	border-left:none;
	border-right:none;
	padding: 10px 5px;
	overflow:auto;
}
#footer_mid .col{
	width:15%;
	padding:0px 10px;
}
.col#footer_mid_mid{
	border:1px solid #454545;
	border-top:none;
	border-bottom:none;
	width:63%;
}
.col#footer_mid_mid a{
	float:none;
}
#footer_mid a{
	color:#919191;
	display:block;
	float:left;
	width:100%;
}
#footer_mid a:hover{
	color:#FFCC33;
}
#footer_bottom{
	padding:10px 0;
	background-image:url(/assets/1/css/images/footer_ex_logo.gif);
	background-repeat:no-repeat;
	background-position:0 22px;
}
#footer_copy{
	color:#919191;
	font-size:xx-small;
	text-align: center;
}
#footer_exgroup{
	font-weight:bold;
	text-align:center;
	margin-top: 10px;
}
#footer_exgroup a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#footer_exgroup a:hover{
	color:#FFCC33;
	text-transform:uppercase;
}
#footer_mid .col #address{
	width:100%;
	padding: 0;
	font-size: x-small;
}
#footer_mid .col #TFE{
	width:100%;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: x-small;
}
#footer_mid .col #TFE a{
	color:#FFCC33;	
}
#footer_mid .col #TFE a:hover{
	color:#FFF;	
}
#footer_mid .mailto{
	float:none;
	display:inline;
}
#bold_chat_footer a{
	margin-top: 10px;
	width:100%;
}
/* FORMS */

.form_btn{
	border:none;
	color:#fff;
	text-decoration:underline;
	background-image:none;
	background-color:#000;
	font-weight: bold;
	padding:2px;
	cursor:pointer;
}
.form_text{
	border:none;
	background-color:#919191;
	background-image:none;
	font-size:x-small;
	color:#424242;
	padding:3px;
	font-weight:bold;
}
/*  Global Stuff  */

#main_left_col{
	width:150px;
	margin-left:10px;
	clear: none;
	float: left;
}
#main_right_col{
	width:820px;
	margin-left:170px;
}
#main_right_col_results{
	width:820px;
	margin-left:170px;
}
#mini_right_col{
	width:220px;
	margin-left:770px;
}
.box_head h1{
	padding:0;
	margin:0;
	font-size: small;
	font-weight: bold;
	display: inline;
}
.box{
	
}
.box_head{
	background-color:#000;
	color: #fff;
	font-size: small;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	background-image: url(/assets/1/css/images/left_top_corner.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}
.box_head_validation{
	background-color:#FFCC33;
	color: #000;
	font-size: small;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	background-image: url(/assets/1/css/images/left_top_corner_validation.gif);
	background-repeat: no-repeat;
}
.box_head_right_corner_validation{
	background-image:url(/assets/1/css/images/right_top_corner_validation.gif);
	float:right;
	top:0px;
	right:0px;
	width:10px;
	height:10px;
	margin:-5px 0px 0 0;
}
.validation_box{
	border:1px solid #FFCC33;
	margin-bottom:10px;
}
.box_head_logo{
	background-color:#000;
	color: #fff;
	font-size: small;
	font-weight: bold;
	padding: 5px 0 5px 43px;
	background-image: url(/assets/1/css/images/icon_head_bar_logo.gif);
	background-repeat: no-repeat;
}
.box_body{
	border:1px solid #e3e3e3;
	border-top:none;
	padding: 10px;
}
.box_head_right_corner{
	background-image:url(/assets/1/css/images/right_top_corner.gif);
	float:right;
	top:0px;
	right:0px;
	width:10px;
	height:10px;
	margin:-5px 0px 0 0;
}
.box_head .disp_style{
	float:right;
	margin-top: -3px;
}
.thumb_view, .list_view{
	display:block;
	width:22px;
	height:22px;
	float:right;
	background-position:top;
}
.thumb_view{
	background-image:url(/assets/1/css/images/icon_tile.gif);
}
.list_view{
	background-image:url(/assets/1/css/images/icon_list.gif);
}
.thumb_view:hover, .list_view:hover{
	background-position:bottom;
}
/* Product Details */

.ul_indent ul{
	padding-left:15px;
	margin-left:0;
}

.prodDescTitles{
	font-weight:bold;
}

.box_body_product{
	padding-top:10px;
}
.col_large{
	float:left;
	width:590px;
}


.col_small{
	margin-left:600px;
	width:220px;
}

#main_right_col_results .col_small{
	margin-top:5px;
}

#gift_finder select{
	margin-bottom:5px;
	width:100%;
	border:1px solid #CCC;
}
#gift_finder #Day{

}
.gift_finder_keywords{
	width:100px;
	border:1px solid #CCC;
}
.gift_finder_btn{
	background-image:url(images/btn_magnify.gif);
	background-position:top;
	width:20px;
	height:20px;
	float:right;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
}
.gift_finder_btn:hover{
}

#buy_strip{
	clear:both;
	padding:10px;
}
#upgrade_strip{
	clear:both;
}

.locBtmRow {
	display: block;
}
.locBtmRow .col{
	width:133px;
	padding:5px;
}
.locBtmRow .col img{
	width:130px;
	height:95px;
}
.locBtmRowList{
	display: none; /* initially set to hidden */
}
.list_view_row{
	cursor:pointer;
}
.locBtmRowList .list_view_row{
	padding:5px;
	font-size:small;
}
.locBtmRowList .list_view_row:hover{
	background-color:#f0f0f0;
}
.list_view_row:hover .mask{
	background-position:bottom;
}
.locBtmRowList .list_view_row img{
	width:130px;
	height:95px;
	float:left;
	margin-right:20px;
}
.locBtmRowList .list_view_row a{
	color:#D17100;
	font-weight:bold;
}
.locBtmRowList .list_view_row a:hover{
	color:#F60;
}
.locBtmRowList .col2{
	width: 400px;
	padding:5px;
	float: left;
	overflow: auto;
	font-size:small;
}
.onlyMore{
	font-weight:bold;
	width: 100%;
}
.search_results{
	margin: 0 10px;
}
.MMSlideShow{
	overflow:hidden;
	display: block;
}
#MMVid{
	width:285px;
	overflow:hidden;
	margin-top: 5px;
	height: 212px;
	background-image: url(/assets/1/images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	z-index: 1;
}
#MMImg{
	width:285px;
	overflow:hidden;
	margin-top: 5px;
	height: 212px;
	display:block;
}
.MMSwap{
	width:285px;
	overflow:hidden;
	margin-top:10px;
}
.MMSwap img{
	width:64px;
	height:47px;
	border:none;
	border:#FFF solid 1px;
	position: inherit;
	float: left;
}
#bigPhoto{
	width:285px;
	height:213px;
}
.MMSwap .vid{
	width:64px;
	height:47px;
	border:#FFF solid 1px;
	display: block;
	float: left;
}
.MMSwap .vid a{
	width:64px;
	height:47px;
	position: inherit;
	display: block;
	background-image: url(/assets/1/css/images/icon_vid.png);
	background-position: left;
}
.MMSwap .vid a:hover{
	background-position: right;
}
.prodDescription{
	display:none;
	width:300px;
	float: right;
	margin-top: 5px;
}
.prodDescriptionTab {
	display:none;
	height: 235px;
}

.upgradeDescriptionTab {
	height: 235px;
}
.upgradeDescriptionTab a{
	color:#D17100;
	font-weight:bold;
	text-decoration:underline;
}
.upgradeDescriptionTab a:hover{
	color:#FF6600;
}
/* over ride jquery tab content css - done here to preserve jquery css file so any other themes can simply be dropped in */
.ui-tabs .ui-tabs-panel { 
	font-size: 11px;
	overflow:auto;
	padding: 0 5px 0 5px;
}
#prodMapViewer {
	width: 285px;
	height: 212px;
}
.prodDescriptionNS{	/* For <noscript> */
	height:267px;
	overflow:hidden;
}
#prodDescJS{
	height:285px;
	display:none;
	background-image: url(/assets/1/images/JSTabProdBG2.jpg);
	padding: 0 5px 10px 0px;
	width: 295px;
}
.ticklink{
	color:#424242;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
	background-image:url(/assets/1/css/images/tick_orange.gif);
	background-repeat:no-repeat;
	display:block;
	background-position:0 2px;
	padding:0 10px 3px 25px;
	float:left;
}
.ticklink:hover{
	color:#F60;
}
.orange_link{
	color:#d17100;
	text-decoration:underline;
	font-weight:bold;
	font-size:small;
	display:block;
	text-transform: uppercase;
	
}
.orange_link a:hover{
	color:#F60;
}
.orange_link a{
	color:#D17100;
	text-transform:capitalize;
}
.prodRating{
	width:103px;
	height:20px;
	float: left;
	background-color: #8f8f8f;
	overflow:hidden;
}
.prodSelLoc{
	width:99%;
}
.prodRating_info{
	font-size:xx-small;
	text-align:left;
}
.prodRating_info a{
	color:#424242;
}
.prodRating_info a:hover{
	color:#F60;
}
.mask{
	position:relative;
	z-index:200;
	height:20px;
	background-image:url(/assets/1/css/images/star_mask.png);
	width: 103px;
}
.black_mask{
	background-image:url(/assets/1/css/images/star_mask_black.png);
}
.rating{
	position:relative;
	z-index:100;
	top:-20px;
	height:20px;
	width:2%;
	background-color:#000;
}
#product_details_price{
	font-weight:bold;
	text-align:center;
	font-size: large;
}
/* BUTTONS */

.button_big {
	background-image:url(/assets/1/css/images/button.gif);
	display:block;
	width:142px;
	height:27px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:small;
	text-align:center;
	padding-top:11px;
	color:#000;
	text-decoration:none;
	border: none;
}
.button_big:hover{
	background-position:bottom;
	padding:13px 0px 0px 2px;
	width:140px;
	height:25px;
	color:#000;
}
.button_big_long {
	background-image:url(/assets/1/css/images/button_long.gif);
	display:block;
	width:222px;
	height:27px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:small;
	text-align:center;
	padding-top:11px;
	color:#000;
	text-decoration:none;
	border: none;
}
.grey_ver{
	background-image:url(/assets/1/css/images/button_long_grey.gif);
}
.button_big_long:hover{
	background-position:bottom;
	padding:13px 0px 0px 2px;
	width:220px;
	color:#000;
	height: 25px;
}
#commentHeader{
	height:27px;
	padding: 13px 10px 0px 15px;
	background-image:url(/assets/1/css/images/comment_head.gif);
	background-repeat:no-repeat;
	font-size: small;
	font-weight: bold;
	color: #424242;
}
.commentHolder{
	padding: 0px 30px;
	background-image:url(/assets/1/css/images/icon_quote_open.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 10px;
}
.commentHolder_big{
	padding: 75px;
	background-image:url(/assets/1/css/images/big_quote_open.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
}
.commentHolder .prodRating{
	float:right;
}

.commentHolder_big .prodRating{
	display:block;
}
.commentHolderBase{
	background-image:url(/assets/1/images/commentBottom.jpg);
	height: 30px;
	margin-top: -20px;
}
.commentHolderTop{
	background-image:url(/assets/1/images/commentTop.jpg);
	height: 22px;
}
.commentTitle{
	font-weight:bold;
}
.comment{
	display:block;
	margin-top: 5px;
}
.commentLink{
	text-align:right;
	font-weight:bold;
	margin-top: 5px;
}
.customer_comments{
	font-size:small;
}
.close_quote{
	position:relative;
	width:22px;
	height:18px;
	background-image:url(/assets/1/css/images/icon_quote_close.gif);
	bottom:20px;
	left:537px
}
.big_close_quote{
	width:65px;
	height:52px;
	background-image:url(/assets/1/css/images/big_quote_close.gif);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	bottom:0px;
}
.review_logo{
	width:264px;
	height:45px;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(/assets/1/css/images/reviews_logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* WIDGETS */
.widget{
	margin-bottom: 10px;
}
.widget_fixed{
	margin-bottom: 10px;
	width:220px;
	position:relative;
}
#bold_chat{
	border:1px solid #D0D0D0;
}
#bold_chat a{
	display:block;
	background-image:url(/assets/1/css/images/need_help.gif);
	width:218px;
	height:140px;
}
#expack{
	color:#424242;
	font-size:small;
	padding: 0 10px 5px 10px;
}
#expack a{
	color:#424242;
	font-size:small;
}
#expack a:hover{
	color:#F60;
}
#expack_image{
	display:block;
	width:190px;
	height:146px;
	background-image:url(/assets/1/css/images/expack.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	
}
#expass{
	font-size:x-small;
	padding:10px;
	border:solid 1px #cecece;
	color:#424242;
}
#expass_img{
	padding-left:50%;
	background-image:url(/assets/1/css/images/expass.gif);
	background-repeat:no-repeat;
	text-align:right;
	margin:5px 0;
	height:90px;
	font-size:small;
}
#best_sellers_list{
	background-image:url(/assets/1/css/images/one2ten.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:5px;
}
#best-sellers .ui-tabs .ui-tabs-panel{
	border:1px solid #C7C7C7;
	border-top:none;
}
#best-sellers .ui-tabs{
	border:none;
}
#best_sellers_list a{
	display:block;
	padding-left:50px;
	background-repeat:no-repeat;
	height:20px;
	padding-top:2px;
}
#best_sellers_list a:hover{
	color:#F60;
}
#rank_1{
	background-image:url(/assets/1/css/images/rank_01.gif);
}
#rank_2{
	background-image:url(/assets/1/css/images/rank_02.gif);
}
#rank_3{
	background-image:url(/assets/1/css/images/rank_03.gif);
}
#rank_4{
	background-image:url(/assets/1/css/images/rank_04.gif);
}
#rank_5{
	background-image:url(/assets/1/css/images/rank_05.gif);
}
#rank_6{
	background-image:url(/assets/1/css/images/rank_06.gif);
}
#rank_7{
	background-image:url(/assets/1/css/images/rank_07.gif);
}
#rank_8{
	background-image:url(/assets/1/css/images/rank_08.gif);
}
#rank_9{
	background-image:url(/assets/1/css/images/rank_09.gif);
}
#rank_10{
	background-image:url(/assets/1/css/images/rank_10.gif);
}

/* category */

.cat_desc{
	font-size:small;
	font-weight:normal;
	padding: 5px;
	overflow: hidden;
	display: none;
}
.grey_bar_select{
	background-color:#FFF;
	padding: 5px 10px;
	font-size: small;
	color: #424242;
	background-color:#c7c7c7;
}
.grey_bar{
	background-color:#FFF;
	padding: 15px 20px;
	font-size: small;
	color: #424242;
	margin-top: 10px;
	background-image: url(/assets/1/css/images/rounded_head.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.grey_bar a{
	font-size:medium;
	color: #424242;
	text-decoration:none;
	font-weight:bold;
}
.grey_bar a:hover{
	text-decoration:underline;
}
.grey_bar_top_right{
	background-image: url(/assets/1/css/images/rounded_header_top_right.gif);
	background-repeat: no-repeat;
	width:10px;
	height:35px;
	float:right;
	margin:-15px -20px 0 0;
}
.grey_bar select, .grey_bar_select select{
	width:100px;
}
.loc_search_select select{
	width:180px;
}
#main_right_col_results .grey_bar_select select{
	width:160px;
}
.price_location{
	color:#686868;
	float: right;
}
.price_location .price{
	font-size:large;
	color:#000;
	font-weight:bold;
}
.special_price{
	font-size:large;
	color:#666;
	font-weight:bold;
	text-decoration:line-through;
}
.price_location .special_price{
	font-size:small;
}
.more_info{
	float:left;
}
.show_desc{
	color:#FFCC33;
}
.paginate{
	font-weight:bold;
	color:#424242;
	text-align:center;
}
.paginate a{
	color:#F60;
}
/* SHOPPING CART */

.voucher{
	width:605px;
	margin:0 auto;
	height:285px;
	background-image: url(/assets/1/images/voucher.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.voucherProduct{
	margin:23px 0px 0px 43px;
	font-weight:bold;
	font-size:18px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.voucherTo{
	margin:5px 0px 0px 43px;
	font-weight:bold;
	font-size:12px;
	overflow: hidden;
}	
.voucherTo input{
	font-size:12px;
}
.voucherMsg{
	margin:5px 0px 0px 43px;
	font-weight:bold;
	font-size:12px;
	overflow: hidden;
}

.voucherMsg textarea{
	height:52px;
	width:282px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.aBoxContent ul{
	padding:0 15px;
}
.expack{
	float:right;
	width:180px;
	height:150px;
	background-image: url(/assets/1/images/expack.jpg);
	background-repeat: no-repeat;
}
.addExpack{
	background-color:#FFF;
	font-weight:bold;
	margin-bottom: 2px;
	color: 424242;
}
.total_chk{
	background-color:#c8c8c8;
	color:#000;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}
.bngMessage{
	visibility:hidden;
}
.tot{
	background-color:#CCC;
	font-weight:normal;
}
.totTot{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}


#step2{
	display:none;
}
#step3{
	display:none;
}
#checkout_left{
	width:750px;
}
.remove_icon{
	float:right;
}
#checkout{
	font-size:small;
}
.remove_icon{
	display:block;
	width:16px;
	height:21px;
	background-image:url(/assets/1/css/images/dustbin.png);
}
.remove_icon:hover{
	background-position:bottom;
}
.checkout_box{
	padding:10px;
}
/* INDEX */

#index_left_col{
	width:750px;
	margin-left:10px;
	float: left;
}
#index_right_col{
	width:220px;
	margin-left:770px;
}
#index_left_col #main_left_col{
	margin-left:0px;
}
#slideshow{
	margin-bottom:10px;
}
#index_content{
	width:590px;
	margin-left:160px;
}
#index_caption{
	font-size:small;
}
#index_caption .col{
	width:137px;
	padding-right: 13px;
	margin-bottom:13px;
}
#index_caption .col img{
	width:138px;
	height:100px;
	margin-bottom: 3px;
}
#index_caption .col a{
	display:block;
	color:#D17100;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 3px;
}
#index_caption .col p{
	margin:0px;
	padding:0px;
	color:#333;
	font-size:x-small;
}
#index_caption h1{
	font-size:small;
	margin: 0;
}
#fadeshow1Toggle{
	margin-top:-42px;
	margin-right:10px;
	float: right;
	position: relative;
	z-index: 1029;
	padding-top: 3px;
}
.prev, .next, .status{
	color:#CCC;
	font-weight:bold;
	display:block;
	height:25px;
	width:30px;
	text-decoration:none;
	float:left;
	text-align:center;
	padding-top:5px;
	background-color:#000;
}
/* REDEMPTION */

#redeem_head{
	font-weight:bold;
	font-size:small;
	color:#fff;
	margin-top: 2px;
}
#redeem_voucher{
	width:368px;
	float:left;
}
#redeem_card{
	width:368px;
	float:right;
}
.redeem_head_mini{
	font-size:medium;
	font-weight:bold;
	padding: 10px 20px;
	border-bottom:1px solid #c9c9c9;
}
.redeem_info{
	padding: 10px 20px;
	font-size:small;
}

/* LOCATION PAGE */

#location_intro{
	font-size:small;
}

/* LOGIN */
.login_box{
	border:1px solid #d0d0d0;
	border-top:none;
}
#login_menu{
	font-size:small;
}
#login_menu li{
	display:block;
	list-style:none;
	margin: 0 0 1px 0;
}
#login_menu li a{
	display:block;
	background-color:#e9e9e9;
	padding:8px 8px 8px 35px;
	color:#424242;
	background-repeat:no-repeat;
	font-weight:bold;
}
#login_menu li a:hover{
	background-color:#c5c5c5;
	color:#000;
}
#login_menu ul .this_page{
	background-color:#cf8c0a;
	color:#000;
	padding:8px 8px 8px 35px;
	font-weight:bold;
}
#login_menu ul ul .this_page{
	background-color:#d7bd72;
	color:#874c00;
	padding-left:55px;
	font-weight:normal;
}
#login_menu ul ul li a{
	padding-left:55px;
	background-color:#efe5c2;
	color:#874c00;
	font-weight:bold;
	
}
#login_menu ul{
	margin:0;
	padding:0;
}
#login_container{
	font-size:small
}
.login_col_pad{
	padding:0 10px;
}
#pass_remind{
	text-align:left;
}
#remind_pass{
	display:none;
}

.login_greet{
	padding:10px;
	font-size:small;
	background-color: #e9e9e9;
	margin-bottom: 1px;
}
.login_cred{
	padding:10px;
	font-size:small;
}
.login_cred a{
	color:#424242;
	text-decoration: none;
	font-weight: bold;
}

#login_home{
	background-image:url(/assets/1/css/images/icon_right_home.png);
	background-position: 9px 6px;
}
#login_buy{
	background-image:url(/assets/1/css/images/icon_right_voucher.png);
	background-position: 8px 10px;
}
#login_redeem{
	background-image:url(/assets/1/css/images/icon_right_redeem.png);
	background-position: 9px 8px;
}
#login_reviews{
	background-image:url(/assets/1/css/images/icon_right_reviews.png);
	background-position: 8px 7px;
}
#login_info{
	background-image:url(/assets/1/css/images/icon_right_info.png);
	background-position: 8px 6px;
}
#login_history{
	background-image:url(/assets/1/css/images/icon_right_history.png);
	background-position: 10px 8px;
}
#login_wish{
	background-image:url(/assets/1/css/images/icon_right_wishlist.png);
	background-position: 8px 9px;
}
#login_logout{
	background-image:url(/assets/1/css/images/icon_right_logout.png);
	background-position: 9px 9px;
}

/* REDEMPTION */

.redeemButton{
	float:left;
	margin: 0 6px;
}
.redeemButton a{
	display:block;
	background-position:right;
	width:197px;
	height:65px;
	padding:140px 20px 0px 20px;
	font-size:small;
	color:#454545;
	text-decoration:none;
}
.redeemButton a:hover{
	background-position:left;
}
#redeem_this a{
	background-image: url(/assets/1/css/images/redeem_opt1.gif);
}
#redeem_exchange a{
	background-image: url(/assets/1/css/images/redeem_opt2.gif);
}
#redeem_extend a{
	background-image: url(/assets/1/css/images/redeem_opt3.gif);
}
.redeem_box{
	padding:0 20px;
}
#redeem_review_breakdown{
	float:right;
	width:220px;
	display: none;
}
#redeem_review_top{
	background-image:url(/assets/1/css/images/redeem_review_top.gif);
	height:8px;
}
                
#redeem_review_body{
	border:1px solid #7a7a7a;
	border-top:none;
	border-bottom:none;
	padding:0px 5px;
}

#redeem_review_bottom{
	background-image:url(/assets/1/css/images/redeem_review_bottom.gif);
	height:8px;
}
.hover_row tr:hover{
	background-color:#C5C5C5;
}
/* BOOK AND GO */

.BGpgSelFilter{
	float:right;
}

.bng_link a{
	color:#FFCC33;
	text-decoration:none;
}
.bng_link a:hover{
	color:#FFFFFF;
}
.locBtmRowList .list_view_row .text{
	margin:5px 0;
}

.locBtmRowList .list_view_row .colList{
	margin-bottom:2px;
}
.bgBasketContent{
	padding:0;
}
.bgbgBarMini{
	border-top:solid 1px #D0D0D0;
	padding:5px 10px;
}
.bgbgBarMini:hover{
	background-color:#F0F0F0;
}
.scColPrice{
	float:right;
	font-weight:bold;
}
.bgBasketBorder{
	border:1px solid #D0D0D0;
	border-top: none;
	border-bottom: none;
}


#terms{
	height:150px; 
	overflow:auto; 
	border:1px solid #CCC;
	padding:0 10px 10px 10px;
}

.btnRight{
	text-align:right;
}

/* featured */

#newProds{
	padding: 10px 5px;
}

#newProds .col{
	width:23%;
	padding:0 1%;
}
#newProds .col img{
	width:100%;
}

#expack_details{
	font-size:small;
}

#expack_details h1{
	font-size:medium;
	padding:0;
	margin:0;
}

.expack_details_imgs img{
	width:120px;
	margin:5px;
}
.debugNote{
	margin:0 20px 20px 20px;
	border: 1px solid #900;
	padding:10px;
	background-color:#FFC;
}
.debugNote a{
	font-weight:bold;
	color:#900;
}
.debugNote a:hover{
	color:#F00;
}

.checkout_strip{
	border-top:solid 1px #D0D0D0;
	border-bottom:solid 1px #D0D0D0;
	padding:10px;
}
.orderSummaryBox{
	border:1px solid #D0D0D0;
	padding:5px;
	max-height: 360px;
	overflow:auto;
}
.orderSummaryRow{
	font-weight:normal;
	font-size:small;
}
.pageLoading {
	background-image: url(/assets/1/images/loading.gif);	
	background-position: center center;	
	background-repeat: no-repeat; 
	display: none; 
	width: 100%; 
	height: 175px
}

.links{
			}
			.links a{
				font-weight:bold;
				display:block;
				padding-left:20px;
				color:#000;
				text-decoration:none;
				background-image:url(images/icons/images.png);
				background-repeat:no-repeat;
				background-position:left;
				margin-top:10px;
			}
			.links a:hover{
				color:#BE0B0F;
			}
			.pr{
				text-align:center;
				display:none;
			}
			.pr a{
				font-weight:normal;
				display:inline;
				padding-left:0;
				color:#000066;
				text-decoration:underline;
				background-image:none;
				margin-top:0;
			}
			.pr a:hover{
				background-image:none;
			}
			.links .pdf{
				background-image:url(/images/icons/pdf.gif);
			}
			
.checkout_form1 input, .checkout_form1 textarea{
	width:265px;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #808080;
}
.checkout_form1{
	color:#999;	
}
.voucher_progress{
 height:37px;
 background-image:url(/assets/1/css/images/progress.gif);
 width:100%;
 background-repeat:no-repeat;
}
.voucher_progress#vstep1{
	background-position:0 -111px;	
}
.voucher_progress#vstep2{
	background-position:0 -74px;	
}
.voucher_progress#vstep3{
	background-position:0 -37px;	
}
.voucher_progress#vstep4{
	background-position:0 0px;	
}
.booking_progress{
 height:37px;
 background-image:url(/assets/1/css/images/progress_bng.gif);
 width:100%;
 background-repeat:no-repeat;
}
.booking_progress#vstep1{
	background-position:0 -74px;	
}
.booking_progress#vstep2{
	background-position:0 -37px;	
}
.booking_progress#vstep3{
	background-position:0 0px;	
}
a.btn_question{
	display:block;
	padding-right:22px;
	background-position:right;
	height:18px;
	background-image:url(images/question.gif);
	background-repeat:no-repeat;
	font-size:small;
	float:left;
	cursor:default;
}
a.btn_question:hover{
	text-decoration:none;	
}
a.question_link{
	display:inline;
	color:#D17100;
	font-weight:bold;
}
a.question_link:hover{
	color:#F60;	
}

#how_menu{
	width:700px;
	margin:0 auto 10px auto;
}
.how_redeem_header{
	color:#f26522;
	font-weight:bold;
	font-size:medium;
	padding-left:70px;
	background-image:url(../images/how_steps.gif);
	background-repeat:no-repeat;
}
#how_step1 .how_redeem_header{
	background-position:0 0px;
}
#how_step2 .how_redeem_header{
	background-position:0 -19px;
}
#how_step3 .how_redeem_header{
	background-position:0 -38px;
}
#how_step4 .how_redeem_header{
	background-position:0 -57px;
}
#how_step5 .how_redeem_header{
	background-position:0 -76px;
}
.how_fragment{
	padding-left:30px;
}
#how_step1, #how_step2, #how_step3, #how_step4, #how_step5{
	display:none;	
}

/* HELP TAB */
#help_tab_holder{
	position:fixed;
	top:300px;
	right: 0px;
	overflow: hidden;
	width:30px; /* for google chrome, fussy rendering*/
}
#help_body{
	float:left;
	overflow:hidden;
	width:0px;
	height:0px;
	background-color:#000;
	padding:0px;
	
}
#help_body a{
	display:block;
	font-size:small;
	color:#FFCC33;
	text-decoration:none;
}
#help_body a:hover{
	color:#fff;	
}
#help_tab_holder:hover{
	width:230px;	/* for google chrome, fussy rendering*/
}
/*#help_tab_holder:hover #help_body{
	width:180px;
	padding:10px;
	min-height:80px;
}*/
#help_tab{
	float:left;
	width:30px;
	height:100px;
	background-image:url(/assets/1/css/images/help_tab.gif);
	background-repeat:no-repeat;
}
#help_tab_redeem{
	width:30px;
	position:fixed;
	right:0px;
	top:300px;
}
#help_tab_redeem a{
	width:30px;
	height:100px;
	background-image:url(/assets/1/css/images/help_tab.gif);
	background-repeat:no-repeat;
	display: block;
	text-decoration: none;
}

.bng_cal_lnk{
	display:block;
	text-align:center;
	font-weight:bold;
	color:#000;
	background-color:#CCCCCC;
	height: 100%;
}
.bng_cal_lnk:hover{
	background-color:#FFCC33;
	color:#000;
}
.bng_lnr_lnk{
	color:#fff;
	text-decoration:none;
}
.bng_lnr_lnk:hover{
	color:#FFCC33;
}

/* FAQ page */

#faq_text{
	padding: 0px 10px;
	margin-bottom: 10px;
}
/*
#faq_categories a{
	font-size:small;
	display:block;
	padding-left:20px;
	background-image:url(/assets/1/css/images/chevron_bullet.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#000;
	margin-bottom: 5px;
} 
#faq_categories a:hover{
	color:#d17100;
} */
#faq_categories{
	margin-bottom: 5px;
}
#faq_searchBar{
	text-align:center;
	padding:5px 0px;
	background-color:#CCC;
}
.faq_question_box{
	padding:10px;
	display: none;
	;
}
.faq_question_box a{
	display:block;
	font-weight:bold;
}
#faq_usefulness{
	padding:0px 10px;	
}
.prod_slides{
	width:285px;
	height:212px;
	border:1px solid #c9c9c9;
}
.prod_slides_nav{
	width:287px;
	height:25px;
}
.prod_slides_nav a{
	display:block;
	width:74px;
	height:24px;
	background-repeat:no-repeat;
	float:left;
	background-position:bottom;
}
#prod_tab_pics{
	background-image:url(/assets/1/css/images/prod_pics_tab.gif);	
}
#prod_tab_vid{
	background-image:url(/assets/1/css/images/prod_vid_tab.gif);	
}
#prod_tab_map{
	background-image:url(/assets/1/css/images/prod_map_tab.gif);	
}
.btn_red{
	background-image:url(/assets/1/css/images/button_red.gif);	
}
.addWishlist{
	background-image:url(/assets/1/css/images/add_to_wishlist.gif);
}
.sendFriend{
	background-image:url(/assets/1/css/images/send_to_friend.gif);
}
#fadeshow2 img{
	width:285px;
	height:212px;
}
.ul_indent_prod ul{
	margin-top:0px;	
}
#prodVidViewer{
	width:285px;
	height:212px;
	display:none;
}
.cust_home_block{
	padding:0 10px 0 124px;
	height:78px;
	background-repeat:no-repeat;
	background-position:top left;
}
#cust_find{
	background-image:url(/assets/1/css/images/cust_home_icon_search.gif);	
}
#cust_review{
	background-image:url(/assets/1/css/images/cust_home_icon_quot.gif);	
}
#cust_edit{
	background-image:url(/assets/1/css/images/cust_home_icon_info.gif);	
}
#cust_wish{
	background-image:url(/assets/1/css/images/cust_home_icon_heart.gif);	
}
.tab_help{
	float:right;
	width:30px;
	height:100px;
	background-image:url(/assets/1/css/images/help_tab_right.gif);
	background-repeat:no-repeat;
}
#slideHolder{
	position:fixed;
	right:-181px;
	top:170px;
	overflow:auto;
}
#slideBody{
	width:0px;
	float:right;
	background-color:#000;
	overflow:hidden;
	padding-top:10px;
	height:90px;
	background-image:url(/assets/1/css/images/help_body_bg.gif);
	background-repeat:repeat-x;
}
.slideContent{
	width:200px;
}
.slideContent a{
	color:#fff;
	display:block;
	padding-left:10px;
}
.slideContent a:hover{
	color:#FFCC33;	
}
.key_links a{
	display:block;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #E3E3E3;
	border-bottom-style:dashed;
	background-image:url(/assets/1/css/images/key_bull.gif);
	background-repeat:no-repeat;
	background-position:5px 13px;
	color:#000;
	text-decoration:none;
	text-transform:capitalize;
}
.key_links a:hover{
	color:#FF6600;	
}

/************************************* Main Navigation Tabs ******************************************/

#navBar{
	margin-top:2px;
/*
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
*/
}

#navBar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navBar li {
	padding: 0px;
	margin: 0px;
}
#navBar div#menu {
	clear: none;
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
}
#navBar div#menu div {
	float: left;
	margin: 0;
	padding: 0;
}
#navBar div#menu div.hovered, #navBar div#menu div.current {
	background-image: none;
	color: #000;
}
#navBar div#menu div.hovered a.heading, #navBar div#menu div.current a.heading {
	color: #000;
	text-decoration: none;
}
#navBar div#menu div.hovered a.heading:hover, #navBar div#menu div.current a.heading:hover {
	text-decoration: none;
}
#navBar div#menu div a.heading {
	color: #000;
	display: block;
/*
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.1;
	margin: 0;
	padding: 11px 20px 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
*/
}
#navBar div#menu div a.heading:hover {
	text-decoration: none !important;
}
#navBar div#menu .navBarContent ul {
	font-size: 100%;
}
#navBar div#menu .navBarContent li {
	background-color: #fff;
	background-image: none;
	border-top: none;
	float: none;
	padding: 0;
}
#navBar div#menu .navBarContent li a {
	color: #000;
	display: block;
	line-height: 1.35;
	padding: 1px 7px 1px;
	background-image: none;
	text-transform: none;
}
* html div#menu .navBarContent li a { /* for ie 6 */
	height: 1%;
}
#navBar div#menu .navBarContent li a:hover, #navBar div#menu .navBarContent li:hover {
	background-color: #999;
	text-decoration: underline !important;
}
#navBar div#menu .navBarContentContainer {
	background-color: #e5e5e5;
	display: none;
	padding: 0 1px 1px 1px;
	position: absolute;
	margin-left: -7px;
	top: 35px;
	z-index: 1001;
}
/* needed for IE6 z-index workaround */
#navBar div#menu iframe.shim {
	display: none;
	position: absolute;
	height: 1px;
	width: 1px;
	/*z-index: 499;*/
}
#navBar div#menu .navBarContentContainer .navBarContent {
	background-color: #fff;
	padding: 5px;
}
#navBar div#menu .navBarContentContainer .navBarContent.columns1 {
	background-color: #fff;
	width: 285px;
}
#navBar div#menu .navBarContentContainer .navBarContent.columns2 {
	background: #fff;
	width: 340px;
}
#navBar div#menu .navBarContentContainer .navBarContent .column {
	float: left;
}
#navBar div#menu .navBarContentContainer .navBarContent .column.first {
	width: 170px
}
#navBar div#menu .navBarContentContainer .navBarContent .column.second {
	width: 170px
}
#navBar div#menu .navBarContentContainer .navBarContent ul li.SubSubCat a {
	background-image:url(/assets/1/css/images/SubSubArrow.gif);
	background-repeat:no-repeat;
	background-position:155px 5px;
}
#navBar div#menu .navBarContentContainer .navBarContent ul li a {
	background-image:none;
}
#navBar div#menu .navBarContentContainer .navBarContent .navBarHeading {
	border-bottom: 1px dotted #9A9A9A;
	clear: both;
	font-size: 1.08em;
	font-weight: bold;
	margin: 0 7px 2px;
	padding-bottom: 5px;
	display: block;
	text-transform: none;
	float: none;
}
#navBar .clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#navBar .clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/ 
* html #navBar .clearfix {
	height: 1%;
}
#navBar .clearfix {
	display: block;
} 

/* ROB EXTENSION TO MENU */
/* nasty hacks for extending menu to the left vv */
#navBar div#menu #destinations .navBarContentContainer{
	margin-left:-268px;
}
#navBar div#menu #menuspecials .navBarContentContainer{
	margin-left:-202px;
} 
/* nasty hacks for extending menu to the left ^^ */
#navBar div#menu .navBarContentContainer .navBarContent ul li ul {
	width:170px;
	border:1px solid #999;
	display:none;
	position:absolute;
	
}
#navBar div#menu .navBarContentContainer .navBarContent ul li:hover ul {
	display:block;
	left:170px;
	background-color: #ffffff;
	-moz-box-shadow:2px 2px 4px #999;
	-webkit-box-shadow:2px 2px 4px #999;
	box-shadow:2px 2px 4px #999;
}
#navBar div#menu .navBarContentContainer .navBarContent .column.second ul li:hover ul{
	left:340px;	
}
#navBar div#menu .navBarContentContainer .navBarContent ul li:hover ul li a, #navBar div#menu .navBarContentContainer .navBarContent ul li:hover ul li{
	display:block;
	float:none;
}
/* END ROB EXTENSION*/

/* End hide from IE-mac */
.bestSellerIcon{
	margin-top: -57px; 
	margin-left:73px; 
	z-index: 99; 
	position: static;	
}
.bestSellerIconProduct{
	margin-left:224px;
	margin-top:-57px;
	position:relative;
	z-index:900;
}
.bestSellerIconProduct3{
	margin-left:224px;
	margin-top:-57px;
	position:relative;
	z-index:900;
}
.recommendedIcon{
	margin-top: -27px;
	z-index: 99; 
	position: static;
}
.recommendedIconProduct{
	margin-top: -27px;
	z-index: 100; 
	position: relative;
}

.newsletter_form{
	background-image:url(/assets/1/css/images/newsletter_bg.gif);
	background-repeat:no-repeat;
	width:150px;
	height:109px;
	padding-top:82px;
}
.newsletter_form a{
	display:block;
	width:55px;
	height:13px;
	background-image:url(/assets/1/css/images/sign_up_lnk.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:7px 0px 0px 78px;
}
.newsletter_form a:hover{
	background-position:bottom;
}
input.newsletter_text{
	background:none;
	width:120px;
	height:16px;
	border:none;
	font-size:x-small;
}
.bubble a{
	color:#D17100;
	font-size:small;
}
.bubble a:hover{
	color:#F60;
}
.bubble p{
	margin-top:0px;
	font-size:small;	
}
.about_us{
	background-image:url(/assets/1/css/images/double_chevron.png);
	background-position: 9px 9px;
}
.left_nav_mini ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.left_nav_mini ul li{
	display:block;
}
.left_nav_mini ul li a{
	font-size:small;
	color:#222222;
	margin-bottom:2px;
	display:block;
	padding:6px;
	background-color:#E9E9E9;	
}
.left_nav_mini ul li a:hover{
	color:#F60;
	background-color:#D9D9D9;	
}
.phone_bg{
	background-position:465px 2px;	
}
.content_head{
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:capitalize;
	padding:0 10px;
	color:#333333;
	border-bottom:3px solid #333333;
	margin-bottom:10px;
}
.intro_text{
	margin-bottom:10px;
	font-size:0.8em;
}
.blog_head{
	background-image:url(/assets/1/css/images/blog_head.gif);
	height:55px;
}
.blog_box{
	padding:5px 10px 0px 10px;
	color:#000;
	font-weight:bold;
	background-image:url(/assets/1/css/images/blog_shadow.gif);
	background-repeat: no-repeat;
	background-position:left -8px;
	border: 1px solid #c0c0c0;
	border-top:none;
	border-bottom:none;
	display:block;
}
.blog_strip a{
	display:block;
	font-size:small;
	color:#d17100;
	margin-left:28px;
	margin-top: 4px;
}
.blog_strip a:hover{
	color:#F60;	
}
.blog_strip{
	padding-top: 5px;
	overflow:auto;
	height: 24px;
}
.blog_cal{
	float:left;
	width:24px;
	height:14px;
	background-image: url(/assets/1/css/images/blog_cal_sprite.gif);
	padding-top: 9px;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}

.blog_foot, .blog_foot a{
	background-color:#000;
	color:#FFAF1F;
	font-size:small;
	text-decoration:none;
	font-weight:bold;
}
.blog_foot a:hover{
	color:#fff;	
}
.blog_foot{
	padding:5px;
}
.blog_feed{
	background-image:url(/assets/1/css/images/rss_link_icon.gif);
	background-position:right 1px;
	background-repeat:no-repeat;
	padding-right:16px;
	height:15px;
	display:block;
	float:right;
}
.blog_feed:hover{
	color:#fff;
	background-position:right -12px;
}
.blog_foot_shadow{
	padding-top:8px;
	background-image:url(/assets/1/css/images/blog_shadow.gif);
	background-repeat:no-repeat;
	border: 1px solid #c0c0c0;
	border-top:none;
	border-bottom:none;
}
.rss_lnk{
	background-image:url(/assets/1/css/images/rss_mini_logo.gif);
	background-repeat:no-repeat;
	padding:4px 0px 4px 25px;
	background-position:left 2px;
}
a.newsletter_btn{
	background-image:url(/assets/1/css/images/newsletter_btn.gif);
	background-repeat:no-repeat;
	width:65px;
	height:20px;
	display:block;
	float:right;
}
a.newsletter_btn:hover{
	background-position:bottom;
}
.prod_price_guar{
	font-size:x-small; 
	text-align:center; 
	float:right;	
}
.prod_price_guar a{
	color:#000; 
	text-decoration:none;	
}
.prod_price_guar a:hover{
	color:#F60;
	font-weight:bold;
}
.ol_chev .ol_row{
	height:25px;
	overflow:hidden;
	white-space:nowrap;
}
.ol_chev .ol_row a{
	display:block;
	float:left;
	font-weight:bold;
	font-size:small;
	padding-top:4px;
}
.ol_chev .ol_row a:hover, .ol_chev .ol_row:hover a{
	color:#FF6600;
}
.ol_chev .ol_row a.bullet{
	width:50px;
	height:25px;
	background-image:url(/assets/1/css/images/ol_chev_sprite.gif);
	background-position:right;
}
.ol_chev .ol_row a.bullet.pos_1{
	background-position:50px 0px;
}
.ol_chev .ol_row a.bullet.pos_2{
	background-position:50px -25px;
}
.ol_chev .ol_row a.bullet.pos_3{
	background-position:50px -50px;
}
.ol_chev .ol_row a.bullet.pos_4{
	background-position:50px -75px;
}
.ol_chev .ol_row a.bullet.pos_5{
	background-position:50px -100px;
}
.ol_chev .ol_row a.bullet.pos_6{
	background-position:50px -125px;
}
.ol_chev .ol_row a.bullet.pos_7{
	background-position:50px -150px;
}
.ol_chev .ol_row a.bullet.pos_8{
	background-position:50px -175px;
}
.ol_chev .ol_row a.bullet.pos_9{
	background-position:50px -200px;
}
.ol_chev .ol_row a.bullet.pos_10{
	background-position:50px -225px;
}
.ol_chev .ol_row a.bullet.pos_11{
	background-position:50px -250px;
}
.ol_chev .ol_row a.bullet.pos_12{
	background-position:50px -275px;
}
.ol_chev .ol_row a.bullet.pos_13{
	background-position:50px -300px;
}
.ol_chev .ol_row a.bullet.pos_14{
	background-position:50px -325px;
}
.ol_chev .ol_row a.bullet.pos_15{
	background-position:50px -350px;
}

.ol_chev .ol_row:hover a.bullet.pos_1{
	background-position:0px 0px;
}
.ol_chev .ol_row:hover a.bullet.pos_2{
	background-position:0px -25px;
}
.ol_chev .ol_row:hover a.bullet.pos_3{
	background-position:0px -50px;
}
.ol_chev .ol_row:hover a.bullet.pos_4{
	background-position:0px -75px;
}
.ol_chev .ol_row:hover a.bullet.pos_5{
	background-position:0px -100px;
}
.ol_chev .ol_row:hover a.bullet.pos_6{
	background-position:0px -125px;
}
.ol_chev .ol_row:hover a.bullet.pos_7{
	background-position:0px -150px;
}
.ol_chev .ol_row:hover a.bullet.pos_8{
	background-position:0px -175px;
}
.ol_chev .ol_row:hover a.bullet.pos_9{
	background-position:0px -200px;
}
.ol_chev .ol_row:hover a.bullet.pos_10{
	background-position:0px -225px;
}
.ol_chev .ol_row:hover a.bullet.pos_11{
	background-position:0px -250px;
}
.ol_chev .ol_row:hover a.bullet.pos_12{
	background-position:0px -275px;
}
.ol_chev .ol_row:hover a.bullet.pos_13{
	background-position:0px -300px;
}
.ol_chev .ol_row:hover a.bullet.pos_14{
	background-position:0px -325px;
}
.ol_chev .ol_row:hover a.bullet.pos_15{
	background-position:0px -350px;
}


/*.ol_chev .ol_row:hover a[class*="pos_"]{
	background-position:0px;
}*/

