/* -- ELEMENT -- */
* { /* Global Whitespace reset */
	margin: 0; padding: 0;
}

ul, ol, dl, blockquote
{
	margin-left:10px;
	padding-left:10px;
	margin-bottom: 15px;
}

a {
	font-weight: bold;
	text-decoration: underline;	
	/*color: #FF6600;*/

	color: #3366CC;


}

a.footerlink{
	font-weight: bold;
	text-decoration: underline;	
	color: #fff;
}

span.contactnumber
{	
	color: #3366CC;
	font-weight: bold;
	
}

img.pdf
{
	border: none;
}
p{
	padding-bottom: 15px;
}

html {
	height: 100%;
} 
body {
	background: #4578C3 url(../Images/background.gif) repeat-x;	
	position: relative;
	min-height: 100%;
	padding-left: 15px;
	padding-bottom: 10px;
}

* html body {
	height: 100%;
}

body, td {	
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	color: #333333;
}

blink
{
	color:Red;
}
acronym{
	border:none;
	cursor: pointer;
}
pre
{
	padding:10px;
}
h1 {
	font-size:18px;
	font-weight:bold;	
	padding-bottom: 10px;	
	color: #FF6600;
	line-height: normal;
			
}
h2 
{
	font-size:14px;
	font-weight: bold;
	padding-bottom: 6px;
	color: #FF6600;	 
}

h3 {	
	font-size: 12px; 
	font-weight:bold;	
	/*color: Red;	*/
}
h4 {	
	font-size:11px;
	font-weight:bold;
	padding-bottom: 10px;
	/*color: green;	*/
}
h5 {
	font-size: 11px;
	font-weight: bold;	
}



.small 
{
	font-size: 10px; font-family: Arial, Verdana;
}
/*
input,select,textarea
{
	font-size:12px;
	padding-left:1px;
	width: 400px !important;
}
*/
input.normal
{
	width:130px;
}

input.wide
{
	width:180px;
}

input.narrow
{
	width:50px;
}

input.sokfalt
{
	width: 180px;
	font-size: 14px;
	background:#fff url(../Images/searchbox.gif) no-repeat;
	padding-left: 20px;
	display: none;
}

input.sokknapp
{
	background:url(../Images/search.gif) left top;
	width: 41px;
	height: 23px;
	border: 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	display: none;	
}


/* -- LAYOUT  -- */ 

/* container */
div#container{		
	width:910px;
	float: left;
	background: #fff;
}

/* content wrapper */
div#contentWrapper
{		
	padding: 10px;	
}

/* header */
div#header{
	background:url(../Images/logotype.gif) no-repeat;	
	height:102px;
	width: 910px;

}

/* always left */



div#leftWrapper{
	float:left;
	position: relative;
	width:200px;
	line-height:16px;



}

div#middleWrapper{

	float: left;
	position: relative;
	width:520px;
	margin-left:20px;
	margin-right:20px;
	line-height:16px;	
}

div#fullMiddleWrapper{

	float: left;
	position: relative;
	width:650px;
	margin-left:20px;
	line-height:16px;

}

div#fullMiddleWrapperLeft{

	float: left;
	position: relative;
	width:650px;
	margin-left:10px;
	line-height:16px;

}

div#fullMiddleWrapperStart{

	float: left;
	position: relative;
	width:870px;
	margin-left:10px;
	line-height:16px;

}

div#rightWrapper{
	float:right;
	width:200px;
	position: relative;
	line-height:16px;


}

/* footer */
div#footer 
{

	clear: both;
	float: left;
	background:#EEEEEE;	
	border-top: solid 1px #D1D3D5;
	font-size: 11px;
	padding: 20px 15px 20px 15px;
	margin: 10px 0 0 0;
	width: 880px;

}

div.footerLeft 
{
	
	position: relative;
	float: left;
	width: 200px;
	margin-left: 10px;
	clear: right;
}

div.footerRight 
{
	position: relative;
	float: right;
	width: 250px;
	margin-right: 10px;
}


/* -- BOX -- */
div.boxContainer{
	margin-bottom: 10px;
}

div.boxContent
{
	padding:10px 5px 5px 5px;	
}

div.leftBox
{
	float: left;
	width: 50%;
}

div.rightBox
{
	float: right;
	width: 50%;
}

/* corners */
div.boxContainer .boxCornerTopLeft {	

}
div.boxContainer .boxCornerTopRight {	

}
div.boxContainer .boxCornerBottomLeft {

}
div.boxContainer .boxCornerBottomRight {
	
}


div.informationBlock
{
	display:block;
	float:right;
	background:url(../Images/informationBlock.gif) no-repeat;
	width: 160px;
	height: 120px;
}

div.informationBlock div
{
	padding: 10px;
}

div.informationBlock div h3
{
	font-size: 14px;
	padding-bottom: 10px;	
}

div.informationBlock div p
{
	line-height: 20px;
}

div.orderBlock
{
	display:block;
	float:left;
	width: 500px;
	background:url(../Images/orderBlock.gif) no-repeat;

}

div.orderBlockSmall
{
	display:block;
	float:left;
	width: 500px;
	background:url(../Images/orderBlockSmall.gif) no-repeat;

}

div.orderBlock div
{
	padding: 10px;
}

div.orderBlockSmall div
{
	padding: 10px;
}

img.noBorder
{
	border: none;	
}


div.three-block{

	width: 260px; 
	float: left; 
	margin-right: 40px;
}

div.three-block-last{

	width: 260px; 
	float: left; 
	margin-right: 0px;
}

/* -- SUPPORT MENU -- */

div#supportContainer
{
	float: right;
	margin-top: 45px;
	margin-right: 10px;
}


   
ul#supportMenu
{
	list-style:none;	
	margin-left:0;
	padding-left:0;
}

ul#supportMenu li
{
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #fff;
}

ul#supportMenu li.lastItem
{
	border-right: none;
}

ul#supportMenu li a
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

/* -- NAVIGATION LEVEL 1 -- */
#menuContainer 
{
	position: relative;
	width:910px;
	border-top:1px solid #fff;

}

#menuLevel1Container 
{	
	font-size: 12px;
	background:#203B6B;
}
#menuLevel1Container ul{
	margin-left:0;
	padding-left:0;
	margin-bottom: 0;
}
#menuLevel1 {	
   margin-left: 7px;
   list-style:none;   
   padding-bottom: 23px;
}
#menuLevel1 li 
{  
  float:left;
  padding:0;
}
#menuLevel1 a {
  float:left;
  display:block;
  padding: 3px 20px 4px 20px;
  text-decoration:none;
  font-weight:bold;
  color:#FFF;
  border-right: 1px solid #fff;
}

/* [TODO] Commented Backslash Hack hides rule from IE5-Mac \*/
#menuLevel1 a {float:none;}
/* End IE5-Mac hack */

#menuLevel1 a:hover 
{
	background: #3366CC;

}
#menuLevel1 li.selected 
{
	background: #FF6600;
}
#menuLevel1 li.selected a:hover
{
	background: #FF6600;
}
#menuLevel1 a.selected 
{
	/*background: url(/CMS.Web.Public/Customers/24hpoker/Includes/Images/menuLevel1_right_on.gif) no-repeat right top;*/

}


/* -- NAVIGATION LEVEL 3 -- */

#menuContainer3 
{
	position: relative;
	border: solid 1px #D1D3D5;

}
#menuLevel3Container 
{	


}


#menuLevel3 { list-style: none; margin-bottom: 10px; }
#menuLevel3 ul { list-style: none; margin:0; padding:0; }

ul#menuLevel3{
	margin:0;
	padding:0;
	font-size: 13px;
	font-weight:bold;
	color: #203b6b;
	
}

#menuLevel3 a {  
	display:block;
	padding:2px 10px 2px 12px;      
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
	color: #203b6b;


}

#menuLevel3 a.selected 
{	
	color: #fff;
	background-position: 0px 5px;	
}

#menuLevel3 ul li a
{
	display:block;        
	margin-left: 10px;
	padding:0 10px 0 12px;  
	color: #203b6b;
	font-size: 11px;


}



#menuLevel3 ul
{

}

#menuLevel3 li 
{  
	border-bottom: 1px solid #fff;

}

#menuLevel3 li.underLevel
{  
	
	border-bottom: 0px solid #fff;
	overflow: hidden;
}

#menuLevel3 li.selected 
{
	background: #FF6600;
}

#menuLevel3 a:hover
{
	color: #3366CC;
}

#menuLevel3 li.selected a:hover
{
	color: #fff;
}

span.green
{
	color: green;	
}

/* Table Products */

table.producttable{

	width:100%;
	margin:0px;
	border:0px;
	border-collapse: collapse;

}



table.producttable th.first{

	background: url(../../includes/images/th.gif); 
	border: 0;
	padding: 6px;

}

table.producttable th.middle{

	background: url(../../includes/images/th-middle.gif); 
	border: 0;
	padding: 6px;
	background-position: right bottom;
	}
	
table.producttable th.last{

	background: url(../../includes/images/th.gif); 
	background-position: right bottom;
	border: 0;
	padding: 6px;
}

table.producttable td{

	padding: 6px;
}

table.producttable tr.even{

	background: #F9F9F9;
}

table.producttable{

margin-bottom: 20px;

}
