body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

h2 {
    font-size: 11px;
}

.thumb-not-found {
    background: transparent url( ../images/thumb-not-found.png ) no-repeat center center;
}

.item-thumb {
    display:block;
	background-color: white;
}
.item-thumb img {
	height:85px;
}

.overflow-y-auto {
	overflow-y: scroll;
}

.messagebox {
	background-color: #CFFFD5;
	border:1px solid #81CF8C;
	color:#022F00;
	font-weight: bold;
	height:20px;
	line-height:20px;
	text-align: center;
	vertical-align: middle;
}

table {
	margin:0px;
}

.cursor-hand {
	cursor:pointer;
	cursor:hand;
}

dl dt {
	font-weight: bold;
}

/*
BUTTONS
*/

.blue {
    background-color: #09549f;
    color: white;
}

.yellow {
    background-color: #ffde00;
    color: #09549f;
}
.red {
    background-color: #ef3e36;
    color: white;
}

button {
    border: 0 none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    height: 21px;
    width: auto;
    font-size: 12px;
    clear: left;
}
button.right span {
	display:block;
    background: transparent url( ../images/btn-arrow-right.png ) no-repeat scroll right;
    padding: 0 20px 0 5px;
}
button.left span {
	display:block;
    background: transparent url( ../images/btn-arrow-left.png ) no-repeat scroll left;
    padding: 0 5px 0 20px;
}

button.right .yellow {
	background: transparent url( ../images/btn-arrow-right-blue.png ) no-repeat scroll right;
}
button.left .yellow {
	background: transparent url( ../images/btn-arrow-left-blue.png ) no-repeat scroll right;
}

.button {
	display: inline;
}

.button.search input {
	background:url('../images/btn_search.png') no-repeat;
	width:24px;
	height:21px;
	border:none;
}

.error {
    padding:5px 0;
    color:red;
}

.bottom {
    position:absolute;
    bottom:0px;
}

.padding-10 {
    padding:10px;
}

.margin-left-10 {
    margin-left:10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

/*
FORMS
*/
form.login-form .element {
    margin-top:10px;
}

form.login-form .element input {
    width:200px;
}

form.login-form .element label {
    width:85px;
    display:block;
    float:left;
}

/*
TABS
*/
.tabs {
    height:33px;
    background: transparent url( ../images/bg_tabs_header.png) repeat center left;
}
.tabs .seperator,
.tabs a.tab {
    float:left;
    height:33px;
    line-height: 33px;
    color:#09549f;
    font-weight: bold;
    text-decoration: none;
}

.tabs .seperator {
    border-left:1px solid white;
}
.tabs .seperator.active {
    border-left:1px solid #999999;
}

.tabs a.tab {
    padding:0 10px;
    display:block;
}

.tabs .tab.active {
    background-color: white;
}

.product .tab-body {
    height: 272px;
	overflow:auto;
}

.product .stock span {
	line-height: 32px;
	height:32px;
	vertical-align: middle;
	float:left;
}
.product .stock img {
	float:left;
}

.product .box-right .action-logo
{
	height:75px;
	width:75px;
	background: transparent url('../images/actie_75x75.png');
	position:absolute;
	bottom:85px;
	right:73px;
}

/*
HEADER
*/
#placeholder-header {
    margin-bottom:10px;
}

#placeholder-header .header {
    height:90px;
    background-color: #FFDE00;
}

#placeholder-header .header .logo {
    height:90px;
    margin-left:65px;
    float:left;
}

#placeholder-header .header .slogon {
    float:left;
    margin-top:60px;
    color:#09549F;
    font-weight: bold;
}

#placeholder-header .header .right {
    float:right;
    margin-right:20px;
    padding:3px;
}

#placeholder-header .header .right .cart {
    margin-top:10px;
    height:55px;
    width:192px;
    background-color: #fdf8d5;
}

