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

/*
 * IE6 png transparant fix
 */

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

/*
 * 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%;
	margin-bottom: 1px;
}

/*
 * New standard values
 */
 
 /* text */
 h1 {
	color: #ffffff;
	font-size: 30pt;
	font-weight: bold;
	font-family:arial;
}
 
 .style1 {
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
}
.style2 {		color:white;	
		font-family:arial;	
		font-size:12pt;	
		}
 .style3 {
	color: #ffffff;
	font-size: 20pt;
	font-weight: bold;
	font-family:arial;
}	
 .style4 {
	color: #333333;
	font-size: 8pt;
	font-family:arial;
}	
 .style5 {
	color: #ffffff;
	font-size: 8pt;
	font-family:arial;
}
 .style6 {
	color: #b40009;
	font-size: 16pt;
	font-weight: bold;
	font-family:arial;
}
 .style7 {
	color: #b40009;
	font-size: 26pt;
	font-weight: bold;
	font-family:arial;
}
 .style8 {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	font-family:arial;
}
 .style9 {
	color: #ffffff;
	font-size: 12pt;
	font-family:arial;
}
 .style10 {
	color: #ffffff;
	font-size: 14pt;
	font-family:arial;
}
 .style11 {
	color: #ffff00;
	font-size: 14pt;
	font-weight: bold;
	font-family:arial;
}
 .style12 {
	color: #960000;
	font-size: 12pt;
	font-weight: bold;
	font-family:arial;
}
 .style13 {
	color: #ff9900;
	font-size: 14pt;
	font-weight: bold;
	font-family:arial;
}
 .style14 {
	color: #ff9900;
	font-size: 8pt;
	font-weight: bold;
	font-family:arial;
}
 .styletext {
	color: #666666;
	font-size: 12pt;
	font-family:arial;
}	
 .style15 {
	color: #960000;
	font-size: 16pt;
	font-weight: bold;
	font-family:arial;
}
 .style16 {
	color: #333333;
	font-size: 13pt;
}
		
/* 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, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}
h5{
	margin-bottom: 5px;
	line-height: 100%;}

h1 { font-size: 175%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 150%; }
h5 { font-size: 125%; }
h6 { font-size: 110%; }

/* 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 #b3b3b3
	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;
}
*//* Copyright (C) 2007 - 2009 YOOtheme GmbH */

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

body.yoopage {
	background: #003366 url(../images/page_bg_plain.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_plain.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(../images/wrapper_b_plain.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../images/wrapper_l_plain.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../images/wrapper_r_plain.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../images/wrapper_tl_plain.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/wrapper_tr_plain.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/wrapper_bl_plain.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 0px 20px 20px 20px;
	min-height: 710px;
	 
	background: url(../images/wrapper_br_plain.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 {
	margin: 4px 0px 0px 10px;
	height: 18px;
	float: left;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	
}

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: 175px;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	overflow: hidden;
	
}
div#flashbox {
	width: auto;  
	height: 320px;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	overflow: hidden;
	color: #f9f9f9;
}

div#top a:link,
div#top a:visited {
	color: #FFFFFF;
}

.courses 
{width: auto;  
background: url(../images/red.png) 0 0 repeat-x;
}
.accommodation
{width: auto;  
background: url(../images/blue.png) 0 0 repeat-x;
}
/*
 * round corners
 */

