/**
 * <Poncha.be>
 *
 * Contains all general layout declarations.
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2009-03-26
 * @lastmodified	2009-03-26
 */


/* page structure
---------------------------------------------------------- */

.wrapper {
	background: #fff url(../img/bg_wrapper_border.png) repeat-x 0 119px;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* header
---------------------------------------------------------- */

#header {
	height: 120px;
}


/* navigation
---------------------------------------------------------- */

#nav {
	position: absolute;
	top: 90px;
	left: 230px;
}

#nav li {
	float: left;
}

#nav a {
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}

#nav a span {
	float: left;
	padding: 0 9px;
	cursor: pointer;
}

#nav .selected a,
#nav .selected a:hover {
	color: #fff;
	background: #e2007a url(../img/sprite_corners.png) no-repeat -520px 0;
}

#nav .selected span {
	background: url(../img/sprite_corners.png) no-repeat 100% 0;	
}

#nav a:hover {
	color: #e2007a;
}

/* tools
---------------------------------------------------------- */

#tools ul {
}

#tools ul li {
	font-size: .92em;
}

#tools ul li a {
	float: left;
	padding: 0 8px;
	text-decoration: none;
	line-height: 25px;
	height: 26px;
}

/* language
---------------------------------------------------------- */

#lang {
	position: absolute;
	top: 10px;
	left: 230px;
}

#lang li {
	float: left;
	margin: 0 4px 0 0;
}

#lang a {
	float: left;
	text-decoration: none;
	padding-left: 6px;
	line-height: 25px;
	background: url(../img/sprite_buttons.png) no-repeat 0 -250px;
}

#lang a span {
	float: left;
	padding: 0 10px 0 4px;
	cursor: pointer;
	background: url(../img/sprite_buttons.png) no-repeat 100% -275px;	
}

#lang a:hover { background-position: 0 -300px; }
#lang a:hover span { background-position: 100% -325px; }

#lang .selected a { background-position: 0 -200px; }
#lang .selected a span { background-position: 100% -225px; }
#lang .selected a:hover { color: #6589a5; }

/* main
---------------------------------------------------------- */

#main {
	position: relative;
	min-height: 300px;
}

/* content
---------------------------------------------------------- */

#content {
	padding-left: 220px;
}

.wide #content { padding: 20px 20px 50px 20px; }

/* breadcrumb
---------------------------------------------------------- */

#breadcrumb {
	margin: 0 0 20px 0;
	padding: 27px 0 0 20px;
}

#breadcrumb strong {
	float: left;
	padding-right: 25px;
	color: #6589a5;
	background: url(../img/sprite_icons.png) no-repeat 100% -280px;
}

#breadcrumb a {
	float: left;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb span {
	float: left;
	width: 25px;
	text-indent: -999em;
	background: url(../img/sprite_icons.png) no-repeat 100% -280px;
}

#breadcrumb em {
	float: left;
	font-style: normal;
	color: #e2007a;
}

/* steps
---------------------------------------------------------- */

#steps ul {
	float: left;
	margin: 0;
	padding: 10px 0 20px 0;
}

#steps li {
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 25px 0 0;
	text-indent: 0;
	background: url(../img/sprite_icons.png) no-repeat 100% -280px;
}

#steps li.last { background: none; }

#steps strong { 
	font-weight: normal; 
	color: #e2007a;
}


#steps a { text-decoration: none; }
#steps a:hover { text-decoration: underline; }

/* feature
---------------------------------------------------------- */

#feature img {
	float: left;
}

/* listbox
---------------------------------------------------------- */

.listbox {
	clear: both;
	margin: 0 0 30px 0;
}

.listbox h2 {
	margin: 0;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 1.67em !important;
	color: #2974af !important;
	background: url(../img/sprite_gradients.png) no-repeat 0 0;
}

.listbox ul {
	clear: left;
	padding: 0 0 0 20px;
}

.listbox li {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	width: 160px;
}

.listbox li h3 {
	font-size: 1.17em;
}

.listbox li img {
	position: absolute;
	top: 0;
	left: 0;
}

.listbox li a {
	text-decoration: none;
}

.listbox li .meta {
	padding-top: 170px;
	color: #6589a5;
}

.listbox li .cat {
	text-transform: lowercase;
}

