﻿#sidebar
{
  width: 155px;
  background-image: url(../images/menu_bg.jpg);
  background-repeat: repeat-x;
  float: left;
  
}

#sb_title
{
  border-top: 1px solid #065a9a;
  border-bottom: 1px solid #065a9a;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #f4611c;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 5px 0px;
  text-align: center;
}

#sb_categs
{
  border-bottom: 1px solid #065a9a;
}



#sb_categs ul
{
  list-style: url(../images/square.gif) outside;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #065a9a;  
  font-size: 12px;
  font-weight: bold;
  margin-left: 0;
  padding-left: 20px;
}

#sb_categs li
{
  /*background: url(../images/square.gif) left center no-repeat;*/
}



#sb_categs a
{
  color: #065a9a;
  text-decoration: none;
}

.sb_links
{
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #065a9a;  
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #065a9a;
  padding: 5px 0 5px 3px;
}

.sb_links a
{
  color: #065a9a;
  text-decoration: none; 
}

#sb_ord_lnk
{
  font-size: 12px;
}