* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #E60005;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

body {
	background: #eee;
/*	border-top: 4px solid #ddd; */
}

#maincontainer {
	position: relative;
	width: 936px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection {
	width: 936px;
	height: 208px; /*Height of top section*/
}

#topsection h1 a {
	position: absolute;
	top: 76px;
	left: 24px;
	background: url(../../i2/legami_logo.gif) 0 0 no-repeat;
	display: block;
	width: 137px;
	height: 50px;
	text-decoration: none;
	text-indent: -9999px;
}

#topsection h1 a:hover, #topsection h1 a:active {
	background-position: 0 -50px;
}

#lingue {
	background: url(../../i2/lingue.gif) 0 0 no-repeat;
	display: block;
	width: 296px;
	height: 34px;
	text-decoration: none;
	text-indent: -9999px;
	position: relative;
	top: 92px;
	left: 640px;
	padding: 10px 0px 0px 36px;
}

#lingue li {
	display: inline;
	list-style: none;
}

#lingue li a {
	display: block;
	float: left;
	height: 12px;
}

#eng {
	width: 55px;
}

#fra {
	width: 62px;
}

#esp {
	width: 60px;
}

#jpn {
	width: 40px;
}

#nav {
	position: absolute;
	top: 150px;
	left: 0;
	background: url(../../i2/top_nav.gif) 0 0 no-repeat;
	width: 936px;
	height: 34px;
}

#nav li {
	display: inline;
}

#cerca {
	width: 252px;
	position: absolute;
	top: 0;
	right: 8px;
	margin: 6px 24px 0px 0px;
}

#nav fieldset, #rightcolumn fieldset {
	border: 0;
}

#nav input {
	float: left;
	background: #eee;
	border-top: 2px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 160px;
	height: 18px;
	margin-right: 4px;
	color: #666;
}

#nav button {
	float: left;
	text-indent: -9999px;
	background: url(../../i2/bt_cerca.gif) 0 0 no-repeat;
	width: 86px;
	height: 21px;
	border: 0;
}

#n1, #n2, #n3, #n4, #n5, #n6 {
	height: 34px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	float: left;
}

#n1 {
	background: url(../../i2/n_1.gif) 0 0 no-repeat;
	width: 105px;
}

#n2 {
	background: url(../../i2/n_2.gif) 0 0 no-repeat;
	width: 113px;
}

#n3 {
	background: url(../../i2/n_3.gif) 0 0 no-repeat;
	width: 103px;
}

#n4 {
	background: url(../../i2/n_4.gif) 0 0 no-repeat;
	width: 101px;
}

#n5 {
	background: url(../../i2/n_5.gif) 0 0 no-repeat;
	width: 97px;
}

#n6 {
	background: url(../../i2/n_6.gif) 0 0 no-repeat;
	width: 93px;
}

#n1:hover, #n2:hover, #n3:hover, #n4:hover, #n5:hover, #n6:hover, #n1:active, #n2:active, #n3:active, #n4:active, #n5:active, #n6:active, #scoprimi #n1, #guardami #n2, #trovami #n3, #scrivimi #n4, #leggimi #n5, #cards #n6 {
	background-position: 0 -34px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 296px; /*Set right margin to RightColumnWidth*/
}

#testi {
	width: 640px;
}

#rightcolumn{
	float: left;
	width: 296px; /*Width of right column*/
	margin-left: -296px; /*Set left margin to -(RightColumnWidth) */
}


#piano, #categorie {
	margin-top: 24px;
}

#rightcolumn h4 {
	width: 296px;
	height: 34px;
	text-decoration: none;
	text-indent: -9999px;
}

#cartcat {
	background: url(../../i2/cardcat.gif) 0 0 no-repeat;
	margin-bottom: -12px;
}

#cartoline {
	width: 272px;
	}
	
#cartoline li
{
	float: left;
	width: 136px;  /* accommodate the widest item */
}

/* stop the floating after the list */
#cartoline br
{
	clear: left;
}

.wrapper {
	clear: both;
}

#rightcolumn p, #rightcolumn ul {
	margin: 12px 12px 0px 12px;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #666;
	line-height: 16px;
	list-style: none;
}

