/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {
	font-size: 12px;
	
}
.subcat {
	font-size: 11px;
}
.errorBox {  font-size : 10px; }
.stockWarning {  font-size : 11px;}
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 10px; color: #70d250;}

BODY {
	font-family: tahoma;
	direction:rtl;
	font-size:12px;
	background:url(images/bg_body_ar.jpg) left 0px no-repeat fixed #fff;
}
.header {
text-align:right;
}

.headerNavigation {
text-align:left;
}
.infoBoxContents {
  padding-right: 15px;
}

.infoBoxNoticeContents {
  font-size: 11px;
}

TD.infoBoxHeading {
	font-size: 13px;
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 11px;
}




.productListing-heading {
  padding:5px;
  font-size: 12px;
  background: #990000;
  color: #FFFFFF;
  font-weight: bold;
}


TD.productListing-data {
  
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family:Arial;
  font-size: 17px;
  font-weight: bold;
  color: #990000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 11px;
}

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;
}

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-family: Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}


/* message box */

/* input requirement */

.inputRequirement {  font-size: 11px;}

/* my styles */
/* in index.php */
.leftcolumn {
border-right:none;
border-left: 1px dashed #ccc;}
.subcat .current{
font-weight:bold;
color:#990000;}
.subcat .current:before {
content: "  >  " ; }
