/** START general elements **/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, q, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
}
img {
	border: 0px;
}
body {
	color: #000;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	behavior: url("/public/css/csshover3.htc"); 
}
hr {
	border-color:#CCCCCC -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-width:1px 0pt 0pt;
	color:#FFFFFF;
	margin:5px 0px;
}
td {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000;
}
a:visited { 
	color: #000; 
}
a:hover, a:focus { 
	color: #666;
}
a:active {
	color: #000000;
}
#navigation a {
	text-decoration: none;
	font-weight: bold;
}
input {
    font-size: 10px;
}
p {
	font-size: 12px;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
h1 {
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 .3em 0;
}
h3 {
	font-size: 13px;
	margin: 0 0 .3em 0;
}
h3 a:link, h3 a:visited {
	color: #000000;
}
form {
	display: inline;
}
select {
	font-size: 10px;
}
textarea {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
#pageContent {
	margin:0px auto;
	text-align: left;
	width: 960px;
	padding: 0; 
}
#header {
	color: #fff;
	height:105px;
	width:960px;
	margin:0pt auto;
	text-align:left;
}
#headerContent {
	width:960px;
	float:left;
}
#headerTop {
	float:left;
	height:30px;
	width:861px;

}
#headerLogo {
	background:transparent url(/public/images/blank.gif) scroll 0px 0px no-repeat;
 	display:inline;
	height:70px;
 	width:253px;
	margin:18px 0 0 23px;
	float:left;
}
#headerSearch {
	margin:0 0 0 137px;
	width:260px;
	height:44px;
}
.searchField {
	font-size: 13px;
	width:190px;
	height:25px;
	margin:15px 0 0 20px;
	color:#000;
	background:transparent;
	border:none;
	float:left;
}
.searchButton{
	float:left;
	height:28px;
	width:40px;
	display:block;
	border:none;
	margin:10px 0 0 5px;
}

div#topMenu
{
	padding-right: 11px;
	height: 10px;
}
div#topMenu ul  
{
	margin: 0;
	padding: 0;
	float: right;
}
div#topMenu ul li
{
	list-style: none;
	background: url(public/images/tabs/li-bg.gif) top left no-repeat;
	float: left;
	padding-left: 17px;
	margin-left: 1px;
}
div#topMenu ul li a
{
	display: block;
	background: url(public/images/tabs/a-bg.gif) top right no-repeat;
	padding-right: 17px;
	height: 22px;
	float: left;
	color: #666666;
	font-family: 'Trebuchet MS';
	font-weight: bold;
}
div#topMenu ul li.selected 
{
	background-image: url(/upload/layout/topmenu/li-selected-bg.gif);
}
div#topMenu ul li.selected a 
{
	background-image: url(/upload/layout/topmenu/a-selected-bg.gif);
	color: #333333;
}


/** END general elements **/

.login{
	width:323px;
	margin: 20px 0 0 150px; 
	text-align:center;
	display:block;
}
.login .loginHeader{
	text-align:right;
	text-transform: capitalize;
	color:#666;
	font-weight:bold;
	margin: 0 10px 18px 10px;
	text-decoration:underline;
	font-size: 1.2em;
}

.login form li {
	list-style-type: none;

}
.login form label {
	width:120px;
	text-align: right;
	display:block;
	float:left;
	color:#666;
	font-weight:bold;
	padding:9px 2px 0 0;
	font-size: 0.9em;
}
.login form input   {
	background: #fff url(/public/images/loginruta_imgmap.gif) scroll 0px 0px no-repeat;
	width:200px;
	height:30px;
	border:none;
	text-align: left;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0; 
}
.login .buttonSubmit, .login .buttonSubmitHovered   {
	background: url(/public/images/loginruta_imgmap.gif) scroll -220px -0px no-repeat;
	width:78px;
	height:40px;
	border:none;
	float:right;
	color:#fff;
	padding: 0 0 2px 18px;
	font-weight:bold;
	font-size: 0.75em;
	overflow: visible;
	cursor:pointer;
}
.login .buttonSubmitHovered  {
	background-position: -220px -38px;
}

.flagContainer img {
	border: 0px;
}
ul.radiogroup {
	margin: 0;	
}

ul.radiogroup li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 1.5em 0 0;
}

#favoriteFeedback {
	font-size: 10px;
}

ol li {
	margin-bottom: .6em;
}

#account_link {
	float: right;
}

#upload_link {
	float: right;
}

#search_button {
	margin-left: 0px;
	padding: 0 .5em 0 .5em;
	width: 50px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#query_field {
    background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
    width: 100px;
}

#pageBody {
	background-image:none;
	margin: 0pt auto;
	text-align:center;
	width: 960px;
}

#adWrapper {
	float: left;
	margin: auto;
	width:820px;
}



#login_form {
	text-align: right;
	font-size: 12px;
	position: absolute;
	right: 8px;
	top: 6px;
	z-index: 600;
}
div.loginError {
	line-height: 1em;
	color: red;
}
#new_account {
	color: #ffffff;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}

#footer {
	display: block;
	color: #000;
	font-size: 0px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	height: 5px;
	clear: both;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	margin: 0 11px 0 11px;
	
}

.clear {
clear:both;
height:0px;
font-size:0px;
}
.clear:after {
	content: "\00A0";
}
#bottomBg {
	height: 40px;
	width: 960px;
	margin:0pt auto;
	text-align:right;
	background: #f4f4f4;
	margin:0pt auto;
	float: left;
	display: block;
}
#bottomBg .text{
	color:#2A2A28;
	font-size:0.9em;
	margin:12pt;
	padding:0;
}
.tags {
	margin-bottom: 4px;
}

