@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	outline: none; /*remove blue border in safari & firefox */
}

a img{
	border:none;
}

*:focus{
	outline:none;
}

body {
	margin:0;
	padding:0;
	width:100%;
	font-family:"Lucida Grande", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:10px;
	color:#332F29;
	/*background-image:url(img/babywebsite_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
}

a{
	color:#D16200;
}

h1{
	margin: 0;
}

/* ================================================ INTRO SCREEN ======================================================= */

body#intro{
	background-color:#da8133;
}

body#intro img#backgroundimage{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-image:url(img/intro_bg.gif);
	background-repeat:repeat-x;
	background-position:0px 230px;
	z-index:1;
}

#intro_header{
	background-image:url(img/intro_header_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:230px;
	z-index:20;
	position:absolute;
	left:0px;
	top:0px;
}

#loginfield{
	top:40px;
	padding-top:5px;
	width:325px;
	height:180px;
	background-image:url(img/loginscreen.gif);
	background-repeat:no-repeat;
}


.login_inputfield {
	border:none;
	position:relative;
	left:20px;
	margin-top:10px;
}

#loginfield h2{
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#D16200;
	margin-left:25px;
	margin-top:20px;
}

p.login_form_paragraph{
	margin-left:25px;
	color:#332F29 !important;
	padding-bottom:25px;
}

#login_options{
	position:relative;
	margin-left:20px;
	margin-top:15px;
}

#intro_container{
	position:absolute;
	top:50px;
	left:50%;
	width:550px;
	margin-left:-225px;
	z-index:50;
}

#intro_footer{
	display:block;
	position:absolute;
	bottom:20px;
	z-index:20;
	width:550px;
	left:50%;
	margin-left:-245px;
}

#intro_footer .footertext_intro{
	padding-left:30px;
	background-image:url(img/intro_footer_star.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:5px;
	color:#F6E0AB;
	margin-left:20px;
	top:0px;
}

#intro_footer .footertext_intro a{
	color:#F6E0AB;
	text-decoration:none;
	font-size:9px;
	text-transform: uppercase;
}

#intro_footer .footertext_intro a:hover{
	text-decoration:underline;
}

#intro_container h1{
	margin-top:45px;
	margin-bottom:10px;
	color:#fff;
	font-size:33px;
}

#intro_container p{
	color:#EDC058;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
}

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

#intro_container ul.rss_style_square li{
	padding-left:20px;
	background-image:url(img/intro_ul_square.gif);
	background-position: left top;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:20px;
	padding-bottom:5px;
}

#intro_container ul li a{
	color:#fff;
	font-weight:normal;
}

#intro_container #gbl_logo{
	width:325px;
	text-align:center;
	margin-top:10px;
	padding: 5px 0 0 0;
	margin-bottom:20px;	
	background-image:url(img/logoscreen.gif);
	background-repeat:no-repeat;	
}

#intro_languagebuttons{
	position:absolute;
	right:10px;
	top:10px;
}

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

#intro_languagebuttons ul li{
	margin-right: 3px;
	float:left;
}

#intro_languagebuttons ul li a{
	display:block;
	width:29px;
	line-height:29px;
	background-image:url(img/languagebutton.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	color:#EDC058;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
}

#intro_languagebuttons ul li.current a{
	background-image:url(img/languagebutton_selected.gif);
	font-size:12px;
	color:#332F29;
}

#intro_languagebuttons ul li a:hover{
	background-image:url(img/languagebutton_selected.gif);
	font-size:12px;
	color:#332F29;
}

/* ====================================== SOLID ELEMENTS OF STRUCTURE WEBSITE ========================================== */

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

#header {
	position:relative;
	display:block;
	width:100%;
	height:48px;
	background-color:#db8133;
	background-image:url(img/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	min-width:1040px;
}

#header #statusfield{
	position:relative;
	left:310px;
	float:left;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:12px;
	color:#FBF2DE;
	/*color:#fff;*/
	font-style:italic;
	top:7px;
	width:400px;
	text-align:right;
}

