/* GENERAL */
* {
	margin: 0;
	padding: 0;	
}

body {
    background-color: #222222;
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.556em;
    color: #FFFFFF;
}

.clear-both {
    clear: both;
}

/* HREFS */
a {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a img{
    border: none;
    cursor: pointer;
}


/* TOP */
#top {
    height: 29px;
    background-color: #00BDFF;
    width: 100%;
}

#top-container {
    margin: 0 auto 0 auto;
    width: 960px;
}

#top-left{
	float: left;
	width: 434px;
}

#top-right{
	float: left;

}

#top-right img{
	float: left;
}

#top-container form{
	float: right;
}

#form-search input{
    height: 19px;
    font-family: inherit;
    font-size: 1em;
    line-height: 24px;
    text-align: left;
    margin-top: 2px;
}

#form-search input#search-field{
    width: 285px;
    color: black;
    margin-right: 5px;
}

#form-search input#search-button {
    background-color: #00BDFF;
    width: 47px;
    border: 0px;
    color: #FFFFFF;
    cursor: pointer;
}

/* CONTAINER */
#container {
    width: 960px;
    margin: 0 auto 0 auto;
}


/* HEADER */
#header-left{
    float: left;
	width: 609px;
	height: 94px;
	padding-top: 58px;
}

#header-left img{
	float: left;
	margin: 0 20px 0 5px;
}

#header-right{
	float: left;
	padding-top: 3px;
}

#header-right p{
    line-height: 2em;
}

#header-right p a{
    text-decoration: none;
}

#header-right p a:hover{
    text-decoration: underline;
}

#category-top-column{
	background: url(images/category-menu-top.png) repeat-x top left;
	float: left;
	width: 295px;
	height: 156px;
}


/* IMAGE BOX */
#image-box{
    float: left;
    width: 597px;
    background-color: #000000;
    padding: 7px 7px 0 0;
}

#image-box img{
    float: left;
}

#small-images-box{
    height: 298px;
}

#image-box-column{
    float: left;
    width: 121px;
    padding: 0 5px 0 5px;
}

#image-box p{
    width: 243px;
    float: left;
    padding: 5px 0 0 12px;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
}

#image-1{
    width: 342px;
    height: 298px;
}


#image-2{
    width: 121px;
    height: 106px;
}

#image-3{
    padding: 5px 0 0;
    width: 121px;
    height: 106px;
}

#image-4{
    width: 124px;
    height: 217px;
}


/* CATEGORIE/WEBSHOP MENU */
#webshop-menu-list {
    float: left;
    width: 295px;
    margin-top: -755px;
}

#webshop-menu-list ul {
    width: 295px;
    font-size: 1.1em;
	line-height: 35px;
}

#webshop-menu-list ul li{
	margin-bottom: 3px;
    background: url(images/category-menu-background.png) repeat-x top left;
	list-style-type: none;
}

#webshop-menu-list ul li>a, #webshop-menu-list ul li>.webshop-menu-item{
	display: block;
    width: 220px;
    height: 35px;
    color: #FFFFFF;
    text-decoration: none;
	padding: 0 0 0 30px;
	cursor: pointer;
}

#webshop-menu-list ul li>a:hover, #webshop-menu-list ul li>.webshop-menu-item:hover{
    color: #FFFFFF;
    text-decoration: underline;
	background: url(images/category-menu-list.png) top left no-repeat;
	margin-left: 11px;
	padding-left: 19px;
}

#webshop-menu-list ul li ul {
	width: 275px;
	font-size: 1em;
	padding-left: 20px;
	margin-top: 3px;
	display: none;
}

#webshop-menu-list ul li div.sub {
	display: block;
	float: right;
	width: 20px;
	height: 35px;
	margin-top: -38px;
	background: url(images/category-menu-dropdown.png) top left no-repeat;

}

#webshop-menu-list ul li div.down {
   	background: url(images/category-menu-dropup.png) top left no-repeat;
}

/* MENU */
#menu {
	font-size: 1em;
}

#menu-list {
	list-style-type: none;
	width: 604px;
	height: 35px;
	background: url(images/menu-background.png) repeat top left;
}

#menu-list li {
    float: left;
    padding: 8px 18px 0 18px;
	text-align: center;
	color: #FFFFFF;
}

#menu-list li a {
    width: 100%;
    height: 35px;
    display: block;
	text-decoration: none;
}

#menu-list li a:hover{
	text-decoration: underline;	
}

/* CONTENT */
#content {
    width: 960px;
    line-height: 2em;
    min-height: 480px;
}

#content p{
    margin-top: 10px;
}

#content-column-1 {
    width: 322px;
	height: 434px;
    text-align: justify;
    float: left;
    margin: 0 5px 0 0;
    padding: 10px;
	background: url(images/home-content-background.png) repeat-x top left;
}

#content-column-2 {
    width: 242px;
	height: 434px;
    text-align: justify;
    float: left;
    padding: 10px;
	background: url(images/home-content-background.png) repeat-x top left;
}

#category-bottom-column{
	background: url(images/category-menu-bottom.png) repeat-x top left;
	width: 295px;
	height: 454px;
    float: left;
	margin-top: -48px;
}

