@import url('reset.css');
#divExoLayerWrapper{
left:auto !important;
right:0 !important;
}

 /* NEW (check colors) */
.att {width:100%;background:#ff0000;margin: 0 auto;}

.text_box {width:100% margin:0 auto; overflow:hidden; padding:5px 15px; text-align:left;} 
.h2_text {color:#fff;}
.text {font-family: Tahoma, Geneva, sans-serif;font-size: 12px;color: #fff;} 
 /* NEW */
 
body {
	background: url(../img/bg.png);
	font-family: Myriad Pro, Tahoma, Geneva, sans-serif;
}

.top-line {
	background: #383838;
	height: 18px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
}

.top-line a {
	color: #ffffff;
}

.top-line a:hover {
	text-decoration: none;
}

.header {
	background: #1F1B1A;
	height: 85px;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	margin-top: 10px;				/* ADD */
	height: 85px;
	width: 315px;
	float: left;
	margin-left: 38px;
	overflow: hidden;
}

.logo img {
	display: block;
}

.head-top {
	float: right;
	overflow: hidden;
	margin-top: 5px;
}

.head-top ul {
	font-size: 13px;
	line-height: 14px;
	float: left;
	margin-right: 40px;
}

.head-top ul a {
	display: block;
	background: url(../img/icon-head-top.png) no-repeat 0 2px;
	color: #ffd400;
	padding-left: 15px;
}

.head-top ul a:hover {
	color: #ffffff;
}

.menu-bl {
	background: #4f4f4f;
	height: 31px;
	margin: 0 auto;
}

.menu {
	margin: 3px 0 0 12px;
	overflow: hidden;
	float: left;
}

.menu li {
	background: url(../img/border-menu.png) no-repeat left top;
	height: 25px;
	float: left;
	padding-left: 3px;
}

.menu li:first-child {
	background: none;
	padding-left: 0;
}

.menu li a {
	display: block;
	font-size: 13px;
	color: #ffd400;
	text-decoration: none;
	line-height: 25px;
	padding: 0 13px;
}

.menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.search {
	height: 25px;
	float: right;
	margin: 3px 9px 0 0;
}

.search li {
	float: left;
	margin-left: 3px;
}

.cusel {
	width: 144px;
}

.search-inp {
	background: url(../img/bg-search-inp.png) no-repeat;
	border: none;
	width: 130px;
	height: 23px;
	font: 13px Myriad Pro, Tahoma, Geneva, sans-serif;
	color: #504e40;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

.search-btn {
	background: url(../img/btn-search.png) no-repeat;
	border: none;
	width: 53px;
	height: 24px;
	cursor: pointer;
}

.tit {
	overflow: hidden;
	position: absolute;
	top: -18px;
}

.tit div {
	background-image: url(../img/bg-title.png);
	float: left;
}

.tit-l {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 65px;
	height: 36px;
}

.tit-c {
	background-position: 0 -36px;
	background-repeat: repeat-x;
	height: 35px;
	font-size: 18px;
	color: #ffffff;
	line-height: 35px;
	margin-top: 3px;
	padding-right: 11px;
}

.tit-c span {
	color: #000000;
}

.tit-r {
	background-position: 0 -71px;
	background-repeat: no-repeat;
	width: 12px;
	height: 40px;
	margin-top: 3px;
}

.th-bl {
	text-align: center;
	margin: 27px auto 0;
	padding-top: 27px;
	position: relative;
}

.th-bl .tit {
	left: 14px;
}

.th {
	position: relative;																	 /* ADD */
	display: inline-block;
	background: url(../img/bg-th.png) no-repeat;
	width: 333px;
	height: 296px;
	margin: 0 -2px 3px;
}

.th:hover {
	background-position: 0 -296px;
}

.tags {
	background: url(../img/icon-tags.png) no-repeat;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	margin: 5px 11px 0;
	padding-left: 16px;
}

/* NEW */
.th .report {
	position:absolute;
	bottom:36px;
	left:9px;
	padding:1px;
	width:38px;
	height:14px;
	line-height:15px;
	background-color:#aa413d;
	text-transform: uppercase;
	text-align: center;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.th .report a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.th .report a:hover {
	color:#FFFE88;
}
 /* NEW */
 
.tags a {
	color: #ffffff;
	text-decoration: none;
}

.tags a:hover {
	color: #000000;
	text-decoration: underline;
}

.th-img {
	display: block;
	width: 320px;
	height: 240px;
	margin: 5px 0 0 7px;
}

.th-img img {
	display: block;
	width: 320px;
	height: 240px;
}

.date {
	background: url(../img/icon-date.png) no-repeat;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-align: left;
	margin: 4px 0 0 11px;
	padding-left: 21px;
	float: left;
}

																																/* ADD */
.date a {
	color: #ffffff;
	text-decoration: none;
}

.date a:hover {
	text-decoration: underline;
}
																																/* ADD */

.sp {
	background: url(../img/icon-sp.png) no-repeat right top;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	margin: 4px 11px 0 0;
	padding-right: 21px;
	float: right;
}

.sp a {
	color: #ffffff;
	text-decoration: none;
}

.sp a:hover {
	color: #000000;
	text-decoration: underline;
}

.pagination {
	font-size: 14px; 																		/* EDIT */
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;																		 /* EDIT */
}

.pagination a {
	display: inline-block;
	background: #414141;
	border: 1px solid #414141;
	height: 16px;																				/* EDIT */
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px;
}

.pagination a:hover {
	text-decoration: underline;
}

.top-th-bl {
	width: 997px;
	text-align: center;
	margin: 27px auto 0;
	padding-top: 27px;
	position: relative;
}

.top-th-bl .tit {
	left: 14px;
}

.top-th {
	display: inline-block;
	background: #4f4f4f;
	width: 164px;
	height: 144px;
	margin: 0 1px 6px;
}

.top-th:hover {
	background: #eca606;
}

.top-th a {
	display: block;
	width: 164px;
	height: 144px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.top-th a img {
	display: block;
	width: 160px;
	height: 120px;
	margin: 2px auto 0;
}

.top-th a span {
	display: block;
	background: url(../img/icon-top-th.png) no-repeat 0 -4px;
	line-height: 17px;
	margin: 4px 2px 0;
	padding-left: 19px;
}

.bg-bl1, .bg-bl2 {
	width: 987px;
	margin: 30px auto 0;
}

.bg-bl-t {
	width: 987px;
	height: 16px;
	position: relative;
}

.bg-bl-t .tit {
	left: 15px;
}

.bg-bl-c {
	width: 987px;
	overflow: hidden;
}

.bg-bl-b {
	width: 987px;
	height: 8px;
}

.bg-bl1 .bg-bl-t {
	background: url(../img/bg-bl1-t.png) no-repeat;
}

.bg-bl1 .bg-bl-c {
	background: #4f4f4f;
}

.bg-bl1 .bg-bl-b {
	background: url(../img/bg-bl1-b.png) no-repeat;
}

.bg-bl2 .bg-bl-t {
	background: url(../img/bg-bl2-t.png) no-repeat;
}

.bg-bl2 .bg-bl-c {
	background: #4f4f4f;
}

.bg-bl2 .bg-bl-b {
	background: url(../img/bg-bl2-b.png) no-repeat;
}

.list1 {
	width: 142px;
	margin: 15px 11px 12px;
	float: left;
}

.list1 a {
	display: block;
	background: url(../img/icon-list1.png) no-repeat;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
	padding-left: 20px;
}

.list1 a:hover {
	color: #ffd400;
}

.list2 {
	width: 175px;
	margin: 15px 11px 12px;
	float: left;
}

.list2 a {
	display: block;
	background: url(../img/icon-list2.png) no-repeat;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
	padding-left: 19px;
}

.list2 a:hover {
	color: #ffd400;
}

.list3 {
	width: 175px;
	margin: 15px 11px 12px;
	float: left;
}

.list3 a {
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
}

.list3 a:hover span {
	color: #ffd400;
}

																								/* ADD (edit colors) */
								/* ADD begin (edit colors) */
.links {padding-top: 3px; font-size:12px; color:#fff; text-align: center;}
.links a, .links a:visited {color:#fff; text-decoration:none;}
.links a:hover {text-decoration:underline;}

.links table{
	border-collapse:separate;
	border-spacing:8px 0;
	width:100%;
	margin:10px 0 0;
}
.links table th{
	font-size:15px;
	font-weight:normal;
	color:#ffd400;
	line-height:18px;
	text-align:right;
	width:95px;
}
.links table td{
	font-size:15px;
	font-weight:normal;
	color:#000;
	line-height:18px;
}
.links table td a{
	color:#fff;
	text-decoration:none;
}
.links table td a:hover{
	color: #ffd400;
	text-decoration:underline;
}
/*links end*/
																									/* ADD (edit colors) */

.list4 {
	margin: 17px 7px 12px;
}

.list4 li {
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
}

.list4 li span {
	display: block;
	color: #ffd400;
	text-align: right;
	width: 84px;
	float: left;
	margin-right: 10px;
}

.list4 li a {
	color: #ffffff;
	text-decoration: none;
}

.list4 li a:hover {
	color: #ffd400;
}

.menu-b {
	background: #4f4f4f;
	height: 31px;
	text-align: center;
	margin-top: 27px;
}

.menu-b a {
	display: inline-block;
	background: url(../img/border-menu.png) no-repeat;
	height: 25px;
	font-size: 13px;
	color: #ffd400;
	text-decoration: none;
	line-height: 25px;
	margin-top: 3px;
	padding: 0 10px 0 13px;
}

.menu-b a:first-child {
	background: none;
	padding-left: 10px;
}

.menu-b a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-bg {
	background: url(../img/bg-footer.png) repeat-x;
	margin-top: 23px;
}

.footer {
	width: 1020px;
	height: 65px;
	margin: 0 auto;
	overflow: hidden;
}

.logo-footer {
	float: right;
	margin-right: 1px;
}

.footer-desc {
	width: 748px;
	font-size: 11px;
	color: #ffffff;
	line-height: 12px;
	text-align: right;
	float: left;
	margin-top: 9px;
}

.footer-desc a {
	color: #000000;
	text-decoration: none;
}

.footer-desc a:hover {
	text-decoration: underline;
}


								/* ADD begin (custom gals, edit colors) */
.flash { width:660px; float:left; padding:3px;}

.player {width:660px;}
.player {text-align:left !important}

.ad1 {padding:20px 0;}
.ad1 a {font-size:56px; color: #fff; text-decoration: underline; font-weight:bold; text-align:center;}
.ad1 a:hover {text-decoration: none;}

.line {padding:3px 0; font-size:14px; color: #fff; text-align:center;}
.line em {font-weight:bold;}
.line a {color: #fff; text-decoration: underline;}
.line a:hover {text-decoration: none;}
								/* ADD end (custom gals, edit colors) */