@charset "UTF-8";
/* ---------------------
CSS Document
Author: Paul R
System: Tokyoflash Japan
Date: May 2008
Last Mod: Feb1-2011
----------------------*/
html,body{
height: 100%;
}

body{
margin: 0;
padding: 0;
font-family: verdana, arial, sans-serif;
font-size: small;
/*background: #333 url(images/bg_grey2.jpg) repeat-x top left fixed;*/

/*background: #333 url(images/bg_red.jpg) repeat-x top left fixed;*/
background: #333 url(images/bg_grey2.jpg) repeat-x top left fixed;

}
img{border: 0;}
.clear{clear: both;}
.show{display: block;}
.hide{display: none;}
.right{text-align: right;}
.left{text-align: left;}
.center{text-align: center !important;}
.x-small{font-size: x-small;}
.red{color: #900;}
.grey{color: #666;}
.large{font-size: large;}
.error{
background-color: #fcc;
color: #c00;
padding: 3px;
}

a.mobile{
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
background-color: #333;
color:#fc0;
text-decoration: none;
font-size: xx-small;
margin-right: 20px;
padding: 0 10px;
}

.warn{
background-color: #f99;
}
.warn1{
font-size: x-small;
background-color: #cfc;
}
.msg{
background-color: #cfc;
padding: 3px;
}
.link1{
color: #600;
text-decoration: none;
padding: 2px;
}
.link1:hover{
color: #000;
background-color: #eee;
}
.link2, .link2:visited{
color: #fc0;
}
.link2:hover{
color: #f30;
}

.link3, .link3:visited{
color: #999;
}
.link3:hover{
color: #666;
}

.button1{
background: #000 url(images/buttona0.gif) top right no-repeat;
padding: 3px 25px 3px 3px;
color: #fff;
text-decoration: none;
}

.button1:hover{
color: #fc0;
background: #000 url(images/buttona1.gif) top right no-repeat;
}

#content h1{
font-weight: normal;
color: #c60;
font-size: large;
margin: 0;
padding: 0;
background: transparent url(images/grill.gif) top left repeat;
}
#content h2{
margin: 0;
background: transparent url(images/grill2.gif) 0 1.2em no-repeat;
padding-bottom: 3px;
color: #666;
font-weight: normal;
font-size: large;
}



#topbar h1{
font-weight: normal;
color: #c60;
font-size: large;
margin: 0;
padding: 10px 0 0 10px;
background: none;
}
#topbar h2{
margin: 0;
padding: 0 0 0 10px;
color: #666;
font-weight: normal;
font-size: small;
}


#shadow{
position: relative;
margin: 0 auto;
width: 1014px;
background: transparent url(images/shadow_black.png) repeat-y top left;
min-height: 100%;
}

#shadow.shadow_whitebg{
background: transparent url(images/shadow_white.png) repeat-y top left;
}
/**/ * html #shadow { background: none; } /**/
/**/ * html #shadow.shadow_whitebg { background: none; } /**/

#shadow.shadow_none{
background: none;
}

#page{
width: 1000px;
margin-left: 7px;
border-left: 1px solid #000;
border-right: 1px solid #000;
background-color: #fff;
min-height: 100%;
padding-bottom: 30px;
}
#page.page_black{
background-color: #000;
}

#shadow.shadow_none #page{
border:0;
}


#content{
margin: 0 10px 0 10px;

}
.top1{
height: 4px;
background-color: #000;
width: 100%;
}
.top2{
position: relative;
width: 1000px;
border-top: 1px solid #fff;
border-bottom: 1px solid #333;
background: #160d0c url(images/header_bg2.jpg) no-repeat top right;
/*background: #160d0c url(images/header_bg2_xmas.jpg) no-repeat top right;*/
}
.lang{
width: 500px;
position: absolute;
text-align: right;
top: 0;
right: 0;
color: #000;
font-size: x-small;
margin: 3px;
color: #fff;
}


/* PROMO STYLES ================= */
.promo_title{
width: 500px;
position: absolute;
text-align: right;
top: 17px;
right: 10px;
color: #000;
font-size: x-large;
margin: 3px;
color: #fff;
text-shadow: #000 2px 2px 2px;
}

