html {
	background-color:#525252;
	background-image: url('../../images/sites/global/html_bg.png');
}

body {
	margin:0 0 20px 0;
	font-size:14px;
}

.grey {
	color: #444;
}

.large {
	font-size: 16px;
}

.scratched {
    text-decoration:line-through;
}

.nonbold {
    font-weight: normal;
}

hr {
	border:none;
	border-bottom: 2px solid #ccc;
}

.hidden {
	display: none;
}

#hd {
	height:150px;
	position:relative;
	background-color: #ffa601;
	background-image: url('../../images/sites/global/hd_bg.png');
	background-position: left top;
	font: italic normal 40px Impact;
}

#hd div.inner {
	position:absolute;
	top:0;
	bottom:0;
	left:55px;
	right:55px;
	margin:auto;
	height:90px;
}

#bd {
	background-color:#f6eee2;
}

#ft {
	background-color:#ffa601;
	padding:0 20px;
}

#disclaimer {
	font-size:11px;
	padding:12px 24px;
}

.nowrap {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.trans5 {
	opacity: 0.02;
	-moz-opacity: 0.02;
	filter:alpha(opacity=02);
}

#usr {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#d98e00;
	padding:8px;
	height:42px;
	font-size:12px;
	font-weight:bold;
}

#usr div.text {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
}

#usr input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 26px;
	font-size:12px;
	font-weight:bold;
	width:150px;
	border: 1px solid #333;
	margin-top:1px;
}

#usr button {
	display: block;
	float:left;
	line-height: 26px;
	height: 26px;
	padding:0px 9px;
	margin: 0px 0px 0px 9px;
	font-size: 14px;
	line-height: 24px;
}

#usr .actionButton {
	display: block;
	position: relative;
	float:left;
	height: 26px;
	line-height: 26px;
}

#usr .actionButton button {
	font-size: 22px;
	line-height: 24px;
	height: 26px;
	font-family: "ppp";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

#usr .actionButton .counter {
	display: block;
	z-index: 1;
	position: absolute;
	font-size: 11px;
	top:-6px;
	right:-6px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: red;
	color: #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	font-weight: bold;
	font-family: Arial;
}

#usr .actionButton.actionButton-dropdown button {
	padding-left: 4px;
	padding-right: 14px;
}

#usr .actionButton.actionButton-dropdown button:after {
	display: block;
	position: absolute;
	top:0px;
	right:4px;
	font-size: 8px;
    content: "\f100";
}

#usr .actionButton .actionButton-dropdown-panel {
    display: none;
    z-index: 5;
    position: absolute;
    top:-3px;
    right:3px;
    padding: 0 0 4px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 160px;
    background-color: #b53717;
    text-align: left;
    -moz-border-radius: 4px; /*FF1+*/
    -webkit-border-radius: 4px; /*Saf3+,Chrome*/
    border-radius: 4px; /*Opera10.5,IE 9*/
    border: 1px solid #fff;
    -moz-box-shadow: 0px 1px 12px #5e5e5e; /*FF3.5+*/
    -webkit-box-shadow: 0px 1px 12px #5e5e5e; /*Saf3.0+,Chrome*/
    box-shadow: 0px 1px 12px #5e5e5e; /*Opera10.5,IE9*/
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial';
}

#usr .actionButton .actionButton-dropdown-panel a {
    display: block;
    color: #fff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding: 0px 7px;
}

#usr .actionButton .actionButton-dropdown-panel a:hover {
    opacity: 0.6;
}

#usr .actionButton .actionButton-dropdown-panel a:before {
    font-size: 9px;
    margin-right: 4px;
    color: #fff;
    content: "\f105";
    text-align: center;
    font-family: "ppp";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

#usr .actionButton .actionButton-dropdown-panel .title {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight: normal;
    width: 110px;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
}

#usr .actionButton .actionButton-dropdown-panel .title:after {
    position: absolute;
    right:0px;
    top:0px;
    width: 44px;
    height: 30px;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    color: #fff;
    content: "\f113";
    text-align: center;
    line-height: 30px;
    font-family: "ppp";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

#content {
	font-family:Arial;
	background-color:#fff;
	padding:35px;
	line-height:18px;
}

#sidebar {
}

#sidebar #ad {
	display:block;
	margin-top:20px;
	width:100%;
	text-align:center;
}

#sidebar #camStatusImage {
	display:block;
	margin-top:20px;
	width:100%;
	overflow:hidden;
	text-align:center;
}

#skyscraper {
	display:block;
	position:absolute;
	width:100%;
}

#skyscraperRight {
	display:block;
	position:absolute;
	top:20px;
	right:-140px;
	z-index:0;
	width:120px;
	height:600px;
	overflow:hidden;
	text-align:center;
}

#skyscraperLeft {
	display:block;
	position:absolute;
	top:20px;
	left:-140px;
	z-index:0;
	width:120px;
	height:600px;
	overflow:hidden;
	text-align:center;
}


#site_navigation {
	
}

#siteTitle {
	color:#b53717;
}

#siteClaim {
	font-size:75%;
	color:#fff;
}

