
/* ©2009 Coolair International        */
/* web design webuild - export ipires */


/* PAGINA DE CLIENTES */

.boxClientes {
	width:100%;
	font-size:12px;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	}
	
.boxClientes a {
	text-decoration:none;
	color:#333;
	}
	
.boxClientes h5 {
	font-weight:bold;
	font-size:12px;
	margin:0 0 5px 0;
	}

.boxClientes p {
	margin:0;
	}

.boxClientes img {
	border:none;
	}

.boxClientes .itemClienteComGaleria {
	width:auto;
	padding:10px 10px 10px 50px;
	background:#f5f5f5 url(../imgGaleria/icn_comGaleria.png) left top no-repeat;
	margin:0 0 10px 0;
	}
	
.boxClientes a.boxClick {
	display:block;
	}	

.boxClientes .itemClienteComGaleria:hover {
	background-color:#e5e5e5;
	cursor:pointer;
	}

.boxClientes .itemClienteComGaleria.expanded:hover {
	background-color:#f5f5f5;
	}

.boxClientes .itemClienteSemGaleria {
	width:auto;
	padding:10px 10px 10px 50px;
	background:#f5f5f5 url(../imgGaleria/icn_semGaleria.png) left no-repeat;
	margin:0 0 10px 0;
	}

.boxGallery {
	width:450px;
	margin:15px 0;
	background-color:#f5f5f5;
	}

.boxGallery .galleryThumbs {
	float:right;
	width:450px;
	}
	
.galleryThumbs ul.thumbsHolder {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	}

.galleryThumbs .thumbsHolder {
	float:left;
	}

.galleryThumbs .thumbsHolder li {
	background:none;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 2px 0 0;
	padding:4px;
	}

.galleryThumbs .thumbsHolder img {
	border:solid 3px #f5f5f5;
	}


.galleryThumbs .thumbsHolder img.selected, .galleryThumbs .thumbsHolder img:hover {
	border:solid 3px #fff;
	}

.galleryMediaHolder {
	float:right;
	overflow:hidden;
	padding:5px 0;
	text-align:center;
	width:450px;
	}





/* inscricao newsletter */

.boxLaterais .news {
	width:200px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:5px 0;
	}

.boxLaterais a.btnNews {
	color:#333;
	font-weight:bold;
	padding:4px 4px 3px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	background:#f5f5f5 url(../images/bullet2.gif) 4px 4px no-repeat;
	margin-top:10px;
	display:block;
	width:auto;
	float:left;
	}

.boxLaterais a.btnNews:hover {
	background-color:#e5e5e5;
	}















