/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#707070 url(../images/bg_sportstadion3.jpg) no-repeat top center; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#EC0038; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }
hr			  { height: 1px; border: 1px solid #e0e0e0; border-width: 1px 0 0 0; margin: 15px 0; clear: both; }

/* Lists */
ul,ol         { list-style:none; }

ul.square     {
	list-style: square;
	padding-left: 1em;
}
ol.decimal     {
	list-style: decimal;
	padding-left: 1em;
}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:960px; margin:0 auto; padding:20px 0 10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:10px 0 20px 0; }
.cms-home .main { margin:20px 0 40px 0; }
/* rewritten *//* Base Columns */
.col-left { float:left; width:240px;  padding:0; }
.col-main { float:left; width:700px;  padding:0; }
.col-right { float:right; width:240px; padding:0;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */

/* Global Messages  */
.success { color:#467513; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#555; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; font-size:14px; font-weight: bold; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 15px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#e5b2b8; background-color:#ffdfe7; color:#d00132; }
.success-msg { border-color:#9cc641; background-color:#eafbe5; color:#68865f; font-weight:bold; font-size:14px;}
.note-msg,
.notice-msg { border-color:#d9d185; background-color:#f9f6da; color:#bbad28; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* address on contact page */
.addresslist { margin:10px 0; }


/* 404 page */
.contacts-index-index .col2-left-layout .col-main,
.cms-page-view .col2-left-layout .col-main { width:670px; }
.cms-no-route {}
.cms-no-route .col2-left-layout .main { margin-top:10px; }
.cms-no-route .col2-left-layout .col-main { }
.cms-no-route .col-main,
.cms-no-route .col-main .std p { color:#555; }
.cms-no-route .col-main #notfoundlist {margin:10px 0;}
.cms-no-route .col-main #notfoundlist li {padding-left:20px; background: url(../images/red_arrow.gif) no-repeat left center;}
.red-title { color: #EC0038; }
.cms-no-route .no-route-txt { padding:15px; border:1px solid #9E9E9E; background: #fff; margin-bottom:25px; }



/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { cursor: pointer; display:block; width:20px; height:20px; font-size:0; line-height:0; background:url(../images/btn_trash.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-update { cursor: pointer; overflow: hidden; width: 18px; height: 18px; text-indent: -1000px; background: url(../images/update.png) no-repeat 0 0; border: none; }

#shopping-cart-table .qty { margin-right: 5px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:960px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#555; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }



/* Post affiliate pro */
/* Create account Page */
.pap-account-create .col-main { background:#fff; width:670px; padding:15px; border:1px solid #9E9E9E; }
.pap-account-create .main .col2-set { width:670px; }
.pap-account-create .main .col2-set .col-1 {  }

.pap-account-create p.small-txt { font-style:italic; font-size:9px; }
.pap-account-create h1 { font-weight:bold; margin-bottom:10px; padding:5px;}
.pap-account-create h4 { background:#272727; color:#fff; padding:2px 5px; }
.pap-account-create label { font-weight:bold; color:#272727; }
.pap-account-create label span.required { color:#EB340A; }
.pap-account-create fieldset.group-select ul { padding:15px; border:1px solid #f2f2f2; }
.pap-account-create fieldset.group-select .input-box { margin-bottom:10px; width:200px; }

#affiliate-terms { margin-top:10px; }
.pap-account-login button.btn-blue,
.pap-account-create button.btn-blue { margin-top:10px; }

/* login Page */
.pap-account-login .col-main { background: #fff; border:1px solid #9e9e9e; padding:15px;}
.pap-account-login .col-main h1 { font-weight:bold; margin-bottom:10px; padding:5px;}
.pap-account-login .col-1 h4 { background:#272727; color:#fff; padding:2px 5px; }
.pap-account-login .col-1 .group-select ul { padding:10px 15px; border:1px solid #F2F2F2; }
.pap-account-login div.input-box { margin-bottom:15px; }
.pap-account-login label { font-weight:bold; }
.pap-account-login .rememberme { margin-top:10px; display:inline-block; }
.pap-account-login fieldset.group-select { width:300px; }

/* ======================================================================================= */


/* Product View ========================================================================== */

/* Alerts */
.alert-price {}
.alert-stock {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { margin-right:5px; }
.add-to-cart .qty { }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }



/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
.rss-index-index .rss-table td {padding:10px 15px; background:#fff;}
.rss-index-index .rss-table th { font-size:16px; font-weight:bold; padding:5px 15px; text-transform: uppercase;}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearfix, .clearer {display: block;}

.clearfix:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
/* ======================================================================================= */


/* Price detail hover ==================================================================== */

.pre-price-details-hover{
	position: absolute;
	bottom: 60px;
	right: 20px;
}
.pre-price-details-hover-new{
	position: absolute;
	bottom: 4px;
	right: -5px;
}
.pre-price-details-hover-cart{
	position: absolute;
	top: 31px;
	right: 67px;
}

.checkout-cart-index .totals{ position: relative;}
.checkout-cart-index #shopping-cart-totals-table td {
	min-width: 60px;
}

table.grouped-items-table .pre-price-details-hover{
	position: relative;
	bottom: 0;
	right: 0;
}
table.grouped-items-table .price-details-hover {
	text-align: left;
}
.price-details-hover, .price-details-hover-new{
	position: relative;
}

.price-details-hover span{
	font-family: Georgia, serif;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	cursor: help;
	z-index: 2147483647;
}

.price-details-hover div{
	display:none;
	position: absolute;
	bottom: 20px;
	right: 10px;
	background: #f2f2f2;
	width: 170px;
	font-size: 10px;
	padding:10px;
	font-weight:normal;
	border: 2px solid #ddd;
	z-index: 2147483647;
}

.price-details-hover div ul li{
	list-style-type: circle;
	white-space: normal;
	border: none;
	background: none;
	padding: 0;
	margin: 0 0 0 15px;
}
.price-details-hover:hover div{
	display: block;
}

.home_block .price-box.price-box-with-hover{
	overflow: inherit;
	position: relative;
}

.catalog-product-view .product-view  .detail_right_with_price_details_hover{
	overflow: visible;
	position: relative;
}

.splash-page-formula1 .product-shop .pre-price-details-hover {
	position: absolute;
	bottom: 5px;
	right: -10px;
}

.aanbiedingen_block .pre-price-details-hover,
.popular_block .pre-price-details-hover{
	bottom: 4px;
	right: -5px;
}

/* single */
.aanbiedingen_block .price-details-hover span{}

/* double */
.aanbiedingen_block .price-box-with-hover>.pre-price-details-hover>.price-details-hover span{}

/* single */
.popular_block .price-details-hover span{}

/* double */
.popular_block .price-box-with-hover>.pre-price-details-hover>.price-details-hover span{}

/* single */
.catalog-category-view .pre-price-details-hover {
	position: relative;
	float: right;
	bottom: 20px;
	left: 10px;
}
.catalog-category-view .price-details-hover span{}

/* double */
.catalog-category-view .price-box-with-hover>.pre-price-details-hover{ bottom: 20px; right: -149px; }
.catalog-category-view .price-box-with-hover>.pre-price-details-hover>.price-details-hover span{}

/* single */
.catalog-product-view .detail_right .pre-price-details-hover{ position: static;}
.catalog-product-view .detail_right .price-details-hover span{}

/* double */
.catalog-product-view .price-box-with-hover .price{ margin-left: 10px;}
.catalog-product-view .price-box-with-hover>.pre-price-details-hover{ position: relative; bottom: 20px; left: 10px; }
.catalog-product-view .price-box-with-hover>.pre-price-details-hover>.price-details-hover span{}

/* wrong */
.catalog-product-view .product-options-bottom .price-details-hover{ display:none}

.attributesplash-page-view .price-box-with-hover{ position: relative}


.attributesplash-page-view .price-box-with-hover>.pre-price-details-hover {  bottom: 2px; right: -10px; }


.catalog-product-view .bundle-price-box-with-hover { position: relative }
.catalog-product-view .bundle-price-box-with-hover .pre-price-details-hover{position: absolute; bottom: 10px; right: 0px; left: auto;}

	/* ======================================================================================= */

.clear { clear:both; }

.price-suffix>.custom-suffix {
	font-weight: normal;
	font-size: 0.6em;
}
