/* =NORMALIZE + RESET
-------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
	overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:active,
a:focus,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
	cursor: help;
}

b, strong {
    font-weight: bold;
	line-height: inherit;
}

dfn, em, i {
    font-style: italic;
	line-height: inherit;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

form {
	margin: 0;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
	*margin-left: -7px;
	padding: 0;
}

label {
	cursor: pointer;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
    line-height: normal;
	*overflow: visible;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type=submit].button, button.button {
	-webkit-appearance: none;
}

button[disabled], input[disabled] {
    cursor: default;
}

table button, table input {
	*overflow: auto;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
	resize: vertical;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
	vertical-align: top;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

object, embed {
	height: 100%;
}

#googlemap img, #googlemap object, #googlemap embed, #map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas img {
	max-width: none;
}

/* =GRID
-------------------------------------------------- */
.row {
	margin: 0;
	max-width: 100%;
	min-width: 0;
	width: auto;
	*zoom: 1;
}

.row .row {
	margin-left: -15px;
	margin-right: -15px;
	max-width: none;
	min-width: 0;
	width: auto;
}

ul.row, ol.row {
	list-style: none;
	padding: 0;
}

.row.spaced {
	padding: 0 15px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

[class*="column-"] {
	float: none;
	margin: 0;
	min-height: 1px;
	padding: 0 15px;
	position: relative;
	width: auto;
}

[class*="column-"]:before, [class*="column-"]:after {
	content: "";
	clear: both;
	display: table;
}

@media only screen and (max-width: 767px) {
	[class*="column-mobile-"] { float: left; padding: 0 15px; }
	.column-mobile-1 { width: 25% !important; }
	.column-mobile-2 { width: 50% !important; }
	.column-mobile-3 { width: 75% !important; }
	.column-mobile-4 { width: 100% !important; }
	.column-mobile-0-5 { width: 12.5% !important; }
	.column-mobile-1-5 { width: 37.5% !important; }
	.column-mobile-2-5 { width: 62.5% !important; }
	.column-mobile-3-5 { width: 87.5% !important; }
}

@media only screen and (max-width: 479px) {
    .handset-block { width: 100% !important; }
}

[class*="column-"].centered {
	float: none;
	margin: 0 auto;
}

[class*="column-"].collapsed {
	padding: 0;
}

[class*="column-"].collapsed-left {
	padding-left: 0;
}

[class*="column-"].collapsed-right {
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
	[class*="column-"].mobile-uncollapsed {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 768px) {
	.row {
		margin: 0 auto;
		min-width: 748px;
		width: 1000px;
	}

	[class*="column-"] {
		float: left;
	}

	.column-1 { width: 8.33333%; }
	.column-2 { width: 16.66667%; }
	.column-3 { width: 25%; }
	.column-4 { width: 33.33333%; }
	.column-5 { width: 41.66667%; }
	.column-6 { width: 50%; }
	.column-7 { width: 58.33333%; }
	.column-8 { width: 66.66667%; }
	.column-9 { width: 75%; }
	.column-10 { width: 83.33333%; }
	.column-11 { width: 91.66667%; }
	.column-12 { width: 100%; }

	.row .offset-1 { margin-left: 8.33333%; }
	.row .offset-2 { margin-left: 16.66667%; }
	.row .offset-3 { margin-left: 25%; }
	.row .offset-4 { margin-left: 33.33333%; }
	.row .offset-5 { margin-left: 41.66667%; }
	.row .offset-6 { margin-left: 50%; }
	.row .offset-7 { margin-left: 58.33333%; }
	.row .offset-8 { margin-left: 66.66667%; }
	.row .offset-9 { margin-left: 75%; }
	.row .offset-10 { margin-left: 83.33333%; }

	/* special */
	.column-0 { width: 4.16667%; }
	.column-1-5 { width: 12.5%; }
	.column-2-5 { width: 20.83333%; }
	.column-3-5 { width: 29.16667%; }
	.column-4-5 { width: 37.5%; }
	.column-5-5 { width: 45.83333%; }

}

/* =FONTFACE
-------------------------------------------------- */
@font-face {
	font-family: 'Open Sans';
	src: url('fontface/OpenSans-Regular-webfont.eot');
	src: url('fontface/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontface/OpenSans-Regular-webfont.woff') format('woff'),
		 url('fontface/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('fontface/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fontface/OpenSans-Italic-webfont.eot');
	src: url('fontface/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontface/OpenSans-Italic-webfont.woff') format('woff'),
		 url('fontface/OpenSans-Italic-webfont.ttf') format('truetype'),
		 url('fontface/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fontface/OpenSans-Semibold-webfont.eot');
	src: url('fontface/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontface/OpenSans-Semibold-webfont.woff') format('woff'),
		 url('fontface/OpenSans-Semibold-webfont.ttf') format('truetype'),
		 url('fontface/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fontface/OpenSans-SemiboldItalic-webfont.eot');
	src: url('fontface/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fontface/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
		 url('fontface/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
		 url('fontface/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

/* =BASE
-------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	background: #202020 url(../img/bgnd_body.png) repeat center top;
	color: #e0e0e0;
	cursor: default;
	font-size: 14px;
	font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.231;
	position: relative;
}

::-moz-selection { background: #600; color: #fff; text-shadow: none; }
::selection { background: #600; color: #fff; text-shadow: none; }
:-moz-placeholder { color: #999; }
::-webkit-input-placeholder { color: #999; }

a {
	color: #e0e0e0;
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
	-webkit-transition: color linear 0.2s;
	-moz-transition: color linear 0.2s;
	-ms-transition: color linear 0.2s;
	-o-transition: color linear 0.2s;
	transition: color linear 0.2s;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p a, p a:visited {
	line-height: inherit;
}

blockquote {
	margin: 1em 40px;
}

blockquote {
	border-left: .33em solid #efefef;
	margin: 1em 0;
	padding: 0 0 0 1.3em;
}

blockquote p {
	line-height: 1.5em;
	margin-bottom: 0;
}

code, pre {
	font-family: "Lucida Console", "Courier New", monospace;
}

em.switch-price-netto,
em.switch-price-brutto {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
	margin-bottom: 14px;
	margin-top: 14px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	color: #6f6f6f;
	line-height: 0;
}

h1.special, h2.special, h3.special, h4.special, h5.special, h6.special {
	color: #900;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

ul, ol {
	margin: 1em 0;
	padding: 0;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

li {
	line-height: 1.3em;
}

ul li.first,
ul.size-2 li:nth-child(odd),
ul.size-3 li:nth-child(3n+1),
ul.size-4 li:nth-child(4n+1) {
	clear: both;
}

ul.dotted, ul.inline {
	list-style: none;
}

ul.dotted li {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAECAYAAABLLYUHAAAAI0lEQVQImWNgQAZz586dOXfu3P9z586dyQBl/J87d+5/FBkA0B0X7/x5rksAAAAASUVORK5CYII=) no-repeat 4px .5em;
	padding-left: 1em;
}

ul.inline li {
	float: left;
	overflow: hidden;
}

ul.list {
	list-style: none;
}

ul.tree {
	padding-left: 1.5em;
}

ul.tree ul.tree {
	margin: 0;
}

/* =HEADER
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	header {
		height: 60px;
	}
}

header .toggle-menu {
	float: right;
	margin: 1.5em 1.5em 0 0;
}

header .menu {
	line-height: 1.3em;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

header .menu a i {
	margin-right: 8px;
}

header .menu .menu-item {
	border-top: 1px solid #323232;
	line-height: 1.3em;
	padding: 10px 0;
	position: relative;
}

header .menu .menu-item a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

header .menu .menu-item a[rel*="submenu-"] {
	display: inline-block;
	float: right;
	border-left: 1px dotted #323232;
	margin: -4px 0;
	padding: 4px 0 4px 8px;
}

header .menu .submenu {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

header .menu .submenu li {
	border-top: 1px dotted #323232;
	display: list-item;
	padding: 10px 24px;
	position: relative;
}

@media only screen and (min-width: 768px) {
	header .menu {
		height: 60px;
		float: right;
		line-height: 60px;
		margin: 0;
	}

	header .menu .menu-item {
		border: 0;
		float: left;
		line-height: inherit;
		margin-left: 15px;
		padding: 0;
	}

	header .menu .menu-item.first {
		margin-left: 0;
	}

	header .menu .menu-item a {
		display: block;
	}

	header .menu .menu-item .bubble {
		color: #e0e0e0;
		font-size: 14px;
		padding: 10px 15px;
		text-shadow: 0 1px 2px #000;
		-webkit-transition: background 0.2s linear, color 0.2s linear;
		-moz-transition: background 0.2s linear, color 0.2s linear;
		-ms-transition: background 0.2s linear, color 0.2s linear;
		-o-transition: background 0.2s linear, color 0.2s linear;
		transition: background 0.2s linear, color 0.2s linear;
	}

	header .menu .menu-item:hover .bubble,
	header .menu .menu-item :hover .bubble {
		background: #323232;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
	}

	header .menu .menu-item .arrow {
		bottom: 0;
		border-bottom: 7px solid #9f0101;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		height: 0;
		display: none;
		left: 50%;
		margin-left: -7px;
		overflow: hidden;
		position: absolute;
		text-indent: -999em;
		width: 0;
	}

	.rgba header .menu .menu-item .arrow {
		border-left-color: rgba(255,0,0,0);
		border-right-color: rgba(255,0,0,0);
	}

	header .menu .menu-item.selected .arrow {
		display: inline;
	}

	header .menu .submenu {
		background: #323232;
		-moz-border-radius: 0 5px 5px 5px;
		-webkit-border-radius: 0 5px 5px 5px;
		border-radius: 0 5px 5px 5px;
		left: 0;
		line-height: 20px;
		margin: 0;
		opacity: 0;
		padding: 10px 0;
		position: absolute;
		top: 45px;
		visibility: hidden;
		z-index: 1000;
		-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
		-moz-transition: opacity 0.2s linear, visibility 0.2s linear;
		-ms-transition: opacity 0.2s linear, visibility 0.2s linear;
		-o-transition: opacity 0.2s linear, visibility 0.2s linear;
		transition: opacity 0.2s linear, visibility 0.2s linear;
	}

	header .menu .last .submenu {
		-moz-border-radius: 5px 0 5px 5px;
		-webkit-border-radius: 5px 0 5px 5px;
		border-radius: 5px 0 5px 5px;
		left: auto;
		right: 0;
	}

	header .menu .submenu li {
		background-image: none;
		border: none;
		float: none;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}

	header .menu .submenu a {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #e0e0e0;
		display: block;
		font-size: 13px;
		min-width: 80px;
		padding: 0 20px 0 10px;
		text-shadow: 0 1px 2px #000;
		-webkit-transition: background 0.2s linear, color 0.2s linear;
		-moz-transition: background 0.2s linear, color 0.2s linear;
		-ms-transition: background 0.2s linear, color 0.2s linear;
		-o-transition: background 0.2s linear, color 0.2s linear;
		transition: background 0.2s linear, color 0.2s linear;
	}

	header .menu .submenu a,
	header .menu .submenu .line {
		white-space: nowrap;
	}

	header .menu .submenu a:hover {
		color: #fff;
	}

	.cssgradients header .menu .submenu a:hover,
	.cssgradients header .menu .submenu li:hover > a,
	.cssgradients header .menu .submenu li.selected > a {
		background-color: #990000;
		background-image: -moz-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: -ms-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: -o-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: -webkit-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-repeat: repeat-x;
	}

	.no-js header .menu .submenu a:hover,
	.no-js header .menu .submenu li:hover > a,
	.no-js header .menu .submenu li.selected > a,
	.no-cssgradients header .menu .submenu a:hover,
	.no-cssgradients header .menu .submenu li:hover > a,
	.no-cssgradients header .menu .submenu li.selected > a {
		background: #600 url(../img/bgnd_sidebar_menu.png) no-repeat left center;
	}

	header .menu .menu-item:hover > .submenu {
		opacity: 1;
		visibility: visible;
	}

	header .menu .submenu .submenu {
		left: 100%;
		top: -10px;
	}

	header .menu .last .submenu .submenu {
		left: auto;
		right: 100%;
	}

	header .menu .submenu li:hover > .submenu {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (min-width: 768px) and (max-width: 919px) {
	header .menu .menu-item {
		margin-left: 0;
	}

	header .menu .menu-item .bubble {
		padding: 10px;
	}
}

#header {
	background: #600 url(../img/bgnd_header.png) repeat-x center bottom;
	border-top: 1px solid #8b0101;
	color: #f0f0f0;
}

#header .row {
	background: url(../img/bgnd_headline.png) repeat-y left bottom;
	padding: 10px 0;
}

#header h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	text-shadow: 1px 1px 3px #000;
	text-transform: uppercase;
}

#header h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 5px;
	text-shadow: 1px 1px 3px #000;
}


/* =SLIDER
-------------------------------------------------- */
#slider {
	display: block;
}

#slider .slides {
	background: #600 url(../img/bgnd_slider.png) repeat-x center top;
	overflow: hidden;
}

#slider .slide {
	background: url(../img/bgnd_slide.jpg) no-repeat center top;
	overflow: hidden;
	width: 100%;
}

#slider .slides, #slider .slide, #slider .slide-content {
	height: 320px;
}

#slider .slide-display {
	display: none;
}

#slider .slide-text {
	color: #fafafa;
	text-shadow: -1px -1px 2px #600, 1px 1px 2px #c00;
}

#slider .tabs {
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .tab {
	float: left;
}

#slider .tab + .tab {
	margin-left: 10px;
}

