/* CLASSI NEUTRE */

.floatLeft  	{ float: left !important; }
.floatRight 	{ float: right !important; }
.clearLeft		{ clear: left !important; }
.neutral		{ float: left; display: inline; width: 100%; }
.noMargin		{ margin: 0 !important; }
.noPadding		{ padding: 0 !important; }
.nomarpa		{ padding: 0 !important; margin: 0 !important; }
.nobg 			{ background: none !important; }
.no-display 	{ display: none; }
.fullWidth 		{ width: 100% !important; }
.bload-black 	{ background: url(../../images/loading-big-black.gif) no-repeat center center !important; }
.v-center		{ vertical-align: middle; }

/* STRUTTURE COMUNI */

a, a:active, a:visited { 
	cursor: pointer;
	color: #000; 
}
a:hover {
	color: #ed1c24 !important;
	text-decoration: none;
	direction: ltr;
}
a, a * {
	text-decoration: none;
	cursor: pointer;
}

/* elementi grafici comuni */

#nav li.over a {
	color: #ed1c24;
}
.shop-access strong {
	padding-left: 20px;
}
.footer-container {
	background: transparent url(../images/bg_footer.jpg) no-repeat center top;
}
.footer a, .footer a:visited {
	color: #CCC;
}

button.dw_red, button.dw_red * {
	float: left;
	display: inline;
	cursor: pointer;
}
button.dw_red .l, button.dw_red .r {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	width: 10px;
	}
button.dw_red .c {
	color: #FFF;
	font-weight: bold;
	padding: 7px 0;
	height: 16px;
	}
button.dw_red .l { background: url(../images/buttons/dw_red_l.png) no-repeat top left; }
button.dw_red .r { background: url(../images/buttons/dw_red_r.png) no-repeat top left; }
button.dw_red .c { background: url(../images/buttons/dw_red_c.png) no-repeat top left; width: auto; }

a.dw_grey, a.dw_grey * {
	float: left;
	display: inline;
	cursor: pointer;
}
a.dw_grey .l, a.dw_grey .r {
	min-height: 18px;
	height: auto !important;
	height: 18px;
	width: 9px;
	font-size: 0;
	line-height: 0;
	}
a.dw_grey .r { width: 11px; }
a.dw_grey .c {
	padding: 0 15px 2px 3px;
	height: 16px;
	}
a.dw_grey .l { background: url(../images/buttons/dw_grey_l.png) no-repeat top left; }
a.dw_grey .r { background: url(../images/buttons/dw_grey_r.png) no-repeat top left; }
a.dw_grey .c { background: url(../images/buttons/dw_grey_c.png) no-repeat top left; width: auto; }

.arrow_square-r {
	background: transparent url(../images/btn_arrow_square_r.png) no-repeat top left;
	width: 19px;
	height: 18px;
	border: none;
	text-indent: -999em;
	line-height: 999em;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
	}
label.radio {
	position: relative;
	line-height: 17px;
	padding: 3px 0 2px 0;
	padding-left: 32px;
	background: url(../images/bg_radio.jpg) no-repeat bottom left;
	text-align: left;
	}
label.radio.selected {
	background-color: #e8e8e8;
	background-position: top left;
	}
label.radio input {
	display: none;
	}
label.check, label.checkgender {
	float: left;
	display: inline;
	position: relative;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	padding: 0 0 0 24px;
	background: url(../images/checkbox.gif) no-repeat top left;
	}
label.check.checked, label.checkgender.checked {
	background: url(../images/checkbox_on.gif) no-repeat top left !important;
	}
label.check input, label.checkgender input {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	}
.clearing {
	clear:both; 
	visibility: hidden; 
	line-height: 0; 
	font-size: 0; 
	height: auto;
	width: 100%;
}
.rbox.content-bg {
	width: 100%;
}
.rbox-tl {
	width: 5px;
	height: 5px;
	background: url(../images/rbox_tl_black.png);
	display: inline;
	float: left !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.rbox-tr {
	width: 5px;
	height: 5px;
	background: url(../images/rbox_tr_black.png);
	float: left;
	font-size: 0 !important;
	line-height: 0 !important;
}
.rbox-bl {
	width: 5px;
	height: 5px;
	background: url(../images/rbox_bl_black.png);
	float: left;
	font-size: 0 !important;
	line-height: 0 !important;
}
.rbox-br {
	width: 5px;
	height: 5px;
	background: url(../images/rbox_br_black.png);
	display: inline;
	float: left;
	font-size: 0 !important;
	line-height: 0 !important;
	/*position:relative;*/
}
.rbox-m {
	height: 5px;
	background-color: #1f1f1f;
	display: inline;
	float: left !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.rbox-content {
	background-color: #1f1f1f;
	float: left;
	display: inline;
}
/****** r-box dark-grey ******/
.rbox.dark-grey .rbox-tl{
	width: 3px;
	height: 3px;
	background-image: url(../images/rbox_tl_dark_grey.png);
	font-size: 0px;
}
.rbox.dark-grey .rbox-tr{
	width: 3px;
	height: 3px;
	background-image: url(../images/rbox_tr_dark_grey.png);
	font-size: 0px;
}
.rbox.dark-grey .rbox-bl{
	width: 3px;
	height: 3px;
	background-image: url(../images/rbox_bl_dark_grey.png);
	font-size: 0px;
}
.rbox.dark-grey .rbox-br{
	width: 3px;
	height: 3px;
	background-image: url(../images/rbox_br_dark_grey.png);
	font-size: 0px;
}
.rbox.dark-grey .rbox-m{
	height: 3px;
	background-color: #363636;
	font-size: 0px;
}
.rbox.dark-grey .rbox-content {
	background-color: #363636;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}
/****** prev dark grey ******/
.prev-dark-grey.left, .prev-dark-grey.left span  {
	float: left;
}
.prev-dark-grey-l {
	background: url(../images/prev_dark_grey_l.jpg);
	width: 23px;
	height: 36px;
	float: left;
}
.prev-dark-grey-c {
	background: url(../images/prev_dark_grey_c.jpg) repeat-x;
	height: 36px;
	float:left;
	padding: 10px 13px 0 0;
	text-align:right;
	color: #fff !important;
}
.prev-dark-grey-r {
	background: url(../images/prev_dark_grey_r.jpg);
	width: 4px;
	height: 36px;
	float: left;
}
/****** next dark grey ******/
.next-dark-grey.right {
	float: right;
}
.next-dark-grey.right span {
	float: left;
}
.next-dark-grey-l {
	background: url(../images/next_dark_grey_l.jpg);
	width: 4px;
	height: 36px;
	float: right;
}
.next-dark-grey-c {
	background: url(../images/next_dark_grey_c.jpg) repeat-x;
	height: 26px;
	float:right;
	padding: 10px 0 0 13px;
	text-align:left;
	color: #fff !important;
}
.next-dark-grey-r {
	background: url(../images/next_dark_grey_r.jpg);
	width: 23px;
	height: 36px;
	float: right;
}
/****** light grey ******/
/*.rbox.content-bg .rbox.light-grey, .rbox.light-grey{
	color: red;
	font-size: 1.091em;
}*/
.rbox.content-bg .rbox.light-grey .rbox-tl, .rbox.light-grey .rbox-tl{
	background-image: url(../images/rbox_tl_light_grey.png);
}
.rbox.content-bg .rbox.light-grey .rbox-tr, .rbox.light-grey .rbox-tr{
	background-image: url(../images/rbox_tr_light_grey.png);
}
.rbox.content-bg .rbox.light-grey .rbox-m, .rbox.light-grey .rbox-m{
	background-color: #ececec;
	background-image: none;
}
.rbox.content-bg .rbox.light-grey .rbox-content, .rbox.light-grey .rbox-content{
	background-color: #ececec;
	background-image: none;
}
.rbox.content-bg .rbox.light-grey .rbox-content .with-bg, .rbox.light-grey .rbox-content .with-bg {
	background:transparent url(../images/company/contacts/form_contacts_effect.jpg) no-repeat scroll center top;
}
.rbox.content-bg .rbox.light-grey .rbox-bl, .rbox.light-grey .rbox-bl{
	background-image: url(../images/rbox_bl_light_grey.png);
	clear: left;
}
.rbox.content-bg .rbox.light-grey .rbox-br, .rbox.light-grey .rbox-br{
	background-image: url(../images/rbox_br_light_grey.png);
}
/****** light grey shadow ******/
.rbox.light-grey-shadow .rbox-tl{	
	background-image: url(../images/rbox_tl_light_grey_shadow.png);
	width: 13px;
	height: 13px;
	font-size: 0;
	line-height: 0;
}
.rbox.light-grey-shadow .rbox-tr{
	background-image: url(../images/rbox_tr_light_grey_shadow.png);
	width: 13px;
	height: 13px;
	font-size: 0;
	line-height: 0;
}
.rbox.light-grey-shadow .rbox-mt, .rbox.light-grey-shadow .rbox-mb {
	height: 13px;
	font-size: 0;
	line-height: 0;
	float: left;
}
.rbox.light-grey-shadow .rbox-mt {
	background: url(../images/rbox_mt_light_grey_shadow.jpg) repeat-x;
}
.rbox.light-grey-shadow .rbox-mb{
	background: url(../images/rbox_mb_light_grey_shadow.jpg) repeat-x;
}
.rbox.light-grey-shadow .rbox-content{
	background: url(../images/rbox_c_light_grey_shadow.jpg) repeat-y;
	clear: left;
		
}
.rbox.light-grey-shadow .rbox-content .with-bg {
	background:transparent url(../images/left_menu_divider.jpg) no-repeat scroll center top;
}
.rbox.light-grey-shadow .rbox-bl{
	background: url(../images/rbox_bl_light_grey_shadow.png);
	width: 13px;
	height: 13px;
	clear: left;
	font-size: 0;
	line-height: 0;
}
.rbox.light-grey-shadow .rbox-br{
	background-image: url(../images/rbox_br_light_grey_shadow.png);
	width: 13px;
	height: 13px;
	font-size: 0;
	line-height: 0;
}
/****** red ******/
.rbox.red {
	color: #fff !important;
}
.rbox.red .rbox-tl{
	background-image: url(../images/rbox_tl_red.png);
}
.rbox.red .rbox-tr{
	background-image: url(../images/rbox_tr_red.png);
}
.rbox.red .rbox-m{
	background-color: #c20d0d;
	background-image: none;
}
.rbox.red .rbox-content{
	background-image: none;
	background-color: #c20d0d;
}
.rbox.red .rbox-bl{
	background-image: url(../images/rbox_bl_red.png);
	clear: left;
}
.rbox.red .rbox-br{
	background-image: url(../images/rbox_br_red.png);
}
/* leftMenu */

.rbox.leftMenu {
	float: left;
	display: inline;
	width: 168px;
}
.leftMenu .rbox-content {
	width: 152px;
	padding: 3px 8px 4px 8px;
	min-height: 0;
	height: auto;
}
.leftMenu .rbox-m {
	width: 158px;
	font-size: 0px;
	line-height: 0;
}
h1.category-box {
	float: left;
	display: inline;
	width: 100%;
	height: 56px;
	color: #FFF;
	text-align: center;
	margin: 0;
	font-size: 1.181em;
	background: url(../images/bg_category.jpg) no-repeat top left;
}
h1.category-box * { float: left; display: inline; }
.category-box label { color: #FFF; text-align: center; width: 100%; font-weight: bold; }
.leftMenu ul, .leftMenu ul li  {
	float: left;
	display: inline;
}
.leftMenu .sections {
	float: left;
	display: inline;
	margin: 8px 1px 0 1px;
	font-size: 1.090em;
}
.leftMenu .sections li {
	float: left;
	display: inline;
	margin: 2px 0 0 0;
}
.leftMenu .sections span.selected {
	float: left;
	display: inline;
	padding: 7px 0 8px 10px;
	color: #FFF;
	width: 140px;
}
.leftMenu .sections a {
	color: #FFF;
}
.leftMenu .sections a, .leftMenu .sections a * {
	float: left;
	display: inline;
}
.leftMenu .sections a span.top {
	font-size: 0;
	line-height: 0;
	width: 150px;
	height: 3px;
	background: url(../images/bg_leftmenu_link_top.gif) no-repeat top left;
}
.leftMenu .sections a span.bottom {
	line-height: 0;
	font-size: 0;
	width: 150px;
	height: 3px;
	background: url(../images/bg_leftmenu_link_bottom.gif) no-repeat top left;
}
.leftMenu .sections a span.mid {
	padding: 4px 0 5px 10px;
	width: 140px;
	background: url(../images/bg_leftmenu_link.gif) repeat-y top left;
}

/***** subcat *****/
.subcat {
	float: left;
	display: inline;
	font-size: 1.091em;
	text-align: center;
}
.subcat.grey {
	display: block;
	color: #000;
}
.subcat.grey a {
	color: #000;
}
.subcat .subcat-c {
	padding: 8px;
}
.subcat.grey .subcat-l {
	background: url(../images/subcat_grey_l.png) no-repeat top left;	
	width: 4px;
	height: 33px;
	font-size: 0px;
	float: left;
}
.subcat.grey .subcat-c {
	background: url(../images/subcat_grey_c.gif) repeat-x;
	height: 17px;
	float: left;
}
.subcat.grey .subcat-r {
	background: url(../images/subcat_grey_r.png) no-repeat top left;
	width: 4px;
	height: 33px;
	font-size: 0px;
	float: left;
}
.subcat.grey .subcat-arrow {
	clear: left;
	float: left;
	display: inline;
	
}
.subcat.grey .arrow {
	display: inline;
	position: relative;
	margin: 4px auto 0 auto;
	width: 29px;
	height: 13px;
}
.subcat.black .subcat-l {
	background: url(../images/subcat_black_l.png) no-repeat top left;
	width: 4px;
	height: 33px;
	font-size: 0px;
	float: left;
}
.subcat.black .subcat-c {
	/*background: url(../images/subcat_black_c.gif) repeat-x;*/
	background-color: #393939;
	height: 17px;
	float: left;
}
.subcat.black .subcat-r {
	background: url(../images/subcat_black_r.png) no-repeat top left;
	width: 4px;
	height: 33px;
	font-size: 0px;
	float: left;
}
.subcat.dark-red .subcat-l {
	background: url(../images/subcat_red_l.png) no-repeat top left;
	width: 4px;
	height: 33px;
	font-size: 0px;
	float: left;
}
.subcat.dark-red .subcat-c {
	background-color: #9f0c0d;
	height: 17px;
	float: left;
}
.subcat.dark-red .subcat-r {
	background: url(../images/subcat_red_r.png) no-repeat top left;
	width: 4px;
	height: 33px;
	font-size: 0px;
	float: left;
}
.submenu {
	float: right;
	display: inline;
	height: 50px;
	overflow: hidden;
}
.submenu li {
	float: left;
	padding: 0px 2.5px;
}
.submenu li a, .submenu li a:visited  {
	color: #FFFFFF;
}
.submenu li a.grey, .submenu li a:visited.grey  {
	color: #000 !important;
	cursor: default !important;
}
.submenu li a.grey * {
	cursor: default !important;
}

/****** button ******/
button {
	background-color:transparent !important;
	border:0 none !important;
}
button * {
	cursor: pointer;
}
/* button.rbox2 
	<button class="rbox2">
		<span>Text</span>
	</button>
*/
button.rbox2 { 
  border:0; 
  cursor:pointer; 
  padding:0 20px 0 0; 
  text-align:center;
  background:url(../images/buttons/sendb_r.png) right no-repeat; 
  font-size:1.091em;  
  *margin: 0 9px 0 0;    
}
button.rbox2 span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px;
  height:25px; 
  line-height:24px;
  color: #3A3A3A !important;
  background:url(../images/buttons/sendb_l_long.png) left no-repeat;     
}
button.rbox2 { 
  *width:auto; 
  *overflow:visible; 
}
button.rbox2 span { 
  *margin-top:1px; 
}
/* end button.rbox2 */
.sendb.left, .sendb.left span {
	display: inline;
	float: left;
}
.sendb.right {
	float: right;	
}
.sendb.right span {
	float: left; /*left*/
}
.sendb.left.back .sendb-l {
	background: url(../images/buttons/sendb_back_l.png) no-repeat !important;
	width: 23px !important; 
	height: 25px !important;
}
.sendb.left.back .sendb-c {
	background: url(../images/buttons/send_back_c.gif) repeat-x !important;	
	padding-right: 14px !important;
	padding-left: 0 !important;
}
.sendb.left.back .sendb-r {
	background: url(../images/buttons/sendb_back_r.png) no-repeat !important;
	width: 5px !important !important;
	height: 25px !important;
}
.sendb .sendb-l {
	background: url(../images/buttons/sendb_l.png) no-repeat;
	width: 5px;
	height: 25px;
}
.sendb .sendb-c {
	background-image: url(../images/buttons/sendb_c.jpg);
	background-repeat: repeat-x;
	height: 21px;
	/*line-height: 16px;*/ /*Mattia*/
	padding: 4px 0 0 8px;
}
.sendb .sendb-r{
	background: url(../images/buttons/sendb_r.png) no-repeat;
	width: 23px !important;	
	height: 25px;
}
.dark .sendb-l {
	background: url(../images/buttons/sendb_l_dark.png) no-repeat;
	width: 5px;
	height: 27px;
}
.dark .sendb-c {
	background-image: url(../images/buttons/sendb_c_dark.gif);
	background-repeat: repeat-x;
	height: 23px;
	line-height: 20px;
	padding: 4px 0 0 8px;
}
.dark .sendb-r{
	background: url(../images/buttons/sendb_r_dark.png) no-repeat;
	width: 23px;
	height: 27px;
}


/* new version */
span.inp-grey {
	cursor: pointer;
	background: url(../images/buttons/sendb_l_dark.png) no-repeat 0 0;
	padding-left: 5px;
}
span.inp-grey input {
	cursor: pointer;
	float: left;
	display: inline;
	background: url(../images/buttons/sendb_c_dark.gif) repeat-x;
	border: none;
}
span.inp-grey span.rpart {
	cursor: pointer;
	float: left;
	display: inline;
	background: url(../images/buttons/sendb_r_dark.png) no-repeat top right;
	padding-right: 23px;
}
span.inp-grey.right { float: right; }
span.inp-grey.left { float: left; }


span.inp-black {
	cursor: pointer;
	background: url(../images/buttons/dw_black_l.png) no-repeat 0 0;
	padding-left: 5px;
}
span.inp-black input {
	color: #FFF;
	cursor: pointer;
	float: left;
	height: 27px;
	display: inline;
	background: #393939;
	border: none;
	padding: 5px 2px;
	overflow: visible;
}
span.inp-black span.rpart {
	cursor: pointer;
	float: left;
	display: inline;
	background: url(../images/buttons/dw_black_r.png) no-repeat top right !important;
	padding-right: 5px;
}
a.multiship { color: #FFF; }
.multiship .sendb-l {
	width: 5px;
	height: 37px;
	background: url(../images/buttons/multiship_left.png) no-repeat top right;
}
.multiship .sendb-c {
	padding: 8px 8px 6px 8px;
	background: #393939;
	font-weight: bold;
	font-size: 1.090em;
	text-transform: uppercase;
}
.multiship .sendb-r {
	width: 5px !important;
	height: 37px;
	background: url(../images/buttons/multiship_right.png) no-repeat top right;
}
a.checkout { color: #FFF !important; }
.checkout .sendb-l {
	width: 25px;
	height: 37px;
	background: url(../images/buttons/checkout_left.png) no-repeat top right;
}
.checkout .sendb-c {
	padding: 10px 8px 8px 8px;
	background: url(../images/buttons/checkout_mid.gif) repeat-x top left;
	font-weight: bold;
	font-size: 1.090em;
	text-transform: uppercase;
}
.checkout .sendb-r {
	width: 25px !important;
	height: 37px;
	background: url(../images/buttons/checkout_right.png) no-repeat top right;
}

.sendb .arrow {
	padding-right: 15px;
	background-image: url(../images/arrow_white_right_small.gif);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 98% center;
}

/* SCROLLBARS */

.vscrollerbase {
	position: relative;
	width: 10px;
	background: #c1c1c1;
	height: 290px;
	background: url(../images/vscrollbase.gif) repeat-y top center;
}
.vscrollerbar {
	width: 10px;
	background: url(../images/vscrollbar.jpg) repeat-y top left;
	position: absolute;
}

/* messaggi di magento */

ul.messages {
	background: #000;
	margin-bottom: 10px;
}
ul.messages li {
	margin: 0 !important;
	background-color: #000 !important;
	padding: 18px 10px 10px 50px !important;
	color: #fff !important;
	font-size: 18px !important;
}
ul.messages li ul li {
	border: none !important;
	background: none !important;
	padding: 0 !important;
}

/* newsletter spalla sx */

.col-left .mini-newsletter {
	clear: both;
	width: 219px;
	border: none;
	background: url(../images/bg_newsletter_left.jpg) no-repeat left top;
}
.col-left .mini-newsletter fieldset {
	padding: 18px 15px 13px 10px;
}
.col-left .mini-newsletter fieldset .input-text {
	width: 119px;
}

/* banner spalla sx */ 
.col-left .banner { float: left; display: inline; clear: both; padding-bottom: 3px; }
.col-left .banner a, .col-left .banner a img { float: left; display: inline; }

a.roll, a.roll img { float: left; }
a:hover.roll { direction: ltr; }
a:hover.roll img { visibility: hidden; }

.mini-search .input-text { background: transparent url(../images/bg_search_input.jpg) no-repeat top left; }

.shop-access div ul li a.top-link-cart
{position:absolute;
 padding:0;
 margin:0;
 right:150px;
 top:69px;
 background: url(../images/checkout/sf_cart.gif) top right no-repeat;
 width:84px;
 height:23px;
 padding-right:10px;
 padding-top:3px;
}

/** modifica spalla sinistra nel catalogo**/

.col-left .rbox .floatRight .btt_otherlist
{/*background:url("../images/buttons/dh_grey.gif") repeat-y scroll left top transparent;*/
 background:url("../images/btt_list.png") left top no-repeat transparent;	
 color:#ECECEC;
 display:inline;
 float:left !important;
 margin-top:5px;
 overflow:hidden;
 padding-top:8px;
 padding-left:10px;
 width:208px;
 height:25px;
 *width:218px;
 *height:33px;
}

.col-left .rbox .floatRight .btt_otherlist .l
{background:url("../images/bg_leftmenu_link_top_large.gif") no-repeat scroll left top transparent;
font-size:0;
height:3px;
line-height:0;
width:198px;
display:inline;
float:left !important;
}

.col-left .rbox .floatRight .btt_otherlist .c {
display:inline;
float:left !important;
height:auto !important;
min-height:20px;
text-align:left !important;

background:url("../images/bg_leftmenu_link_large.gif") repeat-y scroll left top transparent;
padding:4px 0 4px 10px;
width:188px;
}

.col-left .rbox .floatRight .btt_otherlist .c label
{background:url("../images/arrow_black_right.gif") no-repeat scroll right 10px transparent;
 width:180px;
 float: left;
 display:inline;
}

.col-left .rbox .floatRight .btt_otherlist .r {
display:inline;
float:left !important;

background:url("../images/bg_leftmenu_link_bottom_large.gif") no-repeat scroll left top transparent;
font-size:0;
height:3px;
line-height:0;
width:198px;
}
