@charset "utf-8";

/*
=======================================================================
	General Rules for Template 38
=======================================================================
*/

@import "../CSS/design-mode.css";
@import "../CSS/jQuery-Lightbox-2.css";

html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	background: #2f3e55;
	color: #292f36;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
*::selection {
	background: #faffbd;
	color: #666;
}
*::-moz-selection {
	background: #faffbd;
	color: #666;
}
a {
	outline: 0;
	text-decoration: none;
	border: 0;
	color: black;
}
a:link,
a:visited {
	color: black;
}
a:hover,
a:focus {
	text-decoration: underline;
}
img {
	border: 0;
	border-style: none;
	text-decoration: none;
}
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 {
	padding: 0;
	margin: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;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(255,255,255,0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 23px;
	padding: 0;
	outline: 0;
	margin: 0;
	font: 14px Arial;
}
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 {
	resize: vertical;
	height: 60px;
	padding: 3px;
}
select {
	padding: 1px;
	font-size: 15px;
}
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-38 {
	background: white;
}
.h-zone .set-background {
	background: #4c6aa0 url(../T38_files/header-bgr.jpg) repeat-x bottom;
	border-top: solid 1px #789daf;
	min-height: 138px;
}
.h-zone .set-alignment {
	margin: 0 auto;
	width: 990px;
}
.h1-zone {
	float: left;
	width: 425px;
}
.h2-zone {
	float: right;
	width: 555px;
}
.h3-zone {}
.h4-zone {}
.h5-zone {}
.h6-zone {}
.lcr-zone {
	border: solid 1px #b1b1b1;
	border-radius: 4px;
	margin: 25px auto;
	padding: 25px;
	width: 938px;
}
.l-zone {
	float: left;
	width: 250px;
}
.c-zone {
	visibility: hidden;
	float: left;
	width: 530px;
}
.r-zone {
	float: right;
	width: 250px;
}
.f-zone .set-background {
	background: #2f3e55 url(../T38_files/footer-bgr.jpg) repeat-x top;
	min-height: 210px;
}
.f-zone .set-alignment {
	margin: 0 auto;
	width: 990px;
}
.f1-zone {}
.f2-zone {}
.f3-zone {}
.f4-zone {}
.copyright-zone img {
	cursor: pointer;
	float: right;
	margin: 2px;
}
.copyright-zone a {
	color: #efefef;
	font: bold 10px/26px Verdana;
}
.copyright-zone span {
	color: #efefef;
	font: bold 10px/26px Verdana;
	padding-right: 40px;
}
.clear-all {
	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-h6-empty="false"] .h6-zone {
	border: solid 1px #b1b1b1;
	border-radius: 4px;
	margin-top: 25px;
}
[data-zone-l-empty="false"][data-zone-r-empty="true"] .c-zone {
	float: right;
	visibility: visible;
	width: 663px;
}
[data-zone-l-empty="true"][data-zone-r-empty="false"] .c-zone {
	float: left;
	visibility: visible;
	width: 663px;
}
[data-zone-l-empty="false"][data-zone-r-empty="false"] .c-zone {
	float: left;
	margin: 0 0 0 25px;
	visibility: visible;
	width: 388px;
}
[data-zone-l-empty="true"][data-zone-r-empty="true"] .c-zone {
	float: none;
	visibility: visible;
	width: auto;
}
[data-zone-f1-empty="false"] .f1-zone {
	border: solid 1px #b1b1b1;
	border-radius: 4px;
	margin-bottom: 25px;
}
[data-zone-l-empty="false"][data-zone-r-empty="true"] .c-zone .items-grid-layout li,
[data-zone-l-empty="true"][data-zone-r-empty="false"] .c-zone .items-grid-layout li {
	width: 153px;
}
[data-zone-l-empty="true"][data-zone-r-empty="true"] .c-zone .items-grid-layout li {
	width: 160px;
}

/*
=======================================================================
	Feature/Widget Wrapping Rules
=======================================================================
*/

.feature-data {
	margin-top: 25px;
}
.feature-data:first-child {
	margin-top: 0;
}
.header-data h2,
.header-data h4 {
	color: #0b3d80;
	font-size: 22px;
	margin: 0;
	padding: 0 0 20px;
}
.widget-data.standard-frame {
	border: solid 1px #b0b0b0;
	border-radius: 4px;
	box-shadow: 0 0 3px 2px #e5e5e5;
	margin: 3px;
}
.widget-data .header-data + .content-data {
	background: url(../T38_files/widget-body-bgr.png) repeat-x top;
	padding: 20px 15px 15px;
}
.header-data h5 {
	background: url(../T38_files/widget-header-bgr.png) repeat-x;
	border-bottom: solid 1px #b0b0b0;
	border-radius: 4px 4px 0 0;
	font: bold 14px/34px Verdana;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
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,
.black-theme button, .blue-theme button, .gray-theme button, .green-theme button, .orange-theme button, .red-theme button, .no-theme button {
	background: repeat-x top;
	border: 0;
	border-radius: 2px;
	color: white;
	font: bold 12px/normal Arial;
	height: 25px;
	margin: 0;
	padding: 0 12px;
}
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 {
	color: white;
	display: inline-block;
	height: 15px;
	padding: 5px 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,
.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 {
	background-position: bottom;
}
a[role="button"].black-theme:active, a[role="button"].blue-theme:active, a[role="button"].gray-theme:active, a[role="button"].green-theme:active, a[role="button"].orange-theme:active, a[role="button"].red-theme:active, a[role="button"].white-theme:active,
input[type="button"].black-theme:focus, input[type="button"].blue-theme:focus, input[type="button"].gray-theme:focus, input[type="button"].green-theme:focus, input[type="button"].orange-theme:focus, input[type="button"].red-theme:focus, input[type="button"].white-theme:focus,
.SmallButtonBlack:focus, .SmallButtonBlue:focus, .SmallButtonGray:focus, .SmallButtonGreen:focus, .SmallButtonOrange:focus, .SmallButtonRed:focus, .SmallButtonWhite:focus,
button.black-theme:focus, button.blue-theme:focus, button.gray-theme:focus, button.green-theme:focus, button.orange-theme:focus, button.red-theme:focus, button.white-theme:focus,
.black-theme button:focus, .blue-theme button:focus, .gray-theme button:focus, .green-theme button:focus, .orange-theme button:focus, .red-theme button:focus, .no-theme button:focus {
	background-position: bottom;
}

/*
=======================================================================
	Color Scheme Rules
=======================================================================
*/

.SmallButtonBlack,
a[role="button"].black-theme,
input[type="button"].black-theme,
button.black-theme {
	background-image: url(../T38_files/button-black-bgr.png);
}
/* No Scheme */
.SmallButtonWhite,
a[role="button"].white-theme,
input[type="button"].white-theme,
button.white-theme,
.no-theme button {
	background-image: url(../T38_files/button-white-bgr.png);
	border: solid 1px #b0b0b0;
	color: #333;
	padding: 0 11px;
}
.no-theme.thematic-break-layout hr {
	background: none;
}
.no-theme.simple-list-layout * {
	color: white;
}
.no-theme.simple-list-layout hr {
	background: none;
	margin: 2px 0;
}
/* Blue Scheme */
.SmallButtonBlue,
a[role="button"].blue-theme,
input[type="button"].blue-theme,
button.blue-theme,
.blue-theme button {
	background-image: url(../T38_files/button-blue-bgr.png);
}
.blue-theme a,
.blue-theme h1,
.blue-theme header h4,
.blue-theme header h5,
.blue-theme.captioned-form-layout label.filterWidgetLabel,
.blue-theme.horizontal-marquee-layout,
.blue-theme.small-add-layout,
.blue-theme.vertical-marquee-layout {
	color: #0c567c;
}
.blue-theme.captioned-form-layout h6,
.blue-theme.captioned-form-layout label,
.blue-theme.captioned-form-layout legend {
	color: #0c3c79;
}
.blue-theme.drop-downs-layout,
.blue-theme.drop-downs-layout li,
.blue-theme.inline-form-layout,
.blue-theme.thematic-break-layout hr {
	background: #001b42;
}
.blue-theme.fixed-slider-layout nav:hover,
.blue-theme.inline-menu-layout a:hover,
.blue-theme .ui-slider-range {
	background-position: center -50px;
}
.blue-theme.fixed-slider-layout button {
	background-position: 97% -1px, 0 -50px;
}
.blue-theme.fixed-slider-layout button:hover {
	background-position: 97% -26px, 0 -50px;
}
.blue-theme .ui-slider-handle,
.blue-theme .ui-slider-range {
	background-color: #205ea2;
}
/* Gray Scheme */
.SmallButtonGray,
a[role="button"].gray-theme,
input[type="button"].gray-theme,
button.gray-theme,
.gray-theme button {
	background-image: url(../T38_files/button-gray-bgr.png);
}
.gray-theme a,
.gray-theme h1,
.gray-theme header h4,
.gray-theme header h5,
.gray-theme.captioned-form-layout label.filterWidgetLabel,
.gray-theme.horizontal-marquee-layout,
.gray-theme.small-add-layout,
.gray-theme.vertical-marquee-layout {
	color: #5b5b5b;
}
.gray-theme.captioned-form-layout h6,
.gray-theme.captioned-form-layout label,
.gray-theme.captioned-form-layout legend {
	color: #4e4e4e;
}
.gray-theme.drop-downs-layout,
.gray-theme.drop-downs-layout li,
.gray-theme.inline-form-layout,
.gray-theme.thematic-break-layout hr {
	background: #1f2629;
}
.gray-theme.fixed-slider-layout nav:hover,
.gray-theme.inline-menu-layout a:hover,
.gray-theme .ui-slider-range {
	background-position: center -100px;
}
.gray-theme.fixed-slider-layout button {
	background-position: 97% -1px, 0 -100px;
}
.gray-theme.fixed-slider-layout button:hover {
	background-position: 97% -26px, 0 -100px;
}
.gray-theme .ui-slider-handle,
.gray-theme .ui-slider-range {
	background-color: #697485;
}
/* Green Scheme */
.SmallButtonGreen,
a[role="button"].green-theme,
input[type="button"].green-theme,
button.green-theme,
.green-theme button {
	background-image: url(../T38_files/button-green-bgr.png);
}
.green-theme a,
.green-theme h1,
.green-theme header h4,
.green-theme header h5,
.green-theme.captioned-form-layout label.filterWidgetLabel,
.green-theme.horizontal-marquee-layout,
.green-theme.small-add-layout,
.green-theme.vertical-marquee-layout {
	color: #51a601;
}
.green-theme.captioned-form-layout h6,
.green-theme.captioned-form-layout label,
.green-theme.captioned-form-layout legend {
	color: #2d8204;
}
.green-theme.drop-downs-layout,
.green-theme.drop-downs-layout li,
.green-theme.inline-form-layout,
.green-theme.thematic-break-layout hr {
	background: #224501;
}
.green-theme.fixed-slider-layout nav:hover,
.green-theme.inline-menu-layout a:hover,
.green-theme .ui-slider-range {
	background-position: center -150px;
}
.green-theme.fixed-slider-layout button {
	background-position: 97% -1px, 0 -150px;
}
.green-theme.fixed-slider-layout button:hover {
	background-position: 97% -26px, 0 -150px;
}
.green-theme .ui-slider-handle,
.green-theme .ui-slider-range {
	background-color: #779735;
}
/* Orange Scheme */
.SmallButtonOrange,
a[role="button"].orange-theme,
input[type="button"].orange-theme,
button.orange-theme,
.orange-theme button {
	background-image: url(../T38_files/button-orange-bgr.png);
}
.orange-theme a,
.orange-theme h1,
.orange-theme header h4,
.orange-theme header h5,
.orange-theme.captioned-form-layout label.filterWidgetLabel,
.orange-theme.horizontal-marquee-layout,
.orange-theme.small-add-layout,
.orange-theme.vertical-marquee-layout {
	color: #d56801;
}
.orange-theme.captioned-form-layout h6,
.orange-theme.captioned-form-layout label,
.orange-theme.captioned-form-layout legend {
	color: #c53e00;
}
.orange-theme.drop-downs-layout,
.orange-theme.drop-downs-layout li,
.orange-theme.inline-form-layout,
.orange-theme.thematic-break-layout hr {
	background: #502801;
}
.orange-theme.fixed-slider-layout nav:hover,
.orange-theme.inline-menu-layout a:hover,
.orange-theme .ui-slider-range {
	background-position: center -200px;
}
.orange-theme.fixed-slider-layout button {
	background-position: 97% -1px, 0 -200px;
}
.orange-theme.fixed-slider-layout button:hover {
	background-position: 97% -26px, 0 -200px;
}
.orange-theme .ui-slider-handle,
.orange-theme .ui-slider-range {
	background-color: #ff7733;
}
/* Red Scheme */
.SmallButtonRed,
a[role="button"].red-theme,
input[type="button"].red-theme,
button.red-theme,
.red-theme button {
	background-image: url(../T38_files/button-red-bgr.png);
}
.red-theme a,
.red-theme h1,
.red-theme header h4,
.red-theme header h5,
.red-theme.captioned-form-layout label.filterWidgetLabel,
.red-theme.horizontal-marquee-layout,
.red-theme.small-add-layout,
.red-theme.vertical-marquee-layout {
	color: #b60102;
}
.red-theme.captioned-form-layout h6,
.red-theme.captioned-form-layout label,
.red-theme.captioned-form-layout legend {
	color: #9c0000;
}
.red-theme.drop-downs-layout,
.red-theme.drop-downs-layout li,
.red-theme.inline-form-layout,
.red-theme.thematic-break-layout hr {
	background: #460001;
}
.red-theme.fixed-slider-layout nav:hover,
.red-theme.inline-menu-layout a:hover,
.red-theme .ui-slider-range {
	background-position: center -250px;
}
.red-theme.fixed-slider-layout button {
	background-position: 97% -1px, 0 -250px;
}
.red-theme.fixed-slider-layout button:hover {
	background-position: 97% -26px, 0 -250px;
}
.red-theme .ui-slider-handle,
.red-theme .ui-slider-range {
	background-color: #ab3434;
}

/*
=======================================================================
	Widget Layout Rules
=======================================================================
*/

/* Bulleted List Layout */
.bulleted-list-layout a {
	display: list-item;
	font-size: 12px;
	list-style: disc;
	margin-left: 20px;
}
.bulleted-list-layout hr {
	background: #d7dbe2;
	height: 1px;
	margin: 5px 0;
}
/* Bulleted Row Layout */
.bulleted-row-layout {
}
/* Captioned Form Layout */
.captioned-form-layout form {
	text-align: right;
}
.captioned-form-layout div,
.captioned-form-layout h6,
.captioned-form-layout fieldset,
.captioned-form-layout label {
	text-align: left;
}
.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 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,
.captioned-form-layout input + label,
.captioned-form-layout select + label,
.captioned-form-layout textarea + label {
	margin: 10px 0 0;
}
.captioned-form-layout label input {
	left: 5px;
	position: absolute;
	top: -2px;
}
.captioned-form-layout label {
	display: block;
	font-size: 13px;
}
.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(../T30_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 {
	background-image: url(../T38_files/button-white-bgr.png);
	border: solid 1px #b0b0b0;
	color: #333;
	float: left;
}
/* 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;
}
.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 {
	border: solid #d7dbe2;
	border-width: 1px 0;
	color: black;
	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;
}
.dated-rows-layout article {
	min-height: 14px;
	position: relative;
}
.dated-rows-layout var {
	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 {
	border: solid #d7dbe2;
	border-width: 1px 0;
	color: black;
	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-radius: 2px;
	height: 37px;
	position: relative;
	z-index: 5;
}
.drop-downs-layout section {
	color: black;
	float: left;
	height: 37px;
}
.drop-downs-layout div {
	background: url(../T38_files/drop-down-sep.png) no-repeat center 4px;
	float: left;
	height: 37px;
	width: 1px;
}
.drop-downs-layout span {
	cursor: default;
}
.drop-downs-layout a,
.drop-downs-layout span {
	color: #e7e5e5;
	display: block;
	font-size: 12px;
	padding: 11px 15px;
	text-decoration: none;
}
.drop-downs-layout a:hover {
	color: #d20606;
}
.drop-downs-layout ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
}
.drop-downs-layout li {
	max-width: 220px;
	min-width: 100px;
}
.drop-downs-layout li:last-child {
	border-radius: 0 0 2px 2px;
}
.drop-downs-layout hr {
	background: #364864;
	height: 1px;
}
.drop-downs-layout section:hover ul {
	display: block;
}
.drop-downs-layout section:hover a {
	color: #d20606;
}
.drop-downs-layout section:hover li a,
.drop-downs-layout section:hover li span {
	color: white;
}
.drop-downs-layout section:hover li a:hover {
	color: #d20606;
}
/* Fixed Slider Layout */
.fixed-slider-layout {
	width: 200px;
}
.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: 160px !important;
}
.fixed-slider-layout section {
	height: 241px;
	padding: 0 !important;
	background: none !important;
	position: relative;
	width: 200px;
}
.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: 178px;
	-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: 156px;
}
.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: 5px;
}
.fixed-slider-layout .carousel-lite {
	height: 219px !important;
	padding: 10px 0;
	width: 198px !important;
}
.fixed-slider-layout .carousel-lite li {
	margin: 0 10px 10px 10px !important;
	width: 156px !important;
}
.fixed-slider-layout li {
	background: white;
	border: solid 1px #ddd;
	border-radius: 5px;
	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;
	overflow: hidden;
}
.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 11px;
}
.fixed-slider-layout button {
	background: url(../T30_files/cart_icons.png) no-repeat,
					url(../T30_files/header_bgr.png);
	border: 0;
	font-size: 11px;
	height: 25px;
	overflow: hidden;
	padding: 0 5px 0 8px;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}
