/* WVPRESS CSS - DEPRECATED */
div.WVPwrapper { text-align: center; }

div.WVPad {
    margin: 0 auto;
    text-align:center;
    line-height:1em;
    margin: 10px auto; padding:0;
    border-bottom: 1px dotted #ccc;
    padding-bottom:10px;
}
div.WVPfooter { margin: 3px auto; }
div.WVPad h2.WVPadHead { text-align:center; }
/* GENERAL STYLES */
div.WVPad * a { border:0; text-decoration:none; }
div.WVPad * h1,
div.WVPad * h2, div.WVPad * h2 a,
div.WVPad * h3, div.WVPad * h3 a,
div.WVPad * p  {
   	font-family:"Lucida Grande", verdana, helvetica, sans-serif;
    margin:0; padding:0; border:0;
    text-align:center;
    line-height:1em;
}
div.WVPad * h2,  div.WVPad * h2 a,  { font-weight:bold; font-size:18px; }
div.WVPad * h3,  div.WVPad * h3 a,  { font-weight:bold; font-size:16px; }
div.WVPad * p  {
    font-size: 11px;
}
div.WVPad * img { border:0; }
div.WVPad * img.thinBorder { border: 1px solid #bbb; }
div.WVPad * img.inset, div.WVPad * img.insetRight { float:right; margin:0 0 1px 2px; }
div.WVPad * img.insetLeft { float:left; margin:0 2px 2px 0; }

/* SPECIFIC STYLES */
div.WVPad * h3.productTitle,
div.WVPad * h3.productTitle a,
div.WVPad * h3.productTitle a:link
div.WVPad * h3.productTitle a:visited {
	font-size:16px;
	color:#444;
	font-style:italic;
}

/* BOOK */
div.WVPad div.book {
	margin: 5px 0 10px 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #ccc;
	}
div.WVPad * p.subTitle { color:#666; font-weight:bold; }
div.WVPad * p.author { font-weight:bold; color:#333; }
div.WVPad * p.descr { }
div.WVPad * p.editions { }
div.WVPad * p.editions span.channel { font-weight:bold; }
div.WVPad * img.bookCover { margin: 1px auto; border: 1px solid #bbb; }

/* FOOTER */
div.WVPfooter p { font-size:11px; }

div.WVPsidebar {
    width: 162px;
}

div.WVPpanel {
	margin: 5px 0;
	padding:5px 0;
	border:0;
	border-top:1px dotted #bbb;
	border-bottom:1px dotted #bbb;
}