.roundedcornr_box_921024 {
   background: #ff0033 url(../images/roundedcornr_921024_grad.gif) repeat-x top left;
}
.roundedcornr_top_921024 div {
   background: url(../images/roundedcornr_921024_tl.gif) no-repeat top left;
}
.roundedcornr_top_921024 {
   background: transparent url(../images/roundedcornr_921024_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_921024 div {
   background: url(../images/roundedcornr_921024_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_921024 {
   background: transparent url(../images/roundedcornr_921024_br.gif) no-repeat bottom right;
}

.roundedcornr_top_921024 div, .roundedcornr_top_921024,
.roundedcornr_bottom_921024 div, .roundedcornr_bottom_921024 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_921024 { margin: 0 30px; }

.roundedcornr_box_774665 {
   background: #3978df url(../images/roundedcornr_774665_grad.gif) repeat-x top left;
}
.roundedcornr_top_774665 div {
   background: url(../images/roundedcornr_774665_tl.gif) no-repeat top left;
}
.roundedcornr_top_774665 {
   background: transparent url(../images/roundedcornr_774665_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_774665 div {
   background: url(../images/roundedcornr_774665_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_774665 {
   background: transparent url(../images/roundedcornr_774665_br.gif) no-repeat bottom right;
}

.roundedcornr_top_774665 div, .roundedcornr_top_774665,
.roundedcornr_bottom_774665 div, .roundedcornr_bottom_774665 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_774665 { margin: 0 30px; }


/*
 * Boxes
 */
.courseslt
{width: 5px;  
background: url(../images/red_lt.png) 0 0 repeat-x;
}
.coursestop
{width: 200px;  
background: url(../images/red_top.png) 0 0 repeat-x;}
.coursesrt
{width: 2px;  
background: url(../images/red_rt.png) 0 0 repeat-x;}
.courseslb
{width: 2px;  
background: url(../images/red_lb.png) 0 0 repeat-x;}
.coursesbody
{width: auto;  
background: url(../images/red_body.png) 0 0 repeat-x;}
.coursesrb
{width: 2px;  
background: url(../images/red_rb.png) 0 0 repeat-x;}
.courseslbt
{width: 2px;  
background: url(../images/red_lbt.png) 0 0 repeat-x;}
.coursesbottom
{width: auto;  
background: url(../images/red_bottom.png) 0 0 repeat-x;}
.coursesrbt
{width: 2px;  
background: url(../images/red_rbt.png) 0 0 repeat-x;}

.activitieslt
{width: 5px;  
background: url(../images/green_lt.png) 0 0 repeat-x;
}
.activitiestop
{width: 200px;  
background: url(../images/green_top.png) 0 0 repeat-x;}
.activitiesrt
{width: 2px;  
background: url(../images/green_rt.png) 0 0 repeat-x;}
.activitieslb
{width: 2px;  
background: url(../images/green_lb.png) 0 0 repeat-x;}
.activitiesbody
{width: auto;  
background: url(../images/green_body.png) 0 0 repeat-x;}
.activitiesrb
{width: 2px;  
background: url(../images/green_rb.png) 0 0 repeat-x;}
.activitieslbt
{width: 2px;  
background: url(../images/green_lbt.png) 0 0 repeat-x;}
.activitiesbottom
{width: auto;  
background: url(../images/green_bottom.png) 0 0 repeat-x;}
.activitiesrbt
{width: 2px;  
background: url(../images/green_rbt.png) 0 0 repeat-x;}


.offers 
{width: auto;  
background: url(http://www.quorumspain.com/web2/images/orange.png) 0 0 repeat-x;
}


div#top a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

div#top .topbox {
	margin-top: 0px;
}
div#a4box {
	width: auto;  
	height: 450px;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	overflow: hidden;
	font-size: 85%;
	line-height: 28px;
}
div#b4box {
	width: auto;  
	height:750px;
	margin: 0px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	clear: both;  
	overflow: hidden;
	font-size: 85%;
	line-height: 28px;
}

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: 5px 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;
}


.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; }/* Copyright (C) 2007 - 2009 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: #aa1428;
}

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;
}
/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/* Boztop,bottom */
.boxtopacc{	
		/*make this the same size as the top image*/	
		display:block;	
		width:760px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/accommodation_price_top.png);	
	}	
		.boxbottomacc{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:760px;
		height:450px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/accommodation_price_body.png);	
	}

.boxtopcourse{	
		/*make this the same size as the top image*/	
		display:block;	
		width:700px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/course_price_top.png);	
	}	
	.boxtopspeccourse{	
		/*make this the same size as the top image*/	
		display:block;	
		width:700px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/spec_course_price_top.png);	
	}
	
		.boxtopfuncourse{	
		/*make this the same size as the top image*/	
		display:block;	
		width:700px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/fun_course_price_top.png);	
	}
			.boxtopothercourse{	
		/*make this the same size as the top image*/	
		display:block;	
		width:700px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/other_course_price_top.png);	
	}
		.boxbottomcourse{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:300px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/course_price_body.png);	
	}	
		.boxbottomgencourse{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:500px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/gen_course_price_body.png);	
	}	
		.boxbottomindcourse{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:320px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/ind_course_price_body.png);	
	}
