/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 277 2004-09-10 23:03:52Z wilt $
*/
BODY {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   	font: 12px Arial, Helvetica, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 805px !important;
}

TD.main, P.main {
  line-height: 1.5;
  padding: 0px;
}

TD.main_indent, P.main_indent {
  line-height: 1.5;
  padding-right: 8px;
  padding-left: 8px;
}

DIV.conditions_info {
  padding-right: 0px;
  padding-left: 6px;
}

A {
  color: #AC3B00;
}

A:hover {
  color: #000000;
}

IMG {
  border-color: #AC3B00;
}

FORM {
	display: inline;
}

.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-repeat: repeat-x;
  background-color: #ffffff;
}

TABLE.headerNavigation {
  background-image: url(../images/hnav_bg.gif);
  background-color: #ffffff;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  padding: 6px;
  padding-bottom: 8px;
  padding-left: 10px;
}

TD.breadCrumb {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #8C8C8C;
  padding-left: 11px;
  padding-bottom: 2px;
}

TD.breadCrumb A {
  text-decoration: none;
  color: #3C9A00;
}

TD.breadCrumb A:hover {
  color: #4FCA00;
}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #7F7F7F;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  background: #ffffff;
  padding: 0px;
}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 0px;
  margin-bottom: 7px;
}

.leftbox2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #ffffff;
  border: 0px;
  margin-bottom: 0px;
}

.leftboxheading, .rightboxheading, .singleboxheading {
  background-image: url(../images/sidebox_top.gif);
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  padding: 0px;
  padding-top: 5px;
  padding-left: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFFFFF;
}

.centerboxheading {
  background-image: url(../images/center_table_top2.gif);
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #ffffff;
  padding: 0px;
  padding-top: 5px;
  padding-left: 8px;
  padding-bottom: 5px;
}

#categories-heading-td {
  padding-top: 7px;
  padding-bottom: 1px;
  border-bottom: 0px;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
  text-decoration: none;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #AC3B00;
}

#search-heading-tr {
  background: #F5CFB0;
}

#search-heading-td {
  background-image: url(/b.gif);
  padding-top: 5px;
  color: #AC3B00;
  border-bottom: 0px;
}

.leftboxcontent, .rightboxcontent, .singleboxcontent {
  background-color: #F5CFB0;
  line-height: 125%;
  padding: 4px;
}

.centerboxcontent {
  background-color: #fdfbe8;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  line-height: 125%;
  padding: 4px;
}

#bannerbox-content {
  background-color: #FFFFFF;
}

#shoppingcart-content {
  padding-left: 8px;
  padding-right: 8px;
}

#shoppingcart-content A {
  text-decoration: none;
}

#manufacturerinfo-content {
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  background-color: #FFFFFF;
}

#conditionsinfo-content {
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  background-color: #FFFFFF;
}

.leftboxfooter, .rightboxfooter, .singleboxfooter {
  background-color: #abbbd3;
  background-image: url(../images/sidebox_bottom.gif);
  margin-bottom: 20px;
  border-top: 1px solid #ffffff;
}

.centerboxfooter {
  background-image: url(../images/centerbox_bottom.gif);
  background-color: #ffffff;
  margin-bottom: 20px;
  height: 10px;
}

#search-footer {
  background-color: #abbbd3;
  background-image: url(../images/sidebox_bottom3.gif);
  margin-bottom: 20px;
  height: 6px;
  border-top: 0px;
}

#categories-footer {
  height: 9px;
}

.leftboxfooter2 {
  background-color: #ffffff;
  background-image: url(../images/sidebox_bottom2.gif);
  margin-bottom: 0px;
}

.plainBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ffffff;
  padding-left: 8px;
}

.plainbox-description {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

P {
  margin-bottom: 0px;
}

.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 8px 5px;
}

.productListing-heading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  padding-left: 5px;
  height: 20px;
}

TR.productListing-heading {
  background-color: #868686;
}

TD.productlisting {
  /*border:1px solid #9a9a9a;*/
}

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

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 9px;
  margin: 0px;
}

.center_column {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0px;
}

.main_page {
  width: 100% !important;
  background-color: #ffffff;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  padding: 0px;
}

.main_td {
  padding: 5px;
}

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

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
}

TR.footertop {
  background: #abbbd3;
  font-size: 11px;
  padding: 5px;
}

TD.footerbottom {
  text-align: right;
  padding: 5px;
  border-top: 1px solid #6f6f6f;
}


/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
  background: #EFEFEF;
}

td.pageresults a {
}

