html { overflow: auto; }
html, body { background: #E7E4DD repeat; height: 100%; padding: 0; margin: 0; min-width:1020px;}

#container { background-color: #E7E4DD; position: relative; min-height: 100%; margin: 0px auto;}

#top { background: url("../img/bg-top.png") repeat #51BAEA;  height: auto; padding-bottom: 10px; margin-bottom: 30px; border-bottom: 3px solid #FFF; box-shadow: 0 2px 4px #CCC; }

.main { padding: 0 25px 25px 25px; overflow: hidden; width: 960px; margin: 10px auto 0; padding-bottom: 170px; }
.main h1 { border-bottom: 1px dashed #616161; padding-bottom: 10px; padding-top: 5px; }
.main h4 { font-size: 15px; }

.headertitle {
	position: relative;
	border: none;
    text-align : left;
}

.headertitle a { display: block; margin: 0; 
background: url('../img/logo.png') no-repeat; 
width: 342px; 
height: 77px; 
text-indent: -9999px; 
}

#menu { 
	height: 38px;
	background: url("../img/bg-nav.jpg") repeat-x; 
	margin: 0 0 10px 0; 
	border-bottom: 2px solid #FFF;
	-webkit-box-shadow: 0px 2px 4px #648fbb;
	-moz-box-shadow: 0px 2px 4px #648fbb;
	box-shadow: 0px 2px 4px #648fbb; 
}
.sf-menu {
    background: none;
    overflow: visible;
    list-style: none;
    margin: 0px auto;
    width: 960px; 
    z-index : 300;
    position:relative;
}
.sf-menu .container {
    width: 960px;
    height: auto;
    background: none;
}

.sf-menu li { text-align:left; float: left; margin-right: 3px; }
.sf-menu li.login, .sf-menu li.register, .sf-menu li.account { float: right; }
.sf-menu li a { 
	background: none;
	margin-top: 8px; 
	border: none; 
	padding: 5px 8px; 
	color: #FFF; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 0,5px; 
	font-weight: bold; 
	font-family: 'Arial', arial, serif; 
	text-decoration: none; 
	text-transform: uppercase;
	text-shadow: 0 1px #3C3C3C;
}

.sf-menu li a:hover { 
	color: #FB660B;
	} 

.sf-menu ul li a {
	background: url("../img/btn-overlay.png") repeat-x; 
	color: #FFF;
	text-shadow: none;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 7px 7px 12px;
}

.sf-menu ul li img { float: left; margin-top: -5px; margin-left: -6px; padding: 1px 6px 0 0; }
.sf-menu ul li.active a, .sf-menu ul li:hover a {
	background: url("../img/btn-overlay.png") repeat-x #F07E23;
	text-decoration: none;
	color: #FFF;
}

.sf-menu li.city_selector a {
	float: right;
	margin-top: 38px; 
	padding: 5px 8px; 
	background-color: #ff6f1d; 
	border: none;
	
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius-bottomleft: 7px;
	border-radius-bottomleft: 7px;

	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
	border-radius-bottomright: 7px;
}

.sf-menu li.city_selector a:hover { 
	background: url("../img/btn-overlay-small.png") repeat-x scroll 0 0 #ff6f1d;
	-webkit-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-radius-bottomleft: 7px;

	-webkit-border-radius-bottomright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-radius-bottomright: 7px;

	-webkit-border-radius-topleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-radius-topleft: 0px;

	-webkit-border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	border-radius-topright: 0px;
}
.sf-menu li ul li a { border-top: 1px solid #fff; margin: 0; }

#header { clear: both; margin: 0px auto 20px; padding: 0 25px; overflow: hidden; width: 960px; }
#header h1 { margin:20px 0 0 0; padding: 0; text-transform: uppercase; }
#header h1 a { color: #555; text-decoration: none; }
#header h1 span { font-size: .4em; }
#header img.icon { float: left; margin: 0 15px 0 0; }
#header p.tweet { margin: 0 0 0 135px; padding: 5px 0 0 0; float: right; }

#aside .deal_info p.td_price {
    font-size: 12px;
    margin: -1px 0px 10px;
    text-align: center;
    color: #1b1b1b;
    float: right;
    height: auto;
    width: 250px;
    background: #FFF;
    padding: 4px 0px 4px 0px;
    border: 1px solid #b8b8b8;

    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;

}

#aside .deal_info .progressbar { padding: 0px 2px 2px; height: 4.4em; }
#aside .deal_info .ui-progressbar .ui-progressbar-value { height: 48px; }

#topdeal { 
	width: 960px; 
	clear: both; 
	margin: 15px auto 25px; 
	padding: 0; 
	overflow: visible; 
	background: #FFF 20px 100% no-repeat; 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 4px #6b6b6b;
	-moz-box-shadow: 0px 0px 4px #6b6b6b;
	box-shadow: 0px 0px 4px #6b6b6b; 
}
#topdeal .deal_info { 
    width: 290px; 
    float: left; 
    padding: 30px 0px 0 0px; 
    border-right: 1px solid #c3c3c3; 
    height: 270px;
}

#topdeal .deal_info .price { height: 214px; }
#topdeal .deal_info p.td_price {
	font-size: 12px; 
	margin: -1px 0 10px 0; 
	text-align: center;
	color: #1b1b1b;
	float: right;
	height: auto;
	width: 250px;
	background: #FFF;
	padding: 4px 0px 4px 0px;
	border: 1px solid #b8b8b8;

	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	
}
.sd_price_guar  { 
	font-size: 12px; 
	margin: -3px 0 10px !important; 
	text-align: center;
	color: #5C0707;
	height: auto;
	width: 241px;
	background: #FFF;
	padding: 6px 4px 4px 4px;
	border: 1px solid #CC5757;

	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	
}

.sd_price { 
	font-size: 12px; 
	margin: -3px 0 10px !important; 
	text-align: center;
	color: #5d5d5d;
	height: auto;
	width: 242px;
	background: #FFF;
	padding: 6px 4px 4px 4px;
	border: 1px solid #B8B8B8;

	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	
}

.sd_price.his { 
	background: #78C146; 
	border: 1px solid #499516; 
	color: #FFF; 
	font-size: 14px;
	
	-webkit-border-radius-bottomleft: 5px !important;	
	-moz-border-radius-bottomleft: 5px !important;
	border-bottom-left-radius: 5px !important; 
	
}

.sd_price_guar.his { 
	background: #78C146; 
	border: 1px solid #499516; 
	color: #FFF; 
	font-size: 14px;
}

	
.price p {
	font-size: 11px;
	margin: 5px 0 5px;
	font-weight: normal;
	color: 1b1b1b;
}
#topdeal .deal_info ul { list-style: none; margin: 0 0 10px 0; padding: 0; }
.td_old_price, .td_max_discount_price, .td_max_discount_price_guaranteed { width: 100px; padding: 5px 10px 3px 10px; font-size: 2em; font-weight: bold; text-align: right; border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; }
.td_max_discount_price a, .td_max_discount_price a {text-decoration:none;color:white;}
.td_old_price, .sd_old_price {
background: #b8b8b8; border: 1px solid #878787; color: #6f6f6f; text-decoration: line-through;
font-family: "Arial",Helvetica,Garuda,sans-serif; font-size: 22px; float: left; margin-right: 7px; }
.td_old_price_cont { float:left; }
.td_max_discount_price_cont { float:left; }

.sd_old_price_cont { float:left; }
.sd_max_discount_price_cont { float:left; }
.btn_img_buy_small { float:right; margin-top:1px;}

