body {
	font-family: "Gill Sans MT", Arial;
	font-size: 11px;
	color:000;
	background-color: #fff;
	text-align: center;
	margin:0px 0px 20px 0px;
}
h2{
	font-size:15px;
}

a {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
}

select{
	font: normal 11px;
	color: #000;
}

textarea{
	font: normal 11px;
	color: #000;
	width: 300px;
	height: 150px;
}

input{
	font: normal 11px;
	color: #000;
}

button {
	font: normal 11px "Gill Sans MT", "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold", "Gill Sans Ultra Bold", "Gill Sans Ultra Bold Condensed";
	color: #000;
	background:#B2B2B2;
	border:#B2B2B2;
}

#maincontainer {
	margin: 0 auto;
	width: 915px;
	text-align: left;
}

#page {
	background-color:#FFFFFF;
}

#header {
	clear:left;
	background: url(img/header-background.jpg);
	width: 915px;
	height: 170px;
}

#language_selector{
	float: left;
	margin:30px 0px 10px 0px;
}

#language_selector img{
    margin-left:10px;
}

#sitename {
	font-family: Century Gothic, georgia;
	font-size: 42px;
	color: #FFFFFF;
	padding: 16px 0 26px 18px;
	display:none;
}

#mainmenu {
	clear: left;
	height: 26px;
	background-color: #B2B2B2;
	text-align: center;
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-size: 14px;
	padding: 2px 0px;
}

#mainmenu li a, #mainmenu a:hover{
}

#mainmenu li a{
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 25px;
}

#mainmenu li:hover{
	cursor: pointer;
	background-color: #747378;
	color: #fff;
	height: 22px;
}

.menulinkselected{
	background-color: #747378;
	color: #fff;
	height: 22px;
}

#contentcontainer{
	clear: left;
	width: 915px;
	overflow:hidden;
	overflow /**/:none;
}

#content{
	float: left;
	width: 895px;			
	padding: 4px 4px 4px 12px;
	margin-top:20px;
}

body.section-10 #content{
	margin-top: 0px;
	padding-top: 0px;
}

#pagetitle{
	font-size: 24px;
	font-weight: bold;
	display:none;
}

#lateralcolumn{
	width: 159px;
	float: left;
	font-size: 13px;
	display:none;
}

.lateralbox{
	width: 153px;
	float: left;
	border-right: #E6E4CA 1px solid;
	border-bottom: #E6E4CA 1px solid;
	padding: 2px 3px 2px 3px;
}

.boxheader{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	text-transform: lowercase;
}

.boxbody{
	padding-bottom: 5px;
}

#menufooter{
	width:450px;
	float:left;
}

#menufooter li{
	float:left;
	list-style:none;
	padding:0px 5px 0px 30px;
	border-right:1px solid #B2B2B2;
}

#menufooter ul{
	margin-left:-80px;
	margin-top:0px;
}
.img-logo{
	margin-left:10px;
	margin-top:48px;
}

#footer {
	clear: both;
	height: 25px;
	line-height: 25px;
	border-top:#B2B2B2 1px solid;
	color: #000;
}

#footer a {
}

#footer a:hover {
}

#copyright{
    float:right;
	padding-left: 6px;
}
#powered{
	float: right;
	padding-right: 6px;
}

.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


.mod_news_newstitle{
   font-size:13px;
}

/* news module - START */
#mod_news_floatingbox{
	clear: both;
	margin-top: 0px;
}
.mod_news_lateralbox_news{
	float: left;
	margin-right: 40px;
}
.mod_news_lateralbox_news_header, .mod_news_lateralbox_news_date, .mod_news_lateralbox_news_time, .mod_news_lateralbox_news_content, .mod_news_lateralbox_news_footer{
	float: left;
}
.mod_news_lateralbox_news_content{
	margin-left: 5px;
}

#mod_news_floatingbox{
	display: none;
}
body.section-122 #mod_news_floatingbox{
	display: block;
}

#mod_news_floatingbox a{
	text-decoration: underline;
}
#mod_news_floatingbox a:hover{
	text-decoration: none;
}
/* news module - END */


/* users module - START */
#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	float:left;
	width: 70px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#mod_users_lateralbox #btnlogin{
	clear:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width: 70px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}

#mod_users_floatingbox{
	display: none;
}
body.section-33 #mod_users_floatingbox{
	display: block;
}
/* users module - END */


/* catalog module - START */
#mod_catalog_navigationBar{
	width: 100%;
	margin-bottom: 30px;
}
#mod_catalog_navigationBar a{
	text-decoration: underline;
}

#btnCart{
	float: right;
	margin-right: 20px;
}

#mod_catalog_categories{
	width: 460px;
}
#mod_catalog_mainimage{
	float: right;
}

.addToCartForm input{
	width: 30px;
}
#mod_catalog .addToCartForm button{
	width: 130px;
	border: 0;
	margin-left: 3px;
	font-weight: normal;
}

