@import url("default.css"); 
@import url("comment.css");
@import url("toolsbar.css");
@import url("pageturn.css");
@import url("category/music.css"); 
@import url("category/movie.css"); 
@import url("category/art.css");
@import url("category/fashion.css");
@import url("category/sports.css");
@import url("category/celebrity.css");
@import url("category/engine.css");
@import url("category/eatable.css");
@import url("category/wallpaperly.css");

#main-column {
	width: 600px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: relative;
}
#sub-column {
	width: 151px;
	float: left;
	position: relative;
}
#function-column {
	width: 250px;
	float: right;
}
#topper {
	background-image: url(../images/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
/*==========================="Topper Bg"=================================*/
#music #topper {
	background-image: url(../images/category/music/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#movie #topper {
	background-image: url(../images/category/movie/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#art #topper {
	background-image: url(../images/category/art/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#fashion #topper {
	background-image: url(../images/category/fashion/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#sports #topper {
	background-image: url(../images/category/sports/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#celebrity #topper {
	background-image: url(../images/category/celebrity/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#engine #topper {
	background-image: url(../images/category/engine/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#eatable #topper {
	background-image: url(../images/category/eatable/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
#wallpaperly #topper {
	background-image: url(../images/category/wallpaperly/topper_bg.png);
	background-repeat: repeat-x;
	height: 36px;
}
/*============================================================*/
#topper-logo {
	float: left;
	display: inline;
	margin-left: 8px;
	height: 36px;
	overflow: hidden;
}
#topper-search {
	margin-top: 8px;
	float: right;
	margin-right: 8px;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	display: inline;
	background-color: #FFFFFF;
}
#topper-search input.text {
	height: 12px;
	border: 2px solid #FFFFFF;
	color: #999999;
	width: 116px;
	text-align: left;
	padding-top: 0px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
#topper-search input.button {
	background-color: #C3C3C3;
	height: 18px;
	font-weight: bold;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9px;
	text-align: center;
}
#topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/topper_image.JPG);
	background-repeat: no-repeat;
}
/*==========================="Topper Image"=================================*/
#music #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/music/topper_image.JPG);
	background-repeat: no-repeat;
}
#movie #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/movie/topper_image.JPG);
	background-repeat: no-repeat;
}
#art #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/art/topper_image.JPG);
	background-repeat: no-repeat;
}
#fashion #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/fashion/topper_image.JPG);
	background-repeat: no-repeat;
}
#sports #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/sports/topper_image.JPG);
	background-repeat: no-repeat;
}
#celebrity #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/celebrity/topper_image.JPG);
	background-repeat: no-repeat;
}
#engine #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/engine/topper_image.JPG);
	background-repeat: no-repeat;
}
#eatable #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/eatable/topper_image.JPG);
	background-repeat: no-repeat;
}
#wallpaperly #topper-image {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECECE;
	border-bottom-color: #FFFFFF;
	width: 600px;
	height: 113px;
	background-image: url(../images/category/wallpaperly/topper_image.JPG);
	background-repeat: no-repeat;
}
/*============================================================*/
#subnav {
	background-image: url(../images/subnav_bg.png);
	background-repeat: repeat-x;
	height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
#subnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 10px;
	background-color: transparent;
}
/*==========================="Content frame"=================================*/
#content-frame {
	background-image: url(../images/content-frame_bg.png);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 45px;
}
/*==========================="Normal Column Style"=================================*/
.content-col {
	padding-right: 20px;
	padding-left: 20px;
}
.content-col h1 {
	padding-bottom: 3px;
	font-size: 14px;
	color: #52A64D;
}
.content-col p {
	margin-bottom: 1em;
}
.content-col h2 {
	font-size: 11px;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-top: 1em;
}
.content-col h3 {
	padding-bottom: 3px;
	font-size: 10px;
	color: #666666;
	margin-bottom: 1em;
}
.content-col h2 span {
	float: right;
}
/*==========================="Form Column Style"=================================*/
.content-col-form {
	padding-right: 20px;
	padding-left: 20px;
}
.content-col-form h1 {
	padding-bottom: 3px;
	font-size: 14px;
	color: #52A64D;
}
.content-col-form p {
	margin-bottom: 1em;
}
.content-col-form h2 {
	font-size: 11px;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	padding-top: 1em;
}
.content-col-form h2 span {
	float: right;
}
.content-col-form .form-content {
}
.content-col-form .form-content td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	padding-left: 5px;
}
.content-col-form .form-content td.notice {
	color: #FF0000;
	font-weight: bold;
}
.content-col-form .form-content input {
	padding-top: 1px;
	padding-bottom: 1px;
}
/*==========================="Quick Nav Below Style"=================================*/
.quicknav01 {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 20px;
	width: 100%;
	background-image: url(../images/quicknav01_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
}
.quicknav01 li {
	display: inline;
	float: left;
	margin-right: 1px;
}
.quicknav01 li a {
	display: block;
	text-decoration: none;
	color: #666666;
	margin-top: 2px;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.quicknav01 li a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
.quicknav01 li a.on {
	color: #666666;
	text-decoration: none;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.quicknav01 li a.on:hover {
	background-color: #FFFFFF;
	color: #333333;
}
/*==========================="Button Frame & Tip Frame"=================================*/
.but-frame {
	text-align: center;
	margin-top: 10px;
}
.but-frame a:hover {
	background-color: transparent;
}
.but-frame img {
	margin-right: 25px;
	margin-left: 25px;
}
.but-frame input {
	margin-right: 25px;
	margin-left: 25px;
}
.tip-frame {
	font-size: 10px;
	color: #000000;
	background-color: #FEFDE0;
	margin-top: 10px;
	line-height: 1.5em;
	background-image: url(../images/icon_attention.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.tip-frame a {
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.tip-frame a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #FF0000;
}
/*==========================="Pageturn"=================================*/
.pageturn {
	text-align: right;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}
.pageturn a {
	font-weight: normal;
	text-decoration: none;
}
.pageper {
	float: left;
	color: #999999;
}
.pageper a {
	color: #333333;
}
.pageper a:hover {
	background-color: #999999;
}
/*==========================="Footer"=================================*/
#footer {
	background-color: #AAAAAA;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 150px;
	margin-top: 1px;
	overflow: hidden;
}
#footer-logo-b {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
}
#footer .webreview {
	display: inline;
	float: left;
	width: 200px;
	height: 70px;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 10px;
}
#footer-menu {
	list-style-position: outside;
	list-style-type: none;
	width: 180px;
	float: right;
	margin-top: 20px;
	height: 70px;
	text-align: right;
}
#footer-menu li {
	display: block;
	margin-bottom: 3px;
	padding-right: 20px;
}
#footer-menu a {
	color: #CCCCCC;
	text-decoration: none;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #828382;
	padding-right: 10px;
}
#footer-menu a:hover {
	text-decoration: none;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: transparent;
	color: #FFFFFF;
}
#footer-nav {
	list-style-position: outside;
	list-style-type: none;
	clear: right;
	height: 15px;
	display: block;
	text-align: right;
	margin-right: 20px;
	padding-top: 5px;
	margin-left: 120px;
}
#footer-nav li {
	display: inline;
}
#footer-nav a {
	color: #EEEEEE;
	text-decoration: none;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 5px;
	padding-bottom: 2px;
}
#footer-nav a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	background-color: transparent;
	color: #FFFFFF;
}
#footer-nav a.sports:hover {
	color: #000099;
	border-bottom-color: #000099;
	border-bottom-style: solid;
}
#footer-nav a.art:hover {
	color: #369EFF;
	border-bottom-color: #369EFF;
	border-bottom-style: solid;
}
#footer-nav a.music:hover {
	color: #B30898;
	border-bottom-color: #B30898;
	border-bottom-style: solid;
}
#footer-nav a.movie:hover {
	color: #FF6600;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
}
#footer-nav a.fashion:hover {
	color: #CC0000;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
}
#footer-nav a.celebrity:hover {
	color: #FF4D87;
	border-bottom-color: #FF4D87;
	border-bottom-style: solid;
}
#footer-nav a.engine:hover {
	color: #8C4D2D;
	border-bottom-color: #8C4D2D;
	border-bottom-style: solid;
}
#footer-nav a.eatable:hover {
	color: #00AFA9;
	border-bottom-color: #00AFA9;
	border-bottom-style: solid;
}
#copyright {
	clear: both;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	color: #EEEEEE;
	padding-bottom: 2px;
}
img.rss {
	margin-bottom: -2px;
	margin-left: 2px;
}
input.simple {
}