/* 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;
}

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;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

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

 

.wrapper { margin: auto; }

#header {
	position: relative;
	z-index: 10;
	height: 165px;
	clear: both;
}

#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 {
	margin: 0px 70px 0px 70px;
	padding-bottom: 15px;
	text-align: center;
	color: #ffffff;
}

 
 
#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: #2465B5; }
#page-body { background: #FAFAFA url(/templates/yoo_flux/images/page_bg_t.png) 0 0 repeat-x; }
#page-footer {
	padding-top: 15px;
	background: url(/templates/yoo_flux/images/page_bg_b.png) 0 0 repeat-x;
}

.wrapper-body { padding: 0px 70px 0px 70px; }

 

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

 
#breadcrumbs {
	position: absolute;
	top: 9px;
	left: 15px;
	right: 15px;
	height: 19px;
	overflow: hidden;
	font-size: 85%;
}

#breadcrumbs a,
#breadcrumbs span {
	display: block;
	float: left;
}

#breadcrumbs a,
#breadcrumbs span.separator { margin-right: 10px; }

#breadcrumbs .box-1 {
	background: url(/templates/yoo_flux/images/breadcrumbs.png) 0 0 no-repeat;
	color: #ffffff;
	text-shadow: 0px 1px 2px #646464;
}

#breadcrumbs a:hover { text-shadow: 0px -1px 3px #646464; }

#breadcrumbs .box-2 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_flux/images/breadcrumbs.png) 100% -24px no-repeat;
}

#breadcrumbs .box-3 {
	height: 19px;
	background: url(/templates/yoo_flux/images/breadcrumbs.png) 0 -48px repeat-x;
}


 


 
#toolbar {
	height: 25px;
	padding: 0px 70px 0px 70px;
	overflow: hidden;
	line-height: 28px;
	font-size: 9px;
	color: #464646;
}

#date {
	padding: 0px 10px 0px 10px;
	/*background: url(/templates/yoo_flux/images/toolbar_separator.png) 0 0 no-repeat;*/
	float: left;
}

#toolbar .left {
	/*background: url(/templates/yoo_flux/images/toolbar_separator.png) 0 0 no-repeat;*/
	float: left;
}

#toolbar .right {
	/*background: url(/templates/yoo_flux/images/toolbar_separator.png) 100% 0 no-repeat;*/
	float: right;
}

#headerbar {
	height: 65px;
	padding: 0px 0px 0px 370px;
	padding-left: 220px;
	overflow: hidden;
}

#menubar { background: url(/templates/yoo_flux/images/menubar_bg.png) 0 0 no-repeat; }

#menubar div.menubar-2 {
	padding: 0px 70px 0px 70px;
	background: url(/templates/yoo_flux/images/menubar_bg.png) 100% -80px no-repeat;
}

#menubar div.menubar-3 {
	background: url(/templates/yoo_flux/images/menubar_bg.png) 0 -160px repeat-x;
}

#menubar div.menubar-4 {
	height: 75px;
	background: url(/templates/yoo_flux/images/menubar_shadow.png) 50% 100% no-repeat;
}

 
#logo {
	position: absolute;
	top: 15px;
	left: 70px;
}

#menu {
	position: absolute;
	top: 94px;
	left: 70px;
	z-index: 11;
}

#search {
	position: absolute;
	top: 136px;
	right: 70px;
	z-index: 12;
	width: 120px;
	height: 22px;
	padding: 4px 4px 0px 4px;
	background: url(/templates/yoo_flux/images/search_bg.png) 0 0 no-repeat;
}

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

 

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

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

 

div.content-wrapper-t1 {
	position: relative;  
	background: url(/templates/yoo_flux/images/content_wrapper_corners.png) 0 0 no-repeat;
}

div.content-wrapper-t2 {
	padding: 0px 40px 0px 40px;
	background: url(/templates/yoo_flux/images/content_wrapper_corners.png) 100% -55px no-repeat;
}

div.content-wrapper-t3 {
	height: 50px;
	background: url(/templates/yoo_flux/images/content_wrapper_corners.png) 0 -110px repeat-x;
}

div.content-wrapper-1 { background: #ffffff url(/templates/yoo_flux/images/content_wrapper_edges_without.png) 0 0 repeat-y; }

div.content-wrapper-2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_flux/images/content_wrapper_edges_without.png) 100% 0 repeat-y;
	 
}

div.content-wrapper-b1 { background: url(/templates/yoo_flux/images/content_wrapper_corners.png) 0 -165px no-repeat; }

div.content-wrapper-b2 {
	padding: 0px 40px 0px 40px;
	background: url(/templates/yoo_flux/images/content_wrapper_corners.png) 100% -190px no-repeat;
}

div.content-wrapper-b3 {
	height: 20px;
	background: url(/templates/yoo_flux/images/content_wrapper_corners.png) 0 -215px repeat-x;
}

.column-contentleft div.content-wrapper-t1 { background-position: 0 -240px; }
.column-contentleft div.content-wrapper-1 { background-image: url(/templates/yoo_flux/images/content_wrapper_edges_with.png); }
.column-contentleft div.content-wrapper-b1 { background-position: 0 -350px; }

.column-contentright div.content-wrapper-t2 { background-position: 100% -295px; }
.column-contentright div.content-wrapper-2 { background-image: url(/templates/yoo_flux/images/content_wrapper_edges_with.png); }
.column-contentright div.content-wrapper-b2 { background-position: 100% -375px; }

.column-contentleft div.content-wrapper-t2,
.column-contentleft div.content-wrapper-b2 { padding-left: 215px; }
.column-contentright div.content-wrapper-t2,
.column-contentright div.content-wrapper-b2 { padding-right: 215px; }

.column-contentleft div.content-wrapper-2 { padding-left: 1px; }
.column-contentright div.content-wrapper-2 { padding-right: 1px; }

#mainmiddle { margin-top: -15px; }
#content { margin-top: 15px;  }