.tags a:link, .tags a:visited {
	border-bottom: 1px dotted #680E0C;
	color: #680E0C;
	font-size: 9px;
}

* html .tags a:link, * html .tags a:visited {
	border-bottom: 1px solid #CCCCCC;
}

.tags a:hover {
	background-color: #680E0C;
	border-bottom: 1px solid #680E0C;
	color: #ffffff;
}

.fullpost {
	margin-bottom: 20px;
}
.btnUpdateMovieInfo {
	border:1px #000000 solid;
	width:60px;
}
.selectCategory {
	width: 170px;
}
.inputUpdateMovieInfo {
	font-size: 10px;
	width: 170px;
}

.fullpost h1 {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

.fullpost h1 a:link, .fullpost h1 a:visited {
	border-bottom: none;
	color: #000000;
	font-weight: normal;
}

.fullpost p {
	margin-bottom: 1em;
}

.dateline {
	font-style: italic;
	margin-bottom: 1em;
	text-align: right;
}

* html .fixer {
	height: 1%;
}
.fixer {
	zoom: 1;
}

.fixer:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}


.user_shell {
	background-color: #ffffff;
	padding: 20px;
	width: 860px;
}

.adGiant {
	float:left;
    width:820px;
}

.adGiant .ad {
	margin: 0 auto;
	margin-top: 5;
    width: inherit;
}

.adStanding{
    width:200px;
    height:600px;
    float:right;
}

.main {
	width:960px;
}

.insideMain {
	padding: 0px;
}

.centerColumn {
	background: #FFF url(/public/images/imagemap.gif) 15px -270px no-repeat;
	display: inline;
	float: left;
	margin:0 auto;
	width: 635px;
}
.centerColumn .col-list li {
	list-style-type: none;
}
.centerColumn .col-list-li {
	list-style-type: none;
}

.rightColumn {
	float: left;
	width: 170px;
	font-size: 10px;
	margin-left:5px;
	text-align:left;
}

.rightColumn h1 {
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight:normal;
	margin: 0 0 .7em 0;
}


.leftColumn {
	display: inline;
	text-align:left;
	float: left;
	width: 268px;
	font-size: 10px;
	margin: 5px 0 0 15px;
}

.leftColumn h1 {
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight:normal;
	margin: 0 0 1em 0;
}
.itemTime{
	font-size: 0.9em;
	text-align:right;
	color:#2a2a28;
	margin: 15px 25px 0 0;
}
.itemImage{
	float:left;
	width:210px;
	margin: 0 0 0 25px;

}
.itemText{
	font-size: 1.0em;
	display:block;
	float:left;

}
.itemTitle {
	font-size: 2.0em;
	padding: 5px;
	float:left;
}
.itemLine {
	
	background-color: #2A2A28;
	height: 1px;
	width: 620px;
	font-size: 0px;
}
.col-list-li .wrapper {
	width:630px;
	background: #fff;
	margin:0 0 10px 0;
	float:left;
	color:#2a2a28;
	padding: 0px 0 0 15px;
	display: inline;
}
.col-list-li .wrapper2 {
	width:640px;
	margin:20px 0 20px 25px;
	float:left;
	display:inline;
}

.itemTitle a{
	text-decoration:none;
	color: #000;
}
.itemTitle a:hover,.itemTitle a:focus { 
	color: #666;
}
.itemTitle .itemRelease, .itemTitle .itemComments, .itemTitle .itemIsbn{
	font-size: 0.5em;
	padding-top: 2px;
}

.itemTitle .itemFacebook{
	font-size: 0.5em;
	padding-top: 0px;
}

html>/**/body .itemTitle .itemFacebook{
	padding-top: 2px;
}


.itemTitle ul {
	float:left;
}
.itemTitle li {
	margin:5px 15px 0 0;
	float:left;
}

.itemTitle .itemComments .icon{
	background: #fff url(/public/images/bookvideose/imgmap_main.gif) -232px -1px no-repeat;
	width:18px;
	height:15px;
	float:left;	
}
.itemTitle .fb_share_link { 
	padding: 2px 0 0 20px; 
	height:16px; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?7:26981) no-repeat top left;
}
						  
/** START xbox **/

.xsnazzy p {padding-bottom:0.5em;}
.xsnazzy {background: transparent;}

.xsnazzy #big {width:470px;}

.xtop {display:block; background:transparent; font-size:1px;}
.xbottom {display:block; background:transparent; font-size:1px; margin-bottom:10px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FFFFFF; boder:none;}
.xb1 {margin:0 5px; background:#FFFFFF;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block; 
	background:#fff;  
	padding:0px 5px 0 0; 
	margin-bottom:3px; 
	text-align:left;
	color: #2a2a28; 
	width:100%;
}
.xboxcontent span {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px; 
	font-weight:bold; 
	display:block; 
	color: #2a2a28;
	background: #e2e1e1 url(/public/images/imagemap.gif) -0px -129px no-repeat; 
	padding:12px 0px 10px 18px; 
	text-align:left;
	margin:0;
	
	width: 250px;
}
*html .xboxcontent span {
	width: 268px;
}
.xboxcontent .header {
	background: #fff;
	height: 1px;
	font-size:0px; 
}
.xboxcontent .content {
	font-size:12px;
	display:block;
	padding:0px;
	background: #f4f4f4;
	width: 268px;

}
.xboxcontent .content a {
	text-decoration:none;
	color: #484545;
	word-wrap: break-word;
}
.xboxcontent .content a:hover {
	color: #999;
	display:inline;
}
.xboxcontent .content ul{
	font-size: 1.0em;
	list-style-type: none;
	width:268px;
	overflow: hidden;
	
}
.xboxcontent .content li{
	padding: 12px 0 10px 18px;
	border-bottom: 1px solid #fff;
}
.xboxcontent .footer {
	background: #f4f4f4;
	font-size:0px;
	height: 5px;
	width: 268px;
}
/** END xbox**/

