/*************************************************/
/*                                               */
/* Developed by eAulivier - Guus Schiefelbusch   */
/* © February 2010                               */
/*                                               */
/* Project: nine25.nl                            */
/*                                               */
/*************************************************/

#mask {background:#000}

/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

HTML, BODY {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

BODY {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #372F2C;
	line-height: 1.5;
    background: #FFFFFF url(../images/bg.jpg) no-repeat fixed 50% 0;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	font-size: 1.4em;
	letter-spacing: 1.3px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

H2, H3, H4, H5, H6 {
	font-size: 1.2em;
	font-weight: bold;
}

A,
A:link,
A:active,
A:visited {
	color: #711570;
	text-decoration: underline;
}

A:hover {
	color: #5F5F50;
	text-decoration: underline;
}

P {
    margin: 8px 0;
}

HR {
    width: 100%;
    height: 1px;
    color: silver;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
}

.clear_w_height {
	height: 115px;
	clear: both;
	float: none;
}

.msg_error {
	border: none;
	border: 1px solid red;
	background: #ffdddd;
	padding: 10px;
}

.msg_success {
	border: none;
	border: 1px solid #008000;
	background: #b7ffb7;
	padding: 10px;
}

.justify {
	text-align: justify;
}

.credits {
	text-align: center;
	font-size: 10px;
	color: #707070;
}
.credits A {
	color: #707070;
	text-decoration: none;
}
.credits A:hover {
	color: #000;
}

.contactform {
	margin-left: 30px;
	margin-bottom: 20px;
}

.contactform INPUT,
.contactform TEXTAREA,
.contactform SELECT {
	background: #EEEBE5;
	border: 1px solid #C5B8A1;
}

A.link {
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 3px;
    border: 1px solid #E27F06;
    background: #FF8C00;   
}

A.link:hover {
    border: 1px solid #B2B2B2;
    background: #711570;
}

.linkbig {
    font-size: 14px;
    letter-spacing: 1.2px;
}

.answer UL {
    list-style: square outside;
    padding-left: 40px;
}

.answer UL LI {
}

.form_newsletter {
    width: 200px;
    margin: 30px auto;
}
    .form_newsletter TD {
        padding: 4px;
    }

/****************/
/***** ID'S *****/
/****************/

/* header */

#header {
	position: relative;
	width: 980px;
    height: 76px;
    margin: 6px auto;
    margin-bottom: 6px;
}

#banner {
    position: absolute;
    top: 0;
    left: 220px;
    width: 470px;
    height: 76px;
    overflow: hidden;
}

#cart {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 77px;
    padding-right: 8px;
    width: 185px;
    height: 76px;
    background: #F3F3F3 url(../images/bg_cart.jpg) no-repeat;
    overflow: hidden;
}
    
    #cart H3 {
        margin-top: 10px;
        color: #711570;
    }
    
    #cart A {
        color: #000;
    }

/* navigation bar */

#topnavigation {
    width: 978px;
    height: 28px;
    text-align: center;
    border: 1px solid #B2B2B2;
    margin: 0 auto;
    background: url(../images/bg_nav-purple.jpg) repeat-x;
}

#topnavigation A {
    margin: 0;
    height: 16px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 24px 6px 24px;
    border-right: 1px solid #C6C6C6;
    border-left: 1px solid white;
    background: #F3F3F3 url(../images/bg_nav.jpg) repeat-x;
    display: block;
    float: left;
}

#topnavigation A:hover {
    background: #FF8C00 url(../images/bg_nav-over.jpg) repeat-x;
    color: #FFF;
}

#topnavigation A.first {
    border-left: 0;
}

#topnavigation A.last {
    border-right: 0;
    padding: 6px 37px 6px 37px; /* make the last one fit too */
}

#topnavigation A.purple {
    background: #711570 url(../images/bg_nav-purple.jpg) repeat-x;
    color: #FFFFFF;
}

#topnavigation A:hover.purple {
    background: #FF8C00 url(../images/bg_nav-over.jpg) repeat-x;
    color: #FFFFFF;
}

.nav {
    z-index: 10;
    position: relative;
}
.nav ul {
    list-style: none;
    margin: 0;
    position: absolute;
    top: -999em;
    left: -1px;
}

.nav li {
    float: left;
}


