* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img,table,fieldset,hr {
	border-style: none;
}

select,input,label {
	vertical-align: middle;
}

body {
	font-family: Arial;
	color: #333;
	text-align: center;
	background: #002737;
}

a {
	color: #26718f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#body a:visited {
	color: #5e9eb7;
}

#body a:active {
	color: #ed39ac;
}

h1 {
	padding: 0 0 .4em 0;
	font-weight: bold;
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	color: #666;
}

h2 {
	padding: 0 0 .6em 0;
	font-size: 20px;
	color: #26718F;
}

h3 {
	padding: .6em 0;
	font-size: 16px;
}

h4 {
	padding: 0 0 6px 0;
	font-size: 13px;
}

h5 {
	padding: .6em 0;
	font-size: 16px;
}

h6 {
	padding: 0 0 .4em 0;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color: #666;
}

#Wrapper {
	margin: 25px auto;
	width: 1000px;
	text-align: left;
}

#Outer {
	padding: 15px;
	background: #fff;
}

#Body {
	float: left;
	width: 700px;
}

#Rate {
	width: 700px;
}

#Side {
	float: right;
	width: 240px;
}

#Header {
	height: 112px;
}

#Header .h1 {
	position: relative;
	height: 64px;
	background: #b3e5fa url(../i/bg-header-h1.gif) repeat-x;
}

#Header .h2 {
	display: table;
	width: 100%;
	height: 48px;
	background: url(../i/bg-header-h2.gif) repeat-x;
}

#Logo {
	position: absolute;
	left: 0;
	top: 7px;
	width: 355px;
	height: 52px;
	overflow: hidden;
}

#Header > .h1 > a.btn-green {
	position: absolute;
	left: 409px;
	top: 5px;
	font-weight: normal;
	font-size: 16px;
}

#Topmenu {
	display: inline;
	float: right;
	height: 52px;
	width: 620px;
}

/* Languages
----------------------------------------------------------- */

#Lang {
	float: left;
	width: 90px;
	height: 29px;
}

#Lang li.on {
	padding: 10px 10px 0 0;
	font-size: 11px;
	background: url(../i/ico-ddm.gif) no-repeat 100% 15px;
}

#Lang li ul {
	position: absolute;
	padding: 15px 0 0 15px;
	width: 350px;
	background: #ebf6fa;
	border: solid 1px #075878;
}

#Lang li li {
	display: inline;
	float: left;
	padding: 0 0 15px 0;
	width: 30%;
	font-size: 11px;
}

#Lang li li span {
	padding: 0 0 0 15px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#Lang li li .en {
	background-image: url(../i/lang-en.gif);
}

#Lang li li .bg {
	background-image: url(../i/lang-bg.gif);
}

#Lang li li .ru {
	background-image: url(../i/lang-ru.gif);
}

#Lang li li .es {
	background-image: url(../i/lang-es.gif);
}

#Lang li li .it {
	background-image: url(../i/lang-it.gif);
}

#Lang li li .ch {
	background-image: url(../i/lang-ch.gif);
}

/* User menu
----------------------------------------------------------- */

#Usermenu {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 400px;
	font-size: 11px;
}

#Usermenu .reghelp {
	display: inline-block;
	margin: 0 10px 0 0;
	text-align: right;
}

#Usermenu .mainbar {
	float: right;
}

/* Header menu
----------------------------------------------------------- */

#Menu {
	position: absolute;
	right: 15px;
	bottom: 0;
	height: 23px;
}

#Menu ul {
	float: left;
	height: 23px;
}

#Menu li {
	display: inline-block;
	padding: 0 11px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #ebf6fa;
	border-right: solid 1px #b6e6fa;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #Menu li {
		padding: 0 10px;
	}
}

#Menu .dir {
	border-right-style: none;
}

#Menu .dir a {
	padding: 0 10px 0 0;
	background: url(../i/ico-ddm.gif) no-repeat 100% 5px;
}

#Menu .on {
	color: #fff;
	background: #26718f;
}

#Menu .on a {
	color: #fff;
}

#Menu a:hover {
	text-decoration: none;
	color: #000;
}

#Menu li ul {
	display: block;
	width: 140px;
	height: auto;
	background: #ebf6fa;
}

#Menu li li {
	display: block;
	float: none;
	border-bottom: solid 1px #d1dce0;
	border-right-style: none;
}

#Menu li li a {
	padding: 0 !important;
	background: none !important;
}

/* Upload button
----------------------------------------------------------- */

#Upload {
	display: table-cell;
	padding: 8px 0 0 0;
	width: 30%;
	text-align: center;
	vertical-align: top;
}