.boxbottomspeccourse{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:500px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/spec_course_price_body.png);	
	}	
		.boxbottomfuncourse{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:300px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/fun_course_price_body.png);	
	}	
		.boxbottomothercourse{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:550px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/other_course_price_body.png);	
	}
			.boxbottomaccommodation{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:1200px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/accommodation_price_body.png);	
	}
				.boxbottomtransport{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:700px;
		height:250px;		
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/transport_price_body.png);	
	}


.boxtoporange{	
		/*make this the same size as the top image*/	
		display:block;	
		width:215px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/orangeboxtop.png);	
	}	
		.boxbottomorange{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:215px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/orangeboxbottom.png);	
	}	
	
.boxtopblue{	
		/*make this the same size as the top image*/	
		display:block;	
		width:215px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/blueboxtop.png);	
	}	
		.boxbottomblue{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:215px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/blueboxbottom.png);	
	}	
	
.boxtopred{	
		/*make this the same size as the top image*/	
		display:block;	
		width:215px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/redboxtop.png);	
	}	
		.boxbottomred{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:215px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/redboxbottom.png);	
	}	

.boxtopgreen{	
		/*make this the same size as the top image*/	
		display:block;	
		width:215px;	
		height:30px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/greenboxtop.png);	
	}	
		.boxbottomgreen{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:215px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/greenboxbottom.png);	
	}	
	.maincontent{	
		/*set the font style for the main content*/	
		color:white;	
		font-family:arial;	
		font-size:12pt;	
		display:block;	
		/*align the main content nicely*/	
		padding-left:10px;	
		padding-bottom:40px;	
		padding-right:10px;	
	}

.courseboxrightred{	
		/*make this the same size as the top image*/	
		display:block;	
		width:860px;	
		height:120px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/redcourse.png);	
	}	
.accommodationboxrightblue{	
		/*make this the same size as the top image*/	
		display:block;	
		width:860px;	
		height:120px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/accommodationblue.png);	
	}	
.activitiesboxrightgreen{	
		/*make this the same size as the top image*/	
		display:block;	
		width:860px;	
		height:120px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/activitiesgreen.png);
	}	
.pricesboxrightorange{	
		/*make this the same size as the top image*/	
		display:block;	
		width:860px;	
		height:120px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(../images/pricesorange.png);
	}	