#logo{
	position:relative;
	float:left;
	background-repeat: no-repeat;
	left:25px;
	top:10px;
}

#logo h1{
	position:relative;
	color:#FBF2DE;
	font-weight:bold;
	letter-spacing: 1px;
	font-size:20px;
}

#header_shadow{
	position:absolute;
	width:100%;
	height:6px;
	background-image:url(img/header_shadow.png);
	background-position:bottom;
	bottom:0px;
	left:0px;
}

.header_button_left{
	display:block;
	width:10px;
	height:31px;
	background-image:url(img/header_button_left.gif);
	background-repeat:no-repeat;
	float:left;
}

.header_button_center{
	display:block;
	height:23px;
	float:left;
	background-image: url(img/header_button_center.gif);
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
	text-transform:uppercase;
	font-size:12px;
}

#logoutbutton a{
	color:#F6E0AB;
	font-weight:bold;
	cursor:pointer;
	text-decoration: none;
}

#logoutbutton a:hover{
	color:#D16200;
}

#logoutbutton{
	position:absolute;
	top:7px;
	right:20px;
}

.header_button_right{
	display:block;
	height:31px;
	width:10px;
	float:left;
	background-image:url(img/header_button_right.gif);
	background-repeat:no-repeat;
}

/* =========================================== LANGUAGEBUTTONS ================================= */

#languagebuttons{
	top:8px;
	height:30px;
	position:relative;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
	right:110px;	
}

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

#languagebuttons li{
	float:left;
}

#languagebuttons a{
	float:left;
	margin-right: 5px;
	width:29px;
	line-height:29px;
	background-image:url(img/languagebutton.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	color:#EDC058;
	text-decoration:none;
	font-size:9px;
}

#languagebuttons a:hover{
	background-image:url(img/languagebutton_selected.gif);
	font-size:12px;
	color:#332F29;
}

#languagebuttons a.selected{
	background-image:url(img/languagebutton_selected.gif);
	font-size:12px;
	color:#332F29;
}

/*=================== CONTENT STRUCTURE ==============*/

#columnwrap{
	width:100%;
}

#columntable{
	width:100%;
}

td#leftcolumn{
	width:197px;
	min-width:197px;
	/*background-color:#FFF;*/
	vertical-align:top;
	background-image:url(img/left_side_bg_border.gif);
	background-position:right;
}

td#middlecolumn{
	vertical-align:top;
	min-width:640px;
}

td#rightcolumn{
	min-width:200px;
	width:320px;
	background-color:#FCF4DF;
	/*border-left:solid;
	border-color:#000;
	border-width:1px;*/
	vertical-align:top;
}

td .columncontent{
	padding: 25px 10px 25px 10px;
}


td #leftcontent{
	padding: 0;
	width:177px;
	/*background-color:#F8DA96;*/
	min-height:700px;
	padding-bottom:60px;
}

td #middlecontent{
	padding-top:40px;
	padding-right:30px;
	padding-bottom:60px;
}

td #rightcontent{
	padding-top:40px;
	padding-left:15px;
	margin-right:5px;
	padding-bottom:60px;
}


/* ============================================= MENU IN LEFT CONTENT ==================================== */

ul.level1ul{
	list-style:none;
	margin:0px;
	border-bottom: solid #fff 1px;
}

ul.level1ul li a{
	display:block;
	padding-bottom:10px;
	background-color:#F8DA96;
	text-align:right;
	padding-right:25px;
	border-top: solid #FFF 1px;
	border-bottom: solid #f0bc4e 1px;
	text-transform:uppercase;
	color:#332F29;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

ul.level1ul li a:hover{
	color:#D16200;
}

ul.level1ul li a.current{
	background-image:url(img/level1ul_selected.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:12px;
	padding-right:40px;
	width:152px;
	border:none;
	color:#FFF;
}

ul.level1ul li a.currentopen{
	background-image:url(img/level1ul_currentopen.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ff9233;
	border:none;
	color:#fff;
}

ul.level1ul li a.currentopen img.open{
	background-image:url(img/left_menu_openbutton_selected.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	top:4px;
	right:5px;
}

ul.level1ul li a.currentopen img.close{
	background-image:url(img/left_menu_closebutton_selected.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	top:4px;
	right:5px;
}

ul.level1ul li a img.open{
	background-image:url(img/left_menu_openbutton.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	top:4px;
	right:5px;
}

ul.level1ul li a.current img.open{
	background-image:url(img/left_menu_openbutton_selected.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	top:4px;
	right:5px;
}


ul.level1ul li a img.close{
	background-image:url(img/left_menu_closebutton.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	top:4px;
	right:5px;
}


ul.level2ul{
	list-style:none;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FBE8BF;
	border-top: solid #FFF 1px;
	border-bottom: solid #f0bc4e 1px;
	width:178px;
	
}

ul.level2ul li a{
	height:auto;
	line-height:normal;
	background-color:#FBE8BF;
	display:block;
	border:none;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	padding-top:5px;
	padding-bottom:5px;	
}

ul.level2ul li a.current{
	padding-top:5px;
	background-image:url(img/level2ul_selected.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:35px;
	background-color:transparent;
	width:152px;
	color:#D16200;
}
/* ================================ MIDDLECONTENT ===============================*/

#middlecontent h1{
	color:#D16200;
	font-size:26px;
	margin-bottom:10px;
	font-weight:normal;
}

#middlecontent p{
	width:430px;
	line-height:15px;
	font-size: 10px;
}

/* ================================ Tabs ========================================= */

.tabblock{
	position:relative;
	margin-top:25px;
	margin-bottom:40px;
}

.tabtitle{
	
}

.tabtitle a {
    display:block;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#00ACD2;
	text-decoration:none;
	padding-left:10px;
	padding-top:5px;
    }

.tabtitle ul{
	margin:0;
    padding:0;
    list-style:none;
	/*border-bottom-color:#bdbbbb;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	background-image:url(img/tabline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:24px;
}

.tabtitle li{
	float:right;
    margin:0;
    padding:0;
	padding-right:10px;
}

.tabtitle li.current{
	background-image:url(img/tab_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.tabtitle li.current a {
	background-image:url(img/tab_left.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:5px;
	line-height:27px;
	*line-height:26px;
}

.formpicture{
	background-color:#fff;
	float: right;
	padding-top:20px;
	padding-left:30px;
	padding-bottom:30px;
}

.formelement{
	height:auto;
	padding-top:3px;
	padding-bottom:3px;
	line-height:20px;
	border-bottom:dashed #D4D3CF 1px;
	font-size:10px;
}

.formelement.fullborder{
	border-bottom:solid #A9A8A1 1px;
}

.formelement a{
	color: #332F29;
	padding-right:20px;
	background-image:url(img/formelement_link_bullet.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

.formelement a:hover{
	color:#D16200;
}

.formelement .obligatoire{
	background-image:url(img/obligatoire.gif);
	background-repeat:no-repeat;
	height:15px;
	*height:20px;
	width:10px;
	display:inline-block;
}

.formelement span{
	position:relative;
}

.formelement .label{
	width:150px;
	display:inline-block;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:middle;
}

.formelement .label.top{
	vertical-align:top;
}

.buttons{
	display:block;
	padding-top:10px;
	padding-bottom:5px;
}

.warning{
	font-weight:bold;
}

.warning img{
	padding-right:5px;
}

.formelement .value{
	color:#D16200;
	vertical-align:middle;
}

/**
.formelement .value input {
	background-color:#C9F0EA;
	border:none;
	font-size:12px;
	padding:3px;
	width:205px;
	color:#332F29;
}*/

.tabcontent{
	padding-top:0px;
	margin-bottom:0px;
}

.tabcontent.dashedborder{
	border-top:dashed #D4D3CF 1px;
}

.tabcontent .tabcolumnleft{
	float:left;
	min-width:300px;
}

.tabcontent .tabcolumnright{
	float:right;
	min-width:300px;
}

.tabcolumncontent_image{
	margin-top:10px;
	margin-right:20px;
}

.tabcontent a{
	padding-left:0px;
}

.tabcolumn_contentleft{
	float:left;
}

.tabcolumn_contentright{
	float:left;
}


.tabcontent .contenttext{
	margin-top:10px;
	margin-bottom:20px;
}

.tabcontent .imagetext_1column{
	padding-top:20px;
	padding-bottom:20px;
	line-height:18px;
}

.floatsolution{
	clear:both;
	margin: 0;
	padding: 0;
}


/* ========================= BUTTON EFFECTS ====================== */

a.greybutton{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;	
	margin-right:10px;
	font-weight:normal;
	cursor:pointer;
	font-size:10px;
}

a.greybutton .greybutton_arrowimage{
	display:inline-block;
	width:5px;
	height:7px;
	background-image:url(img/button_arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:2px;
	margin-right:5px;
}

a.greybutton:hover{
	color:#332F29;
}

.greybutton{
	display:block;
	float:left;
	height:23px;
}

.g_c{
	float:left;
	height:18px;
	background-image:url(img/grey_button_bg.gif);
	background-repeat:repeat-x;
	padding-right:10px;
	padding-left:5px;
	padding-top:5px;
	letter-spacing:0.5px;
	line-height:normal;
}

.g_l{
	float:left;
	height:23px;
	width:5px;
	background-image:url(img/grey_button_left.gif);
	/*IE Hack*/
	background-image:url(img/grey_button_left_ie.gif)\9;
	background-repeat:no-repeat;
}

.g_r{
	float:left;
	height:23px;
	width:5px;
	background-image:url(img/grey_button_right.gif);
	/*IE Hack*/
	background-image:url(img/grey_button_right_ie.gif)\9;
	background-repeat:no-repeat;
}

#login_options .g_l{
	float:left;
	height:29px;
	width:5px;
	background-image:url(img/grey_button_left_login.gif);
}

#login_options .g_r{
	float:left;
	height:29px;
	width:5px;
	background-image:url(img/grey_button_right_login.gif);
}

/* ======================================== STATISTICS =================================*/

.statistics{
	padding-top:15px;
	padding-left:10px;
}

.statistics ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:inside;
	float:none;
	border:none;
	height:auto;
	
}

.statistics li{
	border-bottom:dashed #D4D3CF 1px;
	float:none;
	text-transform:uppercase;
	font-weight:bold;
	line-height:25px;
	background-image:url(img/bullet_img.gif);
	background-position: left 10px;
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	width:280px;
}

.statistics li .left{
	padding-right:10px;
}

.statistics li div.right a.greybutton{
	margin-right:0px;
}

.statistics li.last{
	border: none;
}

.statistics li .statisticvalue{
	color:#D16200;
}

.statistics li .progressbar{
	width:92px;
	height:10px;
	padding:4px;
	padding-bottom:4px;
	background-image:url(img/progress_bar.gif);
	background-repeat:no-repeat;
	margin-bottom:4px;
}

.statistics li .progressbar .progressbarstatus{
	background-image:url(img/progress_bar_status_bar.gif);
	background-repeat:repeat-x;
	width:92px;
	max-width:92px;
	height:9px;
	max-height:10px;
	display:block;
}

/* ========================== RIGHT CONTENT ============================== */
#rightcontent h1{
	color:#D16200;
	font-size:26px;
	margin-bottom:15px;
	font-weight:normal;
	padding-left:25px;
}

/* ========================== RIGHT CONTENT TITLES ========================== */

td #rightcontent a{
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

.rightcontentblock{
	padding-bottom:15px;
	border-bottom:solid;
	border-color:#D4D3D0;
	border-width:1px;
	padding-left:25px;
	padding-right:5px;
	margin-bottom:10px;
	min-width:180px;
}

.rightcontentblock_title{
	margin-top:10px;
	float:left;
	display:block;
}

a.rss{
	background-image:url(img/rss_orange.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	float:left;
	display:inline-block;
	height:22px;
	width:17px;
	left:5px;
}

.rcb_title_l{
	float:left;
	height:22px;
	width:5px;
	background-image:url(img/orange_button_left.gif);
}

.rcb_title_r{
	float:left;
	height:22px;
	width:5px;
	background-image:url(img/orange_button_right.gif);
}

.rcb_title_c{
	float:left;
	height:22px;
	background-image:url(img/orange_button_bg.gif);
	background-repeat:repeat-x;
	line-height:20px;
	padding-right:5px;
	padding-left:5px;
	color:#fff;
}

.rightcontentblock_text{
	padding-top:5px;
}

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

ul.rss_style li{
	padding-left:20px;
	background-image:url(img/rightcontent_ul_star.gif);
	background-position: left top;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:14px;
	font-size:10px;
	padding-bottom:5px;
}

ul.rss_style .rss_title{
	display:block;
}

ul.rss_style .subtext{
	font-size:10px;
	line-height:normal;
	display:block;
	margin-bottom:10px;
}

ul.rss_style_square li{
	padding-left:20px;
	background-image:url(img/rightcontent_ul_square.gif);
	background-position: left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	padding-bottom:5px;
}

ul.rss_style_square .rss_title{
	display:block;
}

ul.rss_style_square .subtext{
	font-size:9px;
	line-height:normal;
	display:block;
}

/* ======================= BREADCRUMB ============================ */
#breadcrumb{
	position:fixed;
	bottom:0px;
	display:block;
	width:100%;
	/*background-color:#fff;*/
}

#breadcrumbtable{
	width:100%;
	margin:0px;
	padding:0px;
}

#breadcrumb_left{
	background-image:url(img/breadcrumb_left_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	height:30px;
	text-align:right;
	padding-right:40px;
	width:157px;
	background-color:#fff;
	/*border-top:solid 1px #d4d3d0;*/
}

#breadcrumb_middle{
	/*border-top:solid 1px #d4d3d0;*/
	background-color:#fff;
}


#breadcrumb_middle ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#breadcrumb_middle ul li{
	float:left;
}

#breadcrumb_middle ul li a{
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	padding-left:25px;
	padding-right:7px;
	background-image:url(img/breadcrumb_no_selection.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color:#5A544F;
	text-decoration:none;
}

#breadcrumb_middle ul li a:hover{
	text-decoration:underline;
}

#breadcrumb_middle ul li.current a{
	float:left;
	height:25px;
	padding-left:25px;
	padding-right:5px;
	background-image:url(img/breadcrumb_selected.gif);
	background-repeat:no-repeat;
	color:#5A544F;
	text-decoration:none;
	color:#D16200;
}

