/*
 * =============================
 * @author:		Geert Romijn
 * @module: 	mod_webshop
 * @about: 		HNDU webshop frontend CSS
 * =============================
 */

h1 {
	position: absolute;
	left: -999em;
}

#content .article_1 h2 {
	font-size: 2em;
	color: #000;
}

/*
	Defaults
	--------------------------------------------------
*/
.product-list,
.product-list ul,
.per-page,
.webshop-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article {
	overflow: visible;
	border-color: #fff;
}

.webshop-category-introduction,
.webshop-breadcrumbs {
	display: none;
}

/*
	Webshop product list
	--------------------------------------------------
*/
.product-list li {
	position: relative;
	width: 150px;
	min-height: 220px; /* Prevent list to break */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	zoom: 1;
	*display: inline;
	_height: 220px;
	margin: 0 23px 15px 0;
	text-align: center;
	line-height: 1.1;
}

ol.product-list li li {
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	float: left;
	position: static;
}

.product-list li a,
.product-list li a:hover {
	text-decoration: none;
}

.webshop-linktoproduct {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 150px;
	height: 190px;
	text-indent: -999em;
	cursor: pointer; /* IE fix */
	background: url(../img/blank.gif);
}

.product-image-container {
	height: 100px;
	width: 140px;
	overflow: hidden;
	display: block;
	background: #fff;
	border-top: 5px solid #f0a423;
}

.product-image-container,
.meta-information {
	border-left: 5px solid #f0a423;
	border-right: 5px solid #f0a423;
}

.meta-information {
	height: 50px;
	margin-bottom: .5em;
	padding-bottom: .5em;
	font-weight: bold;
	background: #fff;
	border-bottom: 30px solid #f0a423;
}

.meta-information h3,
.product-price {
	padding-bottom: 5px;
	background: #fff;
}

.meta-information h3 {
	position: absolute;
	bottom: 93px;
	left: 5px;
	width: 140px;
	padding: 0 !important;
	color: #000;
}
.meta-information a {
	color: #000;
	text-decoration: none;
}

.product-price {
	display: block;
	margin-bottom: .5em;
	font-size: 1.3em;
}

.product-list .product-price {
	position: absolute;
	bottom: 63px;
	left: 5px;
	width: 140px;
}

ol.product-list span.product-price {
	color: #000;
}

.product-list .ek-barbox {
	position: absolute;
	bottom: 49px;
	left: 0;
}

.out-of-stock {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 150px;
	height: 232px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../img/webshop-sprite.png) no-repeat 0 -43px;
}

/* Product actions */
.product-list .product-quantity,
.show-product-details,
.product-add-to-favorites,
.product-remove-from-favorites {
	display: none;
}

/* Shopping cart button */
.add-to-shopping-cart a {
	display: block;	
	overflow: hidden;	
	height: 35px;	
	text-indent: -999em;
	background: url(../img/webshop-sprite.png) no-repeat 40% 0;	
}

/* shopping cart button in div.order-block */
.order-block .add-to-shopping-cart a {
	position: relative;
	float: right;
	width: 215px;
	padding-left: 18px; 
	background-position: right -240px;
}

.order-block .add-to-shopping-cart a img {
	position: absolute;
	top: 9px;
	left: 0;
	margin-left: 0;
}

.product-list .add-to-shopping-cart a {
	width: 100%;
}

.add-to-shopping-cart a img {
	position: relative;
	left: 0;
	top: 0;
	margin-left: 993em;
}

.ek-webshop-order-links {
	float: right;
	width: 100%;
	text-align: right;
}

.ek-webshop-order-links a {
	font-size: .9em;
	color: #009ECA;
}

.ek-webshop-order-links .first {
	margin-right: 5px;
}

.ek-barbox,
.ek-bar {
	display: block;
	height: 10px;
}

.ek-barbox {
	width: 120px;
	margin-left: 12px;
	padding: 1px;
	text-align: left;
	text-indent: -999em;
	background: #fff;
	border: 1px solid #000;
}

.ek-bar {
	background: #009dca;
}

.ek-bartitle {
	position: absolute;
	left: -999em;
}
/* shopping-cart snippet*/


/*
	Product detailpage
	--------------------------------------------------
*/
.webshop-back-link {
	position: absolute;
	left: -999em;
}

.product-information {
	position: relative; /*for positioning ek-barbox*/
	float: left;
	width: 320px;
	margin-right: 15px;
}

.product-details .title {
	font-size: 2em;
	color: #000;
}

.product-details h3 {
	margin-bottom: 1em;
}

.product-information .product-image {
	float: left;
	height: 70px;
	margin-right: 15px;
}

.product-information .product-price {
	font-size: 2em;
	color: #569cc7;
}

.product-quantity {
	float: left;
	width: 3em;
	margin-top: 8px;
}

.order-block label {
	float: left;
	margin: 8px 5px 0 0;
	font-weight: normal;
}

.product-information .ek-barbox {
	position: absolute;
	right: 0;
	top: auto;
	margin-top: -24px;
}

/* Out of stock adjustments for detailpage */
.product-details .out-of-stock {
	width: 70px;
	height: 70px;
	text-indent: -999em;
	background: url(../img/webshop-sprite.png) no-repeat -150px -45px;
}

/* Related products */
.related-products {
	float: left;
	width: 330px;
	margin-top: 3em;
}

.related-product-list {
	margin: 0;
	list-style: none;
}

.related-product-list li {
	/* Prevent list to break */
	min-height: 135px;
	_height: 135px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 94px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 4px;
	background: #eba327;
}

.related-product-list h4 {
	height: 3em;
	background: #fff;
}

.related-product-list a {
	display: block;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
}

.product-information .related-product-list img {
	float: none;
	margin: 0;
	width: 70px;
	height: 70px;
}

.related-product-list .product-price {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.action {
	display: none;
}

.related-product-list .ek-barbox {
	width: 88px;
	margin-left: 1px;
}

/* page navigation */
.webshop-products-nav {
	float: left;
	margin: 1em 0;
	font-size: 1.5em;
	font-weight: bold;
}

.webshop-products-nav.top {
	display: none; /* Hide first pagination */
}

.webshop-products-nav span.pages {
	margin-right: 10px;
}

.webshop-products-nav a {
	padding: 2px 5px;
}

.webshop-products-nav a:hover,
.webshop-products-nav .current a {
	color: #000;
}

div.webshop-products-nav ol {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.webshop-products-nav li {
	display: inline;
}

/* */
.ek-go-to-shopping-cart {
	float: right;
	margin: -3em .4em .4em 420px;
}