.promo_row{
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;
background-color: #eee;
margin-bottom: 0;
border: 1px solid #666;

}

.promo_imgclip{
float: left;
width:165px;
height:165px;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;
overflow:hidden;
margin: 20px;
position: relative;
top: -80px;
}

.promo_model{
font-weight: bold;
font-size: medium;
}

.promo_model em{
color: #666;
font-weight: normal;
font-size: small;
}

.promo_select{
position: relative;
top: -60px;
text-align: center;
float: right;
margin-right: 10px;
width: 200px;
height: 80px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
border: 1px solid #333;
background-color: #999;
}

.promo_selectbutton{
margin-top: 20px;
padding: 0 20px;
width: 70%;
text-decoration: none;
color: #000;
border: 1px solid #f90;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
/* COLOUR */
background: #c90; /* Old browsers */
background: -moz-linear-gradient(top,  #fc0 0%, #c90 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc0), color-stop(100%,#c90)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fc0 0%,#c90 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fc0 0%,#c90 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fc0 0%,#c90 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fc0 0%,#c90 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0', endColorstr='#c90',GradientType=0 ); /* IE6-9 */
}
.promo_selectbutton:hover{
color: #fff;
}

.promo_descrip{display: block; padding-right:230px;}

/* ================= */

.top3{
/*background: #000 url(images/header_menugrad.jpg) repeat-x bottom left;*/
background-color: #333;
width: 100%;
}


.top3 ul{
margin: 0;
padding: 5px;
width: 600px;
float: left;
}
.top3 li{
display: inline;

padding-left: 10px;
padding-right: 10px;
}
.top3 li a{
color: #fff;
font-size: x-small;
text-decoration: none;
}
.top3 li a:visited{
color: #fff;
}
.top3 li a:hover{
color: #fc3;
}

.top3 li a.menu_on{
color: #bd7702 !important;
}

.top3r{
float: right;
width: 330px;
height: 26px;
padding: 0;
margin: 0;

}
.top3r_fs{

width: 170px;	
padding: 5px 5px;

position: absolute;
text-align: right;
bottom: 0;
right: 0;
}
.top3r_fs a{
color: #fc0;
font-size: xx-small;
text-decoration: none;
text-shadow: #000 2px 2px 2px;
}
.top3r_basket{
float: left;
width: 120px;

}
.top3r_basket a{
display: block;
text-decoration: none;
color: #fff;
}
.bask_qty{
float: left;
color: #fff;
background: #333 url(images/bg_baskqty.png) no-repeat top left;
width: 26px;
height: 20px;
padding-top: 6px;
text-align: center;
font-size: x-small;
}
.bask_total{
float: left;
color: #fff;
width: 58px;
height: 20px;
padding-top: 6px;
padding-left: 2px;
font-size: x-small;
}
.top3r_curr{
float: right;
width: 200px;
}

.currency{

height: 20px;
padding-top: 5px;
text-align: right;
font-size: x-small;
color: #fff;
}
.currency em{
position: relative;
top: -4px;
}
.currency form{
padding: 0;
margin: 0;
}
.currency input{
margin: 0 1px;
}




.top4{

}
.tb_left{
width: 630px;
float: left;
}
.tb_left h2{
font-weight: normal;
color: #999;
font-size: small;
margin: 0;
padding: 0 0 0 10px;
}

.tb_right{
width: 340px;
float: right;
}
.login{
float: right;
width: 380px;
font-size: x-small;
color: #000;
padding: 8px 3px 3px 15px;
text-align: right;
}
.login table{
float: right;
}
#topbar .login .l1{
color: #fff;
text-decoration: none;
background: #333 url(msdropdown/dd_bg.gif) repeat-x bottom left;
padding: 2px;
border: 1px solid #000;
}
#topbar .login .l1:hover{
color: #fc0;

}
#topbar{
background: transparent url(images/topbar_shadow.png) repeat-x top left;
}
/**/ * html #topbar { background: none; } /**/

