*{
	margin:0;
	padding:0;
}

html, body{
        height:100%;
}

/*** FONT FACE ***/
@font-face {
    font-family: 'Sauna-BlackItalicSwashRegular';
    src: url('../fonts/sauna_black_italic_swash-webfont.eot');
    src: url('../fonts/sauna_black_italic_swash-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sauna_black_italic_swash-webfont.woff') format('woff'),
         url('../fonts/sauna_black_italic_swash-webfont.ttf') format('truetype'),
         url('../fonts/sauna_black_italic_swash-webfont.svg#Sauna-BlackItalicSwashRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sauna-BoldRegular';
    src: url('../fonts/sauna_bold-webfont.eot');
    src: url('../fonts/sauna_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sauna_bold-webfont.woff') format('woff'),
         url('../fonts/sauna_bold-webfont.ttf') format('truetype'),
         url('../fonts/sauna_bold-webfont.svg#Sauna-BoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color:#332F29;
	font-size:11px;
        background:#f98017 url(img/menu_bg.png) no-repeat 75px 530px;
}

a{
	text-decoration:none;
	color:#FF9333;
	text-decoration:underline;
}

a img{
	border:none;
}

a:hover{
	color:#FF9333;
}

a.blackbutton_small{
	position:relative;
	float:left;
	display:block;
	height:25px;
	background-image:url(img/bg_blackbutton_small.png);
	background-repeat:repeat-x;
	line-height:25px;
	text-decoration:none;
	color:#fff;
	padding-left:8px;
	padding-right:13px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:10px;
	text-transform:uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
        -webkit-border-radius:3px;
}

a.blackbutton_small:hover{
	background-image:url(img/bg_blackbutton_small_hover.png);
}

a.blackbutton_small img{
	margin-right:10px;
}

a.greybutton_small{
	position:relative;
	float:left;
	display:block;
	height:25px;
	background-image:url(img/bg_greybutton_small.png);
	background-repeat:repeat-x;
	line-height:25px;
	text-decoration:none;
	color:#fff;
	padding-left:8px;
	padding-right:13px;
	margin-right:5px;
	font-size:10px;
	text-transform:uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
        -webkit-border-radius:3px;
}

a.greybutton_small:hover{
	background-image:url(img/bg_greybutton_small_hover.png);
}

a.greybutton_small img{
	margin-right:10px;
}

.floatsolution{
	clear:both;
}

#site{
	position:relative;
	margin:0;
        margin-left:210px;
	padding:0;
        min-width:790px;
	min-height:100%;
        z-index:10;
	background-color:#fff;
	-moz-box-shadow: -7px -7px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: -7px 0px 7px rgba(0,0,0,0.2);
	box-shadow: -7px 0px 7px rgba(0,0,0,0.2);
}

hr{
	border:none;
	border-bottom:1px solid #A7A4A4;
	height:8px;
	background-image:url(img/tab_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
	clear:both;
}

*hr{
	border-bottom:1px solid #A7A4A4;
	height:0px;
	display:block;
	clear:both;
}

/*======================================================================================================
=================================== MENU ===============================================================
======================================================================================================*/


#menu{
	position:absolute;
	width:200px;
	left:-200px;
}

#languagebuttons{
	position:relative;
	padding-left:40px;
	top:14px;
}

#languagebuttons ul{
	margin:0;
	padding:0;
	list-style:none;
}

#languagebuttons li{
	float:left;
	display:block;
}

#languagebuttons a{
	display:block;
	float:left;
	margin-left:3px;
	margin-right:3px;
	width:25px;
	height:25px;
	line-height:25px;
	background:url(img/bg_languagebutton.png) no-repeat center center;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:8px;
}

#languagebuttons a:hover{
	background-image:url(img/bg_languagebutton_selected.png);
	font-size:11px;
	color:#D16200;
}

#languagebuttons li.selected a{
	background-image:url(img/bg_languagebutton_selected.png);
	font-size:11px;
	color:#D16200;
	margin-left:3px;
	margin-right:3px;
}

#shoplogo{
	clear:both;
	position:absolute;
	top:200px;
	right:0px;
	margin-right:20px;
	display:block;
        background-image:url(img/geboortelijst_be.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:130px;
        height:130px;
}

#shoplogo.nl_BE{
	background-image:url(img/geboortelijst_be.png);
}

#shoplogo.fr_BE{
	background-image:url(img/listedenaissance_be.png);
}

#shoplogo.nl_NL{
	background-image:url(img/geboortelijst_nl.png);
}


/*======================================================================================================
=================================== NAVIGATION =========================================================
======================================================================================================*/

#navigation{
	position:absolute;
	top:362px;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation ul li{
	display:block;
	width:200px;
	padding-bottom:4px;
	font-family: 'Sauna-BoldRegular', arial, serif;
	font-size:18px;
	float:right;
}

#navigation ul li a{
	position:relative;
	display:block;
	text-decoration:none;
	color:#fff;
        cursor:pointer;
}

#navigation ul li a .nav_text{
	display:block;
	opacity:0.7;
	float:right;
	width:133px;
	text-align:right;
	margin-right:20px;
	line-height:22px;
	padding-top:8px;
}

#navigation ul li a:hover .nav_text{
	opacity:1;
}

#navigation ul li.selected .nav_text{
	opacity:1;
}

#navigation ul li .navitem{
	width:42px;
	height:36px;
	background-position:top right;
	background-repeat:no-repeat;
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	float:right;
}

#navigation ul li a:hover .navitem.home,
#navigation ul li.selected .navitem.home{
	background-image:url(img/bg_nav_home.png);
}

#navigation ul li a:hover .navitem.parents,
#navigation ul li.selected .navitem.parents{
	background-image:url(img/bg_nav_parents.png);
}

#navigation ul li a:hover .navitem.shop,
#navigation ul li.selected .navitem.shop{
	background-image:url(img/bg_nav_shop.png);
}

#navigation ul li a:hover .navitem.wishlist,
#navigation ul li.selected .navitem.wishlist{
	background-image:url(img/bg_nav_wishlist.png);
}

#navigation ul li a:hover .navitem.photo,
#navigation ul li.selected .navitem.photo{
	background-image:url(img/bg_nav_photo.png);
}

#navigation ul li a:hover .navitem.profile,
#navigation ul li.selected .navitem.profile{
	background-image:url(img/bg_nav_profile.png);
}

#navigation ul li a:hover .navitem.guestbook,
#navigation ul li.selected .navitem.guestbook{
	background-image:url(img/bg_nav_guestbook.png);
}

#navigation ul li a:hover .navitem.blog,
#navigation ul li.selected .navitem.blog{
	background-image:url(img/bg_nav_blog.png);
}

/*======================================================================================================
=================================== HEADER =============================================================
======================================================================================================*/

#header{
	position:relative;
	display:block;
	height:335px;
	overflow:hidden;
	padding-left:10px;
}

#header.no-slideshow {
        height:120px;
}

#images {
        width: 5000px;
        position: absolute;
        z-index: 0;
}

#slideshow_navigation{
	display:block;
	position:absolute;
	top:12px;
	left:15px;
	height:27px;
	z-index:20;
	background-image:url(img/bg_slideshownav.png);
	background-repeat:repeat-x;
	background-position:top;
	border-radius:13.5px;
	-moz-border-radius:13.5px;
        -webkit-border-radius:13.5px;
}

#slideshow_navigation ul{
	margin:0;
	list-style:none;
}

#slideshow_navigation ul#slideshow-open{
	display: none;
}

#slideshow_navigation ul#slideshow-close{
	display: none;
}

#slideshow_navigation ul li{
	display:block;
	width:27px;
	height:19px;
	float:left;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
}

#slideshow_navigation ul li.slideshow-txt{
	width:80px;
        line-height:19px;
        text-align:center;
}

#slideshow_navigation ul li.left{
	padding-left:5px;
}

