<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.txt11 { font-size: 11px; }
.grey { color:#CCCCCC; }
.white { color:#FFFFFF; }
.tooltip {
  font-size: 0.6em;
  font-weight: bold;
  color: #FFFFFF;
  background: #2f2a2c;
  padding: 5px;
  width: auto;
  display: inline;
  border: 1px solid #FFFFFF;
}

.message:hover
{
  background-color: #333333;
}

.message {
  padding:0;
  margin:0;
  float:left;
  clear:left;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

.inbox-footer {
  padding:0;
  margin:0;
  float:left;
  clear:left;
  text-align: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #333;
}
.pointer {
  cursor: pointer;
}
.message .container {
  float:left;
}
.message .sender {
  float:left;
  margin: 2px;
  margin-top: 4px;
}
.message .sender .picture {
  float:left;
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  margin-right: 5px;
}

.message .sent
{
  clear:left;
  float:left;
  font-size: 24px;
  color: blanchedAlmond;
  margin-top: 3px;
  margin-right: 7px;
  font-weight: bold;
}
.message .sender .picture img {
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  border: 0;
}

.message-last {
  border: 0 !important;
}
.message .msg {
  margin-top: 2px;
  margin-bottom: 5px;
  min-width: 480px;
  max-width: 480px;
  width: 480px;
  float:left;
  min-height: 30px;
}
.message .msg .name {
  float:left;
  margin-right: 5px;
}

.message .msg .name a:link, .message .msg .name a:active, .message .option a:link, .message .option a:active  {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.message .msg .name a:hover {
  text-decoration: underline;
}



.message .msg .title {
  float:left;
  font-size: 12px;
  font-style: italic;
}
.message .msg .body {
  color: #FFFFFF;
  float:left;
  width: 440px;
  max-width: 440px;
  min-height: 30px;
}
.message .msg .body a {
  text-decoration: none;
}

.message .outgoing {
  color: greenyellow;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.message .incoming {
  color: red;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.message .msg .inbox .body:hover {
  /*text-decoration: underline;*/
}
.message .time {
  margin-left: 5px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  float:right;
  text-align: right;
  margin-top: 2px;
  font-size: 11px;
  color: blanchedAlmond;
}
.message .time a {
  text-decoration: none;
}
.message .option {
  margin: 2px;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 4px;
  float:right;
  text-align: right;
  font-weight:bold;
  margin-top: 1px;
  margin-right: 12px;
}

.errors {
  font-size: 12px;
  margin-bottom: 20px;
  color: red;
  text-align:left;
  margin:0;
  margin-left: 10px;
  margin-top: 10px;
}
.errors h4 {
  margin: 0px;
  font-weight: bold;
}

.message .option:hover {
  cursor: pointer;
  background-color: red;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.success {
  background-color: green;
  border: 0;
}
.success .headline {
  color: #fff;
}
.error {
  background-color: #802626;
  border: 0;
}
.loginerror {
    color: #f00;
    margin: 15px;
    padding: 8px;
}
.error .headline {
  color: #fff;
}
/*#form_mailer .headline {
  margin-top: 5px;
  margin-bottom: 15px;
}*/

.deleteconversation {
  margin-top: 15px;
  font-size: 12px;
  float:right;
  clear:right;
}
.deleteconversation a, .deleteconversation a:link, .deleteconversation a:active
{
  color: #fff;
}

.deleteconversation a:hover
{
  text-decoration: none;
}
form .title {
  clear:left;
  float:left;
  width: 100px;
  text-align:left;
}
form.value {
  float:left;
}

/* Kontakte */
.contact {
  padding:0;
  margin:0;
  float:left;
  clear:left;
  text-align: left;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
}

.contact:hover
{
  background-color: #333333;
}

.contact-footer {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 14px;
  text-align:center;
  border-top: 1px solid #333333;
  margin-bottom: 10px;
}

.pointer {
  cursor: pointer;
}

/* Conversation */
.deleteconversation {
  font-size: 12px;
  float:right;
  clear:right;
}
.deleteconversation a, .deleteconversation a:link, .deleteconversation a:active
{
  color: #fff;
}

.deleteconversation a:hover
{
  text-decoration: none;
}

.sub_headline
{
  color: blanchedalmond;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 100;
}

.no-messages {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.no-messages-extra {
  margin-top: 15px;
}

.message ul, .message li, .inbox-footer ul, .inbox-footer li
{
  float:left;
  list-style: none;
  margin:0;
  padding:0;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.liststyle
{
  float:left;
  font-size: 18px;
  font-weight: bold;
  color: yellow;
  margin-right: 5px;
  margin-left: 10px;
  height: 36px;
}

.contacts-header
{

}

.contacts-header .info
{
  float:left;
  max-width: 400px;
  padding: 5px;
}

.contacts-header .filter
{
  float:right;
  width: 165px;
  border-left: 1px solid #333333;
  padding: 5px;
  margin-top: 10px;
}

.contacts-header ul, .contacts-header li
{
  font-size: 12px;
  float:left;
  clear:left;
  list-style: none;
  margin:0;
  padding:0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -5px;
}

.contacts-header .input ul,.contacts-header .input li{
  margin: 0;
  padding: 0;
  margin-left: 5px;
  font-size: 11px;
  margin-top: 5px;
}

.contacts-header .input li{
  clear:left;
}

.contacts-header .input label
{
  margin-left: 5px;
}

.contacts-header .header
{
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}

#mess-headbar {
  margin-top: 0;
  float:left;
  width: 598px;
  height: 20px;
  font-size: 11px;
  color:#FFFFB3;
}

.contacts-header #mess-headbar .showname {
  float:left;
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
}
.contacts-header #mess-headbar .lastcontact {
  float:left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}
.contacts-header #mess-headbar .status {
  float:left;
  min-width: 200px;
  max-width: 280px;
  padding-left: 5px;
  padding-right: 5px;
}

.contacts-header #mess-headbar .status2 {
  float:right;
  padding-left: 5px;
  padding-right: 5px;
}

.contact .showname {
  float:left;
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
}

.contact .showname a:link, .contact .showname a:visited
{
  text-decoration: none;
}

.contact .showname a:hover
{
  text-decoration: underline;
}

.contact .lastcontact {
  float:left;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
}

.contact .status {
  float:left;
  min-width: 280px;
  max-width: 280px;
  padding-left: 5px;
}

.contact .status a:link, .contact .status a:visited
{
  text-decoration: none;
}

.contact .status a:hover {
  text-decoration: underline;
}

.contact .status2 {
  color: red;
  float:right;
  padding-left: 5px;
  padding-right: 5px;
}

.contact .status2 a {
  color: red;
  text-decoration: none;
}
.contact .status2 a:hover {
  text-decoration: underline;
}

.contact .status .online
{
  color: #ffff66;
}

.notifications {}
.notification {
  margin-top: 10px;
}

.notifications .submit {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}

#mess-headbar .notification {
  margin: 0;
  float:left;
  padding-left: 5px;
  padding-right: 5px;
  clear:right;
}

.message .read a{
  font-size: 11px;
  color: #FFFFB3;
}

.message .read a:link,  .message .read a:active {
  color: #FFFFB3;
  text-decoration: none;
}

.message .read a:hover {
  text-decoration: underline;
}

/* Neue Nachricht Popup */
.newmessage { font: normal 100% Verdana; margin: 5px; }
.newmessage .footer, .newmessage .header {
  background-color: #171717;
  padding: 10px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.newmessage .footer
{
  border-bottom: 1px solid #333;
}
.newmessage .header {
  border-top: 1px solid #333;
}
.newmessage .header .left {
  float:left;
}
.newmessage .header .right {
  float:right;
}

.newmessage .header .status {
  margin-top: 8px;
  font-size: 10px;
  color: #ffebcd;
  text-align: center;
}

.newmessage .header .status-online {
  font-weight: bold;
}

.newmessage .pictures {
  margin: 0;
  padding: 0;
  clear:right;
}

.newmessage .pictures .picture {
  min-height: 54px;
  margin-left: 10px;
  float:left;
}

.newmessage .header .sender-title
{
  color: #ffffb3;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}

.newmessage .header .sender-name
{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 20px;
  width: 220px;
  text-align: left;
}

.newmessage textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #303030;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #333333;
  resize: none;
  padding: 8px;
  color: #FFFFB3;
  font: normal 100% Verdana;
  font-size: 12px;
  height: 80px;
}
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear {
  display: inline-block;
}
html[xmlns] .clear {
  display: block;
}

* html .clear {
  height: 1%;
}

.newmessage .body .nicknames
{
  float:right;
  font-size: 12px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.newmessage .body .nicknames .title
{
  float:left;
  font-size: 11px;
}

.newmessage .body .nicknames .nicks
{
  position: relative;
  float:left;
  margin-left: 5px;
  font-size: 11px;
}

.newmessage .submit {
  height: auto;
  margin: 5px 1px 15px 1px;
}

.newmessage .submit .left
{
  float:left;
}
.newmessage .submit .right
{
  float:right;
}

.newmessage .footer {
  text-align: center;
  font-size: 11px;
}

/*#form_mailer {
  font: normal 100% Verdana;
}*/

.newmessage .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top:3px;
}

.newmessage .caret-down {
  border-top: 8px solid #fff;
}

.newmessage .footer {}
.newmessage .footer a:link, .newmessage .footer a:visited {
  text-decoration: none;
}

.newmessage .footer a:hover {
  text-decoration: underline;
}

.newmessage .nicknames .nicklist {
  text-align: left;
  position: absolute;
  right: 0;
  top: 17px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: #333;
  max-height: 140px;
  overflow: auto;
  min-width: 120px;
  z-index: 2;
}

.newmessage .nicknames .nicklist .nick {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.newmessage .nicknames .nicklist .nick:hover {
  text-decoration: underline;
  background-color: #666;
}

/*
* Nicknameverwaltung
*/
.newmessage .manage-overlay {
  background-color: #000;
  opacity:0.4;
  filter:alpha(opacity=40); /* For IE8 and earlier */
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.newmessage .manage-container .error {
  color: red;
  font-size: 12px;
  float:left;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: transparent !important;
}
.newmessage .manage-container {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.newmessage .manage-nicknames {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
  border: none;
}
.newmessage .manage-nicknames #pseudo
{
    width: 180px;
    height: 25px;
    border-radius: 10px;
    margin: 2px 0 2px 0px;
    padding: 0 5px 0 5px;
}
.newmessage .manage-nicknames .title
{
  width: auto !important;
  margin-bottom: 10px;
  font-weight: bold;
  text-align:center;
}
.newmessage .manage-nicknames .title .sub {
  margin-top: 3px;
  font-size: 12px;
  font-weight: normal;
}
.newmessage .manage-nicknames .container {
  margin-top: 10px;
}
.newmessage .manage-nicknames .container .title {
  margin-top: 3px;
  font-size: 12px;
  float:left;
  width: auto !important;
  font-weight: normal;
}
.newmessage .manage-nicknames .container .value {
  float:left;
  font-size: 12px;
  margin-left: 5px;
}
.newmessage .manage-nicknames .container .submit {
  margin:0;
  margin-top: 10px;
}

.conversation .answer
{
  border-top: 1px solid #333;
  background-color: #171717 !important;
  margin: 0;
}

.conversation .online {
  float:left;
  margin-left: 30px;
  color: #ffffb3;
  font-size: 11px;
  margin-top: 9px;
}

.conversation .online img {
  margin-bottom: 2px;
}

.conversation { font: normal 100% Verdana; margin: 5px; }
.conversation .footer {
  background-color: #171717;
  padding: 10px;
  border-left: 1px solid #802626;
  border-right: 1px solid #802626;
}
.conversation .footer
{
  border-bottom: 1px solid #802626;
}
.conversation .header {
  background-color: #171717 !important;
  border-bottom: 1px solid #333;
  margin: 0;
}
.conversation .header .left {
  float:left;
}
.conversation .header .right {
  float:right;
}

.conversation .header .status {
  margin-top: 8px;
  font-size: 10px;
  color: #ffebcd;
  text-align: center;
}

.conversation .header .status-online {
  font-weight: bold;
}

.conversation .pictures {
  margin: 0;
  padding: 0;
  clear:right;
  margin-top: 2px;
  margin-bottom: 2px;
}

.conversation .pictures .picture {
  min-height: 54px;
  margin-left: 5px;
  float:left;
}

.conversation .header .sender-title
{
  color: #ffffb3;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
  font-size: 12px;
}

.conversation .header .sender-name
{
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  width: 235px;
  max-width: 235px;
  text-align: left;
  margin-left: 10px;
}

.conversation .header .sender-name a {
  text-decoration: none;
}

.conversation .header .links
{
  font-size: 10px;
  text-decoration: none;
  color: #ffffb3;
  margin-top: 6px;
  margin-right: 15px;
  min-width: 165px;
}

.conversation .header .link
{
  margin-bottom: 3px;
}

.conversation .header .link a:link, .conversation .header .links a:visited
{
  text-decoration: none;
  color: #ffffb3;
}

.conversation .header .link a:hover
{
  text-decoration: underline;
}

.conversation textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border: 1px solid #303030;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #333333;
  resize: none;
  padding: 8px;
  color: #FFFFB3;
  font: normal 100% Verdana;
  font-size: 12px;
  height: 80px;
}
.conversation .clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.conversation .clear {
  display: inline-block;
}
html[xmlns] .conversation .clear {
  display: block;
}

* html .conversation .clear {
  height: 1%;
}

.conversation .answer .nicknames
{
  float:right;
  font-size: 12px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.conversation .answer .nicknames .title
{
  float:right;
  font-size: 11px;
}

.conversation .answer .nicknames .nicks
{
  position: relative;
  float:right;
  margin-left: 5px;
  font-size: 11px;
  font-weight: bold;
}

.conversation .submit {
  height: auto;
  margin: 5px;
  /*font-size: 10px;*/
  margin-left: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.conversation .submit input[type="submit"] {
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 5px;
}

.conversation .submit .left
{
  float:left;
}
.conversation .submit .right
{
  float:right;
}

.conversation .submit label, .newmessage .submit label {
  display: inline-block;
}
.conversation .submit input[type="radio"], .newmessage .submit input[type="radio"] {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

.conversation .footer {
  text-align: center;
  font-size: 11px;
}

.conversation .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top:3px;
}

.conversation .caret-down {
  border-top: 8px solid #fff;
}

.conversation .footer {}
.conversation .footer a:link, .newmessage .footer a:visited {
  text-decoration: none;
}

.conversation .footer a:hover {
  text-decoration: underline;
}

.conversation .nicknames .nicklist {
  text-align: left;
  position: absolute;
  right: 0;
  top: 17px;
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  background-color: #2F0000;
  max-height: 140px;
  overflow: auto;
  min-width: 120px;
}

.conversation .nicknames .nicklist .nick {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.conversation .nicknames .nicklist .nick:hover {
  text-decoration: underline;
  background-color: #590000;
}
.conversation .input {
  text-align:center;
  clear: both;
  padding: 0 30px 0 30px;
  margin: 10px 0 10px 0;
}

.conversation .alert, .newmessage .alert {
  margin: 10px 0 0 0;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
}
.cam_layer_ng .conversation .alert, .cam_layer_ng .newmessage .alert {
  position: absolute;
  top: 340px;
  left: 0;
  right: 0;
  border-radius: 8px;
}
.conversation .alert-warning, .newmessage .alert-warning {
  background-color: #C30B11;
  color: #fff;
  font-weight: bold;
}


/* SCROLLING */
.scroll-container {
  min-height: 330px;
  height: 500px;
  max-width: 600px;
  width: 600px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 5;
}

.scroll-bar {
  position: absolute;
  width: 12px;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  top: 0;
  right: 0;
  text-align:center;
  cursor: pointer;
  z-index: 15;
}

.scroll-bar:hover {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.scroll-break {
  position: absolute;
  background-color: #333;
  border: 1px solid #333;
  -webkit-border-radius: 7px;
  -webkit-transition: width 250ms;
  width: 8px;
  min-height: 30px;
  right: 1px;
  top: 0;
  cursor: pointer;
}

.scroll-break:hover {
  background-color: #333;
}

#scroll-no-result {
  text-align:center;
  font-size: 11px;
  font-weight: bold;
  clear:both;
}

.newmessage .textfocus {
  border: 2px solid #0066FF;
}

.conversation .textfocus {
  border: 2px solid #0066FF;
}

#message_count {
  margin-left: 30px;
  margin-top: 10px;
  text-align: left;
  font-size: 10px;
  float: left;
}

#newmessage_form #message_count {
  margin-left: 0;
}

#message_info {
  clear:right;
  margin-left: 20px;
}


/* neu, test */
.msg-bg {
  font: normal 100% Verdana;
  background-color:#666666;
  border: 1px solid #333333;
  color: #FFFFFF;
  font-size: 12px;

}
.sub_headline
{
  color: #FFFFB3;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 100;
}
#scroll-no-result, #mess-headbar, .mess-headbar {
  background-color:#333;
  border: 0;
}

.msg-bg
{
  text-align:center;
}

/* browse videos START */
.videosearchbox {
  height:40px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  background:url(grafik/videosearchbox-bg.png) repeat;
  padding:10px;
}
.videosearchbox div {
  height:40px;
  line-height:40px;
}
.videosearchbox a {
  height: auto;
  line-height: 16px;
}
.videosearch {
  margin-left:20px;
  margin-right:40px;
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  padding:3px 5px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;
}.videosearch:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}.videosearch:active {
  position:relative;
  top:1px;
}

#cam_pre.videobox {
  width:204px;
  height:200px;
  float:left;
  margin:4px;
}
#cam_pre.videobox.showname {
  height:220px;
}
.video { position:relative;}
.videotitel {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  font-weight:bold;
  float: none !important;
  margin: 0 !important;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.videoduration-bg {
  position:absolute;
  top: 125px;
  left:5px;
  height:20px;
  width:50px;
  background: #000000;
  opacity: .4;
  filter:Alpha(Opacity=40);
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  text-align:center;
  line-height: 20px;
}
.videoduration {
  position:absolute;
  top: 125px;
  left:5px;
  height:20px;
  width:50px;
  text-align:center;
  line-height: 20px;
}
.videoprice {
    float:left;
}
.videovoting {
    float: right;
    position: relative;
}
.videovoting img {
    float: left;
}
.videorelease { float:right; color:#00FF00; }
.videospace {
    margin:5px 5px 0 5px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
/* browse videos END */

.videocard {
    width: 694px;
}
.videocard #form_mailer {
    margin-top: 25px;
    border-spacing: 0;
    /*
    text-align: center;
    width: 694px;
    */
}
#videocontainer {
    position: relative;
    width: 320px;
    height: 240px;
    border:2px solid: #000;
    background-color: #000;
    margin: 5px 0 25px 25px;
    border: 1px solid #000;
    float: left;
}

#videocontainer img {
    border: 0;
}
#videocontainer_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#videocontainer_buy, #videocontainer_voucher, #videocontainer_confirm{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -80px;
    width: 160px;
    height: 100px;
    opacity: 0.8;
    filter:alpha(opacity=80);
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

#videocontainer_voucher {
    height: 40px;
    margin-top: 0;
    margin-left: -80px;
    top: auto;
    bottom: 10px;
    line-height: 40px;
    vertical-align: middle;
}

#videocontainer_buy &gt; div {
    margin: 0px 0 0 0px;
    height: 20px;
    line-height: 20px;
    vertical-align: center;
}