.listbox li.hover h3 a,
.listbox li.hover .meta { color: #e2007a; }

.listbox li.row { clear: left; }

/* price tags
---------------------------------------------------------- */

.price {
	position: absolute;
	top: 134px;
	left: -8px;
	z-index: 10;
	height: 29px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 1.17em;
	line-height: 28px;
	background: url(../img/sprite_buttons.png) no-repeat 100% 0;
}

.price span {
	float: left;
	padding: 0 6px 0 8px;
	background: url(../img/sprite_buttons.png) no-repeat 0 0;
}

.hover .price {
	background-position: 100% -29px;
}

.hover .price span {
	background-position: 0 -29px;
}

.hover .price { color: #fff !important; }

/* hitarea
---------------------------------------------------------- */

li a.hitarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(../img/bg_transparent.png) no-repeat 0 0;
}

/* category
---------------------------------------------------------- */

.category {
	padding: 0 20px;
}

/* products (list with description)
---------------------------------------------------------- */

.products {
	
}

.products li {
	position: relative;
	float: left;
	width: 340px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	margin: 0 0 50px 0;
}

.products h2,
.products h3 {
	margin: 0 0 10px 0;
	font-size: 1.17em;
}

.products h2 a,
.products h3 a {
	text-decoration: none;
	color: #E2007A;
}

.products .meta {
	padding: 10px 20px 0 160px;
}

.listbox .products .meta { padding-top: 0; }

.products .price {
	top: 124px;
	z-index: 10;
}

.products img {
	position: absolute;
	top: -10px;
	left: 0;
}

.products .hitarea {
	width: 160px;
	height: 160px;
}

/* product detail
---------------------------------------------------------- */

.product {
	position: relative;
	min-height: 380px;
	padding: 0 20px 60px 360px;
}

.product h1 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	color: #e2007a;
}

.product .description {
	padding: 0 10px 0 20px;
}

/* product detail -> price
---------------------------------------------------------- */

.product .order {
	position: relative;
	height: 35px;
	border-top: 1px solid #7396b5;
	overflow: hidden;
}

.product .price {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	height: 35px;
	font-size: 1em;
	background: none;
}

.product .price .amount {
	float: left;	
	padding: 0 20px 0 0;
	height: 35px;
	font-size: 1.83em;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
	background: url(../img/sprite_buttons.png) no-repeat 100% -400px;
}

.product .price .amount span {
	float: left;
	padding: 0 0 0 20px;
	height: 35px;
	background: url(../img/sprite_buttons.png) no-repeat 0 -435px;
}

.product .price .vat {
	font-size: 0.92em;
	font-weight: normal;
	line-height: 45px;
	background: none;
}

.product .order .button {
	position: absolute;
	bottom: 0;
	right: 0;
	background-position: 0 -150px; 
}

.product .order .button span {
	background-position: 100% -175px; 
}

.product .order .button:hover { background-position: 0 -470px; }
.product .order .button:hover span { background-position: 100% -495px; }

/* product detail -> photos
---------------------------------------------------------- */

.product #photos {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 320px;
	overflow: hidden;
}

.product #photos ol {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.product #photos ol li {
	float: left;
	margin: 0 20px 10px 0;
}

#photos #photo { height: 300px; }

/* features
---------------------------------------------------------- */

.features {
	padding: 0 0 20px 0;
}

.features ul {
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #e3e7e8;
}

.features ul.last {
	border-bottom: none;
}

.features li {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
}

.features li strong {
	display: block;
}

.features li span { display: none; }

/* box
---------------------------------------------------------- */

.box {
	padding: 15px 20px;
	background: #ececec url(../img/sprite_gradients.png) no-repeat -1160px 0;
}

.box h2 {
	margin: 0 0 6px 0;
	font-size: 1.17em;
	color: #e2007a;
}

/* categories
---------------------------------------------------------- */

.categories {
	margin: 0 0 0 20px;
}

.categories li {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	width: 340px;
}

.categories li .button {
	position: absolute;
	bottom: 15px;
	right: 20px;
	color: #6589a5 !important;
	background-position: 0 -350px;
}

.categories li .button:hover,
.categories li.hover .button {
	color: #fff !important;
}

.categories li .button span {
	background-position: 100% -375px;	
}

/* icons
---------------------------------------------------------- */

.icon {
	padding-left: 30px;
	overflow: hidden;
	background: url(../img/sprite_icons.png) no-repeat 0 0;
}

.ico-basket { background-position: 0 -50px; }
.ico-marlon { background-position: 3px -204px; }
.ico-marlon:hover { background-position: 3px -229px; }

.ico-delete { background-position: -150px -400px; }

.ico-view { background-position: 0 -375px; }
.ico-view:hover { background-position: 0 -400px; }

.ico-edit { background-position: -50px -375px; }
.ico-edit:hover { background-position: -50px -400px; }

.ico-refresh { background-position: -100px -375px; }
.ico-refresh:hover { background-position: -100px -400px; }

/* buttons
---------------------------------------------------------- */

