@charset "utf-8";

/*
=======================================================================
	General Rules for Template 37
=======================================================================
*/

@import "../CSS/design-mode.css";
@import "../CSS/jQuery-Lightbox-2.css";

html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	background: #ebebeb;
	color: black;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
*::selection {
	background: #faffbd;
	color: #666;
}
*::-moz-selection {
	background: #faffbd;
	color: #666;
}
a {
	border: 0;
	color: #463479;
	outline: 0;
	text-decoration: none;
}
a:link,
a:visited {
	color: #463479;
}
a:hover,
a:active {
	color: #9d080d;
	text-decoration: none;
}
img {
	border: 0;
	border-style: none;
	text-decoration: none;
	vertical-align: middle;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}
h6 {
	font-size: 12px;
	font-weight: normal;
}
hr {
	border: 0;
	margin: 0;
}
form {
	margin:0;
	padding: 0;
}
label {
	cursor: text;
}
input[type="email"],
input[type="file"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea,
select {
	border: solid 1px;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	box-shadow: 3px 3px 7px 1px #e9e9e9 inset;
	box-sizing: border-box;
	font: 14px Arial;
	height: 23px;
	margin: 0;
	outline: 0;
	padding: 0;
	width: 100%;
	-moz-box-sizing: border-box;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"] {
	padding: 0 0 0 3px;
}
input[type="radio"] {
	border-radius: 10px;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
textarea {
	height: 75px;
	padding: 3px;
	resize: vertical;
}
select {
	font-size: 15px;
	padding: 1px;
}
select[multiple] {
	height: auto;
}
input:hover,
textarea:hover,
select:hover {
	border-color: #6e9dd0;
	box-shadow: 0 0 2px 1px rgba(157,188,223,1);
}
input:focus,
textarea:focus,
select:focus {
	border-color: #c7a158;
	box-shadow: 0 0 2px 1px rgba(241,202,127,1);
}
input[required],
textarea[required],
select[required] {
	background: #fef9f9;
}
input[disabled],
textarea[disabled],
select[disabled] {
	background: #f4f4f4;
	color: #333;
}
button {
	cursor: pointer;
	outline: 0;
	-moz-box-pack: none;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
=======================================================================
	Page Rules
=======================================================================
*/

.template-37 {
	background: white;
	box-shadow: 0 0 3px 2px #9f9f9f;
	margin: 0 auto 20px auto; 
	width: 900px;
}
.h-zone {}
.h1-zone {
	float: left;
	width: 565px;
}
.h2-zone {
	float: right;
	width: 325px;
}
.h3-zone {}
.h4-zone {}
.h5-zone {}
.h6-zone {}
.lcr-zone {
	min-height: 500px;
	padding-top: 20px;
}
.l-zone {
	border-right: solid 1px #680197;
	float: left;
	padding: 0 14px 0 5px;
	width: 180px;
}
.c-zone {
	float: left;
	visibility: hidden;
	width: 340px;
}
.r-zone {
	float: right;
	width: 320px;
}
.f-zone {}
.f1-zone {}
.f2-zone {}
.f3-zone {}
.f4-zone {}
.copyright-zone {
	border-top: solid 18px #c299d6;
	font: 10px Verdana;
	height: 27px;
	padding-top: 3px;
	position: relative;
	text-align: center;
}
.copyright-zone img {
	left: 8px;
	position: absolute;
	top: 4px;
}
.clear-all,
[data-clear] {
	background: none !important;
	border: 0 !important;
	clear: both !important;
	display: block !important;
	float: none !important;
	height: 0 !important;
	margin: 0 !important;
	outline: 0 !important;
	padding: 0 !important;
	position: static !important;
	width: auto !important;
}

/*
=======================================================================
	Drop Zone Conditional Rules
=======================================================================
*/

[data-zone-l-empty="false"][data-zone-r-empty="true"] .c-zone {
	float: right;
	margin-right: 20px;
	visibility: visible;
	width: 660px;
}
[data-zone-l-empty="true"][data-zone-r-empty="false"] .c-zone {
	float: left;
	margin-left: 20px;
	visibility: visible;
	width: 540px;
}
[data-zone-l-empty="false"][data-zone-r-empty="false"] .c-zone {
	float: left;
	margin-left: 20px;
	visibility: visible;
	width: 340px;
}
[data-zone-l-empty="true"][data-zone-r-empty="true"] .c-zone {
	float: none;
	padding: 0 25px;
	visibility: visible;
	width: auto;
}
.r-zone .standard-frame {
	background: url(../T37_files/right-gradient-bgr.jpg) repeat-y left top;
	border-radius: 15px;
}

/*
=======================================================================
	Feature/Widget Wrapping Rules
=======================================================================
*/

.feature-data.custom-frame,
.feature-data.standard-frame,
.feature-data.optional-frame {
}
.feature-data.custom-frame,
.feature-data.standard-frame,
.feature-data.optional-frame {
}
.feature-data .header-data h2 {
	color: #473378;
	font: bold 18px Arial;
	margin: 0;
	text-align: center;
}
.feature-data .header-data + .content-data {
	padding: 20px;
}
.widget-data.standard-frame {
}
a[role="button"].black-theme, a[role="button"].blue-theme, a[role="button"].gray-theme, a[role="button"].green-theme, a[role="button"].orange-theme, a[role="button"].red-theme, a[role="button"].white-theme,
input[type="button"].black-theme, input[type="button"].blue-theme, input[type="button"].gray-theme, input[type="button"].green-theme, input[type="button"].orange-theme, input[type="button"].red-theme, input[type="button"].white-theme,
.SmallButtonBlack, .SmallButtonBlue, .SmallButtonGray, .SmallButtonGreen, .SmallButtonOrange, .SmallButtonRed, .SmallButtonWhite,
button.black-theme, button.blue-theme, button.gray-theme, button.green-theme, button.orange-theme, button.red-theme, button.white-theme, button.purple-theme,
.black-theme button, .blue-theme button, .gray-theme button, .green-theme button, .orange-theme button, .red-theme button, .no-theme button, .purple-theme button {
	background: url(../T37_files/button-sprite-bgr.png) repeat-x 0 0;
	border: solid 1px;
	border-radius: 6px;
	color: white;
	font: bold 12px/normal Arial;
	height: 25px;
	margin: 0;
	padding: 0 11px;
}
a[role="button"].black-theme, a[role="button"].blue-theme, a[role="button"].gray-theme, a[role="button"].green-theme, a[role="button"].orange-theme, a[role="button"].red-theme, a[role="button"].white-theme {
	display: inline-block;
	height: 15px;
	padding: 4px 12px;
	text-decoration: none;
}
a[role="button"].black-theme:hover, a[role="button"].blue-theme:hover, a[role="button"].gray-theme:hover, a[role="button"].green-theme:hover, a[role="button"].orange-theme:hover, a[role="button"].red-theme:hover, a[role="button"].white-theme:hover,
input[type="button"].black-theme:hover, input[type="button"].blue-theme:hover, input[type="button"].gray-theme:hover, input[type="button"].green-theme:hover, input[type="button"].orange-theme:hover, input[type="button"].red-theme:hover, input[type="button"].white-theme:hover,
.SmallButtonBlack:hover, .SmallButtonBlue:hover, .SmallButtonGray:hover, .SmallButtonGreen:hover, .SmallButtonOrange:hover, .SmallButtonRed:hover, .SmallButtonWhite:hover,
button.black-theme:hover, button.blue-theme:hover, button.gray-theme:hover, button.green-theme:hover, button.orange-theme:hover, button.red-theme:hover, button.white-theme:hover, button.purple-theme:hover,
.black-theme button:hover, .blue-theme button:hover, .gray-theme button:hover, .green-theme button:hover, .orange-theme button:hover, .red-theme button:hover, .no-theme button:hover, .purple-theme button:hover {
	background: #9d080d;
	border-color: #870000;
	color: white;
}

/*
=======================================================================
	Color Theme Rules
=======================================================================
*/

.SmallButtonBlack,
a[role="button"].black-theme,
input[type="button"].black-theme,
button.black-theme {
	background-position: center -300px;
	border-color: black;
}
/* No Theme */
.SmallButtonWhite,
a[role="button"].white-theme,
input[type="button"].white-theme,
button.white-theme,
.no-theme button {
	border-color: #c2c4c7;
	color: black;
}
.no-theme.thematic-break-layout hr {
	height: 8px;
	border: 0;
}
/* Blue Theme */
.SmallButtonBlue,
a[role="button"].blue-theme,
input[type="button"].blue-theme,
button.blue-theme,
.blue-theme button {
	background-position: center -50px;
	border-color: #01599a;
}
.blue-theme.options-grid-layout header,
.blue-theme .ui-slider-range {
	background-position: 0 -50px;
}
.blue-theme.bulleted-list-layout h5,
.blue-theme.captioned-form-layout label,
.blue-theme.dated-columns-layout h5,
.blue-theme.options-grid-layout h5 {
	color: royalblue;
}
.blue-theme.uniform-content-layout header,
.blue-theme.captioned-form-layout header,
.blue-theme.drop-downs-layout,
.blue-theme.thematic-break-layout hr,
.blue-theme .ui-slider-handle,
.blue-theme .ui-slider-range {
	background-color: royalblue;
}
/* Gray Theme */
.SmallButtonGray,
a[role="button"].gray-theme,
input[type="button"].gray-theme,
button.gray-theme,
.gray-theme button {
	background-position: center -100px;
	border-color: #75787b;
}
.gray-theme.options-grid-layout header,
.gray-theme .ui-slider-range {
	background-position: 0 -100px;
}
.gray-theme.bulleted-list-layout h5,
.gray-theme.captioned-form-layout label,
.gray-theme.dated-columns-layout h5,
.gray-theme.options-grid-layout h5 {
	color: gray;
}
.gray-theme.uniform-content-layout header,
.gray-theme.captioned-form-layout header,
.gray-theme.drop-downs-layout,
.gray-theme.thematic-break-layout hr,
.gray-theme .ui-slider-handle,
.gray-theme .ui-slider-range {
	background-color: gray;
}
/* Green Theme */
.SmallButtonGreen,
a[role="button"].green-theme,
input[type="button"].green-theme,
button.green-theme,
.green-theme button {
	background-position: center -150px;
	border-color: #648901;
}
.green-theme.options-grid-layout header,
.green-theme .ui-slider-range {
	background-position: 0 -150px;
}
.green-theme.bulleted-list-layout h5,
.green-theme.captioned-form-layout label,
.green-theme.dated-columns-layout h5,
.green-theme.options-grid-layout h5 {
	color: green;
}
.green-theme.uniform-content-layout header,
.green-theme.captioned-form-layout header,
.green-theme.drop-downs-layout,
.green-theme.thematic-break-layout hr,
.green-theme .ui-slider-handle,
.green-theme .ui-slider-range {
	background-color: green;
}
/* Orange Theme */
.SmallButtonOrange,
a[role="button"].orange-theme,
input[type="button"].orange-theme,
button.orange-theme,
.orange-theme button {
	background-position: center -200px;
	border-color: #b13901;
}
.orange-theme.options-grid-layout header,
.orange-theme .ui-slider-range {
	background-position: 0 -200px;
}
.orange-theme.bulleted-list-layout h5,
.orange-theme.captioned-form-layout label,
.orange-theme.dated-columns-layout h5,
.orange-theme.options-grid-layout h5 {
	color: orange;
}
.orange-theme.uniform-content-layout header,
.orange-theme.captioned-form-layout header,
.orange-theme.drop-downs-layout,
.orange-theme.thematic-break-layout hr,
.orange-theme .ui-slider-handle,
.orange-theme .ui-slider-range {
	background-color: orange;
}
/* Red Theme */
.SmallButtonRed,
a[role="button"].red-theme,
input[type="button"].red-theme,
button.red-theme,
.red-theme button {
	background-position: center -250px;
	border-color: #870000;
}
.red-theme.options-grid-layout header,
.red-theme .ui-slider-range {
	background-position: 0 -250px;
}
.red-theme.bulleted-list-layout h5,
.red-theme.captioned-form-layout label,
.red-theme.dated-columns-layout h5,
.red-theme.options-grid-layout h5 {
	color: darkred;
}
.red-theme.uniform-content-layout header,
.red-theme.captioned-form-layout header,
.red-theme.drop-downs-layout,
.red-theme.thematic-break-layout hr,
.red-theme .ui-slider-handle,
.red-theme .ui-slider-range {
	background-color: darkred;
}
/* Purple Theme */
a[role="button"].purple-theme,
input[type="button"].purple-theme,
button.purple-theme,
.purple-theme button {
	background-position: center -300px;
	border-color: black;
/*	background-position: center -350px;
	border-color: #680197;*/
}
.purple-theme.options-grid-layout header {
	background-position: 0 -300px;
}
.purple-theme.captioned-form-layout label,
.purple-theme header h5 {
	color: #680197;
}
.purple-theme.uniform-content-layout header,
.purple-theme.captioned-form-layout header,
.purple-theme.drop-downs-layout,
.purple-theme.thematic-break-layout hr {
	background-color: #680197;
}

/*
=======================================================================
	Widget Layout Rules
=======================================================================
*/

/* Bulleted List Layout */
.bulleted-list-layout {
	padding: 15px 20px;
}
.bulleted-list-layout h5 {
	margin: 0 0 10px;
	font-weight: bold;
}
.bulleted-list-layout a {
	display: list-item;
	font-size: 12px;
	list-style: disc;
	margin-left: 20px;
}
.bulleted-list-layout hr {
	background: none;
	height: 5px;
	margin: 0;
}
/* Bulleted Row Layout */
.bulleted-row-layout {
}
/* Captioned Form Layout */
.captioned-form-layout header {
	border-radius: 15px;
}
.captioned-form-layout header h5 {
	color: white;
	font: bold 16px/29px Arial;
	height: 28px;
	margin: 0;
	text-align: center;
}
.captioned-form-layout form {
	padding: 10px;
}
.captioned-form-layout .goog-te-gadget {
	text-align: right;
}
.captioned-form-layout .goog-te-gadget span {
	display: block;
}
.captioned-form-layout input + h6,
.captioned-form-layout fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.captioned-form-layout h6 {
	font-size: 13px;
	margin: 10px 0 0;
}
.captioned-form-layout h6 strong {
	color: #c00;
	font: 14px/14px Helvetica;
}
.captioned-form-layout h6 ~ label {
	color: black;
	cursor: pointer;
	font: bold 10px/15px Arial;
	min-height: 18px;
	padding: 0 0 0 27px;
	position: relative;
}
.captioned-form-layout .clear-all + button,
.captioned-form-layout h6 + label {
	margin: 10px 0 0;
}
.captioned-form-layout label input {
	left: 5px;
	position: absolute;
	top: -2px;
}
.captioned-form-layout label {
	display: block;
	font: bold 14px Arial;
	margin: 10px 0;
}
.captioned-form-layout label br {
	display: none;
}
.captioned-form-layout legend {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}
.captioned-form-layout legend ~ div {
	min-height: 17px;
	position: relative;
}
.captioned-form-layout legend ~ div input {
	position: absolute;
	top: -2px;
}
.captioned-form-layout legend ~ div label {
	cursor: pointer;
	font: bold 10px/13px Arial;
	margin: 0 0 -8px 22px;
	position: relative;
	top: -12px;
}
.captioned-form-layout h6 ~ label:hover,
.captioned-form-layout legend ~ div label:hover {
	text-decoration: underline;
}
.captioned-form-layout [for="ppReviewCaption"] {
	margin: 10px 0 0;
}
.captioned-form-layout #ppReviewRating {
	padding: 0 0 0 10px;
	vertical-align: -4px;
}
.captioned-form-layout #ppReviewCaptcha {
	background: url('../../captcha.asp') no-repeat right center;
}
.captioned-form-layout .ui-slider { 
	border: solid 1px #d2d7da;
	height: 5px;
	margin: 10px 5px 15px 5px;
	position: relative;
}
.captioned-form-layout .ui-slider-range {
	background-image: url(../T36_files/range-sprite-bgr.png);
	border: solid 1px #d2d7da;
	height: 5px;
	position: absolute;
	top: -1px;
}
.captioned-form-layout .ui-slider-handle {
	border: solid 1px #d2d7da;
	border-radius: 3px;
	height: 15px;
	margin-left: -.2em;
	position: absolute;
	top: -7px;
	width: 5px;
}
.captioned-form-layout .sliderValue {
	color: #c00;
}
.captioned-form-layout hr {
	background: #d8d8d8;
	height: 1px;
	margin: 10px 0;
}
.captioned-form-layout hr + button {
	float: left;
}
.captioned-form-layout button {
	margin-top: 10px;
}
/* Captioned Image Grid Layout */
.captionedimage-grid-layout img {
	margin: 5px 1% 5px 0;
	vertical-align: middle;
	width: 5%;
}
.captionedimage-grid-layout a {
	display: inline-block;
	vertical-align: middle;
	width: 19%;
}
/* Captioned Image List Layout */
.captionedimage-list-layout img {
	margin: 0 5% 0 0;
	vertical-align: middle;
	width: 20%;
}
.captionedimage-list-layout img + a,
.captionedimage-list-layout img + span {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	width: 75%;
}
.captionedimage-list-layout a {
	color: black;
	font-size: 12px;
}
.captionedimage-list-layout hr {
	background: #d7dbe2;
	height: 1px;
	margin: 5px 0;
}
/* Dated Columns Layout */
.dated-columns-layout {
	font-size: 12px;
	padding: 10px 20px;
}
.dated-columns-layout h5 {
	font: bold 14px Arial;
	margin: 5px 0 10px;
}
.dated-columns-layout var {
	font: 10px/15px Verdana;
}
.dated-columns-layout a {
	display: block;
	padding: 4px 0 0;
}
.dated-columns-layout hr {
	background: url(../../images/dots2.gif) repeat-x center;
	height: 1px;
	margin: 4px 0;
}
.dated-columns-layout section a:first-child,
.dated-columns-layout article + a {
	font: bold 10px Verdana;
	margin: 4px 0 0;
	padding: 2px 4px;
	text-align: right;
}
.dated-columns-layout section a:first-child:empty,
.dated-columns-layout article + a:empty {
	display: none;
}
/* Dated Rows Layout */
.dated-rows-layout {
	font-size: 12px;
	padding: 10px 20px;
}
.dated-rows-layout h5 {
	font: bold 14px Arial;
	margin: 5px 0 10px;
}
.dated-rows-layout article {
	min-height: 14px;
	position: relative;
}
.dated-rows-layout var {
	font: 10px/15px Verdana;
	position: absolute;
}
.dated-rows-layout a {
	display: block;
	padding: 0 0 0 90px;
}
.dated-rows-layout hr {
	background: url(../../images/dots2.gif) repeat-x center;
	height: 1px;
	margin: 4px 0;
}
.dated-rows-layout section a:first-child,
.dated-rows-layout article + a {
	font: bold 10px Verdana;
	margin: 4px 0 0;
	padding: 2px 4px;
	text-align: right;
}
.dated-rows-layout section a:first-child:empty,
.dated-rows-layout article + a:empty {
	display: none;
}
/* Dates Ticker Layout */
.dates-ticker-layout {
	font: bold 12px/16px Verdana;
}
.dates-ticker-layout label {
	color: #990000;
	float: left;
	padding: 1px 10px 0 0;
	text-transform: uppercase;
	white-space: nowrap;
}
.dates-ticker-layout .ticker-wrapper.has-js {
	height: 17px;
	overflow: hidden;
	padding: 0 73px 0 0;
	position: relative;
}
.dates-ticker-layout .ticker-title {
	display: none;
}
.dates-ticker-layout .ticker-content {
	background: white;
	margin: 0;
	overflow: hidden;
	padding: 1px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dates-ticker-layout .ticker-swipe {
	background: white;
	display: block;
	height: 23px; 
	left: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
}
.dates-ticker-layout .ticker-swipe span {
	border-bottom: 1px solid #1f527b;
	display: block;
	height: 12px;
	margin: 0 0 0 1px;
	width: 7px;
}
.dates-ticker-layout ul {
	background: white;
	height: 16px;
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.dates-ticker-layout ul li {
	background: url('../../images/controls.png');
	cursor: pointer;
	float: left;
	height: 16px;
	margin: 0 0 0 5px;
	padding: 0;
	width: 16px;
}
.dates-ticker-layout ul li.jnt-play-pause {
	background-position: 32px 16px;
}
.dates-ticker-layout ul li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.dates-ticker-layout ul li.jnt-play-pause.down {
	background-position: 32px 0;
}
.dates-ticker-layout ul li.jnt-play-pause.paused {
	background-position: 48px 16px;	
}
.dates-ticker-layout ul li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.dates-ticker-layout ul li.jnt-play-pause.paused.down {
	background-position: 48px 0;
}
.dates-ticker-layout ul li.jnt-prev {
	background-position: 0 16px;
}
.dates-ticker-layout ul li.jnt-prev.over {
	background-position: 0 32px;		
}
.dates-ticker-layout ul li.jnt-prev.down {
	background-position: 0 0;		
}
.dates-ticker-layout ul li.jnt-next {
	background-position: 16px 16px;
}
.dates-ticker-layout ul li.jnt-next.over {
	background-position: 16px 32px;	
}
.dates-ticker-layout ul li.jnt-next.down {	
	background-position: 16px 0;	
}
/* Descriptive List Layout */
.descriptive-list-layout a {
	font: bold 14px Verdana;
}
.descriptive-list-layout p {
	margin: 0 0 0 1px;
}
.descriptive-list-layout hr {
	background: #d7dbe2;
	height: 1px;
	margin: 5px 0;
}
/* Drop Downs Layout */
.drop-downs-layout {
	border: solid #ffcc00;
	border-width: 4px 0;
	height: 20px;
}
.drop-downs-layout nav {
	position: relative;
	text-align: center;
	z-index: 5;
}
.drop-downs-layout section {
	color: black;
	display: inline-block;
	vertical-align: 6px;
}
.drop-downs-layout div {
	background: #ffcc00;
	display: inline-block;
	height: 10px;
	margin: 5px 20px;
	width: 1px;
}
.drop-downs-layout span {
	cursor: default;
}
.drop-downs-layout a,
.drop-downs-layout span {
	color: white;
	font-weight: bold;
}
.drop-downs-layout a:hover {
	color: #ffcc00;
	text-decoration: none;
}
.drop-downs-layout ul {
	background: #eaebef;
	border-left: solid 1px white;
	display: none;
	left: 5px;
	list-style: none;
	margin: 0;
	opacity: 0.9;
	padding: 0;
	position: absolute;
	right: 5px;
	text-align: left;
	z-index: 20;
}
.drop-downs-layout li {
	float: left;
	width: 25%;
}
.drop-downs-layout li a,
.drop-downs-layout li span {
	background: #eaebef;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
	display: block;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.drop-downs-layout hr {
	display: none;
}
.drop-downs-layout section:hover ul {
	display: block;
}
.drop-downs-layout section:hover a,
.drop-downs-layout section:hover span {
}
.drop-downs-layout section:hover li a:hover {
	background: #abb3bc;
}
/* Fixed Slider Layout */
.fixed-slider-layout {
	width: 210px;
}
.fixed-slider-layout.width-extension,
.fixed-slider-layout.width-extension section,
.fixed-slider-layout.width-extension .carousel-lite {
	width: auto !important;
}
.fixed-slider-layout.width-extension .carousel-lite li {
	margin-right: 0 !important;
	width: 158px !important;
}
.fixed-slider-layout section {
	height: 241px;
	padding: 0 !important;
	position: relative;
	width: 210px;
}
.fixed-slider-layout nav {
	cursor: pointer;
	background: 0 0 no-repeat;
	opacity: 0.6;
	position: absolute;
	z-index: 3;
}
.fixed-slider-layout nav:hover {
	opacity: 0.9;
}
.fixed-slider-layout .top-slide,
.fixed-slider-layout .bottom-slide {
	height: 30px;
	left: 50%;
	margin: 0 0 0 -23px;
	width: 46px;
}
.fixed-slider-layout .top-slide {
	background-image: url('../T32_files/arrow_buttons_up.png');
	border-radius: 0 0 20px 20px;
	top: 0;
}
.fixed-slider-layout .bottom-slide {
	background-image: url('../T32_files/arrow_buttons_down.png');
	border-radius: 20px 20px 0 0;
	bottom: 0;
}
.fixed-slider-layout .left-slide,
.fixed-slider-layout .right-slide {
	height: 46px;
	margin: -23px 0 0;
	top: 50%;
	width: 30px;
}
.fixed-slider-layout .left-slide {
	background-image: url('../T32_files/arrow_buttons_left.png');
	border-radius: 0 20px 20px 0;
	left: 0;
}
.fixed-slider-layout .right-slide {
	background-image: url('../T32_files/arrow_buttons_right.png');
	border-radius: 20px 0 0 20px;
	right: 0;
}
.fixed-slider-layout .wi-container {
	height: 219px;
	perspective: 1400px;
	position: relative;
	width: 188px;
	-moz-perspective: 1400px;
	-ms-perspective: 1400px;
	-o-perspective: 1400px;
	-webkit-perspective: 1400px;
}
.fixed-slider-layout .wi-container li {
	display: none;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 166px;
}
.fixed-slider-layout .wi-container li.wi-move {
	transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
	-webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
}
.fixed-slider-layout figure {
	margin: 0;
	width: 100%;
}
.fixed-slider-layout ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}
.fixed-slider-layout .slider-viewport ul,
.fixed-slider-layout .boxslider-scroll,
.fixed-slider-layout .carousel-lite,
.fixed-slider-layout .wi-container {
	background: #efefef;
	border: solid 1px #ddd;
	border-radius: 3px;
}
.fixed-slider-layout .carousel-lite {
	height: 219px !important;
	padding: 10px 0;
	width: 208px !important;
}
.fixed-slider-layout .carousel-lite li {
	margin: 0 10px 10px 10px !important;
	width: 166px !important;
}
.fixed-slider-layout li {
	background: white;
	border: solid 1px #ddd;
	border-radius: 3px;
	height: 197px;
	overflow: hidden;
	padding: 10px;
}
.fixed-slider-layout img {
	border: solid 1px #eff2f3;
	box-shadow: 2px 2px 2px #efefef;
	cursor: pointer;
	display: block;
	height: 100px;
	max-width: 140px;
	margin: 0 auto;
}
.fixed-slider-layout a {
	display: block;
	font-weight: bold;
	height: 28px;
	margin-top: 10px;
	overflow: hidden;
}
.fixed-slider-layout var {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 6px;
}
.fixed-slider-layout button {
	font-size: 11px;
	height: 30px;
	overflow: hidden;
	padding: 0 5px 0 8px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}
/* Horizontal Marquee Layout */
.horizontal-marquee-layout ul {
	background: #ccc;
	border-bottom: solid 4px #ffcc00;
	display: block;
	height: 28px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.horizontal-marquee-layout li {
	font: bold 14pt/28px Arial;
	position: absolute;
	white-space: nowrap;
}
.horizontal-marquee-layout u {
	text-decoration: none;
}
.horizontal-marquee-layout a {
	color: #9d080d;
}
.horizontal-marquee-layout a:hover {
	text-decoration: underline;
}
/* Inline Form Layout */
.inline-form-layout {
	height: 31px;
	min-width: 106px;
	position: relative;
}
.inline-form-layout form {
	height: 28px;
	left: 0;
	padding: 3px 87px 0 3px;
	position: absolute;
	right: 0;
}
.inline-form-layout label {
	display: none;
}
.inline-form-layout input {
	box-sizing: content-box;
	height: 23px;
	padding: 0 0 0 7px;
	-moz-box-sizing: content-box;
}
.inline-form-layout button[type] {
	position: absolute !important;
	right: 3px;
	top: 3px;
	width: 65px;
	z-index: 1;
}
/* Inline Menu Layout */
.inline-menu-layout a {
	color: #727377;
	float: left;
	font-size: 12px;
	margin: 8px 15px 0 0;
	position: relative;
}
.inline-menu-layout a[href="#"] {
	background: white;
	position: absolute;
	top: 0;
}
.inline-menu-layout.feature-data a {
	margin: 0;
}
.inline-menu-layout span {
	background: #727377;
	float: left;
	height: 11px;
	margin: 10px 14px 0 0;
	opacity: 0.5;
	width: 1px;
}
.inline-menu-layout img {
	float: left;
	height: 10px;
	margin: 3px 10px 0;
}
/* Items Grid Layout */
.items-grid-layout ul {
	list-style: none;
	margin: 0 -15px -15px;
	padding: 0;
}
.items-grid-layout li {
	background: white;
	border: solid 1px #ddd;
	border-radius: 5px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px;
	position: relative;
	width: 162px;
}
.items-grid-layout li > * {
	margin-top: 7px;
}
.items-grid-layout li > :first-child {
	margin-top: 0;
}
.items-grid-layout li > img {
	display: block;
	cursor: pointer;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	overflow: hidden;
}
.items-grid-layout a {
	display: block;
	font: bold 12px/14px Verdana;
	height: 28px;
	margin-top: 10px;
	overflow: hidden;
}
.items-grid-layout a[rel] {
	height: 140px;
	margin: -11px;
	border-radius: 5px;
	border: solid 1px #abb3bc;
	box-shadow: 2px 2px 2px #ccc;
	overflow: hidden;
	text-align: center;
}
.items-grid-layout a[rel]:hover {
	box-shadow: -2px -2px 2px #ccc;
	margin: -12px -11px -11px -12px;
}
.items-grid-layout a[rel] img {
	height: 100%;
}
.items-grid-layout p {
	height: 58px;
	line-height: 14px;
	margin-bottom: 0;
	overflow: hidden;
}
.items-grid-layout label {
	display: block;
	height: 12px;
	position: relative;
}
.items-grid-layout label * {
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -1px;
}
.items-grid-layout label ins {
	background: url(../../images/instock-icon.png) no-repeat left -1px;
	height: 16px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.items-grid-layout label ins span {
	padding: 0 5px 0 0;
	position: static;
}
.items-grid-layout label del {
	background: url(../../images/nostock-icon.png) no-repeat left -1px;
	color: #c2c2c2;
	height: 16px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.items-grid-layout strong {
	color: #c00;
}
.items-grid-layout [id|="category-item-rating"] img {
	position: static;
}
.items-grid-layout br + button {
	font-size: 11px;
	height: 30px;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}
.items-grid-layout button + button {
	bottom: 10px;
	position: absolute;
	right: 10px;
}
.items-grid-layout button var {
	font-size: 13px;
	position: absolute;
	right: 12px;
	top: 7px;
}
.items-grid-layout br,
.items-grid-layout hr {
	display: none;
}
.items-grid-layout hr + button {
}
/* Items Rows Layout */
.items-rows-layout ul {
	height: 100px;
	list-style: none;
	margin: 3px 0 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.items-rows-layout ul + div {
	display: block;
	max-height: 28px;
	overflow: hidden;
}
.items-rows-layout li:first-child {
	font-size: 12px;
	left: 150px;
	position: absolute;
	right: 160px;
}
.items-rows-layout li > * {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.items-rows-layout li:first-child span {
	color: #1f8cff;
}
.items-rows-layout li.last-child {
	position: absolute;
	right: 1px;
	text-align: right;
	top: 0;
	width: 150px;
}
.items-rows-layout li.last-child a {
	display: inline-block;
}
.items-rows-layout #Picture_Small {
	border: solid 1px #ccc;
	box-shadow: 2px 2px 2px #999;
	cursor: pointer;
	left: 0;
	max-height: 95px;
	max-width: 135px;
	position: absolute;
	top: 0;
}
.items-rows-layout #ItemName {
	color: #333333;
	font-weight: bold;
}
.items-rows-layout p {
	font-size: 11px;
	height: 50px;
	line-height: 13px;
	margin: 0;
	white-space: normal;
}
.items-rows-layout var {
	font-style: normal;
	font-size: 14px;
}
.items-rows-layout label strong {
	color: #c00;
}
.items-rows-layout ins,
.items-rows-layout del {
	float: right;
	line-height: 14px;
	margin: 7px 0;
	padding-left: 20px;
	text-decoration: none;
}
.items-rows-layout ins {
	background: url(../../images/instock-icon.png) no-repeat left -1px;
	font-weight: bold;
}
.items-rows-layout del {
	background: url(../../images/nostock-icon.png) no-repeat left -1px;
	color: #c2c2c2;
}
.items-rows-layout strong {
	line-height: 14px;
	white-space: nowrap;
}
.items-rows-layout strong[id|="category-item-rating"] {
	float: left;
	margin: 7px 0;
}
.items-rows-layout strong[id|="category-item-rating"] img {
	padding-right: 3px;
	vertical-align: -2px;
}
.items-rows-layout hr {
	background: #abb3bc;
	height: 1px;
	margin: 10px 0;
}
.items-rows-layout hr:first-child {
	display: none;
}
/* Numbered List Layout */
.numbered-list-layout a {
	display: list-item;
	font-size: 12px;
	list-style: decimal;
	margin-left: 20px;
}
.numbered-list-layout hr {
	background: #d7dbe2;
	height: 1px;
	margin: 5px 0;
}
/* Options Grid Layout */
.options-grid-layout {
	float: left;
	max-width: 210px;
	width: 100%;
}
.options-grid-layout header {
	background: url(../T37_files/bullet-sprite-icons.png) no-repeat left -300px;
	margin: 5px 0;
	min-height: 25px;
	padding-left: 33px;
}
.options-grid-layout h5 {
	font: bold 11px Verdana;
	margin: 0;
	text-transform: uppercase;
}
.options-grid-layout h5 a {
	background: none;
	color: inherit;
	font: bold 11px Verdana;
	padding: 0;
	text-decoration: none;
}
.options-grid-layout ol {
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
}
.options-grid-layout ol a {
	background: none;
	color: white;
	padding: 1px 0;
}
.options-grid-layout a {
	background: url(../T37_files/bullet-icon.gif) no-repeat 19px 3px;
	display: block;
	font: 11px Verdana;
	min-height: 14px;
	padding: 0 0 0 33px;
}
.options-grid-layout hr {
	height: 4px;
	margin: 0;
}
.options-grid-layout + img {
	display: none;
}
/* Page Controls Layout */
.page-controls-layout {
	background: #b480cb;
	border-radius: 12px 0 0 12px;
	padding: 5px 10px;
	font: bold 14px Verdana;
	height: 27px;
	color: black;
	overflow: hidden;
}
.page-controls-layout button {
	background: none;
	color: white;
	font: bold 14px/17px Verdana;
	float: left;
	margin: 4px 6px 0 0;
	border: 0;
	padding: 0;
}
.page-controls-layout button:hover {
	text-decoration: underline;
}
.page-controls-layout ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-controls-layout li {
	background: #fff8da;
	float: left;
	font-size: 16px;
	line-height: 19px;
	margin: 0 6px 0 0;
	padding: 4px 7px;
	text-decoration: none;
}
.page-controls-layout a {
	background: #8634ac;
	color: white;
	display: inline-block;
	margin: -4px -7px;
	padding: 4px 7px;
	text-decoration: none;
}
.page-controls-layout a:hover {
	background: #fff8da;
	color: black;
}
.page-controls-layout p {
	color: white;
	float: right;
	line-height: 17px;
	margin: 4px 6px 0 0;
}
.page-controls-layout select {
	float: right;
	font-size: 14px;
	margin-top: 2px;
	padding: 2px;
	width: 170px;
}
/* Simple List Layout */
.simple-list-layout a {
	font: bold 11px Tahoma;
}
.simple-list-layout a[href=""] {
	cursor: default;
	display: block;
	font: bold 14px Tahoma;
	margin-bottom: 10px;
	text-decoration: none;
}
.simple-list-layout hr {
	background: url(../../images/dots2.gif) repeat-x center;
	height: 1px;
	margin: 5px -5px;
}
/* Site Feature Layout */
.site-feature-layout {
	text-align: center;
}
.site-feature-layout * {
	display: none !important;
}
.site-feature-layout:before {
	color: #c2a;
	content: 'layout under construction';
	font: 12px Helvetica;
	text-transform: uppercase;
}
.site-feature-layout:after {
	color: #1f8cff;
	content: 'contact: support@brolin.net';
	display: block;
	font: 11px Helvetica;
}
/* Small Add Layout */
.small-add-layout section {
	padding: 0;
}
.small-add-layout img {
	float: left;
}
.small-add-layout em {
	font: bold 11px Tahoma;
	float: left;
	color: #8f8a7e;
	padding: 6px 0 0 11px;
}
.small-add-layout var {
	font: 18px Tahoma;
	float: left;
	padding: 0 0 0 11px;
}
/* Tabber Top/Bottom Layout */
.tabber-top-layout,
.tabber-bottom-layout,
.tabberlive .tabbertabhide {
	display: none;
}
.tabberlive {
	position: relative;
}
.tabberlive-top-layout {
	padding: 32px 0 0;
}
.tabberlive-bottom-layout {
	padding: 0 0 32px;
}
.tabberlive .tabbernav,
.tabberlive .tabbernav li {
	background: url(../T32_files/tabber-sprite-bgr.png) repeat-x;
	border: solid 1px #cbcbcb;
	overflow: hidden;
}
.tabberlive .tabbernav {
	font: bold 11px Verdana;
	left: 0;
	list-style: none;
	margin: 0;
	padding-left: 14px;
	right: 0;
	position: absolute;
}
.tabberlive-top-layout .tabbernav {
	background-position: 0 -150px;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	height: 25px;
	padding-top: 6px;
	top: 0;
}
.tabberlive-bottom-layout .tabbernav {
	background-position: 0 -200px;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	bottom: 0;
	height: 31px;
}
.tabberlive .tabbernav li {
	float: left;
	margin: 0 6px 0 0;
}
.tabberlive .tabbernav li a {
	color: white;
	font: 11px Arial;
	height: 11px;
	display: block;
	padding: 6px 14px 7px;
	text-decoration: none;
	white-space: nowrap;
}
.tabberlive-top-layout .tabbernav li {
	background-position: 0 -50px;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}
.tabberlive-bottom-layout .tabbernav li {
	background-position: 0 -100px;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.tabberlive .tabbernav li a:hover,
.tabberlive .tabbernav li.tabberactive a {
	color: black;
	background: white;
}
.tabberlive .tabbernav .tabberactive a:hover {
	cursor: default;
}
.tabberlive .tabbertab {
	padding: 20px;
	border: solid 1px #cbcbcb;
	overflow: hidden;
}
.tabberlive-top-layout .tabbertab {
	border-radius: 0 0 5px 5px;
	border-top: 0;
}
.tabberlive-bottom-layout .tabbertab {
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}
/* Thematic Break Layout */
.thematic-break-layout hr {
	border: solid #eaebef;
	border-width: 1px 0;
	height: 6px;
	margin: 4px 2px;
	-moz-box-sizing: content-box;
}
/* Uniform Content Layout */
.uniform-content-layout header {
	border-radius: 15px;
}
.uniform-content-layout header h5 {
	color: white;
	font: bold 16px/29px Arial;
	height: 28px;
	margin: 0;
	text-align: center;
}
.uniform-content-layout section {
	padding: 10px;
}
/* Vertical Accordion Layout */
.vertical-accordion-layout .ui-accordion {
	font-size: 13px;
	width: auto;
}
.vertical-accordion-layout .ui-accordion li {
	background: url(../../images/cat-arrow.gif) no-repeat 5px center;
	list-style: none;
	padding: 4px 0 4px 15px;
}
.vertical-accordion-layout .ui-accordion a {
	color: black;
	font-size: 11px;
}
.vertical-accordion-layout .ui-accordion div a {
	color: black;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
}
.vertical-accordion-layout .ui-accordion .ui-accordion-header {
	background: none;
	border: 0;
	border-bottom: solid 1px #d8d8d8;
	border-radius: 0;
	color: black;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 5px 0 4px 5px;
	position: relative;
}
.vertical-accordion-layout .ui-accordion .ui-accordion-header .ui-icon {
	background: url('../../images/ui-icons_222222_256x240.png') -96px -16px;
	height: 16px;
	left: auto;
	margin: 0;
	position: absolute;
	right: 0;
	top: 3px;
	width: 16px;
}
.vertical-accordion-layout .ui-accordion .ui-icon.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.vertical-accordion-layout .ui-accordion .ui-accordion-content {
	background: none;
	border: 0;
	border-bottom: solid 1px #d8d8d8;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
/* Vertical Marquee Layout */
.vertical-marquee-layout ul {
	display: block;
	height: 200px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.vertical-marquee-layout li {
	font-size: 18px;
	margin: 0 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}
.vertical-marquee-layout u {
	text-decoration: none;
}
.vertical-marquee-layout a {
	color: black;
	display: block;
}

/*
=======================================================================
	Widget by Type Rules (Older)
=======================================================================
*/

/* Company Logo Text Duo Rules */
.CompanyLogoTextDuoWidget h1 {
	margin: 0;
}
.CompanyLogoTextDuoWidget a {
	font-size: 36px;
	text-decoration: none;
}
.CompanyLogoTextDuoWidget[data-theme="none"] a {
	font-size: 22px;
}
.CompanyLogoTextDuoWidget span {
	padding-left: 10px;
	color: #8f8a7e;
}
/* Document Image Scroller With Zoom */
.DocumentImageScrollerWithZoomWidget {
	text-align: center;
}
.DocumentImageScrollerWithZoomWidget * {
	display: none !important;
}
.DocumentImageScrollerWithZoomWidget:before {
	color: #c2a;
	content: 'layout under construction';
	font: 12px Helvetica;
	text-transform: uppercase;
}
.DocumentImageScrollerWithZoomWidget:after {
	color: #1f8cff;
	content: 'contact: support@brolin.net';
	display: block;
	font: 11px Helvetica;
}
/* Document List by Topic Rules */
.DocumentListByTopicsWidget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.DocumentListByTopicsWidget a {
	font-size: 12px;
	font-weight: bold;
}
.DocumentListByTopicsWidget hr {
	background: #d7dbe2;
	height: 1px;
	margin: 5px 0;
}
/* Document Rules */
.DocumentWidget {
	overflow: hidden;
}
/* Image Add Rules */
.ImageAddWidget {
	padding: 0;
	overflow: hidden;
}
.ImageAddWidget section {
	padding: 0;
}
.ImageAddWidget img {
	vertical-align: middle;
	width: 100%;
}
/* Greeting Message Rules */
.GreetingWidget {
}
/* Greeting With Image Rules */
.GreetingWithImgageWidget {
}
/* Organization Title 1 Rules */
.OrgTitle1Widget {
}
/* Organization Title 2 Rules */
.OrgTitle2Widget {
}
/* Product Categories Hierarchy Rules */
.ProductCategoriesHierarchyWidget section {
	padding-bottom: 5px;
}
.ProductCategoriesHierarchyWidget div {
	padding-left: 10px;
}
.ProductCategoriesHierarchyWidget a {
	color: black;
}
.ProductCategoriesHierarchyWidget hr {
	background-color: #d8d8d8 ;
	height: 1px;
	margin: 5px 0;
}
.ProductCategoriesHierarchyWidget span {
	background-image: url('../T32_files/bullets.png');
	background-repeat: no-repeat;
	float: left;
	height: 6px;
	width: 10px;
	margin: 4px 0 0 -15px;
}
.ProductCategoriesHierarchyWidget img {
	padding:0px 5px;
}
/* Review Listings Rules */
.ReviewListingsWidget h5 var {
	padding-right: 3px;
}
.ReviewListingsWidget h6 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
}
.ReviewListingsWidget h6 span {
	float: right;
}
.ReviewListingsWidget p {
	margin: 0 0 10px;
	font-size: 13px;
}
.ReviewListingsWidget div {
	font-size: 11px;
	text-align: right;
	font-style: italic;
}
.ReviewListingsWidget div span {
	padding: 0 3px;
}
.ReviewListingsWidget hr {
	background-color: #d7dbe2;
	height: 1px;
	margin: 10px 0;
}
/* Shopping Cart Rules */
.ShoppingCartWidget {
	background-image: url('../T32_files/cart_bgr.png');
	background-repeat: no-repeat;
	height: 40px;
}
.ShoppingCartWidget section {
	background-image: url('../T32_files/shopping_cart_icon.gif');
	background-repeat: no-repeat;
	background-position: 16px 8px;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 0px 5px 40px;
}
.ShoppingCartWidget a {
	font-weight: bold;
	padding: 0 3px;
}
.ShoppingCartWidget a+a {
	color: black;
	font-weight: normal;
	padding: 0;
}
/* Shopping Cart Detail Rules */
.ShoppingCartDetailWidget label {
	font-size: 12px;
}
.ShoppingCartDetailWidget var {
	font-size: 12px;
	float: right;
}
.ShoppingCartDetailWidget hr {
	background-color: #d7dbe2;
	height: 1px;
	margin: 5px 0;
	clear: both;
}
.ShoppingCartDetailWidget button {
	margin-top: 10px;
	float: right;
}
/* Welcome Message Rules */
.WelcomeMessageWidget h5 {
	text-align: center;
	margin: 0;
}
