//@import url(http://fonts.googleapis.com/css?family=Roboto:400,100&subset=latin,cyrillic-ext,latin-ext);
//@import url(http://fonts.googleapis.com/css?family=Amatic+SC);
//@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Roboto+Condensed:300|Roboto|Roboto+Slab:700&subset=latin,cyrillic-ext,latin-ext,cyrillic);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin : 0;
    padding : 0;
    border : 0;
    outline : 0;
    font-size : 100%;
    vertical-align : baseline;
    background : transparent;
}

pre {
	text-align:left;
}
/* simple reset */
html, body, ul, ol, li, form, fieldset, legend
{
  margin: 0;
  padding: 0;
}

html {
	margin-bottom: 1px;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
legend { color: #000; }
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table
{
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td
{
  font-weight: normal;
}
abbr, acronym
{
  border-bottom: .1em dotted;
  cursor: help;
}
input[type="text"], input[type="password"], textarea { outline: none; }
/* end reset */

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

}

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

}

* {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	/*
	font-family:Arial, Helvetica, sans-serif;
 */
}
body {
    background-color: #f3f3f3;
    margin:0;
    padding:0;
	font-size:12px;
}
.leftBlock {
	display:block;
	float:left;
}
.rightBlock {
	display:block;
	float:right;
}
.hideInput {
	display:none;
}

::-webkit-input-placeholder , ::-webkit-textarea-placeholder { 

	text-shadow: 0px 1px 0px #fff;
}

input:-moz-placeholder , textarea:-moz-placeholder { 
	color:#CCC;
	font-style:italic;
	text-shadow: 0px 1px 0px #fff;
}

.infoerrornote , .infonote, .infooknote {
	margin: 0px 0px 5px 0;
	line-height: normal;
	padding: 10px 10px 10px 40px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 #fff inset, 0 -1px 2px #fff inset;
	position:relative;
}

.infooknote {
	border: #9ed19e 1px solid;
	background:#c3fac3;
	
	background-image: linear-gradient(bottom, #a4d3a4 30%, #c3fac3 100%);
	background-image: -o-linear-gradient(bottom, #a4d3a4 30%, #c3fac3 100%);
	background-image: -moz-linear-gradient(bottom, #a4d3a4 30%, #c3fac3 100%);
	background-image: -webkit-linear-gradient(bottom, #a4d3a4 30%, #c3fac3 100%);
	background-image: -ms-linear-gradient(bottom, #a4d3a4 30%, #c3fac3 100%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #a4d3a4),
	color-stop(1, #c3fac3)
	);
	text-shadow: 0px 1px 0px #666;
	color:#fff;
}

.infonote {
	border: #d1d09e 1px solid;
	background:#faf9c3;
	
	background-image: linear-gradient(bottom, #dedd9e 30%, #faf9c3 100%);
	background-image: -o-linear-gradient(bottom, #dedd9e 30%, #faf9c3 100%);
	background-image: -moz-linear-gradient(bottom, #dedd9e 30%, #faf9c3 100%);
	background-image: -webkit-linear-gradient(bottom, #dedd9e 30%, #faf9c3 100%);
	background-image: -ms-linear-gradient(bottom, #dedd9e 30%, #faf9c3 100%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #dedd9e),
	color-stop(1, #faf9c3)
	);
	
	text-shadow: 0px 1px 0px #fff;
	color:#666;
}
.infoerrornote  {
	border: #870b0b 1px solid;
	background:#fac3c3;
	
	background-image: linear-gradient(bottom, #e29999 30%, #fac3c3 100%);
	background-image: -o-linear-gradient(bottom, #e29999 30%, #fac3c3 100%);
	background-image: -moz-linear-gradient(bottom, #e29999 30%, #fac3c3 100%);
	background-image: -webkit-linear-gradient(bottom, #e29999 30%, #fac3c3 100%);
	background-image: -ms-linear-gradient(bottom, #e29999 30%, #fac3c3 100%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #e29999),
	color-stop(1, #fac3c3)
	);
	
	text-shadow: 0px 1px 0px #870b0b;
	color:#fff;
}

.infooknote em, .infoerrornote em, .infonote em {
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	top:10px;
	left:12px;
}

.infooknote em {
	background: transparent url("../images/ok.png") 0px 0px;
}

.infonote em {
	background: transparent url("../images/warning.png") 0px 0px;
}

.infoerrornote em {
	background: transparent url("../images/error.png") 0px 0px;
}

.parallax-viewport {
    position: relative;
    overflow: hidden;
}
.parallax-layer {
    position: absolute;
}
#port {
	background: rgb(47, 49, 52);
	margin: 0px;
	overflow: hidden;
	position: relative;
	height: 270px;
	color: #fff;
	z-index: 1;
	text-align: left;
}

.triangl {
	padding: 15px 0 0 0;
	margin: 0 0 0 -128px;
	width: 256px;
	height: 200px;
	background-image:url('../images/traingl.png');
	background-repeat:no-repeat;
	background-position:top center; 
	z-index: 2;
	top: 20px;
	left:50%;
	position: absolute;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	text-align: center;
	font-family: 'Amatic SC','Roboto';
	font-size: 48px;
	line-height: 44px;
}

#logo {
	cursor:pointer;
	display:inline-block;
	width:68px;
	height:68px;
	-moz-border-radius: 34px;
	-khtml-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	background-image:url("../images/logo_mrtvichill.png");
	background-repeat:no-repeat;
	background-position:top center;
	
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
	-webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
}
#logo:hover {
	box-shadow:0 0 6px rgba(0,0,0,0.5);
	
	-webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
	-moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
	-o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
}

.wrap {
	width: 1145px;
	margin: 0 auto;	
	text-align: left;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.wrap {
		width: 980px !important;
	}
	
	#content {
		width: 690px !important;
	}
	.theme_title_wrap  {
		width:490px !important;
	}
	
	.paging_wrap  {
		width:480px !important;
	}
	
	.right_paging_wrap {
		width:420px !important;
	}
	
	.theme_title_wrap  {
		width:480px !important;
	}
	.double_theme_title_wrap {
		width:400px !important;
	}

	.comment_text{
		width:620px !important;
	}
	
	.comment_text img {
		max-width:620px!important;
	}
	
	#pm_list {
		width:180px!important;
	}
	#pm_content {
		width:500px!important;
		overflow:hidden!important;
	}
	.pm_text {
		width:430px !important;
	}
	
	.pm_text img {
		max-width:430px !important;	
	}
	
	.maindescription {
		width:240px !important;
	}
	
	.description_text {
		width:230px !important;
	}
}

#header {
	height: 30px;
	background-color: #216581;
	position: relative;
}

.fixedHeader{  /* To fix main menu container */
    z-index: 9;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
}

#header .leftMenu {
	float: left;
}
#header .leftMenu li {
	display: inline-block;
	line-height: 30px;
	margin: 0 15px 0 0;
}

#header .rightMenu {
	float: right;
}

#header .rightMenu li {
	display: inline-block;
	line-height: 29px;
	margin: 0 0 0 15px;
	position:relative;
}

#header .leftMenu li a, #header .rightMenu li a {
	text-decoration: none;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	text-shadow:0px 1px 0px #000;
	font-weight: normal;
}

#header .leftMenu li.selected, #header .rightMenu li.selected {
	border-top:solid 1px rgba(255,255,255,0.3);
	top:-1px;
}

#header .leftMenu li.selected a, #header .rightMenu li.selected a {
	text-shadow:none;
}

#header em.privateMessages {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/mail.png") no-repeat center center;
	top:3px;
	display:inline-block;
}

#header em.tukins {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/tukins.png") no-repeat center center;
	top:2px;
	display:inline-block;
	margin:0 0 0 0;
} 
/* menu */