.mod_catalog_productPreview{
   width:400px;
   border:none;
   margin-top:80px;
}


.mod_catalog_boxtitle{
	display: none;
}

.mod_catalog_categoryTable .categoryName{
	padding: 1px 0px 1px 18px;
	text-align: left;
	font-family: "Gill Sans MT", Arial;
	font-size: 17px;
	font-weight: normal;
}

.mod_catalog_categoryTable{
	width: 450px;
}

td.categoryName a{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

td.categoryCount_0, h2.categoryId_17{
	background: #FFD800;
}
td.categoryCount_1, h2.categoryId_31{
	background: #F28E00;
}
td.categoryCount_2, h2.categoryId_3{
	background: #E60003;
}
td.categoryCount_3, h2.categoryId_1{
	background: #68509E;
}
td.categoryCount_4, h2.categoryId_2{
	background: #00A6EB;
}
td.categoryCount_5, h2.categoryId_6{
	background: #04FCCA;
}
td.categoryCount_6{
	background: #86FC9F;
}

.mod_catalog_categoryTable .categoryDescription{
	padding-left: 170px;
	color: #3F3F40;
	font-family: times;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}


.catalog_home, .catalog_category, .catalog_product{
	background: url(img/mod_catalog_category_background.jpg) repeat-y -30px -30px;
	float: left;
}
.catalog_home{
	background: url(img/mod_catalog_home_background.jpg) repeat-y 2px;
}

.catalog_category h2, .catalog_product h2{
	width: 240px;
	padding-left: 20px;
	color: #FFF;
	font: bold 16px "Gill Sans MT", times;
}
.catalog_category .categoryDescription, .catalog_product .categoryDescription{
	width: 240px;
	margin-left: 20px;
	color: #3F3F40;
	font-family: times;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#mod_catalog_products{
	margin: -80px 0px 0px 280px;
}

#mod_catalog_productDetail{
	float: left;
	display: inline;
	margin-top: -96px !important;
	margin-top/**/: -106px;
	width: 630px;
}

#mod_catalog_orderby{
	display: none;
}
.mod_catalog_productPreview{
	padding: 0;
	width: 620px;
	margin: 0px;
	margin-bottom: 20px;
/*border: 1px solid blue;*/
}
.mod_catalog_productImagePreview{
	float: left;
	width: 170px;
	text-align: left;
}
.mod_catalog_productPreviewInfo{
	float: left;
	margin-left: 20px;
	width: 230px;
	margin-right: 4px;
/*border: 1px solid green;*/
}

.productName, .subTitle{
	font-family: "Gill Sans MT", Arial;
	font-weight: bold;
	font-size: 18px;
}
.subTitle{
	font-size: 14px;
	font-style: italic;
}
.author{
	font-family: "Gill Sans MT", Arial;
	font-weight: bold;
	font-size: 12px;
}
.bookInfo, .bookInfoHome{
	color: #969699;
	font-size: 12px;
	line-height: 13px;
}
.mod_catalog_productPreviewInfo button, .catalog_product button{
	background-color: #969699;
	color: #FFF;
	font-size: 13px;
	padding: 0px;
	font-weight: bold;
}
.addToCartForm{
	float: left;
	margin-top: 20px;
}

.mod_catalog_productName{
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 16px;
	width: 550px;
}
*:first-child+html .mod_catalog_productName{
	margin-top: -12px;
}
.mod_catalog_productName .subTitle{
	font-size: 12px;
}
.mod_catalog_productDescription{
	color: #000;
	line-height: 13px;
	width: 300px;
	float: left;
}
.mod_catalog_productImage{
	float: left;
	margin-left: 38px;
	width: 220px;
	display: inline;
}
#mod_catalog_productDetail .bookInfo{
	border-top: 3px solid;
	padding-top: 6px;
	margin-top: 10px;
	width: 280px;
}
#mod_catalog_productDetail.categoryId_17 .bookInfo{
	border-color: #FFD800;
}
#mod_catalog_productDetail.categoryId_31 .bookInfo{
	border-color: #F28E00;
}
#mod_catalog_productDetail.categoryId_3 .bookInfo{
	border-color: #E60003;
}
#mod_catalog_productDetail.categoryId_1 .bookInfo{
	border-color: #68509E;
}
#mod_catalog_productDetail.categoryId_2 .bookInfo{
	border-color: #00A6EB;
}
#mod_catalog_productDetail.categoryId_6 .bookInfo{
	border-color: #04FCCA;
}

.mod_catalog_productName, #mod_catalog_productDetail .bookInfo, .mod_catalog_productDescription, .addToCartForm{
	padding-left: 20px;
}

.recensioni{
	float: right;
	margin-top: -40px;
	width:270px;
	line-height: 13px;
	padding-left: 10px;
}

/* catalog module - END */