.nav li:hover ul,
.nav li.sfHover ul {
    top: 28px;
    left: 193px;
    width: 121px;
    display: block;
}
.nav ul li {
  border: 0;
  float: none;
}
    
    #topnavigation UL LI UL LI A, 
    .nav UL LI A {
        margin: 0;
        height: 16px;
        font-weight: bold;
        text-decoration: none;
        padding: 4px;
        width: 113px;
        border-right: 1px solid #C6C6C6;
        border-left: 1px solid white;
        background: #F3F3F3 url(../images/bg_nav.jpg) repeat-x;
        color: #000;
        display: block;
        float: left;
    }
    
    #topnavigation UL LI UL LI A:hover,
    .nav UL LI A:hover {
        background: #FF8C00 url(../images/bg_nav-over.jpg) repeat-x;
        color: #FFF;
    }

/* content wrapper */

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    margin: 0 auto -141px;
}

#content_wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

/* pane left */

#pane_left {
    width: 200px;
    margin-top: 6px;
    background: #F3F3F3;
    float: left;
}

#searchblock {
    margin-top: 6px;
    text-align: center;
}

.search_text {
    vertical-align: middle;
    width: 140px;
    height: 20px;
    border: 1px solid #B2B2B2;
    background: white;
}

.search_btn {
    vertical-align: middle;
    width: 40px;
    height: 24px;
    border: 1px solid #B2B2B2;
    background: #E1E1E1;
    color: #711570;
    font-weight: bold;
}

#pane_left H3 {
    width: 200px;
    color: #711570;
    padding-left: 6px;
    padding-top: 12px;
    padding-bottom: 6px;
}

#pane_left UL LI {
}

#pane_left UL LI A {
    color: #000000;
    text-decoration: none;
    border-top: 1px solid #E7E7E7;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    display: block;
}

#pane_left UL LI A:hover {
    color: #FFFFFF;
    background: #711570;
}

#pane_left UL LI A.active {
    color: #FFFFFF;
    font-weight: bold;
    background: #711570;
}


#pane_left UL LI A.last {
    border-bottom: 1px solid #E7E7E7;
}

#pane_left UL UL LI A {
    color: #000000;
    text-decoration: none;
    border-top: 1px solid #E7E7E7;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 18px;
    display: block;
}

#pane_left UL UL LI A:hover {
    color: #FFFFFF;
    background: #969696;
}

#pane_left UL UL LI A.active {
    color: #000;
    font-weight: bold;
    background: transparent;
}

#pane_left UL UL LI A.last {
    border-bottom: 1px solid #E7E7E7;
}

/* homepage */

#content {
    position: relative;
    width: 773px;
    margin-left: 7px;
    margin-top: 6px;
    float: left;
}

#content H1 {
    color: #711570;
    margin-top: 7px;
}

#introduction {
    position: relative;
    width: 771px;
    height: 240px;
    border: 1px solid #B2B2B2;
}

/* s3Slider */

#introduction_photos {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 240px;
    background: url(../images/bg_slider.jpg) no-repeat;
	overflow: hidden;
	float: left;
}

#introduction_photosContent {
	width: 240px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	left: 0;
	margin-left: 0; /* important */
	margin: 0;
	padding: 0;
	list-style:none;
}

.introduction_photosImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.introduction_photosImage span {
	position: absolute; /* important */
	left: 0;
	font-size: 1em;
	letter-spacing: 1.5px;
	text-align: right;
	padding: 15px 15px;
	width: 210px;
	background: url(../images/bg_introimage.png) repeat-y;
	color: #FFF;
	display: none; /* important */
	bottom: 0; /* top:0 = top - bottom:0 = bottom */
}

.introduction_photosImage span p {
    margin: 0;
    padding: 0;
    text-align: right;
}

#introduction_content {
	position: absolute;
	top: 0;
	left: 250px;
	width: 520px;
	height: 240px;
	overflow: hidden;
	float: left;
}

#introduction_content H1 {
    color: #711570;
    padding-top: 8px;
    padding-bottom: 8px;
}
/* end s3Slider */

#most_sold {
    margin-top: 6px;
    padding: 4px;
    background: #F3F3F3;
}

#most_sold H2 {
    color: #711570;
}

#most_sold DIV {
    width: 180px;
    text-align: center;
    margin: 6px 5px;
    background: #F3F3F3;
    float: left;
}

#most_sold DIV STRONG {
    color: #737373;
}

#most_sold DIV:hover STRONG {
    color: #711570;
}

#most_sold DIV:hover {
    background: #FFF;
}

#bottom_right,
#bottom_left {
    position: relative;
    width: 383px;
    height: 230px;
    background: #F3F3F3;
    margin-top: 6px;
    float: left;
}

#bottom_right {
    margin-left: 7px;
}

