/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		HigherGround
   TEMPLATE CODE: 	S-0014
   VERSION:          1.0
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1 {
	color: #A9AEBA;
	font-size: 9px;
  overflow: hidden;
	height: 15px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: right;
	width: 940px;
}


h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}
h2 {
	font-size: 160%;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h4 {
	font-size: 130%;
}

h2, h3, h4, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 5px;
	width:100%;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../img/nav.jpg) repeat-x;
	height: 25px;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFF;
	/*text-align: left;*/
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

table.grigio th {
	background: url(../img/nav_grey.jpg) repeat-x;
	border-left: 1px solid #fff;
}

tr {
	height: 20px;
}
td {
	padding-left: 3px;
	padding-right: 10px;
	/*border-left: 1px solid #E8E8E8;*/
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin-top: 0px;
	margin-bottom:6px;
	margin-left: 10px;
	padding: 2px 2px;
	border: 1px solid #D5D5D5;
	background-color: #DADADA;
}

label {
	/*display:block;*/
	font-weight:bold;
	margin:2px 0;
}

input {
	padding:2px;
	border:1px solid #c2c2c2;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 4px 4px;
	color: #FFF;
	background: #8EB50C url(../img/navigazione.jpg) repeat-x 0 0;
	border: 1px solid #c2c2c2;
	cursor:pointer;
}

a.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #8EB50C url(../img/navigazione.jpg) repeat-x 0 0;
	border: 1px solid #c2c2c2;
	cursor:pointer;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 2px 0 8px 0;
	width: 190px;
}
.searchform p { margin: 0; padding: 0; }

.searchform input.textbox {
	width: 120px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #c2c2c2;
	vertical-align: top;
	font: normal 13px Verdana, sans-serif;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: middle;
}

/* login form */
.loginform {  
  position: absolute;
  top: 20px; 
  right: 30px;
	background-color: transparent;
	border: none;
	margin: 0; 
	padding: 5px 0 8px 0;
	color: #838181;
}

.loginform p { margin: 0; padding: 0; }

.loginform input.textbox {
	width: 100px;
	color: #777;
	height: 15px;
	padding: 2px;
	border: 1px solid #c2c2c2;
	vertical-align: top;
	font: normal 11px Verdana, sans-serif;
}
.loginform input.button {
	width: 50px;
	height: 22px;
	padding: 1px 3px;
	vertical-align: middle;
}


/********************************************
   LAYOUT
********************************************/
#page {
	position: relative;
	width: 960px;
	background: #CCC url(../img/page.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-background {
   position: absolute;
	width: 960px;
	height: 19px;
	background: #CCC url(../img/top-background.jpg) repeat-y center top;
	top: 0; left: 0;
	z-index: 2;
}
#content-page {
	position: relative;
	clear: both;
	float: left;
	width: 930px;
	padding: 0;
	background: #E8E8E8;
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;
	display: inline;
}
#header {
	width: 960px;
	position: relative;
	height: 100px;
	background: #CCC url(../img/header-bg.jpg) repeat-y center top;
	padding: 0;
	color: #FFF;
}
#header h2#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #8C9F0D;
	text-transform: none;
	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;
}
#header h2#logo-text span {
	color: #b2c72c;
}

#header div#logo a {
	width:300px;
	height:60px;
	position: absolute;
	margin: 0; padding: 0;
	top: 25px; left: 30px;
}

#header h3#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 65px; right: 20px;
	color: #838181;

	font: bold 13px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
}

#header #header-links a {
	color: #838181;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #444;
}

#header #header-links p a.current {
	font-weight:bold;
	/*text-decoration: underline;*/
	/*background: url(../img/nav-current.jpg) repeat-x;*/
	color:#ccc;
}

#header #header-links p a.current:hover {
	font-weight:bold;
	color:#ccc;
}

/* header-photo */
#header-photo {
	clear: both;
	height: auto;
	width: 930px;
	margin: 0 auto;
  padding-top:2px;
	background: #FFFFFF;
}

/* Navigation */
#navigazione {
	clear: both;
	padding: 0;
}
#navigazione ul {
	float: left;
	list-style: none;
	background: url(../img/navigazione.jpg) repeat-x;
	width: 930px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
}

#navigazione ul li {
	display: inline;
	margin: 0; padding: 0;
}

#navigazione ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 10px 16px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#navigazione ul li a:hover, #navigazione ul li a:active {
	background: url(../img/navigazione-hover.jpg) repeat-x;
}
#navigazione ul li a.current {
	background: url(../img/navigazione-current.jpg) repeat-x;
}

#navigazione ul li a img {
  vertical-align: middle;
}

/* Main Column */
#main {
	float: left;
	width: 74%;
	padding: 0px;
	margin-left: 6px;
	margin-right: 10px;
	display: inline;
}

#main h2 {
	margin-top: 8px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
	padding: 5px 0 5px 2px;
}

#main ul
{
	list-style-type: none;
	margin-left: 6px;
	padding: 0px;
}

#main li {
	/*list-style-image: url(../img/bullet.gif);*/
	clear: left;
	display: block;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	width: 100%;
}



