body {
	margin: 0;
	}
h4 {
	font-size: 18px;
	line-height: 22px;
	color: #545454;
	margin-bottom: 11px;
	}
.xlarge {
	font-size: 16px !important;
	line-height: 18px;
	}
a {
	color: #1359a7;
	}
a:hover {
	color: #bf4300;
	}
.orange a,
a.orange {
	color: #bf4300;
	}
.orange a:hover,
a.orange:hover {
	color: #00a2d0;
	}
.tag a {
	color: #1359a7;
	}
.tag a:hover {
	background-color: #f3d8f9;
	color: #60366b;
	}
.gray {
	color: #888;
	}
.pad_info {
	padding: 0 10px;
	}
.smallcol_spec {
	width: 230px;
	}
.bigcol_spec {
	width: 710px;
	}

/* карусель */
.karusel {
	position: relative;
	width: 940px;
	height: 160px;
	overflow: hidden;
	margin-left: 10px;
	}
a.slideleft {
	display: block;
	position: absolute;
	top: 30px;
	left: -5px;
	width: 27px;
	height: 100px;
	overflow: hidden;
	z-index: 2;
	background: url('../img/ic_slide.png') no-repeat 0 -100px;
	cursor: pointer;
	}
a.slideleft:hover {
	background-position: 0 -200px;
	}
a.slideright {
	display: block;
	position: absolute;
	top: 30px;
	right: -4px;
	width: 27px;
	height: 100px;
	overflow: hidden;
	z-index: 2;
	background: url('../img/ic_slide.png') no-repeat right -100px;
	cursor: pointer;
	}
a.slideright:hover {
	background-position: right -200px;
	}
a.slideright.noactive {
	background-position: right 0;
	cursor: default;
	}
.div_step {
	position: absolute;
	top: 0;
	}
.div_step_left {
	position: relative;
	float: left;
	width: 290px;
	height: 160px;
	margin-top: 30px;
	margin-right: -51px;
	}
.div_step_center {
	float: left;
	position: relative;
	z-index: 2;
	width: 400px;
	padding: 0 10px;
	height: 225px;
	margin-right: -50px;
	background: url('../img/bg_white_50percent.png') 0 0;
	font-weight: bold;
	}
.div_step_right {
	position: relative;
	float: left;
	width: 290px;
	height: 160px;
	margin-top: 30px;
	}
.div_step_karusel {
	position: relative;
	float: left;
	width: 290px;
	height: 160px;
	margin-right: 35px !important;
	}
.karusel_video_title {
	position: absolute;
	bottom: 6px;
	left: 5px;
	color: #fff;
	font-weight: bold;
	}
.div_step_right .karusel_video_title {
	left: 54px;
	}
a:hover .karusel_video_title {
	color: yellow;
	}
.karusel_video_title_bg {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
	height: 28px;
	filter: alpha(opacity=85);
	opacity: .85;
	background-color: #000;
	}
.div_step_center .karusel_video_title_bg {
	width: 400px;
	}

/* end карусель */

.content_menu {
	float: left !ie;
	background: url('../img/bg_gray_top.png') no-repeat center top;
	}
.bg_gray_bottom {
	float: left !ie;
	background: url('../img/bg_gray_bottom.png') no-repeat center bottom;
	}
.mrt_spec {
	margin-right: 30px;
	}
.mrt_spec_big {
	margin-right: 60px;
	}

/* превьюшки */

.preview-130 {
	width: 130px;
	overflow: hidden;
	}
.preview-130 .title {
	display: block;
	margin-top: 74px;
	}
a.video-list-item-link .video-thumb-130 {
	display: block;
	width: 130px;
	height: 70px;
	overflow: hidden;
	}
a.video-list-item-link .vimg130 {
	width: 130px;
	height: 70px;
	}
a.video-list-item-link {
	display: block;
	overflow: hidden;
	}
a.video-list-item-link .video-time {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 1px 4px;
	filter: alpha(opacity=70);
	opacity: .7;
	background: #000;
	font-size: 11px;
	color: #fff;
	}
