/*
  $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-size: 11px;
	vertical-align: baseline;
}

.errorBox {
	font-size: 11px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-size: 11px;
	color: #cc0033;
}
.productsNotifications { background: #f2fff7; }
.orderEdit {
	font-size: 11px;
	color: #46a129;
	text-decoration: underline;
}

BODY {
	font-family: Verdana, Arial, Sans, sans-serif;
	background: #E3E3E3;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
/*	color: #175191;*/
	text-decoration: underline;
}

A.accent {
	color: #000000; 
/*	text-decoration: underline;*/
	border-bottom: 1px solid #000000;
}

A.accent:hover {
/*	color: #175191;*/
	text-decoration: none;
	border-bottom: solid 1px #000000;
}

FORM {
/*	display: inline;*/
	margin: 0px 0px 0px 0px;
}

FORM.accented {
	display: inline;
	border-top: thin solid Gray;
	border-left: thin solid Gray;
}

/*TR.header {
	background: White;
}*/

TD.header {
	font-size: 11px;
	background: White;
	color: #5A5A5A;
	font-weight: bold;
	padding: 3px 0px 0px 5px;
}

.header a {
	color: #5A5A5A;
}

.header a:hover {
	color: #175191;
}

TR.headerNavigation {
	background: #8A8A8A;
}

TD.headerNavigation {
	font-size: 11px;
	font-weight: bold;
	background: #6E6E6E;
	color: #ffffff;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url("images/td.infoboxheading.gif");
	background-position: left;
	background-repeat: repeat-y;
}

.headerNavigation a {
	color: #FFFFFF;
}

.headerNavigation a:hover {
	color: #FFFFFF;
}

TD.headerLinks {
	background: #FFFFFF;
	color: #3A3A3A;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	white-space: nowrap;
}

TD.headerLinks a {
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #3A3A3A;
}

TD.headerLinks a:hover {
	background-color: #e1e1e1;
	text-decoration: none;
	color: #000000;
}

TD.headerButtons {
	background: #FFFFFF;
	color: #3A3A3A;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 80px;
	vertical-align: top;
/*	padding: 2px 0px 4px 0px;*/
}

TD.headerButtons a {
	text-decoration: none;
	display: block;
	color: #3A3A3A;
	padding: 4px;
}

TD.headerButtons:hover, TD.headerButtons a:hover {
	background-color: #e1e1e1;
	text-decoration: none;
	color: #000000;
}

TD.headerFlags {
	background: #FFFFFF;
	color: #3A3A3A;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

TD.headerFlags a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 4px;
}

TD.headerFlags a:hover {
	background-color: #e1e1e1;
	text-decoration: none;
	color: #000000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-size: 11px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
  background: #8A8A8A;
}

TD.footer {
	font-size: 11px;
	font-weight: bold;
	background: #6E6E6E;
	color: #ffffff;
	padding-left: 11px;
	padding-right: 11px;
	background-image: url("images/td.infoboxheading.gif");
	background-position: left;
	background-repeat: repeat-y;
}

.infoBox {
  background: #8A8A8A;
}

.infoBoxContents {
	background: #F2F2F2;
	font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 11px;
}

TD.infoBoxHeading {
	font-size: 11px;
	font-weight: bold;
	background: #6E6E6E;
	color: #ffffff;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url("images/td.infoboxheading.gif");
	background-position: left;
	background-repeat: repeat-y;
}

TD.infoBoxHeading a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

TD.infoBoxHeading_right {
	font-size: 11px;
	font-weight: bold;
	background: #6E6E6E;
	color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-size: 11px;
}

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: #DFDFDF;*/
	background: #F2F2F2 url(images/tr.listing.gif) repeat-x top;
}

TR.accountHistory-odd input, TR.addressBook-odd input, TR.alsoPurchased-odd input, TR.payment-odd input, TR.productListing-odd input, TR.productReviews-odd input, TR.upcomingProducts-odd input, TR.shippingOptions-odd input {
	margin: 1px 0px 1px 0px;
}

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: #f8f8f8;*/
	background: #F2F2F2 url(images/tr.listing.gif) repeat-x top;
}

TR.accountHistory-even input, TR.addressBook-even input, TR.alsoPurchased-even input, TR.payment-even input, TR.productListing-even input, TR.productReviews-even input, TR.upcomingProducts-even input, TR.shippingOptions-even input {
	margin: 1px 0px 1px 0px;
}

TABLE.productListing {
	border: 1px solid #A8A8A8;
}

TD.productListing-heading {
	font-size: 11px;
	background: #8A8A8A;
	color: #FFFFFF;
	font-weight: bold;
}

