/** 
font-family: 'Open Sans Condensed', sans-serif; 
font-family: 'Rokkitt', serif;
font-family: 'Oswald', sans-serif;
**/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	color: #000000;
}

form {
	margin: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

a {
	border: 0px;
	outline: none;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input {
	font-family: 'Open Sans Condensed', sans-serif;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.va {
	vertical-align: middle;
}

.db {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

.abs_pos {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}


.display-none {
	display: none;	
}

.spacer {
	height: 10px;
	width: 100%;
}

.loading {
	background-image: url("../img/spinner.gif");
	background-repeat: no-repeat;
	background-position: center;
}

/*******************************************************************************************************
** POSIZIONAMENTO SEZIONI
*/
#container {
	width: 100%;
	height: 100%;
}
.wrapper {
	min-width: 940px;
	max-width: 1240px;
	margin: auto;
	border: 0px solid red;
	height: 100%;
	padding: 0px 20px 0px 20px;
}
#top-header {
	height: 30px;
	background-color: #000000;
}
#header {
	height: 125px;
	background-color: #FFFFFF;
}
#slider-content {
	padding: 30px 0px 30px 0px;
	background-color:#f5f5f5;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#content {
	background-color: #FFFFFF;
	padding: 30px 0px 30px 0px;
}
#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #e6e6e6;
	height: 309px;
}
/*******************************************************************************************************
** HEADER
*/
#logo {
	height: 66px;
	width: 286px;
	top: 19px;
	left: 0px;
	display: block;
	float: left;
	position: relative;
}
a.top-header {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	position: relative;
	top: 7px;
	height: 15px;
	line-height: 15px;
}
a.top-header:hover {
	color: #A0A0A0;
}
.bar {
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #FFFFFF;
}
.language-select {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	position: relative;
	top: 7px;
	height: 15px;
	line-height: 15px;
}
/**************************************************************************************************
** MENU
*/
#menu{
	position:absolute;
	top: 104px;
	left: 20px;
}
#menu a.a-menu {
	display: block;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	height: 15px;
	line-height: 15px;
	padding: 0px 15px 0px 0px;
	color: #000000;
}
#menu a.a-menu:hover {
	color: #b4b4b4;
}
#menu a.selected {
	color: #b4b4b4;
}
/*******************************************************************************************************
** CERCA
*/
#cont-search {
	left: auto;
    position: absolute;
    right: 27px;
    top: 57px;
    width: 161px;
}
#search {
	background: transparent url(../img/layout/search.png) center top no-repeat;
	width: 111px;
	height: 23px;
	padding: 0px 25px 0px 25px;
	border: 0px;
	font-size: 13px;
	color: #343434;
	font-family: Verdana;
}
.btn-search {
	width: 13px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;	
}
.btn-canc {
	width: 13px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: auto;
	right: 5px;
}
.phone-search {
	color: #ABABAB;
    font-family: Verdana;
    font-size: 11px;
    left: auto;
    letter-spacing: -1px;
    line-height: 20px;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    top: -20px;
    width: 230px
}
/*
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}
*/
.prod-search {
	color: #C50000;
    font-family: 'Oswald',sans-serif;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0 50px 18px;
}
a.a-contact-us {
	text-decoration: none;
	color: #ABABAB;
	text-transform: lowercase;
}
a.a-contact-us:hover {
	text-decoration: underline;

}
/*******************************************************************************************************
** LOGIN
*/
/*******************************************************************************************************
** FILTRI
*/
#header-cat .cont-filtri {
	border: 1px solid #D8DFEA;
	height: 40px;
    top: 10px;
    width: 537px;
    padding-left: 10px;
}
#header-cat .cont-one-filtro {
	float: left;
	margin: 0px 7px 0px 0px;
	border: 1px solid #D8DFEA;
	color: #54504B;
	font-size: 14px;
	text-transform: none;
	padding: 3px 15px 3px 15px;
	top: 8px;
	background-color: #EFEFEF;
	line-height: 17px;
}
#header-cat .chiudi-filtro {
	display: block;
	position: absolute;
	top: -7px;
	left: auto;
	right: -7px;
}
#header-cat .f-titolo-cat-ricerca {
	display: block;
}
/*******************************************************************************************************
** SLIDER
*/
#container-header {
	width: 880px;
	height: 510px;
	margin: auto;
}
.titolo-header {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 3px;
	top: 50px;
	left: 290px;
	color: #FFF;
	line-height: 30px;
}
.sottotitolo-header {
	font-size: 27px;
	left: 10px;
	letter-spacing: 13px;
}
#slider {
	width: 980px;
	height: 360px;
	padding: 0px 0px 10px 0px;
}
.new-collection {
	width: 255px;
	height: 254px;
	background: transparent url(../img/layout/round.png) center top no-repeat;
	top: 126px;
	left: 586px;
	z-index: 1000;
}
.titolo-link-header {
	display: block;
	padding: 65px 0px 0px 65px;
	color: #54504B;
    font-size: 31px;
    text-transform: uppercase;
    letter-spacing: -3px;
    line-height: 27px;
}
a.a-scopri {
	display: block;
	padding: 10px 0px 0px 120px;
	text-decoration: none;
	text-transform: uppercase;
	color: #8C847A;
	font-size: 18px;
}
/*******************************************************************************************************
** HOME
*/
.titoli-home {
	padding: 0px 0px 17px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 59px;
	letter-spacing: -5px;
	color: #8C847A; 
	display: block;
}
/*******************************************************************************************************
** HEADER CATEGORIE
*/
#header-cat {
	max-width: 1169px;
	min-width: 980px;
	margin: auto;
	text-align: left;
	border: 0px solid red;
	z-index: 99;
	background: transparent;		
}
#spacer-cat {
	height: 280px;
	width: 100%;		
}
#spacer-user-login {
	height: 420px;
	width: 100%;		
}
#spacer-register {
	height: 250px;
	width: 100%;		
}
#spacer-register-response {
	height: 300px;
	width: 100%;		
}
.format-header-cat {
	position: absolute;
	top:0px;
	left: 0px;
	padding: 150px 20px 20px 274px;
	width: 749px;
}
#header-cat .titolo-cat {
	text-transform: uppercase;
	font-size: 77px;
	letter-spacing: -7px;
	color: #54504B; 
	display: block;
	line-height: 77px;
	
}
#header-cat .titolo-cat-ricerca {
	color: #9E9285;
    display: block;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 21px;
    text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}