#slideshow_navigation ul li.right{
	padding-right:5px;
}

#slideshow_navigation ul li a{
	display:block;
	width:26px;
	height:19px;
	background-repeat:no-repeat;
	background-position:center;
	text-decoration:none;
	border-right:solid;
	border-width:1px;
	border-color:#928888;
        outline:none;
}

#slideshow_navigation ul li.slideshow-txt a{
	width:80px;
        color:#fff;
        font-size:10px;
        text-transform:uppercase;
}

#slideshow_navigation ul li.right a{
	border-right:none;
}

#slideshow_navigation ul li a.slideleft{
	background-image:url(img/slideshow_nav_left_white.png);
}

#slideshow_navigation ul li a.slideright{
	background-image:url(img/slideshow_nav_right_white.png);
}

#slideshow_navigation ul li a.fullscreen{
	background-image:url(img/slideshow_nav_fs_white.png);
}

#slideshow_navigation ul li a.openslideshow{
	background-image:url(img/slideshow_nav_open_white.png);
}

#slideshow_navigation ul li.slideshow-txt a.openslideshow{
	background-image:none;
}

#slideshow_navigation ul li a.closeslideshow{
	background-image:url(img/slideshow_nav_close_white.png);
}

#slideshow_navigation ul li a.slideleft:hover{
	background-image:url(img/slideshow_nav_left_hover.png);
}

#slideshow_navigation ul li a.disabled.slideleft:hover{
	background-image:url(img/slideshow_nav_left_white.png);
        cursor:default;
}

#slideshow_navigation ul li a.slideright:hover{
	background-image:url(img/slideshow_nav_right_hover.png);
}

#slideshow_navigation ul li a.disabled.slideright:hover{
	background-image:url(img/slideshow_nav_right_white.png);
        cursor:default;
}

#slideshow_navigation ul li a.fullscreen:hover{
	background-image:url(img/slideshow_nav_fs_hover.png);
}

#slideshow_navigation ul li a.openslideshow:hover{
	background-image:url(img/slideshow_nav_open_hover.png);
}

#slideshow_navigation ul li.slideshow-txt a.openslideshow:hover{
	background-image:none;
}

#slideshow_navigation ul li a.closeslideshow:hover{
	background-image:url(img/slideshow_nav_close_hover.png);
}

#slideshow{
	width:5000px;
	height:320px;
	z-index:0;
}

#slideshow ul{
	padding:0;
	margin:0;
	list-style:none;
}

#slideshow ul li{
	float:left;
	height:320px;
}

#babyinfo{
	position:absolute;
	bottom:0px;
	left:0px;
	height:60px;
	padding-left:10px;
	padding-top:10px;
	background-color:#fff;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
        -webkit-border-top-right-radius:5px;
	z-index:20;
}

#babyinfo h1{
	display:block;
	font-size:28px;
	/*font-family: 'Sauna-BlackItalicSwashRegular', arial, serif;*/
	text-transform: uppercase;
	color:#00ACD2;
	font-weight:bold;
	line-height:36px;
	padding-right:25px;
}

#babyinfo h4{
	display:block;
	/*font-style:italic;*/
	letter-spacing:1px;
	padding-right:25px;
	font-weight:normal;
	font-size:16px;
}

/*======================================================================================================
=================================== SIDEBAR =============================================================
======================================================================================================*/

#sidebar{
	position:relative;
        float:left;
	width:190px;
	top:-70px;
}

.sidebarblock{
	display:block;
	width:166px;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
        -webkit-border-radius:5px;
	border:1px solid #D4D3D0;
	padding-left:16px;
	padding-right:8px;
	padding-top:17px;
	padding-bottom:17px;
	margin-bottom:15px;
        word-wrap:break-word;
}

.sidebarblock h1{
	font-size:13px;
	text-transform:uppercase;
	color:#00ACD2;
	margin-bottom:16px;
	font-weight:bold;
}

.sidebarblock p{
	font-size:12px;
	line-height:16px;
}

.sidebarblock label{
	font-weight:bold;
}