#breadcrumb_middle ul li.current a:hover{
	text-decoration:underline;
}

#breadcrumb_right{
	/*border-top:solid 1px #d4d3d0;*/
	background-color:#fff;
}

/* ============================= FOOTER =========================== */

#footer_left, #footer_middle, #footer_right{
	height:70px;
	background-image:url(img/footer_bg.jpg);
	background-repeat:repeat-x;
}

#footer_middle{
	text-align:right;
	border-right:solid 1px #d4d3d0;
}


#footertext{
	display:inline;
	height:15px;
	padding-top:5px;
	padding-left:35px;
	background-image:url(img/footer_star.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#94928A;
	text-transform:uppercase;
	font-size:9px;
	margin-right:20px;
}

#footertext a{
	color:#94928A;
	text-decoration:none;
}

.arrowlink{
	display:inline-block;
	height:15px;
	padding-top:5px;
	padding-right:30px;
	background-image:url(img/footer_bullet_img.gif);
	background-repeat:no-repeat;
	background-position:right center;
	color:#D16200;
	text-transform:uppercase;
	text-decoration:none;
	font-size:9px;
	margin-left:20px;
}

.passwordlink{
	float: right;
	position: relative;
	top: -25px;
	right: 30px;
	font-size: 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}
.dottedline{
	width: 100%;
	border-bottom: 1px dashed rgb(212, 211, 207);
}

