﻿div.tabctrl_top_wrapper
{
	float: left;
	width: 980px;
	display: block;
	position:relative;
	z-index:1;
}
div.tabctrl_bottem_wrapper
{
	width: 978px;
	background-color: #e9e7e8;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	display: block;
	position:relative;
	top:-1px;
	z-index:0.9;
}
div.tabctrl_bottem_text
{
	padding-top: 6px;
	padding-left: 6px;
}

div.tabctrl_edge_right
{
	float: right;
	background-image: url('/img/tab.right.inactive.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 28px;
	z-index: 20;
}
div.tabctrl_edge_left
{
	float: left;
	background-image: url('/img/tab.left.inactive.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 28px;
	z-index: 20;
}
div.tabctrl_edge_left_active
{
	float: left;
	background-image: url('/img/tab.left.active.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 28px;
	z-index: 20;
}
div.tabctrl_ItemSpace
{
	/*float: left;*/
	height: 26px;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	z-index: 10;
}

div.tabctrl_AllFalse
{
	float: left;
	background-image: url(/img/ewBtns3.png?id=10);
	background-repeat: no-repeat;
	background-position: 0px -1850px;
	width: 180px;
	margin:2px 0 0 0;
}
div.tabctrl_AllFalse:hover
{
	float: left;
	background-image: url(/img/ewBtns3.png?id=10);
	background-repeat: no-repeat;
	background-position: 0px -1900px;
	width: 180px;
}
div.tabctrl_AllFalse:active
{
	float: left;
	background-image: url(/img/ewBtns3.png?id=10);
	background-repeat: no-repeat;
	background-position: 0px -1950px;
	width: 180px;
}
div.tabctrl_AllTrue
{
	float: left;
	background:#E9E7E8;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	width: 180px;
}
div.tabctrl_ItemFalse
{
	float: left;
	background-image: url(/img/ewBtns3.png?id=10);
	background-repeat: no-repeat;
	background-position: 0px -2000px;
	width: 95px;
	margin:2px 0 0 0;
}
div.tabctrl_ItemFalse:hover
{
	background-position: 0px -2050px;
}
div.tabctrl_ItemFalse:active
{
	background-position: 0px -2100px;
}
div.tabctrl_ItemTrue
{
	float: left;
	width: 95px;
	background:#E9E7E8;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
div.tabctrl_ItemFalse a, div.tabctrl_AllFalse a
{
	min-width: 60px;
	padding-top: 4px;
	text-align: center;
	display: block;
	height: 20px;
	color: White;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}
div.tabctrl_ItemTrue a, div.tabctrl_AllTrue a
{
	min-width: 60px;
	padding-top: 6px;
	text-align: center;
	display: block;
	height: 20px;
	color: Black;
	text-decoration: none;
	font-weight:bold;
	text-shadow:1px 1px 0px #fff;
}


div.tabctrl_SearchMenu
{
	float: right;
	margin: 0 3px 2px 0;
	width: 180px;
	height:20px;
}
div.tabctrl_SearchMenu .button
{
	float: left;
	background-image: url(http://img.eurowheels.dk/img/ewBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -475px;
	margin: 0 6px 2px 0;
	width: 180px;
	height: 20px;
	cursor:pointer;
}
div.tabctrl_SearchMenu:hover a.button
{
	background-position: 0px -501px;
}
div.tabctrl_SearchMenu a.button
{
	min-width: 60px;
	padding: 5px 0 1px 0;
	text-align: center;
	display: block;
	height: 20px;
	color: White;
	text-decoration: none;
}
/*div.tabctrl_SearchMenu:hover .inner
{
	display:inherit;
}*/
div.tabctrl_SearchMenu .inner
{
	display:none;
	background-color: White;
	padding: 0px;
	border:1px solid #787878;
	box-shadow:1px 1px 5px Black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	position: relative;
	left:-4px;
	top:-30px;
	width: 182px;
	z-index:1000;
}
div.tabctrl_criterias
{
	float: left;
	cursor: pointer;
	padding-top: 3px;
	text-align: center;
	width: 160px;
}
div.tabctrl_criterias:Hover
{
	text-decoration: underline;
}
#divCriteriaSummaryRed
{
	background-image: url('/img/CriteriaRedBox.png');
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	left: -160px;
	color: White;
	cursor: pointer;
	height: 18px;
	padding-top: 3px;
	text-align: center;
	width: 160px;
}

