/*	VH steps	*/

.vh_steps {
	padding:10px;
	background: url(../../../images/frontend_website/contentelements/col3/textbox_bg.png) no-repeat 0px 0px;
	min-height:110px;
}

.vh_steps h3 {
	margin-top:0;
	margin-bottom:15px;
	font-weight:bold;
}

.vh_steps ul {
	padding:0;
	margin:0;
}

.vh_steps ul li {
	margin:0 0 10px 0;
	padding-left:20px;
	background: url(../../../images/icons/arrow_right_tiny.gif) no-repeat 0px 1px;
}

.vh_steps ul li.active {
	font-weight:bold;
	padding-left:20px;
	background: url(../../../images/icons/arrow_right_short.gif) no-repeat 0px 1px;
}

.vh_steps ul li a {
	text-decoration:none;
}


.vh_result {
}

.vh_result_links {
	margin-top:10px;
}

.vh_result_links li {
	padding:0 0 0 10px;
	background: url(../../../images/frontend_website/icons/nav_icon.gif) no-repeat 0px 3px;
}

.vh_result_top{
	height:4px;
	background: url(../../../images/virtualhome/ergebnisseite/top.gif) no-repeat 0px 0px;
	font-size:0;
	line-height:0;
}

.vh_result_content{
	border-right:1px solid #BBEE00;
	border-left:1px solid #BBEE00;
}

.vh_result_content h3{
	margin:0;
	padding:1em;
	font-size:1.4em;
	line-height:1.2em;
}

.vh_result_content h3.itemlabel{
	padding:0;
	margin:0 0 0.3em 0;
	font-size:1.3em;
}

.vh_result_content p{
	margin:0;
}

.vh_result_content ul{
	margin:0;
}

#col2  .vh_result_content ul li{
	list-style: none;
	background: none;
	background-image: none;
}

#col2 .vh_result_content ul li:hover{
	background-color: #FAFAFA;
}



#col2 .vh_result_content ul li{
	margin:0;
	padding:15px 25px 15px 50px;
	border-top:1px solid #ECECEC;
	background: url(../../../images/icons/control_play.png) no-repeat 25px 16px;
}

#col2 .vh_result_content li .itemdescription{
	width:190px;
	float:left;
	margin:0 20px 0 0;
}

#col2 .vh_result_content li .image{
	width:75px;
	float:left;
}

#col2 .vh_result_content li .buttons {
	width:155px;
	float:right;
	padding:30px 0 0 0;
	background: url(../../../images/frontend_website/logos/baumax.gif) no-repeat 0px 0px;
}

#col2 .vh_result_content li .buttons li {
	border-top:0;
	padding:0 0 10px 10px;
	background: url(../../../images/frontend_website/icons/nav_icon.gif) no-repeat 0px 3px;
}

#col2 .vh_result_content li .itemdescription p{
	margin:0 0 0.3em 0;
}

.vh_result_bottom{
	height:4px;
	background: url(../../../images/virtualhome/ergebnisseite/bottom.gif) no-repeat 0px 0px;
	font-size:0;
	line-height:0;
}

#vh_uiBlocker {
	display:none;
	position:fixed;
	z-index:3333;
	width: 250px;
	margin: -50px 0 0 -25px;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #000;
	background: #fff;
	padding: 10px;
	border:2px solid #ffa800;
}
* html #vh_uiBlocker {
	position:absolute;
}
.blocked #vh_uiBlocker {
	display:block;
}


/**
 * Virtuelles Haus: Radio-Image-Boxen
 */

.box-container {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}

.box-container .box {
	padding: 0 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
}

.box-container .left {
	clear: none;
	width: 48%;
	float: left;
	margin: 0;
	padding:0;
}

.box-container .right {
	clear: none;
	width: 48%;
	float: right;
	margin: 0;
}

.box-container .box {
	height: 95px;
	overflow: hidden;
}

#vhForm_Wrapper .box label {
	color: #E38109;
	margin: 10px 0 10px 0;
	font-weight: normal;
	cursor: pointer;
}

#vhForm_Wrapper .box.active label {
	color: #485F00;
	font-weight: bold;
}

.box-container .box.active {
	border-color: #485F00; /*#6B8D01;*/
	/*height: 93px;
	border-top-width:2px;
	border-bottom-width:2px;
	background-color: #f7fbea;*/
	background: url(../../../images/virtualhome/box_bg_active.png) #f7fbea no-repeat 0 0;
}

/* hide radio button but let it enabled ("display:none" would disable it) */
.box-container .box input {
	position: absolute;
	left: -9000px;
}

.box-container .box img {
	float: left;
	vertical-align:text-top;
	width:75px;
	height:75px;
	margin-right: 10px;
	margin-top: 0;
}

.box-container .efficiency {
	display:block;
	text-indent:-9000px;
	clear: none;
	width: 30px;
	float: left;
	margin: 0;
	padding:0 20px 0 0;
}

.box-container .price {
	display:block;
	text-indent:-9000px;
	clear: none;
	width: 30px;
	float: left;
	margin: 0;
}

