html{background:url(/images/Scankab/html-bg.gif); overflow:-moz-scrollbars-vertical;}
body{
	margin:0;
	font:11px Tahoma, Arial, sans-serif;
	background:url(/images/Scankab/body-bg.gif) repeat-x;
	min-width:990px;
	color:#484f5f;
	
}

h1 {
    line-height:22px;
    color: #5D5D5D;
    font-size:20px;
    margin-top:0px;
}

h2{
	margin: 0 0 12px; /* top right bottom left */
	/*font-size:18px;*/
    font-size:18px;
    
	/*color:#3d3f40;*/
    color:#5d5d5d;
	/* background:url(/images/Scankab/main-h2.gif) no-repeat 0 5px; */
	/* padding-left:13px; */
	font-weight:normal;
}
.emptyH2 {background-image:none;}

h3{
	margin-bottom:0;
	margin-top:19px;
	font-size:11px;
	font-weight:bold;
	color:#3d3f40;
	line-height:19px;
}

h3.contactGroup
{
    margin-top: 0px;
}
p
{
	margin-top:2px;
	margin-bottom:5px;
	color:#484f5f;
}

a, a:link, a:visited {text-decoration:none; cursor:pointer; color:#89ab75;font-weight: bold;}
a:hover { text-decoration: underline;}

img{border-style:none;}
form{
	padding:0;
	margin:0;
}
/*page-holder*****************************************/
/*.page-holder { background:url(/images/Scankab/page-bg.gif) no-repeat 50% 0; }*/ /* background:url(/images/Scankab/page-bg.gif) no-repeat 50% 0;  */
/*page**********************************************/
#page{
	position:relative;
	width:990px;
	margin:0 auto;
	padding-top:109px;
}
/*header***********************************************/
#header{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	/*height:138px;*/
    height: 272px;
}
.header
{
    width:200px;
	overflow:hidden;
	padding-bottom:9px;
	float:right;
}
.logo span{
	width:285px;
	height:50px;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	margin: 8px 0 0 10px;
    
}
.logo span a{
	height:100%;
	display:block;
	/*background:url(/images/Scankab/logo.png) no-repeat;*/
	cursor:pointer;
    
}
.header ul{
	list-style:none;
	margin:0;
	padding:5px 0 0;
	float:right;
	overflow:hidden;
}
.header ul li{
	float:left;
	font-size:10px;
	border-left:1px solid #3b433d;
	padding:0 6px;
	margin:0 1px 0 -1px;
}
.header ul li a{
	text-decoration:none;
	color:#3b433d;
}
.header ul li a:hover{text-decoration:underline;}
/*navigation******************************************/
#navigation{
	width:965px;
	/*background:url(/images/Scankab/navigation-bg.png) no-repeat;*/
    
	/*height:96px;*/
    height:260px;
	padding:12px 10px 0 15px;
    
}

#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	
	background:url(/images/Scankab/navigation-separator.gif) no-repeat;
}
#navigation ul li{
	
	background:url(/images/Scankab/navigation-separator.gif) no-repeat 100% 0;
}
#navigation ul li a{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	padding:0 15px;
}
#navigation ul li span {color:#fff;	font-size:11px;	font-weight:bold;	line-height:26px;	padding:0 15px;}

#navigation ul li a:hover {color:#dddddd;}
#navigation ul li a:active {color:#dddddd;}
#navigation ul li ul {background:#3b3d39;padding-bottom:10px;width:225px;}
#navigation ul li ul li{display:block;}
#navigation ul li ul li a {display:block;}


/*search-form******************************/
.search-form{
	/*width:30%;*/
    /*width: 150px;*/
	overflow:hidden;
    width: 155px;
	/*padding-top:10px;*/
    position: absolute;
    top: 87px;
    right: 30px;
}
.search-form span{
	/*float:right;*/
	/*background:url(/images/Scankab/search-input.gif) no-repeat;*/
	width:180px;
 	height:30px;
	overflow:hidden;
    
	/*padding: 2px 0px 0px 5px;*/
	/*margin-right: 24px;*/
	/*margin-top: 10px;*/
}
.search-form span input{
	/*display:block;*/
	padding:0;
    float: left;
    
    height: 25px;
	width:120px;
	font:14px Tahoma, Arial, sans-serif;
    line-height: 25px;
	border:none;
	background:none;
}
.search-form img{
	float:right;
	margin-top:1px;
    
}
.searchbotton
{
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
}
.searchfieldFocus
{
    color: #000000;
}
.searchfieldBlur
{
    /*color: #5C5C61;*/
    color: #666666;
}