/* For easyBasar*/
table tr .bgcolor2 {background-color:#eeeeee;}
table tr .bgcolor1 {background-color:#f9f9f9;}

table th { background-color:#e7e7e7; border:none; padding:5px 5px; color:#000; border-bottom: 1px solid #999;}
table th a { border:none; color:#000;}
table .tool { background-color:#f0f0f0; border:none; padding:5px 5px; color:#000; border-top: 1px solid #999;}

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

.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: #333;
}

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

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

.page span,
.blank 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(/images/j_button2_left.png) no-repeat; float: left; margin-left: 5px; }

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

.button2-right .prev { background: url(/images/j_button2_prev.png) no-repeat; }

.button2-right.off .prev { background: url(/images/j_button2_prev_off.png) no-repeat; cursor: default;}

.button2-right .start { background: url(/images/j_button2_first.png) no-repeat; }

.button2-right.off .start { background: url(/images/j_button2_first_off.png) no-repeat; cursor: default;}

.button2-left .page,
.button2-left .blank { background: url(/images/j_button2_right_cap.png) 100% 0 no-repeat; cursor: default;}

.button2-left .next { background: url(/images/j_button2_next.png) 100% 0 no-repeat; }

.button2-left.off .next { background: url(/images/j_button2_next_off.png) 100% 0 no-repeat; cursor: default;}

.button2-left .end { background: url(/images/j_button2_last.png) 100% 0 no-repeat; }

.button2-left.off .end { background: url(/images/j_button2_last_off.png) 100% 0 no-repeat; cursor: default;}

.button2-left .image 		{ background: url(/images/j_button2_image.png) 100% 0 no-repeat; }
.button2-left .readmore 	{ background: url(/images/j_button2_readmore.png) 100% 0 no-repeat; }
.button2-left .pagebreak 	{ background: url(/images/j_button2_pagebreak.png) 100% 0 no-repeat; }
.button2-left .blank	 	{ background: url(/images/j_button2_blank.png) 100% 0 no-repeat; }

table .pagination { display:table; padding:0;  margin:0 auto;	 }

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

div #mainbottom100{
	margin-top:15px;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * headings
 */

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

h1 {
	font-weight: normal;
	color: #0671AD;
}

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

h2 { color: #50555A; }
h3 { color: #0671AD; }
h4 { color: #50555A; }
h5 { color: #0671AD; }
h6 { color: #50555A; }

/*
 * anchor
 */

a:link,
a:visited { color: #0671AD; }
a:hover { color: #00a3ff; }

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

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

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

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

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

/*
 * emphasis
 */

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

/*
 * unsorted lists
 */

/* icon style */
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: normal;
	line-height: 12px; 
}

ul.arrow li { background: url(/templates/yoo_flux/images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(/templates/yoo_flux/images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(/templates/yoo_flux/images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(/templates/yoo_flux/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 #c8c8c8;
}

ul.table li:nth-child(odd) { background: #fafafa; }
ul.table li:nth-child(even) { background: #ffffff; }
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_flux/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_flux/images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}


/*
 * assistantbox
 */

div.assistentbox {
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #aab4be;
}
div.highlight
{
	background: #f4f5f6;
}

span.step {
	margin: 0px 0px 0px 10px;
	width: 180px;
	float:left;
}

span.stepinfo {
	margin: 0px 0px 0px 15px;
	font-size: 10px;
	font-style:italic;

}

/*
 * highlighted div and span tags
 */

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


div.note, span.note {
	margin: 0px 0px 10px 0px;
	padding: 8px 10px 8px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}


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

div.error, span.error,
div.advice, span.advice {
	margin: 10px 0px 10px 0px;
	min-height:25px;
}

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

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

div.error, span.error {
	background: #fff5eb url(/templates/yoo_flux/images/typography/icon-48-alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
	padding: 15px 20px 8px 50px;
	font-size:1.5em; 
	font-weight:bold; 
	color:red;
	vertical-align:middle;
}

div.information, span.information {
	background: #f4f5f6 url(/templates/yoo_flux/images/typography/icon-48-info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	padding: 6px 20px 6px 50px;
	font-size:1.5em; 
	font-weight:bold; 
	color:#aab4be;
	vertical-align:middle;
}

div.download, span.download {
	background: #f5faeb url(/templates/yoo_flux/images/typography/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

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

/*
 * 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 #c8c8c8;
	background: none;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}

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

table.listing tr.odd td { background: #fafafa; }
table.listing tr.even td { background: #ffffff; }

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

/*
 * blockquotes
 */

q.blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}

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_flux/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_flux/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 */

/*
 * top and footer menu
 */

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

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

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

#toolbar .menu li a,
#footer .menu li a {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_flux/images/toolbar_separator.png) 0 0 no-repeat;
	overflow: hidden;  
}
#footer .menu li a { background: url(/templates/yoo_flux/images/topmenu_item_bg_white.png) 0 50% no-repeat; }

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

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

#toolbar .menu a:link,
#toolbar .menu a:visited { color: #464646; }
#toolbar .menu a:hover { color: #000000; }

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

/*
 * menu
 */

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

#menu li {
	position: relative;
	z-index: 5;  
	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 {
	padding-left: 2px;
	background: url(/templates/yoo_flux/images/menu_level1_item.png) 0 0 no-repeat;
	float: left;
	margin-left: -2px;
}

#menu li.level1 { float: left; }

#menu a.level1,
#menu span.level1 { float: left; }

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 51px;
	padding: 0px 20px 0px 18px;
	background: url(/templates/yoo_flux/images/menu_level1_item.png) 100% 0 no-repeat;
	float: left;
	line-height: 50px;
	font-size: 18px;
	color: #323232;
	text-shadow: 1px 1px 0px #ffffff;
}

 
#menu li:hover .level1 span.bg { color: #000000; text-shadow: 0px 1px 0px #ffffff, 0px 2px 5px #969696; }

 
#menu li.remain .level1 span.bg { color: #000000; text-shadow: 0px 1px 0px #ffffff, 0px 2px 5px #969696; }

 
#menu li.active .level1 span.bg { color: #0671AD; }

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

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

#menu li:hover .level1 span.subtitle { color: #000000; text-shadow: 0px 1px 0px #ffffff, 0px 2px 5px #969696; }
#menu li.remain .level1 span.subtitle { color: #000000; text-shadow: 0px 1px 0px #ffffff, 0px 2px 5px #969696; }
#menu li.active .level1 span.subtitle { color: #015b8e; }

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

div#menu div.fancy div.fancy-1 {
	padding-right: 2px;
	background: url(/templates/yoo_flux/images/menu_fancy.png) 0 0 no-repeat;
}

div#menu div.fancy div.fancy-2 {
	padding: 0px 18px 0px 20px;
	background: url(/templates/yoo_flux/images/menu_fancy.png) 100% -56px no-repeat;
}

div#menu div.fancy div.fancy-3 {
	height: 51px;
	background: url(/templates/yoo_flux/images/menu_fancy.png) 0 -112px repeat-x;
}

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

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

#menu .dropdown-t1 { background: url(/templates/yoo_flux/images/menu_dropdown_corners.png) 0 0 no-repeat; }

#menu .dropdown-t2 {
	padding: 0px 8px 0px 15px;
	background: url(/templates/yoo_flux/images/menu_dropdown_corners.png) 100% -15px no-repeat;
}

#menu .dropdown-t3 {
	height: 10px;
	background: #FAFAFA
}

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

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

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

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

#menu .dropdown-b2 {
	padding: 0px 15px 0px 15px;
	background: url(/templates/yoo_flux/images/menu_dropdown_corners.png) 100% -50px no-repeat;
}

#menu .dropdown-b3 {
	height: 15px;
	background: url(/templates/yoo_flux/images/menu_dropdown_corners.png) 0 -70px repeat-x;
}

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

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

 
#menu .hover-box1:hover {
	border: 1px solid #b4b9be;
	border-right-color: #d2d7dc;
	border-bottom-color: #d2d7dc;
	background: #f5f6f7;
}

#menu li.separator .hover-box1:hover {
	border: 1px solid #D2D7DC;
	background: #ffffff;
}

#menu a.level2 span.bg,
#menu span.level2 span.bg {
	min-height: 45px;
	line-height: 45px;
	text-indent: 10px;
	color: #323232;
	font-size: 15px;
	text-shadow: 1px 1px 1px #c8c8c8;
}

#menu .hover-box1:hover a.level2 span.bg { text-shadow: 1px 1px 0px #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: -6px;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #646464;
	line-height: 12px;
	text-transform: none;
	letter-spacing: 0px;
	text-shadow: none;
}

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

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

#menu a.level3:hover { text-decoration: underline; }

#menu a.level3 span.bg,
#menu span.level3 span.bg {
	height: 17px;
	background: url(/templates/yoo_flux/images/menu_level3_item.png) 1px 5px no-repeat;
	line-height: 17px;
	text-indent: 10px;
	font-size: 11px;
}

 
 
 
 

