
.signin_newuser
{
	position: relative;
	width: 540px;
}
.field
{
		position:relative;	
		line-height: 22px;
}
.value_data
{
	position:absolute;
	left: 150px;
	top: 0px;
}
.label_data
{
	width: 140px;
	text-align: right;	
}

.value_check
{
	font-size: 12px;
	color: #555555;
	text-align: right;
	width: 150px;
}
.label_check
{
	position:absolute;
	top:0px;
	left:160px !important ;
}

.privacy
{
	font-size: 10px;
	font-style: italic;
	margin-top: 10px;
}

/* ProductList */
.catalog,.catalog table,.catalog td
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
	margin-bottom: 10px;
}

.productListCell  /* (ie6,ie7) */
{
	border:1px solid #D3D3D3;
	padding: 5px;
	margin-bottom: 5px;
	width:260px;
	display: block;
	
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
.product_col1 .productListCell
{
	margin-right: 5px;
}
.productName
{
	font-weight:bolder;
	text-transform: uppercase;
	text-align: center;
	padding:0px 5px 5px 5px;
}
.productImg
{
	text-align: center;
	padding:0px 5px 5px 5px;
	float: left;
}
.productText
{
	padding:0px 5px 5px 5px;
}
.productPrice
{
	text-align: right;
	font-weight: bolder;
/*	background-color: #D3D3D3;*/
	margin-top: 10px;
   margin-bottom: 10px;
	border: 1px dashed #D45422;
	padding: 5px;
	color: #D45422;
	width: auto;
	float: right;
	
}
.productsListRowSepar
{
	clear: both;
}
.goingto
{
	clear: both;
	color: #555555;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 10px;
}
.goingto a
{
	color:#555555;
	text-decoration: none;
	border-bottom:1px solid #D45422;
	padding-bottom: 3px;
	display: inline-block;
}
.goingto a:hover
{
	color: #D45422;
	text-decoration: none;
	border-bottom:1px solid #555555;
	padding-bottom: 3px;
	display: inline-block;
}

.pageselector
{
	text-align: center;
}
.pageselector a
{
	margin-right: 5px;
	text-decoration: none;
	color:#707070;
}
.pageselector a:hover
{
	margin-right: 5px;
	text-decoration: underline;
	color:#D45422;
} 
/* PRODUCT DETAILS */
.productDetail
{
	border: 1px solid #D3D3D3;
	padding: 5px;
	margin-bottom: 5px;
	width: 540px;
	height: auto;
}
.productDetail .productName
{
	margin-bottom: 10px;
}
.productDetail .productPrice
{
	float: none;
	text-align: center;
	font-weight: bolder;
/*	background-color: #D3D3D3;*/
	margin-top: 10px;
   margin-bottom: 10px;
	border: 1px dashed #D45422;
	padding: 5px;
	color: #D45422;
	width: auto;
	
}
.productDetail .productImg
{
	width:123px;
	display: inline-block;
	padding:0px 5px 5px 0px;
	text-align: center;
}
.productImgZoom img
{
	width:350px;
	height:auto;
	max-height: 300px;
	width: auto;
}
.productDetail .productImg .productPrice
{
	margin-top: 10px;
	text-align: center;
}
.productDetail .productText
{
	width: 530px;
	margin-left: 0px;
	padding:0px 5px 5px 5px;
	top: 0px;
	display: inline-block;
}
.productDetail .imgPRD
{	
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.productDetail .productOption
{
}
.productDetail .productOption .alert
{
	color:#D45422;
}
.technical_image td
{
	padding:5px;
}
.productDetail .goingto .separ, .goingto .separ
{
	display: inline;
	margin:0px 50px 0px 50px;
	width: 100px;
	
}

.productDetail .goingto
{
margin-top:10px;
}
.goingback
{
	margin-bottom: 10px;
}
.goingback a,.goingback a:hover
{
	margin-left: 5px;
	color: #555555;
	text-decoration: none;
}
/* TOP PRODUCTS */
.topproducts
{
	
}
.topproducts .title
{
	color: #D45422;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 10px;
}
.topproducts .product_cell
{
	border:1px solid #D3D3D3;
	padding: 10px;
	float: left;
	width: 145px;
	text-align: center;
	margin: 5px;
	min-height: 130px;
}
.topproducts .product_cell .name
{
	margin-top: 10px;
}
/* ECOMMERCE */
.ecom_col
{
	width:100%;
}
.ecom_col td
{
	font-weight:bolder;
	padding-bottom: 5px;
	text-align: center;
	
}
.ecom_col .imgCart
{
	width:70px;
}
.ecom_col .ecom_quantity
{
	width:20px;
}
.ecom_col .ecom_removecart
{
	width:60px;
}
.ecom_list
{
	width:550px;
	padding: 5px;
}
.ecom_item
{
	width: 100%;
	border:1px solid #707070;
	display:inline-block;
	padding: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.ecom_item td
{
	vertical-align: top;
}
.ecom_prodname
{

	width:250px;
	font-weight: bolder;
	vertical-align: middle;
}
.ecom_price
{
	width:100px;
}
.ecom_quantity
{
	width:50px;
	text-align: center;
}
.ecom_quantity .numberfield
{
	width: 30px !important;
}
.ecom_removecart
{
	text-align: center;
	width:50px;
	
	
}
.productprice
{
	color:#707070;
	background-image: url(/templates/elettroint/images/back_link.gif);
	padding: 10px 15px 9px 15px;
	
	border:1px solid #707070;

	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	
	font-weight: bolder;
}
.ecom_panel
{
	width:100%;
	text-align: center;
	margin-bottom: 10px;
}
.ecom_panel .button
{
	font-size: 11px;
	background-color: #ffffff;
	border: 0px 0px 1px 0px; 
	border-bottom: 1px solid #D45422;
	color:#555555;
}
.ecom_panel .buttonLink
{
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	background-color: #ffffff;
	border: 0px 0px 1px 0px; 
	border-bottom: 1px solid #D45422;
	color:#555555;
	margin-top:2px;
	padding-bottom:2px;
	position: absolute;
}
.ecom_verify .ecom_list
{
	padding: 0px;
}

.ecom_shipping, .ecom_payment, .ecom_confirm
{
	padding: 5px;
}
.shippingcost
{
	background-image: url(/templates/elettroint/images/back_link.gif);
	border:1px solid #707070;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
	text-align: right;
}
.totalcost
{
	border:1px solid #707070;
	padding: 5px;
	margin-top: 10px;
	color: #D45422;
	font-weight: bolder;
	text-align: right;
	margin-bottom: 10px;
}
.imgCart
{
	display: inline;
	vertical-align: middle;
}
.imgCart img
{
	width: 50px;
	height: auto;
}

.ecom_verify
{
	width: 99%;
}
.ecom_verify .ecom_list .ecom_item 
{
	position: relative;
}
.ecom_verify .ecom_list .ecom_item .ecom_prodname
{
	float:left;
	display:inline;
	width: 340px !important;
	position: relative;
}
.ecom_verify .ecom_list .ecom_item .ecom_price
{
	float:left;
	display:inline;
	top: 0px;
	position: relative;

}
.ecom_verify .ecom_list .ecom_item .ecom_quantity
{
	float:left;
	display:inline;
	top: 0px;
	position: relative;

}
.ecom_shipping,.ecom_payment
{
	
}
.ecom_shipping .field,.ecom_payment .field
{
	
}

.value_radio .description
{
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px dashed #D3D3D3;
	padding: 5px;
	color:#707070;
}
.colCenter .label_data
{
}
.ecom_shippingaddress .title,.ecom_paymentaddress .title, .address .title, .signin_pwdchange .title
{
	font-size: 14px;
	font-weight: bolder;
	color: #555555;
	border-bottom:1px solid #D45422;
	margin-bottom: 10px;
	position:relative !important;
	text-align: left !important;
	width: 100% !important;
	
}
.ecom_shipping .field,.ecom_payment .field
{
	position: relative;
}
.ecom_shipping .label_data,.ecom_payment .label_data
{
	font-size: 12px;
	color: #555555;
	text-align: right;
	width: 150px;
	
}
.ecom_shipping .value_data,.ecom_payment .value_data
{
	position:absolute;
	top:0px;
	left:170px !important ;
}
.ecom_shipping .textareafield,.ecom_payment .textareafield
{
	border:0px;
	height: 100px;
	width:100%;
	font-family: verdana;
	font-size: 11px;
	overflow: hidden;
}
.address
{
	margin-bottom:10px;
}

.ecom_shortlist, .signin_login,.signin_logout
{
	border:1px solid #D3D3D3;
	margin-bottom:20px;
	width: 170px;
	font-size: 10px;
}
.ecom_shortlist .ecom_item
{
	border:0px;		
}
.ecom_shortlist .ecom_prodname
{
	width: 150px !important;
}
.ecom_shortlist .ecom_prodname a,.ecom_shortlist .ecom_prodname a
{
	color:#555555;
	text-decoration: none;
}
.ecom_shortlist .ecom_price
{
	
}
.ecom_shortlist .title,.signin_login .title,.signin_logout .title
{
	height: 24px;
	background: url(/templates/elettroint/images/back_title_tp.gif) repeat-x;
	border-bottom: 1px solid #D3D3D3;
	vertical-align: middle;
	text-align: center;
	color: #336699;
	font-weight: bolder;
	padding-top: 7px;
}
.ecom_shortlist .totalcost
{
	margin-left: 4px;
	width: 140px;
	border: 0px;
	border-top: 1px !important; 
	border-color: #d3d3d3;
	border-style: dashed;
}
.ecom_shortlist .goingcart
{
	text-align: center;
	padding:0px 5px 5px 5px;
}
.ecom_shortlist .goingcart a
{
	color: #555555;
	text-decoration: none;
	border-bottom: 1px solid #D45422;
}
.ecom_shortlist .goingcart a:hover
{
	color: #D45422;
	text-decoration: none;
	border-bottom: 1px solid #555555;
}
.ecom_shortlist .message
{
	padding: 5px;
}
/* LOGIN */
.signin_login
{
	margin-left: 5px;
}
.signin_login .field
{
	padding: 0px 5px 5px 5px;
	line-height:18px;
}
.signin_login .field .label_data
{
	left:0px !important;
	text-align: left !important;
	position: relative;
}
.signin_login .field .value_data
{
	left:0px;
	position: relative;
}
.signin_login .textfield
{
	border: 1px solid #707070;
	color:#555555;
	width:155px;
}
.signin_login .button_data,.signin_logout .button_data
{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.signin_login .button,.signin_logout .button
{
	font-size: 11px;
	background-color: #ffffff;
	border: 0px 0px 1px 0px; 
	border-bottom: 1px solid #D45422;
	color:#555555;
}
.signin_logout .welcome, .signin_pwdchange .welcome
{
	padding: 5px;
}
.forgotpassword
{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.userUtility
{
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.forgotpassword a, .userUtility a
{
	color: #D45422;
}
/* FORM */
.colCenter
{
	
}
.colCenter .field
{
	position:relative;
}
.colCenter .label_data
{
	position:absolute;
	text-align: right;
	width: 150px;
}
.colCenter .value_data
{
	position:relative;
	left: 160px;
}
.colCenter .textfield
{
	border: 1px solid #707070;
	color:#555555;
	width: 250px;
}

.colCenter .button_data
{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.colCenter .button
{
	font-weight: bolder;
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	background-color: #ffffff;
	border: 0px 0px 1px 0px; 
	border-bottom: 1px solid #D45422;
	color:#555555;
}