/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
html {
	height: 100%;
	margin-bottom: 1px;
}

/*
 * default values
 */

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

 
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }

 
td, th { padding: 1px; }

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: bold;
}

h1 { font-size: 36px; line-height: 36px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q { font-style: italic; }

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }

 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}

/*
 * black color
 */

fieldset { border: 1px solid #323232; }
legend { background: #141414; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #323232; background: #141414; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #464646; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #646464; outline: 2px solid #282828; }
hr { background: #323232; color: #323232; }
pre { border: 1px dotted #3c3c50; border-left: 20px solid #323232; background: #232328; }
acronym, abbr { border-bottom: 1px dashed #969696; }

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

 
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #c8c8c8;
}

 
 
.wrapper { margin: auto; }

#header {
	position: relative;
	z-index: 10;
	margin: 0px -25px 0px -25px;
	clear: both;
	background: url(/templates/yoo_crystal/images/header.png) 0 0px no-repeat;
}

#header div.header-2 {
	padding: 0px 25px 0px 25px;
	background: url(/templates/yoo_crystal/images/header.png) 100% -210px no-repeat;
}

#header div.header-3 {
	height: 205px;
	background: url(/templates/yoo_crystal/images/header.png) 0 -420px repeat-x;
}

#top {
	overflow: hidden;
	clear: both;
}

#top .topbox { margin-top: 15px; }

#middle {
	padding: 15px 0px 15px 0px;
	clear: both;
}

#bottom {
	overflow: hidden;
	clear: both;
}

#bottom .bottombox { padding-bottom: 15px; }  

#footer {
	position: relative;
	background: #000000;
	padding: 20px;
	clear: both;
	text-align: center;
}

 
 
#middle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#middle-expand {
	width: 200%;
}

 
#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#left {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#right {
	 
	 
	float: left;
	overflow:hidden;
}

 

div#maintop,
div#contenttop {
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

div#contentbottom,
div#mainbottom {
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}

 
 
#mainmiddle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 200%;
}

 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#contentleft {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#contentright {
	 
	 
	float: left;
	overflow:hidden;
}

 

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

 

body.yoopage { background: #586971 url(/templates/yoo_crystal/images/page_bg.jpg) 50% 0 no-repeat; }

#page-header {
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0px;
	background: url(/templates/yoo_crystal/images/page_header_bg.png) 0 0 repeat-x;
	z-index: 100;
}

#page-body { background: url(/templates/yoo_crystal/images/page_bg_img.png) 50% 70px no-repeat; }

.wrapper-1 { background: url(/templates/yoo_crystal/images/wrapper_shadows.png) 100% 0 repeat-y; }
.wrapper-2 { 
	background: url(/templates/yoo_crystal/images/wrapper_shadows.png) 0 0 repeat-y;
	padding: 0px 20px 0px 20px;
}
.wrapper-3 { 
	background: url(/templates/yoo_crystal/images/wrapper_bg.png) 0 0;
	padding: 50px 15px 0px 15px;
}

.footer-1 { background: url(/templates/yoo_crystal/images/wrapper_shadows.png) 0 0 repeat-y; }
.footer-2 { 
	background: url(/templates/yoo_crystal/images/wrapper_shadows.png) 100% 0 repeat-y;
	padding: 0px 10px 0px 10px;
}

.footer-t1 {
	margin: 0px 10px 0px 10px;
	background: url(/templates/yoo_crystal/images/wrapper_bg.png) 0 0 repeat;
}
.footer-t2 {
	margin: 0px -10px 0px -10px;
	background: url(/templates/yoo_crystal/images/footer_t.png) 0 0 no-repeat;
}
.footer-t3 {
	background: url(/templates/yoo_crystal/images/footer_t.png) 100% -25px no-repeat;
	padding: 0px 20px 0px 20px;
	height: 20px;
}

.shadow-1 { background: url(/templates/yoo_crystal/images/wrapper_b_shadow.png) 0 0 no-repeat; }
.shadow-2 { 
	background: url(/templates/yoo_crystal/images/wrapper_b_shadow.png) 100% -15px no-repeat;
	padding: 0px 20px 0px 20px;
}
.shadow-3 { 
	background: url(/templates/yoo_crystal/images/wrapper_b_shadow.png) 0 -30px repeat-x;
	height: 10px;
}

 

#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

#breadcrumbs {
	font-size: 11px;
	line-height: 30px;
}

#breadcrumbs a,
#breadcrumbs span {	display: inline-block; }

#breadcrumbs a,
#breadcrumbs span.separator {
	height: 30px;
	padding: 0px 30px 0px 0px;
	background: url(/templates/yoo_crystal/images/breadcrumbs.png) 100% 50% no-repeat;
}

 

 
#menubar {
	position: relative;
	height: 30px;
	margin: 10px 3px 0px 3px;
	background: url(/templates/yoo_crystal/images/menu_level1_item.png) 0 0 no-repeat;
}

#headerbar {
	height: 155px;
	margin-right: -25px;
	padding-left: 300px;
	overflow: hidden;
}

 
#logo {
	position: absolute;
	height: 205px;
        top: 0px;
	left: 0px;
}

#menu {
	position: absolute;
	top: 0px;
	left: 8px;
	z-index: 11;
	background: url(/templates/yoo_crystal/images/menu_level1_item.png) 100% -35px no-repeat;
	padding-right: 8px;
}

#search {
	position: absolute;
	top: -1px;
	right: -3px;
	z-index: 13;
	width: 150px;
	height: 25px;
	padding: 6px 20px 0px 20px;
	background: url(/templates/yoo_crystal/images/search_bg.png) 0 0 no-repeat;
}

#banner {
	position: absolute;
	top: 0px;
	right: -35px;
	width: 0px;
	z-index: 3;
}

 

#footer a:link, #footer a:visited { }
#footer a:hover { }

#footer a.anchor {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	height: 15px;
	background: url(/templates/yoo_crystal/images/footer_anchor.png) 0 0px no-repeat;
	display: block;
	text-decoration: none;
}

 

div.mainmiddle-wrapper-t1 { background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 0 0 no-repeat; }

div.mainmiddle-wrapper-t2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 100% -10px no-repeat;
}

div.mainmiddle-wrapper-t3 {
	height: 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 0 -20px repeat-x;
}

div.mainmiddle-wrapper-1 {
	background: url(/templates/yoo_crystal/images/module_transparent_shadows2.png) 0 0 repeat-y;
}

div.mainmiddle-wrapper-2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows2.png) 100% 0 repeat-y;
}

div.mainmiddle-wrapper-3 { background: url(/templates/yoo_crystal/images/module_transparent_bg.png) 0 0 repeat; }

div.mainmiddle-wrapper-1 div.contentright-bg { overflow: hidden; }

#content-shift { padding: 15px; }

