/* reset.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * Browser 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%; }

 
body { overflow-y: scroll; }

/*
 * New standard values
 */

/* paragraph */
p {	margin: 10px 0px 15px 0px; }

/* lists */
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

/* tables */
td, th { padding: 1px; }

/* forms */
 
fieldset { border: 1px solid #c8c8c8; }
legend { background: #ffffff; }
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; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display: none; }

fieldset { padding: 0 1em 1em 1em; }
legend { padding: 0 .8em 0 .8em; }
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 0 .1em .4em; }
form div { margin: .8em 0 .8em 0; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }

/* links */
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 { font-size: 300%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 175%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }

/* horizontal rule */
hr {
	margin: 15px 0px 15px 0px;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

/* blockquotes */
blockquote {
	margin: 10px 0 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}

blockquote:first-letter {
	font-size: 150%
}

/* preformatted text elements */
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 */
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}

/*
 * black styling
 * remove comments for dark colored templates
 */

/*
fieldset { border: 1px solid #323232; }
legend { background: #141414; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #323232; background: #141414; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #464646; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #646464; outline: 2px solid #282828; }

hr {
	background: #323232;
	color: #323232;
}

blockquote {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
}

pre {
	border: 1px dotted #3c3c50;
	border-left: 20px solid #323232;
	background: #232328;
}

acronym, abbr {
	border-bottom: 1px dashed #969696;
}
*//* layout.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body.yoopage {
	background: #F0F0F0 url(../images/page_bg.png) 50% 0 repeat-x;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
}

div.wrapper-t {
	background: #F0F0F0 url(../images/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(../images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 0px 20px 20px 20px;
	min-height: 710px;
	 
	background: url(../images/wrapper_br.png) 100% 100% no-repeat;
}

div#header {
	width: auto;  
	height: 115px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#tabs {
	position: absolute;
	top: 70px;
	right: 0px;
	height: 35px;
}

div#menu {
	position: absolute;
	top: 90px;
	left: 25px;
	z-index: 11;
	height: 25px;
}

div#search {}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#banner {
	position: absolute;
	top: 120px;
	right: 80px;
	width: 0px;
	z-index: 3;
}

div#toolbar {
	position: absolute;
	top: 3px;
	right: 0px;
	z-index: 3;
	color: #646464;
	font-size: 11px;
}

div#toolbar img {
	margin-left: 5px;
	vertical-align: middle;
}

div#top {
	width: auto;  
	height: 325px;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	background: #000000 url(../images/top_bg.png) 0 0 repeat-x;
	overflow: hidden;
	color: #FFFFFF;
}

div#top a:link,
div#top a:visited {
	color: #FFFFFF;
}

div#top a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

div#top .topbox {
	margin-top: 0px;
}

div#breadcrumbs {
	width: auto;  
	height: 30px;
	padding: 0px 25px 0px 80px;
	clear: both;  
	overflow: hidden;
	font-size: 85%;
	line-height: 28px;
}

div#middle {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 10px 70px 60px 80px;
	clear: both;  
}

div#middle .background {
	min-height: 140px;
	 
	 
	 
	 
}

 
div#middle .background {
	background: none;
}

 
.left div#middle .background {
	background: url(../images/left_bg.png) 100% 0 repeat-y;
}

 
.right div#middle .background {
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

div#left {
	width: 170px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 210px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 15px 0px;
}

div#mainmiddle {
	margin: 0px 0px 15px 0px;
	display: table;  
	width: 100%;  
}

.showright div#mainmiddle {  
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

div#right {
	width: 170px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
}

 
.showright div#content {
	margin: 0px 210px 0px 0px;  
}

div#contenttop {
	margin: 0px 0px 15px 0px;
}

div#contentbottom {
	margin: 15px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 70px 25px 80px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 15px;
	margin-bottom: -15px;
}

div#footer {
	width: auto;  
	min-height: 100px;
	 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;  
	text-align: center;
}

div#footer a.anchor {
	margin: 3px 20px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

div#hidden {
	width: 100px;
	position: absolute;
	top: 0px;
	left: -999em;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 14.999%; }
.width18 { width: 18.333%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width40 { width: 39.999%; }
.width45 { width: 44.999%; }
.width50 { width: 49.999%; }
.width54 { width: 53.999%; }
.width65 { width: 64.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }
div.wrapper { width: 950px; }/* typography.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font-weight: normal;
	color: #646464;
}

#page h1 a {
	color: #646464;
	text-decoration: none;
}

h2 {
	color: #646464;
}

h3 {
	color: #5f870f;
}

h4 {
	font-weight: normal;
	color: #646464;
}

h5 {
	color: #646464;
}

h6 {
	color: #960000;
}

/*
 * anchor
 */