.navigationButton {
	width:100%;
	height:32px;
	background-color: #b53717;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	text-shadow: #000 0px 1px 0px;
	background-image: url('/static/images/sites/global/navigation_button_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	display: block;
	cursor: pointer;
	outline: none;
	border:none;
	-moz-border-radius: 6px; /*FF1+*/
	-webkit-border-radius: 6px; /*Saf3+,Chrome*/
	border-radius: 6px; /*Opera10.5,IE 9*/
	margin-bottom:4px;
	white-space:nowrap;
}

.navigationButton span {
	display: block;
	line-height: 16px;
	padding: 8px 0 8px 16px;
	margin:0;
}

p, h1, h2, h3, h4, ul, ol, div.articleImage, div.articleVideo, div.errors, div.divider, div.tabs, fieldset {
	margin:0 0 14px 0;
}

.packed {
	margin:0;
}

.bold, strong {
	font-weight:bold;
}

.small {
	font-size:11px;
}

.italic {
	font-style: italic;
}

div.divider {
	width:100%;
	background-color: #ccc;
	line-height:1px;
	height:2px;
}

var {
	display: block;
	font-size:16px;
	padding:7px;
	font-style: italic;
}

h1 {
	font-size:40px;
	font-weight:normal;
	font-style:italic;
	line-height:42px;
	color:#b53717;
	font-family:Impact;
}

h2 {
	font-size:28px;
	font-weight:normal;
	font-style:italic;
	line-height:30px;
	color:#b53717;
	font-family:Impact;
}

h3 {
	font-weight:bold;
	letter-spacing:-1px;
	font-size:22px;
}

h4 {
	font-weight:bold;
	font-size:13px;
}

p {
	line-height:18px;
	margin-bottom: 20px;
}

a {
	text-decoration:none;
}

.img_medium {
	width:220px;
	padding:9px;
	background-color:#ddd;
}

.img_medium img {
	width:100%;
}

.float {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.clearer {
	clear:both;
}

div.commentBox {
	width:90px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	background-color:#b53717;
	-moz-border-radius: 4px; /*FF1+*/
	-webkit-border-radius: 4px; /*Saf3+,Chrome*/
	border-radius: 4px; /*Opera10.5,IE 9*/
	text-align:center;
}

div.commentBox div {
	margin:0 2px;
}

div.commentBox div.count {
	font-family:Impact;
	font-weight:normal;
	font-size:28px;
	font-style:italic;
	padding-top:6px;
}

div.articleComment {
	background-image: url('/static/images/sites/global/articleComment.png');
	background-repeat: no-repeat;
	background-position: 6px 2px;
	padding-left:70px;
	padding-bottom:16px;
}

div.articleComment .date {
	font-size:11px;
	display:block;
	float:right;
}

div.articleImage {
	background-color:#000;
	color:#fff;
	border: 6px solid #f6eee2;
}

div.articleImage img {
	width:100%;
	height:auto;
}


dl.form dt {
	font-weight:bold;
	font-size:14px;
	margin-bottom:2px;
    border-bottom:none!important;
}

dl.form dd {
	margin-bottom:14px;
}

input[type=text], input[type=password], textarea {
	width:100%;
	font-size:16px;
	padding:6px;
	border: 1px solid #c4c4c4;
	background-color:#f4f4f4;
	outline:none;
	-moz-border-radius: 4px; /*FF1+*/
	-webkit-border-radius: 4px; /*Saf3+,Chrome*/
	border-radius: 4px; /*Opera10.5,IE 9*/
}

button {
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:7px;
	background-color:#b53717;
	color:#fff;
	font-weight:bold;
	-moz-border-radius: 4px; /*FF1+*/
	-webkit-border-radius: 4px; /*Saf3+,Chrome*/
	border-radius: 4px; /*Opera10.5,IE 9*/
	border:none;
	cursor:pointer;
	line-height:16px;
	outline: none;
}

button.large {
	min-width: 120px;
	font-size:18px;
	padding: 9px 12px;
}

button.green {
	background-color: #33cc00;
}

button.red {
	background-color: #e2001a;
}

button.full {
	width: 100%;
}

div.errors {
	background-color:#ffd6d6;
	border: 1px solid #e68c8a;
	padding:12px;
	font-family:Arial;
	font-weight:bold;
	color:red;
}

div.errors ul {
	margin:0;
}

div.errors ul li a {
	color: #ff0000!important;
	text-decoration: underline;
}

.pagesControl {
	font-size:11px;
	font-weight:bold;
}
.pagesControl .pages {
	float:right;
}

.pagesControl .pages span.current, 
.pagesControl .pages a, 
.pagesControl .pages span.dots {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display:block;
	float:left;
	padding:0 3px;
	margin-right:3px;
	text-align:center;
	min-width:18px;
    height:18px;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	-moz-border-radius: 3px; /*FF1+*/
	-webkit-border-radius: 3px; /*Saf3+,Chrome*/
	border-radius: 3px; /*Opera10.5,IE 9*/
}

.pagesControl .pages a {
	background-color: #b53717;
	color:#fff;
}

.pagesControl .prevLink div, .pagesControl .nextLink div {
	display:block;
	float:left;
	height:12px;
	font-size:11px;
	font-weight:bold;
}


#message {
	display:block;
	position:absolute;
	z-index:100;
	width:100%;
	background-color:#525252;
	color:#fff;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	border-bottom:2px solid #fff;
}

#message span {
	display:block;
	padding:12px;
}

#ft a {
	font-size:12px;
	margin:0 8px;
	font-weight:bold;
}

div.bull {
	font-size:32px;
}

table.data {
	width:100%;
	border-collapse:separate;
	
}

table.data tr td, table.data tr th {
	padding:4px;
} 

table.data tr th {
	font-weight:bold;
	font-size:11px;
}

table.data tr.dark td, table.data tr td.dark {
	background-color: rgba(0, 0, 0, 0.15);
}

table.data tr.light td, table.data tr td.light {
	background-color: rgba(255, 255, 255, 0.15);
}

table.data.striped tr:nth-child(odd) td,
table.data.striped tr:nth-child(odd) th {
    background-color: rgba(0, 0, 0, 0.15);
}

/* = Vertical Vid Preview = */
div.videoPreviewVertical {
	display: block;
    width: 100%;
    height: auto;
    background-color: #000;
    position: relative;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.videoPreviewVertical a.videoPlay {
	z-index: 1;
	display:block;
	width:89px;
	height:89px;
	position:absolute;
	top:35%;
	left:30%;
	background-image: url('/static/images/sites/global/videoPlay.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.videoPreviewVertical div.videoPic {
	position: relative;
	width: 70%;
	background-color:#fff;
}

div.videoPreviewVertical div.videoPic:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

div.videoPreviewVertical div.videoPics {
	position: absolute;
    top:10px;
    left:72%;
    right:10px;
    bottom:10px;
    overflow: hidden;
}

div.videoPreviewVertical div.videoPic img {
	display: block;
	position: absolute;
	top:0px;
	width: 100%;
    height: 100%;
}

div.videoPreviewVertical div.videoPics div.pic {
	display:block;
	background-color:#fff;
	cursor:pointer;
	margin-bottom: 8%;
}

div.videoPreviewVertical div.videoPics div.pic img {
	width: 100%;
}

div.videoPreviewVertical #slider {
	position: absolute;
}

/* = Horizontal Vid Preview = */
div.videoPreviewHorizontal {
	display: block;
    width: 100%;
    height: auto;
    background-color: #000;
    position: relative;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.videoPreviewHorizontal a.videoPlay {
	z-index: 1;
	display:block;
	width:89px;
	height:89px;
	position:absolute;
	top:32%;
	left:43%;
	background-image: url('/static/images/sites/global/videoPlay.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div.videoPreviewHorizontal div.videoPic {
	position: relative;
	width: 100%;
	background-color:#fff;
}


div.videoPreviewHorizontal div.videoPics {
	display: block;
	position: relative;
	width: 100%;
	height: 79px;
	overflow:hidden;
	margin-top: 10px;
	font-size: 0;
}

div.videoPreviewHorizontal div.videoPics div.pic {
	display: inline-block;
	width: 140px;
	height: 79px;
	cursor:pointer;
	margin-right: 1%;
}

div.videoPreviewHorizontal div.videoPic img {
	display: block;
	width: 100%;
}

div.videoPreviewHorizontal div.videoPics div.pic img {
	width: 100%;
	height: auto;
}

div.videoPreviewHorizontal #slider {
	position: absolute;
	width: 1250px;
}

/* = Slider Vid Preview = */
div.videoPreviewSlider {
    position: relative;
	display: block;
	border:1px solid transparent;
	margin-bottom: 20px;
}

div.videoPreviewSlider #slideShow .item {
	
}

div.videoPreviewSlider #slideShow .item img {
	width: 100%;
}

