@charset "UTF-8"; 
/* CSS Document */

 @font-face {font-family: 'ReformaGroteskDemi';src: url('webfonts/eot/style_99380.eot');src: url('webfonts/eot/style_99380.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_99380.woff') format('woff'),url('webfonts/ttf/style_99380.ttf') format('truetype'),url('webfonts/svg/style_99380.svg#ReformaGroteskDemi') format('svg');}
 @font-face {font-family: 'GoudyOldSty-RegIta';src: url('webfonts/eot/style_4612.eot');src: url('webfonts/eot/style_4612.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_4612.woff') format('woff'),url('webfonts/ttf/style_4612.ttf') format('truetype'),url('webfonts/svg/style_4612.svg#GoudyOldSty-RegIta') format('svg');}
 @font-face {font-family: 'GoudyOldSty-Reg';src: url('webfonts/eot/style_4609.eot');src: url('webfonts/eot/style_4609.eot?#iefix') format('embedded-opentype'),url('webfonts/woff/style_4609.woff') format('woff'),url('webfonts/ttf/style_4609.ttf') format('truetype'),url('webfonts/svg/style_4609.svg#GoudyOldSty-Reg') format('svg');}

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	color: #333;
	background-color: #fff;
	font: 12px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

b {
	font-weight: bold;
}

a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
}


h1 {
	font: normal 48px/40px GoudyOldSty-Reg, Georgia,"Times New Roman", Times, serif;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h1.submenualign {
	font: normal 30px/30px GoudyOldSty-Reg, Georgia,"Times New Roman", Times, serif;
	letter-spacing: -0.03em;
	margin-bottom: 0;
	/* questa classe redimensiona l'H1 e allinea il div che segue nel flusso alla prima linea del submenu */
}

h1.submenualignfirst {
	font: normal 30px/30px GoudyOldSty-Reg, Georgia,"Times New Roman", Times, serif;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
	/* l'ultima regola allinea il div che segue nel flusso alla prima linea del submenu, */
	/* nel caso che la prima voce del submenu e' .current                                */
	/* per esempio: in Catalogue & Shop - Saddles - Saddle Lines */
}

h2 {
	font: normal 24px/24px GoudyOldSty-Reg, Georgia,"Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h2.submenualign {
	margin-top: 1px;
	/* questa classe allinea l'H2 in alto alla prima voce di submenu */
}

h2.submenualignfirst {
	margin-top: 1px;
	margin-bottom: 8px;
	/* l'ultima regola allinea il div che segue nel flusso alla prima linea del submenu, */
	/* nel caso che la prima voce del submenu e' .current                                */
	/* per esempio: in News & Friends - News */
}

h3 {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-bottom: 14px;
}

h4 {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}

h5 {
	font: bold 12px/15px GoudyOldSty-Reg, Georgia,"Times New Roman", Times, serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}

h6 {
	font: normal 18px/22px GoudyOldSty-Reg, Georgia,"Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.redsquare {
	width: 686px;
	color: #fff;
	background-color: #900;
	padding: 12px;
	margin-top: 4px;
	margin-bottom: 16px;
}

.redsquare a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.redsquare a:hover {
	text-decoration: none;
}








/* ############## HEADER (NAV+TOOLS) ############## */


#header {
	position: relative;
/*	height: 91px; */
	margin: 28px 0 26px;
	z-index: 999;
}


#header #nav {
	font-family: GoudyOldSty-Reg, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
}

#header #nav a { text-decoration: none; font-weight: normal; }

#header #nav ul { list-style: none; }

#header #nav ul li {
  display: block;
  float: left;
  width: 112px;
  height: 28px;
  padding-top: 4px;
  padding-left: 9px;
  border-left: 1px solid #000;
}

#header #nav ul li.logo { width: 250px; height: 47px; border-left: none; padding: 0; }
#header #nav ul li.logo img { display: block; }
#header #nav ul li.ultimo { width: 90px; }


#header #nav ul div.dropdown {
	position: relative;
	left: -10px;
	z-index: 999;
}