#placeholder-header .header .right .cart .image {
    margin-left:-5px;
    margin-top:-3px;
    float:left;
}

#placeholder-header .header .right .cart .text {
    padding:3px 0 0 10px;
    float:left;
}

/*
MENU
*/
#placeholder-header .menu {
    height:29px;
    background-color: #09549f;
}

#placeholder-header .menu a {
    color: white;
    text-decoration: none;
    display:block;
    padding: 0 8px;
}

#placeholder-header .menu a:hover {
    background-color: #ee1c25;
}

#placeholder-header .menu ul {
    margin:0;
    padding:0;
    float:left;
    list-style: none;
}

#placeholder-header .menu ul li {
    margin:0;
    float:left;
    list-style: none;
    line-height: 29px;
    color: white;
    border-right:1px solid white;
}

#placeholder-header .menu .search-bar {
    float:right;
	height:29px;
	line-height: 29px;
	margin-right:5px;
}

#placeholder-header .menu .search-bar .search  {
	width:175px;
}


/*
FOOTER
*/

#placeholder-footer {
    margin-top:10px;
}


#placeholder-footer .footer {
    height:28px;
    background-color:#FFDE00;
    line-height: 28px;
    font-size: 10px;
}

#placeholder-footer .footer .slogon {
    float:left;
    margin-left:10px;
    font-weight: bold;
}

#placeholder-footer .footer .link {
    float:right;
    padding:0 12px;
}

#placeholder-footer .footer .link a {
    color:black;
    text-decoration: none;
}

#placeholder-footer .footer .link a:hover {
    text-decoration: underline;
}

/*
REGISTER
*/

#placeholder-left {
	vertical-align: top;
}

#placeholder-left .module-newsletter .register-from {
    height:200px;
    border:1px solid black;
}

/*
BANNERS
*/
.banner.veilig-en-betrouwbaar {
    padding:10px;
    padding-right:0;
    border:1px solid #cccccc;
}

.banner.veilig-en-betrouwbaar .check {
    padding-left:20px;
    background:transparent url('../images/chkbox.png') no-repeat left center;
}

.banner.veilig-en-betrouwbaar .logos {
    margin:5px 0;
    width:110px;
    height:30px;
    background:transparent url('../images/idealvisa.png') no-repeat left center;
}

.image-banner.banner-home-1 {
    margin-top:10px;
    border:1px solid #cccccc;
}
.image-banner.banner-home-1 img {
	display:block;
}

.banner.service {
	border:1px solid #cccccc;
	padding:10px;
}
.banner.service a {
	text-decoration: none;
	color:black;
}

.banner.service .item span {
	vertical-align: middle;
	display: table-cell;
}
.banner.service .item img {
	float:left;
	margin-right:5px;
}

.banner.contact {
	border:1px solid #cccccc;
	margin:5px 0;
	padding:10px;
}

/*
FACETMAP
*/

#placeholder-left .facetmap {
    vertical-align: middle;
    text-align: left;
	margin-bottom: 10px;
}

#placeholder-left .facetmap .facet .filter-header {
    padding-left:10px;
    border-bottom: 1px solid #cccccc;
    height:25px;
    font-weight: bold;
    line-height:25px;
    background:transparent url('../images/bg_facet_filter_header.png');
}

#placeholder-left .facetmap .facet {
    border:1px solid #cccccc;
	border-bottom:0px none;
    background: transparent url('../images/bg_facet_filters.png') no-repeat;
}

#placeholder-left .facetmap .facet.last {
    border-bottom:1px solid #cccccc;
}


#placeholder-left .facetmap .facet .filters {
    background: white url('../images/bg_facet_filters.png') no-repeat;
}

#placeholder-left .facetmap .facet .filters a {
    text-decoration: none;
    color: black;
    padding-left:10px;
    line-height: 19px;
    display:block;
}


