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

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

body{
	padding:0px;
	margin:0px;
	background-image:url(/assets/2/css/new-images/pattern-bg.gif);
/*	background-image:url("/assets/2/css/images/xmas_bg.jpg");*/
	
	background-repeat:repeat;
	background-position:center;
	background-color:#e4f0fb;
}
a, a:active{
	outline:none;
}
#holder{
	width:968px;
	margin:0 auto;
	background-color:transparent;
}

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

a{
	color:#105597;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}
h2{
	font-size:small;
	font-weight:bold;
	margin:0;
}
h3{
	padding:0px;
	margin:0px;
	font-size:inherit;
}
.col{
	width:50%;
	float:left;
}
.small_font{
	font-size:small;
}
/* HEADER STUFF */
a#home_logo_lnk{
	display:block;
	background-image:url(/assets/2/css/new-images/new-logo.png);
/*	background-image:url(/assets/2/css/images/new-logo-xmas.png);		*/
	background-repeat:no-repeat;
	width:393px;
	text-decoration:none;
	color:#6d6d6d;
	font-weight:normal;
/*	padding:62px 0px 0px 105px;*/
	padding:47px 0px 0px 105px;	
	height:23px;
/*	height:25px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 8px 0px 0px 5px;
}
.promises{
	width:600px;
	margin-top: 47px;
}
.promises a{
	font-size:0.7em;
	background-image:url(/assets/2/css/images/heart_p_g.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:15px;
	margin-right:20px;
}
h1#logoHead{
	margin:0px;
	font-size:small;
}
#head{
	margin:0px;
	padding: 0;
	position:relative;
	z-index: 1000;
}
#top_nav{
	width:435px;
	color:#000;
	font-weight:bold;
	float:right;
	margin-top:10px;
	margin-right:10px;
}

#breadcrumb{
	font-size:small;
	padding:10px 10px;
	border-bottom:1px solid #dededf;
	margin:0px 20px;
}
#breadcrumb_bg{
	background:transparent url(/assets/2/css/new-images/page_shadow.png) repeat-y;
	padding-bottom:10px;
}
#breadcrumb a{
	color:#105597;
	font-weight:bold;
	text-decoration: none;
}

#mini_nav{
	font-size:0.7em;
	text-align:right;
	font-weight:normal;
}
#mini_nav a{
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	color:#000;
	float:right;
	margin:4px 5px 0 0;
}
#mini_nav .wishlist{
	background-image:url(/assets/2/css/images/wishlist.gif);
	background-repeat:no-repeat;
	background-position:0px 2px
}
#mini_nav .basket{
	background-image:url(/assets/2/css/images/basket_round.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-left:150px;
	padding:5px 0px 7px 24px;
	float:none;
	clear:right;
}
#mini_nav .login{
	padding-left:10px;
}
#logo_strip{
	overflow: auto;
	
}
#guarantee{
	text-align:right;
	width: 60%;
}
#main_nav{
	text-transform:capitalize;
	margin-top: 2px;
	height:47px;
	font-weight:bold;
}
#main_nav a{
	font-size:13px;
	color:#FFFFFF;
	text-shadow:0px 1px 0px #353535;
	text-decoration:none;
	display:block;
	float:left;
	padding:17px 15px 5px 8px;
}
#main_nav div.aTab{
	position:relative;
}
#main_nav div.aTab div.top_left, #main_nav div.aTab div.top_right{
	position:absolute;
	top:2px;
	width:5px;
	height:5px;
	background-repeat:no-repeat;
	z-index:1002;
}
#main_nav div.aTab div.top_left{
	left:0px;	
}
#main_nav div.aTab div.top_right{
	right:0px;	
}
#main_nav a:hover, #main_nav .tab:hover a,#main_nav .tabActive a{
	color:#105597;
	background-image:url(/assets/2/css/new-images/nav_tab_bg.png);
	background-repeat:repeat-x;
	text-shadow:none;
	height:33px;
	position:relative;
}
#main_nav div.aTab:hover div.top_right, #main_nav .tabActive div.top_right{
	background:url(/assets/2/css/new-images/tab_top_right.gif) no-repeat;
}
#main_nav div.aTab:hover div.top_left, #main_nav .tabActive div.top_left{
	background:url(/assets/2/css/new-images/tab_top_left.gif) no-repeat;
}
div.dd_arrow{
	position:absolute;
	height:33px;
	width:5px;
	height:3px;
	right:7px;
	top:24px;
	background: transparent url(/assets/2/css/new-images/nav_dd.gif) no-repeat;	
}
#main_nav #redeem a{
	color:#1987ff;
	font-weight:bold;
}
#main_nav #redeem a:hover{
	color:#FFF;
}



#head_checkout{
	height:126px;
	background-image:url(/assets/2/css/images/head_bg_checkout.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
}

.right_tab{
	float:left;
	width:2px;
	height:47px;
	background-image:url(/assets/2/css/new-images/nav_divider.gif);
}
.tab:last-child .right_tab{
	background-image:none;
}

.tabActive .right_tab, .tab:hover .right_tab{
	background-image:url(/assets/2/css/new-images/nav_tab_bg.png);
	height:47px;
}

.nav_stop{
	border-right: 1px solid #3b3b3b;
}
#breadcrumb a:hover, #mini_nav a:hover{
	color:#1987ff;
}
.horiz_break{
	clear:both;
	width:100%;
	height:10px;
}
.horiz_break_no_pad{
	clear:both;
	height: 0em;
}
/* FOOTER STUFF */
#footer_top{
	background:transparent url(/assets/2/css/new-images/page_shadow.png) repeat-y;
	padding:0px 3px;
	height:1px;
}
#footer_top div{
	background-color:#d1d4db;
	height:1px;
}
#footer{
	background:transparent url(/assets/2/css/new-images/page_shadow.png) repeat-y;
	padding:30px;
}
#footer p{
	font-size:xx-small;
	color:#474747;
}
#footer h4{
	margin:0px 0px 10px 0px;
	color:#474747;
}
#footer_foot{
	color:#474747;
	background:transparent url(/assets/2/css/new-images/footer_foot.png) no-repeat;
	height:56px;
	text-align:right;
	font-size:x-small;
	padding:20px 10px 0px 0px;
	text-shadow:0px 1px 0px #ffffff;
}
#footer .col{
	height:100px;	
}
#footer .col p{
	line-height:15px;
}
.footer_block_link{
	display:block; 
	float:left;	
	width:39px;
	height:39px;
	background-repeat:no-repeat;
}
.footer_block_link.twitter{
	background-image:url(/assets/2/css/new-images/twitter_block.gif);
	margin-right:15px;
}
.footer_block_link.fb{
	background-image:url(/assets/2/css/new-images/fb_block.gif);
	margin-right:15px;
}
.footer_block_link.at{
	background-image:url(/assets/2/css/new-images/at_block.gif);	
}
#footer .col.quick_links a{
	float:left;
	display:block;
	background:url(/assets/2/css/new-images/tiny_bullet.gif) no-repeat left center;
	padding-left:10px;
	margin-left:5px;
	font-size:small;
}
/* FORMS */

