@import url('/static/slo/microsites/shared/css/default.css');
@import url('/static/slo/microsites/supermodel2010/css/article.css');
@import url('/static/slo/microsites/supermodel2010/css/search.css');
@import url('/static/slo/microsites/supermodel2010/css/videoteka.css');
@import url('/static/slo/microsites/supermodel2010/css/forum.css');
@import url('/static/slo/microsites/supermodel2010/css/poll.css');
@import url('/static/shared/css/moodalbox.css');
@import url('/static/slo/shared/js/fancybox/jquery.fancybox-1.3.1.css');
@import url('/static/shared/css/slimbox.css');
@import url('/static/slo/shared/css/registration2.css');
@import url('/static/slo/microsites/shared/css/header_brand.css');

.brandLine {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}



/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
/* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
}

 /* WinIE6 and below */
 /*?*/
 * html .clearfix{height:1%;}
 /**/
 
 /* MacIE only */
 /*?*//*/
 .clearfix{
 	display:inline-table;
}
/**/


body {
	background-color: #111;
	background-image: url("/static/slo/microsites/supermodel2010/img/main-bg-tekmovalke.jpg");
	background-repeat: no-repeat;
	background-position: center 23px;
	font-family: Arial;
	font-size: 12px;
	color: #8d9aa7;
	margin: 0;
	padding: 0;
}

/* Links */
a {
	color: #d0108d;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	border: none;
}
*:focus {
	outline: none;
}

/* Transparancy */
.alpha60,
.alpha {
	/*-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;*/

	/* ie 6 & ie 8 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
}


.masterPositionContainer {
	width: 980px;
	padding-top: 23px;
	margin: 0 auto;
}
.header .logo h1 {
	display: block;
	margin: 0;
	padding: 120px 400px 5px;
}
.header .logo h1 a {
	display: block;
	height: 170px;
}
.header .logo h1 a span {
	display: none;
}
.header {
	position: relative;
}
.header .banner {
	position: absolute;
	top: 0;
	left: 126px;
	padding: 10px 0;
}
.header .banner div {
	/*background: white;*/
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.header .banner div div {
	width: 728px;
	height: 90px;
	background: white;
	padding: 0;
}
.header .header-message {
	background-image: url("/static/slo/microsites/supermodel2010/img/header-message-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	color: #E7AED6;
	font-size: 11px;
	height: 81px;
	left: 126px;
	padding: 50px 30px 20px;
	position: absolute;
	top: 120px;
	width: 151px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.header .header-message b {
	font-size: 13px;
	color: white;
}
.announcement .header-message {
	padding: 58px 30px 20px 35px;
}
.live .header-message {
	height:90px;
	padding:40px 30px 25px 35px;
}
.live .header-message .stream-btn {
	background-image: url("/static/slo/microsites/supermodel2010/img/live-btn.png");
	background-position: left top;
	background-repeat: no-repeat;
	bottom: -13px;
	height: 66px;
	left: 45px;
	position: absolute;
	width: 169px;
}
.live .header-message .stream-btn:hover {
	background-image: url("/static/slo/microsites/supermodel2010/img/live-btn.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}




#navigation {
	float: left;
	width: 630px;
	height: 20px;
	padding: 9px 0 0 65px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	float: left;
	font-size: 13px;
}
#navigation li ul li {
	float: none;
}
#navigation a {
	padding: 0 18px 0 0;
	color: white;
	font-weight: bold;
}
#navigation a:hover {
	color: #3c072a;
}

#navigation .line {
	position: relative;
}
#navigation .line {
	color: white;
}
#navigation .line:hover {
	color: #3c072a;
}
#navigation .line ul {
	position: absolute;
	left: -10px;
	top: 12px;
	color: white;
	padding: 8px;
	width: 100px;
}
#navigation .line ul li {
	padding: 0 2px 2px 0;
	display: block;
}
#navigation .line ul li a {
	display: block;
	background: #d0108c;
	color: white;
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #580533;*/
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#navigation .line ul li a:hover {
	background: #430B32;
}


