/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #f1f5fd url(../images2/bg-html.gif) repeat-x;
	height: 100%;
}
body {
	background: url(../images2/bg-body.jpg) repeat-x 0 100%;
	color: #000;
	font: 11px/14px Arial, Helvetica, sans-serif;
	min-height: 100%;
	position: relative;
}
a:hover {
	
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}

/* page holder ****************************************************************/

.wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
}
.wrapper-top {
	top: 0;
}
.wrapper-bottom {
	bottom: 0;
}
.wrapper .centered {
     width: 952px;
     left: 50%;
     top:0;
     margin-left: -476px;
     position: relative;
     height: 178px;
}
.wrapper-top .right-corner {
     width: 178px;
     left: 952px;
     top: 0;
     position: absolute;
     background: url(../images2/top-right.jpg) no-repeat;
     height: 178px;
}
.wrapper-top .left-corner {
     width: 90px;
     left: -90px;
     top: 0;
     position: absolute;
     background: url(../images2/top-left.jpg) no-repeat;
     height: 178px;
}
.wrapper-bottom .right-corner {
     width: 70px;
     left: 952px;
     bottom: 0;
     position: absolute;
     background: url(../images2/bottom-right.jpg) no-repeat;
     height: 184px;
}
.wrapper-bottom .left-corner {
     width: 70px;
     left: -70px;
     bottom: 0;
     position: absolute;
     background: url(../images2/bottom-left.jpg) no-repeat;
     height: 184px;
}
*+html .wrapper .right-corner {
	left: 952px;
}
#container {
	width: 952px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* header *********************************************************************/
#header {
	background: url(../images2/bg-header.jpg) no-repeat;
	height: 147px;
	overflow: hidden;
}
#header h1  {
	display: block;
	text-indent: -9999px;
	width: 363px;
	height: 146px;
}
.search {
	background: url(../images2/search-icon.png) no-repeat 0 2px;
	position: absolute;
	top: 6px;
	right: 2px;
	width: 190px;
	overflow: hidden;
	padding-left: 27px;
}
.s-input {
	overflow: hidden;
	float: left;
}
.s-input input {
	font: 10px Arial, sans-serif;
	padding: 0 0 0 3px;
	border: 1px solid #bababa;
	width: 128px;
	height: 16px;
}
.image-button {
	margin-left: 7px;
}
.header-text {
	position: absolute;
	top: 30px;
	left: 406px;
	width: 538px;
}
.header-text span {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #007e98;
}
.header-text p {
	margin: 0;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #007e98;
}
.header-text p a {
	color: #007e98;
	text-decoration: underline;
}
.header-text p a:hover {
	text-decoration: none;
}
.blog {
	background: url(../images2/blog-icon.png) no-repeat;
	width: 83px;
	height: 32px;
	position: absolute;
	text-indent: -9999px;
	top: 112px;
	right: 6px;
}
.blog:hover {
	background-position: 0 -32px;
}
.models {
	background: url(../images2/models-icon.png) no-repeat;
	width: 83px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 112px;
	right: 85px;
}
.models:hover {
	background-position: 0 -32px;
}


/* main column ****************************************************************/
#leftcol {
	width: 191px;
	float: left;
	overflow: hidden;
}
#leftcol h2 {
	background: url(../images2/bg-h2.gif) no-repeat;
	width: 192px;
	height: 34px;
	text-align: center;
	color: #007e98;
	font: 18px/33px Arial, helvetica, sans-serif;
}
.left-menu {
	font: 12px/22px Arial, helvetica, sans-serif;
	border-bottom: none;
	width: 189px;
	padding-top: 5px;
	margin-bottom: 8px;
}
.left-menu li {
	margin-left: 4px;
	overflow: hidden;
	height: 1%;
}
.left-menu li a {
	background: url(../images2/bg-left-menu.png) no-repeat;
	overflow: hidden;
	width: 182px;
	height: 27px;
	display: block;
	color: #6e6d6d;
	text-decoration: none;
	padding-left: 62px;
	text-transform: uppercase;
}
.left-menu li a:hover {
	background-position: 0 100%;
	color: #1b869c;
	font-weight: bold;
}
.left-box-center {
	background: url(../images2/left-box-center.gif) repeat-y;
	overflow: hidden;
	margin-bottom: 6px;
}
.left-box-bottom {
	background: url(../images2/left-box-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
.rated {
	width: 192px;
}
.rated li {
	padding: 10px 0 4px 0;
}
.rated img {
	margin: 0 auto;
	display: block;
	border: 1px solid #90bbc9;
}
.review {
	background: url(../images2/read-rew.jpg) no-repeat 50% 0;
	overflow: hidden;
	display: block;
	font: bold 14px/42px Arial, helvetica, sans-serif;
	color: #4c4c4c;
	text-decoration: none;
	width: 173px;
	height: 44px;
	padding-left: 19px;
}



/* main content area **********************************************************/
#content {
	width: 752px;
	overflow: hidden;
	float: right;
}
#content-long {
	background: #f5f9fd;
	width: 952px;
	overflow: hidden;
}
#content-long-bottom {
	background: url(../images2/long-bottom-line2.gif) no-repeat 0 100%;
	overflow: hidden;
	padding-bottom: 14px;
}
.menu {
	width: 749px;
	font: 18px/28px Segoe UI, Arial, sans-serif;
	padding-left: 10px;
	overflow: hidden;
}
.menu li {
	float: left;
	padding: 0 3px;
}
.menu li a {
	background: url(../images2/button.png) no-repeat;
	width: 140px;
	height: 42px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
}
.menu li a:hover {
	background-position: 0 -42px;
	color: #000;
}
.headline-top {
	background: url(../images2/bg-headline-top.jpg) no-repeat;
	height: 89px;
	overflow: hidden;
}
.headline {
	background: url(../images2/bg-headline.jpg) no-repeat;
	height: 45px;
	overflow: hidden;
}
.headline-long {
	background: url(../images2/bg-headline-long.jpg) no-repeat;
	height: 46px;
	overflow: hidden;
	margin-top: 8px;
}
.headline-long-bottom {
	background: url(../images2/bg-headline-long-bottom.jpg) no-repeat;
	height: 46px;
	overflow: hidden;
	margin-top: 8px;
}
.headline-pic {
	background: url(../images2/bg-headline-pic.jpg) no-repeat;
	height: 86px;
	overflow: hidden;
}
.fame p span, .headline p span, .headline-long p span, .headline-long-bottom p span {
	color: #ff8400;
	font: bold 16px/18px Arial, helvetica, sans-serif;}
	