div.videoPreviewSlider a.videoPlay {
	z-index: 1;
	display:block;
	width:89px;
	height:89px;
	position:absolute;
	top:30%;
	left:43%;
	background-image: url('/static/images/sites/global/videoPlay.png');
	background-repeat: no-repeat;
	background-position: left top;
}



.videoInfo {
	display:block;
	float:right;
	margin-right:50px;
	margin-top:5px;
	font-weight:bold;
}

#player {
/*	width:480px;*/
/*	height:360px;*/
	width:560px;
	height:319px;
}

div.articleEmbed {
	display:block;
	width:600px;
	overflow:hidden;
}

ul li {
	list-style: disc;
	margin-left:16px;
}

ol li {
	list-style: decimal;
	margin-left:16px;
}

ul.gallery {
	margin:0;
	padding:0;
}

ul.gallery li {
	display:block;
	float:left;
	width:174px;
	height:160px;
	margin:0 12px 12px 0;
	text-align:center;
	overflow: hidden;
	font-size:13px;
	font-weight:bold;
	list-style: none;
	line-height:13px;
}

ul.gallery li img {
	display:block;
	width:172px;
	height:129px;
	border: 1px solid #000;
	margin-bottom:2px;
}

.arrow {
		display:block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #ffffff;
}

button .arrow {
	float:right;
	margin:5px 2px 0 5px;
}

ul.dropdown {
	position:relative;
}

ul.dropdown li {
	list-style: none;
}

ul.dropdown li ul {
	display:none;
    z-index: 12;
	position:absolute;
	top:26px;
	right:0px;
	width:370px;
	padding:4px;
	background-color:#b53717;
	-moz-border-radius: 4px; /*FF1+*/
	-webkit-border-radius: 4px; /*Saf3+,Chrome*/
	border-radius: 4px; /*Opera10.5,IE 9*/
}

ul.dropdown li ul li {
	width:120px;
	height:30px;
	margin:0 2px 2px 0;
	display:block;
	float:left;
	
}

ul.dropdown li ul li a {
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	border:none;
	color:#ffffff;
	background-image: url('/static/images/sites/global/white_30p.png');
	padding:0 7px;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-moz-border-radius: 2px; /*FF1+*/
	-webkit-border-radius: 2px; /*Saf3+,Chrome*/
	border-radius: 2px; /*Opera10.5,IE 9*/
}

ul.dropdown li ul li a:hover {
	background-color:#fff;
	color:#000;
}

ul.dropdown li ul li.selected {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

ul.list li {
	list-style-type: disc;
	margin-left:16px;
}

ul.images li {
	display:block;
	float:left;
	list-style:none;
	margin:0 8px 8px 0;
	padding:0;
	border: 1px solid #000;
	border-color: rgba(0, 0, 0, 0.5);
	width:64px;
	height:64px;
	overflow:hidden;
}

ul.images li img {
	width:100%;
	height:100%;
}

.captcha {
	width:120px;
	height:40px;
}

fieldset {
	background-color: rgba(0, 0, 0, 0.15);
	padding:6px 16px;
}

fieldset legend {
	font-weight:bold;
}

ul.guests {
	margin:0;
	padding:0;
}
ul.guests li {
	list-style:none;
	margin:0;
	padding:0;
	width:173px;
	height:220px;
	float:left;
	display:block;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

ul.guests li img {
	width:165px;
	height:165px;
	border: 4px solid #fff;
}

ul.guests li div.title {
	display:block;
	width:100%;
	padding:2px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

ul.guests li div.status {
	display:block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius: 6px; /*FF1+*/
	-webkit-border-radius: 6px; /*Saf3+,Chrome*/
	border-radius: 6px; /*Opera10.5,IE 9*/
}

ul.guests li div.status.offline {
	background-color:#ddd;
	color:#fff;
}

ul.wishlist {
	margin:0;
	padding:0;
}

ul.wishlist li {
	list-style:none;
	margin:0;
	padding:0;
	width:165px;
	height:230px;
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
}

ul.wishlist li div.img {
	display:block;
	width:165px;
	height:165px;
	overflow:hidden;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-position:center center;
}

ul.wishlist li div.title {
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:4px 0;
}

ul.wishlist li div.price {
	font-size:12px;
}

#notify {
	margin:0 20px 20px 20px;
}

#notify button {
	width:100%;
	text-align:left;
}

div.tabs {
	display:block;
	border-bottom:2px solid #ccc;
	height:32px;

}

div.tabs a {
	display:block;
	float:left;
	line-height:32px;
	height:32px;
	margin:0px 5px 0px 0px;
	padding:0px 9px;
	font-weight:bold;
	font-size:13px;
}

div.tabs a.selected {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.pppshopImage,
.wishlistImage {
	float:right;
}

.pppshopImageContainer {
	display: block;
	float:right;
	background-color: #ddd;
	margin-left: 12px;
	margin-bottom: 12px;
}

.pppshopImageContainer .pppshopImageMain {
	margin: 4px;
}

.pppshopImageContainer .pppshopImageExtra {
	margin: 4px;   
	height: 80px;
}

.pppshopImageContainer .pppshopImageExtra img {
	width: auto;
	height: 80px;
}

.pppshopBacklink,
.backlink {
	float:right;
	margin-top:10px;
}

#addCommentContainer {
	/*display:none;*/
}

iframe#chat_downloader {
	z-index: -1;
	display: block;
	position: absolute;
	top:1px;
	left:1px;
	width: 10px;
	height: 10px;
	border: none;
}