/** START PlayMovie CSS **/
.movieBoxHeader {
 float:left;
 display:block;
 background:#FFF;
 width:472px;
 height:30px;
 background:url(../images/bookvideose/movietipsbg.gif) no-repeat;
}

.movieBoxHeader .insideLeft {
 background:none;
 float:left;
 margin:7px;
 text-align:left;
}

.movieBoxHeader .insideRight {
 background:none;
 float:right;
 margin:7px;
 text-align:right;
}

.movieBox {
 width:470px;
 display:block;
 background:#FFF;
 border:1px solid #CCC;
 margin-bottom:5px;
 float:left;
}

.movieBox .inside{
 margin:10px;
}
.belowMovie .movieAttributes {
	border: 1px solid #000;
	background-color:#C0C0C0;
	padding:5px;
	width:400px;
	margin-left:10px;
}

.belowMovie .movieAttributes label {
	font-weight:bold;
}

.movieAttributes {
	width:450px;
	font-size:11px;
}

.movieAttributes .rightTop {
	width:140px;
	float:right;
	margin-right:10px;
}

.movieAttributes .leftTop{
	width:270px;
	float:left;
}
.movieAttributes .right {
	width:140px;
	float:right;
	margin-right:10px;
}
.movieAttributes .attributeWrapper {
	width:450px;
	margin-bottom:10px;
	float:left;
}

.movieAttributes .left{
	width:270px;
	float:left;
}
.movieAttributes .views {
	width:140px;
	float:left;
	font-size:18px;
	color:#004b90;
}
.movieAttributes .attributes {
	float:left;
}
.movieAttributes .description {
	float:left;
	width:100%;
}

.movieAttributes h1 {
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
	font-size:18px;
	font-weight: normal;
	margin: 0 0 .3em 0;
	width:100%;
	text-align:left;
}

.movieAttributes #addTagButtonImage a {
	color:#000;
	font-size: 11px;
	text-decoration:none;

}
.addTagClose img {
	 background: transparent url(../images/bookvideose/icons/add_arrow.gif) 0px -7px no-repeat;
	 width: 7px;
	 height: 7px;
	 display: inline;	 
}
.addTagOpen img {
	 background: transparent url(../images/bookvideose/icons/add_arrow.gif) no-repeat;
	 width: 7px;
	 height: 7px;
	 display: inline;	 
}

.belowMovie{
	width:449px;
	margin:0;
	margin-bottom:15px;
	padding:0;
}

.belowMovie .ratingBox {
	float:left;
	height:70px;
	width:90px;
}
.belowMovie .iconBox {
	width:100%;
	height:70px;
}
.belowMovie .iconBox .divide {
	width:100%;
	height:30px;
}

.belowMovie .iconBox .smallIcons {
	float:left;
	margin-left:10px;
	height:20px;
	width:150px;
}

.belowMovie .ticket2Link{
	text-align: center;
	margin-bottom:10;
}
#addTag {
	padding:5px;
	margin:5px 0 5px 0;
}
#addTag p {
	font-size: 11px;
	margin: 0;
}
#addTagInput {
	background: url(../images/bookvideose/formfieldsshadow.gif) left top no-repeat;
	border: 1px solid #a5a3a3;
	width: 200px;
}

.submitTag {
	background-image: url(../images/bookvideose/buttons/submit.gif);
	height:17px;
	width:49px;
	text-decoration:none;
	display: block;
	font-size: 2px;
	margin-top:3px;
}
.submitTag:hover {
	background-position: 0 -17px;
}

/** END PlayMovie CSS **/
#ysnazzy {background: transparent;}

.ytop {display:block; background:transparent; font-size:1px;}
.ybottom {display:block; background:transparent; font-size:1px;}
.yb1, .yb2, .yb3, .yb4 {display:block; overflow:hidden;}
.yb1, .yb2, .yb3 {height:1px;}
.yb2, .yb3, .yb4 {background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.yb1 {margin:0 5px; background:#ccc;}
.yb2 {margin:0 3px; border-width:0 2px;}
.yb3 {margin:0 2px;}
.yb4 {height:2px; margin:0 1px;}

.yboxcontent {display:block; background:#fff; padding:10px; border:0 solid #ccc; border-width:0 1px; }

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../images/bookvideose/star_small.gif) left -1000em repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.small-star{
width:75px;
height:15px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image:url(../images/bookvideose/icons/bubbles_small.gif);
line-height: 15px;
height: 15px;
}
.comments {
	clear: both;
	margin:10px 0 20px 20px;
	height:auto;
	color:#2a2a28;
	padding:5px;
}
.comments .commenticon {
	background: #fff url(/public/images/bookvideose/imgmap_main.gif) -257px -25px no-repeat;
	margin-top: 5px;
	width:30px;
	height:20;
	float:left;
}
.comments .commentheader {
	margin-top:5px;
	height:30px;
	float:left;
	width:610px;
}
.comments .commentheader .user {
	float:left;
	padding:3px;
	border-bottom:1px solid #e2e1e1;
	width:590px;
	font-weight:bold;
}
.comments .commentbody {
	margin-left:25px;
	margin-right: 25px;
	padding-left:5px;
	margin-bottom:10px;
	overflow:auto;
	clear:both;
}
div.categories {
	text-align:center;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CCCCCC;
	padding:10px; 
	margin-bottom:5px;
	height: 550px;
}

.categories .menu {
	width:450px;
	margin-bottom:10px;
	font-size:12px;
}
.categories .thumbs {
	padding:10px;
	
}
.categories .thumbs .thumb {
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	margin-right:7px;
	margin-top:15px;
	width:100px;
}

.catImgThumb {
	width:100px;
	height:68px;
}

.box h3 {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 .5em 0;
	padding-bottom: 3px;		
	text-align: center;
}

.imgThumb {
	width: 110px;
	height:78px;
}

.loginBox {
	text-align:left;
	line-height:2em;
}

.loginButtons {
	height:45px;
}

#loginBtn,
#loginBtn a {
	overflow:hidden;
	background-image: url(../images/bookvideose/buttons/loginbtn.gif);
	display: block;
	height: 18px;
    width: 72px;
	margin: 0pt 0pt 10px;
}

#loginBtn a:hover {background-position: 0 -18px;}

#createAccBtn,
#createAccBtn a {
	overflow:hidden;
	background-image: url(../images/bookvideose/buttons/createaccbtn.gif);
	display: block;
	height: 18px;
    width:	105px;
	margin:0;
	float:left;
}

