html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, form, header, footer, section, article, nav, aside {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font-weight:normal;
}
div, header, section, nav, footer, aside, article, hgroup, figure, canvas {
	display:block;
}
html,body {
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#f0f1f4 url(img/background.png) repeat-x center top;
	color:#5a5b5c;	
}
a,img,object {
	text-decoration:none;
	outline:none;
	border:0px none;
}
a:hover {
	text-decoration:underline
}
a:active {
	position:relative;
	top:1px;
}
input[type="text"], input[type="password"], textarea, select {
	padding:1px 2px;
	margin:0px;
	height: 20px;
	border: 1px solid #CBCCCD
}
select {
    height: 24px;
}
textarea {
    height: 80px;
    resize: none
}
input[type="submit"], input[type="button"], button {
	padding:0px 10px;
	margin:0px;
	cursor:pointer
}
button {
    background-color: #011224;
    height: 24px;
    padding: 0px 10px;
    color: #F0F1F4;
    border: 0px none;
    margin: 0px;
}
table {
    border-collapse: collapse;
    border-spacing: 0px;
}
table td {
    vertical-align: top;
    padding: 0px 0px 0px;
}
table td:first-child {
    padding-right: 30px;
}
/************************************* OUTER WRAPPER ***************************************/
div#outerWrapper {
	margin:auto;
	width:1046px;
	padding:0px 20px;
	margin:0px auto;
}
/************************************* HEADER ***************************************/
div#outerWrapper > header {
	overflow:hidden;
	display:block;
	height:173px;
	padding-top:5px;
	position:relative;
	top:0px;
	left:0px;
	margin-bottom:20px
}
/*logo*/
div#outerWrapper > header > hgroup {
	width:388px;
	float:left;
}
h1#logo, h1#logo a,
h3#logo, h3#logo a {
	display:block;
	position:relative;
	display:block;
	width:325px;
	height:111px;
	top:0px;
	left:0px;
	overflow:hidden;
	line-height:9999px
}
h1#logo, h3#logo {
	margin-top:20px;
}
h1#logo a, h3#logo {
	background:url(img/logo.png) no-repeat left top;
}
div#outerWrapper > header > hgroup h2 {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;/*#00519e;*/
	text-transform:uppercase;
	margin:-12px 0px 0px 139px;
	width:600px;
}
div#outerWrapper > header > hgroup h2 a {
	color:#00519e;
}
/*menu header*/
div#outerWrapper > header > nav {
	display:block;
	min-height:63px;
}
div#outerWrapper > header > nav ul {
	margin:0px auto;
    list-style:none;
	padding:0px;
	height:63px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	display: table;
	width: 658px;
}
div#outerWrapper > header > nav ul li {
	/*margin:0px 0px 2px 2px;
	float:left;*/
	padding:0px 0px 0px 0px;
	list-style:none;
	height:63px;
	display: table-cell;
}
div#outerWrapper > header > nav ul li a {
	display:block;
	height:63px;
	background-color:#000000;
	color:#ffffff;
	padding:0px 8px 0px 8px;
	margin:0px 0px 2px 2px;
	line-height:65px;
	text-decoration:none
}
div#outerWrapper > header > nav ul li a:hover, div#outerWrapper > header > nav ul li.active1 a {
	background-color:#e2001a;
}
div#outerWrapper > header > nav ul li a:active {
	top:2px
}
/*ricerca*/
form#frmSearchHeader {
	position:absolute;
	right:0px;
	bottom:20px;
	height:40px;
	background-color:#f0f1f4;
	width:260px;
	overflow:hidden
}
form#frmSearchHeader input {
	position:absolute;
	top:0px;
	left:0px;
	height:34px;
	width:197px;
	padding:2px 49px 0px 10px;	
	background-color:#f0f1f4;
	outline:0px none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:2px solid transparent;
}
form#frmSearchHeader input:focus, form#frmSearchHeader:active input {
	border-color:#000000
}
form#frmSearchHeader button {
	margin:2px 2px 0px 0px;
	height:36px;
	border:0px none;
	padding:0px;
	background-color:#f0f1f4;
	width:43px;
	background:url(img/btnSearchBg.png) no-repeat center 0;
	overflow:hidden;
	line-height: 9999px;
	float:right;
	position:relative;
	border-left:2px solid transparent;
}
form#frmSearchHeader input:focus + button, form#frmSearchHeader button:active
,form#frmSearchHeader:active button {
	border-left:2px solid #000000;
	background-color:#000000;
	background-position:center -36px
}
/************************************* CONTENT WRAPPER ***************************************/
div#contentWrapper {
	/*overflow:hidden;*/
	width:786px;
	border-left:260px solid #ffffff;
	float:right;
	margin-bottom:27px;
	position:relative;
	top:0px;
	left:0px;
}
/************************************* SIDEBAR ***************************************/
aside#sidebar {
	float:left;
	width:260px;
	display:block;
	background-color:#ffffff;
	margin:0px 0px 0px -260px;
	position:relative;
	/*min-height:400px;*/
}
aside#sidebar nav {
	text-transform:uppercase;
	font-size:14px;
}
aside#sidebar nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
aside#sidebar nav ul li{
	margin:0px;
	padding:0px;
	list-style:none;	
}
aside#sidebar nav ul li a{
	display:block;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #f0f1f4;		
	padding:0px 16px;
	text-decoration:none;
	color:#ffffff
}
aside#sidebar nav ul li a:hover {
    background: url(/data/ajax/rgba.php?r=255&g=255&b=255&a=60);
    background:rgba(255,255,255,0.6);
}

