@charset "utf-8";

html{
    height:100%;
}

body{
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    background-color: #1a1e24;
    color:#8a8a8a;
    background-image:url('/images/bg.png');
    min-height:100%;
    line-height:145%;
    letter-spacing:1px;
    width:100%;
}

input, select, textarea{
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    color:#8a8a8a;
}

button{
    font-family: 'PT Sans', sans-serif;
}
ul{
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
    color: inherit;
}

.cleardiv{
    clear:both;
}

.clearrow{
    overflow:hidden;
    margin-right:15px;
    clear:both;
}


.containerrow{
    display:table;
    width:955px;
}
.container .adleft{
    position:absolute;
    left:-180px;
}
.container .adright{
    position:absolute;
    right:-165px;
}

.warningstatus{
    margin:0 auto;
    text-align:center;
    background-color:#cc0000;
}
.warningstatus .warningcontent{
    margin:0 auto;
    width:910px; 
    vertical-align:top;
    color:white;
    text-transform:uppercase;
    font-size: 11px;
    letter-spacing: 0;
    padding:5px 25px 5px 10px;
    displaY:inline-block;
    letter-spacing:1px;
    font-weight:bold;
}
.warningstatus .warningcontent .close{
    width:13px;
    height:13px;
    float:right;
    background-image:url('/images/icon-close.png');
    background-repeat:no-repeat;
    cursor:pointer;
    margin-top:4px;
}
.warningstatus .warningcontent .close:hover{
    background-image:url('/images/icon-close-hover.png');
}

.statusContainer{
    margin:0 auto;
    width:940px;
    text-align:right;
    padding-right:15px;
}
.headContainer{
    background-image:url('/images/headbg.png');
    background-repeat:repeat-x;
}
.head{
    margin:0 auto;
    width:940px;
    padding-right:15px;
    height:98px;
    position:relative;
    font-size:0;
}

.logo{
    display:inline-block;
    background-image:url('/images/logo.png');
    background-repeat:no-repeat;
    background-position:0px 17px;
    width:290px;
    height:98px;
    vertical-align:top;
}

.slogen{
    padding-top:65px;
    padding-left:72px;
    text-align:left;
    color:white;
    font-size:12px;
    letter-spacing:0;
    line-height: 130%;
    width:160px;
}

.headinfo{
    display:inline-block;
    width:508px;
    height:98px;
    vertical-align:top;
    text-align:right;
    position:relative;
}

.headinfo .logintooltip{
    position:absolute;
    bottom:-4px;
    right:0;
    background-image: url("/images/successpoint.png");
    background-repeat: no-repeat;
    background-position:54% 0;
    color:white;
    width:310px;
    padding-top: 9px;
    z-index:20;
    
}
.headinfo .logintooltip span{
    background-color:#2E95C0;
    padding:0 20px;
    display:block;
    font-size:12px;
}

.cartinfo{
    display:inline-block;
    width:136px;
    height:97px;
    vertical-align:top;
    /*background-color:#20242c;*/
    background-color:#444d5c;
    border-top:1px solid #6b778c;
    position:relative;
    border-right:1px solid #353d49;
    border-left:1px solid #4e5765;
}
.cartinfo:hover{
    
}

.cartinfo .cihead{
    background-image: url("/images/icon-cartinfo.png");
    background-position: 25px 0px;
    background-repeat: no-repeat;
    padding-left:60px;
    font-size:17px;
    text-transform:uppercase;
    color:white;
    height:25px;
    line-height:25px;
    margin:6px 0 5px;
}

.cartinfo:hover{
    background-color:#2E95C0;
}

.carttooltip{
    position:absolute;
    bottom:-20px;
    right:0;
    background-image: url("/images/successpoint.png");
    background-repeat: no-repeat;
    background-position:75% 0;
    color:white;
    width:275px;
    padding-top: 9px;
    z-index:20;
    
}
.carttooltip span{
    background-color:#2E95C0;
    padding:0 20px;
    display:block;
    font-size:12px;
}


.left{
    display:table-cell;
    width:266px;
    vertical-align:top;
    font-size:14px;
}
.containerrow > .gap{
    display:table-cell;
    vertical-align:top;
    width:34px;
}
.content{
    font-size:14px;
    /*display:table-cell;
    float:left;*/
    vertical-align:top;
    
}