.b_logout{
text-align: center;
}


.cart{
float: right;
width: 260px;
background-color: #e5e5e5;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.cart em{
float: left;
width: 85px;
font-style: normal;
font-size: x-small;
padding: 3px 15px 3px 2px;
background: #e5e5e5 url(images/cart.gif) no-repeat center right;
}
.cart span{
width: 150px;
color: #c00;
float: right;
text-align: right;
font-size: x-small;
}
.cart span img{
vertical-align:middle;
}




#shopbox .currency{
width: 150px;
float: none;
margin-top: 0;
padding: 0;
text-align: right;
}
#shopbox .currency em, #shopbox #ci{
display: none
}
#shopbox .currency form{
width: auto;
float: none;
text-align: right;
margin: 0 5px 0 0;
padding: 0;
}



#content2{
position: relative;
}
#shopbox{
position: absolute;
top: 0;
right: 0;
width: 250px;
margin: 0 10px 10px 10px;
z-index: 10;
}
.sb1{
background: #000 url(images/qb_bg1.gif) repeat top left;
}
.sb1 h1{
margin: 0;
padding: 5px;
color: #fff;
font-size: medium;
font-weight: normal;
position: relative;
}
.sb1 span{
position: absolute;
right: 5px;
top: 5px;
width: 5em;
text-align: right;
}
.sb2{
background: #600 url(images/wood_small.jpg) repeat top left;
height: 6px;
border-top: 1px solid #fff;
}
.sb3{
background: #e5e5e5 url(images/qb_bg2.gif) repeat top left;
border-bottom: 1px solid #000;
}
.sb3 table{
width: 100%;
}
.sb3 th{
font-weight: normal;
text-align: left;
}
.sb_pts{
font-size: x-small;
color: #999;
margin-top: 7px;
font-weight: bold;
}
.barcode{
position: relative;
width: 95px;
height: 35px;
background: #fff url(images/barcode.gif) no-repeat top left;
overflow: hidden;
}
.barcode span{
position: absolute;
bottom: 0;
left: 27px;
font-size: 9px;
}
#shopbox #buy{
float: right;
margin-right: 5px;
}


#shopbox #bb #buy:hover, #shopbox #bb #buy:hover_effect{
background-color:#cce;
-webkit-animation-name: glow;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;	
}



#shopbox #qty{
float: left;
}

.bcrumb{
width: 200px;
float: right;
text-align: right;
}
.bcrumb a{
color: #900;
}
.bcrumb a:hover{
background-color: #e5e5e5;
}

.bcrumb img{
margin-bottom: -3px;
}
#po h3{
border: 1px solid #666;
background-color: #fcc;
font-size: small;
margin: 0;
padding: 0;
}
#po h3 a{
font-size: xx-small;
font-weight: normal;
}
#po em{
font-size: xx-small;
}
.soldout{
color: #c00;
padding: 0 2px;
}


.qdiv{
background-color: #eee;
padding: 4px;
margin: 20px 0;
}
#content .qdiv h2{
background: transparent url(images/grill2.gif) 0 1.2em no-repeat;
padding-bottom: 3px;
font-size: medium;
font-weight: normal;
color: #000;
}
#content .qdiv h3{
background: transparent url(images/grill2.gif) top left repeat-y;
font-size: small;
font-weight: bold;
padding: 2px;
color: #000;
margin: 0;
}