#bottom_right H3,
#bottom_left H3 {
    color: #711570;
    padding-left: 6px;
    padding-top: 6px;
}

#bottom_left IMG,
#bottom_right IMG {
    padding: 6px;
    float: left;
}

#bottom_right TABLE {
    width: 200px;
    float: left;
    margin-top: 6px;
}

#bottom_right IMG {
    margin-top: 6px;
}

#bottom_right .newsletter_btn {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 93px;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 4px;
    border: 1px solid #E27F06;
    background: #FF8C00;
    cursor: pointer;
}

#bottom_right .newsletter_btn:hover {
    border: 1px solid #B2B2B2;
    background: #711570;
}

#bottom_left DIV {
    width: 173px;
    text-align: center;
    padding: 6px;
    float: left;
}

#bottom_left H4 {
    padding-top: 20px;
    text-decoration: line-through;
}

#bottom_left H5 {
    font-size: 18px;
    padding-top: 10px;
}

#bottom_left A.link {
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 3px;
    border: 1px solid #E27F06;
    background: #FF8C00;   
}

#bottom_left A.link:hover {
    border: 1px solid #B2B2B2;
    background: #711570;
}

/* other content pages */

#content_left {
    width: 546px;
    margin-left: 17px;
    margin-top: 6px;
    float: left;
}
    
    #content_left H1 {
        color: #711570;
        margin-top: 7px;
    }
    #content_left H2 {
        color: #711570;
        margin: 7px 0;
        letter-spacing: 1.3px;
    }

.nl_archive {
    list-style: square outside;
    padding-left: 40px;
}
    .nl_archive A {
        color: #000;
    }
    .nl_archive A:hover {
        color: #711570;
    }

#pane_right {
    width: 188px;
    padding: 0 6px;
    margin-left: 17px;
    margin-top: 6px;
    background: #F3F3F3;
    float: left;
}

    #pane_right SPAN {
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }

    #pane_right H3 {
        color: #711570;
        letter-spacing: 1.2px;
    }

    #pane_right P {
        margin: 0;
        padding: 0;
    }

#sitemap,
#sitemap UL {
    list-style: square outside;
    padding: 4px;
    margin-left: 12px;
}

/* contact */


.body_contact {
	background: #FFF;
}

#contactform LABEL {
	display: block;
	height: 21px;
	float: left;
	text-align: right;
	width: 160px;
	margin-right: 10px;
}
	
	
#contactform INPUT,
#contactform TEXTAREA {
	margin-bottom: 6px;
}

.formset {
    margin-top: 20px;
    border: 0;
}

/* footer */


.push {
    clear: both;
	height: 141px; /* .push must be the same height as .footer */
}

#footer {
    position: relative;
    clear: both;
    width: 980px;
    height: 135px;
    margin: 0 auto;
    background: white;
    border-top: 6px solid white;
}

#ftr_nav_logos {
    width: 980px;
    height: 95px;
    float: left;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

#ftr_nav {
    width: 670px;
    padding-top: 8px;
    float: left;
}

#ftr_nav A {
    color: #949494;
    font-weight: bold;
    text-decoration: none;
    padding-right: 6px;
    padding-left: 6px;
    border-right: 1px solid #E4E4E4;
}
#ftr_nav A:hover {
    color: #FF8C00;
}
#ftr_nav A.first {
    padding-left: 0;
}

#ftr_logos {
    width: 310px;
    float: left;
}

#ftr_logos P {
    color: #949494;
    font-weight: bold;
}

#ftr_links {
    clear: both;
    text-align: center;
    color: #949494;
    padding-top: 6px;
    width: 980px;
    height: 34px;
    background: #FFFFFF;
}

#ftr_links A {
    color: #949494;
    text-decoration: none;
    padding-right: 6px;
    padding-left: 6px;
    border-right: 1px solid #E4E4E4;
}
#ftr_links A:hover {
    color: #FF8C00;
}

#ftr_links SPAN A {
    color: #949494;
    text-decoration: none;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
}
#ftr_links SPAN A:hover {
    color: #FF8C00;
}

/**********************/
/***** MIJNWINKEL *****/
/**********************/

#myshp-body {
    height: 100%;
}


/* productlist */

.pl_block {
    position: relative;
    width: 190px;
    height: 368px;
    float: left;
    margin-left: 2px;
    background: url(../images/bg_pl_block.gif) no-repeat;
}
    .pl_block:hover {
        background: url(../images/bg_pl_block-over.gif) no-repeat;
    }