.td_old_price_cont, .td_max_discount_price_cont { font-size : 0.7em; }
.sd_old_price_cont p, .sd_max_discount_price_cont p { margin: 0; padding:0; margin-bottom : -16px; margin-left:5px; } 
.td_old_price_cont p, .td_max_discount_price_cont p  { margin: 0; padding:0; margin-bottom : -10px; margin-left:5px;}
.td_max_discount_price, .td_max_discount_price_guaranteed { background: #78c146; border: 1px solid #499516; color: #fff;
font-family: "Arial",Helvetica,Garuda,sans-serif; font-size: 22px; float: right;}
 .td_max_discount_price_guaranteed a { color: #FFF; border: none; text-decoration: none; }
#topdeal .deal_info .buy_button { width: 125px; height: 40px; margin: 15px 0 10px 0; }
#topdeal .deal_info p.participants, .smallDeal p.participants{ 
	background: url('../img/deal-bg.jpg') no-repeat 10px 1px; 
	border: none;
	margin: 0; 
	padding: 10px 16px 0 53px; 
	float: right; 
	width: 200px; 
	font-size: 11px; 
}

.price { 
width: 252px;
height: auto;
background: #dcdcdc repeat; 
border: none; 
display: block; 
position: relative; 
float: left;
padding: 10px 18px 16px 20px;

border-top: 3px solid #8F8F8F;

-webkit-border-radius-bottomleft: 7px;	
-moz-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px; 
}

#aside .deal_info .price { 

-webkit-border-radius-bottomleft: 0px;	
-moz-border-radius-bottomleft: 0px;
border-bottom-left-radius: 0px; 

-webkit-border-radius-bottomright: 0px;	
-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;

border-bottom: 3px solid #8f8f8f;

}

.price.small { 
width: 254px;
border: 2px solid #FFF;
margin: 0 ;
height: 150px;
padding-top: 25px;

-webkit-border-radius-bottomleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-radius-bottomleft: 7px;

-webkit-border-radius-bottomright: 7px;
-moz-border-radius-bottomright: 7px;
border-radius-bottomright: 7px;
}

.price.small p { margin: 0 0 15px 0; }

.price.his { 
width: 254px;
border: 2px solid #FFF;
margin: 0;
height: auto;

-webkit-border-radius-bottomleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-radius-bottomleft: 7px;

-webkit-border-radius-bottomright: 7px;
-moz-border-radius-bottomright: 7px;
border-radius-bottomright: 7px;
}

.partner {
    background: none repeat scroll 0 0 #D8D5D2;
    margin: 6px;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 5px;
}


.partner a img {
    border: medium none;
}

#topdeal .deal_photo { 
	width: 670px; 
    height: 300px;
	margin: 0 0 0 290px; 
	padding: 0; 
	line-height: 0; 
	position: relative;
}

.ie7 #topdeal .deal_photo { 
    width : 669px;
}
.ie7 #topdeal .deal_photo .description {
    background-color : #fff;
    text-align : left;
}

#topdeal h4 {
	margin-left: 58px;
	margin-bottom: 27px;
}

#topdeal .deal_photo img, #topdeal .deal_photo img a {
	border: 3px solid #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

}

#topdeal .deal_photo img:hover, #topdeal .deal_photo img a:hover {
}

#topdeal .deal_photo .description { background: url('../img/bg-descr.png') repeat; line-height: 1; position: absolute; margin: 0; padding: 25px 20px 20px 20px; width: 222px; height: 255px; top: 0; right: 3px; z-index: 1;
}
#topdeal .deal_photo .description h2 {  margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px dashed #2a2a2a; font-weight: bold; font-size: 19px; text-align: justify; }
#topdeal .deal_photo .description a { text-decoration: none; color: #414141; } #topdeal .deal_photo .description a:hover { color: #51BAEA; } 
#topdeal .deal_photo .description p { line-height: 18px; font-size: 11px; padding-bottom: 5px; border-bottom: 1px dashed #2a2a2a; text-align: justify;}
#topdeal .deal_photo p.timer { 
	line-height: 1; 
	margin-bottom: 3px;
	padding: 7px 10px 8px 20px; 
	font-size: 1.3em; 
	color: #fff; 
	background-color: rgba(0, 0, 0, 0.7); 
	width: 640px; 
	word-spacing: 3px; 
    position: absolute;
    bottom:0;
    text-align : left;
}
.ie7 #topdeal .deal_photo p.timer, .ie8 #topdeal .deal_photo p.timer { 
	background-color: #333;
    position : relative;
    margin-top: -40px;
}
#topdeal .deal_photo p.timer em { font-style: normal; font-size: 1.5em; font-weight: bold; }

