﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

h1.ptitle{
        font-size:30px;
            color:#58585a;
            margin:55px 0 20px;
            display:block;
    }
 
#loading,.loading {
    color: #99cc33;
    text-align: center;
    margin: 0;
    font-size: 32px;
    position: fixed;
    left: 0%;
    top: 0%;
    width:100%;
    height  :100%;
	z-index: 1000;
    background:rgba(255,255,255,0);
}
#moshi_main #loading {
    background:none;
    width:auto;
    height:auto;
}
#loadingDevice {
    height:30px; 
    width: 175px;
    padding:20px 0 0 0;
    
}

 
.boxloading{
	height:250px;
	text-align:center;
	line-height:250px;
}

a.q_icon_bt2 {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 40px;
    height: 20px;
    overflow: hidden;
    text-indent: -50000px;
    background-image: url(/Images/q_icon.png);
    background-repeat: no-repeat;
    background-position: left -12px;
}

a.q_icon_bt2:hover {
    background-image: url(/Images/q_icon.png);
    background-repeat: no-repeat;
    background-position: left -42px;
}
textarea {
    background-color:#fff;
    border:1px solid #dedede;
    padding:7px 2px;
    
    text-indent: 5px;
    font-size:12px;
    color:#404040;
}
input[type=text],input[type=search],input[type=password] {
    background-color:#fff;
    border:1px solid #dedede;
    border-radius: 4px;
    padding:2px;
    height:24px;
   
    text-indent: 5px;
    font-size:14px;
    color:#404040;
}
input[type=text]:hover,input[type=password]:hover,textarea:hover {
	border-color:#ccc;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus {
	border-color:#333;
}
input[type=text].error,input[type=password].error,textarea.error {
    border-color:rgb(233, 69, 162);
}

::-webkit-input-placeholder { color: #7A7A7A; }
::-moz-placeholder { color:#7A7A7A; } /* firefox 19+ */
:-ms-input-placeholder { color:#7A7A7A; } /* ie */
input:-moz-placeholder { color:#7A7A7A; }

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldest, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	
}

div.txt p {
line-height:24px;
	}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

address, caption, cite, codn, dfn, em,  th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldest, img {
    border: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide,.hidden_text {
    display: none;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:focus {
    outline: 0;
}
* {
   outline: 0;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}



sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select{
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    label,
    select,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}






html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
	line-height: 20px;
    font-size:14px;
	letter-spacing: 0px;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: none
}

html,
body {
	height:100%;
}
body {
	/*background-image: url(../images/main_bg2.jpg);*/
	background-repeat: repeat, no-repeat;
	background-position: 0% 0%;
	/*min-width: 1200px;*/
	
	/*font-family: "myriadpro-light", sans-serif;*/
	 
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #58585a;
	font-weight: 400;	
	text-decoration: none;
	margin:0;
	padding:0;
	overflow:auto;
	
	line-height:20px;
	
	
	
}
.body_h100 {
	position: relative; 
	height: auto; 
	min-height: 100%;
	/*background-image: url(../images/main_bg1.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: 50% 0%;*/
}
.login_bg {
	background-color: #565656;
}
.page_bg {
	background-position: 50% -800px;
}
.body_padding_bottom {
 	padding-bottom: 60px;
}
#footer {
	position: absolute;
    bottom: 0;
	width:100%;
	height:60px;
	background-color:#565656;
}




.font1,
.font2,
.font3 {
	font-size: 14px;
	color: #58585a;
	font-weight: normal;
	text-decoration: none;
	margin:0;
	padding:0;
	overflow:auto;
}
.font1 {
	font-weight: lighter;	
	/*font-family: "myriadpro-light", sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
}
.font2 {
	/*font-family: "myriad-pro", sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 300;
}
.font3 {
	/*font-family: "myriad-pro-semibold", sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 600;
}
.font4 {
	font-weight: bold;
}



.uk-m-h2 {
	font-size: 28px;
}

:focus {
    outline:0 none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form_table_txt_center_2 a,
.form_table_txt_center_2 a:hover,
.form_table_txt_center_2 a:active,
.form_table_txt_center_2 a:visited,
a,
a:hover,
a:active,
a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #58585a;
	outline: 0;
	text-decoration: underline;
	 
}
a:hover {
	color:#9bc713;
}
 

/**UIKITS**/

/*body {

  
  min-width: 1240px;	
}*/

h1 {
    display: none;
}

h2 {
    .font(normal,36px,44px);
}

h3.f_s_20 {
    .font(normal,30px,40px);
}

h3 {
    .font(normal,20px,26px);
}

h4 {
    .font(normal,18px,24px);
}


html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldest, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/*a {
    text-decoration: underline;
    color: @color1;
}*/
    /*a:link, a:visited {
	
	text-decoration: underline;
}*/
    /*a:hover {
        text-decoration: none;
        color: @color7;
    }

p {
    .font(normal,13px,20px);
}
*/

hr {
    border-style: dashed;
    border-color: #cacaca;
    margin: 30px 0px 30px 0px;
}

.txt_error {
    color: rgb(233, 69, 162);
    .font(normal,13px,18px);
    font-size: 11px;
    
    padding: 6px;
    font-style: italic;
}
.txt_ok {
    color: #87b236;
   
}
.hide {
    display:none;
}
/*TABLE*/

#tablel {
	overflow: hidden;
	margin: 0px auto;
	overflow:hidden;
	width: 871px;
}
.table_tl_line {
	overflow: hidden;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.table_w500 {
	overflow: hidden;
	width:431px;
}
.table_w1000 {
	overflow: hidden;
	width:831px;
}
.table_w200 {
	overflow: hidden;
	width:200px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}
.table_w630 {
	overflow: hidden;
	width:630px;
	margin: 0px 0px 0px 39px;
	padding: 5px 10px 5px 10px;
}
.table_left {
	float:left;
}
#tablel .bg_ebebeb{
	background-color:#ebebeb;
}
#tablel .bg_f1f1f1{
	background-color:#f1f1f1;
}
#tablel .bg_f4f4f4{
	background-color:#f4f4f4;
}
#tablel .txt_1 {
	
	font-size: 14px;
	color: #565656;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: 24px;
}
#tablel .txt_2 {
	
	font-size: 14px;
	color: #565656;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: 24px;
}
#tablel ul {
	overflow: hidden;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#tablel li {
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	background-image: url(/Images/table_line_1.png);
	background-repeat: repeat-y;
	background-position: 220px top;
}
#tablel .news_top_shadow,#tablel .news_bottom_shadow {
	width: 100%;
	height: 10px;
	float: left;
	opacity:0;
    background-repeat: no-repeat;opacity:1;
}
 

#tablel a:hover .news_top_shadow {
	background-image: url(/Images/table_top_shadow.png);
	
	background-position: center top;
	
}
#tablel a:hover .news_bottom_shadow {
	background-image: url(/Images/table_bottom_shadow.png);
	
	background-position: center bottom;
	
}
#tablel li a {
	
	font-weight: normal;
	color: #565656;
}
#tablel li a:hover {
	
	font-weight: normal;
	color: #565656;
}
#tablel li.bg_f1f1f1:hover{
	background-color:#e6e6e6;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
#tablel li.bg_f4f4f4:hover{
	background-color:#e6e6e6;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
#tablel a:hover li {
	/*background-image: url(/Images/table_line_1_over.png);*/
}
.shadow2 {
	overflow: hidden;
	margin: 0px auto;
	overflow:hidden;
	width: 871px;
	height: 40px;
	/*background-image: url(/Images/Shadow_2.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}

#tablel .news_top_shadow_hover{
	width: 100%;
	height: 10px;
	float: left;
	background-image: url(/Images/table_top_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	opacity:1;
}
#tablel .news_bottom_shadow_hover{
	width: 100%;
	height: 10px;
	float: left;
	background-image: url(/Images/table_bottom_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	opacity: 1;
	
}
#tablel .bg_f4f4f4_hover{
	background-color:#e6e6e6;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.f_bold {
	font-weight: bold;
}
.f_bold_600 {
	font-weight: normal;
	
}
.f_bold_400 {
	font-weight:400;
}
.f_italic {
	font-style: italic;
}
.f_capitalize {
	text-transform:capitalize;
}
.f_uppercase {
	text-transform:uppercase;
}
.f_lowercase {
	text-transform:lowercase;
}
/**LAYOUT**/


.group_center {
    margin: 0px auto;
    overflow: visible;
    width: @pagewidth;
    position: relative;
}






/*---- header --------------------------*/

div#header {
    
    background-color: #ffffff;
    
}

.box_bgtop{
		overflow:hidden;
		background-image: url(/Images/cart_menu_bg_2.png);
		background-repeat: no-repeat;
		background-position: left top;
		float:left;
		text-transform: none;
}

#m_menu {
    float: right;

    .m_menu_ul {
        list-style: none;
        overflow: hidden;
        background-image: url(/Images/header_line.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .mtxt {
        float: left;
        margin-left: -1px;
        margin-right: -1px;
        list-style-type: none;
        color: #58585a;
        text-transform:uppercase;
        .font(normal,13px,18px);
        font-weight: 400;
	    letter-spacing: 0.5px;
        background-image: url(/Images/header_line.jpg);
        background-repeat: no-repeat;
        background-position: right top;
    }

	.mtxt:hover,
	.mtxt_selected {
		/*margin-left: -1px;
		margin-right: -1px;
		background-image: url(/Images/mtxt_hover.png);
		background-repeat: no-repeat;
		background-position: left top;*/
		
	}
	.mtxt_h_r {
	  /*position:absolute;
	  right:0px;*/
	}
	.mtxt_h_r:hover,
	.mtxt_selected .mtxt_h_r {
	  /*background-image: url(/Images/mtxt_hover_right.png);*/
      background-repeat: no-repeat;
      background-position: right top;
	}
	
	.mtxt_h_r_hover {
  background-image: url(/Images/mtxt_hover_right.png);
  background-repeat: no-repeat;
  background-position: right top;
}
	
	.mtxt_hover {
	float: left;
	margin-left: -1px;
	margin-right: -1px;
	list-style-type: none;
	color: #58585a;
	text-transform: uppercase;
	.font(normal,13px,18px);
	font-weight: 400;
	letter-spacing: 0.5px;
	background-image: url(/Images/mtxt_hover.png);
    background-repeat: no-repeat;
   background-position: left top;
}



a.hover_link_hover {
  display: block;
  padding: 32px 15px 10px 15px;
  height: 38px;
  color: #313131;
  /*position: absolute;*/

  text-decoration: none;
}
		
	/*mtxt_cart*/
		.mtxt_cart{
			margin-left: -2px;
			float: left;
			list-style-type: none;
			color: #58585a;
			/*height:500px;*/
			min-height: 500px;
			position: relative;
			
			.font(normal,13px,32px);
			background-image: url(/Images/header_line.jpg);
			background-repeat: no-repeat;
			background-position: right top;
			
			
			.hover_cart {
				 
				width: 62px;
				height: 30px;
				.font(normal,10px,0px);
				font-weight: 700;
			   	background-image: url(/Images/cart_menu_icon.png);
			   	background-repeat: no-repeat;
				background-position: left top;
				display:block;
				padding: 50px 0px 0px 0px;
				color: @color3;
				text-decoration: none;
				margin-top: 0px;
				
			}
			.hover_cart:hover {
				 
				background-position: left -80px;
				color: @color7;
				text-decoration: none;
				cursor:pointer;
			    /*background-color: @color5;*/
			   /*.inner-shadow(0,0,3px,2px);*/
			   
			  
 			}
			 
			.mycart_bg {
				width: 260px;
				/*height: 465px;*/
				overflow:hidden;
				position: absolute;
				z-index: 1500000;
				top: 80px;
				margin-left: -188px;
				/*border: 1px solid #f90;*/
		    }

            
			.mycart_bgtop {

				width: 260px;
				/*height: 165px;*/
                #no_resault {
                    padding-top:20px;
                    height: 40px;
                    display: none;
                }
                #loadingCart {
                    height: 70px;
                }
                #menucart_itemListCont{
                    overflow: hidden;
                }
                .p_up .nolink, .p_down .nolink {
					height: 12px;
					display:block;
                }
				.p_up .alink {
					width:100%;
					height: 25px;
					display:block;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					background-image: url(/Images/cart_menu_upbt_1.png);
					background-repeat: no-repeat;
					background-position: left top;
				}
				.p_down .alink {
					width:100%;
					height: 25px;
					display:block;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					background-image: url(/Images/cart_menu_upbt_2.png);
					background-repeat: no-repeat;
					background-position: left top;
                    cursor: pointer;
					 
				}
				.p_up .alink:hover, .p_down .alink:hover{ 
				    background-position: left -25px;
				}
				
				ul {
					overflow:hidden;
				    background-image: url(/Images/cart_menu_line.png);
				    background-repeat: no-repeat;
				    background-position: center top;
					
					li {
						margin: -2px 11px 0px 12px;
			        	padding: 10px 0px 10px 0px;
						overflow:hidden;
					    background-image: url(/Images/cart_menu_line.png);
				        background-repeat: no-repeat;
				        background-position: center bottom;
					}
					li:hover {
						margin-top: -2px;
						text-decoration: none;
			            background-color: @color5;
			            .inner-shadow(0,0,8px,4px);
					}
					li:hover .p_edit {
						opacity:1;
					}
					
					 
					
					.p_img {
						float:left;
						margin: 5px 0px 0px 5px;
			        	padding: 0px 0px 0px 0px;
						 
					}
					.p_txt {
						float:left;
						width: 150px;
						color: @color3;
						text-align:left;
						margin: 0px 0px 0px 10px;
			        	padding: 10px 0px 0px 10px;
						background-image: url(/Images/cart_menu_line_2.png);
				        background-repeat: no-repeat;
				        background-position: left top;
						/*border: 1px solid #f90;*/
						
						.p_name {
							.font(normal,14px,18px);
						}
						.p_noi {
						   .font(bold,14px,18px);
						}
					}
					.p_edit {
						float: left;
						width: 15px;
						/*height: 100px;*/
						margin: 0px 0px 0px 0px;
			        	padding: 0px 0px 0px 0px;
						overflow:hidden;
						opacity: 0;
						/*border: 1px solid #f90;*/
						
						.bt_add .alink{
							float:left;
							width: 15px;
							height: 15px;
							display:block;
							margin: 3px 0px 0px 0px;
			            	padding: 0px 0px 0px 0px;
							background-image: url(/Images/cart_menu_bt_1.png);
				            background-repeat: no-repeat;
				            background-position: left top;
						}
						.bt_min .alink{
							float:left;
							width: 15px;
							height: 15px;
							display:block;
							margin: 3px 0px 0px 0px;
			            	padding: 0px 0px 0px 0px;
							background-image: url(/Images/cart_menu_bt_2.png);
				            background-repeat: no-repeat;
				            background-position: left top;
						}
						.bt_del .alink{
							float:left;
							width: 15px;
							height: 15px;
							display:block;
							margin: 3px 0px 0px 0px;
			            	padding: 0px 0px 0px 0px;
							background-image: url(/Images/cart_menu_bt_3.png);
				            background-repeat: no-repeat;
				            background-position: left top;
						}
						.bt_add .alink:hover,.bt_min .alink:hover,.bt_del .alink:hover {
							background-position: left -15px;
						}
					}
				}
					
			}
			.mycart_bgdown {
				width: 260px;
				height: 110px;
				overflow:hidden;
				background-image: url(/Images/cart_menu_bg_3.png);
				background-repeat: no-repeat;
				background-position: left top;
				float:left;
				margin: 0px 0px 0px 0px;
				padding: 20px 12px 0px 12px;
				text-transform: none;	
				
                #menucart_continue, #menucart_checkout {
                    cursor: pointer;
                }
				
				.txt_1 {
					.font(bold,14px,0px);
					color: @color6;
					float:left;
					width: 117px;
					height: 29px;
					text-align: center;
					margin: 10px 0px 0px 0px;
     				padding: 0px 0px 0px 0px;
					/*border: 1px solid #f90;*/
				}
				.txt_2 {
					.font(normal,14px,0px);
					color: @color6;
					float:left;
					width: 234px;
					height: 36px;
					margin: 0px 0px 0px 0px;
     				padding: 0px 0px 0px 0px;
					/*border: 1px solid #f90;*/
				}
				.txt_2 .alink, .txt_2 a {
					.font(normal,14px,0px);
					color: @color6;
					
					width: 234px;
					height: 36px;
					margin: 0px auto;
     				padding: 17px 0px 0px 0px;
					background-image: url(/Images/cart_menu_bgdown_bt_over.png);
			    	background-repeat: no-repeat;
				    background-position: left -36px;
					display:block;
					text-decoration: none;
					/*border: 1px solid #f90;*/
				}
				.txt_2 .alink:hover , .txt_2 a:hover{
					/*.font(bold,14px,0px);*/
					background-position: left top;
					
				}
			}
            .alink {
                cursor: pointer;
            }
			
		}
		.thissearch {
			
			float: left;
			height:55px;
			margin: 0px 0px 0px 0px;
			padding: 25px 3px 0px 0px;
			list-style-type: none;
			
			
			.icon{
				width:20px;height:20px;float:left;margin-left:10px;margin-right:14px;margin-top:6px;
			}
			
		}

        .thissearch:hover {
        }



    a.hover_link {
        display: block;
        padding: 32px 15px 10px 15px;
        height: 38px;
        color: #58585a;
        /*position: absolute;*/
        text-decoration: none;
    }

        a.hover_link:hover {
            color: #313131;
            text-decoration: none;
        }

    .product_menu {
        position: relative;
        /*width: 200px;*/
        /*height: 400px;*/
        text-align: left;
        float: left;
        /*border: 1px dotted #F90;*/
    }

    .product_menu_1 {
        /*position: absolute;
	z-index: 100;
	top: 0;
	margin-left:-95px;*/
        text-align: left;
        float: left;
        /*border: 1px dotted #F90;*/
    }

    .product_item {
         
        /*position: absolute;
        z-index: 1500000;
        width: 100%;
        height: 105px;
        top: 80px;
        left: 0px;
        background-image: url(/Images/product_item_bg.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        box-shadow: -webkit- 0px 3px 3px 2px rgba(0,0,0,0.1);
        box-shadow: -moz- 0px 3px 3px 2px rgba(0,0,0,0.1);
        box-shadow: -ms- 0px 3px 3px 2px rgba(0,0,0,0.1);
        box-shadow: -o- 0px 3px 3px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.1);*/

        

        .p_item_li {
           
            .font(normal,12px,30px);
            text-align: center;
            margin-left: -2px;
            overflow: hidden;
            color: #a6a8a8;
	    letter-spacing: 0px;
            float: left;
            overflow: hidden;
            font-weight: normal;
            width: 155px;
            height: 35px;
            background-repeat: no-repeat;
            background-position: center top;
            padding: 70px 0px 0px 0px;
            a.cattitle {
               display: block;
                padding: 60px 0 0;
                position: absolute;
                text-align: center;
                top: 0;
                width: 155px;
            }
			a.cattitle_hover {
  display: block;
  padding: 60px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 155px;
  color: #58585a;
}

            a {
                
                color: #a6a8a8;
                text-decoration: none;
            }

                a:hover {
                    color: #58585a;
                }
                    .sub_nottom {
                        position: absolute;
                        bottom: 0px;
                        width: 155px;
                        height: 0px;
                        overflow: hidden;
                         /*background-color: #f4f4f3;*/
						background-image: url(/Images/sub_bg.jpg);
						background-repeat: repeat-x;
						background-position: left top;
                        visibility: hidden;
                    }

            
        }

            .p_item_li:hover  , .p_item_li.hover:hover {
                margin-right: 0px;
                /*background-color: #f4f4f3;*/
                /*background-position: center -210px;*/
                color: #58585a;
                text-decoration: none;

                a {
                    color: #58585a;
                }

            }
			.p_item_li.hover {
                margin-right: 0px;
                /*background-color: #f4f4f3;*/
                background-position: center -105px;
                color: #58585a;
                text-decoration: none;

                a {
                    color: #58585a;
                }

            }

            .p_item_li.hover {
                .sub_nottom {
                    bottom: 0px; 
                    visibility: inherit;
                }
            }
            .p_item_li:hover, .p_item_li.hover:hover {
                .sub_nottom {
                    bottom: -1px; 
                    visibility: inherit;
                }
            }

        .p_item_li_1.p_item_li {
            
            width: 155px;
            background-image: url(/Images/product_item_icon_1.png);
	    color: rgb(100, 124, 57);

            .sub_nottom {
                width: 155px;
            }
        }



    }

        .product_item:hover {
            /*box-shadow: -webkit- 0px 3px 3px 2px rgba(0,0,0,0);
            box-shadow: -moz- 0px 3px 3px 2px rgba(0,0,0,0);
            box-shadow: -ms- 0px 3px 3px 2px rgba(0,0,0,0);
            box-shadow: -o- 0px 3px 3px 2px rgba(0,0,0,0);
            box-shadow: 0px 3px 3px 2px rgba(0,0,0,0);
            border-bottom-width: 0px;
            border-bottom-style: solid;
            border-bottom-color: #ececec;*/
        }

    .product_item_ul {
        list-style: none;
        /*background-color: #fafafa;*/
        margin: 0px auto;
        overflow: hidden;
        width: 1240px;
        /*background-image: url(/Images/product_item_bg.jpg);
        background-repeat: repeat-x;
        background-position: left top;*/
    }




    .product_item {
    }

    a.product_item_1 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        width: 155px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        z-index: 51;
        /*border: 1px dotted #666;*/
    }

        a.product_item_1:hover {
            color: #58585a;
            text-decoration: none;

            a {
                color: #58585a;
            }
        }

    a.p_item_link {
        display: block;
        padding: 70px 0px 0px 0px;
        height: 35px;
        text-decoration: none;
    }

        a.p_item_link:hover {
            color: #58585a;
            text-decoration: none;
        }















    .p_item_li_2 {
       
        background-image: url(/Images/product_item_icon_2.png);
         
    }

    .p_item_li_3 {
        
        background-image: url(/Images/product_item_icon_3.png);
        
    }

    .p_item_li_4 {
        
        background-image: url(/Images/product_item_icon_4.png);
        
    }

    .p_item_li_5 {
        
        background-image: url(/Images/product_item_icon_5.png);
        
    }

    .p_item_li_6 {
        
        background-image: url(/Images/product_item_icon_6.png);
       
    }

    .p_item_li_7 {
       
        background-image: url(/Images/product_item_icon_7.png);
        
    }

    .p_item_li_8 {
       
        background-image: url(/Images/product_item_icon_8.png);
        
    }

    .p_item_li_selected_2 {
        margin-left: -2px;
        margin-right: 0px;
        overflow: hidden;
        
        font-size: 12px;
        line-height: 18px;
        color: #58585a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        height: 35px;
        padding: 70px 0px 0px 0px;
        background-image: url(/Images/product_item_icon_2.png);
        background-repeat: no-repeat;
        background-position: center -105px;
    }

    .p_item_li_selected_3 {
        margin-left: -2px;
        margin-right: 0px;
        overflow: hidden;
        
        font-size: 12px;
        line-height: 18px;
        color: #58585a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        height: 35px;
        padding: 70px 0px 0px 0px;
        background-image: url(/Images/product_item_icon_3.png);
        background-repeat: no-repeat;
        background-position: center -105px;
    }

    .p_item_li_selected_4 {
        margin-left: -2px;
        margin-right: 0px;
        overflow: hidden;
        
        font-size: 12px;
        line-height: 18px;
        color: #58585a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        height: 35px;
        padding: 70px 0px 0px 0px;
        /*position:absolute;
	z-index: 51;*/
        /*background-color: #f1f1f1;*/
        background-image: url(/Images/product_item_icon_4.png);
        background-repeat: no-repeat;
        background-position: center -105px;
    }

    .p_item_li_selected_5 {
        margin-left: -2px;
        margin-right: 0px;
        overflow: hidden;
        
        font-size: 12px;
        line-height: 18px;
        color: #58585a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        height: 35px;
        padding: 70px 0px 0px 0px;
        background-image: url(/Images/product_item_icon_5.png);
        background-repeat: no-repeat;
        background-position: center -105px;
    }

    .p_item_li_selected_6 {
        margin-left: -2px;
        margin-right: 0px;
        overflow: hidden;
        
        font-size: 12px;
        line-height: 18px;
        color: #58585a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        height: 35px;
        padding: 70px 0px 0px 0px;
        background-image: url(/Images/product_item_icon_6.png);
        background-repeat: no-repeat;
        background-position: center -105px;
    }

    .p_item_li_selected_7 {
        margin-left: -2px;
        margin-right: 0px;
        overflow: hidden;
        
        font-size: 12px;
        line-height: 18px;
        color: #58585a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        height: 35px;
        padding: 70px 0px 0px 0px;
        background-image: url(/Images/product_item_icon_7.png);
        background-repeat: no-repeat;
        background-position: center -105px;
    }

    .p_item_li_selected_8 {
        margin-left: -2px;
        margin-right: 0px;
        overflow: hidden;
        
        font-size: 12px;
        line-height: 18px;
        color: #58585a;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        height: 35px;
        padding: 70px 0px 0px 0px;
        background-image: url(/Images/product_item_icon_8.png);
        background-repeat: no-repeat;
        background-position: center -105px;
    }












    .product_item_2 {
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        background-image: url(/Images/product_item_icon_2.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    a.product_item_2 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        margin-left: 245px;
        z-index: 52;
    }

    .product_item_3 {
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        background-image: url(/Images/product_item_icon_3.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    a.product_item_3 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        margin-left: 390px;
        z-index: 53;
    }

    .product_item_4 {
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        background-image: url(/Images/product_item_icon_4.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    a.product_item_4 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        margin-left: 535px;
        z-index: 54;
    }

    .product_item_5 {
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        background-image: url(/Images/product_item_icon_5.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    a.product_item_5 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        margin-left: 680px;
        z-index: 55;
    }

    .product_item_6 {
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        background-image: url(/Images/product_item_icon_6.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    a.product_item_6 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        margin-left: 825px;
        z-index: 56;
    }

    .product_item_7 {
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        background-image: url(/Images/product_item_icon_7.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    a.product_item_7 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        margin-left: 970px;
        z-index: 57;
    }

    .product_item_8 {
        text-decoration: underline;
        text-transform: uppercase;
        float: left;
        overflow: hidden;
        font-weight: normal;
        width: 155px;
        background-image: url(/Images/product_item_icon_8.png);
        background-repeat: no-repeat;
        background-position: center top;
    }

    a.product_item_8 {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 70px 0px 0px 0px;
        height: 35px;
        color: #a6a8a8;
        text-decoration: none;
        position: absolute;
        margin-left: 1115px;
        z-index: 58;
    }











    .sub_search_by_device,
    .sub_audio,
    .sub_peripherals,
    .sub_bags,
    .sub_film,
    .sub_adapters,
    .sub_power,
    .sub_extras {
        /*opacity:0.8;*/
        position: absolute;
        z-index: 99999;
        top: 105px;
        left: 0px;
        /*overflow: hidden;*/
        width: 100%;
        height: 360px;
        box-shadow: -webkit- 0px 3px 2px rgba(0,0,0,0.1);
        box-shadow: -moz- 0px 3px 2px rgba(0,0,0,0.1);
        box-shadow: -ms- 0px 3px 2px rgba(0,0,0,0.1);
        box-shadow: -o- 0px 3px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
        background-image: url(/Images/sub_bg.jpg);
        /*background-color: #fbfbfb;*/
        background-repeat: repeat-x;
        background-position: left top;
		
		
    }







    .menu_item {
        height: 320px;
        overflow: hidden;
        margin: 0px 0px 30px 0px;
        padding: 15px 20px 5px 16px;
        display: inline-block;
        /*border: 1px dotted #C96;*/
    }
    
        .sub_bg_line {
	        background-image: url(/Images/sub_bg_line.jpg);
	        background-repeat: no-repeat;
	        background-position: right center;
        }
        .menu_item a {
            text-decoration: none;
        }

            .menu_item a:hover .menu_item_c_h1 {
                text-decoration: none;
                color: #87b236;
            }

    .menu_item_c_h1 {
        /*width: 100%;*/
       /* max-width: 188px;*/
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 8px 0px;
        
        color: #58585a;
        font-size: 13px;
        font-weight: 600;
	letter-spacing: 0.5px;
        text-align: left;
        /*float: left;*/
        /*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5b5b5;*/
        text-transform: none;
        /*background-color:#CCC;
	opacity: 0.5;*/
    }

    .item_topline {
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #b5b5b5;
    }

    .menu_item ul {
        /*width: 100%;*/
        overflow: hidden;
        float: left;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px dotted #C96;*/
    }

    .menu_w160 {
        width: 160px;
    }

    .menu_w180 {
        width: 190px;
    }

    .menu_w220 {
        width: 220px;
    }

    .menu_w10p {
        width: 10%;
    }

    .menu_w20p {
        width: 20%;
    }

    .menu_w30p {
        width: 30%;
    }

    .menu_w33p {
        width: 33%;
    }

    .menu_w40p {
        width: 40%;
    }

    .menu_w50p {
        width: 50%;
    }

    .menu_w60p {
        width: 60%;
    }

    .menu_w70p {
        width: 70%;
    }

    .menu_w80p {
        width: 80%;
    }

    .menu_w90p {
        width: 90%;
    }

    .menu_w100p {
        width: 100%;
    }

    .menu_item li {
        /*width: 190px;*/
        width: 99%;
        text-align: left;
        float: left;
        /*display:inline-block;*/
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 0px 0px;
        background-image: url(/Images/menu_item_icon.png);
        background-repeat: no-repeat;
        background-position: left 8px;
    }

    .menu_li_pname {
        float: left;
        width: 98%;
        
        color: #58585a;
        font-size: 12px;
        line-height: 13px;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
        text-transform: none;
    }

    .menu_li_pdic {
        float: left;
        width: 98%;
        
        /*color: #b1b1b1;*/
		color: #818080;
        font-size: 11px;
        line-height: 12px;
        font-weight: normal;
        /*font-style: italic;*/
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
        text-transform: none;
    }

    .menu_item li.li_2 {
        width: 100%;
        text-align: left;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 7px 0px 0px 0px;
        background-image: url(/Images/menu_item_icon.png);
        background-repeat: no-repeat;
        background-position: 10px 8px;
    }


    .menu_li_pname_2 {
        float: left;
        width: 98%;
        
        color: #58585a;
        font-size: 12px;
        line-height: 16px;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
        text-transform: none;
    }

    .menu_item li:hover {
        color: #87b236;
        cursor: pointer;
        background-position: left -92px;
    }

    .menu_item li.li_2:hover {
        color: #87b236;
        cursor: pointer;
        background-position: 10px -92px;
    }

    .menu_item a:hover p.menu_li_pname,
    .menu_item a:hover p.menu_li_pname_2 {
        color: #87b236;
        cursor: pointer;
    }

    .menu_item a:hover p.menu_li_pdic {
        color: #87b236;
        cursor: pointer;
    }











    .menu_item li.item_for_ui {
        text-align: left;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 12px 0px 0px 0px;
        background-image: url(/Images/menu_item_icon.png);
        background-repeat: no-repeat;
        background-position: left -90px;
    }


    .menu_li_pname_for_ui {
        float: left;
        width: 98%;
        
        color: #87b236;
        font-size: 12px;
        line-height: 8px;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
    }

    .menu_li_pdic_for_ui {
        float: left;
        width: 98%;
        
        color: #87b236;
        font-size: 11px;
        font-weight: normal;
        font-style: italic;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
}





/*#g_over_bg {
	width:0px;
	height:0px;
	background-color:#96ca53;
	position:absolute;
	top: 0px;
	left: 654px;
	z-index: 10;
}
#g_over_bg_2 {
	width:155px;
	height:0px;
	background-color:#96ca53;
	position:absolute;
	top: 80px;
	left: 654px;
	z-index: 1500100;
}*/
.menu_down_icon {
	width: 100%;
	height: 80px;
	background-image: url(/Images/menu_down_icon.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}
.menu_down_icon:hover,
.menu_down_icon_hover {
	width: 100%;
	height: 80px;
	background-image: url(/Images/menu_down_icon.png);
    background-repeat: no-repeat;
    background-position: center -120px;
}
.menu_down_icon_2 {
	width: 100%;
	height: 50px;
	/*position:relative;
	top:-80px;*/
	background-image: url(/Images/menu_down_icon.png);
	background-repeat: no-repeat;
	/*background-position: center 23px;*/
	background-position: center 123px;
}
.menu_down_icon_2_hover {
	width: 100%;
	height: 50px;
	/*position:relative;
	top:-80px;*/
	background-image: url(/Images/menu_down_icon.png);
	background-repeat: no-repeat;
	/*background-position: center 23px;*/
	background-position: center -97px;
}
.menu_down_icon_2:hover {
	background-position: center -97px;
}
#over_bg1 {
	position:relative;
	z-index: 0;
	width: 100%;
	height: 180px;
	/*background-color:#999;
	border-color: #666666;
	border-left-style: solid;
	border-width: 1px;*/
}










/*----moshi_footer----------------------------------------------------*/
#moshi_footer {
    width: 100%;
    height: 230px;
    background-color: #565656;
    text-align: center;
    /*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a0a0a0;*/
    margin: 0px;
    padding: 0px;
    clear: both;

    .group_center {
        text-align: center;

        .group_center {
            width: 1240px;
            text-align: center;
            float: left;
            /*border: 1px dotted #f90;*/
        }
    }

    .footer_div {
        /*border: 1px dashed #d33;*/
        display: inline-block;
        *display: inline;
    }

    #footer_menu {
        /*width:820px;*/
        /*width: 100%;*/
        /*height: 80px;*/
        text-align: center;
        float: left;
        /*border: 1px dotted #C96;*/
        ul {
            /*width: 100%;*/
            margin: 20px 30px 20px 0px;
            padding: 0px 0px 0px 0px;
            list-style-type: none;
            /*overflow:visible;*/
            /*border: 1px dashed #F90;*/
            li {
                list-style-type: none;
                .font(normal,12px,32px);
                color: #f1f1f1;
                text-decoration: none;
                font-variant: normal;
                margin: 0px 0px 10px 0px;
                padding: 0px 20px 0px 10px;
                /*float: left;*/
                display: inline-block;
                *display: inline;
                font-weight: normal;
                text-transform: capitalize;

                a {
                    list-style-type: none;
                    color: #f1f1f1;
                    text-decoration: none;
                    font-variant: normal;
                }

                    a:hover {
                        list-style-type: none;
                        color: #ffffff;
                        text-decoration: none;
                        font-variant: normal;
                    }
            }
        }
    }
    /*@-moz-document url-prefix() {
		 #footer_menu {
			ul {
			margin: 21px 0px 0px 200px;
	     	}
		 }
	}*/
    #footer_language {
        opacity: 0.5;
        /*margin: 21px 295px 0px 0px;
        float: right;*/
        margin: 21px 0px 0px 0px;
        float: left;
        /*border: 1px dashed #FFF;*/
        position: relative;
        z-index: 9999;
		left:20px;

        li {
            padding: 0;

            a {
                line-height: 15px;
            }
        }
    }



    #footer_newsletter_fb {
        width: 800px;
        height: 40px;
        text-align: center;
        margin: 0px 0px 20px 365px;
        padding: 0px 0px 0px 5px;
         z-index:1;
         position:relative;
        ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
            list-style-type: none;

            li {
                margin: 7px 0px 0px 6px;
                padding: 0px 0px 0px 0px;
                float: left;
                border-radius: 4px;
            }

                li.txt {
                    text-decoration: none;
                    font-weight: normal;
                    font-variant: normal;
                    list-style-type: none;
                    margin: 16px 0px 0px 0px;
                    padding: 0px 0px 0px 0px;
                }
        }
    }
    .interest_div.jqtransformdone label{
        color:#fff;
        display:inline-block;
        font-style:normal;
        float:none;
        font-weight:bold;
    }
    .interest_div .state-success-txt  {

        top:0;
    }
    .interest_div{
         width: 270px;
        height: 28px;
        margin:0 auto;
        color:#ccc;
        font-style:italic;
    }
    .newsletter_div {
       /* width: 270px;
        height: 28px;
        border: 1px solid #e4e4e4;
        background-color: #FFF;
        border-radius: 4px;*/
		
    }

    .newsletter_form {
        float: left;
        width: 240px;
         z-index:10;
       position:relative;
    }

    input.mailing_list_email::placeholder {
        /*.font(normal,12px);*/
        color: #d3d3d3;
        text-decoration: none;
    }

    input.mailing_list_email {
        width: 100%;
        height: 27px;
        float: left;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-radius: 4px;
        /*.font(normal,12px,normal);*/
        font-size: 12px;
        line-height: normal;
        color: #58585a;
        margin: 0px 0px 0px 0px;
        padding-left: 10px;
        background-color: #fff;
        list-style-type: none;
          background:transparent;
    }

    .signup_submit {
        float: left;
        margin-top: 2px;
        height: 24px;
        width: 24px;
        /*border: 1px dotted #C06;*/
    }

    .footer_bt_pin {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_pin.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_youtube {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_youtube.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_fb {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_fb.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_twitter {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_twitter.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_p {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_p.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_v {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_v.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_g {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_g.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_sina {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_sina.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

    .footer_bt_dou {
        height: 30px;
        width: 30px;
        background-image: url(/Images/footer_bt_dou.jpg);
        background-repeat: no-repeat;
        background-position: left top;
    }

        .footer_bt_fb:hover,
        .footer_bt_twitter:hover,
        .footer_bt_p:hover,
        .footer_bt_v:hover,
        .footer_bt_g:hover,
        .footer_bt_sina:hover,
        .footer_bt_dou:hover,
        .footer_bt_pin:hover,
        .footer_bt_youtube:hover {
            background-position: left -30px;
        }

        .footer_bt_fb a,
        .footer_bt_twitter a,
        .footer_bt_p a,
        .footer_bt_v a,
        .footer_bt_g a,
        .footer_bt_sina a,
        .footer_bt_dou a,
        .footer_bt_pin a,
        .footer_bt_youtube a {
            height: 30px;
            width: 30px;
            display: block;
            text-indent: -5000px;
        }



    .copyright_aevoe {
        .font(normal,11px,18px);
        color: #929191;
        text-decoration: none;
        margin: 0px auto;
        padding: 10px 0px 0px 0px;
        text-align: center;
        clear: both;
    }

        .copyright_aevoe a {
            color: #929191;
            text-decoration: none;
        }

            .copyright_aevoe a:hover {
            color:#eee;
            }
}




/**chickbox**/


.checkopen_div {
    max-width: 600px;
    max-height: 210px;
    overflow: auto;
}

@-moz-document url-prefix() {
    .checkopen_div {
        max-width: 620px;
        max-height: 210px;
        overflow: auto;
    }
}
#suggestion_list .address_list_tr{
	font-style:italic;
	 .radio_div2{
	   color:#999;
	   line-height:22px;
	   }
}
.address_list_tr {
    box-sizing: border-box;
    float: left;
    margin: 10px 0;
    padding: 0px 0px;
    width: 130px;
	
	
   /* min-height: 105px;*/
  
}


.checkopen_div_txt {
    max-width: 600px;
    max-height: 400px;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    .font(normal,14px,20px);
    color: #58585a;
    text-decoration: none;
    font-variant: normal;

    h3 {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        .font(bod,18px,24px);
        color: #58585a;
        text-decoration: none;
        font-variant: normal;
    }

    p {
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
    }

    ul {
        line-height: 26px;
        margin: 0px 0px 0px 42px;
        padding: 0px 0px 0px 0px;
        list-style-type: square;
    }

    ol {
        line-height: 26px;
        margin: 0px 0px 0px 42px;
        padding: 0px 0px 0px 0px;
        list-style-type: decimal;
    }

    li {
        line-height: 26px;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

        a:hover {
            color: #9cc812;
            text-decoration: underline;
        }
}







/**MISC**/

.w6 {
    width: 6px;
}
input.w6 {
    width: 30px;
	height:31px;
}
.w55 {
    width: 55px;
}
input.w55 {
    width: 79px;
	height:31px;
}

.w30 {
    width: 30px;
}
input.w30 {
    width: 54px;
	height:31px;
}

.w85 {
    width: 85px;
}
input.w85 {
    width: 109px;
}

.w100 {
    width: 100px;
}
input.w100 {
    width: 124px;
	height:31px;
}
.w105 {
    width: 110px;
}
input.w105 {
    width: 134px;
	height:31px;
}
.w110 {
    width: 110px;
}
input.w110 {
    width: 134px;
	height:31px;
}
.w120 {
    width: 120px;
}
input.w120 {
    width: 144px;
	height:31px;
}
.input_half {
    width:122px;
}
.w135 {
    width: 135px;
}
input.w135 {
    width: 159px;
	height:31px;
}

.w140 {
    width: 140px;
}
input.w140 {
    width: 164px;
	height:31px;
}

.w145 {
    width: 145px;
}
input.w145 {
    width: 169px;
	height:31px;
}

.w160 {
    width: 160px;
}
input.w160 {
    width: 184px;
	height:31px;
}

.w165 {
    width: 165px;
}
input.w165 {
    width: 189px;
	height:31px;
}
.w180 {
    width: 180px;
}
input.w180 {
    width: 204px;
	height:31px;
}
.w200 {
    width: 200px;
}
input.w200 {
    width: 224px;
	height:31px;
}

.w218 {
    width: 219px;
}
input.w218 {
    width: 243px;
	height:31px;
}

.w220 {
    width: 220px;
}
input.w220 {
    width: 244px;
	height:31px;
}

.w230 {
    width: 230px;
}
input.w230 {
    width: 254px;
	height:31px;
}

.w240 {
    width: 240px;
}
input.w240 {
    width: 264px;
	height:31px;
}
.w245 {
    width: 245px;
}
input.w245 {
    width: 269px;
	height:31px;
}
.w270 {
    width: 270px;
}
input.w270 {
    width: 294px;
	height:31px;
}

.w300 {
    width: 300px;
}
input.w300 {
    width: 324px;
	height:31px;
}

.w310 {
    width: 310px;
}
input.w310 {
    width: 334px;
	height:31px;
}

.w320 {
    width: 320px;
	
}
input.w320 {
    width: 344px;
	height:31px;
}

.w325 {
    width: 325px;
}
input.w325 {
    width: 325px;
	height:31px;
}
.w345 {
    width:345px;
}
input.w345 {
    width: 345px;
	height:31px;
}
.w380 {
    width: 380px;
}
input.w380 {
    width: 404px;
	height:31px;
}

.w400 {
    width: 400px;
}
input.w400 {
    width: 424px;
	height:31px;
}

.w407 {
    width: 407px;
}
input.w407 {
    width: 431px;
	height:31px;
}

.w410 {
    width: 410px;
}
input.w410 {
    width: 410px;
	height:31px;
}

.w600 {
    width: 600px;
}
input.w600 {
    width: 624px;
	height:31px;
}

.w900 {
    width: 96%;
}

.w10p {
    width: 10%;
}

.w20p {
    width: 20%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w42p {
    width: 42%;
}

.w50p {
    width: 50%;
}

.w58p {
    width: 68%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w75p {
    width: 75%;
}

.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}

.w99p {
    width: 33%;
}

.w100p {
    width: 100%;
}

.input_div {
    text-align: left;
    clear: both;
    padding: 6px 0px;
}

.input_div_2 {
    clear: both;
    padding: 2px 0px;
}

.input_mp_1 {
    margin: 0px 0px 0px 10px;
}

.input_mp_2 {
    margin: 10px 0px 0px 0px;
}

.input_mp_3 {
    margin: 0px 0px 0px 18px;
}


.input_div_l {
    float: left;
}

.input_div_r {
    float: right;
}

.input_div_r2 {
    float: right;
    margin: 0px 80px 0px 0px;
}


.checkbox_div,
.radio_div {
    color: #58585a;
    .font(normal,12px,18px);
    margin: 1px 3px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.radio_div2 {
    color: #58585a;
    .font(normal,14px,20px);
     
    margin: 1px 3px 0px 0px;
    padding: 0px 0px 0px 2px;
    overflow: hidden;
}

.radio_div3 {
    color: #58585a;
    .font(normal,12px,18px);
    margin: 1px 3px 0px 0px;
    padding: 1px 0px 0px 2px;
    overflow: hidden;
}

.fbold {
    font-weight: bold;
    /*.myriadbold();*/
}

.float_r {
    float: right;
    margin: 0px;
}

.float_l {
    float: left;
    margin: 0px;
}
a.btn,a.btn:hover {
    text-decoration:none;
}
button, a.btn {
    /*.background-liner(#9bc713,#9bc713);*/
    color: @color6;
    
    font-size:16px;
    font-weight:400;
    text-align: center;
    border-width: 0;
	/*padding: 8px 22px 8px 22px;*/
	/*top:2px;
    position: relative;*/
    padding: 7px 22px 7px 22px;
	/*text-shadow: 0 -1px 0 #8bb837;*/
	background: #99ca3c;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.3);
	margin-left:4px;
}
a.btn-small {
    padding:6px 11px;
    font-size:13px;
    font-weight:400;
    
}
a.btn-mini {
    padding:6px 12px;
    font-size:13px;
    font-weight:400;
}
.button_m_p {
    padding: 7px 12px 7px 12px;
    margin: 0px 5px 0px 5px;
}

button:hover,
.bt_for_ui_1_hover,a:hover.btn {
    /*.background-liner(#98c314,#98c314);*/
	background: #96c43a;
	font-weight:400;
    cursor: pointer;
	color:#fff;
}

.bt_for_ui_1_active,button:active,
.bt_for_ui_1_active,a:active.btn {
    /*.background-liner(#84aa10,#84aa10);*/
	background: #8eba37;
}

/*Rounded Button*/

.rounded {
    .border-radius(6px);
}

/*Light Gray Button*/

.btn.button-light-gray,.button-light-gray {
    .background-liner(#d8d8d8,#d8d8d8);
    border-width: 0;
    color: @color3;
}

     .btn.button-light-gray:hover,
     .btn.bt_for_ui_2_hover,
     .button-light-gray:hover,
    .bt_for_ui_2_hover {
        .background-liner(#d4d4d4,#d4d4d4);
        border-width: 0;
    }

    .btn.button-light-gray:active,
    .btn.bt_for_ui_2_active,
    .button-light-gray:active,
    .bt_for_ui_2_active {
        .background-liner(#c5c5c5,#c5c5c5);
        border-width: 0;
    }


/*Dark Gray Button*/

.btn.button-dark-gray,.button-dark-gray {
    .background-liner(#707070,#707070);
	color:#fff;

}

    .btn.button-dark-gray:hover,
    .btn.button-dark-gray.hover,.button-dark-gray:hover,
    .button-dark-gray.hover {
        .background-liner(#696969,#696969);

    }

    .btn.button-dark-gray:active,
    .btn.button-dark-gray.active,.button-dark-gray:active,
    .button-dark-gray.active {
        .background-liner(#656565,#656565);

    }
	

#suggestions {
	
    margin-left: 1050px;
    display:none;
    position: absolute;
    top: 80px;
    z-index: 1500100;
    text-align:left;
	.box_bgtop{
		background-size:195px auto;
		float:none;
	}
	/*border: 1px solid #f90;*/
	ul {
		  overflow:hidden;
		  background-image: url(/Images/cart_menu_line.png);
		  background-repeat: no-repeat;
		  background-position: center top;
		  width:190px;
		  margin-left:-3px;
		  li {
			  margin: -2px 0 0 12px;
			  padding: 0px 0px 10px 0px;
			  overflow:hidden;
			  background-image: url(/Images/cart_menu_line.png);
			  background-repeat: no-repeat;
			  background-position: center bottom;
		  }
		  li:hover {
			 
			  margin: -2px 0 0 12px;
			  background-color: @color5;
			  .inner-shadow(0,0,8px,4px);
		  }
		  li.p_down{
			  height: 15px;padding: 5px 0px;
			a {
						
							
							 font-size:11px;
							display:block;
							margin: 0px 0px 0px 0px;
							color:@color7;
							text-align:center;
							 text-decoration:none;
						}
		  }
		 li.p_down:hover{
			background:none;
			.inner-shadow(0,0,0px,0px);
		}
			
		  li:last-child {  
		   background: none;  
		} 
		  
		   
		  
		  .p_img {
			  float:left;
			  margin: 5px 0px 0px 5px;
			  padding: 0px 0px 0px 0px;
			  background-image: url(/Images/cart_menu_line_2.png);
			  background-repeat: no-repeat;
			  background-position: right top;
			  img{width:40px;height:40px;}
			   
		  }
		  .p_name {
			  .font(normal,12px,18px);
			   float:left;
			  margin: 15px 0px 0px 5px;
			  padding: 0px 0px 0px 0px;
			  width:120px;
		}
		
					
					
	}
	.mycart_bgdown {
					
					height: 20px;
					overflow:hidden;
					background-image: url(/Images/cart_menu_bg_3.png);
					background-repeat: no-repeat;
					background-position: left bottom;
					background-size:195px auto;
					
	}  
}


/*------------------------Austin----------------------------*/

#page_title { display: none; }

.box-img-home {
    clear: both;
    float: left;
    margin-bottom: 40px;
}

.box-img-home ul {
    padding: 0px;
    margin: 0px;
   list-style: disc outside none;
    padding-left: 1.5em;
}

.box-img-home ul li {
    float: left;
    width: 304px;
    list-style-type: none;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.ct_home {
    float: left;
    width: 290px;
    padding-left: 7px;
    padding-right: 7px;
    color: rgb(92, 92, 92);
    font-size: 12px;
    font-family: Arial;
    min-height: 255px;
    height: auto !important;
}

.ct_home .img {
    clear: both;
    text-align: center;
}

.ct_home .img a, .ct_home .img a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.home-highlights h6 {
    font-size: 2.5em;
    
    text-align: center;
    font-weight: 300;
}

.home-highlights p {
    
    font-size: 14px;
    padding-left: 39px;
    padding-right: 39px;
    text-align: center;
}

::selection {
	background: #9bc713;
	}

::-moz-selection {
	background: #9bc713;
}

#home-video-hero {
    position: absolute;
    border: medium none;
    height: 420px;
    width: 100%;
}


/*FOR MOBILE*/



#headLogo {
  width: 120px;
  min-width: 65px;
  height: 65px;
  background-image: url(/images/mobile/header_logo.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  float:left;
}
.header_icon {
  height: 65px;
  padding: 0;
  margin: 0px 10px 0px 0px;
  float:right;
}
#headButton,
#header_icon_search,
#header_icon_cart {
  width: 45px;
  height: 65px;
  /*background-image: url(../img/header_icon_menu.png);*/
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  float:left;
  /*border: 1px solid #006699;*/
}

#headButton {
  background-image: url(/images/mobile/header_icon_menu.png);
  /*height: 80px;
  background-position: 0px -65px;*/
}
#header_icon_search {
  background-image: url(/images/mobile/header_icon_search.png);
  /*height: 80px;
  background-position: 0px -65px;*/
}
#header_icon_cart {
  background-image: url(/images/mobile/header_icon_cart.png);
  /*height: 80px;
  background-position: 0px -65px;*/
}

#accordion {
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0px;
  font-size: 14px;
  color: #58585A;
  z-index: 999;
  -moz-box-shadow:0px 4px 20px 0px rgba(0%,0%,0%,0.2);
  -webkit-box-shadow:0px 4px 20px 0px rgba(0%,0%,0%,0.2);
  box-shadow:0px 4px 20px 0px rgba(0%,0%,0%,0.2);
  /*display: none;*/
  /*border: 1px solid #006699;*/
}


.item_bg {
  width: 100%;
  min-width: 100%;
  height: 60px;
  background-image: url(/images/mobile/item_bg.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  padding: 30px 0px 0px 0px;
  margin: 0;
  text-align:center;
  font-size: 26px;
  float:left;
  overflow:hidden;
}
.item_bg a,
.item_bg_2 a,
.item_bg_3 a {
	text-decoration: none;	
}

.item_icon_1 {
  width: 30px;
  height: 30px;
  background-image: url(/images/mobile/item_icon_1.png);
  background-position: 0px -30px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
  margin: 0;
  float:left;
  /*border: 1px solid #006699;*/
}

.item_name_1 {
	float:left;
	/*border: 1px solid #006699;*/
}
.h_center {
	display: inline-block;
	margin-left: 30px;
	/*border: 1px solid #006699;*/
}


.item_bg_2 {
	float:left;
  width: 100%;
  min-width: 100%;
  /*height: 60px;*/
  background-image: url(/images/mobile/item_bg_2.png);
  background-position: 0px 0px;
  background-repeat: repeat;
  padding: 0;
  margin: 0;
  -moz-box-shadow:inset 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
  -webkit-box-shadow:inset 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
  box-shadow:inset 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
}
.item_bg_2 div{
	overflow:hidden;
	/*border: 1px solid #006699;*/
}

.by_div_item {
	/*position:relative;*/
	 width: 100%;
  min-width: 100%;
	float:left;
	overflow:hidden;
}

.by_category_item {
	/*position: relative;*/
	width: 100%;
	 min-width: 100%;
	float:left;
	top:0;
	left:0;
	z-index:10;
	overflow:hidden;
	/*border: 1px solid #006699;*/
	/*background-image: url(/images/mobile/item_bg_2.png);
  background-position: 0px 0px;
  background-repeat: repeat;*/
}

.by_devices_item {
	/*position: relative;*/
	width: 100%;
	float:left;
	 min-width: 100%;
	top:0;
	left: 0;
	z-index:20;
	overflow:hidden;
	/*border: 1px solid #006699;*/
	/*background-image: url(/images/mobile/item_bg_2.png);
  background-position: 0px 0px;
  background-repeat: repeat;*/
  /*border-left-color: #e0e0e0;
	border-left-width: 1px;
	border-left-style: solid;*/
}

.switch {
	height: 55px;
	width: 100%;
	min-width: 100%;
	font-size: 18px;
	font-weight:bold;
	padding: 30px 0px 0px 0px;
	text-align:center;
	color:#bbbbbb;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.switch_center {
	/*width:300px;*/
	display: inline-block;
	margin-left:-10px;
  /*border: 1px solid #006699;*/
}


.switch_bg {
	float:left;
	width: 80px;
  height: 30px;
  background-image: url(/images/mobile/switch_bg.png);
  background-position: 50% -10px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  /*border: 1px solid #006699;*/
}

.switch_btn {
	/*float:left;*/
  width: 24px;
  height: 24px;
  background-image: url(/images/mobile/switch_btn.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 0;
  margin: 6px 0px 0px 10px;
}
.by_category_txt {
	float:left;
	padding: 0;
  margin: 3px 0px 0px 0px;
  color:#99ca3c;
}
.by_devices_txt {
	float:left;
	padding: 0;
  margin: 3px 0px 0px 0px;
}
#by_category,#by_devices{position:relative;}

.by_category_subitem {
	height: 55px;
	width: 100%;
	min-width: 100%;
	font-size: 22px;
	font-weight: normal;
	padding: 30px 0px 0px 0px;
	text-align:center;
	border-bottom-color: #e0e0e0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.subitem_txt {
	width: 300px;
	height: 40px;
	display:inline-block;
	text-align:left;
	padding:0;
	/*border: 3px solid #006699;*/
}
.subitem_txt a {
	/*width: 100%;
	height: 100%;*/
	display:block;
	padding: 1px 0px 0px 60px;
	
	/*border: 1px solid #006699;*/
}
.subitem_icon_1 {
	background-image: url(/images/mobile/item_icon_1.png);
  background-position: 265px -35px;
  background-repeat: no-repeat;
}
.icon_audio {
  background-image: url(/images/mobile/icon_audio.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_peripherals {
  background-image: url(/images/mobile/icon_peripherals.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_bagcases {
  background-image: url(/images/mobile/icon_bags.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_filmprotectors {
  background-image: url(/images/mobile/icon_film.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_adapterscables {
  background-image: url(/images/mobile/icon_adapters.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_powersolutions {
  background-image: url(/images/mobile/icon_power.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_extras {
  background-image: url(/images/mobile/icon_extras.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
 
.icon_smartphones {
  background-image: url(/images/mobile/icon_smartphone.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_ipod {
  background-image: url(/images/mobile/icon_ipod.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_tablets {
  background-image: url(/images/mobile/icon_tablets.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_macbooks {
  background-image: url(/images/mobile/icon_macbook.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
.icon_mac-pc {
  background-image: url(/images/mobile/icon_macpc.png);
  background-position: -20px -20px;
  background-repeat: no-repeat;
}

 .item_bg_3 {
	/*float:left;*/
  width: 100%;
  min-width: 100%;
  /*height: 60px;*/
  background-image: url(/images/mobile/item_bg_3.png);
  background-position: 0px 0px;
  background-repeat: repeat;
  padding: 0;
  margin: 0;
  -moz-box-shadow:inset 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
  -webkit-box-shadow:inset 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
  box-shadow:inset 0px 4px 20px 0px rgba(0%,0%,0%,0.2);
}
.by_category_subitem_2 {
	height: 55px;
	width: 100%;
	min-width: 100%;
	font-size: 22px;
	font-weight: normal;
	padding: 30px 0px 0px 0px;
	text-align:center;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.subitem_txt_2 {
	width: 300px;
	height: 40px;
	display:inline-block;
	text-align:left;
	padding:0;
	/*border: 3px solid #006699;*/
}
.subitem_txt_2 a {
	/*width: 100%;
	height: 100%;*/
	display:block;
	padding: 1px 0px 0px 20px;
	
	/*border: 1px solid #006699;*/
}


.cart_nb {
	width:20px;
	height: 18px;
	font-size:12px;
	text-align:center;
	padding: 2px 0px 0px 0px;
	margin:0;
	color:#FFF;
	background-color:#99ca3c;
	border-radius: 18px;
	position:relative;
	top: 14px;
	left: 30px;
	display:block;
}



.jqTransformSelectWrapper,
.jqTransformSelectWrapper div span,
.jqTransformSelectWrapper ul {
	width: 100%;
}




.col6 ul li{
	line-height:20px;
}

