/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

body { min-width: 980px; height: 100% }
.wrapper { width: 980px; }
#maininner { width: 980px; }
#menu .dropdown { width: 250px; }
#menu .columns2 { width: 500px; }
#menu .columns3 { width: 750px; }
#menu .columns4 { width: 1000px; }

body#page { background: #fefefe; }

.selected {color:red;}

/* Layout
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#toolbar { text-shadow: 0 1px 0 rgba(253,253,255,1.0); }

#toolbar,
#toolbar a { color: #99999b; }
#toolbar a:hover { color: #222224; }

/* Footer */
#footer {
	color: #87878B;
	text-shadow: 0 1px 0 rgba(253,253,255,1.0);
        position: relative;
        bottom: 0;
	text-align: center;
        width:100%;
        margin: 15px 0 15px 0;
}

#footer a { color: #444446; }

li.thumbfix.span12 + li { margin-left : 0px; }
li.thumbfix.span6:nth-child(2n + 3) { margin-left : 0px; }
li.thumbfix.span4:nth-child(3n + 4) { margin-left : 0px; }
li.thumbfix.span3:nth-child(4n + 5) { margin-left : 0px; }
li.thumbfix.span2:nth-child(6n + 7) { margin-left : 0px; }
li.thumbfix.span1:nth-child(12n + 13) { margin-left : 0px; }

/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/

/* Module Type: Headerbar Line */

#headerbar .module {
	color: #666668;
	text-shadow: 0 1px rgba(253,253,255,1.0);
}

#headerbar .module strong { color: #444446; }
#headerbar .module small { color: #99999b; }


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/

div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
div.mod-languages li {
	margin-left: 5px;
	margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
	display:inline;
}

div.mod-languages ul.lang-block li {
	display:block;
}

div.mod-languages img {
	border:none;
}

div.mod-languages a {
	text-decoration: none;
}


#advanced-search {
	text-align:left;
	width:100%;
	padding:5px 0 15px;
}

#advanced-search-toggle {
	cursor:pointer;
}

#search-query-explained {
	padding:10px 0;
}

#search-query-explained span.term,
#search-query-explained span.date,
#search-query-explained span.when,
#search-query-explained span.branch,
#search-query-explained span.node,
#search-query-explained span.op {
	font-weight:bold;
}

#search-query-explained span.op {
	text-transform:uppercase;
}

/* #search-results li.search-result .mime-pdf {
	padding-left:20px;
	background:url(../images/mime/pdf.png) no-repeat;
} */

#search-results .search-pagination,
#search-results .pagination,
#search-results .search-pages-counter {
	clear:both;
	margin:0 auto;
}

#highlighter-start, #highlighter-end {
	display:none;
	height:0;
	opacity:0;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

ul.autocompleter-choices {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #EEEEEE;
	background-color:white;
	border-right-color:#DDDDDD;
	border-bottom-color:#DDDDDD;
	text-align:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:50;
}

ul.autocompleter-choices li {
	background:none;
	position:relative;
	padding:0.1em 1.5em 0.1em 1em;
	cursor:pointer;
	font-weight:normal;
	font-size:1em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color:#444;
	color:#fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight:bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color:#9FCFFF;
}

ul#finder-filter-select-list {
	top: 4em !important;
}


/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Base Style Sheet - Reduces inconsistencies across all browsers
 * Stripped down and improved collection of best practises
 * To avoid redundant code it sets new default values instead of baseline defaults and re-resetting them later
 * Thanks to HTML5 Boilerplate, Yahoo! User Interface (YUI) Library, No CSS Reset
 */


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

/* Force vertical scrollbar in non-IE + force height of the body element to fit at least the browser window */
html {
	overflow-y: scroll;
	height: 100%;
}

/* Create a stacking context to prevent z-index issues */
body { position: relative; }

/* Remove outline when clicking links: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

/* Removes scrollbar in IE */
textarea { overflow: auto; }

/* Remove background from selected images */
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

/* Remove borders */
fieldset,
img,
iframe { border: 0; }

/* Hand cursor on clickable input elements */
input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select, button, label { cursor: pointer; }


/* Render new HTML5 elements as blocks
----------------------------------------------------------------------------------------------------*/

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


/* New Base Values
----------------------------------------------------------------------------------------------------*/

body { margin: 0; }

/* Block Space */
/* p, hr,
ul, ol, dl,
blockquote, pre,
fieldset, figure { margin: 15px 0; } */

/* h1, h2, h3, h4, h5, h6 { margin: 25px 0 15px 0; } */
h1 { font-size: 28px; }
h4 { margin: 10px 0 10px 0; }

.page-header {margin-top:0px; margin-bottom:10px; font-size:20px; padding-bottom:0px;}

/* Lists */
/* ul, ol, dl { padding-left: 30px } */
dd { margin-left: 40px; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* h1 { font-size: 36px; line-height: 36px; }
h2 { font-size: 24px; line-height: 24px; }
h3 { font-size: 18px; line-height: 18px; }
h4, h5, h6 { font-size: 16px; line-height: 16px; } */

/* Links */
a, a:hover { text-decoration: none; }

/* Text-level Semantics */
small { font-size: 11px; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
dfn[title] { font-style: normal; }

/* Horizontal Rule */
hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid;
}

/* Quotes */
q, blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
	
blockquote {
	padding: 0 20px;
	font-size: 16px;
	line-height: 22px;
}

blockquote:before { content: '\201C'; }
blockquote:after { content: '\201D'; }

/* Code */
code, pre { font-family: "Courier New", Courier, monospace; }

code { word-spacing: -2px; }

pre {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	white-space: pre-wrap;
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td { padding: 1px; }

/* Forms */
input, select { vertical-align: middle; }

select, input, textarea, button { font: 12px Arial, sans-serif; }

form, textarea { margin: 0; }
legend, fieldset, input { padding: 0; }

textarea,
input[type='text'],
input[type='password'],
select { padding: 2px; }
select { line-height: 19px; }
/* 
button,
input[type='button'],
input[type='submit'] { padding: 2px 3px; } */




/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #444446;
}

/* Headlines */
/* h1, h2, h3, h4, h5, h5, h6 { text-transform: uppercase; }

h4, h5, h6 { font-size: 14px; line-height: 14px; }

a { color: #777779; }

a:hover,
em, code { color: #222224; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #d2d2d4; }

pre {
	border: 1px solid #d2d2d4;
	border-top-color: #a2a2a4;
	border-radius: 4px;
	background: #fefeff;
	box-shadow: inset 0 0 12px rgba(0,0,2,0.04);
} */


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

/* a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
} */


/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Layout Style Sheet - Provides a fluid grid and helper classes to create any layout and some layout defaults
 */


/* Grid and Clearing Tools
----------------------------------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.grid-block:before,
.grid-block:after,
.deepest:before,
.deepest:after {
	content: "";
    display: table;
}
.clearfix:after,
.grid-block:after,
.deepest:after { clear: both; }

.grid-box { float: left; }

/* Grid Units */
.width16 { width: 16.666%; }
.width20 { width: 20%; }
.width25 { width: 25%; }
.width33 { width: 33.333%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width66 { width: 66.666%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width100 { width: 100%; }

/* Create new Block Formatting Contexts */
.bfc-o { overflow: hidden; }
.bfc-f {
	width: 100%;
	float: left;
}

/* Align Boxes */
.float-left { float: left; }
.float-right { float: right; }

/* Grid Gutter */
.grid-gutter.grid-block { margin: 15px -15px 0 -15px; }
.grid-gutter.grid-block:first-child { margin-top: 0; }
.grid-gutter > .grid-box > * { margin: 0 15px; }


/* Layout Defaults
----------------------------------------------------------------------------------------------------*/

/* Center Page */
.wrapper { margin: auto; }

/* Header */
#header { position: relative; }

#toolbar .float-left .module,
#toolbar .float-left > time {
	margin: 0 15px 0 0;
	float: left;
}

#toolbar .float-right .module {
	margin: 0 0 0 15px;
	float: right;
}

#headerbar .module {
	max-width: 300px;
	margin-right: 0;
	float: right;
}