.chat_output {
    display:block;
    width:100%;
    height:340px;
    margin-bottom:12px;
    overflow:auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    border: 1px solid #c4c4c4;
}

.chat_output p {
    margin:8px 16px;
}

.chat_output p.own {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}

.chat_output p.file {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 9px;
	-moz-border-radius: 6px; /*FF1+*/
	-webkit-border-radius: 6px; /*Saf3+,Chrome*/
	border-radius: 6px; /*Opera10.5,IE 9*/
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.chat_output p.file .title {
	font-size: 11px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.chat_output p.file a.url {
	display: block;
	text-decoration: underline;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.chat_output p.file a.url:hover {
	text-decoration: none;
}


#chat_input_container {
	display:block;
	width:100%;
	position:relative;
}

#chat_emoticon_button {
	display:block;
	position:absolute;
	right:6px;
	top:7px;
	width:28px;
	height:18px;
	cursor:pointer;
	background-image: url('/static/images/backend/emoticon_button.png');
	background-repeat: no-repeat;
	background-position: left 0px;
}

#chat_emoticon_button.active {
	background-position: left -18px;
}
#chat_emoticon_container {
	display:none;
	z-index: 1;
	position:absolute;
	right:44px;
	bottom:7px;
	width:185px;
	height:110px;
	background-color:#fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*FF1+*/
	-webkit-border-radius: 3px; /*Saf3+,Chrome*/
	border-radius: 3px; /*Opera10.5,IE 9*/
	-moz-box-shadow: 0px 1px 3px #ccc; /*FF3.5+*/
	-webkit-box-shadow: 0px 1px 3px #ccc; /*Saf3.0+,Chrome*/
	box-shadow: 0px 1px 3px #ccc; /*Opera10.5,IE9*/
	text-align:left;
	padding:7px;
}

#chat_input {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.select {
	width: 100%;
	display: block;
	position: relative;
	padding: 7px;
	height:30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color:#b53717;
	color:#fff;
	font-weight:bold;
	-moz-border-radius: 4px; /*FF1+*/
	-webkit-border-radius: 4px; /*Saf3+,Chrome*/
	border-radius: 4px; /*Opera10.5,IE 9*/
	border:none;
	cursor:pointer;
	line-height:16px;
	outline: none;
}

.select:after {
	position: absolute;
	right:4px;
	width: 16px;
	height: 16px;
	font-size: 9px;
    color: #fff;
    content: "\f100";
    text-align: center;
    font-family: "ppp";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

select.styled {
	position: relative!important;
	top:-25px;
	font-size: 16px;
	width: 100%!important;
	cursor: pointer;
}

#chat_input_label {
	position: absolute;
	top:40px;
	right:0px;
}

ul.items {
    margin:0;
    padding:0;
    list-style:none;
}
ul.items li {
    display:block;
    float:left;
    width:174px;
    margin:0;
    padding:0;
    list-style:none;
    -moz-border-radius: 6px; /*FF1+*/
    -webkit-border-radius: 6px; /*Saf3+,Chrome*/
    border-radius: 6px; /*Opera10.5,IE 9*/
    margin:0px 14px 14px 0px;
}

ul.items li.tiny {
	width:145px;
}

ul.items li a img {
    display:block;
	border: 4px solid transparent;
}

ul.items li div.title {
    font-size:14px;
	line-height:17px;
    padding:7px 7px 2px 7px;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
	-moz-border-top-right-radius: 6px; /*FF1+*/
	-webkit-border-top-right-radius: 6px; /*Saf3+,Chrome*/
	border-top-right-radius: 6px; /*Opera10.5,IE 9*/
	-moz-border-top-left-radius: 6px; /*FF1+*/
	-webkit-border-top-left-radius: 6px; /*Saf3+,Chrome*/
	border-top-left-radius: 6px; /*Opera10.5,IE 9*/
}

ul.items li.tiny div.title {
	font-size:12px;
	line-height:12px;
	padding:6px 7px 0px 7px;
	
}

ul.items li a:hover {
    display:block;
}

ul.items li div.button, 
ul.items li div.buttons {
	display:block;
	clear:both;
	margin-bottom:4px;
}

ul.items li div.buttons {
	height:38px;
}

ul.items li div.button {
	height:24px;
}
    
ul.items li div.buttons a,
ul.items li div.button a {
    display:block;
    float:left;
    width:80px;
    height:30px;
	line-height:16px;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    -moz-border-radius: 4px; /*FF1+*/
    -webkit-border-radius: 4px; /*Saf3+,Chrome*/
    border-radius: 4px; /*Opera10.5,IE 9*/
    margin:0px 0px 0px 4px;
    padding:4px 0px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
	background-color:#ddd;
}

ul.items li div.buttons a:last-child {
    margin-left:5px;
}

ul.items li div.buttons a:hover,
ul.items li div.button a:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}

ul.items li div.buttons div.large {
    font-size:16px;
    font-weight:bold;
}

ul.items li div.button a {
	float:none;
	font-size:12px;
	height:16px;
	line-height:16px;
	width:166px;
}

ul.items li div.crop {
	display:block;
	width:165px;
	height:165px;
	overflow:hidden;
	border: 4px solid transparent;
}

ul.items li div.crop img {
	margin:auto;
}

#trailer {
	display:none;
}


table.video_info {
    width:100%;
	margin-top:9px;
}

table.video_info tr td {
    text-align:left;
    padding:0px 5px 9px 5px;
    width:50%;
    font-weight:bold;
}

table.video_info tr td button {
    width:100%;
}

.video_preview_image img {
	width: 100%;
}

#language {
	display: block;
	position: absolute;
	width:160px;
	height:100px;
	top:0px;
	right:0px;
	overflow: hidden;
}