.form_btn{
	border:none;
	background-color:#333333;
	color:#fff;
	text-decoration:none;
	background-image:url(/assets/2/css/images/round_go_btn.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:30px;
	height:26px;
	font-weight:bold;
	cursor:pointer;
}
.form_text{
	border:none;
	border-bottom-style:none;
	background-image:url(/assets/2/css/images/form_text_rounded_bg.gif);
	background-repeat:no-repeat;
	width:138px;
	height:20px;
	padding-bottom:4px;
	font-size:x-small;
	color:#333333;
	background-color:#333333;
	padding:0px 0px 2px 2px;
}
/*  Global Stuff  */

#main_left_col{
	width:172px;
	clear: none;
	float: left;
}
#main_right_col{
	margin-left:182px;
}
.ed_customers #main_right_col{
	margin-left:0px;	
}
#main_right_col_results{
	width:820px;
	margin-left:170px;
}
#mini_right_col{
	width:200px;
	margin-left:750px;
}
.box_head h1{
	color:#0054a0;
	padding:0;
	margin:0;
	font-size: 1.4em;
	font-weight: bold;
	display: inline;
}

.box{
	font-size:small;
}
.box_head{
	background-color:#fff;
	border-bottom:0px #D0D0D0 solid;
	color: #0054a0;
	font-size:medium;
	font-weight: bold;
	padding:0px;
	overflow:hidden;
	text-decoration:none;
	/*font-family:"Times New Roman", Times, serif;*/
}
.box_head_validation{
	background-color:#1987ff;
	color: #000;
	font-size: small;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	background-image: url(/assets/2/css/images/left_top_corner_validation.gif);
	background-repeat: no-repeat;
}
.box_head_right_corner_validation{
	background-image:url(/assets/2/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 #1987ff;
	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/2/css/images/icon_head_bar_logo.gif);
	background-repeat: no-repeat;
}
.box_body{
	padding: 10px;
}
.box_head_right_corner{
	background-image:url(/assets/2/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;
	font-size:1em;
}

.price_products{
	text-align:left;
	font-size:medium;
	color:#83b20f;
}
/* 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;
}
.ed_customers .col_small{
	margin-left:0px;
	width:171px;
}

#main_right_col_results .col_small{
	margin-top:5px;
}
.gift_finder_style{
	background-image:url(/assets/2/css/images/index-giftfinder-bg.gif);
	background-repeat:no-repeat;
	padding:10px;
	width: 188px;
	color: #444;
	font-weight:bold;
	font-size: 0.7em;
	height:107px;
}
#gift_finder_foot{
	background-image:url(/assets/2/css/images/gift_finder_foot.gif);
	background-repeat:no-repeat;
	padding-top:5px;	
}
#gift_finder select{
	margin-bottom:2px;
	width:135px;
	border:1px solid #CCC;
}
#gift_finder #Day{

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

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

.locBtmRow {
	display: block;
	overflow: hidden;

}
.locBtmRow .col{
	width:175px;
	padding:10px;
	position:relative;
	border-right:1px solid #EAEAEB;
	border-bottom:1px solid #EAEAEB;
}
.locBtmRow .col:last-child{
	margin-right:0px;
}
.locBtmRow .col img{
	width:175px;
	height:131px;
}
.locBtmRowList{
	display: none; /* initially set to hidden */
	overflow:hidden;
}
.list_view_row{
	border-bottom: 1px solid #EAEAEB;
	overflow:visible;
	height:110px;
}
.locBtmRowList .list_view_row{
	padding:10px 0px;
	height:120px;
	font-size:small;
	color:#6E6E6E;
}
.locBtmRowList .img_frame{
	float:left; 
	width:161px; 
	margin-right:10px;	
	height:118px;
	overflow:hidden;
}
.locBtmRowList .row_content_frame{
	float:left; 
	width:410px; 
	margin-right:10px;
	position:relative;
	height:118px;
}
.list_view_row:hover .mask{
	background-position:bottom;
}
.locBtmRowList .list_view_row img{
	float:left;
}
.locBtmRowList .list_view_row a{
	color:#105597;
	font-weight:bold;
	text-decoration:none;
}
.locBtmRowList .list_view_row a:hover{
	color:#105597;
	text-decoration:underline;
}
.locBtmRowList .col2{
	width: 400px;
	padding:5px;
	float: left;
	overflow: auto;
	font-size:small;
}
.onlyMore{
	font-weight:bold;
	width: 100%;
}
.search_results{
	margin: 0px;
}
.MMSlideShow{
	overflow:hidden;
	display: block;
}
#MMVid{
	width:285px;
	overflow:hidden;
	margin-top: 5px;
	height: 212px;
	background-image: url(/assets/2/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;
}
.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;
}

/* 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: 595px;
	height: 350px;
}
.prodDescriptionNS{	/* For <noscript> */
	height:267px;
	overflow:hidden;
}
#prodDescJS{
	height:285px;
	display:none;
	background-image: url(/assets/2/images/JSTabProdBG2.jpg);
	padding: 0 5px 10px 0px;
	width: 295px;
}
.ticklink{
	color:#ff3d9d;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
	background-image:url(/assets/2/css/images/tick_orange.gif);
	background-repeat:no-repeat;
	display:block;
	background-position:0 2px;
	padding:0 10px 3px 25px;
	float:left;
}
.orange_link{
	color:#1987ff;
	text-decoration:underline;
	font-weight:bold;
	font-size:small;
	display:block;
	text-transform: uppercase;
	
}
.orange_link a:hover{
	color:#1987ff;
}
.orange_link a{
	color:#1987ff;
	text-transform:capitalize;
}
.prodRating{
	width:115px;
	height:21px;
	float: right;
	background-color: #ebebeb;
	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:21px;
	background-image:url(/assets/2/css/images/star_mask_new.png);
	width: 115px;
}
.black_mask{
	background-image:url(/assets/2/css/images/star_mask_black.png);
}
.rating{
	position:relative;
	z-index:100;
	top:-21px;
	height:21px;
	width:2%;
	background-color:#FFCC00;
}
#product_details_price{
	font-weight:bold;
	text-align:left;
	font-size: 1.3em;
	color: #000;
}
/* BUTTONS */

.button_big {
	background-image:url(/assets/2/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/2/css/images/button_long.gif);
	display:block;
	width:222px;
	height:27px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:small;
	text-align:center;
	padding-top:11px;
	color:#fff;
	text-decoration:none;
	border: none;
}
.grey_ver{
	background-image:url(/assets/2/css/images/button_long_grey.gif);
}
.button_big_long:hover{
	background-position:bottom;
	color:#fff;
}
#commentHeader{
	height:27px;
	padding: 13px 10px 0px 15px;
	background-image:url(/assets/2/css/images/comment_head.gif);
	background-repeat:no-repeat;
	font-size: small;
	font-weight: bold;
	color: #424242;
}
.commentHolder{
	padding-bottom:10px;
 	background:url(/assets/2/css/new-images/prod_tabbed_separator.png) repeat-x left bottom;
	margin:0px 30px 10px 30px;
}
.commentHolder_big{
	padding: 75px;
	background-position:10px 10px;
}
.commentHolder .prodRating{
	float:right;
}