.button {
	float: left;
	text-decoration: none;
	line-height: 25px;
	color: #fff !important;
	padding-left: 6px;
	background: url(../img/sprite_buttons.png) no-repeat 0 -100px;
}

.button span {
	float: left;
	padding: 0 10px 0 4px;
	cursor: pointer;
	background: url(../img/sprite_buttons.png) no-repeat 100% -125px;
}

.button:hover,
.hover a.button { background-position: 0 -150px; }
.button:hover span,
.hover a.button span { background-position: 100% -175px; }

/* secundary actions */
.secundary {
	position: relative; 
	color: #6589a5 !important;
	background-position: 0 -250px; 
}
.secundary span { background-position: 100% -275px; }

/* secundary actions hover */
.secundary:hover { 
	color: #e2007a !important;
	background-position: 0 -300px; 
}
.secundary:hover span { background-position: 100% -325px; }

a.signin,
a.loggedin {
	padding-left: 35px;
	background: url(../img/sprite_icons.png) no-repeat 0 -100px !important;
}

a.signin:hover { background-position: 0 -125px !important; }

a.loggedin { background-position: 0 -500px !important; }
a.loggedin:hover { background-position: 0 -525px !important; }

/* button around input element */
div.button {
	position: relative;
	padding-left: 4px;
	height: 25px;
	zoom: 1;
}

div.button span {
	padding: 0 0px 0 0;
}

div.button input {
	position: relative;
	padding: 0 2px;
	height: 25px;
	cursor: pointer;
	overflow: visible;
	border: none;
	zoom: 1;
	background: none;
}

.secundary input { color: #6589a5 !important; }

.next {
	background-position: 0 -150px;
}

.next span {
	background-position: 100% -175px;
}

div.next input {
	padding-right: 20px;
	color: #fff;
	background: url(../img/sprite_icons.png) no-repeat 100% -450px;	
}

.actions-center {
	margin-left: 210px;
	left: 0 !important;
	padding: 0 !important;
}

div.actions-center .center {
	position: relative;
	left: 0;
	top: 0;
	float: left;
	margin-right: 10px;
}

/* columns
---------------------------------------------------------- */

.col {
	float: left;
	display: inline;
	width: 340px;
}

.col-small {
	width: 160px;
	padding: 0 0 0 20px;	
}

.col-medium {
	width: 200px;
	padding: 0;
}

.col-wide {
	padding: 0 20px 0 0;
	width: 530px;
}

.signin .col-wide {
	padding: 0 10px;
	border-left: 1px solid #dce2e8;		
}

.col-overview {
	width: 550px;
}

.col h2,
.col h3 {
	margin: 0 0 15px 0;
	font-size: 1.17em;
	color: #e2007a;
}

.col h3 {
	color: #6589a5;	
}

.col-wide h2 {
	padding: 0 10px;
}

/* basket
---------------------------------------------------------- */

#basket {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px 0 0;
}

#basket .account {
	float: right;
	margin: 10px 0 0 0;
}

#basket .box {
	float: right;
	margin: 0 0 0 20px;
	padding: 0 10px;
	width: 320px;
	height: 45px;
	background: #e1f3fc url(../img/sprite_corners.png) no-repeat -180px 100%;
}

#basket .box p {
	float: left;
	margin: 10px 0 0 0;
	line-height: 25px;
	color: #5d7a94;
}

#basket .box .button {
	float: right;
	margin-top: 10px;
}

#basket .box a {  }
#basket .box a:hover { 
}

#basket .box a.icon {
	float: left;
	text-decoration: none;
}

#basket .box a.icon:hover {
	text-decoration: underline; 
	color: #6589a5; 
}

/* content page
---------------------------------------------------------- */

.content {
	clear: left;
	padding: 0 0 25px 20px;
	width: 500px;
	line-height: 1.5em;
	color: #4e7593;
}

.content h1 {
	margin: 0 0 20px 0;
	color: #e2007a;
}

.content h2,
.content h3,
.content h4 {
	color: #2974af;	
}

.content h2 { margin-bottom: 10px; font-size: 1.5em; }
.content h3 { margin-bottom: 5px; font-size: 1.167em; }
.content h4 { font-size: 1em; }

.content ul,
.content ol {
	margin: 0 0 25px 0;	
	padding: 0 0 0 25px;
}

.content ol h3 { font-size: 1em; }

.content ul {
	padding-left: 5px;
}

.content li {
	margin: 0 0 10px 0;
	padding: 0;
}

.content ul li {
	padding-left: 15px;
	background: url(../img/sprite_icons.png) no-repeat -185px -480px;
}

.content a { color: #2974af; }
.content a:hover { color: #E2007A; }

.content p {
	margin-bottom: 25px;
}

.content img {
	float: left;
	margin: 0 20px 0 0;
}

.content dl {
	
}

.content dd {
	margin: 0;
	padding: 0;
}

/* top
---------------------------------------------------------- */

dd.top {
	margin: 0 0 30px 0;
	padding: 0;
}

/* explain
---------------------------------------------------------- */

.explain h2 {
	margin: 0 0 10px 0;
	color: #6387a1;
}

.explain img {
	margin: 0 0 20px 0;
}

.explain  
{
	color: #4e7593;
	width: 740px;
}

.explain p.content {
	clear: both;
	padding: 0 20px;
	width: auto;
}

.explain .col {
	margin-bottom: 20px;
}

/* columns
---------------------------------------------------------- */

.myponcha {
	padding: 0 0 50px 20px;
}

.myponcha h1 {
	margin-bottom: 15px;
}

/* aside
---------------------------------------------------------- */

#aside {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 0 20px;
}

#subnav {
	padding: 20px 0 0 0;
	width: 180px;
	font-size: 1.17em;
	background: #6c91b1 url(../img/sprite_gradients.png) no-repeat -960px 0;
}

#subnav .inner {
	padding: 0 0 40px 0; 
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background: url(../img/sprite_corners.png) no-repeat 0 100%; 
}	

#subnav ul {
	overflow: hidden;
	border-top: 1px solid #5f83a1;
	border-bottom: 1px solid #9cadda;
}

#subnav li {
	margin-top: 0;
	float: left;
	width: 180px;
	border-bottom: 1px solid #5f83a1;
}

#subnav li a.open {
	border-top: 1px solid #3b5c75;
	background: #3b5c75 url(../img/sprite_icons.png) no-repeat 100% -325px;
}

#subnav a {
	position: relative;
	top: 0;
	float: left;
	width: 160px;
	padding: 4px 10px 7px 10px;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid #9cadda;
}

#subnav a:hover {
	background-color: #527590;
	border-top: 1px solid #42637d;
}

#subnav a.selected {
	border-top: 1px solid #e2007a;
	background: #e2007a;
}

#subnav li ul {
	clear: left;
	padding-bottom: 10px;
	border: none;
	background: #527590;
}

#subnav li li {
	font-size: .86em;
	border: none;
}

#subnav li li a {
	padding: 1px 0 2px 30px;
	width: 150px;
	border: none;
}

#subnav li li a.selected { border-top: none; }

#subnav li li a:hover { 
	border: none; 
	background: #3b5c75;
}

/* banners
---------------------------------------------------------- */

#aside .banner {
	position: relative;
	margin-bottom: 10px;
	width: 200px;
	text-indent: -999em;	
}

#aside .banner a {
	position: absolute;
	width: 180px;
	overflow: hidden;	
}

#aside .ponchabox {
	top: -10px;
	left: -20px;
	height: 120px;
	background: url(../img/banner_ponchabox.png) no-repeat 0 0;
}

#aside .ponchabox a {
	top: 30px;
	left: 20px;
	height: 90px;
}

#aside .deliverytime,
#aside .newsletter {
	width: 200px;
	background: url(../img/banner_deliverytime.png) no-repeat 0 0;
}

#aside .newsletter {
	background-image: url(../img/banner_newsletter.png);
}

#aside .deliverytime a,
#aside .newsletter a {
	top: 0;
	left: 0;
	height: 80px;
}

#aside .newsletter a { height: 60px; }

/* skip to nav links
---------------------------------------------------------- */

#skip {
	position: absolute;
	margin: 0;
}

#skip li{
	text-indent:-999em;
}

/* footer
---------------------------------------------------------- */

#footer {
	position: relative;
	margin: 0 auto;
	padding: 15px 20px 0 240px;
	width: 700px;
	height: 65px;
	color: #a1afbb;
}

#footer p {
	float: left;
}

#footer ul {
	position: absolute;
	top: 15px;
	right: 20px;
}

#footer li {
	float: left;
	text-transform: lowercase;
	margin: 0 0 0 15px;
}

#footer a {
	float: left;
	text-decoration: none;
	color: #a1afbb; 
}

#footer a:hover {
	color: #e2007a;
}

/* common
---------------------------------------------------------- */

.hide {
	position: absolute;
	display: block;
	padding: 0 !important;
	text-indent: -999em ;
	font-size: 0px;
	height: 0px !important;
	line-height: 0px !important;
	background: none !important;
}

.hidden {
	text-indent: -999em;
}

/* browser fixes
---------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */