/* 
	:: http://www.privatespice.com ::

	Author: Antonio Greco
	
	Date: 24.10.07
	
	Rel: howToWatch.php

	Format: Layout | Text
	
	Media: Screen
*/

/******************	

Start : Share and cascade
	
******************/
	
	/*	Content	*/
	.holder a:link{color:#e778b8;}
	.holder a:visited {color:#e778b8;}
	.holder a:hover {color:#c267a2;}
	.holder a:active {color:#c267a2;}

/******************	

Start : Elements
	
******************/

	/*	Content	*/
	img { float: left; margin: 0 10px 0 0; }
	h2 { color: #c267a2; font-size: 16px; font-weight: bold; margin: 6px 0 0 15px; }
	h3 { color: #884c9a; font-size: 14px; margin: 3px 0 10px 0;}
	p.space { margin:0; padding-bottom: 10px; color:#000000;}
	
/******************	

Start : Id's
	
******************/
	
	/*	Content	*/	
	#form { margin: 17px 0 0 0;}
	#form select { width: 300px;}
	#countryList {margin: 210px 0 0 0; padding: 0; width: 727px; color: #2c2b2c; font-weight: bold; }
	#countryList li { width: 707px; background-color: #FFFFFF; margin: 0 0 20px 18px; list-style: none; padding: 10px;}
	#countryList li.belgium { }
	#container { color:#000000; width: 770px; z-index:1000; position: absolute; margin: 160px 0 0 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px !important;}

	/*	Header	*/
	#htw-header{position:absolute; top:128px; left:13px; width:195px; height:18px; z-index:1;}
	
	/*	Footer Content	*/
	#copyright{position:relative; z-index:10; margin:70px 0 20px 0; text-align:center;}
	#htwBg{position:absolute; top:0px; left:0px; width:761px; height:938px; z-index:0;}
	
/******************	

Start : Classes
	
******************/

	/*	Content	*/	
	.topBanner { position: absolute; margin: 0 0 0 17px; }
	.bannerText {
	position: absolute;
	margin: 5px 0 0 290px;
	width: 200px;
	height: 69px;
	font-weight:bold;
	color:#000000;
	top: 40px;
	left: -1px;
}
	.select {
	position: absolute;
	margin: 130px 0 0 18px;
	color:#FFFFFF !important;
	font-weight: bold;
	top: 34px;
	left: -1px;
}
	.view {
	position: absolute;
	margin: 135px 0 0 335px;
	width: 150px;
	top: 31px;
}
	.countrySelect {
	display: block;
	position: absolute;
	margin: 105px 0 0 20px;
	font-weight: bold;
	top: 34px;
	left: -2px;
}
	.backToTop { float:right;}
	.displayCountry{display:block;}
	.hideCountry{display:none;}
	.holder { width: 707px; height: auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px !important; font-weight: bold; }
	.backToTop { float:right; }
	.title { display: inline; width: 500px; float: left;}
	.leftColumn { width: 354px; float: left; margin: 3px 0 0 0;}
	.rightColumn{ width: 353px; float: right; margin: 3px 0 0 0;}
	.content{ display: block; margin: 0 0 10px 0; border-bottom: 1px solid #884c9a; height:30px; color: #000000;}

.line { display: block; margin: 15px 0 10px 0; border-bottom: 1px solid #884c9a; color: #000000;}
	
	/* Generic	*/
	.float-left{float:left;}
	.float-right{float:right;}
	.clearBoth-float{clear:both;}
	.clearBoth { clear:both;}

