* {
	margin: 0; padding: 0;
}

body, html {
	color: #CDCDCD;
	background-color: #222222;
	font-family: Arial, verdana;
	font-size: 12px;
}

.wrapper {
	width: 1000px;
	margin: auto;
}

#content {
	border-top: 1px solid #222222;
	background: transparent url(img/topbg.gif) repeat-x scroll top left;
}

#rss {
	clear: both;
	padding-top: 20px;
	font-size: 12px;
 	font-style: italic;
	font-weight: bold;
	line-height: 24px;
}

#footer {
	clear: both;
	font-size: 11px;
	background-color: #323232;
	height: 120px;
}

#footer .wrapper {
	background: transparent url(img/rss_shadow.gif) no-repeat top right;
	padding: 8px 0;
}

a, a:visited {
	color: #CDCDCD;
	text-decoration: none;
}

a:hover, a:active, #loginClose a:hover {
	color: #00B8D6;
	outline: none;
}

a:focus { -moz-outline-style: none; }

h2 {
	color: #00B8D6;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
}

#description h2 {
	padding: 5px 0 15px 0;
}

h3 {
	color: #CCCCCC;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

#topvideo h3 {
	padding: 25px 0 15px 20px;
}

.topvideolinks {
	padding: 30px 20px 0 0;
	float: right;
	font-size:18px;
}

#header {
	height: 90px;
	padding-top: 11px;
	padding-bottom: 14px;
	background: transparent url(img/headerbg.gif) repeat-x scroll top left;
}

#logo {
	float: left;
	width: 272px;
}

#logo img {
	border: 0;
}

#topad {
	text-align: center;
}


#footer em {
	font-weight: bold;
}

#footer .left, #bottomAd .left {
	float: left;
}

#footer .right, #bottomAd .right {
	float: right;
}

.clear {
	clear: both;
}

#footer p.light {
	color: #6C6C6C;
}

#topcontent {
	margin-top: 27px;
	margin-bottom: 21px;
	padding: 20px;
}

#mainvideo, #mainVideoWrapper {
	width: 640px;
	height: 360px;
	text-align: center;
}

#description {
	border-top: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
	padding: 10px 0px 10px 20px;
	width: 660px;
	height: 228px;
	overflow: hidden;
	position: relative;
}

#description h1
{
	font-size: 18px;
	margin-bottom: 20px;
}

#description h2
{
	color: #666666;
	font-size: 14px;
	margin-top: 5px;	
	margin-bottom: 10px;
}

#description p {
	text-align: justify;
	font-size: 12px;
}

#description .ad {
	float: right;
}

#description .links {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 660px;
	padding: 20px 0px 10px 20px;
	font-style: italic;
	font-weight: bold;
}

#rightad {
	float: right;
	width: 300px;
	height: 250px;
}

#topvideo {
	clear: both;
}

#topvideo, #listGroup {
	padding: 25px 20px 0px 20px;
}

#topvideo h3, #listGroup h3 {
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
}

.catbox {
	float: left;
	padding: 10px 20px 5px 20px;
	overflow: hidden;
	width: 160px;
}

.catbox .category {
	color: #CCCCCC;
	font-style: italic;
	font-size: 18px;
	padding-bottom: 2px;
	font-weight: 200;
}

.thumb {
	background-color: #000;
	position: relative;
	width: 160px;
	height: 90px;
}

.thumb img {
	border: 0;
}

.thumb .overlay {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 70px;
	overflow: hidden;
	font-style: italic;
	font-weight: bold;
	padding: 10px 8px;
	display: none;
}

.overlay .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.overlay .duration {
	font-size: 14px;
	color: #696969;
}

div.rater {
	float: left;
	width: 70px;
}

div.all {
	float: left;
	width: 90px;
	text-align: right;
}




#galleryContainer {
	float: right;
	width: 300px;
	height: 340px;
}

#galleryContainer #galleryTopLinks
{
	font-size: 24px;
 	font-style: italic;
	font-weight: bold;
	width: 300px;
	height: 40px;
}

#gallery, #archives {
	position: relative;
}

#galleryItems, #archiveItems {
	position: absolute;
}

#galleryTopLinks .left {
	float: left;
	width: 150px;
}

#galleryContainer #galleryTopLinks a.selected
{
	color: #00B8D6;
}


#galleryTopLinks .right{
	width: 150px;
	float: left;
	text-align: right;
}

#galleryContainer #upArrow {
	height: 30px;
	cursor: pointer;
}

#galleryContainer #downArrow {
	height: 30px;
	cursor: pointer;
}

#galleryContainer #gallery, #galleryContainer #archives {
	height: 255px;
	overflow: hidden;
	width: 300px;
}

#galleryContainer #archives {
	display: none;
}

.galleryItem, .archiveItem {
	width: 300px;
	height: 74px;
	background-color: #000;
	color: #FFFFFF;
	opacity: 0.50;
	filter: alpha(opacity=50);
 	font-style: italic;
	font-weight: bold;
	padding: 6px 0px 5px 0px;
	cursor: pointer;
}

.archiveItem {
	text-align: right;
}

.galleryItem img, .archiveItem img {
	border: 1px solid #3B3B3B;
	width: 128px;
	height: 72px;
}

.galleryItem .picture {
	float: left;
	margin-right: 20px;
}

.archiveItem .picture {
	float: right;
	margin-left: 20px;
}

.galleryItem .category {
	font-size: 16px;
}

.galleryItem .duration, .archiveItem .duration {
	color: #696969;
}

.ratingblock {
	display:block;
}

.unit-rating-13 { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 13px;
	position: relative;
	background: url('img/star.gif') top left repeat-x;		
	}

.unit-rating-13 li{
  text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating-13 li a {
	outline: none;
	display:block;
	width:13px;
	height: 13px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating-13 li a:hover{
	background: url('img/star.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating-13 a.r1-unit{left: 0px;}
.unit-rating-13 a.r1-unit:hover{width:13px;}
.unit-rating-13 a.r2-unit{left:13px;}
.unit-rating-13 a.r2-unit:hover{width: 26px;}
.unit-rating-13 a.r3-unit{left: 26px;}
.unit-rating-13 a.r3-unit:hover{width: 39px;}
.unit-rating-13 a.r4-unit{left: 39px;}	
.unit-rating-13 a.r4-unit:hover{width: 52px;}
.unit-rating-13 a.r5-unit{left: 52px;}
.unit-rating-13 a.r5-unit:hover{width: 65px;}
.unit-rating-13 a.r6-unit{left: 65px;}
.unit-rating-13 a.r6-unit:hover{width: 78px;}
.unit-rating-13 a.r7-unit{left: 78px;}
.unit-rating-13 a.r7-unit:hover{width: 91px;}
.unit-rating-13 a.r8-unit{left: 91px;}
.unit-rating-13 a.r8-unit:hover{width: 104px;}
.unit-rating-13 a.r9-unit{left: 104px;}
.unit-rating-13 a.r9-unit:hover{width: 117px;}
.unit-rating-13 a.r10-unit{left: 117px;}
.unit-rating-13 a.r10-unit:hover{width: 130px;}

.unit-rating-13 li.current-rating {
	background: url('img/star.gif') left bottom;
	position: absolute;
	height: 13px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.unit-rating-19 { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 19px;
	position: relative;
	top: 0;
	background: url('img/bigstar.gif') top left repeat-x;		
	}

.unit-rating-19 li{
  text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating-19 li a {
	outline: none;
	display:block;
	width:19px;
	height: 19px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating-19 li a:hover{
	background: url('img/bigstar.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating-19 a.r1-unit{left: 0px;}
.unit-rating-19 a.r1-unit:hover{width:19px;}
.unit-rating-19 a.r2-unit{left:19px;}
.unit-rating-19 a.r2-unit:hover{width: 38px;}
.unit-rating-19 a.r3-unit{left: 38px;}
.unit-rating-19 a.r3-unit:hover{width: 57px;}
.unit-rating-19 a.r4-unit{left: 57px;}	
.unit-rating-19 a.r4-unit:hover{width: 76px;}
.unit-rating-19 a.r5-unit{left: 76px;}
.unit-rating-19 a.r5-unit:hover{width: 95px;}
.unit-rating-19 a.r6-unit{left: 95px;}
.unit-rating-19 a.r6-unit:hover{width: 114px;}
.unit-rating-19 a.r7-unit{left: 114px;}
.unit-rating-19 a.r7-unit:hover{width: 133px;}
.unit-rating-19 a.r8-unit{left: 133px;}
.unit-rating-19 a.r8-unit:hover{width: 152px;}
.unit-rating-19 a.r9-unit{left: 152px;}
.unit-rating-19 a.r9-unit:hover{width: 171px;}
.unit-rating-19 a.r10-unit{left: 171px;}
.unit-rating-19 a.r10-unit:hover{width: 190px;}

.unit-rating-19 li.current-rating {
	background: url('img/bigstar.gif') left bottom;
	position: absolute;
	height: 19px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

#searchIntro, #text {
	padding: 15px 20px 15px 20px;
	clear: both;
}

#videoactions {
	clear: both;
}

#videoactions div {
	float: left;
}

#mainraterlabel {
 	font-style: italic;
	font-weight: bold;
	padding: 20px 10px 0 20px;
}
#mainrater {
	padding: 17px 5px 0 5px;
}
#hddownload {
	width: 185px;
	padding: 9px 9px 0 28px;
}
#ipoddownload {
	width: 157px;
	padding: 9px 0 0 9px;
}
#search {
	padding: 20px 0 0 30px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#videoactions #searchForm {
	display: inline;
}


#text, #searchList {
	border-bottom: 1px solid #464646;
}

#text {
	text-align: justify;
}

label.skinned {
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	padding: 3px 0;
	display: block;
	margin-top: 4px;
}

input.skinned, textarea.skinned {
	background-color: #444444;
	border: 1px solid #222222;
	padding: 4px;
	margin: 0px 8px 0px 0px;
	color: #ffffff;
	display: block;
}

form.skinned input[type=hidden] {
	padding: 0;
	display: none;
	margin: 0;
}

.submit {
	border: 0px solid #4E4E4E;
	padding: 0 0 2px 0;
	margin: 4px 0 0 0;
	background: #000 url(/img/register_ok_bg.gif);
	width: 200px;
	height: 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	display: block;
	color: #ffffff;
}

.inline {
	display: inline;
}

#login {
	width: 900px;
	height: 528px;
	display: none;
}

#login .trt {
	padding-bottom: 20px;
}

#loginButton {
	cursor: pointer;
}

#loginClose {
	height: 35px;
	padding: 12px 0px 0px 22px;
}

#loginClose a {
	color: #666666;
	font-weight: bold;
	font-style: italic;
}

#loginFormContainer {
	float: left;
	width: 343px;
	height: 451px;
}

#loginForm, #logoutForm {
	padding: 12px 68px 0px 65px;
}

#loginFormContainer h4, #registerFormContainer h4 {
	color: #00B8D6;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	padding-bottom: 10px;
	
}

#registerFormContainer {
	float: left;
	background: transparent url(img/v_sep.gif) repeat-y top left;
	height: 451px;
	width: 500px;
}

#registerForm, #accountForm {
	padding: 12px 0px 0px 80px;
}

#registerForm .left, #registerForm .right {
	float: left;
	width: 205px;
}

#register_name, #register_email, #register_password, #register_firstname, #register_email2, #register_password2, #register_postcode {
	width: 180px;
}

.small {
	font-size: 11px;
	color: #aaaaaa;
}

#registerForm .genderbox {
	padding-top: 5px;
}

#registerForm .newsletter, #registerForm .ps {
	clear: both;
	padding: 15px 0;
}


div.tl {
	background: transparent url(img/corner_tl.gif) no-repeat top left;
}

div.tr {
	background: #000 url(img/corner_tr.gif) no-repeat top right;
}

div.br {
	background: transparent url(img/corner_br.gif) no-repeat bottom right;
}

div.bl {
	background: transparent url(img/corner_bl.gif) no-repeat bottom left;
}

div.tlt {
	background: transparent url(img/corner_tl.png) no-repeat top left;
}

div.trt {
	background: #000 url(img/corner_tr.png) no-repeat top right;
}

div.brt {
	background: transparent url(img/corner_br.png) no-repeat bottom right;
}

div.blt {
	background: transparent url(img/corner_bl.png) no-repeat bottom left;
}


#othersites {
	clear: both;
	color: #CCCCCC;
	font-style: italic;
	font-size: 18px;
	padding: 20px 0px;
}
	
	
	
#searchFilters {
	padding: 55px 20px 15px 20px;
	clear: both;
	height: 50px;
}

#searchFilters .title {
	color: #CCCCCC;
	font-style: italic;
	font-size: 25px;
}

#searchFilters .category {
	width: 270px;
	float: left;
}

#searchFilters .filters {
	width: 350px;
	float: left;
}

#searchFilters .search {
	width: 310px;
	float: left;
}

#loginForm .lostpass {
	float: left;
	width: 174px;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
}

#loginForm .lostpass a {
	color: #999999;
}

#loginForm .lostpass a:hover {
	color: #00B8D6;
}
	
#login_email, #login_password, #lostpass_email {
	width: 200px;
}

#loginForm input.submit {
	width: 36px;
	height: 20px;
	float: left;
}

#filterForm input.submit, #searchForm input.submit {
	width: 36px;
	height: 20px;
	background-image: url(/img/filter_ok_bg.gif);
	display: inline;
	border:0 solid #4E4E4E;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin-top: 4px;
}

#search_keywords, #home_search_keywords {
	border: 0px solid #fff;
	height: 18px;
	background-image: url(/img/search_keywords_bg.gif);	
	vertical-align: middle;
	padding: 2px 5px 0 5px;
}

#search_keywords {
	margin-top: -5px;
	margin-right: -3px;
	width: 256px;
}

#home_search_keywords {
	width: 130px;
	margin-top: -2px;
	margin-right: -5px;
}



#search_submit {
	margin: 0;
	width: 36px;
	height: 20px;
	background-image: url(/img/filter_ok_bg.gif);
	border:0 solid #4E4E4E;
}

.listItem {
	float: left;
	width: 310px;
	padding: 5px 10px 5px 0;
}

.listItem .rater {
	clear: both;
}

.listItem .thumb {
	float: left;
	margin-right: 10px;
}
	
.listItem .category {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

.listItem .title {
	font-style: italic;
	font-weight: bold;
	line-height: 14px;	
}

#bottomAd {
	padding: 20px;
}

#pager {
	text-align: right;
	padding: 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

.messageContainer {
	width: 600px;
	margin: 75px 200px;
}

.message {
	padding: 30px;
	text-align: center;
}

.message p {
	font-style: italic;
	font-weight: bold;
}

.message p.smalltext {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.bottomInfos {
	padding: 10px 0 10px 0;
}

#loginMessages, #registerMessages, #lostpassMessages {
	color: #C00;
	font-style: italic;
	font-weight: bold;
}

#registerMessages {
	padding: 10px 0;
}
	
#text h2, #contactForm h3 {
	padding-top: 20px;
	padding-bottom: 15px;
}

#lostpassForm {
	padding: 12px 68px 0px 65px;
	display: none;
}

#lostpassForm input.submit {
	width: 36px;
	height: 20px;
	float: right;
}

.selectedPage {
	color: #00B8D6;
}

#filter_category, #filter_subcategory {
	width: 135px;
}

#simplemodal-overlay {
  background-color:#000;
}

#text h4 {
	padding-top: 15px;
}

#contest-button { background-image: url(/img/jouez-01.png); width: 192px; height: 88px; display: block; margin-left: 612px; margin-top: 395px; }
#contest-button:hover { background-image: url(/img/jouez-02.png); width: 192px; height: 88px; display: block; margin-left: 612px; margin-top: 395px; }

