* {
	margin: 0px;
	padding: 0px;
}

#hidden {
	display: none;
}

img{
	border: none;	
}
body {
	font-family: sans-serif, sans, Tahoma;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #333333;
}
a{
	text-decoration: none;
	color: #0066CC;
	
}
a:visited{
	color: #82AC48;
}
a:hover, a:active{
	text-decoration: underline;
}
/* Brand */
#brand {
	width: 100%;
	float: left;
}
#brand h1 a{
	background-image: url(images/logo_ber5.png);
	background-repeat: no-repeat;
	display: block;
	height: 110px;
	width: 218px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	position: relative;
	top: 25px;
}
#brand-small {
	width: 100%;
	float: left;
}
#brand-small h1 a{
	background-image: url(images/logo_small.gif);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 114px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#title {
	font-size: 400%;
	color: #CCCCCC;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 130%;
	font-weight: bold;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	position: relative;
}
#title a{
	color: #CCCCCC;
}

/* Control */
#control {
	width: 100%;
	overflow: hidden;
	float: left;
	visibility: visible;
	position: relative;
	top: -110px;
	height: 23px;
	background-image: url(images/control_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#message {
	display: none;
}
/* Search form */
#searchform {
	width: 290px;
	float: left;
	background-color: #E5E3E0;
	color: #FFFFFF;
	background-image: url(images/searchbox_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#searchform fieldset{
	border: none;	
}
#searchform label{
	display: none;
}
#searchform input.search{
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 18px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #0066CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	top: 2px;
	left: 2px;
	width: 197px;
}
#searchform input.submit{
	margin: 0px;
	padding: 0px;
	height: 23px;
	float: right;
	width: 75px;
	background-image: url(images/searchbox_button.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	position: relative;
	right: 13px;
}

/* meta */
#meta{
	float: right;
	background-color: #E5E3E0;
	background-image: url(images/meta_bg.png);
	height: 23px;
	background-repeat: no-repeat;
	background-position: left top;
}
#meta ul {
	list-style-type: none;
	margin-right: 5px;
	margin-left: 20px;
}
#meta li {
	display: inline;
}
#meta ul li a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 7px;
	padding-left: 5px;
}
#meta ul li a:hover{
	text-decoration: underline;
}
#meta ul li:last-child a{
}

/* Nav Pri */
#nav-pri-wrapper{
	width: 100%;
	float: left;
	background-color: #F7F4F0;
	background-repeat: repeat-x;
	color: #333333;
	background-image: url(images/latest_bg.png);
	background-position: left bottom;
	position: relative;
	top: 5px;
}
#nav-pri {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#nav-pri a{
	color: #333333;
	text-decoration: none;
}
#nav-pri a:hover{
	text-decoration: underline;
}
#nav-latest {
	float: left;
	width: 480px;
}
#latest-title{
	background-image: url(images/latest_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 30px;
	width: 100%;
	text-indent: -9999px;
	margin-top: 2px;
	display: block;
}
ul#latest-list {
}

ul#latest-list li {
	float: left;
	width: 160px;
	height: 144px;
	overflow: hidden;
	margin-bottom: 20px;
}


a.list-img, a.list-img:hover {
	background-image: url(images/noimage.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333333;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}
a.list-txt{
	font-size: 70%;
	text-align: center;
	width: 120px;
	overflow: hidden;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height: 140%;
}

ul#latest-featured {
}

ul#latest-featured li a, ul#latest-featured li a:hover {
}
/*
#pic-more-thumb{
	clear: left;
	float: left;
	margin-top: auto;
}
#pic-more-thumb li{
	float: left;
	height: 30px;
	width: 30px;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
}
*/

#nav-hottest {
	float: left;
	width: 320px;
	background-image: url(images/hottest_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E5E3E0;
	height: 100%;
}

#hottest-title{
	background-image: url(images/hottest_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 320px;
	float: left;
	text-indent: -9999px;
	margin-bottom: 2px;
}

ul#hottest-list li {
	float: left;
	width: 160px;
	height: 144px;
	overflow: hidden;
	margin-bottom: 20px;
}

ul#hottest-featured li a, ul#hottest-featured li a:hover {
}

#nav-pics {
	float: left;
	margin: auto;
	overflow: hidden;
	width: 200px;
	background-color: #CCCCCC;
	background-image: url(images/noword_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#pic-daily {

}

#pic-daily a{
	width: 180px;
	display: block;
	margin-top: 11px;
	overflow: hidden;
	height: 240px;
	position: relative;
	left: 9px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -999999px;
}

#enlarge-pic a{
	background-color: #666666;
	color: #BBBBBB;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	top: -23px;
	position: relative;
	font-weight: bold;
	font-size: 100%;
	left: -10px;
	float: right;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	width: 44px;
}

