f/* top level html containers */
html { height: 100%; overflow: auto; overflow-y: scroll; 
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	background-color: #000;
	
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-image: url('../img/header-bubbles.png');
	background-repeat: repeat-x;
	background-position: top;
}



* {
	outline:none;
}

/* general styling rules */
a { color: #fff; outline: none; }
a:hover { color: #feec02; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }

input.flugel {
	width: 150px;
	font-size: 11px;
	padding: 5px 5px 0px 5px;
	height: 18px;
	background: url(../img/input_background.gif) no-repeat;
	overflow: hidden;
	border: 0px;
	color:#aba9a9;
}

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #00A8E6; }
input.validation-failed, input.error, textarea.validation-failed, textarea.error { border: 1px dashed #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { /*border:  1px dashed #00CC00; */ color : #6FFF90; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }
div.error { margin: 0px; font-size: 10px; }


#bubble1 {
	background-image:url("../img/bubbel1.png");
	height:344px;
	left:-319px;
	position:absolute;
	top:59px;
	width:303px;
}

#bubble2 {
	background-image:url("../img/bubble2.png");
	height:362px;
	position:absolute;
	right:-305px;
	top:130px;
	width:313px;
}


/* footer position using 'footerStickAlt' technique */
#contents {
	position: relative;
	min-height: 100%;
	left: 50%;
	border: 0px;
	margin-left: -468px;
	width: 936px;
	/* BG FIX background: #000; */
	z-index: 2;
	
}

#logo {
	text-align: center;
	height : 65px;
}

#menu_frame {
	display: block;
	background: url(../img/menu_frame.jpg) no-repeat;
	/*height: 48px;*/
	height: 123px;
	margin: 0px 0 0 -63px;
	width:1065px;
	padding : 10px 0px 20px 0px;
}


#menu_frame li {
	float: left;
	background: url(../img/menu_item.jpg) center top no-repeat;
	width: 130px;
	display: block;
	height: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu_frame li a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#header {
	margin: 0;
	width:936px;
	height:330px;
	background-color: #000;
}

td {
	padding: 0 15px 2px 0;
}
b, strong, .strong {
	font-weight: bold;
	color: #b40270;
}

h2 {
	font-weight: bold;
	color: #b40270;
	margin: 20px 0 3px 0;
	padding: 0;
}

.news h2 {
	margin:0 0 5px 0;
	color:#FFC940;
}

#flugel_main_contents {

}

.menu {
	margin: 10px 0 15px 0;
}
.menu a {
	display: block;
	width: 156px;
	color: #aba9a9;
	text-decoration: none;
	margin: 4px 15px;
	padding: 6px 15px 6px 15px;
}

.menu a:hover {
	background: url(../img/menu_base.png) left bottom no-repeat;
}
.menu a.active {
	color: #f0b847;
	background: url(../img/menu_hover.png) left bottom no-repeat;
}

.calendar a {
	margin:0;
	padding:0;
	background:none;
	display:inline;
}

.calendar a:hover {
	background:none;
}

.flugel_frame_small {
	float: left;
	margin-bottom: 15px;
	background: url(../img/box_frame.gif) no-repeat bottom left;
	width: 220px;
	margin-right: 18px;
	min-height:  200px;
	position:relative;
}

.flugel_frame_small h1 {
	background: url(../img/sub_header.jpg);
	margin: 0;
	color: #ffc940;
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
}

.flugel_small_wrap {
	float:left;
	width:240px;
}

.flugel_frame_large {
	float: left;
	margin-bottom: 15px;
	background: url(../img/frame_large_bg.jpg) no-repeat bottom left;
	width: 457px;
	margin-right: 18px;
	min-height: 280px;
}

.flugel_frame_large h1 {
	background: url(../img/sub_header_large.jpg);
	margin: 0;
	color: #ffc940;
	font-size: 12px;
	font-weight: normal;
	height: 19px;
	padding: 9px 0 0 30px;
	text-transform:uppercase;
}

.flugel_frame_small ul , .flugel_frame_large ul {
	margin: 10px 0 15px 0;
	padding: 0;
	list-style: none;
}

.flugel_frame_small ul li , .flugel_frame_large ul li {
	display: block;
	width: 156px;
	color: #aba9a9;
	text-decoration: none;
	margin: 4px 15px;
	padding: 6px 15px 6px 15px;
	background: url(../img/menu_base_grey.png) left bottom no-repeat;
	list-style: none;
}

.flugel_frame_small .body , .flugel_frame_large .body {
	padding: 15px 30px 20px 30px;
	color: #aba9a9;
}

.flugel_frame_small .picturebody {
	padding: 15px 10px 20px 10px;
	color: #aba9a9;
}

.flugel_frame_right {
	float: right;
	margin-right: 0px;
}

img.medium {
	margin: 0 0 20px 0;
	float: right;
}

img.standalone {
	margin: 15px 30px 20px 30px;
	border: 1px solid #222;
}

