/* CSS Document - style_BOTG.css - australiaplus.de */

/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    border:solid #a3a3a3; /* color between tab list and content */
    border-width:0 0 0px;
    Xposition:relative;
    zoom:1;
}

.yui-skin-sam .yui-navset .yui-nav .selected a, 
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ 
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ 
background:#fff5eb url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px; /* selected tab background */ 
color:#a60320; 
} 
	 
.yui-skin-sam .yui-navset .yui-nav a:hover, 
.yui-skin-sam .yui-navset .yui-nav a:focus { 
background:#e6f1ff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px; /* selected tab background */ 
outline:0; 
} 

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    border-color:#a60320; /* selected tab border color */
}

.yui-skin-sam .yui-navset .yui-content, 
.yui-skin-sam .yui-navset .yui-navset-top .yui-content { 
	border:1px solid #969696; /* content border */ 
	border-top-color:#969696; /* different border color */ 
	padding: 10px 15px; /* content padding */ 
} 

.yui-skin-sam .yui-navset .yui-content {
    background:#fff5eb; /* content background color */
}

.yui-content td {
	vertical-align:top;
}

.imageborder1 {
	border: 1px solid #969696;
	margin-bottom:10px;
}

.imageborder2 {
	border: 1px solid #faf0e6;
}

.BOTGpriceTable td {
	/*height:20px;*/
	border-bottom: 1px solid #b4b4b4;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;	
}

.BOTGpriceTableSubText {
	margin-top:10px;
	width:550px;
}


/* Einwegtabelle Mietwagen */
.BOTGonewayTable {
	margin-top:0px;
	margin-bottom:20px;
	border-top: 1px solid #b4b4b4;
}

.BOTGonewayTable th, .BOTGonewayTable td {
	border-bottom: 1px solid #b4b4b4;
	vertical-align:top;
	padding:5px;
	text-align:left;
}

.BOTGonewayTable th {
	background-color:#f1d4bc;
}
	
.BOTGonewayTable td {
	background-color:#fcfcfc;
}

.yui-content strong {
	color:#a70020;
}