/*
 * 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_r_red.png) 100% 0 no-repeat;
}

div#tabs li.level2 {
	background: url(../images/tab_r_blue.png) 100% 0 no-repeat;
}
div#tabs li.level3 {
	background: url(../images/tab_r_green.png) 100% 0 no-repeat;
}
div#tabs li.level4 {
	background: url(../images/tab_r_orange.png) 100% 0 no-repeat;
}
div#tabs li.level5 {
	background: url(../images/tab_r_lila.png) 100% 0 no-repeat;
}
div#tabs li.level6 {
	background: url(../images/tab_r_celeste.png) 100% 0 no-repeat;
}
div#tabs li.level7 {
	background: url(../images/tab_r_yellow.png) 100% 0 no-repeat;
}
div#tabs li.level8 {
	background: url(../images/tab_r_brown.png) 100% 0 no-repeat;
}
div#tabs li.level9 {
	background: url(../images/courses_r.png) 100% 0 no-repeat;
}
div#tabs li.level10 {
	background: url(../images/tab_r_active.png) 100% 0 no-repeat;
}
div#tabs li.level11 {
	background: url(../images/tab_r_red_school.png) 100% 0 no-repeat;
}
div#tabs li.level12 {
	background: url(../images/tab_r_orange_activities.png) 100% 0 no-repeat;
}
div#tabs li.level13 {
	background: url(../images/tab_r_lila_nerja.png) 100% 0 no-repeat;
}
div#tabs li.level14 {
	background: url(../images/tab_r_brown_contact.png) 100% 0 no-repeat;
}
div#tabs li.level15 {
	background: url(../images/tab_r_celeste_datesfees.png) 100% 0 no-repeat;
}

div#tabs a.level1 {
	background: url(../images/tab_l_red.png) 0 0 no-repeat;
}
div#tabs a.level2 {
	background: url(../images/tab_l_blue.png) 0 0 no-repeat;
}
div#tabs a.level3 {
	background: url(../images/tab_l_green.png) 0 0 no-repeat;
}
div#tabs a.level4 {
	background: url(../images/tab_l_orange.png) 0 0 no-repeat;
}
div#tabs a.level5 {
	background: url(../images/tab_l_lila.png) 0 0 no-repeat;
}
div#tabs a.level6 {
	background: url(../images/tab_l_celeste.png) 0 0 no-repeat;
}
div#tabs a.level7 {
	background: url(../images/tab_l_yellow.png) 0 0 no-repeat;
}
div#tabs a.level8 {
	background: url(../images/tab_l_brown.png) 0 0 no-repeat;
}
div#tabs a.level9 {
	background: url(../images/courses_l.png) 0 0 no-repeat;
}
div#tabs a.level10 {
	background: url(../images/tab_l_active.png) 0 0 no-repeat;
}

div#tabs a.level1 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level2 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level3 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level4 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level5 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level6 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level7 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level8 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level9 span {
	padding: 0px 15px 0px 20px;
}
div#tabs a.level10 span {
	padding: 0px 15px 0px 20px;
}

/*
body.color-default div#tabs li.item1,
body.color-lilac div#tabs li.item2,
body.color-green div#tabs li.item3,
body.color-blue div#tabs li.item4,
body.color-brown div#tabs li.item5 {  
	background: url(../images/tab_r_active.png) 100% 0 no-repeat;
}

body.color-default div#tabs a.item1,
body.color-lilac div#tabs a.item2,
body.color-green div#tabs a.item3,
body.color-blue div#tabs a.item4,
body.color-brown div#tabs a.item5 {  
	background: url(../images/tab_l_active.png) 0 0 no-repeat;
	color: #323232;
}
*/
/*
 * 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,
body.color-blue 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,
body.color-blue 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,
body.color-blue 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,
body.color-blue 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,
body.color-blue 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,
body.color-blue 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,
body.color-blue 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,
body.color-blue 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 {
}
/* Copyright (C) 2007 - 2009 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: 105%;
	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 {
	margin: 15px 0px 0px 0px;
}

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

/*
 * module: blank
 */
 
div. 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 {
}/* Copyright (C) 2007 - 2009 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 #b3b3b3;
	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: 150%;
	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;
}
/* Copyright (C) 2007 - 2009 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; }/* Copyright (C) 2007 - 2009 YOOtheme GmbH */


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



/*
 * signup
 */

div.joomla div.article div.block {
	padding-left: 30px;
}

/*
 * current versions
 */

div#currentversions table {
	width: 100%
}

div#currentversions th {
	border-bottom: 1px solid #969696;
	height: 30px;
	padding: 5px;
	text-align: left;
}

div#currentversions td {
	background: #FAFAFA;
	border-bottom: 1px solid #969696;
	height: 30px;
	padding: 5px;
	text-align: left;
}

div#currentversions tr.updated td {
	background: #F0F7E1;
}

/*
 * faq
 */

div#faq h3 {
	margin: 20px 0px 2px 0px;
	font-size: 16px;
	letter-spacing: 0px;
}

div#faq p { margin-top: 0px; }

/*
 * top
 */

/* blog */
#top div.product-icons {
	padding: 30px 50px 0px 50px;
	width: 760px;
	overflow: hidden;
}

#top div.product-icons a {
	display: block;
	margin-right: 30px;
	float: left;
}

#top div.product-icons a.templates { width: 200px; }
#top div.product-icons a.yootools { width: 190px; }
#top div.product-icons a.zoo { width: 150px; }
#top div.product-icons a.teamlog { width: 130px; }

#top div.product-links {
	padding: 0px 50px 0px 50px;
	width: 760px;
	overflow: hidden;
}

#top div.product-links a {
	display: block;
	width: 200px;
	margin-right: 30px;
	float: left;
	text-align: center;
	font-size: 150%;
	line-height: 150%;
}

#top div.product-links a.templates { width: 200px; }
#top div.product-links a.yootools { width: 190px; }
#top div.product-links a.zoo { width: 150px; }
#top div.product-links a.teamlog { width: 130px; }

