@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'HelvLight';
    src: url('../fonts/helvetica_43_light_extended-webfont.eot');
    src: url('../fonts/helvetica_43_light_extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_43_light_extended-webfont.woff') format('woff'),
         url('../fonts/helvetica_43_light_extended-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_43_light_extended-webfont.svg#ITCFranklinGothicBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelvBold';
    src: url('../fonts/helvetica_73_bold_extended-webfont.eot');
    src: url('../fonts/helvetica_73_bold_extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_73_bold_extended-webfont.woff') format('woff'),
         url('../fonts/helvetica_73_bold_extended-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_73_bold_extended-webfont.svg#ITCFranklinGothicBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveMed';
    src: url('../fonts/helvetica_63_medium_extended-webfont.eot');
    src: url('../fonts/helvetica_63_medium_extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_63_medium_extended-webfont.woff') format('woff'),
         url('../fonts/helvetica_63_medium_extended-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_63_medium_extended-webfont.svg#HelveticaNeueMediumExt') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: #235175 url(../images/background.jpg) repeat-x 0px 0px;
	font: 300 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
}
.clearfix {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
a, a:active, a:visited {
	color: #FD6D28;
	text-decoration: none;
}
a:hover {
	color: #C83C00;
}
.divider {
	display: block;
	border-top: 1px dotted #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.graybold {
	font-weight: bold;
	color: #666;
}
.column_inner ul ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding: 0px;
}
.column_inner ul ul li {
	line-height: 18px;
	list-style-type: square;
	padding: 0px;
}
#floormic {
	font-size: 12px;
	line-height: 24px;
	padding-left: 5px;
	margin-bottom: 25px;
}
.container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
/*add button*/
/* main level link */

#add_menu {
	line-height: 20px;
	float: right;
	font-size: 12px;
	border-right: 1px dotted #235175;
	border-left: 1px dotted #235175;
}
#add_menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 9000px;
	list-style: none;
}
#add_menu a.pagetools {
	display: block;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'HelvBold', sans-serif;
}
#add_menu a.pagetools:hover {
	background-color: #235175;
}
/* dropdown */
#add_menu li:hover > ul {
	display: block;
	font-family: sans-serif;
}
/* level 2 list */
#add_menu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 175px;
	position: absolute;
	z-index: 9001px;
	top: 20px;
	left: 0;
	background: #EFEFEF;
	border: solid 1px #b4b4b4;
}
#add_menu ul li {
	float: none;
	padding: 0px;
}
#add_menu ul a {
	font-weight: normal;
	display: block;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
#add_menu ul a:hover {
	background: #e0e0e0 !important;
}
#add_menu {
	display: inline-block;
}
html[xmlns] #add_menu {
	display: block;
}
* html #add_menu {
	height: 1%;
}
/*header*/
header {
	margin: 15px 0px;
}
#site_header {
	background: #709ec2;
	height: 20px;
	border-bottom: 1px solid #FFF;
}
header .logo {
	float: left;
}
header nav {
	float: right;
	width: 650px;
	margin-left: 50px;
	font-size: 14px;
}
header nav #search {
	float: right;
	top: 7px;
	right: 5px;
	width: 180px;
	margin-top: 10px;
}
header nav #search input.search_field {
	width: 150px;
	float: left;
	color: #666;
	font-size: 10px;
	padding: 0px;
	border-width: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header nav #search input.search_btn {
	height: 22px;
	line-height: 22px;
	width: 22px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	cursor: pointer;
	background: transparent url(../images/search_btn.png) right top !important;
}
/*--------MENU-----------*/
#menu {
	list-style:none;
	height:33px;
	display: block;
	float: left;
	padding: 5px 0px 0px;
	font-family: 'HelveMed', sans-serif;
}
#menu li {
	float:left;
	text-align:center;
	position:relative;
	border:none;
	z-index: 10px;
	line-height: 33px;
}
#menu li:hover {
}
#menu li .drop {
	padding-left: 15px;
	padding-right: 10px;
}
#menu li:hover .drop {
}
/* Drop Down */

