/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:13 wilt Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.cat_description { font-size : 11px; color: #800000; font-weight: bold }
.boxText { font-size: 12px; padding: 0px 9px 0px 9px !important; }
.errorBox { font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #52493e;
	margin: 0px;
}

A {
  color: #52493e;
  text-decoration: none;
}

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

TBODY, P {
	font-size: 12px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #cf8e3a; 
}

a:hover.headerNavigation {
  color: #cf8e3a;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  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: #f1f0ee;
}

TD.footer {
  font-size: 11px;
  background: #f1f0ee;
  color: #b1ada8;
}

.infoBox {
  background: #fff;
  border-top: 1px solid #82561f;
  margin-bottom: 15px;
}

.infoBoxContents {
  background: #f1f0ee;
  border-top: 1px solid #fff;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

.infoBoxHeading {
  font-size: 18px;
  background: #fff;
  color: #41231b;
}

.infoBoxHeading FONT{
	 color: #41231b !important;
}

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;
}

.productlisting-headingPrice { 
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

A.pageResults {
  color: #cf8e3a;
  text-decoration: none !important;
}

a:hover.pageResults {
  color: #a62703;
}

TD.pageHeading, DIV.pageHeading {
	color: #52493e;
	font-size: 11px;
	font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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;
}

TD.category_desc {
  font-size: 12px;
  line-height: 1.5;
}

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

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

TEXTAREA {
  width: 100%;
  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-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

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

/* message box */

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

/* input requirement */

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

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */

/* DWD Contribution -> Add: Browse by Categories. */

UL.BrowseBy {
  list-style-type: disc;
  list-style-position: inside;

  list-style: none;
  margin-left: 1em;
  padding-left: 2em;
  text-indent: -1em;
} /* UL.BrowseBy */

LI.BrowseBy {

} /* LI.BrowseBy */

/* DWD Contribution End. */


/* Lelouch */
.center-content {
	padding-left: 20px;
	padding-right: 20px;
}

.boxText A, .boxText A SPAN{
	line-height: 22px;
}

/* header */

.logotype {
	padding-left: 48px; 
	padding-right: 169px;
	height: 60px;
	width: 41px;
}

.logotype IMG {
	padding: 0px;
	margin: 0;
	display: block;
	
}

.left-head {
	background-position: top left;
	background-image: url('images/leftbg.gif');
	background-repeat: repeat-x;
}

.topmenu {
	background-position: top left;
	background-image: url('images/bgn.gif');
	background-repeat: repeat-x;
	padding-left: 30px;
	color: #fff;
	font-size: 18px;			
	height: 48px;
}

.head_logo {
	background-color: #fff;
	background-position: top left;
	background-image: url('images/logo3123.jpg');
	background-repeat: no-repeat;
}

.head_logol {
	background-color: #fff;
	background-position: top left;
	background-image: url('images/leftbottom.png');
	background-repeat: no-repeat;
}

.hr1 {
	width: 220px;
	height: 1px;
	color: #8a6e54;
	padding: 0px;
}

.hr2 {
	width: 220px;
	height: 1px;
	color: #a98f74;
	padding: 0px;
}

.head_c {
	padding: 24px 16px 16px 36px;
	color: #fff;
	font-size: 14px;
	font-family: Tahoma;
}

.head_c div {
	padding-bottom: 12px;
}

.head_c div A{
	color: #fff;
	text-decoration: underline;
}

.head_c div img{
	margin-right: 7px;
}

.main_menu {
	color: #fff;
}

.main_menu div {
	float: left;
	margin-right: 22px;
}

.main_menu div span {
	margin-left: 22px;
}

.main_menu div A{
	font-size: 18px;
	color: #fff;
}

.main_menu div A:hover{
	color: #fff;
	text-decoration: none;
	background-color: #a62703;
	
}

.phone {
	color: #fff;
	font-size: 22px;
	padding-right: 27px;
}


/* blocks */

.subnav{
	font-size: 11px;
	color: #a62703;
}


.input_srch{
	width: 120px;
	height: 20px;
	border: 1px solid #c6c4c0;
	
}

.login_reg {
	font-size: 11px;
	align: right;
	margin-left: 48px;
}

.login_reg A, .frg_pass, .contacts A {
	color: #cf8e3a;
	text-decoration: underline;
}

.login_reg A:hover, .frg_pass:hover, .contacts A:hover{
	color: #a62703;
	text-decoration: underline;
}

.loginbox_inp{
	width: 193px;
	height: 20px;
	border: 1px solid #c6c4c0;
	font-size: 11px;
	color: #bab3aa;
	
}

/*main page door module */

.big_cat A{
	color: #9c6b2c;
	font-size: 14px;
	text-align: right
}

.big_cat A{
	color: #9c6b2c;
}

.small_cat {
	color: #4d4d4d;
	font-size: 11px;
	font-weight: normal;
}

.small_cat A{
	color: #cf8e3a;
	text-decoration: underline;
}

.small_cat A:hover{
	text-decoration: none;
}

.featured_td {
	padding-left: 6px;
}

.featured_title A{
	color: #52493e; 
	font-size: 14px;
}

.featured_title H2{
	color: #52493e; 
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.ft_price {
	color: #a62703;
	font-size: 14px;
}


/* articles */ 
.news_item{
	color: #52493e;
	font-size: 12px;	
	padding-left: 8px;
	padding-rught: 8px;
}

.news_item .spans{
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.news_item .lim {
	font-size: 12px;	
	line-height: 11px;
	color: #cf8e3a;
	text-decoration: underline;
}

.news_item .lim:hover {
	font-size: 12px;
	color: #a62703;
	text-decoration: none;
}


.clear-20 {clear:both;float:none;height:20px;font-size:20px;line-height:20px;}
.clear-10 {clear:both;float:none;height:10px;font-size:10px;line-height:10px;}


/* item view */
.title_span {
	color: #52493e;
	font-size: 12px;
	font-weight: bold;	
}

.title_span H1{
	color: #52493e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.title_span H2{
	color: #52493e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 12px;
}


.pr_count {
	font-size: 11px;
	color: #52493e;
}

.pr_count INPUT {
	border: 1px solid #c6c4c0;
}

.pr_info {
	font-size: 12px;
	color: #52493e;
}

.pr_price {
	color: #a62703;
	font-size: 16px;
	font-weight: bold;
}

/* reviwes */
.review-item {
	padding-top: 9px;
	padding-bottom: 22px;
}

.rew_form {
	background: #f1f0ee;
    font-size: 11px;
}

.rew-inp INPUT{
	width: 163px;
	border: 1px solid #c6c4c0;
	height: 20px;
}

.rew-area TEXTAREA {
	border: 1px solid #c6c4c0;
}

#menu A, #menu SPAN, #menu2 A, #menu2 SPAN,#menu3 A, #menu3 SPAN {
	line-height: 12px !important;
	font-size: 12px;
}

#menu, #menu2, #menu3, #tforum  {
	padding-left: 2px;
	margin-left: 2px;
}

#menu ul, #menu2 ul, #menu3 ul, #tforum ul {
	padding-left: 6px;
	margin-left: 6px;
}

#menu li, #menu2 li,#menu3 li, #tforum li{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.carts A, .carts A SPAN {
	line-height: 12px !important;
}

#feat, #spec {
	width: 210px;
	max-width: 210px;
	overflow: hidden;
	min-height: 170px;
	max-height: 170px;
	height: 170px;	
}

.tog A{display:inline;}
.tog A{display:block;}

.se_text{}
.se_text h1{font-size:16px;}
.se_text h2{font-size:14px;}

.titleh2{font-size:11px; font-weight:normal;}
.smalltext{font-size:10px;}

div.line{height:1px;border-bottom:1px solid black; margin-bottom: 15px;}
