@charset "windows-874";
.easy_main {
	margin: 0px;
	clear: both;
	border: 1px solid #f2f2f2;
	background-color:#262b2f;
	font-family: "Century gothic", Arial, Tahoma, sans-serif;
	background-image: url(../../images/test/bg01.jpg);
	color: #900;
}


/*Example for a Menu Style*/
.easy_menu {
	background-color:#fff;
	color:#161514;
	border-bottom:0px solid #999999;
	height:40px;
	width:786px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	border: #ccc 1px solid;
}
.easy_menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
}
.easy_menu li {
	display:inline;
	line-height:35px;
}
.easy_menu li a {
	color:#161514;
	text-decoration:none;
	padding:4px 10px 6px 10px;
	border-left:0px solid #ececec;
	border-right:0px solid #ccc;
	text-align: left;
	font-family: "Century gothic", Arial, Tahoma, sans-serif;
	background-image: url(../../images/bullet-hover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 30px;
}
.easy_menu li a:hover {
	font-weight:bold;
	position:relative;
	height: 35px;
	color: #06F;
	font-size: 14px;
}
.easy_menu li a.tabactive {
	background-color:#FFF;
	font-weight:bold;
	position:relative;
	height: 35px;
	color: #06F;
	font-size: 14px;
}
#easy_tabcontent1,#easy_tabcontent2,#easy_tabcontent3,#easy_tabcontent4,#easy_tabcontent5{
	border:0px solid #999999;
	width:798px;
	font-size:12px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 330px;
}
.easy_content {
	background-color: #f2f2f2;
	padding: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	height: 330px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;	
}
.easy_content img{
	padding: 2px;
	border: dotted 1px #ccc;

}
.easy_content a{
	color: #333;
	text-decoration: none;
}
.easy_content a:hover{
	color: #06F;
	text-decoration: underline;
}
.easy_leftcol {
	width: 300px;
	float: left;
	margin-right: 5px;
	padding-left: 5px;
}
.easy_leftcol img{
	width: 290px;
	height: 220px;

}
.easy_rightcol {
	width: 420px;
	float: right;
}
.easy_thumb {
	width: 145px;
	float: left;
	text-align: center;
	margin-bottom: 8px;
	margin-left: 6px;
	overflow: hidden;
	height: 150px;
}
.easy_thumb img{
	width: 100px;
	height: 76px;

}
.easy_more {
	width: 420px;
	float: right;
	text-align: right;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
}
