/*
  $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, sans-serif; font-size: 11px; }
.errorBox { font-family :  Verdana, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Verdana, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Verdana, sans-serif; font-size : 11px; color: black; text-decoration: underline; }

BODY {
  	background: #f4e5bc;
  color: #000000;
  margin: 0px;
}

A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: black;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: transparent;
}

TD.headerNavigation {
  font-family:  Verdana, sans-serif;
  font-size: 12px;
	font-weight: normal;
  color: #ffffff;

}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma,  Verdana, 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, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #6081AA;
}

TD.footer {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  background: #6081AA;
  color: #ffffff;
  font-weight: bold;
}

TD.infoBoxHeading {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #AAAAAA;
  color: #ffffff;
  height: 24px;
}

.infoBox {
  background: #4e0000;
}

.infoBoxContents {
  background: #fcf7f4;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

/*for left column*/
TD.infoBoxHeadingLeft {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #AAAAAA;
  height: 24px;
}

.infoBoxLeft {
  background: #4e0000;
}

.infoBoxContentsLeft {
  background-color: #ffffff;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

/*for right column*/
TD.infoBoxHeadingRight {
    font-family:  Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #AAAAAA;
  height: 24px;
}
.infoBoxRight {
  background: #AAAAAA;
}

.infoBoxContentsRight {
  background: #ffffff;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}


TD.infoBox, SPAN.infoBox {
  font-family:  Verdana, sans-serif;
  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: transparent;
}

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: transparent;
}

TABLE.productListing {
  /*border: 1px;
  border-style: solid;
  border-color: white;
  */
}

.productListing-heading {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background: #933400;
  color: #FFFFFF;
  font-weight: bold;
}

.compareBox {
  overflow: auto;
  width: 590px; 
  border: 1px solid #8c8c8c;
  padding-top: 5px;
  padding-bottom: 10px;
}

.product_previewBox {
  overflow: auto;
  width: 400px;   
  border: 1px solid #8c8c8c;
  padding: 10px;
  background-color: #F2F2F2;  
}

.compareListing-heading {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background: #8c8c8c;
  color: #FFFFFF;  
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 15px;
}

.compareListing-content {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background: #ffffff;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

.compareListing-content-selected {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background: #e6e6e6;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

a.productListing-heading {
  color: #FFFFFF;
}

a.productListing-heading:hover {
  color: #FFFFFF;
}

a.productListing-heading_art {
	color: brown;
}

a.productListing-heading_art:hover {
  color: brown;
}

TD.productListing-data {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #96722E;
}

A.pageResults:hover {
  color: #96722E;

}

TD.pageHeading, DIV.pageHeading, h1.pageHeading {
  font-family: Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #392715;
}

TD.pageHeading_b, DIV.pageHeading_b, h1.pageHeading_b {
  font-family: Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #392715;
  /*border: 1px solid #392715;*/
  text-align: center;
  padding: 5px;
  margin: 0;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, div.main, span.main {
  font-family:  Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family:  Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:  Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:  Verdana, 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, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,  Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Verdana, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family:  Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family:  Verdana, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Verdana, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family:  Verdana, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Verdana, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Verdana, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Verdana, sans-serif; font-size: 11px; color: #ff0000; }









/*			gorod knig		*/


.infoboxNew_header_bg {
	background-image: url(images/infobox_header.gif);
	background-repeat: repeat-x;
	height: 32px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, serif;
	color: white;
	text-align: left;	
}

.infoboxNew_border{
	border:1px solid #4e0000;
	background-color: #fcf7f4;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, serif;
	color: black;
}

.infoboxNew_text, a.infoboxNew_text, a.infoboxNew_text:hover  {
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, serif;
	color: black;
	text-align: left;	
}

.header_main {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 212px;
	width: 997px;
}


.footer_main {
	background: url(images/footer.gif) #060604 0 0 no-repeat;


	width: 997px;
	padding-top: 52px;
	padding-bottom: 15px;
}


.prod_text,  a.prod_text, a.prod_text:hover {
	font-size: 13px;
	font-family: Verdana, serif;
	color: black;
}
.prod_price {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, serif;
	color: #960f00;
	
}

.prod_separator {
	background-image: url(images/prod_separ_m.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.header_label_1, div.header_label_1 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, serif;
	color: #bfa580;
}

.header_phone, div.header_phone {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, serif;
	color: #261103;
}

.header_label_2, div.header_label_2 {
	font-size: 13px;
	font-weight: bolder;
	font-family: Verdana, serif;
	color: white;
}

.prod_info_book, div.prod_info_book {
	background-image: url(images/bgkr1.gif);
	background-repeat: no-repeat;
	background-position:  100%;
}

.prod_list_label, td.prod_list_label, div.prod_list_label {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, serif;
	color: #b22222;
}

.categiries {
	margin: 0;








	padding: 0;
}
.categiries li{
	list-style-type: none;
		margin: 0;
	padding: 0;
}
.categiries li.top{
	background: url(images/infobox_checkpoint.gif) 0 5px no-repeat;
	padding-left: 15px;
	margin: 0 0 4px 7px;
}

.categiries li.active a{
 color: #DB6A1A;
 text-decoration: underline;
}
.categiries li.parrently {
	margin: 0 0 4px 23px;
}
h3.avtor {
	display: inline;
	font-size: inherit;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2.prod_text {
	margin: 0 0 5px 0;
}
.copyr, .copyr a {
	color:white; 
	font-size:9px;
 	font-family:Verdana,sans-serif;
 	padding-left:10px;
 }
 .copyr a {
 	padding-left:0px;
	text-decoration: underline;
 }
  .copyr a:hover {
  	text-decoration: none;
		color:white; 
 }
 .logo-web4pro {
 padding-right: 10px;
 }
 .logo-web4pro a {
  	display: block;
	background: url(images/web4pro.png) 0 0 no-repeat;
	width: 157px;
	height: 24px;
  }
 .logo-web4pro a:hover {
 	 	background: url(images/web4pro.png) 0 bottom no-repeat;
 }





/* bof -  ajax shopping cart actions */

#cart_win td.productListing-data {
  padding: 7px 0 10px;
  border-bottom:1px solid #A5A5A5;
}
#cart_win td.productListing-data td.productListing-data {
  padding: 0;
  border: 0 none;
  
}
#cart_win .productListing-data td.productListing-data.product-name {
  padding-left: 5px !important;
  padding-right: 10px;
  position: relative;
}

#cart_win .infoboxNew_border {
  /*border-bottom: 3px solid #a7b6bd;*/
  margin-bottom: 15px;
}

#cart_win {
  position: relative;
}

#cart_win #cart_rows{ 
}

.product-delete:hover {
   background: url(images/del2.gif) 0 0 no-repeat;
}
.product-delete {
  width: 14px;
  height: 13px;
  margin: 0 10px;
  background: url(images/del.gif) 0 0 no-repeat;
}

.sub-total {
  display: inline-block;
  float: right;
  font-size: 14px;
  position: relative;
  *margin-top: -3px;
}

.cont-shop {
  display: inline-block;
  color: #933400;
  margin-left: 1em;
  margin-top: 2px;
  border-bottom: 1px dashed #933400;
  font-size: 14px;
}

.vimg, .vimg img {
  vertical-align: middle;
}

.cart-product-price {
  color: #933400;
  font: bold 14px Arial, sans-serif; 
  display: inline-block;
  margin-top: 5px; 
  margin-right: 25px;
}

a.anchor, a.anchor:hover {
  color: #ff6600;
}

a.anchorname {
  text-decoration: none;
}
/*
.cart-product-price span {
  font-weight: normal;
  font-size: 12px;
}
.product-quantity {
  border: 1px solid #a3b6c2;
  width: 66px;
  margin-top: 5px;
  padding: 1px 5px;
}*/

/* eof -  ajax shopping cart actions */

.item-news {
	margin-bottom: 10px;
	padding-left: 5px;
}

.item-news p{
	margin: 0;
}
.item-news a{
color:brown;
font-weight: bold;
display: block;
}
.read-all {
		padding-left: 5px;
}
/*
.wraper {
	width: 997px;
	margin: 0 auto;
	background: #f4e5bc;
}*/

.logincreate {
  cursor: pointer;
}