#createAccBtn a:hover {background-position: 0 -18px;}

.profileBox  {
	background-color: #ffffff;	
	border: 1px solid #cccccc;	
	margin: 0 0 20px 0;
	padding: 20px;
	height: 350px;
}
div.inactivationError {
	color:red;
	font-weight: bold;
	margin: 3px 0px 3px 0px;	
}

#btnUploadText {
	margin-top:1em;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
	background-color:#0066CC;
	line-height: 50px;
	text-decoration:none;
}

.aboutMeBox {
	border:0;
	background-color:white;
	color:black;
}

.aboutMeBox:hover {
	cursor:auto;
}

.box {
	background-color: #ffffff;	
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding-bottom:20px;
}

.box ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.box li {
	margin: 0 0 .7em 0;
}

.box .latest_comments li {
	position: relative;
}

.dateline {
	font-size: 10px;	
}

.list_more {
	clear: both;
	font-size: 10px;	
}

.list_more a:link, .list_more a:visited {
	color: #660000;	
}

h1 {
	font-size: 20px;	
}

.fullpost {
}

.fullpost h1 {
	clear: left !important;	
}

h1 a:link, h1 a:visited {
	font-weight: normal;	
}

.page_heading {
	display: none;	
}

.newsletterBox {
	font-size: 10px;
}

.newsletterBox a {
	font-size: 10px;
}

input#btnNewsletter {
	margin-top:5px;
	border:1px #000000 solid;
	width:75px;	
}

input#newsletterEmailInput {
	width:100px;
}

.movieUploadedContainer {
	overflow:hidden;
	height:auto;
	width:430px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	padding-top:15px;
}

.movieUploadedContainer img {
	display: inline;
	float:right;
}

.movieUploaded {
	display:inline;
	float:left;
	width: 280px;
}

.movieUploaded label {
	display: inline;
	float: left;
	font-weight:bold;
	margin-bottom: 5px;
	width: 80px;
	
}

.movieUploaded span {
	display: inline;
	float: left;
	margin-bottom: 5px;
	width: 180px;
}

.movieUploaded br {
	clear: left;
}

.movieEditContainer {
	border-bottom:1px solid #ccc;
	height:auto;
	overflow:hidden;
	padding-bottom:15px;
	padding-top:15px;
	width:430px;
}

.movieEdit {
	width: 280px;
	float:left;
	display: inline;
}

.movieEdit label {
	display: inline;
	float: left;
	font-weight:bold;
	margin-bottom: 5px;
	width: 80px;
}

.movieEdit span {
	display: inline;
	float: left;
	margin-bottom: 5px;
	width: 190px;
}

.movieEdit br {
	clear: left;
}

.companyLogo {
    display: inline;
    float: right;
    margin:0 0 5px 0;
    height: 25px;
    width: 150px;
}
.companyBanner {
 width:450px;
 height:40px;
 margin:0 0 5px 0;
}


/** START Embedcode**/
.centerColumn .clip_links_embedcode {
	background: #EEEEEE none repeat scroll 0%;
	border-top:1px solid #ccc;
	clear:both;
	display: inline;
	float:left;
	margin-top:5px;
	text-align:center;
	width:inherit;
}
.centerColumn .clip_links_linkcode {
	background: #EEEEEE none repeat scroll 0%;
	border-top:1px solid #ccc;
	clear:both;
	display: inline;
	float:left;
	margin-top:5px;
	text-align:center;
	width:640px;
}
.centerColumn .clip_links_linkcode form{
	display: block;	
}
.centerColumn .clip_links_embedcode form{
	display: block;	
}
.centerColumn .clip_links_embedcode input{
	width: 600px; 
	margin-top: 5px; 
	margin-bottom: 5px;	
}

.centerColumn .clip_links_linkcode input{
	width: 450px; 
	margin-top: 5px; 
	margin-bottom: 5px;	
}

.centerColumn .clip_links_linkcode img{
	float: left; 
	display: inline;
	margin-left: 10px; 
	margin-bottom: 10px; 
	margin-top: 10px;	
}

.embedcodes{
clear:both;
margin-left:15px;
text-align:center;
width:640px;
}