#language_switch,
#language_panel {
	display:block;
	position: absolute;
	top:0px;
	right:-122px;
	background-color: #b53717;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	-moz-border-bottom-left-radius: 6px; /*FF1+*/
	-webkit-border-bottom-left-radius: 6px; /*Saf3+,Chrome*/
	border-bottom-left-radius: 6px; /*Opera10.5,IE 9*/
}

#language_switch {
	background-image: url('/static/images/sites/global/language_switch.png');
	background-repeat: no-repeat;
	background-position: 140px center;
}

#language_switch a,
#language_panel a {
	display: block;
	width: 120px;
	height:23px;
	line-height:23px;
	margin-bottom:1px;
	padding-left:34px;
	background-image: url('/static/images/icons/flags/de.png');
	background-repeat: no-repeat;
	background-position: 9px center;
	color: inherit;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#language_panel {
	display: none;
	top:30px;
	right:7px;
	padding: 3px 0;
	-moz-border-radius: 6px; /*FF1+*/
	-webkit-border-radius: 6px; /*Saf3+,Chrome*/
	border-radius: 6px; /*Opera10.5,IE 9*/
}

#language_panel a {
	width: 113px;
}

#language_switch a.de,
#language_panel a.de {
	background-image: url('/static/images/icons/flags/de.png');
}

#language_switch a.en,
#language_panel a.en {
	background-image: url('/static/images/icons/flags/en.png');
}

#language_switch a.ru,
#language_panel a.ru {
	background-image: url('/static/images/icons/flags/ru.png');
}

#erovation_register {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
	position: relative;
	display: block;
	width: 100%;
	background-color: #3c4454;	
	-moz-border-radius: 6px; /*FF1+*/
	-webkit-border-radius: 6px; /*Saf3+,Chrome*/
	border-radius: 6px; /*Opera10.5,IE 9*/
	background-image: url('/static/images/sites/global/erovation.png');
	background-repeat: no-repeat;
	background-position: 35px center;
	font-family: Verdana;
	color: #fff;
	font-weight: bold;
}

#erovation_register .title {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding-left:180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2px;
}

#erovation_register .subtitle {
	font-size: 12px;
	color: #b1b4bb;
	padding-left:180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 4px;
}

#erovation_register .buttons {
	width: 300px;
	height: 32px;
	margin-left: 180px;
	background: #edd027;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZjRlMzM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2YmQxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffffff 2%, #f4e337 2%, #e6bd17 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(2%,#f4e337), color-stop(100%,#e6bd17));
background: -webkit-linear-gradient(top,  #ffffff 2%,#f4e337 2%,#e6bd17 100%);
background: -o-linear-gradient(top,  #ffffff 2%,#f4e337 2%,#e6bd17 100%);
background: -ms-linear-gradient(top,  #ffffff 2%,#f4e337 2%,#e6bd17 100%);
background: linear-gradient(to bottom,  #ffffff 2%,#f4e337 2%,#e6bd17 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6bd17',GradientType=0 );

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	-moz-border-radius: 4px; /*FF1+*/
	-webkit-border-radius: 4px; /*Saf3+,Chrome*/
	border-radius: 4px; /*Opera10.5,IE 9*/
}

#erovation_register .buttons a {
	display: inline-block;
	width: 148px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #3c4454;
	text-shadow: #fff 0px 1px 0px;
}

#erovation_register .buttons a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

#erovation_register .buttons a:first-child {
	border-right: 1px solid #897816;
	-moz-border-top-left-radius: 4px; /*FF1+*/
	-webkit-border-top-left-radius: 4px; /*Saf3+,Chrome*/
	border-top-left-radius: 4px; /*Opera10.5,IE 9*/
	-moz-border-bottom-left-radius: 4px; /*FF1+*/
	-webkit-border-bottom-left-radius: 4px; /*Saf3+,Chrome*/
	border-bottom-left-radius: 4px; /*Opera10.5,IE 9*/
}
#erovation_register .buttons a:last-child {
	border-left: 1px solid #fff;
	-moz-border-top-right-radius: 4px; /*FF1+*/
	-webkit-border-top-right-radius: 4px; /*Saf3+,Chrome*/
	border-top-right-radius: 4px; /*Opera10.5,IE 9*/
	-moz-border-bottom-right-radius: 4px; /*FF1+*/
	-webkit-border-bottom-right-radius: 4px; /*Saf3+,Chrome*/
	border-bottom-right-radius: 4px; /*Opera10.5,IE 9*/
}

.widgetPhotogallerySlider div img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: auto;
	height: 100px;
	border: 4px solid #ddd;
}

ul.widgetPhotogalleryGrid {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content:space-between;
	list-style-type: none;
	margin:0;
	padding: 0;
}

ul.widgetPhotogalleryGrid li {
	width: 24%;
	list-style-type: none;
	margin:0 0 12px 0;
	padding: 0;
}

ul.widgetPhotogalleryGrid li img {
	display: block;
	width: 90%;
	height: auto;
	border: 4px solid #ddd;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	margin-right: 4%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: width 0.2s, margin 0.2s, margin-bottom 0.2s, margin-top 0.2s,-webkit-transform 0.2s;  /* For Safari 3.1 to 6.0 */
	transition: width 0.2s, margin 0.2s, margin-bottom 0.2s, margin-top 0.2s, transform 0.2s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function: ease-out;
}

ul.widgetPhotogalleryGrid li a:hover img {
	width: 100%;
	margin: 0;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}

ul.boxes {
	display: block;
	background-color: #ccc;
}

ul.boxes li {
	display: block;
	float:left;
	margin:0 12px 12px 0;
}

ul.boxes li img {
	display: block;
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
}

ul.boxes li a {
	display: block;
	text-align: center;
	width: 180px;
	height: 100px;
	padding:7px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background-color:#f2f2f2;
	
	-moz-border-radius: 6px; /*FF1+*/
	-webkit-border-radius: 6px; /*Saf3+,Chrome*/
	border-radius: 6px; /*Opera10.5,IE 9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f2f2f2,  #cfcfcf); /* for firefox 3.6+ */
	text-shadow: #fefefe 0px 1px 0px;
	-moz-box-shadow: 0px 1px 3px #888; /*FF3.5+*/
	-webkit-box-shadow: 0px 1px 3px #888; /*Saf3.0+,Chrome*/
	box-shadow: 0px 1px 3px #888; /*Opera10.5,IE9*/
	font-size:12px;
	color:#555;
	font-family:Verdana;
	font-weight: bold;
}

