/* PAGINA */

a:active, a:focus {
	outline:none;
	}

div#pagina {
	margin-left:300px;

}

div#pagina h2{
	color:red;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
}

div#pagina h2 a{
	color:red;
	text-decoration:none;
	font-size:15px;
}

div#pagina h2 a:hover{
	color:#fddb55;;
	text-decoration:underline;
	font-size:15px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color:white;
	margin:0 0 0 10px;
	padding:0;
	display:inline
}

div.link {
	margin:-6px 0 0 0;
	padding:0 10px 0 0;
	text-align:right;
	width:630px;	
}

div.link a {
	color:white;
	text-decoration:none;	
}

div.link a:hover{
	color:#fddb55;;
	
}

div.link img {
	vertical-align:middle
}

ul.square {
	margin:0 0 0 20px;
	padding:0;
}

ul.square li {
	margin:0;
	padding:0;
	list-style-type:square;
	line-height:15px;
	margin-bottom:7px
}

p {
	margin:0 0 7px 0
}

a , table#promozioni td.promo2 a.red {
	color:red;
	text-decoration:none
}

a:hover, table#promozioni td.promo2 a.red:hover {
	color:#fddb55;
	text-decoration:underline
}



/* TESTO */

div.text {
	background:url(../img/top_h1.gif) 0 16px no-repeat;
	margin-bottom:20px;
	width:650px;
	text-align:justify
}

/* CATALOGO */

table#catalogo {
	width: 100%;
	margin-top: 20px;
	border: 0;
}

table#catalogo td {
	width: 25%;
	padding: 3px;
	border: 0;
	text-align: center;
}

table#catalogo img {
	background: white;
	border: 0;
	padding: 2px;
}

table#catalogo p {
	padding: 5px;
	color:#fddb55;
	font-size:13px;
}

table#catalogo a {
	color:#fddb55;
	text-decoration:none;
	font-weight:bold
}

table#catalogo a:hover{
	color:red;
	text-decoration:none
}

table#catalogo a.red {
	color:red;
	text-decoration:none
}

table#catalogo a.nome
{
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;	
}

table#catalogo a.nome:hover
{
	color:#fddb55;
}


table#catalogo .marca {
	color:white;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
}

table#catalogo .prezzo {
	color: #fddb55;
	font-size: 12px;
	font-weight: bold;
}

table#catalogo span.sconto, table#prodotto span.sconto {
	color:white; 
	background-color:#a80a0a;
	padding:0 2px;
	margin-left:5px;
	font-size:12px;
	font-weight:bold
}

/* PROMO */

table#promozioni {
	width:100%;
	margin-top:10px
}

td.promo-img {
	width:156px;
	background:white;
	padding:2px
}



td.promo-img img{
	width:150px;
	height:150px;
	background:white;
	border:1px solid #000
}

td.promo-space{
	width:15px;
}

td.promo{
	padding:5px;
	text-align:center;
	color:#fddb55;
	font-size:13px
}


td.promo2 {
	padding:5px;
	text-align:center;
	color:#fddb55;
	font-size:11px;
	line-height:20px
}

td.promo2 a{
	color:#fddb55;
	text-decoration:none;
	font-weight:bold
}

td.promo2 a:hover{
	color:red;
	text-decoration:none
}


h2{
	color:red;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
}

td.promo h2 a{
	color:red;
	text-decoration:none
}

td.promo h2 a:hover{
	color:red;
	text-decoration:underline
}

td.promo h3{
	color:white;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
}

table#promozioni td.promo span.tag {
	color:white; 
	background-color:#a80a0a;
	padding:0 2px;
	margin-left:5px;
	font-size:12px;
	font-weight:bold
}


/* NEWS */

div.news {
	width:636px;
	font-size:12px;
	text-align:justify;
	margin:5px;
	color:black;
	display: none
}

div.all-news {
	min-height: 110px;	
}

div.news p , div.all-news p{
	text-align:right;
	
}

div.news img{
	width:100px;
	height:100px;
	-ms-interpolation-mode: bicubic; 
	border:red 1px solid;
	float:left;
	margin-right:5px
}


div#ticker {
	height:114px;
	width:646px;
	margin-top:13px;
	background-color:white;
	border:2px solid red;
	overflow:hidden
}

div.news a, div.all-news a{
	color:red;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

div.news a:hover{
	color:gray;
}

#news-img {
	float:left;
	margin:5px 5px 5px 0
}