.fixed-slider-layout button:hover {
	color: black;
}
/* Horizontal Marquee Layout */
.horizontal-marquee-layout ul {
	display: block;
	height: 22px;
	margin: 10px 0;
	line-height: 22px;
	list-style: none;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.horizontal-marquee-layout li {
	font-size: 20px;
	left: 0;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: -999em;
	white-space: nowrap;
}
.horizontal-marquee-layout u {
	text-decoration: none;
}
.horizontal-marquee-layout a {
	color: black;
}
/* Inline Form Layout */
.inline-form-layout {
	border-radius: 2px;
	height: 20px;
	padding: 10px;
	position: relative;
}
.inline-form-layout form {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 101px 0 20px;
}
.inline-form-layout label {
	display: none;
}
.inline-form-layout input {
	border-radius: 2px;
	box-sizing: content-box;
	height: 18px;
	padding: 0 2%;
	width: 96%;
	-moz-box-sizing: content-box;
}
.inline-form-layout button {
	font: 11px Arial;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 0;
	width: 69px;
}
/* Inline Menu Layout */
.inline-menu-layout.widget-data nav {
	background: url(../T30_files/headerbar_bgr.png) repeat-x 0 0;
	border-style: solid;
	border-color: #e4e4e4 #e4e4e4 #cfcfcf;
	border-width: 0 1px 1px;
	border-radius: 0 0 9px 9px;
	float: right;
	height: 50px;
}
.inline-menu-layout.widget-data a {
	color: #002762;
	float: left;
	margin: 25px 22px 0 0;
	padding: 0 0 10px;
	white-space: nowrap;
}
.inline-menu-layout.feature-data a {
	float: left;
	margin: 0;
	padding: 0;
}
.inline-menu-layout.widget-data a:first-child {
	margin-left: 22px;
}
.inline-menu-layout a[href="#"] {
	background: white;
	position: absolute;
	top: 0;
}
.inline-menu-layout a:hover {
	background: url(../T30_files/headerbar_on.png) no-repeat;
}
.inline-menu-layout.widget-data a:hover {
	text-decoration: none;
}
.inline-menu-layout span {
	background: url(../T30_files/headerbar_sep.png);
	float: left;
	height: 50px;
	margin: 0 23px 0 0;
	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 -10px -10px;
	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: 160px;
}
.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="lightbox[items]"] {
	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="lightbox[items]"]:hover {
	box-shadow: -2px -2px 2px #ccc;
	margin: -12px -11px -11px -12px;
}
.items-grid-layout a[rel="lightbox[items]"] 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: 25px;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}
.items-grid-layout br + button:hover,
.items-grid-layout br + button:hover var {
	color: black;
}
.items-grid-layout button + button,
.items-grid-layout button + a[role="button"] {
	bottom: 10px;
	position: absolute;
	right: 10px;
}
.items-grid-layout button var {
	font-size: 13px;
	position: absolute;
	right: 12px;
	top: 5px;
}
.items-grid-layout br,
.items-grid-layout hr {
	display: none;
}
.items-grid-layout hr + button {
	background-image: url(../T38_files/button-white-bgr.png);
	border: solid 1px #b0b0b0;
	color: #333;
}
/* Items Rows Layout */
.items-rows-layout .content-data {
	padding: 10px;
}
.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: 0;
	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: 207px;
	width: 100%;
}
.options-grid-layout ol {
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 0;
}
.options-grid-layout ol a {
	color: white;
	padding: 1px 0;
}
.options-grid-layout h5 a {
	color: inherit;
}
.options-grid-layout a {
	color: black;
	display: block;
	padding: 0 0 0 5px;
}
.options-grid-layout hr {
	background: #d7dbe2;
	height: 1px;
	margin: 5px 0;
}
.options-grid-layout + img {
	float: left;
	height: 10px;
	width: 10px;
}
/* Page Controls Layout */
.page-controls-layout {
	background: #001b42;
	border-radius: 2px;
	font: bold 14px Verdana;
	height: 24px;
	padding: 4px 10px;
	overflow: hidden;
}
.page-controls-layout button {
	background: none;
	border: 0;
	color: white;
	float: left;
	font: bold 14px/17px Verdana;
	margin: 3px 6px 0 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: white;
	border-radius: 2px;
	float: left;
	color: black;
	font-size: 16px;
	line-height: 23px;
	margin: 0 6px 0 0;
	padding: 1px 7px 0 7px;
}
.page-controls-layout a {
	background: #999;
	border-radius: 2px;
	color: black;
	display: inline-block;
	margin: -1px -7px 0 -7px;
	padding: 1px 7px 0 7px;
	text-decoration: none;
}
.page-controls-layout a:hover {
	background: white;
}
.page-controls-layout p {
	color: white;
	float: right;
	line-height: 17px;
	margin: 3px 6px 0 0;
}
.page-controls-layout select {
	border: solid 2px;
	border-color: #696969 #e3e3e3 #e3e3e3 #696969;
	border-radius: 5px;
	float: right;
	font-size: 14px;
	height: 24px;
	width: 175px;
}
/* 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 {
	height: 1px;
	margin: 8px 0;
	opacity: 0.3;
	-moz-box-sizing: content-box;
}
/* 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%;
}
/* Footer Menu Rules */
.MenuTopicsItemsGridWidget[data-theme="none"] section {
	float: right;
}
.MenuTopicsItemsGridWidget[data-theme="none"] section a {
	float: left;
	padding: 17px 15px;
}
.MenuTopicsItemsGridWidget[data-theme="none"] hr {
	background-image: url(../T30_files/footer_separator.gif);
	background-repeat: no-repeat;
	width: 3px;
	height: 44px;
	float: left;
	margin: 5px 0;
}
/* 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: #d8d8d8 ;
	height: 1px;
	margin: 5px 0;
}
.ProductCategoriesHierarchyWidget span {
	background: url(../T30_files/bullets.png) 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: #d7dbe2;
	height: 1px;
	margin: 10px 0;
}
/* Shopping Cart Rules */
.ShoppingCartWidget section {
	font-weight: bold;
	float:right;
}
.ShoppingCartWidget a {
	float: right;
	margin: 11px 10px 11px 0;
}
.ShoppingCartWidget a + a {
	background: url(../T30_files/shopping_basket.png) no-repeat;
	float: left;
	color: black;
	padding: 11px 70px 11px 0;
	margin: 0 -25px 0 0;
}
.ShoppingCartWidget a:hover {
	text-decoration: none;
}
/* Shopping Cart Detail Rules */
.ShoppingCartDetailWidget section {
	padding-bottom: 0;
}
.ShoppingCartDetailWidget label {
	font-size: 12px;
}
.ShoppingCartDetailWidget var {
	font-size: 12px;
	float: right;
}
.ShoppingCartDetailWidget hr {
	background: #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;
}
