﻿/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

.main-style{
	direction: rtl;
	font-family: 'Tahoma';
	color: #ffffff;
	padding: 5px;
	/*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);*/
	
}
.main-head{
	border-radius: 6px;
	background-color: #3165ac;
	padding-right: 10px;
	margin-right: 14px;
	height: 40px;
	line-height:0px;
	border: 2px groove #ffffff;
	box-shadow:inset 0 0 2px #000009;
	
}
.book-series{
	line-height: 38px;
	height: 40px;
	padding:0 5px 0 5px;
	/*margin: 5px 10px 5px 10px;*/
	/**/
	/*text-align: center;*/
	color: #0a3f58;
}

.line-style {
	 margin-right: -20px;
	 border-width: 1px 352px 1px 1px; border-style: solid; 
	 -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#0a3f58), to(#e0f3fc)) 1 100%; 
	 -webkit-border-image: -webkit-linear-gradient(right, #0a3f58,#e0f3fc) 1 100%; 
	 -moz-border-image: -moz-linear-gradient(right,#0a3f58,#e0f3fc) 1 100%;
	  -o-border-image: -o-linear-gradient(right,#0a3f58,#e0f3fc) 1 100%;
	  border-image: linear-gradient(to right,#0a3f58,#e0f3fc) 1 100%; 
}
