/*


	Author:			Stijn Henderickx
					www.huureenkaraoke.be
	Last update:	2010-03-19
	Media:			Screen

ToC

	1. Font sizes and styles
	2. Margins
	3. Structure
	4. Link styles
	5. Navigation
	6. Forms
	7. Generic elements
	
*/



/********************************/
/* ------ Font sizes and styles */
/********************************/
html {overflow-y: scroll;}

body { 
	color: #333;
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
}

h1.site-title {
	background: url('../images/lgo_huureenkaraoke.png') no-repeat;
	float: left;
	display: block;
	height: 50px;
	text-indent: -7000px;
	margin: 30px 0 0 4px;
	width: 186px;
}

h1.site-title a {
	border: none;
	display: block;
	height: 100%;
	width: 100%;
}

h2 { 
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 0 15px 0;	
}

h2.red {
	color: #C91F43;
}

h3 { 
	font-family: Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 15px 0 15px 7px;	
}

h3 a:link, h3 a:visited {
	border: 0;
}

h4   { font-size: 1.2em; /* 16px */ }
h5   { font-size: 1.2em; /* 14px */ }
p	{ font-size: 1.0em; /* 10px */ }

dl {
	margin: 0 0 5px 7px;
}

	dt {
		color: #BB193B;
		font-weight: bold;
		float: left;
		line-height: 0.6em;
		margin-bottom: 5px;
	}

	dd {
		margin-left: 70px;
		margin-bottom: 5px;
	}


#logo, #logo-print {display: none;}

.clearfix:after, #nav-1:after, h1.clearfix:after, #navigation:after, .site-title:after, #wrapper:after, #switcher:after {
	clear: both;
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

div.none {
	display: none;
}

a img {
	display: block;
}

img.left {
	display: block;
	padding: 0 5px 5px 0;
}

img.right {
	display: block;
	float: right;
	padding: 0 5px 5px 0;
}

p.right {	
	text-align: right;
}

/******************/
/* ------ MARGINS */
/******************/

p { 
	padding: 3px 0; 
	line-height: 1.4em;
}


/*********************/
/* ------ STRUCTURE	 */
/*********************/

#top-wrapper {
	height: 40px;
}

	#switcher {
		height: 40px;
		margin: 0px auto;
		text-align: right;
		width: 777px;
	}
		
	