ul.boxes li a:hover {
	color:#333;
	background-color:#dfdfdf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#bebebe'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#bebebe)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e4e4e4,  #bebebe); /* for firefox 3.6+ */
	text-shadow: #eee 0px 1px 0px;
	text-decoration: none;
}

#topmenu {
	white-space:nowrap;
	overflow:hidden;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

#topmenu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu ul li a {
	display: block;
	font-weight: bold;	
}

#topmenu a {
	background-image: url('/static/images/sites/global/topmenu_button_bg.png');
}

#topmenu ul li:first-child a {
	margin-left:0;
}

#topmenu ul li:last-child a {
	margin-right:0;
}

ul.flex-items {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content:space-between;
    margin: 0;
    padding:0;
    width: 100%;
    font-size: 0;
    margin-top: 18px;
    margin-bottom: 18px;
	/*IE 10 flexbox*/
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
}

ul.flex-items li {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 12px;
    width: 31%;
    margin: 0 0 4% 0;
    padding:5px;
    list-style: none;
    color: #888;
    background-color: #ddd;
    -moz-border-radius: 6px; /*FF1+*/
    -webkit-border-radius: 6px; /*Saf3+,Chrome*/
    border-radius: 6px; /*Opera10.5,IE 9*/
}

ul.flex-items li div.discount {
    z-index: 12;
    display: block;
    text-align: center;
    line-height: 24px;
    background-color: #fef791;
    color: #797242;
    font-size: 11px;
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -moz-box-shadow: 0px 0px 5px #aaa; /*FF3.5+*/
    -webkit-box-shadow: 0px 0px 5px #aaa; /*Saf3.0+,Chrome*/
    box-shadow: 0px 0px 5px #aaa; /*Opera10.5,IE9*/
    pointer-events: none;
    width: 55px;
    height: 37px;
    margin:0;
    position: absolute;
    right:0;
    top:28px;
}