.lable-search {
	float: left;
	color: #838486;
	font-weight: bold;
	font-size: 14px;
	padding-right: 50px;
	z-index: 101;
	text-decoration: none;
	cursor: pointer;
}
.one-search {
	float: left;
	margin-right: 10px;
}
.cont-lable-search {
	background-color: #FFFFFF;
    border-left: 2px solid #DFDFDF;
    border-right: 2px solid #DFDFDF;
    border-top: 2px solid #DFDFDF;
    height: 25px;
    left: -5px;
    position: absolute;
    top: -2px;
    width: 100px;
    display: none;
}
.cont-data-serach {
	background-color: #FFFFFF;
    border: 2px solid #DFDFDF;
    height: 200px;
    left: -5px;
    position: absolute;
    top: 23px;
    width: 241px;
	overflow: hidden;
	display: block;
}
.cont-data-serach-2 {
    top: 23px;
    width: 241px;
    padding: 20px 10px 50px 20px;;
    width: 330px;
}
#cont-scroller-search {
	padding: 10px;
	overflow: auto;
	height: 100px;
}
.riga-brand {
	padding: 10px 20px 10px 10px;;
}
.colore-tag {
	display: block;
	float: left;
	margin-right: 7px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	border: 1px solid #000;
	background-color: #000;
	position: relative;
	top: 3px;
	left: 0px;
}
/*******************************************************************************************************
** PAGINATION
*/
/*******************************************************************************************************
** FORMAT SOCIAL
*/
.format-social {
	width: 880px;
	margin: auto;
}
.hover-social {
	position: absolute;
	top: 256px;
	left: 0px;
	width: 780px;
	height: 20px;
	background-color: #FFF;
	z-index: 101;
}
.fb {
	top: 9px;
	left: 660px;
}
.tw {
	top: 9px;
	left: 738px;
}
.gp {
	top: 9px;
	left: 815px;
}
.cont-social {
	top: -18px;
	left: auto;
	right: 0px;
	float: right;
	z-index: 101;
}
.cont-fb {
	float: left;
	width: 120px;
}
.cont-tw {
	float: left;
	width: 100px;
}
.cont-gp {
	float: left;
	width: 70px;
}
/*******************************************************************************************************
** CMS
*/
#title-content {
	padding: 0px 0px 0px 0px;
	background-color:#f5f5f5;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.title-cms {
	font-family: 'Open Sans Condensed', sans-serif; 
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #282828;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: 300;
}
.testo-cms {
	padding: 0px 0px 40px 0px;
	border-bottom: 7px solid #E6E6E6;
	margin-bottom: 29px;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	line-height: 17px;
}
/*******************************************************************************************************
** CATALOGO - LISTA
*/
#product-list {
	padding: 0px 0px 0px 0px;
}
#product-list #product-filter {
	padding: 0px 0px 20px 0px;
}
#product-list #product-container {
	padding: 0px 0px 0px 0px;
	left: 15px;
}
#product-list #product-filter a.a-product-filter {
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #000000;
	height: 18px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
	font-family: 'Rokkitt', serif;
	text-decoration: none;
	font-weight: 300;
}
#product-list #product-filter a.a-product-filter:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#product-list #product-filter a.a-product-filter-sel {
	background-color: #000000;
	color: #FFFFFF;
}
#product-list .product {
	width: 279px;
	height: 400px;
	margin: 0px 20px 20px 0px;
	float: left;
	border-right: 1px solid #CACACA;
	background-color: #FAFAFA;
	cursor: pointer;
	
	/* transition: width 2s, height 1s; */
}
#product-list .img-product {
	width: 240px;
	height: 320px;
	display: block;
	margin: auto;
}
#product-list .title-product {
	width: 100%;
	height: 40px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #282828;
}
#product-list .count-prod {
	width: 144px;
	margin-right: 20px;
}
#product-list .number-prod {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	color: #C50000;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
#product-list .nostri-prod {
	background-color: #C50000;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: 700;
}
#product-list .cont-prod-fileter {
	width: 1043px;
}
#product-list .new-prod {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 50%;
	margin-left: -28px;
	background-color: #C50000;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 12px 5px 12px;
	text-transform: uppercase;
}