#logo, #logo > img,
#menu { float: left; }
#search { float: right; margin-top:1px; margin-right:7px; }
#search input[type=text] {height:22px; border:0px;}

#banner {
	position: absolute;
	top: 0;
	right: -200px;
}

/* Absolute */
#absolute {
	position: absolute;
	z-index: 15;
	width: 100%;
}


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content { margin: 5px; }

#breadcrumbs + #content { margin-top: 10px; }

#menu .module {
	margin: 10px;
	color: #a2a2a4;
	text-shadow: 0 1px 0 rgba(0,0,2,0.3);
}

#footer .module { margin: 0; }

#header { margin-top: 25px; }
#headerbar { margin-bottom: 25px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#block-toolbar {
	border-top: 1px solid #fdfdff;
	border-bottom: 1px solid rgba(0,0,2,0.1);
	background: url(../img/toolbar.png) 0 0 repeat-x;
	box-shadow: 0 1px 0 rgba(253,253,255,0.5);
}

#toolbar {
	padding: 5px;
	line-height: 24px;
	font-size: 12px;
}

/* Menubar */
#menubar {
	height: 29px;
	padding: 8px;
	border: 1px solid #e31e24;
	border-radius: 7px;
	background-color: #e31e24;
	box-shadow:
		inset 0 1px 0 rgba(253,253,255,0.2),
		0 1px 1px rgba(0,0,2,0.2);
}

/* Content */
#content,
#breadcrumbs {
	padding: 13px;
	border: 2px solid #fff;
	border-radius: 7px;
	background: #F7F7F9;
	box-shadow:
		0 0 0 1px rgba(0,0,2,0.1),
		0 1px 0 rgba(0,0,2,0.15),
		0 1px 1px rgba(0,0,2,0.1);
	text-shadow: 0 1px 0 rgba(253,253,255,1);
}

/* ToTop Scroller */
#totop-scroller {
        position: fixed;
        bottom: 25px;
        right: 60px;
        text-indent: -9999px;
	z-index: 1;
	width: 23px;
	height: 24px;
	background: url(../img/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
        display: none;
}

#totop-scroller:hover { background-position: 0 -40px; }
#tmplt {position:absolute; top:0; left: -6800px;}


/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Menus Style Sheet - Defines base styles for various menus
 * Supported: Mega Drop-Down Menu, Sidebar/Accordion Menu and Line Menu
 */


/* Menu Helpers
----------------------------------------------------------------------------------------------------*/

.menu,
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu a,
.menu span { display: block; }
.menu a { text-decoration: none; }


/* Mega Drop-Down Menu
----------------------------------------------------------------------------------------------------*/

.menu-dropdown li { position: relative; }

/* Level 1 */
.menu-dropdown,
.menu-dropdown .level1,
.menu-dropdown .level1 > span { float: left; }

.menu-dropdown a.level1 > span,
.menu-dropdown span.level1 > span {
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
}

/* Drop-Down */
.menu-dropdown .dropdown {
	visibility: hidden;
	position: absolute;
	top: 35px;
 	left: 0;
	z-index: 100;
	width: 300px; /* Default */
}

.menu-dropdown li:hover .dropdown,
.menu-dropdown li.remain .dropdown { visibility: visible; }

.menu-dropdown .dropdown-bg > div { overflow: hidden; }

/* Multi Columns, Default */
.menu-dropdown .columns2 { width: 600px; }
.menu-dropdown .columns3 { width: 900px; }
.menu-dropdown .columns4 { width: 1200px; }

.menu-dropdown .column { float: left; }

/* Level 2 */
.menu-dropdown a.level2 > span,
.menu-dropdown span.level2 > span {
	padding: 7px 0;
	line-height: 21px;
	overflow: hidden;
}

/* Level 3 */
.menu-dropdown ul.level3 { padding-bottom: 10px; }

.menu-dropdown li.level3 { /* Must be set in li for IE7 */
	font-size: 11px;
	line-height: 17px;
}

/* Icons */
.menu-dropdown span.icon {
	display: block;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
}

.menu-dropdown span.icon + span,
.menu-dropdown span.icon + span + span { margin-left: 35px; }

.menu-dropdown li.level2 .level2 span.icon {
	margin-top: -7px;
	margin-bottom: -7px;
}
.menu-dropdown li.level2.hassubtitle .level2 span.icon { margin-top: -2px; }

/* Subtitles */
.menu-dropdown span.title { line-height: 21px; }

.menu-dropdown span.subtitle {
	margin-top: -1px;
	font-size: 9px;
	line-height: 10px;
	text-indent: 1px;
}


/* Sidebar/Accordion Menu
----------------------------------------------------------------------------------------------------*/

/* Accordion */
.menu-sidebar li.parent span.level1 > span { cursor: pointer; }