.embedcodes div.previewLink{
	display:inline;
	float:left;
	width:213px;
	margin: 5px 0px;
	text-align:center;
}

.embedcodes a{
	margin-left: 10px;
	margin-right: 10px; 
	
}

.centerColumn .clip_links_embedcode .widescreen{
	display: inline;
	margin-bottom: 0px;
	margin-top: 3px; 
	width:13px;
}

.centerColumn .clip_links_embedcode #widescreenlabel{
	display: inline;
	height:	16px;
}

.centerColumn .clip_links_embedcode #embedtype{
	display: inline;
	float: right;
	margin-right: 15px;
	text-align:left;
}
/** END Embedcode**/


/* START videolinksMeny */
#videolinkscontainer {
	background-color:#fff;
}
#videolinksnavcont {
	background: #fff url(/public/images/bookvideose/imgmap_x.gif) -664px +16px no-repeat;
	clear: both;
	width: 300px;
}

#videolinksnavheader {
	color:#11449E;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	line-height:1.2em;
	padding:0px 10px;
}
#videolinksnavheader ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#videolinksnavheader li {
	float:left;
	margin:0 5px 0 0;
	padding:0pt;
}
#videolinksnavheader a {
	background-image:url(/public/images/bookvideose/videotabs/left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 8px;
	text-decoration:none;
}
#videolinksnavheader a:hover {
	background-position:0pt -150px;
}
#videolinksnavheader a span {
	float:none;
	background-image:url(/public/images/bookvideose/videotabs/right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#11449E;
	display:block;
	padding:6px 12px 4px 4px;
	text-decoration:none;
}
#videolinksnavheader a:hover span {
	background-position:100% -150px;
}


#videolinksnavheader #current a {
	background-image:url(/public/images/bookvideose/videotabs/left_on.gif);
	background-position:0pt -150px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #fff;
	border-width:0pt 0pt 1px;
}

#videolinksnavheader #current a span {
	background-image:url(/public/images/bookvideose/videotabs/right_on.gif);
	background-position:100% -150px;
	background-repeat:no-repeat;
	color:#11449E;
	padding:5px 12px 6px 4px;
}
#videolinkscontent {
	background: #fff url(/public/images/bookvideose/imgmap_y.gif) 0px 0px repeat-x;
	padding:4px;
	height:100px;
	width:300px;
	border-bottom: 1px solid #949699;
	border-left: 1px solid #949699;
	border-right: 1px solid #949699;

}

/** END videolinksMeny **/

/** START videocomments **/

#register_comment {
 	display:block;
 	margin-left:3px;
}
#register_comment .header{
 	height:5px;
 	font-size:0px;
}
.dashedLine {
	border-bottom: 1px dashed #2a2a28;
	width: 653px;

}
#register_comment .content{
 	width:640px;
 	display: block;
 	color: #2a2a28;
 	margin-left: 15px;
}
#register_comment .footer{
 	height:5px;
 	font-size: 0px;
}
#register_comment .bubble {
	background: #fff url(/public/images/bookvideose/imgmap_main.gif) -260px 0px no-repeat;
	width:32px;
	height:25px;
	float:left;
	margin-left: 5px;
}
#register_comment h1{
 	margin-bottom:5px;
	width: 95%;
}
#register_comment .formWrapper .nick .text{
 	width:120px;
}
#register_comment .formWrapper {
	display: block;
 	padding:20px 0 20px 30px;
 	background: #e2e1e1;
 	width:610px;
 	border-bottom:1px dashed #2A2A28;
	border-top:1px dashed #2A2A28;
}
*html #register_comment .formWrapper {
	width: 640px;	
}
#register_comment .formWrapper .nick {
 	height:30px;
}
#register_comment .formWrapper .nick .text{
 	width:140px;
 	float:left;
}
#register_comment .formWrapper .kontroll {
 	height:40px;
}
#register_comment .formWrapper .kontroll .text{
 	width:140px;
 	float:left;
 	margin-bottom: 10px;
}
#register_comment .formWrapper .submit {
 	margin-top: 10px;
}
/** END videocomments **/

/** BEGIN Competition CSS **/
.compPushBox {
 display:block; padding:0px; margin-bottom:0px;
background: #FFFFFF;
 line-height:15px;
}

.compBox {
 position:relative;
 width:170px;
 height:240px;
 background: #FFF ;
 text-align:left;
 overflow:hidden;
 margin-bottom:5px;
 border: 1px solid #CCCCCC
}
.compBox .content {
 margin-left:10px;
 margin-right:10px;
 padding-top: 5px;
}


.profileComp{
 margin-top:5px;
 margin-bottom:5px;
 text-align:left;
 width:150px;
 height:50px;
}

.profileCompPic{
 width:27px;
 height:50px;
 float:left;
}
.profileCompInfo{
 width:120px;
 height:50px;
 float:left;
}
.bottomLeftText {
position:absolute;
padding: 3px;
right: 0px;
bottom: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
z-index: 2;
}

#smallprofileButtons {
 width:150px;
 margin:auto;
 height: 25px;
 overflow:hidden;
}

#smallprofileButtons dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/
#smallprofileButtons { padding: 0px; }
/*/
#profileButtons { padding-left: 25px; overflow: hidden; }
/* End Hack */
#smallprofileButtons dt {
float: left;
margin-left:2px;
}

#smallprofileButtons dt a {
 display: block;
 height: 0px !important;
 height /**/:25px; /* IE 5/Win hack */
 padding: 25px 0 0 0;
 overflow: hidden;
 background-repeat: no-repeat;
}
#smallprofileButtons dt a:hover {
 background-position: 0 -25px;
}