#more-pic {
	float: left;
	white-space: nowrap;
	font-size: 130%;
	font-weight: bold;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-style: italic;
	width: 147px;
	text-align: center;
	position: relative;
	left: 22px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#more-pic a{
	color: #8AB54E;
}
ul#pic-recent{
	width: 182px;
	display: block;
	overflow: hidden;
	position: relative;
	left: 9px;
	float: left;
	height: 73px;
}
ul#pic-recent li{
	width: 90px;
	float: left;
	list-style-type: none;
}
#pic-recent a, #pic-recent a:hover{
	background-image: url(images/noimage_s.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666666;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
}
#nav-more a, #nav-more a:hover{
	display: none;
}

/* nav cat */
#nav-cat{
	background-color: #333333;
	color: #CCCCCC;
	width: 100%;
	float: left;
	overflow: hidden;
	height: 27px;
	position: relative;
	top: 5px;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-size: 130%;
	line-height: 130%;
}
#nav-cat a{
	color: #CCCCCC;
	text-decoration: none;
}
#nav-cat a:hover{
	text-decoration: underline;
}
#nav-cat-title{
	white-space: nowrap;
	color: #999999;
	float: left;
	margin-left: 5px;
}
#nav-cats{
	list-style-type: none;
	float: left;
	display: block;
	width: 93%;
}
#nav-cats li{
	display: inline;
	float: left;
}
#nav-cats li a{
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#nav-cat-more a{
	white-space: nowrap;
	color: #999999;
	float: right;
	margin-right: 5px;
}

#page_number{
	font-weight: bold;
	color: #CCCCCC;
	font-size: 150%;
	text-align: center;
	width: 100%;
	float: left;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	position: relative;
}

#content{
	width: 100%;
	float: left;
}
#content-wrapper{
	width: 700px;
	margin: auto;
}
#arrow{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	width: 58px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	top: 25px;
}

/* entry */
.entry {
	width: 700px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
img.entry-img{
	float: left;
	margin: 10px;
}

h2.entry-title{
	font-size: 150%;
	color: #333333;
	margin: 10px auto;
	line-height: 110%;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;*/
	font-weight: normal;
}
h2.entry-title a, h2.entry-title a:visited, h2.entry-title a:active{
	color: #333333;
	text-decoration: none;
}
h2.entry-title a:hover{
	text-decoration: underline;
}
.entry-permalink-box{
	color: #999999;
	font-size: 80%;
}
.entry-permalink-box input{
	width: 100px;
	background-color: #EFEFEF;
	border: 1px dotted #EFEFEF;
	padding: 2px;
	color: #666666;
}
.entry-img-enlarge a{
	white-space: nowrap;
	float: left;
}

.entry-content{
	margin: 10px;
	font-size: 90%;
	line-height: 140%;
}
.entry-content p{
	margin-top: 8px;
	margin-bottom: 8px;
}
.entry-content ul, .entry-content p ul {
	margin: 0px;
	padding-left: 20px;
	position: relative;
	visibility: visible;
	left: 30px;
	list-style-type: circle;
	list-style-image: url(images/bullet_content.gif);
	line-height: 150%;
}
.entry-content ol, .entry-content p ol {
	margin: 0px;
	padding-left: 20px;
	position: relative;
	visibility: visible;
	left: 30px;
	list-style-type: decimal;
	line-height: 150%;
}
.entry-content blockquote, .entry-content p blockquote{
	margin: 0px;
	padding-left: 20px;
	position: relative;
	visibility: visible;
	left: 30px;
	background-image: url(images/quote_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.entry-content img, .entry-content p img, .entry-content p a img{
	margin: 10px;
}


/* vote sakid */
.votesakid{
	color: #CCCCCC;
	font-size: 80%;
	float: right;
	width: 140px;
	font-weight: bold;
	height: 60px;
}
.label{
	white-space: nowrap;
	text-align: center;
}
.stars{
	height: 18px;
	text-align: center;
}
.rating{
	white-space: nowrap;
	text-align: center;
}
/* end vote sakid */

.entry-game a{
	text-decoration: none;
	background-image: url(images/start_button.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 37px;
	width: 131px;
	float: left;
	margin-bottom: 10px;
}
ul.entry-nav-menu{
	list-style-type: none;
}
.entry-content ul.entry-nav-menu, .entry-content p ul.entry-nav-menu {
	list-style-image: none;
}
ul li.entry-nav-menu-album {
	float: left;
	clear: left;
}
li.entry-nav-menu-album a{
	text-indent: -99999px;
	display: block;
	background-image: url(images/album_ico.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 55px;	
	margin-right: 5px;
	margin-bottom: 5px;
}
ul li.entry-nav-menu-audio {
	float: left;
	clear: left;
}
li.entry-nav-menu-audio a{
	text-indent: -99999px;
	display: block;
	background-image: url(images/audio_ico.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul li.entry-nav-menu-video {
	float: left;
	clear: left;
}
li.entry-nav-menu-video a{
	text-indent: -99999px;
	display: block;
	background-image: url(images/video_ico.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 55px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.entry-embed{
	float: left;
	font-weight: bold;
	color: #CC0000;
	font-size: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
}
.entry-embed-close a{
	background-image: url(images/arrow_close.png);
	background-repeat: no-repeat;
	float: right;
	height: 37px;
	width: 22px;
	text-indent: -99999px;
	position: relative;
	top: -50px;
	left: 30px;
}
.entry-box-album{
	width: 550px;
	height: 550px;
}
.entry-box-audio{
	height: 70px;
	width: 250px;
}
.entry-box-video{
	height: 420px;
	width: 560px;
}

.entry-thumb a{
	text-decoration: none;
	background-image: url(images/noimage_s.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 50px;
	float: left;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.entry-meta{
	float: left;
	white-space: nowrap;
	clear: left;
	font-size: 80%;
	color: #CCCCCC;	
}
.entry-meta a, .entry-meta a:link, .entry-meta a:visited{
	color: #CCCCCC;
}
.entry-meta a:hover{
}
.entry-meta-co2{
	float: left;
	white-space: nowrap;
}
.entry-cat{
	font-size:140%;
	color: #CCCCCC;
	margin: 10px auto;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
}

/** entry small **/
.entry-small{
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 85px;
}
.entry-thumb a{
	text-decoration: none;
	background-image: url(images/noimage_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 50px;
	float: left;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
h2.entry-small-title{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	position: relative;
	top: -10px;
	float: left;
	width: 280px;
	height: 30px;
	overflow: hidden;
	font-weight: normal;
}
h2.entry-small-title a, h2.entry-title a:visited, h2.entry-title a:active{
	color: #333333;
	text-decoration: none;
}
h2.entry-small-title a:hover{
	text-decoration: underline;
}

.entry-small-content{
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 280px;
	height: 35px;
	overflow: hidden;
	line-height: 18px;
	position: relative;
	top: -10px;
}
.entry-small-cat{
	float: left;
	font-size: 17px;
	color: #CCCCCC;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-weight: normal;
	width: 200px;
	height: 18px;
	position: relative;
	left: 10px;
	overflow: hidden;
	top: -2px;
	line-height: 18px;
}
/** end entry small **/

/***** small full *****/
h2.entry-small-full-title{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	position: relative;
	top: -10px;
	float: left;
	width: 630px;
	height: 30px;
	overflow: hidden;
	font-weight: normal;
}
h2.entry-small-full-title a, h2.entry-title a:visited, h2.entry-title a:active{
	color: #333333;
	text-decoration: none;
}
h2.entry-small-full-title a:hover{
	text-decoration: underline;
}

.entry-small-full-content{
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 630px;
	height: 35px;
	overflow: hidden;
	line-height: 18px;
	position: relative;
	top: -10px;
}
.entry-small-full-cat{
	float: left;
	font-size: 17px;
	color: #CCCCCC;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-weight: normal;
	width: 550px;
	height: 18px;
	position: relative;
	left: 10px;
	top: -2px;
	line-height: 18px;
	overflow: hidden;
}
/***** end small full *****/

/***** votesakid small *****/
.votesakid-small{
	float: left;
	width: 80px;
	height: 15px;
}
.votesakid-small img{
	margin: 0px;
}
/***** end votesakid small *****/
#more {
	font-size: 400%;
	color: #8AB54E;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 200%;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-weight: bold;
}
#more a{
	color: #8AB54E;
}
/*
#gotop {
	font-size: 150%;
	color: #FFFFFF;
	float: right;
	line-height: 130%;
	background-color: #0066CC;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
*/
#gotop a{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/arrow_up.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 63px;
	width: 58px;
	float: right;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#nav-sec{
	float: left;
	width: 100%;
	background-color: #F8F5F1;
	background-repeat: repeat-x;
	color: #666666;
	background-image: url(images/nav_bottom_bg.png);
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 250px;
}
#nav-sec a{
	color: #666666;
}
/***** nav sec menu *****/
#nav-sec-menu{
	float: left;
	position: relative;
	left: 20px;
	width: 500px;
	list-style-type: none;
	top: 10px;
}
#nav-sec-menu-link-1{
	display: inline;
}
#nav-sec-menu-link-1 a{
	float: left;
	position: relative;
	left: 20px;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-size: 250%;
	color: #BCBCBC;
	display: block;
	font-weight: bold;
}
#nav-sec-menu-link-2{
	display: inline;
}
#nav-sec-menu-link-2 a{
	float: left;
	position: relative;
	left: 50px;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-size: 250%;
	color: #BCBCBC;
	display: block;
	font-weight: bold;
}
/***** end nav sec menu *****/
#nav-cat-full{
	float: left;
	width: 700px;
	padding: 10px;
	margin-top: 5px;
	font-size: 130%;
	line-height: 100%;
	clear: left;
}
#nav-search{
	float: left;
	width: 700px;
	font-weight: normal;
	line-height: 130%;
	font-size: 80%;
	padding: 10px;
	clear: left;
}
/* Search form full */
#searchform-full {
	width: 400px;
	float: left;
	position: relative;
	top: 20px;
	left: 200px;
}
legend {
	display: none;
}
#searchform-full fieldset{
	border: none;	
}
#searchform-full fieldset label {
	display: none;
}
#searchform-full input.search{
	width: 400px;
	float: left;
	height: 40px;
	color: #0066CC;
	display: block;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-size: 300%;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#searchform-full input.submit{
	float: left;
	width: 120px;
	height: 48px;
	font-size: 400%;
	color: #FFFFFF;
	font-family: LilyUPC, JasmineUPC, KodchiangUPC, Tahoma;
	font-weight: bold;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#searchform-full label{
	display: inline;
}
/* OLD search form full*/


#nav-nav{
}
#nav-nav a{
	background-image: url(images/nav_nav_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	width: 151px;
	display: block;
	text-indent: -9999px;
	float: right;
	position: relative;
	top: -20px;
}

#plugs{
	margin: 10px;
	float: right;
	font-size: 70%;
	clear: right;
	position: relative;
	top: 10px;
}
#counter{
}
/* single plugs */
#single-plugs-1{
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#single-plugs-1 a:hover{
}
#single-plugs-1-title{
	color: #CCCCCC;
	float: right;
	font-size: 150%;
	line-height: 130%;
	width: 700px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-top: 5px;
	margin-bottom: 5px;
}
#single-plugs-2{
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#single-plugs-2 a:hover{
}
#single-plugs-2-title{
	color: #CCCCCC;
	float: right;
	font-size: 150%;
	line-height: 130%;
	width: 700px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-top: 5px;
	margin-bottom: 5px;
}
#single-plugs-3{
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#single-plugs-3 a:hover{
}
#single-plugs-3-title{
	color: #CCCCCC;
	float: right;
	font-size: 150%;
	line-height: 130%;
	width: 700px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* end single plugs */
.entry-noword{
	display: block;
	float: left;
	width: 200px;
}
.entry-noword-thumb{
}
.entry-noword-titlee{
}
.entry-noword-meta{
}
/* Top 20 */
#votesakid_top20_list{
	width: 700px;
}
/* Top 50 */
#votesakid_top50_list{
	width: 700px;
}
#floaty-uni a{
	background-image: url(images/homeclip.png);
	height: 97px;
	width: 101px;
	position: absolute;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
}
#floaty a{
	background-image: url(images/king_80.gif);
	height: 67px;
	width: 34px;
	position: absolute;
	background-repeat: no-repeat;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
}
#feed a{
	background-image: url(images/feed-icon-32x32.png);
	height: 32px;
	width: 32px;
	position: relative;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
}
.ad-post{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	font-size: 80%;
}
.ad-post-wide{
	width: 728px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	position: relative;
	top: 10px;
}
.ad-post-sky-l{
	width: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 150px;
	left: 20px;
	z-index: 10;	
	background-color: #FFFFFF;
}
.ad-post-sky-r{
	width: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 550px;
	right: 20px;	
	z-index: 10;
	background-color: #FFFFFF;	
}
.ad-single{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.ad-box{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 125px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 2px;
	left: 0px;
	padding: 0px;
	overflow: hidden;
}
.ad-box-200{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 40px;
	left: 35px;
	padding: 0px;
	overflow: hidden;
}
.ad-box-300{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 40px;
	left: 35px;
	padding: 0px;
	overflow: hidden;
}
.ad-box-336{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 336px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 40px;
	left: 35px;
	padding: 0px;
	overflow: hidden;
}
.ad-box-sky{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 120px;
	height: 90px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	left: 0px;
	padding: 0px;
	overflow: hidden;
}
.ad-title a, .ad-title a:link, .ad-title a:visited{
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}
#logintitle{
	background-color: #F2F2F2;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	width: 650px;
	padding: 10px;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;
	clear: left;
}
#login{
	width: 400px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	clear: left;
}
/* a.gosee,a:visited.gosee{ */
a.gosee{
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ads-180{
	color: #AAAAAA; 
	font-size: 80%; 
	font-weight: bold;
	width: 180px;
	float: left;
	margin-bottom: 20px;
}
