/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 12px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 11px; color: red; padding: 1em 0 1.5em; }
.productsNotifications { margin: 1em 0 1em; }
.productsNotifications INPUT { vertical-align: -2px; }
.orderEdit { font-size : 10px; color: #9ab604; text-decoration: underline; }

BODY, HTML {
  background: url('images/template/background_gradient.jpg') repeat-x #d6ecff;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  text-align: center;
}

A {
  color: #000000;
  text-decoration: underline;
}

A:hover {
  text-decoration: none;
}

FORM {
	display: inline;
}

TABLE.header {
  background: url('images/template/header_background.png') no-repeat;
  height: 106px;
}

TD.headerError {
  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #ff0000;
  font-weight : bold;
  text-align : center;
  padding: 0 0 1.5em;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000000;
}

.infoBoxContents {
	font-size: 11px;
}

TD#navigation_left .infoBoxContents {
  font-size: 10px;
  line-height: 17px;
}

.infoBoxNotice {
  background: #FFFFFF;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-size: 10px;
}

TD.infoBoxHeading, H4.legenda {
  font-family: Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #888888;
}

TD.infoBoxHeading {
  padding: 20px 0 10px;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #aaa;
}

A.pageResults:hover {
  color: #333;
}

TD.pageHeading, DIV.pageHeading {
	vertical-align: top;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5em;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 11px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: red;
  font-weight: bold;
}

.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #ebebeb; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #e2e2e2; }
.moduleRow IMG, .moduleRowOver IMG, .moduleRowSelected IMG { vertical-align: -6px; padding: 5px; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 11px padding: 10px; margin-bottom: 5px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }
.estimatedshippingBox {
  background: #FF8E90; 
}

TD.estimatedshippingBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff; 
}

.estimatedshippingBoxContents {
  background: #f8f8f9;
  font-size: 10px; 
}

.ShowShipping {
  background: #444ddd;
  color: #fffffa;
  font-size: 6px;
  font-weight: bold;
  text-align: center;
} 
	
/* Frummel.nl Custom Styles */

/* TEXT */

P {
	font-size: 12px;
	margin: 0 0 1em;
	line-height: 1.5em;
}

TABLE, OL, LI {
	font-size: 12px;
}

TR.footer P {
	font-size: 11px;
	line-height: normal;
}

UL, OL { padding-left: 20px; }

/* Koppen */

H1 {
	font-size: 20px;
	font-weight: normal;
	color: #111111;
	margin: 0 0 0.5em;
}

H2 {
	font-size: 15px;
	font-weight: bold;
	color: #111111;
	margin-bottom: 1em;
}

H3 {
	margin: 0;
}

H3.margin {
	margin-bottom: 1em
}

H3.price {
	font-size: 25px;
	font-weight: bold;
}

H3.special {
	color: red;
	margin-bottom: 5px;
}

DIV.pricetag H3.price {
	font-size: 22px;
	font-weight: bold;
}

TABLE.shoppingcart-data H3.price, TABLE.infoBox H3 {
	font-size: 14px;
}

H4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0.5em;
}

DIV#product_infobox H4 {
	font-size: 11px;
	margin-bottom: 5px;
}

/* Overig */

DIV#breadcrumb {
	display: block;
	font-size: 11px;
	color: #6d6d6d;
	margin-bottom: 2px;
}

DIV#copyright {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}

/* OPBOUW */

DIV#background {
	background: url('images/template/background_wolken.jpg') no-repeat top center;
}

DIV#container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

/* Header */

UL#headerNavigation {
	display: block;
	float: right;
	z-index: 1;
	list-style-type: none;
	padding: 0;
	margin: 27px 0 0;
}

UL#headerNavigation LI {
	float: left;
	margin-left: 10px;
}

UL#headerNavigation LI A {
	display: block;
	border-bottom: 3px solid #adcce1;
}

UL#headerNavigation LI A:hover {
	border-color: #ddeef9;
}

UL#headerNavigation LI A IMG.my_account { background: #cc47ae; }
UL#headerNavigation LI A IMG.login { background: #ec9600; }
UL#headerNavigation LI A IMG.logoff { background: #ec9600; }
UL#headerNavigation LI A IMG.support { background: #a2d102; }
UL#headerNavigation LI A IMG.reviews { background: #e8ca00; }
UL#headerNavigation LI A IMG.information { background: #56bbff; }
UL#headerNavigation LI A IMG.contact { background: #de0000; }

/* Content */

TD#content {
	background: #ffffff;
	padding: 0 20px 20px;
}

TD#content TABLE.infoBox {
	padding: 10px 0;
	margin: 0.5em 0 1em;
	background: #f8f8f8;
	border-bottom: 10px solid #e8e8e8;
}

TD#content TR.infoBoxContents TD.main, TD#content TABLE.infoBoxContents TD.boxText {
	padding: 0 10px;
}

DIV.colorbox {
	text-align: left;
	padding: 10px;
}

/* Banners */

DIV#banner_top IMG, DIV#banner_mid, TD#banner_new_products {
	border-bottom: 10px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px; 
}

DIV#banner_mid { height: 182px; }
DIV#banner_mid IMG.left { float: left; }
DIV#banner_mid IMG.right { float: right; }

TD.banner_small DIV.banner_text { padding: 0 5px; }
TD.banner_small IMG { padding : 5px 0; margin:0px; }
DIV.banner_text { line-height: 1.5em; text-align: left; }
DIV.banner_text a { font-weight: bold; font-size: 11x; text-decoration: none;}
DIV.banner_text a:hover { text-decoration: underline; }
DIV.banner_text SPAN.price { color: #999; }

TABLE.frontpage_subjects H4 { margin: 0 0 0.1em; }
TABLE.frontpage_subjects P { color: #999; margin: 0; }

/* Navigation left */

TD#navigation_left .boxText { font-size: 11px; }

TD#navigation_left {
	background: #efefef;
	padding-bottom: 25px;
}

TD#navigation_left TD.infoBoxHeading, TD#navigation_left TABLE.infoBoxContents TD {
	padding-left: 15px;
	padding-right: 9px;
}

TD#nagivation_left TABLE.infoBoxContents TD { padding: 0; }

TD#referral {
	background: white;
	border-right: 1px solid #ededed;
	margin: 0;
	padding: 0 0 15px;
}
TD#referral TD.infoBoxHeading { padding-top: 0px; }
TD#referral IMG.separator { margin-top: 15px; background: #e8e8e8; }

TD#referral A.ref_info {
	font-size: 13px;
	font-weight: bold;
	color: #ff8800;
}

TD#shopping_cart {
	background: white;
	border-right: 1px solid #ededed;
	margin: 0;
	padding: 0 0 20px;
}

TD#shopping_cart TD.infoBoxHeading { padding-top: 0px; }
TD#shopping_cart SPAN.subtotal { font-weight: bold; }

TD#shopping_cart TABLE.infoBoxContents TD.boxText TABLE TD {
	font-size: 10px;
	padding: 0;
}

TD#shopping_cart TABLE.infoBoxContents TD.boxText TABLE TD.image IMG {
	margin-right: 10px;
}

SPAN.category_prefix {
	display: block;
	float: left;
	width: 12px;
	color: #aaaaaa;
}

SPAN.subcategory_prefix {
	margin-left: 11px;
}
/* Footer */

TR.footer TD, TD.footer_left LI {
	font-size: 11px;
	color: #ffffff;
}

TD.footer_left, TD.footer_right {  padding: 15px 15px 25px; }

TD.footer_right { width: 263px; }
html>body TD.footer_right { width: 233px; } /* IE/FF FIX */

TD.footer_left { width: 191px; }
html>body TD.footer_left { width: 161px; } /* IE/FF FIX */

TR.footer UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Product listing */

DIV.productListing-div {
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 10px;
	border-bottom: 10px solid #e8e8e8;
}

DIV.productListing-div P { color: #969696; }
DIV.productListing-div TD { vertical-align: top; }
DIV.productListing-div TD.price { height: 35px; text-align: right; vertical-align: top; }
DIV.productListing-div TD.icons { height: 25px; width: 350px; font-size: 11px; padding-top: 2px; }
DIV.productListing-div TD.icons IMG { vertical-align: -7px; }

TABLE.productListing-data { float: right; width: 505px; }
html>body TABLE.productListing-data { width: 524px; } /* IE/FF FIX */

TABLE.shoppingcart-data { width: 100%; }

DIV#legenda_tooltip { display: none; }

TABLE#legenda { font-size: 11px; }
TABLE#legenda IMG { vertical-align: -7px; }

SPAN.smallText_tooltip {
	display: block;
	margin-top: 5px;
	color: #aaaaaa;
}

SPAN.price_old {
	display: block;
	font-size: 13px;
	margin-bottom: -4px;
	text-decoration: line-through;
}

DIV.pricetag_special SPAN.price_old {
	font-size: 12px;
	height: 10px;
	margin-bottom: -5px;
}

html>body DIV.pricetag_special SPAN.price_old { margin: 0; } /* IE/FF FIX */

SPAN.listing_rating {
	float: right;
	margin: 15px 3px 0;
}

/* Product info */

TABLE#extrafields {
	background-color: #f7f7f7;
	margin: 2em 0 2em;
}

html>body TABLE#extrafields { margin-top: 1em; } /* IE/FF FIX */

TABLE#extrafields TH {
	background-color: #f2f2f2;
	color: #777777;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 11px;
}

TABLE#extrafields TD {
	padding: 3px 10px;
	border-top: 1px solid white;
}

/* Manufacturer info */
TABLE#manuinfo {
	background-color: #f7f7f7;
	margin: 2em 0 2em;
}

html>body TABLE#manuinfo { margin-top: 1em; } /* IE/FF FIX */

TABLE#manuinfo TH {
	background-color: #f2f2f2;
	color: #777777;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 11px;
}

TABLE#manuinfo TD {
	padding: 3px 10px;
}

DIV.pricetag, DIV.pricetag_special {
	display: block;
	width: 120px;
	text-align: center;
	background: url('images/template/prijskaartje_recht.png') no-repeat top left;
	position: relative;
	top: -15px;
	right: -75px;
	margin-bottom: -55px;
	padding-left: 20px;
}

html>body DIV.pricetag, html>body DIV.pricetag_special { /* IE/FF FIX */
	width: 100px;
	right: -75px;
}

DIV.pricetag { padding-top: 15px; height: 60px; }
DIV.pricetag_special { padding-top: 9px; height: 66px; }
html>body DIV.pricetag { padding-top: 16px; height: 45px; }
html>body DIV.pricetag_special { padding-top: 10px; height: 51px; }

TD#info_right {
	background: #ffffff;
	padding: 0 18px;
}

TD#info_right .smallText {
	text-align: center;
}

DIV#product_infobox {
	width: 186px;
	background: #F5F5F5;
	border-bottom: 10px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 22px 10px 0px;
}

html>body DIV#product_infobox { padding-top: 12px; width: 161px; }  /* IE/FF FIX */

UL.product_info {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

UL.product_info LI {
	display: block;
	padding: 0;
	font-size: 11px;
	line-height: 22px; 
}

UL.product_info LI SPAN.disabled { color: #aaaaaa; }
UL.product_info LI:after { clear: all; }
UL.product_info LI div.stars { float: right; position: relative; top: 5px; }
UL.product_info LI div.stars:after { clear: all; }

UL.product_info IMG.icon {
	vertical-align: -7px;
	margin: 0 8px 0 -3px;
}

UL.product_info LI.attribute {
	height: 25px;
}

UL.attributes {
	color: #555;
	list-style-type: none;
	padding: 0;
	margin-top: -10px;
}

DIV#product_thumbnails A, DIV#product_thumbnails A IMG { float: left; overflow:hidden; }
DIV#product_thumbnails A { margin-bottom: 5px; margin-right:5px; border: 1px solid #d6e1eb; }
DIV#product_thumbnails A.left { margin-right: 5px; }
DIV#product_thumbnails A:hover { border-color: #bed4e8; }
DIV#product_thumbnails A IMG { margin: -6px -9px; }
html>body DIV#product_thumbnails A IMG { margin: -6px } /* IE/FF FIX */

/* Winkelwagen */

DIV.shoppingcart-div {
	margin-bottom: 40px;
	border-bottom: 10px solid #e8e8e8;
}

html>body DIV.shoppingcart-div { margin-bottom: 15px; } /* IE/FF FIX */

DIV.shoppingcart-div SPAN.quantity { font-size: 11px; }
DIV.shoppingcart-div SPAN.delete { font-size: 11px; }

/* LINKS */

DIV#breadcrumb A { color: #6d6d6d; }
TR.footer A { color: #ffffff; }
TD#navigation_left A, TD.footer_left A, H1 A, H2 A, H3 A, DIV#breadcrumb A, DIV#copyright A { text-decoration: none; }
TD#navigation_left A:hover, TD.footer_left A:hover, H1 A:hover, H2 A:hover, H3 A:hover, DIV#breadcrumb A:hover, DIV#copyright A:hover { text-decoration: underline; }

/* AFBEELDINGEN */

IMG#logo {
	float: left;
	margin-top: 15px;
	width: 219px;
	height: 52px;
}

IMG#thuiswinkel {
	float: left;
	margin: 15px 0 0 15px;
	width: 105px;
	height: 47px;
}

IMG.productListing-img {
	float: left;
	margin-right: 25px;
}

IMG.product_image {
	margin-bottom: 1em;
}

DIV#legenda_tooltip IMG {
	vertical-align: -7px;
}