#smallprofileButtons dt#btnProfile,
#smallprofileButtons dt#btnProfile a { width: 25px; background-image:url(../images/bookvideose/buttons/btnprofile_s.gif ); }

#smallprofileButtons dt#btnMovies,
#smallprofileButtons dt#btnMovies a { width: 25px; background-image: url(../images/bookvideose/buttons/btnmovies_s.gif ); }

#smallprofileButtons dt#btnFav,
#smallprofileButtons dt#btnFav a { width: 25px; background-image: url(../images/bookvideose/buttons/btnfav_s.gif ); }

#smallprofileButtons dt#btnRSS,
#smallprofileButtons dt#btnRSS a { width: 25px; background-image: url(../images/bookvideose/buttons/btnrss_s.gif ); }

#smallprofileButtons dt#btnPM,
#smallprofileButtons dt#btnPM a { width: 25px; background-image: url(../images/bookvideose/buttons/btnpm_s.gif ); }

#smallprofileButtons dt#btnEdit,
#smallprofileButtons dt#btnEdit a { width: 25px; background-image: url(../images/bookvideose/buttons/btnedit_s.gif ); }


/** END Competition CSS **/

/** START LeftColumn CSS **/
.columnBox {
 display:block;
 background:#FFFFFF;
 border:1px solid #CCCCCC;
 margin-bottom:5px;
 text-align:left;
}

.boxHeader {
 display:block;
 background: url(../images/bookvideose/rekommenderatbg.png) repeat-x bottom #FFF;
 border-bottom: 1px solid #CCC;
 padding:5px;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:12px;
 text-align: left;
}
.boxContent {
 display:block;
 padding:10px;
}
.rekBoxLink {
 margin-top:10; 	
}
/** END LeftColumn CSS **/

/** Eniro SPLinks CSS**/
.esdesc a {
color:black;
text-decoration:none;
}
/** END Eniro SPLinks CSS**/
#uploadframe {
	
}
/** START Static content**/
#static{
	margin: 10px;
	float:left;
	display:inline;
	width:630px;
}
#static ul{
	margin-left:0px;
	list-style-type: none;
}
#static h1{
	font-size: 2.4em;
	margin: 20px 0;
}
#static td{
	padding: 0 10px 0 10px;
}
#static .review {
	 font-style:italic;
	 margin: 0 40px 20px 0;
}
#static .review li{
	 margin: 0 0 20px 0;
}
#static .production {
 	float:left;
	width: 270px;
	margin:0 5px 0 0; 
	background: #eee;
	padding: 15px;
	border: 1px solid #999;
}

#static .production li{
	margin:10px 0 10px 20px;
	list-style-type: decimal;
}
#static .distribution {
	float:left;
	list-style-type: none;
	margin: 0px;
	width: 300px; 
	background: #eee;
	padding: 15px;
	border: 1px solid #999;	
}

#static .box{
	float: right;
	width: 300px; 
	border:1px solid #999999;
	padding: 10px 10px 0px; 
	margin-top: 0px;	
}

#static .box ul{
	list-style-type: disc;
	margin-left: 20px;
}

#static .contactperson {
	text-align:left;
	margin: 0 0;
}
#static .contactperson li {
	list-style-type: none;
	margin: 10px 0 20px 0;
}

#static p.smallText{
	line-height:1em;
	font-size: 10px;
}

#environmentTopInfo{
	display: none;
	visibility: hidden;
}
ul.dataInput li{
	clear: both;	
}

/** START Producer **/
ul#producerMenu { 
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none; 
}
ul#producerMenu li { 
	display: inline; 
}
ul#producerMenu li a { 
	text-decoration: none; 
	padding: .1em 1em;
	color: black;
}
ul#producerMenu li a:hover {
color: white;
background-color: black;
}

.producer-movieUploadErrorList {
	color: red;	
}

.producer-movieUploadErrorList span {
	font-weight: bold;	
}
div.producerMoviesList ul {
	list-style-type: none; 
}
div.producerMoviesList ul li{
	margin: 3px 0;
}
div.producerMoviesList ul li a{
	font-weight: bold;
}
div#producerMovieUpload {
	width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: left;
		
}
div.producerCreateForm {
	width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.producerCreateForm h1 {
	
}
div.producerCreateForm .createproducer-status {
	font-weight: bold;
}
div.producerIndexMenu {
	
}
div.producerIndexMenu h1 {
	
}
div.producerIndexMenu ul {
	
}
div.producerIndexMenu li {
	list-style: none;
	margin-left: 15px;
}
div.producerLoginForm {
	width: 600px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.producerLoginForm h1{
	
}

.producer-formlabel {
	float:left;
	width:600px;
}
.producer-forminput {
	clear:both;
	float:left;	
}
.username-formfield{
	float: left;
	width: 600px;
}
.password-formfield{
	float: left;
	width: 600px;
}
.movie-formfield{
	float: left;
	width: 600px;
}
.movietitle-formfield{
	float: left;
	width: 600px;
}
.moviedescription-formfield{
	float: left;
	width: 600px;
}

.submit-formfield{
	margin-top: 5px;
	clear: both;
	float:left;	
}

.flashplayerwrapper {
	float: left;
	text-align: center;
	margin: 0 auto;
	height: 450px;
	width: 800px;	
}
.flashplayerwrapper span#playerinfo {
	float:left;
	width:800px;	
}

/** START Admin **/

.topMenuAdmin{
	margin: 5px 0 5px 0;
	font-size:11px;
}

.editBoxAdmin {
	border-top-width: 1px;
	border-top-style: dashed;
	padding:5px 7px 5px 0px;
	margin-top: 10px;
}
.editBoxAdmin span.headline {
	font-weight: bold;
}
.editBoxAdmin textarea {	
}
.editBoxAdmin textarea.form-description {
	height: 300px;
	width: 100%;
	font-family:"Lucida Grande",Arial,Verdana,Helvetica,sans-serif;
}
.editBoxAdmin input {
}
.editBoxAdmin input#form-title {
	width: 100%;	
}
.editBoxAdmin input#submitbutton {
}
.editBoxAdmin select {
}
#editMovieWrapper .dataInput label{
float:left;
width:160px;
}
#editMovieWrapper .dataInput input{
size: 300px;
width: 300px;
}
#editMovieWrapper .dataInput input#updateMovieSubmit{
	width: auto;
	size: auto;	
}
#editMovieWrapper .dataInput .checkbox{
	width: auto;
}
#editMovieWrapper .dataInput textarea{
	width: 300px;
}
#editMovieWrapper .dataInput select{
	width: 300px;
}
ul.adminlist{
	margin-bottom: 10px;
}