/*search_result***********************************/
.SearchLink, .SearchLink h3		            {text-decoration:none;color:#89ab75;}
.SearchLink a, .SearchLink h3 a	            {text-decoration:none;color:#89ab75;}
.SearchLink h3:hover, .SearchLink:hover { text-decoration: underline;}

/*top-text************************************************/
.top-text{
	position:absolute;
	cursor:pointer;
	top:42px;
	right:0;
	background:url(/images/Scankab/top-text-bg.png) no-repeat;
	width:140px;
	height:17px;
	padding: 1px 0px 1px 0px;
	margin-right: 18px;
	color:#fff;
}
.top-text p{
	margin:0;
	font-size:11px;
	line-height:17px;
	padding: 0px 10px 0px 10px;
}
.top-text p span span{
	float:right;
}
.basketStatus
{
    margin-top: 5px;
    line-height: 24px;
}


/*container*************************************************/
#container{
	width:970px;
	overflow:hidden;
	/*padding:34px 10px 0;*/
    padding:190px 10px 0;
	background:#fff;
	min-height: 500px;
}
/*footer**************************************************/
#footer{
	list-style:none;
	margin:0;
	padding:0;
	/*background:url(/images/Scankab/footer-bg-2011.png) no-repeat;*/
    background:url(/images/Scankab/footer2011.png) no-repeat;
	height:18px;
	text-align:center;
	/*padding-top:15px;*/
    margin-bottom: 60px;
}
#footer li{
	display:inline;
	font-size:11px;
	color:#fff;
	padding:0 23px 0 28px;
	line-height:18px;
	background:url(/images/Scankab/footer-separator.gif) no-repeat 0 50%;
}
#footer li:first-child { 
	background-image: none; 
	padding-left: 0; 
} 
/*main-block***********************************************/
.main-block{
	width:100%;
	position:relative;
	/*z-index:10;*/
	margin-bottom:11px;
}
.main-block:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
/*column_left*****************************************************/
.column_left{
	width:231px;
	float:left;
	position:relative;
	z-index:10;
}
.column_left ul{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/Scankab/transparent.gif);
}
.column_left ul#left-nav{
	width:100%;
	overflow:hidden;
}
.column_left ul li, .column_left ul#nav li li{
	font-size:10px;
	float:left;
	width:100%;
	border-top:1px solid #919ca7;
	margin:-1px 0 1px;
	position:static;
}
/* Menu_Dropdown */
.column_left ul#nav li{border:none;}
.column_left ul#nav li a{background:#ffffff url(/images/Scankab/nav-arrow.gif) no-repeat 9px 6px !important;}
.column_left ul#nav li:hover, .column_left ul#nav li.hover{position:relative !important;}
.column_left ul#nav li:hover #left-nav, .column_left ul#nav li.hover #left-nav{ display:block; }
.column_left ul#nav #left-nav{
	position:absolute;
	top:18px;
	left:0;
	display:none ;
}
.column_left ul#nav a.selected {background-color:#dddddd !important;}
/* Menu_Dropdown */
.column_left ul li, .column_left ul#nav li li {
	background:#ffffff url(/images/Scankab/column-arrow.gif) no-repeat 9px 6px !important;
	background-position:24px 6px !important;
	display:block; 
	line-height:18px;
	outline:none;
}

.column_left ul li a, .column_left ul#nav li li a{
	color:#4b4f53;
	text-decoration:none;
	padding-left:20px;
	background:#ffffff url(/images/Scankab/column-arrow.gif) no-repeat 9px 6px !important;
	 display:block; 
	line-height:18px;
	outline:none;
}

.column_left ul li a:hover, .column_left ul#nav li li a:hover{background-color:#89ab75 !important;}
.column_left ul ul, .column_left ul#nav ul{	/* display:none; */}
.column_left ul li.active ul, .column_left ul#nav li.active ul{  display:block; }
.column_left ul li li{margin:0 !important;}