#header #nav ul div.dropdown div.dropdown-header { width: 130px; height: 15px; } /* anche dropdown_header.png e' stata modificata rispetto alla homepage */
#header #nav ul div.dropdown div.dropdown-body { width: 102px; background: url(../arts/dropdown.png) right bottom; padding: 0 17px 8px 11px; } /* qui invece lascio la grafica originale ma allineo a dx in modo da mascondere quei 3 pixel in piu' a sx */

#header #nav ul li div.dropdown div.dropdown-body ul li {
  display: block;
  float: none;
  width: 102px;
  height: auto;
  line-height: 12px;
  padding: 10px 0;
  border-left: none;
  border-top: 1px solid #000;
}

#header #nav ul li div.dropdown div.dropdown-body ul li:first-child { border-top: none; padding-top: 5px; }





div.dropdown { max-height: 0; overflow:hidden; opacity: 0; 
   -moz-transition: all 0.3s ease-out;  
     -o-transition: all 0.3s ease-out;  
-webkit-transition: all 0.3s ease-out;  
        transition: all 0.3s ease-out;  
}
.mostradropdown div.dropdown { max-height: 100%; opacity: 1; overflow: visible; }

#header a, #header a:active, #header a:visited  { color: #000; }
#header a:hover { color: #851717; }





#tools { position: relative; border-bottom: 1px solid #000; margin-bottom: 10px; text-align: right; font-size: 12px; line-height: 12px; font-family: sans-serif; }
#tools a { font-weight: normal; }
#tools span.login { float: left; max-height: 26px; }
#tools a.cart, #tools a.logstate, #tools a.register, #tools span.sep, #tools a.currency { text-decoration: none; display: inline-block; height: 18px; padding-top: 8px; }
#tools a.currency:link, #tools a.currency:visited { font-size: 14px; padding: 0 2px; color: #999; }
#tools span.currency, #tools a.currency:hover, #tools a.currency:active { font-size: 14px; padding: 0 2px; color: #000; }
#tools a.cart:link, #tools a.cart:visited { background: url(../arts/cart.gif) left top no-repeat; padding: 8px 10px 0 26px; }
#tools a.cart:hover, #tools a.cart:active { background-position: left -26px; }
#tools span.sep { padding: 8px 8px 0;}
#tools div#share { position: absolute; left: 615px; top: 8px; width: 50px; height: 18px; text-align: left; }
#tools a.fb, #tools a.tw, #tools a.sendm { display: block; width: 18px; height: 18px; position: absolute; left: 666px; top: 4px; text-align: left; overflow: hidden; text-indent: -9999px; background: url(../arts/sprite.png) left top no-repeat; }
#tools a.tw { left: 688px; background-position: left -18px; }
#tools a.sendm { left: 710px; width: 30px; background-position: left -36px; }
#tools a.fb:hover { background-position: -18px top; }
#tools a.tw:hover { background-position: -18px -18px; }
#tools a.sendm:hover { background-position: -30px -36px; }
#tools span.search { display: inline-block; width: 199px; height: 20px; margin: 2px 0; padding: 2px 11px 0 0; background: url(../arts/search.gif) left top no-repeat; }
#tools input.searchbox { width: 170px; height: 14px; border: 0; font-size: 12px; line-height: 12px; padding-top: 4px; font-family: sans-serif; } /* ultima regola aggiunta per evitare unwanted-feature con LEGACY forms */
#tools input.searchbox:focus { outline: none; }



/*
#tools { position: relative; border-bottom: 1px solid #000; margin-bottom: 10px; text-align: right; font-size: 12px; line-height: 12px; }

#tools span.login { float: left; max-height: 26px; }
#tools a.cart, #tools a.logstate, #tools a.logout, #tools span.sep { text-decoration: none; display: inline-block; height: 18px; padding-top: 8px; }
#tools a.cart:link, #tools a.cart:visited { background: url(../arts/cart.gif) left top no-repeat; padding: 8px 10px 0 26px; }
#tools a.cart:hover, #tools a.cart:active { background-position: left -26px; }
#tools span.sep { padding: 8px 8px 0;}

#tools div#share { position: absolute; left: 615px; top: 8px; width: 50px; height: 18px; text-align: left; }

#tools a.fb, #tools a.tw, #tools a.sendm {
	display: block;
	width: 18px; height: 18px;
	position: absolute;
	left: 666px; top: 4px;
	text-align: left; overflow: hidden; text-indent: -9999px;
	background: url(../arts/sprite.png) left top no-repeat;
}

#tools a.tw { left: 688px; background-position: left -18px; }
#tools a.sendm { left: 710px; width: 30px; background-position: left -36px; }

#tools a.fb:hover { background-position: -18px top; }
#tools a.tw:hover { background-position: -18px -18px; }
#tools a.sendm:hover { background-position: -30px -36px; }


#tools span.search {
	display: inline-block;
	width: 199px; height: 20px; margin: 2px 0; padding: 2px 11px 0 0;
	background: url(../arts/search.gif) left top no-repeat;
}
	
#tools input.searchbox { width: 170px; height: 14px; border: 0; font-size: 12px; line-height: 12px; }

#tools input.searchbox:focus { outline: none; }
*/






