/* shopstyles */
/* overview and product listing */

div.sku{
	padding-bottom: 10px;
}

div.price{
  color:#003366;
  font-weight:bold;
}

/* product details */
div.submit_container div.quantity_container{
width: 100%;
text-align:center;
}


div.submit_container div.quantity_container label{
display: block;
width:100%;
}

/* ajaxbox */
#iso_ajaxBox{
z-index:1000;
}

.cart_full .subtotal{
 color: #666666;
 font-weight: normal;
 font-size:1em;
 line-height:1.1em;
}


.cart_full .grandtotal{
 color: #666666;
 font-weight: bold;
 font-size:1.1em;
 line-height:1.2em;
}

.cart_full .grandtotal td.price{
text-align:right;
font-weight: 1.2em;
}

/* shipping adress */
#ctrl_shipping_address{
display: block;
width:100%;
}
.mod_iso_checkout fieldset{
margin-left: 0;
margin-right: 0;
}
.mod_iso_checkout #shipping_address{
width: 100% !important;
}

.mod_iso_checkout #ctrl_shipping_address span{
width:45%;
display:inline !important;
float:left;
padding-right:10px;
}
#ctrl_shipping_address span input{
display: inline !important;
float: left;
width:20px;
}
#ctrl_shipping_address.radio_container span label{
display: inline;
position:relative;
top:2px;
}