A.productListing-heading {
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

A.pageResults {
	color: #175191;
}

A.pageResults:hover {
	color: #175191;
	background: #A9CBEB;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #4F4F4F;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;
}

TR.subBar {
	background: #DCDCDC;
}

TD.subBar {
	font-size: 11px;
	color: #000000;
}

.mainJustify td {
	text-align: justify;	
	font-size: 11px;
	line-height: 1.5;
	padding-right: 5px;
/*	padding: 0px 5px 0px 5px;*/
}

TD.main, P.main {
	font-size: 11px;
	line-height: 1.5;
}

DIV.main {
	font-size: 11px;
	line-height: 1.5;
	text-align: justify;
}

TD.mainRight, P.mainRight {
	font-size: 11px;
	line-height: 1.5;
	text-align: right;
}

DIV.mainRight {
	font-size: 11px;
	line-height: 1.5;
	text-align: right;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
}

TD.accountCategory {
	font-size: 11px;
	color: #8A8A8A;
}

TD.fieldKey {
	font-size: 11px;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 11px;
}

TD.tableHeading {
	font-size: 11px;
	font-weight: bold;
}

SPAN.newItemInCart {
	color: #ff0000;
}

select {
	margin: 4px 0px 4px 0px;
}

div input {
	margin: 1px 0px 4px 0px;
}

CHECKBOX.accented, SELECT.accented {
	font-size: 11px;
	border: none;
	border-left: thin solid Gray;
	border-top: thin solid Gray;
}

TEXTAREA {
	width: 100%;
	font-size: 11px;
}

.greetUser {
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

TABLE.formArea {
	background: #DCDCDC;
	border-color: #8A8A8A;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-size: 11px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-size: 11px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {
	background-color: #B0C4DE;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #DCDCDC;
}

.checkoutBarFrom, .checkoutBarTo {
	font-size: 11px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 11px;
	color: #000000;
}

/* message box */

.messageBox {
	font-size: 11px;
}
.messageStackError, .messageStackWarning {
	font-size: 11px;
	background-color: #C47777;
}
.messageStackSuccess {
	font-size: 11px;
	background-color: #93C664;
}

/* input requirement */

.inputRequirement {
	font-size: 11px;
	color: #ff0000;
	font-style: normal;
}

/* categories box */

.categoriesMenu form {
	margin: 0px 0px 0px 0px;
}

.categoriesMenu a {
	font-size: 11px;
	text-decoration:none;
	display:block;
	color:#000000;
	text-align:left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin: 2px;
   border: none;
}

.categoriesMenu a:hover {
	background-color:#bbbbbb;
	text-decoration:none;
	color:#000000;
}

.activeCategory {
/*	font-weight: bold;*/
	background-color:#d9d9d9;
}

/* latest news */
.news {
	font-size: 11px;
	line-height: 1.3;
	text-align: left;
}

.news td {
	vertical-align: top;
}

.news a {
	color: #000000; 
	border-bottom: 1px solid #000000;
}

.news a:hover {
	text-decoration: none;
	border-bottom: solid 1px #000000;
}

.newsHeader {
	font-size: 11px;
	text-align: left;
	background-color: Silver;
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 5px;
	padding: 1px 7px;
}

.newsHeader a, .newsHeader a:hover {
	text-decoration: none;
	font-weight: bold;
}

.newsHeading {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}

.newsHeading a, .newsHeading a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #dddddd;
}

div.mainCategories {
        text-align: center;
        font-weight: bold;
        margin-top: 1px;
        margin-bottom:1px;
}

td.productinfobox {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	border: 1px solid #8A8A8A;
	width: auto;
}

table.productinfoboxHeading {
	font-size: 11px;
	background-color: #8A8A8A;
	color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.productinfoboxHeading td {
	padding: 1px 10px 1px 10px;
}

table.productinfoboxContent {
	font-size: 11px;
	width: auto;
	padding: 0px;
}

.productinfoboxContent td {
	padding: 2px;
	margin: 0px;
	font-weight: normal;
	vertical-align: top;
}

.pic img {
	margin: 2px;
	padding: 1px;
	border: 1px solid #8A8A8A;
}

.pic img:hover {
	border: 1px solid #FF0000;
}

.pic a, .pic a:hover {
	text-decoration: none;
	border: none;
}

td.thumb {
	margin: 5px;
	border: 1px solid #8A8A8A;
	width: 110px;
	height: 110px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

td.thumb:hover {
	border: 1px solid #FF0000;
}

.thumb img {
	margin: 5px;
	padding: 1px;
	vertical-align: middle;
}

.left {
   text-align: left;
   }

.right {
	text-align: right;
   }

input#ievadlauks {
	margin-left: 9px;
/*	margin-right: 0.3em;*/
}
/*
#top {
	display: table-cell;
	min-height: 1em;
	vertical-align: top;
}

#top img {
	vertical-align: middle;
}
*/

.productPriceInListing {
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
}

.productPriceInBox td {
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
}

.productPriceInProdInfo {
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
}

/* banner */
/*
.banner{
	text-align: center;
}

.banner img {
	padding: 1px;
	border: 1px solid #999999;
}
*/

.asnf_normal { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#222222;}  

a.asnf_none:link {  color: #222222; text-decoration: none}
a.asnf_none:visited { color: #222222; text-decoration: none}
a.asnf_none:hover { color: #990019; text-decoration: none }

.asnf_replyform {  border: #999999; border-style: solid; border-width: 1px}
.asnf_error { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color:#990000; font-weight:bold;}  

td.category_boxes {
	border: solid #aaa 1px;
	background-color: #F0F0F0;
}

table.category_boxes {
}

table.category_boxes td {
	border: none;
	padding: 0px;
	font-size: 11px;
	vertical-align: top;
}

table.category_boxes td div {
	margin: 3px;
}

div.current_category {
	font-weight: bold;
}

span.cat_bull {
	color: #8e2832
}

span.subprice {
	font-size: 10px;
}

table.subprice {
	text-align: left;
	font-size: 10px;
}

table.subprice td {
	padding-left: 2px;
	padding-right: 2px;
}

img.jaunumi {
	float: left;
	margin: 0px 10px 5px 5px;
	border: 1px solid Gray;
}

.linkNewPage {
	font-size: 12px;
	line-height: 16px;
	color: #ff0066;
	text-decoration: underline;
}