.topSearch {
	float: right;
	height: 25px;
	padding: 5px 0 0 0;
	width: 265px;
}
.topSearch {
	position: relative;
}
.topSearch .searchInput {
	/*padding-top: 2px;*/
}
.topSearch .searchInput input {
	background: transparent;
	border: none;
	font-size: 14px;
	font-weight: bold;
	width: 220px;
	padding-right: 10px;
	color: white;
}
.topSearch .searchBtn {
	background: transparent;
	background-image: url("/static/slo/microsites/supermodel2010/img/search-btn.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 29px;
	height: 22px;
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	right: 7px;
	top: 4px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.topSearch .searchBtn:hover {
	background: transparent;
	background-image: url("/static/slo/microsites/supermodel2010/img/search-btn.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 29px;
	height: 22px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.topSearch fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#navigation .description {
	display: none;
}






.pick-12 {
	padding: 6px 0 0 75px;
	color: #E7AED6;
	height: 55px;
}
.pick-12 .btn {
	display: block;
	float: left;
	background-image: url("/static/slo/microsites/supermodel2010/img/pick-12-btn.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 184px;
	height: 53px;
}
.pick-12 .btn:hover {
	text-decoration: none;
	border: none;
	background-position: left bottom;
	cursor: pointer;
}
.pick-12 .btn span {
	display: none;
}
.pick-12 .content {
	display: block;
	float: left;
	padding-top: 20px;
	width: 290px;
}


.candidates {
	padding: 0 3px;
}
.candidates img {
	padding: 0 4px;
}



.mainContent {
	float: left;
	width: 650px;
	background-image:url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding: 20px 0 10px 0;
	min-height: 200px;
	behavior: url("/static/shared/js/iepngfix.htc");	
}
.sideContent {
	float: right;
	width: 300px;
}
.side {
	float: left;
	width: 180px;
}
.main {
	float: right;
	width: 440px;
}






.mainNews {
	position: relative;
	padding-bottom: 68px;
}



.mainNews .mainNewsNav {
	text-align: center;
	background: #7c0748;
	background-image: url("/static/slo/microsites/supermodel2010/img/main-news-thumbs-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 4px 5px;
}
.mainNews .image a {
	display: block;
	width: 440px;
	height: 284px;
}
.mainNews .mainNewsThumbs span {
	display: block;
	float: left;
	width: 78px;
	height: 52px;
	padding: 4px;
}
.mainNews .mainNewsThumbs span:hover,
.mainNews .mainNewsThumbs .selected {
	background-image: url("/static/slo/microsites/supermodel2010/img/main-news-thumb-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.mainNews .image {
	position: relative;
}
.mainNews .imageTitle {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	padding: 15px;
}
.mainNewsItem {
	position: relative;
}
.mainNewsItem img {
	width: 440px;
}
.mainNews a {
	display: block;
	color: white;
}
.mainNews a:hover {
	color: white;
}
.mainNews h2 {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	padding: 15px;
	
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}

.mainNewsNav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.sideContent h1,
h2 {
	color: #D0108D;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 15px;
	font-weight: normal;
}

/*.mainContent h1,
h2 {
	color: #D0108D;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 15px 0;
	font-weight: normal;
	text-transform: uppercase;
}*/

.mainContent .box,
.sideContent .box,
.main .box,
.side .box {
	padding-bottom: 20px;
}
.hotThumbs div {
	float: left;
}
.hotThumbs img {
	margin: 0;
	padding: 0;
	border-top: 4px solid #111;
}
.hotThumbs img:hover {
	margin: 0;
	padding: 0;
	border-top: 4px solid #D0108D;
}

#div_banner_M {
	width: 300px;
	height: 250px;
	/*background: white;*/
}


.poll,
.hotGallery {
	background-image: url("/static/slo/microsites/supermodel2010/img/side-archive-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 150px;
}

.boxTitle h1 {
	display: block;
	float: left;
	padding-top: 15px;
	text-transform: uppercase;
}





.archive a,
.main_box .primary a,
.boxTitle a {
	background-image: url("/static/slo/microsites/supermodel2010/img/archive-btn.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #8D9AA7;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	margin-top: 10px;
	padding: 10px 0 0;
	text-align: center;
	width: 68px;
	
	behavior: url("/static/shared/js/iepngfix.htc");
}

.archive a:hover,
.main_box .primary a:hover,
.boxTitle a:hover {
	background-position: bottom;
	background-repeat: no-repeat;
	color: white;
}
.footer {
	background-image: url("/static/slo/microsites/supermodel2010/img/footer-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 150px;
}
.pollQuestion h1 {
	color: white;
	font-size: 18px;
	line-height: 24px;
}
.last_comments li {
	background-image: url("/static/slo/microsites/supermodel2010/img/aside-row-bg.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	list-style: none;
	padding: 10px 0;
}
.last_comments li h1 {
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/bubble.png");
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 30px;
	color: #8D9AA7;
	margin-bottom: 3px;
}
.last_comments li h1 a {
	color: #8D9AA7;
}
.last_comments li h1 a:hover {
	color: white;
}
.last_comments {
	width: 300px;
}
.main_box {
	/*background-image: url("/static/slo/microsites/supermodel2010/img/news-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;*/
}
.primary h1,
.primary h2 {
	text-transform: uppercase;
}
.main_box .primary h2 {
	display: block;
	float: left;
	padding-top: 15px;
}
.last_comments span {
	color: #D0108D;
	font-weight: bold;
	padding-right: 5px;
}
.last_comments ul {
	padding: 0;
	margin: 0;
}
.last_comments div {
	padding-left: 30px;
}
/*.last_comments .item2,
.last_comments .item4,
.last_comments .item6,
.last_comments .item8,
.last_comments .item10 {
	background: none;
}*/
.last_comments .item1,
.last_comments .item3,
.last_comments .item5,
.last_comments .item7,
.last_comments .item9 {
	background: none;
}
.featuredVideo {
	background-color: #7C0748;
	background-image: url("/static/slo/microsites/supermodel2010/img/video-title-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
.newsOutsideContainer {
	list-style: none;
	color: #8D9AA7;
	display: block;
	padding-bottom: 20px;
}
#poll_answers ul {
	padding: 0 0 10px 0;
	margin: 0;
}
#poll_answers li {
	list-style: none outside none;
	padding: 3px 0;
}
.newsSummary p {
	margin: 0;
	padding: 0;
	color: #8D9AA7;
	font-size: 12px;
	line-height: 16px;
	padding-top: 7px;
}
.featuredVideo .boxContent {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumbs-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 10px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.news .date {
	padding-bottom: 5px;
	font-size: 11px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.news .image {
	float: left;
	width: 211px;
}
.news .text {
	float: right;
	width: 400px;
	padding-right: 20px;
}
a h3 {
	color: #D0108D;
}
a:hover h3 {
	color: white;
}
.news .item {
	padding-bottom: 30px;
	display: block;
	color: #8d9aa7;
}
.news {
	background-image: url("/static/slo/microsites/supermodel2010/img/news-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 200px;
}
.news .archive h2 {
	width: 550px;
	text-transform: uppercase;
}
.archive h2 {
	display: block;
	float: left;
	padding-top: 15px;
}
.featuredVideo .boxTitle h1 {
	color: white;
	padding: 5px 0 3px 15px;
	width: 350px;
	margin: 0;
	font-weight: normal;
}
.featuredVideo .boxTitle a {
	margin: 0;
	background-image: url("/static/slo/microsites/supermodel2010/img/archive-video-btn.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #F85CB9;
	margin-top: 2px;
}
.featuredVideo .boxTitle a:hover {
	color: white;
	background-position: center bottom;
}
.videoItem {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-shaddow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #F85CB9;
	display: block;
	float: left;
	padding: 0 2px 15px;
	position: relative;
	width: 122px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.videoItem:hover {
	cursor: pointer;
}
.videoPlayIcon {
	behavior: url("/static/shared/js/iepngfix.htc");
}
.videoItem .img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 4px;
	behavior: url("/static/shared/js/iepngfix.htc");
}

.videoItem:hover .img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg-hover.png");
	background-repeat: no-repeat;
	cursor: pointer;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.videoItem a {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #F85CB9;
}
.videoItem:hover a {
	color: white;
	cursor: pointer;
}
.form .img {
	padding-bottom: 10px;
}

.tags .boxContent {
	text-align: center;
}
.tag1 {
	font-size: 10px;
}
.tag2 {
	font-size: 14px;
}
.tag3 {
	font-size: 16px;
}
.tag4 {
	font-size: 18px;
}
.tag5 {
	font-size: 20px;
}
.tag6 {
	font-size: 24px;
}
.tag1 a,
.tag2 a,
.tag3 a,
.tag4 a {
	color: #8D9AA7;
}
.tag5 a,
.tag6 a {
	color: white;
}
.tag1 a:hover,
.tag2 a:hover,
.tag3 a:hover,
.tag4 a:hover,
.tag5 a:hover,
.tag6 a:hover {
	color: #D0108D;
}
.tags .boxTitle {
	color: #D0108D;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0 0 15px;
	text-transform: uppercase;
}
.poll .male,
.poll .female {
	float: left;
	display: block;
	padding: 5px 10px;
}
.poll .buttonsTop a.total {
	display: block;
	float: left;
	padding-left: 32px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #eee;
	background: url(/static/slo/microsites/supermodel2010/img/buttons/unisex_icon.png) no-repeat center left;
	padding-top: 2px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.poll .buttonsTop a.female {
	display: block;
	float: left;
	padding-left: 20px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #742157;
	background: url(/static/slo/microsites/supermodel2010/img/buttons/female_icon.png) no-repeat center left;
	padding-top: 2px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.poll .buttonsTop a.male {
	display: block;
	float: left;
	padding-left: 20px;
	background: url(/static/slo/microsites/supermodel2010/img/buttons/male_icon.png) no-repeat center left;
	padding-top: 2px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.news p {
	padding: 0 0 5px 0;
	margin: 0;
}
.footerNav #navigation {
	margin: 0 auto;
	float: none;
	padding: 0;
	width: auto;
	height: auto;
}
.footerNav #navigation ul {
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 14px 0;
	border-bottom: 1px solid #111;
}
.footerNav #navigation li {
	display: inline;
	float: none;
	padding: 0 10px;
}
.footerNav #navigation a {
	color: #D0108D;
	margin: 0;
	padding: 0;
}
.footerNav #navigation a:hover {
	color: white;
}
.footerCredits ul {
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.footerCredits ul li {
	display: inline;
	padding: 0 7px;
}
.footerCredits span {
	display: block;
	text-align: center;
	padding: 0;
	color: #742157;
}
.footerCredits {
	padding: 0;
}
.footerCredits a {
	color: #742157;
}
.footerCredits a:hover {
	color: white;
}
.small_box,
.tags {
	background-image:url("/static/slo/microsites/supermodel2010/img/side-archive-bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 15px;
	min-height: 200px;
}
.large_box,
.relatedNews {
	background-image:url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding: 15px 0 30px 0;
	min-height: 150px;
}
.mainContent,
.sideContent {
	padding-bottom: 10px;
}
.headerSocial .date {
	color: #999;
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: normal;
	height: 38px;
	overflow: hidden;
	padding: 15px 0 0 70px;
	width: 785px;
	_padding-top: 0px;
}
.headerSocial .date span.location {
	border-left: none;
	color: #742157;
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0 0 10px;
}
.headerSocial .date span {
	border-left: 1px solid #742157;
	color: #D0108D;
	display: block;
	float: left;
	font-weight:normal;
	margin: 8px 0 0 5px;
	padding-left: 5px;
}
.headerSocial .toolBox {
	float: right;
	margin: 0;
	height: 33px;
	padding: 20px 9px 0 0;
	_padding-top: 5px;
}
.simple h1 {
	color:#D0108D;
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	margin:0;
	padding:0 0 15px;
	text-transform: uppercase;
}
.simple p {
	margin: 0;
	padding-bottom: 15px;
}

.simple {
	/*background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px;
	min-height: 180px;
	font-size: 13px;
	line-height: 18px;*/
}
.featuredImage {
	position: relative;
	float: left;
	width: 536px;
	height: 336px;
	overflow: hidden;
}
.featuredTitle {
	position: absolute;
	left: 3px;
	right: 3px;
	bottom: 3px;
	padding: 15px;
	width: 500px;
	
	background-image: url("/static/slo/microsites/supermodel2010/img/alpha-bg.png");
	background-position: left top;
	
	behavior: url("/static/shared/js/iepngfix.htc");	
}
.featuredList {
	/*float: right;*/
	/*padding: 10px 10px 10px 0;
	height: 300px;
	background-color:#7C0748;
	background-image:url("/static/slo/microsites/supermodel2010/img/video-thumbs-bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;*/
	/*background: #370829;*/
	position:absolute;
	left: 0;
	top: 0;
}

.featuredList a {
	/*border-left: 7px solid transparent;
	margin-bottom: 5px;*/
	padding: 2px 2px 2px 540px;
	height: 52px;
	margin: 0;

	overflow: hidden;
	
	/* ie6 */
	_height: 54px;
	_padding-bottom: 0;
	_margin-bottom: 0;
}
.featuredList .itemThumb {
	padding: 0;
	margin-bottom: -3px;
}

.featuredList .selected,
.featuredList a:hover {
	/*border-left: 7px solid #d0108d;*/
	background-image: url("/static/slo/microsites/supermodel2010/img/main-news-item-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.featuredBullets {
	display: none;
}
.featuredList .itemContent {
	display: none;
}
.featuredTitle p {
	margin: 0;
}
.featuredTitle h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
.featuredNews {
	background-color: #37112a;
	background-image: url("/static/slo/microsites/supermodel2010/img/main-news-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 15px;
}
.featuredNews .slimBox {
	/*height: 337px;
	overflow: hidden;*/
	position: relative;
}
.nagradna-banner {
	background-image: url("/static/slo/microsites/supermodel2010/img/spletni-model-banner.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
.nagradna-banner:hover {
	background-position: bottom left;
}
.nagradna-banner span,
.nagradna-banner a {
	display: block;
	width: 650px;
	height: 50px;
}
.webWinner {

}
.gamePhotos {
	/*background-image:url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 15px;
	min-height: 180px;*/
}
.gamePhotosContent li {
	display: block;
	float: left;
	width: 211px;
	height: 211px;
	padding: 0 2px 25px 2px;
}
.gamePhotosContent li a {
	display: block;
}
.gamePhotosContent ul {
	display: block;
	background-image:url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 30px;
	min-height: 180px;
}
.lister,
.pagelister,
.pagination {
	display: block;
	text-align: right;
	padding: 10px 0;
}
.lister span,
.pagelister span,
.pagination span {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 4px 7px;
	background-color:#262A2D;
	color:#8D9AA7;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
}
.lister span a,
.pagelister span a,
.pagination span a {
	display: block;
	background-color:#262A2D;
	color:#8D9AA7;
	text-decoration:none;
}
.lister .selected,
.lister span:hover,
.lister span:hover a,
.pagelister .selected,
.pagelister span:hover,
.pagelister span:hover a,
.pagination .selected,
.pagination span:hover,
.pagination span:hover a {
	color: #111;
	background: white;
	cursor: pointer;
}
.gamePhotosContent li img {
	padding-bottom: 5px;
}
.gamePhotosContent li .votesNbr {
	padding: 0 10px 3px;
}
.gamePhotosContent li h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding: 0 10px 10px;
}

.gamePhotosForm {
	/*background-image:url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");*/
	background-position:center top;
	background-repeat:no-repeat;
	padding-top: 15px;
	min-height: 180px;
}



.form_line {
	display: table;
	margin: 10px 0;
	width: 100%;
}
.formBottomBorder {
	display: table-row;
}
.form_line_left {
	/*float: left;*/
	/*width: 230px;*/
	width: 180px;
	text-align: right;
}

.form_line_left, .form_line_right {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
}
.gamePhotosForm .gamePhotosFormContent h3 {
	display: block;
	padding: 30px 5px 15px;
	text-align: right;
	font-size: 20px;
	text-transform: uppercase;
}
.form_line input,
.form_line textarea {
	font-size: 12px;
	color: #111;
	font-weight: bold;
	padding: 4px 7px;
	border: none;
	font-family: arial;
}
.form_line .generalText,
.form_line .description {
	width: 350px;
	height: 120px;
	display: block;
}
.form_line .sendButton {
	background-color: #D0108D;
	border: 1px solid #111111;
	color: #ffbce4;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 3px;
	padding: 4px 5px;
}
.form_line .sendButton:hover {
	cursor: pointer;
	color: white;
}
.supermodel-archive,
.supermodel-conditions,
.supermodel-game {
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 180px;
}
.supermodel-archive,
.supermodel-conditions,
.supermodel-prize {
	padding-bottom: 15px;
}
.supermodel-archive h1,
.supermodel-conditions h1,
.supermodel-prize h1 {
	padding: 15px 0 5px;
}
.supermodel-game h2 {
	color: #D0108D;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0 0 15px;
	text-transform: uppercase;
}
.supermodel-game h3 {
	color: white;
	font-size: 20px;
	margin: 0;
	padding: 15px 0 0;
}
.supermodel-archive li {
	border-top: 1px solid #1D2123;
	padding: 20px 0;
}
.supermodel-archive li h4 {
	margin: 0;
	padding-bottom: 7px;
	font-size: 18px;
	color: #D0108D;
}
.supermodel-archive li h4 img {
	margin-right: 5px;
	width: 50px;
	height: 50px;
	border: none;
}
.supermodel-archive li h4 span {
	font-size: 11px;
	font-weight: normal;
	color: #8D9AA7;
}
.supermodel-archive .super-candidate {
	float: left;
	margin: 0;
	padding: 0;
}
.supermodel-archive .candidates-pick {
	background: #1D2123;
	padding: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.supermodel-archive .super-candidate a {
	margin: 0;
	padding: 0;
	display: block;
}
.supermodel-archive .super-candidate a img {
	border: 1px solid #111;
}
.supermodel-archive .super-candidate a:hover img {
	border: 1px solid white;
}



.supermodel-archive .candidates-pick h5 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 7px 0;
	text-transform: uppercase;
}
.flashHeader {
	height: 150px;
}

/*.featuredSectionArticle {
	background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
}*/
.featuredSectionArticleImage {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 648px;
}
.featuredSectionArticleImage img {
	position: absolute;
	z-index: 10;
}
.featuredSectionArticleContent {

	behavior: url("/static/shared/js/iepngfix.htc");
	background-image: url("/static/slo/microsites/supermodel2010/img/alpha-bg.png");
	background-position: left top;
	color: #8D9AA7;
	height: 210px;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	right: 0;
	width: 260px;
	z-index: 30;
}
.searchListItemContent h1 {
	margin: 0;
	padding: 0;
	padding: 0 0 5px 0;
}
.searchListItem span.search_date {
	color: #8D9AA7;
	font-size: 11px;
}
.searchListItemContent {
	float: right;
	width: 520px;
}
.searchListItem {
	border-bottom: 1px solid #1D2123;
	border-top: 0 none;
	padding: 15px 0;
}
.candidate-qa,
.candidate-info {
	background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px 5px;
	min-height: 200px;
}
.candidate-qa h2,
.candidate-info h2 {
	text-transform: uppercase;
}
.candidate-qa .item {
	padding: 15px 0;
}
.candidate-qa .item .q {
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.candidate-qa .item .q span,
.candidate-qa .item .a span {
	color: #D0108D;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.candidate-table {
	float: left;
}
.candidate-table td {
	padding: 10px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	line-height: 16px;
}
.candidate-image {
	float: right;
	width: 200px;
	padding: 20px 0;
}
.candidate-table .option {
	color: #8D9AA7;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
}
.candidate-table {
	padding: 20px;
}
.qa {
	padding: 20px;
}
.candidate-info {
	padding: 20px 40px 20px 0;
}




.top {
	background-image: url("/static/slo/microsites/supermodel2010/img/side-archive-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-top: 15px;
}
.top h2 {
	text-transform: uppercase;
}
.top-tabs {
	/*background-image: url("/static/slo/microsites/supermodel2010/img/top-bg.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;*/
}
.top-tabs a {
	display: block;
	float: left;
	background-color: transparent;
	color: #8d9aa7;
	font-size: 11px;
	margin-right: 3px;
	padding: 5px 7px;
	/*border-left: 1px solid #242628;
	border-top: 1px solid #242628;*/
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.top-tabs .selected,
.top-tabs a:hover {
	background-color: #242628;
	color: white;
}
.top-list {
	background-color: #242628;
	padding: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.top-list a {
	display: block;
	padding: 7px 5px 7px 30px;
	color: #8d9aa7;
	font-weight: bold;
	/*border-bottom: 1px solid #1D2123;*/
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/bubble.png");
	background-position: left 8px;
	background-repeat: no-repeat;
}
.top-list a:hover {
	color: white;
}

.small_box.spletniModelBox {
	background: none;
	color: #615200;
}
.small_box.spletniModelBox {
	background-color: #caaf1c;
	background-image: url("/static/slo/microsites/supermodel2010/img/spletni-vitice-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 10px 10px;
	/*border: 4px solid #a28900;*/
}
.spletniModelBox .content {
	background-image: url("/static/slo/microsites/supermodel2010/img/spletni-box-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 15px 0 5px;
	min-height: 130px;
}
.spletniModelBox h1 {
	padding: 0 5px 7px;
	text-align: center;
}
.spletniModelBox .static {
	margin: 0 auto;
	width: 219px;
}
.spletniModelBox h1 a {
	color: #615200;
}
.spletniModelBox h1 a:hover {
	color: #fff;
}
.spletniModelBox .static a {
	display: block;
	color: white;
}
.spletniModelBox .static a h2 {
	color: #FFF;
	padding: 3px 0 0 0;
}
.spletniModelBox .static a:hover,
.spletniModelBox .static a:hover h2 {
	color: #615200;
}
.spletniModelBox .static a img {
	background-image: url("/static/slo/microsites/supermodel2010/img/spletni-thumb-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 4px;
	margin-bottom: 7px;
}
.spletniModelBox .static a:hover img {
	background-image: url("/static/slo/microsites/supermodel2010/img/spletni-thumb-bg.png");
	background-position: center bottom;
}
.spletniModelBox .static h2 {
	padding: 0;
}
.spletniModelBox h2 {
	color: #615200;
	text-transform: uppercase;
	padding: 7px 0 12px 7px;
}


.spletniModelBox .archive a {
	background-image: url("/static/slo/microsites/supermodel2010/img/archive-glasuj-btn.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #615200;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	margin-top: 0px;
	padding: 9px 0 1px 0;
	text-align: center;
	width: 68px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.spletniModelBox .archive a:hover {
	color: white;
	background-position: center bottom;
	padding: 9px 0 1px 0;
}
.spletniModelBox .promote {
	border-top: 1px solid #ECD919;
	margin: 10px 8px 0px;
	padding: 15px 0 10px;
}
.spletniModelBox .content .archive a {
	margin-top: 10px;
}



.supermodel_form td {
	vertical-align: top;
	padding: 3px 5px;
}
.supermodel_form span {
	text-align: right;
	display: block;
	padding-top: 4px;
}
.supermodel_form input {
	padding: 3px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.supermodel_form .sendButton {
	background-color: #D0108D;
	border: 1px solid #111111;
	color: #FFBCE4;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 4px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.supermodel_form .sendButton:hover {
	color: white;
	cursor: pointer;
}





.other-models {
	background-color: #caaf1c;
	background-image: url("/static/slo/microsites/supermodel2010/img/spletni-vitice-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 10px 10px;
	/*border: 4px solid #a28900;*/
}
.other-models h2 {
	color: #615200;
	padding: 7px 0 12px 7px;
	text-transform: uppercase;
}
.other-models .archive a {
	background-image: url("/static/slo/microsites/supermodel2010/img/archive-glasuj-btn.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #615200;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	margin-top: 0;
	padding: 9px 0 1px 0;
	text-align: center;
	width: 68px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.other-models .archive a:hover {
	color: white;
	background-position: center bottom;
	padding: 9px 0 1px 0;
}
.other-models .content {
	background-image: url("/static/slo/microsites/supermodel2010/img/spletni-box-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 15px 0 5px;
	min-height: 130px;
}
.other-models .archive-list {
	padding: 5px;
	height: 108px;
}
.other-models .loader {
	display: none;
}
.other-models .loading .loader {
	display: block;
	padding: 40px 0 0;
	text-align: center;
}
.other-models .archive-list a {
	display: block;
	float: left;
}
.other-models .loading .archive-list a {
	display: none;
}
.other-models .archive-list a img {
	border: 2px solid transparent;
}
.other-models .archive-list a:hover img {
	border: 2px solid white;
}
.other-models .pagination {
	padding: 5px 5px 0 5px;
}
.other-models .pagination a {
	display: block;
	float: left;
	margin-left: 2px;
	background-color: #615200;
	color: #CAAF1C;
	/*padding: 3px 6px 2px;*/
}
.other-models .pagination span {
	background-color: #615200;
}
.other-models .pagination span:hover,
.other-models .pagination .selected {
	background-color: white;
	color: #615200;
}






/*Voting*/
.gamePhotosRating {
	background-image: url("/static/slo/microsites/supermodel2010/img/side-archive-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 20px;
}
.gamePhotosRating h2 {
	padding: 0 0 15px 0;
	text-transform: uppercase;
}
.gamePhotosRating .hand {
	float: right;
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/thumb-up-purple.png");
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.gamePhotosRating .hand:hover {
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/thumb-up-white.png");
	background-position: left 3px;
	background-repeat: no-repeat;
}
.gamePhotosRating h3 {
	float: left;
}
.gamePhotosRating .textWrapperFirst {
	text-align: right;
	color: #8D9AA7;
}
.gamePhotosRating .textWrapperFirst span {
	font-size: 16px;
	font-weight: bold;
	color: #D0108D;
	padding-bottom: 2px;
}
.gamePhotosRating a:hover .textWrapperFirst span {
	color: white;
}
.gamePhotosRating #article_vote_container_tnx .textWrapper {
	float: right;
	text-align: right;
}

.gamePhotosRating #article_vote_container h3 {
	background-image:url("/static/slo/microsites/supermodel2010/img/max-factor-logo.png");
	background-position:0 30px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	min-height: 60px;
}



.top-voted {
	background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg-pink.png");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.top-vote-action {
	background-color: #242628;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 130px;
	padding: 7px 15px 9px;
}
.top-voted h2 {
	text-transform: uppercase;
}
.top-voted .archive {
	padding-bottom: 10px;
}
.top-vote-list {
	padding-bottom: 15px;
}
.top-vote-list a {
	display: block;
	float: left;
	width: 211px;
	padding: 0 2px;
	color: #8D9AA7;
}
.top-vote-list a .thumb {
	text-align: center;
}
.top-vote-list a img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 4px;
	width: 114px;
	height: 76px;
}
.top-vote-list a:hover img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg-hover.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.top-vote-list h4 {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #D0108D;
}
.top-vote-list a:hover h4 {
	color: white;
}
.top-vote-list .details {
	padding: 0 10px;
}
.top-vote-list .details div {
	padding: 5px 0;
	margin: 0 40px;
	border-top: 1px solid #1D2123;
}
.top-vote-list .details div span {
	display: block;
	float: left;
}
.top-vote-list .details div b {
	display: block;
	float: right;
	font-size: 16px;
}
.top-vote-list a:hover .details div b {
	color: white;
}
.top-vote-action .start-voting {
	float: left;
}
.top-vote-action .start-voting a {
	font-weight: bold;
	font-size: 14px;
	display: block;
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/thumb-up-purple-small.png");
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 3px 2px 2px 25px;
}
.top-vote-action .start-voting a:hover {
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/thumb-up-white-small.png");
	background-position: left 3px;
	background-repeat: no-repeat;
}
.top-vote-action .conditions {
	border-left: 1px solid #3c3f42;
	float: right;
	margin-top: 5px;
	padding-left: 12px;
}
.top-vote-action .conditions a {
	color: #8D9AA7;
	font-size: 11px;
	font-weight: normal;
}
.top-vote-action .conditions a:hover {
	color: white;
}




.supermodel-prize-ended .candidates-pick {
	background: #D0108D;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.supermodel-prize-ended {
	background: #1D2123;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 9px;
	margin-bottom: 15px;
}
.supermodel-game .supermodel-prize-ended .win-pick h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 3px 5px;
}
.supermodel-game .supermodel-prize-ended h3 {
	margin: 0;
	padding: 3px 0 0 5px;
}
.supermodel-game .supermodel-prize-ended h5 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 10px 0 5px 0;
}
.supermodel-game .supermodel-prize-ended h5 b {
	color: white;
	font-size: 14px;
}
.supermodel-prize-ended .super-candidate a img {
	border: 1px solid #370829;
}
.supermodel-archive .win-pick li {
	padding: 0;
	padding-bottom: 5px;
}


.supermodel-prize-ended .winner h4,
.supermodel-prize-ended .winner h5 {
	display: block;
}
.supermodel-prize-ended .winner h4 {
	width: 260px;
	float: left;
	padding: 20px 10px 10px 10px;
	margin: 0;
	padding-bottom: 15px;
}
.supermodel-prize-ended .winner h5 {
	border: 2px solid #31383b;
	float: right;
	margin: 0 0 15px;
	padding: 10px 0;
	text-align: center;
	width: 340px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-style: italic;
}
.supermodel-prize-ended h4 .user-image,
.supermodel-prize-ended h4 .user-name {
	float: left;
}
.supermodel-prize-ended h4 .user-image {
	width: 52px;
	padding-right: 5px;
}
.supermodel-prize-ended h4 .user-image img {
	width: 50px;
	height: 50px;
}
.supermodel-prize-ended h4 .user-name {
	width: 195px;
}
.supermodel-prize-ended h4 .user-name b {
	color: #D0108D;
	display: block;
	font-size: 16px;
	padding: 5px 0 2px 0;
}
.supermodel-prize-ended h4 .user-name span {
	font-weight: normal;
	font-size: 11px;
}
.facebookLikeMiddle {
	padding-top: 15px;
	height: 30px;
	border-top: 1px solid #31383b;
}
.connect_widget_text {
	color: #8D9AA7;
}





.primary h1 {
	color: #D0108D;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0 0 15px;
	text-transform: uppercase;
}
.voteText {
	background: none repeat scroll 0 0 #1D2123;
	margin-bottom: 20px;
	padding: 15px 15px 0 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.voteText b {
	color: white;
	font-weight: bold;
}
.boxList {
	/*background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	padding: 15px 0 10px;*/
}
.boxList .list-item {
	padding: 20px 0;
	border-bottom: 1px solid #1D2123;
}
.boxList .list-item .aditional-info {
	float: left;
}
.boxList .list-item .graf {
	float: right;
}


.boxList .contestantName {
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding-bottom: 10px;
}


.voteText span {
	display: block;
	padding: 10px 0;
	line-height: 18px;
	border-top: 1px solid #31383B;
}
.voteText span div {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.aditional-info .vote a {
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/thumb-up-purple-small.png");
	background-position: left 2px;
	background-repeat: no-repeat;
	display: block;
	padding: 4px 4px 4px 25px;
	font-size: 14px;
	font-weight: bold;
}
.aditional-info .vote a:hover {
	background-image: url("/static/slo/microsites/supermodel2010/img/icons/thumb-up-white-small.png");
	background-repeat: no-repeat;
}
.aditional-info .image {
	padding-bottom: 5px;
	display: block;
}
.boxList .list-item .aditional-info .description b {
	color: white;
}
.voteText h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: white;
	text-transform: none;
}
.voteText p {
	padding: 7px 0;
}
.gamePhotos h2 {
	padding: 0;
	text-transform: uppercase;
}





.boxList .success,
.boxList .fail {
	width: 104px;
}







.all-candidates h2 {
	text-transform: uppercase;
	/*padding-bottom: 20px;*/
}
.compete-candidates {
	background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg-pink.png");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}
.compete-candidates-list a {
	color: #D0108D;
	font-size: 18px;
	font-weight: bold;
	height: 175px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	display: block;
	float: left;
	width: 215px;
	padding-bottom: 5px;
	/*margin: 0 0 20px 0;*/
}
.compete-candidates-list a:hover {
	color: white;
	background: #242628;
	/*background: #D0108D;*/
}
.compete-candidates-list a img {
	background: none;
	padding: 2px;
	margin-bottom: 5px;
}
.compete-candidates-list a:hover img {
	background: white;
}
.compete-candidates-list a span {
	display: block;
	padding: 0 10px;
}
.compete-candidates h3 {
	padding: 0 0 25px 0;
	text-transform: uppercase;
	text-align: center;
}
.other-candidates {
	background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.other-candidates-list a {
	color: #8D9AA7;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 130px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	width: 162px;
}
.other-candidates-list a:hover {
	color: white;
}
.other-candidates-list a img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 114px;
	height: 76px;
	padding: 4px;
	margin-bottom: 5px;
}
.other-candidates-list a:hover img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg-hover.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.other-candidates-list a span {
	display: block;
	padding: 0 10px;
}
.other-candidates h3 {
	padding: 0 0 25px;
	text-transform: uppercase;
	text-align: center;
}













.related-content-box .content {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background-color: #242628;
	margin-bottom: 15px;
}

.related-content-box .content a {
	display: block;
	float: left;
	padding: 0 2px 15px;
	/*height: 120px;*/
	overflow: hidden;
}
.related-content-box .content a .img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 76px;
	margin-bottom: 5px;
	padding: 4px;
	width: 114px;
}
.related-content-box .content a:hover .img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg-hover.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.related-content-box .content a h3 {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 16px;
	width: 100px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.related-content-box .content a span {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	color: #8D9AA7;
}
.related-content-box .content a:hover span {
	color: white;
}
.related-content-box .tabs span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	float: left;
	padding: 4px 15px 0 15px;
}
.related-content-box .tabs a {
	display: block;
	float: left;
	color: #8d9aa7;
	font-size: 14px;
	font-weight: bold;
	margin-right: 3px;
	padding: 7px 10px 5px;
	background: transparent;
}
.related-content-box .tabs a:hover,
.related-content-box .tabs .selected {
	background: #242628;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	color: white;
}

.related-content-box .content .image-gallery {
	margin-bottom: 15px;
	background: #111;
}
.related-content-box .content .video-clip {
	margin-bottom: 15px;
	background: #111;
	text-align: center;
}
.related-content-box .content .pagination {
	margin-top: 10px;
	border-top: 1px solid #262A2D;
	padding: 10px 0 0 0;
}
.related-content-box .content .pagination a {
	padding: 0;
}
.related-content-box .loader {
	padding: 5px 10px 0 0;
}

.textPromotion {
	display: block;
	padding: 0 110px 10px 0;
	background-image: url("/static/slo/microsites/supermodel2010/img/max-factor-logo.png");
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
.textPromotion span {
	display: block;
	padding: 5px 0;
	font-size: 11px;
	color: #636e77;
}
.video-oddaje {
	background-image: url("/static/slo/microsites/supermodel2010/img/main-content-bg-poptv.png");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-bottom: 20px;
	padding-top: 5px;
}
.video-oddaje .title h2 {
	display: block;
	float: left;
	padding-top: 15px;
	text-transform: uppercase;
}
.video-oddaje .title a {
	display: block;
	float: right;
	background-image: url("/static/slo/microsites/supermodel2010/img/poptv-logo-link.png");
	background-position: right top;
	background-repeat: no-repeat;
	width: 77px;
	height: 15px;
	margin: 15px 0 0 0;
}
.video-oddaje .title a:hover {
	background-position: right bottom;
}
.video-oddaje .title a span {
	display: none;
}
.video-oddaje-list {
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background-color: #242628;
	margin-bottom: 15px;*/
}

.video-oddaje-list a {
	display: block;
	float: left;
	padding: 0 4px 15px;
	/*height: 120px;*/
	overflow: hidden;
}
.video-oddaje-list a .img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 76px;
	margin-bottom: 5px;
	padding: 4px;
	width: 114px;
}
.video-oddaje-list a:hover .img {
	background-image: url("/static/slo/microsites/supermodel2010/img/video-thumb-bg-hover.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.video-oddaje-list a h3 {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 16px;
	width: 100px;
	line-height: 18px;
}
.video-oddaje-list a span {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	color: #8D9AA7;
}
.video-oddaje-list a:hover span {
	color: white;
}
.header .header-chat {
	background-image: url("/static/slo/microsites/supermodel2010/img/header-chat-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	color: #E7AED6;
	font-size: 11px;
	height: 114px;
	padding: 34px 25px 0 100px;
	position: absolute;
	right: 50px;
	top: 127px;
	width: 125px;
	behavior: url("/static/shared/js/iepngfix.htc");
}
.header .header-chat b {
	font-size: 13px;
	color: white;
}
.live .header-chat {
	/*padding: 30px 10px 0 95px;*/
}
.live .header-chat .chat-btn {
	background-image: url("/static/slo/microsites/supermodel2010/img/chat-btn.png");
	background-position: left top;
	background-repeat: no-repeat;
	bottom: -17px;
	height: 66px;
	left: 70px;
	position: absolute;
	width: 169px;
}
.live .header-chat .chat-btn:hover {
	background-image: url("/static/slo/microsites/supermodel2010/img/chat-btn.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	cursor: pointer;
}

.maxfactor-logo{
	float: left;
}