#rightcolumn li {
	padding: 6px 0px 6px 0px;
	background: url(../../i2/bg_li.gif) bottom left repeat-x;
}

#rightcolumn li a:link, #rightcolumn li a:visited {
	text-decoration: none;
	color: #666;
	display: block;
}

#rightcolumn li a:active, #rightcolumn li a:hover {
	color: #E60005;
}

table, tr, td, input 	{ 
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #868B96;
}

.bold 	{ 
	font-weight: bold;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

.smalltext 	{ 
	font: 10px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	padding-top: 12px;
}



.error { color: Red;  font-weight: bold;  }

#footer {
	float: left;
	clear: both;
	background: url(../../i2/top_nav.gif) 0 0 no-repeat;
	width: 936px;
	height: 34px;
	text-align: center;
	margin: 24px 0px;
}

#footer p {
	padding-top: 10px;
	font: 10px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #666;
}

#footer p span {
	text-indent: -9999px;
	display: none;
}

h2 {
	font: 24px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #E60005;
	margin: -6px 24px -6px 24px;
	text-transform: uppercase;
	line-height: 30px;
}

.campetto {
	background: #fff;
	border-top: 2px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 240px;
	height: 18px;
	color: #666;
}

textarea {
	border-top: 2px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 480px;
	height: 18px;
}
.bold {
	vertical-align: top;
	padding-right: 12px;
}

#cardtext___Frame {
	margin-top: 12px;
}

#zemSubmit {
	text-indent: -9999px;
	text-decoration: none;
	background: url(../../i2/bt_invia.gif) 0 0 no-repeat;
	width: 86px;
	height: 21px;
	display: block;
	border: 0;
}

h3 {
	font: 18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #2CAEE4;
	margin: 24px 24px 24px 24px;
	text-transform: uppercase;
	line-height: 24px;
}

.spazio {
}



#testi h2 {
	font: 24px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #E60005;
	margin: -6px 24px -6px 24px;
	text-transform: uppercase;
	line-height: 30px;
}

#testi h3 {
	font: 18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #2CAEE4;
	margin: 24px 24px 0px 24px;
	text-transform: uppercase;
	line-height: 24px;
	clear: left;
}

#testi p, #testi li, #testi blockquote, .cartext {
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #666;
	line-height: 16px;
}

#testi p, #testi blockquote {
	margin: 16px 24px;
}

#testi ul, #testi ol {
	margin: 16px 24px 16px 48px;
}

#testi strong {
	background: #FFFFCC;
	font-weight: normal;
}
.sommariocart {
	width: 196px;
	float: left;
	margin-right: 6px;
	text-align: center;
	margin-bottom: 12px;
}

.sommariocart h4, .tit h4, .msg {
	font: 12px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	line-height: 16px;
	margin: 12px 12px 12px 12px;
	color: #2CAEE4;
}

.capo {
	float: left;
	clear: both;
	margin: 24px;
}

.cInfo {
	margin-right: 24px;
	clear: both;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.cInfo p, #older, #newer, #prevnext  {
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	margin: 6px 24px !important;
}

#older {
	float: right;
}

#newer {
	float: left;
}

.pola {
	margin: 24px 0px 24px 24px;
}

.pola img {
	border: 1px solid #bbb;
	padding: 1px;
}

.pola img:hover, .pola img:active {
	border: 1px solid #E60005;
}

#prevnext {
	text-align: center;
}

#prevnext li {
	margin-right: 24px;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	display: inline;
}

#sidebar {
	width: 272px;
	}
	
#sidebar li
{
	float: left;
	width: 136px;  /* accommodate the widest item */
}

/* stop the floating after the list */
#sidebar br
{
	clear: left;
}

#categorie {
	background: url(../../i2/prodotti.gif) 0 0 no-repeat;
	margin-bottom: -12px;
}

.chiara {
	color: #bbb;
}

#piano {
	float: left;
	background: url(../../i2/piano.gif) 0 0 no-repeat;
	margin-bottom: 0px;
}

.lgmcard {
}