#basket{
border-bottom: 1px solid #000;
padding: 20px 0;
}
#t_basket{
width: 100%;
border-spacing: 0;
}
#t_basket .th1{
padding: 2px;
border-top: 1px solid #600;
border-bottom: 1px solid #600;
background-color: #eee;
}
#t_basket .th2{
padding: 2px;
border-bottom: 1px solid #ccc;
background-color: #eee;
}
#t_basket .thpts{
background-color: #99c;
}
#t_basket .thpts2{
background-color: #66c;
}
.eee{
background-color: #eee;
border-bottom: 1px solid #ccc;
}
#t_basket td{
border-bottom: 1px solid #ccc;
}
.del{
color: #600;
text-decoration: none;
background-color: #ccc;
padding: 0 2px;
}
.del:hover{
background-color: #999;
}
.del2{
color: #fff;
text-decoration: none;
background-color: #900;
padding: 0 2px;
}
.del2:hover{
background-color: #000;
}
.tb50{
width: 50px;
}
.tb100{
width: 100px;
}
.tb200{
width: 200px;
}
#t_basket .blanktd, #content .t_checkout .blanktd{
background-color: #fff;
border: none;
}
#t_basket .btotal{
background-color: #000;
color: #fff;
text-align: left;
}
#t_basket .bprice{
font-size: medium;
color: #900;
}
#t_basket .bnote{
color: #666;
}
#t_basket .bnotepts{
background-color: #dcdcf7;
}
#t_basket .bend{
border-bottom: 1px solid #600;
}
#t_basket .checkout{
background-color: #ddd;
}
.t_checkout{
margin-bottom: 20px;
}
.t_general th, .t_checkout th{
width: 100px;
color: #000;
text-align: right;
background-color: #ddd;
padding: 2px;
font-size: x-small;
}
#content .t_checkout td{
background-color: #eee;
}

.t_general2{

}
.t_general2 th{
background-color: #666;
color: #fff;
padding: 2px;
text-align: left;
}
.t_general2 td{
background-color: #ddd;
padding: 2px;
}

.tdsubmit{
background-color: #ddd;
}
.emsjp{
background-color: #ddd;
border-top: 1px solid #600;
border-bottom: 1px solid #600;
}
.emsjp p{
padding: 4px;
margin: 0;
}
.emsfound{
margin: 5px 0;
padding: 1px;
border: 1px solid #666;
background-color: #eee;
}
.emsfound p{
padding: 1px;
margin: 1px;
}

.mediapg{
background: #fff url(images/bg_mediapg2.jpg) repeat-y top right;

}
.press_l{
float: left;
width: 700px;
}
#press h2{
background-color: #ddd;
padding: 4px;
color: #000;
margin: 20px 0;
}
#press p{
margin: 0;
padding: 0;
}
#press h3{
margin: 10px 0 0 0;
}
.press_r{
float: right;
width: 250px;
margin-left: 20px;
}


.soon{
background-color: #ddd;
border-top: 1px solid #600;
border-bottom: 1px solid #600;
font-size: medium;
text-align: center;
padding: 10px 0;
}
#ctax{
background-color: #fcc;
border-top: 1px solid #600;
border-bottom: 1px solid #600;
padding: 4px;
margin: 10px 0 20px 0;
}
#ctax span, #creg span{
background-color: #aaa;
padding: 2px;
}
#ctax a{font-size: x-small;}
#creg{
margin: 10px 0 20px 0;
padding: 4px;
background-color: #ddd;
border-top: 1px solid #600;
border-bottom: 1px solid #600;
}
#survey{
border: 1px solid #000;
background-color: #ddd;
width: 70%;
margin: 0 auto;
}
#survey h2{
margin: 0;
padding: 2px;
background-color: #900;
color: #fff;
}
#survey p{
margin: 5px;
padding: 0;
}
.question{
border: 2px dotted #999;
background-color: #ddd;
padding: 2px;
margin: 5px 0;
}
.question h2{
background-color: #ccc;
font-weight: normal;
font-size: medium;
color: #000;
}
.question h2 span{
font-weight: bold;
color: #c00;
}
.question p{
margin-left: 80px;
}
.qa1{background-color: #fcc; text-align: center;}
.qa2{background-color: #fc6; text-align: center;}
.qa3{background-color: #ff6; text-align: center;}
.qa4{background-color: #9f9; text-align: center;}
.qa5{background-color: #9cf; text-align: center;}

.t_survey{ margin: 10px;}
.t_survey th {color: #fff; background-color: #666; text-align: left;}
.t_survey td {background-color: #fff; text-align: center;}
.t_survey .t_title{background-color: #fc0; color: #000; font-size: medium;}



.helpbox .expand, #helpbox .expand, #regbox .expand{
padding: 0;
margin: 0;
background: none;
position: absolute;
top: 0;
left: 0;
width: 250px;
height: 100%;
}

.helpbox .expand{
width: 390px;
}




.t_history th{
background-color: #999;
color: #fff;
font-size: small;
padding: 2px;
}
.t_history td{
border-bottom: 1px solid #999;
}
#t_help{
width: 100%;
}
#t_help td{
padding: 10px;
}

#t_help .helpbox{
position: relative;
width: 390px;
min-height: 110px;

}
#t_help .helpbox h2, .helpbox p{
padding: 5px 3px 1em 115px;
margin: 0;

}
#t_help .helpbox p{
border-left: 2px solid #600;
border-right: 2px solid #600;
}
#t_help .helpbox h2{
color: #900;
text-decoration: none;
font-size: medium;
background:none;
}
#t_help .helpbox img{
position: absolute;
bottom: 0;
}