#pictureList .screenshot{
	float: left;
	margin-bottom: 20px;
}
.formTextInput {
	width: 350px;	
}
.formTextArea {
	width: 350px;
}
#createNewScreenshots{
	margin-top: 40px;
} 


.adminContent {
	margin-top: 20px;
							
}
.adminContent form {
	float:left;
	width: inherit;
}
.adminContent .dataInput label{
	float:left;
	width:160px;
}
.adminContent .dataInput input{
	size: 300px;
	width: 300px;
}
.adminContent .dataInput .checkbox{
	width: auto;	
}
.adminContent .dataInput textarea{
	width: 300px;
}
.adminContent .dataInput select{
	width: 300px;
	size: 300px;
}
.adminContent .colorInput label{
	float:left;
	width:125px;
}

.adminContent .colorInput input{
	size: 7em;
	width: 7em;
}
.adminContent ul {
	list-style: none;
}
.adminContent span.headline {
	font-weight: bold;
}
.adminContent span.info {
	clear: both;
}
.adminContent .colorInput {
	float:left;
	width: 200px;
}
.adminContent .colorPicker{
	float:left;
	width: 430px;
}
.adminContent .colorPicker iframe{
	float:left;
	width: 435px;
	height: 300px;
}
* .adminContent .colorPicker iframe{
	float:left;
	width: 450px;
	height: 315px;
}

.adminContent #customMailMessage{
	width: 450px;
}
.adminMainMenu {
margin-left: 15px;
}
.adminMainMenu li {
padding: 2px;
}

#adminMovieUpload {
	float: left;
	margin-left: 10px;
}

#adminMovieUpload #submitStatus {
	
}

#adminMovieUpload .medium-formfield {
	float: left;
	width: 600px;
	clear: both;
}
#adminMovieUpload .medium-formfield label{
	width: auto;
}
#adminMovieUpload .medium-formfield input{
	width: 350px;
	float: left;
}
#adminMovieUpload .medium-formfield textarea{
	width: 350px;
	float: left;
}
#adminMovieUpload .submit-formfield {
	margin-top: 5px;
	clear: both;
	float:left;	
}
.admin-movieUploadErrorList {
	color: red;	
}
.admin-movieUploadErrorList li{
	color: red;	
}
.admin-movieUploadErrorList span.headline{
	font-weight: bold;	
}
.admin-movieUploadComplete {
	color: #0B0;	
}
.admin-movieUploadComplete li{
	color: #0B0;
	font-weight: bold;	
}
/*Admin Progressbar */
#adminMovieUpload #progressBar { 
	clear: both;
	padding-top: 5px;
	display: none;
	float: left;
}
#adminMovieUpload #progressBarText { 
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}
#adminMovieUpload #progressBarBox { 
    width: 560px;
    height: 15px;
    border: 1px;
    border-style: solid;
    background-color: #eeee;
    margin-left: auto;
	margin-right: auto;
}    
#adminMovieUpload #progressBarBoxContent { 
    background-color: grey;
    height: 15px;
}
#adminMovieUpload #submitStatus {
	width: 560px;
	margin-bottom: 15px;	
}
#adminMovieUpload #submitStatus span#header {
	font-weight: bold;	
}
#adminMovieUpload #submitStatus ul {
	list-style-position: inside;
	list-style: circle;	
}
#adminMovieUpload #submitStatus li {
	margin-left: 20px;
}
#adminMovieUpload #uploadMeter {
	display: none;	
}
/*Admin Progressbar End */

/** END Admin **/
/** Producer **/

.producerMainMenu {
margin-left: 15px;
}
.producerMainMenu li {
padding: 2px;
}
#producerMovieUpload {
	float: left;
	margin-left: 10px;
}

#producerMovieUpload #submitStatus {
	
}

#producerMovieUpload .medium-formfield {
	float: left;
	width: 600px;
	clear: both;
}
#producerMovieUpload .medium-formfield label{
	width: auto;
}
#producerMovieUpload .medium-formfield input{
	width: 350px;
	float: left;
}
#producerMovieUpload .medium-formfield textarea{
	width: 350px;
	float: left;
}
#producerMovieUpload .submit-formfield {
	margin-top: 5px;
	clear: both;
	float:left;	
}
.producer-movieUploadErrorList {
	color: red;	
}
.producer-movieUploadErrorList li{
	color: red;	
}
.producer-movieUploadErrorList span.headline{
	font-weight: bold;	
}
.producer-movieUploadComplete {
	color: #0B0;	
}
.producer-movieUploadComplete li{
	color: #0B0;
	font-weight: bold;	
}
/** START Customer **/
#CustomerPage{
	width:629px;
	padding: 0 20px;

}

