.clear {
	clear: both;
}

#content_wrapper { overflow: hidden; margin: 0 auto; padding: 7px 0 0 0; background: #fff;}

.contentWrapper.noGlobalFooter {
	border-bottom: 1px solid #000;
}

.content_section {
	position: relative;
}
@media (min-width: 768px) {
	.content_section {
		min-height: 350px;
	}
	.on-home-page .content_section {
		min-height: 650px;
	}
}

.content_section.hasLeftColumn {
	margin-left: 210px;
}

.content_section.hasRightColumn {
	margin-right: 210px;
}

#two_col_layout .content_section {
	margin: 4px 9px;
}

.content_section.right {
	float: right;
}

.sidebar.left {
	float: left;
}

.content_section h3 {
	display: block;
	position: relative;
	margin: 0;
}

.content_section h3 .header {
	display: block;
	background: #097bd7 url(../images/category_main/content-table-top-ellipsis.gif) left 5px no-repeat;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 39px 9px 39px;
}

.content_section h3 .subheader {
	display: block;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}

.content_section h3 .nw,
.content_section h3 .ne {
	position: absolute;
	top: 0;
	background: url(../img/sprite-8.png) no-repeat;
	width: 5px;
	height: 5px;
}
.content_section h3 .nw { left: 0; background-position: 0 0; }
.content_section h3 .ne { right: 0; background-position: 0 -5px; }

.content_section h4 {
	font-weight: normal;
	text-decoration: underline;
}

.content_section p {
	margin: 5px 0;
}

.content_section .body {
	background: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #b1b1b1;
	font-size: 10pt;
	padding: 7px 10px;
}

.content_section .sw,
.content_section .se {
	position: absolute;
	bottom: 0;
	background: url(../img/sprite-8.png) no-repeat;
	width: 5px;
	height: 4px;
}
.content_section .sw { left: 0; background-position: 0 -10px; }
.content_section .se { right: 0; background-position: 0 -14px; }

* html .content_section h3 .nw,
* html .content_section h3 .ne,
* html .content_section .se,
* html .content_section .sw {
	display: none;
}

/* Forms */
form fieldset {
	border: 1px solid #b1b1b1;
	margin: 15px 0 0 0;
	padding: 5px 12px 10px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form fieldset legend {
	font-weight: bold;
}

form .formTable {
	border-collapse: collapse;
}

form .formTable.fullWidth {
	width: 100%;
}

form .formTable .label {
	padding-right: 5px;
}

form .formTable .label label {
	display: block;
	border-bottom: 1px dotted #b1b1b1;
	padding-right: 20px;
}

form .formTable .elem .label,
form .formTable .elem .input {
	padding-top: 5px;
}

form .formTable .label.input.textarea {
	padding-top: 15px;
}

form .formTable .label.input.textarea label {
	border: none;
}

form .formTable .label.input.textarea textarea {
	width: 100%;
	height: 150px;
}

form .note {
	font-size: 8pt;
}

form .text,
form textarea,
form select {
	border: 1px solid #888;
	font-family: inherit;
	font-size: inherit;
}

form select {
	padding-top: 2px;
}

form select option {
	padding: 1px 0;
}

form select optgroup {
	padding-top: 3px;
	font-style: normal;
}

form select optgroup option {
	padding-left: 15px;
}

form .text,
form textarea {
	padding: 2px;
}

form .text {
	width: 300px;
}

form .text:focus,
form textarea:focus {
	border-color: #000;
}

form .elem {
	margin: 15px 0 0 0;
}

form .button:hover,
form .button:focus {
	border-color: #000;
}

form .button:focus {
	border-style: inset;
}

.mainLayoutLeftColumn {
	float: left;
	position: relative;
	background: #eeeeef;
	border-width: 0 1px;
	border-style: solid;
	border-color: #c7c6c6;
	width: 201px;
	margin: -7px 0 0 0;
	padding: 7px 0 0 0;
}

.mainLayoutLeftColumn .bottom {
	position: absolute;
	left: 0;
	bottom: -4px;
	background: url(../images/category_main/left_menu-bottom.gif) no-repeat center center;
	width: 201px;
	height: 4px;
}

* html .mainLayoutLeftColumn .bottom {
	bottom: -11px;
}

.mainLayoutLeftColumn .block {
	margin: 0 auto 10px auto;
	padding-bottom: 11px;
	width: 182px;
}

.mainLayoutLeftColumn .block h2 {
	position: relative;
	background-color: #229ee5;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color: #fff;
	height: 30px;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0 0 0;
	padding: 0 0 0 11px;
}

.mainLayoutLeftColumn .block h2 .top {
	position: absolute;
	left: -1px;
	top: -5px;
	background: url(../images/category_main/left_menu-table-top.gif) no-repeat left top;
	width: 182px;
	height: 5px;
}

.mainLayoutLeftColumn .block .body {
	position: relative;
	border-width: 0 1px;
	border-style: solid;
	border-color: #b1b1b1;
	background: #fff;
	padding: 10px 0 0 0;
}

.mainLayoutLeftColumn .block .body .bottom {
	position: absolute;
	bottom: -5px;
	left: -1px;
	background: url(../images/category_main/left_menu-table-bottom.gif) no-repeat left bottom;
	width: 182px;
	height: 5px;
}

* html .mainLayoutLeftColumn .block .body .bottom {
	bottom: 51px;
}

.mainLayoutLeftColumn .block .body .section {
	border-bottom: 1px dashed #b9babb;
	margin: 0 11px 10px 11px;
	padding: 0 0 15px 0;
}

.mainLayoutLeftColumn .block .body .section.last {
	border-bottom: 0;
}

.mainLayoutLeftColumn .block .body .section h3 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

.mainLayoutLeftColumn .block .body .section ul {
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.mainLayoutLeftColumn .block .body .section li {
	margin: 5px 0 0 0;
}

* html .mainLayoutLeftColumn .block .body .section li {
	margin-top: 2px;
}

.mainLayoutLeftColumnViewCat {
	padding: 10px 0 0 0;
	margin-left: 8px;
	min-height: 25px;
	vertical-align:top;
	width:202px;
	position: absolute;
}

.mainLayoutRightColumn {
	float: right;
	position: relative;
}

.mainLayoutRightColumn .block {
	border: 1px solid #737373;
	margin: 10px 0 0 0;
	width: 200px;
}

.mainLayoutRightColumn .block.first {
	margin-top: 0;
}

.fullPageError {
	color: #f00;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.mainLayoutLeftColumnViewCat .block a {
	color: #144c99;
}

.mainLayoutLeftColumnViewCat .block .feature_name {
	font-weight: bold;
	margin-left: 7px;
	margin-right: 5px;
	margin-top: 10px;
}

.mainLayoutLeftColumnViewCat .block .feature_option {
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
}

.mainLayoutLeftColumnViewCat .block .feature_option .feature_option_count {
	color: #888;
	white-space: nowrap;
}

.mainLayoutLeftColumnViewCat .block {
	font-size: 12px;
	margin: 10px auto auto;
}

.mainLayoutLeftColumnViewCat .block .toprow {
	background: url(../images/category_main/leftmenu_table_top_bg-2.gif) no-repeat top;
	height: 4px;
	width: 202px;
}

.mainLayoutLeftColumnViewCat .block .bottomrow {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #b1b1b1;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	height: 4px;
	width: 202px;
}

.mainLayoutLeftColumnViewCat .block td.blueBG {
	background-color: #e3eafa;
}

.mainLayoutLeftColumnViewCat .block .header {
	background-color: #229ee5;
	border-left: 1px solid #3438fd;
	border-right: 1px solid #3438fd;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 9px;
	padding-top: 4px;
}

.mainLayoutLeftColumnViewCat .block .question_mark {
	background: url(../images/category_main/category_main_sprite-2.png) no-repeat -170px -44px;
	border: 0;
	height: 12px;
	margin-left: 5px;
	width: 12px;
}

.mainLayoutLeftColumnViewCat .block .header img {
	background: url(../images/category_main/category_main_sprite-2.png) no-repeat;
	height: 13px;
	margin: 0 5px;
	width: 12px;
}

.mainLayoutLeftColumnViewCat .block .header img {
	background-position: -159px -44px;
}