/* Level 1 */
.menu-sidebar a.level1 > span,
.menu-sidebar span.level1 > span {
	padding: 5px 0;
	line-height: 20px;
}

/* Remove Subtitles */
.menu-sidebar span.title { display: inline; }
.menu-sidebar span.subtitle { display: none; }

/* Level 2-4 */
.menu-sidebar ul.level2 { padding-bottom: 10px; }
.menu-sidebar li.level1:last-child ul.level2 { padding-bottom: 0; }

.menu-sidebar .level2 a > span {
	font-size: 11px;
	line-height: 17px;
}

/* Icons */
.menu-sidebar span.icon {
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: -5px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
}


/* Line Menu
----------------------------------------------------------------------------------------------------*/

/* Level 1 */
.menu-line,
.menu-line li,
.menu-line li a { display: inline-block; }




/* Mega Drop-Down Menu
----------------------------------------------------------------------------------------------------*/

.menu-dropdown a,
.menu-dropdown span.level1,
.menu-dropdown .level1 span > span.title,
.menu-dropdown .level2 .separator > span { color: #fdfdff; }

.menu-dropdown a:hover,
.menu-dropdown li.level1:hover .level1,
.menu-dropdown .level1:hover .level1 span.title,
.menu-dropdown li.remain .level1 { color: #fdfdff; }

/* Level 1 */
.menu-dropdown li.level1 { margin-right: 6px; }

.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	border: 1px solid transparent;
	border-radius: 4px;
	/* background: url(../images/menu_dropdown_level1.png) 0 0 no-repeat; */
	font-size: 15px;
	text-shadow: 0 1px 0 rgba(0,0,2,0.3);
	text-transform: uppercase;
}

.menu-dropdown a.level1 > span,
.menu-dropdown span.level1 > span {
	height: 30px;
	line-height: 30px;
}

/* Set Active */
.menu-dropdown li.active .level1 {
	border-top-color: rgba(0,0,2,0.25);
	border-right-color: rgba(0,0,2,0.12);
	border-bottom-color: rgba(0,0,2,0.12);
	border-left-color: rgba(0,0,2,0.25);
	background-position: 0 -100px;
	background-repeat: repeat-x;
	box-shadow: 1px 1px 0 rgba(253,253,255,0.05);
}

/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 {
	background-color: white;
	background-position: 0 -50px;
	background-repeat: repeat-x;
	/* box-shadow: inset 0 1px 0 white,
				0 1px 1px white; */
	text-shadow: 0 -1px 0 rgba(0,0,2,0.5);
	color: #e31e24;
}

/* Parent */
.menu-dropdown li.level1.parent a.level1 > span {
	padding-right: 25px;
	/* background: url(../images/menu_dropdown_level1_parent.png) 100% 50% no-repeat; */
}

/* Parent Hover */
.menu-dropdown li.level1.parent:hover .level1,
.menu-dropdown li.remain.parent .level1 {
	height: 31px;
	border-radius: 4px 4px 0 0;
}

/* Drop-Down */
.menu-dropdown .dropdown {
	top: 30px;
	left: -2px;
}

.menu-dropdown .dropdown-bg { margin: 2px; }

.menu-dropdown .dropdown-bg > div {
	border: 1px solid rgba(0,0,2,0.55);
	border-top: none;
	background: #525254;
	border-radius: 0 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0,0,2,0.45);
}