div.mainmiddle-wrapper-b1 { background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 0 -30px no-repeat; }

div.mainmiddle-wrapper-b2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 100% -40px no-repeat;
}

div.mainmiddle-wrapper-b3 {
	height: 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 100% -50px repeat-x;
}

.column-contentleft div.contentleft-bg { background: url(/templates/yoo_crystal/images/contentleft_bg.png) 0 0 repeat-y; }
.column-contentright div.contentright-bg { background: url(/templates/yoo_crystal/images/contentright_bg.png) 100% 0 repeat-y; }
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-weight: normal;
	color: #CF5329;
}

#page h1 a {
	color: #CF5329;
	text-decoration: none;
}

h2 { color: #ffffff; }
h3 { color: #CF5329; }
h4 { color: #ffffff; }
h5 { color: #CF5329; }
h6 { color: #ffffff; }

/*
 * anchor
 */

a:link,
a:visited { color: #CF5329; }
a:hover { color: #ff9600; }

a.icon-folder {
        padding-left: 17px;
        background: url(/templates/yoo_crystal/images/typography/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(/templates/yoo_crystal/images/typography/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(/templates/yoo_crystal/images/typography/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(/templates/yoo_crystal/images/typography/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(/templates/yoo_crystal/images/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box { 
	padding: 0px 3px 0px 3px;
	border: 1px dotted #3c3c50;
	background:#232328;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

/*
 * unsorted lists
 */

ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(/templates/yoo_crystal/images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(/templates/yoo_crystal/images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(/templates/yoo_crystal/images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(/templates/yoo_crystal/images/typography/list_star.png) 0 0 no-repeat; }

/* table style */
ul.table {
	margin: 20px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}

ul.table li {
	padding: 5px;
	border-bottom: 1px solid #323232;
}

ul.table li:nth-child(odd) { background: #141414; }
ul.table li:nth-child(even) { background: #000000; }
ul.table li:last-child { border: none; }

/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(/templates/yoo_crystal/images/typography/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(/templates/yoo_crystal/images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}


/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #232328;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #232328 url(/templates/yoo_crystal/images/typography/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
}

div.alert, span.alert {
	background: #321914 url(/templates/yoo_crystal/images/typography/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #640000;
	border-bottom: 1px dotted #640000;
}

div.download, span.download {
	background: #232819 url(/templates/yoo_crystal/images/typography/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #415a28;
	border-bottom: 1px dotted #415a28;
}

div.tip, span.tip {
	background: #322814 url(/templates/yoo_crystal/images/typography/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #5a461e;
	border-bottom: 1px dotted #5a461e;
}

/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * tables
 */
 
table.listing {
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
}

table.listing thead th {
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #323232;
	background: none;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}

table.listing tbody td {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #323232;
}

table.listing tr.odd td { background: #141414; }
table.listing tr.even td { background: #1e1e1e; }

table.listing td.bold {
	font-weight: bold;
	font-size: 12px;
}

/*
 * blockquotes
 */

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #ffffff;
}

q.blockquote {
	margin: 10px 0 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 130%;
	color: #ffffff;
}

q.blockquote:first-letter { font-size: 150%; }

q.blockquote:before,
q.blockquote:after { content: ""; }

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(/templates/yoo_crystal/images/typography/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(/templates/yoo_crystal/images/typography/blockquote_end.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * footer menu
 */

 
#footer ul.menu {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul.menu {
	display: block;
	line-height: 14px;
}

#footer .menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#footer .menu li a {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_crystal/images/topmenu_item_bg.png) 0 50% no-repeat;
	overflow: hidden;  
}

#footer .menu a.first {
	padding: 0px 10px 0px 0px;
	background: none;
}

#footer .menu a.last { padding: 0px 0px 0px 10px; }

#footer .menu a:link,
#footer .menu a:visited { color: #c8c8c8; }
#footer .menu a:hover { color: #ffffff; }

/*
 * menu
 */

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

#menu li {
	position: relative;
	 
	margin: 0px;
	padding: 0px;
}

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

 
#menu span.icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

 
#menu ul.menu { float: left; }

#menu li.level1 {
	background: url(/templates/yoo_crystal/images/menu_level1_item.png) 100% 0 no-repeat;
	float: left;
}

#menu a.level1,
#menu span.level1 { 
	padding: 0px 1px 0px 1px;
	background: url(/templates/yoo_crystal/images/menu_level1_item.png) 0 -35px no-repeat;
	float: left;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 39px;
	padding: 0px 25px 0px 25px;
	float: left;
	line-height: 30px;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 0px 1px 5px #000000, 0px 1px 5px #000000;
	position: relative;
	z-index: 101;
}

 
#menu li:hover .level1 span.bg { text-shadow: 1px 1px 1px #323232; }

 
#menu li.remain .level1 span.bg { text-shadow: 1px 1px 1px #323232; }

 
#menu li.active { background: url(/templates/yoo_crystal/images/menu_level1_item_active_orange.png) 0 0 no-repeat; }
#menu li.active li.active { background: none; }

#menu li.active a.level1,
#menu li.active span.level1 { background: url(/templates/yoo_crystal/images/menu_level1_item_active_orange.png) 100% -40px no-repeat; }

#menu li.active a.level1 span.bg,
#menu li.active span.level1 span.bg { 
	background: url(/templates/yoo_crystal/images/menu_level1_item_active_orange.png) 50% -115px repeat-x;
	color: #ffffff;
	text-shadow: 1px 1px 1px #323232;
}

 
#menu a.level1 span.title,
#menu span.level1 span.title {
	font-size: 13px;
	line-height: 22px;
}

 
#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
	margin-top: -5px;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 10px;
	text-transform: none;
	letter-spacing: 0px;
}

#menu li:hover a.level1 span.subtitle,
#menu li:hover span.level1 span.subtitle { color: #ffffff; }
#menu li.remain a.level1 span.subtitle,
#menu li.remain span.level1 span.subtitle { color: #ffffff; }

/* fancy menu */
#menu div.fancy {
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 4;
	overflow: hidden;
}

#menu div.fancy div.fancy-1 {
	height: 30px;
	background: url(/templates/yoo_crystal/images/menu_level1_item_active_orange.png) 0 -80px repeat-x;
}


 
#menu .dropdown {
	position: absolute;
	top: 30px;
	left: -999em;  
	z-index: 100;
	 
}

#menu li:hover .dropdown,
#menu li.remain .dropdown { left: -5px; }

#menu .dropdown-t1 { background: url(/templates/yoo_crystal/images/menu_dropdown_shadow_edges.png) 0 0 repeat-y;}

#menu .dropdown-t2 { 
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/menu_dropdown_shadow_edges.png) 100% 0 repeat-y;
}

#menu .dropdown-t3 {
	height: 12px;
	background: #CF5329;
}

#menu .dropdown-1 { background: url(/templates/yoo_crystal/images/menu_dropdown_shadow_edges.png) 0 0 repeat-y;}

#menu .dropdown-2 { 
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/menu_dropdown_shadow_edges.png) 100% 0 repeat-y;
}

#menu .dropdown-3 {
	padding: 0px 10px 10px 10px;
	overflow: hidden;
	background: #CF5329;
}

#menu .dropdown-b1 { background: url(/templates/yoo_crystal/images/menu_dropdown_shadow_b.png) 0 0px no-repeat; }

#menu .dropdown-b2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/menu_dropdown_shadow_b.png) 100% -10px no-repeat;
}

#menu .dropdown-b3 {
	height: 5px;
	background: url(/templates/yoo_crystal/images/menu_dropdown_shadow_b.png) 0 -20px repeat-x;
}

#menu li.level2 { margin-bottom: 5px; }
#menu li.level1 li.last { margin-bottom: 0px; }

#menu .hover-box1 {
	background: #CF5329;
	border: #B04725 1px solid;
	overflow: hidden;
}

 
#menu .hover-box1:hover { border-color: #7C321A; }
#menu li.separator .hover-box1:hover { border-color: #B04725; }

