* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 150%;
    text-align: center;
    color: #333;
}
img {
    border: 0;
}
a,
a:link,
a:visited,
a:active {
    outline: none;
    color: #333;
    text-decoration: none;
}
a:hover {
}
h1, h2, h3, h4, h5, p, form, table, ul, ol {
    margin-bottom: 10px;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
    line-height: 140%;
    color: #666;
}
h3 a,
h3 a:link,
h3 a:visited,
h3 a:active {
    color: #666;
}
h4 {
    font-size: 1.1em;
    line-height: 140%;
}
h4 {
    font-size: 1em;
}
hr {
    height: 1px;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
ul, ol {
    margin: 0;
    padding-left: 20px;
}
th, td {
    text-align: left;
    vertical-align: top;
}
input, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
option {
    padding: 0 4px;
}
.breaker {
    clear: both;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.right {
    text-align: right;
    margin: 0 0 0 auto;
}
.button,
a.button,
a.button:link {
    border: 0;
    background: url(/img/button_bg.gif) repeat-x top left;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
ul.xlist li {
    float: left;
    display: block;
    list-style-type: none;
}
.error {
    color: #f00;
    padding-right: 10px;
}
/*=====================================
 LAYOUT
=====================================*/
#popup {
    text-align: left;
    width: 650px;
}
#container {
    width: 977px;
    text-align: left;
    margin: 0 auto;
}
#left {
    float: left;
    margin-top: 12px;
    width: 200px;
    overflow: hidden;
}
#center {
    float: left;
    width: 777px;
    overflow: hidden;
}
/*=====================================
 CATEGORIES
=====================================*/
#bookmarkbar {
    float: right;
}
#overview div {
    float: left;
    border: 1px solid #ccc;
}
#overview h3 {
    margin: 10px;
}
#overview div.groups {
    margin: 0 10px 10px 0;
}
#overview .product {
    float: left;
    width: 375px;
    white-space: no-wrap;
}
#overview .product h3 {
    margin: 10px 0;
}
#overview .product div {
    border: 0;
    width: 180px;
}
#overview .img_wrapper img {
    width: 165px;
    height: 165px;
    float: left;
}
#overview .productrow {
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
}
#overview .product.even {
    margin-left: 10px;
}
#filter label {
    font-weight: bold;
}
/*=====================================
 PRODUCT
=====================================*/
#product #product_foto {
    float: left;
    width: 350px;
}
#product #product_foto img {
    border: 1px solid #ccc;
    width: 350px; /* images moeten vanuit cms resized worden */
}
#product #product_fotos_thumbs {
    width: 60px;
    float: left;
    margin-left: 10px;
}
#product .product_fotos_thumbs_crop {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}
#product .product_fotos_thumbs_crop img {
    /*margin: -80px 0 0 -80px;*/
    width: 60px;
    height: 60px;
}
#product .info {
    float: left;
    margin-left: 20px;
}
#product .info .price {
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-family: Verdana;
    margin-right: 20px;
}
#overview .discount,
#product .info .price .discount {
    font-size: 16px;
    text-decoration: line-through;
    color: #f00;
}
#product .info label {
    display: block;
}
#product .info input {
    margin-top: 50px;
    background-image: url(/img/button_light_bg.gif);
}
#product .description h3 {
    padding-top: 20px;
}
.product .productdescription img {
    width: 100px;
}
.product .productdescription .brandlogo {
    margin-top: 10px;
}
#product .sold_out {
	padding: 20px;
	color: #f00;
}
/*=====================================
 CATEGORY MENU
=====================================*/
#left ul {
    padding: 0;
}
#left ul li {
    border-top: 1px solid #ccc;
    list-style: none;
    background: url(/img/breadcrumb_bullet.gif) no-repeat 0 8px;
    margin-left: 5px;
    padding: 3px 10px;
}
#left a:hover {
    color: #69c;
}
#left ul li ul li {
    padding-left: 15px;
    border-top: none;
}
/*=====================================
 HEADER
=====================================*/
#header {
    height: 102px;
    overflow: hidden;
}
#logo {
    float: left;
    overflow: hidden;
    width: 218px;
    margin-left: 5px;
    margin-top: 20px;
}
#quote {
    float: left;
    width: 258px;
    margin-left: 35px;
    *margin-left: 30px;
    margin-top: 38px;
}
#topmenu {
    float: left;
    width: 212px;
    margin-left: 50px;
    margin-top: 10px;
    font-weight: bold;
}
#topmenu ul {
    float: left;
    padding: 0;
    list-style: none;
    padding: 0 5px;
}
#cart {
    float: left;
    width: 184px;
    margin-left: 3px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #bbb;
    height: 60px;
    overflow: hidden;
}
#cart table {
    width: 100%;
}
#cart table td {
    vertical-align: bottom;
}
#languages {
    text-align: right;
    text-transform: uppercase;
}
#languages a,
#languages a:link {
    color: #ccc;
}
#languages a.active {
    color: #333;
}
#topbar {
    clear: both;
}
/*=====================================
 MENU BAR
=====================================*/
#menu {
    background: url(/img/menu_bg.gif);
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    /*overflow: hidden;*/
}
#menu ul {
    list-style: none;
    padding: 0;
    width: 100%;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
}
#menu a,
#menu a:link {
    color: #fff;
    padding: 0 10px;
}
#nav1 {
    height: 20px;
}
#nav1 li {
    display: block;
    float: left;
    position: relative;
    z-index: 1000;
}
#nav1 li a:link,
#nav1 li a:visited {
    display: block;
}
#nav1 li.more a:link,
#nav1 li.more a:visited {
    background: url(/img/menu_dropdown.gif) no-repeat top right;
    padding-right: 20px;
}
#nav1 li:hover a,
#nav1 li a:hover,
#nav1 li a:active {
    display: block;
    background: url(/img/menu_hover_bg.gif) repeat-x top left;
    color: #333;
}
#nav1 li.more:hover a,
#nav1 li.more a:hover,
#nav1 li.more a:active {
    background: url(/img/menu_dropdown_hover.gif) no-repeat top right;
    padding-right: 20px;
}
#nav1 li ul.nav2 {
    background: #000;
    margin: 0;
    display: none;
    width: 150px;
    position: absolute;
    z-index: 1000;
    top: 20px;
    border-top: none;
}
#nav1 li.over ul.nav2, /*IE6*/
#nav1 li:hover ul.nav2 {
    display: block;
}
#nav1 li ul.nav2 li {
    clear: left;
    width: 150px;
}
#nav1 li ul.nav2 li a:link, #nav1 li ul.nav2 li a:visited {
    clear: left;
    height: 20px;
    color: #fff;
    position: relative;
    z-index: 1000;
    background: url(/img/submenu_bg.gif) repeat-x top left;
}
#nav1 li ul.nav2 li:hover a, #nav1 li ul.nav2 li a:active, #nav1 li ul.nav2 li a:hover {
    clear: left;
    height: 20px;
    color: #333;
    position: relative;
    z-index: 1000;
    background: url(/img/submenu_hover_bg.gif) repeat-x top left;
}
#search {
    margin-top: -20px;
    float: right;
}
#search form {
    margin: 0;
}
#search input {
    vertical-align: text-bottom;
}
#search #search_q {
    border: 0;
    background: url(/img/search_bg.gif) no-repeat center center;
    width: 115px;
    height: 18px;
    padding: 0 10px 0 25px;
}
#search #search_button {
    border: 0;
    background: none;
    color: #fff;
    font-weight: bold;
    height: 18px;
    padding: 0 5px;
}
/*=====================================
 LOGIN
=====================================*/
#login {
    float: right;
    clear: both;
    padding-right: 3px;
    margin-top: 2px;
}
#login form {
    margin: 0;
}
#login p {
    display: inline;
}
#login input.text {
    padding: 0;
}
#login input.button {
    background-image: url(/img/button_light_bg.gif);
}
/*=====================================
 NEWS
=====================================*/
#news_list h3 {
    margin-bottom: 0;
}
#news_list span {
    font-size: 10px;
}
/*=====================================
 BREADCRUMBSBAR
=====================================*/
#breadcrumbs {
    border-top: 1px solid #fff;
    height: 20px;
    overflow: hidden;
}
#breadcrumbs ul {
    list-style: none;
    padding: 0;
    line-height: 20px;
}
#breadcrumbs li {
    display: block;
    float: left;
    padding-left: 12px;
    background: url(/img/breadcrumb_bullet.gif) 5px 7px no-repeat;
}
#breadcrumbs a,
#breadcrumbs a:link {
    color: #69c;
    text-decoration: underline;
}
/*=====================================
 MAIN
=====================================*/
#main {
    clear: both;
    background: url(/img/main_bg.gif) repeat-y top left;
}
.content {
    padding: 10px 0 20px 10px;
    font-size: 1.1em;
}
.content a,
.content a:link,
.content a:visited,
.content a:active {
    text-decoration: underline;
}
/*=====================================
 FOOTER
=====================================*/
#footer {
    clear: both;
    text-align: right;
    border-top: 3px solid #ccc;
    line-height: 25px;
}
#bottommenu ul {
    float: left;
    padding: 0;
    list-style: none;
    font-weight: bold;
}
#bottommenu li {
    display: block;
    float: left;
    padding: 0 9px 0 10px;
    border-right: 1px solid #ccc;
}
#footer,
#footer a,
#footer a:link {
    color: #999;
}
/*=====================================
 PAGES
=====================================*/
/* HOME */
#home {
    padding-left: 2px;
}
#home div.block {
    float: left;
    border: 1px solid #999;
    background-color: #eaeaea;
    margin-right: 10px;
    overflow: hidden;
    color: #666;
    height: 250px;
}
#home div.block h2 {
    font-size: 1.1em;
}
#home div.blocks_wrapper {
    margin-bottom: 10px;
    clear: both;
    width: 987px;
}
#home div.whiteblock {
    float: left;
}
#home div.block_10 {
    width: 185px;
}
#home div.block_20 {
    width: 378px;
}
#home div.block div.block_content {
    padding: 10px;
}
#home div.product img {
    border-bottom: 1px solid #999;
    height: 159px;
    width: 199px;
}
#home div.product h2 {
    font-size: 1.3em;
}
#home div.product p {
    text-align: right;
    font-size: 1.4em;
    font-weight: bold;
}
#home div.product p span {
    font-size: 2em;
    font-weight: normal;
    color: #333;
}
#home #newsletter_email {
    width: 352px;
}
/* SEARCH */
.gsc-search-box,
.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark,
.gsc-trailing-more-results {
    display: none;
}
a.gs-title {
    color: #69c !important;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
    margin-bottom: 5px;
    display: block;
}
.gs-visibleUrl-long {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}
.gsc-results .gs-snippet {
}
.gsc-results .gsc-cursor {
    display: inline;
}
.gsc-results .gsc-cursor-box {
    margin-bottom : 10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor : pointer;
    text-decoration: underline;
    margin-right : 8px;
    display : inline;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color : #333;
    font-weight : bold;
    text-decoration: none;
}
.breaker {
	clear: both;
}
.newsletter_result {
    font-weight: bold;
}
/*=====================================
 SITEMAP
=====================================*/
.sitemap_subcategory {
    float: left;
    width: 200px;
}
.sitemap_group {
    text-indent: 20px;
}