.menuList{
	margin:5px 0 3px 0;
	padding:0;
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	
	position:relative;
	border:#a1a1a1 solid 1px;
	/*start gradient*/
	background: #dddede; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZWRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ffffff 16%, #dddede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#ffffff), color-stop(100%,#dddede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 16%,#dddede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 16%,#dddede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 16%,#dddede 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 16%,#dddede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddede',GradientType=0 ); /* IE6-8 */
	/*end gradient*/
}

.menuListMoved {
	margin:5px 5px 3px 5px;
}

.menuList li {
	display:block;
	float:left;
	line-height:18px;
	font-size:10px;
	padding:0 10px 0 10px;
	color:#969994;
	cursor:pointer;
	margin:0;
	text-shadow:0px 1px 0px #fff;
}


.menuList li input {
	display:none;
}

.menuList li:hover {
	color:#000;
}


.menuList li.selected {
	box-shadow:inset 0 0 3px #5a6e7e;
	color:#234551;
	background:#eaeaea;
	text-shadow:0px 1px 0px #fff;
}

.menuList li a {
	text-decoration:none;
	color:#868686;
}

.menuList li.selected a {
	color:#000;
}

.menuList em.male {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/male.png") no-repeat center center;
	top:4px;
	display:inline-block;
	margin:0 0 0 0;
}
.menuList em.female {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/female.png") no-repeat center center;
	top:4px;
	display:inline-block;
	margin:0 0 0 0;
}

#checkout {
	background:rgba(255,255,255,0.4);
	display:block;
	float:right;
	width:270px;
	padding:0 5px 10px 5px;
	margin:5px 0 0 5px;
}

#checkout h2, #leftrow h2, #rightrow h2{
	font-family: 'mrtviChillFont','Roboto', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 5px 0 0 0;
	font-size:24px;
	line-height:24px;
	color:#234551;
	font-weight:normal;
}

#checkout a {
	text-decoration:none;
	color:#234551;

}

/* end common*/

#menu_indicator {
	position:fixed;
	width:10px;
	top:0px;
	bottom:0px;
	left:0px;
	z-index:1;
}

#strelice {
	position:fixed;
	width:37px;
	height:51px;
	background: transparent url("../images/klik.png") 0px 0px;
	top:73px;
	left:25px;
        z-index: 2;
}

#menu {
	display:block;
	position:fixed;
	width:380px;
	top:0;
	bottom:0;
	left:-380px;
	z-index:1;
	
	padding:0 0 0 0;
	color:#fff;
	background:#646464;
}
.menuwrapper {
	margin:0 0 0 20px;
	position:relative;
	left:-80px;
}
.sitename {
	color:#e7e7e7;
	font-size:40px;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	padding: 20px 0 0 90px;
	letter-spacing:4px;
	opacity:0;
}
.mainMenu {
	display:block;
	float:left;
	width:340px;
	overflow:hidden;
	z-index:1;
	padding:0 0 1px 0;
	/*border:#000 solid 1px;*/
}
.prevwindow {
	padding:10px 0 0 0;
	width:1px;
	z-index:1;
	position:absolute;
	right:0;
	overflow:hidden;
	/*border:#000 solid 1px;*/
}
.prevwindowinside {
	width:260px;
}