.bytitle, .bydecade {
	margin:0px auto;
	float:left;
	position:absolute;
	z-index: 11px;
	left:-999em; /* Hides the drop down */
	text-align:left;
	background-color:#FFF;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px none #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #777777;
}
.bytitle {
	width: 240px;
}
.bydecade {
	width: 240px;
}
#menu li:hover .bytitle, #menu li:hover .bydecade {
	left:-1px;
	top:auto;
}
/* Columns */

.col_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	width:50px;
}
/* Right alignment */

#menu .menu_right {
	float:left;
	margin-right:0px;
}
#menu li .align_right {
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
/* Drop Down Content Stylings */

#menu p, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu p {
	line-height:14px;
	margin:0 0 10px 0;
}
#menu li:hover div a {
	font-size:12px;
	text-decoration: none;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
/*content*/
#maincontent {
	min-height: 600px;
}
.main_box {
	background-color: #FFF;
	border: 2px solid #ccc;
	padding: 20px;
}
/* FOOTER */
#footer {
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	margin-top: 8px;
	background: #194268;
}
#footer a:hover {
	color: #FB6100;
	text-decoration: underline;
}
#footer_left {
	float: left;
	color: #FFF;
	float: left;
}
#footer_right {
	float: right;
	text-align: right;
	color: #FFF;
}
.rating {
	display: block;
	margin: 0px;
	padding: 0px;
}
.column_inner {
	background-color: #FFF;
	border: 2px solid #CCC;
	min-height: 600px;
}
.column_inner_no_top_10px {
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.column_inner_10px {
	padding: 10px;
}
.column_inner p {
	margin: 0px;
	padding: 0px;
}
.column_inner_10px li {
	line-height: 18px;
	list-style-type: none;
}
.column_inner_10px ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.content_box {
	border: 2px solid #CCC;
	background-color: #FFF;
	margin-bottom: 25px;
}
#video_container p {
	margin: 0px;
	padding: 0px;
}
#video_container #embed_wrapper {
	margin-top: 15px;
}
#video_box {
	border: 1px solid #333;
	margin-bottom: 10px;
	background-color: #000;
	text-align: center;
	width: 560px;
}
#video_box img {
	border-width: 0px;
}
#video_info_wrapper {
	float: none;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#video_info_wrapper #video_info {
	float: left;
	margin-bottom: 5px;
	width: 300px;
}
#video_info p {
	margin: 0px;
	padding: 0px;
}
.box_header {
	font-size: 18px;
	font-family: 'HelvBold', sans-serif;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: #E6E6E6 url(../images/box_header.jpg) repeat-x bottom;
}
#interior_left_column {
	width: 590px;
	margin-bottom: 10px;
	float: left;
}
#interior_right_column {
	float: right;
	width: 354px;
}
/* interior */
#content_right_column #video_info_wrapper .photoinfo {
	float: left;
}
#page_title {
	margin-bottom: 20px;
}
#page_title .poster {
	border: 1px solid #999;
	float: left;
}
#page_title #bioheader {
	float: left;
	padding-top: 35px;
	padding-left: 15px;
}
#page_title #prodheader {
	float: left;
	padding-top: 17px;
	padding-left: 8px;
}
#content_left_column #credits ul {
	margin: 0px;
	padding: 0px;
}
#page_title h1 {
	font-weight: normal;
	font-family: 'HelvBold', sans-serif;
	font-size: 24px;
}
#page_title h2 {
	font-weight: normal;
	font-family: 'HelvLight', sans-serif;
	font-size: 14px;
	border: none;
	color: #666;
}
#content_left_column {
	width: 315px;
	margin-top: 15px;
	float: left;
}
#content_right_column {
	float: right;
	width: 570px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
	color: #25455f;
	font-family: 'HelvMed', sans-serif;
}
.main_box p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content_left_column #credits {
	margin-top: 15px;
}
.section_spacing {
	margin-bottom: 25px;
}
#content_right_column #video_info_wrapper #video_info {
	float: left;
	margin-bottom: 5px;
	width: 430px;
}
#content_right_column #video_info_wrapper #video_info p {
	margin: 0px;
	padding: 0px;
}
.prod_format {
	font-weight: bold;
	color: #FD6D28;
}
#credits li {
	list-style-type: none;
	padding-left: 10px;
}
/* -------------------------------- global -------------------------------- */
.thumbnail {
	float:left;
	background:#fff;
	padding:2px;
	border:1px solid #eee;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* -------------------------------- home -------------------------------- */
#home #home_lwr_half .content_box, #home .social_etc {
	width: 305px;
}
#home #latest .box_header {
	margin-bottom: 0px;
}
#home .latest_user_vid {
	float: left;
	margin-right: 25px;
}
#home .latest_photos {
	float: left;
}
#home .latest_photos a.imglink {
	display: block;
	height: 54px;
	width: 75px;
	overflow: hidden;
	margin-right: 5px;
}
#home .latest_photos .imgwrapper {
	background:#fff;
	padding:2px;
	border:1px solid #eee;
	height: 54px;
	width: 75px;
	float: left;
	margin-right: 5px;
}
#home #latest .latest_left_column {
	float: left;
	width: 560px;
}
#home #latest .latest_right_column {
	float: right;
	width: 365px;
}
#home .watch_it_now_home {
	color: #FFF;
	border: 1px solid #BC4110;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	float: left;
	background: #FD6D28; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9968 0%, #f25613 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9968), color-stop(100%, #f25613)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9968 0%, #f25613 100%); /* IE10+ */
	background: linear-gradient(top, #ff9968 0%, #f25613 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9968', endColorstr='#f25613', GradientType=0 ); /* IE6-9 */
}
#home .watch_it_now_home:hover {
	background: #f25613; /* Old browsers */
	background: -moz-linear-gradient(top, #f25613 0%, #ff9968 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f25613), color-stop(100%, #ff9968)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f25613 0%, #ff9968 100%); /* IE10+ */
	background: linear-gradient(top, #f25613 0%, #ff9968 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25613', endColorstr='#ff9968', GradientType=0 ); /* IE6-9 */
}
#home .watch_it_now_home a, #home .watch_it_now_home a:hover {
	color: #FFF;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}
#home #home_lwr_half .video_wrapper {
	float: left;
	width: 285px;
}
#home #home_lwr_half .video_wrapper .vid_info {
	float: left;
	width: 198px;
}
#home .connect {
	padding: 0px;
	font-weight: bold;
	line-height: 40px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#home .social {
	float: left;
	margin-top: 7px;
	margin-left: 8px;
}
#home .social_etc {
	float: right;
}
#home .social_etc .add_content {
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	float: left;
	text-align: center;
	width: 145px;
	border: 1px solid #CCC;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
