
*{
	margin:0px;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#FFFFFF;
}

.clr{
	clear:both;
}

.cartQta{
	width:20px;
	height:13px;
	font-size:11px;
	text-align:right;
}

#mazzolada{
	background-color:#000000;
	height:100%;
}

#header, #body, #footer{
	width: 756px;
	margin:auto;
}

#header{
	height:104px;
	margin-top:41px;
}

#body{
	height:353px;
}

#footer{
	height:44px;
}

#menuLeft{
	width:146px; /* era 151 */
	height:353px; 
	background-image:url(../images/bgMenuLeft.png);
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	padding-left:5px;
	float:left;
}

#menuLeft a{
	text-decoration: none;
}

#defaultText{
	margin-bottom:13px;
}

.menuLeftCategory{
	font-size:12px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:bold;
}

.menuLeftSubcategory{
	padding-left:7px;
}

#content{
	width:595px;
	height:343px;
	float:right;
	position:relative;
	padding:5px;
	font-size:11px;
}

#contentTitle{
	background-image:url(../images/bgContentTitle.png);
	background-repeat:repeat-x;
	width:600px;
	height:20px;
	margin-left:-5px;
	margin-top:-5px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	margin-bottom:10px;
	position:relative;
}

.back{
	position:absolute;
	width:70px;
	height:14px;
	top:-1px;
	right:3px;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
}

#contentBody{
	width:595px;
	height:315px;
	overflow-y:scroll;
	padding-right:5px;
}

.productList{
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	height:90px;
}

.boxPackageHp{
	width:287px;
	height:151px;
	padding:8px;
	position:absolute;
	background-image:url(../images/bgBoxPackageHp2.png);
	background-repeat:no-repeat;
	font-size:11px;
}

.packageHpTitle{
	width:286px;
	height:23px;
	min-height:23px;
	height:auto;
	background-color:#a59684;
	line-height:20px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
 
.packageLink, .packagePrice,
.productLink, .productPrice,
.productAdditional{
	float:left;
	margin-top:5px;
}

.packageLink a, .packagePrice a,
.productLink a, .productPrice a{
	color:#000000;
	text-decoration:none;
	font-weight:600;
}

.menuFooterElement{
	width:151px;
	background-image:url(../images/bg_menu_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:44px;
	color: #FFFFFF;
	font-weight:400;
	text-align:center;
	font-size:11px;
	text-decoration:none;
	line-height:37px;
	cursor:pointer;
	float:left;
}

.menuFooterElement:HOVER{
	width:151px;
	height:44px;
	color: #FFFFFF;
	font-weight:400;
	text-align:center;
	font-size:11px;
	line-height:37px;
	float:left;
	background-image:url(../images/bg_menu_footer_hover.gif);
	background-position:top;
	background-repeat:no-repeat;
}


.btnRefreshCard{
	background-image:url(../images/refresh.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:none;
	width:167px;
	height:20px;
	max-height:55px;
	max-width:167px;
	min-height:35px;
	min-width:100px;
	cursor:pointer;
}

.btnCheckout{
	background-image:url(../images/arrow_right.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:none;
	width:195px;
	height:16px;
	max-height:55px;
	max-width:195px;
	min-height:35px;
	min-width:100px;
	cursor:pointer;
}

.btnCheckoutBack{
	background-image:url(../images/arrow_left.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:none;
	width:195px;
	height:16px;
	max-height:55px;
	max-width:195px;
	min-height:35px;
	min-width:100px;
	cursor:pointer;
}

/**/
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; margin:auto; padding-top:8px; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:12px 8px 6px 32px !important;
    font-size:11px !important;
    font-weight:bold !important;
	position:relative;
    }
.error-msg ul, .success-msg ul, .notice-msg ul { position:absolute; top:10px; }
.error-msg li, .success-msg li, .notice-msg li { margin-top:.2em; list-style:none; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }
/**/

/**/
.tabtitle{
	width:100%;
	height:20px;
}

.tabTitleElement{
	background-image:url(../images/bgContentTitle.png);
	background-repeat:repeat-x;
	position:relative;
	float:left;
	height:20px;
	color:#FFFFFF;
	text-align:center;
	padding:0px 8px 0px 8px;
}

.active{
	background-image:url(../images/bgContentTitleActive.png) !important;
	font-weight:600;
	text-decoration:underline;
}

.tabTitleElement img.left{
	position:absolute;
	top:0px;
	left:0px;
}

.tabTitleElement img.right{
	position:absolute;
	top:0px;
	right:0px;
}

.tabContent{
	width:97%;
	height:280px;
	min-height:280px;
	height:auto !important;
	border:1px solid #3c2e27;
	display:none;
	padding:5px;
	position:relative;
}
/**/


.chkFormTable{
	width:97%;
}

.chkFormTable td{
	height:30px;
	vertical-align:top;
}

.chkFormTable input{
	height:15px;
	font-size:11px;
	width:100px;
}

#noResults{
	margin-top:10px;
	margin-bottom:10px;
	width:98%;
	height:20px;
	border-bottom:1px solid #cc3300;
	text-align:center;
}

.imgProduct{
	padding:2px 2px 2px 2px;
	border:1px solid #CCCCCC;
}

.tblprivacy td{
	padding:0px 3px 0px 3px;
}

.tblprivacy a{
	text-decoration:underline;
	color:#000000;
}

.tblprivacy a:HOVER{
	text-decoration:none;
	color:#000000;
}

.tableCart{
	width:98% !important;
}

.accaerre{
	margin-bottom:5px;
}


