﻿/****************
 RADDOCK
*****************/
 .RadDock_kristiansand {
	border: 1px solid #d9d9d9;
	padding: 3px;
	margin-bottom: 20px;
	
}


	 h4, 
	 p, 
	 hr,
	 dl,
	 .rdContent ul {
		margin: 0 3px;
	}
	
	.rdContent p,
	.rdContent dt,
	.rdContent dd,
	.rdContent li {
		font-size: .9em;
	}
	
	 hr { margin: 5px 0; }
		
	 .rdTitlebar {
		background-color: #e6e6e6;
		height: 2.8em;
		position: relative;
	}
	
		 h3, .rdTitle{
			text-transform: uppercase;
			font-size: 1.2em;
			padding: 7px;
			font-weight: bold;
		}
		 .rdCommands a { 
			position: absolute;
			top:6px;
			right: 5px;
		}
		
			 .rdCommands a.configPanelButton {
				background: url('../../img/sprite/rd_rediger.png') no-repeat;
				padding: 2px 4px;
				/*border: 1px solid #aaa;*/
				color: #fff;
				font-size: .9em;
				right: 50px;
				width: 50px;
				height: 20px;
			}
			
			 .rdCommands a.rdClose {
				background: url('../../img/sprite/lukk.gif') no-repeat center center;
				width: 12px;
				height: 22px;
				right: 31px;
			}
			
			 .rdCommands a.rdCollapse {
				background: url('../../img/sprite/ekspander.gif') no-repeat center center;
				width: 19px;
				height: 22px;
			}
			 .rdCommands a.rdExpand {
				background: url('../../img/sprite/ekspander_inverse.gif') no-repeat center center;
				width: 19px;
				height: 22px;
			}			
		
			 .rdCommands a.configPanelButton:hover 
			{
				background: url('../../img/sprite/rd_rediger_hover.png') no-repeat;
				text-decoration: none;
				border-color: #333;
			}
			
			 .rdCommands a.rdClose:hover { background-image: url('../../img/sprite/lukk_f2.gif'); }
			 .rdCommands a.rdCollapse:hover { background-image: url('../../img/sprite/ekspander_f2.gif'); }
			 .rdCommands a.rdExpand:hover { background-image: url('../../img/sprite/ekspander_inverse_f2.gif'); }
			
	 .rdQuantity {
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		background-color: #d9d9d9;
		margin-top: 1px;
		padding-right: 3px;
		height: 20px;
	}
	
	 .rdQuantity .expand,  .rdQuantity .contract {
		height: 14px;
		width: 14px;
		padding: 2px 4px;
		float: right;
		margin-top: 1px;
		border-left: 1px solid #e7e7e7;
	}
	
	 .rdQuantity .expand { background: url('../../img/sprite/rd_expand.png') no-repeat center; border: 0 none;}
	 .rdQuantity .contract { background: url('../../img/sprite/rd_contract.png') no-repeat center; }
	
	 ul.img_left { margin: 0 0 10px 0; }
	
	 .rdContent {
		margin-top:3px;
	}
	
		 h4 {
			font-size: 1em; 
			margin: .5em 3px;
		}
	
		 img.masthead {
			width: 292px;
		}