#home .social_etc .add_content:hover {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 21%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#home .social_etc .add_content a, #home .social_etc .add_content a:hover {
	color: #666;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}
#home .social_etc .add_content.add_video {
	float: left;
	margin-bottom: 10px;
}
#home .social_etc .add_content.add_photos {
	float: right;
	margin-bottom: 10px;
}
/* -------------------------------- home and player -------------------------------- */
.views_likes_dislikes {
	line-height: 24px;
	float: right;
	height: 24px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #848484;
	background-image: url(../images/btn_gray.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.views_likes_dislikes .likes_dislikes {
	padding-right: 10px;
	float: left;
	border-right: 1px solid #e1e1e1;
}
.views_likes_dislikes .views {
	float: left;
	padding-left: 10px;
}
.latest_info {
	margin-top: 30px;
	font-size: 11px;
}
/* -------------------------------- interior -------------------------------- */
#content_left_column ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content_left_column ul li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#content_right_column .video_wrapper {
	margin-left: 5px;
}
#content_right_column .video_wrapper .video_info {
	float: left;
	width: 440px;
}
#interiorrandom .video_wrapper .video_info {
	float: left;
	width: 235px;
}
.watch_it_now,
.finish_btn {
	margin-top: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 120px;
	padding: 0px;
	text-align: center;
	border: 1px solid #BC4110;
	background: #FD6D28; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9968 0%, #f25613 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9968), color-stop(100%, #f25613)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9968 0%, #f25613 100%); /* IE10+ */
	background: linear-gradient(top, #ff9968 0%, #f25613 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9968', endColorstr='#f25613', GradientType=0 ); /* IE6-9 */
}
.watch_it_now:hover,
.finish_btn:hover {
	background: #f25613; /* Old browsers */
	background: -moz-linear-gradient(top, #f25613 0%, #ff9968 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f25613), color-stop(100%, #ff9968)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f25613 0%, #ff9968 100%); /* IE10+ */
	background: linear-gradient(top, #f25613 0%, #ff9968 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25613', endColorstr='#ff9968', GradientType=0 ); /* IE6-9 */
}
.watch_it_now a, .watch_it_now a:hover {
	color: #FFF;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
}
.finish_btn a, .finish_btn a:hover {
	color: #FFF;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}
.finish_btn {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------- player ------------------------------------*/
#player_wrapper #video_box {
	margin-bottom:2px;
}
#player_wrapper #caption {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
#player_wrapper #tags {
	margin-top: 8px;
	font-size: 10px;
	margin-bottom: 8px;
	padding: 3px;
	border: 1px dotted #D0D0D0;
}
#player_wrapper #shareit {
	float: left;
}
#player_wrapper .latest_info {
	margin-top: 0px;
	height: 24px;
}
#player_wrapper .views_likes_dislikes {
	float: left;
	margin-left: 3px;
}
#player_wrapper #loading {
	text-align: center;
	visibility: hidden;
}
#player_wrapper #postedon {
	font-size: 10px;
	color: #666;
	float: right;
}
#player_wrapper #embed_wrapper {
	margin-bottom: 10px;
}
#player_wrapper #embed_wrapper label {
	text-align: right;
	display: block;
	float: left;
	width: 50px;
	padding-right: 5px;
	padding-top: 3px;
}
.add_video_btn {
	margin-top: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 185px;
	padding: 0px;
	text-align: center;
	border: 1px solid #CCC;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
.add_video_btn:hover {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 21%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #e8e8e8 21%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.add_video_btn a, .add_video_btn a:hover {
	color: #666;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
}
#player_wrapper {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#video_header {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
}
#video_header .poster {
	border: 1px solid #999;
	float: left;
}
#video_header #prod_title {
	float: left;
	margin-left: 5px;
	padding-top: 20px;
	height: 45px;
}
#video_header #prod_title .show_title {
	font-size: 22px;
	font-family: 'HelvBold', sans-serif;
}
#video_header #prod_title .identifier {
	font-size: 16px;
	font-family: 'HelvLight', sans-serif;
}
/*------- btns ---------*/
#player_wrapper #like_buttons {
	float: left;
	border:1px solid #BC4110;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#player_wrapper #like_buttons button {
	display:block;
	float:left;
	margin:0px;
	cursor:pointer;
	padding:0px; /* Links */
	height: 24px;
	background: #FD6D28; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9968 0%, #f25613 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9968), color-stop(100%, #f25613)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9968 0%, #f25613 100%); /* IE10+ */
	background: linear-gradient(top, #ff9968 0%, #f25613 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9968', endColorstr='#f25613', GradientType=0 ); /* IE6-9 */
}
#player_wrapper #like_buttons button {
	width:auto;
	border: 0px;
	overflow:visible;
	padding:0px; /* IE6 */
}
#player_wrapper #like_buttons button[type] {
	padding:0px; /* Firefox */
	line-height:17px; /* Safari */
}
#player_wrapper *:first-child+html button[type] {
	padding:0px; /* IE7 */
}
#player_wrapper #like_buttons button img {
	margin:0px !important;
	padding:0px;
	border:none;
}
#player_wrapper button:hover {
	background: #f25613; /* Old browsers */
	background: -moz-linear-gradient(top, #f25613 0%, #ff9968 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f25613), color-stop(100%, #ff9968)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f25613 0%, #ff9968 100%); /* IE10+ */
	background: linear-gradient(top, #f25613 0%, #ff9968 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25613', endColorstr='#ff9968', GradientType=0 ); /* IE6-9 */
}
#player_wrapper button.up {
}
#player_wrapper button.down {
	float: none;
}
#player_wrapper #replace {
	float: left;
	height: 24px;
}
#player_wrapper #like_buttons .leftborder {
	border-style: dotted;
	border-left: 1px solid #BC4110;
	float: left;
}
#player_wrapper .share_toggle {
	cursor: pointer;
	position: relative;
}
#player_wrapper .sharing_panel {
	padding: 10px;
	clear: both;
	border: 1px dotted #E0E0E0;
}
#latest .latest_right_column .video_wrapper,
#interiorrandom .video_wrapper {
	border: 1px dotted #D0D0D0;
	padding: 3px;
	margin-bottom: 3px;
	display: block;
	color: #000;
}
#latest .latest_right_column .video_wrapper #video_info {
	float: left;
	width: 270px;
}
.editlink {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
}
.sendbutton {
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	color: #FFF;
	border: 1px solid #4E0007;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #BC4110;
	background-color: #FD6D28; /* Old browsers */
	background: -moz-linear-gradient(top, #ff9968 0%, #f25613 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9968), color-stop(100%, #f25613)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9968 0%, #f25613 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9968 0%, #f25613 100%); /* IE10+ */
	background: linear-gradient(top, #ff9968 0%, #f25613 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9968', endColorstr='#f25613', GradientType=0 ); /* IE6-9 */

}
.sendbutton:hover {
	cursor: pointer;
	background-color: #f25613; /* Old browsers */
	background: -moz-linear-gradient(top, #f25613 0%, #ff9968 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f25613), color-stop(100%, #ff9968)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f25613 0%, #ff9968 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f25613 0%, #ff9968 100%); /* IE10+ */
	background: linear-gradient(top, #f25613 0%, #ff9968 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25613', endColorstr='#ff9968', GradientType=0 ); /* IE6-9 */
}
.section_spacing .video_wrapper .video_info .identifier,
#content_left_column .identifier {
	font-size: 11px;
	color: #6D6D6D;
}
.no_content {
	font-size: 11px;
	color: #999;
}
.results_wrapper {
	margin: 20px 25px;
}
.poster_icon {
	float: left;
	height: 30px;
	width: 21px;
	border: 1px solid #CCC;
}
.result_info {
	float: left;
	margin-left: 10px;
}
.no_margin {
	margin-bottom: 0px;
}




/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	padding:10px;
	border:1px solid #F4F4F4;
	background:url('../images/bg_QapTcha.png') repeat;
	margin-top:10px;
}
.QapTcha .clr{clear:both}

.QapTcha #bgSlider {
	width:202px;
	height:22px;
	background:transparent url('../images/sprites.png') no-repeat 0 -22px;
	float:left
}

.QapTcha #Slider {
	width:48px;
	height:22px;
	background:transparent url('../images/sprites.png') no-repeat -32px 0;
	cursor:e-resize
}

.QapTcha #Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('../images/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
}

.QapTcha #TxtStatus {
	width:202px;
	margin-top:7px;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	clear:both
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F
}
.QapTcha .dropError {
	color:#bb2828
}.instructions p {
	margin-bottom: 20px;
}
.instructions .required {
	color: #900;
}