#wrapper {
	background: url('../images/bck_content.png') #FFF center repeat-y;
	margin: 0px auto;
	min-height: 400px;
	position: relative;
	width: 777px;
}
	
	#header {
		height: 50px;
		padding-top: 17px;
		width: 192px;
	}
		
		
	
	#language-bar {
		float: right;
		height: 29px;
		left: 600px;
		position: absolute;
		margin: 15px 15px 0 0;
		top: 0;
	}
	
	#navigation {
		float: left;
		width: 192px;
	}
	
	#main  {
		margin-top: 20px;
	} 
	
	.home-left {
		float: left;
		padding: 0 10px;
		width: 367px;
	}
	
	.home-right {
		background: url('../images/bck_randomproduct.png') no-repeat;
		display: block;
		float: left;
		height: 306px;
		padding: 10px;
		position: relative;
		width: 588px;
	}
	
		.home-right h2.quick-products {
			background: url('../images/bck_randomproducts_h2.png') top left no-repeat;
			color: #FFF;
			font-size: 1.3em;
			padding: 5px 0 0 7px;
			height: 46px;
			position: absolute;
			left: 14px;
			top: 14px;
			width: 177px;
			z-index: 99999;
		}
		
			ul#quick-products li {
				float: left;
				margin: 0 18px;
				padding-top: 45px;
				position: relative;
				width: 160px;
			}
				
				ul#quick-products li p {
					font-size: 1em;
				}
				
				ul#quick-products li h3 {
					font-size: 1.2em;
					padding-top: 5px;
				}
				
				ul#quick-products li div.read-more, ul#products li div.read-more {
					background: url('../images/bck_read_more.png') no-repeat;
					border: 0;
					display: block;
					font-size: 0.9em;
					height: 16px;
					line-height: 1.4em;
					padding-left: 10px;
					position: absolute;
					top: 294px;
					left: 70px;
					width: 94px;
				}
					
					ul#quick-products li div.read-more a , ul#products li div.read-more a {
						color: #FFF;
						border: 0;
						padding: 0;
						text-transform: uppercase;
					}

		
		#content, #form {
			float: left;
			font-size: 1.1em;
			margin-top: 85px;
			width: 577px;
		}
		
			#content p {
				margin-left: 7px;
			}
		
		#form {
			width: 578px;
		}
		
		#form h2,#form p {
			margin-left: 7px;
		}
		
		#content #breadcrumbs {
			border-bottom: 1px dotted #000;
			padding: 0 0 15px 10px;
			margin-bottom: 10px;
		}

	
		#content h1 {
			display: block;
			font-size: 1.6em;
			margin-bottom: 10px;
			text-transform: inherit;
		}
		
			#content h1 div {
				background: url('../images/bck_h1_right.png') no-repeat top right;
				z-index: 99999;
				line-height: 1.7em;
				padding: 0 10px;
			}
			
		
		#content p {
			line-height: 1.5em;
		}

		#content ul, .content ul {
			list-style-type: disc;
			margin: 5px 15px 5px 20px;
		}
	
		#content ul li, .content ul li {
			padding-top: 3px;
			line-height: 1.5em;
		}
		
		
		ul#products li {
			background: url('../images/bck_product_item.png') no-repeat;
			height: 200px;
			float: left;
			list-style-type: none;
			padding: 10px;
			position: relative;
			width: 440px;
		}
		
			ul#products li img {
				float: left;
				padding: 30px 23px 0 15px;
			}
			
			ul#products li div {
				float: left;
				width: 200px;
			}
			
				ul#products li div h2 {
					padding-bottom: 0;
				}
			
				ul#products li div.read-more {
					position: absolute;
					top: 181px;
					left: 320px;
				}
			
			ul#products li div p {
				font-size: 0.9em;
			}
			
		a h3 {
			margin: 0; padding: 0;
		}
	
		#gallery {
			padding-top: 15px;
		}
	
		#gallery ul {
			list-style-type: none;
			margin: 0;
		}
	
			#gallery ul li {
				float: left;
				padding: 5px;
				margin-left: 20px;
			}
		
				#gallery ul li img {
					-webkit-border-radius: 2px;
				}
		

	#footer-wrapper {
		background-color: #FFF;
		border-top: 1px solid #EAEAEA;
		padding-top: 50px;
	}
		
		#footer {
			margin: 0px auto;
			width: 777px;
			}
	
/**********************/
/* ------ LINK STYLES */
/**********************/

a {
	text-decoration: none;
}

a:link {
	color: #2175cb;
	border-bottom: 1px solid #c0c0c0;
}

a:visited {
	color: #7621CB;
	border-bottom: 1px solid #c0c0c0;
}

a:hover {
	color: #363636;
	border-bottom: 1px solid #999999;
}

a:active {
	color: #363636;
	border-bottom: 1px solid #999999;
}

#footer a:link, #footer a:visited {
	color: #2175cb;
}

#footer a:hover {
	color: #363636;
}

#language-bar ul li a {border: 0; text-decoration: none;}
#language-bar ul li a:link, #language-bar ul li a:visited{ color: #333; }
#language-bar ul li a:hover { color: #666; }


#breadcrumbs a {border: 0; text-decoration: none;}
#breadcrumbs a:link, #breadcrumbs a:visited{ color: #2175cb; }
#breadcrumbs a:hover { color: #363636; }

/**********************/
/* ------ NAVIGATION  */
/**********************/


.nav_level_1, .nav_level_2  {
	margin: 0px;
	padding: 0px;
}
 