.menu-dropdown .column ul.level2 { border-left: 1px solid #474749; }
.menu-dropdown .column:first-child ul.level2 { border-left: none; }

/* Level 2 */
.menu-dropdown li.level2 {  border-top: 1px solid #474749; }
.menu-dropdown li.level2:first-child { border: none; }

.menu-dropdown a.level2 > span,
.menu-dropdown span.level2 > span {
	padding: 5px 10px;
	line-height: 26px;
	text-transform: uppercase;
}

.menu-dropdown .level2 a,
.menu-dropdown .level2 span { text-shadow: 0 1px 0 rgba(0,0,2,0.2); }
	
/* Set Hover */
.menu-dropdown a.level2:hover { background: #575759; }

/* Set Current */
.menu-dropdown a.current.level2 {
	background: #4c4c4e;
	font-weight: bold;
}

.menu-dropdown .level2 a.current { text-shadow: 0 -1px 0 rgba(0,0,2,0.3); }

/* Level 3 */
.menu-dropdown ul.level3 { padding: 7px 10px; }

.menu-dropdown a.level3 {
	padding: 0 0 0 12px;
	text-transform: uppercase;
}

/* Set Hover */
.menu-dropdown a.level3:hover { background-position: 0 -50px; }

/* Set Current */
.menu-dropdown a.current.level3 {
	background-position: 0 -100px;
	font-weight: bold;
} 

/* Icons */
.menu-dropdown .level1 .level1 span.icon {
	width: 30px;
	height: 30px;
	margin-left: -5px;
}
.menu-dropdown .level1 .level1 span.icon + span,
.menu-dropdown .level1 .level1 span.icon + span + span { margin-left: 25px; }

.menu-dropdown li.level2 .level2 span.icon { margin-right: 4px; }

.menu-dropdown li.level2 .level2 span.icon + span,
.menu-dropdown li.level2 .level2 span.icon + span + span { margin-left: 39px; }

/* Subtitles */
.menu-dropdown .level1 .level1 span.title {
	font-size: 14px;
	line-height: 20px;
}
.menu-dropdown .level1 .level1 span.subtitle {
	margin-top: -3px;
	font-size: 8px;
	color: #a2a2a4;
}

.menu-dropdown .level2 .level2 span.title { color: #e2e2e4; }
.menu-dropdown .level2 .level2 span.subtitle { color: #a2a2a4; }


/* Sidebar/Accordion Menu
----------------------------------------------------------------------------------------------------*/

/* Module Spacing */
.mod-box .menu-sidebar,
.mod-box-header .menu-sidebar  { margin: -13px -13px 0 -13px; }

/* Link */
.menu-sidebar a,
.menu-sidebar li > span {
	color: #777779;
	font-size: 16px;
}

/* Hover */
.menu-sidebar a:hover,
.menu-sidebar li > span:hover { color: #444446; }

/* Current */
.menu-sidebar a.current { font-weight: normal; }

/* Level 1 */
.menu-sidebar li.level1 a.level1,
.menu-sidebar li.level1 span.level1,
.menu-sidebar ul.level2 {
	/* background-image: url(../images/menu_sidebar_level1.png); */
	background-position: 0 0;
	background-repeat: repeat-x;
}
.menu-sidebar li.level1:first-child > a,
.menu-sidebar li.level1:first-child > span { background-image: none; }

.menu-sidebar a.level1 > span,
.menu-sidebar span.level1 > span {
    line-height: 26px;
    padding: 5px 15px;
}

.menu-sidebar li.level1.active { background-color: #fcfcfe; }

/* .menu-sidebar li.parent .level1 > span { background: url(../images/menu_sidebar_parent.png) 100% 0 no-repeat; } */
.menu-sidebar li.parent.active .level1 > span { background-position: 100% -100px; }

/* Level 2-4 */
.menu-sidebar ul.level2 { padding: 10px 15px; }
.menu-sidebar li.level1:last-child ul.level2 { padding-bottom: 10px; }

.menu-sidebar ul.level2 ul { padding-left: 10px; }

.menu-sidebar .level2 a > span {
	line-height: 20px;
	font-size: 13px;
}

.menu-sidebar li.level2 a.level2 { padding: 0 0 0 12px; }
.menu-sidebar li.level2 a.level2:hover { background-position: 0 -50px; }
.menu-sidebar li.level2 a.level2.active { background-position: 0 -100px; }

.menu-sidebar .level2 .current > span { font-weight: bold; }

/* Icons */
.menu-sidebar span.icon { margin-right: 4px; }

/* Module Black */
/* Module Spacing */
.mod-black .menu-sidebar,
.mod-color .menu-sidebar { margin: 0 -14px; }

/* Level 1 */
.mod-black .menu-sidebar li.level1 a.level1,
.mod-black .menu-sidebar li.level1 span.level1,
/* .mod-black .menu-sidebar ul.level2 { background-image: url(../images/menu_sidebar_level1_black.png); } */

/* Link */
.mod-black .menu-sidebar a,
.mod-black .menu-sidebar li > span { color: #b1b1b3; }

/* Hover */
.mod-black .menu-sidebar a:hover,
.mod-black .menu-sidebar li > span:hover { color: #fdfdff; }

/* Active */
/* .mod-black .menu-sidebar li.level1.active { background-image: url(../images/menu_sidebar_level1_active_black.png); } */

.mod-black .menu-sidebar li.level1.active,
.mod-color .menu-sidebar li.level1.active { background-color: transparent; }

/* Parent */
.mod-black .menu-sidebar li.parent .level1 > span,
/* .mod-color .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent_black.png); } */

/* Module Color */
/* Level 1 */
.mod-color .menu-sidebar li.level1 a.level1,
.mod-color .menu-sidebar li.level1 span.level1,
/* .mod-color .menu-sidebar ul.level2 { background-image: url(../images/menu_sidebar_level1_color.png); } */

/* Active */
/* .mod-color .menu-sidebar li.level1.active { background-image: url(../images/menu_sidebar_level1_active_color.png); } */

/* Level 2 */
/* .mod-color .menu-sidebar li.level2 a.level2 { background-image: url(../images/menu_sidebar_level2_color.png); } */


/* Line Menu
----------------------------------------------------------------------------------------------------*/

.menu-line li { margin-left: 15px; }
.menu-line li:first-child { margin-left: 0; }

.menu-line li a {
	padding-left: 12px;
	/* background: url(../images/menu_line.png) 0 0 no-repeat; */
}
.menu-line li a:hover { background-position: 0 -50px; }

#footer .menu-line li {
	margin-left: 12px;
	padding-left: 13px;
	/* background: url(../images/menu_line_footer.png) 0 0 no-repeat; */
	font-size: 14px;
}
#footer .menu-line { margin-bottom: 10px; }

#footer .menu-line li:first-child,
#footer .menu-line li a {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Base
----------------------------------------------------------------------------------------------------*/

a:hover {
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}


/* Menus
----------------------------------------------------------------------------------------------------*/

/* Mega Drop-Down Menu */

/* Level 1 */
.menu-dropdown a.level1,
.menu-dropdown span.level1,
.menu-dropdown .level1 span > span.title {
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

.menu-dropdown a.level2:hover > span,
.menu-dropdown span.level2:hover > span {
	-moz-transition: color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}

.menu-dropdown a.level3:hover > span,
.menu-dropdown span.level3:hover > span {
	-moz-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

/* Menu Sidebar */
.menu-sidebar a,
.menu-sidebar li > span {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}


/* Tools
----------------------------------------------------------------------------------------------------*/

a.button-more:hover {
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

form.style input[type="text"],
form.style input[type="password"],
form.style select,
form.style textarea,
form.style button:hover,
form.style input[type="button"]:hover,
form.style input.button:hover,
form.style #submit:hover,
.mobile-switcher {
	-webkit-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	-moz-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	-o-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	-ms-transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
	transition:
		border-color 0.25s ease-in-out,
		color 0.25s ease-in-out,
		background 0.25s ease-in-out;
}


/* System
----------------------------------------------------------------------------------------------------*/

#searchbox .results li.result.selected {
	-webkit-transition: 
		color 0.3s ease-in-out,
		background 0.3s ease-in-out;
	-moz-transition:
		color 0.3s ease-in-out,
		background 0.3s ease-in-out;
	-o-transition:
		color 0.3s ease-in-out,
		background 0.3s ease-in-out;
	-ms-transition:
		color 0.3s ease-in-out,
		background 0.3s ease-in-out;
	transition:
		color 0.3s ease-in-out,
		background 0.3s ease-in-out;
}

#searchbox .results li.result.selected h3 {
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}



/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


/* Base
----------------------------------------------------------------------------------------------------*/

/* Link Colors */
a,
h2,
h4,
h5,
h6,
#footer a:hover,
.menu-dropdown li.active > a,
.menu-sidebar a.active,
.menu-sidebar li > span.active,
#system .pagination a:hover { color: #000; }

/* ::-moz-selection { background: #000; color: #fff; }
::selection { background: #000; color: #fff; } */


/* Menus
----------------------------------------------------------------------------------------------------*/

/* Menu-Dropdown */
.menu-dropdown a.level3 { background: url(../../images/color/red/menu_dropdown_level3.png) 0 0 no-repeat; }

/* Menu-Sidebar */
.menu-sidebar li.level2 a.level2 { background: url(../../images/color/red/menu_sidebar_level2.png) 0 0 no-repeat; }

.mod-black .menu-sidebar li.level2 a.level2 { background-image: url(../../images/color/red/menu_sidebar_level2_black.png); }

/* Link */
.mod-color .menu-sidebar a,
.mod-color .menu-sidebar li > span { color: #ffebe8; }

/* Hover */
.mod-color .menu-sidebar a:hover,
.mod-color .menu-sidebar li > span:hover { color: #fff; }

/* Active */
.mod-color .menu-sidebar a.active,
.mod-color .menu-sidebar li > span.active { color: #6b1000; }


/* Modules
----------------------------------------------------------------------------------------------------*/

.module .badge { background-image: url(../../images/color/red/module_badges.png); }

/* Module Color */
.mod-color {
	border: 1px solid #AF493A;
	border-top-color: #833327;
	background: #000;
	box-shadow:
		inset 0 0 5px rgba(128,53,43,0.7),
		0 1px 0 rgba(253,253,255,1.0);
	color: #FFEDEA;
	text-shadow: 0 1px 0 rgba(2,0,0,0.1);
}

.mod-color h3.module-title { color: #FFEDEA; }

.mod-color h3.module-title .subtitle { color: #FFBEB3; }

.mod-color a:hover,
.mod-color strong,
.mod-color code { color: #6b1000; text-shadow: 0 1px 0 rgba(245,255,240,0.2); }

.mod-color a { color: #FFBEB3; }

.mod-color a:hover { text-shadow: 0 1px 0 rgba(2,0,0,0.2); }


/* Tools
----------------------------------------------------------------------------------------------------*/

/* Button More */
a.button-more {
	border-bottom: 1px solid #ad4f42;
	background: #cb5d4e;
	background: -moz-linear-gradient(
					top,
					rgba(212,123,110,1.0) 0%,
					rgba(203,93,78,1.0) 100%
				);
	background: -webkit-linear-gradient(
					top,
					rgba(212,123,110,1.0) 0%,
					rgba(203,93,78,1.0) 100%
				);
	background: -webkit-gradient( 
					linear,
					50% 0%,
					50% 100%,
					color-stop(0%, #d47b6e),
					color-stop(100%, #cb5d4e)
				);
	background: -o-linear-gradient(
					top,
					rgba(212,123,110,1.0) 0%,
					rgba(203,93,78,1.0) 100%
				);
	background: linear-gradient(
					top,
					rgba(212,123,110,1.0) 0%,
					rgba(203,93,78,1.0) 100%
				);
	background: -ms-linear-gradient(
					top,
					rgba(212,123,110,1.0) 0%,
					rgba(203,93,78,1.0) 100%
				);
}

a.button-more:hover {
	border-bottom-color: #913123;
	color: #6b1000!important;
}

a.button-more:active { border-top: 1px solid #913123; }


/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Modules Style Sheet - Defines general module defaults, headings, badges and icons
 */


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module { position: relative; }

.module .badge {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon {
	display: block; 
	position: relative;
	top: -6px;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}


/* Module Defaults
----------------------------------------------------------------------------------------------------*/

.deepest > *:first-child { margin-top: 0; }
.deepest > *:last-child { margin-bottom: 0; }


/* Module Headings
----------------------------------------------------------------------------------------------------*/

.module .module-title { margin: 0 0 15px 0; }

/* Subtitles */
.module .module-title span.title { display: block; }

.module .module-title span.subtitle {
	display: block;
	margin-top: 2px;
	line-height: 14px;
	font-size: 12px;
	text-indent: 1px;
}



.module .module-title { font-size: 20px; }
.module .module-title .subtitle { font-size: 12px; }


/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module .badge {
	width: 48px;
	height: 48px;
}

.module .badge-hot { background-position: 0 0; }
.module .badge-top { background-position: 0 -50px; }
.module .badge-free { background-position: 0 -100px; }
.module .badge-new { background-position: 0 -150px; }


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon { background: url(../images/module_icons.png) 0 0 no-repeat; }

.mod-black .module-title .icon,
.mod-color .module-title .icon { background-image: url(../images/module_icons_color.png); }

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -30px; }
.module .module-title .icon-mail { background-position: 0 -60px; }
.module .module-title .icon-bubble { background-position: 0 -90px; }
.module .module-title .icon-login { background-position: 0 -120px; }
.module .module-title .icon-cart { background-position: 0 -150px; }


/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

.mod-box {
	padding: 13px;
	border: 2px solid #fff;
	border-radius: 7px;
	background: #F7F7F9;
	box-shadow:
		0 0 0 1px rgba(0,0,2,0.1),
		0 1px 0 rgba(0,0,2,0.15),
		0 1px 1px rgba(0,0,2,0.1);
	text-shadow: 0 1px 0 rgba(253,253,255,1.0);
}

.mod-box .badge { top: -4px; right: -4px; }

.mod-box .module-title .subtitle { color: #a2a2a4; }

/* Box Header */
.mod-box-header .module-title {
	margin: -13px -13px 13px -13px;
	padding: 13px;
	border-radius: 7px 7px 0 0;
	background: #E5E5E7 url(../images/module_box_header.png) 0 0 repeat-x;
}


/* Module Type: Black
----------------------------------------------------------------------------------------------------*/

.mod-black {
	padding: 14px;
	border: 1px solid rgba(0,0,2,0.8);
	border-radius: 7px;
	background: #363638 url(../images/module_black.png) 0 0 repeat-x;
	box-shadow:
		inset 0 1px 0 rgba(253,253,255,0.2),
		0 1px 1px rgba(0,0,2,0.2);
	color: #BFBFC1;
	text-shadow: 0 1px 0 rgba(0,0,2,0.3);
}

.mod-black .badge { top: -3px; right: -3px; }

.mod-black .module-title { color: #e3e3e5; }
.mod-black .module-title .subtitle { color: #99999c; }

.mod-black a:hover { color: #fdfdff; }

.mod-black strong,
.mod-black code { color: #ededef; }


/* Module Type: Color
----------------------------------------------------------------------------------------------------*/

.mod-color {
	padding: 14px;
	border-radius: 7px;
}

.mod-color .badge { top: -3px; right: -3px; }


/* Module Type: Headerbar Line
----------------------------------------------------------------------------------------------------*/

#headerbar .module {
	padding: 2px 20px;
	background: url(../images/module_line.png) 100% 0 repeat-y;
}

#headerbar .module:first-child { background: none; }




/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * System Style Sheet - Defines a base style for the Joomla and WordPress core HTML markup
 */


/* General
----------------------------------------------------------------------------------------------------*/

#system .page-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 18px;
}

#system .title { margin-top: 0; }
#system .title a { text-decoration: none; }

#system .title + .title { margin-top: 20px; }

#system > .description {
	margin-bottom: 30px;
	overflow: hidden;
}

#system small { font-style: italic; }


/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header { margin-bottom: 15px; }
#system .item > header .title { margin-bottom: 0; }

#system .item > header .meta {
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 13px;
}

#system .item > header .subtitle{
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#system .item > .content > *:first-child,
#system .item > .content > *[class*="align"]:first-child + * { margin-top: 0; }
#system .item > .content > *:last-child { margin-bottom: 0; }

#system .item > .links { margin: 22px 0 0 0; }
#system .item > .links a { margin-right: 15px; }

#system .item > .taxonomy {}
#system .item > .trackback {}
#system .item > .edit {}

#system .item > *:last-child { margin-bottom: 0; }

#system .item .socialbuttons { margin-top: 15px; }
#system .item .socialbuttons > div {
	margin-right: 10px;
	float: left;
}


/* Items
----------------------------------------------------------------------------------------------------*/

#system .items { margin: 0 -10px 0 -10px; }
#system .items .item { margin: 0 10px 0 10px; }

#system .items > .width50 .title { font-size: 22px; line-height: 22px; }
#system .items > .width33 .title { font-size: 20px; line-height: 20px; }
#system .items > .width25 .title { font-size: 18px; line-height: 18px; }


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination {
	margin-top: 10px;
	text-align: center;
}

#system .pagination a { text-decoration: none; }
#system .pagination strong { font-weight: normal; }

#system .pagination a,
#system .pagination strong {
	display: inline-block;
	min-width: 15px;
	height: 25px;
	margin-left: 5px;
	padding: 0 5px;
	line-height: 25px;
}
#system .pagination > *:first-child { margin-left: 0; }

#system .pagination a.previous,
#system .pagination a.next {
	font-size: 16px;
	line-height: 23px;
}


/* Search Box
----------------------------------------------------------------------------------------------------*/

#searchbox { position: relative; }

#searchbox input {
	width: 100%;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	float: left;
}

#searchbox button { display: none; }
#searchbox.filled button {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	border: none;
	line-height: 0;
	cursor: pointer;
}
#searchbox.loading button {}

/* Drop-Down Results */
#searchbox .results {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 10;
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
	height: 35px;
	line-height: 35px;
	text-indent: 15px;
	text-transform: uppercase;
}

#searchbox .results li.more-results { cursor: pointer; }

#searchbox .results li.result {
	padding: 10px 15px;
	cursor: pointer;
}

#searchbox .results li.result h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

#searchbox .results li.result div { font-size: 11px; }


/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs { overflow: hidden; }

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs strong {
	display: inline-block;
	text-decoration: none;
}

.breadcrumbs a,
.breadcrumbs > span { margin-right: 0px; }
/* .breadcrumbs  > small {margin-left:3px;} */

.breadcrumbs a {margin-right:3px;}

/* Author Box
----------------------------------------------------------------------------------------------------*/

#system .author-box { margin: 20px 0; }
#system .title + .author-box { margin-top: 0; }

#system .author-box .avatar {
	margin-right: 15px;
	float: left;
}

#system .author-box .name {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

#system .author-box .description {}


/* Comments
----------------------------------------------------------------------------------------------------*/

#system #comments { margin-top: 20px; }

#system #comments h3.comments-meta { margin: 0 0 10px 0; }

#system #comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Head */
#system #comments .comment-head {
	margin-bottom: 10px;
	overflow: hidden;
}

#system #comments .comment-head .avatar {
	margin-right: 10px;
	float: left;
}

#system #comments .comment-head .author {
	margin: 8px 0 0 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

#system #comments .comment-head .meta {
	margin: 3px 0 0 0;
	font-size: 11px;
}

/* Body */
#system #comments .comment-body {
	margin-bottom: 20px;
	padding: 0 10px;
}

#system #comments .comment-body .content { text-align: justify; }

#system #comments .comment-body .reply { margin: 10px 0 0 0; }

#system #comments .no-response .comment-body .reply { display: none; }

#system #comments .comment-body .moderation {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-style: italic;
}

#system #comments ul.level1 ul { padding-left: 55px; }

/* Respond */
#system #respond h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

#system #respond p.user { margin: 0; }

#system #respond input[type='text'] {
	width: 200px;
	height: 25px;
	padding-left: 5px;
	line-height: 25px;
}

#system #respond textarea {
	width: 100%;
	max-width: 400px;
	height: 100px;
}

/* Moved Respond */
#system ul #respond {
	margin: 0 0 30px 0;
	padding-left: 10px;
}


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

.comments-list > article {
	margin-top: 10px;
	padding-top: 10px;
	overflow: hidden;
}

.comments-list > article:first-child {
	margin: 0;
	padding: 0;
}

.comments-list .avatar {
	margin-right: 10px;
	float: left;
}

.comments-list .author {
	margin: 2px 0 0 0;
	font-size: 12px;
	line-height: 18px;
}

.comments-list .meta {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

.comments-list .content p { margin: 5px 0 0 0; }


/* Tag Cloud
----------------------------------------------------------------------------------------------------*/

.tagcloud {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.tagcloud li {
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
}

.tagcloud a { white-space: nowrap; }

.tagcloud .weight1 a { font-size: 11px; }
.tagcloud .weight2 a { font-size: 12px; }
.tagcloud .weight3 a { font-size: 13px; }
.tagcloud .weight4 a { font-size: 14px; }
.tagcloud .weight5 a { font-size: 15px; }
.tagcloud .weight6 a { font-size: 16px; }
.tagcloud .weight7 a { font-size: 18px; }
.tagcloud .weight8 a { font-size: 20px; }
.tagcloud .weight9 a { font-size: 23px; letter-spacing: -1px; }
.tagcloud .weight10 a { font-size: 26px; letter-spacing: -1px; }

/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Additional System Stylesheet for Joomla 1.7
 */


/* Item (Addition)
----------------------------------------------------------------------------------------------------*/
 
#system .item > header .icon { 
	margin: 2px 0 0 5px;
	float: right;
}

#system .item > .edit a { vertical-align: text-top; }


/* Item List
----------------------------------------------------------------------------------------------------*/

#system .item-list {
	margin-top: 10px;
	overflow: hidden;
}


/* Filter
----------------------------------------------------------------------------------------------------*/

#system .filter {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#system .filter > div {
	margin: 0 10px 0 0;
	float: left;
}


/* Tooltip
----------------------------------------------------------------------------------------------------*/

.tip-wrap {
	display: none;
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
	font-size: 12px;
}

.tip-title {
	margin-top: -15px;
	padding: 15px 0 5px 0;
	background: url(../../../../../system/images/selector-arrow.png) no-repeat;
	font-weight: bold;
	font-size: 13px;
	
}


/* Form Submission
----------------------------------------------------------------------------------------------------*/

#system form.submission fieldset > div { overflow: hidden; }
#system form.submission fieldset > div > * { vertical-align: middle; }
#system form.submission fieldset > div > label:first-child {
	display: block;
	width: 150px;
	float: left;
}

#system form.submission fieldset > div > input[type='text'],
#system form.submission fieldset > div > input[type='password'] {
	padding: 5px;
	width: 250px;
}
#system form.submission fieldset > div > select {
	padding: 5px;
	width: 262px;
}