#placeholder-left .facetmap .filter-header {
    padding-left:5px;
    border-bottom: 1px solid #cccccc;
    height:25px;
    background:transparent url('../images/bg_facet_filter_header.png');
}

#placeholder-left .facetmap .filters a.delete {
    padding-left:20px;
    margin-left:5px;
    background:transparent url('../images/delete.png') left no-repeat;
}


/*
FREDHOPPER CONTENT
*/
.home .facet_summary .facet-block {
    height:170px;

}

.home .facet_summary .facet-block .name{
    text-align: center;
}
.home .facet_summary .facet-block .name a {
    color:black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.home .facet_summary .facet-block .name a:hover {
    color: #ee1c25;
}
.home .facet_summary .facet-block .image {
    text-align: center
}

/*
BREADCRUMBS
*/

.breadcrumbs {
    height:25px;
}

.breadcrumbs .label,
.breadcrumbs .crumb {
    float:left;
}

.breadcrumbs .crumb {
    margin-left:5px;
}

.breadcrumbs .crumb a {
    text-decoration: none;
    color:black;
}

.breadcrumbs .crumb a:hover {
    text-decoration: underline;
}

/*
LISTERPAGE
*/

#placeholder-content .item-lister table
{
    border:1px solid #cccccc;
    width:100%;
}

#placeholder-content .item-lister table td
{
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    vertical-align: top;
}


#placeholder-content .item-lister .topbar
{
    height:25px;
}

#placeholder-content .item-lister .item-row
{
    height:120px;
}


#placeholder-content .item-lister .item-row .compare
{
    text-align: center;
    background-color: #ffde00;
    width:25px;
}

#placeholder-content .item-lister .item-row .image
{
    width:110px;
	height:129px;
    text-align: center;
    vertical-align: middle;
	position:relative;
}

#placeholder-content .item-lister .item-row .image .action-price-logo-container
{
	position:relative;
	height:110px;
}

#placeholder-content .item-lister .item-row .image .action-price-logo
{
	height:47px;
	width:47px;
    background: transparent url('../images/actie_40x40.png');
	position:absolute;
	bottom:0px;
	left:0px;
}

#placeholder-content .item-lister .item-row .productinfo
{
    padding:0 10px;
}


#placeholder-content .item-lister .item-row .productinfo h1
{
    color:#006699;
    font-weight: bold;
    font-size: 12px;
    margin:10px 0;
}

#placeholder-content .item-lister .item-row .extra
{
    width:90px;
}

#placeholder-content .item-lister .item-row .price
{
    width:70px;
    height: 40px;
    background-color: #ee1c25;
    color:white;
    font-weight: bold;
    line-height: 40px;
    text-align: right;
    padding-right:10px;
    margin-top:10px;
}

#placeholder-content .item-lister .item-row .action-price
{
    width:70px;
    height: 40px;
    background-color: #ee1c25;
    color:white;
    text-align: right;
    padding-right:10px;
    margin-top:10px;
}

#placeholder-content .item-lister .item-row .action-price .from
{
    height: 15px;
	line-height: 15px;
	text-decoration: line-through;
}
#placeholder-content .item-lister .item-row .action-price .for
{
    height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
}

#placeholder-content .item-lister .item-row .more
{
    margin-top:20px;
    font-weight: bold;
    width:80px;
    background:transparent url('../images/more-arrow-right.png') no-repeat center right;
}

.item-lister .item-row .add-to-cart {
	margin-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}

/*
FREDHOPPER DETAILS PAGE
*/

#placeholder-content .detail .product .box {
    height:325px;
}

#placeholder-content .detail .product-left .box-left {
    border:1px solid black;
    width:247px;
    float:left;
}

#placeholder-content .detail .product-left .box-right {
    border:1px solid black;
    border-left:0 none;
    width:227px;
    float:left;
    background-color: #f6f6f6;
}

#placeholder-content .detail .product-right .box {
    border:1px solid black;
}