IMG.image_shopping_cart {
	float: left;
}

UL.attributes LI IMG { vertical-align: -6px; margin-right: 5px; }

DIV.shoppingcart-div UL.attributes {
	margin: -10px 0 0;
}

TABLE.shoppingcart-data IMG { margin-right: 15px; }
IMG.checkout_left { margin-top: 10px; }
html>body IMG.delete { vertical-align: -6px; }

A IMG.youtube, IMG.youtube {
	border: none;
	border-bottom: 10px solid #e8e8e8;
}
A.youtube { margin-bottom: 10px; }

/* INPUT */

TABLE.infoBoxInputs INPUT, TABLE.infoBoxInputs SELECT, TABLE.infoBoxInputs TEXTAREA, .infoBoxInputs INPUT, SELECT.input_attribute, INPUT.search_left, INPUT.template, SELECT.template, DIV.shoppingcart-div INPUT.quantity, INPUT.stock_check {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #999;
	padding: 2px;
}

TABLE.infoBoxInputs INPUT, TABLE.infoBoxInputs SELECT {
	margin: 2px 0;
}

TABLE.infoBoxInputs TEXTAREA {
  font-size: 11px;
  line-height: 1.5em;
  padding: 5px;
}

TABLE.infoBoxInputs TEXTAREA.card {
	font-size: 16px;
	line-height: 1.4em;
	padding: 7px;
	height: 85px;
}

INPUT.radio {
	border: none;
	padding: 0;
	vertical-align: -3px;
}

SELECT.input_attribute {
	font-size: 10px;
	width: 133px;
	vertical-align: 11px;
}

INPUT.stock_check {
	width: 155px;
}

html>body SELECT.input_attribute { vertical-align: 16px; } /* IE/FF FIX */

INPUT.search_left {
	width: 161px;
	margin-bottom: 10px;
}

DIV.shoppingcart-div INPUT.quantity { margin: 5px 0; font-size: 12px; }

DIV.rating_select {
	display: inline;
	margin-left: 5px;
	cursor: pointer; cursor: hand;
	vertical-align: -5px;
}

DIV.rating_small {
	display: inline;
	margin-left: 5px;
	vertical-align: -2px;
}

/* Start Products Specifications */

ul.specification_box {
	line-height: 1.5em;
}

ul.filter_list {
	list-style-type: none;
	padding: 0;
	line-height: 1.5em;
}

ul.filter_list a { text-decoration: none; }
ul.filter_list a:hover { text-decoration: underline; }

option, optgroup {
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 2px 2px 0 2px;
	font-family: Verdana, Arial, sans-serif;
}

.filter_count {
	color: #999;
	font-weight: normal;
}

.filter_delete {
	font-size: 11px;
	color: red;
	font-weight: normal;
	text-decoration: underline;
}

a.filter_delete:hover { text-decoration: none; }

.no_results {
	color: #bbb;
}

.close {
	font-size: 75%;
	position: relative;
	top: -4px;
}

img.image_filter {  /* Applies to images used as filters */
	width: 20px;  /* Width of each image */
	height: 20px;  /* Height of each image */
	padding: 5px;  /* Padding between the category contents and the border */
	border: 1px solid #182d5c;  /* Border around each image */
	margin: 3px;  /* Margin between the image border and other objects */
	background: #ffffff;  /* Background color behind each image */
	float: left;  /* Don't change this */
}

.specs_box { /* Applies to the table surrounding the Specifications/tabs onproduct_info.php */
	width: 100%;
	background: #FFFFFF;
}

#variantsBlock {
}

#variantsBlockTitle {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 10em;
}

#variantsBlockData {
	align: left;
}

.productInfoKey {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.productInfoValue {
	font-size: 9pt;
	vertical-align: middle;
}

#productInfoPrice {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}


/* End Products Specifications */

.special_opening_hours, .special_opening_hours LI, .special_opening_hours UL { color: red; }

.addthis_toolbox .hover_effect
{
     padding: 10px 0 6px 10px;
     margin-left:20px;
     margin-top:20px;

}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    text-decoration: none;
	opacity:0.5; 
	filter: alpha(opacity=50);/* for IE */ 
}

.addthis_toolbox .hover_effect span
{
    //position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

.sale_enddate {
	color: #ff0000;
	font-weight: bold;
	margin-top:7px;
}
.sale_price {
	color: #ff0000;
	font-weight: bold;
	font-size:large;
	padding-top:20px;
}
.plusone {
	float:right;
}
.fblike {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:block;
	width:200px;
}
