/** 
* Main CSS file for the "default" theme for VirtueMart
* @copyright 2006-2008 soeren
* @license GNU/GPL
*
*/

/* General Shop Styles here please */
.addtocart_button, .notify_button {
	text-align:center;
	background-position:bottom left;
	width:180px;height:90px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
.addtocart_button {
	background: url( "themes/ja_larix/images/add-to-cart_blue.gif" ) no-repeat  center transparent;
}
.notify_button {
	background: url( "themes/ja_larix/images/notify_blue.png" ) no-repeat  center transparent;
}
.addtocart_button_module {
	text-align:center;
	background-position:bottom left;
	width:180px;height:90px;
	cursor:pointer;
	color: #000000;
	border: none;
	font-weight:bold;
	font-family:inherit;
	background: url( "themes/ja_larix/images/transparent.gif" ) no-repeat  center transparent;
	vertical-align: middle;
	overflow:hidden;
	
}

input.addtocart_button_module:hover  {
	color: #333333;	
}

.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
}
.quantity_box_button {
	width:10px;
	vertical-align:middle;
	height:10px;
	background-repeat: no-repeat;
	background-position: center;
   border:1px solid #000;
}
.quantity_box_button_down {
	background-image: url( "themes/ja_larix/images/down_small.gif" );
}
.quantity_box_button_up {
	background-image: url( "themes/ja_larix/images/up_small.gif" );
}
.continue_link, .checkout_link {
	margin: 2px;
	padding: 2px 0px 2px 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 40%;
}
.checkout_link {
	margin-left: 40px;
	background: url( "themes/ja_larix/images/forward.png" ) no-repeat left;
}
.continue_link {
	background: url( "themes/ja_larix/images/back.png" ) no-repeat left;
}
.next_page {
	background: url( "themes/ja_larix/images/next_16x16.png" ) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: right;
	width: auto;
}
.previous_page {
	background: url( "themes/ja_larix/images/previous_16x16.png" ) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
	width: auto;
}

/* This is the text box informing customers about your returns policy */
.legalinfo {
	background: #d3d3d3;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}

div.pathway {
	margin-bottom: 1em;
}

div.pathway img {
	padding: 0 2px;
}

/* The PDF, Email and Print buttons */
div.buttons_heading {
	/*margin:10px;*/
	width:10%;
	float:right;
}

.product-Old-Price {
	color:black;
	font-size:7pt;	
}
.product-Discount-Price {
	padding: 6px 9px 3px 10px;
	background-image: url( "themes/ja_larix/images/circle_discount1.png" );
	-webkit-background-size: 100% 100%;         /* Safari 3.0 */
     -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 100%;           /* Opera 9.5 */
          background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	background-repeat: no-repeat;
	color:red;	
	font-size:7pt;
	position : relative;	
	right : -65px;
	top:-5px;
}
.productPrice {
	font-weight:bold;
	white-space: nowrap;
	font-size:15pt;
	background-image: url( "themes/ja_larix/images/BigPriceBG.png" );
	-webkit-background-size: 100% 100%;         /* Safari 3.0 */
     -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 100%;           /* Opera 9.5 */
          background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	background-repeat: no-repeat;
	/*background-color:#0080ff;*/
	padding:8px 20px 8px 5px;
	margin-top: 9px;
    margin-left: -92px;/*-100px;*/
    position: absolute;
}
.productPrice_none_discount {
	font-weight:bold;
	white-space: nowrap;
	font-size:15pt;
	background-image: url( "themes/ja_larix/images/BigPriceBG.png" );
	-webkit-background-size: 100% 100%;         /* Safari 3.0 */
     -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 100%;           /* Opera 9.5 */
          background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	background-repeat: no-repeat;
	/*background-color:#0080ff;*/
	padding:8px 20px 8px 5px;
}
.product-Old-PriceBig {
	color:black;
	font-size:9pt;
}
.product-Discount-PriceBig {
	padding: 8px 13px 8px 13px;
	background-image: url( "themes/ja_larix/images/circle_discount.png" );
	-webkit-background-size: 100% 100%;         /* Safari 3.0 */
     -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 100%;           /* Opera 9.5 */
          background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	background-repeat: no-repeat;
	color:red;	
	font-size:10pt;
}
.productPriceBig {	
	font-weight:bold;
	white-space: nowrap;
	-moz-border-radius:5px 5px 5px 5px; // rounds corners for firefox
	border-radius:5px 5px 5px 5px; //rounds corners for other browsers
	border:solid 1px #000;
	background-image: url( "themes/ja_larix/images/BigPriceBG.png" );
	-webkit-background-size: 100% 100%;         /* Safari 3.0 */
     -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 100%;           /* Opera 9.5 */
          background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	background-repeat: no-repeat;
	/*background-color:#0080ff;*/
	padding:5px 20px 10px 5px;	
	font-size:20pt;
}

/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
	
	float:left;
	width:170px;
	display: block;
	margin-bottom:20px;
	
	/*width:100%;*/
	padding: 3px 3px 3px 3px;
	vertical-align: top;
}