#top div.product-icons a.last,
#top div.product-links a.last {
	margin-right: 0px;
}

/* thankyou */
#top div.thankyou {
	margin-top: 15px;
	text-align: center;
}

/* services */
#top div.services {
	margin-top: 20px;
	padding: 10px 0px 0px 70px;
	overflow: hidden;
}

#top div.services div.box {
	margin: 0px 10px 0px 10px;
	padding: 40px 10px 0px 10px;
	width: 140px;
	height: 100px;
	float: left;
}

#top div.services div.box1 { background: url(../../../images/stories/top/services/box01.png) 0 0 no-repeat; }
#top div.services div.box2 { background: url(../../../images/stories/top/services/box02.png) 0 0 no-repeat; }
#top div.services div.box3 { background: url(../../../images/stories/top/services/box03.png) 0 0 no-repeat; }
#top div.services div.box4 { background: url(../../../images/stories/top/services/box04.png) 0 0 no-repeat; }

#top div.services h3 {
	margin: 0px 0px 10px 00x;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
}

table.services {
	width: 700px;
}

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

.tableborder
{border: 1px solid #cccccc;
 background: #f9f9f9;}
.tableborder2
{border: 1px solid #ffffff;

}

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

table.services a.document {
	display: block;
	margin: -10px 10px 0px 0px;
	padding-top: 90px;
	width: 110px;
	height: 20px;
	border: 1px dotted #969696;
	background: #F0F0F0 url(../../../images/stories/top/services/doc_icon.png) 0 0 no-repeat;
	float: right;
	text-align: center;
}

/* jobs */
#top div.jobs {
	margin-top: 20px;
	padding: 10px 0px 0px 70px;
	overflow: hidden;
}

#top div.jobs div.box1,
#top div.jobs div.box2,
#top div.jobs div.box3 {
	margin: 0px 10px 0px 10px;
	padding: 30px 10px 0px 10px;
	width: 200px;
	height: 130px;
	float: left;
}

#top div.jobs div.box1 { background: url(../../../images/stories/top/jobs/box01.png) 0 0 no-repeat; }
#top div.jobs div.box2 { background: url(../../../images/stories/top/jobs/box02.png) 0 0 no-repeat; }
#top div.jobs div.box3 { background: url(../../../images/stories/top/jobs/box03.png) 0 0 no-repeat; }

#top div.jobs span {
	display: block;
}

#top div.jobs span.headline {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -1px;
}

#top div.jobs span.subheadline {
	font-size: 100%;
}

/* signup */
#top div.signup {
	padding: 10px 130px 0px 130px;
	overflow: hidden;
}

#top div.signup div.platinum,
#top div.signup div.gold,
#top div.signup div.silver {
	float: left;
	text-align: center;
}
#top div.signup div.platinum,
#top div.signup div.silver {
	margin-top: 15px;
	width: 185px;
	height: 190px;
}

#top div.signup div.gold {
	width: 220px;
	height: 220px;
	background: url(../../../images/stories/top/signup/gold_bg.png) 0 0 repeat-x;
}

#top div.signup div.platinum {
	padding-right: 5px;
	background: url(../../../images/stories/top/signup/platinum_bg.png) 0 0 repeat-x;
}

#top div.signup div.silver {
	padding-left: 5px;
	background: url(../../../images/stories/top/signup/silver_bg.png) 0 0 repeat-x;
}

#top div.signup h2 {
	margin: 8px 0px 0px 0px;
	font-size: 250%;
	color: #ffffff;
	letter-spacing: -2px;
}

#top div.signup div.gold h2 { font-size: 270%; }

#top div.signup h3 {
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}

#top div.signup div.gold h3 { font-size: 140%; }

#top div.signup ul {
	margin: 7px 0px 7px 0px;
	padding: 0px;
	list-style: none;
	font-size: 110%;
	line-height: 130%;
}

#top div.signup div.gold ul { font-size: 130%; margin: 10px 0px 10px 0px; }

#top div.signup li.price {
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
}

#top div.signup div.gold li.price { font-size: 170%; margin-top: 15px; }