#content .browselist{
font-size: x-small;
text-align: center;
margin: 10px 0;
}

#content .browselist h2{
font-size: x-small;
color: #999;
text-align: center;
display: inline;
background-image: none;
}

#content .browselist p {
font-size: x-small;
color: #999;
text-align: center;
display: inline;
background-image: none;
}
#content .browselist ul {
display: inline;
margin: 0;
padding: 0;
}
#content .browselist li {
font-size: x-small;
color: #999;
text-align: center;
display: inline;
background-image: none;
border-right: 1px solid #999;
margin-right: 3px;

}
.browselist a{
color: #bd7702;
}
#footer{
position: absolute;
bottom: 0;
left: 8px;
width: 1000px;
background-color: #000;
text-align: center;
font-size: x-small;
margin-top: 20px;
}
#footer .foot2{
border-top: 1px solid #000;
background-color: #e5e5e5;
}
#footer .foot3{
border-top: 1px solid #fff;
margin-top: 2px;
height: 5px;
background-color: #000;
}
#footer a {
	color: #7c4e00;
	text-decoration: none;
	}
#footer a:visited{
color: #5a3800;
}
#footer a:hover {
	color: #bd7702;
	text-decoration: underline;
	}
	
	
.glist1{
list-style-image: url(images/bullet.gif);
margin: 10px;
padding: 0 0 10px 20px;
font-size: x-small;
}
.glist2{
list-style-image: url(images/bullet2.gif);
margin: 10px;
padding: 0 0 10px 20px;
font-size: x-small;
color: #fff;
}
.glist3{
list-style-image: url(images/bullet.gif);
margin: 10px;
padding: 0 0 10px 20px;
}
.glist3 li{
margin: 10px 0;
}


.under100{
z-index:2;
position: relative;
top: -52px;
margin-bottom: -52px;
}

.td_prod_img{

}
.prod_float_icon{
z-index: 2;
position: relative;
margin-bottom: -50px;
top: -50px;
float:right;
}
.prod_float_icon2{
z-index: 2;
position: relative;
margin-bottom: -75px;
top: -75px;
}
.prod_float_icon3{
z-index: 2;
position: relative;
margin-bottom: -37px;
top: -37px;
}
.cat_float_icon{
z-index: 2;
position: relative;
margin-left: -90px;
margin-bottom: -37px;
top: -25px;
margin-right: 10px;
}

.float_bubble{
z-index: 2;
position: relative;
left: -200px;
top:10px;
}

.basketpromo_xmas{
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;
background-color: #600;
padding-bottom: 1em;
margin: 5px 0;
}
.basketpromo_xmas h3{
color: #fff;
margin: 0;
padding: 3px;
}
.basketpromo_xmas s{
font-size: x-small;
}
.basketpromo_xmas span{
color: #900;
}
.basketpromo_xmas td{
text-align: center;
padding: 0 10px;
}

.basketpromo_xmas div{
background-color: #fff;
}


.basketpromo_xmas table td{
border-bottom: none !important;
}

.promo_left{
width: 479px;
float: left;
color: #fff;
}

.promo_right{
width: 521px;
float: right;
}

.promo_50pc{
float: right;
width: 506px;
margin-right: 3px;
background: #333 url(images/basket_deals/promo_bg.gif) repeat-y top left;
}