ul.flex-items li div.discount div.discount__amount {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

ul.flex-items li div.discount div.discount__text {
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.flex-items.tiny li {
	width: 23%;
	margin: 0 0 3% 0;
}

ul.flex-items li a .title {
	width: 100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	padding: 4px;
}

ul.flex-items.tiny a .title {
	font-size: 12px;
}

ul.flex-items li a .image {
	width: 100%;
	height: 140px;
	min-height: 140px;
	overflow: hidden;
    position: relative;
}

ul.flex-items.widescreen li a .image {
	height: auto;
	min-height: 100px;
}

ul.flex-items.auto li a .image {
	height: auto;
	min-height: 0;
}

ul.flex-items.auto.tiny li a .image {
	height: auto;
	min-height: 0;
}

ul.flex-items li a .image img {
	width: 100%;
	height: auto;
}

ul.flex-items li a .image .info {
    display: none;
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height: 105px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

ul.flex-items li a .image .info dl {
    margin:6px 12px;
}

ul.flex-items li a .image .info dl dt {
    border-color:#fff;
    font-size: 11px;
}

ul.flex-items li a .image .info dl dd {
    margin-bottom: 5px;
}

ul.flex-items li .buttons {
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content:space-between;
    
    /*IE 10 flexbox*/
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -ms-flex-pack: justify;

    margin: 0 -3px;
    margin-top: 5px;
}

ul.flex-items li .button {
	margin-top: 5px;	
}

ul.flex-items li .button a,
ul.flex-items li .buttons a {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #666;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	-moz-border-radius: 4px; /*FF1+*/
	-webkit-border-radius: 4px; /*Saf3+,Chrome*/
	border-radius: 4px; /*Opera10.5,IE 9*/
	padding: 3px 0;
	height: 34px;
    margin: 0 3px;
}

ul.flex-items li .buttons a {
    display:flex;justify-content:center;align-items:center;
    padding: 5px;
    height: 36px;
}

ul.flex-items li .button a {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 100%;
	padding: 3px 5px;
	line-height: 32px;
}

ul.flex-items li .button a:hover,
ul.flex-items li .buttons a:hover {
	opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}

div.tabs-extra {
	display:block;
	border-bottom:1px solid #ccc;
	font-size: 0;
	margin:0;
	padding:0 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content:flex-start;
    /*IE 10 flexbox*/
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-wrap: none;
    -ms-flex-pack: start;
}

div.tabs-extra a {
	display: block;
	margin:0 2px;
	padding:0 4px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-color: transparent;
	background-color: #ccc;
	-moz-border-top-left-radius: 4px; /*FF1+*/
	-webkit-border-top-left-radius: 4px; /*Saf3+,Chrome*/
	border-top-left-radius: 4px; /*Opera10.5,IE 9*/
	-moz-border-top-right-radius: 4px; /*FF1+*/
	-webkit-border-top-right-radius: 4px; /*Saf3+,Chrome*/
	border-top-right-radius: 4px; /*Opera10.5,IE 9*/
	font-size: 12px;
	height:30px;
	line-height:30px;
	font-weight: bold;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

div.tabs-extra a.selected {
	position: relative;
	bottom: -1px;
	background-color: #fff;
	color: #000;
	border-color: #ccc;
	font-weight: normal;
}

.columns {
  	width: 100%;
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 16px;
}

.columns:after {
	content: " ";
  	display: table;
}

.columns .column-half,
.columns .column-third {
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.columns .column-half {
	width: 50%;
}

.columns .column-half:first-child {
	padding-right: 10px;
}

.columns .column-half:last-child {
	padding-left: 10px;
}

.columns .column-third {
	width: 33.33%;
	padding-right: 10px;
	padding-left: 10px;
}

.columns .column-third:first-child {
	padding-left: 0px;
}

.columns .column-third:last-child {
	padding-right: 0px;
}

.previewSlider {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px;
	background-color: #ddd;
}

.previewSlider div.item {
	margin-right: 9px;
	height: 104px;
	overflow: hidden;
}

.previewSlider div.item img {
	width: 100%;
	height: auto;
}

table.details {
	width: 100%;
}

table.details tr td,
table.details tr th {
	font-size: 12px;
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
	margin: 1px;
}

table.details tr th {
	font-weight: bold;
	background-color: #ddd;
	border: 1px solid #fff;
}

.well {
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ddd;
	padding: 9px;
}

.well img {
	width: 100%;
	height: auto;
}

.well .caption {
	display: block;
	font-size: 12px;
	margin-top: 4px;
	text-align: center;
}

#camworld_chat iframe {
	width: 100%;
}

dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

dl dt {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 4px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

dl dd {
	margin-bottom: 20px;
}



.xcolumns {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px 0px;
    margin: 0;
}

.xcolumns .xcolumn {
    display: table-cell;
    vertical-align: top;
}

.xcolumns .xcolumn.text-right {
	text-align: right;
}

.xcolumns .xcolumn.text-center {
	text-align: center;
}

ul.plans {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content:space-between;
}

ul.plans li,
div.plan {
    display: block;
    width: 29%;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding: 0;
    padding-bottom: 130px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-border-radius: 6px; /*FF1+*/
    -webkit-border-radius: 6px; /*Saf3+,Chrome*/
    border-radius: 6px; /*Opera10.5,IE 9*/
}

ul.plans li .plan-footer,
div.plan .plan-footer {
    display: block;
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
    -moz-border-bottom-left-radius: 6px; /*FF1+*/
    -webkit-border-bottom-left-radius: 6px; /*Saf3+,Chrome*/
    border-bottom-left-radius: 6px; /*Opera10.5,IE 9*/
    -moz-border-bottom-right-radius: 6px; /*FF1+*/
    -webkit-border-bottom-right-radius: 6px; /*Saf3+,Chrome*/
    border-bottom-right-radius: 6px; /*Opera10.5,IE 9*/
}

ul.plans li .plan-title,
div.plan .plan-title {
    text-align: center;
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.15);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

ul.plans li .plan-feature,
div.plan .plan-feature {
    text-align: center;
    font-size: 12px;
    padding: 3px 5px;
}

ul.plans li .plan-price,
div.plan .plan-price {
    text-align: center;
    font-size: 14px;
    padding: 5px;
    padding-bottom: 0;
}

ul.plans li .plan-interval,
div.plan .plan-interval {
    text-align: center;
    font-size: 12px;
    padding: 5px;
    padding-top:0;
}

ul.plans li .plan-renewal,
div.plan .plan-renewal {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    padding: 5px;
    padding-top:0;
    color: #999;
    height: 28px;
}

ul.plans li .plan-button,
div.plan .plan-button {
    width: 100%;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.plans li .plan-button button,
div.plan .plan-button button {
    width: 100%;
}

.searchbar {
    display: table;
    width: 100%;
    border-spacing: 10px 10px;
}

.searchbar input[type=text] {
    display: table-cell;
    width: 77%;
}

.searchbar button,
.searchbar input[type=submit]
.searchbar input[type=button] {
    display: table-cell;
    width: 18%;
    margin-left: 10px;
}

.status_image_relative {
    display: block;
    z-index: 1;
    position: absolute;
    font-size: 0px;
}

.video_container {
    position: relative;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
}

.video_container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.video_container--black {
    background-color: #000;
}

.video_container .video_content {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
}

.video_container .video_content > * {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top:0;
    bottom:0;
    left:0;
    right: 0;
}

.video_container .overlay {
    display: none;
    z-index: 10000;
    padding: 16px;
    position: absolute;
    top:100px;
    left:50px;
    right:50px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.8);
}
.ppp-loginBtn {
  box-sizing: border-box;
  position: relative;
  float: left;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  transition: none;
}
.ppp-loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.ppp-loginBtn:focus {
  outline: none;
}
.ppp-loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
.ppp-loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.ppp-loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('/static/images/icons/icon_facebook.png') 6px 6px no-repeat;
}
.ppp-loginBtn--facebook:hover,
.ppp-loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
.ppp-loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.ppp-loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('/static/images/icons/icon_google.png') 6px 6px no-repeat;
}
.ppp-loginBtn--google:hover,
.ppp-loginBtn--google:focus {
  background: #E74B37;
}
.ppp-loginBtn--amazon {
    background-color: #ffe8aa;
    background: -webkit-linear-gradient(top, #ffe8aa 0%, #f5c646 100%);
    background: linear-gradient(to bottom, #ffe8aa 0%, #f5c646 100%);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.ppp-loginBtn--amazon:before {
    border-right: 0;
    background: url('/static/images/icons/icon_amazon.png') 6px 7px no-repeat;
}
.ppp-loginBtn--amazon:hover,
.ppp-loginBtn--amazon:focus {
    background-color: #ffefb1;
    background: -webkit-linear-gradient(top, #ffefb1 0%, #fbcc4c 100%);
    background: linear-gradient(to bottom, #ffefb1 0%, #fbcc4c 100%);
}
.ppp-loginBtn--paypal {
    background-color: #009df9;
    background-image: linear-gradient(#009df9,#0079c1);
    /* font-family: "Helvetica neue",Helvetica Neue,Helvetica,Arial,sans-serif; */
    text-shadow: 0 -1px 0 #354C8C;
}
.ppp-loginBtn--paypal:before {
    border-right: 0;
    background: url('/static/images/icons/icon_paypal.png') 6px 6px no-repeat;
}
.ppp-loginBtn--paypal:hover,
.ppp-loginBtn--paypal:focus {
    background-color: #1089d1;
    background: -webkit-linear-gradient(top, #10adff 0%, #1089d1 100%);
    background: linear-gradient(to bottom, #10adff 0%, #1089d1 100%);
}
.ppp-loginBtn--notext {
    height: 36px;
    padding-right: 1px;
    padding-left: 35px;
    width: 35px;
}
.ppp-loginBtn--notext:before {
    border-right: 0;
}
.socialmediabtn {
    border: 0;
    overflow: hidden;
    width: 50px;
    height: 41px;
    margin-top: -7px;
    margin-bottom: -7px;
    float: left;
    margin-right: -13px;
}
.socialmediabtn--signup {
    width: 152px;
    margin-top: 6px;
}
span.socialmedia__signupvia {
    margin-right: 5px;
    margin-top: 18px;
    font-weight: bold;
    float: left;
}
.socialmedia_buttons--dialog span.socialmedia__signupvia {
    float: none;
}
.socialmedia_buttons--dialog .socialmediabtn {
    float: none;
}

.scroll {
    display:block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height:540px;
    margin-bottom:12px;
    overflow:auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    padding:0 20px 0 0;
}


.medialist {
    display: flex;
    flex-wrap:wrap;
}

.medialist .medialist__item {
    display: flex;
    flex-direction: column;
    width: 33.333333333333%;
    
    background-clip: padding-box;
    border: solid 10px transparent;
    box-sizing: border-box;
}

.medialist--quarter .medialist__item {
    border: solid 7px transparent;
}

.medialist.medialist--half .medialist__item {
    width: 50%;
}

.medialist.medialist--third .medialist__item {
    /*default*/
}

.medialist.medialist--quarter .medialist__item {
    width: 25%;
}

.medialist .medialist__item .medialist__item-image {
    order: 0;
    position: relative;
}

.medialist .medialist__item .medialist__item-image .medialist__item-imageinfo {
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    padding:0 10px;
}

.medialist .medialist__item .medialist__item-image .medialist__item-imageinfo dt {
    border-color: rgba(255, 255, 255, 0.3);
}

.medialist .medialist__item .medialist__item-image:hover .medialist__item-play {
    display: block!important;
}

.medialist .medialist__item .medialist__item-image .medialist__item-play {
    display: none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image: url('/static/images/sites/global/play.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
    cursor: pointer;
    pointer-events: none;
    opacity: 0.7;
}

.medialist .medialist__item .medialist__item-title {
    order: 1;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.medialist .medialist__item .medialist__item-title a {
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.medialist--third .medialist__item .medialist__item-title {
    padding: 4px 0;
    font-size: 14px;
}

.medialist--quarter .medialist__item .medialist__item-title {
    padding: 2px 0;
    font-size: 13px;
}

.medialist .medialist__item .medialist__item-description {
    order: 1;
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0.5;
    font-size: 13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.medialist--third .medialist__item .medialist__item-description {
    padding: 4px 0;
    font-size: 12px;
}

.medialist--quarter .medialist__item .medialist__item-description {
    padding: 2px 0;
    font-size: 11px;
}

.medialist .medialist__item .medialist__item-details {
    order: 1;
    padding: 5px 0;
    display: flex;
    align-items:baseline;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 1.5;
}

.medialist .medialist__item .medialist__item-details .medialist__item-detail {
    width: 100%;
}

.medialist .medialist__item .medialist__item-details .medialist__item-detail a {
    font-weight: bold;
}

.medialist .medialist__item .medialist__item-details .medialist__item-detail span {
    display: inline-block;
}

.medialist .medialist__item .medialist__item-details .medialist__item-detail span.s {
    font-size: 11px;
    margin-left: 3px;
}

.medialist .medialist__item .medialist__item-details .medialist__item-detail span.l {
    font-size: 16px;
    font-weight: bold;
}

.medialist--quarter .medialist__item .medialist__item-details .medialist__item-detail span.l {
    font-size: 14px;
}

.medialist .medialist__status {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding:0 5px;
}

.medialist .medialist__status--online {
    background-color: #5bb336!important;
    color: #fff!important;
}

.medialist .medialist__item .medialist__item-image img {
    display: block;
    width: 100%;
}

.medialist .medialist__item .medialist__item-discount {
    position: absolute;
    top:4px;
    right:4px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    line-height: 14px;
    padding: 6px;
    pointer-events: none;
}

.medialist .medialist__item .medialist__item-discount div:first-child {
    font-weight: bold;
    font-size: 19px;            
}

.medialist .medialist__item .medialist__item-discount div:last-child {
    font-weight: bold;
    font-size: 11px;
}

.medialist--half .medialist__item .medialist__item-discount {
    line-height: 19px;
}

.medialist--half .medialist__item .medialist__item-discount div:first-child {
    font-size: 24px;
}

.medialist--half .medialist__item .medialist__item-discount div:last-child {
    font-size: 13px;   
}

.medialist--quarter .medialist__item .medialist__item-discount {
    line-height: 12px;
    padding: 4px;
}

.medialist--quarter .medialist__item .medialist__item-discount div:first-child {
    font-size: 16px;
}

.medialist--quarter .medialist__item .medialist__item-discount div:last-child {
    font-size: 10px;
    font-weight: normal;
}

.medialist--classic .medialist__item .medialist__item-title {
    order:0;
    padding: 5px 2px 0px 2px;
}

.medialist--classic .medialist__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    padding: 0 4px 4px 4px;
    
}

.medialist--classic .medialist__item .medialist__item-image {
    margin-top: 5px;
}

.medialist--classic .medialist__item:hover {
    cursor: pointer;
}

.medialist--classic .medialist__item .medialist__item-description {
    display: none;
}

.medialist--classic .medialist__item .medialist__item-details {
    opacity: 1;
    padding-top: 4px;
    padding-bottom: 2px;
}

.medialist--classic .medialist__item .medialist__item-details .medialist__item-detail {
    text-align: center;
    margin:0 2px;
    padding: 5px 0 4px 0;
    line-height: 14px;
    -moz-border-radius: 4px; /*FF1+*/
    -webkit-border-radius: 4px; /*Saf3+,Chrome*/
    border-radius: 4px; /*Opera10.5,IE 9*/
}

.medialist--classic .medialist__item .medialist__item-details a.medialist__item-detail {
    display: block;
}

.medialist--classic .medialist__item .medialist__item-details .medialist__item-detail:hover {
    opacity: 0.5
}

.medialist--classic .medialist__item .medialist__item-details .medialist__item-detail span {
    display: block!important;
    margin:0!important;
    font-size: 12px!important;
    font-weight: bold;
}

.medialist--classic.medialist--quarter .medialist__item .medialist__item-details .medialist__item-detail span {
    font-size: 11px!important;
}

.medialist--classic .medialist__item .medialist__item-discount {
    background-color: #fef791;
    color: #797242;
    -moz-box-shadow: 0px 0px 5px #aaa; /*FF3.5+*/
    -webkit-box-shadow: 0px 0px 5px #aaa; /*Saf3.0+,Chrome*/
    box-shadow: 0px 0px 5px #aaa; /*Opera10.5,IE9*/
    padding-bottom: 3px;
}

.medialist--classic .medialist--hidden-classic {
    display: none!important;
}

.medialist .medialist--visible-classic {
    display: none!important;
}

.medialist--classic .medialist--visible-classic {
    display: block!important;
}