#system form.submission fieldset > div > textarea { width: 255px; }

#system form.submission small {
	display: block;
	margin: -25px 0 25px 0;
}

#system form.submission div.submit {
	margin-top: -20px;
	text-align: center;
}

#system form.submission div > .calendar { margin-left: 5px; }
#system form.submission #metadesc { height: 100px; }
#system form.submission #metakey { height: 60px; }

/* Validation */
#system .invalid { border-color: #ff0000; }
#system label.invalid { color: #ff0000; }

/* Calendar */
#system a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../../../../../system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* Editor Buttons */
#system #editor-xtd-buttons {
	margin: 10px 0 10px 0;
	padding: 0;
}

#system #editor-xtd-buttons .button2-left,
#system #editor-xtd-buttons .button2-left * { float: left; }

#system #editor-xtd-buttons .button2-left {
	margin-right: 5px;
	background: url(../../../../../system/images/j_button2_left.png) no-repeat;
}

#system #editor-xtd-buttons .button2-left .image { background: url(../../../../../system/images/j_button2_image.png) 100% 0 no-repeat; }
#system #editor-xtd-buttons .button2-left .article,
#system #editor-xtd-buttons .button2-left .readmore { background: url(../../../../../system/images/j_button2_readmore.png) 100% 0 no-repeat; }
#system #editor-xtd-buttons .button2-left .pagebreak { background: url(../../../../../system/images/j_button2_pagebreak.png) 100% 0 no-repeat; }