#footer_spacing {
	height: 90px;
	clear: both;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	left: 50%;
	width: 936px;
	margin-left: -468px;
	/* height: 70px; */
	margin-top: -66px;
	overflow: hidden;
	background: url(../img/footer.jpg) center top;
	z-index: 8;
}

#dtradio {
	position: absolute;
	left:0px;
	top: 17px;
}

#footer_links {
	margin-top: 20px;
	padding-top: 6px;
	height: 40px;
}

#footer-bubbles {
	position: fixed;
	width: 100%;
	height: 549px;
	background-image: url('../img/footer-bubbles.png');
	background-repeat: repeat-x;
	background-position: bottom;
	bottom: 0px;
	left: 0px;
}

#footer_links a {
	text-decoration: none;
	/*color: #393838;*/
	color:#999;
	text-transform: uppercase;
	margin: 0 30px;
	font-size:14px;
}

#footer_links a.hover {
	color:#96145b;
}

#country_selector {
	height: 16px;
	position: absolute;
	margin-left: 763px;
	margin-top: 4px;
}

#country_selector a {
	margin-right: 3px;
}

#country_selector a img.active {
	background: url(../img/flag_glow.png) no-repeat;
}

#country_selector a img {
	padding:5px;
}

.pagination {
	text-align: center;
}
.pagination a {
	text-decoration: none;
	margin-right: 5px;
	padding: 1px 6px;
	background: #444;
}
.pagination a.active {
	background: #fff;
	color: #000;
}

.party_pic {
	margin-bottom: 9px;
	width: 72px;
	height: 52px;
}

select.flugel {
	width: 160px;
	font-size: 11px;
	padding: 3px 5px 0px 5px;
	height: 18px;
	background: #524f4f;
	color:white;
	overflow: hidden;
	border: 0px;
}

input.button {
	width: 75px;
	height: 19px;
	padding:3px 0 20px;
	border: 0px;
	background: url(../img/button.gif) no-repeat;
	margin-top: 10px;
	color: #feec02;
	font-size: 10px;
}

a.widebutton {
	background: url("http://www2.pixelindustries.com/flugel/img/widebutton.gif") no-repeat;
	color: #feec02;
	font-size: 10px;
	height: 24px;
	margin-top: 10px;
	font-family: Arial;
	padding: 3px 0;
	text-align: center;
	width: 90px;
	text-decoration: none;
	display: block;
}
a.widebutton:hover {
	background: url(../img/widebutton_hover.gif) no-repeat;
}

input.button:hover {
	background: url(../img/button_hover.gif) no-repeat;
}
input.button.wide {
	width: 90px;
	height: 19px;
	padding:3px 0 20px;
	border: 0px;
	background: url("http://www2.pixelindustries.com/flugel/img/widebutton.gif") no-repeat;
	margin-top: 10px;
	color: #feec02;
	font-size: 10px;
}
input.button.wide:hover {
	background: url(../img/widebutton_hover.gif) no-repeat;
}
input.gray {
	color: #8f8f8f;
}

.error {
	color: red;
	font-weight: bold;
	margin: 5px 0;
}

.separator {
	clear: both;
	height: 2px;
	font-size: 1px;
	background: #000;
	margin: 15px 0;
}

.calendar {
	border-collapse:collapse;
	clear:both;
}

.calendar td {
	width:16px;
	height:15px;
	text-align:right;
	padding:1px 5px;
	font-weight:bold;
	font-size:11px;
}

.calendar td.active {
	background:url(../img/cal_active.png) no-repeat center center;
}

.calendar td.inactive {
	color:#515151;
}

.head td {
	color:#aba9a9;
}

.calwrap {
	background:url(../img/cal_bg.png) no-repeat;
	width:190px;
	height:150px;
	margin:0 15px;
}

.calwrap a.calnav {
	display:inline;
	width:auto;
	padding:0;
	margin:0;
	float:left;
}

.calwrap a.calnav:hover {
	background:none;
}

.calnav img {
	margin:8px 10px 4px;
	vertical-align:middle;
}

.calwrap span {
	color:#bf0076;
	font-weight:bold;
	width:100px;
	display:block;
	float:left;
	padding-top:10px;
	text-align:center;
}

.calchoice {
	background:url(../img/cal_choice_top.png) no-repeat top left;
	width:186px;
	color:#aba9a9;
	margin:17px 17px;
	font-size:12px;
}

.calchoice form {
	background:url(../img/cal_choice_bottom.png) no-repeat bottom left;
	padding:3px 10px;
}

textarea.area {
	background:url(../img/textarea_bg.jpg) no-repeat;
	border:1px solid black;
	width:394px;
	height:140px;
	overflow:auto;
	padding:5px 3px;
	font-family:Verdana;
	font-size:11px;
	color:#aba9a9;
}

#quiz {

}
#quiz p {
	padding-left: 10px;
	padding-right: 10px;
}

