@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);


.closed div{
	display:none;
}

#arguTrainerLevel2{
    width: 24.1667em;
    height: 23.5em;
    z-index: 9999;
}

.btLevel2 {
    cursor: pointer;
}

/* GRAILS - MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

img.partnerLogo {
    width: 12.08333em;
}

p.ecardSuccess{
    margin-top: 1em;
    background: #CC0001;
    padding:0.2em;
    color: #fff;
}

label.errors{
    background: #CC0001;
    text-indent:0.2em;
    color: #fff;
}

label.mini-widget-ml {
    background:#fff;
    color:#000;
}
label.mini-widget-ml {
    background:#fff;
    color:#000;
}
.question label.mini-widget-ml {
   	background:#FFE40C;
   	float:none;
   	width:17em;
   	display:inline;
}
.question label.mini-widget-ml input{
 	width:10em;
}
label.errors a{
	color:red;
}
label.errors span{
	color:red;
}
div.errors {
    
    color: #000;
    margin: 0px 0 5px 0;
    padding: 0px 0 0px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/error_list.gif) 0px 0.2em no-repeat;
    line-height: 16px;
    padding-left: 1.8em;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

.shopThumb img{
    width: 4em;
    height: auto;
}

#bonus img {
	border: 0;
}

#bonus {
	position: absolute;
	top: 0;
	right: 0;
}

#bonus a:hover{
	text-decoration: none;
}
