@charset "utf-8";

#vmMainPage{
	font-size:0.9em;
	font-family:Arial;
	width:100%;
	float:left;
	
}

#vm_partitaiva_div{}
#vm_partitaiva_input{height:29px;
margin-top:7px;}
#vm_codicefiscale_div{}
#vm_codicefiscale_input{}
#fax_input{ margin-top:7px; }
#city_input{ margin-top:7px; margin-bottom:7px;}
#fax_div{}
#state_input{ height:30px;}
#middle_name_input,#bank_account_holder_input,#bank_account_nr_input,#bank_sort_code_input,bank_name_input,#bank_account_type_input,#bank_iban_input,#bank_name_input{margin-bottom:7px;}
#company_input{}
#title_input{margin-bottom:7px;
margin-top:7px;}


.panel_blue_content .panel_content .price_table{
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding:0;
position:relative;
right:0;
top:-31px;
}

.panel_content .price_table{
	background:#FFFFFF;
	border:1px solid #EAEAEA;
	float:right;
	margin-bottom:-20px;
	padding:5px;
	position:relative;
	right:10px;
	top:0;
}

.prod_price_feat .price_table{
	float:right;
	left:6px;
	position:relative;
	top:-18px;
}

.panel_content .price_table th{
	color:#333333;
}

.panel_content .price_table td{
	color:#AABDD0;
}



	.field_container_in{
		border-color:#EEEEEE;
		border-style:solid;
		border-width:0 1px 1px;
		
	}
	
	.fieldset_container_in{
		background-color:#FFF;
	}

		fieldset{
			border:none;
			padding:0px;
			margin:0px;
			background-color:#FFF;
		}
		
			.sectiontableheader{
				font-weight:bold;
				background:#EAEAEA url(../images/content/bg_sectiontableheader.png) repeat-x 0;
				text-transform:uppercase;
				background-color:#EAEAEA;
				height:30px;
			}
			
				.sectiontableheader_left{
					background:url(../images/content/bg_sectiontableheader_left.png) no-repeat left;
					height:100%;
				}
				
					.sectiontableheader_right{
						background:url(../images/content/bg_sectiontableheader_right.png) no-repeat right;
						height:100%;
					}
					
						.sectiontableheader_title{
							padding:6px 15px 5px;
							color:#F2F2F2;
							font-family:"Myriad Pro";
							
						}
			
			
			fieldset .fieldset_container{
				background:#FFF url(../images/content/bg_top-content-1.png) repeat-x scroll 0 -1px;
			}
			
				fieldset .fieldset_container_bottom{
					background:transparent url(../images/content/bg_top-content-bottom-1.png) repeat-x scroll center bottom;
				}
				
					fieldset .fieldset_container_right{
						background:transparent url(../images/content/bg_column-panel-content-ombra-left.png) repeat-y right;
					}
					
						fieldset .fieldset_container_left{
							background:transparent url(../images/content/bg_column-panel-content-ombra-right.png) repeat-y left;
						}
						
						fieldset .fieldset_container_left_white{
							background:transparent url(../images/content/bg_column-panel-content-ombra-right-white.png) repeat-y left;
						}
						
						fieldset .fieldset_container_content{
							padding:15px;
							padding-bottom:0px;
						}
			
			
			fieldset .formField{
				
				margin:0;
				padding-bottom:0;
				width:70%;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
			}
			
				fieldset .formField span{
					float:right;
					position:relative;
					right:-15px;
					top:-24px;
				}
			
			.userfield_div{
				background:#000;
			}
			
			fieldset #agreed_input{
				float:left;
				margin-top:0;
				width:69%;			
			}
			
			fieldset #agreed_input input.agreed_field{
				border:#CCC 1px solid;
			}
			
				fieldset .formField input{
					width:100%;
				}
				
				fieldset .formField input:hover{
					padding-top:2px;
					
				}
				
				
			
			fieldset .formLabel{
				margin:0;
				text-align:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
			}
			
			fieldset #agreed_div{
				width:30%;
				margin:0px;
			}
			
			fieldset #agreed_field{
				width:10px;
			}
			
				fieldset .formLabel #required{
					color:#CCCCCC;
					margin-right:5px;
					position:relative;
					text-align:right;
					top:-20px;
				}
			
		
		#required_container{
			padding:5px 5px 5px 15px;
			font-size:0.8em;
			color:#999;
		}
		
		/** *************************************************************************************
		* STAR RATING
		** **************************************************************************************/
		
		div.rating-cancel,
		div.star-rating{
			float:left;
			width:17px;
			height:15px;
			text-indent:-999em;
			cursor:pointer;
			display:block;
			background:transparent;
			overflow:hidden
		}
		div.rating-cancel,
		div.rating-cancel a{
			background:url(../images/input/delete.gif) no-repeat 0 -16px
		}
		div.star-rating,
		div.star-rating a{
			background:url(../images/input/star.gif) no-repeat 0 0px
		}
		div.rating-cancel a,
		div.star-rating a{
			display:block;
			width:16px;
			height:100%;
			background-position:0 0px;
			border:0
		}
		div.star-rating-on a{
			background-position:0 -16px!important
		}
		div.star-rating-hover a{
			background-position:0 -32px
		}
			
		/* Read Only CSS */
		div.star-rating-readonly a{
			cursor:default !important
		}
		/* Partial Star CSS */
		div.star-rating{
			background:transparent!important;
			overflow:hidden!important
		}
		
		/** *************************************************************************************
		* TABLE
		** **************************************************************************************/
		
		.table_field{
			padding:5px;
			border:#EFEFEF 1px solid;
		}
		
			.table_field td{
				border-bottom:#EFEFEF 1px solid;
				padding:2px;
				margin:2px;
			}
			.table_field td.value{
				font-weight:bold;
			}
	/** *************************************************************************************
	* QUANTITY BOX
	** **************************************************************************************/
	
	.quantity_box_button {
		background-position:center center;
		background-repeat:no-repeat;
		border:none;
		height:16px;
		vertical-align:middle;
		width:16px;
	}
	
	.quantity_box {
		font-weight:bold;
		color:#1D64AD;
		position:relative;
		top:-1px;
	}
	
	/** *************************************************************************************
	* product attribute
	** **************************************************************************************/
	.cartDetails{
		
	}
	.cartChild{
		padding-left:10px;
		padding-right:15px;
	}
	.cartAttributes{
		border-top:#F0F0F0 1px solid;
		margin-top:5px;
		padding-top:5px;
	}
	
	.vmAttribChildDetail {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		color:#AABDD0;
		font-weight:bold;
	}
	
	.down_arrow{
		background:url(../images/content/down_arrow.png) no-repeat;
		width:16px;
		height:16px;
	}

.circle_number_white{
	background:url(../images/text/circle_number_white.png) no-repeat;
	height:12px;
	width:12px;
}

.circle_number_grey{
	background:url(../images/text/circle_number_grey.png) no-repeat;
	font-size:10px;
	font-weight:bold;
	height:13px;
	text-align:center;
	width:13px;
	color:#FFF;
}

.square_number{
	background:url(../images/text/square_number.png) no-repeat;
	font-size:9px;
	font-weight:bold;
	height:16px;
	text-align:center;
	width:20px;
	color:#FFF;
	padding-top:4px;
}

.contentdescription{
	border-bottom: 1px solid rgb(234, 234, 234); 
	font-size: 11px; color: rgb(51, 51, 51); 
	text-align: justify; font-family: Arial; 
	padding-bottom: 7px; margin-bottom: 5px;
}