#menu a.level2 span.bg,
#menu span.level2 span.bg {
	height: 45px;
	line-height: 45px;
	text-indent: 10px;
	color: #191919;
	font-weight: bold;
	font-size: 13px;
}

#menu .hover-box1:hover a.level2 span.bg {
	color: #ffffff;
	text-shadow: 1px 1px 10px #ffffff;
}

#menu a.level2 span.icon,
#menu span.level2 span.icon {
	text-indent: 50px;
}

 
#menu li.level2 a.current span.bg { font-weight: bold; } 

 
#menu a.level2 span.title, #menu span.level2 span.title { line-height: 33px; }

 
#menu a.level2 span.subtitle, #menu span.level2 span.subtitle {
	margin-top: -8px;
	font-size: 10px;
	font-weight: normal;
	color: #191919;
	line-height: 10px;
	text-transform: none;
	letter-spacing: 0px;
}
#menu .hover-box1:hover a.level2 span.subtitle { color: #ffffff; }

 
#menu .sub { padding: 5px 0px 5px 0px; }

#menu ul.level3 { padding-left: 12px; }

#menu a.level3:hover { color: #ffffff; }

#menu a.level3 span.bg,
#menu span.level3 span.bg {
	padding-left: 10px;
	background: url(/templates/yoo_crystal/images/menu_level3_item.png) 1px 5px no-repeat;
	line-height: 17px;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
}

#menu a.level3 span.bg {
	color: #191919;
}
#menu a:hover.level3 span.bg {
	color: #ffffff;
}

 
 
 
 

#menu .columns2 ul.level2,
#menu .columns3 ul.level2,
#menu .columns4 ul.level2 { float: left; }

#menu .columns2 ul.level2 {	width: 50%; }

#menu .columns3 ul.level2 { width: 34%; }
#menu .columns3 ul.first,
#menu .columns3 ul.last { width: 33%; }

#menu .columns4 ul.level2 { width: 25%; }

#menu .columns2 li.level2 .group-box1,
#menu .columns3 li.level2 .group-box1,
#menu .columns4 li.level2 .group-box1 { margin-right: 5px; }

#menu .columns2 ul.last li.level2 .group-box1,
#menu .columns3 ul.last li.level2 .group-box1,
#menu .columns4 ul.last li.level2 .group-box1 { margin-right: 0px; }


/*
 * sub menus
 */
 
 
div.mod-menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
}

div.mod-menu ul.menu li {
	margin: 0px;
	padding: 0px;
}

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

 
div.mod-menu ul.menu span.icon {
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-indent: 35px;
}

 
div.mod-menu ul.menu li.parent span.separator { cursor: pointer; }

 
div.mod-menu ul.menu span.subtitle { display: none; }


/*
 * sub menu: mod-menu
 */

div.mod-transparent ul.menu { margin: 0px -10px 0px -10px; }
div.mod-header ul.menu { margin: 0px -15px 0px -15px; }

div.mod-menu ul.menu span.bg {
	height: 30px;
	line-height: 29px;
	color: #c8c8c8;
	text-indent: 15px;
	text-shadow: 0px 1px 1px #000000;
}

 
div.mod-menu ul.menu a.current span.bg { font-weight: bold; }

 
div.mod-menu ul.menu span.separator:hover span.bg,
div.mod-menu ul.menu a:hover span.bg { text-shadow: 0px 1px 10px #ffffff; }

 
div.mod-menu ul.menu li.level1 { background: url(/templates/yoo_crystal/images/submenu_level1_item.png) 0 0 repeat-x; }

div.mod-menu ul.menu li.parent a.level1 span.bg,
div.mod-menu ul.menu li.parent span.level1 span.bg { background: url(/templates/yoo_crystal/images/submenu_level1_parent.png) 100% 0 no-repeat; }

div.mod-menu ul.menu li.parent a.active span.bg,
div.mod-menu ul.menu li.parent span.active span.bg { background-position: 100% -30px; }

 
div.mod-menu ul.menu li.level2 span.bg {
	height: 20px;
	line-height: 20px;
}

div.mod-menu ul.menu a.level2 span.bg { text-indent: 30px; }

 
div.mod-menu ul.menu a.level3 span.bg { text-indent: 40px; }

 
div.mod-menu ul.menu a.level4 span.bg { text-indent: 50px; }
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * module headers
 */

.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.module span.header-2,
.module span.header-3 { display: block; }

 
.module h3.header span.title {
	display: block;
	font-size: 13px;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: 0px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #c8c8c8;
	letter-spacing: 0px;
	text-indent: 1px;
}

/*
 * space between modules
 */

div.separator .module { margin: 0px 15px 0px 0px; }

#left .module,
#right .module,
#contentleft .module,
#contentright .module { margin: 0px 0px 15px 0px; }

#left .last,
#right .last,
#contentleft .last,
#contentright .last { margin: 0px 0px 0px 0px; }

#top .topblock .module { margin: 15px 0px 0px 0px; }

#bottom .bottomblock .module { margin: 0px 0px 15px 0px; }

/*
 * header module positions
 */

#headerbar .right .module {
	margin-left: 0px;
	float: right;
}

/*
 * #contentleft and #contentright
 */

#contentleft .module,
#contentright .module { margin-right: 15px; margin-left: 15px; }

#contentleft div.mod-line,
#contentleft div.mod-shadowline,
#contentleft div.mod-header { margin-left: 0px; margin-right: 1px; }

#contentright div.mod-line,
#contentright div.mod-shadowline,
#contentright div.mod-header { margin-left: 1px; margin-right: 0px; }

