/* 
Website: Brand For Girls, 2010
Author: CYBOX internet & communicatie, Boxmeer, www.cybox.nl
*/

/* default */

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;

}
a {
	color: #f00;
}
a:hover {
	color: #4F000B;
}
p {
	margin-bottom: 10px;
	line-height: 16px;
}

h1 {
	font-size: 21px;
	font-family: Trebuchet MS, Lucida Sans;
	color: #E0001B;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-family: Trebuchet MS, Lucida Sans;
	color: #E0001B;
	margin-bottom: 10px;
}

#header {
	width: 100%;
    height: 145px;
	overflow: visible;
    position: relative;
    z-index: 50;
}
#footer {
	width: 100%;
	position: relative;
	height: 30px;
    z-index: 25;
}

/* Het menu. */

#header .menu, #footer .menu {
	height: 30px;
	width: 100%;
	background-color: #E0001B;
	position: absolute;
	bottom: 30px;
	left: 0px;
}
#footer .menu {
	right: 1px;
}
#header .menu ul, #footer .menu ul {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	border-left: 1px solid #fff;
}

#header .menu ul li ul {
   width: 120px;
   position: absolute;
   background-color: #E0001B;
   height: inherit;
   z-index: 35;
   left: -1px;
   top: 29px;
   display: none;
   border-top: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
}
#header .menu ul li ul li {
   float: none;   
}

#footer .menu ul {
	border-left: 0;
	border-right: 1px solid #fff;
	width: 958px;
}
#header .menu ul li {
	float: left;
   position: relative;
}
#footer .menu ul li {
	float: right;
}
#header .menu ul li a, #footer .menu ul li a {
	display: block;
	height: 21px;
	padding-top: 9px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;	
	border-right: 1px solid #fff;
}
#footer .menu ul li a  {
	border-right: 0;
	border-left: 1px solid #fff;
}
#header .menu ul li a:hover, #footer .menu ul li a:hover {
	color: #E0001B;
	background-color: #fff;
}
/* Het submenu. */
#header .submenu .menu_collumn {
    width: 310px;
    margin-right: 10px;
    float: left;
}

#header .submenu {
	height: 30px;
	width: 100%;
	background-color: #E0001B;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #fff;
    z-index: 30;
    overflow: visible;
}
#header .submenu .submenu-content {
	width: 950px;
	padding-left: 10px;
	height: 20px;
	padding-top: 10px;
	color: #fff;
	margin: 0 auto;
	font-size: 11px;
    z-index: 30;
    overflow: visible;
    position: relative;

}
.tag { 
	height: 20px;
	float: left;
}
.dropdown {
	float: left;
	width: 60px;
	height: 16px;
	padding-top: 4px;
	padding-left: 4px;
	background-color: #fff;
	color: #666; margin-top: -5px;
	background-image: url('../images/arrow_d.gif');
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 10px;
	position: relative;
}

.dropdown-content {
	position: absolute; 
	left: -1px;
	top: 20px;
	background-color: #fff;
	padding: 10px;
	padding-top: 0;
	padding-left: 4px;
	padding-bottom: 4px;
	width: 50px;
	border: 1px solid #E0001B;
	border-top: 0;
	color: #666;
	display: none;	z-index: 9;
}
.dropdown:hover , .dropdown-content ul li:hover {
	color: #E0001B;
}
.dropdown-content ul li {
	padding-top: 10px;
}
.dropdown-content ul li {
	padding-bottom: 5px;
	text-align: center;
}

.menu_bar {
   
}

#photo_nav {
    text-align: center;
    padding-right: 10px;
}

#photo_nav img {
    margin-top: -5px;
    cursor: pointer;
}

#photo_nav img.next {
    float: right; 
}
   
#photo_nav img.prev {
    float: left;
}
/* Het logo */
#header .logo {
	width: 175px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -88px;
}
#header .logo a {
	display: block;
	width: 175px;
	height: 75px;
	background-image: url('../images/logo.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}
/*
#header .logo a:hover {
	background-position: 0 -75px;
}*/



/* content */

#container {
	width: 960px;
	height: 530px;
	margin: 0 auto;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	position: relative;
    z-index: 20;
}

/* Kolommenstructuur */

#container .kolom {
	width: 319px;
	height: 500px;
	position: relative;
	overflow: hidden;	
	line-height: 16px;
}
#container .kolom_left {
	position: absolute;
	left: 1px;
	top: 0;
	z-index: 1;	
}
#container .kolom_left_span2 {
	position: absolute;
	left: 1px;
	top: 0;
	z-index: 1;	
	width: 638px;
	border-right: 1px solid #E0001B;	
	overflow: auto;
}

