/*
  $Id: stylesheet.css,v 1.0 2014/08/30 15:17:55  aylar tabrizi Exp $

  Virtu, Open Source E-Commerce
  http://www.virtu.ir/
  http://www.oscommerce.com/

  Copyright (c) 2007-2014 Virtu E-Commerce

  Released under the GNU General Public License
*/
a{
  color: #686868;
}
a:hover,a.shopping_cart:hover{
  text-decoration:none;
  color:#e94646;
}
.header_top_container {
  margin: 0 auto;
  height: 130px;
}
a.logo{
  margin: 0 20px 3px 20px;  
}
div.menu_conatiner{
  width: 100%;  
  height:37px;
  border-bottom:1px solid #dfdfdf;
  border-top:1px solid #dfdfdf;
}
div.bread a:last-child{
  color: #EA5D0B;  
}
table.infoBoxTable{
  border: 1px solid #d4d4d4;
  margin-bottom: 15px;
}
div.manufacturers_list_item{
  padding: 7px 0px;
  border-bottom:1px solid #d4d4d4;  
  font-size: 12px;
}
div.manufacturers_list_item:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
div.manufacturers_list_item:first-child{
  padding-top: 0px;
}
div.manufacturers_list_item a:hover{
  text-decoration: none;
}
table.infoBoxTable1{
  background-color: #e94646;
  margin-bottom: 15px;
  color:#fff;
}
table.infoBoxTable1 a{
  color: #fff;  
}
td.boxHead{  
  height: 35px;
  text-align: center;  
  font-size: 15px; 
}
td.infoBoxHeading1{
  color:#fff;
  background: url(images/shopping_cart_box_border.png) no-repeat;
  background-position: bottom; 
}
td.infoBoxHeading1 a{
  color: #fff;
  font-size: 15px;
  text-decoration: none; 
}
div#shopping_card_total_holder{
  height: 30px;
  background-color: #686868;
  color:#fff;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
div#shopping_card_list_holder{
  padding:10px; 
  font-size: 12px;
}
div#shopping_card_list_holder table td {
  padding: 5px 0;
}
.headerNavigation_text{
  color:#cbc5c5;
  font-size:10px;
}
.headerNavigation_text a {
  color:#eae8e8;
  font-size:12px;
}
.headerNavigation_text a:hover {
  color:#f9a877;
  text-decoration:none;
}
TD.infoBoxHeading {
  font-family: Tahoma,Helvetica;
  font-size: 15px;
  background-color: #f6f6f5;
  height:38px;
  width:136px;
  color: #686868;
  border-top:3px solid #e94646;
  border-bottom: 1px solid #d4d4d4;
}
TD.infoBoxHeading span{
  padding:2px 10px;
}
.infoBoxHeading span a {
  color: #686868;
}
.infoBoxHeading span a:hover {
  text-decoration:none;
}
TD.infoBox, SPAN.infoBox {
  font-family: Tahoma,Helvetica;
  font-size: 11px;
}
.infoBoxbody {
  padding:10px 10px;
  background-color:#ffffff;
}
td.infoBoxHeading2{
  background: url(images/compare_box_border.png) no-repeat;
  background-position: bottom;
  color:#686868;
}
#compare_list_holder{
  padding: 0;
  margin-bottom: 15px;
}
td.infoBoxbody2{
  padding: 10px;  
}
#compare_list_holder div{
  padding-bottom: 7px;
}
input.username,input.password{
  width: 190px;
  height: 22px;
  line-height: 19px;
  background-color: #fafaf9; 
}
div.products_border{
  background: url(images/products_border.png) no-repeat;
  height: 1px;  
}
a.pro_name{
  display:block;
  padding:7px 10px;
  font-size: 12px;
  height:22px;
  line-height: 14px;
}
div.pro_price{
  padding: 3px 10px 10px 10px;
  color: #686868;
  font-size: 11px;  
  font-weight: bold;
}
div.pro_image {
  display: table;
  width: 165px;
  height: 165px;
  padding: 5px;
}
div.pro_image a {
  display: table-cell;
  width: 165px;
  height: 160px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
}
a.compare_button{
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
table.newsdesk{
  background-color: #fff;
  border:1px solid #d4d4d4;  
}
td.latest_news_title{
  color: #e94646;
  font-size: 20px;
  padding-top: 5px;
}
li.none_border{
  background-color: #000;  
}
.footer_rss a {
  color:#EA5D0B;
  font-size:11px;
  text-decoration:none;
}
.footer_rss a:hover {
  color:#EA5D0B;
  text-decoration:none;
}
.upcoming_head , .welcome_text ,div.copy_right a , div.bread a:last-child{
  color:#e94646;  
}
.sf-menu li.hover{
  background-color: #e94646;
}
.in_processing_add_shopping_card {
  background-image: url("images/in_processing_add_shopping_card.gif");
  background-position: center bottom;
  background-repeat: no-repeat;
  border: 0 none;
  clear: none;
  cursor: pointer;
  display: none;
  float: right;
  height: 23px;
  text-decoration: none;
  width: 63px;
}