#Upload .bu {
	display: inline-block;
	margin: 0 auto;
	height: 28px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../i/bu-upload-l.gif) no-repeat;
}

#Upload .bu a {
	display: inline-block;
	float: left;
	padding: 0 1em;
	height: 28px;
	line-height: 28px;
	color: #000;
	background: url(../i/bu-upload-r.gif) no-repeat right top;
}

#Upload .bu a:hover {
	text-decoration: none;
}

/* Search field
----------------------------------------------------------- */

#Search {
	display: table-cell;
	padding: 10px 0 0 0;
	vertical-align: top;
	text-align: right;
}

#Search form {
	float: right;
	padding: 0 20px 0 0;
}

#Search fieldset {
	float: left;
	width: 180px;
	margin: 1px 0 0 0;
}

#Search fieldset .input {
	padding: 0 !important;
}

#Search fieldset input {
	padding: 4px 4px 5px 4px;
	width: 96%;
	font: 12px Arial;
	color: #3a6374;
	background: #ebf6fa;
	border-radius: 2px;
	border: 0;
}

#Search fieldset input:focus {
	background: #fff;
}

#Search .submit {
	float: left;
	margin: 0 0 0 5px;
	width: 55px;
}

input.bu-search {
	display: inline-block;
	padding: 0 8px !important;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	background: #338bae url(../i/bg-bunew.png) repeat-x;
	border: 1px solid #002737;
	border-radius: 2px;
	cursor: pointer;
}

input.bu-search:hover {
	background-color: #489dbe;
}

input.bu-search:active {
	background-color: #26718f;
}

/* Tab menu
----------------------------------------------------------- */

#mainmenu {
	display: table-cell;
	padding: 6px 0 0 15px;
}

/* Sidebar menu
----------------------------------------------------------- */

.sidemenu {
	border-radius: 3px;
	box-shadow: 0 0 7px #002230;
	background: #fff;
}

.sidemenu li {
	padding: 7px 15px;
	font-size: 12px;
	line-height: 16px;
	border-bottom: solid 1px #ebf6fa;
}

.sidemenu li:first-child {
	border-radius: 3px 3px 0 0;
}

.sidemenu li:last-child {
	border: 0;
	border-radius: 0 0 3px 3px;
}

.sidemenu li:hover {
	background: #ebf6fa;
}

.sidemenu li.on {
	font-weight: bold;
	background: #d9f2fb;
	border-color: #d9f2fb;
}

.sidemenu li.on a {
	color: #333;
}

/* menu-tab > staticMenu
----------------------------------------------------------- */

.menu-tab .staticMenu dt span {
	display: inline-block;
	font: 14px/18px Arial;
	color: #666;
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
			transform: rotate(270deg);
}

.menu-tab .staticMenu ul {
	left: -98px;
	float: none;
	margin: 2px 0;
	padding: 0;
	width: 250px;
	height: auto;
	background: #fff;
	border: solid 1px #999;
	box-shadow: 0 0 5px #ccc;
	cursor: default;
}

.menu-tab .staticMenu ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0 10px 5px 10px;
	height: auto;
}

.menu-tab .staticMenu ul li:first-child {
	font-size: 11px;
	color: #666;
}

.menu-tab .staticMenu ul li:first-child {
	padding-bottom: 0;
}

.menu-tab .staticMenu ul li:last-child {
	padding-bottom: 9px;
}

.menu-tab .staticMenu ul li select {
	padding: 2px;
	width: 112px;
	font-size: 12px;
	color: #333;
}

.menu-tab .staticMenu ul li select:first-child {
	margin: 0 6px 0 0;
}

.menu-tab .staticMenu ul li input[type="submit"] {
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
	color: #222;
	text-shadow: 1px 1px #f6f6f6;
	border: 0;
	border-radius: 1px;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #f3f3f3, #ddd);
	background-image:	 -moz-linear-gradient(top, #f3f3f3, #ddd);
	background-image:		  linear-gradient(top, #f3f3f3, #ddd);
	box-shadow: inset 0 1px 0 0 #f9f9f9, 0 0 0 1px #ccc;
}

/* Footer
----------------------------------------------------------- */

#Footer {
	padding: 5px 0 0 0;
}

#Footlinks {
	padding: 15px;
	background: #257292;
}

#Footlinks .box {
	float: left;
	width: 30%;
}

#Footlinks .fl2,
#Footlinks .fl3 {
	padding: 0 0 0 30px;
	border-left: solid 1px #1a6383;
}

#Footlinks p {
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

#Footlinks li {
	display: inline;
	float: left;
	width: 48%;
	padding: 2px 0 0 0;
	font-size: 11px;
	color: #fff;
}

