/**
 * ===========================================================================================
 * @name marknt_side_accordion_style.css - The side accordion menu css file
 * @author Mark Edward Tan (PHP Developer / Bodybuilder) - markedwardtan.com
 * @package CSS
 * @since May 14, 2007
 * ===========================================================================================
 */
/*
BODY {
	margin-top: 30px;
	font: 62.5%/1.6em "Lucida Grande", Arial, Verdana, sans-serif;
	color: gray;
}
*/

h3 a:hover{
	/*background: #0066FF;*/
	color:#00FF00;
}

h3 a{
	color:#ffffff;
}
.tab{
	color: #333;
	padding: 2px;
	/*margin: 0 1px 1px 0;*/
	margin-bottom:3px;
	text-align: center;
	background: #0066CC;
}
.tab h3{
	/*color: #333;*/
	padding: 2px;
	font-size: 10px;
	margin: 0 1px 1px 0;
	text-align: left;
	/*background: #6FB9E9;*/
	background: #0066CC;
	font-weight:normal;
}

h3{
	margin: 0;
	padding: 5px;
	font-size: 10px;
}
p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
}
#wrapper{
	/**
	 * To center accordion - margin: 0 auto;
	 * To align left - delete the margin: 0 auto
	 * Use this if .content_tbl uses text-align:center; - float:left;
	 * to align left in IE browser
	 * You can also add background: attribute
	 */
	/*width: 600px;*/
	/*width: 605px;*/
	width: 674px;
}
#left{
	float: left;
	/*width: 250px;*/
	width: 100px;
}
#right{
	float: right;
	/*width: 350px;*/
	/*width: 500px;*/
	width: 565px;
	margin-left:5px;
}

.stretcher{
	background: #DDEEFE;
}