#slider .tab a {
	float: left;
	overflow: hidden;
	width: 32px;
}

@media only screen and (min-width: 768px) {
	#slider .slides, #slider .slide, #slider .slide-content {
		height: 320px;
	}

	#slider .slide-content {
		position: relative;
	}

	#slider .slide-text {
		position: relative;
		left: 0;
		width: 55%;
		z-index: 2;
	}

	#slider .slide-display {
		display: block;
		position: absolute;
		bottom: 0;
		right: 15px;
		width: 50%;
	}

	#slider .slide-display img {
		display: block;
	}

	#slider .tabs {
		font-size: 18px;
		height: 60px;
		line-height: 60px;
	}

	.cssgradients #slider .tabs {
		background-color: #e0e0e0;
		background-image: -moz-linear-gradient(top,#f6f6f6,#eaeaea 50%,#e0e0e0 50%,#dbdbdb 88%,#c2c2c2);
		background-image: -ms-linear-gradient(top,#f6f6f6,#eaeaea 50%,#e0e0e0 50%,#dbdbdb 88%,#c2c2c2);
		background-image: -o-linear-gradient(top,#f6f6f6,#eaeaea 50%,#e0e0e0 50%,#dbdbdb 88%,#c2c2c2);
		background-image: -webkit-linear-gradient(top,#f6f6f6,#eaeaea 50%,#e0e0e0 50%,#dbdbdb 88%,#c2c2c2);
		background-image: linear-gradient(top,#f6f6f6,#eaeaea 50%,#e0e0e0 50%,#dbdbdb 88%,#c2c2c2);
		background-repeat: repeat-x;
	}

	.no-js #slider .tabs,
	.no-cssgradients #slider .tabs {
		background: #fcfcfc url(../img/bgnd_gradients.png) repeat-x 0 -120px;
	}

	#slider .tab {
		border-right: 1px solid #c8c8c8;
		text-align: center;
	}

	#slider .tab + .tab {
		margin-left: 0;
	}

	#slider .tab.first {
		border-left: 1px solid #c8c8c8;
	}

	#slider .tab a {
		color: #900;
		display: block;
		position: relative;
		text-decoration: none;
		width: 100%;
	}

	#slider .tab a .arrow {
		display: none;
	}

	#slider .tab a.current .arrow {
		background: url(../img/bgnd_slider_arrow.png) no-repeat 0 0;
		display: block;
		height: 8px;
		margin-left: -8px;
		position: absolute;
		top: 0;
		left: 50%;
		width: 16px;
	}

	#slider .tab .icon {
		display: inline-block;
		padding: 0 16px 0 36px;
	}

	#slider .tab a:hover {
		color: #a00;
		text-shadow: 0 1px 1px #fff;
	}

	.cssgradients #slider .tab a:hover {
		background-color: #e8e8e8;
		background-image: -moz-linear-gradient(top,#f8f8f8,#efefef 50%,#e8e8e8 50%,#e3e3e3 88%,#c9c9c9);
		background-image: -ms-linear-gradient(top,#f8f8f8,#efefef 50%,#e8e8e8 50%,#e3e3e3 88%,#c9c9c9);
		background-image: -o-linear-gradient(top,#f8f8f8,#efefef 50%,#e8e8e8 50%,#e3e3e3 88%,#c9c9c9);
		background-image: -webkit-linear-gradient(top,#f8f8f8,#efefef 50%,#e8e8e8 50%,#e3e3e3 88%,#c9c9c9);
		background-image: linear-gradient(top,#f8f8f8,#efefef 50%,#e8e8e8 50%,#e3e3e3 88%,#c9c9c9);
		background-repeat: repeat-x;
	}

	.no-js #slider .tab a:hover,
	.no-cssgradients #slider .tab a:hover {
		background: url(../img/bgnd_gradients.png) repeat-x 0 -180px;
	}

	#slider .tab a.current {
		color: #a00;
		text-shadow: 0 1px 1px #fff;
	}

	.cssgradients #slider .tab a.current {
		background-color: #f2f2f2;
		background-image: -moz-linear-gradient(top,#fbfbfb,#f6f6f6 50%,#f2f2f2 50%,#eaeaea 88%,#d2d2d2);
		background-image: -ms-linear-gradient(top,#fbfbfb,#f6f6f6 50%,#f2f2f2 50%,#eaeaea 88%,#d2d2d2);
		background-image: -o-linear-gradient(top,#fbfbfb,#f6f6f6 50%,#f2f2f2 50%,#eaeaea 88%,#d2d2d2);
		background-image: -webkit-linear-gradient(top,#fbfbfb,#f6f6f6 50%,#f2f2f2 50%,#eaeaea 88%,#d2d2d2);
		background-image: linear-gradient(top,#fbfbfb,#f6f6f6 50%,#f2f2f2 50%,#eaeaea 88%,#d2d2d2);
		background-repeat: repeat-x;
	}

	.no-js #slider .tab a.current,
	.no-cssgradients #slider .tab a.current {
		background: url(../img/bgnd_gradients.png) repeat-x 0 -240px;
	}
}

#slider h1 {
	font-family: "Open Sans", Liberation, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	-moz-text-shadow: 0 0 1px #eee;
	-webkit-text-shadow: 0 0 1px #eee;
	text-shadow: 0 0 1px #eee;
}

#slider h2 {
	font-family: "Open Sans", Liberation, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	-moz-text-shadow: 0 0 1px #eee;
	-webkit-text-shadow: 0 0 1px #eee;
	text-shadow: 0 0 1px #eee;
}

#slider p,
#slider ul.list {
	font-size: 18px;
	line-height: 1.5em;
	margin: 10px 0 0;
}

#slider ul.list {
	list-style: disc;
	margin-left: 1.25em;
}

#slider ul.list li {
	line-height: 1.5em;
}

@media only screen and (max-width: 479px) {
	#slider h1 {
		font-size: 32px;
	}

	#slider h2 {
		font-size: 18px;
	}

	#slider p,
	#slider ul.list {
		font-size: 16px;
	}

}


/* =BOTTOM
-------------------------------------------------- */
.bottom {
	background: url(../img/bgnd_body.png) repeat center top;
	border-bottom: 1px solid #262626;
	color: #808080;
	font-size: 12px;
	position: relative;
}

.cssgradients .bottom:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	background: -moz-linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,.25) 33%, transparent);
	background: -ms-linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,.25) 33%, transparent);
	background: -o-linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,.25) 33%, transparent);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,.25) 33%, transparent);
	background: linear-gradient(top, rgba(0,0,0,.75), rgba(0,0,0,.25) 33%, transparent);
	background-repeat: repeat-x;
}

.no-js .bottom,
.no-cssgradients .bottom {
	background: url(../img/bgnd_bottom.png) repeat-x center top;
}

.bottom a {
	color: #808080;
}

.bottom a:hover {
	color: #fff;
}

.bottom .row {
	background: url(../img/bgnd_bottom_lights.png) no-repeat center top;
	list-style: none;
	padding: 25px 0 15px;
}

@media only screen and (min-width: 768px) {
	.bottom .column-3 {
		min-height: 275px;
	}

	.bottom .column-3:nth-child(n+2):before {
		content: "";
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAEUlEQVQImWNgYGDg/f//Py8ACU4DGDMlsrIAAAAASUVORK5CYII=) repeat-y center center;
		display: block;
		min-height: 275px;
		left: -1px;
		position: absolute;
		width: 2px;
	}
}

.bottom h4,
.bottom p,
.bottom .row ul {
	margin: 0 10px;
}

.bottom h4 {
	color: #e0e0e0;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px;
	text-shadow: 1px 1px 3px #000;
}

.bottom p.map {
	margin: 5px 0 5px 10px;
	overflow: hidden;
}

.bottom p.map a,
.bottom p.map img {
	display: block;
	float: left;
}

.bottom p.map img {
	border: 1px solid #808080;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
}

.bottom p.icons {
	margin-top: 10px;
}

.bottom p.icons a {
	padding: 5px;
}

.bottom .row ul {
	padding: 0;
}

.bottom .row ul li {
	line-height: 21px;
}

.bottom .row ul.dotted li {
	background-position: 4px .7em;
	line-height: 21px;
}