.hover-div {
	width: 280px;
	height: 400px;
	background-color: #000000;
	-moz-opacity: .80;
	opacity: .80;
	filter: alpha(opacity = 80);
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.lens-big {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -46px;
	width: 92px;
	height: 67px;
}

#product-list .color1 { background: #6B6B6B; }
#product-list .color2 { background: #00CF00; }
#product-list .color3 { background: #FF8D00; }
#product-list .color4 { background: #D61919; }
#product-list .color5 { background: #00ECFF; }
#product-list .color6 { background: #FF2251; }
#product-list .color7 { background: #00A700; }
#product-list .color8 { background: #FF02FF; }
#product-list .color9 { background: #0000C3; }
#product-list .color10 { background: #292929; }


/* CSS Lista per layout 1024px */
@media only screen and (max-width: 1239px) {
	
	#product-list .product {
		width: 215px;
		height: 317px;
		margin: 0px 15px 15px 0px;
		float: left;
	}
	
	#product-list .img-product {
		width: 175px;
		height: 235px;
		display: block;
		margin: auto;
	}
	
	.hover-div {
		width: 215px;
		height: 317px;
		background-color: #000000;
		-moz-opacity: .80;
		opacity: .80;
		filter: alpha(opacity = 80);
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}
	
	#product-list .cont-prod-fileter {
		width: 770px;
	}
	
}

/*******************************************************************************************************
** CATALOGO - SCHEDA
*/
.nav {
	padding: 10px 0px 10px 0px;
}
a.next-scheda {
	position: absolute;
	top: -24px;
	left: auto;
	right: 45px;
}
a.close-scheda {
	position: absolute;
	top: -24px;
	left: auto;
	right: 25px;
}
#scheda {
	padding: 20px 0px 20px 0px;
	border-bottom: 7px solid #e6e6e6;
	border-top: 7px solid #e6e6e6;
	margin-bottom: 20px;
}
#scheda .top-scheda {
	margin-bottom: 20px;
}
#scheda .bottom-scheda {
	padding: 0px;
}
#scheda .img-scheda {
	width: 50%;
	border-top: 30px solid #282828;
}
#scheda .dx-scheda {
	width: 50%;
	/*padding-left: 20px;*/
}
#scheda .format-dx-scheda {
	padding-left: 20px;
}
#scheda .title-scheda {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #282828;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
}
#scheda .testo-scheda {
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	color: #282828;
	padding: 0px 20px 40px 0px;
}

#scheda .header-scheda {
	background-color: #e6e6e6;
	height: 30px;
	line-height: 30px;
	width: 100%;
	margin: 0px 0px 10px 0px;	
}
#scheda .title-img-sec {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	color: #282828;
	font-weight: 300;
	text-transform: uppercase;
}
.img-photo {
	padding: 3px 10px 0px 10px;
}
#scheda .cont-img-sec {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
#scheda .img-sec {
	width: 74px;
	height: 100px;
	display: block;
	margin: 0px 10px 10px 0px;
}
#scheda .tab-scheda {
	padding-bottom: 0px;
	border-bottom: 7px solid #e6e6e6;
}
#scheda a.tab {
	background: transparent url(../img/layout/tab_off.png) center top repeat-x;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
#scheda a.tab:hover {
	background: transparent url(../img/layout/tab_on.png) center top repeat-x;
}
#scheda a.tab-selected {
	background: transparent url(../img/layout/tab_on.png) center top repeat-x;
}
.img-tab {
	padding: 5px 10px 0px 10px;
}
.data-tab-scheda {
	min-height: 100px;
}
#scheda .title-similar {
	background-color: #C50000;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px;
	padding: 12px 0px 12px 10px;
	margin-bottom: 37px;
}
#scheda .arrow {
	top: 42px;
	left: 30px;
	position: absolute;
}

#product-similar-container {
	padding: 0px 0px 0px 0px;
	left: 15px;
}

#product-similar-container .product {
	width: 279px;
	height: 390px;
	margin: 0px 20px 20px 0px;
	float: left;
	border-right: 1px solid #CACACA;
	background-color: #FAFAFA;
	cursor: pointer;
	
	/* transition: width 2s, height 1s; */
}
#product-similar-container .img-product {
	width: 240px;
	height: 320px;
	display: block;
	margin: auto;
}
#product-similar-container .title-product {
	width: 100%;
	height: 30px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #282828;
}
#product-similar-container .count-prod {
	width: 144px;
	margin-right: 20px;
}
#product-similar-container .number-prod {
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	color: #C50000;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
#product-similar-container .nostri-prod {
	background-color: #C50000;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: 700;
}
#product-similar-container .cont-prod-fileter {
	width: 1043px;
}
#product-similar-container .new-prod {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 50%;
	margin-left: -28px;
	background-color: #C50000;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 12px 5px 12px;
	text-transform: uppercase;
}


/* CSS Scheda per layout 1024px */
@media only screen and (max-width: 1239px) {
	
	#scheda .img-scheda {
		/*width: 460px;*/
		width: 50%;
		border-top: 30px solid #282828;
	}
	
	#scheda .dx-scheda {
		/*width: 460px;*/
		width: 50%;
		/*padding-left: 20px;*/
	}
	
	#product-similar-container .product {
		width: 215px;
		height: 307px;
		margin: 0px 15px 15px 0px;
		float: left;
	}
	
	#product-similar-container .img-product {
		width: 175px;
		height: 235px;
		display: block;
		margin: auto;
	}
	
}
#cont-doc-scheda {
	padding: 20px;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	color: #C50000;
}
a.a-doc-scheda {
	height: 17px;
	line-height: 17px;
	padding: 0px 0px 10px 25px;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	color: #282828;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(../img/layout/dw.png) left top no-repeat;
	float: left;
}
a.a-doc-scheda:hover {
	color: #707070;
}
#cont-request-info-scheda {
	padding: 20px;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	color: #C50000;
	background-color: #E6E6E6;
}
.lable-form {
	width: 27%;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	color: #282828;
	line-height: 18px;
	font-weight: 300;
	height: 18px;
	margin-bottom: 7px;
}
.spacer {
	width: 3%;
}
.input-form {
	width: 66%;
	background-color: #FFFFFF;
	border: 1px solid #D3D5D4;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial;
	margin-bottom: 7px;
}
.textarea-form {
	width: 66%;
	background-color: #FFFFFF;
	border: 1px solid #D3D5D4;
	height: 100px;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial;
	margin-bottom: 7px;
}
.text-form {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #000000;
	font-family: 'Rokkitt', serif;
	font-size: 14px;
}

/* CSS Scheda per layout 1024px */
@media only screen and (max-width: 1239px) {
	
	.input-form {
		width: 66%;
		background-color: #FFFFFF;
		border: 1px solid #D3D5D4;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		font-family: Arial;
		margin-bottom: 7px;
	}
	.textarea-form {
		width: 66%;
		background-color: #FFFFFF;
		border: 1px solid #D3D5D4;
		height: 100px;
		line-height: 18px;
		font-size: 12px;
		font-family: Arial;
		margin-bottom: 7px;
	}
	
}
.cont-btn-scheda {
	height: 30px;
	width: 155px;
	margin: auto;
	padding-top: 20px;
}
a.btn {
	display: block;
	padding: 3px 10px 3px 10px;
	text-align: center;
	background: #B4B4B4;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 7px;
}
a.btn:hover {
	background-color: #C50000;
}
.spinner-div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-moz-opacity: .80;
	opacity: .80;
	filter: alpha(opacity = 80);
	display: none;
}
.spinner {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}
.ok {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
	color: #009900;
	text-align: center;
	font-family: 'Rokkitt', serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	display: none;
}
.error {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
	color: #C50000;
	text-align: center;
	font-family: 'Rokkitt', serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	display: none;
}
/*******************************************************************************************************
** CARRELLO-TOP
*/
#cont_carr_ajax {
    left: auto;
    position: absolute;
    right: 20px;
    top: 23px;
    z-index: 101;
}
.body-carr-ajax {
	background-color: #FFFFFF;
    border-bottom: 3px solid #635E58;
    border-left: 3px solid #635E58;
    border-right: 3px solid #635E58;
    box-shadow: 0 1px 7px 0 #635E58;
    width: 293px;
    z-index: 1;
    padding: 5px 20px 20px 20px;
}
.top-carr-ajax {
	background-color: #FFFFFF;
    border-top: 3px solid #635E58;
    border-left: 3px solid #635E58;
    border-right: 3px solid #635E58;
    width: 293px;
    height: 10px;
    z-index: 2;
    padding: 0px 20px 0px 20px;
}
.hover-carr-ajax {
	background-color: #FFFFFF;
    border-left: 3px solid #635E58;
    border-right: 3px solid #635E58;
    border-top: 3px solid #635E58;
    height: 56px;
    left: 160px;
    position: relative;
    top: 3px;
    width: 124px;
    z-index: 3;
}
.title_add {
	color: #E86D07;
    font-size: 20px;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.title_p_bc {
	color: #54504B;
    font-size: 18px;
    display: block;
}
.taglia_p_bc {
	color:#838486;	
	font-size: 14px;
}
.prezzo_p_bc {
	color: #333;
	font-size: 23px;
	padding: 0px 0px 0px 0px;
	display: block;
}
/*******************************************************************************************************
** CARRELLO
*/
#container-chart {
	padding: 37px 0px 0px 0px;
}
.mini-chart {
	font-size:27px; 
	letter-spacing:-3px; 
	color: #9E9285;
	display: block;
	line-height: 27px;
	left: 10px;
	top: -3px;
	position: relative;
}
.format-total-chart {
	padding: 80px 0px 0px 0px;
	width: 877px;
	margin: auto;
}
.count-total-chart {
	background-color: #EFEFEF;
    border: 1px dotted #9E9285;
    color: #54504B;
    font-size: 37px;
    padding: 7px 25px 7px 25px;
   	float: right;
   	right: 20px;
   	margin-bottom: 10px;
}
.img-conferma-ordine {
	display: block;
	float: right;
	position: relative;
	top: 0px;
	left: auto;
	right: 167px;
}
.no_carr {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 20px 40px;
	height: 300px;
}
a.a_top {
	color: #FFFFFF;
	text-decoration: none;
}

a.a_top:hover {
	text-decoration: underline;
}

.title_carr {
	height: 23px;
	width: 700px;
	line-height: 23px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: auto;
	font-family: Ropa Sans, Arial;
	letter-spacing: -0.03em;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding: 20px 0px 10px 0px; 
}
.sx_t_carr {
	background-image: url("../img/layout/b_sx.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	width: 11px;
}
.cx_t_carr {
	background-image: url("../img/layout/b_cx.png");
	background-repeat: repeat-x;
	height: 23px;
	width: 678px;
}
.dx_t_carr {
	background-image: url("../img/layout/b_dx.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	width: 11px;
}
.one_carr {
	border-bottom: 1px solid #9E9285;
  	margin: 0px auto 0px auto;
    padding: 20px 0;
    width: 880px;
}

.img_carr {
	display: block;
	width: 120px;
	height: 120px;
	padding: 0px 20px 0px 10px;
}

.top_dati_carr {
	border-bottom: 1px solid #DFDFDF;
    color: #54504B;
    font-size: 18px;
   	padding: 0px 0px 7px 0px;
    width: 730px;
}

.titolo_carr {
	font-weight: bold;
	width: 440px;
}

.prezzo_carr {
	width: 98px;
	text-align: right;
	padding-right: 20px;
}

.qta_carr {
	width: 48px;
}

.sub_tot_carr_carr {
	width: 97px;
	font-weight: bold;
	text-align: right;
}

.plus {
	display: block;
	position: absolute;
	top: 1px;
	left: 33px;
	width: 11px;
	height: 11px;
}

.minus {
	display: block;
	position: absolute;
	top: 15px;
	left: 33px;
	width: 11px;
	height: 11px;
}

.codice_carr {
	color: #909090;
    font-size: 13px;
    padding-top: 7px;
    width: 544px;
}

.rimuovi_carr {
	color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    text-decoration: none;
    line-height: 15px;
    height: 15px;
    display: block;
}

.rimuovi_carr:hover {
	color: #777;
}

.foot_carr {
	background-color: #EFEFEF;
	width: 880px;
	height: 187px;
	margin: 0px auto 10px auto;
}

.vaicassa {
	display: block;
	position: relative;
	top: 0px;
	left: 590px;
	background-image: url("../img/layout/vaicassa.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	width: 94px;
	line-height: 23px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sped {
	position: absolute;
	top: 18px;
	left: 10px;
	color: #333333;
	font-size: 16px;
}
.select_carr {
	width: 200px;
	height: 21px;
	border: 1px solid #C0C0C0;
}

.tot {
	color: #54504B;
    font-size: 18px;
    left: 621px;
    position: absolute;
    top: 20px;
    width: 236px;
}

.value_tot {
	padding-bottom: 10px;
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 5px;
}

.sx_tot {
	width: 130px;
	text-align: right;
	padding-bottom: 10px;
	font-size: 14px;
}

.dx_tot {
	width: 100px;
	text-align: right;
	padding-bottom: 10px;
}
.input_qta_carr {
	border: 1px solid #9E9285;
    display: block;
    height: 20px;
    left: -12px;
    position: relative;
    top: 2px;
    width: 37px;
}
/*******************************************************************************************************
** CONTATTI
*/
.cont-contact {
	background-color: #DEDFDE;
}
.sx-contact {
	width: 30%;
}
.dx-contact {
	width: 70%;	
}
.padding-contact {
	padding: 30px 20px 30px 20px;
}
.format-fields-contact {
	padding-right: 20px;
	padding-bottom: 5px;
	width: 30%;	
}
a.btn-black {
	display: block;
	padding: 3px 10px 3px 10px;
	text-align: center;
	background: #000000;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 7px;
}
a.btn-black:hover {
	background-color: #C50000;
}
.cont-btn-contact {
	height: 30px;
	width: 168px;
	float: right;
	padding: 10px 27px 0px 0px;
}

/*******************************************************************************************************
** VALIDAZIONE
*/
.cmxform fieldset p.error label {
	color: #074F89;
}

#ds_testo.error {
	border: 3px solid #074F89;
}

div.container {
	background-color: #EFEFEF;
	border: 1px solid #9E9285;
	margin: 20px auto 20px auto;
	padding: 10px;
	width: 860px;
	font-size: 15px;
	color: #54504B;
}

div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}

div.container {
	display: none
}

.container label.error {
	display: inline;
}

form.cmxform {
	width: 30em;
}

form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}


/*******************************************************************************************************
** CONFERMA ORDINE
*/
.top_dati_conf {
	border-bottom: 1px solid #DFDFDF;
    color: #54504B;
    font-size: 18px;
    padding: 10px 0px 7px 0px;
    width: 730px;
}
.codice_conf {
	width: 430px;
	font-size: 11px;
	color: #909090;
}
.one_conf {
	margin: 0px auto 0px auto;
	width: 880px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #909090;
}
.top_conf {
	background-color: #EFEFEF;
    margin: 110px auto 10px;
    width: 877px;
}
.txt_conf {
	color: #54504B;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 0 20px 46px;
}
.up_big {
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
}
.stampa_conf {
	color: #333333;
    display: block;
    font-size: 13px;
    font-weight: bold;
    left: 809px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 18px;
}
.dati_conf {
	color: #54504B;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
}
.purple {
	color: #9E9285;
}
.titoli_conf {
	left:-10px;
	padding: 40px 0px 17px 0px;
	color: #9E9285;
    display: block;
    font-size: 24px;
    letter-spacing: -2px;
    line-height: 24px;
    text-transform: uppercase;
}
.red {
	color: #FF0000;
}
.torna_elenco {
	display:block;
	position: relative;
	top: 0px;
	left: 489px;
	background-image: url("../img/layout/torna_elenco.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 43px;
	width: 217px;
	margin: 15px 0px 25px 0px;
	
}
.tornaindietro {
	display: block;
	position: relative;
	top: 0px;
	left:0px;
	height: 23px;
	width: 120px;
	line-height: 23px;
	text-decoration: none;
	color: #FF0000;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 27px;
}
.sx_conf {
	margin-left: 143px;
    width: 365px;
}

.dx_conf {
	margin-left: 20px;
    width: 349px;
}
/*******************************************************************************************************
** UTIL MOZ
*/
.util_moz {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}
.clear {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}
/*******************************************************************************************************
** FOOTER	
*/
.wrapper-footer {
	width: 33%;
	height: 200px;	
}
.wrapper-footer-inner {
	width: 311px;
	margin: auto;
	padding: 20px 0px 0px 0px;
}
.img-footer {
	width: 57px;
	padding-right: 10px;
	top: 3px;
}
.txt-footer {
	width: 244px;
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	color: #404040;
	display: inline-block;
}
.titolo-footer {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
	padding: 0px 0px 3px 0px;
}
.lable-footer {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #404040;
	padding: 0px 0px 3px 0px;
	font-size: 13px;
	font-weight: 300;
}
.input-footer {
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
	width: 200px;
	margin-bottom: 7px;
}
.textarea-footer {
	background-color: #FFFFFF;
	border: 1px solid #DCDCDC;
	width: 200px;
	height: 77px;
	margin-bottom: 10px;
}
a.a-send {
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 7px 2px 7px;
	background-color: #C50000;
	float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	right: 40px;
	left: auto;
}
/*******************************************************************************************************
** AREA RISERVATA
*/
#d1 {
	padding-top: 40px;
}
#d2 {
	padding-top: 40px;
}
#d3 {
	padding-top: 40px;
}
.haed_area_ris {
	color: #074F89;
	font-size: 14px;
    font-weight: normal;
	padding: 0px 0px 0px 196px;    
}
.titolo-sezione-area-ros {
	width: 853px;
	height: 35px;
	padding: 0px 0px 0px 10px;
	background-color: #8C847A;
    border: 1px solid #8C847A;
    color: #FFF;
    font-size: 27px; 
    text-transform: uppercase;
    margin: auto;
    line-height: 35px;
    letter-spacing: -2px;
}
a.btn-arear-ris {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	background-color: #FFF;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	behavior: url('/_static/css/PIE.htc');
	border-radius:100px;
	border: 3px solid #8C847A;
	text-align: center;
	line-height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
a.btn-arear-ris:hover {
	background-color: #EFEFEF;
}
a.btn-arear-ris-selected {
	background-color: #EFEFEF;
}
#format_order {
	width: 865px;
	margin: auto;
}
#format_no_order {
	width: 607px;
	margin: auto;
	color: #303030;
    font-size: 22px;
}
#format_order .one_ordine {
	padding: 20px 20px 20px 20px;
	border: 1px solid #D9D9D9;
	background-color: #F0F0F0;
	margin-bottom: 20px;	
}
#format_order .head_ordine {
	color: #54504B;
    font-size: 15px;
    font-weight: bold;
	padding: 0px 0px 20px 0px;

}
#format_order .td_ord {
	float: left;
	width: 160px;
	line-height: 17px;
}
#format_order .head_dett {
	background-color: #BBBBBB;
    border: 1px solid #D9D9D9;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 7px 0px;
    padding: 7px 0px 7px 7px;
}
#format_order .one_dett {
	padding: 7px 0px 7px 7px;
	margin: 0px 0px 0px 0px;
	background-color: #FAFAFA;
	border: 1px solid #D9D9D9;
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: normal;
}
#format_order .td_dett {
	float: left;
	width: 120px;
}
#format_order .td_dett_0 {
	float: left;
	width: 120px;
	line-height: 87px;
}
#format_order .title_ord {
	color: #8C847A;
    font-size: 18px;
    font-weight: bold;	
}
/*******************************************************************************************************
** GUIDA TAGLIE	
*/
.format-tabletaglie {
	padding: 15px;
	overflow: auto;
}
.tabletaglie {
	border-spacing: 3px;
	border-collapse: separate;
}
.tabletaglie tr td {
	padding: 3px;
	font-size: 15px;
}
.tabletaglie td {
	background-color: #F0F0F0;	
	border: 1px solid #E0E0E0;
}
.intestazionetaglie {
	background-color: #8C847A;
	color: #909090;
	font-size: 18px;
	padding: 5px 0px 5px 0px;
	border: 0px;
}
.captiontaglie {
	background-color: #8C847A;
	color: #FFF;
	font-size: 18px;
	padding: 3px 0px 3px 0px;
	border: 0px;
}
/*******************************************************************************************************
** TRACKING	
*/
#ajax-tracking {
	display: none;
	width: 840px;
	margin: auto;
}
.cont-head-tnt {
	float: left;
    padding: 40px 0 0 127px;
    width: 283px;
}
.lable-tnt {
	color: #54504B;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0px 0px 3px 12px;
    font-weight: normal;
}
.value-tnt {
	color: #54504B;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0px 0px 10px 12px;
}
.cont-status-tnt {
	float: left;
    padding: 40px 0 40px 76px;
    width: 351px;
}
.one-tnt {
	padding: 10px 7px 10px 7px;
	border: 1px solid #DFDFDF;
	background-color: #F0F0F0;
	margin-bottom: 7px;
	color: #5B5B5B;
    font-size: 15px;
}
.title-tnt {
	color: #9E9285;
    display: block;
    font-size: 24px;
    left: -10px;
    letter-spacing: -2px;
    line-height: 24px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.error-tnt {
	background-color: #FFCCD9;
    border: 1px solid #F5003D;
    color: #F5003D;
    font-size: 16px;
    padding: 10px 20px;
}