.box-container .efficiency-rank-1 {
	background: url('../../../images/virtualhome/rating.gif') transparent no-repeat 0 0;
}
.box-container .efficiency-rank-2 {
	background: url('../../../images/virtualhome/rating.gif') transparent no-repeat 0 -20px;
}
.box-container .efficiency-rank-3 {
	background: url('../../../images/virtualhome/rating.gif') transparent no-repeat 0 -40px;
}

.box-container .price-rank-1 {
	background: url('../../../images/virtualhome/rating_price.gif') transparent no-repeat 0 0;
}
.box-container .price-rank-2 {
	background: url('../../../images/virtualhome/rating_price.gif') transparent no-repeat 0 -20px;
}
.box-container .price-rank-3 {
	background: url('../../../images/virtualhome/rating_price.gif') transparent no-repeat 0 -40px;
}


/**
 * Virtuelles Haus: Form
 */

/* form embedded on a normal page (wizard) */
#vhForm_Wrapper {
	border: 1px solid #d1d3d4;
	padding: 15px;
}

/* the "popup" form called via flash */
#vhForm_Wrapper.popup {
/*	background: url('../../../images/virtualhome/form/form_bg.png') #f4f4f4 repeat-x;*/
	background: #fff;
	border:1px solid #999;
	display: none;
	width: 570px;
	height:auto;
	margin-top: -450px;
	margin-left: 140px;
	position: absolute;
	z-index:10;
}

#vhForm_Wrapper.popup .close {
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	float: right;
}

#vhForm_Wrapper h2 {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}

#vhForm_Wrapper.popup h2 {
	float: left;
	padding-top:0.5em;
}

#vhForm_Wrapper.popup p {
	width:450px;
}

#vhForm_Wrapper legend,
#vhForm_Wrapper label {
	width: auto;
	font-weight: bold;
	display: block;
	clear:both;
	padding: 0;
	color:#000;
}
#vhForm_Wrapper legend {
	margin: 0 0 5px 0;
}
#vhForm_Wrapper label {
	margin: 0 0 5px 0;
}
* html #vhForm_Wrapper legend {
	margin-top:0;
	margin-left: -7px;
}
*+html #vhForm_Wrapper legend {
	margin-left: -7px;
}

#vhForm_Wrapper .clear {
	clear: both;
}

#vhForm_Wrapper .buttons-top{
	clear:both;
	padding:0 0 30px 0;
}
#vhForm_Wrapper .buttons-top .left {
}
#vhForm_Wrapper .buttons-top .right {
	float:right;
}

#vhForm_Wrapper .buttons{
	clear:both;
	padding:30px 0 0 0;
}
#vhForm_Wrapper .buttons .left {
}
#vhForm_Wrapper .buttons .right {
	float:right;
}

#vhForm_Wrapper div.checkbox input.checkbox {
	display:inline;
	position:static;
	float:none;
}

#vhForm_Wrapper div.checkbox label {
	float: none;
	clear: both;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0;
	width: auto;
}

.virtualhouse_formline {
	padding-top:20px;
}



/**
 * Virtuelles Haus Tabs
 */

ul.vh-tabs-nav span {
	float: left;
	display: block;
	padding: 0px 10px 0 0;
}

.ui-tabs-hide { display:none; }

#vhForm_Wrapper.popup ul.vh-tabs-nav {
	margin-top:20px;
}

ul.vh-tabs-nav {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	display:block;
	clear:both;
	background:url('../../../images/virtualhome/tabnav/tabs_bg.gif') no-repeat right bottom;
	height:22px;
}

* html ul.vh-tabs-nav {
	padding:0;
}

ul.vh-tabs-nav li {
	float: left;
	padding: 0 3px 0 5px;
	margin: 0;
	position: relative;
	background:url('../../../images/virtualhome/tabnav/tabs_li_bg.gif') no-repeat left -96px;
	height:32px;
}

ul.vh-tabs-nav li a{
	float: left;
	line-height: 18px;
	text-align: center;
	padding: 8px 20px 6px 15px;
	margin: 0 0 0 0;
	position: relative;
	text-decoration: none;
	color: #000;
	height:18px;
	background:url('../../../images/virtualhome/tabnav/tabs_li_bg.gif') no-repeat right -32px;
}

ul.vh-tabs-nav a:hover {
	text-decoration: none;
	cursor: pointer;
	color:#E38109;
}

ul.vh-tabs-nav li.ui-tabs-selected {
	background:url('../../../images/virtualhome/tabnav/tabs_li_bg.gif') no-repeat left -64px;

}

ul.vh-tabs-nav li.ui-tabs-selected a {
	color:#000;
	background:url('../../../images/virtualhome/tabnav/tabs_li_bg.gif') no-repeat right 0;
	height:18px;
}

ul.vh-tabs-nav li.ui-tabs-selected a:hover {
	color:#E38109;
}

ul.vh-tabs-nav li.ui-tabs-disabled * {
	color: #999;
}

