body {
	margin: 3px;
	height:100%;
	background-color: #E6EFF7;
}
.tMenu {
	margin:0px;
	padding: 0px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 28px;
}
.tMenu .Menu {
	list-style: none;
	margin:5px;
	padding:0px;
}
.tMenu .Menu li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0px;
	/* top right bottom left */
	padding:0px 10px 0px 10px;
}
.tMenu .Menu li a{
	/*color: #999;*/
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	color: #FFF;
}
.tMenu .Menu li a:hover{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	color:#FFF;
	cursor:pointer;
}
.tMenu .Menu .current a{
	color: #FFF;
	/*background-color: #575757;
	 top right bottom left */
	padding: 4px 5px 4px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.dLeft {
	float: left;
}
.dRight {
	float: right;
}
.b1 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.dl0 {
	overflow: hidden;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.Search {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.Search .sTitle {
	background-image: url(../images/redbar.jpg);
	background-repeat: repeat-x;
	height: 22px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9d8df;
	border-left-color: #c9d8df;
}
.Search .sBody {
	background-image: url(../images/redbar2.jpg);
	height: 35px;
	background-repeat: repeat-x;
}
.Search .sBody .sBox {
	width: 70%;
	border: 1px solid #c0c0c0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
}
.Search .sBody .sBox input {
	height: 20px;
	float: left;
	margin-left: 5px;
	width: 82%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 2px;
}
.Search .sBody .sBox button {
	background-image: url(../images/q.png);
	height: 25px;
	width: 25px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFF;
	margin-bottom: 1px;
}

.d0 {
	width: 97%;
	border: 1px solid #c9d8df;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.d1 {
	background-color: #333;
	height: 25px;
	width: 100%;
}
.d1 .d1Left {
	float: left;
	padding-top: 1px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.d1 .d1Right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.d2 {
	background-color: #FFF;
	height: 100px;
	width: 100%;
}
.d2 .d2Logo {
	background-image: url(../images/love2pak.gif);
	height: 73px;
	width: 200px;
	float: left;
	margin-top: 12px;
	padding: 0px;
}
.d2 .d2Ads {
	text-align: center;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}
.d3 {
	background-color: #a6b9c6;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding-left: 120px;
}
.d3 .d3Menu{
	margin-right: 140px;
}
.d3 .d3Menu ul{
	padding: 0;
	float: left;
	margin: 0;
} 
.d3 .d3Menu ul li{    display: inline;} 
.d3 .d3Menu ul li a{
	float: left;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 4px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	margin-left: 5px;
} 
/*.d3 .d3Menu ul li a:visited{
	color: #000;
} */
.d3 .d3Menu ul li a:hover, .menu ul li .current{
	background-color:#E6EFF7;
}
.cPage {
	color: #F00;
	background-color:#E6EFF7;
	
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;	
}
	.dPage {
	color: #F00;
	background-color:#C4D0D9;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	}
.d4 {
	height: 25px;
	background-color: #E6EFF7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9d8df;
	padding: 5px;
}
.d4 .d4Ads {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
.d4 .d4Search {
	float: right;
	text-align: right;
	padding-right: 10px;
}
.d5 {
	background-color: #f4f9fc;
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.d5 .d5Left {
	width: 28.5%;
	float: left;
	height: auto;
}
.d5 .d5Center {
	width: 42.6%;
	float: left;
	height: 100%;
	margin-left: 2px;
}
.d5 .d5Right {
	float: right;
	width: 28.5%;
	height: auto;
}
.d6 {
	height: 18px;
	background-color: #a6b9c6;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c9d8df;
}
.t1 {
	border: 1px solid #DBDBDB;
}
.SLBox {
	background-color: #FFF;
	width: 95%;
	border:1px solid #c9d8df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	margin-right: auto;
	margin-left: auto;
}
.SLBox .SLTitle {
	width: 100%;
	background-color: #E6EFF7;
	text-align: center;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 20px;
	padding-top: 2px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9d8df;
}
.SLBox .SLBody {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.SLBox .SLBody iframe {
	overflow: hidden;
	width: 250px;
	height: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.vTab {
	height: 10px;
	clear: both;
}
.Ads250 {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c9d8df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	overflow: hidden;
	padding: 5px;
	height: auto;
	width: 250px;
	background-color: #FFF;
}
.Ads300 {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c9d8df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	overflow: hidden;
	padding: 5px;
	height: 284px;
	width: 340px;
	background-color: #FFF;
}
.cls {
	clear: both;
}
.TwtBtn {
	background-image: url(../images/twitter.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	width: 130px;
	height: 20px;
	background-color: #eeeeee;
	border: 1px solid #D6D6D6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
}
.FBBtn {
	background-image: url(../images/fb.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	width: 130px;
	height: 20px;
	background-color: #eeeeee;
	border: 1px solid #D6D6D6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
}

.FBLike {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 230px;
	width: 100%;
	margin: -7px;
}
hr {
	border: 0;
	background-color: #c9d8df;
	height: 1px
 }
.CBox {
	border: 1px solid #c9d8df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
}
.CBox .Title {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9d8df;
	font-size: 14px;
	background-color: #E6EFF7;
	font-weight: bold;
}
.CBox .Body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 14px;
}

.CBox .Body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CBox .Body .Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CBox .Body .Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
}
.CBox .Body .DownloadNow {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}


.IMBox {
	height: 260px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c9d8df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	overflow: hidden;
	background-color: #FFF;
}
.IMBox .IMBody {
	background-color: #FFF;
	padding: 3px;
	display: block;
	height: 225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9d8df;
	overflow: auto;
}
.IMBox .IMFooter {
	background-color: #FFF;
	padding: 3px;
	display: block;
	text-align: center;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}


.tweet_list {
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	list-style: none;
}
	.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.3em;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	}
	.tweet_list li a {
		color: #00F;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		display: block;
	}
	.tweet_list .tweet_avatar {
		padding-right: .3em; float: left;
	}
	.tweet_list .tweet_avatar img {
		vertical-align: middle;
	}
.dC0 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
}
.dC0 .dC1 {
	padding: 3px;
	float: left;
	width: 85px;
	background-color: #f4f9fc;
	text-align: center;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #c9d8df;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;	
}