a:link, a:visited {
	color: #aa1428;
}

a:hover {
	color: #ff0000;
}

a.icon-folder {
        padding-left: 17px;
        background: url(../images/typography/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(../images/typography/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(../images/typography/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(../images/typography/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(../images/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box { 
	padding: 0px 4px 0px 4px;
	background: #ffffff;
	border-bottom: 1px dotted #646464;
	font-style: normal;
}

/*
 * unsorted lists
 */

ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(../images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }


/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(../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(../images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}

/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #FFFCF2;
	border: 1px solid #AAAAAA;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #FFFCF2 url(../images/typography/box_info.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}

div.alert, span.alert {
	background: #FFFCF2 url(../images/typography/box_alert.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}

div.download, span.download {
	background: #FFFCF2 url(../images/typography/box_download.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}

div.tip, span.tip {
	background: #FFFCF2 url(../images/typography/box_tip.png) 3px 5px no-repeat;
	border: 1px solid #AAAAAA;
}

/*
 * white and black box for YOOtools
 */

div.whitebox, span.whitebox {
	margin: 10px 0px 10px 0px;
	padding: 40px 27px 40px 27px;
	background: #ffffff;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

body.yootools-black div.whitebox, body.yootools-black span.whitebox {
	background: #141414;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

div.blackbox, span.blackbox {
	margin: 10px 0px 10px 0px;
	padding: 40px 27px 40px 27px;
	background: #1a1a1a;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}


/*
 * 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 {
	display: block;
}

q.blockquote {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}

q.blockquote:before,
q.blockquote:after {
  content: "";
}

blockquote:first-letter,
q.blockquote:first-letter,
blockquote.quotation p:first-letter {
	font-size: 150%
}

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../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(../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;
}
/* menus.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * tabsmenu
 */

 
div#tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;  
}

div#tabs li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div#tabs li a {
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 95%;
}

div#tabs li span {  
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;  
	background-position: 95% 0px;  
}

div#tabs a:hover {  
	color: #FFFFAA;
}

div#tabs a.active:hover {  
	color: #AA1428;
}

 
div#tabs li.level1 { background: url(../images/tab.png) 0 0 no-repeat; }

div#tabs a.level1 {
	padding: 0px 15px 0px 20px;
	background: url(../images/tab.png) 100% -25px no-repeat;
}

div#tabs a.level1 span { background: url(../images/tab.png) 0 -50px repeat-x; }

 
body.color-default div#tabs li.item1,
body.color-blue div#tabs li.item2,
body.color-icons div#tabs li.item3,
body.color-green div#tabs li.item4,
body.color-lilac div#tabs li.item5,
body.color-darkblue div#tabs li.item6 { background-position: 0 -75px; }

body.color-default div#tabs a.item1,
body.color-blue div#tabs a.item2,
body.color-icons div#tabs a.item3,
body.color-green div#tabs a.item4,
body.color-lilac div#tabs a.item5,
body.color-darkblue div#tabs a.item6 { background-position: 100% -100px; color: #323232; }

body.color-default div#tabs a.item1 span,
body.color-blue div#tabs a.item2 span,
body.color-icons div#tabs a.item3 span,
body.color-green div#tabs a.item4 span,
body.color-lilac div#tabs a.item5 span,
body.color-darkblue div#tabs a.item6 span { background-position: 0 -125px; }

/*
 * menu
 */

 
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div#menu li a, #menu li span.separator {
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	text-decoration: none;
	color: #646464;
}

div#menu li span {  
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;  
	background-position: 95% 0px;  
}

div#menu li a.current {  
	color: #aa1428;
}

div#menu a:hover,
div#menu span.separator:hover,
div#menu span.sfhover,
div#menu a.current:hover {  
	color: #aa1428;
}

div#menu li.active {  
	font-weight: bold;
}

div#menu li.active ul {  
	font-weight: normal;
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu ul.menu {
}

div#menu li.level1 {
	margin-right: 5px;
}

