/* <!-- :: Copyright (c) Forward Media :: http://www.f-media.com.ua/:: --> */
/* -- Right style ----- @version : 1.0   2008.04.08 ---------- 
 * - for STYX naturcosmetic
 * - last modified: 2008.04.08
 * --------------------------------------------------------------
 */
    
   #rightcontent #f1 {
	 background-image:url(/im/up_right.jpg);
	 background-repeat: no-repeat;
	 background-position: left top;
	 background-color:#f2f2f2;
   }
   #rightcontent #f2 {
	 background-image:url(/im/up_left.jpg);
	 background-repeat: no-repeat;
	 background-position: right top;
   }
   #rightcontent #f3 {
	 background-image: url(/im/down_right.jpg);
	 background-repeat: no-repeat;
	 background-position: left bottom;
   }
   #rightcontent #f4 {
	 background-image: url(/im/down_left.jpg);
	 background-repeat: no-repeat;
	 background-position: right bottom;
   }
   #rightcontent #ff {
	 width:90%;
	 margin-left:5%;
	 margin-right:5%;
	 padding-top:5%;
	 padding-bottom:5%;
   }
   #rightcontent .zagnews {
	 font-weight:bold;
	 /*font-size:100%;*/
     font-size:1em;
   }
   #rightcontent dl {
	 padding:0px;
	 margin-top: 0.7em;
	 margin-right: 0px;
	 margin-bottom: 0.7em;
	 margin-left: 0px;
   }
   #rightcontent dt {
     margin:0px;
	 padding:0px;
	 /*color:#3475a7;*/
	 /*font-size:90%;*/
     font-size:0.7em;
	 margin-bottom:0.1em;
   }
   #rightcontent dd {
     margin:0px;
	 padding:0px;
	 /*font-size:80%;*/
     font-size:12px;
	 color:#333333;
   }
   #rightcontent dd .bolddata {
     font-weight:bold;
   }
   
   /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
   
   #rightcontent #b1 {
	 background-image:url(/im/up_right2.jpg);
	 background-repeat: no-repeat;
	 background-position: left top;
	 background-color:#1CA0CC;
   }
   #rightcontent #b2 {
	 background-image:url(/im/up_left2.jpg);
	 background-repeat: no-repeat;
	 background-position: right top;
   }
   #rightcontent #b3 {
	 background-image: url(/im/down_right2.jpg);
	 background-repeat: no-repeat;
	 background-position: left bottom;
   }
   #rightcontent #b4 {
	 background-image: url(/im/down_left2.jpg);
	 background-repeat: no-repeat;
	 background-position: right bottom;
   }
   #rightcontent #bb {
	 width:90%;
	 margin-left:5%;
	 margin-right:5%;
	 padding-top:5%;
	 padding-bottom:5%;
   }
   
   /* -=-==-=--=-=-=-=-=--=-=-=-=-=-=-=-=- */
  #rightcontent .rigthmenulink {
     text-decoration:none;
	 color:#FFFFFF;
  }
  #rightcontent a.rigthmenulink:hover {
	 color:#000000;
	 text-decoration:underline;
  }
  ul#rigthmenu {
    margin:0px;
	padding:0px;
	list-style-type:none;
  }
  ul#rigthmenu li {
    margin:0px;
	padding:0px;
	margin-bottom:0.2em;
  }
  
  /* полосатые ссылки в блоке новостей */
  #rightcontent #ff a.newsboxlink {
	/*color:#003399;*/
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration:none;
  }
  #rightcontent #ff a.newsboxlink:hover {
    border-bottom-style: solid;
  }
  
  .boldest {
    font-weight:bold;
  }
  .nospace {
    white-space:nowrap;
  }


