/** COLORS:
* Blue: #3574a5
* Orange: #D25600
* Gray: #5c5c5c
*
**/

* {
	margin: 0px;
	padding: 0px;
}

/* General & body */
body {
	margin: 0px auto;
	text-align: center;
	font: 14px Tahoma, Verdana, sans-serif;
	color: #5c5c5c;
	background-color: #F0F0FC;
}

/* links & misc */
a {
	color: #3574a5;
	text-decoration: none;
}
a:hover {
	color: #6597C8;
	text-decoration: underline;
}

.clear_both {
	
	clear: both;
}

.centered {
	
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #FF0000;
	margin-left: 5px;
}

h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #525b5c;
}

#container {

	width: 850px;
	margin: 5px auto;
	text-align: left;
}

#page .sub_title {
	
	color: #3574a5;
}

#page .page_container {
	
	width: 98%;
	margin: 0px auto;
	padding: 0px;
}

.title_item {
		
	font-weight: bold;
	font-size: 1.1em;
}

.title_item_marchio {
		
	font-weight: bold;
	font: 10px Tahoma, Verdana, sans-serif;
}

.desc_item {

    text-align: justify;
}

/* forms elements */
form {
	margin-top: 10px;
}

.row_form {
	
	clear: left;
	padding: 5px;
}

.label {
	
	width: 120px;
	float: left;
	font-size: 85%;
}

.row_submit {

	width: 85%;
	text-align: right;
	padding: 3px;
}

.row_submit_centered {

	width: 85%;
	text-align: center;
	padding: 3px;
}

input, textarea {

	color: #5c5c5c;
	border: 1px solid #5c5c5c;
}

/* sup_page */
#no_sup_page {
	
	height: 20px;
	padding: 3px;
	width: 100%;
	background: #3574a5;
	color: White;
	font-size: 0.9em;
}

.item_sup_page {
	
	margin-right: 15px;
	float: left;
}

#mail, #help {
	
	padding-left: 23px; 
	width: 70px;
	height: 22px;	
}

#mail {

	background: #3574a5 url('../img/mail.gif') no-repeat left bottom;	
}

#help {

	background: #3574a5 url('../img/help.gif') no-repeat left bottom;
}

/* main menu */
#main_menu {
	
	width: 100%;
	height: 90px;
}

#main_menu #logo {
	
	width: 108px;
	height: 84px;
	background-image: url('../img/logoweb-small.png');
	background-repeat: no-repeat;	
	float: left
}

.jqmWindow #logo {
	
	width: 54px;
	height: 42px;
	background-image: url('../img/logo-mini-small.png');
	background-repeat: no-repeat;
	float: left;
	padding: 5px
}

.jqmWindow h1 {
	
	margin-top: 5px;
}

#main_menu #menu {

	width: 584px;
	height: 71px;
	margin-top: 10px;
	background: #FFFFFF url('../img/header-bg.jpg') no-repeat right bottom;
	float: right
}

#main_menu #menu #buttons {

	margin: 20px auto auto 190px;
	height: 30px;
}

/* png fix */
#main_menu #menu #buttons #button { behavior: url(../css/iepngfix.htc) }

#main_menu #menu #buttons #button {

	float: left;
	height: 28px;
	width: 80px;	
	margin-left: 12px;
	text-align: center; 
	padding-top: 5px;	
	background: url('../img/button.png') no-repeat top;
}

#main_menu #menu #buttons #button a {

	text-decoration:none;
	font-size: 1.1em;
	text-transform:capitalize;
	color: #5c5c5c; 
}

/* products menu */
#products_menu {
	
	width: 100%;
	height: 70px;
}

/* page */
#page {
	
	float: right;
	width: 498px;
}

/* home page */
#hp_container {
	
	width: 100%;
	height: 400px;
	margin: 0px auto;
}

.rowe_ads {
	
	width: 200px;
	color: #3574a5;
	margin-left: 500px;
}

#box_rowe_ads {
	
	margin: 5px 0px 0px auto;
	padding: 3px;
	width: 400px;
}

#box_rowe_ads .rowe_ads {
	
	float: left;
	margin-left: 0px;
}

.rowe_ads_desc {
	
	text-align: center;
	width: 100%;
}

/* product list */
#product_item {
	
	width: 43%;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	float: left;
	border: 1px solid #999999;
}

#product_item_detail {
	
	width: 43%;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	float: left;
	border: 1px solid #999999;
	height: 270px;
}

.image_item {

	width: 150px;
	height: 150px;
	margin: 0px auto;
	float: left;
}