div#menu a.level1 span, div#menu span.level1 span {
	padding: 0px 15px 0px 15px;
}

body.color-default div#menu li.last,
body.color-green div#menu li.last {
	background: url(../images/menu_item_button_r.png) 100% 0 no-repeat;
}

body.color-default div#menu a.last,
body.color-green div#menu a.last {
	background: url(../images/menu_item_button_l.png) 0 0 no-repeat;
	color: #ffffff;
	font-weight: bold;
}

body.color-default div#menu li.last:hover,
body.color-green div#menu li.last:hover {
	background: url(../images/menu_item_button_r.png) 100% -25px no-repeat;
}

body.color-default div#menu a.last:hover,
body.color-green div#menu a.last:hover {
	background: url(../images/menu_item_button_l.png) 0 -25px no-repeat;
}

body.color-default div#menu ul.level2 li.last,
body.color-green div#menu ul.level2 li.last {  
	background: none;
}

body.color-default div#menu ul.level2 a.last,
body.color-green div#menu ul.level2 a.last {  
	background: none;
	color: #646464;
	font-weight: normal;
}

body.color-default div#menu ul.level2 a.last:hover,
body.color-green div#menu ul.level2 a.last:hover {  
	color: #aa1428;
}

body.color-default div#menu ul.level2 a.current,
body.color-green div#menu ul.level2 a.current {  
	font-weight: bold;
	color: #aa1428;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 25px;
	left: -999em;  
	width: 140px;
	padding: 0px 0px 4px 0px;
	background: url(../images/menu_dropdown_bg.png) 0 100% no-repeat;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: 0px;  
	z-index: 100;
}

div#menu li.level1 li {
   	width: 100%;  
	text-indent: 15px;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	height: 25px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: none;
	float: none;  
	display: block;
	line-height: 25px;
}

 

 
div#menu li ul ul {
	margin: -26px 0 0 139px;  
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #C8C8C8;
}

 
div#menu li:hover ul ul, div#menu li.sfhover ul ul,  
div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul,  
div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#menu li li:hover ul, div#menu li li.sfhover ul,  
div#menu li li li:hover ul, div#menu li li li.sfhover ul,  
div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}

/*
 * sub menu
 */
 
 
div#middle div.mod-menu div.module ul,
div#middle div.mod-menu div.module ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu a, div#middle ul.menu span.separator {
	height: 25px;
	background: none;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #646464;
}

div#middle ul.menu li span {  
	display: block;
	background-repeat: no-repeat;  
	background-position: 95% 0px;  
}

div#middle ul.menu a.current {  
	font-weight: bold;
}

div#middle ul.menu a:hover,
div#middle ul.menu span.separator:hover,
div#middle ul.menu span.sfhover {  
	color: #000000;
}

div#middle ul.menu a.active, div#middle ul.menu span.active {  
	/*color: #ffffff;*/
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

div#middle ul.menu a.parent, div#middle ul.menu span.parent {  
	background: url(../images/submenu_item_parent.png) 0 0 no-repeat;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	text-indent: 2px;
}

 
div#middle ul.menu li.level2 {
}

div#middle ul.menu a.level2 {
	text-indent: 22px;
}

div#middle ul.menu a.level2 span {
}

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	text-indent: 32px;
}

div#middle ul.menu a.level3 span {
}

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	text-indent: 42px;
}