.bottom .row ul + p {
	margin-top: 15px;
}

#twitter_feed {
	list-style: none;
	margin-bottom: 20px;
}

#twitter_feed li + li {
	margin-top: 5px;
}

#twitter_feed .tweet-content {
	background: #181818;
	border: 1px solid #303030;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.35em;
	overflow: hidden;
	padding: 5px 15px;
}

#twitter_feed span {
	display: block;
	position: relative;
}

#twitter_feed span:before,
#twitter_feed span:after {
	content: '{';
	color: #303030;
	font-size: 3em;
	left: -12px;
	position: absolute;
	top: -2px;
}

#twitter_feed span:after {
	content: '}';
	bottom: 5px;
	left: auto;
	right: -12px;
	top: auto;
}

#twitter_feed .tweet-link {
	font-size: 0.9em;
	margin: 0 10px;
	position: relative;
	text-align: right;
}

#twitter_feed .tweet-link i {
	float: left;
	margin-top: 2px;
	position: relative;
}

#twitter_feed .tweet-link i:before,
#twitter_feed .tweet-link i:after {
	content: '';
	border-left: 10px solid #303030;
	border-bottom: 10px solid transparent;
	left: 20px;
	height: 0;
	position: absolute;
	top: -2px;
	width: 0;
}

#twitter_feed .tweet-link i:after {
	border-left: 8px solid #181818;
	border-bottom: 8px solid transparent;
	left: 21px;
	top: -3px;
}

#twitter_feed .even .tweet-link {
	text-align: left;
}

#twitter_feed .even .tweet-link i {
	float: right;
}

#twitter_feed .even .tweet-link i:before,
#twitter_feed .even .tweet-link i:after {
	border-left: 0;
	border-right: 10px solid #303030;
	border-bottom: 10px solid transparent;
	left: -15px;
}

#twitter_feed .even .tweet-link i:after {
	border-right: 8px solid #181818;
	border-bottom: 8px solid transparent;
	left: -14px;
}


/* =FOOTER
-------------------------------------------------- */
footer {
	background: #1d1d1d;
	-moz-box-shadow: inset 0 1px 5px #181818;
	-webkit-box-shadow: inset 0 1px 5px #181818;
	box-shadow: inset 0 1px 5px #181818;
	line-height: 30px;
	padding: 15px 0;
}


/* =MAIN
-------------------------------------------------- */
.main {
	background: #fafafa;
	color: #606060;
	font-size: 13px;
	padding: 20px 0;
}

@media only screen and (min-width: 768px) {
	.content {
		float: right;
	}
}

.sidebar {
	background: #efefef;
	border-top: 1px solid #ddd;
	margin-bottom: -20px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	.sidebar {
		background: transparent url(../img/bgnd_sidebar.png) repeat-y top right;
		border: none;
		float: left;
		margin: -20px 0 0;
		padding: 0;
	}
}

.invert .content {
	float: left;
}

.invert .sidebar {
	background: none;
	float: right;
}

.content.wide {
	float: none;
}

.content.preview {
	float: none;
	margin: 0 auto;
}

.main a {
	color: #900;
}

.main a:hover {
	color: #a00;
}

.sidebar .menu,
.sidebar .tree {
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	.sidebar .menu,
	.sidebar .tree {
		padding-left: 0;
	}
}

.sidebar .menu > li,
.sidebar .tree > li {
	border-bottom: 1px solid #e0e0e0;
	display: block;
	line-height: 41px;
}

@media only screen and (max-width: 767px) {
	.sidebar .menu > li:last-child,
	.sidebar .tree > li:last-child {
		border-bottom: none;
	}
}

@media only screen and (min-width: 768px) {
	.sidebar .menu,
	.sidebar .tree {
		background: url(../img/bgnd_sidebar_bottom.png) no-repeat bottom right;
		padding-bottom: 180px;
	}

	.sidebar .menu > li,
	.sidebar .tree > li {
		margin-right: 20px;
	}
}

.sidebar a {
	color: #606060;
	display: block;
}

.sidebar a:hover {
	color: #101010;
	text-decoration: none;
}

.sidebar a i {
	margin-right: 8px;
}

.sidebar .menu > li a,
.sidebar .tree > li a {
	display: block;
	padding-left: 12px;
}

@media only screen and (max-width: 767px) {
	.sidebar .tree li.root.selected a {
		background-color: #990000;
		background-image: -moz-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: -ms-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: -o-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: -webkit-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-image: linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c60000', endColorstr='#990000', GradientType=0);
		color: #f0f0f0;
		text-shadow: 1px 1px 3px #000;
		text-decoration: none;
	}

	.sidebar .tree li.root.selected a:hover {
		color: #fff;
	}
}

@media only screen and (min-width: 768px) {
	.sidebar .tree li.root {
		background: #fafafa;
		line-height: 40px;
		margin-top: -20px;
		padding: 15px 0 5px;
	}

	.sidebar .tree li.root.selected a {
		background: #fafafa;
		color: #a00;
	}
}

.sidebar .menu > li.selected,
.sidebar .tree li.level-1.selected {
	border-bottom-color: transparent;
	margin-right: 0;
}

.cssgradients .sidebar .menu > li.selected > a,
.cssgradients .sidebar .tree li.level-1.selected > a {
	background-color: #990000;
	background-image: -moz-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
	background-image: -ms-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
	background-image: -o-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
	background-image: -webkit-linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
	background-image: linear-gradient(top, #c60000, #b30000 50%, #990000 50%, #990000);
	background-repeat: repeat-x;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.sidebar .menu > li.selected,
	.sidebar .tree li.level-1.selected {
		padding-right: 20px;
	}

	.cssgradients .sidebar .menu > li.selected > a,
	.cssgradients .sidebar .tree li.level-1.selected > a {
		margin-right: -13px;
	}
}

@media only screen and (min-width: 768px) {
	.cssgradients .sidebar .menu > li.selected > a:before,
	.cssgradients .sidebar .tree li.level-1.selected > a:before {
		border-top: 22px solid #fafafa;
		border-left: 14px dashed transparent;
		content: '';
		display: block;
		position: absolute;
		right: -1px;
		height: 0;
		width: 0;
		-webkit-transform: rotate(0.01deg);
	}

	.cssgradients .sidebar .menu > li.selected > a:after,
	.cssgradients .sidebar .tree li.level-1.selected > a:after {
		border-bottom: 22px solid #fafafa;
		border-left: 14px dashed transparent;
		bottom: -1px;
		content: '';
		display: block;
		position: absolute;
		right: -1px;
		height: 0;
		width: 0;
		-webkit-transform: rotate(0.01deg);
	}
}

.no-js .sidebar .menu > li.selected,
.no-js .sidebar .tree li.level-1.selected,
.no-cssgradients .sidebar .menu > li.selected,
.no-cssgradients .sidebar .tree li.level-1.selected {
	background: url(../img/bgnd_sidebar_menu.png) no-repeat top right;
	margin-right: 5px;
}

.sidebar .menu > li.selected > a,
.sidebar .tree li.level-1.selected > a {
	color: #f0f0f0;
	text-shadow: 1px 1px 3px #000;
	text-decoration: none;
}

.sidebar .menu > li.selected > a:hover,
.sidebar .tree li.level-1.selected > a:hover {
	color: #fff;
}

.sidebar .submenu,
.sidebar .subtree {
	background: #fafafa;
	border-bottom: 1px solid #e0e0e0;
	font-size: 13px;
	list-style: none;
	margin-left: 0;
	padding: 10px 0 10px 36px;
}

.sidebar .submenu li,
.sidebar .subtree li {
	border-bottom: none;
	line-height: 26px;
	width: auto;
}

.sidebar .submenu li a,
.sidebar .subtree li a {
	background-color: #fafafa;
	border-bottom-color: transparent;
	padding-left: 0;
}

.sidebar .submenu .selected > a,
.sidebar .subtree .selected > a {
	color: #900;
	font-weight: bold;
}

.sidebar .submenu .submenu,
.sidebar .subtree .subtree {
	border-bottom: 0;
	padding: 0;
}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6, .main p, .main ul, .main ol {
	margin: 0 0 18px;
}

.main p, .main .li {
	line-height: 1.5em;
}

.points li {
	line-height: 1.5em;
}

.breadcrumbs {
	border-bottom: 1px solid #e0e0e0;
	line-height: 20px;
	margin-bottom: 9px;
	padding: 10px 0;
}

@media only screen and (min-width: 768px) {
	.breadcrumbs {
		line-height: 40px;
		margin-bottom: 9px;
		padding: 0;
	}
}

p.switch-price {
	background: #efefef;
	border-top: 1px solid #ddd;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: -20px;
}

@media only screen and (min-width: 768px) {
	p.switch-price {
		background: transparent;
		border-top: none;
	}
}

.infobox {
	background: #f8f8f8;
	border: 1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 10px #e0e0e0;
	-webkit-box-shadow: inset 0 0 10px #e8e8e8;
	box-shadow: inset 0 2px 4px #e8e8e8;
	display: block;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.infobox:first-child {
	margin-top: 0;
}

.infobox a.image {
	display: block;
	margin-bottom: 5px;
}

span.infobox {
	display: block;
	float: left;
	margin: 10px 20px 10px 0;
	padding: 15px 15px 10px;
}

span.infobox.right {
	float: right;
	margin: 10px 0 10px 20px;
}

span.infobox img {
	border: 1px solid #e0e0e0;
	display: block;
}

.infobox .frm,
.infobox .frm-item {
	margin-bottom: 2px;
}

.infobox h2, .infobox h3, .infobox h4 {
	margin-bottom: 9px;
}

.infobox h4, .infobox h5 {
	margin-bottom: 4px;
}

.infobox ul p, .infobox ol p {
	margin-bottom: 0;
}

.infobox ul li+li, .infobox ol li+li {
	margin-top: 9px;
}

.summary-divider {
	padding: 0 0 1em;
}

@media only screen and (min-width: 768px) {
	.summary-divider {
		padding-top: 2em;
	}
}

ul.summary {
	list-style: none;
}

ul.summary li {
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 9px;
}

ul.summary li.first,
ul.summary li:first-child {
	border-top-width: 0;
}

ul.summary li:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQImWN48eLF/xcvXvxngAEMAZwSMAEA8c0dud9otQ8AAAAASUVORK5CYII=);
}