#pxl {
	left:840px;
	position:absolute;
	top:30px;
}

#facebook {
	left:800px;
	position:absolute;
	top:23px;
}

#hyves {
	left:760px;
	position:absolute;
	top:23px;
}

.member_first {
	padding:6px 15px;
}

.specialquiz {
	color:#691247;
}

#prijsvraag_button {
	position:absolute;
	top:32px;
	left:-50px;
	z-index:99;
}

#music_player {
	position : absolute;
	top : 0px;
	right : 0px;
	width : 30px;
	height : 30px;
}

/* shop */
.product_box {
	width: 191px;
	height: 178px;
	float: left;
	margin: 0 7px 10px 0;
	background: url(../img/product_highlight_medium.png) no-repeat;

}

.product_box h2 {
	margin: 0px;
	font-size: 11px;
}

.product_box h2 a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 135px 0 5px 10px;
}

.product_box div {
	height: 19px;
	background-color: #000000;
	padding: 3px 10px 3px 10px;
}

.product_box span.price {
	float: left;
}

.product_box span.actions {
	float: right;
}

.product_box span.actions a.tinybutton {
	float: right;
}

.product_large {

}

.product_large .image_large {
	width: 399px;
	height: 320px;
	background-repeat: no-repeat;
	background-position: center;
}

.product_large .price {
	padding-top: 5px;
	float: left;
}
.product_large .bottom {
	background-color: #000000;
	padding: 3px 0px;
	text-align: left;
}

.product_large .size_select {
}

.product_large form {
	float: left;
	width: 100%;
}

.product_large form input{
	margin-left: 20px;
}

.product_large input.cart {
	background: url(../img/cart.png) no-repeat right;
	border: 0px;
	margin: 4px 0 0 10px;
	padding: 0 27px 0 0;
	cursor: hand;
	font-size: 12px;
	color: #a80e66;
}

.tinybutton {
	background: url(../img/tiny_button.png) no-repeat;
	color: #aba9a9;
	text-decoration: none;
	display: table-cell;
	width: 34px;
	height: 17px;
	text-align: center;
	font-size: 10px;
	padding: 3px 0 0 0;
}

.product_description {
	padding: 10px 0px;
}

.other_images {
	text-align: center;
}

.other_images a {
	display: table-cell;
}

.shoppingcart ul li {

}

.shoppingcart ul li span {
	float: right;
}

.shoppingcart ul li div.title {
	color: #FFFFFF;
}


.shoppingcart ul li.total {
	background: url(../img/menu_hover.png) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}


.shoppingcart ul li.product {
	background: none;
	margin: 0 0 25px 0;
}

.shoppingcart ul li .actions {
	padding: 5px 0 0 0;
}

.shoppingcart ul li .actions span.amount {
	float: none;
}

.shoppingcart ul li .actions span.moreless {
	float: right;
}

.shoppingcart ul li .actions span.moreless form {
	display: inherit;
	margin: 0px;
	padding: 0px;
	float: left;
}

.shoppingcart ul li .actions span.moreless input.more {
	display: table-cell;
	background: url(../img/cart.png) transparent no-repeat;
	border: 0;
	width: 8px;
	height: 13px;
	padding: 0px;
	cursor: pointer;
}
.shoppingcart ul li .actions span.moreless input.less {
	display: table-cell;
	background: url(../img/cart_less.png) transparent no-repeat;
	border: 0;
	width: 7px;
	height: 13px;
	padding: 0px;
	cursor: pointer;
	margin-right: 5px;
}

.shoppingcart ul li .actions span.moreless input.delete {
	display: table-cell;
	background: url(../img/cart_delete.png) transparent no-repeat 0px 1px;
	border: 0;
	width: 12px;
	height: 13px;
	padding: 0px;
	cursor: pointer;
	margin-left: 3px;
}

.shopForm table tr th {
	width: 40%;
	text-align: left;
	font-weight: normal;
}


.partnerdiv {
	float: left;
	margin: 5px;
}

div#lightbox {
	width: 600px;
	height: 500px;
	position: absolute;
	top: 100px;
	margin: auto;
	left: 50%;
	margin-left: -300px;
	background-color: #000;
	border: 1px solid grey;
	z-index: 99999;
	padding: 10px;
}

input.buttonPurpleMedium {
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border-width: 0px;
	background: url('../img/shop/button-medium.png') no-repeat top;
	height: 34px;
	width: 82px;
}

input.buttonPurpleMedium:hover {
	background: url('../img/shop/button-medium.png') no-repeat bottom;
}

input.buttonPurpleLarge {
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	border-width: 0px;
	background: url('../img/shop/button-large.png') no-repeat top;
	height: 34px;
	width: 149px;
}

input.buttonPurpleLarge:hover {
	background: url('../img/shop/button-large.png') no-repeat bottom;
}

hr {
	border: 0;
	background-color: #333;
	height: 1px;	
}

.bold {
	font-weight: bold;	
}

.white {
	color: #fff;
}