.title_item_detail {
		
	width: 80px;	
	font-weight: bold;
	font-size: 1.1em;
	float: left;
}

.link_item {
	font: 12px Tahoma, Verdana, sans-serif;
}

/* promo list */
#promo_item {
	
	width: 43%;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	float: left;
	border: 1px solid #999999;
}

#promo_item_detail {
	
	width: 100%;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	float: left;
	border: 1px solid #999999;
}

.promo_image_item {

	width: 580px;
	height: 580px;
	margin: 0px auto;
	float: left;
}

.promo_title_item_detail {
		
	width: 80px;	
	font-weight: bold;
	font-size: 1.1em;
	float: left;
}

.promo_link_item {
	font: 12px Tahoma, Verdana, sans-serif;
}


/* product detail */
#product_detail {
	
	width: 45%;
	padding: 5px;
	margin: 10px 0px;
	float: left;
	border: 1px solid #999999;
}

#photo_detail {

	width: 45%;
	height: 150px;
	float: left;
	margin: 10px 5px;
}

.photo_container img {

	padding: 4px;
	border: 1px solid #999999;
}

#product_car {

	width: 92%;
	padding: 5px;
	margin: 10px 0px;
	border: 1px solid #999999;	
}

.row {

	width: 210px;
	padding: 3px;
}

.left_column {
	
	float: left;
	width: 50%;
	font: 10px Tahoma, Verdana, sans-serif;		
	display: table-cell;
}

.right_column {

	float: right;
	width: 50%;
	font: 10px Tahoma, Verdana, sans-serif;		
	display: table-cell;	
}

.bold_desc {
	
	text-align: justify;
	font-weight: bold;
}

/* footer */
#powered {

	margin: 0px auto 0px 0px;	
	float: left;
}

#flags {
	
	margin: 0px 0px 0px auto;	
	float: right;
}

.flag {
	
	margin-left: 8px; 
}

#footer {
	
	width: 100%;
	height: 20px;
	background-color: #FF0000;
	padding-top: 5px;
	font-size: 0.8em;	
	color: #FFFFFF;
}

#footer a {
	
	color: #6597C8;	
}

#post_footer {
	
	width: 100%;
	padding: 3px;
	font-size: 0.8em;	
	height: 20px;
	text-align: center;
	margin-top: 10px;
}

/* sidebar */
#sidebar {
	
	float: left;
	width: 248px;
}

#sidebar .section {
	
	padding: 0px 5px;
	margin-top: 5px;
}

#sidebar h2 {

	color: #FFFFFF;
	font-size: 0.9em;
	padding-left: 35px;
	padding-top: 2px;
	font-weight: normal;
}

#sidebar input {

	width: 100px;
}

#sidebar .submit {

	width: 30px;
}

#category_title {
	
	width: 150px;
	height: 20px;
	background: url('../img/categorie.gif') no-repeat;
}

#search_title {
	
	width: 150px;
	height: 20px;
	background: url('../img/ricerca.gif') no-repeat;
}

#listini_title {
	
	width: 150px;
	height: 20px;
	background: url('../img/listini.gif') no-repeat;
}

#sidebar ul {
	margin-top: 5px;
}

#sidebar ul ul {
	margin-top: 2px;
	margin-left: 10px;
}

#sidebar li {
	list-style-type: none;
	margin: 3px 5px;
	font-size: 0.9em;	
}

#sidebar ul a {
	text-decoration: none;
	color: #333333;
	padding: 0 0 0 20px;
}

#sidebar ul a:hover {
	color: #3574a5;
	background: url('../img/horizontal-arrow.png') no-repeat left;
}

#sidebar ul ul a {
	text-decoration: none;
	color: #5c5c5c;
	padding: 0 0 0 20px;
	font-size: 0.9em;
}

#sidebar ul ul a:hover {
	color: #3574a5;
	background: url('../img/horizontal-arrow-mini.png') no-repeat left;
}

/* pager */
#pager {
	
	width: 85%;
	margin: 5px auto;
	text-align: center;
}

#pager a {
	
	text-decoration: underline;	
}

#pager .prev_page a {
	
	background: url('../img/pager-left-arrow.png') no-repeat left;
	text-decoration: none
}

.page_number {
	
	margin: 0px 5px;	
}

#pager .succ_page a {
	
	background: url('../img/pager-right-arrow.png') no-repeat right;	
	text-decoration: none
}

/* pop up windows */
#elenco_marche {
	
	margin: 10px 4px;
}

#gallery ul { list-style: none; }
#gallery2 ul { list-style: none; }