.ui-progressbar { height: 1.7em; }
.progressbar { position: relative; border: 1px solid #B8B8B8; padding: 2px 2px 4px 2px; }
.progressbar span { position: absolute; top: 0; margin: 0 5px 0; }
.progressbar span.current_discount { left: 0; padding-top: 3px; }
.progressbar span.max_discount { right: 0; padding-top: 3px; }
.progressbar span.current_discount { top: 14px; left: 5px; padding-top: 4px; color: #FFF; text-shadow: 0 1px #2A84A8; font-family: "Arial"; font-weight: bold; font-size: 20px; }
.progressbar span.max_discount { top: 14px; right: 5px; padding-top: 4px; color: #FFF; text-shadow: 0 1px #2A84A8; font-family: "Arial"; font-weight: bold; font-size: 20px; }
.ui-progressbar-value { background-image: url("../img/bg-top.png"); margin: 1px -2px 0; border-right: 1px solid #FFF; }

.bestelDiv { 
	float:right; 
	margin-left: 10px; 
	background: #FFF;
	padding: 5px 5px 5px 15px;
	border: 1px solid #c9c9c9;
	margin-bottom: 10px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

#steps { 

overflow: hidden; 
margin: 10px 0 35px 0; 
padding: 0; 
height: 75px; 
font-size: 1.6em; 
background: url("../img/btn-overlay.png") repeat-x scroll 0 0 #51BAEA; 

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
border: 1px solid #2A84A8;
}

#steps li { 
	background: url('../img/listeps-arrow.png') top right no-repeat;
	float: left; 
	margin: 5px 0 ;
	padding: 3px 0 0 0; 
	width: 245px; 
	height: 75px; 
	list-style: none;
	cursor: hand;
}

#steps li.second { width: 365px; }
#steps li.third { width: 250px; }
#steps li.last { width: 315px; background: none;}


.step-number {
	float: left;
	margin: 0px 10px;
	font-size: 44px;
	font-weight: bold;
	color: #00374F;
}

#steps li.last { border: none; }
#steps li h4 { font-size: 14px; margin: 9px 9; padding: 12px 0 0 0; text-transform: uppercase; margin: 0; font-weight: bold; color: #FFF; text-shadow: 0 1px #2A84A8; }
#steps li p { font-size: 11px; margin:0; padding: 0; color: #00374F; }

#content { clear: both; overflow: hidden; }
#content h1 { text-align:left; border-bottom: 1px dashed #616161; padding-bottom: 10px; padding-top: 5px; }
#content h2, #content h3, #content h4 { line-height: 1.5em; }
#content ul.deals { overflow: hidden; list-style: none; margin: 0 0 0 -14px; padding: 0 0 20px 0; width:990px;}

.delete-row { text-decoration: none; margin-top: 5px; margin-left: 5px; padding: 2px 0 2px 0; display: block; font-size: 11px; } 
.add-row { text-decoration: none; } 

.smallDeal {
	background: #FFF; 
	float: left; 
	width: 296px; 
	margin: 10px 15px 30px 15px; 
	padding: 10px 0 0;
	border: 2px solid #bbbbbb;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.ie7 .smallDeal {
    margin: 10px 12px 30px 12px;
}

/* .smallDeal.first { margin: 10px 0 0 0; } */
.smallDeal h3 { margin: 0 0 4px 10px; font-size: 20px; min-height: 61px; }
.smallDeal a { color: #4a4a4a; text-decoration: none; font-weight: normal;  }
.smallDeal a:hover { text-decoration: underline; }
.smallDeal .image { position: relative; line-height: 0;}
.smallDeal .image img { width: 296px; height: 160px; margin: 0; padding-top: 1px; border-top: 2px solid #909090; }
.smallDeal .image p.timer { 
	line-height: 1; 
	width: 276px; 
	bottom: 0; 
	margin: -35px 0 0 0px;	
	padding: 10px; 
	color: #fff; 
	background-color: rgba(0, 0, 0, 0.7); 
	word-spacing: 2px; 
	text-align: center; 
    position : relative;
    z-index : 300;
}
.ie7 .smallDeal .image p.timer, .ie8 .smallDeal .image p.timer { 
    background-color: #444;
}
.smallDeal .image p.timer span { font-size: 1.1em; }
.smallDeal .image p.timer em { font-style: normal; font-size: 1.1em; font-weight: bold; }
.ui-progressbar { height: 4.5em; }
.progressbar {
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
    margin: 0px 1px 0 0;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    width: 246px;
    padding: 1px 1px 3px 3px;
}
.smallDeal p.description { text-align: center;  margin-top: 12px; }
.smallDeal ul { list-style: none; margin: 10px 0; padding: 0; }
.sd_old_price, .sd_max_discount_price, .sd_max_discount_price_guaranteed {
	float: left; 
	width: 65px; 
	margin: 0; 
	padding: 5px 8px 2px 8px; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: right; 
	background: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.smallDeal .sd_max_discount_price a, .sd_max_discount_price_guaranteed a {
    text-decoration: none !important;
	font-weight: bold; 
    color: white;
}

.sd_old_price {
    background: #b8b8b8;
    border: 1px solid #878787;
    text-decoration: line-through;
    color: #6f6f6f;
    font-family: "Arial",Helvetica,Garuda,sans-serif;
    font-size: 15px;
}

.smallDeal .sd_max_discount_price, .sd_max_discount_price_guaranteed {
    background: #78c146;
    border: 1px solid #499516;
    margin-left: 5px;
    color: #fff;
    font-family: "Arial",Helvetica,Garuda,sans-serif;
    font-size: 15px;
}

.sd_sold_prod { 
	font-size: 11px; 
	margin: 8px 10px 10px 0; 
	text-align: center;
	color: #1b1b1b;
	float: left;
	height: auto;
	width: 125px;
	background: #B8B8B8;
	padding: 4px 0px 4px 0px;
	border: 1px solid #878787;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.sd_sold_discount {
	font-size: 11px; 
	margin: 8px 0 10px 0; 
	text-align: center;
	color: #1b1b1b;
	float: right;
	height: auto;
	width: 113px;
	background: #FF843D;
	padding: 4px 0px 4px 0px;
	border: 1px solid #933905;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.smallDeal .sd_button { margin: 15px 0 10px 0; width: 200px; }
.smallDeal p.participants { 
	margin: 0; 
	padding: 0 0 -5px 10px;
	float: left;
	min-height: 18px;
	font-weight: normal;
}

#content_inner { 
	float: right; 
	width: 650px;
	height: auto;
	margin-top: 4px;
} 

#content.inverse #content_inner { float: right; margin: 0 0 0 25px; }
#content_inner #imageslider { 
	width: 648px; 
	background: #FFF;
	border: 1px solid #c9c9c9;
	padding: 10px 0;
	margin: 0 0 10px 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#content_inner #imageslider h2 { 
	margin-left: 8px;
}

#content_inner .slideshow { width: 300px; }
#content_inner .slideshow img { padding: 3px; border: none; }
#content_inner ul.slideshow_nav { 
	width: 100%;
	height: auto;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	overflow: hidden;
	border-bottom: 3px solid #8f8f8f;
}
#content_inner ul.slideshow_nav li { float: left; margin: 0 0 8px 10px; line-height: 1; }
#content_inner ul.slideshow_nav li.first { margin-left: 10px; }
#content_inner ul.slideshow_nav li a { margin: 0; }
#content_inner ul.slideshow_nav li img { padding: 3px; border: 2px solid #ccc; }

#content .tabbed {
	margin-bottom: 10px;
}


#content .tabbed_menu { 
	clear: both; 
	margin: 1px 0 0px 0;
	padding: 0 0 10px; 
	list-style: none; 
	overflow: hidden;
	border-bottom: 1px dashed #616161;
	}

#content_inner .tabbed_menu { margin: 1px 0 0 0; padding-top: 10px; border-bottom: none; }
	
 #algemeen,  #info,  #voorwaarden, #aanbieder {
 
	background: #FFF;
	border: 1px solid #c9c9c9;
	padding: 10px;
	margin-top: 0px;
    text-align : left;

	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px; 	
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
}

#imageslider h2, #imageslider p { text-align : left; }
#map_widget h2, #map_widget p { text-align : left; }
/*
#content .tabbed div p, #content .tabbed div h2 {
		padding: 0px 8px 0px 8px; } */

#content .tabbed_menu li { float: left; margin: 0 1px 0 0; padding: 0;  }
#content .tabbed_menu li a { 
	display: block; 
	padding: 5px 10px; 
	background: #8f8f8f url('../img/btn-overlay.png') repeat-x; 
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	margin-right: 5px;
	border: 1px solid #7f7f7f;
	text-shadow: 0px 1px #7F7F7F;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#content .tabbed_menu li a:hover, #content .tabbed_menu li.active a { 
	background-color: #F07E23; 
	color: #FFF; 
	text-decoration: none;
	border: 1px solid #A83E1E;
	text-shadow: 0px 1px #A83E1E;
}
#content .tabbed_menu li.active a { }

#content p.add_invite a { text-decoration: none; }

#content table.wall  { border: 1px solid #c9c9c9; margin: 0;
 	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; }
#content table.wall td.icon { width: 16px; }
#content table.wall td.date { width: 100px; }
#content table.wall td.deal { }
#content table.wall td.referral { }
#content table.wall td { border: none; }

form#referrals label.submit {
background-color: #F00;
}

#middle { float: left; width: 275px; margin: 0 25px 0 0; }

#aside { 
	float: left; 
	width: 292px;
	margin-top: 4px;
}

#aside p.timer {
	line-height: 1; 
	position: relative;
	padding: 7px 10px 8px 20px; 
	font-size: 1.2em; 
	color: #fff; 
	background-color: rgba(0, 0, 0, 0.7); 
	width: 260px; 
	bottom: 0; 
	word-spacing: 3px;
	clear: both;
	margin-bottom: 10px;
}
.ie7 #aside p.timer, .ie8 #aside p.timer {
	background-color: #333;
}
#content.inverse #aside { float: left; }
#aside .deal_info { 
	margin: 0px 0 10px 0; 
	padding-bottom: 5px; 
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #C9C9C9;
}
#aside .deal_info p.discount { font-size: 12px; 
	margin: 5px 0 10px 0; 
	text-align: center;
	color: #1b1b1b;
	float: right;
	height: auto;
	width: 240px;
	background: #FFF;
	padding: 4px;
	border: 1px solid #b8b8b8;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
}
#aside .deal_info ul { 
	list-style: none; 
	margin: 20px 0 10px 0; 
	padding: 0;
}
#aside .deal_info ul li { float: left; width: 100px; padding: 5px 10px 3px 10px; font-size: 2em; font-weight: bold; text-align: right; border-radius: .3em 1em .3em 1em; -moz-border-radius: 5px;
-webkit-border-radius: 5px; }
#aside .deal_info ul li span.old_price { background: #b8b8b8; border: 1px solid #878787; color: #6f6f6f; text-decoration: line-through;
font-family: "Arial",Helvetica,Garuda,sans-serif; font-size: 22px; }
#aside .deal_info ul li.current_price { background: #78c146; border: 1px solid #499516; margin-left: 6px; color: #fff;
font-family: "Arial",Helvetica,Garuda,sans-serif; font-size: 22px; }
#aside .deal_info .sd_button { width: 217px; margin: 15px 0 10px 0; }
#aside .deal_info p.participants { 	
	background: url('../img/deal-bg.jpg') no-repeat; 
	background-position: bottom left; 
	border: none;
	margin: 9px 0 0 0; 
	padding: 10px 16px 0 53px; 
	float: right; 
	width: 200px; 
	font-size: 11px;  
}