aside#sidebar nav > ul > li > a {
	font-size:18px;
}
aside#sidebar nav > ul > li > ul li a {
    background-color:#ffffff;
    color:#878b8b;
}
aside#sidebar nav ul li a:hover {
    background: url(/data/ajax/rgba.php?r=255&g=255&b=255&a=60);
    background:rgba(255,255,255,0.6);
}
aside#sidebar nav > ul > li > ul li.active a {
    background: url(/data/ajax/rgba.php?r=255&g=255&b=255&a=80);
    background:rgba(255,255,255,0.8);
}
/*aside#sidebar nav > ul > li:nth-child(odd) > a  {
	color:#ffffff
}
aside#sidebar nav > ul > li:nth-child(even) > a {
	color:#616565
}*/
/*aside#sidebar nav > ul > li:nth-child(1) > ul li a:hover {
	background-color:#c9d4df
}
aside#sidebar nav > ul > li:nth-child(2) > ul li a:hover {
	background-color:#f9eeae
}*/
/************************************* CONTENT ***************************************/
section#content {
	float:right;
	width:742px;
	display:block;
	padding: 0px 24px 0px 18px;
}
div.home section#content {
    width:784px;
    padding:0px;
}
section#content > h1:nth-child(1) {
    color:#E20016;
    text-align: right;
    font-size: 18px;
    margin-bottom: 22px
}
section#content h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:18px;
}
section#content h2 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:12px;
}
section#content h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
section#content p, section#content ul li {
	margin:0px 0px 12px 0px;
	line-height: 1.5em;
	text-align: justify
}
section#content ul li {
    margin-bottom: 0px;
}
section#content a {
    color:#1d83f0;
}
h4#seo_text {
	position:absolute;
	width:1020px;
	left:-247px;
	bottom:-24px;
	height:21px;
	clear:both;
	text-align:center;
	line-height:21px;
	text-transform:uppercase;
	font-weight:bold
}
section#content img[align="left"], section#content img[style*="float: left"], section#content img[style*="float:left"] {
    margin:4px 10px 8px 0px;
    float:left;
    border: 1px solid #ADB0B0;
}
section#content img[align="right"], section#content img[style*="float: right"], section#content img[style*="float:right"] {
    /*clear:right;*/
    margin:4px 0px 8px 10px;
    float:right;
    border: 1px solid #ADB0B0;
}
/*home*/
div#shop_item_home_wrapper {
    overflow: hidden;
    height: 390px;
    margin-bottom: 2px;
}
div.shop_item_home {
    float: left;
    width: 260px;
    height: 390px;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 2px;
    cursor: pointer;
}
div.shop_item_home p {
    line-height: normal !important;
}
section#content div.shop_item_home h3 {
    font-size: 14px;
    color:#fefefe;
    font-weight: normal;
    text-transform:uppercase;
    margin-bottom: 16px
}
section#content div.shop_item_home h3 a {
    color:#fefefe;
}
div.shop_item_home:nth-child(1) {
    margin-left: 0px;
}
div.shop_item_home_img {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0
}
div.shop_item_home_body {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 228px;
    background: #011224 url(img/shop_item_home_bodyBackground.png) no-repeat 221px 157px;
    color: #878b8b;
    padding: 10px 14px 10px 18px;
    height:176px;
    display: none;
}
table.tblHome td {
    vertical-align: top;
    width: 260px;
    border-left:2px solid #F0F1F4;
}
table.tblHome td:nth-child(1) {
    border-left: 0px none;
    padding-right: 0px
}
table.tblHome td:nth-child(3) {
    background-color: #000000;
    color: #939496;
    padding: 12px 10px;
    width: 240px
}
div.textScroller {
    height: 366px;
    overflow: hidden;
    width: 240px;
    position: relative;    
}
table.tblHome td img {
    float: left
}
table.tblHome td:nth-child(3) div > p:nth-child(1) {
    font-size: 30px;
    color: #939496;
    letter-spacing: -2px;
    text-align: left !important;
    line-height: normal !important;
}
table.tblHome td:nth-child(3) div > p:nth-child(n+2) {
    padding: 0px 12px;
    line-height: 1.1em !important;
}
table.tblHome td:nth-child(3) div > p strong {
    color: #cbcccd
}
table.tblHome td:nth-child(3) div > p:last-child {
    margin-bottom:0px !important;
}
table.tblHome td:nth-child(3) div > p a {
    font-size: 10px;
    display: inline-block;
    margin: 10px 0px 0px 0px
}
/*vetrina*/
div.shop_item_header {
    float: right;
    width: 310px;
    text-align: center
}
section#content div.shop_item_header h1 {
    font-size: 18px;
}
div.shop_item_header h1 a {
    color:#e2001a !important
}
div.shop_item_body_img {
    float: left;
    width: 400px;
    margin:0px 32px 16px 0px;
    height: 340px;
}
div.shop_item_body_description {
    line-height: 1.5em;
    text-align: justify
}
div#altre_caratteristiche {
    clear: both
}
p.tit_altre_caratteristiche {
    color: #0c7ce6;
    font-size: 14px;
    font-weight: bold;
    text-align: left !important;
}
div.shop_item_body_doc {
    float: right;
    width: 280px;
    background-color: #011224;
    padding: 15px;
    margin-top: 5px
}
div.header_doc {
    font-size: 14px;
    color: #fefefe;
    margin-bottom: 8px;
}
div.content_doc {
    padding:7px 0px;
}
div.content_doc a {
    display: block;
    padding: 4px 7px;
    border: 1px solid transparent;
    color: #e20016 !important;
    margin-bottom: 4px
}
div.content_doc a.doc_scheda {
    color: #878b8b !important;
    background: url(img/pdfSchedaIco.png) no-repeat 238px 4px;
    height: 38px;
    padding: 12px 7px 4px;
}
div.content_doc a[href$=".pdf"] {
    background: url(img/pdfSchedaIco.png) no-repeat 238px 4px;
    height: 38px;
    padding: 12px 7px 4px;
}
div.shop_category_item_description_inforequest a {
    background: url(img/shop_item_home_bodyBackground.png) no-repeat 256px center;
    padding-right: 40px;
    color: #1D83F0 !important;
}
div.content_doc a:hover {
    background-color: rgba(255,255,255,0.1);
    text-decoration: none;
    border: 1px dotted #00c6ff;/*1D83F0*/
}
div.shop_category_item_description_inforequest a span {
    display: block;
    text-transform: uppercase;    
}
div.shop_item_body_images {
    overflow: hidden;
    float: left;
    width: 400px;
}
div.shop_item_body_images a {
    display: block;
    float: left;
    padding: 5px;
    width: 118px;
    height: 118px;
    overflow: hidden;
    margin: 0px 0px 10px 8px;
}
div.shop_item_body_images a:nth-child(3n+1) {
    margin-left: 0px;
}
div.shop_item_body_images a:hover {
    background: #011224
}
div.shop_item_body_images_preventivo a {
    display: block;
    float: left;
    padding: 5px;
    width: 118px;
    height: 118px;
    overflow: hidden;
    margin: 0px 0px 10px 8px;
}
/*categorie*/
div.shop_category_header {
    text-align: right;
    padding: 0px 24px;
    height: 45px;
    margin-bottom: 2px;
    background-color: #011224
}
div.shop_category_header h1 {
    height: 45px;
    line-height: 42px;
    margin-bottom: 0px !important;
}
div.shop_category_header h1 a {
    color: #ffffff !important;
    /*color: #E20016 !important;*/
}
div.shop_category, div.shop_home {
    width: 784px;
    display: block;
    margin: 0px -24px 0px -18px; 
    padding: 0px;
    float: left
}
div.shop_category_item, div.shop_category_item_empty {
    float: left;
    width: 260px;
    height: 390px;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    margin:0px 0px 2px 2px;
    cursor: pointer;
}
div.shop_category_item_empty {
    background-color: #ffffff;
    cursor: default
}
div.shop_category_item:nth-child(3n+2) {
    margin-left: 0px;
}
div.shop_category_item_img {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
}
div.shop_category_item_description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 228px;
    background: #011224 url(img/shop_item_home_bodyBackground.png) no-repeat 221px 157px;
    color: #878B8B;
    padding: 10px 14px 10px 18px;
    height: 176px;
    display: none;
}
section#content div.shop_category_item_description h4 {
    font-size: 14px;
    color: #FEFEFE;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
