@import url("includes/css/product_listning.css");

ul.categories, ul.categories ul {
	margin:0; padding:0;
	list-style-type:none;
}
	ul.categories li {
		background:url('/img/join.gif') no-repeat top left;
		padding-left:20px;
	}
		ul.categories li.end {
			background:url('/img/joinbottom.gif') no-repeat top left;
		}
	ul.categories li.minus {
		background:url('/img/line.gif') repeat-y;
	}
		ul.categories li.plus > a.expandable {
			margin-left:-20px; padding-left:20px;
			background:url('/img/plus.gif') no-repeat top left;
		}
		ul.categories li.minus > a.expandable {
			margin-left:-20px; padding-left:20px;
			background:url('/img/minus.gif') no-repeat top left;
		}



		#utvalda {
			width:600px;
		}

		.produkt {
			width:170px;
			float:left;
			height:180px;
			text-align:center;
			font-family:Verdana;
			padding:4px;
		}

		.produkt p {
		margin:0px;
		padding:0px;
		font-size:12px;
		}

		.divider {
			background: url('http://billigteknikdev.sbadmin.se/images/vr_line_v1.gif') repeat-y;
			float:left;
			width:10px;
			height:180px;
		}

		.dividerv {
			background: url('http://billigteknikdev.sbadmin.se/images/hr_line_v1.gif') repeat-x;
			float:left;
			width:600px;
		}

		/* Kommentering av nyheter */
		.comment_news {
			border:0px solid black;
		}

		.comment_news label {
			width:250px;
		}

		.comment_news textarea {
			display:block;
			width:300px;
			height:140px;
		}

		#productpage_top {
			border-bottom:1px dotted darkgray;
			float:left;
			width:100%;
		}

		#productpage_top h2 {
			float:left;
			margin-top:0px;
			width:85%;
			font-size:14px;

		}

		html>body #productpage_top h2 {
			float:left;
			margin-top:-3px;
			width:85%;
			font-size:14px;

		}
		.productpage_model {
			float:left;
		}
		.productpage_middle {
			float:left;
			width:100%;
			border-bottom:1px dotted darkgray;
		}

		.productpage_middle_left {
			float:left;
			width:50%;
			text-align:center;
		}

		.productpage_middle_right {
			float:left;
			border-left:1px dotted darkgray;
			padding-left:10px;
			padding-top:10px;
		}

		.product_page_description {
			float:left;
			width:100%;
		}

		.messageStackError {

		   color: #E91210;

		   font-weight: bold;

		}

		.MBHeading {

		  font-size:12px;

		  font-weight: bold;

		}


	.productSpecialPrice {

				color:#990000;

				}

.checkout_fixes {
	width:95.5%;
}

fieldset.checkout_boxes.notify_method label {
	padding:0 5px;
	display:block;
}
fieldset.checkout_boxes.notify_method label:hover {
	color:darkgrey;
	cursor:pointer
}
fieldset.checkout_boxes.notify_method span.price {
	float:right;
}

/* Checkout input fixes */
table.customer_details input.radio,
table.customer_details input.checkbox,
table.customer_details input[type="radio"],
table.customer_details input[type="checkbox"] {
	margin:0; padding:0;
	width:auto; height:auto;
	background:none;
	border:0;
	vertical-align:middle;
}
table.customer_details input.checkbox,
table.customer_details input[type="checkbox"] {
	margin:2px 0 2px 6px;
}

div.checkout_submit label {
	padding:0 0 10px;
	display:block;
}

/* Sane sub category listing */
div.sub_category_listing { }
ul.sub_category_listing {
	margin:0; padding:0;
	list-style-type:none;
}
	ul.sub_category_listing li {
		width:33.3%; float:left;
		overflow:hidden;
		height:200px;
	}
		ul.sub_category_listing li div.category_image {
			height:160px;
			float:left;
			width:100%;
		text-align:center;
		}
			ul.sub_category_listing li  div.category_name {
			display:block;
			text-align:center;
			float:left;
			width:100%;
		}
b.notify_method_header {
display:block;
}
td.notify_method label {
	padding:1px 0;
	display:block;
}

h1 {
	font-size:16px;
}

span.kreditor_desc {
	font-size:10px;
	font-style:italic;
}

/* Message stack */
td.messageStackSuccess {
	color:darkgreen;
}

/* Contact page */
fieldset.contact_page_input {
	border:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	*margin-bottom:3px;
}
	fieldset.contact_page_input label {
		width:180px;
		float:left;
	}

/* Shopping cart */
div.shopping_cart_box {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
}
	div.shopping_cart_box dl {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	}
	div.shopping_cart_box dd {
		width:70%;
		float:left;
		text-indent:0px;
		padding:0px;
		margin:0px;
		display:block;
	}
	div.shopping_cart_box dt {
		width:20%;
		float:left;
		display:block;
	}
	div.shopping_cart_box .shopping_cart_box_total {
		display:block;
		width:100%;
		font-weight:bold;
		margin-top:5px;
	}

/* Customer survey */
fieldset.survey {
	border:2px solid #CCCCCC;
	padding:8px;
	background:url('../img/survey_questions_bg.png') no-repeat top right;
	min-height:110px;
}
	fieldset.survey legend {
		color:#3F3F3F;
		font-size:13px;
		font-weight:bold;
	}
	fieldset.survey label {
		display:block;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	fieldset.survey label.surveys_input {
		float:left;
		width:20px;
		margin-bottom:0px;
	}
	
	fieldset.survey h3 {
		margin:5px;
		padding:0px;
		font-size:12px;
		font-weight:bold;
	}
div.submit_survey {
	text-align:right;
	margin-top:10px;
}

input.surveys_text {
	margin-left:6px;
	margin-top:5px;
	float:left;
}
	

/* login_box */
div.login_box fieldset {
	border:0px;
}
div.login_box fieldset label {
	display:block;
}

div.select_vat label {
	display:block;
}