#CustomerPage .customerMovieMenu div{
	margin: 10px 0px;

}
.formErrors{
	color: #F55;
	background-color: #000;
	border-style: solid;
	border-color: #F00;
	border-width: 1px;
	font-weight: bold;
	width: 350px;
}

.formErrors ul{
	list-style-type:none;
	padding-left: 10px;
}
.formSuccess{
	color: #5F5;
	background-color: #000;
	border-style: solid;
	border-color: #0F0;
	border-width: 1px;
	font-weight: bold;
	width: 350px;
}
.formSuccess ul{
	list-style-type:none;
	padding-left: 10px;
}

.customerStatistic .tablediv_day {
width:220px;
background-color:#eee;
border:1px solid  #666666;
margin-top: 30px;
margin-bottom: 10px;
}

.customerStatistic #submitbutton{
	margin-top: 10px;
	margin-bottom: 10px;		
}

.customerStatistic .tablediv_domain {
width:600px;
background-color:#eee;
border:1px solid  #666666;
margin: 10px 0;
}

.customerStatistic .rowdivhead  {
background-color:#fff;
border-bottom-width: 1px;
border-bottom-style:dashed;
}

.customerStatistic .rowdivtotal  {
background-color:#fff;
border-top-width: 1px;
border-top-style:dashed;
}

.customerStatistic .rowdivodd  {
background-color:#eee;
}

.customerStatistic .rowdiveven {
background-color:#fff;
}

.customerStatistic .celldivsmall {
overflow:hidden;
width:80px;
float:left;
text-align:center;
}

.customerStatistic .celldivmedium {
overflow:hidden;
width:135px;
float:left;
}

.customerStatistic .celldivlarge {
overflow:hidden;
width:515px;
float:left;
}

.customerStatistic .menu{
width:300px;
float:left;
display:inline;
margin-top: 5px;
margin-bottom: 1px;
}

.customerStatistic .top{
margin: 10px 0 0 0;
overflow:hidden;
width:300px;
float:left;
}

.listCustomer .top{
margin: 10px 0 15px 0;
font-size:20px;
}
.customerMainMenu {
margin-left: 15px;
}
.customerMainMenu li {
padding: 2px;
}
.topMenuCustomer{
	margin: 5px 0 5px 0;
	font-size:12px;
}
/** END Customer **/
.wpv_video {
	width: 640px;
	height: 360px;
	margin-left: 15px;
	float: left;
	display:inline;
}
.wpv_video object{
	width: 640px;
	height: 360px;
}
#topHeader {
	background: transparent url(/public/images/imagemap.gif) -0px -82px repeat-x;
	height: 47px;
}

#topHeader .videokatlogo {
	height: 47px;
	margin: 0px auto;
}
#topHeader .videokatlogo img {
	background: transparent no-repeat;
	margin-top: 12px;
	margin-right: 20px;
	height: 28px;
	width: 131px;
	float: right;
	display: inline;
}
#headerBottom {
	background: transparent url(/public/images/headerBottom-bg.gif) no-repeat;
	height:105px;
	width:646px;
	margin: 10px 0px 0 18px;
	float:left;
}
div#mainNav
{
	height: inherit;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;	
}
div#mainNav ul  
{
bottom:0px;
right:5px;
margin-bottom: 0px;
padding:0;
position:absolute;
margin-right: 3px;
}
*html div#mainNav ul
{
	margin-bottom: 0px;
	font-size: 1em;
}
div#mainNav ul li
{
	list-style: none;
	background: url(/public/images/li-bg.gif) top left no-repeat;
	float: left;
	padding-left: 17px;
	margin-top: 1px;
	margin-left: 1px;	
	color: #666666;
	text-decoration: none;
	height: 2em;
}
div#mainNav ul li a
{
	display: block;
	background: url(/public/images/a-bg.gif) top right no-repeat;
	float: left;
	padding-top: 0.2em;
	padding-right: 17px;
	height: 2em;
	text-decoration: none;
	color: #666666;
}
div#mainNav ul li a:hover 
{
	color: #666666;
	text-decoration: underline;	
}
div#mainNav ul li.selected 
{
	background-image: url(/public/images/li-selected-bg.gif);
}
div#mainNav ul li.selected a 
{
	 
	background-image: url(/public/images/a-selected-bg.gif);
	color: #333333;
	padding-top: 0.3em;
	height: 2em;
}

/** General Upload CSS **/

#progressBar { padding-top: 5px; }
#progressBarText { 
    width: 575px;
    margin-left: auto;
    margin-right: auto;
}
#progressBarBox { 
    width: 575px;
    height: 15px;
    border: 1px;
    border-style: solid;
    background-color: #eeee;
    margin-left: auto;
	margin-right: auto;
}    
#progressBarBoxContent { 
    background-color: #000;
    height: 15px;
}

/*submitStatus pertains to the javascript form validation*/
#submitStatus {
	width: 575px;	
}
#submitStatus span#header {
	font-weight: bold;	
}
#submitStatus ul {
	list-style-position: inside;
	list-style: circle;	
}
#submitStatus li {
	margin-left: 20px;
}


#topHeader .login{
	float: left;
	margin: 14px;
}

#topHeader .login a{
	color: #A8A8A8;
	text-decoration:none;
	font-size: 17px;
	margin-right: 4px; 
	margin-left: 4px;
}