/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #D4EB2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	behavior:url("/css/csshover.htc");
}
p, table, ul {
	line-height:20px;
}
input {
	font-size: 11px;
	vertical-align:middle;
}
form {
	margin: 0;
}

a img {
	border: none;
}

a, a:visited, a:active {
	color: #333333;
}
a:hover {
	color: #000000;
}
tr.footer {
	font-weight: bold;
}
form#search {
	padding: 0px 10px;
}
td {
	vertical-align: top; 
	position: relative;
}
tr {
	position: relative;
}
hr {
	height: 1px;
	border: 1px solid #CCCCCC;
}
ul {
	list-style-type: square;
}
/*Containers*/
#all {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#header {
	width: 960px;
	height: 80px;
	background: url(../images/backgrounds/header.jpg) no-repeat;
}
#innercontent {
	width: 840px;
	margin: 0px auto;
	padding: 10px 0 10px 0;
}
#content {
	width: 960px;
	background: url(../images/backgrounds/content.jpg) repeat-y;
}
#footer {
	width: 960px;
	height: 80px;
	background: url(../images/backgrounds/footer.jpg) no-repeat;
	clear: both;
}
#shoppingcart{
	background: #D8EC46 url(../images/backgrounds/cart.gif) repeat-x;
	border: 1px solid #FFFFFF;
	width: 332px;
	height: 135px;
	position: absolute;
	top: 8px;
	left: 568px;
}
#cartcontents {
	position: relative;
	padding: 0px 10px ;
	margin: 0 0 5px 0;
	height: 78px;
	overflow: auto;
}
#cartbuttons {
	padding: 0px 10px;
}

#columnspan{
	display: block;
	margin: 15px 0 0 0;
}
#endcolspan {
	clear: both;
	display: block;
}
#menu{
	float: left;
	display: block;
	width: 210px;
	position: relative;
}
#menu div {
	position: relative;
}
#menu div * {
	position: static;
}
#menu a {
	display: block;
	padding: 6px 10px 0px 10px;
	height: 20px;
	line-height: 12px;
}
#menu a:hover {
	background: #BCD02A;
}
#menu a.selected {
	background: url(../images/arrowselected.gif) no-repeat 10px 9px;
	padding: 6px 10px 0px 20px;
	font-weight: bold;
	text-decoration: none;
}
#menu a.selected:hover {
	background: url(../images/arrowselected.gif) no-repeat 10px 9px #BCD02A;
}

#showroom{
	display: block;
	float: right;
	width: 628px;
	margin: 0 -10px 0 0;
}
#searchbox {
	background: #9CA48F;
}
#searchbox a, #searchbox a:visited, #searchbox a:active{
	color: #FFFFFF;
}
#searchbox a{
	color: #FFFFFF;
}
#searchbox form {
	padding: 10px;
}
#category1box {
	background: #D8EC45 url(../images/backgrounds/cats.gif) repeat-x;
	
}
#category2box {
	background: #D1EA21;
}

/*Classes*/
.inputForm {
	padding: 2px 0 0 5px;
	height: 16px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
textarea  {
	padding: 2px 0 0 5px;
	height: 100px; !important
	border: 1px solid #CCCCCC;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box {
	padding: 0px 0px;
	margin: 0 0 12px 0;
	position: static;
} 

.opties {
	clear: both;
	background: #EBEBEB;
	padding: 5px 0;
	margin: 5px 0;
}
.order {
	float: right;
}
.required {
	color: #FF0000;
}
.validateBox {
	position: absolute;
	z-index: 10;
	left: 140px;
	top: -14px;
	height: 50px;
	width: 240px;
	background: url(../images/backgrounds/fielderror.gif) no-repeat;
	padding: 5px 5px 5px 60px;
	color: #FFFFFF;
}
.validate {
	border: 2px solid #FF0000; !important
}

/*Articles*/
.articleContent {
	margin: 10px;	
}
.articleContent img {
	float: left;
	margin: 0 10px 10px 0;
}
.article1, .articledetail {
	position: relative;
	width: 618px;
	border: 1px solid #D1CCC1;
	background: #FFF;
	margin: 0 0 10px 0;	
}
.article1 .aktie, .articledetail .aktie {
	position: absolute;
	z-index:100;
	left: 5px;
	top: 5px;
	width: 100px;
	height: 100px;
	background-repeat:no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/actie.png', sizingMethod='crop');
}
.articledetail .aktie {
	left: 5px;
	top: 50px;
}
.article1 .aktie[class] , .articledetail .aktie[class]  {
  background-image: url(../images/actie.png);
}
.article1 .description {
	width: 215px;
	float: right;
}
.article2 {
	position: relative;
	width: 618px;
	border: 1px solid #D1CCC1;
	background: #FFF;
	margin: 0 0 10px 0;	
}
.article2 .aktie, .article3 .aktie {
	position: absolute;
	z-index:100;
	left: 5px;
	top: 5px;
	width: 55px;
	height: 55px;
	background-repeat:no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/actieSmall.png', sizingMethod='crop');
}

.article2 .aktie[class], .article3 .aktie[class] {
  background-image: url(../images/actieSmall.png);
}
.article2 .description {
	width: 350px;
	float: right;
}

.clearspace {
	clear: both;
	height: 0px;
}
.crosssell1 .article3 {
	position: relative;
	width: 618px;
	border: 1px solid #D1CCC1;
	background: #FFF;
	margin: 0 0 10px 0;	
}
.crosssell1 .article3 .description {
	width: 440px;
	float: right;
}
.crosssell2 .article3 {
	position: relative;
	display: inline;
	width: 302px;
	border: 1px solid #D1CCC1;
	background: #FFF;
	margin: 0 10px 10px 0;	
	float: left;
	height: 500px;
}
.crosssell2 .article3 .description {
	width: auto;
	float: none;
}
.crosssell3 .article3 {
	position: relative;
	display: inline;
	width: 197px;
	border: 1px solid #D1CCC1;
	background: #FFF;
	margin: 0 10px 10px 0;	
	float: left;
	height: 550px;
}
.crosssell3 .article3 .description {
	width: auto;
	float: none;
}
.articledetail h1 {
	margin: 10px;
}
.article1 .description h1{
	width: 180px;
}
.crosssell3 h1 {
	font-size: 20px; !important
}
.validatePositioning {
	position: relative;
	z-index: 10;
}
.tooltiptrigger {
	display: inline;
}
.tooltiptrigger:hover .tooltip {
	display: block;
}
.tooltip {
	display: none;
	color: #666666;
}