section#content div.shop_category_item_description h4 a {
    color: #fefefe
}
/*ricerca*/
form#shop_search_form {
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px;
    line-height: 24px;
}
form#shop_search_form table td {
    padding-right: 10px
}
div.shop_search_header h1 {
    text-align: right;
    color: #E20016
}
div.shop_search_result_item {
    overflow: hidden;
    padding: 5px 0px 5px 5px;
}
div.shop_search_result_item_immagine {
    float: left;
    margin-right: 30px;
}
div.shop_search_result_item_immagine a {
    display: block;
    width: 118px;
    height: 118px;
    overflow: hidden;
    padding: 5px;
    margin: -5px
}
div.shop_search_result_item:hover div.shop_search_result_item_immagine a {
    background-color: #011224
}
div.shop_search_result_item_descrizione {
    padding: 10px;
    float: left;
    width: 567px;
    background: #ffffff;
    border: 1px solid #cccccc;
    height: 96px;
}
div.shop_search_result_item_descrizione > a {
    color: #E20016 !important;
    font-size: 14px;
}
div.shop_category_item_link {
    text-align: right;
    padding-top: 10px;
}
div.shop_category_item_link a {
    display: inline-block;
    background: #011224 url(img/shop_item_home_bodyBackground.png) no-repeat 138px center;
    padding-right: 30px;
    height: 20px;
    line-height: 20px;
    padding: 3px 30px 3px 10px;
    border: 1px solid transparent;
    color:#ffffff !important;
}
div.shop_category_item_link a:hover {
    text-decoration: none;
    border-color:#011224;
    background-color: #ffffff;
    color: #011224 !important; 
}
/*azienda*/
table.tblComeRaggiungerci td {
    padding-bottom: 30px
}
table.tblComeRaggiungerci tr:last-child td {
    padding-bottom: 0px
}
table.tblComeRaggiungerci td:first-child {
    width: 102px;
    padding-right: 10px;
}
table.tblComeRaggiungerci img, table.tblComeRaggiungerci div.nivoSliderWrapper {
    border: 1px solid #b9baba;
    width: 100px;
    height: 100px;
}
/*form*/
form#frmInfo {
    float: left;
    width: 480px;
    overflow: hidden
}
div.campoform {
    overflow: hidden;
    margin-bottom: 8px;
    float: left;
    width: 228px;
}
div.campoform:nth-child(odd) {
    float: right
}
form#frmInfo input[type="text"] {
    width: 220px;
}
div.etichetta {
}
div.campo {

}
div#cont-messaggio {
    clear: left;
    float: none;
    width: 480px   
}
div#cont-messaggio textarea {
    width: 474px;
}
div#cont-privacy {
    clear: left;
    float: none;
    width: 480px  
}
div#cont-privacy div.etichetta {
    float: left;
    width: 150px
}
div#cont-privacy div.campo{
    float: left;
}
div#cont-captcha {
    float: none;
    clear: both;
    width: 480px;
    overflow:visible
}
div#cont-captcha img {
    float: left;
    border: 1px solid #CBCCCD;
    width: 206px;
    height: 78px;
    margin-right: 24px !important;
    padding: 0px 10px;
    background-color: #ffffff
}
div#cont-submit {
    overflow: inherit
}
div#formContact {
    margin-top: 15px;
    float: right;
    padding: 20px;
    background-color: #011224;
    color: #F0F1F4;
    width: 200px
}
form#frmInfo button {
    background: #011224 url(img/shop_item_home_bodyBackground.png) no-repeat 74px center;
    height: 28px;
    width: 100px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #F0F1F4
}
/*news*/
div.news table.tblContent td {
    border-top: 1px dotted #011224;
    padding: 12px 10px 0px 10px
}
div.news table.tblContent tr:first-child td {
    border-top: 0px none;
    padding-top: 0px;
}
div.news table.tblContent td:empty {
    visibility:hidden;
    border-top: 0px none;
}
div.news table.tblContent td:not(:empty) {
    visibility: visible;
}
/*dati fiscali*/
/*dati fiscali*/
table.tblDatifiscali {
    width: auto !important;
    border-collapse: collapse;
    border-spacing: 0px;
}
table.tblDatifiscali td {
    padding: 10px 20px 10px 0px;
    vertical-align: top;
    border-top: 1px dashed #838282;
    text-align: right
}
table.tblDatifiscali tr:first-child td, table.tblDatifiscali td:empty {
    border-top: 0px none;
}
/*info*/
div#colorbox h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
}
div#colorbox table td {
    padding-bottom: 8px
}
/*admin*/
div#shopadmin table {
    border-collapse: separate;
    border-spacing:1px;
}
div#shopadmin table td {
    padding: 4px;
    vertical-align: middle
}
div#shopadmin textarea {
    resize:both;   
    max-width: 550px;
}
/************************************* FOOTER ***************************************/
div#outerWrapper > footer {
	text-align:center;
	display:block;
	clear:both;
	color:#414243;
	position:relative;
	top:0px;
	left:0px;
}
div#outerWrapper > footer a {
	color:#414243;
}
div#outerWrapper > footer p {
    margin: 0px;
    line-height:16px;
}
/*menu footer*/
div#outerWrapper > footer > nav {
	clear:both;
	overflow:hidden;
	background-color:#011224;
	font-size:12px;
	text-align:left;
	padding:20px;
	margin-bottom:10px
}
div#outerWrapper > footer > nav ul {
	margin:0px 0px;
	padding:0px;
	list-style:none
}
div#outerWrapper > footer > nav ul li {
	margin:0px 0px 0px 0px;
	padding:0px 21px 0px 0px;
	list-style:none;
	float:left;
	width:184px;
	line-height:22px
}
div#outerWrapper > footer > nav ul li a {
	color:#585f66;
	font-weight:bold
}
div#outerWrapper > footer address {
	font-size:14px;
	font-style:normal;
	padding:0px 70px;
	/*height:32px;*/
	line-height:16px;
	margin-bottom:0px
}
p#copyright {
	font-size:10px;
	color:#999999;
	height:14px;
	margin:10px 0px 0px !important;
}
p#copyright a {
	color:#999999 !important;
}
a#scrollTop, a#scrollTop:active {
	text-transform:uppercase;
	color:#ffffff !important;
	position:absolute;
	bottom:35px;
	right:21px;
	width:45px;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	background-color:#000000;
	top:auto;
	cursor:pointer;
	text-decoration:none
}
a#scrollTop:active {
	bottom:34px;
}
a#scrollTop:hover {
	background-color:#00519e;
}


