body
{
	font-family:sans-serif;
	font-size:0.75em;
	line-height:1.4em;
}

form
{
	padding: 0;
	margin: 0;
}
a.ahref
{
	padding-left: 20px;
	background: url('./img/link-arrow.png') no-repeat 12px center;
}

a.video
{
	display:block;
	width:480px;
	height:270px;
	background: url('./images/videoplay480.jpg') no-repeat;
}
a.video400
{
	display:block;
	width:400px;
	height:225px;
	background: url('./images/videoplay400.jpg') no-repeat;
	overflow:hidden;
}

.picture-section
{
	float:right;
	width: 205px;
	margin: 0 0 0 30px;
	text-align:right;
}
.picture-section a.detail
{
	padding-left: 15px;
	background: url('./img/zoom.png') no-repeat left center;
}
.vbox
{
	padding:1px;
	background: url('./img/vbox-bg.png') no-repeat;
	height:150px;
	overflow:hidden;
	margin: 2em 0;
}
.vbox .vnext
{
	float:right;
	width:200px;
	padding-left:20px;
	background: url('./img/section-link.png') no-repeat left center;
}
.vbox h2
{
	font-size:1.1em;
	clear:none;
}
.vbox h2 a:link, .vbox h2 a:visited
{
	text-decoration:none;
}
.vbox img
{
	float:left;
	margin-right:20px;
}
.vbox p
{
	margin:0;
}


input.submit
{
	border:0;
	width:123px;
	height:34px;
	background: url('./img/submit-bg.png') no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	margin-top:10px;
	float:right;
}
p.print
{
	clear:both;
	text-align:right;
	padding-top:1em;
}
p.print a
{
	font-weight:bold;
	padding-left:25px;
	background: url('./img/ico-print.png') no-repeat left center;
}
ul
{
	margin:2em 0 2em 40px;
}
h1,h2
{
	clear:both;
}
h1
{
	font-weight:bold;
	font-size: 2em;
	margin-bottom:1em;
	line-height:1.1em;
}
h2
{
	font-weight:bold;
	font-size: 1.3em;
	margin:1em 0;
}
h3
{
	font-weight:bold;
	font-size: 1.3em;
	margin:1em 0;
}
p
{
	margin:2em 0;
}
hr
{
	color:#e6e6e6;
	height:1px;
	border:0;
	background: #e6e6e6;
	margin: 0;
	overflow:hidden;
}
img
{
	border:0;
}
.cleaner
{
	clear:both;
	height:0;
}
a:link
{
	color:#2359a3;
}
a:visited
{
	color:#134993;
}
a:hover, a:active
{
	color:#000;
	text-decoration:none;
}

.annotation
{
	padding: 1px 15px 0 15px;
	border-bottom: 1px solid #e0e7ef;
	font-size:0.9em;
	background: #e6f6ff;
	margin-top: 20px;
}
.list_autor
{
	border-top: 1px solid #e0e7ef;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	background: #e6f6ff;
	margin-top: -1em;
	padding: 0 5px;
}
.autor
{
	border-top: 1px solid #e0e7ef;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	background: #e6f6ff;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
p.listing
{
	text-align:center;
}
p.photo_collection img
{
	padding:15px;
}
/*** image styles ***/
.left
{
	float: left;
	margin: 0 20px 0 0;
}
.right
{
	float: right;
	margin: 0 0 0 20px;
}
img 
{
	border:none;
}
/*** tables ***/
table
{
	margin: 2em 0;
	width:100%;
}
table.small
{
	width:auto;
}
table caption
{
	margin:0;
	padding:0;
	font-weight:bold;
	text-align:left;
	font-size:1.1em;
}
table.topline
{
	border-top:20px solid #ddd;
	margin-bottom:2em;
}
table.topline td
{
	padding:0 15px;
	width:50%;
}
table.topline p
{
	margin:0.5em;
}
table ul
{
	margin-top: 0;
	margin-bottom: 0;
}
table td
{
	vertical-align:top;
}
table.product-table, table.price-table
{
	border-top:20px solid #ddd;
	border-collapse:collapse;
}
table.product-table td
{
	text-align:center;
	padding:10px;
	border-bottom:1px solid #ddd;
}
table.price-table td
{
	padding:10px;
	border-bottom:1px solid #ddd;
}
table.price-table td.data
{
	font-weight:bold;
	text-align:right;
}