.pl_photo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 180px;
    height: 180px;
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
}
    .pl_discount {
        position: absolute;
        top: 0;
        left: 0;
        width: 79px;
        height: 75px;
        background: url(../images/bg_discount.png) no-repeat;
        overflow: hidden;
    }
    .pl_discount .pl_disc_perc {
        position: absolute;
        top: 18px;
        left: 8px;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

.pl_block H3 {
    position: absolute;
    width: 170px;
    height: 40px;
    top: 190px;
    left: 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #711570;
    overflow: hidden;
 }

.status {
    position: absolute;
    width: 170px;
    height: 24px;
    top: 240px;
    left: 10px;
    text-align: center;
    font-weight: bold;
}

.pl_block H4 {
    position: absolute;
    width: 180px;
    height: 15px;
    top: 290px;
    left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #711570;
    overflow: hidden;
}

.pl_oldprice {
    position: absolute;
    width: 180px;
    height: 15px;
    top: 310px;
    left: 10px;
    font-size: 12px;
    line-height: 1;
    color: #B5B5B5;
    overflow: hidden;
}

.pl_buttons {
    position: absolute;
    width: 180px;
    height: 30px;
    top: 334px;
    left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.page_nav_bottom {
    padding: 6px;
    background: #F3F3F3;
    width: 747px;
    margin: 20px 6px;
    text-align: right;
}

.page_nav_bottom A {
    font-weight: bold;
    color: #686868;
    text-decoration: none;
}

.page_nav_bottom A:hover {
    color: #000;
    text-decoration: underline;
}

/* moreinfo */

#mi_prodlist H1 {
    margin-bottom: 12px;
}

#images {
    width: 336px;
    background: #F3F3F3;
    float: left;
}
    #images #enlarge IMG {
        width: 150px;
        height: 150px;
        padding: 4px;
        border: 1px solid silver;
        margin: 3px;
    }
    #images #enlarge IMG:hover {
        border: 1px solid #711570;
    }

.prod_icons {
    background: white;
    text-align: center;
    padding-top: 20px;
}
    .prod_icons IMG {
        margin: 0 2px;
    }

.hovertext {
    font-size: 11px;
    font-style: italic;
    text-align: center;
    background: white;
    padding-top: 5px;
    color: #666;
}

#product_details {
    width: 410px;
    margin-left: 20px;
    float: left;
}

.tbl_dtl TD {
    padding: 3px;
}

.tbl_dtl_title {
    width: 120px;
    font-weight: bold;
    vertical-align: top;
}

.tbl_dtl_data {
    vertical-align: top;
}

.tbl_dtl_price {
    text-align: center;
}

.strike {
    text-decoration: line-through;
}

H2.related {
    color: #711570;
    padding: 6px;
    background: #F3F3F3;
    border: 1px solid #D5D5D5;
    margin: 20px 0 10px;
}

/* checkout */

.tbl_basket {
    width: 800px;
    margin: 20px auto;
}

    .tbl_basket TD {
        padding: 4px;
        vertical-align: middle;
    }

    .tbl_basket TH {
        text-align: left;
        padding: 4px;
    }

.tbl_checkout_small {
    width: 400px;
    margin: 0 auto;
}

.tbl_checkout {
    width: 600px;
    margin: 20px auto;
}

    .tbl_checkout TD {
        padding: 4px;
        vertical-align: top;
    }

.tbl_checkout_small TD {
    padding: 4px;
}

.tbl_dtl_price DIV {
    border: 1px dotted silver;
    margin: 12px 0;
}

#co_btns {
    padding: 4px;
    text-align: center;
    margin: 20px auto;
}
    #co_btns .link {
        margin: 0 6px;
    }
.divider {
    width: 100%;
    height: 1px;
    background: #666;
}

#basket_breadcrumbs {
    width: 960px;
    height: 50px;
    margin: 40px auto;
    background: url(../images/bg_basket_breadcrumbs.gif) no-repeat center top;
}
    #basket_breadcrumbs DIV {
        width: 160px;
        height: 25px;
        padding-top: 25px;
        text-align: center;
        color: #BBB;
        font-weight: bold;
        float: left;
    }
    #basket_breadcrumbs DIV.active {
        background: url(../images/basket_breadcrumbs_bulover.png) no-repeat center top;
        color: #FF8C00;
    }
    #basket_breadcrumbs DIV.active_done {
        background: url(../images/basket_brdcrmbs_bulover-done.png) no-repeat center top;
        color: #FF8C00;
    }


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/mw/rating-delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/mw/rating-star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */