@charset "utf-8";
/* CSS Document */
.shadetabs1 {
	margin: 0 0 0 0px;
	padding: 0px;
	width: 100%;
	display:table;
}

.shadetabs1 li {
	position: relative;
	float: left;
	padding:0;
	margin: 0px 1px 0px 1px;
	font: bold 12px sans-serif;
	color:#000;
	width:68px;
	line-height:28px;
	text-align:center;
	background:none;
	list-style: none;
	cursor: pointer;
	font-size:10px;
}

.shadetabs1 li a {
	position: relative;
	float: left;
	font: bold 12px sans-serif;
	color:#000;
	width:68px;
	line-height:28px;

	background:none;
	list-style: none;
	cursor: pointer;
	text-decoration:none;
	}

.shadetabs1 li a:hover {
	background: url(images/right_tab_hover.gif) no-repeat;
	color:#fff;
	text-decoration:none;
}

.shadetabs1 li.selected {
	padding:0;
	margin: 0px 1px 0px 1px;	
background: url(images/right_tab_active.gif) no-repeat;
	color:#fff;
}

.shadetabs1 li.selected a { 	
	color:#fff;
}

.shadetabs1 li.selected a:hover {
	color:#fff;
	text-decoration:none;
}

.contentstyle1 {
	display:block;
	float:none;
	padding: 10px;
/*	background: url(images/gallary-top-bg.gif) no-repeat top #fff;*/
	height:210px;
	overflow:hidden;
}

.contentstyle1 .newsBox {
	height:45px; 
	overflow:hidden; 
	margin:0 0 10px 5px;
	line-height:1.4;
	float:left; width:220px;
	}
	
.contentstyle1 .imgBox {
	float:left; 
	padding:0px 10px 4px 0; 
	text-align:center;
	}
	
.contentstyle1 img.wrap {
	float:left;
	margin:0 10px 0 0;
	}