.nav li {
	float: left;
	display: inline;
}
	
	#nav-1 {
		float: left;
		margin: 20px 0 0 5px;
		width: 186px;
	}
 
	#nav-1 li {
		font-family: "Helvetica Neue", Helvetica, Arial;
		font-weight: bold;
		letter-spacing: 0.5px;
		display: block;
		float: left;
		width: 100%;
	}
 
		#nav-1 li a {
			border-bottom: 1px solid #DADADA;
			color: #5E5E5E;
			display: block;
			font-size: 1.4em;
			line-height: 1.3em;
			height: 25px;
			margin: 0px;
			margin: 0 10px;
			text-decoration: none;
		}
		
		#nav-1 li a:active {
		}
		
		#nav-1 li a:hover {
			color: #C32444;
			display: block;
			text-decoration: none;
		}
	
		#nav-1 li a.current {
		}
		
		#nav-1 li:hover ul { 
			display: block;
		}
		#nav-1 li.current {
	 		background: url('../images/bck_menu.png') 0 3px no-repeat;
		}


	#nav-2 {
		float: left;
		padding: 0; margin: 0;
		width: 186px;
	}
	

	#nav-2 li {
		padding-left: 5px;
		display: block;
	}

		#nav-2 li a {
			color: #808080;
			border: 0;
			display: block;
			font-size: 1.2em;
			height: 20px;
			margin: 0 10px;
			text-decoration: none;
		}
		



	
	#language-bar ul li {
		border-right: 1px solid #DADADA;
		float: left;
		padding: 0 5px 0 18px;
		margin-left: 5px;
	}
	
		#language-bar ul li.NL {
			background: url('../images/img_nl.png') no-repeat left 2px;
		}

		#language-bar ul li.EN {
			background: url('../images/img_en.png') no-repeat left 2px;
		}

		#language-bar ul li.FR {
			background: url('../images/img_fr.png') no-repeat left 2px;
		}
	
	#language-bar ul li a {
		color: #666 !important;
		font-weight: bold;
	}
		
		dl.quick-info {
			margin-bottom: 20px;
		}

			dl.quick-info dt {
				color: #BB193B;
				font-weight: bold;
				float: left;
				font-size: 1.5em;
				line-height: 0.6em;
				margin-bottom: 5px;
			}

			dl.quick-info dd {
				margin-left: 30px;
				margin-bottom: 20px;
			}
	}
	
	.ui-tabs-vertical .ui-tabs-nav { padding: 15px 1px 1px 0; float: right; width: 246px;}
	.ui-tabs-vertical .ui-tabs-nav li { width: 100%; }
	.ui-tabs-vertical .ui-tabs-nav li a { display:block; font-weight: bold; color: #396898; text-transform: uppercase;}
	.ui-tabs-vertical .ui-tabs-nav li a {opacity: .9; -webkit-transition: opacity 0.20s ease-out; }
	.ui-tabs-vertical .ui-tabs-nav li a:hover {opacity: 1; -webkit-transition: none;}
	.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding: 0;}
	.ui-tabs-vertical .ui-tabs-panel { padding: 10px; float: right; width: 711px; height: 300px;}


/*********************/
/* ----------- FORMs */
/*********************/

#EditableLiteralField17, #EditableLiteralField160, #EditableLiteralField175, #EditableLiteralField42, #EditableTextField190, #EditableTextField191, #EditableTextField192 {
	display: none;
	background-color: white;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 15px;
	margin: 0;
	margin-bottom: 15px;
}

span.message {
	border: 1px solid #DD3C10;
	color: #666666;
	background-color:#FFEBE8;
	margin:10px; 
	padding:10px;
}


input.text, textarea {
	border: 1px solid #CCC;
	border-top-color: #666;
	border-left-color: #999;
	color: #222222;
	font-size: 1.1em;
	height: 18px;
	padding: 2px;
	width: 180px;
}

input.text:focus, textarea:focus {
	background-color: #F5F8FA;
}

/* -- CSS for the login form -- */

#LoginForm div.field input{
	width: 300px;
	border: 1px solid #fff;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd ;
	padding: 5px 4px;
	background-color: #ededed;
	margin-bottom: 5px;	
	font-size:11px;	
}

#LoginForm div.field input.checkbox {
	height : 26px;
	font-size : 18px;
	font-weight : lighter;
	width : 16px;
}

#LoginForm div.field input:focus, #LoginForm div.field textarea:focus{
	background-color:#fff;
}

#LoginForm {
	width: 500px;
	margin: 40px auto;
	background-color: #DDD;
	padding: 10px;
}

#LoginForm > h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
	color: #434343;
}

#LoginForm > p {
	display: none;
}

#LoginForm fieldset {
	border : 0px solid #CCCCCC;
	padding: 0px;
}

#LoginForm label {
	font-size: 10px;
	color: #434343;
}

