/*
 *******************************************
 *                                         *
 * CSS FOR WIZI                            *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/


	body, html {margin:0px;padding:0px;height:100%;}

	body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #dfe3e6;
	}

	#container {
	position:relative;
	overflow:hidden;
	width:700px;
	height:auto;
	background-color:#fff;
	margin: 25px auto;
	text-align:left;
	border: 1px solid #FFFFFF;
	}

	#header {
	background: #96999c url(../graphics/headlogo.gif) no-repeat;
	position:relative;
	height:210px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	}
	
	#header h1 {
	text-align: right;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #E6E8ED;
	padding-top: 3px;
	margin-right: 8px;
	}
	
	#topimg {
	padding: 0px;
	height: 123px;
	background: #fff;
	margin: 0px;
	position: absolute;
	top: 85px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
	#leftbox{
	width:149px;
	float:left;
	background: #96999c;
	margin: 0px;
	padding:0px;
	display:inline;
	}

	
	#middlebox{
	width:545px;
	float:left;
	background: #fff;
	margin: 0px;
	padding:0px;
	display:inline;
	}
	
	
	#leftbox, #middlebox, #rightbox{
	position:relative;
	height:auto;
	overflow:hidden;
	/*min-height:500px;*/
	}

	
	#footer{
	clear:both;
	width:100%;
	height:1px;
	overflow:hidden;
	background: #fff;
	}
		
	ul {
	list-style: none;
	}
	
	#leftbox ul {
	padding: 0px;
	margin: 0px;
	/*height:100%;*/
	/*min-height:600px;*/
	}
	* html #leftbox ul {
	/*height:600px;*/
	}
	#leftbox li {
	font-size: 12px;
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	width: 100%;
	}
	#leftbox li a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 8px 5px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	}
    #leftbox .active a {
	color: #000000;
	background: #FFFFFF;
}
	#leftbox li a:hover {
	color: #333;
	background: #eee;
	border-bottom: 1px solid #ccc;
	}
	
	#middlebox p, li {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
	#middlebox p {padding-bottom: 0px;}
	#middlebox li {padding-left: 5px;}
	
	
	
	#content {
	padding: 20px;
	}
	#content p, li {
	color: #666;
	width: 80%;
	}
	#content td{
		color: #666;
	}
	/*#content h1 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	#content h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}*/

	/*form styles*/
	.field_label {
	font-size: 12px;
	font-variant: small-caps;
	color: #666;
	}
	.text_field {
	border : 1px solid #003366;
	background: #eee;
	}
	.textarea_field { 
	border : 1px solid #003366;
	background: #eee;
	}
	
	
	/*Product view styles*/
	
	.item {
		background: #E7E6EF;
		width: 100%;
		height:auto;
		overflow:hidden;
		display: block;
		margin-bottom:10px;
		padding:10px;
	}
	.itemImg {
		float:left; 
		width:250px;
	}
	.itemText {
		padding:0px;
		margin:0px;
		width:auto;
		padding-left:10px;
		float:left;
		width:240px;
		color: #666;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		line-height:1.5em;
	}
	.item p{
		padding:0px;
		margin:0px;
	}
	/*.item a, a:visited {
	color: #3399FF;
	text-decoration: underline;
}
	.item a:hover {
	color: #003366;
	text-decoration: none;
}*/


.solgt, .buy-button{
	padding: 5px;
	background-color: #96999C;
	color: #fff;
	font-weight: bold;
	text-align:center;
	width:90px;
	text-transform: uppercase;
	margin-top: 20px;
}
.buy-button{
	width: 155px;
}
.buy-button, .buy-button a{
	color: #fff;
	text-decoration: none;
}

ul.servicemenu{
	position: absolute;
	bottom: 135px;
	right: 30px;
	margin: 0;
	padding: 0;
}
ul.servicemenu li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	margin-left: 10px;
	width: auto;
	list-style: none;
}
ul.servicemenu li a,ul.servicemenu li a:visited{
	color: #fff;
	text-decoration: underline;
}

#basket{
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 5px;
	font-size: 11px;
	color: #fff;
}
#basket #baskettext{
	font-weight: bold;
}
#basket #basketlinks{
	margin-top: 10px;
}
#basket #basketlinks a{
	color: #fff;
}

.checkout-form, .checkout-breadcrumb{
margin: 0;
padding: 0;
}
.checkout-breadcrumb{
	margin-bottom: 20px!Important;
	border: 1px solid #ccc;
	padding: 5px;
}

.checkout-form li, .checkout-breadcrumb li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	margin-bottom: 5px;
	clear: both;
	overflow: hidden;
}
.checkout-breadcrumb li{
	display: inline;
	padding-right: 15px;
}
.confirm-details li{
	margin-bottom: 0;
}
.checkout-breadcrumb li.active{
	font-weight: bold;
}
.checkout-form li label{
	width: 150px;
	float: left;
}