#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-black
 */

div.mod-black ul.menu span.bg {
	height: 25px;
	line-height: 24px;
	text-indent: 30px;
	color: #646464;
	text-shadow: 0px 1px 0px #ffffff, 0px 2px 2px #c8c8c8;
}

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

 
 

 
div.mod-black ul.menu li.level1 { background: #FAFBFC url(/templates/yoo_flux/images/submenu_level2_bg.png) 0 0 repeat-x; }

div.mod-black ul.menu a.level1,
div.mod-black ul.menu span.level1 { background: #ffffff url(/templates/yoo_flux/images/submenu_level1_item.png) 0 0 no-repeat; }

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

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

 
div.mod-black ul.menu ul.level2 { padding: 2px 0px 5px 0px; border-bottom: 1px solid #D8DADC; }

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

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

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

 
div.mod-black ul.menu a.level4 span.bg { text-indent: 55px; }

/*
 * sub menu: mod-band
 */

div.mod-band ul.menu { border-bottom: 1px solid #CFD1D3; }

div.mod-band ul.menu span.bg {
	color: #646464;
	text-shadow: 0px 1px 0px #ffffff, 0px 2px 2px #c8c8c8;
}

div.mod-band ul.menu .level1 .level1 span.bg {
	height: 23px;
	border-top: 1px solid #CFD1D3;
	border-bottom: 1px solid #FAFBFB;
	line-height: 23px;
	text-indent: 15px;
}

div.mod-band ul.menu li.first .level1 span.bg { border-top: none; }

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

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

div.mod-band ul.menu ul.level2 {
	padding: 2px 0px 5px 0px;
	border-top: 1px solid #CFD1D3;
	border-bottom: 1px solid #FAFBFB;
	background: #F0F3F5;
}

div.mod-band ul.menu .level2 span.bg {
	height: 20px;
	line-height: 20px;
	text-indent: 25px;
}

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


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

/*
 * module headers
 */

.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #323232;
	font-weight: normal;
}

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

 
.module h3.header span.title {
	display: block;
	font-size: 15px;
	line-height: 27px;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: -5px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #646464;
	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, 
#mainbottom100 .module { margin-bottom: 15px; }

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

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

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


/*
 * header module positions
 */

 
#toolbar .left .module {
	padding: 0px 10px 0px 10px;
	/*background: url(/templates/yoo_flux/images/toolbar_separator.png) 100% 0 no-repeat;*/
	float: left;
}

#toolbar .right .module {
	padding: 0px 10px 0px 10px;
	/*background: url(/templates/yoo_flux/images/toolbar_separator.png) 0 0 no-repeat;*/
	float: right;
}

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

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

/*
 * #contentleft and #contentright
 */

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

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

#contentright div.mod-line,
#contentright div.mod-ridge,
#contentright div.mod-band { 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_flux/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; }
div.module div.badge-ajax { background-position: 0 -160px; }

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

div.module h3.header span.icon-camera { background-position: 0 0; }
div.module h3.header span.icon-fire { background-position: 0 -30px; }
div.module h3.header span.icon-cart { background-position: 0 -60px; }
div.module h3.header span.icon-briefcase { background-position: 0 -90px; }
div.module h3.header span.icon-idea { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-search { background-position: 0 -180px; }
div.module h3.header span.icon-sound { background-position: 0 -210px; }
div.module h3.header span.icon-filter { background-position: 0 -240px; }
div.module h3.header span.icon-registered { background-position: 0 -270px; }
div.module h3.header span.icon-checkedin { background-position: 0 -300px; }
div.module h3.header span.icon-sold { background-position: 0 -330px; }

div.module h3.header span.icon-trash { background-position: 0 -360px; }
div.module h3.header span.icon-bank { background-position: 0 -390px; }
div.module h3.header span.icon-move { background-position: 0 -420px; }
div.module h3.header span.icon-mail { background-position: 0 -450px; }
div.module h3.header span.icon-chart { background-position: 0 -480px; }
div.module h3.header span.icon-arlarm { background-position: 0 -510px; }
div.module h3.header span.icon-clock { background-position: 0 -540px; }
div.module h3.header span.icon-lock { background-position: 0 -570px; }
div.module h3.header span.icon-world { background-position: 0 -600px; }
div.module h3.header span.icon-rise { background-position: 0 -630px; }
div.module h3.header span.icon-option { background-position: 0 -660px; }
div.module h3.header span.icon-calculator { background-position: 0 -690px; }
 

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

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

/*
 * module: dropdown
 */

#menu ul.mod-dropdown {
	padding-left: 0px;
	background: none;
}

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

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


/*
 * module: headerbar
 */
 
div.mod-headerbar div.box-1 { background: url(/templates/yoo_flux/images/module_headerbar.png) 0 0 no-repeat; }

div.mod-headerbar div.box-2 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_flux/images/module_headerbar.png) 100% -75px no-repeat;
}

