/*
  $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: tahoma, arial, helvetica, sans-serif; font-size: 14px; }
.errorBox { font-family : tahoma, arial, helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

.emailerror { font-family : tahoma, arial, helvetica, sans-serif; font-size : 10px; background: #d14400; font-weight: bold; color: #FFFFFF; }

.emailsuccess { font-family : tahoma, arial, helvetica, sans-serif; font-size : 10px; background: #008309; font-weight: bold; color: #FFFFFF;}


.stockWarning { font-family : tahoma, arial, helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : tahoma, arial, helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
body {
	
}


.px14 {
	font-size: 14px;
}
.px12 {
	font-size: 12px;
}
.px10 {
	font-size: 11px;
	color: #333333;
}
.uppercase {
	text-transform: uppercase;
}
.green {
	color: #91C920;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.3;
}
a:link, a:visited {
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;;
}
.px18 {
	font-size: 18px;
}
a:hover, a:active {
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}


.menu {
	color: #FFFFFF;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight : bold;
}

.mainheader {
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 14px;
	font-weight : bold;
}

.listcategory {
	color: #ec1313;
	font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.5;
	
}

.greencategory {
	color: #0b4e2c;

	
	
}
.black {
	color: #333333;
	line-height: 1.5;
}
.grey {
	color: #848282;
}
.dotted-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.double_dot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
TD {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.orange {
	color: #FF9600;
}
.blue {
	color: #2AB5D8;
}
.red {
	color: #FF4507;
}
.text_ind{
	text-indent:20px;
}


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  
}

TD.headerNavigation {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
  
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  
}

TD.footer {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
  
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  
}

.infoBoxContents {
  
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  
}

.infoBoxNoticeContents {
  
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: tahoma, arial, helvetica, sans-serif;
  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: #FFFFFF;
}

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: #FFFFFF;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
  background: #CC0000;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-indent:15px;
	text-transform:uppercase;
	background-color: #F4EFD3;
	border: 1px solid #B8B18C;
	height: 34px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: tahoma, arial, helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: tahoma, arial, helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px; color: #ff0000; }


.productname {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	color: #003399;
}

.productnamelist {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}

.productprice {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	color: #ff9600;
}
.productpricelist {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #716c70;
}

.zone {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #424242;
	text-decoration: none;
	position: absolute;
	top: 242px;
	right: 60px;
	
}





.text {  font-family: Tahoma; font-size: 11px; font-style: normal; color: #000000; text-decoration: none}
a:active {  font-family: Tahoma; font-size: 11px; font-style: bold; font-weight: normal; color: #660066; text-decoration: none}
a:hover {  font-family: Tahoma; font-size: 11px; font-style: normal; font-weight: bold; color: #FF9933; text-decoration: none}.titre_vert {  font-family: Tahoma; font-size: 16px; font-style: normal; font-weight: bold; color: #669933; text-decoration: none}
.text_green { font-family: Tahoma; font-size: 11px; font-style: normal; color: #008309; text-decoration: none ; font-weight: bold}

.text_rouge { font-family: eorgia, Times, Serif; font-size: 14px; font-style: normal; color: #d14400; letter-spacing:.3em ; text-decoration: none ; font-style: italic; ; font-weight: bold }










.text_yellow { font-family: Tahoma; font-size: 11px; font-style: normal; color: #e4c100; text-decoration: none ; font-weight: bold }
.text_noir { font-family: Tahoma; font-size: 13px; font-style: bold; color: #000000; text-decoration: none ; font-weight: bold }
.text_blue { font-family:Tahoma; font-size: 13px; font-style: bold; color: #1a4dac; text-decoration: none ; font-weight: bold}
.text_vertf { font-family: Tahoma; font-size: 11px; font-style: normal; color: #336633; text-decoration: none ; font-weight: bold }


.tunisiemartTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #00843A;
	padding-top: 12px;
}

.tunisiemartTitleBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	color: #00843A;
}


.descriptionD  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
}






blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}









#content
{
	margin-left: 155px;
	margin-right: 155px;
	padding-top: 30px;
}



h3
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.5em;
}





main {font-family:verdana, arial, helvetica; font-size:11px; color: #333333; line-height:1; margin:0 0 0 0} 



  
  


.style3 {font-size: 14px}
.style8 {color: #666666}
.style12 {
	color: #0B7B00;
	font-size: 12px;
}
.style23 {
	color: #333333;
	line-height: 1.3;
}
.style35 {
	color: #00843A;
	padding-top: 0px;
	font-size: 12px;
}
.style47 {
	font-size: 16px;
	font-style: normal;
	color: #006633;
	letter-spacing:.3em;
	text-decoration: none;
	font-style: italic;
	font-family: eorgia, Times, Serif;
	font-weight: bold;
}
.style49 {
	font-size: 11px;
	line-height: 1.5;
}
.style52 {font-size: 16px; font-style: normal; color: #006633; letter-spacing: .3em; text-decoration: none; font-style: italic; font-family: eorgia, Times, Serif; font-weight: bold; }
.style60 {
	font-style: normal;
	;
	letter-spacing: .3em;
	text-decoration: none;
	font-weight: bold;
}



H1 {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 18px;
 margin-bottom: 0px;
  margin-top: 0px;
    margin-left: 3px;
 padding: 0px;
}


.ARABICTEXT {
	font-family: "Arabic Transparent";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
}

.ARABICCAT {
	font-family: "Arabic Transparent";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
}

span.products_title
{
 color: #DC143C;
 letter-spacing: 5px;
}