﻿/****shop.css***************/
.AddToCart {
	float: left;
	margin: 5px;
	width: 100%;
	clear: both;
	color: #000000;
}
.AddToCart a {
	display: block;
	line-height: 30px;
	background: url('../images/buy.gif') no-repeat left;
	padding-left: 32px;
}

.NotLogged .AddToCart a {
	line-height: 30px;
	background: url('../images/buy.gif') no-repeat left;
	padding-right: 32px;
}
/* ---------- carrello light -------------------- */

.processing {
	display:none;
}
.cartlight {
	float: left;
	clear: right;
	font-size: 10px;
	width: 98%;
	padding-top: 5px;
	margin-top: 10px;
}
.cartlight a, .cartlight a:visited {
	color: #1E1E1E;
}
.cartlight a:hover {
	text-decoration: none;
	color: #00458A;
}
.cartlight h4 {
	color: #003366;
	background-image: url('../images/buy.gif');
	background-repeat: no-repeat;
	background-position: left;
}
.cartlight h5 a {
	font-size: 13px;
	font-weight: bold;
}
.cartlight .checkout {
	background-position: center;
	width: 160px;
	height: 22px;
	background-image: url('../images/checkout_110.png');
	background-repeat: no-repeat;
	display: block;
	text-indent: -99999px;
}
.cartlight ul {
	/* width: 200px; */
	margin-left: 10px;
	#margin-left: 3px;
}
.cartlight ul li {
	margin-left: 0px;
	margin: 3px 0 3px 0;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	#margin-left: 2px;
	border-bottom-color: #EBEBEB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
.cartlight ul li .Prezzo {
	color: #1E1E1E;
}
.cartlight ul li ul {
	margin-left: -5px;
}
.cartlight ul li ul li {
	font-size: 10px;
	font-weight: normal;
}
.cartlight .totale {
	text-align: right;
	color: #006600;
}
.cartlight .Remove {
	color: #D23500;
}
/************ span */
.Qty {
	color: #000000;
}
.RefreshQuantity {
	display: none;
}
#cartItemList {
	margin: 0px;
	padding: 0px;
}


