body
{
margin:				0px auto;
	background-color:		#727272;
	font:				12px  Verdana;
	color:  darkblue;
	text-align:			right;
	
}

h1 {display:inline;}
h3 {display:inline;}

.line-right { 
    border-right: 2px solid #ccc; /* Параметры линии */ 
    margin-right: 8px; /* Отступ слева */
    padding-right: 8px; /* Расстояние от линии до текста */ 
   }
   
.line-left { 
    border-left: 2px solid #ccc; /* Параметры линии */ 
    margin-left: 8px; /* Отступ слева */
    padding-left: 8px; /* Расстояние от линии до текста */ 
   }
 border-bottom, border-top, border-left и border-right  
.line-top { 
    border-top: 2px solid #ccc; /* Параметры линии */ 
    margin-top: 8px; /* Отступ слева */
    padding-top: 8px; /* Расстояние от линии до текста */ 
   }
   
.line-bottom { 
    border-bottom: 2px solid #ccc; /* Параметры линии */ 
    margin-bottom: 8px; /* Отступ слева */
    padding-bottom: 8px; /* Расстояние от линии до текста */ 
   }

div.zagolovok { font:22px  Arial Black; text-align:center; color:#007500;}
	
div.content { font:14px arial; font-size:100%; arial; font-weight: 800;   text-align:justify; color:#666666; margin:0 16px;}


div.content2 { width:300px; height:230px; margin:20px 0; float:left; }
div.content2 { margin:0 16px; }
	div.content2 { font-size:14px; overflow:hidden; height:34px; line-height:17px; }
	div.rr_card_head a { text-decoration:none; }
	div.rr_card_head a:hover { text-decoration:underline; }
	div.content2 { padding-top:16px; overflow:hidden; zoom:1; }
		div.rr_card_cover { float:left; width:80px; height:122px; border:1px solid #cbcbcb; padding:2px; background: url('http://read.ru/images/no_cover.jpg') no-repeat scroll center center transparent; }
		div.rr_card_cover a { display:block; height:100%; }
		div.rr_card_content { overflow:hidden; zoom:1; }
		div.rr_card_content a { text-decoration:none; }
		div.rr_card_content a:hover { text-decoration:underline; }
			div.content {  padding:0 10px 5px 10px;  }
			div.rr_card_options a { font-size:11px; }
			div.rr_card_options span.supply_date { font-weight:bold; color:#ff0000; }
				div.rr_card_option { margin-bottom:7px; line-height:11px; }

div.content3 { font:12px Verdana;  padding-left: 3px; width: 182px; color: #444; margin-bottom: 20px; }





/* новый слайдер

/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative; -moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);  overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('../script/orbit/rotator-black.png') no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background: url('../script/orbit/timer-black.png') repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('../script/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: #000; background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-100px; color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 14px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span { width: 33px; height: 33px; text-indent: -9999px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right { background: url('../script/orbit/right-arrow.png'); right: 10px; }
div.slider-nav span.left { background: url('../script/orbit/left-arrow.png'); left: 10px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; top: 10px; left: 7px; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(../script/orbit/bullets.png) no-repeat; 0 0; width: 7px; height: 7px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -7px 0; }