/*--------------------------------------------------------------
# EzyBuzz.com
# Website: http://www.ezybuzz.com
---------------------------------------------------------------*/

/*modules ----------------------------*/

div.moduletable h3 {
	padding-top:3px;
	color:#334455;
	margin-bottom: 5px;
	/*font: normal 16px Georgia, "Times New Roman", Times, serif; background: #f3f3f3;*/
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: normal;
}
div.moduletable-clear h3, {
	/*font: normal 16px Georgia, "Times New Roman", Times, serif;*/
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: normal;}
	
div.moduletable-slider h3, 
div.moduletable-grey h3,
div.moduletable-blue h3,
div.moduletable-yellow h3,
div.moduletable-green h3 {
	margin-bottom: 10px;
	/*font: normal 16px Georgia, "Times New Roman", Times, serif;*/
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: normal;
}
div.moduletable-advertisement h3 {
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #c7c7c5;
}
div.moduletable-classified h3 {
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #A6C1DB;
}
/*Start to moduletable*/
.moduletable {
	padding: 5px;
	/*
	border-top: 2px solid #690000; background-color: #ffffff;*/
	border: 1px solid #c7c7c5;
	background: url('../images/bg_module.png') repeat-x 0 top;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;

	font: normal 11px Tahoma, sans-serif;
}
.moduletable-clear, .moduletable-slider  {
	padding: 0px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	background: none;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.moduletable-advertisement {
	border-top: 1px solid #c7c7c5;
	padding: 5px 0 0 0;
	margin: 0;
	margin-bottom: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.moduletable-classified {
	border-top: 1px solid #A6C1DB;
	padding: 5px 0 0 0;
	margin: 0;
	margin-bottom: 10px;
	background: url('../images/blue.png') repeat-x 0 top;
	background-color:#F6F8F9;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.moduletable-grey {
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	border: 3px solid #D8D7D7;
	/*border-top: 2px solid #690000;*/
	background: url('../images/module-bg_2.png') repeat-x 0 top;
	background-color:#cccccc;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.moduletable-yellow {
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid #FFCC33;
	/*border-top: 2px solid #690000;*/
	background: url('../images/yellow.png') repeat-x 0 top;
	background-color:#f9f9f9;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.moduletable-green {
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid #33CC33;
	/*border-top: 2px solid #690000;*/
	background: url('../images/greenout.png') repeat-x 0 top;
	background-color:#f9f9f9;
	font: normal 12px Arial, Helvetica, sans-serif;
}	
.moduletable-blue {
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid #A6C1DB;
	/*border-top: 2px solid #690000; */
	background: url('../images/blue.png') repeat-x 0 top;
	background-color:#F6F8F9;
	font: normal 12px Arial, Helvetica, sans-serif;	
}
.moduletable h3, 
.moduletable-clear h3, 
.moduletable-advertisement h3, 
.moduletable-classified h3, 
.moduletable-slider h3, 
.moduletable-grey h3,
.moduletable-blue h3,
.moduletable-yellow h3,
.moduletable-green h3 {
	margin: -4px 0 0 0;
	padding: 0px 5px 5px 0px;
	line-height: 100%;
}
/*bullets module------------------*/