/* ---- dettaglio prodotto --- */
#WorkflowAddToCart {
	position: relative;
	right: 5px;
	width: 220px;
}
#Product {
	background-position: bottom;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-right: 15px;
}
.ProductImage {
	background: #f6f6f6 url("../images/spinner.gif") center center no-repeat;
	padding: 5px;
	border: 1px #DEDCD4 solid;
}
#Product .details {
	float: left;
	padding: 10px;
	width: 200px;
	clear: none;
	margin-right: 20px;
	display: block;
}
#Product .details img {
	margin: 0 10px 0 0;
	padding: 10px;
	background-color: #fff;
	float: left;
}
#Product .description {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px none #e8e8e8;
	float: left;
	width: 500px;
	padding: 0px 14px 14px 14px;
	background: #fff url('../images/content.jpg') no-repeat 0 bottom;
	min-height: 460px;
	height: auto;
	_height: 460px;
}
#Product .description img {
	margin: 0 10px 0 0;
	float: left;
}
#Product .description p {
	font-size: 12px;
}
#Product .description h2 {
	color: #CC3300;
}
#Product .description h4 {
	font-size: 14px;
	color: #00468C;
}
#Product .description .codice {
	font-size: 9px;
}
.LongDescription {
	padding-bottom: 20px;
	padding-top: 20px;
}
#popup {
	visibility: hidden;
}
/* producttitle ----------------------------------*/
.productTitle08 {
	background-color: #f8f8f8; /*	background: url('../images/product_bg.gif') repeat-x left top; */;
	margin-top: 0px;
	width: 500px;
	padding: 10px 15px 5px 15px;
	font-size: 12px;
	margin-left: -15px;
}
.productTitle08 h3 {
	font-size: 18px;
	font-weight: normal;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.productTitle08 .codice {
	padding: 0 0 0 22px;
	background: url('../images/codice.gif') no-repeat left center;
	float: right;
	color: #6D6D6D;
	font-size: 12px;
	text-decoration: none;
	width: 120px;
	line-height: 22px;
	vertical-align: middle;
}
.productTitle08_bottom .prezzi {
	float: right;
	color: #00468C;
	font-size: 12px;
	text-decoration: none;
}
.productTitle08_bottom a {
	display: block;
}
.productTitle08_bottom .Ls, .productTitle08_bottom .codice {
	float: right;
	color: #00468C;
	font-size: 12px;
	text-decoration: none;
}
.productTitle08_bottom {
	z-index: 1;
	margin-top: 0px;
	width: 500px;
	border-top: 1px solid #DEDCD4;
	padding: 10px 15px 15px 15px;
/*		background: url('../images/producttitle_bg.gif') repeat-x left top; */	font-size: 12px;
	line-height: 16px;
	margin-left: -14px;
}
/* ProductUmDiv  */
.ProductUmDiv {
	margin: 5px -10px 10px 5px;
	background: url('../images/details.jpg') repeat-x bottom;
	width: 150px;
	float: right;
	clear: none;
	padding: 5px;
	border: 1px #EAEAEA solid;
}
.ProductUmDiv a, .ProductUmDiv a:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ProductUmDiv h5 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	text-indent: 5px;
}
/* -------- dettaglio account ---------- */
.DetailsHead {
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	clear: right;
	display: block;
	width: 600px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.DetailsHead h3 {
	margin-bottom: 10px;
	font-weight: normal;
}
.DetailsHead ul {
	list-style-type: none;
}
.DetailsHead li {
	list-style-type: none;
	border-bottom-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 0 3px 0;
}
#UsernameUtente {
	font-weight: bold;
	word-spacing: 2px;
	text-transform: uppercase;
	text-indent: 5px;
}
#emailUtente {
	font-weight: bold;
	word-spacing: 2px;
	text-indent: 5px;
}
.DetailsHead .text {
	word-spacing: 2px;
	text-indent: 5px;
}
/* ------------------ hs_thumbs --------------------- */
.hs_thumbs {
	padding: 0 0 0 10px;
	border: 1px #F3F3F3 solid;
	float: left;
	list-style: none;
	margin: 10px 10px 10px 0;
	clear: both;
	width: auto;
	margin: 10px 10px 10px 0;
	clear: both;
	width: auto;
	display: block;
	background-color: #FFFFFF;
	text-indent: -99999px;
	#width: 100%;
	width:100%;
}
.hs_thumbs img {
	margin: 0px 10px 10px 10px;
	float: left;
	display: block;
	clear:none;
	background: #f6f6f6 url("../images/spinner.gif") center center no-repeat;
}
img.highslide {
	margin: 15px;
}
/* ------------------  AttachList ------------------- */
.AttachList {
	padding: 0 0 0 10px;
	border: 1px #F3F3F3 solid;
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
	clear: none;
	width: 530px;
	display: block;
	background: url('../images/details.jpg') repeat-x center;
	font-family: Arial, Helvetica, sans-serif;
}
.AttachList h3 {
	color: #CC3300;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}
.AttachList ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
}
.AttachList ul {
	margin: 0 0 12px 2px;
}
.AttachList li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	line-height: 18px;
}
.AttachList a {
	float: left;
	margin: 0;
	padding: 4px 0 4px 15px;
	background: url("../images/bullet_arrow.png") 0 50% no-repeat;
	color: #333333;
}
.AttachList a:hover {
	color: #00468C;
}
/* ------------------  AttachList end ------------------- */
/* -------- Ajax table --------- */
table#ctl00_ContentMain_NavTab_tabAccountDetails_AccountDetails {
	width: 400px;
	border-style: none;
	border-width: 0px;
}
table#ctl00_ContentMain_NavTab_tabAccountDetails_AccountDetails tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4E4FF;
}
table#ctl00_ContentMain_NavTab_tabAccountDetails_AccountDetails td {
	border-style: none;
	border-width: 0px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4E4FF;
}
/***** account ***/
table.AccountDetails {
		font-size: 12px;

}
table.AccountDetails td {
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
}
.AccountDetails tr {
	line-height: 18px;
}
.AccountDetails b {
	padding: 10px 0 10px 0;
	color: #00468C;
}
.AccountDetails th {
	text-align: left;
		color: #00468C;

}
/* ------------------ news --------------------- 
.newsContent {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px none #e8e8e8;
	float: left;
	width: 520px;
	padding: 0px 14px 14px 14px;
	background: #fff url('../images/content.jpg') no-repeat 0 bottom;
}*/
/* ------------------  News ------------------- */
.newsFoto {
	padding: 8px;
	background: #ffffff url("../images/spinner.gif") center center no-repeat;
	border: 1px #E7E7E7 solid;
	margin: 5px 10px 10px 5px;
	float: left;
	clear: left;
}
.BodyText {
	float: left;
	clear: both;
	width: 100%;
	display: block;
}
.AddressesDetails ul li
{
    background-color: #F3F3F3;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    margin:10px 0px 10px 0px;
}
.AddressesDetails ul li a.crud_command, .AccountDetails a 
{
    float: left;
    display: block;
    clear: none;
    width: 110px;
    font-size: 10px;
    border: 1px solid #999999;
    padding: 2px; margin:2px; background:#f3f3f3; margin-bottom:5px;
}

.AccountDetails input[type=text] { width:250px;}
a#Person_2_updatemode
{
width:98%;    background-color: #fff;
    padding: 4px;
    font-weight: bold; float:none;
}
.AddressesDetailsSingle {    background-color: #F3F3F3;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    margin:10px 0px 10px 0px; float:left; width:98%;}
#PersonalDetails { position:relative; bottom:0px; margin-bottom:10px; font-size:11px;}