/**
 * Title: Tegels en Sanitair
 * Description: This stylesheet defines the default layout of tegelssanitair.nl
 * Copyright: Pronamic
 * Company: Pronamic
 * Author: Karel-Jan Tolsma Tolsma
 * Version: 1.0
 */

body {
	background-color: #884E35;

	font: 80%/1.5 Arial, Helvetica, sans-serif;

	margin: 0 0 50px 0;
	padding: 0;
}

/**
 * Wraps & containers
 */
#head-wrap {
	background-color: #884E35;

	color: #fff;

	margin: 0;
}

#main-wrap {
	background-color: #FFF;

	padding-bottom: 20px;
}

#foot-wrap {
	background: #884E35 url("foot.gif") top repeat-x;

	padding: 20px 0;
}

#container {
	background: url("background.gif") repeat-y;

	margin: 0 auto;

	width: 995px;
}

/**
 * Common
 */
.clear {
	clear: both;
}

img {
	border: 0;

	display: block;
}

p {
	margin: 0 0 10px 0;
}

p.banners {
	margin: 0;
}

p.banners a,
p.banners img {
	display: block;
}

blockquote {
	border-left: 3px solid #884E35;

	color: #999;

	font-style: italic;

	padding-left: 10px;
}

blockquote cite {
	color: #884e35;

	font-size: 18px;
}

/**
 * Forms
 */
form {

}

input.text,
textarea,
select {
	border: 1px solid #B9B9B9;

	border-bottom-color: #E7E7E7;
	border-right-color: #E7E7E7;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;

	padding: 5px;
}

input.text:focus,
textarea:focus,
select:focus {
	border-color: #000;
}

.field .label, 
.field label {
	float: left;

	display: block;

	padding: 6px 10px 6px 0;

	width: 180px;
}

.field label {
	cursor: pointer;
}

.field ul {
	float: left;

	list-style: none;

	margin: 0;
	padding: 5px 0;
}

.field ul label {
	float: none;

	display: inline;

	padding: 0;
}

form .field {
	clear: both;

	margin: .5em 0;
}

form .actions {

}

.required-indicator {
	color: #d90000;

	font-weight: normal;
}

/* Error */
p.error {
	background-color: #f5dbdb;

	border: 1px solid #CC0000;

	color: #CC0000;
	font-weight: bold;

	padding: 10px;
}

/**
 * Headings
 */
h1, h2, h3 {
	font-weight: normal;

	margin: 0;
}

h1, h2 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

/**
 * Anchors
 */
a {
	color: #884E35;

	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**
 * Head
 */
#head {
	margin: 0 auto;

	width: 995px;
}

#cart {
	background: #633724 url("cart.gif") 10% no-repeat;

	float: right;

	margin: 0;
	padding: 14px 12px 16px 40px;

	text-transform: uppercase;
}

#cart a {
	color: #FFF;
}

/**
 * Top menu
 */
#top-menu {
	margin: 0 auto;

	width: 995px;
}

#top-menu ul {
	float: left;

	list-style: none;

	margin: 0;
	padding: 18px 0 13px 0;
}

#top-menu li {
	float: left;

	margin-right: 30px;
}

#top-menu a {
	background-position: left top;
	background-repeat: no-repeat;

	display: block;

	height: 15px;
}

#top-menu a span { display: none; }
#top-menu a.active { background-position: left bottom; }
#top-menu a:hover { background-position: left center; }

#menu-item-home { width: 40px; background-image: url("menu/home.gif"); }
#menu-item-verkoophal { width: 97px; background-image: url("menu/verkoophal.gif"); }
#menu-item-klanten { width: 168px; background-image: url("menu/wat-klanten-zeggen.gif"); }
#menu-item-over-ons { width: 71px; background-image: url("menu/over-ons.gif"); }
#menu-item-aanbiedingen { width: 113px; background-image: url("menu/aanbiedingen.gif"); }
#menu-item-outlet { width: 56px; background-image: url("menu/outlet.gif"); }

/**
 * Site assistent
 */
 #site-assistent {
	float: right;

	margin-top: 35px;

 	width: 700px;
 }
 
/**
 * Name
 */
#name {
	float: left;

	margin: 0;
	padding: 10px 0;
}

#name a {
	background: url("logo.gif") no-repeat;

	display: block;

	width: 200px;
	height: 106px;
}

#name a span {
	display: none;
}

/**
 * Menu
 */
#menu {
	float: right;

	margin-top: 35px;

}

#menu ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#menu li {
	float: left;

	margin-left: 30px;
}

#menu a {
	background-position: right top;
	background-repeat: no-repeat;

	display: block;

	color: #000;

	height: 15px;
}

#menu a span { display: none; }
#menu a.active { background-position: right bottom; }
#menu a:hover { background-position: right center; }

#menu-item-merken { width: 61px; background-image: url("menu/merken.gif"); }
#menu-item-betaalopties { width: 109px; background-image: url("menu/betaalopties.gif"); }
#menu-item-service { width: 157px; background-image: url("menu/service.gif"); }
#menu-item-bezorging { width: 83px; background-image: url("menu/bezorging.gif"); }
#menu-item-contact { width: 65px; background-image: url("menu/contact.gif"); }

/**
 * Search
 */
#search-form {
	float: right;
}

#search-button {
	background: url("buttons/search.gif") no-repeat center top;

	border: none;

	cursor: pointer;

	display: block;

	float: left;

	margin-left: -5px;

	width: 28px;
	height: 28px;
}

#search-button span {
	display: none;
}

.search-input {
	float: left; 
}
/**
 * Block 1
 */
#block-1 {
	float: left;

	width: 205px;
}

/* Slogan */
#slogan {
	background: #244848 url("slogan.gif") center center no-repeat;

	height: 140px;

	text-align: center;
}

#slogan span { display: none; }

/* Submenu */
#sub-menu {
	background-color: #EAE4d8;

	padding: 10px;
}

#sub-menu ul {
	list-style: none;

	margin: 0 0 10px 0;
	padding: 0;
}

#sub-menu li {
	padding: 5px 0;
}

#sub-menu li a {
	background: url("arrow.gif") top left no-repeat;

	color: #000;

	padding-left: 12px;
}

#sub-menu li a.active, 
#sub-menu li a:hover {
	background-position: bottom left;

	text-decoration: underline;
}

/**
 * Block 2
 */
#block-2 {
	float: left;

	width: 585px;
}

#content {
	padding: 20px;
}

#content h1,
#content h2 {
	margin-bottom: 10px;
}

/* Impression */
#impression {
	background: url("impression.jpg");

	min-height: 140px;
}

#impression img {
	display: block;
}

/**
 * Banners
 */
#banners {
	position: relative;

	height: 280px;
}

#banners p {
	margin: 0;
}

#banners img {
	display: block;

	position: absolute;

	top: 0;
	left: 0;
}

/* Banners list */
#banners-list {
	float: left;

	list-style: none;

	margin: 0;

	position: absolute;

	top: 0;
	right: 0;

	padding: 10px 3px 3px 10px;
}

#banners-list li {
	float: left;
}

#banners-list .page-link {
	display: none;
}

#banners-list .banner-link {
	background-position: 0 -34px;
	background-repeat: no-repeat;

	color: #000;

	display: block;

	width: 28px;
	height: 28px;

	margin-left: 3px;

	overflow: hidden;

	text-decoration: none;
	text-indent: -1000em;
}

#banners-list .banner-link:hover, 
#banners-list .active .banner-link {
	background-position: 0 0;

	color: #98012F;
}

#banners-list .banner-link:focus {
	outline: none;
}

#no-1 { background-image: url("banners/1.png"); }
#no-1 { background-image: url("banners/1.png"); }
#no-2 { background-image: url("banners/2.png"); }
#no-3 { background-image: url("banners/3.png"); }
#no-4 { background-image: url("banners/4.png"); }
#no-5 { background-image: url("banners/5.png"); }
#no-6 { background-image: url("banners/6.png"); }
#no-7 { background-image: url("banners/7.png"); }
#no-8 { background-image: url("banners/8.png"); }
#no-9 { background-image: url("banners/9.png"); }

/**
 * Block 3
 */
#block-3 {
	float: left;

	width: 205px;
}

#block-3 h2 {
	font-size: 22px;
}

#top-products {
	background-color: #EAE4d8;

	padding: 8px;
}

#top-products ol {
	list-style: none;

	padding: 0;
	margin: 0;
}

#top-products li {
	padding: 5px 0;
}

#top-products a {
	background-position: left top;
	background-repeat: no-repeat;

	display: block;

	color: #000;

	min-height: 23px;

	padding-left: 30px;
}

#top-products .nr-1 { background-image: url("numbers/1.gif"); }
#top-products .nr-2 { background-image: url("numbers/2.gif"); }
#top-products .nr-3 { background-image: url("numbers/3.gif"); }
#top-products .nr-4 { background-image: url("numbers/4.gif"); }
#top-products .nr-5 { background-image: url("numbers/5.gif"); }

#top-products a:hover { background-position: -237px top; }

/* Information */
#information {
	background-color: #244848;

	color: #A7B6B6;

	padding: 15px;
}

#information h2 {
	color: #FFF;
}

#information a {
	color: #FFF;

	font-weight: bold;
}

#information ul {
	margin:0;
	padding: 0;
}

#information ul li {
	background: url("vink.gif") left 8px no-repeat;

	list-style: none;
	
	font-size: 14px;

	padding: 4px 0;
	padding-left: 25px;
}

/* No Shipping banner */
#free-shipping {
	background: url("free-shipping.gif") center no-repeat;

	display: block;

	width: 205px;
	height: 42px;

	padding: 15px 0;

	overflow: hidden;

	text-indent: -10000px;
}

/* iDeal logo */
#payment {
	padding: 15px;
}

/**
 * Foot
 */
#foot {
	color: #DCCAC3;

	margin: 0 auto;

	width: 995px;
}

#foot h2 {
	color: #3C1504;
}

#foot a {
	color: #FFF;
}

/* Foot block 1 */
#foot-1 {
	float: left;

	width: 360px;

	padding-right: 20px;
}

#foot ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#foot li {
	float: left;

	padding: 5px 0;

	width: 180px;
}

#foot li a {
	background: url("foot-arrow.gif") top left no-repeat;

	padding-left: 12px;
}

#foot li a:hover {
	background: url("foot-arrow.gif") bottom left no-repeat;
}

/* Foot block 2 */
#foot-2 {
	border-left: 1px solid #9A6853;
	border-right: 1px solid #9A6853;

	float: left;

	padding: 0 20px;

	width: 285px;
}

/* Foot block 3 */
#foot-3 {
	float: left;

	padding-left: 20px;

	width: 265px;
}

/* Newsletter */
#newsletter-button {
	background: url("buttons/newsletter.gif") no-repeat center top;

	border: none;

	cursor: pointer;

	display: block;

	float: left;

	margin-left: -5px;

	width: 28px;
	height: 28px;
}

#foot-3 form {
	float: left;

	margin: 0;
	padding: 0;
}

#newsletter-button span {
	display: none;
}

.newsletter-input {
	float: left; 
}

/* Copyright */
#copyright {
	border-top: 1px solid #7A4630;

	clear: both;

	color: #AC8372;

	font-size: 11px;

	padding: 10px 0;
	margin-top: 20px;
}

#copyright a {
	color: #AC8372;
}

/**
 * Catalog
 */
.catalog {
	margin-bottom: 25px;
}

.catalog .product {
	background: url("catalog/back.gif") no-repeat right bottom;

	float: left;

	margin: 0 0 10px 0;
	padding: 130px 15px 10px 10px;

	position: relative;

	width: 156px;
}

.catalog .product.last {
	background-image: url("catalog/right.gif");
}

.catalog .row.last .product {
	background-image: url("catalog/last.gif");
}

.catalog .row.last .product.last {
	background-image: none;
}

/* Image */
.catalog .product .image {
	margin: 0;

	position: absolute;
	top: 0;
}

.catalog .product .image a {
	display: block;
}

.product.action .product-hook,
.product.action-undeliverable .product-hook {
	background: url("catalog/actie.png") no-repeat top right;

	display: block;

	position: absolute;

	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

/* Heading */
.catalog .product h3 {
	font-weight: bold;

	line-height: 125%;
	margin: 0;

	min-height: 35px;
}

.catalog .product h3 a {
	color: #000;
}

/* Price */
.catalog .product .price {
	margin-bottom: .25em;

	text-align: right;
}

.catalog .product .price strong {
	color: #884e35;

	font-size: 150%;
}

del.regular-price {
	color: #999;
}

/* Product - Extra */
 .product-extra {
	float: left;

	margin-right: 20px;

	text-align: center;

	width: 210px;
}

.product-extra .image {
	margin: 0 0 10px 0;
}

.product-extra .image a {
	text-decoration: none;
}

.product-extra .image .enlarge-text {
	background: url("zoom-icon.gif") no-repeat;

	color: #999;

	font-size: 11px;

	padding-left: 20px;

	text-align: center;
}

.product-extra ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

.product-extra ul li {
	border: 1px solid #EAE4D8;

	float: left;

	margin-right: 6px;
	padding: 5px;
}

.product-extra ul li.last {
	margin: 0;
}

/* Product information */
.product-information {
	float: left;

	width: 283px;

	padding: 0 15px;

	border-left: 1px solid #eae4d8;
}

.product-information span {
	font-style: italic;
}

.product-information .price {
	color: #884e35;

	font-size: 32px;

	line-height: 100%;
}

.product-information .regular-price {
	color: #999;

	font-size: 18px;
}

.product-information p.contact {
	border: 1px solid #eae4d8; 

	padding: 10px;
}

.order .field label {
	width: 40px;
}

/* Product number */
.product-number {
	font-style: italic;
}

/**
 * Actions
 */
.actions {
	background-color: #EAE4D8;

	margin: 15px 0;

	width: 100%;
}

.actions p {
	float: right;

	margin: 0;
}

.actions p.extra {
	float: left;

	padding: 8px;
}

.actions button {
	float: right;
}

.actions button:hover {
	background-position: bottom left;
}

/* Buttons */
.cart-link,
.order-link,
.pay-link, 
.offer-link,
.send-link {
	border: none;

	cursor: pointer;

	display: block;

	height: 45px;

	text-indent: -1000em; 
}

.cart-link {
	background: url("buttons/cart.gif");

	width: 173px;
}

.order-link {
	background: url("buttons/order.gif");

	width: 195px;
}

.pay-link {
	background: url("buttons/pay.gif");

	width: 122px;
}

.offer-link {
	background: url("buttons/offer.gif");

	width: 195px;
}

.send-link {
	background: url("buttons/send.gif");

	width: 137px;
}

/**
 * Cart
 */
table {
	border-collapse: collapse;

	margin: 10px 0;

	width: 100%;
}

th {
	font-size: 14px;

	padding: 8px;

	text-align: left;
}

td {
	padding: 8px;

	border-top: 1px solid #eae4d8;
}

th.price,
td.price {
	text-align: right;
}

td.price strong {
	font-size: 150%;
}

td.label {
	font-weight: bold;
}

td.image {
	padding: 10px 0;

	width: 5px;
}

.line {
	border-top: 1px solid #C1B69E;
}

/* Payment methods list */
.payment-methods-list {
	list-style: none;

	margin: 10px 0 30px 0;
	padding: 0;
}

.payment-methods-list input {
	float: left;

	margin-left: -20px;
}

.payment-methods-list li {
	margin-bottom: 20px;
	padding-left: 90px;
}

.payment-methods-list li.payment-method-ideal {
	background: url("ideal-logo.gif") no-repeat;

	min-height: 50px;
}

.payment-methods-list li.payment-method-prepayment {
	background: url("prepayment-logo.gif") no-repeat;

	min-height: 50px;
}

.payment-methods-list label {
	cursor: pointer;

	width: 100%;
	padding: 0;

	font-weight: bold;
	font-size: 14px;
}

/**
 * Social icons
 */
ul#social-icons  {
	float: left;

	margin-top: 5px;
}

#foot #social-icons li {
	margin-right: 5px;

	width: 25px;
}

#foot #social-icons li a {
	display: block;

	overflow: hidden;

	width: 25px;
	height: 25px;

	padding: 0;

	text-indent: -10000px;
}

#foot #social-icons li a#twitter-link { background-image: url("icons/twitter.png"); }
#foot #social-icons li a#youtube-link { background-image: url("icons/youtube.png"); }

#foot #social-icons li a:hover {
	background-position: bottom left;
}