.browseProductTitle {
	font-size: 16px; 
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
	width: 30%;
	float: left;
}
.browseProductImageContainer {
	float: left;
	width: auto;
	margin: 3px;
}
.browseProductDetailsContainer {
	float: left;
	width: 70%;
}
.browseProductDescription {
	margin-top: 40px;
	width:50%;
}
.browsePriceContainer {
	float: left;
	margin: 5px;
	width:20%;
}
.browseAddToCartContainer {
	width:30%;
	text-align:center
}
.browseRatingContainer {
	float: left;
	width:25%;
	margin: 3px;
	white-space: nowrap;
}

/** Flypage Styles **/
.thumbnailListContainer {
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: auto;
}

/*
General Form Styling
*/
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
}

.formLabel_register {
	float:left;
	width:15%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
}

#agreed_div {
	white-space: normal;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}

.formField_register {
	float:left;
	width:40%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;	
}
.missing {
	color:red;
	font-weight:bold;
}

/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}
table.adminform td.labelcell {
	text-align: right;
}
.iconcell {
	vertical-align: top;
	width: 5%;
}
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	background-color:rgba(250, 250, 210, 0.24);
	background-position:left 5px;
	background-repeat:no-repeat;
	border-color:#AACCAA;
	border-style:dotted none;
	border-width:1px 0pt;
	font-weight: 900;
	/*margin:1pt 1pt 1em 1em;*/
	padding:0.5em 0em 1.5em 20px;
	color : red;
}
.shop_error {
	/*background-image: url( "themes/ja_larix/images/error.gif" );*/
}
.shop_warning {
	background-image: url( "themes/ja_larix/images/warning.png" );
}
.shop_info, .shop_tip {
  	background-image: url( "themes/ja_larix/images/info.png" );
}

.shop_debug {
	background-image: url( "themes/ja_larix/images/log_debug.png" );

}
.shop_critical {
	font-weight: bold;
	background-image: url( "themes/ja_larix/images/log_critical.png" );
}
/**
* Addtocart detail Styles
*/
.vmCartContainer { /* Cart Container */
	width: auto;
	float: right; /* change left to right  James 448*/ 
	background: #ADD8E6;
	border: 0px solid #000;
	padding: 3px;
}

.vmCartChildHeading { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes { /* Attributes Div*/
	
	margin-top:8px;
	width:100%;
}

.vmAttribChildDetail {  /* Product Attributes Styling */
	
}
	

.vmMultiple {
	height:35px;
}



.vmChildType { /* Product type div*/

width: 100%;
}

.vmClearDetail { /*Clear the divs afer child types*/
	clear: both;
}

.vmClearAttribs { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail a, .vmChildDetail a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
/* Styling for the form elements to enable correct Line Up  */
.inputboxquantity {
	margin-top: 3px;
	vertical-align: middle;
	width : 110px;
	padding: 6px;
    border: solid 2px rgb(255, 150, 48);
    transition: box-shadow 0.3s, border 0.3s;
	text-align: right;
}

.availabilityHeader {
	text-decoration:underline;
	font-weight:bold;
}
.inputboxattrib {
	float: left;
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
	font-size : 10px;
}

.quantitycheckbox {
	margin-top: 6px;
	vertical-align: middle;
}	

/**
* Addtocart detail Styles for placing attributes beside product_types
*/
.vmCartContainer_2up { /* Cart Container */
	width: 100%;
	float: left;
	background: #ADD8E6;
	border: 1px solid #000;
	padding: 3px;
}

.vmCartChildHeading_2up { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild_2up { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail_2up { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement_2up { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes_2up { /* Attributes Div*/
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	width:50%;
}

.vmAttribChildDetail_2up {  /* Product Attributes Styling */
	
}
	
.vmMultiple {
	height:35px;
}

.vmChildType_2up { /* Product type div*/
	background: #ADD8E6;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	float: left;
	width: 40%;
	border: 1px solid #000;
}

.vmClearDetail_2up { /*Clear the divs afer child types*/
	
}

.vmClearAttribs_2up { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne_2up { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo_2up { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail_2up a, .vmChildDetail_2up a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail_2up a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

.vmCartModuleList  {
  cursor : pointer;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmCartModuleList:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
.vmquote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}
.editable {
	background: #ffff33;
	cursor: pointer;
}
ul.pagination li {
	padding: 2px 1px;
	display: inline;
	background: none;
}
.clr { clear: both; overflow:hidden; }

.packing_box{
	background-image: url( "themes/ja_larix/images/packing.png" );
	background-repeat: no-repeat;
	position: 5px 50%;
    top: 30px;
    right: 5px;
}

.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url( "themes/ja_larix/images/stars/star.png" ) 0 -16px;
}


/* label_opacity for set percent of discount to out of box (added by james)*/ 
.label_opacity{
	font-size : 11px;
	color : #ffff00;
	font-weight : bold;
	top:-120px;
	right:0px;
	background : url( "themes/ja_larix/images/discount_bg1.png" ) no-repeat; 
	padding: 10px 5px 15px 5px;
	position:relative; 
	opacity:0;
    filter:alpha(opacity=0); /* For IE8 and earlier */	
	float:right;
}

/*(added by james)*/ 
.label_discountSmall{
	font-size : 11px;
	color : #ffff00;
	font-weight : bold;
	top:-129px;
	right:0px;
	background : url( "themes/ja_larix/images/discount_bg1.png" ) no-repeat; 
	padding: 10px 5px 15px 6px;
	position:relative; 	
	float:right;
}
/*(added by james)*/ 
.label_discount{
	font-size : 15px;
	color : #ffff00;
	font-weight : bold;
	background : url( "themes/ja_larix/images/discount_bg.png" ) no-repeat; 
	padding: 15px 18px 10px 12px;
	position:relative; 	
}

/*(added by james)*/ 
.special_webonly{
	position: absolute;
    margin-top: -45px;
    margin-left: 125px;	
}

.special_webonly_oneday{
	position: absolute;
    margin-top: -45px;
    margin-left: 230px;	
	border: 2px solid #FF7905;
    padding: 5px;
}

/* speacial Discount less than 10% */
.special_webonly_lessthan{
	position: absolute; 
	margin-top: -12px; 
	margin-left: 125px;
}

.special_webonly_oneday_lessthan{
	position: absolute; 
	margin-top: -10px;  
	margin-left: 230px; 
	border: 2px solid #FF7905; 
	padding: 5px;
}

/*.special_webonly_small{
    position: absolute;
    margin-top: -270px;
    margin-left: 0px;
}*/

.boxmanageuser{
	float:left;
    width: 315px;
    height: 100px;
    padding: 10px;
    border: 1px solid #FF6000;
    margin: 5px;
    background: -webkit-linear-gradient(#fff8f2, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff8f2, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff8f2, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff8f2, white); /* Standard syntax (must be last) */
    position:relative;
}	

.boxmanageuser_order{
	float:left;
    width: 663px;
   
    padding: 10px;
    border: 1px solid #FF6000;
    margin: 5px;
    background: -webkit-linear-gradient(#fff8f2, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff8f2, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff8f2, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff8f2, white); /* Standard syntax (must be last) */
}	

.box_other{
	float:left;
    width: 90%;
    height: 100px;
    padding: 10px;
    border: 1px solid #FF6000;
    margin: 5px;
    background: -webkit-linear-gradient(#fff8f2, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff8f2, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff8f2, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff8f2, white); /* Standard syntax (must be last) */
    position:relative;
}	

.box_login{
	float:left;
    width: 80%;
    padding: 5px;
    border: 1px solid #FF6000;
    margin: 5px;
	max-width : 288px;
   /* background: -webkit-linear-gradient(#FFB99C, white); /* For Safari 5.1 to 6.0 */
   /* background: -o-linear-gradient(#FFB99C, white); /* For Opera 11.1 to 12.0 */
   /* background: -moz-linear-gradient(#FFB99C, white); /* For Firefox 3.6 to 15 */
   /* background: linear-gradient(#FFB99C, white); /* Standard syntax (must be last) */
    position:relative;
	height: 150px;
}	
	
.fblogin{
	position:absolute;
	right:30px;
}	

.fbloginregister{
	position:absolute;
	right:60px; 
	top:80px;
}

.cssboxrecapcha{
	position:absolute;
	left:5px; 
	bottom:70px;
}

.cssrecapcha{
	position:absolute;
	bottom:15px; 
	left:5px;
}

.cssecapcha{
	/*position:absolute; */
	bottom:15px; 
	/*left:5px;*/
}

.registerformcheckout{
	width:95%;
	/*height:525px;*/
	    height: 420px;
}

.insideformregister{
	/*margin-left:40px;*/
	margin-top:20px; 
	float:left;
}

.boxmanageuser_address{
	float: left;
    width: 190px;
    height: 210px;
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px;
    background-image: url( "themes/ja_larix/images/shipingbox.png" );
    background-repeat: no-repeat;
    /*background: -webkit-linear-gradient(#FFB99C, white); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#FFB99C, white); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#FFB99C, white); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#FFB99C, white); /* Standard syntax (must be last) */
}

.checkout_address_bill{
    width: auto;
    height: auto;
   	position:relative;
    padding: 10px;
    border: 1px solid #FF6000;
    margin: 5px;
    /*background: -webkit-linear-gradient(#FFB99C, white); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#FFB99C, white); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#FFB99C, white); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#FFB99C, white); /* Standard syntax (must be last) */
}

.checkout_address{
	/* old css */
	/*float:left;
    width: 145px;
    height: 165px;
   	position:relative;
    padding: 10px;
    border: 1px solid #FF6000;
    margin: 5px;*/
	
	/* new css added 09082016 */ 
	float: left;
    width: 190px;
    height: 210px;
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px;
    background-image: url( "themes/ja_larix/images/shipingbox.png" );
    background-repeat: no-repeat;
		
    /*background: -webkit-linear-gradient(#FFB99C, white); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#FFB99C, white); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#FFB99C, white); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(#FFB99C, white); /* Standard syntax (must be last) */
}

.box_confirm{
	float:left;
    width: 46%;
    /*height: 125px;*/
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin: 5px;
   /* background: -webkit-linear-gradient(#FFB99C, white); /* For Safari 5.1 to 6.0 */
   /* background: -o-linear-gradient(#FFB99C, white); /* For Opera 11.1 to 12.0 */
   /* background: -moz-linear-gradient(#FFB99C, white); /* For Firefox 3.6 to 15 */
   /* background: linear-gradient(#FFB99C, white); /* Standard syntax (must be last) */
    position:relative;
}	

.bigbox_confirm{
	float:left;
    width: 95%;
    height: auto;
   	position:relative;
    padding: 10px;
    border: 1px solid #FF6000;
    margin: 5px;
    background: -webkit-linear-gradient(#fff8f2, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff8f2, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff8f2, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff8f2, white); /* Standard syntax (must be last) */
}



/* css select shiping */

.labelship {
  width: 185px;
  border-radius: 3px;
  border: 1px solid #D1D3D4
}

/* hide input */
input.radio:empty {
	margin-left: -999px;
}

/* style label */
input.radio:empty ~ .labelship {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 1em;
	margin-button: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radio:empty ~ .labelship:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ .labelship:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ .labelship {
	color: #888;
}

/* toggle on */
input.radio:checked ~ .labelship:before {
	content:'\2714';
	text-indent: .9em;
	color: #9CE2AE;
	background-color: #4DCB6D;
}

input.radio:checked ~ .labelship {
	color: #777;
	font-weight: 700;
}

/* radio focus */
input.radio:focus ~ .labelship:before {
	box-shadow: 0 0 0 3px #999;
}

.address-edit {
    /* width: 80px; */
    padding-left: 25px;
    background-image: url( "themes/ja_larix/images/edit.png" );
    background-position: left center;
    background-repeat: no-repeat;
    /* float: right; */
    position: absolute;
    right: 10px;
    bottom: 12px;
}

#add-address-btn {
    cursor: pointer;
}

.add-addres {
    width: 212px;
    height: 232px;
    margin: 10px 8px 10px 9px;
    float: left;
    position: relative;
    background-color: #f4f4f4;
	background-image: url( "themes/ja_larix/images/addship.png" );
	background-position: center;
	background-repeat: no-repeat;
}

.add-addres-text{
	padding-top: 155px;
    text-align: center;
    position: absolute;
    padding-left: 48px;
    font-size: medium;	
}

#add-address-btn {
    cursor: pointer;
}

.myshoppingcart{ /* width="400" height="75" */
	width : 400px;
	height : 75px;
}


.mobshowlabel{
	display :none;
}

.divImageProduct{
	height : 150px;
	width : 175px;
	position: relative;
}

.promotion-block-snapshot{
	width:170px;
	height:155px;
}


.priceTextProduct{
	width: 175px;
	height:60px;
	float:left;
	text-align:center;
}

.nameTextProduct{
	height:30px; 	
	width: 175px;
}

@media not print {	
	
	@media all and (max-width: 600px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 741px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 741px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 741px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 741px), only screen and (min-resolution: 192dpi) and (max-width: 741px), 
only screen and (min-resolution: 2dppx) and (max-width: 741px) { /* added by james menu responsive ---------------------------------------------------------*/	


			.browseProductContainer {
	
				float:left;
				width:110px;
				display: block;
				margin-bottom:20px;
				
				/*width:100%;*/
				padding: 3px 10px 3px 3px;
				vertical-align: top;
			}
			
			.divImageProduct{
				height : auto;
				width : 107px;				
			}
			
			.priceTextProduct{
				width: 110px;
				height:60px;
				float:left;
				text-align:center;
			}

			.nameTextProduct{
				height:30px; 				
				width: 110px;
			}
			
			.productPrice{
				font-size: 10pt;
				margin-left: -92px;
			}
			
			.productPrice_none_discount{
				font-size: 10pt;
				/*margin-left: -102px;*/
			}
			
			.label_discountSmall{
				right : 0px;
				font-size : 6pt;
				top : -100px;
			}
			
			.product-Discount-Price{
				right : -12px;
			}
		}
}

@media all and (max-width: 600px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 741px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 741px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 741px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 741px), only screen and (min-resolution: 192dpi) and (max-width: 741px), 
only screen and (min-resolution: 2dppx) and (max-width: 741px) { 
	.promotion-block-snapshot{
		width:125px;
		height:110px;
	}
}