#system #editor-xtd-buttons .button2-left a,
#system #editor-xtd-buttons .button2-left span {
	display: block;
	height: 22px;
	padding: 0 24px 0 6px;
	line-height: 22px;
	font-size: 11px;
	color: #666;
}

#system #editor-xtd-buttons .button2-left span { color: #999; }

#system #editor-xtd-buttons .button2-left a:hover {
	text-decoration: none;
	color: #0B55C4;
}

/* Small (Login) */
#system form.submission.small fieldset > div { margin: 15px 0; }


/* System Messages
----------------------------------------------------------------------------------------------------*/

#system-message {
	margin: 0 0 10px 0;
	padding: 0;
}
#system-message dt { display: none; }
#system-message dd {
	margin-left: 0;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
	color: #0055BB;
}
#system-message dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#system-message dd.error { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}
#system-message dd.notice { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}


/* System Debug
----------------------------------------------------------------------------------------------------*/
 
#system-debug {
	padding: 30px;
	background: #fff;
	color: #333;
}
#system-debug div { font-size: 11px;}





/* Items (Addition)
----------------------------------------------------------------------------------------------------*/
 
#system .items .leading .item {
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid #d2d2d4;
}


/* Item List
----------------------------------------------------------------------------------------------------*/

#system .item-list { border-top: 1px solid #d2d2d4; }


/* Search
----------------------------------------------------------------------------------------------------*/

#system span.highlight { background-color: #ffffaa; }


/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* General
----------------------------------------------------------------------------------------------------*/

#system .title a { color: #444446; }

#system small { color: #87878A; }


/* Item
----------------------------------------------------------------------------------------------------*/

#system .item > header .meta {
	margin-top: 3px;
	color: #87878A;
	font-size: 12px;
	text-transform: uppercase;
}

#system .item > header .subtitle{ color: #a2a2a4; }

#system .item > .links a:after {
	content: " �";
	font-size: 16px;
}


/* Items
----------------------------------------------------------------------------------------------------*/

#system .items .item {
	margin-top: 12px;
	padding-top: 18px;
	border-top: 1px solid #d2d2d4;
}

#system .items .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}


/* Pagination
----------------------------------------------------------------------------------------------------*/

#system .pagination a,
#system .pagination strong {
	height: 22px;
	margin-left: 3px;
	padding: 0 3px;
	line-height: 22px;
	overflow: hidden;
}

#system .pagination a {
	border-bottom: 1px solid #B9B9BB;
	border-radius: 3px;
	background: #CDCDCF;
	background: -moz-linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	background: -webkit-linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	background: -o-linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	background: linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	background: -ms-linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	color: #444446;
	text-shadow: 0 1px 0 rgba(253,253,255,0.8);
}

#system .pagination strong {
	border-bottom: 1px solid #252527;
	border-radius: 3px;
	background: #414143;
	background: -moz-linear-gradient(
					top,
					rgba(90,90,92,1.0) 0%,
					rgba(65,65,67,1.0) 100%
				);
	background: -webkit-linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	background: -o-linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	background: linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	background: -ms-linear-gradient(
					top,
					rgba(230,230,232,1.0) 0%,
					rgba(205,205,207,1.0) 100%
				);
	color: #fdfdff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

#system .pagination strong { font-weight: bold; }

#system .pagination > *:first-child { margin-left: 0; }

#system .pagination a.previous,
#system .pagination a.next {
	width: 17px;
	min-width: 17px;
	padding: 0;
	border: none;
	background: transparent url(../images/pagination_nav.png) 50% 0 no-repeat;
	box-shadow: none;
	text-indent: 50px;
}
#system .pagination a.previous:hover { background-position: 50% -20px; }
#system .pagination a.previous:active { background-position: 50% -40px; }
#system .pagination a.next { background-position: 50% -60px; }
#system .pagination a.next:hover { background-position: 50% -80px; }
#system .pagination a.next:active { background-position: 50% -100px; }

#system .pagination a.first,
#system .pagination a.last { display: none; }


/* Search Box
----------------------------------------------------------------------------------------------------*/