.mainMenu ul {
	width:340px;
	padding:0;
	margin:0;
}
.mainMenu ul li {
	line-height:42px;
	border-bottom:#7a7878 solid 1px;
	position:relative;
}

.mainMenu ul li a {
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#dddede;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	line-height:42px;
	text-decoration:none;
}

.mainMenu ul li.selected a {
	color:#1ea0ca;
}

.mainMenu ul li a.sublink {
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
	float:right;
	display:block;
	position:relative;
	padding:0 0 0 10px;
	color:#dddede;
}

.mainMenu ul li a.moved {
	right:-20px;
}

.mainMenu ul li a.sublink em.locked {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/stock_lock.png") no-repeat center center;
}

.mainMenu ul li a.sublink em.add {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/plus_small_white.png") no-repeat center center;
}

.mainMenu ul li a.sublink em.opendata {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/open_ajax.png") no-repeat center center;
}

.mainMenu ul li.selected {
	color:#1ea0ca;
}

.mainMenu ul li:after {
    content:'';
    left:0;
    position:absolute;
    bottom:-2px;
    width:100%;
	border-bottom:#565656 solid 1px;
}

.mainLoginInput {
	padding:0 5px 0 5px;
	width:330px;
	height:38px;
	line-height:38px;
	border:#234551 solid 1px;
	-moz-box-shadow:    1px 1px 0px #234551;
	-webkit-box-shadow: 1px 1px 0px #234551;
	box-shadow:         1px 1px 0px #234551;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	background:#dddede;
	text-shadow: 1px 1px 0px #fff;
	margin:0 0 10px 0;
}

.mainLoginInputShort {
	padding:0 5px 0 5px;
	width:150px;
	height:38px;
	line-height:38px;
	border:#234551 solid 1px;
	-moz-box-shadow:    1px 1px 0px #234551;
	-webkit-box-shadow: 1px 1px 0px #234551;
	box-shadow:         1px 1px 0px #234551;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	background:#dddede;
	text-shadow: 1px 1px 0px #fff;
	margin:0 0 10px 0;
}

.mainLoginTextarea {
	padding:0 5px 0 5px;
	width:400px;
	height:300px;
	line-height:20px;
	border:#234551 solid 1px;
	-moz-box-shadow:    1px 1px 0px #234551;
	-webkit-box-shadow: 1px 1px 0px #234551;
	box-shadow:         1px 1px 0px #234551;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	background:#dddede;
	text-shadow: 1px 1px 0px #fff;
	margin:0 0 10px 0;
	resize:none;
}

.notFilled {
	border:#cd0a0a solid 1px !important;
}

.backmenu {
	text-decoration:none;
	font-size:14px;
	color:#969994;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
}
.backmenu em {
	position:relative;
	display:inline-block;
	width:20px;
	height:12px;
	top:4px;
	background: transparent url("../images/back_menu.png") no-repeat center center;
}

.userDetails {
	margin: 10px 0 0 0;
}
.userDetails .userAvatar {
	display:inline-block;
	width:60px;
	vertical-align: top;
}
.userDetails .userAvatar img {
	max-height:50px;
	max-width: 50px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.userDetails .userInfo {
	display:inline-block;
	width:200px;
	vertical-align: top;
	line-height:16px;
}

.userDetails .userInfo a {
	color:#DDDEDE;
	text-decoration:none;
}

.userDetails .userInfo span, .userDetails .userInfo span a {
	color:#969994;
	text-decoration:none;
}

em.privateMessages {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/mail.png") no-repeat center center;
	top:3px;
	display:inline-block;
}

em.ignoreUser {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/ignore_user.png") no-repeat center center;
	top:3px;
	display:inline-block;
}

em.tukins {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/tukins.png") no-repeat center center;
	top:2px;
	display:inline-block;
	margin:0 0 0 5px;
}

em.logout {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/logout.png") no-repeat center center;
	top:2px;
	display:inline-block;
	margin:0 0 0 5px;
}

#login {
	position: absolute;
	background: #64696b;
	z-index: 4;
	top:0;
	left: 0;
	right: 0;
	padding: 20px 0 0 0;
	height: 250px;
	text-align: center;
	margin: -270px 0 0 0;
	display: none;
}
.login_wrap {
	position: relative;
	width: 343px;
	margin: 0 auto;
	text-align: left;
}
.login_wrap form {
	margin: 0 0 10px 0;
}
.mainLoginInput::-webkit-input-placeholder, .mainLoginInputShort::-webkit-input-placeholder, .mainLoginTextarea::-webkit-input-placeholder { 
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:38px;
}

.mainLoginInput:-moz-placeholder, .mainLoginShort:-moz-placeholder, .mainLoginTextarea:-moz-placeholder { 
	font-family: 'mrtviChillFont', 'Roboto',  Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:38px;
}

