/**
author: raduga http://mambasana.ru
**/


/** Red color for right modules  **/

#rightcol div.module {
  width: 192px;
  background: url(../images/) repeat-y;
  background-color: #666;
  margin-bottom: 5px;
  
}


#rightcol div.module div div div {
  background: url(../images/px.gif) no-repeat;
  width     : auto;
  padding   : 5px 10px 20px 10px !important;
  padding   : 0 10px 10px 10px;
  color     : #333;
  }

#rightcol div.module div div div h3 { 
display            : block;  
padding            : 0 0 5px 0;  
margin             : 0;
  font-size        : 13px;
  font-weight      : bold;
  color            : #333;
  text-align       : center;
  letter-spacing   : 1px;
  background       : none;

}