.sidebarblock a.readmore{
        padding-top:20px;
	padding-right:23px;
	background-image:url(img/bullet_img.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	text-decoration:none;
}

.sidebarblock a.readmore:hover{
	text-decoration:underline;
}

.sidebarblock a.forgot_psw{
        display:block;
        padding-top:5px;
	color:#fff;
        text-decoration:none;
}

.sidebarblock a.forgot_psw:hover{
        text-decoration:underline;
}


/*============ Blue blocks ===============*/

.sidebarblock.blue{
	background-color:#80D5E9;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
  	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
 	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
	border:none;
	margin-bottom:13px;
    overflow: hidden;
    padding:30px 25px 40px 20px;
}

.sidebarblock.blue h1{
	color:#FFF;
}

.sidebarblock.blue .dijitTextBox{
	width: 150px !important;
}

.sidebarblock.blue.gray{
	background-color:#EEEEEE;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
  	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
 	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	 padding:20px 25px 20px 20px;
}

.sidebarblock.blue.gray h1{
	color:#999;
}
.sidebarblock.blue.gray a{
	color:#999;
}
.sidebarblock.blue.gray .dijitButton{
	background-image: url("dojo/images/button_grey_bg.png");
}

/*======================================================================================================
=================================== CART BLOCK =========================================================
======================================================================================================*/

.sidebarblock#cart{
	background-color:#E6F7FA;
	border:1px solid #66CDE4;
	margin-bottom:13px;
}

#cart h1{
	color:#00ACD2;
	font-size:14px;
}

#cart_summary{
	padding-bottom:20px;
	border-bottom:1px dotted #66CDE4;
}

#cart_summary.no-line{
        padding-bottom:0;
	border-bottom:none;
}

#cart_quantity{
	position:relative;
	display:block;
}

#cart_quantity label{
	position:relative;
	display:block;
	float:left;
	width:95px;
	text-align:right;
	font-weight:normal;
	margin-top:4px;
}

#cart_quantity #products_count{
	display:block;
	float:left;
	text-align:center;
	width:56px;
	height:56px;
	line-height:56px;
	color:#fff;
	font-size:27px;
	background-image:url(img/cart_productcount.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:6px;
	font-weight:bold;
}

#cart_price{
	clear:both;
	display:block;
	height:50px;
}

#cart_price label{
	display:block;
	position:relative;
	width:110px;
	color:#00ACD2;
	text-transform:uppercase;
	font-size:15px;
	text-align:right;
}

#cart_price #products_amount{
	display:block;
	position:relative;
	width:110px;
	text-align:right;
	font-size:23px;
	color:#00ACD2;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	float:left;
}

#cart_price .cart_incl_vat{
	position:relative;
	display:block;
	float:left;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	padding-top:11px;
	padding-left:2px;
}

#cart_content{
	clear:both;
}

#cart_content .productblock{
	margin-top:12px;
	padding-bottom:12px;
	border-bottom:1px dotted #66CDE4;
}

#cart_content .productblock img{
	float:left;
	display:block;
	position:relative;
}

#cart_content .productblock .orderinfo{
        float:right;
	display:block;
	position:relative;
	width:85px;
	height:46px;
}

#cart_content .productblock .orderinfo .price{
	display:block;
	height:15px;
	font-size:13px;
	font-weight:bold;
	padding-top:12px;
	margin-bottom:6px;
}

#cart_content .productblock .orderinfo .amount{
	display:block;
	height:13px;
	font-size:11px;
	font-weight:normal;
}

#cart_content .productblock .orderinfo .order-remove{
        position:absolute;
        top:0;
        right:0;
}

#cart_content .productblock .deleteorder{
	position:relative;
	float:left;
	display:block;
	height:46px;
	width:20px;
	background-image:url(img/button_order_minus.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-decoration:none;
}

#cart_content .top{
	display:block;
	position:relative;
	height:46px;
}

#cart_content .productblock p{
	clear:both;
	font-size:12px;
	font-weight:normal;
	color:#D16200;
	line-height:normal;
	margin-top:12px;
}

/*======================================================================================================
=================================== CONTENT =============================================================
======================================================================================================*/
#content_top{
	position:relative;
	display:block;
        margin-top:35px;
	margin-bottom:40px;
	padding-left:25px;
	padding-right:60px;
}

#content_top h2{
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	color:#00ACD2;
	margin-bottom:17px;
}

#content{
	position:relative;
        float:left;
	width:540px;
	padding-left:20px;
	padding-right:20px;
        margin-bottom:50px;
}

#content h1{
	margin-top:35px;
	font-size:10px;
	color:#00ACD2;
	text-transform:uppercase;
	border-bottom:1px solid #A7A4A4;
	background-image:url(img/tab_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content h1 .tab{
	height:10px;
	padding-top:8px;
	border-top:1px solid #A7A4A4;
	border-right:1px solid #A7A4A4;
	padding-right:15px;
	border-bottom:1px solid #fff;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
        -webkit-border-top-right-radius:5px;
	background-color:#fff;
}

.tabnav{

}

.tabnav li{

}

.tabnav li a{
	display:inline-block;
	width:7px;
	height:12px;
	margin-right:3px;
	background-image:url(img/tab_nav_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	zoom:1;
	*display:inline;
}

.tabnav li a:hover{
	background-image:url(img/tab_nav_bg_selected.png);
}

.tabnav li.selected a{
	background-image:url(img/tab_nav_bg_selected.png);
}

#content_pagination{
	display:block;
	margin-top:15px;
	margin-bottom:40px;
	position:relative;
	text-align:center;
}

#content_pagination a{
	margin-left:3px;
	margin-right:3px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}

#content_pagination a:hover{
	color:#332F29;
	text-decoration:underline;
}

#content_pagination a.previous{
	padding-left:15px;
	background-image:url(img/pagination_previous.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#content_pagination a.next{
	padding-right:15px;
	background-image:url(img/pagination_next.png);
	background-repeat:no-repeat;
	background-position:right top;
}

#content_pagination a.previous:hover{
	text-decoration:none;
}

#content_pagination a.next:hover{
	text-decoration:none;
}

#content_pagination a.current{
	color:#332F29;
	text-decoration:underline;
}

/*======================================================================================================
=================================== CONTENTBLOCKS ======================================================
======================================================================================================*/

.contentblock{
	position:relative;
	display:block;
	margin-top:35px;
	margin-bottom:15px;
	*padding-bottom:1px;
}

.contentblock h2{
	font-size:15px;
	font-weight:bold;
	color:#00ACD2;
	margin-bottom:17px;
}

.contentblock h3{
	font-size:12px;
	font-weight:normal;
}

.contentblock h4{
	font-size:12px;
	font-weight:bold;
	color:#00ACD2;
}

.contentblock p{
	line-height:15px;
	font-size:11px;
}

.contentblock ul{
	list-style:none;
}

