/* NEW CSS */
html, body {
	margin: 0px;
	padding: 0px;
	}

/* commented backslash hack v2 \*/
html, body { height:100%; }
/* end hack */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.nav-bg {
	background-image: url(images/bg.nav.gif);
	background-repeat: repeat-x;
	}

.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.title {
	font-size: 14px;
	font-weight: bold;
	}

.description {
	text-align: justify;
	}

.description p:first-child {
	margin-top: 0px;
	}

.price {
	font-weight: bold;
	font-size: 12px;
	}

.thumbs img {
	border: 2px solid #000000;
	margin-right: 2px;
	margin-bottom: 2px;
	}

.thumbs a img {
	border: 2px solid #ffffff;
	}

.thumbs a:hover img {
	border: 2px solid #c3c8ce;
	}


/* OLD CSS */
.gallery {
	border: 2px solid #C3C8CE;
	margin-bottom: 10px;
	}

.gallery a {
	text-decoration: none;
	}

.gallery a:hover {
	text-decoration: none;
	}

a {
	color: #788a88;
	text-decoration: underline;
	}

a:hover {
	color: #999999;
	text-decoration: underline;
	}

form {
	margin: 0px;
	padding: 0px;
}

.h {
 font-size:11px;
 font-weight:bold;
}