.commentHolder_big .prodRating{
	display:block;
}
.commentHolderBase{
	background-image:url(/assets/2/images/commentBottom.jpg);
	height: 30px;
	margin-top: -20px;
}
.commentHolderTop{
	background-image:url(/assets/2/images/commentTop.jpg);
	height: 22px;
}
h3.commentTitle{
	font-weight:bold;
	color:#A8A8A8;
	float:left;
}
.reviewer{
	text-align:right;
	font-size:x-small;
	color:#878787;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}
.comment{
	display:block;
	margin-top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(/assets/2/css/new-images/prod_quotes_bg.png) no-repeat left top;
	padding-left:20px;
}
.commentLink{
	text-align:right;
	font-weight:bold;
	margin-top: 5px;
}
.customer_comments{
	font-size:small;
}
.close_quote{
	position:relative;
	width:10px;
	height:8px;
	bottom:35px;
	left:530px;
	background:url(/assets/2/css/new-images/prod_quotes_close_bg.png) no-repeat;
}
.big_close_quote{
	width:65px;
	height:52px;
	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/2/css/images/reviews_logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.comment_response{
	font-size:0.85em;
	padding-left:60px;
	background-image:url(/assets/2/css/new-images/exd_response.gif);
	background-repeat:no-repeat;
	min-height:60px;
	margin-top:-10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.comment_response strong{
	color:#A8A8A8;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}
/* WIDGETS */
.widget{
	margin-bottom: 10px;
}
.widget_fixed{
	margin-bottom: 10px;
	width:200px;
	position:relative;
}
#bold_chat{

}
#bold_chat a{
	display:block;
	background-image:url(/assets/2/css/images/need_help.gif);
	width:171px;
	height:109px;
}
#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/2/css/images/expack.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	
}
.expass{
	width:172px;
	background-image:url(/assets/2/css/images/expass_bg.gif);
	background-repeat:no-repeat;
	font-size:0.7em;
	color:#444444;
}
.expass_head{
	font-weight:bold;
	padding:10px 10px 5px 10px;
}
.expass_foot{
	height:10px;
	background-image:url(/assets/2/css/images/expass_foot.gif);
}
#expass form{
	margin:0 10px;	
}
#expass_img{
	padding-left:50%;
	background-image:url(/assets/2/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/2/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/2/css/images/rank_01.gif);
}
#rank_2{
	background-image:url(/assets/2/css/images/rank_02.gif);
}
#rank_3{
	background-image:url(/assets/2/css/images/rank_03.gif);
}
#rank_4{
	background-image:url(/assets/2/css/images/rank_04.gif);
}
#rank_5{
	background-image:url(/assets/2/css/images/rank_05.gif);
}
#rank_6{
	background-image:url(/assets/2/css/images/rank_06.gif);
}
#rank_7{
	background-image:url(/assets/2/css/images/rank_07.gif);
}
#rank_8{
	background-image:url(/assets/2/css/images/rank_08.gif);
}
#rank_9{
	background-image:url(/assets/2/css/images/rank_09.gif);
}
#rank_10{
	background-image:url(/assets/2/css/images/rank_10.gif);
}

/* category */
#title_bar{
	position:relative;	
}
.disp_style{
	width:120px;
	height:17px;
	position:absolute;
	right:5px;
	top:11px;
	font-size:x-small;
	color:#666666;
}
.disp_style div{
	float:left;
	margin-top:3px;	
}
.disp_style a{
	display:block;
	width:19px;
	height:17px;
	float:right;
	background-image:url(/assets/2/css/new-images/view_sprite.gif);
	background-position:left bottom;
	margin-left:5px;
}
.disp_style a.show_map{
	background-position:right bottom;
}
.disp_style a.thumb_view{
	background-position:-19px bottom;
}
.disp_style a.list_view{
	background-position:-38px bottom;
}
.disp_style a.show_map:hover, .disp_style a.show_map.Active_Icon{
	background-position:right top;
}
.disp_style a.thumb_view:hover, .disp_style a.thumb_view.Active_Icon{
	background-position:-19px top;
}
.disp_style a.list_view:hover, .disp_style a.list_view.Active_Icon{
	background-position:-38px top;
}
.cat_desc{
	font-size:small;
	font-weight:normal;
	padding: 5px;
	overflow: hidden;
/*	display: none;*/
}

.grey_bar_select{
	background-color:#FFF;
	background-image:url(/assets/2/css/images/shadow_950.gif);
	padding: 5px 10px;
	font-size: small;
	color: #333333;
	border-top:1px solid #fff;
	border-bottom:1px solid #D4D4D4;
	text-align:right;
}
.grey_bar{
	background-color:#FFF;
	padding: 15px 20px;
	font-size: small;
	color: #424242;
	margin-top: 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.grey_bar a:hover{
	text-decoration:underline;
}
.grey_bar_top_right{
	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;
	position:absolute;
	bottom:0px;
	left:0px;
	width:410px;
}
.row_price{
	text-align:right;
	color:#878787;
	font-size:medium;
	font-weight:bold;
}
.row_price .price{
	font-size:large;
	color:#83B20F;
}
.row_price strong{
	float:left;	
	
}
.price_location .price{
	font-size:large;
	color:#000;
	font-weight:bold;
}
.special_price{
	color:#B3B3B3;
	font-weight:bold;
	text-decoration:line-through;
}
.price_location .special_price{
	font-size:small;
}
.more_info{
	float:left;
}
.show_desc{
	color:#1987ff;
	font-size:small;
}
.paginate{
	font-weight:bold;
	color:#333333;
	text-align:center;
}
.paginate a{
	color:#1987ff;
}
.paginate a:hover{
	color:#0054A0;
}
.new_rating{
	font-weight:bold;
	color:#000000;
	float:right;
	padding-right:70px;
	background:url(/assets/2/css/new-images/little_stars_sprite.gif) no-repeat;
	background-position:right top;
}
.new_rating.star1{
	background-position:right -72px;
}
.new_rating.star2{
	background-position:right -54px;
}
.new_rating.star3{
	background-position:right -36px;
}
.new_rating.star4{
	background-position:right -18px;
}
.new_rating.star5{
	background-position:right 0px;
}
/* SHOPPING CART */

.voucher{
	width:605px;
	margin:0 auto;
	height:285px;
	background-image: url(/assets/2/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/2/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/2/css/images/dustbin.png);
}
.remove_icon:hover{
	background-position:bottom;
}
.checkout_box{
	padding:10px 0px;
}
/* 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:6px 10px 10px 0px;
	position:relative;
	width:430px;
	float:left;
}
#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:#1987ff;
	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;
	color:#0054A0;
	border-bottom:1px solid #c9c9c9;
}
.redeem_info{
	padding: 10px 20px;
	font-size:small;
}

/* LOCATION PAGE */

#location_intro{
	font-size:small;
}

/* LOGIN */
.login_box{
	padding:0px 1px;
	
}

