@import url('../layout-1.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #8C8C8C;
}

a:link, a:visited {
	color: #FF9C00;
}
a:hover,
a:active {
	color: #FF9C00;
	text-decoration: underline;
}


/* FORM GENERICI */
input[type=text],
textarea {
	background: #D8D8D8;
	border: none;
	border-bottom: 2px solid #858585;
	color: #858585;
}
input[type=text]:hover,
input[type=text]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	color: #FF9C00;
	border-color: #FF9C00;
}

button {
	background: #D8D8D8;
	border: none;
	border-bottom: 2px solid #858585;
	color: #858585;
	font-weight: bold;
}
button:hover {
	color: #FF9C00;
	border-color: #FF9C00;
	background: #858585;
}



/* Classi generiche */
.message {
	background: #838698;
	color: #FFFFFF;
}

#page {
}


#headbar {
	color: #8C8C8C;
}
#headbar a {
	color: #8C8C8C;
}
#headbar_info {
	width: 600px;
	background: #FFFFFF;
	color: #8C8C8C;
}
#headbar_links {
	width: 260px;
	background: #FFFFFF;
	color: #8C8C8C;
}
#headbar_links li.email a {
	background-image: url('../../img/email_icon_mini_1.png');
}
#headbar_links li.contacts a {
	background-image: url('../../img/contacts_icon_mini_1.png');
}
#headbar_links li.rss a {
	background-image: url('../../img/rss_3d_icon_mini_1.png');
}
#headbar_links li.skype a {
	background-image: url('../../img/skype_icon_mini_1.png');
}

#head_logo {
	width: 900px;
	height: 240px;
	left: 0px;
	top: 0px;
}

#head_logo h1 {
	width: 900px;
	height: 240px;
	font-size: 3em;
}
#head_logo h1 a {
	width: 900px;
	height: 240px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#visual {
	height: 240px;
}
#body {
	background: url('./foot.jpg') no-repeat bottom center;
}

#contents h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #FF9C00;
}

#left_menu ul {
	border: none;
}
#left_menu li {
	line-height: 16px;
	padding: 3px 0px;
}
#left_menu li > a {
	color: #000000;
	border-left: 20px solid #FF9C00;
	padding-left: 8px;
}
#left_menu li > a:hover {
	border-left: 20px solid #FF9C00;
	background: #FF9C00;
}
#left_menu li h4 {
	border: none;
	color: #000000;
	padding-left: 28px;
	font-weight: bold;
	background: #FFCC00;
}
#left_menu li h4.hover {
	border: none;
	color: #838698;
}
#left_menu ul .pages-category {
	padding: 3px 0px;
}
#left_menu ul .pages-category a {
	padding-left: 28px;
}
#left_menu ul .pages-category a:hover {
	padding-left: 28px;
	color: #747474;
	background: transparent;
	text-decoration: underline;
	border: none;
}




#footbar {
	height: 165px;
	background: transparent;
}
#footbar_links {
	background: transparent;
}
#footbar_links a {
	color: #000000;
}
#footbar_right {
	background: transparent;
	color: #000000;
}

#credits {
	
}



/* NEWS LISTATO */


/* DETTAGLIO NEWS E PAGINE */


/* GALLERIE - LISTATO */


/* GALLERIE - DETTAGLIO */


/* CONTATTI - DETTAGLIO */
#contacts_info li strong {
	border-color: #FF9C00;
}

/* MAILINGLIST - DETTAGLIO */


/* RICERCA - LISTATO */


/* GUESTBOOK */

#guestbook_list .name {
	color: #FF9C00;
}

/* VETRINA - LISTATO CATEGORIE */


/* VETRINA - LISTATO PRODOTTI */


/* VETRINA - DETTAGLIO */

#product_details .add-to-cart {
	border-color: #838698;
}


/* VETRINA - CARRELLO */
#showcase_cart div.item {
	border-color: #FF9C00;
}
#showcase_cart div.item.head {
	color: #FF9C00;
}


/* VETRINA - RICHIESTA */


/* WIDGETS */
.widget h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9C00;
	font-style: normal;
}



/* WIDGET RSS */
.widget.rss a {
	background: url('../../img/rss_3d_icon_big_8.png') no-repeat 0px 0px;
}
.widget.rss.style-journal a {
	background: url('../../img/rss_journal_icon_big_1.png') no-repeat 0px 0px;
}
.widget.rss.style-baloon a {
	background: url('../../img/rss_baloon_icon_big_1.png') no-repeat 0px 0px;
}
.widget.rss.style-cup a {
	background: url('../../img/rss_cup_icon_big_1.png') no-repeat 0px 0px;
}

/* WIDGET NEWS */


/* WIDGET GUESTBOOK */

.widget.guestbook .messages {
	border-color: #FF9C00;
}
.widget.guestbook .messages div.odd {
	background: #FFEE99;
}
.widget.guestbook .messages div.even {
	background: #FFF8CC;
}

/* WIDGET SEARCH */

/* WIDGET GALLERY */