#placeholder-content .detail .product h1 {
    color:#09549f;
    font-size: 16px;
}

#placeholder-content .detail .product .price-box {
	margin-top:10px;
}
#placeholder-content .detail .product .price {
    color:#ee1c25;
    font-size: 20px;
    font-weight: bold;
}
#placeholder-content .detail .product .price-from {
    color:#ee1c25;
    font-size: 12px;
	
    text-decoration: line-through;
}

/*
PROMOTIONS
*/

#placeholder-promotions {
    margin-top:10px;
}

.promotions .theme .item a {
	color:black;
	text-decoration: none;
}


.promotions .theme .item {
    border:1px solid #cccccc;
    margin-bottom: 10px;
}

.promotions .theme .item .image-box {
    border-bottom:1px solid #cccccc;
	margin-top:10px;
}

.promotions .theme .item .item-thumb {
    vertical-align: middle;
    height:140px;
}
.promotions .theme .item .item-full {
    vertical-align: middle;
    height:140px;
}

.promotions .theme .item .price {
    position: absolute;
    height:30px;
    background-color: #ee1c25;
    top:100px;
    left:10px;
    text-align: left;
    line-height: 30px;
    padding-left:5px;
    padding-right:5px;
    font-weight: bold;
    color:white;
    font-size: 12px;
}

.promotions .theme .item .name {
    height:50px;
    padding:0 0 0 5px;
    font-size: 11px;
	display: table-cell;
	vertical-align: middle;
}

/*
CUSTOMER
*/

.page-login .box {
    border:1px solid #c1d4e7;
	padding:0 0 10px 0;
}

.page-login .box-left,
.page-login .box-right {
    width:50%;
    float:left;
}

.page-login .box h1 {
    background-color: #c1d4e7;
    font-size: 12px;
    color:black;
    height:30px;
    line-height:30px;
    padding-left:10px;
}

.page-login .box .container {
    padding-left:10px;
}

.cart-view
{
	border:1px solid #cccccc;
}
.cart-view thead tr {
	height:30px;
	background-color: #c1d4e7;
}

.cart-view .cart-item-row {
	background-color: #f2f6fa;
}

.cart-view .cart-item-row .line {
	border-top: 1px solid #c1d4e7;
}

.cart-view .cart-item-row .check {
	vertical-align: middle;
}

.cart-view .cart-item-row .thumb {
	width:100px;
	vertical-align: middle;
}

.cart-view .cart-item-row .description {
	
}
.cart-view .cart-item-row .amount {
	width:60px;
}
.cart-view .cart-item-row .amount input {
	width:40px;

}
.cart-view .cart-item-row .price {
	width:60px;
}

.cart-view .buttons .checkout {
	float:right;
}

.cart-view .subtotal {
	background-color: #c1d4e7;
	height:40px;
	line-height: 40px;
}

.cart-view .buttons {
	padding:10px;
	background-color:#f2f6fa;
}

.page-edit-customer .menu {
	margin-bottom:10px;
}

.customer-menu .menuitem {
	height:25px;
	line-height: 25px;
	text-align: center;
}
.customer-menu .menuitem a {
	color:white;
	text-decoration: none;
	display:block;
	background-color: #09549f;
}
.customer-menu .menuitem a:hover {
	background-color: #ee1c25;
}

.page-order .order-menu {
	background-color: #c1d4e7;
	height:35px;
	line-height: 35px;
}

.page-order .body {
	border: 1px solid #cccccc;
	border-top: 0px;
	padding:10px;
}

.page-order .body h1 {
	font-size: 13px;
	margin-bottom: 5px;
}

.page-order .order-menu .menuitem .step-block {
	float:left;
	margin-left:15px;
	margin-right:10px;
	height:27px;
	width: 27px;
	margin-top:4px;
	background-color: white;
	text-align: center;
	line-height: 27px;
	font-weight: bold;
}

