body {
	margin: 0px auto;
	width: 100%;
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
	font-family: "Century Gothic", Arial, sans serif;
}

/**********NORMALIZZO**************/
p,h3,h2,h1,h5,h4,h5 {
	padding: 0px;
	margin: 0px;
}

/************=h**************/
h1 {
	color: #C8004B;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #C8004B;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	
}

h5 {
	
}

h6 {
	
}

/**********=P************/
p {
	margin: 0px;
	padding: 5px 3px 3px 5px;
	color: #111111;
}

/***********=a*************/
a {
	color: #666666;
	text-decoration: none;
}

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

/***********=TOP***********/
#Top {
	height: 105px;
	min-height: 105px;
	width: 900px;
	margin:0 auto;

}

.Logo {
	width: 700px;
	
	float:left
}

#language {
	float:right;
	width:190px;
	text-align:right;
	
	}
	
#language ul li{
	text-align:right;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	}

/************=MAIN***************/
#ContentMain {
	margin: 0px auto;
	width: 900px;
}

#Main {
	padding: 0px;
	margin: 0px auto;
	width: 900px;
	min-height: 400px;
	background-color: #EEEEEE;
	float: left;
}

/*********=Contenuti**********/
#Contenuti {
	width: 650px;
	background-color: #FFFFFF;
	min-height: 350px;
	float: left;
	margin: 10px;
}

#Contenuti ul {font-size:11px;}

#Contenuti table {
	background-color: #FFFFFF;
}

#Contenuti RiquadriProdotti {
	width: 130px;
	height: 130px;
	min-width: 130px;
	float: left;
}

.RiquadroBig {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 130px;
	width: 209px;
}
.RiquadroBig img {
    float:left;
    overflow:hidden;
}
/**********=MENU***********/
#menu {
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

#menu ul {
	list-style-type: none;
	background-image: url("/images/bottone.png");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 38px;
}

#menu li {
	float: left;
	padding: 0px;
	height: 38px;
	line-height: 38px;
	background-image: none;
	list-style-image: none;
}

#menu li a {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px 20px 0px 20px;
	display: block;
}

#menu a:visited {
	color: #FFFFFF;
}

#menu a:hover {
	line-height: 38px;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	background-image: url("/images/bottone_hover.png");
	background-repeat: repeat-x;
	display: block;
	color: #C8004B;
}

#menu li.selected a {
	text-decoration: none;
	color: #C8004B;
	padding: 0px 20px 0px 20px;
	display: block;
}

#menu li.home {
	
}

#menu li.lastitem a {
	
}

/*********=Right*************/
#Right {
	width: 230px;
	float: left;
	overflow: hidden;
	min-height: 300px;
}

#Right ul {
	border: 1px solid #CCCCCC;
	margin: 0px;
	width: 218px;
	padding: 0px;
	background-color: #FFFFFF;
}

#Right li {
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 0px 25px;
	background: url("/images/freccia_li.gif") 5px 2px no-repeat;
	list-style-type: none;
	margin: 0px 5px 3px 5px;
	font-size: 12px;
	text-align: justify;
	color: #999999;
}

#Right li a {
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#Right li a:hover {
	color: #666666;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}

.BarraRight {
	background-image: url("/images/right.png");
	margin-top: 10px;
	width: 220px;
	height: 25px;
	background-repeat: no-repeat;
}

.MenuLaterale {
	margin: 0px 0px 10px 0px;
}

#Right .MenuLaterale li {
	padding: 0px 5px 0px 25px;
	background: url("/images/freccia_li_grey.gif") 5px 9px no-repeat;
	list-style-type: none;
	margin: 0px 5px 3px 5px;
	font-weight: bold;
	line-height: 30px;
	text-align: justify;
	color: #999999;
}

#Right .FrasiLibri li {
	padding: 0px 5px 0px 5px;
	background: none;
	border: 0px;
	list-style-type: none;
	margin: 0px 5px 0px 5px;
	font-weight: normal;
	text-align: justify;
	color: #999999;
}

.RiquadroRight {
	width: 100px;
	height: 100px;
	margin: 10px 10px 0px 0px;
	float: left;
}

.RiquadroRight img {
	border: 2px solid #C8004B;
}
.Riquadro {
    border-bottom:1px dotted #CC9933;
    text-align:left;
    width:270px;
    height:86px;
    margin-left:10px;
}
.Riquadro img a, .Riquadro img{
    margin:3px;
    border: none;
    float:left;
}


/**********=NEWS***********/
span.NewsData,span.NewsData a {
	color: #C8004B;
	font-weight: normal;
}

/**********=CONTATTI************/
table {
	font-size: 12px;
}

td {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-left: 10px;
}

tr {
	
}

/************=CATALOGO***********/
.Catalogo {
	width: 100%;
}

.Catalogo td {
	width: 25%;
	text-align: center;
}

.Thumb {
	background-color: #EEEEEE;
	margin: auto;
}

.Thumb td {
	border: none;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}
.ThumbTitle {
    margin-bottom:10px;
    padding:0px;
}
.Paginazione {
	width: 580px;
	height: 30px;
	clear: both;
}

.Paginazione ul {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
}

.Paginazione li {
	float: left;
	margin: 5px;
	padding: 1px;
	height: 16px;
}

.Paginazione li a {
	color: #367313;
	border: 1px solid #AAAAAA;
	text-decoration: none;
	padding: 3px;
	height: 16px;
	float: left;
}

.Paginazione li a:hover,.Paginazione li.selected a {
	color: #FFFFFF;
	background-color: #367313;
	border: 1px solid #AAAAAA;
	text-decoration: none;
	padding: 3px;
	height: 16px;
	float: left;
}
.Paginazione li.selected a {
    font-size:1.8em;
}
/************=FOOTER***********/
#Footer {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	height: 50px;
	width: 900px;
}

#Footer img {
	vertical-align: middle;
	padding: 0px 0px 5px 0px;
}

.FooterTop {
	border-bottom: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 0px 5px 5px 20px;
	text-align: center;
}

.FooterBottom {
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	margin: 0px auto;
	width: 900px;
	height: 20px;
}

.FooterBottom ul {
	padding: 0px;
	color: #C8004B;
	clear: both;
	margin: 0px;
	text-align: center;
}

.FooterBottom li {
	color: #C8004B;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.FooterBottom li a {
	color: #C8004B;
}