#container .kolom_left_span3 {
	position: absolute;
	left: 1px;
	top: 0;
	z-index: 1;	
	width: 958px;
	border-right: 1px solid #E0001B;	
	overflow: auto;
}

#container .kolom_center {
	position: absolute;
	left: 319px;
	top: 0;
	border-left: 1px solid #E0001B;
	border-right: 1px solid #E0001B;
	z-index: 2;
}
#container .kolom_center_span2 {
	position: absolute;
	left: 319px;
	top: 0;
	z-index: 1;	
	width: 638px;
	border-left: 1px solid #E0001B;	
	overflow: auto;
}
#container .kolom_right {
	position: absolute;
	right: 1px;
	top: 0;
	z-index: 1;
}

/* Opmaakuitzonderingen specifieke pagina's */

.home-center { 
	background-image: url('../images/bfgicon_z.jpg');
	background-repeat: no-repeat;
	background-position: 50% 320px;
}
.home-nieuws {
	margin: 20px;
}
.home-nieuws img, .home-nieuws-groot div img {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.home-nieuws .nieuws {
	width: 150px;
}
.home-nieuws-groot {
	position: absolute;
	top: 0px;
	left: 319px;
	width: 639px;
	height: 500px;
	z-index: 4;
	background-color: #fff;
	border-left: 1px solid #E0001B;
	border-right: 1px solid #E0001B;
	
	display: none;
}
.home-nieuws-groot div {
	padding: 20px;
	line-height: 16px;
}
.tekst {
	padding: 20px; line-height: 16px;
	font-size: 11px;
}
.tekst h2 {
	margin-top: 20px;
}
.tekst ul {
	padding-top: 10px;
}
.tekst ul  li {
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

.tekst ol {
	padding-top: 10px;
   padding-left: 20px;
}
.tekst ol  li {
	padding-left: 10px;
	padding-bottom: 10px;
	list-style: decimal;
}


/*  Tekst (spans) even kleurtje geven */

.rood {
	color: #E0001B; cursor: pointer;
}

#container .product_display {
    height: 110px;
    width: 110px;
    text-align: center;
    line-height: 110px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid white;
    padding: 3px;
    margin-left: 8px;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}

#container .product_display .info {
    background-color: #E0001B;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 118px;
    left: 0px;
    display: none;
	font-size: 11px;
}

#container .hover {
    border: 1px solid #E0001B;
}

#container .hover .info {
    display: block;
}

.prod_container {
    padding: 20px 5px;
}

.product_desc {
    text-align: center;
}

.product_desc a {
    color: #000000;   
}

.product_desc a:hover {
    color: #E0001B;   
}

ul.opties {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.opties li {
    float: left;
    text-align: center;
    margin: 0px 6px 6px 0px;
}

ul.opties li img {
    display: block;
    border: 1px solid #E0001B;   
}

.prod_container h2 {
    text-align: center;
}

#product_afbeelding {
    text-align: center;
    position: relative;
    margin: 20px 0px;
    visibility: hidden;
}

#opdruk_img {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

#maat_tabel {
    position: absolute;
    display: none;
    width: 520px;
    padding: 10px;
    top: 0;
    left: 20px;
    z-index: 100;
    background-color: #ffffff;
    border: 1px solid #E0001B;
    border-top: 0px;
    line-height: 18px;
}

#maat_tabel table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #E0001B;
    margin: 10px 0px;  
}

#maat_tabel table th {
    background-color: #E0001B;
    color: #ffffff;
    text-align: left;
}

#maat_tabel table th, #maat_tabel table td {
    padding: 6px;   
}

#maat_tabel .close {
    background-color: #E0001B;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

#maat_container li {
    float: left;
    margin-right: 10px;
    font-size: 10px;
    text-align: center;
}

#maat_container li img {
   position: absolute;
   margin-left: -16px; 
   margin-top: 4px;
   visibility: hidden;
}

#stof_container h2, #opdruk_container h2, #accessoire_container h2, #maat_container h2 {
    text-align: left;
}

form input.submit {
    border: 1px solid #827A78;
    padding: 3px;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #ffffff;
    background-image: url(../images/shoppingcart_disabled.gif);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.error_message {
    padding: 15px;
    border: 1px solid #E0001B;
    color: #E0001B;
    margin: 10px 0px;
}

#winkelmand {
    border: 1px solid #E0001B;
    width: 100%;
    margin: 20px 0px;
}

#winkelmand td {
    color: #62625C;    
}

#winkelmand td strong {
    color: #000000;    
}