#Footlinks a {
	color: #6ccce8;
}

#Footrights {
	padding: 1em 0 0 0;
	min-height: 30px;
}

#Footrights p {
	padding: 0 0 1em 0.5em;
	font-size: 11px;
	text-align: left;
	color: #80939b;
}

 #Footrights ul {
        float: right;
 }
 
 #Footrights li {
        float:left;
        margin:0 0 0 10px;
        padding:0;
        list-style:none;
 }
 
/* NEW CONTRI
----------------------------------------------------------- */

/* thin head */

.thinhead {
	height: 35px;
	overflow: hidden;
}

.thinhead .path {
	display: inline-block;
	float: left;
	line-height: 22px;
}

.thinhead .prevnext {
	display: inline-block;
	float: right;
}

/* head */

.contri-head {
	display: table;
	width: 100%;
	height: 130px;
}

.contri-head {
	height: 130px;
}

/** user **/

.contri-user {
	display: table-cell;
	padding: 10px;
	min-width: 310px;
	vertical-align: top;
	background: #ddd;
	border-top: solid 2px #fff;
}

.contri-user-container {
	position: relative;
}

.contri-user .t-pic {
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
}

.contri-user .t-pic img {
	display: inline-block;
}

.contri-user-info {
	display: inline-block;
	float: left;
	margin: 10px 0 0 0;
	font-size: 12px;
}

.contri-user-info li {
	margin: 3px 0;
}

.contri-user-info a {
	font-weight: bold;
}

.contri-user-stars {
	display: block;
	position: absolute;
	right: 0;
	top: 13px;
	width: 66px;
	height: 13px;
	background: url(../i/ico-star-normal-red.png);
}

.contri-user-stars span {
	display: block;
	top: 24px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../i/ico-star-normal-red.png) 0 -108px;
}

.contri-user-stars .s0 {
	width: 0px;
}

.contri-user-stars .s05 {
	width: 7px;
}

.contri-user-stars .s1 {
	width: 13px;
}

.contri-user-stars .s15 {
	width: 20px;
}

.contri-user-stars .s2 {
	width: 26px;
}

.contri-user-stars .s25 {
	width: 33px;
}

.contri-user-stars .s3 {
	width: 39px;
}

.contri-user-stars .s35 {
	width: 46px;
}

.contri-user-stars .s4 {
	width: 53px;
}

.contri-user-stars .s45 {
	width: 60px;
}

.contri-user-stars .s5 {
	width: 66px;
}

/** banner **/

.contri-banner {
	display: table-cell;
    position: relative;
	width: 560px;
	vertical-align: middle;
	text-align: center;
	background: #191919;
}

/** carousel **/
.carousel-wrapper {
    position: relative;
}

.contri-carousel {
	display: table-cell;
    position: relative;
	width: 560px;
	vertical-align: top;
	background: #191919;
}

.contri-carousel-more {
	padding: 10px 40px;
	font-size: 11px;
	color: #aaa;
}

.contri-carousel-more a {
	color: #ccc;
	text-decoration: underline;
}

.contri-carousel-more a:hover {
	color: #fff;
}

.contri-carousel-play {
	display: block;
	position: absolute;
	left: 3px;
	right: 3px;
	bottom: 3px;
	padding: 4px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	background: rgba(25, 25, 25, .6);
}

.carousel li a:hover .contri-carousel-play {
	display: none;
}

.contri-carousel-info {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	padding: 5px;
	font-size: 9px;
	color: rgba(255, 255, 255, .8);
	background: rgba(25, 25, 25, .6);
}

.carousel li a:hover .contri-carousel-info {
	display: block;
}

.contri-carousel-info span {
	display: block;
	overflow: hidden;
}

.contri-carousel-info-title,
.contri-carousel-info-views {
	height: 12px;
	line-height: 12px;
}

.contri-carousel-info-stars {
	margin: 40px 0 4px 0;
	height: 8px;
	text-indent: -100em;
	background: url(../i/ico-star-small-white.png);
	opacity: .8;
}

.contri-carousel-info-stars.s0 {
	width: 0px;
}
.contri-carousel-info-stars.s05 {
	width: 5px;
}
.contri-carousel-info-stars.s1 {
	width: 10px;
}
.contri-carousel-info-stars.s15 {
	width: 15px;
}
.contri-carousel-info-stars.s2 {
	width: 20px;
}
.contri-carousel-info-stars.s25 {
	width: 25px;
}
.contri-carousel-info-stars.s3 {
	width: 30px;
}
.contri-carousel-info-stars.s35 {
	width: 35px;
}
.contri-carousel-info-stars.s4 {
	width: 40px;
}
.contri-carousel-info-stars.s45 {
	width: 45px;
}
.contri-carousel-info-stars.s5 {
	width: 50px;
}

