*
{
	margin: 0;
	padding: 0;
}
/*html {overflow-y:auto; overflow-x: hidden;}
* html body {overflow-y:auto; overflow-x: hidden;}*/
/* png fix in IE6 
* html img, * html div { behavior: url(../img/iepngfix.htc);}
*/

/* To prevent disappearing bullets in IE6! */
ul, ol, dl
{
	position: relative;
}

body
{
	background-color: #ffffff;
}
body, td, ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
tr
{
	vertical-align: top;
}

#label
{
	width: 180px;
	height: 47px;
}

/*---------------- NEW -------------*/
.TopBar
{
	float: left;
	background-color: #599720;
	color: White;
	font-weight: bold;
	font-size: 12px;
	width: 627px;
	height: 13px;
	padding: 3px 0px 4px 10px;
	margin-top: 5px;
}

#divWrapSearch
{
	width: 640px;
	border-bottom: #b6b6b6 0.1em solid;
	float: left;
}
#divSpecs
{
	width: 630px;
	border-bottom: #b6b6b6 0.1em solid;
	padding: 10px 0px 5px 5px;
	float: left;
}
#divSpecs .Title
{
	float: left;
	display: block;
	padding: 2px 15px 0px 5px;
	height: 25px;
}
#divSelecties
{
	width: 158px;
	min-height: 400px;
	padding: 10px 0px 10px 2px;
	float: left;
}
#divResults
{
	padding: 10px 0px 10px 10px;
	float: left;
	border-left: #b6b6b6 0.1em solid;
	min-height: 400px;
}
.select_specs
{
	display: block;
	border: #b6b6b6 0.1em solid;
	padding: 2px;
	float: left;
	padding-right: 20px;
	margin-right: 4px;
	margin-bottom: 5px;
	color: #599720;
	text-decoration: none;
	cursor: pointer;
	background-image: URL(../_Graphics/UpDown.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}
.select_specs a:hover
{
	color: #599720;
	text-decoration: underline;
}
.delete_specs
{
	display: block;
	border: #b6b6b6 0.1em solid;
	padding: 2px 0 3px 5px;
	font-weight: 800;
	background-color: white;
	background-image: URL(../_Graphics/delete.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #363636;
	font-size: 0.92em;
	width: 138px;
}

#divSelecties b
{
	display: block;
	padding: 40px 0px 2px 7px;
}
#divSelecties b.first
{
	display: block;
	padding: 10px 0px 2px 7px;
}
#divSelecties .kop
{
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #599720;
	padding: 0px 0px 2px 7px;
}
.Pane
{
	border: #b6b6b6 0.1em solid;
	padding: 2px;
	margin-right: 7px;
	color: #599720;
	text-decoration: none;
	text-indent: 5px;
}
.PaneGrid
{
	border: #b6b6b6 0.1em solid;
	border-top: 0;
	padding: 2px;
	width: 150px;
	color: #a6a6a6;
	text-decoration: none;
	letter-spacing: -0.01em;
	font-size: 0.92em;
}
.PaneGridOrder
{
	border: #b6b6b6 0.1em solid;
	padding: 0 2px 2px 2px;
	color: #599720;
	text-decoration: none;
	width: 145px;
	text-align: left;
	font-size: 0.92em;
}
.PaneGrid a:link, .PaneGridTop a:link, .PaneGridOrder a:link, .PaneGrid a:visited, .PaneGridTop a:visited, .PaneGridOrder a:visited
{
	text-decoration: none;
	color: #a6a6a6;
	font-size: 0.92em;
}
.PaneGrid a:hover, .PaneGrid a:active, .PaneGridTop a:hover, .PaneGridtop a:active, .PaneGridOrder a:hover, .PaneGridOrder a:active
{
	text-decoration: underline;
	color: #599720;
	font-size: 0.92em;
}
.PaneGrid a:link
{
	text-decoration: none;
	color: #599720;
	font-size: 0.92em;
}
.PaneGrid a:hover, .PaneGrid a:active
{
	text-decoration: underline;
	color: #599720;
	font-size: 0.92em;
}
.PaneGrid a:visited, .PaneGridTop a:visited
{
	text-decoration: none;
	color: #a6a6a6;
	font-size: 0.92em;
}
.PaneGridOrder td a:hover, .PaneGridOrder a:active
{
	text-decoration: underline;
}
.PaneGridOrder a:link
{
	text-decoration: none;
	color: #599720;
	font-size: 0.92em;
}

.UpDown
{
	padding: 2px 0 0 96px;
	margin: 0 0 0 0;
}

/*  RESULTS   */

#Results
{
	padding: 0px 0 0 0;
}

.NoResults
{
	float: left;
	width: 440px;
	margin-bottom: 7px;
}
.NoResults p
{
	line-height: 20px;
}

#Results_TopRow
{
	float: left;
	width: 460px;
	margin-bottom: 7px;
}

#Results_Counter
{
	width: 220px;
	float: left;
	padding: 2px 0 0 0;
}
.Results_Sorter
{
	float: right;
	padding: 2px 2px 2px 5px;
	width: 225px;
}
#Results_Kop
{
	float: left;
	padding: 0 8px;
	position: relative;
	left: -7px;
}
#Results_Button
{
	float: right;
	position: relative;
	left: 3px;
	top: -2px;
	margin-bottom: 5px;
}
.select_sorter
{
	display: block;
	border: #b6b6b6 0.1em solid;
	padding: 2px;
	float: right;
	padding-right: 20px;
	color: #599720;
	text-decoration: none;
	cursor: pointer;
	background-image: URL(../_Graphics/Down.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 120px;
	position: relative;
	left: -21px;
}
.select_sorter a:hover
{
	color: #599720;
	text-decoration: underline;
}
.Row_1
{
	background-color: #edeae1;
	padding: 10px;
}
.Row_2
{
	background-color: #d7d4cd;
	padding: 10px;
}
.Result_Wrapper
{
	width: 215px;
	float: left;
}
.Result_Price_Kop
{
	font-weight: bold;
	float: left;
	text-align: right;
	width: 130px;
	color: #192725;
	padding: 3px 4px 0 4px;
}
.Result_Price
{
	float: left;
	text-align: right;
	width: 56px;
	height: 12px;
	background-color: #525252;
	padding: 3px 5px 4px 0px;
	color: White;
	font-weight: bold;
}
.Result_SubKop
{
	width: 108px;
	font-weight: bold;
}
.Result_ModelName
{
	font-variant: small-caps;
	color: #599720;
	font-weight: bold;
	font-size: 13px;
}
.Result_Pointer
{
	width: 8px;
	height: 10px;
	padding: 2px 3px 0 4px;
}
.Result_Image
{
	width: 190px;
	padding: 10px 5px 0 10px;
}
.Result_NotAvailable_Left
{
	text-decoration: none;
	font-weight: 100;
}

.Result_NotAvailable_Left a:link
{
	color: #a6a6a6;
	text-decoration: none;
}
.Result_NotAvailable_Left a:hover, .Result_NotAvailable_Left a:active
{
	color: #a6a6a6;
	text-decoration: underline;
}
.Pager
{
	letter-spacing: 1px;
	color: #599720;
	font-weight: bold;
}
#prepage
{
	position: relative;
	left: 3px;
	top: 3px;
	background-color: transparent;
	width: 200px;
	z-index: 500;
}
.Pager_Pagina
{
	position: relative;
	left: -30px;
	letter-spacing: 1px;
	padding-right: 17px;
	color: #525252;
}
.exleaseitems img
{
	margin-right: 15px;
	border: 0;
}
.exleaseitems a
{
	background: url(../_graphics/arrow-hover.png) no-repeat left 3px;
	text-decoration: none;
	color: #599720;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0 0 0 8px;
}
.exleaseitems
{
	font-size: 11px;
	margin: 7px 0px 0px 8px;
	padding: 0px 5px 0px 8px;
}

* html .exleaseitems a
{
	background: url(../_graphics//arrow-hover.gif) no-repeat left 3px;
}

.exleaseitems:hover
{
	text-decoration: underline;
}