/* ############## MAIN ############## */

.main {
	display: table-row; /* here's the right trick for FFOX  */
	width: 960px;
}

.spalla	{
	display: table-cell;
	vertical-align: top;
	width: 228px;
}

.contenuti	{
	display: table-cell;
	vertical-align: top;
	width: 710px;
	padding-left: 22px;
}

/* ############## SUBMENU EXTRAS ############## */

#submenuextras {
	position: relative;
	width: 228px;
	margin-top: 23px;
}

#extrapict {
	text-align: center;
	margin-top: 6px;
}

#extrapict img{
	margin-top: 15px;
}

/* ______________ buttons container ______________ */

.buttonscontainer {
	width: 100%;
	height: 38px;
	padding-top: 12px;
	border-top: 1px dotted #ccc;
}

div.contenuti > div.buttonscontainer {
	width: 710px;
}

.buttonscontainersx, .buttonscontainerdx {
	width: 340px;
}

.buttonscontainerdx {
	float: right;
}

.flipborder {
	border-top: none;
	border-bottom: 1px dotted #ccc;
}


/* ############## FOOTER ############## */


#footer {
	position: relative;
	width: 960px;
	height: 26px;
	border-top: 2px solid #000;
	margin: 42px 0;
	font: normal 13px/16px Times, "Times New Roman", serif;
	color: #000;
}

#footer a {
	font-weight: normal;
}

#footer ul {
	position: absolute;
	top: 12px;
	left: 0;
	width: 500px;
	height: 16px;
}

#footer ul li {
	display: block;
	float: left;
	list-style: none;
}

#footer ul li .sep {
	margin: 0 0.5em;
}

#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #000;
}

#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
	color: #900;
}

#footer p {
	position: absolute;
	top: 12px;
	right: 0;
	height: 16px;
	text-align: right;
}


/* importante per non rendere visibili i campi nascosti .net */
input[type="hidden"]
{
    display:none !important;
}

/* ############## SUBMENU EXTRAS ############## */


/* ______________ DISPATCH form ______________ */

#dispatch {
	display: block;
	width: 208px;
	position: relative;
	color: #fff;
	background-color: #900;
	padding: 10px;
}

#dispatch p {
	margin-top: 15px;
}

#dispatch input {
	display: block;
	width: 208px;
	height: 21px;
	margin: 5px 0;
}

#dispatch p.emailsubmit {
	margin: 8px 2px 0 0;
	text-align: right;
}

#dispatch a {
	font-size: 14px;
	color: #fff;
}

#dispatch a:hover {
	color: #ccc;
}

#dispatch a:active {
	color: #000;
}



/* ______________ B2B form ______________ */

#b2b {
	display: block;
	width: 208px;
	position: relative;
	color: #fff;
	background-color: #900;
	padding: 10px;
}

#b2b p {
	margin-top: 15px;
}

#b2b label {
	display: block;
	height: 13px;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
}

#b2b input {
	display: block;
	width: 208px;
	height: 21px;
	margin: 5px 0;
}

#b2b p.loginsubmit {
	margin: 8px 2px 0 0;
	text-align: right;
}

#b2b a {
	font-weight: bold;
	color: #fff;
}

#b2b a:hover {
	color: #ccc;
}

#b2b a:active {
	color: #000;
}


/* ############## CLEARFIX (BOILERPLATE) ############## */


.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