#videocontainer_confirm{
  position: absolute;
  width: 170px;
  height: 100px;
  padding: 20px;
  margin-top: -75px;
  margin-left: -105px;
}

#videocontainer_confirm &gt; div {
  margin-bottom: 7px;
  height: 20px;
  line-height: 20px;
  vertical-align: center;
}

#videocontainer_confirm &gt; a &gt; .btn{
  color: #ffffff;
}

.btn-success{
  background: rgba(0,153,0,0.85);
  margin-bottom: 5px;
}
.btn-success:hover{
  background: rgba(68,157,68,1);
}

.btn-danger{
  background: rgba(172,41,37,0.85);
  margin-bottom: 5px;
}
.btn-danger:hover{
  background: rgba(201,48,44,1);
}


.videocard img.play {
    margin: 10px;
    z-index: 1001;
    cursor: pointer;
    border: 0;
}

#videocontainer.video_big {
    width: 640px;
    height: 480px;
    float: none;
    margin: 10px 0 10px 25px;
 }
 #videocontainer #videosize_button {
     position: absolute;
     right: 0;
     top: 0px;
     opacity: 0.2;
     border: 0;
     background-color: transparent;
     color: #fff;
     cursor: pointer;
     text-align: right;
 }
 #videocontainer #videosize_button.over, #videocontainer #videosize_button:hover {
    opacity: 1;
 }
#form_mailer.videodescription {
    float: left;
    width: 280px;
    margin: 5px 0 10px 18px;
    padding: 10px;
    text-align: left;
    position: relative;
}
#form_mailer.videodescription.video_big {
    width: auto;
    float: none;
    margin: 5px 25px 25px 25px;
}
#form_mailer.videopreview {
    margin: 5px 0 0 18px;
    float: left;
    width: auto;
}
.videocard .videopreview.video_big {
    display: none;
}
.videocard .videopreview img {
    border: 1px solid #000;
    width: 98px;
    height: 73.5px;
}
.videocard #form_mailer.videoparts {
    margin: 25px 25px 5px 25px;
    width: auto;
}
.videocard .videoparts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.videocard .videoparts ul li {
    padding: 4px;
    float: left;
}
.videocard .morevideos {
    margin: 10px 0 10px 25px;
}

.table_sedcard .back {
    margin: 0 0 10px 0;
    text-align: center;
}

.videocard #headbar {
    background-image: none;
}
/*.videocard img.play {
    position: absolute;
    top: 98px;
    left: 133px;
    z-index: 1001;
    cursor: pointer;
    border: 0;
}*/
</pre></body></html>