﻿/* ------------ section ---------------- */
.section
{
	padding: 0 5px 0 5px;
}

.sectionCaption
{
	margin-left: 10px;
}

.sectionCaption h1,
.sectionCaption h2,
.sectionCaption h3,
.sectionCaption h4,
.sectionCaption h5,
.sectionCaption h6
{
	margin-bottom: 3px;
}

.sectionBody
{
	padding: 10px 10px 10px 15px;
}

.secTopDiv,
.secBottomDiv
{
	font-size: 1px;
	height: 10px;
}

.secBottomDiv
{
	margin-right: 0px;
	margin-left: auto;
}

.secTopDiv, .secTopLeftCorner, .secTopRightCorner, .secTopLine,
.secBottomDiv, .secBottomLeftCorner, .secBottomRightCorner, .secBottomLine
{
	height: 10px;
}

.secLeftLine
{
	background: url(Images/sl.gif) repeat-y left;
}

.secRightLine
{
	background: url(Images/sr.gif) repeat-y right;
}

.secTopLine,
.secBottomLine
{
	margin-left: 10px;
	margin-right: 10px;
}

.secTopLeftCorner
{
	background: url(Images/stl.gif) no-repeat top left;
}

.secTopRightCorner
{
	background: url(Images/str.gif) no-repeat top right;
}

.secTopLine
{
	background: url(Images/st.gif) repeat-x;
}

.secBottomLeftCorner
{
	background: url(Images/sbl.gif) no-repeat bottom left;
}

.secBottomRightCorner
{
	background: url(Images/sbr.gif) no-repeat bottom right;
}

.secBottomLine
{
	background: url(Images/sb.gif) repeat-x bottom;
}