div.mod-headerbar div.box-3 {
	height: 55px;
	padding: 10px 0px 5px 0px;
	background: url(/templates/yoo_flux/images/module_headerbar.png) 0 -150px repeat-x;
	overflow: hidden;
}

/*
 * module: rounded
 */
 
div.mod-rounded div.box-t1 { background: url(/templates/yoo_flux/images/module_rounded_white_corners.png) 0 0 no-repeat; }

div.mod-rounded div.box-t2 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_flux/images/module_rounded_white_corners.png) 100% -15px no-repeat;
}

div.mod-rounded div.box-t3 {
	height: 9px;
	border-top: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded div.box-1 {
	padding: 0px 14px 0px 14px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
	overflow: hidden;
}

div.mod-rounded div.box-b1 { background: url(/templates/yoo_flux/images/module_rounded_white_corners.png) 0 -30px no-repeat; }

div.mod-rounded div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_flux/images/module_rounded_white_corners.png) 100% -45px no-repeat;
}

div.mod-rounded div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded h3.header {
	height: 30px;
	line-height: 27px;
	text-shadow: 1px 1px 1px #c8c8c8;
}
div.mod-rounded h3.header span.icon { top: -2px; }

/* color: grey */
div.mod-rounded-grey div.box-t1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-t2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_corners.png); }

div.mod-rounded-grey div.box-1 {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded-grey div.box-2 {
	padding: 0px 13px 0px 13px;
	background: url(/templates/yoo_flux/images/module_rounded_grey_fading.png) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-rounded-grey div.box-b1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-b2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-b3 {
	height: 10px;
	border: none;
	background: url(/templates/yoo_flux/images/module_rounded_grey_corners.png) 0 -60px repeat-x;
}

div.mod-rounded-grey em.box { background: #ffffff; }

/* header: grey */
div.mod-rounded-header div.deepest { padding: 30px 14px 0px 14px; }
div.mod-rounded-header div.box-1 div.deepest { padding: 30px 13px 0px 13px; }

div.mod-rounded-header div.header-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(/templates/yoo_flux/images/module_rounded_grey_header_grey.png) 0 0 no-repeat;
}

div.mod-rounded-header div.header-2 {
	padding: 0px 30px 0px 30px;
	background: url(/templates/yoo_flux/images/module_rounded_grey_header_grey.png) 100% -45px no-repeat;
}

div.mod-rounded-header div.header-3 {
	height: 40px;
	background: url(/templates/yoo_flux/images/module_rounded_grey_header_grey.png) 100% -90px repeat-x;
}

div.mod-rounded-header h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	padding-left: 15px;
	line-height: 35px;
	text-shadow: 0px 1px 0px #ffffff, 0px 2px 2px #c8c8c8;
	overflow: hidden;
}
div.mod-rounded-header h3.header span.icon { top: 2px; }

/* color: header blue */
div.mod-rounded-header-blue div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-blue div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-blue div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_blue.png); }

div.mod-rounded-header-blue h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-blue h3.header span.subtitle { color: #ffffff; }

/* color: header red */
div.mod-rounded-header-red div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_red.png); }
div.mod-rounded-header-red div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_red.png); }
div.mod-rounded-header-red div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_red.png); }

div.mod-rounded-header-red h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-red h3.header span.subtitle { color: #ffffff; }

/* color: header orange */
div.mod-rounded-header-orange div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_orange.png); }
div.mod-rounded-header-orange div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_orange.png); }
div.mod-rounded-header-orange div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_orange.png); }

div.mod-rounded-header-orange h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-orange h3.header span.subtitle { color: #ffffff; }

/* color: header green */
div.mod-rounded-header-green div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_green.png); }
div.mod-rounded-header-green div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_green.png); }
div.mod-rounded-header-green div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_green.png); }

