/*
  $Id: stylesheet_farsi.css,v 1.0 2010/12/18 14:27:55 S.Kushan Exp $

  Virtu, Open Source E-Commerce
  http://www.e-virtu.com/

  Copyright (c) 2010 Virtu E-Commerce

  Released under the GNU General Public License
*/
td.largeInfoBoxHead {
  background: #ffffff;
  color: #5e5e5e;
  font-family: webYekan,Tahoma,Helvetica;
  font-size: 18px;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}

.largeInfoBoxBody {
  background-color: #fff;
  padding:20px;
}
.largeInfoBoxFooter {
  background-image: url(images/large_boxes_footer_bg.gif);
  background-position:top;
  background-repeat:repeat-x;
  height:16px;
  width:100%;
  padding:0;
}
.largeInfoBoxFooterRight {
  background-image: url(images/large_boxes_footer_right_bg.gif);
  background-position:top right;
  background-repeat:no-repeat;
  height:16px;
  width:6px;
  padding:0;
}
.largeInfoBoxFooterLeft {
  background-image: url(images/large_boxes_footer_left_bg.gif);
  background-position:top left;
  background-repeat:no-repeat;
  height:16px;
  width:6px;
  padding:0;
}
.largeInfoBox2Head {
  font-size: 0px;
  background-image: url(images/large_boxes2_head_bg.gif);
  background-position:bottom;
  background-repeat:repeat-x;
  height:8px;

  padding:0px 5px;
  color: #013e69;
}
.largeInfoBox2Head span a {
  font-size:10px;
  color:#0080c0;
}
.largeInfoBox2HeadRight {
  font-size: 1px;
  background-image: url(images/large_boxes2_head_right_bg.gif);
  background-position: bottom right;
  background-repeat:no-repeat;
  height:8px;
  width:7px;
  padding:0;
  color: #013e69;
}
.largeInfoBox2HeadLeft{
  font-size: 1px;
  background-image: url(images/large_boxes2_head_left_bg.gif);
  background-position: bottom left;
  background-repeat:no-repeat;
  height:8px;
  width:7px;
  padding:0;
}
.largeInfoBox2Body {
  background-color: #f8f8f8;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  padding:5px;
}
.largeInfoBox2Footer {
  font-size:0px;
  background-image: url(images/large_boxes2_footer_bg.gif);
  background-position:top;
  background-repeat:repeat-x;
  height:16px;
  width:100%;
  padding:0;
}
.largeInfoBox2FooterRight {
  background-image: url(images/large_boxes2_footer_right_bg.gif);
  background-position:top right;
  background-repeat:no-repeat;
  height:16px;
  width:7px;
  padding:0;
}
.largeInfoBox2FooterLeft {
  background-image: url(images/large_boxes2_footer_left_bg.gif);
  background-position:top left;
  background-repeat:no-repeat;
  height:16px;
  width:7px;
  padding:0;
}
.largeInfoBox2HeadText, .largeInfoBox2HeadText a {
  color: #014d82;
  font-size:13px;
  font-weight:bold;
  padding-bottom:10px;
}
.largeInfoBox2HeadText span{
  font-size:11px;
  color:#71654f;
  font-weight:normal;
  display:inline-block;
  padding:0px 3px; 
}
DIV#categoires_container ul {
  list-style:none;
  margin:0px;
  padding:0px;
}
DIV#categoires_container ul li {
  padding:3px 0px;
}
DIV#categoires_container ul li a {
  background-image: url(images/cats.gif);
  background-position:center right;
  background-repeat:no-repeat;
  padding-right:12px;
  text-decoration:none;
  display:inline-block;
}
DIV#categoires_container ul li a:hover, DIV#categoires_container ul li a.current_cat {
  background-image: url(images/cats_current.gif);
  color:#ea5d0b;
  text-decoration:none;
}
DIV#categoires_container ul li ul {
  padding:0px;
  padding-top:3px;
  padding-right:10px;
}
DIV#categoires_container ul li a.cat_has_child{
  background-image: url(images/cats_has_child.gif);
}
DIV#categoires_container ul li a.cat_has_child:hover{
  background-image: url(images/cats_has_child_hover.gif);
}
DIV#categoires_container ul li a.current_cat.cat_has_child{
  background-image: url(images/cats_expanded_hover.gif);
}
