/******************************************

	NORDWAY STORE
	- block.css

	Author: Christopher Svensson, 2008
	E-mail: christopher@bai.se

******************************************/

/********************************
	- MAIN BLOCKS
********************************/

#page {
	width: 976px;
	overflow: hidden;
	background-color: #eee;
	height: auto;
	min-height: 100% !important;
}

#header {
	background: url(/img/shop/backgrounds/black-to-gray.gif) repeat-x;
}

	#ugly-solution { width: 100% }

		#ugly-solution td { vertical-align: bottom }

		#ugly-solution .logo {
			margin-left: 10px;
			margin-bottom: 20px;
			margin-top: 27px;
		}

#wide { 
	overflow: hidden;
	background-color: #bed730;
	height: 34px;
}

	#wide img { margin-top: 1px }

	#wide .box {
		float: left;
		padding: 6px;
		color: #3e4610;
	}

	#wide .box p {
		float: left;
		line-height: 23px;
		margin-right: 5px;
	}

	#microcart {
		float: right;
		padding: 6px;
	}

		#microcart p {
			float: left;
			margin-left: 5px;
			color: #3e4610;
			line-height: 23px;
		}
		
		#microcart ul li {
            float: left;
            margin-left: 5px;
		}
		
	#tax {
		font-size: 11px;
	}

#navigation-hierarchy {
	height: 3px;
	overflow: hidden;
	background-color: #a0b527;
}

	#navigation-hierarchy p { 
		float: left; 
		color: #ddd;
		margin-right: 5px;
	}
	
		#navigation-hierarchy img {
			float: left;
			margin: 6px 6px 0 5px;
		}
	
	#navigation-hierarchy a { 
		color: #ddd;
		margin-right: 5px;
	}
	
div.mainContent {
    float: left;
    overflow: hidden;
    width: 785px;
}

#container {
    float: left;
	padding: 10px;
	width: 764px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#footer {
	overflow: hidden;
	float: left;
	width: 784px;
	background-color: #eee;
	text-align: center;
}

    div#footer ul.footerLogos {
        margin: 0 auto;
    }
    
    div#footer ul.footerLogos li {
        float: left;
        margin: 10px 0 10px 10px;
    }

    div#footer ul.footerInfo {
        margin: 0 auto;
        float: right;
        margin: 15px 10px 10px 0;
    }

    div#footer ul.footerInfo li {
        float: left;
        background: url(/img/shop/seperator-square.png) no-repeat 8px center;
        padding-left: 20px;
        font-size: 11px;
        color: #666;
    }
    
    div#footer ul.footerInfo li.first {
        background: none;
        padding-left: 0;
    }

	#footer img { padding: 0 4px }
	
	#footer .logos {
		clear: both;
		text-align: center;
	}
	
		#footer .logos img {
			margin-right: 20px;
			padding-bottom: 15px;
		}

/********************************
	- SUBPAGES
********************************/

#news img {
	float: left;
	margin: 20px;
	margin-top: 10px;
}

	#news div {
		float: left;
		width: 290px;
		margin-right: 20px;
		margin-bottom: 40px;
	}

	#news div h3, 
	#news div p { padding-left: 10px }

	#news div p {
		color: #555;
		line-height: 17px;
	}

.beigebox {
	width: 380px;
	background-color: beige;
	border: 1px solid #cdb79e;
	padding: 5px;
	overflow: hidden;
}

.beigebox table {
	width: 100%;
}

.beigeboxlist {
	width: 379px;
}

	.beigeboxlist ul {
		list-style: none;
		background-color: beige;
		border: 2px solid #cdb79e;
		list-style-position: outside;
	}

	.beigeboxlist ul li {
		padding: 5px;
	}

	.beigeboxlist h2 {
		font-size: 12px;
		color: #000;
	}
	
	.beigeboxlist h3 {
		font-size: 11px;
		font-weight: normal;
		color: #000;
	}

	.beigeboxlist a {
		font-size: 12px;
		font-weight: normal;
		color: #444;
	}
	
	.beigeboxlist div {
		display: none;
		padding: 5px;
		margin-top: 2px;
		background-color: white;
		border: 1px solid #cdb79e;
	}
	
	.beigeboxlist p {
		line-height: 17px;
		color: #444;
	}
	
table.login {
	width: 260px;
}

table.login td {
	padding: 4px;
}

table.login td label {
	font-size: 12px;
}

table.opening-hours {
	width: 200px;
}

