/*SHOP*/
table.nostyle {
	border-collapse:collapse;
}

table.nostyle td, table.nostyle thead, table.nostyle tbody {
	border:0px solid black!important;
}

table.styled {
	/*border-top:1px solid #CCCCCC;*/
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.styled thead, table.styled tbody {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

table.styled td {
	padding:3px;

	vertical-align:top;
}


table.styled thead td {
	overflow:hidden;
	background-color:#EEEEEE;
	color:black;
	font-size:11px;
	font-weight:bold;
}

table.styled tfoot td {
	background:none;
	border:none;
	padding:5px 0px 0px 0px;
}

table.styled tbody {
background-color:#D1C9BC;
}

table.styled tbody td {

}




table.styler {
	/*border-top:1px solid #919397;
	border-left:1px solid #919397;*/
	width:70%;
	margin-bottom:10px;
	border-collapse : collapse;
}

table.stylerthead {
	border-top:1px solid #919397;
	border-left:1px solid #919397;
}

table.styler td {
	padding:5px;
	border-bottom:1px solid #919397;
	border-right:1px solid #919397;
	background-color:#EEEEEF;
	vertical-align:top;
}

table.styler thead td {
	overflow:hidden;
	background-color:#242B35;
	color:#CFE295;
	font-size:13px;
	text-transform:uppercase;
	border-right:1px solid #919397;
}

table.styler tfoot td {
	background:none;
	border:none;
	padding:5px 0px 0px 0px;
}

table.styler tbody td {

}





/*----------*/
.tabelborder_cart {
	border-top:1px solid #919397;
	border-left:1px solid #919397;
	width:100%;
	margin-bottom:10px;
}

.tabelborder_cart thead td {
	overflow:hidden;
	background-color:#7f7f7f;
	color:white;
	font-size:15px;
	text-transform:uppercase;
	border-style:none;
}
/*.tabelborder_cart thead td {
	border-bottom:1px solid #919397;
	border-right:1px solid #919397;
	background-color:#919397;
}*/

.tabelborder_cart td {
	border-bottom:1px solid #919397;
	border-right:1px solid #919397;
	background-color:#eeeeee;
	vertical-align:top;
}

table.formatted {
	margin-bottom:10px;
}

table.formatted thead td {
	overflow:hidden;
	background-color:#919397;
	color:white;
	font-size:15px;
	text-transform:uppercase;
	border-style:none;
	height:31px;
	padding-left:10px;
}

table.formatted tbody td {
	border-bottom:1px solid #919397;
	border-right:1px solid #919397;
	padding:3px;
}

table.formatted tbody td:first-child {
	border-bottom:1px solid #919397;
	border-left:1px solid #919397;
	border-right:1px solid #919397;
}

table.formatted tbody tr:first-child td{
	border-top:1px solid #919397;
}

table.formatted tfoot td {
	padding:3px;
}

/*.tabelborder thead td {
	border-bottom:1px solid #919397;
	background-color:#919397;
}

.tabelborder td {
	border-bottom:1px solid #919397;
	background-color:white;
	vertical-align:top;
}

.tabelborder table td {
	border:0px;
}*/

/*.button {
	background-color:#F0EEED;
	border:1px solid #cccccc;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	display:block;
	float:left;
}*/

.button_right {
	float:right!important;
}

/*.button:hover {
	background-color:#cccccc;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}*/

a.smallbutton {
	padding:2px;
	background-color:#827355;
	border:1px solid #59461A;
	color:white!important;
	text-decoration:none;
	font-size:9px;
	line-height:9px;
}

a.smallbutton:hover {
	background-color:#7f7f7f;
}

/*.tabelborder {
	border:1px solid #919397;
}

.tabelborder thead td {
	border-bottom:1px solid #919397;
	background-color:#919397;
}

.tabelborder td {
	border-bottom:1px solid #919397;
	background-color:white;
	vertical-align:top;
}

.tabelborder table td {
	border:0px;
}

#keuzebalk{
width:520px;
height:20px;
overflow:hidden;
vertical-align:middle;
text-align:right;
margin:0 17px 10px 0;
padding:10px 0 10px 10px;
background-color:#eeeeee;
}*/

#filterscontainer {
	position:relative;
}

#filters {
	position:absolute;
	text-align:left;
	z-index:999;
	top:0px;
	left:0px;
}

#filters .kop {
	width:90px;
	float:left;
	font-weight:bold;
}

#filters ul {
	float:left;
	list-style-type:none;
	background-image:url(/images/dropdown_arrow.gif);
	background-position:top right;
	background-repeat:no-repeat;
	/*background-color:#eeeeee;
	border:1px solid #cccccc;*/
	background-color:white;
	border:1px solid #8a8a8a;
	margin:0px 0px 0px 5px;
	padding:0px 2px 0px 2px;
	width:150px;
	z-index:999;
}


#filters ul li {
	width:150px;
	overflow:hidden;
	float:left;
	list-style-type:none;
	padding:0px;
	height:20px;
}

#filters ul li a {
	font-weight:normal;
	/*color:#232021;*/
}

#filters ul li a:hover {
	font-weight:normal;
	
	/*color:#ee5b30;*/
}

#filters ul li.selected {
	font-weight:bold;
}

#filters ul.normal {
  height:20px;
  overflow:hidden;
}

#filters ul.scroll {
  width:150px;
  height:auto;
  overflow-x:hidden;
  overflow-y:auto;
}

div.error input, div.error select {
	border:2px solid #990000;
}