#category-bottom-right{
	margin-top: 357px;
}

#category-bottom-right .box{
	width: 280px;
	background-color: #010001;
	margin: 5px 0 0 5px;
	padding: 7px 0 10px 10px;
}

#category-bottom-right .box h2{
	margin-bottom: 5px;
}

#category-bottom-right input{
	border: none;
	font-family: inherit;
	font-size: 1em;
	background-color: #fff;
	height: 18px;
	line-height: 18px;
	width: 196px;
	padding: 0 2px;
	color: #777676;
}

#category-bottom-right input[type='submit']{
	margin-left: 5px;
	width: 65px;
	color: #000;
}

#category-bottom-right span{
	height: 18px;
	line-height: 18px;
}

#actie-button{
	position: relative;
	margin: -150px 0 -52px 130px;

}

/* H#'s */
h1, h2 {
    font-family: inherit;
    font-size: 1.1667em;
    font-weight: normal;
}

/* CONTACT PAGE */
#contact-form{
    border: 1px solid white;
    padding: 10px;
    margin: 10px 0 0 0;
    width: 465px;
}

#contact-form label{
    cursor: pointer;
    width: 75px;
    float: left;
    clear: both;
}

#contact-form textarea{
    height: 120px;
    overflow: auto;
}

#contact-form input, #contact-form textarea{
    font-family: inherit;
    font-size: 1em;
    width: 286px;
    padding: 2px;
    border: 1px solid black;
    background: white;
    color: #2F2F2F;
}

#contact-form #submit-button{
    width: 100px;
    margin: 0 0 0 75px;
}


/* FAQ */
#shipping-costs-table{
    border-collapse: collapse;
    margin: 0 0 10px 0;
}

#shipping-costs-table td{
    text-align: left;
    vertical-align: top;
    border: 1px solid white;
    padding: 5px;
}

#top-row td{
    font-weight: bold;
}

.inline-cell{
    white-space: nowrap;
}

/* FOOTER */
#footer {
    margin: 15px 0 0 0;
    height: 29px;
    background-color: #00BDFF;
    width: 100%;
}

#footer-content{
	width: 960px;
	margin: 0 auto;
    color: #222222;
    font-size: 0.916em;
    line-height: 29px;
}

#footer-copyright {
	float: left;
	width: 230px;
}

#footer-copyright img {
	margin-bottom: -6px;
}

#footer-navigatie {
	float: left;
	text-align: right;
	width: 386px;
}

#footer #powered-by {
	float: left;
	text-align: right;
	width: 280px;
}

#footer-content a{
    text-decoration: none;
}

#footer-content a:hover{
    color: #222222;
    text-decoration: none;
}

#footer-navigatie a{
    color: #222222;
    text-decoration: none;
}

#footer-navigatie a:hover{
    color: #FFFFFF;
    text-decoration: none;
}

/* LightBox */
#lightbox{
	font: 1em/1.545em normal Tahoma, Verdana, Arial;
	margin: 20px 0 0 0;	
	color: #000;
}

#lightbox_top {
	background-color:#222;
	width: 680px;
	margin-bottom: 10px;
	color: #FFF;
	padding: 10px;
}

#lightbox h2{
	font-size: 17px;
	font-weight: bold;
}

#lightbox_top_title, #lightbox_more_pics{
	float: left;
}

#lightbox table{
    width: 360px;
    height: 200px;
}

#lightbox table td{
    vertical-align: top;
}

#lightbox #imageTd{
    width: 306px;
    height: 400px;
    padding: 0 10px 10px 10px;
    float: left;
}

#lightbox #imageTd div img{
    width: 300px;
    height: auto;
    border: 3px solid #222;
}

#lightbox .titleTd{
    padding: 0 0 10px 0;
}

#lightbox #descriptionTd{
    width: 348px;
    padding: 1px;
    height: 155px;
    overflow: auto;
    vertical-align: top;
    line-height: 1.8em;
}

#lightbox #lightbox-cart img, #lightbox #lightbox-cart img a, #lightbox #lightbox-cart img a:hover{
    border: none;
    text-decoration: none;
}


#lightbox_top_close, #lightbox_cart{
	float:right;
}

#lightbox_bottom {
	background-color:#222;
	width: 680px;
	color: #FFF;
	margin-top: 5px;
	padding: 0 10px;
	float: left;
	height: 37px;
	line-height: 37px;
}

#lightbox_bottom img{
	float: left;
	margin-top: 8px;
}

#lightbox a{
	text-decoration: none;
}
#lightbox a:hover{
	text-decoration: underline;
}

#lb-right{
	float: left;
	width: 350px;
	padding: 5px;
	height: 362px;
	background-color: #fff;
	border: 1px solid #cee9f4;
}

#lb-sharethis{
	display: block;
	padding: 3px 2px;
	margin-top: 5px;
	height: 22px;
	width: 358px;
	line-height: 22px;
	float: left;
}

#lb-sharethis strong, #lb-sharethis a{
	float: left;
	margin-right: 5px;
}