.status{
    display:inline-block; 
    vertical-align:top;
    /*margin-right:4px;*/
}
.status .controllink{
    padding:5px 10px;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:0;
    display:inline-block;
    background-image:url('/images/topmenu.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.status .controllink:hover{
    background-image:none;
    background-color:#2b89af;
    background-image: url("/images/topmenu-active.png");
    color:white;
}
.language, .currency{
    display:inline-block;
    vertical-align:top;
    padding-right:15px; 
    background-image:url('/images/topselect.png');
    background-repeat:no-repeat;
    background-position:right center;
    font-size:11px;
    text-transform:uppercase;
    margin:5px 3px;
}
.opendialog{
    position:relative;
    cursor:pointer;
}
.dialog{
    display:block;
    position:absolute;
    top:20px;
    left:0;
    width:30px;
    background-color:#272C35;
    display:none;
    z-index:100;
    text-align:left;
    padding:5px;
}
.language{
    width:70px;
}

.language .flag, .language .name{
    display:inline-block;
}
.language .flag img{
    width:15px;
    opacity:0.6;
}

.language .element{
    display:inline-block;
    vertical-align:top; 
}

.headmenu{
    height:62px;
    border-left:1px solid #353e4a;
    font-size:0;
    vertical-align:top; 
    display:inline-block;
}
.headmenu li{
    position:relative;
    vertical-align:bottom; 
    display:inline-block;
    float:left;
    color:white;
    width:94px;
    text-align:center;
    border-left:1px solid #4f5766;
    border-right:1px solid #353e4a;
    font-size:11px;
    text-transform:uppercase;
    height:59px;
    padding-top:3px;
    letter-spacing:0;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.headmenu li:hover{
    background-color:#2b89af;
    color:white;
}
.headmenu li.gificon{
    background-image:url('/images/icon-preorder.gif');
    background-repeat:no-repeat;
    background-position: 0 1px ;
    
    height:59px;
}
.headmenu li.gificon a{
    padding-top:36px;
}
.headmenu li.gificon:hover{
    background-image:url('/images/icon-preorder-active.gif');
    
}
.headmenu li.gificon:hover a{
    color:white !important;
}
.headmenu li:last-child{
    /*border-right:none;*/
}
.headmenu li img{
    margin: 2px 10px -2px;
}

.headmenu .controllink{
    display:block;
}

.search{
    font-size:0;
    letter-spacing:0;
}

.search .input{
    width:464px;
    margin:6px 0;
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    letter-spacing:1px;
    float:left;
    
    
}
.search input{
    width:238px;
    border:1px solid white;
    margin-right:0px;
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
    height:20px;
}

.search input.focused{
    width:452px;
}

.search .icon{
    background-color:#cc4d00;
    background-image:url('/images/icon-search.png');
    background-repeat:no-repeat;
    background-position:center center;
    height:36px;
    width:36px;
    display:inline-block;
    vertical-align:top;
    cursor:pointer;
    
}
.search .icon:hover{
    background-color:#2788b4;
}

.head .carticon{
    position:absolute;
    top:-8px;
    left:785px;
    width:50px;
    height:50px;
    z-index:10;
    background-image:url('/images/cartinfo.png');
    background-repeat:no-repeat;
}
.head .carticonfull{
    background-image:url('/images/cartinfoactive.png');
    background-repeat:no-repeat;
}
.head .carticon:hover{
    background-image:url('/images/cartinfoactive.png');
    background-repeat:no-repeat;
}
.head .preordericon{
    position:absolute;
    top:-8px;
    left:785px;
    width:50px;
    height:50px;
    z-index:10;
    background-image:url('/images/preorderinfo.png');
    background-repeat:no-repeat;
    display:none;
}
.head .preordericonfull{
    background-image:url('/images/preorderinfoactive.png');
    background-repeat:no-repeat;
    display:none;
}
.head .preordericon:hover{
    background-image:url('/images/preorderinfoactive.png');
    background-repeat:no-repeat;
}

.citabcontainer{
    padding-left:35px;
    letter-spacing:0;
    font-size:0;
    height:20px;
}

.citabcontainer .citab{
    display:inline-block;
    width:64px;
    text-transform:uppercase;
    font-size:10px;
    color:white;
    float:left;
    background-color: #15191f;
    text-align:center;
    cursor:pointer;
}
.citabcontainer .citab:first-child{
    width:41px;
}
.citabcontainer .citab.cifull{
    background-color: #CC4D00;
}
.citabcontainer .citab.ciactive{
    background-color: #20242C;
}

.citext{
    text-align:center;
    font-size:13px;
    color:white;
    display:none;
    height:60px;
}
.citext.ciactive{
    display:table-cell;
    vertical-align:middle;
    width:140px;
    background-image: url("/images/topmenu.png");
    background-position: right bottom;
    background-repeat:no-repeat;
}
.cartinfo:hover .citext.ciactive{
    background-image: url("/images/topmenu-active.png");
}


.citext.ciactive a{
    vertical-align:middle;
}

.citext .cartsum .sum{
    border-top:1px solid #8a8a8a;
    margin:8px 15px 0px;
    padding-top:4px;
}

/* FOOT */
.footcontainer{
    margin-top:30px;
    background-color:#151920;
    color:#bebebe;
    background-image:url('/images/footbg.png');
    background-repeat:repeat-x;
}
.footheadcontainer{
    background-color:#000000;
    font-weight:bold;
}
.footbottomcontainer{
    background-color:#101318;
    font-size:10px;
}
.foothead{
    font-weight:bold;
}
.foottext{
    margin:5px 0;
}
.foot, .footbottom{
    margin:0 auto;
    width:940px;
    position:relative;
    
}
.footbottom{
    text-align:center;
}
.footbottom span{
    margin:0 15px
}
.foothead{
    padding:4px 0;
    position:relative;
}
.foot .backtotop{
    position:absolute;
    background-image:url('/images/backtotop.png');
    background-repeat:no-repeat;
    width:55px;
    height:31px;
    top:-26px;
    right:0px;
    cursor:pointer;
}
.foot{
    
    font-size:0;
    letter-spacing:0;
}
.footleft, .footright{
    display:inline-block;
    font-size:14px;
    width:450px;
    min-height:10px;
    letter-spacing:1px;
    vertical-align:middle;
    margin-right:-4px;
}
.footleft{
    margin-right:36px;
}
.foot .footright{
}
.foot .ftable{
    display:table;
    font-size:16px;
    color: #bebebe;
    width:100%;
    padding:40px 15px 15px;
}
.foot .fcolumn{
    min-height:300px;
    display:table-cell;
    width:33%;
    vertical-align:top;
    line-height:170%;
}




/* LEFT */

.menuhead{
    background-image:url('/images/checkout-head.png');
    background-repeat:no-repeat;
    line-height:52px;
    color:white;
    margin-top:-1px;
    margin-bottom:5px;
    display:none;
    /*-webkit-box-shadow:  0px 15px 35px 0px rgba(0, 0, 0, 0.9);
        
        box-shadow:  0px 15px 35px 0px rgba(0, 0, 0, 0.9);*/
}
.menuhead:hover{
    background-image:url('/images/checkout-head-active.png');
}
.menuhead .label{
    display:inline-block;
    vertical-align: top;
    font-size:18px;
    padding-left:50px;
    background-image:url('/images/big-arrow-right.png');
    background-repeat:no-repeat;
    background-position:20px center;
    width:200px;
    cursor:pointer;
}

ul.popular{
    list-style-type:none; 
}
ul.popularhide{
    display:none;
}
div.popular > ul.popular >li{
    background-repeat:no-repeat;
    min-height:52px;
    margin-bottom:5px;
    color:white;
    width:266px;
    padding:0;
    display:table;
}
div.popular > ul.popular >li .darken{
    background-image:url('/images/popular.png');
    background-repeat:no-repeat;
    min-height:52px;
    width:266px;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
div.popular > ul.popular >li .darken:hover{
    background-image:url('/images/popularactive.png');
}
div.popular > ul.popular >li a{
    vertical-align:middle;
    display:table-cell;
    height:52px;
    width:204px;
    padding-left: 50px;
    padding-right: 10px;
    background-image:url('/images/icon-category.png');
    background-repeat:no-repeat;
    background-position:20px center;
}
div.popular > ul.popular >li span.title{
    display:block;
}
div.popular > ul.popular >li span.text{
    display:block;
    font-size:12px;
}
#morepopular{
    cursor:pointer;
}

div.category a{
    cursor:pointer;
}
div.category > ul.category{
    margin-top:5px;
    padding-top:5px;
    list-style-type:none;
    background-image:url('/images/divider.png');
    background-repeat:repeat-x;
}

div.category li{
    background-color:#20242c;
    display:block;
    color:#8A8A8A;
    padding-top:5px;
    padding-bottom:5px;
}
div.category ul li li:hover > a{
    background-color:#2E95C0;
    color:white;
}
div.category ul li li.active > a{
    background-color:#2E95C0;
    color:white;
}
div.category li a{
    padding-right:35px;
}

div.category li ul li.submenu > a{
    display:block;
    background-image:url('/images/icon-categorymore.png');
    background-repeat:no-repeat;
    background-position: 230px center;
    padding-top:5px;
    padding-bottom:5px;
    
}

div.category li ul li.submenu > a span{
    display:block;
}

div.category li ul li.opened > a{
    background-color:#2e95c0;
    color:white;
    background-image:url('/images/icon-categoryless.png');
}

div.category li ul{
    /*padding-left:30px;*/
}

div.category li li a{
    padding-left:30px;
}

div.category li li li a{
    padding-left:60px;
    padding-top:5px;
    padding-bottom:5px;
}
div.category li li li li a{
    padding-left:90px;
}
div.category li li li li li a{
    padding-left:120px;
}


div.category > ul.category >li{
    background-image:url('/images/category.png');
    background-repeat:no-repeat;
    min-height:52px;
    margin-bottom:5px;
    color:white;
    width:266px;
    padding:0;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
div.category > ul.category >li >a{
    vertical-align:middle;
    display:table;
    height:52px;
    width:194px;
    padding-left: 50px;
    padding-right: 20px;
    background-image:url('/images/icon-category.png');
    background-repeat:no-repeat;
    background-position:20px center;
    cursor:pointer;
}
div.category > ul.category >li.discount >a{
    background-image:url('/images/icon-discount.png');
    background-repeat:no-repeat;
    background-position:13px center;
}

div.category > ul.category >li.opened{
    background-image:url('/images/categoryactive.png');
    
    
}
div.category > ul.category >li.opened >a{
     background-image:url('/images/icon-categoryactive.png');
     background-position:15px center;
}
div.category > ul.category >li:hover{
    background-image:url('/images/categoryactive.png');
}
div.category > ul.category >li.active{
    background-image:url('/images/categoryactive.png');
}

div.category > ul.category >li >a >span{
    vertical-align:middle;
    display:table-cell;
}

div.category > ul.category >li ul{
    display:block;
}
div.category a{
    display:block;
}

.leftmenutitle{
    margin-top:40px;
    margin-bottom:10px;
    color:white;
    font-size:24px;
    padding-left:17px;
}

.leftmenu{
    
}

.leftmenu .element{
    display:block;
    line-height:29px;
    margin:0px 0;
    background-image:url('/images/icon-leftmenu.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    padding-left:17px;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
} 

.leftmenu .element:hover{
    background-color:#2e95c0;
    background-image:url('/images/icon-leftmenu-active.png');
    color:white;
    
}

.flashtext p{
    position:relative;
}

.left .partner ul{
    list-style-type:none;
    margin-top:20px;
}
.left .partner ul li{
    display:inline-block;
    width:125px;
    text-align:center;
    vertical-align:middle;
    margin:5px 0;
}
.left .partner ul li:nth-child(2n+1){
    margin-right:10px;
}

/* COMMON */
.breadcrumbscontainer{
    color:white;
    font-size:12px;
}
.breadcrumbscontainer a{
    color:#cc4d00;
}


/* HOME */

.leadcontainer{
    width:640px;
    height:330px;
    position:relative;
}
.lead{
    overflow:hidden;
    width:640px;
    height:284px;
    
}
.leadcontainer .glass{
    position:absolute;
    width:640px;
    height:284px;
    z-index:10;
    background-position: 0 284px;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.leadcontainer:hover .glass{
    background-image:url('/images/leadhover.png');
    background-position: bottom center;
    background-repeat:no-repeat;
    
}

.homeboxcontainer{
    margin:20px 0 30px;
    font-size:0;
    letter-spacing:0;
}
.homebox{
    display:inline-block;
    vertical-align:top;
    font-size:14px;
    color:white;
    width:307px;
    letter-spacing:1px;
    float:left;
}
.homebox:first-child{
    margin-right:25px;
}
.homebox .icon{
    display:inline-block;
    width: 48px;
    height:48px;
    background-image:url('/images/icon-homebox.png');
    background-repeat:no-repeat;
}
.homebox .text{
    display:inline-block;
    width:254px;
    margin-bottom:10px;
    vertical-align:top;
}
.homebox .more{
    font-size:15px;
    width:110px;
    line-height:29px;
    float:right;
    background-image:url('/images/icon-button.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    text-align:center;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.homebox .more:hover{
    background-image:url('/images/icon-buttonactive.png');
    background-color:#2e95c0;
}

.linkbox{
    font-size:14px;
    line-height:25px;
    float:right;
    background-image:url('/images/icon-button.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    text-align:center;
    padding:3px 25px;
    margin:10px 0;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.linkbox:hover{
    background-image:url('/images/icon-buttonactive.png');
    background-color:#2e95c0;
    color:white;
}

.jshowoff-slidelinks{
    text-align:center;
    margin:10px 0;
}
.jshowoff-slidelinks a{
    display:inline-block;
    font-size:0;
    background-image:url('/images/icon-bannerpager.png');
    background-repeat:no-repeat;
    width:22px;
    height:22px;
    margin:0 7px;
}

.jshowoff-slidelinks a.jshowoff-active{
    background-image:url('/images/icon-bannerpageractive.png');
}

.homemore{
    display:block;
    text-align:right;
    color:#cc4d00;
    font-size:24px;
    margin:10px 0 30px;
}

/* CATEGORY */

.categorycontainer{
    /*width:654px;
    left:-7px;*/
    position:relative;
    font-size:0;
    letter-spacing:0;
    
}

.categ{
    vertical-align:top;
    display:inline-block;
    width:150px;
    height:226px;
    /*margin:7px 6px 7px 7px;*/
    margin: 14px 13px 0 0;
    font-size:14px;
    letter-spacing:1px;
    background-color:#272c35;
    float:left;
    overflow:hidden;
}
.categ .image{
    display:table;
    width:150px;
    height:140px;
    vertical-align:middle;
    background-color:white;
    border-spacing:0;
    
}
.categ .image a{
    display:table-cell;
    width:150px;
    height:140px;
    vertical-align:middle;
    text-align:center;
}
.categ .image a img{
    margin-bottom:-4px;
}

.categ .pheadcont{
    height:40px;
    overflow:hidden;
}
.categ .phead{
    /*padding:10px;*/
    border-bottom:1px solid #20242c;
    display:table;
    width:100%;
    height:40px;
    overflow:hidden;
}

.categ .phead .name{
    color:#2e95c0;
    height:40px;
    overflow:hidden;
    padding:2px 10px;
    line-height:120%;
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
    display:table-cell;
    vertical-align:middle;
}
.categ:hover .phead .name{
    color:white;
}

.categ .tocart{
    vertical-align:Top;
    font-size:15px;
    letter-spacing:1px;
    border-top:1px solid #2d333e;
    height:37px;
    padding-top:3px;
    padding-left:8px;
    background-image:url('/images/icon-tocart.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    text-align:left;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}



.categ:hover .tocart{
    background-image:url('/images/icon-buttonactive.png');
    background-color:#2e95c0;
    color:white;
}
.categ .tocart a{
    display:block;
    margin:8px 0;
}


.categ .texthead{
    color:white;
    padding:10px;
    border-bottom:1px solid #20242c;
    line-height:20px;
    height:20px;
    letter-spacing:0;
}
.categ .text{
    border-top: 1px solid #2D333E;
    padding:10px;
    height:161px;
    
}

.categ .text a{
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
    color:#cc4d00;
}
.categ .text a:hover{
    color:#2E95C0;
}

/* PRODUCT */

.productcontainer{
    position:relative;
    font-size:0;
    letter-spacing:0;
}

.product{
    vertical-align:top;
    display:inline-block;
    width:150px;
    /*margin:7px 6px 7px 7px;*/
    margin:14px 13px 0 0;
    font-size:14px;
    letter-spacing:1px;
    background-color:#272c35;
    position:relative;
    float:left;
    /*overflow:hidden;*/
    height:445px;
}
.product .image{
    display:table;
    width:150px;
    height:140px;
    vertical-align:middle;
    background-color:white;
    border-spacing:0;
}
.product .image a{
    display:table-cell;
    width:150px;
    height:140px;
    vertical-align:middle;
    text-align:center;
}
.product .image a img{
    margin-bottom:-5px;
}

.product .discount{
    position:absolute;
    width:56px;
    height:56px;
    background-image:url('/images/discount.png');
    background-repeat:no-repeat;
    color:white;
    line-height:56px;
    font-weight:700;
    text-align:center;
    font-size:17px;
    top:92px;
    left:102px;
    letter-spacing:0;
}
.product .phead{
    padding:10px;
    border-bottom:1px solid #20242c;
}
.product .phead .pmore{
    display:inline-block;
    text-transform:uppercase;
    color:#cc4d00;
    font-size:13px;
    letter-spacing:0;
    margin-bottom:10px;
}
.product .phead .name{
    color:#2e95c0;
    height:144px;
    overflow:hidden;
    word-wrap:break-word;
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.product:hover .phead .name{
    color:white;
}
.product .phead .price{
    color:white;
    letter-spacing:0;
}
.product .phead .price span{
    font-weight:bold;
    
}
.product .phead .pricevat{
    color:#cc4d00;   
    font-size:24px; 
    letter-spacing:0;
}
.product .phead .pricevat span{
    font-weight:bold;
    
}
.product .tocart{
    padding:0px;
    border-top:1px solid #2d333e;
    color:white;
    text-align:center;
    font-size:0px;
    letter-spacing:0;
    display:table;
}
.product .tocart input{
    width:30px;
    background-color:#272c35;
    border:none;
    -webkit-box-shadow: inset -1px -1px 7px 0px #171a1f;
    box-shadow: inset -1px -1px 7px 0px #171a1f;
    font-size: 15px;
    color:white;
    text-align:center;
}
.product .tocartbutton span{
    display:block;
    margin:5px 0;
}

.product .qtyctrl{
    display:table-cell;
    vertical-align:Top;
    border-right:1px solid #20242c;
    width:48px;
    height:62px;
}
.product .tocartbutton{
    width:92px;
    vertical-align:Top;
    font-size:15px;
    letter-spacing:1px;
    display:table-cell;
    border-left:1px solid #2d333e;
    height:62px;
    padding-top:3px;
    padding-left:8px;
    background-image:url('/images/icon-tocart.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    text-align:left;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.product .tocartbutton:hover{
    background-image:url('/images/icon-buttonactive.png');
    background-color:#2e95c0;
}
.product .qtyctrl .qtyplus{
    background-image:url('/images/spinner-plus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:48px;
    margin:6px 0;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.product .qtyctrl .qtyplus:hover{
    background-image:url('/images/spinner-plus-active.png');
}
.product .qtyctrl .qtyminus{
    background-image:url('/images/spinner-minus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:48px;
    margin:6px 0;   
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.product .qtyctrl .qtyminus:hover{
    background-image:url('/images/spinner-minus-active.png');
}

.stock-on{
    color:#85fe03;
    padding:5px 0 5px 34px;
    background-image:url('/images/stock-on-green.png');
    background-repeat:no-repeat;
    letter-spacing:0;
}
.stock-last{
    color:#cc4d00;
    padding:5px 0 5px 34px;
    background-image:url('/images/stock-on-orange.png');
    background-repeat:no-repeat;
    letter-spacing:0;
}
.stock-min{
    color:#cc4d00;
    padding:5px 0 5px 34px;
    background-image:url('/images/stock-on-orange.png');
    background-repeat:no-repeat;
    letter-spacing:0;
}
.stock-off{
    color:#ffffff;
    padding:5px 0 5px 34px;
    background-image:url('/images/stock-off.png');
    background-repeat:no-repeat;
    letter-spacing:0;
}



.pagerCont{
    background-color:#20242c;
    font-size:10px;
    color:white;
    margin-right:15px;
}

.pagerCont .pageprev{
    width:23px;
    height:23px;
    display:inline-block;
    vertical-align:top;
    background-image:url('/images/arrow-left.png');
    background-repeat:no-repeat;
    background-position:center center;
    
}
.pagerCont .pagenext{
    width:23px;
    height:23px;
    display:inline-block;
    vertical-align:top;
    background-image:url('/images/arrow-right.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.pagerCont span{
    vertical-align:top;
    width:23px;
    height:23px;
    display:inline-block;
    line-height:23px;
    text-align:center;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.pagerCont span.active{
    background-color:#2e95c0;
}
.pagerCont span:hover{
    background-color:#2e95c0;
}
.pagerCont span a{
    display:inline-block;
    vertical-align:top;
    width:23px;
    height:23px;
}

.suggest{
    font-size:18px;
    margin-bottom:20px;
    margin:10px 0;
    vertical-align:middle;
}
.suggest a{
    
    color: #CC4D00;
}

.productTop{
    overflow:visible;
    width:100%;
    /*min-height:37px;*/
    margin-bottom:15px;
}

.pagerInfo{
    float:left;
    width:250px;
    margin:6px 0;
}

.sortCont{
    float:right;
    width:277px;
    margin-top:0;
    font-size:16px;
    text-align:right;
    margin-right:15px;
}
.sortCont .label, .sortCont .item{
    display:inline-block;
    vertical-align:middle;
    text-align:left;
}

.tagcontainer{
    overflow:hidden;
    margin:20px 0;    
}
.tagcontainer .tag{
    background-color: #272C35;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 5px 13px 0 0;
    position: relative;
    vertical-align: top;
    width: 120px;
    background-image: url("/images/topmenu.png");
    background-position: right bottom;
    background-repeat:no-repeat;
    padding: 0 20px 0 10px;
    
}
.tagcontainer .tag:hover, .tagcontainer .tag.active{
    background-image: url("/images/topmenu-active.png");
    background-color:#2e95c0;
    color:white;
}
.tagcontainer .moretag{
    cursor:pointer;
}
.tagcontainer .moretags{
    display:none;
    min-width:150px;
}

.product .warning{
    clear:both;
    padding-top:9px;
    background-image: url("/images/errorpoint.png");
    background-repeat: no-repeat;
    background-position:75% 0;
    position:absolute;
    top:440px;
    display:none;
    z-index:10;
    /*margin-bottom:-9px;*/
    
}
.product .warning span{
    display:block;
    background-color:#cc0000;
    color:white;
    font-size:12px;
    padding:0px 20px;
}


.control{
    background-color:#20242c;
    margin-right: 15px;
}
.topcontrol{
    height:31px;
}
.control .filter{
    display:inline-block;
    color:White;
    margin-left:10px;
    padding-left:20px;
    font-size:12px;
    line-height:31px;
    background-image: url("/images/icon-radio.png");
    background-repeat: no-repeat;
    background-position:left center;
    cursor:pointer;
}
.control .filter.filteractive{
    background-image: url("/images/icon-ok.png");
}
.control .onstockfilter{
    margin-right:20px;
}
.control .sortCont{
    margin-right:0;
}
.control .sortCont .label{
    color:White;
    margin-right:10px;
    font-size:12px;
}
.control .sortCont select{
    width:140px;
}
.control .sortCont .jqTransformSelectWrapper{
    width:151px !important;
}
.bottomcontrol{
    height:23px;
    clear:both;
    margin-top:20px;
}
.control .pagerCont{
    float:left;
    width:163px;
    height:23px;
    overflow:hidden;
    margin-right:0px;
}
.control .pagerCont span{
    width:21px;
}
.control .pagerCont span a{
    width:21px;
}
.control .pagerCont .pageprev, .control .pagerCont .pagenext  {
    width:18px;
}
.control .pagerCont .dot{
    width:10px;
}
.control .hitinfo{
    float:left;
    width:150px;
    overflow:hidden;
    margin-right:13px;
    font-size:12px;
    color:white;
    line-height:23px;
}
.control .viewmode{
    float:left;
    width:150px;
    padding-left:0px;
    overflow:hidden;
    margin-right:13px;
    font-size:12px;
    color:white;
    line-height:23px;
    height:23px;
    vertical-align:middle;
}
.control .viewmode .label{
    float:left;
}
.control .viewmode .rowview{
    margin-left:5px;
    padding-right:20px;
    height:23px;
    float:left;
    vertical-align:middle;
    background-image: url("/images/icon-row.png");
    background-repeat: no-repeat;
    background-position:right center;
    opacity:0.5;
    margin-top:0;
}
.control .viewmode .tileview{
    margin-left:8px;
    padding-right:20px;
    height:23px;
    float:left;
    vertical-align:middle;
    background-image: url("/images/icon-tile.png");
    background-repeat: no-repeat;
    background-position:right center;
    opacity:0.5;
}
.control .productlimit{
    float:left;
    width:150px;
    
    overflow:hidden;
    
    font-size:12px;
    color:white;
    line-height:23px;
}

.control .productlimit a{
    width:23px;
    margin-left:4px;
    opacity:0.5;
}
.iconactive{
    opacity:1 !important;
}

.productrow{
    display:table;
    margin-top:10px;
    height:140px;
    background-color:#272c35;
    margin-right:15px;
    box-sizing:border-box;
    font-size:14px;
    position:relative;
}
.productrow .image{
    display:table-cell;
    vertical-align:top;
    background-color: white;
    width:150px;
    height:140px;
    text-align:center;
    
}
.productrow .pinfo{
    height:140px;
    display:table-cell;
    vertical-align:top;
    border-right: 1px solid #20242c;
}


.productrow .discount{
    position:absolute;
    width:56px;
    height:56px;
    background-image:url('/images/discount.png');
    background-repeat:no-repeat;
    color:white;
    line-height:56px;
    font-weight:700;
    text-align:center;
    font-size:17px;
    top:57px;
    left:108px;
    letter-spacing:0;
}
.productrow .phead{
    width:318px;
    float:left;
    padding:10px;
    position:relative;
}
.productrow .phead .pmore{
    display:inline-block;
    text-transform:uppercase;
    color:#cc4d00;
    font-size:13px;
    letter-spacing:0;
    margin-bottom:10px;
}
.productrow .phead .name{
    color:#2e95c0;
    height:94px;
    overflow:hidden;
    word-wrap:break-word;
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.productrow:hover .phead .name{
    color:white;
}
.productrow .pright{
    border-left:1px solid #2d333e;
    width:149px;
}
.productrow .pricecont{
    padding:15px 10px 15px 30px;
    height:48px;
}
.productrow .pricecont .price{
    color:white;
    letter-spacing:0;
}
.productrow .pricecont .price span{
    font-weight:bold;
    
}
.productrow .pricecont .pricevat{
    color:#cc4d00;   
    font-size:22px; 
    letter-spacing:0;
}
.productrow .pricecont .pricevat span{
    font-weight:bold;
    
}
.productrow .tocart{
    padding:0px;
    border-top:1px solid #2d333e;
    color:white;
    text-align:center;
    font-size:0px;
    letter-spacing:0;
    display:table;
}
.productrow .tocart input{
    width:30px;
    background-color:#272c35;
    border:none;
    -webkit-box-shadow: inset -1px -1px 7px 0px #171a1f;
    box-shadow: inset -1px -1px 7px 0px #171a1f;
    font-size: 15px;
    color:white;
    text-align:center;
}
.productrow .tocartbutton span{
    display:block;
    margin:5px 0;
}

.productrow .qtyctrl{
    display:table-cell;
    vertical-align:Top;
    border-right:1px solid #20242c;
    width:48px;
    height:62px;
}
.productrow .tocartbutton{
    width:92px;
    vertical-align:Top;
    font-size:15px;
    letter-spacing:1px;
    display:table-cell;
    border-left:1px solid #2d333e;
    height:62px;
    padding-top:3px;
    padding-left:8px;
    background-image:url('/images/icon-tocart.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    text-align:left;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.productrow .tocartbutton:hover{
    background-image:url('/images/icon-buttonactive.png');
    background-color:#2e95c0;
}
.productrow .qtyctrl .qtyplus{
    background-image:url('/images/spinner-plus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:48px;
    margin:6px 0;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.productrow .qtyctrl .qtyplus:hover{
    background-image:url('/images/spinner-plus-active.png');
}
.productrow .qtyctrl .qtyminus{
    background-image:url('/images/spinner-minus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:48px;
    margin:6px 0;   
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.productrow .qtyctrl .qtyminus:hover{
    background-image:url('/images/spinner-minus-active.png');
}

.productrow .oldprice{
    position:absolute;
    bottom:10px;
    right:10px;
    width:90px;
    height:40px;
    color: #64666a;
    
}
.productrow .oldprice div{
    font-size:17px;
    font-weight:bold;
    text-decoration:line-through;
} 

.productrow .warning{
    clear:both;
    padding-top:9px;
    background-image: url("/images/errorpoint.png");
    background-repeat: no-repeat;
    background-position:75% 0;
    position:absolute;
    top:136px;
    right:0px;
    display:none;
    z-index:10;
    /*margin-bottom:-9px;*/
    
}
.productrow .warning span{
    display:block;
    background-color:#cc0000;
    color:white;
    font-size:12px;
    padding:0px 20px;
}

.productrow .pright .price br{
    display:none;
}

/* PRODUCTDETAIL */

.producttop{
    font-size:0;
    letter-spacing:0;
}
.productmain{
    font-size:14px;
    letter-spacing:1px;
    background-color:#272c35;
    display:inline-block;
    vertical-align:top;
    width:490px;
    height:200px;
    margin-right:6px;
    float:left;
}
.productmain .images{
    display:inline-table;
    vertical-align:top;
    width:150px;
    height:140px;
    vertical-align:middle;
    background-color:white;
    border-spacing:0;
    /*margin:20px 40px 0 40px;*/
    margin:20px 30px 0 30px;
}
.productmain .images a{
    display:table-cell;
    width:150px;
    height:140px;
    vertical-align:middle;
    text-align:center;
}
.productmain .images a img{
    margin-bottom:-4px;
}

.productmain .text{
    vertical-align:top;
    display:inline-block;
    /*width:240px;*/
    width:275px;
    color:white;
    height:160px;
    overflow:Hidden;
}
.productmain .stock-off, .productmain .stock-on, .productmain .stock-last, .productmain .stock-min{
    letter-spacing:1px;
    margin-top:20px;
    padding-bottom:0;
    font-weight:bold;
}

.productmain .text .stock-info{
    font-size:12px;
    font-weight:normal;
    margin-left:34px;
    
}
.productmain .important ul{
    list-style-type:none;
    margin-left:34px;
    margin-top:20px;
    color:#8a8a8a;
    
}
.productmain .productprice{
    padding-top:10px;
    padding-bottom:10px;
    letter-spacing:0;
    color:#8a8a8a;
}
.productmain .productprice .pricenet{
    text-align:center;
    width:230px;
    display:inline-block;
}
.productmain .productprice .price{
    text-align:center;
    width:205px;
    display:inline-block;
    color:#cc4d00;  
    
}
.productmain .productprice .price span{
    color:#cc4d00;   
    font-size:24px; 
    letter-spacing:0;
    font-weight:bold;
    margin-left:20px;
    
}
.productmain .productprice i{
    position:relative;
    top:-2px;
    font-style:normal;
    display:inline-block;
    background-color:white;
    width:22px;
    height:22px;
    margin-left:10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align:Center;
    line-height:22px;
    font-weight:bold;
    font-size:16px;
    color:black;
    position:relative;
}
.productmain .productprice i div{
    display:none;
    position:absolute;
    top:30px;
    right:0;
    padding:20px;
    background-color:white;
    color:#333;
}
.productmain .productprice i div table{
    border-spacing:0;
    font-weight:normal;
    font-size:14px;
    min-width:260px;
    text-align:left;
}
.productmain .productprice i div table td{
    padding:3px 10px;
    border-bottom:1px solid #888;
}
.productmain .productprice i div table td.tright{
    text-align:right;
    font-weight:bold;
}
.productmain .productprice i:hover div{
    display:block;
}
.producttop form{
    display:inline;
    vertical-align:top;
}
.productright{
    font-size:14px;
    color:white;
    letter-spacing:1px;
    width:144px;
    height:200px; 
    vertical-align:top;
    display:inline-block;
    position:relative;
}
.productqty{
    font-size:14px;
    color:white;
    letter-spacing:1px;
    background-color:#272c35;
    width:144px;
    height:87px; 
}

.productqty input{
    width:40px;
    background-color:#272c35;
    border:none;
    -webkit-box-shadow: inset -1px -1px 7px 0px #171a1f;
    box-shadow: inset -1px -1px 7px 0px #171a1f;
    font-size: 22px;
    color:white;
    text-align:center;
}

.productqty .qtyctrl{
    display:inline-block;
    vertical-align:middle;
    width:48px;
    height:62px;
    margin:12px 0 12px 12px;
}

.productqty .qtyctrl .qtyplus{
    background-image:url('/images/spinner-plus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:48px;
    padding:5px 0;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.productqty .qtyctrl .qtyplus:hover{
    background-image:url('/images/spinner-plus-active.png');
}
.productqty .qtyctrl .qtyminus{
    background-image:url('/images/spinner-minus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:48px;
    padding:5px 0; 
    cursor:pointer;  
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.productqty .qtyctrl .qtyminus:hover{
    background-image:url('/images/spinner-minus-active.png');
}
.productqty .inputcont{
    display:inline-block;
    vertical-align:middle;
}

.producttocart{
    font-size:22px;
    color:white;
    letter-spacing:1px;
    background-color:#272c35;
    width:144px;
    height:82px; 
    margin-top:6px;
    text-align:center;
    padding-top:25px;
    background-image:url('/images/icon-tocart.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.producttocart:hover{
    background-image:url('/images/icon-buttonactive.png');
    background-color:#2e95c0;
}
.producttocart .pdcarticon {
    width:144px;
    height:82px; 
    background-image:url('/images/icon-cart.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.producttocart .preordericon {
    width:144px;
    height:82px; 
    background-image:url('/images/icon-preorder.png');
    background-repeat:no-repeat;
    background-position:center center;
}

.producttocart span{
    
    text-align:center;
}

.productdetail .faq{
    margin-bottom:6px;
}

.productdetail .faq .questioncont{
    background-image:url('/images/faq-question.png');
    background-repeat:no-repeat;
}

.productdetail .faq .question{
    color:white;
    line-height:38px;
    padding-left:50px;
    font-size:14px;
    margin-top:6px;
    background-image:url('/images/icon-category.png');
    background-repeat:no-repeat;
    background-position:20px center;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.productdetail .faq .questioncont:hover{
    background-image:url('/images/faq-question-active.png');
}

.productdetail .faq .answer{
    display:none;
    background-color: #272C35;
    padding:10px;
    /*margin-right:14px;*/
}
.productdetail .faq .answer.qtydiscount{
    display:block;
}
.productdetail .faq .answer.qtydiscount table{
    border-spacing:0;
    width:260px;
}
.productdetail .faq .answer.qtydiscount table td{
    padding:2px 10px;
    border-bottom:1px solid #8a8a8a;
}
.productdetail .faq .answer.qtydiscount table td.tright{
    text-align:right;
}

.producttexttab{}
.producttexttab .tab{
    display:inline-block;
    line-height:29px;
    height:29px;
    vertical-align:top;
    width:154px;
    text-align:center;
    cursor:pointer;
}
.producttexttab .tab.active{
    background-image:url('/images/tab-active.png');
    background-repeat:no-repeat;
    color:white;
    margin-bottom:-9px;
    height:39px;
}
.producttexttab .text{
    background-color: #272C35;
    padding:10px;
    display:none;
}
.producttexttab .text span, .producttexttab .text p{
    background: none !important;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 14px !important;
    color:#8A8A8A !important;
}
.producttexttab .text ul{
    margin-left:20px;
}
.producttexttab .text.active{
    display:block;
    /*margin-right:15px;*/
}

.productbottom{
    text-align:right;
    margin-top:5px;
    position:relative;
    /*margin-right:15px;*/
}
.productbottom .productqty{
    vertical-align:top;
    displaY:inline-block;
    text-align:center;
}
.productbottom .producttocart{
    vertical-align:top;
    displaY:inline-block;
    margin-top:0;
    height:72px;
    padding-top:15px;
}

.productright .warning, .productbottom .warning{
    clear:both;
    padding-top:9px;
    background-image: url("/images/errorpoint.png");
    background-repeat: no-repeat;
    background-position:75% 0;
    position:absolute;
    top:192px;
    display:none;
    z-index:10;
    /*margin-bottom:-9px;*/
    
}
.productright .warning span, .productbottom .warning span{
    display:block;
    background-color:#cc0000;
    color:white;
    font-size:12px;
    padding:0px 20px;
}
.productbottom .warning{
    right:0;
    top:79px;
}

.vattooltip{
    background-image: url("/images/message-info.png");
    background-repeat: no-repeat; 
    background-size:contain;
    width:22px;
    height:22px;
    display:inline-block;
    float:right;
    margin-right:10px;
    vertical-align:top;
    position:relative;
    cursor:pointer;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;   
}
.vattooltip .tooltipinfo{
    display:none;
    position:absolute;
    right:-5px;
    top:-6px;
    width:456px;
    height:32px; 
    background-color: #272c35;
    border:1px solid white;
    box-sizing:border-box;
    padding:2px;    
        
}
.vattooltip .tooltipinfo .close{
    background-image: url("/images/message-error.png");
    background-repeat: no-repeat; 
    background-size:contain;
    width:22px;
    height:22px;
    display:inline-block;
    float:right;
    margin-top:2px;
    margin-right:2px;
}
.vattooltip .tooltipinfo .ttprice{
    display:inline-block;
    vertical-align:top;
    width:100px;
    font-size:15px;
    line-height:26px;
    margin-left:20px;
}
.vattooltip .tooltipinfo .ttext{
    display:inline-block;
    color:white;
    font-size:10px;
    vertical-align:top;
    line-height:110%;
    width:280px;
}
.translatewarning{
    background-color:#272c35;
    color:#cb4c00;
    background-image: url("/images/message-info-orange.png");
    background-repeat: no-repeat;
    background-position:30px 15px;
    min-height: 40px;
    padding:15px 30px 15px 85px;
}

/* INFO */


.content > .text{
    margin-right:15px;
}

h1{
    color:white;
    font-size:24px;
    font-weight:normal;
    line-height:120%;
}

h2{
    color:white;
    font-size:18px;
    font-weight:normal;
}

.spstyle a {
    color:#cc4d00;
}
.spstyle a:hover {
    color:#00aeef;
}

.infoimage{
    margin-top:4px;
    float:left;
}
.infoimage img{
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right:20px !important;
}



.info table p{
    margin: 0;
}


.info img{
    margin:7px;
}
.info ul{
    margin-left:20px;
}
.info ul li{
    margin:2px 0;
    padding-left:10px;
    
}

.info h2.subtitle{
    margin:10px 0 20px;
    text-align:center;
    font-size:20px;
    font-weight: 700;
    width:auto;
}

.info table{
    text-align:left;
}

.info .mapcont{
    float:right;
    margin-left:20px;
    margin-top:20px;
}

/* MESSAGE */

.message-info{
    background-color:#272c35;
    background-image: url("/images/message-info.png");
    background-repeat: no-repeat;
    background-position:30px 15px;
    padding:65px 30px 30px 30px;
    
}
.message-success{
    background-color:#272c35;
    background-image: url("/images/message-success.png");
    background-repeat: no-repeat;
    background-position:30px 15px;
    padding:65px 30px 30px 30px;
    
    
}
.message-error{
    background-color:#272c35;
    background-image: url("/images/message-error.png");
    background-repeat: no-repeat;
    background-position:30px 15px;
    padding:65px 30px 30px 30px;
    
}


/* CONTACT */

/* CHECKOUT */


.formpage{
    margin-top:16px;
    margin-right:16px;
    /*width:640px;*/
}

 
.checkoutstep{
    margin:0;
    padding:0;
    display:table;
    border-spacing:5px;
    /*width:100%;*/
}
.checkoutstep li{
    display:table-cell;
    background-color:#343434;
    padding: 4px 10px;
    font-size:16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:Center;
    width:155px;
}

.checkoutstep li.inactive{
    background-color:#C0C0C0;
    color:#444;
}

.checkoutstep li.active{
    background-color:#ff6d00;
    color:#444;
}

.checkouthead{
    background-image:url('/images/checkout-head.png');
    background-repeat:no-repeat;
    line-height:52px;
    color:white;
    margin-top:-1px;
    margin-bottom:5px;
    cursor:pointer;
    /*-webkit-box-shadow:  0px 15px 35px 0px rgba(0, 0, 0, 0.9);
        
        box-shadow:  0px 15px 35px 0px rgba(0, 0, 0, 0.9);*/
}
.checkouthead:hover{
    background-image:url('/images/checkout-head-active.png');
}
.checkouthead .label{
    display:inline-block;
    vertical-align: top;
    font-size:24px;
    padding-left:50px;
    background-image:url('/images/big-arrow-right.png');
    background-repeat:no-repeat;
    background-position:20px center;
    width:200px;
}
.checkouthead .labellong{
    display:inline-block;
    vertical-align: top;
    font-size:24px;
    padding-left:50px;
    background-image:url('/images/big-arrow-right.png');
    background-repeat:no-repeat;
    background-position:20px center;
    width:350px;
}
.checkouthead .labellong.preorderon{
    background-image:url('/images/preorder-on.png');
    background-position:10px center;
}
.checkouthead .labellong.preorderoff{
    background-image:url('/images/preorder-off.png');
    background-position:10px center;
}
.checkouthead .summary{
    display:inline-block;
    vertical-align: top;
    width:360px;
    font-size:16px;
    text-align:right;
    padding:0 10px;
}

.checkouthead .summaryshort{
    display:inline-block;
    vertical-align: top;
    width:220px;
    font-size:18px;
    text-align:right;
}

.checkouthead.active{
    background-image:url('/images/checkout-head-active.png');
    margin-bottom:0px;
}
.checkouthead.active .label{
    background-image:url('/images/big-arrow-down.png');
}

.checkouthide{
    width:639px;
    
}
.checkouthide.active{
    display:block;
}



.checkout{
    display:table;
    margin:0px auto 0px auto;
    width:100%; 
    border-spacing:0;
}

.checkout .headrow, .checkout .row, .checkout .sumrow{
    display:table-row;
}

.checkout .headrow .cell, .checkout .row .cell, .checkout .sumrow .cell{
    display:table-cell;
} 

.checkout .headrow .cell{
    background-color:#444d5c;
    padding: 2px 10px;
    font-size:12px; 
    font-weight:400; 
    color:white;
}
.checkout .headrow .gap{
    padding:2px 0px;
}

.checkout .row .gap{
    padding:2px 0px;
    width:5px;
}

.checkout .row .cell{
    padding: 5px 10px;
    border-right:1px solid #20242c;
    border-left:1px solid #2d333e;
    vertical-align:middle;
    background-color:#272c35;
}
.checkout .spacerow{
    height:5px;
}

.checkout .row .cell .image{

}

.checkout .row .name{
    color:#2e95c0;
}
.checkout .row .unitprice{
    font-size:12px;
    line-height:140%;
}
.checkout .row .unitprice p{
    font-size:14px;
}
.checkout .row .price{
    color:white;
}

.checkout .row .qty{
    text-align:center;
    width:105px;
    color:white;
}
.checkout .row .number, .checkout .headrow .number, .checkout .sumrow .number{
    text-align:right;
    width:90px;
}
.checkout .row .cell .image a img{
    max-width: 60px;
    max-height: 60px;
    margin:0;
}

.checkout .sumrow .cell{
    padding: 3px 10px;
    font-size:15px;
    background-color:#343434;
    font-weight:400;
    color:white;
}

.checkout .qtyctrl{
    display:inline-block;
    vertical-align:middle;
    width:35px; 
    height:62px;
    margin:0 ;
}

.checkout .qtyctrl .qtyplus{
    background-image:url('/images/spinner-plus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:28px;
    padding:5px 0;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.checkout .qtyctrl .qtyplus:hover{
    background-image:url('/images/spinner-plus-active.png');
}
.checkout .qtyctrl .qtyminus{
    background-image:url('/images/spinner-minus.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    height:23px;
    width:28px;
    padding:5px 0;   
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.checkout .qtyctrl .qtyminus:hover{
    background-image:url('/images/spinner-minus-active.png');
}
.checkout .qtyright{
    display: inline-block;
    height: 62px;
    margin: 0;
    vertical-align: middle;
    width: 76px;
    padding:6px 5px;
    background-image: url("/images/icon-tocart.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.checkout .qtyright span{
    display:block;
    margin:2px 0;
}
.checkout .qtyright:hover{
    background-color:#2e95c0;
    background-image: url("/images/icon-buttonactive.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    
}

.checkout .preordercartqty{
    width:127px;
    
    color:white;
    letter-spacing:1px;
    padding:0 !important;
}
.checkout .preordercartqty .qtyctrl{
    padding:2px 5px;
    width:26px;
}
.checkout .preordercartqty .inputcont{
    display:block;
}

.nextrow.nomargin a{
    margin-top:0;
    margin-bottom:6px;
}

.checkout .inputcont{
    display:inline-block;
    vertical-align:middle;
}
.checkout .inputcont input{
    width:40px;
    background-color:#272c35;
    border:none;
    -webkit-box-shadow: inset -1px -1px 7px 0px #171a1f;
    box-shadow: inset -1px -1px 7px 0px #171a1f;
    font-size: 22px;
    color:white;
    text-align:center;
}

.checkout .del{
    display:block;
    background-color:#272c35;
    border:none;
    -webkit-box-shadow: inset -1px -1px 7px 0px #171a1f;
    box-shadow: inset -1px -1px 7px 0px #171a1f;
    width:25px;
    height:25px;
    background-image:url('/images/icon-delete.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    
}



.checkoutwarning{
    display:block;
    text-align:center;
    font-size:16px;
    padding:3px 20px;
    background-color:#E94949;
    color:white;
    margin:10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight:600;
}

.checkoutlogin .box{
    width:298px;
    border:1px solid #99D1F9;
    padding:10px;
    float:left;
    margin:20px;
}

.checkoutlogin .title{
    background-color:#99D1F9;
    padding: 4px 10px;
    font-size:16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:15px;
}

.checkoutlogin .box .loginrow{
    
}
.checkoutlogin .box .loginrow .label{
    float:left;
    width:100px;
    line-height:30px;
    
}
.checkoutlogin .box .loginrow .item{
    float:left;
    width:180px;
    padding:4px 0;
}
.checkoutlogin .box .loginrow .item input{
    border: 1px solid #336699;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:180px;
    padding:2px 6px;
    font-weight:600;
}

.shipmentcont{
    margin-bottom:-5px;
}
.shipmentbg{
    background-color:#20242c;
    padding:10px;
    margin-bottom:5px;
}
.shipmentcont .shipmentname{
    font-size:18px;
    padding:10px 0;
    color:white;
}
.shipmentcont .paymentmode{
    padding-left:50px;
    margin:4px 0;
}
.shipmentcont .paymentmode .item{
    display:inline-block;
    vertical-align:top;
    width:30px;
}
.shipmentcont .paymentmode .label{
    display:inline-block;
    vertical-align:top;
    width:510px;
}
.shipmentcont .paymentmode .label span{
    font-weight:bold;
}
.shipmentcont .simplelogo{
    display:inline-block;
    vertical-align:middle;
    width:75px;
}

.molpoint{
    padding:5px 0 5px 55px;
}
.molpoint .label{
    display:inline-block;
    vertical-align:top;
    width:100px;
}
.molpoint .item{
    display:inline-block;
    vertical-align:top;
    width:310px;
}
.molpoint .item .itemcol1{
    width:45px;
    display:inline-block;
    vertical-align:top;
    margin-bottom:10px;
    text-align:left;
    padding-right:10px;
}
.molpoint .item .itemcol2{
    width:200px;
    display:inline-block;
    vertical-align:top;
    margin-bottom:10px;
}

.molpoint select{
    width:400px;
}
.molpointwarning{
    clear:both;
    padding-top:9px;
    background-image: url("/images/errorpoint.png");
    background-repeat: no-repeat;
    background-position:60px 0;
    position:relative;
    top:-9px;
    width:432px;
    display:none;
    padding-left:55px;
    /*margin-bottom:-9px;*/
    
}
.molpointwarning span{
    display:block;
    background-color:#cc0000;
    color:white;
    font-size:12px;
    padding:0px 20px;
}


.summarycont{
    background-color:#20242c;
    padding:10px;
}
.summarycont .summaryrow .label{
    display:inline-block;
    vertical-align:top;
    width:170px;
}
.summarycont .summaryrow .item{
    display:inline-block;
    vertical-align:top;
    width:335px;
}
.summarycont .summaryrow .price{
    display:inline-block;
    vertical-align:top;
    width:100px;
    text-align: right;
}

.summaryrow textarea{
    width:400px;
    height:160px;
}

.summaryrow{
    margin:4px 0;
}
.summaryrow .checkitem{
    display:inline-block;
    padding-left:174px;
    padding-right:0px;
    width:30px;
    vertical-align:middle;
}
.summaryrow .checklabel{
    display:inline-block;
    width:400px;
    vertical-align:middle;
}

.spbutton, .payuButton button{
    font-size:15px;
    letter-spacing:0px;
    display:inline-block;
    vertical-align:top;
    border:none;
    background-color: #272C35;
    color:white;
    height:40px;
    padding-top:3px;
    padding-left:30px;
    padding-right:30px;
    background-image:url('/images/icon-tocart.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    text-align:right;
    cursor:pointer;
    
    -webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
    -ms-transition: all 400ms ;
    -o-transition: all 400ms ;
	transition: all 400ms ;
}
.spbutton:hover{
    background-image:url('/images/icon-buttonactive.png');
    background-color:#2e95c0;
}

.spbuttonleft{
    float:left;
}

a.spbutton, div.spbutton{
    line-height:37px;
    height:37px;
    vertical-align:top;
}
.payuButton button{
    margin-top:5px;
    float:right;
}

.nextrow{
    text-align:right;
}
.checkoutbuttonrow{
    text-align:right;
    margin:5px 0;
}

.checkoutbutton{
    height:70px;
    font-size:24px;
}

.checkoutnext{
    margin:5px 0 5px;
}
.checkoutnext.nomargin{
    margin-top:0;
}

.checkoutheadwarning{
    clear:both;
    padding-top:9px;
    background-image: url("/images/errorpoint.png");
    background-repeat: no-repeat;
    background-position:75% 0;
    position:relative;
    top:-9px;
    /*margin-bottom:-9px;*/
    
}
.checkoutheadwarning span{
    display:block;
    background-color:#cc0000;
    color:white;
    font-size:12px;
    padding:0px 20px;
}

.checkout .warningrow td{
    position:relative;
    padding:0;
}
.checkout .warningrow span .arrow{
    position:absolute;
    top:-9px;
    left:66%;
    background-image: url("/images/errorpoint.png");
    background-repeat: no-repeat;
    background-position:75% 0;
    height:9px;
    width:18px;

}
.checkout .warningrow span{
    display:block;
    background-color:#cc0000;
    color:white;
    font-size:12px;
    padding:0px 20px;
    position:relative;
}

.shipmentbg .input{
    float:left;
    width:248px;
    margin-top:8px;
}
.shipmentbg .input input{
    border: 1px solid #FFFFFF;
    width: 238px;
    height:20px;
}

.printcontainer{
    display:none;
}

.message-success .print{
    cursor:pointer;
}

/* REGISTER */

.registerform{
    /*background-color:#20242c;*/
    padding:0px 0;
    color:white;
}

.registerform .regtitle{
    text-align:center;
    font-weight:Bold;
    font-size:20px;
}

.registerform .formRow{
    padding:0px 10px 12px;
    display:block;
    background-color:#20242c;
}

.registerform .formRow.formType_info{
    padding-top: 10px;
    margin-top:5px;
}

.registerform .formRow:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.registerform .formRow_error{
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding:2px 10px;
}

.registerform .formRow .formLabel{
    float:left;
    width: 150px;
    text-align:left;
    padding:2px 0px;
    margin-right: 10px;;
    color:#8a8a8a;
}
.registerform .formRow .formItem{
    float:left;
    width: 458px;
}



.registerform .formRow .formItem input[type=text], .registerform .formRow .formItem input[type=password]{
    width:440px;
    padding:2px 6px;
    font-weight:400;
    border:none;
}

.registerform .formRow .formItem textarea{
    border: none;
    width:440px;
    height:150px;
    padding:4px 6px;
    font-weight:400; 
    color:inherit;
    font-weight:inherit;
}

.registerform .formRow .formItem select{
    border: 1px solid #888;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:350px;
    padding:4px 6px;
    font-weight:400;
}

.registerform .formType_info .formLabel{
    float:none;
    padding: 5px 0px;
    font-size:18px;
    display: block;
    font-weight:400;
    color:white;
    width:500px;
}
.registerform .formType_info .formItem{
    width:0;
    display:none;
}

.registerform .formType_check .formLabel{
    float:right;
    padding: 5px 0px;
    width:420px;
    text-align:left;
    
}
.registerform .formType_check .formItem{
    width:0;
    float:left;
    width:30px;
    float:right;
}

.formRow.formLink{
    padding:10px 18px 20px;
}

.registerform .warning{
    clear:both;
    margin-left: 160px;
    padding-top:9px;
    background-image: url("/images/errorpoint.png");
    background-repeat: no-repeat;
    background-position:75% 0;
    position:relative;
    top:-17px;
    margin-bottom:-16px;
    display:none;
    
}
.formType_check .warning{
    top:-13px;
    background-position:2px 0;
}
.registerform .formRow_error .warning{
    display:block;
}
.registerform .warning span{
    display:block;
    background-color:#cc0000;
    color:white;
    font-size:12px;
    padding:0px 20px;
    width:412px;
}

.registerform .formRow .formItem .formText{
    font-weight:400;
    padding:0px; 
}

.registerform .formSubmitRow{
    text-align:right;
    margin:5px 0;
}

.registerform button{
    
    padding: 4px 30px;
    font-size:16px;
    border: none;
    display:inline-table;
    border: medium none;
}

.messagesent{
    width:400px;
    line-height:31px;
    font-size:18px;
    text-transform:uppercase;
    background-color:#6FE46D;
    color:white;
    font-weight:bold;
    text-align:center;
    margin:5px auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.regpage .jqTransformSelectWrapper{
    width:451px !important;
}

.review{
    color:white;
    background-color:#2e95c0;
    padding:15px;
    display:block;
    margin-top:20px;
    text-align:center;
    font-size:24px;
    /*font-weight:bold;*/
}

body #ak-widget{
    letter-spacing:0;
}



/* MYORDER*/

.checkout .cell.description textarea{
    background-color: #737A85;
    border: 0 none;
    color: #FFFFFF;
    resize:none;
}
.checkout .cell span.comment{
    display:block;
    font-size: 12px;
    color: #8A8A8A;
    width:90px;
    line-height:120%;
}

/* LIGHTBOX */
.lightbox{
    color:#888888 !important;
    width:700px;
    height:500px;
    overflow:auto;
    padding:20px;
}
.lightbox h1{
    color:#888888 !important;
}
.lightbox h2{
    color:#888888 !important;
}
.lightbox h3{
    color:#888888 !important;
}

/* AUTOCOMPLETE */

.ui-autocomplete{
    background-image:none !important;
    background-color: #777d88;
    font-size:12px;
    border:none;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    z-index:30 !important;
    
}

.ui-autocomplete li a{
    color:white !important;
}

.ui-autocomplete li a.ui-state-focus{
    background:none;
    border:none;
    background-color:#00aeef !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

/* 404 */

.error404{
    background-image: url("/images/404.png");
    background-repeat: no-repeat;
    width:276px;
    height:186px;
    margin: 50px auto 20px;
}
.back404{
    font-size:18px;
    color:#ffffff;
    text-align:left;
    padding:20px 100px;
    display:block;
}



/* RESPONSIVE */

@media screen and (min-width: 940px) {
    .container{
        margin:0 auto;
        width:955px;
        font-size:0;
        letter-spacing:0;
        padding:5px 0;
        position:relative;
        display:block;
        
    }
    .productdetail .faq .answer{
        width:621px;
    }
}
@media screen and (max-width: 940px) {
    .containerrow{
        width:100%;
    }
    .container{
        width:100%;
        margin:0 auto;
        font-size:0;
        letter-spacing:0;
        padding:5px 0;
        position:relative;
        display:block;
    }
    .leadcontainer{
        width:100%;
        height:auto;
    } 
    .lead{
        width:100%;
        height:auto;
    }
    .lead img{
        width:100%;
        height:auto;
    }
    .glass, .adleft, .adright{
        display:none;
    }
    .statusContainer{
        width:100%;
    }
    .head{
        width:100%;
        text-align:right;
        display:table;
        border-spacing:0;
    }
    .head .logo{
        float:left;
        width:335px;
    }
    
    .slogen{
        width:auto;
        padding-top:26px;
    }
    .warningstatus .warningcontent{
        width:100%;
        padding: 5px 0;
    }
    .warningstatus .warningcontent .close{
        margin-right:10px;
    }
    .headinfo{
        width:auto;
    }
    .search{
        position:relative;
    }
    .search .input{
        width:auto;
        display:block;
        float:none;
        margin-right:44px;
        padding-top:6px;
    }
    
    .head .carticon{
        display:none;
    }
    .search input{
        width:100%;
    }
    .search input.focused{
        width:100%;
    }
    .search .icon {
        position: absolute;
        right:0;
        top:0;
    }
    
    .foot{
        width:100%;
    }
    .footleft, .footright{
        display:block;
        width:auto;
        margin:0;
    }
    .foottext{
        padding:0 5px;
    }
    .foothead{
        background-color:black;
        display:block;
        padding:5px;
    }
    .footbottom{
        width:auto;
    }
    .foot .backtotop{
        right:10px;
    }
    .citabcontainer{
        padding-left:0;
    }
    .citabcontainer .citab:first-child {
        width:75px; 
    }
    .checkouthide{
        width:auto;
    }
    .head{
        background-image: url("/images/headbg-mid.png");
        height:auto;
    }
    .headinfo{
        height:auto;
        display:table-cell;
    }
    .cartinfo{
        display:table-cell;
        height:68px;
    }
    .cartinfo .citext{
        height: 61px;
        padding-top:5px;
    }
    
    .headinfo .search{
        margin-top:31px;
        padding-bottom:2px;
    } 
    
    .headinfo .headmenu{
        height:20px;
        display:block;
        width:100%;
        border:none;
        text-align:right;
        
    }
    .headinfo .headmenu li{
        height:20px;
        width:auto;
        padding:0 5px;
        border:none;
        float:none;
    }
    .headinfo .headmenu li a img{
        display:none;
    }
    .headinfo .headmenu .gificon{
        background-image: none;
        padding:0 5px;
    }
    .headinfo .headmenu .gificon:hover{
        background-image: none;
    }
    .headinfo .headmenu .gificon a{
        padding:0;
    }
    .headinfo .headmenu .controllink{
        position:relative;
        top:-20px;
    }
    .logo{
        position:absolute;
        background-image: url("/images/logo-small.png");
        background-position: 0 0;
        top:10px;
        left:10px;
        float:none;
        z-index:10;
        width:230px;
        height:40px;
    }
    .slogen{
        padding-left: 44px;
        padding-top: 27px;
    }
    .productdetail .faq .answer{
        /*width:620px;*/
        margin-right:0;
    }
    
    /* SUBS */
    
    .registerform .formType_info .formLabel {
        width:100%;
    }
    .registerform .formRow .formItem input[type="text"], .registerform .formRow .formItem input[type="password"] {
        font-weight: 400;
        padding: 1px 3px;
        max-width:300px;
    }
    .registerform .formRow .formItem {
        width:100%;
    }
    .registerform .formType_check .formLabel {
        width:auto;
        text-align:left;
        float:left;
    }
    .registerform .warning {
        width:300px;
        max-width:300px;
        margin-left:0;
    }
    .productrow{
        width:100%;
    }
    .productrow .phead{
        width:auto;
    }
    .productrow .phead .name{
        height:123px;
    }
    .productrow .stock-off,.productrow .stock-last, .productrow .stock-on, .productrow .stock-min, .productrow .oldprice{
        display:none;
    }
    .productrow .pricecont .pricevat {
        color: #cc4d00;
        font-size: 18px;
    }
    
    .registerform .warning span {
        width:auto;
    }
    .checkouthead{
        margin-right:10px;
    }
    .checkouthead .label {
        font-size:18px;
        width:auto;
    }
    .checkouthead .summary {
        display:none;
    }
    .checkouthead .labellong {
        font-size:18px;
        width:auto;
    }
    .checkouthead .summaryshort {
        display:none;
    }
    .registerform{
        margin-right:10px;
    }
    .checkouthide{
        margin-right:10px;
    }
    .checkouthide .registerform{
        margin-right:0;
    }
    .checkout td.unitprice{
        display:none !important;
    }
    .shipmentcont .paymentmode {
        padding-left: 10px;
    }
    .shipmentcont .paymentmode .label {
        width:auto;
    }
    .summaryrow textarea {
        height: 140px;
        width: 300px;
    }
    
    .productright{
        width:auto;
        text-align:right;
        display:block;
        height:auto;
    }
    .productbottom{
        text-align:right;

    }
    .productright .productqty {
        display:inline-block;
        vertical-align:top;
        margin-top:6px;
    }
    .producttocart {
        display:inline-block;
        vertical-align:top;
        height: 69px;
        padding-top:18px;;
    }
    
    
    .bottomcontrol {
        height:auto;
        overflow:hidden;
    }
    .topcontrol {
        height:auto;
        overflow:hidden;
    }
    .foot .fcolumn{
        font-size:16px;
    }
}
@media screen and (max-width: 820px) {
    .productmain{
        width:auto;
        height:auto;
    }
    .productmain .stock-off, .productmain .stock-on, .productmain .stock-last, .productmain .stock-min {
        margin-left:30px;
    }
}
@media screen and (max-width: 750px) {
    .productrow .image {
        width:90px;
    }
    .productrow .image img{
        max-width:90px;
    }
    .productrow .discount {
        display:none;
    }
    .productrow .qtyctrl {
        display:none;
    }
    .productrow .pricecont {
        padding: 5px;
        font-size:14px;
    }
    .productrow .pricecont .pricevat {
        font-size:14px;
    }
    .productrow .pricecont {
        height: 64px;
    }
    .productrow .pright{
        width:102px;
    }
    .productrow .pright .price br{
        display:block;
    }
    .foot .fcolumn{
        display:block;
        width:100%;
    }
}
/*@media screen and (max-width: 840px) {
    .headinfo{
        height:auto;
    }
    
    .headinfo .headmenu{
        height:20px;
        display:block;
        width:100%;
    }
    
    .headinfo .headmenu li{
        height:20px;
        width:auto;
        padding:0 3px;
    }
    .headinfo .headmenu li a img{
        display:none;
    }
    
    .headinfo .search{
        margin-top:5px;
    }
    .cartinfo{
        width:320px;
        height:38px;
    }
    .cartinfo .citabcontainer{
        width:63px;
        float:left;
    }
    .citabcontainer .citab{
        line-height: 19px;
    }
    .citabcontainer .citab:first-child {
        width:63px; 
    }
    .citext{
        padding:1px;
        height:36px;
        font-size:12px;
        text-transform:uppercase;
        line-height:120%;
        width:250px;
    }
    .citext.ciactive{
        width:250px;
    }
    .citext .cartsum .sum {
        margin:0;
        border:none;
    }
    .productmain{
        width:auto;
        height:auto;
        display:block;
        float:none;
        text-align:center;
    }
    .productmain .text{
        width:auto;
        height:auto;
        display:block;
        float:none;
    }
    .productmain .productprice .price {
        margin-top:10px;
    }
    .productmain .stock-off, .productmain .stock-on, .productmain .stock-last, .productmain .stock-min {
        display:inline-block;
        
    }
    .productmain .text .stock-info {
        display:inline-block;
    }
}*/

@media screen and (max-width: 640px) {
    .content {
        display:block;
        width:100%;
        margin:0 6px;
    }
    .containerrow{
        display:block;
        margin:0 auto;
        font-size:0;
        letter-spacing:0;
        padding:5px 0;
        position:relative;
    }
    .formpage{
        width:100%;
        margin-right:0;
    }
    .registerform{
        margin-right:0px;
    }
    
    .checkouthead {
        margin-right:0px;   
        width:auto;
    }
    .checkouthide {
        margin-right:0px;
    }
    .left{
        display:block;
        margin:0 auto;
    }
    .right{
        display:block;
    }
    .headContainer{
        background:none;
    }
    .head{
        height:auto;
        background-color: #444d5b;
        text-align:center;
    }
    .head .logo{
        float:none;
        left:0;
    }
    .slogen{
        font-size:11px;
        line-height:100%;
        padding-top:29px;
        width:150px;
    }
    .menuhead{
        display:block;
    }
    .left .pophide{
        display:none;
    }
    .left div.category{
        display:none;
    }
    .left div.category.categorydisc{
        display:block;
        font-size: 18px;
    }
    
    .status .controllink {
        padding:3px 8px 3px 0px;
    }
    
    .statusContainer.desktop{
        /*display:none;*/
        text-align:center;
        box-sizing:border-box;
    }
    .statusContainer.mobile{
        display:none;
        /*display:inline-block !important;*/
        background:none;
        color:white;
        text-align:center;
        padding-top:10px;
    }
    .head{
        background-image: url("/images/headbg-mobile.png");
        background-repeat:repeat-x;
    }
    .head .logo{
        position:relative;
        width:266px;
        margin:0px auto 10px;
        padding:0;
    }
    
    .headinfo{
        text-align:center;
        display:block;
    }
    .headinfo .search {
        display:inline-block;
    }
    .search.desktop{
        display:none;
    }
    .search.mobile{
        display:block !important;
        text-align:center;
        margin:0 auto;
        width:266px;
        height:36px;
    }
    .headmenu.desktop{
        display:none;
    }
    .headmenu.mobile{
        display:inline-block !important;
        text-align:center;
        height: auto;
        background-color:#737984;
    }
    .headmenu.mobile img{
        display:none;
    }
    .headmenu{
        border:none;
    }
    .headmenu li {
        height:26px;
        border:none;
        line-height:26px;
        padding:0;
        width:auto;
        float:none;
    }
    .headmenu li a{
        padding:0 5px;
    }
    
    .cartinfo{
        width:266px;
        height:46px;
        display:block;
        margin:0 auto;
    }
    .cartinfo .citabcontainer{
        /*width:63px;
        float:left;*/
    }
    .cartinfo .cihead{
        width:60px;
        float:left;
    }
    .citabcontainer .citab{
        line-height: 19px;
        width:133px;
    }
    .citabcontainer .citab:first-child {
        width:133px;
        /*width:63px;*/ 
    }
    .citext{
        padding:1px;
        height:36px;
        font-size:11px;
        text-transform:uppercase;
        line-height:120%;
        width:250px;
    }
    .citext.ciactive{
        width:266px;
        height:22px;
        
    }
    .citext .cartsum .sum {
        margin:0;
        border:none;
    }
    .cartsum p{
        display:inline-block;
        vertical-align:top;
    }
    .citext .cartsum .sum {
        padding-top:0;
        padding-left:15px;
    }
    
    .leftmenutitle.desktop , .leftmenu.desktop{
        display:none;
    }
    .leftmenutitle.mobile , .leftmenu.mobile{
        display:block !important;
    }
    .breadcrumbscontainer{
        display:none;
    }
    .leadcontainer {
        display:none;
    }
    .homeboxcontainer{
        text-align:center;
        margin-bottom:0;
    }
    .homeboxcontainer .homebox{
        display:none;
        margin-right:0 !important;
        float:none;
        text-align:center;
        margin-bottom:30px;
    }
    .homebox .icon{
        display:none;
    }
    .homebox .text{
        display:block;
        width:auto;
        text-align:center;
    }
    .homebox .more{
        float:none;
        display:inline-block;
        background-color: #272C35;
    }
    .productcontainer{
        text-align:center;
    }
    .product{
         margin: 6px 6px 0 0;
         float:none;
    }
    .tagcontainer{
        text-align:center;
    }
    .tagcontainer .tag{
        margin: 6px 6px 0 0;
         float:none;
         text-align:left;
    }
    .productbottom{
        margin-right:0px;
    }
    .pagerCont {
        margin-right:0;
    }
    h1{
        text-align:center;
        margin:16px;
    }
    
    .left.mobile{
        display:block !important;
    }
    
    .footcontainer{
        text-align: center;
    }
    .footbottom{
        font-size:0;
    }
    .footbottom span{
        display:block;
        font-size:10px;
    }
    
    .leftmenutitle.mobile, .leftmenu.mobile h1{
        text-align:center;
        
    }
    .leftmenu .element {
        text-align:center;background:none;
    }
    .leftmenu .element:hover {
        background-image:none;
    }
    
    .clearrow{
        text-align:center;
    }
    .linkbox{
        float:none;
        display:inline-block;
        background-color: #272C35;
        color:white;
    }
    
    .productmain{
        width:100%;
        margin:0 auto;
        height:auto;
    }
    .productmain .text {
        width:auto;
        min-width:150px;
        display:inline-block;
        vertical-align:top;
    }
    .productmain .images {
        margin:15px 10px 15px 15px;
        display:inline-block;
        vertical-align:top;
    }
    .productmain .productprice .price span {
        font-size:20px;
        margin-left:15px;
    }
    .productmain .productprice .price{
        text-align:left;
        margin-left:15px;
    }
    
    .productmain .productprice .pricenet {
        display:none;
    }
    .productmain .productprice {
        padding-top:0;
        
    }
    .productqty {
        text-align:center !important;
    }
    .productqty .qtyctrl{
        margin: 12px 0 12px 0px !important;
    }
    .left{
        display:none;
    }
    .homeContainer .left{
        display:block;
    }
    .productdetail .faq .answer{
        width:auto;
        margin-right:0;
        font-size:14px;
    }
    
    .registerform .formRow .formItem input[type="text"], .registerform .formRow .formItem input[type="password"] {
        font-weight: 400;
        padding: 1px 3px;
        max-width:280px;
    }
    .summaryrow textarea {
        height: 140px;
        width: 280px;
    }
    
    .summarycont .summaryrow .item {
        width:auto;
    }
    .registerform .formRow .formItem select{
        
        width:280px;
    }
    .summaryrow .checkitem {
        padding-left:0;
        display:inline-block;
        width:30px;
    }
    .summaryrow .checklabel {
        display:inline;
        width:auto;
    }
    
    .productrow .pright {
        width:102px;
    }
    .productrow .phead {
        padding:5px;
    }
    
    .productrow .image {
        width:140px;
        vertical-align:middle;
    }
    .productrow .image img{
        max-width:140px;
    }
    .productrow .pricecont {
        height: 64px;
    }
    /*.clearrow{
        text-align:center;
    }
    .clearrow .linkbox{
        float:none;
        display:inline-block;
    }*/
        
}
@media screen and (max-width: 450px){
    .productrow .image {
        width:70px;
        vertical-align:middle;
    }
    .productrow .image img{
        max-width:70px;
    }
    .productrow .phead .name{
        word-break: break-all;
    }
}
/*@media screen and (max-width: 810px) and (orientation: portrait) {
    .headinfo{
        height:auto;
    }
    
    .headinfo .headmenu{
        height:20px;
    }
    
    .headinfo .headmenu li{
        height:20px;
    }
    .headinfo .headmenu li a img{
        display:none;
    }
    .headinfo .search{
        margin-top:5px;
    }
    .cartinfo{
        width:320px;
        height:38px;
    }
    .cartinfo .citabcontainer{
        width:63px;
        float:left;
    }
    .citabcontainer .citab{
        line-height: 19px;
    }
    .citabcontainer .citab:first-child {
        width:63px; 
    }
    .citext{
        padding:1px;
        height:36px;
        font-size:12px;
        text-transform:uppercase;
        line-height:120%;
        width:250px;
    }
    .citext.ciactive{
        width:250px;
    }
    .citext .cartsum .sum {
        margin:0;
        border:none;
    }
    .containerrow{
        display:block;
    }
    .left{
        display:block;
        margin:0 auto;
    }
    .right{
        display:block;
    }
    .headContainer{
        background:none;
    }
    .head{
        height:auto;
        background-color: #444d5b;
        text-align:center;
    }
    .head .logo{
        float:none;
    }
}*/