/* Tab */
.content_left{
	overflow:hidden;
}

.tab_container {
	position:relative;
	visibility: hidden;
	width: 209px;
}

#tab_icons {
    position: absolute;
    left: 0;
    width: 21px;
    height: 300px;
    z-index: 100;
}

.tab_container .Close {
    cursor: pointer;
	height:10px;
    width: 10px;
    position: absolute;
    right: 12px;
    top: 4px;
    background: transparent url('/Files/System/images/basics/arrow_selected.gif') no-repeat bottom right;
}

.tabImageAgenda {
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}

.tabImageInspiratie {
    position: relative;
    left: 0;
    cursor: pointer;
}

.tabImageWinkelwagen {
    position: relative;
    left: 0;
    /*top: 144px;*/
    cursor: pointer;
}
.tabImageMijnzumaya {
    position: relative;
    left: 0;
    /*top: 144px;*/
    cursor: pointer;
}

.tabElement {
	width:209px;
    position: relative;
    top: 0;
    z-index: 100;
}

#tab2_elements {
    height: 300px;
    background-image: url('/Files/System/images/basics/bg-inspiratie.png');
    background-repeat: no-repeat;
}

/*fix width for inspiratie icons wrapping*/
#tab2_elements .tabElement {
	width: 210px;
}

#tab0_elements h3 {
    color: #adc200;
}

.agenda_top {
    width: 209px;
    height: 10px;
    background-image: url('/Files/System/images/basics/bg-agenda.png') !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}

.agenda_bottom {
    width: 209px;
    height: 10px;
    background-image: url('/Files/System/images/basics/bg-agenda.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.inspiratie_top {
    width: 209px;
    height: 10px;
}

.winkelwagen_top {
    width: 209px;
    height: 10px;
    background-image: url('/Files/System/images/basics/shop_bg_tabblad.png');
    background-repeat: no-repeat;
    background-position: top;
}

.winkelwagen_bottom {
    width: 209px;
    height: 10px;
    background-image: url('/Files/System/images/basics/shop_bg_tabblad.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.mijnzumaya_top {
    width: 209px;
    height: 10px;
    background-image: url('/Files/System/images/basics/shop_bg_tabblad.png');
    background-repeat: no-repeat;
    background-position: top;
}

.mijnzumaya_bottom {
    width: 209px;
    height: 10px;
    background-image: url('/Files/System/images/basics/shop_bg_tabblad.png');
    background-repeat: no-repeat;
    background-position: bottom;
}


.inspiratie, .tab_item {
    padding-left: 12px;
    padding-right: 12px;
}

.inspiratie h3.h3 {
    color: #C0282D;
    margin-bottom: 8px;
}

.inspiratie_item h5.h5 {
	color: #C0282D;
	font-size:10px;
}

.inspiratie_item {
    width: 70px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 0 12px 0;
}

#tab1_elements div.tabElement, .white_bg{
    background-color: #FFFFFF;
	width:209px;
}

.green_bg{
	background-color:#F9FBD8;
	width:185px;
}