#login_menu{
	font-size:small;
	background-image:url(/assets/2/css/images/left_nav_bg.gif);
}
#login_menu li{
	display:block;
	list-style:none;
	margin: 0px;
}
#login_menu li a{
	display:block;
	color:#1987ff;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:10px;
}
#login_menu li a:hover{
	color:#000;
}
#login_menu .login_box ul li a{
	padding-left:35px;	
}
#login_menu .login_box ul ul li a{
	padding-left:45px;	
}
#login_menu ul .this_page{
	background-color:#1987FF;
	color:#fff;
	padding:10px;
	font-weight:bold;
}
#login_menu ul ul .this_page{
	background-color:#E4F0FB;
	color:#444444;
	padding-left:45px;
	font-weight:normal;
}
#login_menu ul ul li a{
	padding-left:45px;
	color:#000;
	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;

	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: 20px 6px 0px 6px;
	
}
.redeemButton a{
	display:block;
	background-image: url(/assets/2/css/new-images/redeem_btn_sprite.gif);
	width:197px;
	height:65px;
	padding:70px 20px 0px 20px;
	font-size:small;
	color:#454545;
	text-decoration:none;
	background-repeat:no-repeat;
	text-align:center;
}

#redeem_this a{
	background-position: 13px top;
}
#redeem_exchange a{
	background-position: center top;
}
#redeem_extend a{
	background-position: -530px top;
}
.redeem_box{
	padding:0 20px;
}
#redeem_review_breakdown{
	float:right;
	width:220px;
	display: none;
}
#redeem_review_top{
	background-image:url(/assets/2/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/2/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:#1987ff;
	text-decoration:none;
}
.bng_link a:hover{
	color:#0054A0;
}
.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/2/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/2/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/2/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;
	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:#000;
	font-weight:bold;
	font-size:medium;
}

.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:#1987ff;
	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/2/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/2/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:#1987ff;
	color:#000;
}
.bng_lnr_lnk{
	color:#fff;
	text-decoration:none;
}
.bng_lnr_lnk:hover{
	color:#1987ff;
}

/* FAQ page */

#faq_text{
	margin-bottom: 10px;
}
/*
#faq_categories a{
	font-size:small;
	display:block;
	padding-left:20px;
	background-image:url(/assets/2/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-image:url(/assets/2/css/images/shadow_950.gif);
}
.faq_question_box{
	display: none;
	;
}
.faq_question_box a{
	display:block;
	font-weight:bold;
}
#faq_usefulness{
	padding:0px 10px;	
}
.prod_slides{
	width:400px;
	height:300px;
	border:1px solid #c9c9c9;
	position:relative;
}
.prod_slides_nav{
	width:287px;
	height:25px;
}
#bestSellerIconProduct{
	position:absolute;
	top:10px;
	left:10px;
	z-index: 300;
}
.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/2/css/images/prod_pics_tab.gif);	
}

#prod_tab_map{
	background-image:url(/assets/2/css/images/prod_map_tab.gif);	
}
.btn_red{
	background-image:url(/assets/2/css/images/button_red.gif);	
}
.addWishlist{
	background-image:url(/assets/2/css/images/add_to_wishlist.gif);
}
.sendFriend{
	background-image:url(/assets/2/css/images/send_to_friend.gif);
}

.ul_indent_prod ul{
	margin-top:0px;	
}
#prodVidViewer{
	width:400px;
	height:300px;
	border:1px solid #c9c9c9;
	position:relative;
	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/2/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/2/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:#1987ff;	
}
.key_links a{
	display:block;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #E3E3E3;
	border-bottom-style:dashed;
	background-image:url(/assets/2/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-left:0px;
/*
	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 {
	background-image:url(/assets/2/css/new-images/menu_bg.gif);
	background-repeat:no-repeat;
	clear: none;
	float: left;
	margin-top:10px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	padding:0 10px;
}
#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:transparent none;
	border-top: none;
	float: none;
	padding: 0;
}
#navBar div#menu .navBarContent li.MenuSubHead {
	background-color: transparent;
	margin:5px 6px 5px 6px;
	border-bottom:1px dotted #CCC;
}
#navBar div#menu .navBarContent li.MenuSubHead:hover {
	background-color: #fff;
}
#navBar div#menu .navBarContent li a {
	display: block;
	line-height: 1.35;
	padding: 1px 7px 1px;
	background-image: none;
	text-transform: none;
	font-size:small !important;
	color:#105597;
}
* html div#menu .navBarContent li a { /* for ie 6 */
	height: 1%;
}
#navBar div#menu .navBarContent li a:hover, #navBar div#menu .navBarContent li:hover a {
	text-decoration:underline;
}
#navBar div#menu .navBarContentContainer {
	display: none;
	position: absolute;
	top: 47px;
	z-index: 99999;
}
#navBar div#menu #menulocations .navBarContentContainer{
	margin-left:-294px;	
}
#navBar div#menu #menu103 .navBarContentContainer{
	margin-left:-318px;	
}
#navBar div#menu #menu377 .navBarContentContainer{
	margin-left:-327px;	
}
#navBar div#menu #menu195 .navBarContentContainer{
	margin-left:-255px;	
}
#navBar div#menu #menuspecials .navBarContentContainer{
	margin-left:-234px;
} 
/* 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:transparent url(/assets/2/css/new-images/nav_items_bot.png) left bottom no-repeat;
	padding:5px 0px 20px 0px;
}
#navBar div#menu .navBarContentContainer .navBarContent.columns1 {
	width: 285px;
}
#navBar div#menu .navBarContentContainer .navBarContent.columns2 {
	width: 400px;
}
#navBar div#menu .navBarContentContainer .navBarContent .column {
	float: left;
}
#navBar div#menu .navBarContentContainer .navBarContent .column.first {
	width: 190px
}
#navBar div#menu .navBarContentContainer .navBarContent .column.second {
	width: 190px
}
#navBar div#menu .navBarContentContainer .navBarContent ul li.SubSubCat a {
	background-image:url(/assets/2/css/images/SubSubArrow.gif);
	background-repeat:no-repeat;
	background-position:175px 5px;
}
#navBar div#menu .navBarContentContainer .navBarContent ul li a {
	background:transparent none;
	font-weight:normal;
	text-decoration:none;
}
#navBar div#menu .navBarContentContainer .navBarContent ul li a:hover {
	text-decoration:underline;
}

#navBar div#menu .navBarContentContainer .navBarContent .navBarHeading {
	color:#000000;
	clear: both;
	font-size: 1.05em;
	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;
}

/* ROB EXTENSION TO MENU */

#navBar div#menu .navBarContentContainer .navBarContent ul li ul {
	width:170px;
	border:1px solid #999;
	display:none;
	position:absolute;
	z-index: 999999;
}
#navBar div#menu .navBarContentContainer .navBarContent ul li:hover ul {
	display:block;
	left:180px;
	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:370px;	
}
#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*/

/* Hides from IE-mac \*/ 
* html #navBar .clearfix {
	height: 1%;
}
#navBar .clearfix {
	display: block;
} 
/* End hide from IE-mac */
.bestSellerIcon{
	top:10px;
	left:10px;
	z-index: 99; 
	position: absolute;	
}
.recommendedIcon{
	margin-top: -24px;
	z-index: 99; 
	position: static;
}