div#middle ul.menu a.level4 span {
}
/* modules.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * module headers
 */

/* reset header for all modules */
div.module h3.header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #646464;
	font-weight: normal;
}

/* header span's */
div.module span.header-2,
div.module span.header-3 {
	display: block;
}

/*
 * space for adjoining modules
 */

.separator div.module {
	margin: 0px 15px 0px 0px;
}

#left div.module,
#right div.module {
	margin: 0px 0px 15px 0px;
}

#top .topblock div.module {
	padding: 15px 0px 0px 0px;
}

#bottom .bottomblock div.module {
	margin: 0px 0px 15px 0px;
}

/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.header {
	height: 20px;
	line-height: 20px;
}

/*
 * module: dotted
 */
 
div.mod-dotted div.module {
	padding: 0px 0px 15px 0px;
}

div.mod-dotted div.box-1 {
	overflow: hidden;
}

div.mod-dotted h3.header {
	margin: 0px 0px 3px 0px;
	padding:0px 0px 6px 0px;
	background: url(../images/module_dotted_header.png) 0 100% repeat-x;
	font-size: 200%;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-dotted h3.header span.color {
}/* joomla.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * global CSS
 * not inside joomla CSS class
 */

/* 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(../../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: -2px;
}

div.joomla h2,
div.joomla h3,
div.joomla h4,
div.joomla h5 {
	letter-spacing: -1px;
}

div.joomla h1,
#page div.joomla h1 a {
	color: #6EA014;
}

div.joomla h2 {
	font-weight: normal;
}

div.joomla h3 {
	font-weight: normal;
}

div.joomla h1.pagetitle {
}

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 th {
	padding: 5px 5px 5px 5px;
	background: #DCDCDC;
	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(../images/article_separator.png) 50% 100% repeat-x;
}

div.joomla div.leadingarticles {
	overflow: hidden;
}

div.joomla div.teaserarticles {
	overflow: hidden;
}

div.joomla div.item {
	margin-bottom: 15px;
}

div.joomla div.item-bg {
	padding-bottom: 5px;
	background: url(../images/article_separator.png) 50% 100% repeat-x;
	overflow: hidden;
}

div.joomla div.multicolumns div.item {
	margin: 0px 15px 15px 15px;
}

div.joomla div.multicolumns div.first div.item {
	margin-left: 0px;
}

div.joomla div.multicolumns div.last div.item {
	margin-right: 0px;
}

div.joomla div.morearticles {
	margin: 10px 0px 10px 0px;
}

div.joomla div.pagination {
	text-align: center;
}

div.joomla div.pagination p.results {
}

/*
 * com_content
 * list layout (frontpage, category, section)
 * sub selectors: sectionlist, categorylist
 */

/*
 * com_content
 * article layout
 * sub seletors: article
 */

div.joomla div.headline {
	margin-bottom: 20px;
	overflow: hidden;
}

div.joomla h1.title {
	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 {
}

div.joomla p.articleinfo span.modified,
div.joomla p.articleinfo span.author,
div.joomla p.articleinfo span.created,
div.joomla p.articleinfo span.url {
	display: block;
	font-size: 95%;
}

div.joomla p.articleinfo span.author {
	color: #969696;
	font-style: italic;
}

div.joomla p.articleinfo span.created {
	font-weight: bold;
}

/*
 * 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: #ffffaa;
}

/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset {
	margin: 15px 0px 10px 0px;
}

/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
	margin-bottom: 0px;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -1px;
}

div.joomla div.contact h2 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.joomla div.contact div.image {
	float: right;
}

div.joomla div.contact table {
	margin-bottom: 10px;
}

div.joomla div.contact label.label-top {
	display: block;
}

/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	display: block;
	width: 130px;
	float: left;
}

/*
 * mod_search
 */

div.module-search {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(../images/search_bg.png) 0 0 no-repeat;
}

div.module-search input {
	width: 93px;
	height: 14px;
	padding: 2px 2px 2px 7px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 80%;
}

div.module-search input:focus {
	outline: none;
}

div.module-search button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(../images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}

div.module-search:hover{
	background: url(../images/search_bg.png) 0 -18px no-repeat;
}

div.module-search:hover input {
	color: #000000;
}

div.module-search input:focus {
	color: #000000;
}

/*
 * 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: #6EA014;
	letter-spacing: -1px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../../system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../../system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../../system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../../system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../../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(../../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(../../system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* extensions.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * resets
 */
 
fieldset { background: #f0f0f0 }

/*
 * top
 */

#top h1.headline {
	font-size: 380%;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: -2px;
	margin-top: 10px;
	text-align: center;
	text-transform: lowercase;
}

#top h2.subheadline {
	font-size: 200%;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: -1px;
	text-align: center;
}

#top span.trademark {
	font-size: 40%;
	vertical-align: text-top;
}