.summary .price {
	color: #900;
	display: inline-block;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.summary h3, .summary h4, .summary h5, .summary h6, .summary p {
	margin-bottom: 0;
}

.summary .info {
	margin-bottom: 9px;
}

.summary h3,
.summary h4 {
	line-height: 18px;
}

ul.products {
	list-style: none;
}

ul.products h3, ul.products h4, ul.products h5, ul.products h6, ul.products p {
	margin-bottom: 0;
}

ul.buttons {
	list-style: none;
	margin-bottom: 9px;
}

ul.buttons li {
	float: left;
}

ul.buttons li + li {
	float: left;
	margin-left: 20px;
}

.presentation li {
	padding-top: 9px;
}

.presentation h4,
.presentation h5,
.presentation h6 {
	color: #a00;
	margin-bottom: 9px;
}

.presentation p {
	display: inline-block;
}

.cube {
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 0.9em;
	line-height: 20px;
	padding: 0 2px;
}

.main .subtree {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0;
}

.main .subtree > li {
	clear: both;
	margin: 0;
	padding: 0;
}

.main .subtree .node {
	padding: 5px;
}

.main .subtree .node:hover {
	background: rgba(240, 240, 240, .75);
}

.main .subtree .node > i {
	margin-left: 5px;
}

.main .subtree i.node-icon {
	float: left;
	margin-left: -5px;
	margin-right: 5px;
}

.main .subtree .tools {
	float: right;
	margin-top: 1px;
}

.main .subtree .sort-handler {
	cursor: move;
}

.main .subtree .sort-handler i {
	margin-right: 2px;
	vertical-align: text-top;
}

.main .subtree .subtree {
	list-style: disc;
	margin-left: 1.5em;
}


/* =OFFERS
-------------------------------------------------- */
.offers {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 18px;
	padding: 15px 0;
}

.offer {
	background: #f0f0f0;
}

.offers .collapsed + .collapsed {
	margin-top: .5em;
}

@media only screen and (min-width: 768px) {
	.offers .collapsed + .collapsed {
		margin-top: 0;
	}

	.offer.first {
		margin-right: .5em;
	}

	.offer.last {
		margin-left: .5em;
	}
}

.offer-in {
	border: 1px solid #cfcfcf;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	text-align: center;
}

.cssgradients .offer-in {
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #f0f0f0 50%);
	background-image: -ms-linear-gradient(top, #fff, #f0f0f0 50%);
	background-image: -o-linear-gradient(top, #fff, #f0f0f0 50%);
	background-image: -webkit-linear-gradient(top, #fff, #f0f0f0 50%);
	background-image: linear-gradient(top, #fff, #f0f0f0 50%);
	background-repeat: repeat-x;
}

.no-js .offer-in,
.no-cssgradients .offer-in {
	background: #f0f0f0 url(../img/bgnd_pricing.png) repeat-x center top;
}

.offer-content {
	min-height: 250px;
	padding: 9px 15px 0;
	position: relative;
}

.offer h2 {
	color: #900;
	font-size: 30px;
	text-shadow: 1px 1px 1px #fff;
}

.offer h2 a {
	display: block;
}

.offer h2 a:hover {
	text-decoration: none;
}

.offer em {
	color: #900;
	font-weight: bold;
}

.offer .frm,
.offer .table,
.offer .list,
.offer p {
	margin-top: 0;
	margin-bottom: 9px;
}

.offer .frm {
	text-align: left;
	margin-bottom: 5px;
}

.offer .table {
	border-bottom: 1px solid #ddd;
}

.offer .table th, .offer .table td {
	padding: 5px;
}

.offer .list {
	border-top: 1px solid #ddd;
	list-style: none;
	padding: 0;
}

.offer .list li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.offer-sub {
	background-color: #404040;
	border-top: 1px solid #fff;
	color: #efefef;
	margin: 1px;
	min-height: 35px;
	padding: 15px;
	position: relative;
	text-align: left;
}

.cssgradients .offer-sub {
	background-image: -moz-linear-gradient(top, #202020, #303030 25%, #404040);
	background-image: -ms-linear-gradient(top, #202020, #303030 25%, #404040);
	background-image: -o-linear-gradient(top, #202020, #303030 25%, #404040);
	background-image: -webkit-linear-gradient(top, #202020, #303030 25%, #404040);
	background-image: linear-gradient(top, #202020, #303030 25%, #404040);
	background-repeat: repeat-x;
}

.offer-sub .left {
	width: 75%;
}

.offer-sub .right {
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -15px;
}

.offer-sub p {
	line-height: 1em;
	margin: 3px 0;
}

.offer .price big {
	color: #900;
	font-size: 1.35em;
}

.ribbon {
	height: 120px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
}

.ribbon-bg {
	background: #d00;
	color: #fff;
	margin-top: -17px;
	position: absolute;
	right: -30px;
	top: 30px;
	text-align: center;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 120px;
}

.ribbon-in {
	border: 1px dashed #900;
	border-width: 1px 0;
	font-size: 20px;
	line-height: 28px;
	margin: 2px 0;
}

.ribbon.big .ribbon-bg {
	margin-top: -20px;
	right: -38px;
	top: 37px;
	width: 150px;
}

.ribbon.big .ribbon-in {
	font-size: 26px;
	line-height: 34px;
}

.no-csstransforms .ribbon-bg,
.no-csstransforms .ribbon.big .ribbon-bg {
	margin: 0;
	right: 0;
	top: 0;
	width: 100px;
}

.cartbox {
	background: none repeat scroll 0 0 #EFF0EB;
	border: 1px solid #E8E8E8;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px rgba(192, 192, 192, 0.1);
	margin-bottom: 20px;
	padding: 15px;
}

.cartbox > h3 {
	background: none repeat scroll 0 0 #F8F8F4;
	border-bottom: 1px solid #E8E8E8;
	box-shadow: 0 1px 1px #FFFFFF inset;
	color: #AA0000;
	margin: -15px -15px 10px;
	padding: 10px 20px;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
}

.cartbox ul.summary {
	margin-bottom: 0;
	text-shadow: 0 1px 0 #FFFFFF;
}

.cartbox ul.summary li:last-child {
	line-height: 1.75em;
}

.cartbox ul.summary li:first-child {
	border-top: 0;
}

.cartbox ul.summary li {
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #F4F4F4;
}

.cartbox ul.summary li:last-child {
	border-bottom-width: 0;
	line-height: 1.75em;
}

.cartbox form {
	margin-top: 9px;
}

.cartbox form, .cartbox .frm-item {
	margin-bottom: 0;
}

ul.tabs {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWO4f//+fwAI2wOdmwqkmAAAAABJRU5ErkJggg=="),
		-moz-linear-gradient(to left, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		-moz-linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		-moz-linear-gradient(to bottom, rgba(240, 240, 240, 0), rgba(240, 240, 240, 1));
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWO4f//+fwAI2wOdmwqkmAAAAABJRU5ErkJggg=="),
		-webkit-linear-gradient(to left, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		-webkit-linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		-webkit-linear-gradient(to bottom, rgba(240, 240, 240, 0), rgba(240, 240, 240, 1));
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWO4f//+fwAI2wOdmwqkmAAAAABJRU5ErkJggg=="),
		linear-gradient(to left, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		linear-gradient(to bottom, rgba(240, 240, 240, 0), rgba(240, 240, 240, 1));
	background-size: auto auto, 5% auto, 5% auto, auto auto;
	background-repeat: repeat-x, repeat-y, repeat-y, repeat-x;
	background-position: center bottom, top left, top right, center bottom;
	list-style: none;
	overflow: hidden;
	padding: 0 .5%;
}

ul.tabs li {
	float: left;
}

ul.tabs a {
	border: 1px solid transparent;
	border-bottom-width: 0;
	color: #606060;
	display: block;
	line-height: 3em;
	padding: 0 4%;
	text-align: center;
	letter-spacing: -.04em;
}

ul.tabs a:hover {
	color: #a00;
	text-decoration: none;
}

ul.tabs .selected a {
	background: #fff;
	border-color: #dfdfdf;
	border-radius: 3px 3px 0 0;
	color: #a00;
}

@media only screen and (min-width: 768px) {
	ul.tabs li {
		width: 33.33%;
	}

	ul.tabs a {
		letter-spacing: normal;
		padding: 0;
	}
}


/* =FORMS
-------------------------------------------------- */
.frm {
	margin: 0 0 18px;
}

.frm p, .frm ul, .frm ol {
	margin: 0;
}

.frm h1, .frm h2, .frm h3, .frm h4 {
	margin: 0 0 9px;
}

.frm fieldset {
	border: 0;
	line-height: 18px;
	margin: 0 0 9px;
	padding: 0;
}

.frm legend {
	border: 0;
	border-bottom: 1px solid #eee;
	color: #202020;
	display: block;
	font-size: 19.5px;
	line-height: 36px;
	margin-bottom: 27px;
	padding: 0;
	width: 100%;
	-webkit-margin-collapse: separate;
}

.frm label,
.frm input,
.frm button,
.frm select,
.frm textarea {
	font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.frm label,
.frm input,
.frm select,
.frm textarea {
	line-height: 18px;
}

.frm label {
	display: block;
}

.frm input,
.frm textarea,
.frm select,
.frm .uneditable-input {
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #606060;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 18px;
	padding: 5px 4px;
	width: 100%;
}

.frm input[type=image],
.frm input[type=checkbox],
.frm input[type=radio] {
	border: none;
	cursor: pointer;
	height: auto;
	left: 5px;
	line-height: normal;
	margin: 2px 0 0;
	padding: 0;
	position: absolute;
	width: auto;
	*margin-top: 0;
}

.frm input[type=checkbox] + .frm-label,
.frm input[type=radio] + .frm-label {
	padding-left: 15px;
}

.frm input[type=file] {
	background-color: #fff;
	background-color: initial;
	border: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: initial;
	padding: initial;
}

.frm input[type=button],
.frm input[type=reset],
.frm input[type=submit] {
	height: auto;
	width: auto;
}

.frm select,
.frm input[type=file] {
	height: 30px;
	line-height: 28px;
	*margin-top: 4px;
}

.frm select {
	background-color: #fff;
	vertical-align: middle;
}

.frm select[multiple],
.frm select[size] {
	height: inherit;
}

.frm input[type=image] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.frm textarea {
	height: auto;
}

.frm input,
.frm textarea {
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.frm input:focus,
.frm textarea:focus {
	border-color: rgba(102, 0, 0, 0.4);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 0, 0, 0.2);
	outline: 0;
}

.frm input[type=file]:focus,
.frm input[type=checkbox]:focus,
select:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 1px dotted #666;
}

/*.frm-input.micro { width: 22.5px; }*/
/*.frm-input.mini { width: 65px; }*/
/*.frm-input.small { width: 150px; }*/
/*.frm-input.medium { width: 235px; }*/
/*.frm-input.large { width: 490px; }*/
/*.frm-input.larger { width: 555px; }*/
/*.frm-input.xlarge { width: 660px; }*/
/*.frm-input.xxlarge { width: 830px; }*/
/*.frm-input.auto { width: auto; }*/

.frm-item[class*="column-"] {

}

.row .frm-element .row {
	margin-left: -5px;
	margin-right: -5px;
}

.row .frm-element [class*="column-"] {
	padding: 0 5px;
}

.row .frm-element [class*="column-"].centered {
	margin: 0 auto;
}

.row .frm-element [class*="column-"].collapsed {
	padding: 0;
}

.row .frm-element [class*="column-"].collapsed-left {
	padding-left: 0;
}

.row .frm-element [class*="column-"].collapsed-right {
	padding-right: 0;
}


.frm-hide {
	display: none;
}

.frm-block {
	clear: both;
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}

.frm-item > label,
.frm-item .frm-label {
	float: left;
	padding-top: 5px;
	position: relative;
}

.frm-item > label em,
.frm-item .frm-label em {
	color: #900;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	right: -0.5em;
	top: 0.35em;
}

@media only screen and (max-width: 767px) {
	.frm-element {
		clear: both;
	}

	.frm-item > label em,
	.frm-item .frm-label em {
		right: 0.5em;
	}
}

.frm label + .frm-element,
.frm-label + .frm-element {
	margin-left: 0;
}

.frm-item.short-label > label,
.frm-item.short-label > .frm-label {
	width: 130px;
}

.frm-item.short-label .frm-element {
	margin-left: 150px;
}

.frm-item.no-label .frm-element,
.frm-item.frm-buttons .frm-element,
.frm-element .frm-element {
	margin-left: 0;
}

.frm-over, .frm-under {
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}

.frm-under {
	clear: both;
	margin-bottom: 0;
	margin-top: 5px;
}

.frm-element + .frm-input, .frm-element + .frm-element, .frm-input + .frm-element {
	margin-left: 10px;
}

.frm-element.inline-inputs + .inline-inputs,
.frm-element .inline-inputs + .inline-inputs {
	margin-top: 2px;
}

.frm-element.inline-inputs .frm-input, .frm-element.inline-inputs .uneditable-input,
.frm-element .inline-inputs .frm-input, .frm-element .inline-inputs .uneditable-input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-left-width: 0;
}

.frm-element.inline-inputs .frm-input:first-child, .frm-element.inline-inputs .uneditable-input:first-child,
.frm-element .inline-inputs .frm-input:first-child, .frm-element .inline-inputs .uneditable-input:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left-width: 1px;
}

.frm-element.inline-inputs .frm-input:last-child, .frm-element.inline-inputs .uneditable-input:last-child,
.frm-element .inline-inputs .frm-input:last-child, .frm-element .inline-inputs .uneditable-input:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.frm-element-invert .frm-input {
	float: left;
}

.frm-element-invert .frm-label {
	padding: 0;
	/*max-width: 90%;*/
	width: auto;
}

.frm-element-invert label {
	float: left;
	margin-left: 3px;
}

.frm-element-invert label em,
.frm-element-invert .frm-label em {
	position: static;
	margin-left: 3px;
}

/*.frm-element-before:before, .frm-element-after:before, .frm-element-before:after, .frm-element-after:after {
    content: "";
    display: table;
}

.frm-element-before:after, .frm-element-after:after {
    clear: both;
}*/

.frm-element-before .frm-input, .frm-element-before .uneditable-input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.frm-element-after .frm-input, .frm-element-after .uneditable-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
}

.frm-element-before .uneditable-input, .frm-element-after .uneditable-input {
    border-left-color: #e0e0e0;
}

.frm-element-before .frm-before, .frm-element-after .frm-after {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #808080;
    display: block;
    float: left;
    font-weight: normal;
    height: 30px;
    line-height: 18px;
    min-width: 16px;
    padding: 5px 4px 5px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
}

.frm-buttons .frm-element-before .frm-before, .frm-buttons .frm-element-after .frm-after {
    background-color: transparent;
    border: none;
    color: #606060;
    height: auto;
    margin-right: 5px;
	padding: 0;
    text-align: left;
    text-shadow: none;
}

.frm-element-after .uneditable-input {
    border-right-color: #cfcfcf;
}

.frm-element-before label input[type="radio"], .frm-element-before label input[type="checkbox"],
.frm-element-after label input[type="radio"], .frm-element-after label input[type="checkbox"] {
	float: left;
    margin-right: 5px;
}

.frm-element-after .frm-after, .frm-buttons .frm-element-after .frm-after {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
    margin-right: 0;
}

.frm-buttons .frm-element-after .frm-after {
	text-align: right;
}

.frm-buttons button {
	display: inline-block;
}

.frm-msg {
	clear: both;
	color: #a0a0a0;
}

.frm-msg.frm-error {
	color: #a00;
}

.frm-msg.frm-hint {
	font-size: 0.9em;
	line-height: 1.3em;
	padding-top: 4px;
}

.frm-options {
	display: block;
	list-style: none;
	margin-left: 0;
}

.frm-options .frm-input {
	display: inline-block;
}

.frm-options-limiter {
	line-height: 32px;
	text-align: center;
}

.frm-options li {
	display: block;
	margin-top: 5px;
}

.frm-options.inputs-list-4 li,
.frm-options.inputs-list-6 li {
	float: left;
	padding-right: 1%;
	width: 49%;
}

@media only screen and (max-width: 767px) {
	.frm-options.inputs-list-4 li:nth-child(-n+2),
	.frm-options.inputs-list-6 li:nth-child(-n+2) {
		margin-top: 3px;
	}

	.frm-options.inputs-list-4 li:nth-child(2n+3),
	.frm-options.inputs-list-6 li:nth-child(2n+3) {
		clear: both;
	}
}

@media only screen and (min-width: 768px) {
	.frm-options.inputs-list-2 li,
	.frm-options.inputs-list-3 li,
	.frm-options.inputs-list-4 li,
	.frm-options.inputs-list-6 li {
		float: left;
		padding-right: 1%;
		width: 49%;
	}

	.frm-options.inputs-list-3 li {
		width: 32.33%;
	}

	.frm-options.inputs-list-4 li {
		width: 24%;
	}

	.frm-options.inputs-list-6 li {
		width: 15.66%;
	}

	.frm-options.inputs-list li:first-child,
	.frm-options.inputs-list-2 li:nth-child(-n+2),
	.frm-options.inputs-list-3 li:nth-child(-n+3),
	.frm-options.inputs-list-4 li:nth-child(-n+4),
	.frm-options.inputs-list-6 li:nth-child(-n+6) {
		margin-top: 3px;
	}

	.frm-options.inputs-list-2 li:nth-child(2n+3),
	.frm-options.inputs-list-3 li:nth-child(3n+4),
	.frm-options.inputs-list-4 li:nth-child(4n+5),
	.frm-options.inputs-list-6 li:nth-child(6n+7) {
		clear: both;
	}

	.frm-options.inputs-inline li {
		display: inline-block;
	}

	.frm-options.inputs-inline li + li {
		margin-left: 10px;
	}
}

.frm-options label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}

.frm-options input[type="radio"], .frm-options input[type="checkbox"] {
	display: inline-block;
	float: left;
	margin: 2px 0 0 -5px;
}

.frm-options.inputs-rollup label {
	line-height: 28px;
}

.frm-options.inputs-rollup input[type="radio"], .frm-options.inputs-rollup input[type="checkbox"] {
	margin-top: 7px;
}

.frm-options-header {
	padding-top: 1em;
}

.frm-options-header h6 {
	margin-bottom: 0;
}

.frm-options-tabs {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWO4f//+fwAI2wOdmwqkmAAAAABJRU5ErkJggg==") repeat-x center bottom;
	margin-bottom: 0.5em;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
}

.frm-options-tab {
	background-image: -moz-linear-gradient(top, #f4f4f4, rgba(248, 248, 248, 0));
	background-image: -ms-linear-gradient(top, #f4f4f4, rgba(248, 248, 248, 0));
	background-image: -webkit-linear-gradient(top, #f4f4f4, rgba(248, 248, 248, 0));
	background-image: -o-linear-gradient(top, #f4f4f4, rgba(248, 248, 248, 0));
	background-image: linear-gradient(to bottom, #f4f4f4, rgba(248, 248, 248, 0));
	border: 1px solid #dfdfdf;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-bottom-width: 0;
	cursor: pointer;
	float: left;
	font-size: 13px;
	padding: 5px 15px;
}

.frm-options-tab + .frm-options-tab {
	border-left-width: 0;
}

.frm-options-tab.selected {
	background: none repeat scroll 0 0 #ffffff;
}

.frm-options-tab.selected,
.frm-options-tab:hover {
	color: #aa0000;
}

.frm-options-tabs-content {
	padding: 0 2px;
}

.frm-table-cell {
	display: block;
}

.frm-options.blocky li {
	border-top: 1px solid #dfdfdf;
}

.frm-options.blocky li:first-child {
	border-top: none;
}

.frm-options.blocky label {
	display: block;
	padding: 5px 10px 0;
}

.frm-options.blocky input {
	left: auto;
	right: 10px;
}

.frm-options.blocky .frm-table-cell {
  line-height: 2.5em;
}

.frm-image {
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	line-height: 1em;
	padding: 4px;
}

.frm-image > img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.frm-captcha {
	position: relative;
}

.frm-captcha-refresh {
	background: #fafafa;
	border: 1px solid #cfcfcf;
	border-radius: 0 3px 3px 0;
	border-left-width: 0;
	bottom: 5px;
	padding: 5px;
	position: absolute;
	right: -27px;
}

.frm-captcha-refresh i {
	cursor: pointer;
}

@media only screen and (max-width: 479px) {
	.frm-captcha {
		margin-bottom: 26px;
	}

	.frm-captcha-refresh {
		border-radius: 0 0 3px 3px;
		border-width: 1px;
		border-top-width: 0;
		bottom: -27px;
		right: 5px;
	}
}

.frm-html {
	margin-top: 5px;
}

.frm-stacked .frm-item > label,
.frm-stacked .frm-item .frm-label {
	float: none;
	padding-bottom: 5px;
}

.frm-stacked .frm-item > label em,
.frm-stacked .frm-item .frm-label em {
	margin-left: 3px;
	right: auto;
}

.frm-stacked .frm-element {
	margin-left: 0;
}

.frm-stacked .frm-buttons {
	text-align: right;
}

.frm-stacked .frm-buttons button {
	float: none;
}

.frm-stacked .frm-input.small {
	margin: 5px 0;
	width: 100%;
}

.frm-freeze {
	position: relative;
}

.frm-freeze .frm-overlay {
	background: rgba(250, 250, 250, .5);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.frm-freeze button,
.frm-freeze .button {
	position: relative;
}

.frm-freeze .frm-loader {
	position: absolute;
	margin-top: -8px;
	right: -24px;
	top: 50%;
}


.button.warn,
.button.warn:hover,
.button.success,
.button.success:hover,
.button.info,
.button.info:hover {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
}

.button.warn {
	background-color: #cc0000;
	background-image: -moz-linear-gradient(top, #e00, #c00);
	background-image: -ms-linear-gradient(top, #e00, #c00);
	background-image: -o-linear-gradient(top, #e00, #c00);
	background-image: -webkit-linear-gradient(top, #e00, #c00);
	background-image: linear-gradient(top, #e00, #c00);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0000', endColorstr='#990000', GradientType=0);
	border-color: #cc0000 #cc0000 #aa0000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button.success {
	background-color: #57a957;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button.info {
	background-color: #339bb9;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button {
	background-color: #e2e2e2;
	background-image: -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 1px solid #cfcfcf;
	border-bottom-color: #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	color: #606060;
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	padding: 3px 10px 4px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	transition: 0.2s linear all;
}

.button:hover {
	background-position: 0 -2em;
	color: #202020;
	text-decoration: none;
}

.button:focus {
	outline: 1px dotted #666;
}

.button.primary {
	background-color: #990000;
	background-image: -moz-linear-gradient(top, #c00, #900);
	background-image: -ms-linear-gradient(top, #c00, #900);
	background-image: -o-linear-gradient(top, #c00, #900);
	background-image: -webkit-linear-gradient(top, #c00, #900);
	background-image: linear-gradient(top, #c00, #900);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#990000', GradientType=0);
	border-color: #990000 #990000 #770000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fafafa;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.button.primary:hover {
	color: #fff;
}

.button.huge {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 24px;
	font-weight: bold;
	padding: 12px 24px;
}

.button.wide {
	text-align: center;
	width: 100%;
}

.button.active,
.button:active {
	background-image: none;
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button.disabled,
.button[disabled] {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.button.large {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	line-height: normal;
	padding: 9px 14px 9px;
}

:root .button {
	border-radius: 0 \0;
}

button.button::-moz-focus-inner, input[type=submit].button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.button-group {
	position: relative;
	*zoom: 1;
}

.btn-group:before, .btn-group:after {
	content: "";
	display: table;
}

.button-group:after {
	clear: both;
}

.button-group + .button-group {
	margin-left: 5px;
}

.btn-toolbar .button-group {
	display: inline-block;
}

.button-group .button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	margin-left: -1px;
	position: relative;
}

.button-group .button:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 0;
}

.button-group .button:last-child, .button-group .dropdown-toggle {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.button-group .button.large:first-child {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	margin-left: 0;
}

.button-group .button.large:last-child, .button-group .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.button-group .button:hover, .button-group .button:focus, .button-group .button:active {
	z-index: 2;
}

.button-group .dropdown-toggle {
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
	padding-left: 8px;
	padding-right: 8px;
}

.button-group.open .dropdown-menu {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 1px;
}

.button-group.open .dropdown-menu.large {
	top: 40px;
}

.button-group.open .dropdown-toggle {
	background-image: none;
	-moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


div.autocomplete-w1 {
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	_background: none;
	_margin: 0;
}

div.autocomplete {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-left-color: #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	margin: 1px 0 0 0;
	max-height: 350px;
	overflow: auto;
	text-align: left;
	_height: 350px;
	_margin: 0;
	_overflow-x: hidden;
}

div.autocomplete div {
	color: #222;
	padding: 5px 10px;
	white-space: nowrap;
}

div.autocomplete div.selected  {
	background: #f2f2f2;
}

div.autocomplete div strong  {
	color: #aa0000;
	font-weight: bold;
}

.autocomplete-loading {
	background: url(../img/ico/load_in.gif) no-repeat 99% center;
}


/* =TABLES
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

.table {
	margin-bottom: 18px;
	width: 100%;
}

.table th, .table td {
	border-top: 1px solid #ddd;
	line-height: 18px;
	padding: 8px 5px;
}

.table th {
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
	vertical-align: middle;
}

.table td {
	vertical-align: top;
}

.table td.head {
	background: #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}

.table thead:first-child tr th,
.table thead:first-child tr td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

td.bg-fatal, tr:hover td.bg-fatal, .table-hovered tbody tr:hover td.bg-fatal {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP4f/78fwAJCwOda7Dg2gAAAABJRU5ErkJggg==);
}
td.bg-error, tr:hover td.bg-error, .table-hovered tbody tr:hover td.bg-error {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQImWP4f/78//9nz/oy/D971vf/+fP/AXdMDQUufjPUAAAAAElFTkSuQmCC);
}
td.bg-warn, tr:hover td.bg-warn, .table-hovered tbody tr:hover td.bg-warn {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQImWP4f/78MwYY+H/+/DMAP5MHB8uJHs0AAAAASUVORK5CYII=);
}
td.bg-notice, tr:hover td.bg-notice, .table-hovered tbody tr:hover td.bg-notice {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQImWP4f/58AwMM/D9/vgEAOZkGOwVJr1oAAAAASUVORK5CYII=);
}

td.bg-fatal,
td.bg-error,
td.bg-warn,
td.bg-notice {
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.table-bordered th {
	background: #f2f2f2;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}

.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
	border-left: 1px solid #ddd;
}

.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}

.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}

.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}

.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
}

.table-clean th, .table-clean td {
	border: 0;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #f8f8f8;
}

.table-hovered tbody tr:hover td {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAIUlEQVQImWP48OHDfxhmgAF0gQ8fPvxnQBfAqgMuiC4AALcBOSKVVCJyAAAAAElFTkSuQmCC);
}

.table tr.section td {
	border-top-width: 2px;
}

.table h1, .table h2, .table h3, .table h4, .table h5, .table h6, .table p, .table ul, .table ol { margin: 0; }

table th.column-0, table td.column-0, table th.column-1, table td.column-1, table th.column-1-5, table td.column-1-5, table th.column-2, table td.column-2, table th.column-2-5, table td.column-2-5, table th.column-3, table td.column-3, table th.column-3-5, table td.column-3-5, table th.column-4, table td.column-4, table th.column-5, table td.column-5, table th.column-6, table td.column-6, table th.column-7, table td.column-7, table th.column-8, table td.column-8, table th.column-9, table td.column-9, table th.column-10, table td.column-10, table th.column-11, table td.column-11, table th.column-12, table td.column-12 {
	float: none;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.table.untabled,
	.table.untabled thead,
	.table.untabled tbody,
	.table.untabled tfoot,
	.table.untabled th,
	.table.untabled td,
	.table.untabled tr {
		display: block;
	}

	.table.untabled thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table.untabled tr + tr { border-top: 2px solid #ddd; }

	.table.untabled td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		white-space: normal;
		text-align:left;
	}

	.table.untabled td[data-title] {
		min-height: 2.7em;
		padding-left: 35%;
	}

	.table.untabled td[data-title]:before {
		content: attr(data-title);
		position: absolute;
		top: 6px;
		left: 6px;
		width: 35%;
		padding-right: 10px;
		text-align:left;
		font-weight: bold;
	}
}


/* =ACTIONBOX
-------------------------------------------------- */
.actionbox {
	display: inline-block;
	margin: 0 2px;
	position: relative;
}

.actionbox .actionbox-trigger {
	display: none;
}

@media only screen and (min-width: 768px) {
	.actionbox .actionbox-trigger {
		cursor: pointer;
		display: block;
	}

	.actionbox .actionbox-trigger img,
	.actionbox .actionbox-trigger i {
		display: block;
		position: relative;
		z-index: 1;
	}

	.actionbox .actionbox-bubble {
		display: none;
		width: 1000px;
		position: absolute;
		right: -6px;
		top: -6px;
	}

	.actionbox .actionbox-content:before {
		background: #fff;
		border: 1px solid #e0e0e0;
		border-left-width: 0;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
		content: '';
		height: 16px;
		padding: 5px;
		position: absolute;
		right: -27px;
		top: -1px;
		width: 16px;
		z-index: 2;
	}

	.actionbox .actionbox-content {
		background: #fff;
		border: 1px solid #e0e0e0;
		-moz-border-radius: 3px 0 3px 3px;
		-webkit-border-radius: 3px 0 3px 3px;
		border-radius: 3px 0 3px 3px;
		line-height: 26px;
		padding: 10px 5px;
		position: absolute;
		right: 26px;
		top: 0;
		text-align: left;
		z-index: 2;
	}
}

.actionbox ul {
	list-style: none;
}

.actionbox .actionbox-content ul {
	padding: 0;
	margin: 0;
}

.actionbox ul.actionbox-content {
	padding: 0;
	margin: 0;
}

.actionbox .actionbox-content li {
	float: left;
	margin-right: 1em;
}

@media only screen and (min-width: 768px) {
	.actionbox .actionbox-content ul {
		display: table-cell;
		padding: 0 10px;
	}

	.actionbox .actionbox-content ul+ul {
		border-left: 1px solid #e0e0e0;
	}

	.actionbox ul.actionbox-content {
		padding: 10px 15px;
	}

	.actionbox .actionbox-content li {
		float: none;
		margin: 0;
		white-space: nowrap;
	}

	.actionbox .actionbox-content li.section {
		border-top: 1px solid #e0e0e0;
	}

	.main .subtree .actionbox {
		margin-right: 8px;
	}
}

.actionbox .actionbox-content li a {
	line-height: 26px;
}

.actionbox:hover .actionbox-bubble,
.actionbox.open .actionbox-bubble {
	display: block;
}

.actionbox:hover .actionbox-trigger img,
.actionbox.open .actionbox-trigger img,
.actionbox:hover .actionbox-trigger i,
.actionbox.open .actionbox-trigger i {
	z-index: 5;
}

@media only screen and (max-width: 767px) {
	.main .subtree .actionbox .actionbox-content li a {
		line-height: inherit;
	}
}

.filterbox {
	background: #f8f8f8;
	background-image: -moz-linear-gradient(left, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0)),
		-moz-linear-gradient(left, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		-moz-linear-gradient(top, rgba(128, 128, 128, .1), rgba(128, 128, 128, 0)),
		-moz-linear-gradient(top, rgba(128, 128, 128, 0), rgba(128, 128, 128, .1));
	background-image: -webkit-linear-gradient(left, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0)),
		-webkit-linear-gradient(left, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		-webkit-linear-gradient(top, rgba(128, 128, 128, .1), rgba(128, 128, 128, 0)),
		-webkit-linear-gradient(top, rgba(128, 128, 128, 0), rgba(128, 128, 128, .1));
	background-image: linear-gradient(to right, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0)),
		linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1)),
		linear-gradient(to bottom, rgba(128, 128, 128, .1), rgba(128, 128, 128, 0)),
		linear-gradient(to bottom, rgba(128, 128, 128, 0), rgba(128, 128, 128, .1));
	background-position: top left, top right, top left, bottom left;
	background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
	background-size: 18px auto, 18px auto, auto 9px, auto 9px;
	border: 1px solid #e0e0e0;
	border-width: 1px 0;
	margin-bottom: 18px;
	padding: 18px 0 9px;
}

.filterbox .frm {
	margin: 0;
}

.flashinfo {
	background: #f2f2f2 url(../img/ico/bulb.png) no-repeat 12px 9px;
	border: 1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 2px #e8e8e8;
	-webkit-box-shadow: inset 0 0 2px #e8e8e8;
	box-shadow: inset 0 0 2px #e8e8e8;
	margin-bottom: 10px;
	line-height: 18px;
	overflow: hidden;
	padding: 9px 10px 9px 40px;
	position: relative;
}

.flashinfo.big {
	background-position: 15px 18px;
	padding-left: 40px;
}

.flashinfo.error {
	background-color: #ffd9d9;
	background-image: url(../img/ico/bulb_red.png);
	border-color: #d94c4c;
	-moz-box-shadow: inset 0 0 2px #d94c4c;
	-webkit-box-shadow: inset 0 0 2px #d94c4c;
	box-shadow: inset 0 0 2px #d94c4c;
}

.flashinfo.warn {
	background-color: #fff7d9;
	background-image: url(../img/ico/bulb_yellow.png);
	border-color: #d9bd4c;
	-moz-box-shadow: inset 0 0 2px #d9bd4c;
	-webkit-box-shadow: inset 0 0 2px #d9bd4c;
	box-shadow: inset 0 0 2px #d9bd4c;
}

.flashinfo.success {
	background-color: #f1ffd9;
	background-image: url(../img/ico/bulb_green.png);
	border-color: #a5d94c;
	-moz-box-shadow: inset 0 0 2px #a5d94c;
	-webkit-box-shadow: inset 0 0 2px #a5d94c;
	box-shadow: inset 0 0 2px #a5d94c;
}

.flashinfo .flashinfo-close {
	background: url(../img/ico/close_m.png) no-repeat center center;
	cursor: pointer;
	height: 16px;
	float: right;
	margin: -4px -4px 0 0;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 16px;
}

.flashinfo a {
	text-decoration: underline;
}

.error-handler h2 {
	padding-top: 10px;
}

.error-handler p {
	font-size: 15px;
}

@media only screen and (min-width: 768px) {
	.error-handler {
		min-height: 320px;
	}

	.error-handler h2 {
		padding-top: 60px;
	}
}


/* =PAGINATION
-------------------------------------------------- */
.pagination {
	line-height: 36px;
	margin: 0 0 9px;
}

.pagination a,
.pagination span.page {
	background: #fff;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0 1px 0;
	min-width: 2.2em;
	padding: 2px 2px 1px;
	text-align: center;
}

.pagination a:hover,
.pagination span.selected {
	background: #fafafa;
	border-color: #bfbfbf;
	color: #a00;
	text-decoration: none;
}

.pagination span.selected {
	background: #a00;
	border-color: #900;
	color: #efefef;
}

.pagination span.hide {
	border: none;
	display: none;
}

.pagination span.dots {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	max-width: 360px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}


/* =ICONS
-------------------------------------------------- */
i, .generatedcontent .ico:before {
	background: url(../img/sprite.png) no-repeat 100px 100px;
	display: inline-block;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}

i {
	vertical-align: middle;
}

.generatedcontent .ico { padding-left: 20px; position: relative; }
.generatedcontent .ico.empty { padding-left: 16px; }
.generatedcontent .ico:before {
	content: '';
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

i.loading, .ico.loading:before {
	background: url(../img/ico/load_in.gif) no-repeat 0 0;
}

i.admin-mode, .ico.admin-mode:before { background-position:  -0px -0px; }
i.arrow-bottom, .ico.arrow-bottom:before { background-position:  -0px -16px; }
i.arrow-left, .ico.arrow-left:before { background-position:  -0px -32px; }
i.arrow-move, .ico.arrow-move:before { background-position:  -0px -48px; }
i.arrow-right, .ico.arrow-right:before { background-position:  -0px -64px; }
i.arrow-top, .ico.arrow-top:before { background-position:  -0px -80px; }
i.bulb, .ico.bulb:before { background-position:  -16px -0px; }
i.bulb-green, .ico.bulb-green:before { background-position:  -16px -16px; }
i.bulb-red, .ico.bulb-red:before { background-position:  -16px -32px; }
i.bulb-yellow, .ico.bulb-yellow:before { background-position:  -16px -48px; }
i.button-ban, .ico.button-ban:before { background-position:  -16px -64px; }
i.button-delete, .ico.button-delete:before { background-position:  -16px -80px; }
i.button-help, .ico.button-help:before { background-position:  -32px -0px; }
i.button-info, .ico.button-info:before { background-position:  -32px -16px; }
i.button-minus, .ico.button-minus:before { background-position:  -32px -32px; }
i.button-plus, .ico.button-plus:before { background-position:  -32px -48px; }
i.button-tick, .ico.button-tick:before { background-position:  -32px -64px; }
i.button-unban, .ico.button-unban:before { background-position:  -32px -80px; }
i.edit, .ico.edit:before { background-position:  -48px -0px; }
i.filters, .ico.filters:before { background-position:  -48px -16px; }
i.filters-add, .ico.filters-add:before { background-position:  -48px -32px; }
i.filters-delete, .ico.filters-delete:before { background-position:  -48px -48px; }
i.lock, .ico.lock:before { background-position:  -48px -64px; }
i.order-activate, .ico.order-activate:before { background-position:  -48px -80px; }
i.order-invoice, .ico.order-invoice:before { background-position:  -64px -0px; }
i.order-invoice-add, .ico.order-invoice-add:before { background-position:  -64px -16px; }
i.order-invoice-c, .ico.order-invoice-c:before { background-position:  -64px -32px; }
i.order-invoice-oc, .ico.order-invoice-oc:before { background-position:  -64px -48px; }
i.order-pay, .ico.order-pay:before { background-position:  -64px -64px; }
i.order-proforma, .ico.order-proforma:before { background-position:  -64px -80px; }
i.order-proforma-c, .ico.order-proforma-c:before { background-position:  -80px -0px; }
i.order-proforma-oc, .ico.order-proforma-oc:before { background-position:  -80px -16px; }
i.server-mail, .ico.server-mail:before { background-position:  -80px -32px; }
i.server-panel, .ico.server-panel:before { background-position:  -80px -48px; }
i.sort, .ico.sort:before { background-position:  -80px -64px; }
i.sort-asc, .ico.sort-asc:before { background-position:  -80px -80px; }
i.sort-desc, .ico.sort-desc:before { background-position:  -96px -0px; }
i.status, .ico.status:before { background-position:  -96px -16px; }
i.status-green, .ico.status-green:before { background-position:  -96px -32px; }
i.status-orange, .ico.status-orange:before { background-position:  -96px -48px; }
i.status-red, .ico.status-red:before { background-position:  -96px -64px; }
i.status-yellow, .ico.status-yellow:before { background-position:  -96px -80px; }
i.unlock, .ico.unlock:before { background-position:  -112px -0px; }
i.update, .ico.update:before { background-position:  -112px -16px; }
i.user, .ico.user:before { background-position:  -112px -32px; }
i.user-business, .ico.user-business:before { background-position:  -112px -48px; }
i.view, .ico.view:before { background-position:  -112px -64px; }
i.ip, .ico.ip:before { background-position:  -112px -80px; }
i.ip-users, .ico.ip-users:before { background-position:  -128px -0px; }
i.info-about, .ico.info-about:before { background-position:  -128px -16px; }
i.info-contact, .ico.info-contact:before { background-position:  -128px -32px; }
i.info-blog, .ico.info-blog:before { background-position:  -128px -48px; }
i.info-facebook, .ico.info-facebook:before { background-position:  -128px -64px; }
i.info-google, .ico.info-google:before { background-position:  -128px -80px; }
i.domain, .ico.domain:before { background-position:  -144px -0px; }
i.domain-pricelist, .ico.domain-register:before { background-position:  -144px -16px; }
i.domain-transfer, .ico.domain-transfer:before { background-position:  -144px -32px; }
i.server, .ico.server:before { background-position:  -144px -48px; }
i.server-infrastructure, .ico.server-infrastructure:before { background-position:  -144px -64px; }
i.info-affiliate, .ico.info-affiliate:before { background-position:  -144px -80px; }
i.help, .ico.help:before { background-position:  -160px -0px; }
i.help-emergency, .ico.help-emergency:before { background-position:  -160px -16px; }
i.help-faq, .ico.help-faq:before { background-position:  -160px -32px; }
i.help-privacy, .ico.help-privacy:before { background-position:  -160px -48px; }
i.help-tos, .ico.help-tos:before { background-position:  -160px -64px; }
i.help-domain, .ico.help-domain:before { background-position:  -160px -80px; }
i.help-server, .ico.help-server:before { background-position:  -176px -0px; }
i.arrow-internal, .ico.arrow-internal:before { background-position:  -176px -16px; }
i.arrow-external, .ico.arrow-external:before { background-position:  -176px -32px; }
i.tweet, .ico.tweet:before { background-position:  -176px -48px; }
i.tweet-rev, .ico.tweet-rev:before { background-position:  -176px -64px; }
i.nav-cart, .ico.nav-cart:before { background-position:  -176px -80px; }
i.order, .ico.order:before { background-position:  -0px -96px; }
i.user-order, .ico.user-order:before { background-position:  -16px -96px; }
i.user-domain, .ico.user-domain:before { background-position:  -32px -96px; }
i.user-server, .ico.user-server:before { background-position:  -48px -96px; }
i.user-addon, .ico.user-addon:before { background-position:  -64px -96px; }
i.user-edit, .ico.user-edit:before { background-position:  -80px -96px; }
i.user-password, .ico.user-password:before { background-position:  -96px -96px; }
i.admin, .ico.admin:before { background-position:  -112px -96px; }
i.panel, .ico.panel:before { background-position:  -128px -96px; }
i.tick, .ico.tick:before { background-position:  -144px -96px; }
i.plus, .ico.plus:before { background-position:  -160px -96px; }
i.minus, .ico.minus:before { background-position:  -176px -96px; }
i.server-compare, .ico.server-compare:before { background-position:  -0px -112px; }
i.ssl, .ico.ssl:before { background-position:  -16px -112px; }
i.register, .ico.register:before { background-position:  -32px -112px; }
i.lost-password, .ico.lost-password:before { background-position:  -48px -112px; }
i.lost-code, .ico.lost-code:before { background-position:  -64px -112px; }
i.cart, .ico.cart:before { background-position:  -80px -112px; }

i.fig, .generatedcontent .ico.fig:before {
	background-image: url(../img/figures.png);
}

i.fig.menu, .ico.fig.menu:before { background-position:  -0px -0px; }
i.fig.menu:hover, .ico.fig.menu:hover:before { background-position:  -0px -16px; }
i.fig.grid, .ico.fig.grid:before { background-position:  -16px -0px; }
i.fig.grid:hover, .ico.fig.grid:hover:before { background-position:  -16px -16px; }
i.fig.slide-on, .ico.fig.slide-on:before { background-position:  -32px -0px; }
i.fig.slide-on:hover, .ico.fig.slide-on:hover:before { background-position:  -32px -16px; }
i.fig.slide-off, .ico.fig.slide-off:before { background-position:  -48px -0px; }
i.fig.slide-off:hover, .ico.fig.slide-off:hover:before { background-position:  -48px -16px; }

i.med, .generatedcontent .ico.med:before {
	background-image: url(../img/sprite_med.png);
	height: 24px;
	width: 24px;
}

.generatedcontent .ico.med { padding-left: 32px; }
.generatedcontent .ico.med:before { margin-top: 0; top: 0; }

i.med.domains, .ico.med.domains:before { background-position:  -0px -0px; }
i.med.servers, .ico.med.servers:before { background-position:  -0px -24px; }
i.med.ssl, .ico.med.ssl:before { background-position:  -0px -48px; }
i.med.facebook, .ico.med.facebook:before { background-position:  -0px -72px; }
i.med.google, .ico.med.google:before { background-position:  -24px -0px; }
i.med.twitter, .ico.med.twitter:before { background-position:  -24px -24px; }
i.med.wordpress, .ico.med.wordpress:before { background-position:  -24px -48px; }

i.big, .generatedcontent .ico.big:before {
	background-image: url(../img/sprite_big.png);
	height: 48px;
	width: 48px;
}

.generatedcontent .ico.big { padding-left: 56px; }
.generatedcontent .ico.big:before { margin-top: 0; top: 0; }

i.big.orders, .ico.big.orders:before { background-position:  -0px -0px; }
i.big.domains, .ico.big.domains:before { background-position:  -0px -48px; }
i.big.servers, .ico.big.servers:before { background-position:  -0px -96px; }
i.big.addons, .ico.big.addons:before { background-position:  -48px -0px; }
i.big.affiliate, .ico.big.affiliate:before { background-position:  -48px -48px; }
i.big.user-edit, .ico.big.user-edit:before { background-position:  -48px -96px; }
i.big.user-password, .ico.big.user-password:before { background-position:  -96px -0px; }
i.big.backup, .ico.big.backup:before { background-position:  -96px -48px; }
i.big.help, .ico.big.help:before { background-position:  -96px -96px; }
i.big.flag, .ico.big.flag:before { background-position:  -144px -0px; }
i.big.screen, .ico.big.screen:before { background-position:  -144px -48px; }
i.big.time, .ico.big.time:before { background-position:  -144px -96px; }
i.big.wallet, .ico.big.wallet:before { background-position:  -192px -0px; }
i.big.vcard, .ico.big.vcard:before { background-position:  -192px -48px; }
i.big.wallet-empty, .ico.big.wallet-empty:before { background-position:  -192px -96px; }
i.big.breakdown, .ico.big.breakdown:before { background-position:  -240px -0px; }
i.big.faq, .ico.big.faq:before { background-position:  -240px -48px; }
i.big.battery, .ico.big.battery:before { background-position:  -0px -144px; }
i.big.database, .ico.big.database:before { background-position:  -48px -144px; }
i.big.contact, .ico.big.contact:before { background-position:  -96px -144px; }

.bar {
	background-color: #efefef;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 2px 4px;
	margin: -3px 0;
}

.bar.status-orange {
	background-color: #ffeeaa;
	border-color: #eedd99;
}

.bar.status-green {
	background-color: #ccffcc;
	border-color: #aaddaa;
}

.bar.status-red {
	background-color: #ffcccc;
	border-color: #ddaaaa;
}



/* =TOOLTIPS
-------------------------------------------------- */
.tippy, .tippy-tooltip {
	cursor: help;
}

.tippy-wrapper {
	position: relative;
}

.tippy-tooltip {
	background: #fff;
	color: #606060;
	display: none;
	font-size: .9em;
	min-width: 240px;
	max-width: 320px;
	padding: 1em;
	position: absolute;
	z-index: 11;
}

.cssgradients .tippy-tooltip {
	background-color: #e2e2e2;
	background-image: -moz-linear-gradient(top, #fff, #f8f8f8);
	background-image: -ms-linear-gradient(#fff, #f8f8f8);
	background-image: -o-linear-gradient(#fff, #f8f8f8);
	background-image: -webkit-linear-gradient(#fff, #f8f8f8);
	background-image: linear-gradient(#fff, #f8f8f8);
	background-repeat: no-repeat;
	border: 1px solid #cfcfcf;
	border-bottom-color: #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 4px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 4px 8px rgba(0, 0, 0, 0.2);
}

.generatedcontent .tippy-tooltip {
	margin-left: 5px;
}

.generatedcontent .tippy-tooltip:before,
.generatedcontent .tippy-tooltip:after {
	content: '';
	border: 5px solid transparent;
	border-right: 5px solid #cfcfcf;
	display: block;
	height: 0;
	left: -11px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 0;
}

.generatedcontent .tippy-tooltip:after {
	border-right-color: #fafafa;
	left: -10px;
}

.generatedcontent .tippy-tooltip.tippy-left {
	margin-left: -5px;
}

.generatedcontent .tippy-tooltip.tippy-left:before,
.generatedcontent .tippy-tooltip.tippy-left:after {
	border-left-color: #cfcfcf;
	border-right-color: transparent;
	left: auto;
	right: -11px;
}

.generatedcontent .tippy-tooltip.tippy-left:after {
	border-left-color: #fafafa;
	border-right-color: transparent;
	right: -10px;
}

.generatedcontent .tippy-tooltip.tippy-over {
	margin-left: 0;
	margin-top: -5px;
}

.generatedcontent .tippy-tooltip.tippy-over:before,
.generatedcontent .tippy-tooltip.tippy-over:after {
	border-top-color: #cfcfcf;
	border-right-color: transparent;
	left: 50%;
	margin-top: 0;
	margin-left: -5px;
	top: auto;
	bottom: -11px;
}

.generatedcontent .tippy-tooltip.tippy-over:after {
	border-top-color: #fafafa;
	border-right-color: transparent;
	bottom: -9px;
}

.generatedcontent .tippy-tooltip.tippy-under {
	margin-left: 0;
	margin-top: 5px;
}

.generatedcontent .tippy-tooltip.tippy-under:before,
.generatedcontent .tippy-tooltip.tippy-under:after {
	border-bottom-color: #cfcfcf;
	border-right-color: transparent;
	left: 50%;
	margin-top: 0;
	margin-left: -5px;
	top: -11px;
}

.generatedcontent .tippy-tooltip.tippy-under:after {
	border-bottom-color: #fafafa;
	border-right-color: transparent;
	top: -10px;
}

.tippy-tooltip .tooltip-close {
	background: url(../img/ico/close_m.png) no-repeat center center;
	cursor: pointer;
	height: 16px;
	margin: -10px -10px 0 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 16px;
}

.tippy-tooltip a {
	color: #900;
}

.tippy-tooltip a:hover {
	color: #a00;
}

.tippy-tooltip p {
	margin: 0;
}

.tippy-tooltip p.tooltip-more {
	background: none repeat scroll 0 0 #f4f4f4;
	border-top: 1px solid #e8e8e8;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 5px -12px -12px -11px;
	padding: 5px 13px;
	text-align: right;
}

.frm-element-tooltip .frm-input, .frm-element-tooltip .uneditable-input {
	float: left;
}

.frm-tooltip {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* =CHARTS
-------------------------------------------------- */
.chart {
	margin: 0 0 36px;
}

.chart .legendColorBox div {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.chart .legendColorBox > div {
	border-width: 0 !important;
	margin: 3px 2px 0 0;
}

.chart .legendColorBox > div > div {
	width: 0 !important;
	border-width: 3px !important;
}

.chart .legendLabel {
	font-size: 11px;
	padding-right: 10px;
}


.one-page { padding-top: 60px; }
.one-page header { background: url("../img/bgnd_body.png") #202020; height: 60px; left: 0; position: fixed; right: 0; top: 0; z-index: 1050; }
.one-page .main { padding: 50px 0; }
.one-page .main h1, .one-page .main h2, .one-page .main h3 { font-weight: bold; }
.one-page .main h1 { font-size: 36px; }
.one-page .main h2 { font-size: 26px; }
.one-page .main p, .one-page .main li { font-size: 16px; line-height: 26px; margin: 0 0 15px; }
.one-page .main p.lead { font-size: 18px; line-height: 30px; }
.one-page .main li { margin: 0 0 10px; }
.one-page .main li i { margin-right: 8px; }
.one-page .main .picture { margin: 0; width: 90%; }
.one-page .main .right .picture { margin: 0 0 0 10%; }
.one-page .main .picture.round { border-radius: 50%; overflow: hidden; width: 80%; }
.one-page .main .feature { margin-top: -60px; padding: 120px 0 60px; }
.one-page .main .separator { background: #dfdfdf; height: 2px; margin: 40px 0; position: relative; text-align: center; }
.one-page .main .separator a { background: #dfdfdf; border: 2px solid #dfdfdf; border-radius: 50%; display: block; height: 32px; left: 50%; line-height: 25px; margin-left: -16px; position: absolute; vertical-align: top; width: 32px; top: -15px; transition: all .4s; }
.one-page .main .separator a:hover { background: #fafafa; }
.one-page .main hr { margin: 40px 0; }
.one-page .main .navigation { font-size: 16px; }
.one-page .main .navigation i { margin-right: 8px; }
.one-page .main .navigation .text-right i { margin-left: 8px; margin-right: 0; }


/* =UTILS
-------------------------------------------------- */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

@media only screen and (max-width: 479px) {
	.handset-text-left { text-align: left; }
	.handset-text-right { text-align: right; }
	.handset-text-center { text-align: center; }
}

@media only screen and (max-width: 767px) {
	.mobile-text-left { text-align: left; }
	.mobile-text-right { text-align: right; }
	.mobile-text-center { text-align: center; }
}

.color-success { color: #11a222; }
.color-error { color: #a21111; }
.color-lite { color: #aaa; }

.hide, .show-me, .dialog { display: none; }

.font-small { font-size: 80%; }
.font-big { font-size: 125%; }
.no-space { margin: 0; padding: 0; }
.hightlight { color: #900; font-weight: bold; }
.switch { cursor: pointer; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }

.mobile-hide { display: none; }
.mobile-clear { clear: both; }

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

@media only screen and (max-width: 767px) {
    .mobile-unfloat { float: none; }
}

@media only screen and (min-width: 768px) {
	.mobile-show { display: none !important; }
	.mobile-hide { display: inherit !important; }
	.mobile-clear { clear: inherit !important; }
}

.ui-dialog { max-width: 100%; }
.ui-datepicker.ui-datepicker-timepicker { width: 34em; }
.ui-datepicker-timepicker .ui-datepicker-calendar { float: left; width: 50%; }
.ui-datepicker-buttonpane { clear: both; }
.ui-timepicker-div { float: right; width: 48%; }
.ui-timepicker-div dt { clear: both; float: left; margin: 0; }
.ui-timepicker-div dd { margin: 0 0 1.2em 5em; }
.clearlooks2, .clearlooks2 iframe { max-width: 100%; }

/* =PRINT
-------------------------------------------------- */
@media print {
	* { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}