div.link-news {
	width:96%;
	border:1px solid red;
	line-height:25px;
	margin:5px 0;
	padding:0 5px ;
	
	
}

div.link-news a{
	color:#fddb55;
	text-decoration:none;
	font-weight:bold
}

div.link-news a:hover{
	color:red;
	text-decoration:underline;
}


/* DETTAGLIO PROMOZIONE */

table#prodotto {
	width:100%;
	margin-top:20px
}

td#prod-sx {
	width: 250px;
	text-align: center;
}

td#prod-sx img{
	border: 1px solid white
}

td#prod-sx img.grande{
	border: 1px solid white;
	width: 250px;
	height: 250px;
}

td#prod-sx img.small {
	width: 75px;
	height: 75px;
	margin: 5px 2px;
	border: 1px solid red;
}

td#prod-dx {
	font-size:12px;
	text-align:justify;
	line-height:18px;
	padding:0 0 0 10px
}

div#art {
	line-height:25px;
	color:#fddb55;
	font-weight:bold;
	font-size:13px
}

div#prezzo {
	border:0px solid #a80a0a;
	padding:5px;
	width:370px;
	margin-bottom:10px
}

div#pr1{
	background:url(../img/bollo.gif) no-repeat;
	width:70px;
	height:71px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:17px;
	line-height:66px
}

div#pr2{
	margin-left:90px;
	padding-top:15px;
	line-height:22px
}

span.price-barrato {
	font-size:17px;
	color:#fddb55;
	font-weight:bold;
	text-decoration:line-through;
}

span.price {
	font-size:20px;
	color:red;
	font-weight:bold;
}

div#stampa {
	text-align:right;
}

div#stampa img{
	cursor:pointer
}

#marca {
	width:70px;
	height:70px;
	float:right;
	margin: 0 0 5px 5px;
	border:0
}

/* tutte le news */

div.all-news {
	width:646px;
	padding:5px 0 10px 0;
	border-bottom:red 1px solid;
	margin-top:10px;
	min-width:115px
	

}

div.all-news img{
	width:100px;
	height:100px;
	-ms-interpolation-mode: bicubic; 
	border:red 1px solid;
	float:left;
	margin-right:5px
}

div.all-news a:hover {
	color:#fddb55;
}

/* contatti */

table#contatti {
	width:646px;
	margin-top:20px;
	
}

caption {
	color:#fddb55;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 3px 0;
	border-bottom:1px solid red
}

table#contatti-sx {
	width:338px;
	border:1px solid red
}

table#contatti-sx td.form-sx {
	padding:5px 4px 4px 4px;
	text-align:left;
	width:100px;
	font-weight:bold
}

table#contatti-sx td.form-dx {
	padding:4px;
	
}

table#contatti-sx td.form-cx {
	padding:4px;
	
}


table#contatti-sx td.form-dx input{
	border:1px solid black;
	height:13px;
	width:97%
}

table#contatti-sx td.form-dx textarea{
	border:1px solid black;
	height:150px;
	width:97%
}

table#contatti-sx td.form-dx select{
	border:1px solid black;
	height:18px;
	font-size:11px;
	margin-left:3px
}

table#contatti-sx td.form-cx input#invia {
	background:red;
	padding:3px;
	border:0;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	width:100px;
	height:19px
}

td#indirizzo {
	text-align:left;
	font-size:12px;
	color:white;
	line-height:20px
}

/* dettaglio gallery */

td.photo {
	width:156px;
	padding:2px
}

td.photo img {
	width:150px;
	height:150px;
	border:1px solid #fff;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
}

/*******************************************
PAGINAZIONE
********************************************/
/* Pagine */

table#number {
	margin: 10px;	
}

table#number td {
	vertical-align: middle;
}

table#number td.sel , table#number td.sel2{
	line-height: 20px;
	background-color: #A80A0A;
	border: 1px solid #F70000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 20px;
	font-size:11px
}

table#number td.sel2 {
	font-size:12px;
	text-decoration:none;
	background-color: #FFF;
	color: #A80A0A;	
}

table#number td.sel a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none
}

table#number td.sel a:hover {
	font-weight: bold;
	text-decoration: none
}

table#number td.sel a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none
}

table#number td.sel:hover {
	background-color: #F04646;
}