.promo_kisai{
margin: 0 20px;
}



.promo_prize{
padding: 10px;
color: #fff;
}

.promo_prize b, .promo_kisai b{
color: #f60;
}

.top_reasons{
margin: 0 20px;
background-color: #402c2d;
border-top: 1px solid #666;
border-bottom: 1px solid #666;	
}
.top_reasons p{
color: #fc0;
padding: 0 20px;
}
.terms{
border-top: 1px dotted #999;
font-size: x-small;
color: #fff;
margin: 30px 20px 0 20px;
}
.terms p{
color: #fc0;	
}
.terms h2{
color: #fc0;
font-size: x-small;
}


.mag{
width: 660px;
border: 1px solid #ccc;
padding: 5px;
margin: 10px 0;

-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;
}
.mag_bg1{
background: #b9cad6 url(images/mag_bg1.jpg) repeat-x top left;
}
.mag_bg2{
background: #dacdba url(images/mag_bg2.jpg) repeat-x top left;
}

.mag_pic{
float: left;
width: 100px;
}
.mag_text{
float: left;
width: 550px;
margin-left: 5px;
}
#press .mag_text h2{
background-color: transparent;
background-image: none;
margin: 0;
padding: 0;
}
.mag_text h2 a{
color: #c60;
font-size: medium;
}
.mag_text h2 a:visited{
color: #963;
}
.mag_text h2 a:hover{
color: #930;
}
.mag_text p{
color: #666;
}

#press h2{
margin-bottom: 0;
padding-bottom: 0;
padding-left: 15px;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;

/* COLOUR */
background: #b7dbfe; /* Old browsers */
background: -moz-linear-gradient(top,  #b7dbfe 0%, #6b8fb3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7dbfe), color-stop(100%,#6b8fb3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7dbfe 0%,#6b8fb3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7dbfe 0%,#6b8fb3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7dbfe 0%,#6b8fb3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7dbfe 0%,#6b8fb3 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7dbfe', endColorstr='#6b8fb3',GradientType=0 ); /* IE6-9 */
/* ===== */

}

.mag_main{
	
}
#press .mag_main h3{
position: relative;
margin: 0;
padding: 4px 0;
margin-top:-1px;
}
.mag_main h3 span{
background-color: #c60;
color: #fff;
padding: 3px 50px 3px 3px;
font-size: medium;
font-weight: normal;
margin-left: 20px;

-webkit-border-radius: 0 0 10px 10px; 
-moz-border-radius: 10 0 10px 10px; 
border-radius: 0 0 10px 10px;

}
.mag_main h3 a{
font-weight: normal;
font-size: small;
position: absolute;
right: 0;
}
#press .mag_main p{
margin: 20px 0;
}
.mag_main .cover{
text-align: center;
}

#press .media_nav{
background: transparent url(images/grill2.gif) 0 -0.5em no-repeat;
text-align: right; 
padding-top: 1em;
}
	
.media_nav em{
background-color: #ddd; 
padding: 0 3px;
}

.media_nav span{
color: #999;
}


.newslettersu form, .newslettersu div{font-family: verdana, arial, sans-serif;font-size: x-small; color: #999;}
.newslettersu input{font-size: x-small; margin: 0 5px;}
.newslettersu .button{
background-color: #000;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
color: #fff;
text-decoration: none;
outline: none;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ccc,  #000); /* for firefox 3.6+ */ 
}
.newslettersu .button:hover{
color: #fc0;
}
.newslettersu .button:active{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #666,  #000); /* for firefox 3.6+ */ 
}


.product_quote{
background: #000 url(images/quotes.gif) no-repeat top right;
}
.product_quote p{
padding: 10px 100px 0 100px;
font-size: medium;
text-align: justify;
}

.offer_lightspeed{
width: 400px;
background-color: #eaeaea;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
}
#basket .offer_lightspeed td !important{
border: none;
}

.baskfreeship{
background-color: #390;
color: #fff;
padding: 2px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
}

.chkout_login{
width: 400px;
float: left;
}

