/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.skipnav {border: 0;}

h1 {
  font-size: 0.8em;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header, TR.header TD {
  background: #3CB5D2;
}

TR.headerNavigation {
  background: #3CB5D2;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3CB5D2;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #3CB5D2;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3CB5D2;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.7em;
}

.infoBoxContents a {
  text-decoration: none;
 }
 
.infoBoxContents dl dt {
  border-top: 0.1em black solid;
  font-weight: bold;
  margin: 0;
  pa`dding: 0;
}

.infoBoxContents dl dd {
  margin: 0;
  padding: 0;
  border-bottom: 0.1em black solid;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #3CB5D2;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  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, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

div.blurb {
	margin-top: 0.6em;
	margin-bottom: 1em;
}

div.blurb p {
	text-align: justify;
	font-size: 0.85em;
}

div.blurb ul {
	font-size: 0.85em;
}

div.index-blurb {
	margin-top: 0.6em;
	margin-bottom: 1em;
	margin-right: 4em;
	font-family: Verdana, Arial, sans-serif;
}

div.index-blurb p {
	text-align: justify;
	font-size: 0.75em;
}

div.index-blurb ul {
	font-size: 0.85em;
}

div.index-blurb a img {
	border: 0;
}

div.product-details div.main-img {
	text-align: center;
}

div.product-details h1 {
	text-align: center;
	font-size: 1em;
	color: #444444;		
}

div.product-details td.main p {
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
	font-size: 1em;
}

div.product-details div.price {
	font-size: 0.7em;
}

div.product-details div.price span.exvat {
	font-size: 1.1em;
	font-weight: darker;
}

div.product-details h3.compat {
	color: grey;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	margin-left: 1em;	
	margin-bottom: 0.6em;
}

div.product-details p.compat {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
	margin-left: 2em;
}

div.product-details div.specs, div.product-details div.features {
	vertical-align: top;
}

table.index-box {
	border: 0.1em gray solid;
}

table.index-box td {
	border: none;
}

table.index-box-main td h2 {
	font-size: 0.8em;
}

table.index-box-main, table.index-box, table.index-box-main td, table.index-box td {
	vertical-align: top;
}

table.index-box-main ul li {
	margin-bottom: 0.4em;
}

p.index-blurb, td.index-links {
	font-size: 0.7em;
}


span.picker p {
  border-top: 0.1em black solid;
  padding: 0.3em;
  font-size: 0.9em;
}

/* Comparison table */
div.borders {border: 1px solid #b5b5b5; padding: 10px; clear: both;}
table.comparison_table {width: 66%; border-spacing: 10px !important;}
table.comparison_table td {text-align: center; padding: 10px 4px 10px 4px; border-left: 1px solid #b5b5b5;}
table.comparison_table td span {font-size: 18px; font-weight: bold; color: #969696;}
table.comparison_table th {text-align: center; padding: 4px;}
table.comparison_table th.options {font-weight: bold;}
table.comparison_table td.options {font-weight: bold; text-align: left; border-left: 0px;}
table.comparison_table tr.gray {background-color: #e1e1e1;}
table.comparison_table a {font-size: 11px;}


/* kerio product blurb pages */
/* general rules */
div.kerio-blurb p.k-link a:link, div.kerio-blurb p.k-link a:visited {
  text-decoration: none;
}

div.kerio-blurb tr.k-features-headings h4 {
  font-size: 12px;
}

div.kerio-blurb tr.k-features-text td {
  vertical-align: top;
}

div.kerio-blurb tr.k-features-links a:link, div.kerio-blurb tr.k-features-links a:visited {
 color: orange;
 text-decoration:none;
 font-size: 12px;
}

div.kerio-blurb tr.k-features-text p {
  font-size: 12px;
}

div.kerio-blurb td.k-blurb {
  border-right: 1px grey solid;
}

div.kerio-blurb td.k-blurb h3 {
  font-size: 16px;
}

div.kerio-blurb td.k-blurb p {
  font-size: 12px;
}

div.kerio-blurb ul.k-other-links {
  list-style-type: none;
}

div.kerio-blurb ul.k-other-links li {
  padding-bottom: 5px;
}

div.kerio-blurb ul.k-other-links a:link, div.kerio-blurb ul.k-other-links a:visited {
  text-decoration: none;
  font-size: 14px;
}

div.kerio-blurb h3.k-dload {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

div.kerio-blurb h3.k-dload img {
  vertical-align: middle;
}

div.kerio-blurb h3.k-dload a:link, div.kerio-blurb h3.k-dload a:visited {
  text-decoration: none;
}

/* connect specific rules */

div.kerio-blurb div.connect td.top-bar {
  background-color:  #208ED9;
}

div.kerio-blurb div.connect tr.k-features-headings h4 {
  color: navy;  
}

div.kerio-blurb div.connect td.k-blurb h3 {
  color: navy;
}

div.kerio-blurb div.connect h3.k-dload a:link, div.kerio-blurb div.connect h3.k-dload a:visited {
  color: navy;
}

div.kerio-blurb div.connect h3.k-dload a:hover {
  color: white;
  background-color: navy;
}

/* control specific rules */

div.kerio-blurb div.control td.top-bar {
  background-color:  #E73B27;
}

div.kerio-blurb div.control tr.k-features-headings h4 {
  color: #E73B27;  
}

div.kerio-blurb div.control td.k-blurb h3 {
  color: #E73B27;
}

div.kerio-blurb div.control h3.k-dload a:link, div.kerio-blurb div.control h3.k-dload a:visited {
  color: #E73B27;
}

div.kerio-blurb div.control h3.k-dload a:hover {
  color: white;
  background-color: #E73B27;
}

/* control box specific rules */

div.kerio-blurb div.control-box td.top-bar {
  background-color:  #E73B27;
}

div.kerio-blurb div.control-box tr.k-features-headings h4 {
  color: #E73B27;  
}

div.kerio-blurb div.control-box td.k-blurb h3 {
  color: #E73B27;
}

div.kerio-blurb div.control-box h3.k-dload a:link, div.kerio-blurb div.control-box h3.k-dload a:visited {
  color: #E73B27;
}

div.kerio-blurb div.control-box h3.k-dload a:hover {
  color: white;
  background-color: #E73B27;
}

div.kerio-blurb div.control-box td.k-blurb {
  border: none;
}

/* workspace specific rules */

div.kerio-blurb div.workspace td.top-bar {
  background-color:  #88C54C;
}

div.kerio-blurb div.workspace tr.k-features-headings h4 {
  color: #88C54C;  
}

div.kerio-blurb div.workspace td.k-blurb h3 {
  color: #88C54C;
}

div.kerio-blurb div.workspace h3.k-dload a:link, div.kerio-blurb div.workspace h3.k-dload a:visited {
  color: #88C54C;
}

div.kerio-blurb div.workspace h3.k-dload a:hover {
  color: white;
  background-color: #88C54C;
}