a.video-list-item-link:hover .video-thumb-130 .video-icon-play {
	position: absolute;
	display: block;
	top: 20px;
	left: 50px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url('../img/play_sml.png') no-repeat 0 0;
	}
a.video-list-item-link .title {
	cursor: pointer;
	}
a.video-list-item-link .video-rating {
	display: block;
	margin-top: 2px;
	margin-right: 15px;
	}
a.video-list-item-link .stat {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: #888;
	}
a.video-list-item-link .video-thumb {
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	background-color: #fff;
	cursor: pointer;
	}

/* если сейчас просматривается */

.video-icon-current {
	position: absolute;
	display: none;
	width: 124px;
	height: 48px;
	top: 0;
	left: 0;
	padding-top: 16px;
	border: 3px solid #f8c258;
	overflow: hidden;
	background: url('../img/video-icon-current.png') 0 0;
	text-align: center;
	color: #fff;
	}
.preview-130 a.active .video-icon-current {
	display: block;
	}
.preview-130 a.active .title {
	font-weight: bold;
	}
.preview-130 a.active .video-time,
.preview-130 a.active:hover .video-icon-play {
	display: none;
	}

/* end если сейчас просматривается */

.preview-190 {
	width: 190px;
	overflow: hidden;
	}
.preview-190 .title {
	display: block;
	margin-top: 104px;
	font-weight: bold;
	}
a.video-list-item-link .video-thumb-190 {
	display: block;
	width: 190px;
	height: 100px;
	overflow: hidden;
	}
a.video-list-item-link .vimg190 {
	width: 190px;
	height: 100px;
	}
a.video-list-item-link:hover .video-thumb-190 .video-icon-play {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 24px;
	left: 70px;
	overflow: hidden;
	background: url('../img/play_med.png') no-repeat 0 0;
	}
.preview-190 a.video-list-item-link .stat {
	margin-top: 4px;
	}

/* end превьюшки */

.trailer_preview {
	width: 140px;
	overflow: hidden;
	}
.trailer_preview a {
	display: block;
	position: relative;
	}
.trailer_preview a:hover .play_med {
	position: absolute;
	display: block;
	top: 80px;
	left: 50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url('../img/play_med.png') no-repeat 0 0;
	}
.trailer_preview .title {
	display: block;
	margin-top: 3px;
	}
.content_menu_left {
	width: 780px;
	padding-left: 10px;
	}
.content_menu_right {
	width: 150px;
	}
li {
	background: none;
	/*padding: 3px 0 4px 0;*/
	}
.button {
	display: block;
	padding: 0 9px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	background: #fbfbfb;
	background: -webkit-linear-gradient(-90deg, #fff, #f6f6f6);
	background:    -moz-linear-gradient(-90deg, #fff, #f6f6f6);
	background:      -o-linear-gradient(-90deg, #fff, #f6f6f6);
	background:         linear-gradient(-90deg, #fff, #f6f6f6);
	line-height: 21px;
	}
.button_type2 {
	display: block;
	padding: 0 10px;
	border-radius: 3px;
	background: #955aa3;
	background: -webkit-linear-gradient(-90deg, #b57cc4, #71337e);
	background:    -moz-linear-gradient(-90deg, #b57cc4, #71337e);
	background:      -o-linear-gradient(-90deg, #b57cc4, #71337e);
	background:         linear-gradient(-90deg, #b57cc4, #71337e);
	line-height: 30px;
	color: #fff;
	}
.button_type2:hover {
	background: #c08ccc;
	background: -webkit-linear-gradient(-90deg, #d4a3e0, #9f65ab);
	background:    -moz-linear-gradient(-90deg, #d4a3e0, #9f65ab);
	background:      -o-linear-gradient(-90deg, #d4a3e0, #9f65ab);
	background:         linear-gradient(-90deg, #d4a3e0, #9f65ab);
	color: #fff;
	}
.imgborder {
	padding: 4px;
	border: 1px solid #cdcdcd;
	}
.preview-transmission {
	width: 290px;
	overflow: hidden;
	}
.nothing-found-text {
	width: 319px;
	margin: 0;
	padding: 7px 4px 6px;
	border: 1px solid #c5c5c5;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}
.nothing-found-select {
	position: relative;
	width: 116px;
	margin: 0;
	padding: 7px 4px 5px 11px;
	border: 1px solid #c5c5c5;
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #fff url('../img/nothing-found-select.gif') no-repeat 0 6px;
	}
.select_open {
	display: block;
	position: absolute;
	top: 12px;
	right: 9px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	}
.div_select {
	position: absolute;
	top: 28px;
	left: 0;
	border: 1px solid #c5c5c5;
	border-top: none;
	z-index: 3;
	background-color: #fff;
	}
.div_select a {
	display: block;
	width: 110px;
	margin: 1px;
	padding: 6px 9px;
	font-size: 12px;
	color: #333;
	}
.div_select a:hover {
	background-color: #ddedf8;
	color: #333;
	}
.nothing-found-button {
	margin: 0;
	height: 30px;
	padding: 0 12px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	cursor: pointer;
	background: #e8e8e8;
	background: -webkit-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:    -moz-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:      -o-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:         linear-gradient(-90deg, #f0f0f0, #dedede);
	font-size: 14px;
	font-weight: bold;
	}
.nothing-found-button:hover {
	border: 1px solid #aabfed;
	background: #becff6;
	background: -webkit-linear-gradient(-90deg, #ccdafc, #aabfed);
	background:    -moz-linear-gradient(-90deg, #ccdafc, #aabfed);
	background:      -o-linear-gradient(-90deg, #ccdafc, #aabfed);
	background:         linear-gradient(-90deg, #ccdafc, #aabfed);
	}

/* menu */

.menu a {
	display: block;
	position: relative;
	float: left;
	width: 160px;
	height: 40px;
	background: url('../img/menu.jpg') no-repeat;
	}
.menu .one {
	background-position: 0 -10px;
	}
.menu .one:hover {
	background-position: 0 -100px;
	}
.menu .one.current {
	background-position: 0 -190px;
	}
.menu .two {
	background-position: -160px -10px;
	}
.menu .two:hover {
	background-position: -160px -100px;
	}
.menu .two.current {
	background-position: -160px -190px;
	}
.menu .three {
	background-position: -320px -10px;
	}
.menu .three:hover {
	background-position: -320px -100px;
	}
.menu .three.current {
	background-position: -320px -190px;
	}
.menu .four {
	background-position: -480px -10px;
	}
.menu .four:hover {
	background-position: -480px -100px;
	}
.menu .four.current {
	background-position: -480px -190px;
	}
.menu .five {
	background-position: -640px -10px;
	}
.menu .five:hover {
	background-position: -640px -100px;
	}
.menu .five.current {
	background-position: -640px -190px;
	}
.menu .six {
	background-position: -800px -10px;
	}
.menu .six:hover {
	background-position: -800px -100px;
	}
.menu .six.current {
	background-position: -800px -190px;
	}
.menu a.current .menu_arrow {
	display: block;
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 160px;
	height: 45px;
	background: url('../img/menu_arrow.png') no-repeat center bottom;
	}

/* end menu */

/* visited */

.vh a:visited,
a.vh:visited {
	color: #8e7f91;
	}
.vh a:hover,
a.vh:hover {
	color: #bf4300;
	}

/* end visited */

.footer_bg {
	background-color: #f2f4f5;
	}
.swf_height {
	height: 90%;
	}
.swf_height div {
	height: 100%;
	}
.swf_wide {
	padding-right: 69px;
	padding-left: 69px;
	border-radius: 5px;
	background-color: #000;
	}

/* иконки под видео */

.ic_favorites {
	display: block;
	float: left;
	padding-left: 23px;
	background: url('../img/video.png') no-repeat -88px -525px;
	}
.ic_favorites:hover {
	background-position: -88px -508px;
	}
.ic_favorites.active {
	background-position: -88px -542px;
	}
.ic_playlist {
	display: block;
	float: left;
	padding-left: 23px;
	background: url('../img/video.png') no-repeat -88px -581px;
	}
.ic_playlist:hover {
	background-position: -88px -564px;
	}
.ic_copy_link {
	display: block;
	float: left;
	padding-left: 23px;
	background: url('../img/video.png') no-repeat -962px -524px;
	}
.ic_copy_link:hover {
	background-position: -962px -507px;
	}
.ic_complain {
	display: block;
	float: left;
	width: 18px;
	height: 16px;
	background: url('../img/video.png') no-repeat -962px -542px;
	}
.ic_complain:hover {
	background-position: -940px -542px;
	}
.TB_window_pass {
	position: absolute;
	left: 25%;
	margin-top: -113px;
	z-index: 101;
	filter: alpha(opacity=100);
	opacity: 1;
	text-align: left;
	}
.opacity {
	height: auto;
	filter: alpha(opacity=40);
	opacity: .4;
	background-color: #87898a;
	}
.ramka_opacity_tobo1 {
	height: 1px;
	margin: 0 2px;
	filter: alpha(opacity=40);
	opacity: .4;
	overflow: hidden;
	background-color: #87898a;
	font-size: 1px;
	}
.ramka_opacity_tobo2 {
	height: 1px;
	margin: 0 1px;
	border-left: 2px solid #87898a;
	border-right: 2px solid #87898a;
	overflow: hidden;
	filter: alpha(opacity=40);
	opacity: .4;
	background-color: #87898a;
	font-size: 1px;
	}
.ramka_opacity_tobo3 {
	height: 8px;
	margin: 0;
	border-left: 2px solid #87898a;
	border-right: 2px solid #87898a;
	overflow: hidden;
	filter: alpha(opacity=40);
	opacity: .4;
	background-color: #87898a;
	font-size: 1px;
	}
.spacer {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
.w10 {
	width: 10px !important;
	}
.w2 {
	width: 2px;
	}
.ramka_pop_up_in_top {
	height: 1px;
	margin: 0 1px;
	overflow: hidden;
	background-color: #fff;
	font-size: 1px;
	}
.mar_rl {
	margin: 0 2px !important;
	}
.cor_op {
	height: 1px !important;
	overflow: hidden;
	font-size: 1px;
	}
.crt1 {
	position: absolute;
	top: 0;
	right: 0;
	}
.clt1 {
	position: absolute;
	top: 0;
	left: 0;
	}
.crt2 {
	position: absolute;
	top: 1px;
	right: 0;
	}
.clt2 {
	position: absolute;
	top: 1px;
	left: 0;
	}
.crb1 {
	position: absolute;
	bottom: 0;
	right: 0;
	}
.clb1 {
	position: absolute;
	bottom: 0;
	left: 0;
	}
.crb2 {
	position: absolute;
	bottom: 1px;
	right: 0;
	}
.clb2 {
	position: absolute;
	bottom: 1px;
	left: 0;
	}
.popup_white {
	background-color: #fff;
	}
.popup_pad {
	padding: 0 9px;
	}
.round_2px {
	border-radius: 2px;
	}
.popup_inp {
	padding: 3px 4px 4px 4px;
	border: 1px solid #d9d9d9;
	}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.popup_inp {
		padding-bottom: 3px;
		margin-top: 0;
		}
	}

.button_add {
	display: block;
	width: 26px;
	height: 23px;
	overflow: hidden;
	background: url('../img/video.png') no-repeat -919px -278px;
	}
.button_add:hover {
	background-position: -919px -301px;
	}
.TB_window_pass .bb_gray {
	margin-left: 0;
	border-bottom: 1px solid #e3e3e3;
	}
.bg_gray {
	background-color: #f5f5f5;
	}
.bg_white {
	background-color: #fff;
	}
b.ic_playlist:hover {
	background-position: -88px -581px;
	}
b.ic_copy_link:hover {
	background-position: -962px -524px;
	}
b.ic_complain {
	width: 140px;
	margin-left: 0;
	padding-left: 22px;
	background-position: -964px -542px;
	}
b.ic_complain:hover {
	background-position: -964px -542px;
	}
.dndel {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url('../img/ic_close.gif') no-repeat right 0;
	}
.dndel:hover {
	background-position: right -14px;
	}
.list_playlists {
	height: 57px;
	overflow: auto;
	}
.inp_ic_url {
	background: #fff url('../img/video.png') no-repeat -964px -760px;
	}
.inp_ic_object {
	background: #fff url('../img/video.png') no-repeat -960px -780px;
	}

/* end иконки под видео */

/* knopka_save */

.button_save {
	display: block;
	padding-left: 4px;
	background: url('../img/video.png') no-repeat 0 -1524px;
	line-height: 16px !important;
	}
.button_save em {
	display: block;
	padding: 4px 23px 3px 20px;
	background: url('../img/video.png') no-repeat right -1603px;
	color: #fff;
	font-style: normal;
	}
.button_save:hover {
	background-position: 0 -1551px;
	}
.button_save:hover em {
	background-position: right -1630px;
	color: #fff;
	}
.button_save.disabled {
	background-position: 0 -1577px !important;
	}
.button_save.disabled em {
	background-position: right -1656px !important;
	color: #888;
	}

/* end knopka_save */

.categories_menu a {
	display: block;
	margin-top: 1px;
	padding: 7px 0 7px 10px;
	}
.categories_menu i {
	display: block;
	margin-top: 1px;
	padding: 7px 0 7px 10px;
	color: #888 !important;
	font-style: normal;
	}
.categories_menu a:hover,
.categories_menu a.active:hover {
	background: url('../img/cat_menu_a.gif') no-repeat 0 -31px;
	color: #333;
	}
.categories_menu a.active {
	background: url('../img/cat_menu_a.gif') no-repeat 0 0;
	color: #333;
	font-weight: bold;
	}
.smallcol_spec_bg {
	background: url('../img/smallcol_spec_bg.gif') repeat-y right 0;
	}
.sort a,
.sort span {
	float: left;
	padding: 1px 9px 2px 11px;
	border: 1px solid #fff;
	}

.sort .active {
	margin: 0;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #e8e8e8;
	background: -webkit-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:    -moz-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:      -o-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:         linear-gradient(-90deg, #f0f0f0, #dedede);
	cursor: default;
	color: #333;
	font-weight: bold;
	}

/* блок отзыва */

.beta_position {
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -80px;
	z-index: 99;
	}
.beta_a {
	display: block;
	width: 30px;
	height: 160px;
	overflow: hidden;
	background: url('../img/beta_a.png') no-repeat 0 0;
	}
.open .beta_a {
	background-position: -30px 0;
	}
.beta_info {
	height: 148px;
	padding: 6px 0;
	overflow: hidden;
	background: url('../img/beta_info.png') repeat-x 0 0;
	}
.beta_info_border {
	height: 148px;
	padding: 0 10px 0 18px;
	border-left: 1px solid #fff;
	text-align: left;
	}
.beta_textarea {
	width: 191px;
	height: 73px;
	padding: 3px 4px 4px;
	border: 1px solid #d9d9d9;
	overflow: auto;
	}

/* end блок отзыва */

.preview-190 .video-rating {
	display: block;
	margin-top: 2px;
	margin-right: 15px;
	}

/* non-stop */

.non-stop_func_button {
	margin-top: 11px;
	}
.illuminate_off {
	display: block;
	width: 11px;
	height: 19px;
	background: url('../img/sprite_non-stop.png') no-repeat 0 -26px;
	}
.illuminate_off:hover {
	background-position: 0 0;
	}
.illuminate_on {
	display: block;
	width: 11px;
	height: 19px;
	background: url('../img/sprite_non-stop.png') no-repeat 0 0;
	}
.illuminate_on:hover {
	background-position: 0 -26px;
	}
.non-stop_settings {
	display: block;
	width: 17px;
	height: 15px;
	background: url('../img/sprite_non-stop.png') no-repeat right 0;
	}
.non-stop_settings:hover,
.info_popup .non-stop_settings {
	background-position: right -30px;
	}
.settings {
	position: absolute;
	top: -4px;
	right: -9px;
	width: 400px !ie;
	z-index: 99;
	}
.border_popup {
	padding: 10px;
	border-radius: 5px;
	background: url('../img/border_popup.png') 0 0;
	}
.info_popup {
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	}
.bb {
	border-bottom: 1px solid #d9d9d9;
	}
.label_block label {
	display: block;
	width: 160px;
	padding: 5px 9px 4px 9px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #bf4300;
	}
.label_block label:hover {
	border: 1px solid #cddbfc;
	background: #dce6fd;
	background: -webkit-linear-gradient(-90deg, #ecf2fe, #cddbfc);
	background:    -moz-linear-gradient(-90deg, #ecf2fe, #cddbfc);
	background:      -o-linear-gradient(-90deg, #ecf2fe, #cddbfc);
	background:         linear-gradient(-90deg, #ecf2fe, #cddbfc);
	cursor: pointer;
	color: #333;
	}
.label_block label input {
	margin-right: 10px;
	vertical-align: -2px;
	}

/* end non-stop */

#v_desc {
	line-height: 18px;
	}
.wallpaper-button {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 0 25px 0 26px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #e8e8e8;
	background: -webkit-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:    -moz-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:      -o-linear-gradient(-90deg, #f0f0f0, #dedede);
	background:         linear-gradient(-90deg, #f0f0f0, #dedede);
	cursor: pointer;
	line-height: 21px;
	color: #323232;
	font-weight: bold;
	}

.wallpaper-button:hover {
	border: 1px solid #aabfed;
	background: -webkit-linear-gradient(-90deg, #ccdafc, #aabfed);
	background:    -moz-linear-gradient(-90deg, #ccdafc, #aabfed);
	background:      -o-linear-gradient(-90deg, #ccdafc, #aabfed);
	background:         linear-gradient(-90deg, #ccdafc, #aabfed);
	color: #323232;
	}

/* каналы */

.menu_channel a {
	position: relative;
	display: block;
	float: left;
	width: 190px;
	height: 44px;
	padding: 0 25px;
	background: url('../img/crborder.gif') no-repeat left center;
	}
.menu_channel a b {
	display: block;
	margin: 2px 0 0 0;
	}
.menu_channel a:first-child {
	background: none;
	}
.menu_channel a .menu_arrow {
	display: none;
	}
.menu_channel a.current .menu_arrow {
	display: block;
	position: absolute;
	left: 0;
	top: -43px;
	width: 240px;
	height: 45px;
	background: url('../img/menu_arrow.png') no-repeat center bottom;
	}
.menu_channel a img {
	filter: alpha(opacity=50);
	opacity: .5;
	}
.menu_channel a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	}

/* end каналы */

.tv_bul li {
	background: url('../img/tv_bul.gif') no-repeat 0 7px;
	padding: 1px 0 6px 10px;
	}
.tabs {
	position: relative;
	margin-bottom: -1px;
	}
.tabs a {
	display: block;
	float: left;
	margin: 8px 20px 0 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.tabs a.active {
	position: relative;
	margin: 0;
	padding: 7px 9px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	z-index: 2;
	background-color: #fff;
	cursor: default;
	font-weight: bold;
	color: #333;
	}
.tabs a.active span {
	background-color: #fff;
	font-weight: normal;
	}

/* theme */

.categories_menu .theme_subcategory {
	padding-left: 15px;
	color: #1359a7;
	}
.categories_menu .theme_subcategory:hover {
	background: none;
	color: #bf4300;
	}

/* end theme */

/*b-theme_contest*/

.b-theme_contest {
	width: 940px;
	margin-left: 10px;
	overflow: hidden;
	}
.b-theme_contest a {
	float: left;
	margin-left: 35px;
	}
.b-theme_contest a:first-child {
	margin-left: 0 !important;
	}

/*end b-theme_contest*/