/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #b8ac82 url(http://th.amatura.com/images/bg-body.png) 50% 0;
	color: #434343;
	font: 11px/14px Arial, Helvetica, sans-serif;
	min-width: 1000px;
}
a {
	color: #b80000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
/* page holder ****************************************************************/
.container {
	width: 996px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

/* header *********************************************************************/
#header {
	background: url(http://th.amatura.com/images/bg-header-footer.png) repeat-x 50% 67px;
	overflow: hidden;
	margin-bottom: -2px;
	position: relative;
	z-index: 1;
	height: 103px;
}
#header .container {
	height: 103px;
}
#header h1 {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
#header h1 a {
	background: url(http://th.amatura.com/images/logo.png) no-repeat;
	width: 317px;
	height: 63px;
	overflow: hidden;
	display: block;
}
#header .choose-cat {
	position: absolute;
	left: 155px;
	top: 74px;
	width: 165px;
	height: 20px;
}
#header .choose-lng {
	position: absolute;
	left: 330px;
	top: 74px;
	width: 100px;
	height: 20px;
}
#header .btn-book {
	position: absolute;
	right: 8px;
	top: 18px;
	width: 485px;
}
.menu {
	position: absolute;
	right: 13px;
	top: 64px;
}
.menu li {
	float: left;
	margin-right: -16px;
}
.menu li a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.menu li a:hover {
	background-position: 0 -42px;
}
.menu-tags {
	background: url(http://th.amatura.com/images/btn-tags.png) no-repeat;
	width: 87px;
	height: 42px;
}
.menu-rss {
	background: url(http://th.amatura.com/images/btn-rss.png) no-repeat;
	width: 87px;
	height: 42px;
}
.nav {
	position: absolute;
	left: 0;
	top: 66px;
}
.nav li {
	float: left;
}
.nav li a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.nav li a:hover {
	background-position: 0 -37px;
}
.nav-home {
	background: url(http://th.amatura.com/images/btn-home.png) no-repeat;
	width: 67px;
	height: 37px;
}
.nav-top-cats {
	background: url(http://th.amatura.com/images/btn-top-cats.png) no-repeat;
	width: 157px;
	height: 37px;
}
.search-box {
	position: absolute;
	right: 74px;
	top: 64px;
}
.search-box label {
	float: left;
}
.search-box input {
	width: 256px;
	padding: 2px 7px;
	background: #fff;
	border: 0;
	margin: 10px 0 0;
	font: 12px/16px Arial, sans-serif;
	color: #999;
	height: 16px;
	float: left;
}
.search-box .btn-search {
	float: left;
	background: url(http://th.amatura.com/images/btn-search.png) no-repeat;
	width: 87px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999px;
}
.search-box .btn-search:hover {
	background-position: 0 -42px;
}

/* main content area **********************************************************/
.thumbs-list {
	text-align: center;
	margin: -8px 0 0;
	padding-bottom: 5px;
}
.thumbs-list ins {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    vertical-align: top;
}
* html .thumb {
	margin: 18px 3px 0px 3px;
}
* html .thumbtr {
	margin: 18px 3px 0px 3px;
}
*+html .thumb {
	margin: 18px 3px 0px 3px;
}
*+html .thumbtr {
	margin: 18px 3px 0px 3px;
}
.thumb {
	width: 242px;
	margin: 18px 2px 0 2px;
	text-align: left;
}
.thumbtr {
	width: 182px;
	margin: 18px 2px 0 2px;
	text-align: left;
}
.thumb .thumb-item {
	display: block;
}
.thumbtr .thumb-item {
	display: block;
}
.thumb .thumb-item img {
	display: block;
	border: 1px solid #434343;
	background: url(http://th.amatura.com/images/thumb.png) no-repeat center;
	width: 240px;
	height: 180px;
}
.thumbtr .thumb-item img {
	display: block;
	border: 1px solid #434343;
	background: url(http://th.amatura.com/images/thumb.png) no-repeat center;
	width: 180px;
	height: 135px;
}
.thumb .thumb-item:hover img {
	border-color: #b90000;
}
.thumbtr .thumb-item:hover img {
	border-color: #b90000;
}
.thumb .thumb-item strong {
	display: block;
	text-align: center;
	color: #434343;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.thumbtr .thumb-item strong {
	display: block;
	text-align: center;
	color: #434343;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.thumb .thumb-item:hover strong {
	color: #b90000;
	text-decoration: none;
}
.thumbtr .thumb-item:hover strong {
	color: #b90000;
	text-decoration: none;
}
.thumb .thumb-item:hover {
	text-decoration: none;
}
.thumbtr .thumb-item:hover {
	text-decoration: none;
}
.thumb .thumb-item strong.name-cat {
	padding: 6px 0 0;
	line-height: 16px;
}
.thumbtr .thumb-item strong.name-cat {
	padding: 6px 0 0;
	line-height: 16px;
}
.thumb-list-styled ins {
	margin-top: 9px;
}
.title {
	background: url(http://th.amatura.com/images/title-left.png) no-repeat;
	padding-left: 35px;
	height: 32px;
	font-size: 18px;
	color: #aa0000;
	line-height: 26px;
	overflow: hidden;
	margin: 10px 0 0;
}
.title span {
	height: 32px;
	background: url(http://th.amatura.com/images/title-right.png) no-repeat 100% 0;
	display: block;
	padding-right: 6px;
}
.title strong {
	height: 32px;
	background: url(http://th.amatura.com/images/title-center.png) repeat-x;
	display: block;
}
.info {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 2px 0 1px;
}
.info ul {
	float: left;
	width: 122px;
	overflow: hidden;
}
.info ul li {
	float: left;
}
.info em {
	float: right;
	font-style: normal;
	color: #000000;
	font-size: 12px;
}
.info strong {
	font-weight: normal;
	font-size: 10px;
	color: #b80000;
}
.cats {
	font-size: 10px;
}
.links li {
	color:#9f5959;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
	padding: 6px 0 0;
}
.links a {
	color: #282828;
}
.links a:hover {
	color: #b90000;
	text-decoration: underline;
}
.links {
	float: left;
	padding: 6px 0 0;
	width: 12.5%;
}
* html .links {
	width: 12%;
}
.links_tags li {
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	padding: 6px 0 0;
}
.links_tags a {
	color: #282828;
}
.links_tags a:hover {
	color: #b90000;
	text-decoration: underline;
}
.links_tags {
	float: left;
	padding: 6px 0 0;
	width: 19.5%;
}
* html .links_tags {
	width: 19.5%;
}
.sites {
	width: 100%;
	overflow: hidden;
}
.sites li {
	float: left;
	width: 12.5%;
	font-size: 12px;
	font-weight: bold;
	color: #b90000;
}
.sites li span {
	margin: 0 10px;
	background: url(http://th.amatura.com/images/dottes.png) repeat-x 0 100%;
	padding: 6px 0 8px;
	display: block;
}
.sites a {
	color: #282828;
}
.sites a:hover {
	color: #b90000;
}
.pagination {
	margin: 10px 0 0;
	overflow: hidden;
	background: #d9d2bb;
	height: 37px;
	line-height: 37px;
}
.left-pager {
	float: left;
	padding-left: 16px;
}
.right-pager {
	float: right;
	padding-right: 16px;
}
.pagination ul li {
	float: left;
	margin: 3px 0 0;
}
.pagination ul li a {
	float: left;
	background: url(http://th.amatura.com/images/page-left.png) no-repeat 9999px 9999px;
	overflow: hidden;
	line-height: 28px;
	padding-left: 0px;
	height: 28px;
	color: #777;
}
.pagination ul li a span {
	float: left;
	background: url(http://th.amatura.com/images/page-right.png) no-repeat 9999px 9999px;
	overflow: hidden;
	line-height: 30px;
	cursor: pointer;
	height: 28px;
	padding: 0 6px 0 2px;
}
.pagination ul li a:hover,
.pagination ul li.active a {
	background-position:  0 0;
	color: #fff;
	text-decoration: none;
}
.pagination ul li a:hover span,
.pagination ul li.active a span {
	background-position: 100% 0;
}
.pagination .prev a {
	background: url(http://th.amatura.com/images/prev.png) no-repeat 0 50% !important;
	padding-left: 32px;
	margin-right: 10px;
}
.pagination .next a {
	background: url(http://th.amatura.com/images/next.png) no-repeat 100% 50% !important;
	padding-right: 32px;
}
.pagination .next a:hover,
.pagination .prev a:hover {
	color: #777;
	text-decoration: underline;
}
.banner {
	width: 1214px;
	height: 262px;
	margin: 5px auto 0;
}
.banner img {
	display: block;
	margin: 0 auto;
}
.bannerlt {
	width: 468px;
	height: 60px;
	margin: 5px auto 0;
}
.bannerlt img {
	display: block;
	margin: 0 auto;
}
.tube-sites{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 6px 0 0;
}
.tube-sites li {
	float: left;
	width: 100%;
	padding: 0 0 0 10px;
}
.tube-sites li .sitename {
	float: left;
	color: #b90000;
	font-size: 12px;
	background: url(http://th.amatura.com/images/dottes.png) repeat-x 0 100%;
	padding: 2px 0 6px;
	width: 150px;
}
.tube-sites li .sitename a {
	color: #b90000;
}
.site-links {
	float: left;
	width: 775px;
	overflow: hidden;
	padding-left: 8px;
	line-height: 22px;
}
.site-links a {
	color: #282828;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.site-links span {
	border-left: 1px solid #282828;
	padding-left: 4px;
}
.site-links span:first-child {
	border: 0;
}
.site-links a:hover {
	color: #b90000;
}
.player-block {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}


/* footer *********************************************************************/
#footer {
	position: relative;
	overflow: hidden;
	background: url(http://th.amatura.com/images/bg-header-footer.png) repeat-x 50% 100%;
}
#footer p {
	color: #282828;
	font-size: 12px;
	font-weight: bold;
	width: 815px;
	padding: 10px 0 0 10px;
	margin: 0 auto;
}
.banners {
	text-align: center;
}
.banners li {
	display: inline;
	padding: 0 4px;
}
#footer .btn-book {
	position: absolute;
	right:10px;
	top: 11px;
}
#footer .flogo {
	position: absolute;
	right: 10px;
	top: 65px;
	background: url(http://th.amatura.com/images/flogo.png) no-repeat;
	width: 155px;
	text-indent: -9999px;
	overflow: hidden;
	height: 31px;
}
.f-nav {
	text-align: center;
	line-height: 36px;
	margin: 18px 0 0;
}
.f-nav li {
	display: inline;
	border-left: 1px solid #1a1a1a;
	padding: 0 0 0 3px;
}
.f-nav li a {
	color: #1a1a1a;
}
.f-nav li a:hover {
	color: #fff;
}
.f-nav li:first-child {
	border: none;
}
.player-side {
	float: left;
	width: 648px;
	padding: 11px 0 0 14px;
	overflow: hidden;
}
.player-side img {
	display: block;
}
.player-side p {
	color: #434343;
	font-size: 12px;
	padding: 3px 0 0;
}
.right-side {
	float: left;
	width: 300px;
	padding: 1px 0 0 10px;
}
* html .right-side {
	overflow: hidden;
}
.right-side img {
	display: block;
}
.right-side .rbanners li {
	margin: 10px 0 0;
	float: left;
	width: 100%;
}
.report {
	width: 110%;
}
.report a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.report li {
	float: left;
	margin: -4px 0 0  -10px;
	padding-right: 10px;
}
.report1 {
	width: 156px;
	height: 42px;
	background: url(http://th.amatura.com/images/btn-report1.png) no-repeat;
}
.report2 {
	width: 156px;
	height: 42px;
	background: url(http://th.amatura.com/images/btn-report2.png) no-repeat;
}
.report a:hover {
	background-position: 0 -42px;
}
.clips {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 0 0;
}
.clips li {
	float: left;
	width: 24.9%;
	font-size: 12px;
	text-indent: 20px;
	line-height: 18px;
}
.clips li a {
	color: #434343;
	text-decoration: underline
}
.clips li a:hover {
	color: #ff0000;
}

