@charset "utf-8";
/* CSS Document */

#container {
	width: 300px;

}
.tabs {
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
	font-size: 77%;
	
}

.tabz {
	padding:4px;
	text-align:center;
	float:left;
	/*cursor:pointer;*/
	border:1px solid #ccc;
	border-bottom:0;
	font-size: 77%;
	
}

#content {
	/*height:250px;*/
	min-height: 250px;
	clear:both;
	width: 300px;
	width: 380px;
	border:1px solid #ccc;	padding-left: 15px;
}
#load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}

.tabcontent {
font-size: 90%;


}

.box {border: 1px solid #7DBE48; width: 534px; height: 165px; padding: 10px 15px; margin: 0 auto; background-color: #669900; margin-bottom: 5px;}


.boxalt {border: 1px solid #669900; width: 534px; height: 165px; padding: 10px 15px; margin: 0 auto; background-color: #7DBE48; margin-bottom: 5px;}



.box .left,.boxalt .left {float: left; width: 47%; padding-top: 0;}
.box .right,.boxalt .right {float: right; width: 276px; height: 158px; border: 1px solid white;}
.box a.href,.boxalt a:href {color: white;}
.box b,.boxalt b {font-size: 15px; font-family: Georgia, 'Times New Roman', Times, serif; color: black;}
.box p,.boxalt p {font-family: arial; font-size: 11px; color: black;}