/*
 * badge styles
 */
 
div.module { position: relative; }
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(/templates/yoo_crystal/images/module_badges.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
 
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -40px; }
div.module div.badge-pick { background-position: 0 -80px; }
div.module div.badge-new { background-position: 0 -120px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	top: -3px;
	left: 0px;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background: url(/templates/yoo_crystal/images/module_icons.png) 0 0 no-repeat;
	overflow: hidden;
	float: left;
}

div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -25px; }
div.module h3.header span.icon-twitter { background-position: 0 -50px; }
div.module h3.header span.icon-mail { background-position: 0 -75px; }
div.module h3.header span.icon-message { background-position: 0 -100px; }
div.module h3.header span.icon-users { background-position: 0 -125px; }
div.module h3.header span.icon-shopping { background-position: 0 -150px; }
div.module h3.header span.icon-lock { background-position: 0 -175px; }

/*
 * module: blank
 */
 
div.mod-blank { overflow: hidden; }

#headerbar div.mod-blank { padding-top: 20px; }

/*
 * module: dropdown
 */

#menu .mod-dropdown .module {
	padding: 5px;
	overflow: hidden;
	color: #323232;
}

#menu .mod-dropdown .dropdown { width: 300px; }

/*
 * module: headerbar
 */

#headerbar div.last div.box-1 { background: url(/templates/yoo_crystal/images/module_headerbar.png) 0 0 no-repeat; }

#headerbar div.box-2 {
	padding: 0px 29px 0px 0px;
	background: url(/templates/yoo_crystal/images/module_headerbar.png) 100% -480px no-repeat;
}
#headerbar div.last div.box-2 { padding: 0px 29px 0px 62px; }
#headerbar div.first div.box-2 { background: url(/templates/yoo_crystal/images/module_headerbar.png) 100% -160px no-repeat; }

div.mod-headerbar div.box-3 {
	height: 85px;
	overflow: hidden;
	padding: 35px 10px 35px 10px;
	background: url(/templates/yoo_crystal/images/module_headerbar.png) 0 -320px repeat-x;
}

/*
 * module: transparent
 */
 
div.mod-transparent div.box-t1 { background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 0 0 no-repeat; }

div.mod-transparent div.box-t2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 100% -10px no-repeat;
}

div.mod-transparent div.box-t3 {
	height: 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 100% -20px repeat-x;
}

div.mod-transparent div.box-1 { background: url(/templates/yoo_crystal/images/module_transparent_shadows2.png) 0 0 repeat-y; }

div.mod-transparent div.box-2 { 
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows2.png) 100% 0 repeat-y;
}

div.mod-transparent div.box-3 { 
	padding: 10px;
	background: url(/templates/yoo_crystal/images/module_transparent_bg.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-transparent div.box-b1 { background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 0 -30px no-repeat; }

div.mod-transparent div.box-b2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 100% -40px no-repeat;
}

div.mod-transparent div.box-b3 {
	height: 5px;
	background: url(/templates/yoo_crystal/images/module_transparent_shadows1.png) 100% -50px repeat-x;
}

div.mod-transparent h3.header {
	height: 35px;
	margin: -10px -10px 3px -10px;
	padding-left: 10px;
	background: url(/templates/yoo_crystal/images/module_header_orange.png) 0 0 repeat-x;
	line-height: 35px;
	text-shadow: 0px 1px 5px #000000;
}

div.mod-transparent h3.header span.title { line-height: 26px; }
div.mod-transparent h3.header span.subtitle { margin-top: -5px; }

div.mod-transparent h3.header span.icon { top: 4px; }

div.mod-transparent div.badge {
	top: 5px;
	right: 5px;
}

div.mod-menu-transparent h3.header { margin-bottom: 0px; }

/*
 * module: dottedborder
 */

div.mod-dottedborder div.box-1 {
	padding: 10px;
	background: url(/templates/yoo_crystal/images/module_dotted.png) 0 0 repeat;
}

div.mod-dottedborder div.box-2 {
	padding: 10px;
	background: #0C0C0C;
	overflow: hidden;
}

div.mod-dottedborder h3.header { margin-bottom: 8px; }

div.mod-dottedborder div.badge {
	top: 10px;
	right: 10px;
}

/*
 * module: dottedbox
 */

div.mod-dottedbox div.box-t1 {
	height: 10px;
	background: url(/templates/yoo_crystal/images/module_dottedbox_border.png) 0 0 repeat; }

div.mod-dottedbox div.box-1 { background: url(/templates/yoo_crystal/images/module_dottedbox_border.png) 0 0 repeat-y; }

div.mod-dottedbox div.box-2 { 
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_crystal/images/module_dottedbox_border.png) 100% 0 repeat-y;
}

div.mod-dottedbox div.box-3 { 
	padding: 10px;
	background: url(/templates/yoo_crystal/images/module_dotted.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-dottedbox div.box-b1 {
	height: 10px;
	background: url(/templates/yoo_crystal/images/module_dottedbox_border.png) 0 0 repeat;
}

div.mod-dottedbox h3.header { margin-bottom: 8px; }

div.mod-dottedbox div.badge {
	top: 10px;
	right: 10px;
}

/*
 * module: stripedbox
 */

div.mod-stripedbox div.box-1 {
	padding: 10px;
	background: url(/templates/yoo_crystal/images/module_stripedbox_stripes.png) 0 0 repeat;
}

div.mod-stripedbox div.box-2 {
	padding: 10px;
	background: url(/templates/yoo_crystal/images/module_stripedbox_bg.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-stripedbox h3.header { margin-bottom: 8px; }

div.mod-stripedbox div.badge {
	top: 10px;
	right: 10px;
}

/*
 * module: glass
 */
 
div.mod-glass div.box-t1 { background: url(/templates/yoo_crystal/images/module_glass_shadows1.png) 0 0 no-repeat; }

div.mod-glass div.box-t2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_crystal/images/module_glass_shadows1.png) 100% -20px no-repeat;
}

div.mod-glass div.box-t3 {
	height: 15px;
	background: url(/templates/yoo_crystal/images/module_glass_shadows1.png) 100% -40px repeat-x;
}

div.mod-glass div.box-1 { background: url(/templates/yoo_crystal/images/module_glass_shadows2.png) 0 0 repeat-y; }

div.mod-glass div.box-2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_crystal/images/module_glass_shadows2.png) 100% 0 repeat-y;
}

div.mod-glass div.box-3 { 
	background: url(/templates/yoo_crystal/images/module_transparent_bg.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-glass div.box-b1 { background: url(/templates/yoo_crystal/images/module_glass_shadows1.png) 0 -60px no-repeat; }

div.mod-glass div.box-b2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_crystal/images/module_glass_shadows1.png) 100% -80px no-repeat;
}