td.pageresults a:hover {
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

SPAN.newItemInCart A {
  text-decoration: none;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

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

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

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

.leftbox INPUT {
  border: 1px solid #AC3B00;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

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

SPAN.markProductOutOfStock {
	color: #C00000;
	font: bold 12px Arial, Helvetica, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #F5CFB0; cursor: pointer; }
.moduleRowSelected { background-color: #FFE9D7; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-coupon-Text {
  font-weight: bold;
}

TD.ot-tax-Text, TD.ot-tax-Amount {
  font-size: 9px;
}

TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
  margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
}

TD.categoriesdescription {
  padding-left: 8px;
  padding-right: 8px;
}

/* categories box parent and child categories */
A.category-top {
  padding-left: 14px;
  color: #FFFFFF;
  text-decoration: none;
}
A.category-links {
  padding-left: 10px;
  color: #FFFFFF;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FFFFFF;
  padding-left: 14px;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

.category-count {
  color: #FFF6AA;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

TD.welcome_text {
  padding: 10px;
  padding-top: 14px;
  padding-right: 14px;
}

TD.product_box {
  padding: 8px;
  padding-top: 10px;
}

SPAN.product_box_name {
  font: 10px Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;  
}

SPAN.product_box_price_heading {
  font: 11px Arial,Helvetica,sans-serif;
}

SPAN.product_box_price {
  font: 11px Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;  
}

TD.product_box A {
  color: #3C9A00;
  text-decoration: none;
}

TD.product_box A:hover {
  color: #255E00;
}

SPAN.product_box_functions {
  font: 10px Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;  
}

SPAN.product_box_functions A {
  text-decoration: none;
  color: #3C9A00;
}

SPAN.product_box_functions A:hover {
  color: #255E00;
}

SPAN.product_images_3 {
  float: right;
  width: 88px;
  background-color: #DFDFDF;
  margin-top: 8px;
  margin-left: 10px;
  text-align: center;
}

TD.product_options {
  font-size: 12px;
  padding-left: 10px;
  padding-bottom: 8px;
}

TD.product_options_right {
  font-size: 12px;
  padding-left: 2px;
  padding-bottom: 8px;
  text-align: left;
}

TD.product_options_heading {
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 8px;
}

TD.product_options_heading_right {
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
  padding-bottom: 8px;
  text-align: left;
}

#product_option_selected {
  font-size: 12px;
  font-weight: bold;
  color: #AC3B00;
}

#product_availability {
  font-weight: bold;
}

SPAN.supply_comment {
  color: #F02020;
  font-weight: bold;
}

TD.etusivun_juttu {
  padding-right: 10px;
}

SPAN.etusivun_juttu_otsikko {
  font-size: 14px;
  font-weight: bold;
  color: #AC3B00;
}

SPAN.subheading {
  font-weight: bold;
  color: #AC3B00;
}

.zeropadding {
  padding: 0px;
  margin: 0px;
}

TD.tsl_a {
  border-bottom: 2px solid #0056A3;
}

TD.tsl_a_nopad {
  border-bottom: 2px solid #0056A3;
  padding-left: 1px;
  padding-top: 0px;
}

TD.tsl_ao {
  border-right: 2px solid #0056A3;
  border-bottom: 2px solid #0056A3;
}

TD.tsl_o {
  border-right: 2px solid #0056A3;
}

.tsl_table {
  border: 1px solid #BBC3D3;
}

.tsl {
  font-size: 11px;
  color: #000000;
  line-height: 12px;
}

.tsl_otsikko {
  font-size: 10px;
  color: #0056A3;
  line-height: 11px;
}

.tsl_otsikko_iso {
  font-size: 12px;
  font-weight: bold;
  color: #0056A3;
  line-height: 13px;
}

.highlight {
  color: #C00000;
  font-weight: bold;
}

.specialprice {
  font-family: Arial, sans-serif;
  font-size: 26px;
  color: #ff0000;
  font-weight : bold;
}

.specialprice_s {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ff0000;
  font-weight : bold;
}

caption.hihs {font-size: 1.7em; color: #F06; text-align: left;}
table.hihs {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
td.hihs, th.hihs {padding: 10px 0px; border-bottom: 1px solid #EEE;}
td.hihs + td.hihs {text-align: center; border-left: 1px solid #EEE; color: #999;}
td.hihs a {color: #444; text-decoration: none; text-align: right;}
td.hihs a, th.hihs a {display: block; width: 100%;}
tfoot.hihs th {text-align: right;}
th.hihs {text-align: left;}
th.hihs + th.hihs {border-left: 1px solid #EEE; text-align: center;}
th.hihs a {color: #F06; text-decoration: none; font-size: 1.1em;}
th.hihs a:visited {color: #F69;}
thead.hihs tr, tfoot.hihs tr {color: #555; font-size: 0.8em;}
tr.hihs {font: 12px sans-serif; background-image: url(../images/prettyinpink_row.jpg); color: #444;}