.newsletter_form{
	background-image:url(/assets/2/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/2/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/2/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:x-large;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	padding:0px;
	color:#0054a0;
	border-bottom:0px solid #333333;
	margin-bottom:0px;
	padding-bottom:3px;
}

.intro_text{
	margin-bottom:10px;
}
.small_head{
	color:#0054a0;
	font-size:medium;	
	font-weight:bold;
}
.light{
	color:#444444;
	border-color:#4d4d4d;
}
.left_cats img{
	width:150px;
	margin-bottom:10px;
}

.right_widget_foot{
	background-image:url(/assets/2/css/images/right_widget_foot.gif);
	background-repeat:no-repeat;
	padding-top:5px;
}
.specials_box{
	background-image:url(/assets/2/css/images/special_offers_bg.gif);
	background-repeat:no-repeat;
	height:127px;
}
.location_gmap_box{
	background-image:url(/assets/2/css/images/uk_location_map.gif);
	background-repeat:no-repeat;
	height:129px;
	width: 169px;
}
.recommended a{
	font-size:0.8em;
	display:block;
	padding:5px 10px;	
}
.recommended a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#ED4F9B;
}
.left_nav_head{
	color:#444444;
	font-weight:bold;
	padding:5px 10px;
	font-size:small;
}
.buy_now_btn{
	width:145px;
	height:52px;
	display:block;
	background-image:url(/assets/2/css/images/buy_btn.gif);
	background-repeat:no-repeat;
	text-decoration:none;
}
.locBtmRowList .list_view_row .buy_now_btn_small{
	width:175px;
	height:30px;
	display:block;
	background-image:url(/assets/2/css/new-images/cat_add_long_btn.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	background-position:top;
	margin-top:8px;
}
.locBtmRowList .list_view_row .view_button_long{
	width:175px;
	height:30px;
	display:block;
	background-image:url(/assets/2/css/new-images/cat_view_long_btn.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	background-position:top;
	margin-top:8px;
}
.locBtmRowList .list_view_row .view_button_long:hover, .locBtmRowList .list_view_row .buy_now_btn_small:hover{
	text-decoration:none;	
}
.about_us{
	background-image:url(/assets/2/css/images/ed_bullet.png);
	background-position: 9px 8px;
}
a.nice_yellow_btn{
	width:108px;
	height:21px;
	display:block;
	background-image:url(images/pink_btn.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding-top:6px;
	font-size:12px;
	text-align:center;
	margin-bottom:5px;
}
a:hover.nice_yellow_btn{
	color:#333;
}
.remove_icon{
	float:right;
}
.remove_icon{
	display:block;
	width:16px;
	height:21px;
	background-image:url(/assets/2/css/images/dustbin.png);
}
.remove_icon:hover{
	background-position:bottom;
}
.tools a{
	display:block;
	font-size:10px;
	background-repeat:no-repeat;
	padding:3px 0 5px 22px;
	margin-bottom:3px;
}
.tools a.continue_shopping{
	background-position:left top;
	background-image:url(/assets/2/css/images/ed_bullet.gif);	
}
.tools a.remove_all{
	background-position:2px top;
	background-image:url(/assets/1/css/images/dustbin_static.png);
}
.tools a.map_view{
	background-position:3px top;
	background-image:url(/images/google_marker_set/mm_20_white.png);
}
.ul_indent_prod ul{
	padding-left:0px;	
}
.ul_indent_prod.f5f5f5 ul li{
	list-style:none;
	background-image:url(/assets/2/css/images/ed_bullet.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:2px 0px 3px 22px;
	margin-bottom:5px;
	font-size:small;
}
.bottom_block{
	background-image:url(/assets/2/css/new-images/bestsellers_bg.gif);
	background-repeat:no-repeat;
	font-size:small;
	margin-top:10px;
	padding-bottom:12px;
}
.bottom_block_title{
	font-weight:bold;
	color:#444444;
	font-size:small;
	padding:10px;
	text-shadow:0px 1px 0px #ffffff;
}
.bottom_block_body{
	padding:0px 0px 10px 10px;
	overflow: hidden;
}
.bottom_block_col{
	float:left;
	width:141px;
	margin-right:10px;
}
.bottom_block_col img{
	width:141px;
	margin-bottom:10px;
}
.bottom_block_col a{
	font-size:small;
	font-weight:bold;
}
.bottom_block_price{
	font-weight:bold;
	color:#83B20F;	
	font-size:medium;
}
.product_map_link{
	color:#444444;
	font-weight:bold;	
	text-decoration:none;
}
.product_map_link:hover{
	color:#1987FF;
}

div.index_bestsellers .bottom_block_col{
	position:relative;
	width:230px;
}
div.index_bestsellers .bottom_block_col .bestseller_icon{
	width:72px;
	height:73px;
	background-image:url(/assets/2/css/images/bestseller-mid.png);
	position:absolute;
	top: 106px;
	right:-5px;
}
div.bottom_block_body .bottom_block_col{
	position:relative;	
}
div.bottom_block_body .bottom_block_col .bestseller_icon{
	width:55px;
	height:55px;
	background-image:url(/assets/2/css/images/bestseller_mini.png);
	position:absolute;
	top: 55px;
	right:-5px;
}
div.index_bestsellers .bottom_block_col img{
	width:230px;
}


/* NEW CUSTOMERS LAYOUT*/

.ed_customers #main_left_col{
	float:right;
}
.ed_customers #mini_right_col{
	float:left;
	margin:0px;
	width:171px;
}
.ed_customers .grey_bar, .ed_customers .box_head{
	color:#0054A0;
	font-size:1.4em;
	padding:0px;
	margin-bottom:10px;
}
.ed_customers .grey_bar_top_right{
	display:none;	
}
.ed_none{
	display:none;	
}
.ed_customers #main_right_col .col_large{
	float:right;
	width:765px;
}
.continue_shopping{
	display:block;
	color:#808080;
	padding-left:23px;
	background-image:url(/assets/2/css/images/continue_shopping_arrow.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	width:157px;
}
.minimize_maximize{
	width:11px;
	height:11px;
	background-image:url(/assets/1/css/images/minimize_maximize.png);
	cursor:pointer;
	background-position:left top;
}
.minimize_maximize:hover{
	background-position:left bottom;	
}
.minimize_maximize.closedState{
	background-position:right top;	
}

.minimize_maximize.closedState:hover{
	background-position:right bottom;	
}
.headerClosedState{
	border-bottom:1px solid #E3E3E3;	
}
#prod_tab_vid{
	display:block;
	width:88px;
	height:34px;
	background-image:url(/assets/2/css/images/video_btn_small.png);
	position:absolute;
	top:10px;
	right:10px;
	z-index: 999;
}
.quick_buy{
	display:block;
	float:left;
	width:85px;
	height:40px;
	background-image:url(/assets/2/css/images/ed_quickbuy.gif);
}
.quick_buy_2{
	display:block;
	float:left;
	width:85px;
	height:40px;
	background-image:url(/assets/2/css/images/ed_quickbuy_2.gif);
}
.split{
	display:none;	
}
.grad_strip{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:500px;
	background:transparent url(/assets/2/css/new-images/white-grad-1px.png) repeat-x;
	z-index:-1;
}
.col.new_to{
	font-size:0.7em;
	width:140px;
	margin-top:60px;
	margin-left:20px;
	color:#646464;
}
.col.new_to a{
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#105597;
	text-decoration:none;
	padding-left:18px;
	background:url(/assets/2/css/new-images/little_green_cog.gif) no-repeat;
	margin-top:5px;
}
.customer_links{
	color:#69696a;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	display:block;
	float:right;
	padding:3px 10px;
	border-right:1px solid #d9d9d9;
	margin-top:13px;
}
a#contact_block{
	display:block;	
	float:right;
	color:#105597;
	background:url(/assets/2/css/new-images/contact_us.gif) no-repeat;
	text-decoration:none;
	font-size:0.7em;
	width:80px;
	padding:20px 40px 0px 23px;
}
#search_block{
	width:415px;
	height:63px;
	background:url(/assets/2/css/new-images/search_bg.gif) no-repeat;
	float:right;
	right:-8px;
	position:relative;
	top:5px;
}
#cart_btn{
	display:block;
	text-decoration:none;
	width:98px;
	height:34px;
	position:absolute;
	left:300px;
	top:12px;
	background:url(/assets/2/css/new-images/cart.png) no-repeat;
}
#pageContent{
	position:relative;
	padding:0px 10px;
	background:transparent url(/assets/2/css/new-images/page_shadow.png) repeat-y;
}
.per_participant{
	margin-top:5px;
	font-size:small;
	font-weight:bold;
	padding-left:16px;
	background-position:left top;
	background:url(/assets/2/css/new-images/participants_sprite.gif) no-repeat;
	color:#000000;
}
.per_participant.two{
	background-position:left -20px;
	padding-left:24px;
}
.per_participant.multi{
	background-position:left -40px;
	padding-left:27px;
}
.oneColumn{
	width:932px;
	margin:0 auto;
	position:relative;
	font-size:small;
}
#product_page_main_left{
	float:left;
	width:627px;
}
#product_page_main_right{
	width:305px;
	margin-left:627px;
}
#product_page_nav{
	width:200px;
	float:left;
}
#product_page_content{
	width:415px;
	padding:5px;
	float:left;
}