#winkelmand th {
    color: #ffffff;
    background-color: #E0001B; 
    text-align: left;
    font-weight: bold;
}

#winkelmand th, #winkelmand td {
    padding: 5px;
}

#winkelmand .footer td {
    color: #ffffff;
    background-color: #E0001B; 
    font-weight: bold;
}

#winkelmand .remove {
    float: right;
    margin-top: 3px;
    cursor: pointer;
}

.winkelmand_left {
    float: left;
    display: block;
}

.winkelmand_right {
    float: right;
    display: block;
}

.menu_collumn a {
    color: #ffffff;
    text-decoration: none;
}

.menu_collumn a:hover {
    text-decoration: underline;   
}

.gegevens th {
    font-weight: normal;
    text-align: left;
    width: 155px;
    color: #000000;
    padding: 5px;
    vertical-align: top;
    padding-left: 30px;
    line-height: 30px;
    border-bottom: 1px solid #E0001B;
}

.gegevens th.verplicht {
    background-image: url(../images/verplicht.gif);
    background-position: 10px 16px;
    background-repeat: no-repeat;
}

.gegevens td {
    padding: 8px;
    color: #000000;
    border-bottom: 1px solid #E0001B;
}

.gegevens table {
    background-color: #ffffff;
    margin: 20px 0px;
    width: 100%;
}

.gegevens input {
    border: 1px solid #616161;
    color: #E0001B;
    padding: 4px;
    font-family: arial, sans-serif;
    font-size: 10pt;
}

.gegevens textarea {
   background-color: #ffffff;
   border: 1px solid #616161;
   color: #E0001B;
   padding: 4px;
   font-family: arial, sans-serif;
    font-size: 10pt;
}

.gegevens .winkelmand_right {
    padding: 0px;
    margin: 0px;
    text-decoration: underline;
    background-color: transparent;
    font-size: 11px;
    font-family: Verdana,Arial,sans-serif;
    border: 0px;
}

.block_title {
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    background-color: #E0001B;
}

.block_content {
    padding: 5px;
    border: 1px solid #E0001B;
}

.pers {
   float: left;
   margin-right: 15px;
   margin-top: 15px;
   width: 265px;
}

.pers div {
   float: left;
   height: 130px;
   display: block;
   margin: 0px 30px 0px 0px;
}

.poppetje {
   float: right;
   width: 260px;
   height: 500px;
   border-left: 1px solid #E0001B;
   text-align: center;
}

.poppetje h1 {
   padding-top: 10px;  
}

.kleertjes {
   position: relative;
   height: 500px;
   width: 618px;
}

.kleertjes img {
   position: absolute; 
   cursor: move;
   bottom: 0;
   right: 0;
}
#accessoire_container ul li a, #opdruk_container ul li a {
   cursor:url("/images/zoomin.cur"), pointer;
}

.logos {
   padding: 10px;
}

.logos img {
   margin-right: 10px;
}

.reset_spel {
   margin: 3px;
   background-color: #E0001B;
   color: #ffffff;
   border: 0px;
   padding: 4px 10px 4px 10px;
   cursor: pointer;
}

.menu .spel a {
   background-image: url(/images/aankleedpop-klein.gif);
   background-position: 5px 2px;
   background-repeat: no-repeat;
   font-weight: bold;
}

.menu .spel a:hover {
   background-image: url(/images/aankleedpop-klein-wit.gif);  
}

#hangtag_overlay {
   position: absolute;
   z-index: 66;
   left: 915px;
   top: -41px;
}

.retour_form {
   padding: 10px 0px;
}

.retour_form p {
   line-height: 24px;
   height: 24px;
}

.retour_form label {
   display: block;   
   width: 130px;
   float: left;
   height: 24px;
}

.retour_form input {
   display: block;   
   width: 150px;
   float: left;
   border: 1px solid #616161;
   padding: 3px;
   background-color: #fff;
}

.melding {
   color: #E0001B;
   margin: 10px 0px;
   padding: 5px;
   border: 1px solid #E0001B;
}

#retourOpties, #ruilOpties {
   display: none;
}

.voorwaarden_accept textarea, #retourOpties textarea, #ruilOpties textarea {
   width: 370px;
   padding: 3px;
   font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
   border: 1px solid #E0001B;
}

.col-down {
	width: 50px; height: 100px; position: absolute; right: 0; bottom: 0; background-image: url('/images/arrowdown.png');
}
.col-up {
	display: none;
	width: 50px; height: 100px; position: absolute; right: 0; top: 360px; background-image: url('/images/arrowup.png');
}