div.mod-glass div.box-b3 {
	height: 15px;
	background: url(/templates/yoo_crystal/images/module_glass_shadows1.png) 100% -100px repeat-x;
}

div.mod-glass h3.header {
	line-height: 20px;
	margin-bottom: 8px;
}

div.mod-glass div.badge {
	top: 5px;
	right: 5px;
}

/*
 * module: frame
 */
 
div.mod-frame div.box-t1 { background: url(/templates/yoo_crystal/images/module_frame_shadows1.png) 0 0 no-repeat; }

div.mod-frame div.box-t2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_crystal/images/module_frame_shadows1.png) 100% -20px no-repeat;
}

div.mod-frame div.box-t3 {
	height: 15px;
	background: url(/templates/yoo_crystal/images/module_frame_shadows1.png) 100% -40px repeat-x;
}

div.mod-frame div.box-1 { background: url(/templates/yoo_crystal/images/module_frame_shadows2.png) 0 0 repeat-y; }

div.mod-frame div.box-2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_crystal/images/module_frame_shadows2.png) 100% 0 repeat-y;
}

div.mod-frame div.box-3 { 
	padding: 30px 10px 10px 10px;
	background: url(/templates/yoo_crystal/images/module_transparent_bg.png) 0 0 repeat;
	overflow: hidden;
}
div.mod-frame-header-no div.box-3 { padding: 10px; }

div.mod-frame div.box-b1 { background: url(/templates/yoo_crystal/images/module_frame_shadows1.png) 0 -60px no-repeat; }

div.mod-frame div.box-b2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_crystal/images/module_frame_shadows1.png) 100% -80px no-repeat;
}

div.mod-frame div.box-b3 {
	height: 15px;
	background: url(/templates/yoo_crystal/images/module_frame_shadows1.png) 100% -100px repeat-x;
}

div.mod-frame div.header-1 {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
}

div.mod-frame div.header-2 {
	height: 35px;
	background: #000000 url(/templates/yoo_crystal/images/module_frame_glow.png) 50% 0 no-repeat;
}

div.mod-frame-header-no div.header-2 {
	height: 25px;
	background: url(/templates/yoo_crystal/images/module_frame_glow.png) 50% 0 no-repeat;
}

div.mod-frame h3.header {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	height: 35px;
	padding-left: 15px;
	line-height: 35px;
	overflow: hidden;
}

div.mod-frame h3.header span.title { line-height: 26px; }
div.mod-frame h3.header span.subtitle { margin-top: -5px; }

div.mod-frame h3.header span.icon { top: 4px; }

div.mod-frame div.badge {
	top: 5px;
	right: 5px;
}

/*
 * module: line
 */

div.mod-line div.box-1 {
	padding: 0px 15px 15px 15px;
	overflow: hidden;
}

div.mod-line h3.header {
	margin: 5px -15px 3px -15px;
	padding: 0px 0px 6px 15px;
	background: url(/templates/yoo_crystal/images/module_line.png) 0 100% repeat-x;
}

/*
 * module: shadowline
 */

div.mod-shadowline div.box-1 {
	padding: 0px 15px 15px 15px;
	background: url(/templates/yoo_crystal/images/module_line_shadow.png) 50% 29px no-repeat;
	overflow: hidden;
}

div.mod-shadowline h3.header {
	margin: 5px -15px 3px -15px;
	padding: 0px 0px 6px 15px;
	background: url(/templates/yoo_crystal/images/module_line.png) 0 100% repeat-x;
}

/*
 * module: header
 */

div.mod-header div.box-1 {
	padding: 0px 15px 15px 15px;
	overflow: hidden;
}

div.mod-header h3.header {
	height: 35px;
	margin: 0px -15px 3px -15px;
	padding-left: 10px;
	background: url(/templates/yoo_crystal/images/module_header_orange.png) 0 0 repeat-x;
	line-height: 35px;
	text-shadow: 0px 1px 5px #000000;
}

div.mod-header h3.header span.title { line-height: 26px; }
div.mod-header h3.header span.subtitle { margin-top: -5px; }

div.mod-header h3.header span.icon { top: 4px; }

div.mod-menu-header h3.header { margin-bottom: 0px; }

/*
 * module: polaroid
 */

div.mod-polaroid div.badge-tape {
	position: absolute;
	top: -13px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url(/templates/yoo_crystal/images/module_polaroid_tape.png) 0 0 no-repeat;
	z-index: 1;
}

div.mod-polaroid div.box-1 {
	margin-top: 13px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff url(/templates/yoo_crystal/images/module_polaroid_bg.png) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-polaroid div.box-2 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid div.box-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}

div.mod-polaroid div.box-b1 {
	background: url(/templates/yoo_crystal/images/module_polaroid_shadows.png) 0 0 no-repeat;
}

div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background: url(/templates/yoo_crystal/images/module_polaroid_shadows.png) 100% -5px no-repeat;
}

div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url(/templates/yoo_crystal/images/module_polaroid_shadows.png) 0 -10px repeat-x;
}

div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	font-size: 140%;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
}

/*
 * module: postit
 */

div.mod-postit div.box-1 {
	background: #FFFFAA;
	color: #323232;
}

div.mod-postit div.box-2 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.mod-postit div.box-b1 {
	background: url(/templates/yoo_crystal/images/module_postit_shadows.png) 0 0 no-repeat;
}

div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background: url(/templates/yoo_crystal/images/module_postit_shadows.png) 100% -40px no-repeat;
}

div.mod-postit div.box-b3 {
	height: 40px;
	background: url(/templates/yoo_crystal/images/module_postit_shadows.png) 0 -80px repeat-x;
}

div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	font-size: 140%;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
}

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * global CSS
 * not inside joomla CSS class
 */

/* readmore button */
p.readmore { overflow: hidden; }
div.module p.readmore {	margin-bottom: 0px; }

#page a.readmore {
	display: block;
	width: 110px;
	height: 28px;
	background: transparent url(/templates/yoo_crystal/images/readmore.png) 0 0 no-repeat;
	float: left;
	line-height: 28px;
	text-indent: 10px;
	font-size: 90%;
	color: #c8c8c8;
	text-decoration: none;
}

#page a.readmore:hover {
	background: transparent url(/templates/yoo_crystal/images/readmore.png) 0 -34px no-repeat;
	color: #ffffff;
}

/* tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

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

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*
 * general
 * used by Jommla core components
 */

div.joomla h1 { letter-spacing: -1px; }

div.joomla h1.pagetitle { margin-top: 0px; }

div.joomla div.description {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

div.joomla div.description img.left {
	margin-right: 15px;
	float: left;
}

div.joomla div.description img.right {
	margin-left: 15px;
	float: right;
}

div.joomla div.filter { margin: 10px 0px 10px 0px; }

div.joomla table.joomlatable th {
	padding: 5px 5px 5px 5px;
	background: #000000;
	border-bottom: 1px solid #323232;
	font-weight : bold;
}

div.joomla table.joomlatable tr.even td {
	padding: 5px 5px 5px 5px;
	background: #1e1e1e;
	border-bottom: 1px solid #323232;
}

div.joomla table.joomlatable tr.odd td {
	padding: 5px 5px 5px 5px;
	background: #141414;
	border-bottom: 1px solid #323232;
}

 
div.joomla span.number {
	color: #969696;
	font-style: italic;
}

/*
 * com_content
 * blog layout (frontpage, category, section)
 * sub selectors: blog
 */
 
div.joomla div.blog div.description {  
	margin: 10px 0px 15px 0px;
	padding-bottom: 20px;
	background: url(/templates/yoo_crystal/images/article_separator.png) 50% 100% repeat-x;
}

div.joomla div.leadingarticles { overflow: hidden; }
div.joomla div.teaserarticles { overflow: hidden; }

div.joomla div.item { margin-bottom: 15px; }

div.joomla div.item-bg {
	padding-bottom: 5px;
	background: url(/templates/yoo_crystal/images/article_separator.png) 50% 100% repeat-x;
	overflow: hidden;
}

div.joomla div.multicolumns div.item { margin: 0px 15px 15px 15px; }

div.joomla div.multicolumns div.first div.item { margin-left: 0px; }
div.joomla div.multicolumns div.last div.item { margin-right: 0px; }

div.joomla div.morearticles { margin: 10px 0px 10px 0px; }

div.joomla div.pagination { text-align: center; }

div.joomla div.pagination p.results {}

/*
 * com_content
 * list layout (frontpage, category, section)
 * sub selectors: sectionlist, categorylist
 */

/*
 * com_content
 * article layout
 * sub seletors: article
 */

div.joomla div.headline {
	overflow: hidden;
	padding-bottom: 2px;  
}

div.joomla h1.title {
	margin: 0px;
	float: left;
}

div.joomla div.multicolumns h1.title {
	font-size: 200%;
	letter-spacing: -1px;
}

div.joomla div.icons { float: right; }

div.joomla div.icon {
	margin-top: 10px;
	float: right;
}

div.joomla div.multicolumns div.icon { margin-top: 5px; }

div.joomla div.edit {
	margin-left: 10px;
	float: left;
}

div.joomla div.pdf { margin-right: 5px; }
div.joomla div.print { margin-right: 5px; }
div.joomla div.email {}
div.joomla div.printscreen {}

div.joomla p.iteminfo {	margin: 0px 0px 15px 0px; }

div.joomla p.articleinfo {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 150%;
}

div.joomla p.articleinfo span.modified,
div.joomla p.articleinfo span.author,
div.joomla p.articleinfo span.created,
div.joomla p.articleinfo span.url {	white-space: nowrap; }

/*
 * com_content
 * editing an article
 * sub seletors: edit-article
 */

div.joomla div.edit-article fieldset { margin-bottom: 30px; }

div.joomla div.edit-article fieldset div { overflow: hidden; }

div.joomla div.edit-article label.label-left {
	display: block;
	width: 150px;
	float: left;
}

div.joomla div.edit-article div.save {
	margin: 0px;
	float: right;
}

div.joomla div.edit-article div#editor-xtd-buttons {
	margin-bottom: 0px;
	overflow: hidden;
}

div.joomla div.edit-article div#editor-xtd-buttons div { margin: 0px; }

div.joomla div.edit-article div#editor-xtd-buttons div.button2-left { margin-right: 5px; }

div.joomla div.edit-article div#editor-xtd-buttons a:link,
div.joomla div.edit-article div#editor-xtd-buttons a:visited,
div.joomla div.edit-article div#editor-xtd-buttons a:hover { color: #323232; }

/*
 * com_weblinks
 * sub seletors: weblinks
 */

div.joomla div.weblinks fieldset {}

div.joomla div.weblinks fieldset div { overflow: hidden; }

div.joomla div.weblinks label.label-left {
	display: block;
	width: 150px;
	float: left;
}

/*
 * com_search
 * sub seletors: search
 */

div.joomla div.search p.info {
	margin: 0px;
	color: #969696;
	font-style: italic;
}

div.joomla div.search span.highlight {
	background: #ffffff;
	color: #323232;
}

/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset { margin: 15px 0px 10px 0px; }

/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
	margin-bottom: 0px;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -1px;
}

div.joomla div.contact h2 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.joomla div.contact div.image { float: right; }

div.joomla div.contact table { margin-bottom: 10px; }

div.joomla div.contact label.label-top { display: block; }

/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	display: block;
	width: 130px;
	float: left;
}

/*
 * com_wrapper
 */

iframe.wrapper {
	width: 100%;
}

/*
 * mod_newsflash
 */

div.module-newsflash { overflow: hidden; }

div.module-newsflash div.item {
	padding-bottom: 15px;
	overflow: hidden;
}

div.module-newsflash div.last { padding-bottom: 0px; }

/*
 * mod_search
 */

.default-search div.searchbox {
	width: 150px;
	height: 18px;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	background: url(/templates/yoo_crystal/images/searchbox_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.default-search div.searchbox:hover  { background: url(/templates/yoo_crystal/images/searchbox_bg.png) 0 -20px no-repeat; }
.default-search div.searchbox:hover input { color: #000000; }
.default-search div.searchbox input:focus { color: #000000; }

.default-search div.searchbox input {
	width: 102px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

.default-search div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

.default-search div.searchbox button.search-magnifier { background: url(/templates/yoo_crystal/images/search_magnifier_icon.png) 0 0 no-repeat; }

/*
 * legacy Joomla styling only for third party components
 */

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #CF5329;
	letter-spacing: -1px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

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

/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

#left #form-login fieldset { border: none; }

/*
 * YOOsearch
 */

#page div.default div.yoo-search {
	width: 150px;
	height: 20px;
}

#page div.default div.yoo-search div.searchbox {
	width: 150px;
	padding: 1px 0px 1px 0px;
	background: url(/templates/yoo_crystal/images/searchbox_bg.png) 0 0 no-repeat;
}

#page div.default div.yoo-search div.searchbox:hover  { background: url(/templates/yoo_crystal/images/searchbox_bg.png) 0 -20px no-repeat; }

#page div.default div.yoo-search div.searchbox input { width: 114px; }

#page div.yoo-search div.resultbox {
	position: absolute;
	right: -11px;
	top: 26px;
	z-index: 20;
}

#page div.default div.yoo-search div.resultbox-bg {
	border-left: 1px solid #1F2123;
	border-right: 1px solid #1F2123;
	background: #0C0C0C;
}

#page div.default div.yoo-search .resultbox-bg a {
	background: #0C0C0C;
	color: #B4B2B0;
}

#page div.default div.yoo-search .resultbox-bg a:hover { background: #1F2123; }

#page div.default div.yoo-search .resultbox-bg a h3 { color: #ffffff; }

#page div.default div.yoo-search .resultbox-bg { color: #B4B2B0; }

#page div.yoo-search div.resultbox-b { background: none; }
#page div.yoo-search div.resultbox-bl {	background: url(/templates/yoo_crystal/images/yoosearch/resultbox_b.png) 0 100% repeat-x; }
#page div.yoo-search div.resultbox-br { background: none; }

#page div.yoo-search h3.search-header {
	text-transform: uppercase;
	background: url(/templates/yoo_crystal/images/yoosearch/header_bg.png) 0 0 repeat-x;
}

#page div.yoo-search a.search-more { text-transform: uppercase; }

#page div.yoo-search span.search-more { background: url(/templates/yoo_crystal/images/yoosearch/more_icon.png) 0 0 no-repeat; }

/*
 * YOOtweet
 */

/* single */
#header div.single div.yoo-tweet {
	min-width: 200px;
	max-width: 400px;
}

/*
 * YOOlogin
 */

 
/* quick */
#menu span.quick span.yoo-login span.login { width: 231px; }

#menu span.quick span.yoo-login span.login span.login-button-text,
#menu span.quick span.yoo-login span.login span.login-button-icon { margin-right: 0px; }

#menu span.quick span.yoo-login span.login span.lostpassword, 
#menu span.quick span.yoo-login span.login span.lostusername,
#menu span.quick span.yoo-login span.login span.registration { margin-top: 5px; }

#menu span.quick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#menu span.quick span.yoo-login span.logout span.logout-button-text,
#menu span.quick span.yoo-login span.logout span.logout-button-icon { margin-right: 0px; }

/* nifty quick */
#menu span.niftyquick span.yoo-login span.login {
	width: 268px;
	height: 50px;
}

#menu span.niftyquick span.yoo-login span.login span.login-button { margin-right: 0px; }

#menu span.niftyquick span.yoo-login span.login span.lostpassword, 
#menu span.niftyquick span.yoo-login span.login span.lostusername,
#menu span.niftyquick span.yoo-login span.login span.registration { margin-top: 5px; }

#menu span.niftyquick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#menu span.niftyquick span.yoo-login span.logout span.logout-button { margin-right: 0px; }

 
#menu span.niftyquick span.yoo-login span.login span.username input,
#menu span.niftyquick span.yoo-login span.login span.password input {
	width: 95%;
	height: 12px;
	background: #ffffff;
	border: 1px solid #ffffff;
	overflow: hidden;
}

/*
 * ZOO
 */
 
/* product template */
div#yoo-zoo .product div.alpha-index {	background: url(/templates/yoo_crystal/images/zoo/product/alpha_index.png) 0 0 no-repeat; }
div#yoo-zoo .product div.alpha-index-r { background: url(/templates/yoo_crystal/images/zoo/product/alpha_index.png) 100% -40px no-repeat; }
div#yoo-zoo .product div.alpha-index-m { background: url(/templates/yoo_crystal/images/zoo/product/alpha_index.png) 0 -80px repeat-x; }
div#yoo-zoo .product div.alpha-index a:hover { background: url(/templates/yoo_crystal/images/zoo/product/alpha_index.png) 0 -120px no-repeat; }

div#yoo-zoo .product div.box-t1 { background: url(/templates/yoo_crystal/images/zoo/product/box.png) 0 0 no-repeat; }
div#yoo-zoo .product div.box-t2 { background: url(/templates/yoo_crystal/images/zoo/product/box.png) 100% -15px no-repeat; }
div#yoo-zoo .product div.box-t3 { 
	background: #0C0C0C;
	border-top: 1px #3D4246 solid;
}

div#yoo-zoo .product div.box-1 { 
	background: #0C0C0C;
	border-left: 1px #3D4246 solid;
	border-right: 1px #3D4246 solid;
}

div#yoo-zoo .product div.box-b1 { background: url(/templates/yoo_crystal/images/zoo/product/box.png) 0 -30px no-repeat; }
div#yoo-zoo .product div.box-b2 { background: url(/templates/yoo_crystal/images/zoo/product/box.png) 100% -45px no-repeat; }
div#yoo-zoo .product div.box-b3 { 
	background: #0C0C0C;
	border-bottom: 1px #3D4246 solid;
}

div#yoo-zoo .product div.category h1.name,
div#yoo-zoo .product div.item h1.name,
div#yoo-zoo .product div.item h2.specifications { color: #ffffff; }

div#yoo-zoo .product h1.sub-categories-title,
div#yoo-zoo .product h1.items-title { color: #ffffff; background: url(/templates/yoo_crystal/images/zoo/product/box.png) 0 -60px no-repeat; }

div#yoo-zoo .product h1.sub-categories-title span,
div#yoo-zoo .product h1.items-title span { background: url(/templates/yoo_crystal/images/zoo/product/box.png) 100% -115px no-repeat; }

div#yoo-zoo .product h1.sub-categories-title span span,
div#yoo-zoo .product h1.items-title span span { background: url(/templates/yoo_crystal/images/zoo/product/box.png) 0 -170px repeat-x; }

div#yoo-zoo .product div.sub-categories div.row,
div#yoo-zoo .product div.items div.row,
div#yoo-zoo .product div.pagination { border-top: 1px #3D4246 solid; }

div#yoo-zoo .product div.sub-categories div.first-row,
div#yoo-zoo .product div.items div.first-row { border-top:none; }

div#yoo-zoo .product div.alpha-index a:link, div#yoo-zoo div.alpha-index a:visited { color: #ffffff; }
div#yoo-zoo .product div.alpha-index span { color: #8B8987; }

/* download template */
div#yoo-zoo .downloads div.alpha-index { background: url(/templates/yoo_crystal/images/zoo/download/alpha_index_bg.png) 0 0 repeat-x; }
div#yoo-zoo .downloads div.alpha-index a:link, div#yoo-zoo .downloads div.alpha-index a:visited { color: #C8C8C8; }

div#yoo-zoo .downloads div.alpha-index a:hover {
	background: url(/templates/yoo_crystal/images/zoo/download/alpha_index_item_hover.png) 0 1px no-repeat;
	color: #C8C8C8;
}

div#yoo-zoo .downloads div.alpha-index span { color: #646464; }

div#yoo-zoo .downloads div.category h1.name {
	background: url(/templates/yoo_crystal/images/zoo/download/header_bg.png) 0 0 repeat-x;
	color: #ffffff;
}

div#yoo-zoo .downloads div.category span.sub-categories-title { color: #969696; }

