/* ProductList */
.catalog,.catalog table
{
	margin: 5px;
	padding: 0px;
/*	border-collapse: collapse;*/
	vertical-align: top;
	margin-bottom: 10px;
}
.catalog td
{
	vertical-align:top;
}
.product_cell
{
	height: 150px;
	border:1px solid #D3D3D3;
}
.productListCell  /* (ie6,ie7) */
{
	padding: 5px;
	margin-bottom: 5px;
	width:257px;
	display: block;
	
	position: relative;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.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;
}
.productsListRowSepar
{
	clear: both;
}
.goingto
{
	clear: both;
	color: #555555;
	font-weight: bolder;
	text-align: center;
	padding-bottom: 10px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	top:130px;
	
}
.goingto a
{
	color:#555555;
	text-decoration: none;
	border-bottom:1px solid #D45422;
	padding-bottom: 3px;
}
.goingto a:hover
{
	color: #D45422;
	text-decoration: none;
	border-bottom:1px solid #555555;
	padding-bottom: 3px;
}



.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;
} 

.outlet
{
	width:85px;
	height: 85px;
	position: absolute;
	bottom: -5px;
	left: 0px;
	background-image: url(/templates/arrediinte/images/outlet.png);
	background-repeat: no-repeat;
}
/* PRODUCT DETAILS */
.productDetail
{
	border: 1px solid #D3D3D3;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
}

.productDetail .outlet
{
	bottom:0px;
}
.productDetail .productImg
{
	width:123px;
	/*display: inline-block;*/
	padding:0px 5px 5px 0px;
	height:auto;
}
.productImgZoom
{
	position: relative;
	min-height: 300px;
}
.productImgZoom img
{
	width:350px;
	height:auto;
	max-height: 300px;
	width: auto;
	margin-bottom: 10px;
}
.productDetail .productPrice
{
	margin-top: 10px;
	text-align: center;
	position: relative;
}
.productDetail .productPrice.prodotto.outlet
{
	background-image: url(/templates/arrediinte/images/priceoutlet.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 70px;
	left: 420px;
	padding-top: 30px;
	color:#fff;
}
.productDetail .productText
{
	width: 530px;
	margin-left: 0px;
	padding:0px 5px 5px 5px;
	top: 0px;
	display: inline-block;
}
.productDetail .prdDesc
{
	width: 400px;
	margin-left:70px;
	left: 70px;
	margin-bottom: 10px;
}
.productDetail .imgPRD
{	
	margin-bottom: 20px;
	width:400px;
	position: relative;
	text-align: center;
}
.technical_image
{
	text-align: center;
	position: relative;
	margin-left:70px;
}
.technical_image td
{
	padding:5px;
	width: 130px;
	text-align: center;
}
.productDetail .goingto
{
	position: relative;
	top:0px;
}
.productDetail .goingto .separ
{
	display: inline;
	margin:0px 20px 0px 20px;
	width: 100px;
}

.goingback
{
	margin-bottom: 10px;
	position: relative;
}
.goingback a,.goingback a:hover
{
	margin-left: 5px;
	color: #555555;
	text-decoration: none;
}


.productDetail .field
{
	position:relative;
}
.productDetail .label_data
{
	position:absolute;
	text-align: right;
	width: 100px;
}
.productDetail .value_data
{
	position:relative;
	left: 110px;
}

.productDetail .textfield,.productDetail .textareafield
{
	border: 1px solid #707070;
	color:#555555;
	width:300px;
}
.productDetail .value_check
{
float:left;
margin-left: 110px;
}
.productDetail .label_check
{
float:left;
}
.productDetail .button_data {
	clear: both;
	text-align: center;
	
}
.privacy
{
font-size: 10px;
margin-top: 10px;
width:300px;
padding-left: 110px;
margin-bottom: 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
{
	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/arrediinte/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;
}
.ecom_panel .button
{
	background-color: #ffffff;
	border: 0px;
	color:#555555;
}
.ecom_verify .ecom_list
{
	padding: 0px;
}

.ecom_shipping, .ecom_payment, .ecom_confirm
{
	padding: 5px;
}
.shippingcost
{
	background-color: #D3D3D3;
	border:1px solid #707070;
	padding: 5px;
	margin-top: 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
{
	
}
.ecom_shipping .label_data,.ecom_payment .label_data, .address .title
{
	font-size: 14px;
	font-weight: bolder;
	color: #555555;
	border-bottom:1px solid #D45422;
	margin-bottom: 10px;
}
.ecom_shipping .value_data,.ecom_payment .value_data
{
	
}
.ecom_shipping .textareafield,.ecom_payment .textareafield
{
	border:0px;
	height: 100px;
	width:100%;
	font-family: verdana;
	font-size: 11px;
	overflow: hidden;
}
.gallery
{
	width:100%;
	text-align: center;
}
.gallery_cell
{
	vertical-align: top
}
.news_container
{
	width:100%;
}
.newsdate
{

}
.newstitle
{
	font-weight: bolder;
	color:#D45422;
	font-size: 14px;
	padding-bottom:10px;
	border-bottom:1px dashed #D3D3D3;
	
}
.newstitle a
{
	color:#D45422;
}

.field
{
	position:relative;
}
.label_data
{
	position:absolute;
	text-align: right;
	width: 100px;
}
.value_data
{
	position:relative;
	left: 110px;
}

.textfield,.textareafield
{
	border: 1px solid #707070;
	color:#555555;
	width:300px;
}
.value_check
{
float:left;
margin-left: 110px;
}
.label_check
{
float:left;
}
.button_data {
	clear: both;
	text-align: center;
	
}
/* infoRequest */
#informationRequest
{

}
.infoRequest
{
position: relative;
display:block;
background-color: #fff;height: 200px;	
}
.infoRequest .field
{
	margin-bottom: 5px;
}
#informationRequest .button_data
{
	position: relative;
	display: block;
	margin-bottom:50px;
}