#aside #account_menu { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ccc; }
#aside #account_menu li { margin: 0; }
#aside #account_menu li a { display: block; margin: 0; padding: 8px 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; text-decoration: none; font-weight: bold; text-transform: uppercase; }
#aside #account_menu li.active a, #aside #account_menu li a:hover { background-color: #7f7f7f; color: #fff; }

.newsletter { 

	clear: both; 
	overflow: hidden; 
	margin: 20px 0 0 0; 
	padding: 10px 20px; 
	color: #fff; 
	background: url("../img/bg-top.png") repeat #51BAEA;
	border: 2px solid #FFF;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
.newsletter p { float: left; margin: 15px 0 0; color: #FFF; font-weight: bold; font-size: 12px; text-shadow: 0 1px #2A84A8; }
.newsletter form { float: right; }
.newsletter form #email { width: 220px; }

#footer { 
	width: 100%;
	position: absolute;
	height: 120px;  
	padding: 20px 0; 
	margin: 0px auto;
	background: #2a2a2a;
	bottom: 0;
}
.ie7 #footer {
    position : relative;
}

#footer p { margin: 0; }
#footer .container { 
	background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; 
	width: 960px; 
}

#footer ul { list-style: none; margin: 0; padding: 0; }
#footer ul li { float: left; margin: 0 0 0 26px; width: 218px; }
#footer ul li.first { margin: 0; }
#footer ul li.last { 
width: 472px;
text-align: right;
color: #F00;
margin-top: 3px;
}

#footer ul li.last h4 { 
color: #999;
font-size: 11px;
font-weight: normal;
}

#footer ul li h4 { margin: 0 0 10px 0; color: #e5e5e5; font-size: 1.4em; font-weight: bold; font-family: 'Lucida Grande', arial, serif; }

#footer ul li ul { margin: 0; padding: 0; }
#footer ul li ul li { float: none; margin: 0 0 5px 0; width: 100%; }
#footer ul li ul li a { color: #999; text-decoration: none; }
#footer ul li ul li a:hover { text-decoration: underline; }

#staticurl { display:none; visibility:hidden; line-height:0; margin:0; padding:0; }

#cityPicker { display: none; }

.twitter, .facebook , .linkedin  { 
	border: none;
	height: 32px;
	margin-left: 7px;
	float: right;
	position: relative;}

.twitter { 	background: url('/img/twitter-32x32.png') no-repeat; }
.facebook { 	background: url('/img/facebook-32x32.png') no-repeat; }
.linkedin { 	background: url('/img/linkedin-32x32.png') no-repeat; }

.tweet-btn {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

.fb-btn {
float: left;
margin-bottom: 5px;
width: 50px;
}

.social {
width: 222px;
background: none;
border: none;
position: relative;
float: left;
padding: 0px 0px 8px 0px;
}

.social_specific {
    margin-left: 86px;
    width: 120px;
}

.small.social {

width: 286px;
background: none;
border-top: 2px solid #8f8f8f;
padding-top: 3px;
}

.small.fb-btn {
margin: 4px 0;
width: 46px;
}

.small.tweet-btn {
margin: 4px 0;
}

.progress-bar {

width: 252px;
height: 25px;
background: none; 
border: none; 
display: block; 
position: relative; 
float: left;
margin-bottom: 5px;

}

.progress-bar p {
font-weight: normal;
text-align: right;
margin-top: 4px;
}

.topdeal-buy {

float: left;
margin-left: 40px;

}

.smalldeal-buy {

float: right;
margin-top: 0px;
color: #FFF;

}

#cityPicker-container {
width: auto;
background-color: #d4d4d4;
border: 1px solid: #555;

}

#cityPicker {

width: 960px;
color: #F00;
margin: 0px auto;
padding-top: 0px;

}

input[disabled] {
    background-color : #ccc;
}
#cityPicker li {

list-style: none;

}

#popup {

margin: 0;
padding: 1px 0 5px 0;

}

#map_widget {

background: #FFF;
width: 280px;
padding: 5px;
border: 1px solid #c9c9c9;

-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;

}

#map_widget h3 {
	margin-bottom: 2px;
}

#map_widget p {
	text-align: justify;
	margin-bottom: 4px;
}

#map_canvas {

width: 280px; 
height: 156px;

}

#map_widget, #steps, .smallDeal, #aside .deal_info, .newsletter, /* #content .tabbed div, #content .tabbed,*/ #content_inner #imageslider{
-moz-box-shadow: 0px 0px 4px #dcdcdc;
-webkit-box-shadow: 0px 0px 4px #dcdcdc;
box-shadow: 0px 0px 4px #dcdcdc;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dcdcdc')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dcdcdc');
}

/*--------------------------------------------------------- Joost positionering */

#topdeal .deal_photo .description .icon {
	position: absolute;
	overflow: visible;
	z-index: 9;
	margin: -85px -90px 0;
	border: none;
}

#topdeal .deal_photo .description .topdealIcon {
	position: absolute;
	overflow: visible;
	z-index: 12;
	margin: -54px 20px;
	border: none;
}

.joost {
	position: relative;
	overflow: visible:
	z-index: 9;
	float: right;
}



/*--------------------------------------------------------- Content Area's */

.content {
	background: #FFF;
	padding: 1px;
	border: 1px solid #c9c9c9;
	margin-bottom: 10px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}


.content.smalldealwidth {
    width: 608px;
    float : left;
    padding : 10px;
}
.content.fullwidth {
	width: 940px;
	float: left;
	padding: 10px 10px 7px 10px;
}

.content.threefour {
	width: 690px;
	float: right;
	padding: 10px;
}

.content.contactform {
	width: 640px;
	float: right;
	padding: 10px;
}

.content.contactinfo {
	width: 250px;
	float: left;
	padding: 5px;
}

.content.half {
	width: 469px;
	padding: 10px;
	float: left;
}

.content.login {
	margin-right: 15px;
	width: 300px;
	padding: 10px;
	float: left;
}
.content.passwordreset {
	margin-right: 15px;
	width: 500px;
	padding: 10px;
	float: left;
}
.content.changepass {
	margin-right: 15px;
	width: 935px;
	padding: 10px;
	float: left;
}
.content.login.middle { width: 350px; padding: 10px; margin-bottom: 25px; }

.content.login.last { margin-right: 0px; width: 214px; float: right; }

	#login-leftcolumn { float: left; width: auto; text-align: left; }
	#login-middlecolumn { background-color: #c9c9c9; float: left; width: auto; 	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px; }
	#login-rightcolumn { float: left; width: auto; padding: none; }
	#login-rightcolumn form { margin-left: 28px; float: left; }
	
	#login-middlecolumn .remember { margin-left: 11px; }

.content.contactform p { test-align: justify; }

.content.sidebar {
	width: 200px;
	float: left;
}

.content.sidebar-prijsvraag {
	padding: 10px;
	width: 215px;
	float: left;
    clear: left;
}