#product_page_nav ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#product_page_nav ul li{
	height:35px;
	display:block;
	background:url(/assets/2/css/new-images/prod_left_navbar_bg.gif) left top no-repeat;
}
#product_page_nav ul li.active{
	background-position:left bottom;
}
#product_page_nav ul li a{
	color:#105597;
	display:block;
	padding:10px 0px 0px 10px;
	height:26px;
	width:174px;
}
#product_page_nav ul li.active a{
	color:#FFFFFF;
}
#product_page_content h1{
	margin:0px;	
	color:#0054A0;
	font-size:large;
}
#product_page_content h2{
	margin:5px 0px;	
	color:#616161;
	font-size:small;
}
#product_page_content .new_rating{
	font-weight:normal;
	color:#000000;
	float:left;
	font-size:x-small;
	margin-right:10px;
	padding-left:70px;
	padding-right:0px;
	background-position:left top;
	margin-top:4px;
}
#product_page_content .new_rating.star1{
	background-position:left -72px;
}
#product_page_content .new_rating.star2{
	background-position:left -54px;
}
#product_page_content .new_rating.star3{
	background-position:left -36px;
}
#product_page_content .new_rating.star4{
	background-position:left -18px;
}
#product_page_content .new_rating.star5{
	background-position:left 0px;
}
#product_page_content .per_participant{
	margin-top:0px;
	font-size:x-small;
	font-weight:normal;
	padding-left:16px;
	background-position:left top;
	background:url(/assets/2/css/new-images/participants_sprite.gif) no-repeat;
	color:#000000;
	float:left;
	padding-top:3px;
	height:17px;
}
#prod_page_large_price{
	color:#83b20f;	
	font-size:xx-large;
	text-align:right;
	font-weight:bold;
}
#prod_page_large_price span{
	color:#474747;
	font-size:large;
	font-weight:normal;
}
#prod_page_large_price span.discounted{
	color:#919191;	
	text-decoration:line-through;
	font-size:x-large;
	font-weight:bold;
}
.product_page_content_fragment, .tabbed_panel_content_fragment{
	display:none;	
}
.product_page_content_fragment ul{
	margin-top:0px;	
}
.tabbed_panel_content_map{
	margin-left:-99999px;
	float:left;	
}
.tabbed_panel_content_map.show{
	margin-left:0px;
	float:none;
	display:none;	
}
#product_page_nav_foot #top{
	background:url(/assets/2/css/new-images/prod_left_navbar_purchase.gif) no-repeat;
	height:30px;
}
#product_page_nav_foot #body{
	background:url(/assets/2/css/new-images/prod_left_navbar_purchase_body.gif) repeat-y;
	padding:15px;
}
#product_page_nav_foot #foot{
	background:url(/assets/2/css/new-images/prod_left_navbar_purchase_footer_bg.gif) no-repeat;
	height:9px;
}
#product_page_nav_foot #body div{
	font-size:x-small;
	text-transform:uppercase;
	color:#505050;
	text-shadow:0px 1px 0px #FFFFFF;
	padding:0px 0px 10px 20px;
	background:url(/assets/2/css/new-images/prod_left_navbar_purchase_tick.png) no-repeat left 1px;
}
#social_bar{
	position:relative;
	height:30px;
	padding:5px;
	margin-top:10px;
	background:url(/assets/2/css/new-images/social_bg.gif) no-repeat top left;
}
a#email_friend{
	display:block;
	font-size:x-small;
	position:absolute;
	left:10px;
	top:3px;
	width:60px;
	padding-left:30px;
	font-weight:normal;
	background:url(/assets/2/css/new-images/prod_social_email_bg.gif) no-repeat left center;
}
#email_friend_block{
	background:url(/assets/2/css/new-images/prod_forwardfriend_back.png) no-repeat;
	width:480px;
	height:190px;
	position: absolute;
	left:-55px;
	top:30px;
	z-index:99999;
	padding:34px 22px 15px 15px;
	display:none;
}
#email_friend_block a.close{
	display:block;
	position:absolute;
	width:33px;
	height:33px;
	right:1px;
	top:5px;
}
#email_friend_block #personal_information{
	float:left;	
	width:206px;
	margin-right:15px;
}
#email_friend_block .textbox{
	width:205px;
	height:24px;
	background:url(/assets/2/css/new-images/overlay_textfield.png) no-repeat left top;
	margin-bottom:10px;
	padding-top:6px;
}
#email_friend_block .textbox{
	width:205px;
	height:24px;
	background:url(/assets/2/css/new-images/overlay_textfield.png) no-repeat left top;
	margin-bottom:10px;
	padding-top:6px;
	
}
#email_friend_block .textarea{
	width:205px;
	height:24px;
	background:url(/assets/2/css/new-images/overlay_textfield.png) no-repeat left top;
	margin-bottom:10px;
	padding-top:6px;
}
#email_friend_block .textbox.active{
	background-position:left center;
}
#email_friend_block .textbox.required, #email_friend_block .textbox.required.active{
	background-position:left bottom;
}
#email_friend_block .textarea{
	width:252px;
	height:143px;
	background:url(/assets/2/css/new-images/overlay_textarea.png) no-repeat left top;
	margin-bottom:10px;
	padding-top:6px;
	display:block;
}
#email_friend_block .textarea.active{
	background-position:left bottom;
}
#email_friend_block .textarea textarea{
	width:230px;
	height:130px;
	background:transparent none;
	border:none;
	outline:none;
	margin:0px 6px;
	font-family:Arial, Helvetica, sans-serif;
	color:#717171;
}
#email_friend_block .textbox input{
	width:197px;
	margin:0px auto;
	color:#717171;
	background:transparent none;
	display:block;
	border:none;
	outline:none;
}
#email_friend_block #message{
	float:left;
	width:252px;
}
#social_bar #share{
	font-size:x-small;
	color:#505050;
	position:absolute;
	left:120px;
	top:12px;
}
#social_bar #share div{
	margin:3px 3px 0px 0px;
	float:left;
}
#slide_frame{
	width:288px;
	height:231px;
	padding:6px 8px 11px 8px;
	margin-bottom:10px;
	background:url(/assets/2/css/new-images/prod_image_bg.gif) no-repeat;
}
#buy_block{
	height:50px;
	width:295px;
	margin:0 auto 10px auto;
	background:url(/assets/2/css/new-images/prod_add_to_cart_bg.png) no-repeat;
}
#buy_block a{
	display:block;	
	padding:14px 0px 0px 55px;
	font-size:large;
	width:149px;
	height:34px;
	font-weight:bold;
	color:#3C1400;
	text-shadow:0px 2px 0px #F9D466;
	text-shadow:0px 2px 0px #F2B253;	
	
}
#buy_block a:hover{
	text-decoration:none;	
}
#buy_block #price{
	float:right;
	width:90px;
	height:47px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:large;
	text-shadow:0px -1px 0px #000000;
}
#buy_block #price #full_price{
	margin-top:14px;
}
#buy_block #price #discount_price{
	margin-top:0px;
	text-decoration:line-through;
	background:url(/assets/2/css/new-images/special_price_bg.gif) no-repeat left top;
	height:23px;
	padding-top:3px;
	color:#FFFFFF;
	font-weight:normal;
	text-shadow:none;
}
#buy_info{
	background:url(/assets/2/css/new-images/prod_text_bg.gif) no-repeat;
	padding:8px;
	width:279px;
	height:63px;
	color:#A1542D;
	margin:0px auto 10px auto;
	font-size:0.9em;
	text-align:center;
}
#new_to{
	background:url(/assets/2/css/new-images/prod_new_to_bg.png) no-repeat 10px 0px;
	padding:10px 0px 10px 80px;
	font-size:medium;
	color:#8A8A8A;
	text-align:center;
	font-weight:bold;
}
a#new_to_img_link{
	display:block;
	width:231px;
	margin:10px auto;
}
#new_to a{
	display:block;
	margin-top:5px;
}
a#learn_more{
	color:#000000;
	font-weight:normal;
	font-size:1.15em;
	background:url(/assets/2/css/new-images/prod_learn_btn_bg.png) no-repeat;
	display:block;
	width:157px;
	padding:14px 0px 0px 20px;
	margin:20px auto 10px auto;
	height:31px;
	text-shadow:0px 2px 2px #F2BE60;
}
#instant_vouchers h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:large;
	text-align:center;
	margin-bottom:0px;
	color:#4C4C4C;
}
#instant_vouchers h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	margin-bottom:20px;
	color:#4C4C4C;
}
.tabbed_panel{
	background:url(/assets/2/css/new-images/prod_tabbed_bottom_bg.png) no-repeat left bottom;
	padding-bottom:6px;
	margin-bottom:20px;
}
.tabbed_panel.small_panel{
	background:url(/assets/2/css/new-images/prod_tabbed_bottom_bg_small.gif) no-repeat left bottom;
}
.tabbed_panel ul:first-child{
	padding:0px;
	margin:0px;
	list-style:none;
	display:block;
	height:40px;
	background:url(/assets/2/css/new-images/prod_tabbed_corner_right.png) no-repeat left bottom;
}
.tabbed_panel.small_panel ul:first-child{
	background:url(/assets/2/css/new-images/prod_tabbed_corner_right_small.gif) no-repeat left bottom;
}
.tabbed_panel ul:first-child li{
	display:block;
	float:left;
	position:static;
	background:url(/assets/2/css/new-images/prod_tabbed_btn_bg_release_center.png) repeat-x;
	margin-right:5px;
}
.tabbed_panel ul li div{
	background:url(/assets/2/css/new-images/prod_tabbed_btn_bg_release_left.png) no-repeat left top;
}
.tabbed_panel ul li div a{
	background:url(/assets/2/css/new-images/prod_tabbed_btn_bg_release_right.png) no-repeat right top;
	padding:10px;
	display:block;
}
.tabbed_panel ul li.inquire, .tabbed_panel ul li.inquire div, .tabbed_panel ul li.active.inquire, .tabbed_panel ul li.active.inquire div{
	background:none;
}
.tabbed_panel ul li.inquire div a, .tabbed_panel ul li.active.inquire div a{
	background:url(/assets/2/css/new-images/prod_tabbed_inquire_bg.png) no-repeat 20px 10px;
	padding-left:40px;
	font-size:x-small;
}
.tabbed_panel ul li.active{
	background:url(/assets/2/css/new-images/prod_tabbed_btn_bg_active_center.png) repeat-x;
}
.tabbed_panel ul li.active div{
	background:url(/assets/2/css/new-images/prod_tabbed_btn_bg_active_left.png) no-repeat left top;
}
.tabbed_panel ul li.active div a{
	background:url(/assets/2/css/new-images/prod_tabbed_btn_bg_active_right.png) no-repeat right top;
}
.tabbed_panel .tabbed_content{
	border-left:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	padding:10px;
	width:599px;
}
.carousel_content_container{
	width:535px;
	height:213px;
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	float:left;
	overflow:hidden;
	padding:10px;
}
.carousel_content_container.home{
	width:848px;
}
.carousel_content_container h3, .carousel_content_container h1{
	margin-bottom:10px; 
	color:#474747; 
	font-size:medium;
	padding:0px;
	margin-top:0px;
}
.home .carousel{
	width:848px;
	height:189px;
}
.carousel{
	width:535px;
	height:189px;
}
.prev_carousel{
	display:block;
	height:236px;
	width:32px;
	background:url(/assets/2/css/new-images/prod_scroller_btn_bg.png) no-repeat left top;
	float:left;
}
.next_carousel{
	display:block;
	height:236px;
	width:32px;
	background:url(/assets/2/css/new-images/prod_scroller_btn_bg.png) no-repeat right top;
	float:left;
}
.carousel_col{
	float:left;
	width:171px;
	margin-right:10px;
}
.carousel_col img{
	width:171px;
	margin-bottom:10px;
}
.home .carousel .carousel_col{
	width:161px;
	margin-bottom:10px;
}
.home .carousel .carousel_col img{
	width:161px;
	margin-bottom:10px;
}
.carousel_col a{
	font-size:small;
	font-weight:bold;
}
.carousel_price{
	font-weight:bold;
	color:#83B20F;	
	font-size:medium;
}
#show_hide_reviews{
	font-size:x-small;	
}
#send_invite{
	display:block;
	width:60px;
	height:27px;
	margin-top:20px;
	background:url(/assets/2/css/new-images/vendor_contactvendor_btn_send.png) no-repeat;
	float:left;
}
#invite_alert{
	float:right;
	padding:25px 0px 0px 0px;
	font-weight:bold;
	font-size:0.9em;
	color:#900;
	display:none;
}
/* new homepage stuff */
.col_home_right{
	float:right;
	width:255px;
}
.col_home_right h2{
	font-size:medium;
	color:#105597;
	display:block;
	margin-bottom:10px;
}
.col_home_left{
	width:653px;	
}
.col_home_left .tabbed_panel ul{
	background:url(/assets/2/css/new-images/grey_1px.gif) repeat-x left bottom;
	height:36px;
}
.col_home_left .tabbed_panel ul li{
	margin-right:7px;
}
.col_home_left .tabbed_panel ul li.right{
	margin-right:0px;
	float:right;
}
.col_home_left .tabbed_panel ul li div a{
	padding:7px 33px;
	color:#5F5F5F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
}
.col_home_left .tabbed_panel ul li.active div a{
	color:#414141;
}
.col_home_left .tabbed_panel .tabbed_content{
	width:auto;	
}
.col_home_left .tabbed_panel{
	background:url(/assets/2/css/new-images/prod_tabbed_long_bottom_bg.png) left bottom no-repeat;	
}