table.opening-hours td p {
	margin: 0;
}

table.contact {
	width: 370px;
}

table.contact td {
	padding: 3px;
}

table.contact input.text,
table.contact textarea  {
	width: 300px;
}

.cart {
	background-color: #fff;
	width: 770px;
	margin-right: 3px;
}

/*#cart {
	background-color: beige;
	border: 2px solid #cdb79e;
	width: 770px;
	margin-right: 3px;
}*/

	.cart th {
		font-size: 12px;
		font-weight: normal;
		padding: 5px;
		color: #fff;
		background-color: #111;
	}

	/*#cart th {
		font-size: 12px;
		font-weight: normal;
		padding: 5px;
		border-bottom: 2px solid #cdb79e;
		color: #fff;
	}*/
	
	.cart td {
		color: #444;
		padding: 5px;
		font-size: 11px;
	}
	
	.cart tr.footer td {
		border-top: 1px solid #888;
	}
	
	.cart .image {
		display: block;
	}
	
#cashier-status {
	float: left;
	margin-bottom: 15px;
	background-color: #ccc;
	border: 1px solid #bbb;
}

	#cashier-status .stage {
		float: left;
		width: 253px;
		background: #ddd;
		padding: 8px 0;
	}
	
	#cashier-status .stage {
		text-align: center;
		color: #999;
	}
	
	#cashier-status .middle {
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}

	#cashier-status .active { background-color: beige }
	#cashier-status .active p { color: #111 }
	
	#cashier-status .stage p {
		text-align: center;
	}
	
#invoice-help, #creditcard-help {
	display: none;
}









fieldset.main_wrapper {
}

fieldset.main_wrapper div.main_wrapper_header {
	padding: 7px 10px;
	font-size: 12px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

fieldset li {
	float: left;
	clear: left;
	width: 760px;
	padding: 2px 0;
}

fieldset.main_wrapper label {
	float: left;
	width: 150px;
	text-align: left;
	margin-right: 10px;
	font-size: 12px;
	margin-top: 4px;
}

fieldset.main_wrapper input {
	float: left;
	padding: 2px;
}

fieldset.main_wrapper input.text {
	width: 250px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset.main_wrapper div.extra_column {
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin: 0;
}

fieldset.main_wrapper div.extra_column label {
	width: auto;
	float: left;
	margin: 0;
}

fieldset.main_wrapper div.extra_column {
}



fieldset.main_wrapper label.error {
	width: 250px;
	margin-left: 5px;
	color: #D40000;
}


table.account {
	width: 300px;
}

	table.account .right {
		text-align: right;
	}
	
table.account td {
    padding: 2px 0;
}

.orderhistory {
	padding: 10px;
	background-color: beige;
	border: 2px solid #cdb79e;
}

	.orderhistory th {
		color: brown;
		font-size: 12px;
	}

	.orderhistory td {
		color: #444;
		font-size: 12px;
		padding-top: 4px;
	}

.cashier {
	width: auto;
}

.standard-box {
	list-style: none;
	background-color: beige;
	border: 2px solid #cdb79e;
}

/********************************
	- CART
********************************/

#minicart {
	width: 190px;
	background: #000 url(/img/shop/backgrounds/black-to-gray.gif) repeat-x;
	margin-top: 10px;
	padding: 5px 0 0 0px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
}

	#minicart table td {
		color: #fff;
	}

	#minicart .total {
		float: right;
		font-size: 16px;
		margin: 10px 0;
		font-weight: bold;
		color: #fff;
		padding-right: 10px;
	}
	
	#minicart .buttons {
		clear: both;
		background-color: #000;
		overflow: hidden;
		padding: 10px;
		height: 20px;
	}

/********************************
	- PRODUCT MENU
********************************/

#product-menu {
	float: left;
	width: 190px;
	background-color: #ddd;
	padding-top: 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
}

	#product-menu .root {
		width: 180px;
		margin-left: 10px;
		margin-bottom: 20px;
	}

	#product-menu .root p {
		font-size: 11px;
		color: #000;
	}

	#product-menu .root div {
		overflow: hidden;
	}

	#product-menu p.categoryLink {
		background: url(/img/shop/menu/plus.gif) no-repeat center left;
		cursor: pointer;
		padding-left: 13px;
		margin: 1px 0;
	}
	
	#product-menu p.departmentLink {
		cursor: pointer;
		margin: 0;
		padding: 0;
		height: 29px;
		margin-bottom: 5px;
	}

	#product-menu div.departmentContainer,
	#product-menu div.categoryContainer {
		padding-left: 13px;
		display: none;
	}
	
	#product-menu div.departmentContainer {
        margin-bottom: 5px;
	}
	
	#product-menu div.categoryContainer {
	   display: none;
    }
    
    #product-menu div.categoryContainer div.group {
        padding-left: 13px;
    }

	#ads {
		position: absolute;
		left: 985px;
		top: 10px;
		width: 185px;
	}
		
		#ads img {
			margin-bottom: 5px;
		}
			
/********************************
	- MAIN MENU
********************************/

#main-menu { float: right; margin-top: 5px; }

	#main-menu ul { list-style: none }

		#main-menu ul li {
			float: left;
			margin-right: 15px;
			margin-bottom: 8px;
		}

			#main-menu ul li a {
				text-decoration: none;
				color: #eee;
			}
			
			#main-menu ul li a:hover {
                text-decoration: underline;
            }

/********************************
	- PRODUCT PAGE
********************************/

#product h1 {
	font-size: 16px;
	margin-bottom: 3px;
}
	
	#product #tabs { margin-top: 10px }

	#product #tabs div.tab_content {
		width: 520px;
		float: left;
		padding: 0;
		padding-top: 10px;
		color: #444;
		line-height: 16px;
		min-height: 200px;
	}

		#product #specifications table { }
		#product #specifications table td {
			border-bottom: 1px solid #888;
			padding: 3px;
		}

		#product #specifications table td.left {
			background-color: #fff;
			text-align: left;
			color: #000;
			border-bottom: 1px solid #888;
			width: 30px;
		}

		#product #specifications table td.left p { color: #000; white-space: nowrap }
		
		#product .tip_a_friend table td {
			padding: 3px;
		}

	#product .usp-logos img {
		margin-right: 10px;
	}

	#product .link {
		float: left;
		margin-right: 5px;
		padding: 5px;
		text-align: center;
		text-decoration: none;
	}

	#product .extra {
 		width: 200px; 
		float: right;
		text-align: center;
	}

		#product .extra input { float: right }

		#product .extra .thickbox {
			height: 200px; 
			border-bottom: 1px solid #ddd;
			text-align: center;
		}

		#product .extra .pricetag {
			float: left;
			padding: 3px;
			font-size: 16px;
			font-weight: bold;
			text-align: left;
			width: 100px;
			color: #000;
		}
		
		#product .extra a.webprice {
			background: #fff url(/img/shop/icons/webprice.gif) no-repeat left bottom;
			height: 21px;
			width: 70px;
			float: left;
			text-indent: -9999px;
			margin-top: 1px;
			outline: none;
		}
		
		#product .extra .tip {
			font-size: 12px;
		}
		
			#product .extra #tipDiv {
				display: none;
			}
			
			#product .extra a.print {
				font-size: 12px;
				padding-left: 23px;
				float: right;
				margin-top: 5px;
				margin-right: 3px;
				background: url(/img/shop/icons/printer.gif) no-repeat left center;
			}
			

	#product .thumbs {
		width: 200px;
		margin: 5px 0 20px 0;
		text-align: center;
	}
	
		#product .thumbs img {
			margin: 0 3px;
		}

	#product .proposals {
		overflow: hidden;
		float: left;
		width: 550px;
		margin-top: 20px;
	}
	
		#product .proposals .header {
			background-color: #fff;
			color: #333;
			font-weight: bold;
			width: 533px;
			font-size: 11px;
			border-bottom: 1px solid #ccc;
			overflow: hidden;
		}

		#product .proposals .product {
			text-align: center;
			color: #333;
			font-weight: bold;
			float: left;
			margin-top: 10px;
			margin-right: 20px;
			padding: 5px;
			font-size: 12px;
			border: 1px solid #fff;
		}
		
		#product .proposals .product a.header {
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			border: none;
		}
	
		#product .proposals .product.active {
			border-color: #ccc;
		}

/*
	#product .proposals {
		overflow: hidden;
		float: left;
		width: 550px;
	}
	
		#product .proposals .header {
			background-color: #fff;
			color: #333;
			font-weight: bold;
			width: 533px;
			font-size: 11px;
			border-bottom: 1px solid #ccc;
			overflow: hidden;
		}

			#product .proposals .header h2 {
				float: left;
				font-size: 11px;
				font-weight: normal;
				background-color: #ddd;
				color: #222;
				margin: 0;
				padding: 7px 8px;
			}
	
		#product .proposals .imgDiv {
			float: left;
			margin-top: 10px;
			margin-right: 18px;
			width: 90px;
			height: 90px;
			text-align: center;
		}
		
		#product .proposals img.last {
			margin-right: 0;
		}

		#product .proposals .info div, .tooltip {
			z-index: 130000;
			float: left;
			position: absolute;
			display: none;
			width: 150px;
			margin-top: -6px;
			background: url(/img/shop/backgrounds/proposals.gif) no-repeat;
			color: #fff;
			padding: 10px 8px 5px 8px;
		}
		
		.tooltip h2 {
			font-size: 12px;
			font-weight: bold;
		}
	
*/

/********************************
	- PRODUCT LISTINGS
********************************/

.product-listing input { float: right }

.product-listing .first {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.product-listing .right { border-right: 0 }

.product-listing .hover {  }

	/********************************
		- PRODUCT LISTINGS
			- SMALL
	********************************/
	
	.product-listing .small {
		float: left;
		padding: 10px;
		width: 159px;
		height: 260px;
		overflow: auto;
		text-align: center;
		line-height: 15px;
		margin-right: 15px;
	}
	
		.product-listing .last {
			margin: 0;
		}
	
		.product-listing .small h4 {
			font-size: 12px;
			color: #111;
			text-align: center;
			margin: 10px 0;
		}
		
		.product-listing .small p {
			font: 11px Tahoma, Arial, serif;
			line-height: 15px;
			color: #666;
		}
		
		.product-listing .small .price {
			padding-top: 5px; 
			margin-left: 5px;
			float: left;
			font: bold 15px Arial, Helvetica, sans-serif;
			color: #111;
		}
		
		.product-listing .small .top {
			text-align: center;
			height: 222px;
			margin-bottom: 10px;
		}
		
		.product-listing .small .top .image {
			height: 85px;
			text-align: center;
		}
		
	/********************************
		- PRODUCT LISTINGS
			- LARGE
	********************************/
	
	.product-listing .large {
		padding: 15px;
		width: 350px;
		float: left;
		overflow: auto;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-bottom: 15px;
	}

		.product-listing .large h1 {
			margin-bottom: 8px;
			line-height: 20px;
			text-align: left;
		}

		.product-listing .large .shortinfo {
			font: 11px Tahoma, Arial, serif;
			color: #666;
			line-height: 16px;
			text-align: left;
			width: 190px;
			float: left;
			margin: 0;
			padding: 0;
		}
		
		.product-listing .large .top {
			text-align: center;
			height: 130px;
		}

		.product-listing .large img.left {
			float: right;
			margin-left: 20px;
			margin-bottom: 10px;
		}

		.product-listing .large img.right {
			float: left;
			margin-right: 20px;
			margin-bottom: 10px;
		}
	
		.product-listing .large .price {
			float: right;
			font-size: 15px;
			font-weight: bold;
			color: #111;
			margin-top: 5px;
		}
		
	/********************************
		- PRODUCT LISTINGS
			- BOX
	********************************/
		
	.product-listing .box {
		float: left;
		width: 121px;
		margin-right: 10px;
		padding: 10px;
		border: 1px solid #ddd;
		line-height: 15px;
	}
	
		.product-listing .box h4 {
			font-size: 12px;
			color: #111;
			text-align: center;
			margin: 10px 0;
		}
		
		.product-listing .box p {
			font: 11px Tahoma, Arial, serif;
			line-height: 15px;
		}
		
		.product-listing .box .top {
			text-align: center;
		}
		
		.product-listing .box .price {
			padding-top: 5px; 
			margin-right: 5px;
			font: bold 15px Arial, Helvetica, sans-serif;
			color: #a20000;
		}
	
	/********************************
		- PRODUCT LISTINGS
			- STANDARD
	********************************/
	
	.product-listing .standard td {
		border-bottom: 1px solid #ccc;
	}
	
		.product-listing .standard .image {
			height: 60px;
			width: 60px;
		}
		
		.product-listing .standard h3 {
			color: #111;
		}
		
		.product-listing .standard .price {
			text-align: right;
			font-size: 15px;
			font-weight: bold;
			color: #111;
		}
		
		.product-listing .standard .buy {
			width: 70px;
		}
		
	/********************************
		- PRODUCT LISTINGS
			- COMPACT
	********************************/
		
	.product-listing .compact {
	}
	
		.product-listing .compact th {
			font-size: 12px;
			font-weight: normal;
			background-color: #222;
			padding: 5px;
			color: #fff;
		}
	
		.product-listing .compact td {
			padding: 3px 5px;
			border-bottom: 1px solid #ccc;
		}
		
		.product-listing .compact h3 {
			margin: 0;
			padding: 0;
			font-size: 11px;
			font-weight: normal;
			color: #111;
		}
	
		.product-listing .compact .price {
			width: 40px;
			text-align: right;
			font-size: 11px;
			font-weight: normal;
		}
		
		.product-listing .compact .stockstatus {
			width: 10px;
		}
		
		.product-listing .compact .buy {
			width: 85px;
		}
	
/********************************
	- MISCALLENOUS
********************************/

.flipper {
	text-align: center;
	margin-top: 10px;
}

	.flipper * {
		margin-right: 3px;
		font-size: 11px;
	}

	.flipper a.number {
		padding: 3px 6px;
		background-color: #222;
		color: #fff;
		font-weight: bold;
	}

	.flipper .active {
		padding: 3px 6px;
		background-color: #ddd;
		color: #222;
	}

img.footer-item {
	margin-right: 20px;
	padding-bottom: 5px;
}

	.pricetag div {
		float: left;
		height: 25px;
		padding: 7px 5px 0 5px;
		background-color: #c75da3;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
	}
	
.quantity {
	width: 23px;
	height: 20px;
	float: right;
	margin-right: -2px;
	margin-top: 2px;
	text-align: center;
	line-height: 20px;
	padding: 0;
	border: 0; 
	color: #444;
	background: url(/img/shop/backgrounds/quantity.gif) no-repeat center right;
}

.quantity-full {
	width: 30px;
	height: 24px;
	line-height: 24px;
	border: 0; 
	color: #444;
	text-align: center;
	background: url(/img/shop/backgrounds/quantity_full.gif) no-repeat center center;
}

/* CASHIER */

#custom-form, #reclamation-form {
	display: none;
}

#stores {
	margin-left: 5px;
	padding: 3px;
	display: none;
}

.myaccountLink {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#forgotPassword {
	float: left;
	display: none;
}

#forgotPasswordLink {
	float: right;
}

.errorBox {
	border: 1px solid #c10c00;
	background: #fad6d6;
	padding: 8px;
	margin-bottom: 10px;
}

.errorBox p { font-size: 12px; font-weight: bold; color: #c10c00 }

.infoBox {
	border: 1px solid #bbb593;
	background: beige;
	padding: 8px;
	margin-bottom: 10px;
}

ul.specifications {
	font-size: 11px;
	list-style-type: disc;
	list-style-position: inside;
}

table.shipping_costs td {
	font-size: 11px;
	padding: 5px;
	border: 1px solid #ccc;
}

ul.return {
	list-style: inside square;
}

ul.return li {
	font-size: 11px;
	line-height: 18px
}

div.SMSAnnouncement {
    display: none;
}

table.order_history {
    width: 100%;
}

table.order_history th {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #111;
}

table.order_history tbody td {
    font-size: 12px;
    padding: 3px 0;
}

table.order_history tbody td a.view_order {
    font-size: 12px;
    color: navy;
}

table.order_items {
    width: 100%;
}

table.order_items th {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #111;
}

table.order_items tbody td {
    font-size: 12px;
    padding: 3px 0;
}

table.order_items tbody td a.view_order {
    font-size: 12px;
    color: navy;
}

table.order_items tfoot {
    border-top: 1px solid #555;
}

table.order_items tfoot td {
    padding: 2px 0;
}

table.reclamation .form_error {
    background: #fcdede;
    border: 1px solid #ebb2b2;
}

table.reclamation td {
    padding: 2px 0;
}

select.cartProducts {
    width: 250px;
    float: right;
    margin-top: 55px;
    margin-right: 7px;
}

a.gotoCart {
    float: right;
    margin-top: 55px;
    margin-right: 7px;
    width: 84px;
    height: 20px;
    border: none;
    text-indent: -9999px;
    background: url(/img/shop/buttons/gotocashier.png) no-repeat center center;
}

div.slideShow {
    position:relative;
    height: 350px;
    margin-bottom: 10px;
}

div.slideShow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

div.slideShow a.active {
    z-index:10;
}

div.slideShow a.last-active {
    z-index:9;
}