/* Sidebar */
#sidebar {
	float: left;
	width: 22%;
	padding: 0 10px 0 0; margin: 10px 0 0 5px;
}
#sidebar h2 {
	margin-top: 2px;
	padding: 3px 3px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 5px 4px 15px 0; padding: 0;
	text-decoration: none;
	background: url(../img/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../img/dots.jpg) repeat-x left bottom;
	padding: 2px 0 2px 3px;
	margin: 0 2px;
}
#sidebar ul.sidemenu li.active {
	font-weight: bold;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #666666;
}
#sidebar ul.sidemenu li a:hover {
	color: #1773BC;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 95%;
	text-align: left;
	padding: 15px 0;
	background: url(../img/footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px;
}

#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../img/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../img/footer-dots.jpg) repeat-x left bottom;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center {
	margin: 0 15px;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
	text-align: center;
}


/* display and additional classes */
.clear { clear: both; }


/* -------------------- AGGIUNTE SUCCESSIVAMENTE------------ */

span.thumbnail {
	float: left;
	padding: 5px;
	width: 310px;
	height: auto !important;
	height: 105px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 10px 20px 10px 0px;
}

img.cat {
	padding: 0px;
	margin: 4px 6px 5px 5px ;

	border:1px solid #c2c2c2;
	float: left;
}

img.cartico {
	padding-bottom: 0px;
	padding-right: 0px;
}

p.miniprice {
	border-top: 1px dotted #9DB20B;
	color: #666;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
	padding: 0px;
}

span.discount {
	color: #9CA2AD;
	font-size: 12px;
	font-style: normal;
	text-decoration: line-through;
}

h6 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


#vetrina {
  padding-bottom: 200px;
  clear: both;
}

p.preview {
	color: #39445B;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	padding-top: 15px;
  font-weight: bold;
  height: 85px;
}

span.short_des {
	color: #39445B;
}

div.set, div.bar2 {
	width: 100%;
	clear: both;
}

div.bar2 {
	text-align: right;
	margin-bottom: 5px;
	border-top: 1px solid #9DB20B;
	border-bottom: 1px solid #9DB20B;
	height: 30px;
	line-height: 30px;
}

div.paging {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
	clear: both;
}

div#products {
	clear: both;
}

div.left2 {
	float: left;
	width: 200px;
  padding: 0px;
  text-align: center;
}

div.right2 {
	float: right;
	padding: 6px;
	width: 450px;
	background-image: url(../img/bg_promo.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ECEDEF;
}

p.price {
	border-top: 1px dotted #9DB20B;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: right;
}

#imgBig { border:1px solid #CFD1D6;}

div#listico {
  margin-top: 2px;
  padding: 0px;
	float: left;
	clear:both;
	width:200px;
  border:0px;
}

div#listico div.microthumbnail a span {
	filter: alpha(opacity=0);
	-moz-opacity: .75;
	opacity: .75;
}

div#listico div.microthumbnail a {
	width: 50px;
	height: 50px;
	float: left;
	padding: 3px;
	border: 1px solid #CFD1D6;
	margin: 1px;
}

div#listico div.microthumbnail a span {
	background: #FFFFFF;
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 0px;
}

div#listico div.microthumbnail a:hover {
	width: 50px;
	height: 50px;
	padding: 3px;
	border: 1px solid #99B407;
	margin: 1px;
}

div#listico div.microthumbnail a:hover span {
	display: none;
}

div#listico div.microthumbnail a span {
	z-index: 7;
}

div#listico div.microthumbnail a img {
	z-index: 6;
}

.valign {
	vertical-align: middle;
}

h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}

p.mini {
	color: #6B7384;
	font-size: 11px;
	margin-top: 0px;
}

span.active {
	color: #6B7384;
  border-bottom: 1px solid;
}

h3.page {
	color: #6B7384;
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
	margin-top: 15px;
	border-bottom: 1px solid #666666;
	padding:0px;
}

#content-testi {
	float: left;
	width: 67%;
	padding: 0;
	margin-left: 6px;
	margin-right: 10px;
	display: inline;
}

#content-testi h2 {
	margin-top: 10px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
	padding: 5px 0 5px 5px;
}

div#clear: {
	clear: both;
  float: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

span.disponibilita_0 {
	color: red;
  font-weight: bold;
}

span.disponibilita_1 {
	color: green;
  font-weight: bold;
}

span.disponibilita_2 {
	color: #FF0099;
  font-weight: bold;
}

span.disponibilita_3 {
	color: #0080C0;
  font-weight: bold;
}

span.disponibilita_4 {
	color: #EA9800;
  font-weight: bold;
}

div#menu-utente {
  width: 928px;
  height: 20px;
  position: relative;
  padding:0px;
  background-color: #5A93C9;
  margin-left: 15px;
  border:1px solid #FFFFFF;
}

div#menu-utente a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 2px 10px;
	border-right: 1px solid #fff;
	border-bottom: none;
	color: #fff;
	font: bold 12px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

div#menu-utente a:hover, div#menu-utente a:active, div#menu-utente a.current {
	background-color: #74A5D1;
}



#postit{
  position:absolute;
  left: 4px;
  top: 85px;
  background: transparent url(../img/postit.png) no-repeat 0 0;
  width: 200px;
  height: 110px;
  padding: 65px 20px 20px 0px;
  font-weight: bold;
  text-align: center;
  z-index: 90;
}


ul#productlist {
  margin-bottom: 50px;
}

ul#productlist li { 
  margin-bottom: 28px;
}


/* solo IE 7.0 */
*:first-child+html ul#productlist li { 
  margin-bottom: 9px;
}