#top span.uppercase {
	text-transform: uppercase;
}

#top div.image {
	margin-top: 15px;
	text-align: center;
}

/*
 * Shadowbox
 */
#shadowbox_body { background-color:#f0f0f0; border: none; border-width: 0px; }
#shadowbox_loading{ background-color:#222222; }

/*
 * shopping cart
 */

#toolbar div.shopping-cart .trigger { overflow: hidden; }

#toolbar div.shopping-cart .trigger > div {
	height: 20px;
	padding: 5px 5px 5px 30px;
	background: url(../../../images/stories/shoppingcart/shopping_cart_icon.png) 5px 3px no-repeat;
	float: right;
	color: #ffffff;
}
#toolbar div.shopping-cart:hover .trigger > div {
	background-color: #ffffff;
	background-position: 5px -28px;
	color: #646464;
}

#toolbar div.shopping-cart .cart {
	display: none;
	width: 400px;
	padding: 20px;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #ffffff url(../../../images/stories/shoppingcart/shopping_cart_bg.png) 50% 100% repeat-x;
	overflow: hidden;
	color: #646464;
	font-size: 12px;
	line-height: 25px;
	float: right; /* IE7 */
}
#toolbar div.shopping-cart:hover .cart { display: block; }

#toolbar div.shopping-cart .cart .cart-empty { display: none; }

#toolbar div.shopping-cart .cart.empty { width: 210px; background: #ffffff; }
#toolbar div.shopping-cart .cart.empty .cart-empty { display: block; }
#toolbar div.shopping-cart .cart.empty .cart-full { display: none; }

/* title */
#toolbar div.shopping-cart h1.title {
	font-size: 22px;
	line-height: 30px;
	color: #6EA014;
}

/* cart list */
#toolbar div.shopping-cart .simpleCart_items {
	padding: 5px;
	border: 1px solid #c8c8c8;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #f0f0f0;
	overflow: hidden;
}

#toolbar div.shopping-cart .cartHeaders { display: none; }

#toolbar div.shopping-cart .itemContainer > div { float: left; }

#toolbar div.shopping-cart .itemName { width: 46%; }
#toolbar div.shopping-cart .itemPrice { width: 15%;  }
#toolbar div.shopping-cart .itemQuantity { width: 8%; }
#toolbar div.shopping-cart .itemdecrement,
#toolbar div.shopping-cart .itemincrement { width: 3%; }
#toolbar div.shopping-cart .itemTotal { width: 18%; padding-right: 2%; }
#toolbar div.shopping-cart .itemremove { width: 5%; }

#toolbar div.shopping-cart .itemPrice,
#toolbar div.shopping-cart .itemdecrement,
#toolbar div.shopping-cart .itemQuantity,
#toolbar div.shopping-cart .itemincrement { text-align: center; }
#toolbar div.shopping-cart .itemTotal { text-align: right; }

