﻿/*

CSS FRONT-END VER. 1

MEDIA

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

/* -----------------------------------------------
   LISTA DOWNLOAD
----------------------------------------------- */

ul.download {
	margin: 0 0 3em 0;
}


ul.download li {
	min-height:40px;
	padding: 4px 0 0 45px;
	border-bottom: 0px dotted #c4c19e;
	background: transparent url(../images/download-file.png) no-repeat 5px 2px;}


	#content ul.download li a { display: block; text-decoration: none; font-weight: bold; color: #A52A2A;}
	#content ul.download li a:hover {text-decoration: underline;}
	#content ul.download li em { font-style: italic; font-size: 0.9em;}

	ul.download li.pdf { background-image: url(../images/download-pdf.png);}

/* -----------------------------------------------
   LISTA DOWNLOAD
----------------------------------------------- */

ul.prodotti li {
	position: relative;
	display: block;
	margin: 0 0 1em 0;
	color: #333;}

ul.prodotti li a { display: block; text-decoration: none; font-weight: bold;}
ul.prodotti li a:hover {text-decoration: underline;}

/* -----------------------------------------------
   GALLERIA
----------------------------------------------- */
		a.thumb {
			display: block;
			position: relative;
            /*width: 126px;
			height: 96px;*/
            width: 79px;
			height: 61px;
			float: left;
			margin: 0 10px 20px 0;
			color: #666;
			border: 0px solid red;}
				a.thumb em {
				display: block;
				position: absolute;
				width: 15px;
				height: 15px;
				right: 10px;
				bottom: 10px;
				background: transparent url(../images/play_button.gif) no-repeat left top;}