﻿/************************* Module Layout Styles *************************/
div.SouthfishBox, html.SouthfishBox{
	font-size: 9pt;
	color: #6d6b54;
	font-family: Verdana, Helvetica, sans-serif
}
div.SouthfishBox{
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 12px
}
.RightPane div.SouthfishBox{
	margin-left: 25px;
	margin-right: 25px;
	width: 155px
}
.SouthfishBox .ModuleTitle{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	background: url(title-bg.png);
	color: #fff;
	display: block;
	height: 32px
}
.SouthfishBox h1.ModuleTitle {
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-indent: 5px;
	line-height: 32px
}
.SouthfishBox .ModuleTitle .ModuleButton{
	margin-top: -5px;
	position: relative;
	float: right;
}
.SouthfishBox .ModuleContent{
	padding: 2px;
	padding-top: 5px
}
.SouthfishBox .ModuleContent,.SouthfishBox p{
	line-height: 1.3em
}
.LeftPane .SouthfishBox .ModuleContent,.LeftPane .SouthfishBox p{
	color: #1058C1;
	font-size: .9em
}
.LeftPane .SouthfishBox h1{
	color: #1058C1;
	font-size: 1.1em
}
.LeftPane .SouthfishBox h2,.LeftPane .SouthfishBox h3,.LeftPane .SouthfishBox a{
	color: #1058C1
}
.RightPane .SouthfishBox .ModuleContent,.RightPane .SouthfishBox p{
	font-size: .9em
}
/*====================================Module Content Text Styles====================================*/
.SouthfishBox .CategoryItem{
	border:1px solid #D3D3D3;
	width: 160px;
	margin-bottom: 10px;
	margin-right: 10px
}
.SouthfishBox .CategoryItem h4{
	text-indent: 4px;
	width: 160px;
	border-bottom:1px solid #D3D3D3;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px
}
.SouthfishBox .ProductOption{
	padding-bottom: 4px
}
.Highlight{
	font-weight: bold;
	color: #c41230
}
.SouthfishBox .Highlight{
	font-weight: bold;
	color: #1058C1
}
.SouthfishBox h2{
	font-weight: bold;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #1058C1
}
.SouthfishBox h3, .SouthfishBox h4, .SouthfishBox h5, .SouthfishBox h6{
	font-weight: bold;
	color: #1058C1
}
.SouthfishBox a{
	color: #000bb6;
	text-decoration: underline
}
.SouthfishBox a:hover {
	color: #000;
	text-decoration: underline
}
.SouthfishBox hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none;
	border-bottom: 2px dotted #ccc;
	background: #F0F0F0
}
.SouthfishBox .Field{
	background-color: #F9FFDF;
	border: 1px dimgray solid
}
.SouthfishBox .Button,.SouthfishBox a.Button,.SouthfishBox a:link.Button,.SouthfishBox a:visited.Button,.SouthfishBox a:hover.Button,.SouthfishBox a:active.Button{
	padding-right: 1em;
	border-right: #696969 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #696969 1px solid;
	margin-top: 0.1em;
	padding-left: 1em;
	font-weight: bolder;
	font-size: .9em;
	margin-bottom: 0.1em;
	padding-bottom: 3px;
	overflow: visible;
	color: #fff;
	line-height: 20px;
	padding-top: 3px;
	background-repeat: repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	background-color: #1058C1;
	text-align: center;
	text-decoration: none
}
.SouthfishBox input.Button{
	font-family: Verdana, helvetica, sans-serif;
	font-size: .9em;
	line-height: 11px
}