.content.sidebar-side {
	padding: 1px;
	width: 233px;
	float: left;
}

.content.sidebar-prijstijd {
	background-color: #F07E23;
	border: 2px solid #A05B26;
	color: #FFF;
	padding: 10px;
	width: 213px;
	float: left;
    clear: left;
}

.content.sidebar #account_menu { background-color: #8f8f8f; margin: 0; padding: 0; border: none; list-style: none; }
.content.sidebar  ul#account_menu { 
	padding: 0; 
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.content.sidebar #account_menu li  { margin: 0; border-bottom: 1px solid #FFF; }
.content.sidebar #account_menu li a { 
	background: url("../img/btn-overlay.png") repeat-x ;
	height: 30px;
	display: block;
	padding-left: 10px;
	padding-top: 11px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1px;
	color: #FFF;
}
.content.sidebar #account_menu li.active a, .content.sidebar #account_menu li a:hover {
	background-color: #F07E23;
}

.content.sidebar-side  #account_menu { padding-left: 0; margin: 0; }
.content.sidebar-side #account_menu li {text-decoration: none; list-style: none; float: left;}
.content.sidebar-side  #account_menu ul { background: #eee; width: 100%; margin: 0px; padding: 0; float: left; border-top: 1px solid #e5e5e5; }
.content.sidebar-side  #account_menu ul li { font-size: 11px; float: left; width: 215px; background: none; margin: 5px 0 5px 10px; padding: 0 0 5px 0px; list-style: none; }
.content.sidebar-side #account_menu ul li img { float: left; padding-right: 0; margin-right: 10px; margin-left: 0px; }
.content.sidebar-side #account_menu ul li a { background: none;  height: auto; font-weight: normal; padding:0 0 0 10px; text-decoration: none; font-size: 11px;  color: #000;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;}
.content.sidebar-side #account_menu ul li a:hover { background: none; color: #4EB4E3; }
.content.sidebar-side  #account_menu li a {
		background:  url("../img/btn-overlay.png") repeat-x #8F8F8F ;
	height: 30px;
	display: block;
	padding-left: 10px;
	padding-top: 11px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1px;
	color: #FFF;
	width: 223px;
	
		-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-right-radius: 5px; 	
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.content.sidebar-side  #account_menu li a:hover { background: url("../img/btn-overlay.png") repeat-x #F07E23; }

.leftcolumn h2 { 
	width: 40%;
	margin: 0 0 4px 0;
}

.leftcolumn.register { width: 620px;}

.leftcolumn.profile { width: 678px;}



/*--------------------------------------------------------- Form styles */

/* input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
    font-size: 11px;
    display: block;
    padding: 6px;
    border: solid 1px #0B7AAD;
	float: left;
	margin-right: 7px;
	width: 150px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
} */


.leftcolumn, .leftcolumn_step3 {
	background: none;
	float: left;
	width: 690px;
	overflow: hidden;
	border: none;
	padding: 5px 0 20px 0;
}

.leftcolumn_step3 form label {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}

.rightcolumn {
	background: #A4CDF7;
	float: right;
	width: 258px;
	overflow: hidden;
	border: none;
	margin: 9px 5px 5px 10px;
	padding: 10px 20px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}

.rightcolumn h2 {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0px 1px 1px #656565;
	font-size: 20px;
}

.rightcolumn p {
	text-align: justify;
}


.form-imputspace.errors {
	background: #F00;
	float: right;
}

.btn_submit {
background: #F00;
border: 0;
margin-top: -23px;
cursor: pointer;
float: left;
}