#top div.signup span.number {
	font-size: 120%;
	font-weight: bold;
	color: #FF9600;
}

#top div.signup div.gold span.number { font-size: 140%; }

#top div.signup span.unlimited {
	font-weight: bold;
	color: #96C846;
}

#top div.signup a.signup {
	display: block;
	margin: auto;
	width: 92px;
	height: 25px;
	background: url(../../../images/stories/top/signup/button.png) 0 0 repeat-x;
	overflow: hidden;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
}

#top div.tax {
	margin-top: -5px;
	padding: 0px 130px 0px 130px;
	text-align: center;
	color: #969696;
	font-size: 85%;
}

/*
 * YOOlogin - Top - Member area
 */

#top div.login-container {
	margin: auto;
	margin-top: 30px;
	width: 250px;
	overflow: hidden;
}

#top div.login-with-download {
	width: 465px;
}

#top div.login-box {
	width: 250px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

#top div.downloadarea {
	width: 165px;
	margin: 0px;
	margin-left: 50px;
	float: left;
	text-align: center;
}

#top div.downloadarea h3 {
	margin: 5px 0px 0px 0px;
	color: #ffffff;
	font-size: 150%;
}

#top div.downloadarea-icon {
	width: 90px;
	height: 100px;
	margin: 5px auto 0px auto;
	background: url(../../../images/stories/top/memberarea/download_area.png) 0 0 no-repeat;
}

#top div.lock {
	margin-right: 30px;
	width: 73px;
	height: 139px;
	background: url(../../../images/stories/top/memberarea/login.png) 0 0 repeat-x;
	float: left;
}

#top span.niftydefault {
	margin-top: 10px;
	width: 139px;
	float: left;
}

#top span.logout-button-icon {
	display: block;
	margin-top: 2px;
	width: 50px;
	height: 20px;
	background: url(../../../modules/mod_yoo_login/styles/niftydefault/images/button_bg.png) 0 0 no-repeat;
	float: right;
}

#top span.logout-button-icon:hover {
	background: url(../../../modules/mod_yoo_login/styles/niftydefault/images/button_bg.png) 0 -20px no-repeat;
}

#top  span.logout-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #646464;
	text-transform: lowercase;
	position: relative; /** ie6hack */
}

#top span.logout-button-icon button:hover {
	color: #000000;
}

#top div.logout-box {
	margin-top: 40px;
	padding: 0px 0px 0px 50px;
	overflow: hidden;
}

#top div.logout-box div.box1,
#top div.logout-box div.box2,
#top div.logout-box div.box3 {
	width: 270px;
	float: left;
}

#top div.logout-box a {
	display: block;
	padding-top: 10px;
	padding-left: 65px;
	height: 50px;
}

#top div.logout-box a.account { background: url(../../../images/stories/top/memberarea/account.png) 0 0 no-repeat; }
#top div.logout-box a.download { background: url(../../../images/stories/top/memberarea/download.png) 0 0 no-repeat; }
#top div.logout-box a.tutorials { background: url(../../../images/stories/top/memberarea/tutorials.png) 0 0 no-repeat; }
#top div.logout-box a.forum { background: url(../../../images/stories/top/memberarea/forum.png) 0 0 no-repeat; }
#top div.logout-box a.rss { background: url(../../../images/stories/top/memberarea/rss.png) 0 0 no-repeat; }
#top div.logout-box a.twitter { background: url(../../../images/stories/top/memberarea/twitter.png) 0 0 no-repeat; }

#top div.logout-box span {
	display: block;
}

#top div.logout-box span.headline {
	font-size: 150%;
	letter-spacing: -1px;
}

#top div.logout-box span.subheadline {
	font-size: 100%;
}

/*
 * Zoo - Category
 */

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

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

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

div#yoo-zoo div.downloads div.items div.row {
	background: transparent url(../images/zoo/item_bg.png) 0 0 repeat-x;
}

div#yoo-zoo div.downloads div.items div.first-row {
	background: transparent url(../images/zoo/item_bg.png) 0 -1px repeat-x;
}

/*
 * Zoo - Item
 */
 
div#yoo-zoo div.downloads div.item div.row {
	background: transparent url(../images/zoo/item_bg.png) 0 0 repeat-x;
}