.contentblock ul li{
	display:block;
	padding-left:23px;
	background-image:url(img/bullet_li_contentblock.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.contentblock ul li p{
	position:relative;
	display:block;
	width:360px;
}

.contentblock ul li p.smaller{
	position:relative;
	display:block;
	width:230px;
	padding-right:130px;
}

.contentblock ul li p img{
	position:absolute;
	right:0px;
	top:0px;
}

.contentblock img.preview{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

.contentblock.useraction{
	padding-left:58px;
}

.contentblock.useraction .icon{
	position:absolute;
	left:0px;
	top:0px;
}

.contentblock.info{
	margin:0px 0px 50px 0px;
}

.contentblock.info .labelgroup{
	margin:25px 0px 0px 25px;
}

.contentblock.info .item{
        margin:0px 0px 3px 0px;
        overflow:hidden;
        font-size:14px;
}

.contentblock.info .item label{
        float:left;
        width:150px;
        font-weight:bold;
}

.contentblock.info .item span{
        display:block;
        margin-left:160px;
}

.contentblock.info .item span a{
	padding-right:28px;
	background-image:url(img/bullet_img.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	color:#332F29;
	text-decoration:none;
}

.contentblock.info .item span a:hover{
	text-decoration:underline;
	color:#FF9333;
}

.contentblock.regular{
	padding-left:33px;
}

.contentblock.center{
	text-align: center;
}
.contentblock.center.error h2{
	text-align: left;
	color:red;
}

.contentblock.center h2{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#00ACD2;
	margin-top:10px;
	margin-bottom:5px;
}

.contentblock h3{
	font-weight:bold;
	font-size:12px;
}

/*======================================================================================================
=================================== CONTENTBLOCK REACTIONS ===============================================
======================================================================================================*/


.reactions{
	margin-top:16px;
}

.reactions .guestbook-form{
        overflow: hidden;
}

.reactions .guestbook-form ul{
        list-style: none;
}

.reactions .guestbook-form ul li{
        margin-bottom: 10px;
}

.reactions .guestbook-form ul li label {
        display: inline-block;
        width: 100px;
}

.reaction{
	position:relative;
        min-height:45px;
	background-color:#E6F7FA;
	padding:13px;
	padding-left:70px;
	margin-bottom:5px;
	border-radius:5px;
	-moz-border-radius:5px;
        -webkit-border-radius:5px;
}

.reaction img.icon{
	position:absolute;
	left:12px !important;
	top:12px !important;
}

.reaction.form{
	padding-right:22px;
        overflow:hidden;
}

.reaction.form ul{
	list-style: none;
}

.reaction.form ul li{
        margin-bottom: 10px;
}

/*======================================================================================================
=================================== CONTENTBLOCK BUTTONS ===============================================
======================================================================================================*/

.contentblock .buttons{
	margin-top:25px;
	clear:both;
}

.contentblock .buttons a{
	display:block;
	float:left;
	line-height:23px;
	height:21px;
	font-size:10px;
	text-transform:uppercase;
	color:#00ACD2;
	font-weight:bold;
	border:1px solid #D4D3D0;
	padding-right:8px;
	padding-left:8px;
	text-decoration:none;
	margin-right:10px;
	border-radius:5px;
	-moz-border-radius:5px;
        -webkit-border-radius:5px;
}

.contentblock .buttons a:hover{
	color:#332F29;
}

.contentblock .buttons a.plus{
	padding-left:25px;
	background-image:url(img/bullet_plus.png);
	background-repeat:no-repeat;
	background-position: 5px center;
}

.contentblock .buttons a.arrow{
	padding-left:25px;
	background-image:url(img/bullet_full_arrow.png);
	background-repeat:no-repeat;
	background-position: 5px center;
}

.contentblock .buttons a.minus{
	padding-left:25px;
	background-image:url(img/bullet_minus.png);
	background-repeat:no-repeat;
	background-position: 5px center;
}

/*======================================================================================================
=================================== CONTENTBLOCK GALLERY ==============================================
======================================================================================================*/

.gallery{
	position:relative;
	display:block;
	padding-top:20px;
	height:53px;
}

.gallery .slider_nav_left{
	position:relative;
	display:block;
	height:53px;
	width:18px;
	background-image:url(img/slideshow_nav_left.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	text-decoration:none;
}

.gallery .photoholder{
	position:relative;
	display:block;
	height:53px;
	float:left;
	width:395px;
	overflow:hidden;

}

.gallery .photoslider{
	display:block;
	width:3000px;
}

.gallery .photoslider img{
	margin-left:8px;
	margin-right:8px;
	float:left;
}

.contentblock .gallery .slider_nav_right{
	position:relative;
	display:block;
	height:53px;
	width:18px;
	background-image:url(img/slideshow_nav_right.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	text-decoration:none;
}


/*======================================================================================================
=================================== Footer =============================================================
======================================================================================================*/

#footer{
	position:absolute;
        bottom:0;
        left:0;
	display:block;
        width:100%;
	height:25px;
	line-height:25px;
	font-size:9px;
	text-transform:uppercase;
	border-top:1px solid #D4D3D0;
}

#footer_shadow{
        position:absolute;
        bottom:26px;
        left:0;
	display:block;
        width:100%;
	height:8px;
	background-image:url(img/tab_shadow.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.footercontent_right{
	float:left;
        padding:0 30px;
        border-left:1px solid #D4D3D0;
	color:#FF9333;
}

.footercontent_right .social-icons{
        margin-left:15px;
        height:16px;
}

.footercontent_right .social-icons img{
        width:19px;
        height:16px;
        vertical-align:middle;
}

.footercontent_left{
	float:left;
        padding:0 30px;
}

.footercontent_left a{
	color:#332F29;
	text-decoration:none;
}

.footercontent_left a:hover{
	color:#FF9333;
}


/*======================================================================================================
=================================== BABY SEARCH LIST ===================================================
======================================================================================================*/

.baby-search-overview {
    margin-top: 0px;
}

.baby-search-overview table {
    width: 100%;
    border: 0;
    empty-cells: show;
    /*border-top: 1px dashed #D4D3CF;*/
}

.baby-search-overview table th {
    padding: 5px 0px;
    border-bottom: 1px dashed #D4D3CF;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #FBE8BF;
}

.baby-search-overview table td {
    padding: 15px 5px 15px 5px;
    border-bottom: 1px dashed #D4D3CF;
    vertical-align: top;
}

.baby-search-overview table td p {
    font-size: 13px;
}

.baby-search-overview table .big {
    padding-left: 0px;
    text-align: left;
    vertical-align: bottom;
}

.baby-search-overview table th.big {
    padding-left: 50px;
}

.baby-search-overview table .img {
    width: 75px;
    text-align: center;
}

.baby-search-overview table .small {
    width: 170px;
    text-align: right;
    vertical-align: bottom;
}

.baby-search-overview table td p.baby-name {
    margin-bottom: 5px;
    color: #FF9333;
}

.baby-search-overview table td p.lock-text {
    margin-top: 5px;
    color: #DE2D37;
}

.baby-search-overview table td span.baby-link {
    text-transform: uppercase;
    color: #FF9333;
    font-size: 13px;
}

.baby-search-overview table td span.baby-link a {
    text-decoration: none;
    vertical-align: bottom;
}

.baby-search-overview table td span.baby-link a:hover {
    text-decoration: underline;
}

.baby-search-overview table td span.baby-link-img img {
    margin-left: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.baby-search-error {
    margin-top: 10px;
    padding-left: 30px;
    background: url(img/warning.png) no-repeat left top;
    min-height: 20px;
    font-weight: bold;
}
#search_again_form {
	margin-top:20px;
}


/*======================================================================================================
=================================== CONTACT FORM =======================================================
======================================================================================================*/

#contact_form {

}

#contact_form ul {
    list-style: none;
}

#contact_form ul li {
    padding: 0px;
    margin-bottom: 10px;
    background: none;
}

#contact_form ul li label {
    display: inline-block;
    width: 100px;
}

#contact_form ul li #captcha-input {
    width: 160px;
    border: 1px solid #66CDE4;
    background-color: #fff;
    color: #332F29;
    padding: 5px 15px;
    margin: 5px 0px 0px 100px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: inherit;
    font-size: 100%;
}

#contact_form ul li #captcha-input:focus {
    border: 1px solid #332F29;
    outline: 0;
}

#contact_form ul li #captcha-input.captcha-error {
    border: 1px solid #DE2D37;
}

#contact_form ul.errors {
    display: inline-block;
    margin-left: 10px;
    color: #DE2D37;
}

#contact_form .required-suffix {
    color: #ff0000;
    font-size: 14px;
}


/*======================================================================================================
=================================== PRIVACY & TERMS ====================================================
======================================================================================================*/

.terms p {
    margin-bottom: 10px;
}

.terms ul {
    list-style: disc inside none;
}

.terms ul li {
    display: list-item;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-image: none;
}
