body {
	font-family: Lucida Grande, Helvetica, Arial
}

img {
	border: none;
}

p {
	text-align: left;	
}

#block_container {
	margin-top: 130px;
}

#content {
	position: relative;
}

#bodypage_content {
	position: relative;
	padding-bottom: 20px;
}

.relative {
	position: relative;
}

#columnLeft {
	margin-left: 30px;
	margin-top: 20px;
	width: 780px;
}

#columnRight {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 150px;
	margin-top: 244px;
}

#prod_list {
	width: 750px;
	margin: 20px 20px 50px 20px;
}

#prod_list ul {
	width: 750px;
	margin: 0;
	text-align: center;
	padding: 0;
}

#prod_list li {
	display: inline-block; #
	display: inline; #
	zoom: 1;
	vertical-align: top;
	padding: 0;
}

.prod_categ img {
	width: 80px;
}

.item {
	position: relative;
	width: 760px;
	min-height: 85px;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	border-bottom: 2px dotted #ccc;
}

#img_content {
	position: absolute;
	top: 0;
	left: 0;
}

.prod_img  img {
	margin-top: -8px;
}

.prod_img {
	text-align: center;
	margin-left: 10px;
}

.prod_content {
	margin: -10px 0px 20px 80px;
}

.prod_name {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 300px;
}

.prod_unitprice {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 230px;
}

.prod_discount {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 230px;
	color: #f00;
}

.prod_qta {
	font-size: 12px;
	position: absolute;
	top: -5px;
	right: 110px;
}

.prod_qta_descr {
	position: absolute;
	top: 0;
	right: 110px;
}

.quantity {
	width: 40px;
}

.prod_totalprice {
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 20px;
	font-weight: bold;
}

.remove_save {
	text-align: right;
	margin-right: 10px;
	color: #555;
	padding-top: 10px;
	font-size: 11px;
}

.remove_save a {
	color: #555;
	text-decoration: none;
}

.remove_save a:hover {
	color: #E30B1A;
	text-decoration: underline;
}

.prod_code {
	width: 380px;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.prod_description {
	text-align: left;
	margin-top: 20px;
	margin-right: 40px;
}

.taglia {
	margin: 20px 0 20px 0;
	font-style: italic;
}

#summary {
	position: relative;
	width: 800px;
	text-align: right;
}

.nota {
	position: absolute;
	top: 20px;
	left: 50px;
	font-weight: bold;
	color: #FF9900;
	font-size: 14px;
}

#order_amount {
	width: 310px;
	margin: 10px 0 10px 450px;
}

#order_amount td {
	width: 150px;
	text-align: right;
	font-size: 12px;
}

.totale {
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px !important;
	border-top: 1px solid #ccc;
}

.nota_offerta {
	font-weight: bold;
	color: #f00;
}

.barrato {
	text-decoration: line-through;
}


/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* classi di default delle label */
.label_title {
	background: #ccc;
	font-weight: bold;
}

.label_title_pad {
	font-size: 12px;
	padding-top: 7px;
	padding-left: 10px;
}

.label_body {
	background-color: #fff;
	text-align: left;
}

.labelblu_title {
	background-color: #03c;
	color: #fff;
}

.labelblu_title_pad {
	font-size: 12px;
	padding-top: 5px;
	padding-left: 10px;
}

.labelblu_body {
	background-color: #fff;
	text-align: left;
}

/* classi di default dei bottoni */
.button_out, .button_hover, .button_down, .button_inactive {
	width: 120px;
	padding: 10px;
	background-color:#FF9900;
	color: #fff;
}

.button_hover {
	cursor: pointer;
}

/*
.button_down {
	background-color: #E30B1A;
	color: #fff;
}

.button_inactive {
	background-color: #eee;
	color: #fff;
}
*/

/* classi di sistema */
.label_default {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #595959;
	margin-bottom: 20px;
}

.label_title_default {
	height: 32px;
	position: relative;
	text-align: left;
}

.label_action_default {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 15px;
	cursor: pointer;
	font-family: arial;
}

.label_content_default p {
	margin: 10px;
}

.button {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	font-size: 12px;
	cursor: pointer;
}

.input_error {
	color: #f00;
	background-color: #fee;
	border: 1px solid #f00;
}

.remove {
	text-align: center;
	padding-top: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: none;
}

#total_order_price {
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
}

#total_order_price, .button {
	width: 140px;
}

.input_data {
	height: 25px;
	margin-bottom: 10px;
	padding-left: 5px;
	color: #999;
}


.field {
	margin-top: 20px;
	font-size: 12px;
}

#cella_sx {
	vertical-align: top;
	width: 370px;
	padding: 0 10px 10px 10px !important;
	font-size: 12px;
}

#cella_dx {
	vertical-align: top;
	width: 370px;
	padding: 0 10px !important;
	font-size: 12px;
}

#cella_sx .text label, #cella_dx .text label{
	width: 130px;
}

#cella_sx .select label, #cella_dx .select label {
	width: 130px;
}

#cella_sx .select select, #cella_dx .select select {
	width: 220px;
	margin: 2px;
}

#cella_sx .text input, #cella_dx .text input{
	width: 220px;
	margin: 2px;
}

#cella_dx .input.checkbox {
	margin: 40px 20px 0 130px;
}

.cart_separatore {
	margin: 30px 0 8px 0;
	font-size: 12px;
}

.cart_contatti{
	padding: 0 10px 10px 10px !important;
	font-size: 12px;
}

.cart_contatti .text label {
	width: 130px !important;
}

.cart_contatti .text input{
	width: 300px !important;
	margin: 2px;
}

.cart_contatti .text textarea {
	width: 300px !important;
	height: 50px;
	margin: 2px;
}

#data_copy {
	position: absolute;
	top: -15px;
	right: 20px;
	width: 200px;
}

#privacy_text {
	padding: 10px;
	margin-top: 10px;
	border: 1px dotted #ccc;
	height: 100px;
	overflow: auto;
	background: #EDEDED;
	border-radius: 5px;
}

.accetta_privacy {
	margin: 0 0 10px 610px;
}

.dataOk {
	color: #000 !important;
}

.returnToProduct {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.returnToProduct .button {
	width: 140px;
}

.margin20 {
	margin: 20px 0 20px 0;
}

.text_data {
	margin: 0 0 20px 0;
	padding-left: 5px;
	color: #999;
	width: 70%;
	height: 80px;
	resize: none;
}

#content_cart {
	width: 1000px;
	margin: 20px auto;
	position: relative;
}

.itempoint {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#accetta {
	margin-left: 100px;
}

/* ACCESSORI DISPONIBILI */

.catalog_object_2 {
	width: 358px;
	height: 223px;
	margin: 0 15px 15px 0;
	position: relative;
	background-color: #fff;
	padding: 7px;
}

.product_price_2 {
	font-weight: bold;
	font-size: 26px;
	color: #E30B1A;
	float: right;
	margin-top: -3px;
	font-family: Arial;
}

.product_sconto_2 {
	padding: 0px;
	padding-right: 4px;
	height: 20px;
	width: 80px;
	line-height: 22px;
	font-size: 13px;
	text-align: left;
	float: left;
	color: #222;
	padding-left: 10px;
}

.product_discount_2 {
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	width: 358px;
	height: 22px;
	position: relative;
}

.item_without_offer_2 {
	width: 358px;
	height: 25px;
	margin-righ: 5px;
	position: relative;
	background-color: white;
}

.aggiungi_2 {
	position: absolute;
	top: 207px;
	right: 0;
	font-size: 12px;
}

.product_detail_2 {
	margin-top: 10px;
	float: left;
	width: 240px;
	font-size: 12px;
}

.blocco_sx {
	border-right: 2px dotted #ccc;
}

.blocco_dx {
	
}

#lista_accessori li {
	padding: 0 !important;
}

.radio-assicurata {
	vertical-align: middle;
	margin-top: 1px;
}

.arrow-img {
	vertical-align: middle;
	margin-left: 5px;
}

.itemsmall {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.img_contentsmall {
	float: left;
	margin-left: 5px;
}

.prod_namesmall {
	font-weight: bold;
	font-size: 10px;
	margin: 5px;
	text-align: right;
	min-height: 50px;
	height: expression(this.scrollHeight < 50 ? "50px" : "auto");
	}


.riga_dest {
	position: relative;
	font-size: 12px;
	padding: 0 10px !important;
	line-height: 2;
}

.riga_dest select {
	width: 130px !important;
	height: 25px !important;
}

.tipo_pagamento_title {
	margin-left: 10px;
	font-weight: bold;
}

.hide_payment {
	display: none !important;
}

#trasporto_infoass_calc, #trasporto_info_calc {
	color: #f00;
	font-weight: bold;
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 15px 2px #999;
	-webkit-box-shadow: 0 0 15px 2px #999;
	box-shadow: 0 0 15px 2px #999;
	border: 1px solid white;
	padding: 10px;
	display: none;
}

#trasporto_infocomm_calc {
	color: #f00;
	font-weight: bold;
	z-index: 100;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 15px 2px #999;
	-webkit-box-shadow: 0 0 15px 2px #999;
	box-shadow: 0 0 15px 2px #999;
	border: 1px solid white;
	padding: 10px;
	position: absolute;
	margin-top: 20px;
	margin-left: 200px;
}

#privacy_check {
	vertical-align: middle;
	margin-top: -5px;
	width: auto;
	color: #595959;
	text-decoration: none;
}

#privacy_textlink {
	font-size: 14px;
	color: #595959;
	text-decoration: none;
}

#privacy_check:hover {
	color: #999;
	text-decoration: underline;
}

#nation, #nation2 {
	height: 30px;
}


#payType th,tr,td {
	font-size: 12px;
	margin: 0 !important;
	padding: 10 !important;
}


#payType input[type="radio"] {
	margin-right: 5px;
}

#conferma {
	margin-right: 10px 27px 10px 27px;
}

#torna, #torna2 {
	margin-right: 5px;
}

#next_step {
	margin: 10px;
}


.input_check {
	float: left; 
	margin: 2px 10px;
}

.login_carrello {
	border-bottom: 1px dotted #ccc;
	padding: 10px 10px 20px 10px;
}

#user_email_2, #user_pwd_2 {
	width: 200px;
}

.reset_cart_pwd {
	margin-top: 10px;
}

.pag_img {
	margin-left: -70px;
}

.assicurata_why {
	margin: 3px 0 0 30px;
}

.assicurata_why:hover {
	color: #999;
	text-decoration: none;
}

#copia_dati {
	position:absolute; 
	left:577px;
}

.payment_image {
	cursor: pointer;
	width: 120px;
}

.payment_image:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
}

.payment_selected {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
}

/*
.line_caption {
	background-image: url(http://www.arredashopping.com/template/images/bck-gold.jpg);
	filter: alpha(opacity = 70);
	-moz-opacity: .70;
	opacity: .90;
	color: #000;
	font-weight: bold;
}
*/

#promo_area {
	margin: 5px;
	font-size: 16px;
}

#error_promo {
	display: none;
	color: red;
	font-weight: bold;
	margin-left: 120px;
}
