.catalog .top-links {
  float: right;
}

.catalog .order-links {
  float: left;
}

.catalog .videos {
  margin-top: 20px;
}

.catalog .video {
  width: 330px;
  float: left;
}

.catalog .video-player {
  
}

.catalog .video .description {
    width: 200px;
    float: left;
    min-height: 5em;
}

.catalog .video .votes {
  text-align: center;
  width: 60px;
  float: left;
  min-height: 5em;
  display: table;
}

.catalog .video .votes div {
  display: table-cell;
  vertical-align: middle;
}

.catalog .video .vote {
  text-align: center;
  display: table;
  width: 60px;
  float: left;
  min-height: 5em;
}

.catalog .video .vote a {
  display: table-cell;
  vertical-align: middle;
}

.catalog .message {
  border: 1px solid black;
  padding: 5px;
  font-weight: bold;
}

.catalog .msg_message {
  background-color: #c3e19f;
}

.catalog .msg_warning {
  background-color: #f4c865;
}

.catalog .msg_error {
  background-color: #ed5d78;
}

.catalog label {
  display: block;
  font-weight: bold;
}

.catalog .error {
  color: red;
}

.catalog div.paginator {
  text-align: right;
}

.catalog .qcm-tabs .tab-bookmarks {
  border-bottom: 1px solid #ddd;
}

.catalog .qcm-tabs .tab-bookmarks:after {
  display: table;
  content: "";
  line-height: 0;
}
.catalog .qcm-tabs .tab-bookmarks:after {
  clear: both;
}
.catalog .qcm-tabs .tab-bookmarks ul {
  list-style: none;
  margin-bottom: 20px;
  margin: 0 0 10px 25px;
}
.catalog .qcm-tabs .tab-bookmarks li {
  margin-bottom: -1px;
  float: left;
  line-height: 20px;
  list-style: none;
}

.catalog .qcm-tabs .tab-bookmarks .active a,
.catalog .qcm-tabs .tab-bookmarks .active a:hover {
color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}

.catalog .qcm-tabs .tab-bookmarks li a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.catalog .qcm-tabs .tab-bookmarks li a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.catalog .qcm-tabs .tab-bookmarks li a {
  display: block;
  color: #0088cc;
  text-decoration: none;
}

.header_order_link {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
}