#LoginForm label.left {
	float: left;
	width: 8em;
	margin-top : 6px;
}

#MemberLoginForm_LoginForm_error {
	font-size: 10px;
	color: red;
	font-weight: bold;
}

#SearchForm_SearchForm #Search {
	background-color: #A1A1A5;
	width: 182px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#SearchForm_SearchForm #Search .middleColumn {
	padding: 0 5px;
}

	#SearchForm_SearchForm #Search .middleColumn input.text {
		background: url('../images/bck_search_input.jpg') top right no-repeat #FFF;
		border: 0;
	}
	
#SearchForm_SearchForm fieldset .action {
	display: none;
}


/*********************/
/* --- GENERIC ITEMS */
/*********************/

.Actions {
	text-align: right;
}

.middleColumn label.required, span.required, .field label.required {
	background: none;
	border: 0;
	color: red;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	width: 250px;
	margin: 5px 0 0 220px;
	padding: 0;
}

.field {
	/*background: URL('../images/bck_line_hr.png') bottom repeat-x;*/
	clear: both;
	padding: 5px 0 5px 0;
	margin-left: 7px;
}

.field .label {
	font-weight: bold;
	padding-bottom: 0;
	border: none;
}

.field label {
	display: block;
}

.field small, .block small {
	color: #666666;
	display: block;
	font-family: font-family: "Lucida Sans", Arial, sans-serif;
	padding: 3px 0 1px 140px;
}

.field table {
	margin: 0;
	width: auto;
}

.field table tbody tr td {
	border: 0;
}

td small {
	padding-left: 0px !important;
}

.field ul li input, .field-big ul li input {
	float: left;
}

.field ul, .field-big ul, .middleColumn ul {
	display: block;
	font-weight: normal;
	margin-left: 220px;
}

.field ul li label, .field-big ul li label {
	width: auto;
}

.field-big ul.big li, .field ul li, .field ul.muziek li, .middleColumn ul li {
	float: left;
	width: 250px;
}

.field ul.big li label, .field-big ul.big li label {
	width: 300px;
}

.field label, .field .label {
	color: #333333;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	display: inline;
	padding: 5px 10px 4px 0;
	width: 210px;
}

.field .label {
	height: 20px;
}

.field .input {
	border: 1px solid #CCC;
	border-top-color: #666;
	border-left-color: #999;
	color: #222222;
	font-size: 1.1em;
	height: 18px;
	padding: 2px;
	width: 180px;
}

.field input:focus, .field textarea:focus {
	background: url('../images/bck_input.png') repeat-x #FFF;
}

.field textarea {
	border: 1px solid #CCC;
	border-top-color: #666;
	border-left-color: #999;
}

.field .textarea {
	font-size: 1.1em;
	height: 200px;
	padding: 2px;
	width: 400px;
}

.field .textarea-small {
	font-size: 1.1em;
	height: 200px;
	padding: 2px;
	width: 250px;
}

.field input.tiny {
	width: 50px;
}

.field input.small {
	width: 120px;
}

.field input.large {
	width: 350px;
}

.border {
	border-right: 1px solid #E5E5E5;
}

.first {
	width: 197px !important;
}

.col {
	float: left;
	padding-right: 1px;
	width: 191px;
}

.col2 {
	background-color: #FFF;
	float: left;
	padding: 0 2px 0 10px;
	width: 373px;
}

.col3 {
	background-color: #FFF;
	float: left;
	padding: 0 2px 0 10px;
	width: 573px;
}

.last {
	padding: 0px;
	border: 0px;
}

.no-border {
	border: 0px !important;
}

.product-table {
	float: left;
	position: relative;
}

.product-table-links {
	top: 275px;
	position: absolute;
}

	.product-table-links li {
		display: block;
		float: left;
		text-align: center;
		width: 192px;
	}
 
.product-popup {
	display: block;
	height: 40px;
	margin: 0 15px;
	width: 160px;
    position: relative;
	cursor: pointer;
}

	.product-popup a {
		border: 0;
		display: block;
		padding: 3px 40px;
		text-indent: -99999px;
	}
 
div.product-popup div {
	background: url('../images/bck_product_popup.png') bottom #FFF no-repeat;
    width: 154px;
    height: 59px;
    position: absolute;
    top: -80px;
    left: -0px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