.contentitemslist ul{
	margin:0;
	list-style:none;
}

.contentitemslist ul li{
	margin-top:5px;
	margin-bottom:7px;
}

.contentitemslist ul li a{
	text-decoration:none;
	margin-left:5px;
	padding-left:20px;
	background-image:url(img/itemlist_bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.contentitemslist ul li a:hover{
	text-decoration:underline;
}

.footershadow{
	display:block;
	background-image:url(img/footer_shadow.png);
	height:12px;
	background-color:transparent;
}

#leftcolumnshadow{
	width:160px;
	background-color:#FFF;
	vertical-align:top;
	background-image:url(img/left_side_bg_border.gif);
	background-position:left;
}

#griddiv{
	margin-top:20px;
}

#griddiv .grid_productimage{
	float:left;
	margin-right:15px;
}

#griddiv .grid_producttext{
	text-align:left;
}

#griddiv h2.grid_producttitle{
	color:#D16200;
	font-size:14px;
	margin-bottom:5px;
}

#griddiv .grid_productdescription{
	color:#332F29;
	font-size:12px;
	font-weight:normal;
}

#griddiv .status_open{
	color:#00ACD2;
}

#griddiv .status_sold{
	color:#DE2D37;
}

#griddiv .productinfo{
	padding-top:5px;
}