#toolbar div.shopping-cart .itemdecrement a,
#toolbar div.shopping-cart .itemincrement a,
#toolbar div.shopping-cart .itemremove a {
	display: block;
	overflow: hidden;
	text-indent: 999em;
}
#toolbar div.shopping-cart .itemdecrement a { background: url(../../../images/stories/shoppingcart/bullet_arrow_down.png) 0 50% no-repeat; }
#toolbar div.shopping-cart .itemincrement a { background: url(../../../images/stories/shoppingcart/bullet_arrow_up.png) 0 50% no-repeat; }
#toolbar div.shopping-cart .itemremove a { background:  url(../../../images/stories/shoppingcart/cross.png) 0 50% no-repeat; }

/* total + shopping-cart */
#toolbar div.shopping-cart .total {
	margin-top: 10px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
}
#toolbar div.shopping-cart .simpleCart_total {
	display: inline-block;
	margin-left: 5px;
}

#toolbar div.shopping-cart .simpleCart_checkout {
	display: block;
	width: 182px;
	height: 32px;
	margin: 0 0 0 auto;
	background: url(../../../images/stories/button_checkout.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 999em;
}
#toolbar div.shopping-cart .simpleCart_checkout:hover { background-position: 0 -37px; }/* green-layout.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

body.yoopage {
	background: #91B45A url(../images/green/page_bg.png) 50% 0 repeat-x;
}

div.wrapper-t {
	background: #F0F0F0 url(../images/green/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(../images/green/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../images/green/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../images/green/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../images/green/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/green/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/green/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	background: url(../images/green/wrapper_br.png) 100% 100% no-repeat;
}

div#toolbar {
	color: #c8c8c8;
}

div#footer,
div#footer a,
div#footer a:hover {
	color: #ffffff;
}

div#footer a.anchor {
	background: url(../images/footer_anchor_white.png) 0 0 no-repeat;
}/* green-extensions.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * top
 */

/* yootools products */
#top div.yootools-products {
	padding: 35px 0px 0px 100px;
	width: 760px;
	overflow: hidden;
}

#top div.yootools-products table {
	margin-top: 10px;
	float: left;
	font-size: 110%;
}

#top div.yootools-products td  {
	line-height: 22px;;
}

#top div.yootools-products tr.border td  {
	border-bottom: 1px solid #3C3C3C;
}

#top div.yootools-products .grey {
	color: #969696;
}

#top div.yootools-products .green {
	color: #96c846;
	font-weight: bold;
}

#top div.yootools-products .orange {
	color: #ff9600;
	font-weight: bold;
}

#top div.yootools-products img.productbox {
	float: left;
}

#top div.yootools-products a.signup {
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 92px;
	height: 25px;
	background: url(../../../images/stories/top/products/button_green.png) 0 0 repeat-x;
	overflow: hidden;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
}

#top div.yootools-products a.download {
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 102px;
	height: 25px;
	background: url(../../../images/stories/top/products/button_grey.png) 0 0 repeat-x;
	overflow: hidden;
	line-height: 22px;
	color: #464646;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
}

/*
 * yootools overview
 */
 
div.yootools-overview {
	margin: 20px 0px 20px 0px;
	padding: 5px;
	overflow: hidden;
	text-align: left;
}

div.yootools-overview h2.headline {
	margin: 10px 0px 15px 0px;
	font-size: 350%;
	text-align: center;
	color: #323232;
	font-weight: bold;
}

div.yootools-overview div.box1,
div.yootools-overview div.box2,
div.yootools-overview div.box3 {
	width: 249px;
	overflow: hidden;
	float: left;
}

div.yootools-overview a {
	display: block;
	padding-top: 15px;
	padding-left: 85px;
	height: 80px;
}