div.mod-rounded-header-green h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-green h3.header span.subtitle { color: #ffffff; }

/* color: header pink */
div.mod-rounded-header-pink div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_pink.png); }
div.mod-rounded-header-pink div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_pink.png); }
div.mod-rounded-header-pink div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_pink.png); }

div.mod-rounded-header-pink h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-pink h3.header span.subtitle { color: #ffffff; }

/* color: header turquoise */
div.mod-rounded-header-turquoise div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_turquoise.png); }
div.mod-rounded-header-turquoise div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_turquoise.png); }
div.mod-rounded-header-turquoise div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_turquoise.png); }

div.mod-rounded-header-turquoise h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-turquoise h3.header span.subtitle { color: #ffffff; }

/* color: header gold */
div.mod-rounded-header-gold div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_gold.png); }
div.mod-rounded-header-gold div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_gold.png); }
div.mod-rounded-header-gold div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_gold.png); }

div.mod-rounded-header-gold h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-gold h3.header span.subtitle { color: #ffffff; }

/* color: header templatecolor */
div.mod-rounded-header-templatecolor div.header-1 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-templatecolor div.header-2 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-templatecolor div.header-3 { background-image: url(/templates/yoo_flux/images/module_rounded_grey_header_blue.png); }

div.mod-rounded-header-templatecolor h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-templatecolor h3.header span.subtitle { color: #ffffff; }

/*
 * module: black
 */
 
div.mod-black div.box-t1 { background: url(/templates/yoo_flux/images/module_black.png) 0 0 no-repeat; }

div.mod-black div.box-t2 {
	padding: 0px 30px 0px 30px;
	background: url(/templates/yoo_flux/images/module_black.png) 100% -40px no-repeat;
}

div.mod-black div.box-t3 {
	height: 35px;
	background: url(/templates/yoo_flux/images/module_black.png) 0 -80px repeat-x;
}

div.mod-black div.box-1 {
	padding: 10px 14px 10px 14px;
	border-left: 1px solid #141414;
	border-right: 1px solid #141414;
	background: #141414 url(/templates/yoo_flux/images/module_black.png) 0 -150px repeat-x;
	overflow: hidden;
	color: #c8c8c8;
}

div.mod-black div.box-b1 { background: url(/templates/yoo_flux/images/module_black.png) 0 -120px no-repeat; }

div.mod-black div.box-b2 {
	padding: 0px 30px 0px 30px;
	background: url(/templates/yoo_flux/images/module_black.png) 100% -135px no-repeat;
}

div.mod-black div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #B6BFC6;
	background: #DCE1E6;
}

div.mod-black h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	height: 35px;
	padding-left: 15px;
	line-height: 35px;
	text-shadow: 0px 1px 0px #ffffff, 0px 2px 2px #c8c8c8;
	overflow: hidden;
}
div.mod-black h3.header span.icon { top: 2px; }

div.mod-black em.box { background: #323232; border-color: #646464; }

div.mod-black h1, div.mod-black h2, div.mod-black h3, div.mod-black h4, div.mod-black h5, div.mod-black h6 { color: #ffffff; text-shadow: none; }

/* menu */
div.mod-menu-black div.box-t1 { background: url(/templates/yoo_flux/images/module_rounded_grey_header_grey.png) 0 0 no-repeat; }
div.mod-menu-black div.box-t2 { background: url(/templates/yoo_flux/images/module_rounded_grey_header_grey.png) 100% -45px no-repeat; }
div.mod-menu-black div.box-t3 { background: url(/templates/yoo_flux/images/module_rounded_grey_header_grey.png) 0 -90px repeat-x; }

div.mod-menu-black div.box-1 {
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
	overflow: hidden;
	color: #646464;
}

/*
 * module: line
 */

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

div.mod-line h3.header {
	height: 30px;
	padding-left: 15px;
	line-height: 27px;
	background: url(/templates/yoo_flux/images/module_line.png) 0 100% repeat-x;
	text-shadow: 0px 1px 0px #ffffff, 0px 1px 5px #c8c8c8;
}

/*
 * module: ridge
 */

div.mod-ridge div.box-1 {
	padding: 5px 15px 10px 15px;
	background: url(/templates/yoo_flux/images/module_ridge.png) 0 -27px repeat-x;
	overflow: hidden;
}

div.mod-ridge h3.header {
	height: 30px;
	padding-left: 15px;
	line-height: 27px;
	background: url(/templates/yoo_flux/images/module_ridge.png) 0 8px repeat-x;
	text-shadow: 0px 1px 0px #ffffff, 0px 1px 5px #c8c8c8;
}

/*
 * module: band
 */

div.mod-band { margin-top: 5px; }

div.mod-band div.box-1 {
	padding: 5px 15px 10px 15px;
	background: url(/templates/yoo_flux/images/module_band_shadow.png) 50% 0 no-repeat;
	overflow: hidden;
}

div.mod-band h3.header {
	background: url(/templates/yoo_flux/images/module_band_bg.png) 0 -70px repeat-x;
	line-height: 29px;
	text-shadow: 0px 1px 0px #ffffff, 0px 1px 5px #c8c8c8;
}

div.mod-band span.header-2 { background: url(/templates/yoo_flux/images/module_band_bg.png) 0 0 no-repeat; }

div.mod-band span.header-3 {
	height: 30px;
	padding-left: 15px;
	background: url(/templates/yoo_flux/images/module_band_bg.png) 100% -35px no-repeat;
}

/* menu */
div.mod-menu-band div.box-1 {
	padding: 0px 0px 10px 0px;
	background: none;
	overflow: hidden;
}

/*
 * 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_flux/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_flux/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_flux/images/module_polaroid_shadows.png) 0 0 no-repeat;
}

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

div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url(/templates/yoo_flux/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_flux/images/module_postit_shadows.png) 0 0 no-repeat;
}

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

div.mod-postit div.box-b3 {
	height: 40px;
	background: url(/templates/yoo_flux/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;
}

/*
 * module: tab
 */
 
div.mod-tab { padding: 15px 0px 0px 0px; }

div.mod-tab div.box-1 { background: url(/templates/yoo_flux/images/module_tab_l.png) 0 0 repeat-y; }
div.mod-tab div.box-2 { background: url(/templates/yoo_flux/images/module_tab_t.png) 0 0 repeat-x; }
div.mod-tab div.box-3 { background: url(/templates/yoo_flux/images/module_tab_tr.png) 100% 0 no-repeat; }

div.mod-tab div.box-4 {
	padding: 20px 15px 10px 15px;
	background: url(/templates/yoo_flux/images/module_tab_bl.png) 0 100% no-repeat;
}

div.mod-tab h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/templates/yoo_flux/images/module_tab_header.png) 0 0 no-repeat;
	line-height: 30px;
}

div.mod-tab span.header-2 {
	padding: 0px 20px 0px 15px;
	background: url(/templates/yoo_flux/images/module_tab_header.png) 100% -35px no-repeat;
}

div.mod-tab span.header-3 {
	height: 30px;
	background: url(/templates/yoo_flux/images/module_tab_header.png) 0 -70px repeat-x;
}
/* 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; }

a.readmore {
	display: block;
	width: 100px;
	height: 20px;
	background: transparent url(/templates/yoo_flux/images/readmore.png) 0 0 no-repeat;
	float: left;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
	
	text-decoration: none;
	text-shadow: 0px -1px 1px #ffffff, 0px 2px 2px #b4b4b4;
}

a.readmore:link,
a.readmore:visited { color: #505050; }

a.readmore:hover {
	background: transparent url(/templates/yoo_flux/images/readmore.png) 0 -25px no-repeat;
	color: #000000;
	text-shadow: 0px 1px 1px #ffffff, 0px 2px 2px #969696;
}

/* 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.title { text-shadow: 0px 1px 0px #ffffff, 0px 2px 4px #aaaaaa; }

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: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

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

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

 
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_flux/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: 0px;
	
	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;
	margin-top: 5px;
	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 span.icon {
	display: block;
	margin-top: 10px;
	float: right;
}

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

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

div.joomla span.pdf { margin-right: 5px; }
div.joomla span.print { margin-right: 5px; }
div.joomla span.email {}
div.joomla span.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 {
	width: 900px;
}

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	width: 230px;
	float: left;
	background-color: #fff;
}


/*
 * 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: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(/templates/yoo_flux/images/searchbox_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.default-search div.searchbox:hover  { background: url(/templates/yoo_flux/images/searchbox_bg.png) 0 -18px 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_flux/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: #c8001e;
	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; }
input.invalid{ border: 1px solid #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.yoo-search div.resultbox {
	position: absolute;
	right: 0px;
	top: 35px;
	z-index: 20;
}

/*
 * YOOtweet
 */

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

#header div.single div.yoo-tweet p {
	margin-top: 0px;
}

/*
 * YOOlogin
 */

  
/* quick */
#header span.quick span.yoo-login {}

#header span.quick span.yoo-login span.login { width: 231px; }

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

#header span.quick span.yoo-login span.login span.lostpassword, 
#header span.quick span.yoo-login span.login span.lostusername,
#header span.quick span.yoo-login span.login span.registration { margin-top: 5px; margin-right:15px; float:right;}

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

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

/* nifty quick */
#header span.niftyquick span.yoo-login { margin-right:10px; }

#header span.niftyquick span.yoo-login span.login {
	width: 268px;
	height: 50px;
}

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

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

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

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

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


div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}button.dt-button,div.dt-button,a.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:0.333em;padding:0.5em 1em;border:1px solid #999;border-radius:2px;cursor:pointer;font-size:0.88em;color:black;white-space:nowrap;overflow:hidden;background-color:#e9e9e9;background-image:-webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-o-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled{color:#999;border:1px solid #d0d0d0;cursor:default;background-color:#f9f9f9;background-image:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-o-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9')}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled){background-color:#e2e2e2;background-image:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');box-shadow:inset 1px 1px 3px #999999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999999;background-color:#cccccc;background-image:-webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-o-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc')}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled){border:1px solid #666;background-color:#e0e0e0;background-image:-webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0')}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background-image:-webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-o-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9')}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.3);z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background-image:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}

a.dt-button.actual{
	background:url(/images/reload_f2.png) no-repeat;
	background-position: 50% top; 
    cursor:pointer;
    border: 2px solid transparent;
	border-radius: 5px;
    width:80px;
    height:30x;
	text-indent:-5px;
	font-size: 11px;
	background-color: #eeeeee;
	margin: 0px 0px 5px 5px;
	padding-top: 35px; 
}


a.dt-button.actual:hover 
{
	background:url(/images/reload_f2.png) no-repeat; 
	border: 2px solid blue;
	background-position: 50% top;
	background-color: #eeeeee;
}
div.dt-buttons {
    float: right;
    position: relative;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    width: 30%;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    width: 40%;
}
/*
style=\"float: right; margin-right: 10px; text-align: center; width: 50px;\"
<img alt=\"Verkäufernummervergabe\" src=\"/images/stories/register.png\" width=\"32\" height=\"32\">
*/
div.button_register{
	background:url(/images/stories/register.png) no-repeat;
    cursor:pointer;
    border: 2px solid transparent;
	border-radius: 5px;
    width:32px;
    height:32px;
	display: inline-block;
}
div.button_register:hover{
	background:url(/images/stories/register.png) no-repeat;
    border: 2px solid blue;
	background-color: #eeeeee;
}
/*
alt="Verkäufernummerrückgabe
src="/images/stories/release.png"
*/
div.button_deregister{
	background:url(/images/stories/release.png) no-repeat;
	background-size:contain;
    cursor:pointer;
    border: 2px solid transparent;
	border-radius: 5px;
    width:32px;
    height:32px;
	display: inline-block;
}
div.button_deregister:hover{
	background:url(/images/stories/release.png) no-repeat;
	background-size:contain;
    border: 2px solid blue;
	background-color: #eeeeee;
}




table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}

/*
 * Table styles
 */

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; 
 
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 0px 0px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(/templates/yoo_flux/images/sort_both.png);
}
table.dataTable thead .sorting_asc {
  background-image: url(/templates/yoo_flux/images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
  background-image: url(/templates/yoo_flux/images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/templates/yoo_flux/images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/templates/yoo_flux/images/sort_desc_disabled.png);
}
/*
table.dataTable tbody tr {
  background-color: #ffffff;
}
*/
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
/*
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 1px;
}
*/
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #EEEEEE;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
/*
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
*/
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
width: 40%;
  float: left;
}
.dataTables_wrapper .dataTables_filter {
width: 55%;
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}


.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/*
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
*/
table.dataTable img.logo-basar{
	margin:5px; 
	width:40px;
}
table.dataTable td.number-format {
	font-size:30px; 
}
/* 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;
}

/* Copyright (C) 2007 - 2010 easybasar.de */

/*
 * The CSS below are for easybasar
 */

.custombutton.left{
	float:left;
	width:75px;
	height:70px;
	text-align:center;
	margin-left:5px;
}

div.button.left{
	float:left;
	width:75px;
	height:70px;
	text-align:center;
	margin-left:5px;
}

div.button.left img{
	margin-top:10px;
}

div.button.left a:hover{
	float:left;
	width:75px;
	height:70px;
	text-align:center;
	background: transparent url(/templates/yoo_flux/images/buttons.png) 0 0 no-repeat;
	text-decoration:none;
}

div.button.right{
	float:right;
	width:75px;
	height:70px;
	text-align:center;
	margin-right:5px;
	vertical-align:baseline;
}
div.button.right img{
	margin-top:10px;
}

div.button.right a:hover{
	float:right;
	width:75px;
	height:70px;
	text-align:center;
	background: transparent url(/templates/yoo_flux/images/buttons.png) 0 0 no-repeat;
	text-decoration:none;
}

div.errorButton.left{
	float:left;
	width:75px;
	height:70px;
	text-align:center;
	margin-left:5px;
}

div.errorButton.left img{
	margin-top:10px;
}

div.errorButton.left a:hover{
	float:left;
	width:75px;
	height:70px;
	text-align:center;
	background: transparent url(/templates/yoo_flux/images/buttons.png) 0 0 no-repeat;
	text-decoration:none;
}

div.errorButton.right{
	float:right;
	width:75px;
	height:70px;
	text-align:center;
	margin-right:5px;
	vertical-align:baseline;
}
div.errorButton.right img{
	margin-top:10px;
}

div.errorButton.right a:hover{
	float:right;
	width:75px;
	height:70px;
	text-align:center;
	background: transparent url(/templates/yoo_flux/images/buttons.png) 0 0 no-repeat;
	text-decoration:none;
}

div.itemTableHeader{
	float:left;
	width: 600px;
	color: black;
	font-weight: bold;
}

div.itemCounter{
	float:left;
	text-align:right;
	width: 30px;
}

div.itemSelect{
	float:left;
	width: 15px; 
	margin-top:2px;
	margin-left:5px;
}

div.itemNumber{
	float:left;
	width: 70px; 
	margin-right:10px;
	text-align:right;
	font-weight: bold;
}

div.itemDescription{
	float:left;
}

div.itemPrice{
	float:right;
	text-align:right;
	width: 80px;
}

div.itemTableRow {
	float:left;
	width: 100%;
	color: #666;
}

div.itemTableRowSold {
	float:left;
	width: 100%;
	color: green;
}

div.itemTableSumRight{
	display: block; 
	float:right;
	width:301px;
	height:25px;
	text-align:right;
	color: black;
	font-weight: bold;
	border: 0px #000 solid;
	cursor:n-resize;
	padding-right:19px;
	background: #ddd url(/templates/yoo_flux/images/resize.png) 0 0 no-repeat;
}

div.itemTableSumLeft{
	display: block; 
	float:right;
	text-align:right;
	width: 70px;
	height:25px;
	color: black;
	font-weight: bold;
	border: 0px #000 solid;
	cursor:n-resize;
	background: #ddd;
}

div.itemTableSum{
	display: block; 
	float:right;
	text-align:right;
	width: 100%;
	height:25px;
	color: black;
	font-weight: bold;
	border: 0px #000 solid;
	background: #ddd;
}

div.itemTableItemsLeft{
	display: block; 
	float:left;
	width:60px;
	text-align:right;
	color: black;
	font-weight: bold;
	border: 0px #000 solid;
	cursor:n-resize;
	
}

div.itemTableItemsRight{
	display: block; 
	float:left;
	text-align:right;
	width: 57px;
	color: black;
	font-weight: bold;
	border: 0px #000 solid;
	cursor:n-resize;
	
}

div.itemAmount{
	float:right; 
	width:40px; 
	text-align:right;
	vertical-align:bottom;
}

div.itemBottomCount{
	display: block; 
	position: relative;
	float:left;
	width:30px;
	height:25px;
	border-top:0px #000 solid;
	overflow: hidden;
	cursor:n-resize;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color: black;
	background: #ddd;
}

div.itemBottomSelect{
	display: block; 
	position: relative;
	float:left;
	width:270px;
	height:25px;
	border-top:0px #000 solid;
	overflow:hidden;
	background:#ddd;
	color:#000;
	cursor: n-resize;
}


div.sellerTableHeader{
	float:left;
	width: 608px;
	color: black;
	font-weight: bold;
}

div.sellerCounter{
	float:left;
	text-align:right;
	width: 20px;
}

div.sellerSelect{
	float:left;
	width: 15px; 
	margin-top:2px;
	margin-left:5px;
}

div.sellerChiffreBlocked{
	float:left; 
	width: 40px; 
	margin-right:10px;
	text-align:right;
	font-weight: bold;
	color: red;
}

div.sellerNameBlocked{
	float:left;
	color: red;
	width:80px;
	overflow:hiddden;
}

div.sellerParam1Blocked{
	float:right;
	text-align:right;
	width: 65px;
	color: red;
}

div.sellerParam2Blocked{
	float:right;
	text-align:right;
	width: 65px;
	color: red;
}

div.sellerParam3Blocked{
	float:right;
	text-align:right;
	width: 45px;
	color: red;
}

div.sellerParam4Blocked{
	float:right;
	text-align:right;
	width: 45px;
	color: red;
}

div.sellerParam5Blocked{
	float:right;
	text-align:right;
	width: 45px;
	color: red;
}

div.sellerParam6Blocked{
	float:right;
	text-align:right;
	width: 45px;
	color: red;
}

div.sellerParam7Blocked{
	float:right;
	text-align:right;
	width: 65px;
	color: red;
}

div.sellerChiffreItems{
	float:left;
	width: 40px; 
	margin-right:10px;
	text-align:right;
	font-weight: bold;
	color: green;
}

div.sellerNameItems{
	float:left;
	color: green;
	width: 105px;
	overflow:hidden;
}

div.sellerParam1Items{
	float:right;
	text-align:right;
	width: 65px;
	color: green;
}

div.sellerParam2Items{
	float:right;
	text-align:right;
	width: 65px;
	color: green;
}

div.sellerParam3Items{
	float:right;
	text-align:right;
	width: 45px;
	color: green;
}

div.sellerParam4Items{
	float:right;
	text-align:right;
	width: 45px;
	color: green;
}

div.sellerParam5Items{
	float:right;
	text-align:right;
	width: 45px;
	color: green;
}

div.sellerParam6Items{
	float:right;
	text-align:right;
	width: 45px;
	color: green;
}

div.sellerParam7Items{
	float:right;
	text-align:right;
	width: 65px;
	color: green;
}

div.sellerChiffre{
	float:left;
	width: 35px; 
	margin-right:10px;
	text-align:right;
	font-weight: bold;
}

div.sellerName{
	float:left;
	width: 110px;
}

div.sellerParam1{
	float:right;
	text-align:right;
	width: 65px;
	padding-right:0px;
}

div.sellerParam2{
	float:right;
	text-align:right;
	width: 65px;
}

div.sellerParam3{
	float:right;
	text-align:right;
	width: 32px;
}

div.sellerParam4{
	float:right;
	text-align:right;
	width: 32px;
}

div.sellerParam5{
	float:right;
	text-align:right;
	width: 32px;
}

div.sellerParam6{
	float:right;
	text-align:right;
	width: 32px;
}

div.sellerParam7{
	float:right;
	text-align:right;
	width: 40px;
}

div.sellerParam8{
	float:right;
	text-align:right;
	width: 45px;
}

div.sellerParam9{
	float:right;
	text-align:right;
	width: 45px;
}

div.sellerGreen{
color: green;
}

div.sellerRed{
color: red;
}

tr.sellerGreen{
color: green;
}

tr.sellerRed{
color: red;
}

tr.sellerStaff{
color: blueviolet;
}

div.itemBig{
color: blueviolet;
font-weight:bold;
}

tr.itemBig{
color: blueviolet;
font-weight:bold;
}

tr.itemSold {
	color: green;
}

div.sellerTableRow {
	float:left;
	width: 100%;
}

div.joomla div.user {
	width: 100%; 
} 

div.register-cols  {
	width: 300px;
	float: left;
}

div.register-cols3  {
	width: 200px;
	float: left;
}

div.register-row {
	width: 600px;
	float: left;
	margin-top:0px;
}

/*
*   ___                         _    _           
*  | . \ _ _  ___ ._ _ _  ___ _| |_ <_> ___ ._ _ 
*  |  _/| '_>/ . \| ' ' |/ . \ | |  | |/ . \| ' |
*  |_|  |_|  \___/|_|_|_|\___/ |_|  |_|\___/|_|_|
*                                                
*/

div.col-left{
	float: left;
	margin: 2px; 
	width: 145px;
}

div.col-right{
	float: left; 
	margin-top: 0px; 
	margin-left: 10px; 
	width: 600px; 
	height: 150px;
	overflow: hidden; 
}

div.detailsbox{
	float: left; 
	width: 100%;
}

span.promilink{

}

div.details{

}

div.register{

}

h3.promi{
	margin-top:5px; 
	margin-bottom:5px;
}

div.promilogo{
	margin-right:10px;
	float:left;
}

span.promiorg{
	color: #000000;
	float:left;
}

/*
*   ___            _        _                    _   ___                    
*  | . \ ___  ___ <_> ___ _| |_ ___  _ _  ___  _| | | . > ___  ___ ___  _ _ 
*  |   // ._>/ . || |<_-<  | | / ._>| '_>/ ._>/ . | | . \<_> |<_-<<_> || '_>
*  |_\_\\___.\_. ||_|/__/  |_| \___.|_|  \___.\___| |___/<___|/__/<___||_|  
*            <___'                                                          
*/

div.regleft{
	float:left; 
	width:150px; 
	text-align:center;
}

img.reglogo{
	max-width:100px; 
	max-height:100px; 
	margin:5px;
}

div.regcontact{
	float:left; 
	width:300px;
} 

div.regchiffre{
	float:left;  
	text-align:right;
}

div.regtable{
	border: 1px solid #ddd;
}

div.regright{
	float:left; 
	width:425px; 
	margin:5px; 
	overflow:hidden
}

table.regtable{
	border: 1px solid #ddd; 
	width:420px;
}

.ontop{
	margin-top:0px;
	margin-bottom:0px;
}

.mid{
	text-align:center;
}

div.BLemail{
	padding:5px;
	border: 1px #000 solid;
	width:100px;
}

input:focus{background-color: #aef221}