/* breadcrumb navigation */
a.gaz_nav {
	color:#FF0000;
	font-weight : bold;
}

a:hover.gaz_nav {
	color: #FF9900;
	font-weight : bold;
}

/* breadcrumb font and size */
.gaz_path {
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

/* homepage description text */
.gaz_cat_descr {
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #564E39;
	text-align: left;
	
}
/* homepage title text SIZE &amp; COLOR */
.gaz_cat_title {
	font-size : 14px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight : bold;
	text-decoration:none;
	text-align: left;
	
}
/* comment box */
.gaz_comment {
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}

/* thumbnail border color */
.gaz_nav_thumb {
	border-color:#f0f0f0;
}

/* thumbnail border color  when selected*/
.gaz_nav_thumb_sel {
	border-color:orange;
}

/* picture image info */
.gaz_image_info {
	font-size : 14px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.clear{
	clear:both;
	
}
div#imagebox{
	width: 135px;
	margin-right: 20px;
	margin-left: 10px;
}