.mainLoginInput::-moz-placeholder, .mainLoginInputShort::-moz-placeholder, .mainLoginTextarea::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:18px; 
	line-height:38px; 
}

.mainLoginInput:-ms-input-placeholder, .mainLoginInputShort:-ms-input-placeholder, .mainLoginTextarea:-ms-input-placeholder {  
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:38px;   
}
.hiddenInput {
	display:none;
}

.submitForm , .submitCancel{
	cursor:pointer;
	position:relative;
	padding:5px 20px 5px 20px;
	
	border: 1px solid #878787;
	box-shadow: 0 1px 0 0 #DCDCDC inset, 0 -1px 1px #ACACAC inset;
	color: #fff;
	text-shadow: 0px 1px 0px #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:25px;
	text-align: center;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
	
	background-image: linear-gradient(bottom, #878787 30%, #BABABA 100%);
	background-image: -o-linear-gradient(bottom, #878787 30%, #BABABA 100%);
	background-image: -moz-linear-gradient(bottom, #878787 30%, #BABABA 100%);
	background-image: -webkit-linear-gradient(bottom, #878787 30%, #BABABA 100%);
	background-image: -ms-linear-gradient(bottom, #878787 30%, #BABABA 100%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #878787),
	color-stop(1, #BABABA)
	);
}
.deleteForm {
	cursor:pointer;
	position:relative;
	padding:5px 20px 5px 20px;
	
	border: 1px solid #410000;
	box-shadow: 0 1px 0 0 #e30000 inset, 0 -1px 1px #ACACAC inset;
	color: #fff;
	text-shadow: 0px 1px 0px #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:25px;
	text-align: center;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
	

	
	background-image: linear-gradient(bottom, #410000 30%, #750000 100%);
	background-image: -o-linear-gradient(bottom, #410000 30%, #750000 100%);
	background-image: -moz-linear-gradient(bottom, #410000 30%, #750000 100%);
	background-image: -webkit-linear-gradient(bottom, #410000 30%, #750000 100%);
	background-image: -ms-linear-gradient(bottom, #410000 30%, #750000 100%);
	
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, #410000),
	color-stop(1, #750000)
	);
}

.deleteForm a {
	text-decoration:none;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
}


.submitForm a {
	line-height:25px;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #fff;
	text-decoration:none;
}

.autologin {
	cursor:pointer;
	position:relative;
	padding:0px;
	width:260px;
	display:inline-block;
	opacity:0.5;
	

	color: #fff;
	text-shadow: 0px 1px 0px #333;
	line-height:25px;
	text-align: right;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
}

.autologin em {
	width: 16px;
	height: 16px;
	position:relative;
	display: inline-block;
}

.autologin-on {
	cursor:pointer;
	position:relative;
	padding:0px;
	width:260px;
	display:inline-block;
	opacity:1;
	

	color: #fff;
	text-shadow: 0px 1px 0px #333;
	line-height:25px;
	text-align: right;
	font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
}

.autologin-on em {
	width: 16px;
	height: 16px;
	position:relative;
	display: inline-block;
	background: transparent url("../images/ok.png") 0px 0px;
}

/* video of the week */
#leftrow, #rightrow {
	display:block;
	float:left;
	position:relative;
	width: 50%;
	padding: 10px 2px 10px 2px;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */ 
}

.videoWeek {
    text-align:center;
	position:relative;
	width: 100%;
    font-family: 'mrtviChillFont', 'Roboto', Arial, Helvetica, sans-serif;
    font-size:40px;
    color: #dfdfdf;
    text-decoration:none;
    text-shadow: 1px 1px 0px #f5f5f5;
    z-index: 1;
}


.videoWeek object {
    z-index: 2;
	width: 100%;
	height: 300px;
	position:relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */ 
}

.index_event_title  {
	padding: 5px 0 0 0;
	display:inline-block;
	width:400px;
	vertical-align:top;
	height:25px;
	position:relative;
}

.index_event_title span {
	display:inline-block;
	color: #cacaca;
	font-family: 'open_sanscondensed_light',Arial, Helvetica, sans-serif;
	width:70px;
	text-shadow: 1px 1px 0px #fff;
	position:relative;
}


#videoList {
    width: 100%;
    height: 90px;
	overflow:hidden;
	position: relative
}

#videoList ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 90px;
}

#videoList ul li {
	display: inline-block;
    width: 80px;
    height: 80px;
	position:relative;
	line-height:80px;
	text-align:center;
	position:relative;
	margin: 0;
	padding: 0;
}

#videoList ul li img {
	display:inline-block;
	line-height:80px;
	position:relative;
	max-width: 75px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align:central;
}

/* content */
#content {
	width: 850px;
	margin:5px 0 25px 0px;
	float:left;
	display:inline-block;
	position: relative;
}

#content h1 {
	margin:0;
	padding:0 0 3px 0;
	line-height:26px;
	font-size:23px;
	color:#969994;
	font-weight:normal;
	text-shadow: 1px 1px 0px #fff;
	font-family: 'open_sanscondensed_light',Arial, Helvetica, sans-serif;
}

h1.mainTitle {
	font-family: 'mrtviChillFont', Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0!important;
	font-size:24px;
	line-height:30px;
	color:#1ea0ca!important;
	font-weight:normal;
}

#content .description {
	background:rgba(255,255,255,0.4);
	padding:5px;
}

.betaZeta {
	text-align:center;
	height:80px;
	line-height:80px;
	position:relative;
	margin-top:40px;
	top:50%;
	font-family: 'mrtviChillFont', Arial, Helvetica, sans-serif;
	font-size:40px;
	color: #dfdfdf;
	text-decoration:none;
	text-shadow: 1px 1px 0px #f5f5f5;
}

.maindescription {
	display:inline-block;
	width:260px;
	height:200px;
}

.maindescription h2 {
	margin:0;
	padding:0;
	line-height: normal;
	font-size:16px;
	color:#234551;
	font-weight:normal;
	text-shadow: 1px 1px 0px #fff;
}

.description_text {
	display:inline-block;
	width:250px;
	vertical-align: top;
	color:#969994;
	font-size:11px;
	position:relative;
	height:200px;
	overflow:auto;
}
.description_text_wide {
	display:inline-block;
	width:480px;
	vertical-align: top;
	color:#969994;
	font-size:11px;
	position:relative;
	height:200px;
	overflow:auto;
}

.description_flyer {
	display:inline-block;
	position:relative;
	width:220px;
	height:200px;
	vertical-align: top;
	overflow:hidden;
	text-align:center;
	margin:0;
	padding:0;
}

.description_flyer_img1 , .description_flyer_img2 {
	display:inline-block;
	width:110px;
	height:200px;
	overflow:hidden;
	padding:0;
	margin:0;
}

.description_flyer_img1 img , .description_flyer_img2 img {
	width:100%;
	height:100%;
}

/* bblink */
.description_text_wide a , .description_text a {
	text-decoration:none;
	color:#333;
}

.music_description_text {
	display:inline-block;
	width:540px;
	vertical-align: top;
	color:#969994;
	font-size:11px;
	height:200px;
	position: relative;
}

.music_description_text h1 {
	margin: 0 0 20px 0!important;
}

.music_description_text a {
	text-decoration:none;
	color:#333;
}

.music_description_text a {
	color:#969994;
	text-decoration:none;
}

.music_description_text a:hover {
	color:#5a5a5a;
}

.music_description_text span {
	padding:0 5px 0 0;
	display:inline-block;
	font-size:10px;
	color:#969994;
	line-height:12px;
}

.music_description_text span a {
	text-decoration:none;
}

.music_description_text span a:hover {
	color:#1ea0ca;
}

/* */

.music_description_text_wide {
	display:inline-block;
	width:100%;
	vertical-align: top;
	color:#969994;
	font-size:11px;
	height:200px;
}

.music_cover_image {
	display:inline-block;
	width:200px;
	vertical-align: top;
	text-align:left;
	color:#969994;
	font-size:11px;
	height:200px;
	position: relative;
}
.music_cover_image img {
	
 	position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    width: 150px;
    margin: -75px 0 0 -75px;
}

.ad_description_details {
	display:inline-block;
	width:200px;
	vertical-align: top;
	color:#969994;
	font-size:11px;
	height:200px;
	position: relative;
}


.scroll-pane {
	position:relative;
	height:200px;
	overflow:auto;
	width:250px;
}

.small_date {
	font-size:10px;
	color:#234551;
}

.small_date em {
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url("../images/calendar_small.png") no-repeat 0px 0px;
	position:relative;
	top:3px;
}
.small_mail {
	cursor:pointer;
}

.small_mail em {
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url("../images/mail_small.png") no-repeat 0px 0px;
	position:relative;
	top:5px;
}

.small_thick em {
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url("../images/tick_small.png") no-repeat 0px 0px;
	position:relative;
	top:5px;
}

.small_invalid em {
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url("../images/bullet_delete.png") no-repeat 0px 0px;
	position:relative;
	top:5px;
}

.small_upload {
	cursor:pointer;
	
}

.small_upload em {
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url("../images/arrow_small_up.png") no-repeat 0px 0px;
	position:relative;
	top:5px;
}

.small_location , .small_location a , .show_start , .show_start a {
	font-size:10px;
	color:#1ea0ca;
	text-decoration:none;
}
.small_location em {
	position:relative;
	top:3px;
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url("../images/pin.png") no-repeat 0px 0px;
}

.show_start em {
	position:relative;
	top:4px;
	display:inline-block;
	width:16px;
	height:16px;
	background: transparent url("../images/clock_small.png") no-repeat 0px 0px;
}

hr.gray , hr.gray_no_p {
	height:0;
	border-top:#b7b7b7 solid 1px;
	border-bottom:#fff solid 1px;
	border-left:none;
	border-right:none;
	clear:both;
	margin:5px 0 5px 0;
}
hr.gray_no_p {
	margin:0 0 0 0;
}

hr.light {
	height:0;
	border-top:#d7d7d7 solid 1px;
	border-bottom:#fff solid 1px;
	border-left:none;
	border-right:none;
	clear:both;
	margin:5px 0 5px 0;
}

hr.black{
	height:0px;
	clear:both;
	background:transparent;
	color:transparent;
	border-right:none;
	border-left:none;
	border-top: #999 solid 1px;
	border-bottom: #000 solid 1px;
}

.love_wrap {
	display:inline-block;
	width:65px;
	vertical-align:top;
	height:27px;
	padding:3px 0 0 0;
}

.image_wrap {
	display:inline-block;
	width:40px;
	vertical-align:top;
	height:30px;
	padding:0 0 0 0;
	position:relative;
	top:-3px;
}

.image_wrap img {
	border:#969994 solid 1px;
	width:34px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.loves {
	color:#234551;
	position:relative;
	display:inline-block;
	margin:0;
	padding:3px 10px 3px 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#dddede;
	box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
	text-shadow: 0px 1px 0px #fff;
	cursor:pointer;
}
.loves em {
	position:relative;
	top:0px;
	display:inline-block;
	width:9px;
	height:9px;
	background: transparent url("../images/heart_small.png") no-repeat 0px 0px;
}

.loves:hover em {
	background: transparent url("../images/heart_broken_small.png") no-repeat 0px 0px;
}

.noloves {
	position:relative;
	display:inline-block;
	margin:0;
	padding:3px 10px 3px 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:rgba(255,255,255,0.4);
	color:rgba(35,69,81,0.4);
	cursor:pointer;
}

.noloves em {
	opacity:0.4;
	position:relative;
	top:0px;
	display:inline-block;
	width:9px;
	height:9px;
	background: transparent url("../images/heart_small.png") no-repeat 0px 0px;
}

.noloves:hover em {
	opacity:1;
}


.button_wrap {
	padding:1px 0 0 0;
	display:inline-block;
	width:130px;
	float:right;
	vertical-align:top;
	height:29px;
	text-align:right;
}
.h1_wrap  {
	padding: 5px 0 0 0;
	display:inline-block;
	width:100px;
	vertical-align:top;
	height:25px;
}

.h1_wrap h1 {
	font-family: 'mrtviChillFont', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0!important;
	font-size:24px;
	line-height:25px;
	color:#1ea0ca!important;
	font-weight:normal;
}

.paging_wrap  {
	padding: 5px 0 0 0;
	display:inline-block;
	width:500px;
	vertical-align:top;
	height:25px;
}
.right_paging_wrap {
	padding: 5px 0 0 0;
	display:inline-block;
	width:460px;
	vertical-align:top;
	height:25px;
	text-align:right;
}

.theme_title_wrap  {
	padding: 5px 0 0 0;
	display:inline-block;
	width:500px;
	vertical-align:top;
	height:25px;
	position:relative;
}
.double_theme_title_wrap {
	padding: 0px 0 0 0;
	display:inline-block;
	width:430px;
	vertical-align:top;
	height:0px;
	position:relative;
}

.theme_title_wrap a , .double_theme_title_wrap a, .index_event_title a {
	color:#969994;
	text-decoration:none;
}

.theme_title_wrap a:hover , .double_theme_title_wrap a:hover {
	color:#5a5a5a;
}

.double_theme_title_wrap span {
	padding:0 5px 0 0;
	display:inline-block;
	font-size:10px;
	color:#969994;
	line-height:12px;
}

.double_theme_title_wrap span a {
	text-decoration:none;
}

.double_theme_title_wrap span a:hover {
	color:#1ea0ca;
}

em.tag {
	position:relative;
	width:12px;
	height:10px;
	background: transparent url("../images/tag_small.png") no-repeat center center;
	top:2px;
	display:inline-block;
}

span.musicTag {
	font-size:11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#c2c2c2 solid 1px;
	
  -webkit-box-shadow: 0px 0px 3px 0px #d5d5d5;
     -moz-box-shadow: 0px 0px 3px 0px #d5d5d5; 
          box-shadow: 0px 0px 3px 0px #d5d5d5;
	text-shadow: 0px 1px 0px #000;
	position:relative;
	margin:0 5px 5px 0;
	padding:0 3px 0 3px;
	display:inline-block;
}
em.delMusicTag {
	position:relative;
	display:inline-block;
	width:16px;
	height:10px;
	top:0px;
	cursor:pointer;
	background: transparent url("../images/delete.png") no-repeat center center;
}

.forum_cat_separation {
	display: none;
}

.forum_theme_wrap {
	padding:0;
	display:inline-block;
	width:200px;
	float:right;
	vertical-align:top;
	height:30px;
	text-align:right;
	font-size:10px;
	color:#969994;
	line-height:12px;
}

.theme_title_wrap span{
	clear:both;
	padding:0;
	display:block;
	font-size:10px;
	color:#969994;
	line-height:12px;
}

.forum_theme_wrap a , .theme_title_wrap span a {
	color: #1ea0ca;
	text-decoration:none;
}

em.quick_answer {
	position:absolute;
	width:16px;
	height:16px;
	background: transparent url("../images/quick_answer.png") no-repeat center center;
	top:5px;
	left:-20px;
	cursor:pointer;
	display:none;
}

.big_theme_title_wrap {
	font-family: 'mrtviChillFont', Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	display:inline-block;
	width:160px;
	vertical-align:top;
	height:25px;
	font-size:24px;
	color:#1ea0ca;
}
.long_theme_title_wrap {
	font-family: 'mrtviChillFont', Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	display:inline-block;
	vertical-align:top;
	height:25px;
	font-size:24px;
	color:#1ea0ca;
	clear:both;
}

.activeUsers {
	color:#999;
	
}

.activeUsers a {
	color:#1ea0ca;
	text-decoration:none;
	text-shadow: 0px 1px 1px #fff;
}

span.pagination {
	text-align:center;
	font-size:11px;
	line-height:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#c2c2c2 solid 1px;
	padding:0 3px;
	color:#8a8888;
  -webkit-box-shadow: 0px 0px 3px 0px #d5d5d5;
     -moz-box-shadow: 0px 0px 3px 0px #d5d5d5; 
          box-shadow: 0px 0px 3px 0px #d5d5d5;
	background: #ffffff;
	text-shadow: 0px 1px 0px #FFF;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.01, #cecece),color-stop(1, #ffffff)); /* Webkit browsers */
	background-image: -moz-linear-gradient(center top,#cecece 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#ffffff');/* IE 5.5 - 7 */
}

a.pagination{
	text-align:center;
	font-size:11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#eaeaea solid 1px;
	padding:0 3px;
	color:#8a8888;
	text-decoration:none;
	line-height:15px;
	background: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.01, #ffffff),color-stop(1, #efefef)); /* Webkit browsers */
	background-image: -moz-linear-gradient(center top,#ffffff 1%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');/* IE 5.5 - 7 */
}

a.paginationSelected{
	text-align:center;
	font-size:11px;
	line-height:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#c2c2c2 solid 1px;
	padding:0 3px;
	color:#8a8888;
  -webkit-box-shadow: 0px 0px 3px 0px #d5d5d5;
     -moz-box-shadow: 0px 0px 3px 0px #d5d5d5; 
          box-shadow: 0px 0px 3px 0px #d5d5d5;
	background: #ffffff;
	text-shadow: 0px 1px 0px #FFF;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.01, #cecece),color-stop(1, #ffffff)); /* Webkit browsers */
	background-image: -moz-linear-gradient(center top,#cecece 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#ffffff');/* IE 5.5 - 7 */
	
	text-decoration:none;
}


a.pagination:hover	{
	border:#c2c2c2 solid 1px;
  -webkit-box-shadow: 0px 0px 3px 0px #d5d5d5;
     -moz-box-shadow: 0px 0px 3px 0px #d5d5d5; 
          box-shadow: 0px 0px 3px 0px #d5d5d5;
}

span.huge {
	position:relative;
	display:inline-block;
	font-size:23px;
	line-height:35px;
	height:35px;
	padding: 0;
	margin:0;
	border-bottom:#b7b7b7 solid 2px;
	color:#b7b7b7;
	clear:both;
	bottom:-5px;
}

/* comments */
.comment_avatar {
	position:relative;
	display: inline-block;
	width:65px;
	vertical-align:top;
}
.comment_avatar img {
	border:0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	max-width:50px;
	max-height:50px;
	/*
	background:#cbdae8;
	*/
}

.comment_avatar em.privateMessages, .comment_avatar em.ignoreUser {
	cursor:pointer;
}

.comment_text{
	padding:0 0 10px 0;
	vertical-align:top;
	position:relative;
	display: inline-block;
	width:780px;
	color:#234551;
	font-size:12px;	
	line-height:16px;
}

.pm_text {
	width:480px;
	vertical-align:top;
	position:relative;
	display: inline-block;
	color:#234551;
	font-size:12px;	
	line-height:16px;	
}

.pm_text img {
	vertical-align:text-bottom;
	max-width:480px;	
}

.comment_text span, .pm_text span {
	font-size:11px;
	color:#969994;
	line-height:18px;
	text-shadow: 0px 1px 1px #fff;
}



.comment_text span a , .pm_text span a , .pm_text a {
	color:#1ea0ca;
	text-decoration:none;
	text-shadow: 0px 1px 1px #fff;
}

.comment_text em.edit {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:2px;
	background: transparent url("../images/pencil_small.png") no-repeat center center;
	float:right;
	cursor:pointer;
}

.comment_text em.quote {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:2px;
	background: transparent url("../images/quote.png") no-repeat center center;
	float:right;
	cursor:pointer;
}

.comment_text em.quote {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:2px;
	background: transparent url("../images/quote.png") no-repeat center center;
	float:right;
	cursor:pointer;
}

.comment_text .hiddenText{
	font-style:italic;
	color:#999;
}

.comment_text img {
	vertical-align:text-bottom;
	max-width:780px;
}

.comment_text blockquote, .pm_text blockquote {
	padding: 0 3px 2px 3px;
	background:#FFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	border:#CCC solid 1px;
}

.comment_text a {
	color:#1ea0ca;
	text-decoration:none;
}

.comment_text .signature {
	position:relative;
	bottom: -5px;
	font-size:11px;
	color:#969994;
	line-height:18px;
	text-shadow: 0px 1px 1px #fff;
	border-top:#fff solid 1px;
	clear:both;
	margin:15px 0 0px 0;
}


/* event add */
.event_input_main {
	position:relative;
	display:inline-block;
	width:430px;
	vertical-align: top;
}

.event_input_rules {
	display:inline-block;
	width:300px;
	vertical-align: top;
	color:#234551;
	font-weight:normal;
	text-shadow: 1px 1px 0px #fff;
}

.dotted li {
	border-bottom:#969994 dotted 1px;
	line-height:22px;
	font-size:12px;
	color:#dddede;
	text-shadow: 0px 1px 0px rgba(30,30,30,0.7);
}
.dotted li a{
	text-decoration:none;
	color:#dddede;
}

.blackdotted li {
	padding:4px 0 4px 0;
	position:relative;
	border-bottom:#969994 dotted 1px;
	line-height:14px;
	font-size:12px;
	color:#dddede;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}

.blackdotted li a{
	text-decoration:none;
	color:#234551;
}

#searchResults, #searchRegionResults {
	position:absolute;
	width:320px;
	background:#646464;
	z-index:3;
	padding:0 5px 0 5px;

	border-radius: 0 0 4px 4px;
}

#searchResults li, #searchRegionResults li {
	cursor:pointer;
}

/* ad */
em.gramophone {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/gramophone.png") no-repeat center center;
}

em.cdPlayer {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/cdj.png") no-repeat center center;
}
em.mixer {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/mixer.png") no-repeat center center;
}

em.headphones {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/headphones.png") no-repeat center center;
}

em.tech {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/tech.png") no-repeat center center;
}

em.vinyl {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/vinyl.png") no-repeat center center;
}

em.tickets {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/tickets.png") no-repeat center center;
}

em.selected {
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	top:4px;
	background: transparent url("../images/ok.png") no-repeat center center;
}

em.addUpload {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/plus.png") no-repeat center center;
	display:inline-block;
	margin:0 0 0 5px;
	cursor:pointer;
}

em.removeUpload {
	position:relative;
	width:16px;
	height:16px;
	background: transparent url("../images/minus.png") no-repeat center center;
	display:inline-block;
	margin:0 0 0 5px;
	cursor:pointer;
}

/* private messages */
#pm_list {
	width:200px;
	display:inline-block;
	vertical-align: top;
}
#pm_content {
	width:545px;
	margin:0 0 0 5px;
	display:inline-block;
	vertical-align: top;
}
span.newMSG{
	-webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android ???1.6 */
	border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
	background-color: #e8e9ee;
	font-size:8px;
	padding:0 1px 0 1px;
	color:#ae1215;
	text-shadow: 0px 1px 0px #fff;
	position:relative;
	top:-1px;
	border:#CCC solid 1px;
}
.pm_details {
	font-size:9px;
	color:#969994;
}

.pm_details a {
	color:#1ea0ca !important;
}

.messages_paging_wrap {
	padding: 5px 0 0 0;
	display:inline-block;
	vertical-align:top;
	height:25px;
	text-align:right;
}

/* settings */
.ignored_users {
	display:inline-block;
	width:180px;
}

.half_block {
	display:inline-block;
	width:370px;
	vertical-align: top;
}

em.deleteUser, em.delete{
	display:inline-block;
	width:16px;
	height:16px;
	position:relative;
	top:4px;
	background: transparent url("../images/delete.png") no-repeat center center;
	cursor:pointer;
}

/* locator */
.sliderWrap {
    display: inline-block;
    width:655px;
    margin:5px 0 0 0 ;
}
#kms {
    display: inline-block;
    width:75px;
    margin:0 0 30px 20px;
}

div#target {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 auto;
	top: 370.5px;
        left: 370.5px;
	position: absolute;
}

div#target #pulse {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	border: 2px solid #30a3ec;
	border-radius: 50px;
	box-shadow: 0 0 5px #a0eaff;

	/* Animate */

	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;

	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-out;

	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-out;

	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
}