div.yootools-overview a.yoocarousel { background: url(../../../images/stories/overview/yoocarousel.png) 0 0 no-repeat; }
div.yootools-overview a.yooscroller { background: url(../../../images/stories/overview/yooscroller.png) 0 0 no-repeat; }
div.yootools-overview a.yoosearch { background: url(../../../images/stories/overview/yoosearch.png) 0 0 no-repeat; }
div.yootools-overview a.yootooltip { background: url(../../../images/stories/overview/yootooltip.png) 0 0 no-repeat; }
div.yootools-overview a.yooiecheck { background: url(../../../images/stories/overview/yooiecheck.png) 0 0 no-repeat; }
div.yootools-overview a.yooslider { background: url(../../../images/stories/overview/yooslider.png) 0 0 no-repeat; }
div.yootools-overview a.yooaccordion { background: url(../../../images/stories/overview/yooaccordion.png) 0 0 no-repeat; }
div.yootools-overview a.yoomaps { background: url(../../../images/stories/overview/yoomaps.png) 0 0 no-repeat; }
div.yootools-overview a.yoologin { background: url(../../../images/stories/overview/yoologin.png) 0 0 no-repeat; }
div.yootools-overview a.yoosnapshots { background: url(../../../images/stories/overview/yoosnapshots.png) 0 0 no-repeat; }
div.yootools-overview a.yoodrawer { background: url(../../../images/stories/overview/yoodrawer.png) 0 0 no-repeat; }
div.yootools-overview a.yoogallery { background: url(../../../images/stories/overview/yoogallery.png) 0 0 no-repeat; }
div.yootools-overview a.yooeffects { background: url(../../../images/stories/overview/yooeffects.png) 0 0 no-repeat; }
div.yootools-overview a.yooholidays { background: url(../../../images/stories/overview/yooholidays.png) 0 0 no-repeat; }
div.yootools-overview a.yootoppanel { background: url(../../../images/stories/overview/yootoppanel.png) 0 0 no-repeat; }
div.yootools-overview a.yootweet { background: url(../../../images/stories/overview/yootweet.png) 0 0 no-repeat; }

div.yootools-overview a:hover {
	text-decoration: none;
	background-color: #f1ebd8;
}

div.yootools-overview span {
	display: block;
}

div.yootools-overview span.headline {
	font-size: 150%;
	line-height: 130%;
	letter-spacing: -1px;
}

div.yootools-overview span.subheadline {
	font-size: 100%;
	line-height: 130%;
	color: #646464;
}

div.extension-overview {
	margin-top: 20px;
	padding: 5px;
	overflow: hidden;
	text-align: left;
}

div.extension-overview h2.headline {
	margin: 10px 0px 5px 0px;
	font-size: 300%;
	text-align: center;
	color: #646464;
}

div.extension-overview div.box1,
div.extension-overview div.box2 {
	width: 374px;
	overflow: hidden;
	float: left;
}

div.extension-overview a {
	display: block;
	padding-top: 20px;
	padding-left: 145px;
	height: 130px;
}

div.extension-overview a.zoo { background: url(../../../images/stories/overview/zoo.png) 0 0 no-repeat; }
div.extension-overview a.teamlog { background: url(../../../images/stories/overview/teamlog.png) 0 0 no-repeat; }

div.extension-overview a:hover {
	text-decoration: none;
	background-color: #f1ebd8;
}

div.extension-overview span {
	display: block;
}

div.extension-overview span.headline {
	font-size: 180%;
	line-height: 130%;
	letter-spacing: -1px;
}

div.extension-overview span.subheadline {
	font-size: 100%;
	line-height: 130%;
	color: #646464;
}

/* documentation */
#top div.documentation {
	height: 300px;
	background: url(../../../images/stories/top/documentation/bg.png) 100% 50% no-repeat;
}

#top div.documentation h1.headline {
	margin: 13px 0px 7px 0px;
}

#top div.documentation div.video-tutorials {
	width: 740px;
	margin: auto;
	padding: 30px 0px 0px 30px;
	overflow: hidden;
}

#top div.documentation div.video-tutorials a {
	display: block;
	width: 185px;
	padding-top: 105px;
	background: url(../../../images/stories/top/documentation/tutorial.png) 20px 0 no-repeat;
	float: left;
	text-align: left;
	font-size: 120%;
}

#top div.documentation div.video-tutorials a.tutorial1 {

}

#top div.documentation div.video-tutorials span {
	display: block;
	height: 50px;
	margin-right: 5px;
	float: left;
	font-size: 270%;
	line-height: 90%;
	font-weight: bold;
}