#slvalue {
	display: block;
	color: #1a8d7b;
	text-align: center;
	font: 25px Tahoma, sans-serif;
}

.novideo {
	color: #000;
	text-align: center;
	font: 10px Tahoma, sans-serif;
}

#video_thread img {
    max-width: 760px;
    min-height: 576px;
}

.online {
	text-align: center;
}

.playlist_plus img, .playlist_minus img {
	margin: 0 5px;
	position: relative;
	top: 3px;
}

.video_item {
	height: 220px;
	width: 274px;
	padding: 15px;
	position: relative;
	text-decoration: none;
}

.video_item_bg {
	position: relative;
	top: 10px;
	height: 218px;
	width: 272px;
    background: url(/img/cams/aroun_cam.png) no-repeat left top;
}


.video_item_bg_select {
	height: 220px;
	width: 274px;
	cursor: pointer;
	border: 0;
}

.video_item_bg_select:hover {
	height: 220px;
	width: 274px;
    background: url(/img/cams/cam-selected.png) no-repeat left top;
}

.video_item_preview {
	height: 188px;
	width: 252px;
	overflow: hidden;
	position: relative;
	top: 6px;
}

.video_item_name {
	height: 11px;
	font: 10px Tahoma, sans-serif;
	color: #000;
	text-decoration: none;
	position: relative;
	top: 5px;
	padding-left: 10px;
	text-align: left;
}

.video_bigbg {
    border-radius: 0 0 5px 5px;
	position: relative;
    display: block;
    box-shadow: 0px 2px 10px #888;
    background: url(/img/cams/bottom_bg.png) repeat-x left bottom;
/*
	height: 732px;
	width: 742px;
    background: url(/img/cams/bigbg.png) no-repeat left top;*/
}

.video_glazeg {
	position: relative;
	top: 15px;
	height: 59px;
	width: 73px;
    background: url(/img/cams/glazeg.png) no-repeat left top;
}

.correct_position {
	position: relative;
	left: -1px;
	top: 23px;
	height: 576px;
	width: 704px;
}

#controls {
    
	position: relative;
	height: 129px;
	width: 700px;
    
}


#top_timeline {
    width: 675px;
    height: 50px;
    overflow: hidden;
}

#top_timeline .top_tm_bg{
    margin-top: 5px;
    padding-top: 3px;
    width: 673px;
    height: 36px;
    background: url(/img/cams/top_timeline_bg.png) no-repeat left top;
    overflow: hidden;
}

#top_timeline .pipka{
    top: -45px;
    position: relative;
    height: 50px;
    background: url(/img/cams/top_timeline_pipka.png) no-repeat center center;
}

#top_timeline .top_tm_time{
    padding-top: 5px;
    white-space: nowrap;
    position: relative;
}

#top_timeline .top_tm_time div{
    padding-top: 12px;
    background: url(/img/cams/top_timeline_time.png) no-repeat top left;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 8px;
    color: #484848;
}

#bottom_timeline {
    width: 669px;
    height: 38px;
    padding: 0 15px;
    background: url(/img/cams/bottom_timeline_bg.png) no-repeat left top;
    text-align: left;
}

#bottom_timeline .slider {
    width: 669px;
    height: 38px;
    border: 0;
    background: transparent;
}

#bottom_timeline .ui-slider-handle {
    border: 0;
    top: 13px;
    background: url(/img/cams/bottom_timeline_begun.png) no-repeat left top;
    width: 28px;
    height: 35px;
}

.selectWrap {
    text-align: left;   
}

.selectWrap select{
    position:absolute;
    margin:-2px 0px 0px 0px;
    opacity:.0;
}
.selectWrap .link{
    color:#0066cc;
    border-bottom:1px dotted;
}

#order_cam span.name {
    width: 120px;
    display: block;
    float: left;
    text-align: right;
    padding-top: 3px;
    padding-right: 10px;
}
#order_cam span.param {
    padding-bottom: 20px;
    display: block;
    float: left;
}

#video_tshz {
    
}

#video_tshz .left_col {
    width: 710px;
    float: left;
    line-height: 1.4;
}


#video_tshz .login_toggle {
    border-radius: 10px;
    border: 1px solid #ccc;
    z-index: 1;
    position: relative;
}

#video_tshz .login_form {
    display: none;
    padding: 10px;
}

#video_tshz .login_form form {
    width: 270px;
    margin: 0 auto;
}

#video_tshz .login_form span {
    width: 100px;
    display: block;
    float: left;
}

#video_tshz .prezentation .left {
    width: 250px;
    height: 355px;
    float: left;
    border-right: 1px solid #ccc;
    padding: 10px;
    padding-right: 0; 
}

#video_tshz .prezentation .right {
    width: 425px;
    float: right;
    padding: 10px;
}

#video_tshz .right_col {
    width: 280px;
    float: right;
}

#video_tshz .payments .cols {
    float: left;
    width: 31%;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

#video_tshz .payments .cols .plus {
    background: url(/images/icon/plus_circle_frame.png) left top no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}

#video_tshz .payments .cols .minus {
    background: url(/images/icon/minus_circle_frame.png) left top no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}