.chkout_reg{
width: 550px;
float: right;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
background-color: #e3e3e3;
margin-top: 2px;
}
#content .chkout_reg h2{
background:none;
color: #fff;
-webkit-border-radius: 5px 5px 0 0; 
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
border: none;
background-color: #930;
font-size: small;
font-weight: bold;
padding: 3px;
}
#content .chkout_reg p{
margin: 0;
padding: 0 5px;	
}
#content .chkout_reg strong{
background-color: #aaa;	
}

.t_general .lgth1{
text-align: left; 
color: #fff; 
font-size: small; 
-webkit-border-radius: 5px 5px 0 0; 
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
border: none;
background-color: #930;
}
.t_general .lgth2{
text-align: right;
-webkit-border-radius: 0 0 5px 5px; 
-moz-border-radius: 0 0 5px 5px; 
border-radius: 0 0 5px 5px; 
border: none;
background-color: #930;
}

#topbar .validref_thanks{
width: 800px;
margin: 0 auto;
-webkit-border-radius: 0 0 5px 5px; 
-moz-border-radius: 0 0 5px 5px; 
border-radius: 0 0 5px 5px; 
border: none;
background-color: #930;
}
#topbar .validref_thanks h2{
margin: 0;
padding: 0;
color: #fff;
text-align: center;
}

.xmasbox{
margin: 10px 0;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px; 
border: 1px solid #ccc;
background-color: #300;
}
.xmasbox h4{ 
margin: 5px 3px;
padding: 0;
color: #fff;
font-size: medium;
font-weight: normal;
}
.xmasbox p{ 
color: #999;
margin: 5px;
padding: 0;
}
.offer_xmas2011{
margin: 10px 0;
padding: 0;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px; 
background-color: #600;
text-align: left;
padding-bottom: 10px;
}
.offer_xmas2011 h3{
	color: #fff;
	font-weight: normal;
	margin: 2px 0 0 5px;
}
.offer_xmas2011 h3 span{
	color: #c00;
	font-weight: bold;
}
.offer_xmas2011 table{
	background-color: #fff;
	width: 100%;
}
.offer_xmas2011 table img{
	border: 1px solid #999;
}
.offer_xmas2011 td{
	font-size: x-small;
	color: #666;
	border: none !important;
}
.offer_xmas2011 td b{
	font-size: small;
	color: #c00;
}