#searchbox {
	width: 100px;
	height: 30px;
	padding: 0 25px 0 30px;
	border-top: 1px solid rgba(0,0,2,0.25);
	border-right: 1px solid rgba(0,0,2,0.12);
	border-bottom: 1px solid rgba(0,0,2,0.12);
	border-left: 1px solid rgba(0,0,2,0.25);
	border-radius: 4px;
	background: rgba(0,0,2,0.2) url(../images/searchbox_magnifier.png) 0 50% no-repeat;
	box-shadow: 1px 1px 0 rgba(253,253,255,0.05);
}


#searchbox input {
	height: 30px;
	color: #a2a2a4;
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(0,0,2,0.7);
}

#searchbox input:-moz-placeholder { color: #777779; }
#searchbox input::-webkit-input-placeholder { color: #777779; }
#searchbox input.placeholder { color: #777779; }

#searchbox.filled button {
	width: 25px;
	background: url(../images/searchbox_reset.png) 50% 50% no-repeat; 
}
#searchbox.loading button { background: url(../images/searchbox_loader.gif) 50% 50% no-repeat; }

/* Drop-Down Results */
#searchbox .results {
	top: 41px;
	right: -10px;
	width: 300px;
	border: 1px solid #2F2F31;
	border-radius: 4px;
	background: #575759;
	box-shadow: 0 1px 1px rgba(0,0,2,0.25);
	color: #b1b1b3;
	text-shadow: 0 1px 0 rgba(0,0,2,0.3);
}

#searchbox .results li.results-header {
	border-bottom: 1px solid #474749;
	background: #525254 url(../images/menu_dropdown_level1_hover.png) 0 0 repeat-x;
}
#searchbox .results li.more-results { border-top: 1px solid #474749; }
#searchbox .results li.more-results:hover {
	background: #4c4c4e;
	color: #fdfdff;
}
#searchbox .results li.result { border-top: 1px solid #474749; }
#searchbox .results li.result h3 { color: #d7d7d9; }
#searchbox .results li.results-header + li.result { border-top: none; }

#searchbox .results li.result.selected {
	background: #4c4c4e;
	color: #d7d7d9;
}


/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/

.breadcrumbs a,
.breadcrumbs > span {
	padding-right: 6px;
	background: url(../img/breadcrumbs.png) 100% 50% no-repeat;
}

/* Author Box
----------------------------------------------------------------------------------------------------*/

#system .author-box {
	padding: 15px;
	border: 1px solid #d2d2d4;
	border-bottom-color: #a2a2a4;
	border-radius: 2px;
	background: #fdfdff;
	box-shadow:
		0 8px 3px -4px rgba(0,0,0,0.1),
		inset 0 1px 0 rgba(255,255,255,1.0);
}

#system .author-box .avatar {
	padding: 3px;
	border: 1px solid #d2d2d4;
	background: #fdfdff;
}

#system .author-box .name { color: #444446; }


/* Comments
----------------------------------------------------------------------------------------------------*/

/* Head */
#system #comments .comment-head {
	padding: 5px;
	border: 1px solid #d2d2d4;
	border-bottom-color: #a2a2a4;
	border-radius: 2px;
	background: #fdfdff;
	box-shadow:
		0 8px 3px -4px rgba(0,0,0,0.1),
		inset 0 1px 0 rgba(255,255,255,1.0);
}

#system #comments .comment-byadmin .comment-head {
	border-color: #c2d685;
	border-bottom-color: #a1b661;
	background: #faffe6;
	color: #51621c;
	box-shadow:
		0 8px 3px -4px rgba(161,182,97,0.3),
		inset 0 1px 0 rgba(255,255,255,1.0);
}

#system #comments .comment-head .author { text-shadow: 1px 1px 0 rgba(253,253,255,1.0); }

/* Body */
#system #comments ul.level1 ul { background: url(../images/comments_arrow.png) 0 0 no-repeat; }

/* Respond */
#system #respond h3 { color: #444446; }


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

.comments-list > article { border-top: 1px solid #d2d2d4; }
.comments-list > article:first-child { border: none; }

.comments-list .meta { color: #a2a2a4; }


/* Tag Cloud
----------------------------------------------------------------------------------------------------*/

.tagcloud li {
	margin: 0 5px 7px 0;
	padding: 5px 7px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #eee;
	box-shadow: 0 1px 0 #fff;
	font-size: 16px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
}



.ft-prev,.ft-next{
color:#333 !important;
font-weight:bold !important;
padding:4px 5px;
text-indent:-999999px;
width:25px;
display:none;
visibility:hidden
}

.vtem_button{
display:none;
visibility:hidden;
}

/* 
	#my-menu a.collapsed { background:url('../img/collapsed.gif') left 6px no-repeat; }
	#my-menu a.expanded { background:url('../img/expanded.gif') left 6px no-repeat; } */

.no-margin {
    margin-left: 0 !important;
}

.feedback-button {
    vertical-align: bottom;
    padding-bottom: 12px;
}
.feedback-button a {
	border-bottom: 1px #08c dashed;
	color: #08c;
}

#page-bg {
	min-height: 100%;
}

/*new*/

#menu > ul > li.level1 > a {
    border-radius: 0;
    height: 100%;
    height: calc(100% - 18px);
    padding: 9px 0;
    transition: 0.5s;
}
#menu > ul > li.level1 {
    border: 0;
    height: 100%;
}
#menu > ul {
    height: 100%;
}
#menu{
    height: 100%;
}
#menubar{
    height: 47px;
    padding: 0;
    border: 0;
    background-color: #008dd2;
}
#menubar form[name="searchform"] input[name="story"]{
	margin-top: 9px;
}
.menu-dropdown li.level1 .level1{
	transition: 1s;
}
.menu-dropdown li.level1:hover .level1{
	color: #008dd2;
}
.btn.btn-large.btn-success.in_cart.span1{
    background: #e31e24;
    border: unset;
    box-shadow: unset;
}
#liracrm-callme {
    bottom: 58px !important;
    right: 38px !important;
}
.remove-6-column tr > *:nth-child(6){
	display:none;
}
*[name="extra_products"] .btn.btn-success{
    color: transparent;
}
*[name="extra_products"] .btn.btn-success:before{
	font-size: 100000em;
	color: #fff;
	content: 'Подробнее';
}
*[name="main-content"] .thumbnail .caption{
	font-size: 0.00001em;
	color: transparent;
}
*[name="main-content"] .thumbnail .caption > *{
	font-size: 100000em;
}
.btn.btn-success{
	display: none !important
}