div#yoo-zoo .downloads div.sub-categories div.sub-category {
	border: 1px solid #323232;
	border-bottom: 1px solid #32373C;
	background: #000000 url(/templates/yoo_crystal/images/zoo/download/category_bg.png) 0 100% repeat-x;
}

div#yoo-zoo .downloads div.sub-categories h2.name span { color: #969696; }

div#yoo-zoo .downloads div.items h1.name {
	background: url(/templates/yoo_crystal/images/zoo/download/header_bg.png) 0 0 repeat-x;
	color: #ffffff;
}

div#yoo-zoo .downloads div.items span.items-title { color: #969696; }
div#yoo-zoo .downloads div.items div.row { background: url(/templates/yoo_crystal/images/zoo/download/item_bg.png) 0 0 repeat-x; }
div#yoo-zoo .downloads div.items div.first-row { background: url(/templates/yoo_crystal/images/zoo/download/item_bg.png) 0 -1px repeat-x; }
div#yoo-zoo .downloads div.items li.modified { color: #969696; }

div#yoo-zoo .downloads div.items a.file { background: url(/templates/yoo_crystal/images/zoo/download/button_download.png) 0 0 no-repeat; }
div#yoo-zoo .downloads div.items a:link.file, div#yoo-zoo .downloads div.items a:visited.file { color: #ffffff; }
div#yoo-zoo .downloads div.items a:hover.file { color: #ffffff; }
div#yoo-zoo .downloads div.items a.file span.file-2 { background: url(/templates/yoo_crystal/images/zoo/download/button_download.png) 100% -30px no-repeat; }
div#yoo-zoo .downloads div.items a.file span.file-3 { background: url(/templates/yoo_crystal/images/zoo/download/button_download.png) 0 -60px repeat-x; }

div#yoo-zoo .downloads div.item h1.name { color: #ffffff; }
div#yoo-zoo .downloads div.item div.row { background: url(/templates/yoo_crystal/images/zoo/download/item_bg.png) 0 0 repeat-x; }

div#yoo-zoo .downloads div.item div.element-rating {
	border: 1px solid #404040;
	background: #000000;
}

div#yoo-zoo .downloads div.item a.file { background: url(/templates/yoo_crystal/images/zoo/download/button_download.png) 0 0 no-repeat; }
div#yoo-zoo .downloads div.item a:link.file, div#yoo-zoo .downloads div.item a:visited.file { color: #ffffff; }
div#yoo-zoo .downloads div.item a:hover.file { color: #ffffff; }
div#yoo-zoo .downloads div.item a.file span.file-2 { background: url(/templates/yoo_crystal/images/zoo/download/button_download.png) 100% -30px no-repeat; }
div#yoo-zoo .downloads div.item a.file span.file-3 { background: url(/templates/yoo_crystal/images/zoo/download/button_download.png) 0 -60px repeat-x; }

div#yoo-zoo .downloads div.item h2.description { color: #ffffff; }

/* blog template */
div#yoo-zoo .blog div.category div.headline { border-bottom: solid 3px #ffffff; }
div#yoo-zoo .blog div.category h1.name { color: #ffffff; }
div#yoo-zoo .blog div.category h2.sub-categories-title { color: #ffffff; }
div#yoo-zoo .blog div.items h1.name { color: #ffffff; }
div#yoo-zoo .blog div.items h1.name a:link,
div#yoo-zoo .blog div.items h1.name a:visited,
div#yoo-zoo .blog div.items h1.name a:hover { color: #ffffff; }
div#yoo-zoo .blog div.items p.postmeta { color: #969696; }
div#yoo-zoo .blog div.items h2.subheadline { color: #ffffff; }
div#yoo-zoo .blog div.item h1.name { color: #ffffff; }
div#yoo-zoo .blog div.item p.postmeta { color: #969696; }
div#yoo-zoo .blog div.item h2.subheadline { color: #ffffff; }

/* default */
div#yoo-zoo .default div.alpha-index {
	border: 1px solid #3D4246;
	background: #0C0C0C;
}

div#yoo-zoo .default div.alpha-index a:link, div#yoo-zoo .default div.alpha-index a:visited { color: #C8C8C8; }

div#yoo-zoo .default div.alpha-index a:hover {
	background: #323232;
	color: #C8C8C8;
}

div#yoo-zoo .default div.alpha-index span { color: #646464; }
div#yoo-zoo .default div.category { border: 1px solid #3D4246; }
div#yoo-zoo .default div.category h1.name { color: #ffffff; }
div#yoo-zoo .default div.box { border: 1px solid #3D4246; }

div#yoo-zoo .default div.box h1 {
	border-bottom: 1px solid #3D4246;
	background: #0C0C0C;
	color: #ffffff;
}

div#yoo-zoo .default div.box div.row { border-top: 1px solid #3D4246; }
div#yoo-zoo .default div.box div.first-row { border-top: none; }
div#yoo-zoo .default div.sub-categories h2.name span { color: #ffffff; }
div#yoo-zoo .default div.pagination { border-top: 1px solid #3D4246; }

div#yoo-zoo .default div.item { border: 1px solid #3D4246; }
div#yoo-zoo .default div.item h1.name { color: #ffffff; }﻿/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

body.yoopage { background: #534A6C url(/templates/yoo_crystal/images/variations/lilac/page_bg.jpg) 50% 0 repeat; }
#page-body { background: url(/templates/yoo_crystal/images/variations/lilac/bg.jpg) no-repeat; }

#menu li.active { background-image: url(/templates/yoo_crystal/images/menu_level1_item_active_lilac.png); }
#menu li.active li.active { background: none; }
#menu li.active a.level1,
#menu li.active span.level1 { background-image: url(/templates/yoo_crystal/images/menu_level1_item_active_lilac.png); }
#menu li.active a.level1 span.bg,
#menu li.active span.level1 span.bg { background-image: url(/templates/yoo_crystal/images/menu_level1_item_active_lilac.png); }
#menu div.fancy div.fancy-1 { background-image: url(/templates/yoo_crystal/images/menu_level1_item_active_lilac.png); }

#menu .dropdown-t3,
#menu .dropdown-3,
#menu .hover-box1 {	background: #C69FC2; }

#menu .hover-box1 { border-color: #A888A5; }
#menu .hover-box1:hover { border-color: #776074; }
#menu li.separator .hover-box1:hover { border-color: #A888A5; }

div.mod-transparent h3.header { background-image: url(/templates/yoo_crystal/images/module_header_lilac.png); }
div.mod-header h3.header { background-image: url(/templates/yoo_crystal/images/module_header_lilac.png); }

h1,
#page h1 a,
h3,
h5,
a:link,
a:visited,
.contentheading,
.componentheading { color: #c37cc9; }

a:hover { color: #ca3fe3; }/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}