/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-isosceles {
	position:relative;
	padding:5px;
	margin:1em 0 3em;
	color:#000;
	background:#f3961c; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(#f9d835, #f3961c);
	background:-o-linear-gradient(#f9d835, #f3961c);
	background:linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-isosceles.tri-top {
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
	background:-moz-linear-gradient(#f3961c, #f9d835);
	background:-o-linear-gradient(#f3961c, #f9d835);
	background:linear-gradient(#f3961c, #f9d835);
}

/* Variant : for left/right positioned triangle
------------------------------------------ */

.triangle-isosceles.tri-left {
	margin-left:50px;
	background:#f3961c;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-isosceles.tri-right {
	margin-right:50px;
	background:#f3961c;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	right:150px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#f3961c transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* Variant : top
------------------------------------------ */

.triangle-isosceles.tri-top:after {
	top:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
	border-color:#f3961c transparent;
}

/* Variant : left
------------------------------------------ */

.triangle-isosceles.tri-left:after {
	top:16px; /* controls vertical position */
	left:-50px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:10px 50px 10px 0;
	border-color:transparent #f3961c;
}

/* Variant : right
------------------------------------------ */

.triangle-isosceles.tri-right:after {
	top:16px; /* controls vertical position */
	right:-50px; /* value = - border-left-width - border-right-width */
	bottom:auto;
    left:auto;
	border-width:10px 0 10px 50px;
	border-color:transparent #f3961c;
}

#sidecolumn{
position: absolute;
top: 0;
right: 260px;
width: 250px;
margin: 0 10px 10px 10px;
z-index: 20;
text-align: right;
}

#sharediscount{
visibility:hidden;
float: left;
width: 200px;
}

.tf_sharethis{
position: absolute;
width: 400px;
text-align: left;
margin-left: 5px;
z-index: 5;

}

#fbmsg{
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px; 
background-color: rgba(0,0,0,0.5);
color: #fc0;
padding: 5px;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
margin: 5px 0;
width: 310px;
}
.fbl{
margin: 3px 0 0 3px;
}

#theprice b{
color: #c00;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px; 
border: 2px solid #c00;
padding: 0 10px;
margin-left: -15px;
}

.tf_cookies{
width: 80%;
-webkit-border-radius: 0 0 10px 10px; 
-moz-border-radius: 0 0 10px 10px; 
border-radius: 0 0 10px 10px;
background-color: #666;
margin: 0 auto 5px auto;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.tf_cookies p{
margin: 0;
padding: 3px;
color: #ccc;	
}

.media_web{
	position: relative;
	z-index: 2;
	margin-top: 20px;
width: 100%;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;

/* COLOUR */
background: #b7dbfe; /* Old browsers */
background: -moz-linear-gradient(top,  #b7dbfe 0%, #6b8fb3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7dbfe), color-stop(100%,#6b8fb3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7dbfe 0%,#6b8fb3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7dbfe 0%,#6b8fb3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7dbfe 0%,#6b8fb3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7dbfe 0%,#6b8fb3 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7dbfe', endColorstr='#6b8fb3',GradientType=0 ); /* IE6-9 */
/* ===== */
}
#press .media_web p{padding: 10px;}
#press .media_web span{position: relative; top:-15px; left: 10px;}

.media_print{
width: 470px;
float: right;
z-index: 1;
position: relative;
top: -20px;
padding-top: 20px;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;
/* COLOUR */
background: #dff5fd; /* Old browsers */
background: -moz-linear-gradient(top,  #dff5fd 0%, #92a9b0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff5fd), color-stop(100%,#92a9b0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dff5fd 0%,#92a9b0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dff5fd 0%,#92a9b0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dff5fd 0%,#92a9b0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dff5fd 0%,#92a9b0 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff5fd', endColorstr='#92a9b0',GradientType=0 ); /* IE6-9 */
/* ===== */
 
}
#press .media_print img{margin-left: 10px; margin-bottom: 10px;}
#press .media_print p img{margin-left: 0; margin-bottom: 0;}
#press .media_print p{padding: 10px;}
#press .media_print span{display: block; float: right; position: relative; top: 10px; right: 25px; width: 280px;}

.media_movies{
margin-top: 30px;
padding-bottom: 120px;
width: 480px;
float: left;
z-index: 1;
position: relative;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;
/* COLOUR */

background: #dfe7fd; /* Old browsers */
background: -moz-linear-gradient(top,  #dfe7fd 0%, #929bb0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe7fd), color-stop(100%,#929bb0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dfe7fd 0%,#929bb0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dfe7fd 0%,#929bb0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dfe7fd 0%,#929bb0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dfe7fd 0%,#929bb0 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe7fd', endColorstr='#929bb0',GradientType=0 ); /* IE6-9 */
/* ===== */

	
}

#press .media_movies p{padding: 10px;}
#press .media_movies span{display: block; float: right; position: relative; top:20px; left: 200px; left: 10px; width: 260px;}


.media_music{
	
position: relative;
z-index: 1;
margin-top: -20px;
width: 100%;
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
border-radius: 10px;

/* COLOUR */
background: #b7cdff; /* Old browsers */
background: -moz-linear-gradient(top,  #b7cdff 0%, #6b81b2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7cdff), color-stop(100%,#6b81b2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7cdff 0%,#6b81b2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7cdff 0%,#6b81b2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7cdff 0%,#6b81b2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7cdff 0%,#6b81b2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7cdff', endColorstr='#6b81b2',GradientType=0 ); /* IE6-9 */


/* ===== */

	
}

#press .media_music p{padding: 10px;}
#press .media_music span{position: relative; top:-15px; left: 10px;}

#bfsash2013{
position: fixed;
z-index: 5;
bottom: 0;
right:0;
pointer-events: none;
}