.col_home_left  .head{
	background:url(/assets/2/css/new-images/prod_tabbed_long_top_bg.png) left bottom no-repeat;	
	margin: 0px;
}

.prod_horiz_block{
	background:url(/assets/2/css/new-images/prod_tabbed_separator.png) repeat-x left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
	
}
.prod_horiz_block:last-child{
	background:none;
	margin-bottom:0px;
	
}

a.image_frame{
	display:block;
	background:url(/assets/2/css/new-images/mini_img_frame.gif) no-repeat;
	width:141px;
	height:107px;
	padding:6px;
	float:left;
	
}
.prod_horiz_block .details{
	margin-left:163px;
}
.details .frag{
	color:#999999;
	font-weight:bold;
	margin:10px 0px;
}
.details .price{
	text-align:right;
	font-size:large;
	color:#83B20F;
}
.details .price span{
	color:#B3B3B3;
	text-decoration:line-through;
}
#home_top{
	padding-top:15px;
}
#home_top #quick_search{
	width:235px;
	float:left;
	margin-right:12px;
}
#home_top #welcome_block{
	color:#757575;
	font-size:small;
	float:left;
	width:245px;
}
#home_top #welcome_block ul{
	list-style:none;
	padding:0px;
}
#home_top #welcome_block ul li{
	background:url(/assets/2/css/new-images/bullet.png) no-repeat 10px center;
	padding-left:20px;
}
#home_top #welcome_block h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#105597;
	font-size:medium;
}
.header_seo{
	margin-bottom:9px;	
}
.header_seo ,.header_seo h1, .header_seo h2, .header_seo h3{
	font-size:medium;
	color:#2c2a2a;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.header_seo h1, .header_seo h2, .header_seo h3{
	display:inline;
}
a.long_green_btn{
	display:block;
	background:url(/assets/2/css/new-images/long_green_btn.gif) no-repeat;
	color:#FFFFFF;
	text-shadow:0px 1px 0px #669a2a;
	padding:10px 0px 10px 15px;
	height:17px;
}
div.pretty_select_container{
	position:relative;
	background:url(/assets/2/css/new-images/pretty-select-bg.gif) no-repeat left top;
	height:39px;
	margin-bottom:11px;
}
div.pretty_select_container input{
	border:none;
	background:none;
	width:100%;
	padding:10px;
}
div.pretty_select_container.active{
	background-position:left bottom;
}
div.pretty_select_container input{
	z-index:997;
	cursor:pointer;
}
div.selectbox-wrapper{
	position:absolute;
	top:30px;
	left:0px;
	z-index:999;
	background:url(/assets/2/css/new-images/pretty-select-dropdown-bg.png) left bottom no-repeat;
}
div.selectbox-wrapper select{
	display:none;	
}
div.selectbox-wrapper ul {
  	list-style-type:none;
  	margin:0px;
	padding:0px 10px 10px 10px;
	max-height:185px;
	overflow:auto;
	margin-bottom:10px;
	margin-right:5px;
}
div.selectbox-wrapper ul li{
	background:url(/assets/2/css/new-images/prod_tabbed_separator.png) repeat-x left bottom;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
.pretty_select_container .indicator{
	display:none;
	background:url(/assets/2/css/new-images/ajax-loader.gif) no-repeat left top;
	position:absolute;
	top:10px;
	left:160px;
	width:18px;
	height:18px;
}
.pretty_select_container.loading .indicator{
	display:block;
}

/* REDEMPTION STUFF */

.prodDescription .tabbed_panel .tabbed_content{
	width:auto;
}
.prodDescription .tabbed_panel .tabbed_content .tabbed_panel_content_fragment{
	height:215px;
	overflow:auto;
}
.redeem_participant_head{
	background:url(/assets/2/css/new-images/redeem_participant_head.png) no-repeat;
	width:327px;
	height:18px;
	padding:10px;
	font-weight:bold;
}
.redeem_participant_head a{
	float:right;	
	display:block;
	width:150px;
	text-align:right;
}
.redeem_participant_body{
	border:1px solid #d3d3d3;
	border-bottom:none;
}
.col.participant{
	width:347px; 
	padding:0px 0px 10px 0px; 
	margin:0px 5px 5px 0px;
	background:url(/assets/2/css/new-images/redeem_participant_foot.gif) no-repeat left bottom;
}
.pretty_required{
	width:224px;
	height:31px;
	background:url(/assets/2/css/new-images/redeem_participant_required_input.gif) no-repeat left top;
	margin:5px 0px 5px 0px;
}
.pretty_required input{
	border:none;
	background:none transparent;
	width:204px;
	margin:5px 0px 0px 5px;
	outline:none;
}
.pretty_required.required{
	background-position:left bottom;
}

DIV#redeem H3 {
    border-top: 1px solid #D7D7D8;
    color: #343434;
    font-size: 17px;
    margin-top: 10px;
    padding: 12px 5px;
}

DIV#featured_review H3 {
    color: #343434;
    font-size: 17px;
    margin: 0 0 15px;
    padding: 0 5px;
}


DIV#featured_review H4 {
    color: #616161;
    float: left;
/*    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;*/
    font-size: 13px;
    margin: 0 0 0 4px;
    width: 183px;
}

DIV#featured_review H4 A {
    color: inherit;
}


DIV#featured_review H5 {
    clear: both;
    color: #343434;
    font-size: 10px;
    margin: 0 4px;
    padding-top: 4px;
}

DIV#featured_review a {
    color: #105597;
    outline: medium none;
}


DIV#featured_review .home_rating {
    float: left;
    margin: 0;
}


DIV#featured_review H3 {
    color: #343434;
    font-size: 17px;
    margin: 0 0 15px;
    padding: 0 5px;
}

DIV#featured_review  h3 {
    font-weight: bold;
}


DIV#featured_review P.comment {
    background: url("/assets/2/css/new-images/prod_quotes_bg.png") no-repeat scroll 7px 5px transparent;
    clear: both;
    color: #6E6E6E;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-style: italic;
    line-height: 17px;
    margin: 8px 10px;
    text-indent: 24px;
}

DIV#featured_review P.comment SPAN.close_quotes {
    background: url("/assets/2/css/new-images/prod_quotes_close_bg.png") no-repeat scroll right 3px transparent;
    font-size: 11px;
    height: 11px;
    overflow: hidden;
    padding-right: 12px;
    width: 9px;
}