#griddiv .productinfobutton{
	background-image:url(img/infobutton.png);
}

#popup_title{
	margin-top:12px;
	font-size:14px;
	color:#D16200;
	margin-bottom:5px;
}

.popup_p{
	margin-top:5px;
	margin-bottom:10px;
}

#popup_details{
	display:block;
	width:340px;
}

#popup_pricelabel{
	float:right;
	font-size:20px;
	font-weight:bold;
}

.popup_orange{
	color:#D16200;
}

.pagination{
	margin-top:20px;
	text-align:center;
}

.pagination a{
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

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

.pagination img{
	padding-top:5px;
}

.pagination img.leftarrowbutton{
	background-image:url(img/button_arrow_left.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-right:5px;
}

.pagination img.rightarrowbutton{
	background-image:url(img/button_arrow_right.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:5px;
}

/*overrules the lines in dijit.css*/

.dijitPopup{
	background-color:#B8E0D9 !important;
	border:none !important;
}

.dijitMenu{
	background-color: #B8E0D9 !important;
	border:none !important;
}

.dijitMenuPassive .dijitMenuItemHover,
.dijitMenuItemSelected {
	background-color:#96C0B7 !important;
	color:#fff !important;
}

.addbutton a.plus{
	background-image:url(img/plus_button.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}

.addbutton a.plus:hover{
	text-decoration:underline;
}

.pagebuttons{
	background-image:url(img/tabline.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:20px;
}

.slider{
	margin-top:10px;
	min-height:61px;
}

.slider .thumb{
	display:block;
	width:73px;
	height:61px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#imagegallery{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}

#imagegallery .thumb{
	position:relative;
	float:left;
	display:block;
	width:150px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

#imagegallery .thumb .deletethumb{
	margin:auto;
	padding-top:5px;
	width:auto;
	display:block;
	height:25px;
}

.deletethumb a.greybutton{
	margin:0px;
}

.pagebuttons .returnlink{
	background-image:url(img/button_arrow_right.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}

.pagebuttons .returnlink:hover{
	text-decoration:underline;
}
