/*
  $Id: stylesheet.css,v 1.0 2004/08/12 00:01:55 Farhad zare Exp $

  FarsiCommerce, Open Source E-Commerce
  http://www.persianoc.com/
  http://www.oscommerce.com/

  Copyright (c) 2005 FarsiCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Tahoma,Helvetica; font-size: 11px; }
.errorBox { font-family : Tahoma,Helvetica; font-size : 11px; background: #ff0000; font-weight: bold; }
.stockWarning { font-family : Tahoma,Helvetica; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma,Helvetica; font-size : 11px; color: #9d0715; text-decoration: underline; }

BODY {
  	background-color: #000000;
	background-image: url(images/mitra-main-bg.gif) ;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
}

body,td,th {
	color: #FFFFFF;
}

A {
  color: #fcff06;
  text-decoration: none;
}

A:hover {
  color: #06fcff;

}

FORM {
        display: inline;
}

TR.header {
  background: #FCFCFC;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Tahoma,Helvetica;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Tahoma,Helvetica;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {

}

.infoBoxContents {
  font-family: Tahoma,Helvetica;
  font-size: 12px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma,Helvetica;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Tahoma,Helvetica;
  font-size: 12px;
  font-weight: bold;
  background: #eefff9;
  color: #062678;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma,Helvetica;
  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 {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, tr.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {


}

TABLE.productListing {


  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma,Helvetica;
  font-size: 1px;



}

TD.productListing-data {
  font-family: Tahoma,Helvetica;
  font-size: 12px;
}



TD.productListing-description {
  font-family: Tahoma,Helvetica;
  font-size: 12px;
}

A.pageResults {
  color: #f0ff00;
}

A.pageResults:hover {
  color: #00ff06;

}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma,Helvetica;
  font-size: 17px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma,Helvetica;
  font-size: 11px;
  color: #ffffff;
}

TD.main, P.main {
  font-family: Tahoma,Helvetica;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma,Helvetica;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Tahoma,Helvetica;
  font-size: 10px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
}

TD.tableHeading {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma,Helvetica;
  font-size: 11px;
  color: #0FF;
}

INPUT, RADIO, SELECT {
  font-family: Tahoma,Helvetica;
  font-size: 12px;
    color:#000000;
    height: 25px;
    border: #CCC solid 1px;
/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

CHECKBOX {
	width: 25px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/mitra-delet.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

input:hover, select:hover, textarea:hover {
    border: 1px solid #999;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #999;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma,Helvetica;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,Helvetica;
  font-size: 13px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma,Helvetica;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Tahoma,Helvetica;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma,Helvetica; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma,Helvetica; font-size: 11px; color: #ffffff; }

/* message box */

.messageBox { font-family: Tahoma,Helvetica; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Tahoma,Helvetica; font-size: 11px; background-color: #ff0000; }
.messageStackSuccess { font-family: Tahoma,Helvetica; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma,Helvetica; font-size: 11px; color:#0F0; }

table#accounts_table th, .tableh {
    color: white;
    border: 1px solid #09abf7;
}

table#payment_table td {
    padding: 1x;
}

.table_speed {
    direction: ltr;
}

table#payment_table tr:hover {
    background-color: #bb04bd;
}

input#send {
    padding:0;
    cursor:pointer;
    width:135px;
    height: 23px;
    background: url(images/send_button.png);
}

input#send:hover {
    border: 1px solid #999;
    color: #666;
}

input#choose {
    padding:0;
    cursor:pointer;
    width:135px;
    height: 23px;
    background: url(images/choose_button.png);
}

input#choose:hover {
    border: 1px solid #999;
    color: #666;
}

div#categories a  {
	font-family:tahoma;
	font-size:13px;
	color:#000000;
}

div#categories a:hover  {
	font-family:tahoma;
	font-size:13px;
	color:#222222;
	font-weight:bold;
	
}

div#new_product a  {
	font-family:tahoma;
	font-size:13px;
	color:#FF0;
	font-weight:bold;
	
}

div#new_product a:hover  {
	font-family:tahoma;
	font-size:13px;
	color:#0FF;
}

TD#hot {
	background-image:url(images/mitra-special-hot-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#hot:hover {
	background-image:url(images/mitra-special-hot-2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#support {
	background-image:url(images/mitra-special-support-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#support:hover {
	background-image:url(images/mitra-special-support-2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#select {
	background-image:url(images/mitra-special-select-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#select:hover {
	background-image:url(images/mitra-special-select-2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#divx {
	background-image:url(images/mitra-special-divx-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#divx:hover {
	background-image:url(images/mitra-special-divx-2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#facebook {
	background-image:url(images/mitra-special-facebook-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#facebook:hover {
	background-image:url(images/mitra-special-facebook-2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#call {
	background-image:url(images/mitra-special-call-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#call:hover {
	background-image:url(images/mitra-special-call-2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#faq {
	background-image:url(images/mitra-special-faq-1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

TD#faq:hover {
	background-image:url(images/mitra-special-faq-2.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.main-table {
background-image:url(images/mitra-body-body.jpg);
background-position:top center;
border: 1px solid #ffffff;
padding: 25px;
-moz-border-radius: 25px;
-khtml-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 5px;
filter:alpha(opacity=90);opacity:1;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";

}

.desc-table {
background-image:url(images/mitra-product-body.png);
background-position:top center;
border: 1px solid #ffffff;
padding: 25px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 5px;
filter:alpha(opacity=90);opacity:1;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";

}