.fame h2 {font: 12px Arial, helvetica, sans-serif; padding-top:16px; color:#007e98;}

.headline-long-bottom p span {
	font-size: 12px;
}
.headline-pic p span {
 	font: bold 12px/18px Arial, helvetica, sans-serif !important;
}
.headline-long p span {
	font: bold 16px/18px Arial, helvetica, sans-serif;
}
.headline-long h2 {font: 12px Arial, helvetica, sans-serif; padding-top:16px; color:#007e98;}


.fame p {
	float: left;
	overflow: hidden;
	color: #1e788b;
	font: 12px/14px Arial, helvetica, sans-serif;
	padding: 3px 0 0 17px;
}
.headline p, .headline-long p, .headline-long-bottom p {
	float: left;
	overflow: hidden;
	color: #1e788b;
	font: 12px/14px Arial, helvetica, sans-serif;
	padding: 1px 0 0 17px;
}
.headline h2 {font: 12px Arial, helvetica, sans-serif; padding-top:16px; color:#007e98;}


.bookmark {
	float: right;
	overflow: hidden;
	margin: 16px 12px 0 0;
}
.thumbs-box {
	background: url(../images2/thumbs-box-bg.gif) repeat-y;
	width: 750px;
	padding-left: 1px;
}
.thumbs {
	width: 742px;
	overflow: hidden;
	padding: 3px 1px 15px 5px;

}
.thumbs li {
	float: left;
	overflow: hidden;
	margin: 1px 2px 2px 1px;
	width: 182px;
}
.thumbs li img {
	display: block;
	border: 1px solid #90bbc9;
}

.thumbs  img {
    width:180px; height:135px;
}

.pagination {
	background: #f1f5fd url(../images2/bg-pagi.gif) no-repeat;
	width: 750px;
	height: 39px;
	overflow: hidden;
}
.pagination-long {
	background: #f1f5fd url(../images2/bg-pagi-long.gif) no-repeat;
	width: 952px;
	height: 39px;
	overflow: hidden;
}
.pagination ul {
	background: #f1f5fd url(../images2/bg-pagination.gif) no-repeat;
	width: 301px;
	height: 29px;
}
.pagination li, .pagination-long li {
	float: left;
	overflow: hidden;
	padding: 0 5px;
}
.pagination li a, .pagination-long li a {
	color: #007e98;
	text-decoration: none;
	font: 12px/27px Arial, helvetica, sans-serif;
}
.pagination li a:hover, .pagination-long li a:hover {
	color: #ff8400;
	text-decoration: underline;
}
.arhiv {
	font: bold 14px/25px Arial, helvetica, sans-serif;
	color: #ff8400;
	margin-left: 3px;
}
.ad img {
	border: 1px solid #90bbc9;
	margin-top: 33px;
}
.links {
	background: url(../images2/links-center.gif) repeat-y;
	padding-top: 14px;
	width: 952px;
	display: inline-block;
}
.links-bottom {
	background: url(../images2/long-bottom-line.gif) no-repeat 0 100%;
	overflow: hidden;
	padding-bottom: 30px;
	height: 1%;
}
.movies-links {
	float: left;
	width: 311px;
	padding-left: 4px;
}
.movies-links li {
	overflow: hidden;
	width: 100%;
}
.movies-links a {
	color: #1e788b;
	font: 12px/26px Arial, helvetica, sans-serif;
	text-decoration: none;
	margin-left: 5px;
}
.movies-links a span {
	background: url(../images2/mov-gray.png) no-repeat;
	height: 26px;
	width: 102px;
	color: #1e788b;
	float: left;
	font: bold 12px/26px Arial, helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.movies-links a:hover {
	color: #ff8400;
	text-decoration: underline;
}
.movies-links a:hover span {
	background-position: 0 -26px;
	color: #ff8400;
	cursor: pointer;
}
.friends {
	font: bold 12px/14px Arial, helvetica, sans-serif;
	background: #fff;
	display: inline-block;
	width: 952px;
	background: url(../images2/links-center.gif) repeat-y;
	overflow: hidden;
}
.friends-bottom {
	background: url(../images2/long-bottom-line.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
}
.list, .list-first {
	float: left;
	width: 134px;
	padding: 15px 3px 20px 21px;
}
.list li, .list-first li {
	padding: 2px 0;
}
.list a, .list-first a {
	background: url(../images2/bullet.gif) no-repeat;
	height: 15px;
	color: #1e788b;
	text-decoration: none;
	padding-left: 21px;
}
.list a:hover {
	color: #ff8400;
	text-decoration: none;
	background-position: 0 -15px;
}
.list-first a:hover {
	color: #909292;
	text-decoration: none;
	background-position: 0 -15px;
}
.list-first a:hover {
	color: #ff8400;
	text-decoration: none;
}
.item-holder {
	background: url(../images2/thumbs-box-bg.gif) repeat-y;
	overflow: hidden;
}
.item-holder-bottom {
	background: url(../images2/blog-item-box-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	padding-bottom: 17px;
}
.blog-movie {
	float: left;
	border: 1px solid #90bbc9;
}

.blog-movie img{
    width:411px; height:302px;
}

.blog-item {
	background: url(../images2/separator-blog-item.gif) no-repeat 50% 100%;
	padding: 15px 0 27px 6px;
}


.blog-item span {
	float: left;
	font: bold italic 18px/20px Georgia, Arial, sans-serif;
	color: #ff8400;
	padding-left: 10px;
	width: 412px;
}
.blog-item strong {
	color: #1b869c;
}
.blog-item h3 {
	color: #1b869c;
	font: bold 15px/17px Arial, sans-serif;
}
.wrap.title {
	padding: 10px 0 14px 0;
}
.about {
	float: right;
	overflow: hidden;
	width: 320px;
}
.about p {
	color: #4c4c4c;
	font: 14px/16px Arial, helvetica, sans-serif;
	margin: 0;
	min-height: 197px;
	width: 300px;
}
* html .about p {
	height: 197px;
}
.continue, .comment {
	text-decoration: none;
	font: bold 12px/15px Arial, helvetica, sans-serif;
	color: #1b869c;
}
.continue:hover, .comment:hover {
	text-decoration: underline;
}
.concom {
	overflow: hidden;
	padding-top: 20px;
}
.concom em {
	float: left;
	padding-top: 5px;
	color: #868889;
	font: bold 12px/15px Arial, helvetica, sans-serif;
}
.concom li {
	float: left;
	background: url(../images2/separator-small.gif) no-repeat 6px 10px;
}
.concom li:first-child {
	background: none;
}
.continue {
	background: url(../images2/icon-continue.gif) no-repeat;
	height: 16px;
	overflow: hidden;
	padding: 3px 0 0 21px;
	margin-top: 12px;
	float: left;
}
.comment{
	background: url(../images2/icon-comment.gif) no-repeat 100% 0;
	height: 27px;
	float: left;
	overflow: hidden;
	padding: 15px 32px 0 13px;
	margin-right: 5px;
}
.about h4 {
	color: #1b869c;
	font: 14px/16px Arial, helvetica, sans-serif;
}
.about h4 a {
	color: #ff8400;
}
.about h4 a:hover {
	text-decoration: none;
}
.about h5 {
	color: #1b869c;
	font: bold 15px/17px Arial, helvetica, sans-serif;
	padding-top: 3px;
}
.about dl {
	padding-top: 6px;
	width: 290px;
}
.about dt {
	color: #ff8400;
	font: 12px/15px Arial, helvetica, sans-serif;
}
.about dd {
	color: #1b869c;
	font: bold 12px/14px Arial, helvetica, sans-serif;
}
.models-item-bottom {
	padding: 5px 0 30px 0;
}
.models-item-bottom p {
	float: left;
	font: bold 12px/30px Arial, helvetica, sans-serif;
	color: #1b869c;
	padding-left: 45px;
}
.models-item-bottom p a {
	font: bold 18px/30px Arial, helvetica, sans-serif;
	color: #ffa340;
	text-decoration: none;
}
.models-item-bottom p a:hover {
	text-decoration: underline;
}
.models-thumbs-bottom p {
	font: bold 12px/14px Arial, helvetica, sans-serif;
	color: #1b869c;
	padding-right: 10px;
	float: right;
	margin: 0;
}
.models-thumbs-bottom p a {
	font: bold 18px/14px Arial, helvetica, sans-serif;
	color: #ffa340;
	text-decoration: none;
}
.models-thumbs-bottom p a:hover {
	text-decoration: underline;
}
.read-button {
	float: right;
	display: block;
	background: url(../images2/icon-read-rewiew.png) no-repeat;
	height: 47px;
	width: 179px;
	cursor: pointer;
	text-align: center;
	font: bold 12px/47px Arial, helvetica, sans-serif;
	color: #513610;
	margin-right: 83px;
	overflow: hidden;
}

.read-button:hover {
	background-position: 0 100%;
}


.thumbs-models {
	width: 750px;
	padding: 10px 0 0 10px;
}
.thumbs-models li {
	float: left;
	padding: 0 2px 1px 2px;
}
.thumbs-models img, .pictures img {
	border: 1px solid #92bcca;
}
.pictures {
	width: 952px;
	overflow: hidden;
	padding: 4px 0 0 4px;
	background: url(../images2/long-line.gif) repeat-y;
}
.pictures li {
	float: left;
	padding: 0 2px 5px 2px;
	width: 232px;
}
.pictures li img{
width:230px; height:310px;
}
.anal {
	background: url(../images2/pic-thumb-bottom.gif) no-repeat;
	width: 196px;
	height: 19px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: -3px;
	color: #1e788b;
	text-decoration: none;
	font: bold 14px/16px Arial, helvetica, sans-serif;
}
.anal:hover {
	background-position: 0 100%;
	color: #ff8400;
	text-decoration: underline;
}
.ad-left {
	margin: 10px 0 12px 12px;
	overflow: hidden;
	display: block;
}
.ad-left img {
	border: 1px solid #90bbc9;
}
.player {
	padding-top: 5px;
	background: url(../images2/line-player1.gif) repeat-y;
	overflow: hidden;
}
.player-bottom {
	background: url(../images2/line-player-bottom1.gif) no-repeat 0 100%;
	overflow: hidden;
}
.player-about {
	padding: 12px 0 23px 0;
}
.player-about h6 {
	text-align: right;
	color: #ff8400;
	overflow: hidden;
	height: 1%;
	font: bold 12px/14px Arial, helvetica, sans-serif;
	color: #007e98;
}
.player-about h6 span {
	float: left;
	font: bold 14px/16px Arial, helvetica, sans-serif;
	color: #ff8400;
	padding-left: 55px;
}
.player-about h6 em {
	color: #007e98;
	font-style: normal;
}
.player-about h6 a {
	color: #ff8400;
	font-style: normal;
	margin-right: 55px;
	overflow: hidden;
	padding-right: 5px;
}
.player-window img {
	display: block;
	margin: 0 auto;
	padding-right: 5px;
}
.player-about p {
	color: #6b6b6b;
	font: 11px/13px Arial, helvetica, sans-serif;
	width: 640px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 13px;
	padding-right: 5px;
}
.download {
	display: block;
	background: url(../images2/button-video.png) no-repeat;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	width: 209px;
	height: 49px;
	font: bold 14px/49px Segoe UI, Arial, helvetica, sans-serif;
	color: #513610;
}
.loading {
	margin-top: 6px;
}
.loading img {
	border: 1px solid #90bbc9;
	display: block;
}
.hadicap {
	background: url(../images2/tube-thumb-bottom.gif) no-repeat;
	overflow: hidden;
	width: 175px;
	height: 31px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font: bold 12px/14px Arial, helvetica, sans-serif;
	color: #007e98;
	text-decoration: none;
}
.hadicap span {
	display: block;
	color: #717171;
}
.hadicap:hover {
	background-position: 0 100%;
	color: #ff8400;
	text-decoration: underline;
}
/* footer *********************************************************************/
#footer {
	background: url(../images2/bg-footer.jpg) no-repeat;
	height: 145px;
	overflow: hidden;
}
#footer ul {
	padding-top: 108px;
	text-align: center;
	font: bold 12px/14px Arial, helvetica, sans-serif;
	color: #1e788b;
}
.txt-left {
	float: left;
	overflow: hidden;
	font: bold 12px/14px Arial, helvetica, sans-serif;
	padding-left: 15px;
}
.txt-left a, .txt-right a {
	text-decoration: none;
	color: #1e788b;
}
.txt-left a:hover, .txt-right a:hover {
	text-decoration: underline;
}
.txt-right {
	float: right;
	overflow: hidden;
	font: bold 12px/14px Arial, helvetica, sans-serif;
	padding-right: 15px;
}
.traff {
	font: bold 12px/14px Arial, helvetica, sans-serif;
	text-decoration: underline;
	color: #909292;
	margin-right: 20px;
}
.traff:hover {
	text-decoration: none;
}


.h203 {padding-left:43px; padding-right:0; padding-top:11px; padding-bottom:0}

.pics-box {
	background: url(../images2/thumbs-box-bg.gif) repeat-y;
	width: 750px;
	padding-left:9px; padding-top:5px;
}
.pics-box img{border: 1px solid #90bbc9; width: 142px; height:190px;}

