* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(imgs/bg_main.jpg) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 180%;
	color:#DDC796;
	background: url(imgs/dot.jpg) no-repeat center left;
	padding: 0 0 0 18px;
	letter-spacing: -1px;

}

h2 {
	font-size: 160%;
	color: #999999;
	letter-spacing: -1px;
}

h3 {
	font-size: 120%;
	color:#CC0000;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}


blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #cc0000;
}

a:active {
	color: #cc0000;
}

a:visited {
	color: #cc0000;
}

a:hover {
	text-decoration: none;
	color: #DDC796;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */



#minimenu {
	background:transparent url(imgs/minimenu_top.png) top no-repeat;
	font-size:11px;
	height:35px;
	float:right;
	width:196px;
	/*z-index:9999;*/
}

#minimenu ul li {
	float:left;
	width:50px;
	margin: 0;
	list-style: none;

}

#minimenu a {
	color:#CC0000;
	float:left;
	display:block;
	padding-top:6px;
	text-align:center;
	text-decoration:none;
}

#minimenu a:hover {
	color:#000000;
	text-decoration: underline;
}



#topmenu {
	width: 980px;
	height: 38px;
	margin: 0 auto;
}

#top {
	height: 138px;
	padding: 0;
	background: #fff url(imgs/bg_top.gif) top left repeat-x;
}


#top span {
	float: left;
	width: 300px;
	height: 96px;
	margin: -13px 0 0 0;
	padding: 0;
	/*background: url(imgs/dt_logo.png) top left no-repeat;*/
}

#menu_container {
	width: 980px;
	height: 85px;
	margin: 0 auto;
}

#menu {
	float: right;
	width: 522px;
	height: 29px;
	padding: 56px 0 0 0;
	/*padding: 84px 20px 0 0;*/
}

#menu ul {
	margin: 0;
	/*padding: 0;*/
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 104px;
	height: 24px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #CC0000;
	background: url(imgs/tab.jpg) bottom center no-repeat;
}

#menu a:hover {
	color: #fff;
	background: url(imgs/tab_over.jpg) bottom center no-repeat;
}

#menu .active a {
	color: #fff;
	background: url(imgs/tab_over.jpg) bottom center no-repeat;
}

/* Header */

#header {
	width: 980px;
	height: 280px;
	margin: 0 auto;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 640px;
	/*padding-top: 10px;*/
}

.post {
	clear: both;
	margin: 10px 20px 20px 0;

}

.post2 {
	float:right;
	width: 100px;
	/*border-right: 1px solid #dddddd;*/
	border: 1px solid #B2B4B4;
	margin: 0 auto;
	padding: 6px;
	background-color: #E7E7E7;
}
.post3 {
	float:left;
	width: 370px;
}

.post4 {
	float:left;
}

.clear {
	clear: both;
}

.hr {
	border-bottom: 1px dotted #DDC796;
}


.title {
	margin: 0 0 14px 0;
	border-bottom: 1px dotted #DDC796;
	height: 30px;
}

#modella {
	float: left;
	width: 300px;
	margin: 6px 0;
}

#modello {
	float: right;
	width: 300px;
	margin: 6px 0;
}

#scheda_foto {
	float:left;
	width: 280px;
	margin: 0 10px 10px 0;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 340px;
	margin: 8px 0 0 0;
	background:url(imgs/sidebar_bg.gif) repeat-y top;
}

#sidebarTop {
	background:url(imgs/sidebar_top.gif) no-repeat top center;
	height: 6px;
}

#sidebarBottom {
	background:url(imgs/sidebar_bottom.gif) no-repeat top center;
	height: 6px;
}


#sidebar h2 {
	margin: 0;
	padding: 15px 0 15px 40px;
	color: #B2B4B4;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	/*padding: 15px;*/
	list-style: none;
	overflow-x: hidden;
}

#sidebar li {
	text-align: left;
}

#sidebar a {
	color: #CC0000;
}

.orangebox {
	/*background: #E7E7E7;*/
}

.sidebarSeparator {
	background:url(imgs/sidebar_separator.gif) repeat-x bottom left;
	margin: 0px 30px 6px 30px;
	height:4px;
}

.sidebarSeparator2 {
	background:url(imgs/sidebar_separator.gif) repeat-x bottom left;
	margin: 0px 0px 6px 0px;
	height:4px;
	clear: both;
}

.orangebox h2 {
	/*background: url(images/img06.gif) repeat-y;*/
}


#updates {
	padding: 0 100px 0 32px;
	height: 283px;
	background:url(imgs/sidebar_bottom.jpg) no-repeat center top;
}


#titleSearch h2 {
	padding: 10px 0 20px 50px;
	color: #B2B4B4;
	height: auto;
	background: url(imgs/lente.png) no-repeat top left;
}

#titleBook h2 {
	padding: 10px 0 20px 50px;
	color: #B2B4B4;
	height: auto;
	background: url(imgs/cartellina.png) no-repeat top left;
}


#titleProfile h2 {
	padding: 10px 0 20px 50px;
	color: #B2B4B4;
	height: 30px;
	background: url(imgs/book.png) no-repeat top left;
}

#profile {
	margin: 0 32px 6px 32px;
}

#schedaProfilo {
	font-weight:bold;
}

/* Search */

#search {
	margin: 0 32px 2px 32px;
}

.form {
	font-size: 12px;
	color: #CC0000;
	display:inline;

}

/*.formField {
	margin: 0 ;
	padding: 0;
}*/

.inputField {
	background:transparent url(imgs/bg_searchfield.jpg) no-repeat scroll 100% 0;
	border:0 none;
	font-size:11px;
	height:20px;
	padding:5px 0 0 0;
	text-indent:22px;
	width:190px;
	float: right;
	
}

.inputField li {
	list-style:none;
}

.form span {
	vertical-align:bottom;
}


/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 0;
	background: url(imgs/bg_footer.gif) top left repeat-x;
}

#footerContent {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	padding: 6px 0;
	background: url(imgs/img_footer.gif) top center no-repeat;
}

#logofooter {
	float: left;
	width: 210px;
	height:45px;
}


#contacts {
	float: right;
	padding: 2px 0;
	width: 690px;
	height: 64px;
}

#credits {
	margin: 13px 0;
	float: left;
	width: 600px;
}

#footer p {
	margin: 0;
	font-size: 12px;
}

#footer a {
	color: #666666;
}

.col1 {
	float: left;
	clear: both;
	width: 120px;
	font-weight: normal;
	margin-bottom: 10px;
}
.col2 {
	float: left;
	width: 150px;
	overflow-x: hidden;
	margin-bottom: 10px;
}
.colscheda {
	float: left;
	width: 150px;
	overflow-x: hidden;
	margin-bottom: 10px;
	text-align: left;
}
.colonnasearchdx {
	float: left;
	width: 500px;
	padding-bottom: 3px;
}
.colonnaadvsearchdx {
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.colonnasearchsx {
	float: left;
	clear: both;
	width: 120px;
	font-weight: normal;
	color: #CC0000;
	padding-bottom: 3px;
	height: 17px;
}
.colonnasearchvs {
	clear: both;
	border-bottom: 1px solid #eeeeee;	
	margin-bottom: 15px;
	width: 620px;
}
.photocontainer {
	height: 115px;
	width: 115px;
	float: left;
	border: 1px solid #B2B4B4;
	margin-right: 8px;
	margin-bottom: 8px;
}
.photocontainer2 {
	height: 115px;
	width: 115px;
	vertical-align: middle;
	display: table-cell;
}
.thumbscheda {
	margin-left: auto;
	margin-right: auto;	
	display: block;
}
.photobigscheda {
	border: 1px solid #B2B4B4;
	float: left;
	margin: 0 20px 10px 0;
	padding: 3px;
}

.comunebox {
	border: solid #7f9db9 1px;
	height:18px;
}
.testocomune {
	font-size: 12px;
	font-weight: normal;
	padding-left: 3px;
}
.rosso {
	color: #CC0000;
	
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
}
.sottotitolo {
	color: #666666;
	font-weight: bold;
}
.checkbox {
	padding-top: 10px;
	font-weight: normal;
	font-align: left;
}
.nobold {
	font-weight: normal;
}
.nomodelle {
	padding-top: 100px;
}