.page-order .order-menu .menuitem.active .step-block {
	background-color: #ef3e36;
	color:white;
}

.page-order .order-menu .menuitem a {
	text-decoration: none;
	font-weight: bold;
	color:black;
}

.page-order .registerOrderform label {
	display: block;
	width:150px;
	float:left;
}

.page-order .registerOrderform label.radio {
	display: inline;
	width:auto;
	float:none;
}


.page-order .registerOrderform .field {
	margin:5px 0;
}
.page-order .registerOrderform .form-left {
	float:left;
	width:346px;
}
.page-order .registerOrderform .form-right {
	float:right;
	width:350px;
}

.page-order .order-view thead {
	font-size: 12px;
	font-weight: bold;
}

.page-order .order-view .info {
	width:500px;
	padding-right:10px;
}

.page-order .order-view .info .wrapper {
	margin:20px 0;
}

.page-order .order-view .product-item-row td {
	border-bottom: 1px solid #b8cde3;
}

.page-order .order-view thead .price,
.page-order .order-view .product-item-row .price {
	text-align: right;
	padding-right:10px;
}

.page-order .order-view .info .name {
	font-weight: bold;
}

.page-order .order-summary {
	float:right;
}

.page-order .order-summary .row {
	line-height:48px;
	border-bottom: 1px solid #b8cde3;
	height:48px;
}

.page-order .order-summary .value {
	float:right;
	margin-right:10px;
	font-weight: bold;
}

.page-order .order-summary .label {
	float:left;
	font-weight: bold;
}

.page-order .buttons {
	margin-top: 20px;
}
.page-order .buttons .next {
	float:right;
}

.page-order .buttons .previous {
	float:left;
}

.summary .facet_summary .facet-block .name {
    text-align: center;
	background: #09549f;
	height:25px;
	color:white;
	line-height: 25px;
}
.summary .facet_summary .facet-block .image {
    text-align: center;
	margin-top:5px;
}

/**
PAGINATOR
*/

.listerpagenator {
	line-height:30px;
	vertical-align: middle;
	float:right;
	margin-right:10px;
}

.listerpagenator .pagenumber a {
	font-size: 12px;
	color:black;
	text-decoration: none;
}

.listerpagenator .pagenumber.active {
	color:red;
	font-size: 14px;
}

/*
SORTING
*/
.listersorter .sortdirection {
	width:30px;
	height: 30px;
	line-height:30px;
	float:left;
}
.listersorter .selector {
	float:left;
	line-height:30px;
	margin-left:10px;
}
.listersorter .sortdirection a {
	display:block;
	text-decoration: none;
}
.listersorter .sortdirection a.asc {
	background: url('../images/arrow_down.png') transparent center no-repeat;
}
.listersorter .sortdirection a.desc {
	background: url('../images/arrow_up.png') transparent center no-repeat;
}

.reset-password-form label,
.customer-form label {
	display: block;
	width:160px;
	float:left;
}

.reset-password-form .field,
.customer-form .field {
	margin:5px 0;
}


.payment-zone small small,
.payment-zone a.bottom {
	display:none;
}
.payment-zone .ncoltxtr select {
	margin-bottom:10px;
}

.payment-zone input.ncol {
	margin-left:81px;
}

.detail .product .name {
	margin-bottom: 5px;
}
.detail .product .ean {
	color:#09549f;
}

.summary .facet_summary .facet .name a {
	display: block;
	color:white;
	background: #09549f;
	text-decoration: none;
}
.summary .facet_summary .facet .name a:hover {
	background: #ee1c25;
}

.unfocus {
	color: #666666;
}

.focus {
	color: black;
}

.page-faq h2 img {
	vertical-align: middle;
	margin:0 5px 0 0;
}

.page-faq .index a {
	text-decoration: none;
	color:black
}

.page-faq .index img {
	vertical-align: middle;
	margin-right:5px;
}