/****************************  LANDING  **************************/

body#bodyland {
	color:#000000; margin:0px;
}
div#wrapland {
	margin:auto;
	width:981px;
}
div#logoland {
	height:102px; margin-left:70px;
}
div#content_land {
	width:100%;
	min-height:800px;
	background:#fff;
	
}
div#leftland {
	width:47%; float:left;
}
h1#h1land {
	color:#fff; font-size:22px; font-weight:bold; margin:0px 100px 0px 30px;
}
h2#h2land {
	color:#fff; font-size:16px; font-weight:bold; margin:25px 20px 0px 15px; line-height:22px;
}
h3#h3land {
	color: black; font-size: 20px; background: #FFFE4C; font-weight: bold; margin: 32px 10px 0px 15px;
}
p#pdatiland {
	margin:22px 0px 0px 15px; color:#000000;
}
form#formland {
	width:560px;
	/*margin:10px 0px 0px 8px;*/
        /*padding:15px 0px 0px 30px;*/
	color:#000000;
	/*background: #dddddd;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px #333 solid;*/
}
form#formland table {
	border-collapse:collapse;
	border:0px;
	color:#5A5B5C;
}
form#formland table tr {
	height: 50px;
}
form#formland table td.sinistra {
	text-align:right; padding:0px; font-size:14px; vertical-align:middle;
}
form#formland table td.destra {
	padding:0px; padding-left:15px;
}
form#formland table input {
	width: 400px;
	margin:0px;
	padding:0px;
	height:40px;
	border:1px solid #ccc;
	font-size:16px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
}
select#selectinline {
	width: 403px;
	margin:0px;
	padding:0px;
	height:32px;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