.carousel {
    position: relative;
	margin: 0 auto;
    width: 491px;
    height: 91px;
    overflow: hidden;
}

.carousel ul {
    position: absolute;
	margin: 0;
	padding: 0;
    width: 20000em;
    list-style: none;
}

.carousel li {
    float: left;
	position: relative;
	width: 91px;
	height: 91px;
	margin: 0 4px;
}

.carousel li img {
	width: 85px;
	height: 85px;
	border: solid 3px #191919;
}

.carousel li.on img {
	border-color: #fff;
}

.carousel li a:hover img {
	border-color: #cb2020;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 58px;
    text-decoration: none;
    font: 36px/36px 'Arial', sans-serif;
	color: #fff;
}

.carousel-control-prev {
    left: 14px;
}

.carousel-control-next {
    right: 14px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    text-decoration: none;
}

/** videos **/

.contri-videos {
	display: table-cell;
    position: relative;
	padding: 10px 0 0 10px;
	max-width: 405px;
	overflow: hidden;
	vertical-align: top;
	background: #191919;
}

.contri-videos h3 {
	padding: 0 0 10px 0;
	font: 400 16px/18px 'Raleway';
	color: #fff;
}

.contri-videos li {
	display: inline-block;
	margin: 0 10px 0 0;
}

/* body */

.contri-body {
	padding: 15px;
	background: #191919;
}

.contri-body .hq1 {
	margin: 0 auto 15px auto;
	max-width: 600px;
}

/** title **/

.conri-title {
	padding: 0 0 10px 0;
}

.conri-title h1 {
	padding: 0 0 10px 0;
	font: 400 36px/42px 'Raleway';
	color: rgba(255,255,255,.96);
}

.conri-title p {
	padding: 0 0 10px 0;
	font: 400 14px/20px 'Raleway';
	color: rgba(255,255,255,.96);
}

/** photo **/

.contri-photo {
	text-align: center;
}

.contri-player {
	margin: 0 auto 20px auto;
	width: 600px;
}

.contri-photo > a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.contri-photo > a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.contri-photo > a img {
	display: inline-block;
}

.contri-photo-resize {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../i/ico-resize.png);
}

.contri-photo > a:hover .contri-photo-resize {
	background-position: 0 -32px;
}

.contri-photo-large {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
	background: rgba(0, 0, 0, .8);
}

.contri-photo > a:hover .contri-photo-large {
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 1);
}

.contri-photo-comment {
	padding: 5px 0 15px 0;
	font: italic 13px/18px 'Arial';
	color: rgba(255, 255, 255, .8);
}

.contri-photo-allstar {
	display: inline-block;
	margin: -3px auto 0 auto;
	padding: 8px 20px;
	background: #26718f;
}

.contri-photo-allstar a {
	font-size: 14px;
	color: #fff;
}

/* foot */

.contri-foot {
	display: table;
	margin: 0 0 30px 0;
	width: 100%;
}

/** control tabs **/

.contri-foot .conri-tabs {
	display: table-cell;
	min-width: 320px;
	vertical-align: bottom;
	border-top: solid 10px #fff;
	border-right: solid 10px #fff;
}

.contri-foot .conri-tabs .contri-panel {
	margin: 0;
}

.contri-foot .conri-tabs .contri-panel .p7epm_trigs ul {
	display: table;
	width: 100%;
}

.contri-foot .conri-tabs .contri-panel .p7epm_trigs li {
	display: table-cell;
	float: none;
	width: 33%;
}

.contri-foot .conri-tabs .contri-panel .p7epm_content {
	min-height: 45px;
}

.contri-foot .contri-panel .form-normal form {
	background: none;
	border: 0;
}

.contri-foot .contri-panel .form-normal form textarea {
	width: 100%;
}

.contri-foot .contri-panel .form-normal,
.contri-foot .contri-panel .form-normal .nocols {
	padding: 0;
}

.contri-foot .contri-carousel {
	padding-bottom: 10px;
}

.contri-foot .contri-carousel-more {
	padding-top: 0;
}

.contri-foot .contri-tabs.contri-btn {
	vertical-align: middle;
}

.contri-foot .bu-silver-bigg {
	display: block;
	float: none;
	margin: 10px 10px 0 0;
	text-align: center;
}

/* footer */

.contri-footer {
	display: table;
	width: 100%;
}

.contri-footer .contri-board {
	display: table-cell;
	padding: 0 40px 0 0;
	vertical-align: top;
}

.contri-footer .contri-side {
	display: table-cell;
	width: 240px;
	vertical-align: top;
}
