/*body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, sans-serif;
}

.switcher {
	background: #242424;
	border-bottom: 1px solid #1e1e1e;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 55px;
	padding: 0px;
	padding-top: 10px;
}

.switcher .wrap_960 {
	width: 100%;
	margin: 0 auto;
}

.dd-select {
	margin-right: 10px;
	top: 7px;
	float: left;
	height: 34px;
	color: #fff;
	font-size: 13px;
	width: 170px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-clip: padding-box;
	background-color: #393939 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.09), inset 0 -1px 0 #1a1a1a !important;
	background-image: linear-gradient(bottom, rgba(0,0,0,.03) 0%, rgba(255,255,255,.03) 100%) !important;
	border: none !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.dd-select:hover {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}


.dd-selected:hover {
	color: #fff !important;
}

.dd-option {
	padding: 10px;
	display: block;
	border-bottom: solid 1px #414141 !important;
	overflow: hidden;
	text-decoration: none;
	font-size: 13px;
	color: #C5C5C5 !important;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.dd-option:hover, .dd-option-selected {
	background: #2E2E2E !important;
	color: white !important;
}

.dd-option:active {
	-webkit-transition: none;
	box-shadow: inset 0px 3px 6px rgba(0,0,0,.3);
}

.dd-options {
	border-radius: 3px;
	top: 40px;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #393939 !important;	
	box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.09), inset 0 -1px 0 #1a1a1a !important;
	border: none !important;
	padding-bottom: 3px !important;
}

.dd-options:last-child {
	border-bottom: 0px !important;	
}

.dd-pointer-down {
	border: solid 5px transparent !important;
	border-top: solid 6px #131313  !important;	
}

.dd-pointer-up {
	border: solid 5px transparent !important;
	border-bottom: solid 6px #131313  !important;
}

.dd-container {
	position: relative;
	float: left;
	margin-right: 10px;
	display: table !important;
}

.switcher .laborator {
	background: url(../images/laborator.png) no-repeat;
	width: 143px; 
	height: 28px;
	float: left;
	display: block;
	margin-top: 10px;
	text-indent: -9999px;
	margin-left: 15px;
}

.switcher .clear {
	clear: both;
}

.switcher .right_icons {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -3px;
	margin-right: 15px;
}

.right_icons td {
	vertical-align: top;
}

.switcher .buy {
	width: 115px;
	height: 34px;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-borer-radius: 2px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.5);
	text-indent: -9999px;
	margin-top: 8px;
	background: url(../images/buy.png) no-repeat 50% 7px, url(../images/buy.jpg) repeat-x; 

}


.switcher .buy:hover {
	background: url(../images/buy.png) no-repeat 50% 7px, url(../images/buy.jpg) repeat-x 0px -34px;
}

.switcher .buy:active {
	background: url(../images/buy.png) no-repeat 50% -17px, url(../images/buy.jpg) repeat-x 0px -68px;
}


.switcher .close {
	background: url(../images/close.png) no-repeat;
	width: 64px;
	display: inline-block;
	text-indent: -9999px;
	height: 13px;
	margin-left: 10px;
	margin-top: 17px;
}

.switcher .close:hover {
	background: url(../images/close.png) no-repeat 0px -13px;
}

.switcher .close:active {
	background: url(../images/close.png) no-repeat 0px -26px; 
}

.switcher .dd-selected-description {
	display: none;
}


.laborator_main_frame {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 100%;
	top: 66px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

@media only screen and (max-width: 800px) {

	.right_icons {
		display: none !important;
	}
	
	.switcher .wrap_960 {
		text-align: center !important;
	}
	
	.switcher .laborator {
		float: none;
		display: inline-block !important;
		margin-left: 0px !important;
	}
}


.market_switch {
	float: left;
	border-right: 1px solid #131313;
	position: relative;
	top: -10px;
	height: 66px;
}

.market_switch:before {
	content: ' ';
	height: 100%;
	display: block;
	border-right: 1px solid #363636;
	width: 1px;
	position: absolute;
	right: 0px;
}

.market_switch a {
	display: block;
	padding: 7px 0px;
}

.market_switch a span {
	display: block;
	width: 34px;
	height: 18px;
	background: no-repeat center bottom;
	text-indent: -9999px;
}

.market_switch a:hover span {
	background-position: center top;
}


.market_switch a.active span {
	background-position: center top;
}

.market_switch a.active:hover span {
	background-position: center bottom;
}

.market_switch a.themeforest span {
	background-image: url(../images/themeforest.png);
}

.market_switch a.codecanyon span {
	background-image: url(../images/codecanyon.png);
}

.market_switch a.themeforest {
	border-bottom: 1px solid #363636;
}

.market_switch a.codecanyon {
	border-top: 1px solid #131313;
}*/