textarea#textarealand {
	width: 396px;
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #CCC;
	font-style:italic;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
p#privacyland {
	font-size:9px; clear:both; margin: 20px 0px 20px 0px;
}
p#privacyland input {
	width:15px !important;
	height: 15px !important;
	margin-left: 30px;
}
div#bottoneland {
	padding-top:5px;
	padding-bottom:60px;
	padding-left:233px;
}
div#bottoneland button {
	/*background: #102E84;*/
	font-size:16px;
	border:0px none;
	color:#ffffff;
	font-weight:bold;
	margin: 0px 0px 10px 182px;
	width:125px;
	height:37px;
	padding:0px;
	/*border: 3px #214bc1 solid;*/
}
p#pextra {
	padding: 60px 50px 0px 15px; color: black; font-size: 12px;
}
div#rightland {
	width:53%; float:left;
}
div#rightland img {
	padding:18px 0px 0px 0px;
}
div.slideland {
width: 492px;
height: 392px;
padding-top:6px;
}
div#rightland h3 {
	margin-top:80px; color:#000000; font-size:20px; font-weight:bold;
}
div#rightland ul {
	font-size:14px; list-style-image:url('img/spunta.png');
}
div#rightland p {
	margin-top:5px; text-align:justify;
}
p.footerland {
	font-size:10px; padding:0px; margin:0px; text-align:center;
}
ul#prodotti {
	list-style:none; 
}
ul#prodotti li span{
	background:#FFFFA0; 
}
/* importazione articoli da shop di graziotti.it */
div.shop_category_item {
    height:150px;
   /* float:left;*/
    /*margin:0px 0px 20px 13px;*/
    overflow:hidden
}
div.shop_category_item:nth-child(2n+1) {
        clear:left;
		margin-left:0px;
}
div.shop_category_item img {
    float:left;
    margin:4px 10px 4px 0px;
    border:1px #999999 solid;
}
div.shop_category_item h2 {
    font-size:18px;
}
div#content div.shop_category_item h2 {
    font-size:14px;
    line-height:18px;
    text-transform:uppercase;
    color:#330000;
    margin:0px;
    font-family: "Times New Roman", Times, serif;
    text-align:left;
}
div#content div.shop_category_item h2 a {
    color:#900;
    text-transform:uppercase;
    text-decoration:none;

}
div.shop_category_item_description_inforequest {
    /*clear:left;*/
    /*width:170px;*/
    float:left;
    padding-left:4px;
}
.shop_prezzo {
	font-weight:bold;
}