.column_left ul a.selected {background-color:#e8e8e8 !important;}

/* LSS */
/*.column_left ul#left-nav-child li li a:hover{background-color:red !important;}*/


/*content*******************************************/
.content{
	width:678px;
	float:left;
	overflow:hidden;
	padding:0 0 29px 26px;
}
/*breadcrumbs*******************************************************/
.productPage .breadcrumbs { width: 100%}

.breadcrumbs{
	list-style:none;
	margin-top: 0px;
	margin-left: 0px;
	padding:0;
	float: left;
	overflow: hidden;
	width: 100%;
	height:1%;
	position:relative;
    
}
.breadcrumbs li
{
	float:left;
	padding:0 9px 0 14px;
	background:url(/images/Scankab/breadcrumbs-arrow.gif) no-repeat 0 50%;
	margin:0 14px 5px -14px;
	color:#90989b;
	font-size:10px;
	line-height:17px;
	white-space:nowrap;
    
}
.breadcrumbs li a{
	float:left;
	background:url(/images/Scankab/breadcrumbs-bg.png) repeat-x;
	text-decoration:none;
	color:#5d5d5d;
    
    display: inline-block;
    
    
}
.breadcrumbs li a span{
	float:left;
	background:url(/images/Scankab/breadcrumbs-left.png) no-repeat;
}
.breadcrumbs li a span em{
	float:left;
	background:url(/images/Scankab/breadcrumbs-right.png) no-repeat 100% 0;
	font-style:normal;
	cursor:pointer;
	padding:0 10px;
}
/*content-holder*************************************************/
.content-holder{
	width:100%;
	overflow:hidden;
	padding-top:26px;
}
.product-block{
	width:441px;
	float:left;
	min-height: 250px;
}
.product-info{
	width:221px;
	float:right;
	border:1px solid #bcc1c3;
	padding-bottom:30px;
}
/*products-list**************************************/
.products-list{margin-bottom:13px; cursor:pointer;}
.products-list .top{
	background:url(/images/Scankab/products-top.gif) no-repeat;
	width:100%;
	height:6px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
.products-list .bottom{
	background:url(/images/Scankab/products-bottom.gif) no-repeat;
	width:100%;
	height:6px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
.product-box{
	width:419px;
	padding:0 14px 0 6px;
	overflow:hidden;
	border:solid #bcc1c3;
	border-width:0 1px;
}
.product-box-image-div{
	float:left;
	height:79px;
	width:75px;
}
.product-box-text-div{
	float:left;
	margin-left:10px;
	width:290px;
}

.product-box img{
	float:left;
	border:1px solid #bcc1c3;
	margin-right:12px;
}
.block-arrow img{
	float:right;
	border:none;
	margin: 6px 0 0 10px;
}
.product-box h3{
	margin:0 0 4px;
	font-size:12px;
	font-weight:bold;
	color:#48514a;
	padding-top:3px;
}
.product-box p{
	margin:0;
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	color:#3d3f40;
}
.product-info h3{
	margin:0 0 16px;
	font-size:12px;
	font-weight:bold;
	padding-left:12px;
	line-height:24px;
	color:#5d5d5d;
	/*background:url(/images/Scankab/box-head-bg.png) repeat-x;*/
    border-bottom: 1px #bcc1c3 solid;
}

.product-info p{
	font:10px/18px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	padding:0 12px;
}
/*phone***********************************************/
.phone-holder{
	width:100%;
	overflow:hidden;
}
.phone{
	float:right;
	background:url(/images/Scankab/phone-bg.gif) repeat-x;
	color:#565a5f;
	font-size:11px;
	line-height:35px;
	text-decoration:none;
}
.phone span{
	float:left;
	background:url(/images/Scankab/phone-left.gif) no-repeat;
	height: 35px;
}
.phone em{
	float:left;
	background:url(/images/Scankab/phone-right.gif) no-repeat 100% 0;
	font-style:normal;
	padding:0 25px 0 52px;
	cursor:pointer;
}
.phone:hover{text-decoration:underline;}
/*main*****************************************************/
.main{padding:0 35px;}
.main-holder{
	width:100%;
	overflow:hidden;
}
.main h2{
	margin:0 0 12px;
	font-size:18px;
	color:#3d3f40;
	font-weight:normal;
}
.main h2 img
{
	margin-right: 5px;
	width:7px;
	height:13px;
}
.main img.right-img{
	float:right;
	border:1px solid #ccc;
}
.main-content{
	float:left;
	width:740px;
}
.block-content{
	width:100%;
	overflow:hidden;
	padding-bottom:58px;
}
.block{
	width:350px;
	margin-right:10px;
	float:left;
}
.block h3{
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#3d3f40;
	line-height:19px;
}
.block span{
	margin:0 0 0px;
	font-size:11px;
	font-weight:normal;
	color:#3d3f40;
	line-height:19px;
}

.block span span{
	float:left;
	width:92px;
}

.block span td{
	vertical-align:top;
}

.block span span.product_right
{
	width:248px; 
	margin-left:10px;
}

.product_right p
{
	/* Clear spacing introduced by richtext fields */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.block span em{
	float:left;
	width:122px;
	font-style:normal;
}
.block span span.technical_right{width:218px; margin-left:10px;} /* LSS TEST */

.technical_right p
{
	/* Clear spacing introduced by richtext fields */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.print{
	display:block;
	width:363px;
	overflow:hidden;
	padding-left:7px;
	text-decoration:none;
	background:url(/images/Scankab/print-left.gif) no-repeat;
	/*color:#3D3F40;*/
    color: #ffffff;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
}
.print div{
	float:left;
	background:url(/images/Scankab/print-bg.gif) repeat-x;
}
.print em{
	float:left;
	background:url(/images/Scankab/print-right.gif) no-repeat 100% 0;
	font-style:normal;
	cursor:pointer;
	padding:0 43px 0 7px;
}
.print:hover{text-decoration:underline;}

.productPdfButton
{
    margin-top: 30px;
    display: inline-block;
}

.icons{
	list-style:none;
	margin:0;
	padding:0;
}
.icons li{
	display:inline;
	vertical-align:middle;
	padding-right:5px;
}
.icons li img{
	vertical-align:middle;
	float:none;
	border:none;
}
/*icons-image*************************************************/
.icons-image-holder{
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
.icons-image{
	float:right;
	background:url(/images/Scankab/icons-img-bg.gif) repeat-x;
}
.icons-image div{
	float:left;
	background:url(/images/Scankab/icons-img-left.gif) no-repeat;
}
.icons-image ul{
	float:left;
	background:url(/images/Scankab/icons-img-right.gif) no-repeat 100% 0;
	list-style:none;
	margin:0;
	padding:7px 3px 7px 9px;
}
.icons-image ul li{
	float:left;
	margin-right:6px;
}
.icons-image ul li img{float:left;}
/*table-holder****************************************/
.table-holder{
	padding:0 0 23px 1px;
}
.table-holder table{
	border-collapse:collapse;
	width:100%;
	font-size:10px;
	/*color:#383a3b;*/
    color:#000000;
}
.table-holder table tr, .table-holder table td{padding:0;}
.table-holder table td{
	text-align:center;
	padding:2px 0;
}
.table-holder table thead th{
	/*background:#C7E5C1;	*/
	background-image:url(/images/Scankab/table-th-bg.gif);
	background-repeat:repeat-X;
	padding:6px 0 5px;
}
.table-holder table thead th.left-part{
	background:url(/images/Scankab/table-thead-bg.gif) no-repeat;
	text-align:left;
	/*padding-left:10px;*/
}
.table-holder table td.left-part{
	background-image:url(/images/Scankab/table-border-point.gif);
	background-repeat:repeat-y;
	text-align:left;
	/*padding-left:10px;*/
}
.table-holder table td.right-part, .table-holder table th.right-part{
	width:137px;
	border-left:1px solid #D5D0CA;
}

.table-holder table td.right-part-catalog, .table-holder table th.right-part-catalog{
	border-left:1px solid #D5D0CA;
}

.table-holder table td.right-part, .table-holder table td.right-part-catalog{
	background-image:url(/images/Scankab/table-border-point.gif);
	background-repeat:repeat-y;
	background-position:100% 0;
}
.table-holder table th.right-part, .table-holder table th.right-part-catalog
{
	background:url(/images/Scankab/table-thead-right-corner.gif) no-repeat;
	/*background-position:right;*/
	background-position:100% 0;
}
.table-holder table tr.color td, td.color { background-color:  #e8e8e8;}/*#EDEDED;*/

.table-holder table td input{
	padding:0;
	width:30px;
	font:10px Tahoma, Arial, sans-serif;
}
.table-holder table tr.color td.right-part{ background-color: /*#E5F3E2;*/ #e8e8e8;}
.table-holder table tfoot tr td table tr td.right-part{border-top:1px solid #D5D0CA;	width:137px;}
.table-holder table tfoot tr td{padding:0px 0;} /* LSS - For at undgå padding, som er sat gennerelt på td'er */
.table-holder table tfoot tr td table tr td{  /* LSS - Jeg har tilskrevet " table tr td" til den oprindelige styling som var: .table-holder table tfoot tr td  - Dette er for at kunne sætte colspan="30", idet vi har x-antal td'er  */
	/*background-color:#C7E5C1;*/
    background-color:#cee8bf;
	border-bottom:1px solid #D5D0CA;
	/*color:#86898c;*/
    color:#000000;
	padding:7px 0;
}
.table-holder table tfoot tr td.left-part{padding-left:15px;}
.table-holder table tfoot tr td table tr td.left-part{border-top:1px solid #D5D0CA;}
.table-holder table tfoot input{width:121px;}

/* Page and Folder */
.page_text_area
{
	width:441px;
	float:left;
}
.page_text_area a {text-decoration:none;color:#89ab75;font-weight: bold;}
.page_text_area a:hover {text-decoration:underline;}

.page_picture_area {margin-left:16px;}
.page_picture_area img{margin-left:16px;}
.page_link_area  {margin-top:16px; margin-left:16px;}
.page_link_area a {text-decoration:none;color:#89ab75;font-weight: bold;}
.page_link_area a:hover {text-decoration:underline;}


/* Lightbox */
#lightbox  
{
	display:none; 
	position:fixed; 
	z-index:9999; 
	height:100%; 
	width:100%; 
	float:left; 
	vertical-align:top;
	background-color: #ffffff; 
	opacity:0.5;
	filter:alpha(opacity=50);
/*	background:url(../images/Scankab/lightbox-bg.png) repeat 10%; */
}

#contactRequest
{
	display:none; 
	position:fixed; 
	z-index:10000; 
	height: 580px; 
	width: 580px;
	vertical-align:middle;
	left:30%;
	right:30%;
	top:10%;
	bottom:20%;
	background-color: #F3EFE8;
	border:#BCC1C3 outset 3px;
}

#innerContactRequest
{
	vertical-align:middle;
	padding:15%;
	left:30%;
	right:30%;
	top:10%;
	bottom:20%;
}

#btnExit
{	
	float:right;
	vertical-align:top;
	margin-right:5px;
	margin-top:5px;
}

/* BASKET */
/*
#basket-list-counter 
{
	background-color:Red;
	background-image:url(/~/media/Scankab/Images/Buttons/Basket-tab-and-list-count.ashx);
	display:block;
	float:right;
	height:33px;
	margin-top:-21px;
	padding-top:0px;
	position:relative;
	width:175px;
	z-index:101;
}
*/
.basket 
{
    
	background-image:url(/images/scankab/orderBG2011.png);
	height:35px;
	position:absolute;
	width:198px;
    top: 83px;
    left: 418px;
    cursor: pointer;
}
.basket p
{
    font-size: 14px;
    line-height: 35px;
    
    width: 120px;
    height: 35px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.basketText	{ width:510px;}
.BasketEmptyText { color:#BCC1C3; font-weight:bold;}
.returnText	{ color:Black; font-weight:bold; margin-top:10px; vertical-align:middle;}

/* HOME */
.home_articles
{
    color:#484f5f;
    
    
}

.home_articles h1 
{
    font-size:20px;
    font-weight:normal;
    padding:0px;
    margin-bottom:3px;
}

.home_articles h2
{
    font-size:13px;
    font-weight:bold;
    text-align:right;
    
    }

.home_articles ul {list-style:none;margin:20px 0 0 0;padding:0px;}
.home_articles ul li {margin-bottom:30px;line-height:16px;}
.home_articles ul li img {margin-top:-3px;margin-right:5px;}
.home_articles ul li a {color:#86a085;font-size:15px;text-decoration:none;}
.home_articles ul li a:hover {text-decoration:underline;}

.home_page
{
	width:989px; 
	margin-left:6px; 
	margin-top:11px;
}
.home_shortcut_block
{
	width:221px;
	float:left;
	margin-right:26px;
}

.home_quicklinks ul {list-style:none;margin:0px;padding:0px;}
.home_quicklinks ul li {list-style-image:none; background-image:url(/images/scankab/green_dot_back.png);background-repeat:no-repeat; margin-bottom:5px;padding-left:22px;}
.home_quicklinks ul li a {font-size:16px;color:#484f5f;text-decoration:none;margin-top:-2px;}
.home_quicklinks ul li a:hover {text-decoration:underline;}


.home_shortcuts
{
	width:127px;
	float:left;
	border:1px solid #bcc1c3;
	margin-top:20px;
	margin-bottom:16px;
	margin-right:11px;
}
.home_shortcuts h3
{
	margin:0 0 0 0px;
	font-size:12px;
	font-weight:bold;
	padding-left:12px;
	line-height:24px;
	color:#48514a;
	background:url(/images/Scankab/box-head-bg.png) repeat-x;
}
.home_shortcuts p
{
	font:10px/18px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
	padding:0 12px;
}
.home_shortcuts ul{padding-left:28px; margin-left:0;}
.home_shortcuts li{margin-bottom:11px; color:#BD8730;}
.home_shortcuts a {text-decoration:none;color:#89ab75;font-weight: bold;}
.home_shortcuts a:hover { text-decoration: underline;}

.home_center_block
{
	width:710px;
	float:left;
}
/*
.home_center_block p {width:417px; line-height:18px}
.home_center_block h3 {width:417px;}
.home_center_block a {text-decoration:none;color:#BD8730;}
.home_center_block a:hover {text-decoration:none;color:#3d3f40;}
.home_center_block img {margin-bottom:43px}
*/
.home_spot_background
{
	margin-bottom: 16px;
	background-color:white;
	border:1px solid #BCC1C3;
	position: relative;
}
.home_spot_background img {margin:9px}

.home_spot_item
{
	top: 11px;
	left: 19px;
	position:absolute;
	z-index:100;
}
.home_spot_item h3 
{
	margin-top: 0px;
	color:white;
	font-size:13.5px;
	margin-bottom:5px;
	text-transform:uppercase;
}
.home_spot_item a 
{
	text-transform:none; 
	text-decoration:none; 
	color:white;
	font-weight:bold;
}

.home_right_block
{
	min-width: 210px;
	float:left;
}
		
.imbUpdateButton
{
	height: 18px;
	width: 66px !important;
}

.right-group-img
{
	margin-top: 20px;
	float:right;
	border:1px solid #ccc;
}
.noBorder
{
    border: 0px;
}

.right-group-img-NoBorder
{
	margin-top: 20px;
	float:right;
}

.RoundButton18
{
	background-image: url(/images/Scankab/Buttons/roundButton18.png); 
	background-repeat: no-repeat;
	background-color : Transparent;
	width: 18px !important;
	height: 18px;
	color: White;
	text-align: center;
	border-style: none;
    cursor: pointer;
}


.RoundButton66
{
	background-image: url(/images/Scankab/Buttons/roundButton66.png); 
	background-repeat: no-repeat;
	background-color : Transparent;
	width: 66px !important;
	height: 18px;
	color: White;
	text-align: center;
	border-style: none;
    cursor: pointer;
}



.RoundButton121
{
	background-image: url(/images/Scankab/Buttons/roundButton121.png); 
	background-repeat: no-repeat;
	background-color : Transparent;
	margin-top:3px;
	width: 121px;
	height: 18px;
	color: White;
	text-align: center;
	border-style: none;
    cursor: pointer;
}

.RoundButton121Basket
{
	background-image: url(/images/Scankab/Buttons/roundButton121Basket.png); 
	background-repeat: no-repeat;
	background-color : Transparent;
	margin-top:3px;
	width: 121px;
	height: 18px;
	color: White;
	text-align: left;
    padding-left: 5px!important;
	border-style: none;
    cursor: pointer;
}

.RoundButton160
{
	background-image: url(/images/Scankab/Buttons/roundButton160.png); 
	background-repeat: no-repeat;
	background-color : Transparent;
	width: 160px;
	height: 18px;
	color: White;
	text-align: center;
	border-style: none;
    cursor: pointer;
}

.RoundButton240
{
	background-image: url(/images/Scankab/Buttons/roundButton240.png); 
	background-repeat: no-repeat;
	background-color : Transparent;
	width: 240px;
	height: 18px;
	color: White;
	text-align: center;
	border-style: none;
    cursor: pointer;
}

.ListBox
{
	color: #383A3B;
	font-size: 10px;
	width: 210px;
	height: 150px;
}

.ListBoxHeader
{
	color: #383A3B;
	font-size: 10px;
	font-weight: bold;
}



/* 
	LEVEL ONE 
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; zoom: 1; }
ul.dropdown a:hover		            {color:#dddddd; }
ul.dropdown a:active                {color:#dddddd; }
ul.dropdown li a                    { display: block; /*#fff;*/}
ul.dropdown li a.first {border-left: 1px dotted #7b7b7b;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #fff; position: relative; }
ul.dropdown li.hover a              { color: #fff; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0;padding-top:10px;background:#333333;z-index:1000;}
ul.dropdown ul li 					{ font-weight: normal; background: #3d3d3d; color: #fff; float: none; padding:2px 5px 5px 5px; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;color:#fff;height:15px;padding:0;} 

/* home */


#home_wide_block {width:960px;padding-bottom:15px;line-height:17px;color:#5d5d5d;margin: 0 auto;}
#home_wide_block h1 {line-height:22px;font-size:20px;margin-top:0px;}
#home_wide_block h1 span {}
#home_wide_block h2 {line-height:17px;font-size:16px;margin-top:0px;font-weight:bold;}

#home_wide_block a {color:#89ab75;text-decoration:none;font-weight:bold;}
#home_wide_block a:hover {text-decoration:underline;}
#home_wide_block hr {border:none;height:2px;color:#86a085;margin:20px 0 20px 0;padding:0;}

#home_wide_right {float:right;margin-bottom:20px;margin-right:30px;}
#home_wide_left {float:left;margin-bottom:10px;}
#home_wide_left ul li a {line-height:13px;color:#ffffff;}
#home_wide_left ul li a:hover {text-decoration:none;}
#home_right_pane {float:right;width:310px;margin-right:30px;}
#home_right_pane ul {list-style:none;margin:0;padding:0}
#home_right_pane ul li {list-style:none;margin-bottom:10px;}
#home_right_pane ul li a {width:200px;display:inline-block;font-size:13px;text-decoration:none;}
#home_right_pane ul li a:hover {text-decoration:underline;}



#home_right_pane ul li div {float:right;font-size:14px;}

.home_right-img {float:right;margin-left:10px;}

.home_wide_bottom { display: block;width: 960px;line-height:17px; border-top:1px solid #bcc1c3;margin: 0 auto;}
.bottom_left {float:left;width:240px;margin-right:35px;padding-top:15px;}
#home_movie {padding-bottom:20px;padding-top:15px; width:655px;float:right;margin-right:30px;}


/*#home_movie img {float:left;margin-right:20px;}*/
#home_left {float:left;width:240px;margin-right:35px;}
#home_left ul {list-style:none;padding:0;margin:0;}
#home_left ul li {list-style-image:none; background-image:url(/images/scankab/green_dot_back.png);background-repeat:no-repeat; margin-bottom:15px;padding-left:22px;}
#home_left ul li a {display:inline-block;font-size:13px;color:#ffffff;text-decoration:none;}


#home_center {width:310px;float:left;}
#home_center p {margin-bottom:0px;}
#home_center p a {margin-top:7px;display:block;}
#home_bottom {float:right;}

.topboxsmall {background-image:url(/images/scankab/topboxsmall.gif);padding:10px 10px 4px 10px;}
.bottomboxsmall {background-image:url(/images/scankab/bottomboxsmall.gif);height:6px;margin-bottom:15px;}

.topboxwide {background-image:url(/images/scankab/topboxwide.gif);padding:10px 10px 4px 10px;}
.bottomboxwide {background-image:url(/images/scankab/bottomboxwide.gif);height:6px;margin-bottom:15px;}

#loginstatus {float:left;font-size:10px;padding-top:5px;}
#loginstatus a {text-decoration:none;color:#000000;}
#loginstatus a:hover {text-decoration:underline;}
.clearfix {clear:both;}

#loginpage input[type=text], #loginpage input[type=password], #loginpage select {padding:5px;font-size:13px;font-weight:bold;width:250px;border:solid 1px #cccccc;margin-bottom:5px;}
#loginpage select {width:262px;}
#loginpage input[type=text]:focus, #loginpage input[type=password]:focus, #loginpage select:focus {border:solid 1px #86a085;background:#eeeeee;}


