/**
author: raduga http://mambasana.ru
**/


/** Red color for right modules  **/

#rightcol div.module {
  width: 192px;
  background: url(../images/mod3_repeat.gif) repeat-y;
  margin-bottom: 5px;
  
}

#rightcol div.module div {
  background: url(../images/mod3_bottom.gif) bottom left no-repeat;
}

#rightcol div.module div div {
  background: url(../images/mod3_top.gif) top left no-repeat;
  padding   : 10px 0 10px 0;
  
}
#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     : #f3f3f3;
  }

#rightcol div.module div div div h3 { 
display            : block;  
padding            : 0 0 5px 0;  
margin             : 0;
  font-size        : 13px;
  font-weight      : bold;
  color            : #f3f3f3;
  text-align       : center;
  letter-spacing   : 1px;
  background       : none;

}