/* The animation */

/* WebKit/Safari and Chrome */

@-webkit-keyframes pulse {

	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}	
}

/* Gecko/Firefox */

@-moz-keyframes pulse {

	0% {
		-moz-transform: scale(0.3);
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		-moz-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}	
}

/* Presto/Opera */

@-o-keyframes pulse {

	0% {
		-o-transform: scale(0.3);
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}	
}

/* Standard */

@keyframes pulse {

	0% {
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		transform: scale(2.5);
		opacity: 0;
	}	
}



.locationborder div {
    background:rgba(255,255,255,0.8); 
    font-size:10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: -6px;
    z-index: 3;
    
    position: absolute;
    width: auto;
    word-break: keep-all;
    white-space:nowrap;
    padding: 0 3px 0 3px;

}

.locationborder div a {
    text-decoration: none;
    color:#333;

}
/* registration */

.olduser {
	display: none;
}

/* ajax */

#ajaxInfo{
	position:fixed;
	top:30px;
	left:50%;
	width:980px;
	background:rgba(77,77,77,0.8);
	margin-left: -490px; /* half of width */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	color:#FFF;
	line-height:30px;
	text-shadow: 0px 1px 0px #000;
	display:none;
	text-align:center;
	z-index: 5;
}

#ajax_frame_wrap {
	background-color: rgba(77, 77, 77, 0.9);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:5;
	display:none;
	text-shadow: 0px 1px 0px #000;
	color:#fff;
	font-size:12px;
	overflow:auto;
}

#ajax_frame {
	width: 500px;
	margin: 0 0 0 -250px;
	position:absolute;
	top: 15px;
	left: 50%;
	padding:5px 5px 5px 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:left;
	overflow:auto;
}

#ajax_frame h1 {
	color:#dddede;
	margin:0;
	padding:0;
	line-height:22px;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	text-shadow: 1px 1px 0px #000;
	letter-spacing:-1px;
}

.main_title {
	font-family: 'Roboto Slab', serif;
}