span.field , .dynamic-form{
display: block;
padding: 2px;
background-color: #e3e5e7;
margin: 0px 0px 5px 166px;
min-height: 41px;

-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

span.field ul {list-style: none;}

span.field.login {
display: block;
padding: 0;
background-color: #e3e5e7;
margin: 3px 0 0 35px;
height: 37px;
width: 280px;
float: left;

-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

span.subject_description {
visibility: hidden;
display: block;
padding: 9px;
color: #000;
background-color: #FFF6BF;
border: 1px solid #E5D05B;
margin: 0px 0px 5px 166px;

-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.dynamic-form {
margin: 0 0 10px 0;
width: 676px;
padding-left: 10px;
padding-bottom: 0;
}

form label { 
	display: inline; 
	min-width: 175px; 
	float: left; 
	margin-top: 10px; 
	clear: left; 
	font-weight: normal; }

.errorlist ul { width: 200px; margin: 0px; }
.errorlist li { 
	float: left;
	width: 400px;
	margin-left: 158px;
	margin-top: -4px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #ff4545;
	list-style: none;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
}

.formset_error input {
    background: #ff4545;
    border: 1px solid #cc0000 !important;
}

.referral_error {
    color: #ff4545;
}

.leftcolumn input[type="text"], .leftcolumn input[type="password"], .leftcolumn input[type="checkbox"], #inputArea textarea {
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 6px;
    border: solid 1px #949494;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.leftcolumn input[type="text"]:hover, .leftcolumn input[type="password"]:hover { 
	border: solid 1px #51BAEA;

-webkit-box-shadow: inset 0px 0px 20px 1px #d1d1d1;
-moz-box-shadow: inset 0px 0px 20px 1px #d1d1d1;
box-shadow: inset 0px 0px 20px 1px #d1d1d1; 
}

.leftcolumn input[type="text"] { width: 300px; height: 16px; }
.leftcolumn input[type="password"] { width: 150px; float: left; }

input[type="submit"] {
		color:#FFF;
		background: url("../img/btn-overlay.png") repeat-x scroll 0 0 #319acb;

		border-radius:5px;	
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border:1px solid #2a84a8;
		padding:6px 9px 6px 9px;
		
		box-shadow:0px 1px #EDEDED;
		-moz-box-shadow:0px 1px #EDEDED;
		-webkit-box-shadow:0px 1px #EDEDED;
		
		text-shadow: 0px 1px #2a84a8;
		float: right;
		cursor: pointer;
}

input[type="submit"]:hover {
		text-shadow:0px 1px #a83e1e;
		border-color:#a83e1e;
		background:url("../img/btn-overlay.png") repeat-x scroll 0 0 #F07E23;
}

.submitbutton {
		color:#FFF;
		background: url("../img/btn-overlay.png") repeat-x scroll 0 0 #319acb;

		border-radius:5px;	
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border:1px solid #2a84a8;
		padding:6px 9px 6px 9px;
		
		box-shadow:0px 1px #EDEDED;
		-moz-box-shadow:0px 1px #EDEDED;
		-webkit-box-shadow:0px 1px #EDEDED;
		
		text-shadow: 0px 1px #2a84a8;
		float: right;
		cursor: pointer;
}
.submitbutton:hover {
		text-shadow:0px 1px #a83e1e;
		border-color:#a83e1e;
		background:url("../img/btn-overlay.png") repeat-x scroll 0 0 #F07E23;
}
textarea { 
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 6px;
	width: 440px;
	height: 120px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.refer {
	background-color: #E3E5E7;
	border: none;
	padding: 6px;
	width: 676px;
	height: 120px;
}

.newsletter input[type=text], .popupContent input[type=text] {
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
    font-size: 12px;
    display: block;
    padding: 8px;
    border: solid 1px #0B7AAD;
	float: left;
	margin-right: 7px;
	margin-top: 7px;
	width: 200px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.ie7 .newsletter input[type=text] {
    width : 180px;
}
.newsletter input[type=submit] {
	margin-top: 7px;
}


/*--------------------------------------------------------- Account page */


.dynamic-form input[type="text"], .dynamic-form input[type="password"], .dynamic-form input[type="checkbox"], .id_custom_message {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
	float: left;
    font-size: 11px;
    margin-bottom: 5px;
	margin-right: 3px;
	width: 150px;
    display: block;
    padding: 4px;
    border: solid 1px #949494;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.delete-row img { margin-top: 2px }



.password_strength { display: block; padding: 11px 5px; 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; }
.password_strength_1 { background-color: #fcb6b1; }
.password_strength_2 { background-color: #fccab1; }
.password_strength_3 { background-color: #fcfbb1; }
.password_strength_4 { background-color: #dafcb1; }
.password_strength_5 { background-color: #bcfcb1; }


/*--------------------------------------------------------- Checkout procedure */\

.content.checkout-max { float: left; width: 938px; padding: 10px; }
.content.checkout-max img { 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}	


.content.checkout-deal { float: left; width: 297px; padding: 5px 5px 1px 5px; margin-right: 10px; }
.content.checkout-deal img { 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}	
.content.checkout-deal img { width: 297px; height: 190px;  }
.content.checkout-info { float: right; width: 634px; padding: 10px 10px 9px 10px; } 	
.content.checkout-info em { padding-bottom: 0; margin-bottom: 0; float: left; margin-top: 3px; }
.content.info.checkout-info {	
	background: #ffff3d;
	border: 3px solid #b8b800;
	width: 630px;
	color: #000;
	padding-bottom: 0;
	margin-top: 10px;
}
.content.info.checkout-info p { margin-bottom: 9px; }
.content.checkout-info h2 { font-size: 15px; }
.content.checkout-deal h2 { font-size: 17px; }

.content.checkout-info .current-discount { margin-bottom: 4px; display: block; padding: 5px 8px; background-color: #e3e5e7; width: 618px; float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/*------------------------------- MAX spul maar dan onder het plaatje -*/
.content.fullwidth.max-discount { float: left; margin-bottom: 4px; display: block; padding: 8px 8px; background-color: #e3e5e7; width: 934px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;}
.content.fullwidth .max-discount p {  margin: 0; font-weight: bold; display: inline-block; min-width: 135px; float: left; padding: 0; text-align: center; display: inline-block; vertical-align: center;}
.content.checkout-max .total-price {  text-align: center; margin-left: 3px; font-weight: bold; font-size: 18px; display: block; padding: 5px 6px; background-color: #e3e5e7; width: 119px; float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/*------------------------------- END -*/

.content.checkout-info .current-info { text-align: justify;  margin-right: 10px; margin-bottom: 4px; display: block; padding: 5px 8px; background-color: #F07E23; color: #FFf; font-weight: bold; text-shadow: 1px 0px 1px #844b00; width: 226px; float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.content.checkout-info .max-discount { margin-bottom: 4px; display: block; padding: 16px 8px 16px 8px; background-color: #e3e5e7; width: 365px; float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.content.checkout-info .max-discount p { margin: 0; font-weight: bold; }


.content.checkout-info .current-info p { margin: 0; }

.content.checkout-info .total-price { text-align: center; margin-left: 3px; font-weight: bold; font-size: 18px; display: block; padding: 5px 6px; background-color: #e3e5e7; width: 119px; float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.content.checkout-info .current-discount p { font-size: 12px; margin: 3px 0; font-weight: bold; width: 550px; margin-left: 50px; }
.content.checkout-info #full-discount { } 

.price_now, .discount_now, .price_max, .discount_max { text-align: center; margin: 3px 3px 3px -2px; font-family: "Arial",Helvetica,Garuda,sans-serif; font-size: 15px; padding: 6px; font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}

.price_now { float: left; background: #78c146; border: 1px solid #499516; color: #FFF; margin: 0px 10px; }
.discount_now { float: left; background: #F07E23; border: 1px solid #c25400; color: #FFF; margin: 0px 0px 0px 10px; }

#price_now_cum { color: #000; font-weight: bold; text-align: center; margin: 5px 0px 5px 0; float: left; background: #FFF; width: 305px; }

#amountselect { margin: 9px 2px 0px 4px; font-size: 13px;  }

#amountselect, #price_now_cum { border: 1px solid #949494;  padding: 6px; margin-left: 10px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}


.content.confirmdeal { float: left; width: 475px; padding:0; min-height: 229px; }
.content.confirmdeal h2, .content.confirmyou h2 { padding-left: 20px; padding-top: 10px; padding-bottom: 10px; border-bottom: 2px solid #CCC;
font-weight: bold; font-size: 20px; }
.content.confirmdeal h3, .content.confirmyou h3 { padding-left: 20px; padding-top: 25px; padding-bottom: 10px; border-bottom: 2px solid #CCC; border-top: 1px solid #CCC;
font-weight: bold; font-size: 18px; }
.content.confirmyou  { float: right; width: 475px; padding: 0; margin-bottom: 10px; }
.content.confirmxtra { float: right; width: 460px; padding: 8px; margin-bottom: 10px; }
.content.confirmxtra p { float: left; }

.order-header { float: left; margin-left: 10px; }
.order-title { min-width: 110px; color: #616161; float: left; padding-left: 0px; margin-top: 5px; }
.order-titleurl { float: right; }
.order-input { background: #e3e5e7; border: none; color: #000; float: left; margin-top: 4px; padding: 3px 7px 2px 5px; width: auto; font-size: 10px; margin-right: 20px;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px; 

}  

/*--------------------------------------------------------- Login flatpage + pop up screen */

#loginNormal { background-color: #c9c9c9; padding-bottom: 15px; height: auto; width: auto; border-bottom: 2px solid #999; float: left;}
#loginSocial { float: left; width: 330px; padding: 0 10px 10px 10px;

	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px; 	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
 }
#loginSocial form.connect-button { float: left; margin-left: 87px; }
#loginSocial p { font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif; font-size: 11px; color: #222222; text-align: center; padding: 5px 0 10px 0!important; }

#popupContent label { font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif; margin-left: 35px; min-width: 300px; }
#popupContent p { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; margin: 0; padding: 0;}

.remember { margin-left: 35px; font-size: 11px; float: left; margin-top: 18px; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; }

.ui-dialog input[type="text"], .ui-dialog input[type="password"] {
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
    font-size: 11px;
    display: block;
    padding: 6px;
    border: solid 1px #949494;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.ui-dialog input[type="text"]:hover, .ui-dialog input[type="password"]:hover { 
	border: solid 1px #51BAEA;

-webkit-box-shadow: inset 0px 0px 20px 1px #d1d1d1;
-moz-box-shadow: inset 0px 0px 20px 1px #d1d1d1;
box-shadow: inset 0px 0px 20px 1px #d1d1d1; 
}

.ui-dialog input[type="text"] { width: 257px; float: left; margin-left: 5px; }
.ui-dialog input[type="password"] { width: 257px; float: left; margin-left: 5px; }

.ui-dialog { width: 350px!important; margin: 150px 0 0 0; padding-top: 5px; -webkit-box-shadow: 0px 0px 20px 1px #000000;
-moz-box-shadow: 0px 0px 20px 1px #000000;
box-shadow: 0px 0px 20px 1px #000000; }
.ui-dialog-titlebar { margin: 0;}
.ui-dialog .ui-dialog-titlebar { padding:0;}
.ui-dialog .ui-dialog-content { padding:0; margin:0; }
.ui-dialog-title { padding-left : 10px; }

------------

#login-middlecolumn input[type="text"], #login-middlecolumn input[type="password"] {
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif;
    font-size: 11px;
    display: block;
    padding: 6px;
    border: solid 1px #949494;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.ie7 #login-middlecolumn input[type="text"], .ie7 #login-middlecolumn input[type="password"] {
    margin-left : -9px;
}
#login-middlecolumn input[type="submit"] { margin: 10px 10px 10px 0; }

#login-middlecolumn input[type="text"]:hover, #login-middlecolumn input[type="password"]:hover { 
	border: solid 1px #51BAEA;

-webkit-box-shadow: inset 0px 0px 20px 1px #d1d1d1;
-moz-box-shadow: inset 0px 0px 20px 1px #d1d1d1;
box-shadow: inset 0px 0px 20px 1px #d1d1d1; 
}

#login-middlecolumn input[type="text"] {
    width: 303px; 
    height: 16px; 
    float: left; 
    margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	border: 1px solid #949494;
}
#login-middlecolumn input[type="password"] { width: 303px; height: 16px; float: left; margin-left: 5px; }

#login-middlecolumn label { margin-left: 15px; min-width: 300px; font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, sans-serif; }
#login-middlecolumn span.field.login { margin: 3px 0 0 15px; width: 324px; }

#contact span.field { height: auto; }
#loginPopup { min-height: 120px; }

.popupLoading { position:absolute; left:25%; top:20%; width:50%; height:100px; background-color : white; border:1px solid #aaa;z-index:999}

#registratiePwd { clear: both; height:24px; border:1px solid #ba9000; background: #fff; margin:0; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;text-align : right; padding-right : 20px; }
#registratiePwd a { text-decoration :none; color : #fff; font-size : 1.3em; text-shadow: 2px 2px 1px #888;}

/*--------------------------------------------------------- Error Messages */

.messages { list-style: none; margin: 0; padding: 0; }
.error li { }

/*----------------- New Happening */

.new_hap { background: #F7383F; color: #FFF; padding: 3px 4px 1px; position: relative; margin: -20px 0px 0 -39px; float: left;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;   

}

.new_hap img { float: left; margin-right: 3px; margin-top: -1px; }

.new_hap a { margin-top: 0px!important; padding: 0!important;
		}



/*--------------------------------------------------------- Style Prijsvragen */

.dealCatMenu {

list-style: none;
}

.alt {
	color: #666;
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
    .paymeny_overview 
	font-style: italic;
	font-weight: bold;
	font-size: 23px;
}

.prijscountdown {
	padding: 5px 10px 10px 0px; }

/*--------------------------------------------------------- Style gebeurtenissen */

.deal_bought { margin-bottom: 10px; width: 100%; height: auto; min-height: 75px; background-color: #E7E4DD; border: 1px solid #CECECE; padding: 10px 0 10px 0; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;  
}

.even.deal_bought { background-color: #FFF; }

.deal_bought p { margin: -2px 0 7px 0; padding: 0; }

.deal_bought .icon { margin-left: 10px; margin-top: 28px; float: left; padding-right: 10px; }

.deal_bought .thumb { float: left; margin: 0 10px 0 10px; width: 100px; height: 75px; border: 1px solid #000;}

.deal_bought .date { font-size: 11px; color: #7F7F7F; display: inline-block; margin-top: 5px;}
.deal_bought .descr { font-size: 13px; color: #000; padding-bottom: 3px; font-weight: bold;}
.deal_bought .time { font-size: 11px; color: #000; font-weight: bold;}
.deal_bought .finalprice { font-size: 12px; color: #000; font-weight: bold;}
.deal_bought .buttons { float: right; margin-right: 10px; margin-top: 20px; width: 150px; }
.deal_bought .buttons a { margin-bottom: 15px; text-decoration: none; text-shadow: none; }

.voucher_list { width: 100%; height: 20px; background-color: #E7E4DD; border: 0px solid #CECECE; padding: 10px -5px 10px 5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;  
}

.even.voucher_list { background-color: #FFF; }

.voucher_list .descr { width: 200px; overflow:hidden; text-align: left; float: left;}
.voucher_list .count { width: 60px; text-align: left; margin-left: auto; margin-right: auto; float: left;}
.voucher_list .startdate { width: 180px; overflow:hidden; text-align: left; margin-left: auto; margin-right: auto;}
.voucher_list .enddate { width: 180px; overflow:hidden; text-align: left; }
.voucher_list img { text-align: left; height: 10px;}

.voucher_list .name { width: 250px; text-align: left; float: left;}
.voucher_list .code { width: 100px; text-align: center; margin-left: auto; margin-right: auto;}
.voucher_list .status { width: 240px; text-align: left; float: right;}

.voucher_list .payment_date { width: 220px; text-align: left; float: left; }
.voucher_list .payment_company { width: 240px; text-align: left; margin-left: auto; margin-right: auto; float: left; }
.voucher_list .payment_price { width: 240px; text-align: left; float: right; }

.payment_overview { 
    width: 100%;
    height: 110px;
    background-color: #E7E4DD;
    border: 1px solid #CECECE;
    padding: 10px -5px 10px 5px; 
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;  
}
.payment_overview .payment_details { width: 320px; margin-top: 5px; text-align: left; }
.payment_overview .payment_title { width: 450px; margin-top: 5px; text-align: left; }
.payment_overview .payment_paid { width: 40px; margin-right: 5px; text-align: right; float: right; }
.payment_overview .payment_status_paid {
    text-align: right;
    float: right;
    width: 95px;
    background: #78C146;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.payment_overview .payment_status_open {
    text-align: right;
    float: right;
    width: 140px;
    background: #cc4343;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.even.payment_overview { background-color: #FFF; }

.referral_wall { margin-bottom: 10px; width: 94%; background-color: #E7E4DD; border: 1px solid #CECECE; padding: 10px 0 10px 0; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;  
padding-left : 40px;
}

.referral_wall .descr { font-size: 12px; color: #000; padding-bottom: 3px;}

.referral_wall .icon { margin-left: -30px; margin-top: 4px; float: left; padding-right: 10px; }

.even.referral_wall{ background-color: #FFF; }

span.field-custom_msg { 
display: block;
padding: 2px 8px;
width: 672px;
background-color: #e3e5e7;
margin: 3px 0 5px 0;
height: auto;
-moz-border-radius: 5px;
} 

#id_custom_message { width: 657px; }

.loginSocial.register { background: #FFF; padding: 5px 5px 2px 5px; -moz-border-radius: 5px; width: 158px;  margin-left: 45px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px; }

.error, .alert, .success, .info{ 
width: 500px; height: 18px; position: absolute; margin-left: -250px; margin-top: -9px; top: 47px; left: 50%;
-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px; 	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
z-index: 200;
}


.error a img, .alert a img, .success a img, .info a img  { float: right; margin-right: -28px; margin-top: -28px; position: relative; }

.big { font-size: 14px; }

/*------------------------------------------------ Register form fixes */

#register_step3 span.field { margin: 0 0 5px 278px; height: 27px; padding: 8px 2px 2px 2px; }
#register_step3 form label { min-width: 285px; }

#change_password span.field { margin: 0 0 5px 230px; }
#change_password form label { min-width: 190px; }

#id_old_password , #id_new_password1, #id_new_password2 { min-width: 190px; margin-left: 4px; }

#topdeal .deal_photo .description  .btn_basic.readmore { color: #FFF; }

.error-msg { float: left; width: 300px; margin: 5px 0 0 0; background: #FF4949; width: 330px; padding: 10px; -webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;  }
.succes-msg { background: #8CDB31; padding: 6px 10px 14px 10px; float: right; border: 1px solid #6BB218; height: 11px; width: 409px; margin-right: 5px; border-radius: 5px; }
.ref-class { display: inline-block; font-weight: bold; margin-left:  14px; padding-top: 10px; padding-bottom: 5px; width: 150px; }
input[placeholder], [placeholder], *[placeholder] { color:#333;}


.title-steps { color: #F07E23; display: inline-block; }

.span-4 h3 { padding: 0 0 5px; border-bottom: 1px solid #DDD; }
.span-4 ul { padding: 0; margin: 0; }
.span-4.colborder { margin-right: 15px; padding-left: 4px; }
.span-4 li { list-style: none; text-align: left; }

.contact_thumb { float: left; background: none; border: 1px solid #DDD; margin: 5px 6px 0 -9px; padding: 2px; }

.infofunction { font-weight: bold; font-size: 11px; color: #000; padding-bottom: 2px; border-bottom: 1px solid #CCC; margin-top: 8px; margin-bottom: 4px; display: inline-block; }

/*------------------------------------------------ Checkout content boxes */

.content.checkout-check { width: 940px; float: left;  padding: 10px; }
.content.checkout-half { width: 455px; float: left;  padding: 10px; }
.content.checkout-onethird { width: 280px; float: left;  padding: 10px; position: relative; }
.content.checkout-onefourth { width: 212px; float: left;  padding: 10px; }
.content.checkout-twothird { width: 606px; float: left;  padding: 5px 10px 7px 10px; margin-right: 10px; }
.content.checkout-threefourth { width: 677px; float: left;  padding: 10px; }

.content.checkout-twothird h2 { font-size: 17px; text-align: center; }

.content.checkout-twothird .max-discount { width: 600px; margin: 0px auto; }

.price_max { font-size: 1em; margin-right: 22%; width: auto; background: #FFF ; border: 1px solid #949494; color: #78c146; float: right; text-align: center; }
.discount_max { font-size: 1em; width: auto; background: #FFF ; border: 1px solid #949494; color: #F07E23; float: left; margin-left: 22%; text-align: center; }


p.thinwords { 

float: left; 
font-weight: normal; 
display: inline-block; 
margin: 8px 0px 2px 0;
padding: 18px 48px 18px 0;
width: 607px;
border-top: 1px solid #DDD; 
text-align: left; }

p.thinwords_alert {
    float: right;
    background: #FF0000;
    font-weight: normal;
    display: inline-block;
    margin: 8px -11px 2px 0;
    padding: 5px 10px 0px 10px;
    width: 607px;
    border-top: 1px solid #C9C9C9;
    text-align: justify; 
}

p.thinwords_info, p.thinwords_info_fixed {
	float: right;
	background: #FFF6BF;
	font-weight: normal;
	display: inline-block;
	margin: 8px -21px 3px 0;
	padding: 5px 10px;
	border: 1px solid #E5D05B;
	text-align: center;
}

p.thinwords_info_fixed { width: 297px; margin-right: 25px; }

.thinwords_info img, .thinwords_info_fixed img { margin: 0; padding: 0; float: left; }

.checkoutdata { 

width: 307px;
float: left;
margin-top: 5px;
background-color: none;
padding-bottom: 20px; 
}

#checkout_aantal { padding: 0; margin: 0; width: 330px; text-align: right; } 

.total-price { border-top: 1px solid #ddd; float: left; margin-left: -25px; margin-top: 7px; width: 354px; padding: 16px 20px 10px 25px; }

.span-17 span.field { height: auto; float: left; width: 99.5%; margin: 5px 0 10px; }
.span-17 span.field ul li label { background: #FFF; margin: 5px 0px 5px -12px; padding: 0px 7px 2px 0px; -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; }
.span-17 input[type="submit"] { float: left; }

.guar {
	color: #F00;
	font-weight: bold;
 }
 

 /*------------------------------------------------ Category image sprites */
 
 .cat-img { position: relative; width: auto; height: 30px; background: none; border: none; }
 .cat-img img {float: left;}
 
 .category-clip              { position: absolute; }
		
.cat-1              { clip:rect(0 28px 26px 0); }
.cat-2              { clip:rect(28px, 28px, 65px, 0); top: -38px; left: 50px; }
.cat-3              { clip:rect(74px, 28px, 95px, 0pt); top: -69px ; left: 100px ; }
.cat-4              { clip:rect(106px, 28px, 125px, 0px); top: -97px ; left: 150px ; }
.cat-5		   { clip:rect(125px, 28px, 152px, 0px); top: -123px ; left: 200px ; }

 /*------------------------------------------------ Guaranteed ad button */
 
.guaranteed_ad { text-align : left; background: url('../img/gegarandeerd-vlak.png') no-repeat; width: 151px; height: 39px; color: #FFF !important; border: none; display: inline-block; margin-top: -6px; padding: 23px 0 0 100px; font-size: 26px; font-weight: bold !important; text-decoration: none !important; font-family: 'Arial'; text-shadow: 0px 1px #5D0707; }
.guaranteed_ad a { text-decoration: none; }
.guaranteed_main { text-align : left; background: url('../img/gegarandeerd-vlak.png') no-repeat; width: 151px; height: 57px; color: #FFF !important; border: none; display: inline-block; padding: 7px 0 0 100px; font-size: 32px; font-weight: bold !important; text-decoration: none !important; font-family: 'Arial'; text-shadow: 0 1px #5D0707; }
.guaranteed_main a { text-decoration: none; }


.checkout-side { padding-bottom: 4px; border-bottom: 1px solid #DDD; color: #6D6E71; font-size: 13px; }
.mock-side { padding-left: 20px; margin-left: -21px; }  

.span-7 img { float: right; }

.notification { line-height: 28px; background: #FFBABA; border: 1px solid #A00909; width: 400px; height: 30px; text-align: center; padding: 4px; position: absolute; left: 50%; top: 50%; margin-left: -200px; margin-top: -10px; 	-webkit-box-shadow: 0px 2px 4px #648fbb;
	-moz-box-shadow: 0px 2px 4px #648fbb;
	box-shadow: 0px 2px 4px #648fbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	}
.notification img { float: right; position: relative; margin-top: -20px; margin-right:-22px; }

.toggle_ended_contest, .toggle_current_contest{
cursor:pointer;
}
.ended_contests{
	display:none;
}


#back-top a { margin: 0; text-indent: -999px; background: url('../img/totop.png') no-repeat; width: 40px; height: 40px; border: none; position: fixed; bottom: 175px; right: 30px; overflow: hidden; }
 
.bigpay {
    background-color : #F07E23;
    color : #fff;
}
.voucher_error .errorlist li {
    float: none;
    margin: 0px;
}
.contest-q {
    width : 175px !important;
}

.joostthumb { border: none; width: 148px; height: 143px; float: left; margin-right: 20px; }

.linkpartner { 
background: none;
color: #000000;
font-size: 11px;
text-decoration: none;
}

.linkpartner:hover, .linkpartner.hover { text-decoration: none; color: #000; }
.faqtopics {
    list-style : none;
    font-size : 1.2em;
}
.faqtopics a {
    text-decoration : none;
    color : #4EB4E3;
}
.faqtopics a:hover {
    text-decoration : none;
    color : #F07E23;
}

.faq.question a {
    text-decoration : none;
    color : #4EB4E3;
    font-size : 1.2em;
}
.faq.question a:hover {
    text-decoration : none;
    color : #F07E23;
}
.faq.answer {
    margin-bottom : 15px;
    display : none;
}
.faq_goback {
    text-decoration : none;
    color : #4EB4E3;
}
.faq_goback:hover {
    text-decoration : none;
    color : #F07E23;
}

.ui-corner-all { -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0; } 
.progress-div { width: 252px; }
.ui-widget-content { background-image: url('../img/bg-progressbar.png'); background-repeat: no-repeat; }
.ui-progressbar .ui-progressbar-value { height: 48px; margin-top: 2px; }
#aside .ui-progressbar .ui-progressbar-value { margin-top: 7px; margin-left: -2px; }
#topdeal .deal_info .price .progressbar { height: 3.8em; }
#topdeal .deal_info .price .progressbar  span.current_discount, #topdeal .deal_info .price .progressbar  span.max_discount { top: 10px; }

