﻿/* style.css */

html {
	height: 100%;
}

body {
	font: 16px/1.2 TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	color: #333;
	/*background: url('../images/bg-body.jpg');*/
	background: #fff;
	min-height: 100%;
}

.clear { clear: both; }
.alignleft { float: left; margin: 0 20px 10px 0; }
.alignright { float: right; margin: 0 0 10px 20px; }
.center { text-align: center; }
.right {text-align: right; }
.left { text-align: left; }
.bold { font-weight: bold; }
.uppercase { text-transform: uppercase; }
.highlight { color: #f00; }
.nomargin { margin: 0 !important; }
.hidden { display: none; }
.inline { display: inline-block; }

input, select, textarea {
	margin: 0;
}

a {
	text-decoration: underline;
	color: #2f80c1;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 52px;
	color: #f00;
	line-height: 52px;
	letter-spacing: -3px;
}
h2 {
	font-size: 24px;
	color: #0a599a;
}
h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	color: #f00;
	text-align: center;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
	text-transform: none;
}
hr {
	border: 0;
	background: url('../images/hr.png') repeat-x center;
	height: 12px;
	margin: 10px 0;
}

::-webkit-input-placeholder {
	color: #acacac;
}
:-moz-placeholder {
	color: #acacac;
}
.placeholder {
	color: #acacac !important;
}

.jvectormap-label {
	border: solid 1px #C6C8C9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #F1F3F4;
	color: #2F80C1;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	z-index: 30;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '.';
	clear: both;
	height: 0;
}

/*----------------------*/
/*        .page         */
/*----------------------*/

.page {
	min-width: 980px;
	max-width: 1295px;
	position: relative;
	padding-top: 58px;
	height: 100%;
	z-index: 0;
}

.page-content {
	position: relative;
	margin: 0 275px 0 260px;
	padding-bottom: 70px;
	z-index: 10;
}
.page-content #nextLoader {
	position: absolute;
	left: 0;
	bottom: 20px;
	height: 31px;
	width: 100%;
	background: url('../images/loading.gif') no-repeat center;
}
.page-content #prevLoader {
	position: absolute;
	left: 50%;
	top: -50px;
	height: 31px;
	width: 31px;
	margin-left: -15px;
	background: url('../images/loading.gif');
}
.page-content.lastLoaded #nextLoader {
	display: none;
}
.page-content.firstLoaded #prevLoader {
	display: none;
}

/*----------------------*/
/*       .header        */
/*----------------------*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #535353;
	background: #fff;
	z-index: 50;
}

.header .logo {
	display: block;
	width: 354px;
	height: 59px;
	text-indent: -9999px;
	background: url('../images/logo-4.png');
	border-right: 1px solid #ebebeb;
	float: left;
}
.header #menu-main {
	list-style: none;
}
.header #menu-main li {
	float: left;
	border-right: 1px solid #ebebeb;
}
.header #menu-main a {
	display: block;
	float: left;
	height: 100%;
	line-height: 59px;
	padding: 0 20px;
	color: #2f80d0;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../images/header-bg.png') repeat-x 0 -59px;
}
.header #menu-main a:hover,
.header #menu-main li.current-menu-item a {
	background-position: 0 0;
}
.header #menu-main .menu-item-11074 a {
	color: #fff;
	
	background: rgb(231,54,55);
	background: -moz-linear-gradient(top, rgba(231,54,55,1) 0%, rgba(209,30,30,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,54,55,1)), color-stop(100%,rgba(209,30,30,1)));
	background: -webkit-linear-gradient(top, rgba(231,54,55,1) 0%,rgba(209,30,30,1) 100%);
	background: -o-linear-gradient(top, rgba(231,54,55,1) 0%,rgba(209,30,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(231,54,55,1) 0%,rgba(209,30,30,1) 100%);
	background: linear-gradient(top, rgba(231,54,55,1) 0%,rgba(209,30,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73637', endColorstr='#d11e1e',GradientType=0 );
}
.header #menu-main .menu-item-11074 a:hover,
.header #menu-main .menu-item-11074.current-menu-item a {
	background: rgb(222,68,69);
	background: -moz-linear-gradient(top, rgba(222,68,69,1) 0%, rgba(202,21,21,1) 50%, rgba(222,68,69,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,68,69,1)), color-stop(50%,rgba(202,21,21,1)), color-stop(100%,rgba(222,68,69,1)));
	background: -webkit-linear-gradient(top, rgba(222,68,69,1) 0%,rgba(202,21,21,1) 50%,rgba(222,68,69,1) 100%);
	background: -o-linear-gradient(top, rgba(222,68,69,1) 0%,rgba(202,21,21,1) 50%,rgba(222,68,69,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,68,69,1) 0%,rgba(202,21,21,1) 50%,rgba(222,68,69,1) 100%);
	background: linear-gradient(top, rgba(222,68,69,1) 0%,rgba(202,21,21,1) 50%,rgba(222,68,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4445', endColorstr='#de4445',GradientType=0 );
}


.header .social {
	line-height: 24px;
	border-bottom: 0;
	padding: 2px 0 0 10px;
	float: left;
}

/*----------------------*/
/*       .profile       */
/*----------------------*/

.profile {
	position: relative;
	padding: 15px 0 3px 20px;
	float: left;
	top: 1px;
	z-index: 20;
}
.profile.profile-mini {
	clear: both;
	width: 220px;
	padding-right: 20px;
	border-bottom: 1px solid #d1d1d1;
	-moz-box-shadow: 0 0 8px 0 #aaa;
	-webkit-box-shadow: 0 0 8px 0 #aaa;
	box-shadow: 0 0 8px 0 #aaa;
	background: #fff;
	padding-bottom: 15px;
}

.profile-box {
	float: left;
	position: relative;
	margin-bottom: 5px;
	margin-right: 10px;
}

.profile .item-button {
	color: #2f80c1;
	font-size: 16px;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	line-height: 28px;
	height: 26px;
	padding: 0 7px;
	display: inline-block;
	background: #f1f3f4;
	border: 1px solid #c6c8c9;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	z-index: 21;
	text-decoration: none;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.profile .item-button.active {
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-bottom: 0;
}
.profile .item-content {
	width: 1px;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	margin-top: -5px;
}
.profile .item-content .form {
	background: #f1f3f4;
	width: 200px;
	padding: 12px;
	border: 1px solid #c6c8c9;
	border-radius: 0 7px 7px 7px;
	-moz-border-radius: 0 7px 7px 7px;
	-webkit-border-radius: 0 7px 7px 7px;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: none;
	color: #939393;
	overflow-x: hidden;
}
.profile .item-content .row label {
	text-transform: none;
	margin-bottom: 3px;
	font-size: 15px;
}
.profile .item-content .row input[type="text"],
.profile .item-content .row input[type="password"] {
	width: 190px;
	padding-left: 4px;
	padding-right: 4px;
}
.profile .item-content .row input[type="submit"] {
	width: 100px;
}
.profile .item-content .row input[type="submit"].small {
	font-size: 14px;
	width: 80px;
}
.profile .item-content .row-hint {
	padding-top: 15px;
	text-align: right;
}
.profile .item-content .row-hint a:first-child {
	float: left;
}
.profile .item-content a {
	color: #939393;
}
.profile .loading .row-buttons {
	background: url('../images/loading-3.gif') no-repeat 110px 17px;
}
.profile-signin .loading .row-buttons {
	background-position: 90px 14px;
}

.profile #form-request-password input[type="submit"],
.profile-info .item-content .row input[type="submit"] {
	width: 140px;
}
.profile #form-request-password.loading .row-buttons,
.profile-info .loading .row-buttons {
	background-position: 150px 17px;
}

.profile #form-information a {
	color: #2d6ea2;
}
.profile #form-information .row {
	padding-top: 5px;
	word-wrap: break-word;
}
.profile #form-information .row:first-child {
	padding-top: 0;
}
.profile #form-information .row-hint {
	padding-top: 20px;
}

/*----------------------*/
/*        sides         */
/*----------------------*/

.sides {
	position: fixed;
	width: 100%;
	min-width: 980px;
	max-width: 1295px;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}

.side {
	width: 260px;
	position: relative;
	top: 60px;
	height: 100%;
	overflow: hidden;
}
.side-left {
	float: left;
	background: #fff;
	-webkit-box-shadow: #aaa 0px 0px 8px;
	-moz-box-shadow: #aaa 0px 0px 8px;
	box-shadow: #aaa 0px 0px 8px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 15;
	position: fixed;
	left: 0;
}
.side-right {
	float: right;
	width: 284px;
}
.side-right h4 a {
	display: block;
	margin: 20px 0;
	font-size: 20px;
	color: #f00
}
.side-spacer-top {
	height: 0;
}
.side-spacer-bot {
	height: 200px;
}

.side-blog ul {
	list-style: none;
	padding: 20px 10px 0 40px;
}
.side-blog li {
	margin-top: 15px;
}
.side-blog li:first-child {
	margin-top: 0;
}
.side-blog li img {
	max-width: 244px;
}
.side-blog h2 {
	font-size: 18px;
	color: #f00;
	margin-bottom: 4px;
}
.side-blog ul ul {
	padding-left: 15px;
	padding-top: 0;
	list-style: disc inside;
	color: #2F80C1;
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.side-blog ul ul li {
	margin-top: 2px !important;
}
.side-blog a {
	text-decoration: none;
}
.side-blog a:hover {
	text-decoration: underline;
}

.side-blog .form {
	margin-bottom: 15px;
}
.side-blog .form .row {
	clear: none;
	float: left;
	width: 150px;
	padding-top: 0;
}
.side-blog .form .row-buttons {
	width: 60px;
	margin-left: 10px;
}

.side-map .questions {
	height: auto;
	overflow: visible;
	padding-left: 0;
}
.side-map .questions-inner {
	position: static;
	max-height: none;
	overflow: visible;
}
.side-map .questions-inner-scroll {
	max-height: none !important;
	overflow: visible;
}
.side-map .error-signin {
	display: none !important;
}

/*----------------------*/
/*       .content       */
/*----------------------*/

.content-box {
	position: relative;
	margin-bottom: 15px;
	margin-right: 5px;
	padding: 21px 0 23px;
}
.content-box-top {
	position: absolute;
	left: 0;
	top: 0;
	height: 21px;
	width: 100%;
	background: url('../images/bg-content-box-top-1.png') no-repeat right;
}
.content-box-top div {
	margin-right: 25px;
	height: 21px;
	background: url('../images/bg-content-box-top-2.png');
}
.content-box-top span {
	height: 10px;
	position: relative;
	top: 11px;
	display: block;
	background: url('../images/bg-content-box-top-3.png') repeat-y left;
}
.content-box-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 23px;
	width: 100%;
	background: url('../images/bg-content-box-bottom-1.png') no-repeat right;
}
.content-box-bottom div {
	margin-right: 25px;
	height: 23px;
	background: url('../images/bg-content-box-bottom-2.png');
}
.content-box-bottom span {
	height: 10px;
	display: block;
	background: url('../images/bg-content-box-top-3.png') repeat-y left;
}
.content-box-mid-wrap {
	background: url('../images/bg-content-box-mid.png') repeat-y right;
}
.content-box-mid {
	background: #fff url('../images/bg-content-box.png') repeat-y left top;
	margin-right: 25px;
	padding: 30px 30px 30px 55px;
}
.content {
	max-width: 500px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}
.content {
	font-size: 0.9em;
}
	.content h1 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 15px;
		color: #0A599A;
	}

.content-box .logo {
	max-width: 534px;
	max-height: 143px;
	margin: 45px auto 65px;
}
.content-box .logo img {
	display: block;
	width: 100%;
}
.content-box .logo-small {
	width: 181px;
	height: 86px;
	display: block;
	background: url('../images/logo-2.png');
	margin-right: 25px;
	margin-bottom: 15px;
	float: left;
}

.home-lines {
	border-top: 20px solid #327eb2;
	border-bottom: 20px solid #ba2025;

	position: absolute;
	top: 11px;
	left: 25px;
	right: 30px;
	z-index: 500;
}



	.content-box .home-heading {
		padding: 40px 0 0 53px;
	}

		.content-box .author-line {
			font-size: 22px;
			line-height: 22px;
			color: #414042;
			text-align: center;
			font-family: 'TradeGothicLTStdBdCnNo20', sans-serif;
			text-transform: uppercase;
			margin: 0 52px 0 0;
			padding: 19px 0 0 0;

			float: right;
		}

		.content-box .year-line {
			font-size: 43px;
			line-height: 43px;
			color: #ba2025;
			font-family: 'TradeGothicLTStdBdCnNo20', sans-serif;
			text-transform: uppercase;
			margin-left: 3px;
		}

		.content-box .home-heading h1 {
			font-size: 81px;
			line-height: 68px;
			color: #327eb3;
			font-family: 'TradeGothicLTStdBdCnNo20', sans-serif;
			text-transform: uppercase;
			
		}

		.content-box .home-heading h2 {
			font-size: 22px;
			line-height: 22px;
			color: #414042;
			text-align: center;
			font-family: 'TradeGothicLTStdBdCnNo20', sans-serif;
			text-transform: uppercase;
			margin: 25px 52px 25px 0;
		}

	.content-box .home-center {
		margin-top: 25px;
		white-space: normal;
		word-wrap: normal;
		margin: 0 -30px;
	}
	.content-box .home-center span {
		font-family: 'TradeGothicLTStdBdCnNo20', sans-serif;
		font-size: 23px;
		margin-bottom: 5px;
		display: block;
	}

	.content-box .guns-img {
		text-align: center;
		margin: 00px 52px 0 0;
	}

.content-head {
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	z-index: 10;
}
.content-head h1 {
	position: relative;
	top: -8px;
	margin-bottom: 5px;
}
.content-head h1 div {
	font-size: 37px;
	color: #cbcbcb;
	line-height: 37px;
	letter-spacing: -2px;
}
.content-head-image {
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
	float: left;
	margin-right: 25px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #aaa 0px 0px 8px;
	-moz-box-shadow: #aaa 0px 0px 8px;
	box-shadow: #aaa 0px 0px 8px;
}
.content-head-image img {
	display: block;
	position: absolute;
	width: 45px;
	left: -15px;
	top: -15px;
}
.content-head-image img:first-child {
	position: static;
	width: 107px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #e6e6e6;
}
.content-head .alignleft {
	margin-top: 15px;
}

.content .map {
	margin-bottom: 60px;
}
.content .btn-arrow {
	position: absolute;
	top: 50%;
	margin-top: -16px;
}
.content .btn-arrow-left {
	left: -58px;
}
.content .btn-arrow-right {
	right: -58px;
}

.content p {
	margin-bottom: 20px;

	white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, начиная с 1999 года */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.content p.center {
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
	font-size: 17px;
}

.content ul,
.content ol {
	margin: 0 0 1.625em 2.5em;
}
.content ul {
	list-style: disc inside;
	overflow: hidden;
}

	.content ul li {
		margin: 0 0 0.5em 0;
	}

		.content li ul {

		}

			.content li li {
				margin: 0.5em 0 0 0;
			}

.content ul.square {
	list-style: square outside;
	overflow: visible;
	margin: 0 0 0 1em;
}

	.content ul.square li {
		margin: 0 0 1em 0;
	}

		.content ul.square li ul {

		}

			.content ul.square li li {
				margin: 0.5em 0 0 0;
			}

.content ol {
	list-style-type: decimal;
}
.content ol ol {
	list-style: upper-alpha;
}
.content ol ol ol {
	list-style: lower-roman;
}
.content ol ol ol ol {
	list-style: lower-alpha;
}
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
	margin-bottom: 0;
}
.content dl {
	margin: 0 1.625em;
}
.content dt {
	font-weight: bold;
}
.content dd {
	margin-bottom: 1.625em;
}
.content strong {
	font-weight: bold;
}
.content cite,
.content em,
.content i {
	font-style: italic;
}
.content blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
.content blockquote em,
.content blockquote i,
.content blockquote cite {
	font-style: normal;
}
.content blockquote cite {
	color: #666;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.content pre {
	background: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
.content code,
.content kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.content abbr,
.content acronym,
.content dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.content address {
	display: block;
	margin: 0 0 1.625em;
}
.content ins {
	background: #fff9c0;
	text-decoration: none;
}
.content sup,
.content sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.content sup {
	bottom: 1ex;
}
.content sub {
	top: .5ex;
}

.content .section iframe {
	width: 100% !important;
	height: 300px !important;
}

.content .table-bordered {
	border-collapse: collapse;
	font-size: .9em
}
.content .table-bordered td {
	padding: 4px 10px 4px 0;
	border-top: 1px solid #ccc;
	vertical-align: top;
}
.content .table-bordered tr:first-child td {
	border-top: 0;
	font-size: 1.2em;
}
.content .table-bordered td:first-child {
	font-size: 1.1em;
	font-weight: bold;
}
.content .table-bordered td.normal {
	font-weight: normal;
	font-size: .9em;
}

/*----------------------*/
/*        .map          */
/*----------------------*/

.map {
	height: 300px;
	position: relative;
}
.map .jvectormap-zoomin,
.map .jvectormap-zoomout {
	display: none;
}
.map path {
	cursor: pointer;
}
.map-text {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	top: 120px;
	text-shadow: 1px 1px 3px #333;
	z-index: 15;
}
.map:hover .map-text {
	display: none;
}

.map-page .side-right {
	top: 60px;
	overflow-y: auto;
}
.map-page .map-page-title {
	text-align: center;
	margin-bottom: 40px;
	color: #2f80c1;
	font-size: 28px;
	text-transform: uppercase;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}
.map-page .map-page-container {
	position: relative;
	margin-bottom: 5px;
}
.map-page .map-page-container .map {
	margin-bottom: 0;
}

.map-page .map-page-legend {
	text-align: center;
	margin: 0 -60px;
	display: none;
}
.map-page .map-page-legend ul {
	display: inline-block;
	list-style: none;
	margin: 0;
}
.map-page .map-page-legend li {
	width: 180px;
	margin: 0 10px;
	height: 50px;
	position: relative;
	display: inline-block;
}
.map-page .map-page-legend li div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 7px solid #fff;
	padding-bottom: 3px;
	font-size: 14px;
	color: #2f80c1;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.map-page-switches {
	margin: 0 -15px 34px;
	text-align: center;
}
.map-page-switch {
	border: 1px solid #c7c8ca;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 5px;
}
.map-page-switch:first-child {
}
.map-page-switch div {
	color: #2f80c1;
	font-size: 13px;
	line-height: 32px;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 0 10px;
	float: left;
	border-left: 1px solid #c7c8ca;
	cursor: pointer;
}
.map-page-switch div:first-child {
	border-left: 0;
}
.map-page-switch div.active {
	color: #fff;
	background: #2b79bd;
}
.map-page-small .map-page-switch {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.map-page-share {
	position: absolute;
	right: 0;
	bottom: 25px;
	text-align: right;
}
.map-page-small .map-page-share {
	bottom: auto;
	top: -1px;
	right: -25px;
}
.map-page-share a {
	margin-top: 4px;
}

#map-territories {
	position: absolute;
	right: -25px;
	top: 120px;
}
#map-territories ul {
	list-style: none;
	margin: 0;
}
#map-territories li {
	border: 1px solid #c7c8ca;
	border-top: 0;
	width: 50px;
	text-align: center;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 25px;
	margin: 0;
	cursor: pointer;
	background: #2f80c1;
}
#map-territories li:first-child {
	border-top: 1px solid #c7c8ca;
}

#map-info {
	margin-top: 60px;
}
#map-info .section:hover {
	padding: 4px 10px;
	border: 0;
}

#map-details {
	margin: 20px 0 0;
	font-size: 12px;
}
#map-details h6 {
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #2F80C1;
	font-size: 15px;
	letter-spacing: -1px;
}
#map-details p {
	margin-bottom: 5px;
}

/*----------------------*/
/*        .form         */
/*----------------------*/

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form textarea {
	width: 94%;
	padding: 5px 5px 6px;
	border: 1px solid #b5b5b5;
	background: #fff;
	color: #333;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form input[type="text"].big,
.form input[type="password"].big,
.form input[type="email"].big {
	padding: 7px 5px 8px;
}
.form input[type="text"].small,
.form input[type="password"].small,
.form input[type="email"].small {
	padding: 4px 5px;
	font-size: 12px;
	line-height: 12px;
}
.form textarea {
	resize: none;
}

.form input[type="button"],
.form input[type="submit"],
.form a.button {
	background: url('../images/bg-button.png') 0 0;
	text-decoration: none;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #005297;
	cursor: pointer;
	text-shadow: 1px 1px 2px #333;
	text-align: center;
}
.form a.button {
	line-height: 28px;
	height: 28px;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
}
.form input[type="button"].big,
.form input[type="submit"].big {
	height: 34px;
	font-size: 22px;
}
.form a.button.big {
	height: 32px;
	line-height: 32px;
	font-size: 22px;
}
.form input[type="button"].xxl,
.form input[type="submit"].xxl,
.form a.button.xxl {
	background: url('../images/bg-button-2.png') 0 0;
	height: 46px;
	font-size: 18px;
}
.form a.button.xxl {
	height: 44px;
	line-height: 44px;
}
.form input[type="button"].xxl:hover,
.form input[type="submit"].xxl:hover,
.form a.button.xxl:hover {
	background-position: 0 -44px;
}

.form input[type="button"].small,
.form input[type="submit"].small {
	height: 24px;
	font-size: 11px;
}
.form a.button.small {
	height: 22px;
	line-height: 22px;
	font-size: 11px;
}
.form input[type="button"]:hover,
.form input[type="submit"]:hover,
.form a.button:hover,
.form .active a.button {
	background-position: 0 -32px;
}
.form input[type="button"]:active,
.form input[type="submit"]:active,
.form a.button:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.form select,
.form .customStyleSelectBox {
	width: 94%;
	padding: 8px 5px 9px;
	border: 1px solid #b5b5b5;
	background: #fff;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #0a599a;
	position: relative;
	z-index: 1;
}
.form .customStyleSelectBoxInner {
	color: #f00;
	background: url('../images/btn-arrow.png') no-repeat 90% center;
}
.form select {
	width: 100%;
	padding: 3px 5px 3px;
	height: auto !important;
	z-index: 2;
}

.form .row {
	padding-top: 10px;
	clear: both;
}
.form .row:first-child {
	padding-top: 0;
}
.form .row label {
	display: block;
	text-transform: uppercase;
}
.form .row-boxlist {
	padding: 9px 5px;
	margin-top: 10px;
	border: 1px solid #b5b5b5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}
.form .row-boxlist .row-boxlist-inner {
	height: 110px;
	overflow-y: auto;
}
.form .errorMessage {
	background: url('../images/error.png') no-repeat left;
	color: #f00;
	text-transform: uppercase;
	padding-left: 20px;
	margin-top: 3px;
}

.form .maxlength-status {
	position: absolute;
	right: 1px;
	bottom: 1px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('../images/bg-white.png');
	color: #2C79B7;
	font-size: 10px;
}
.form .maxlength-status.maxlength-warning {
	color: #f00;
}

.form-validation-error {
	margin-bottom: 15px;
	color: #f00;
}

/*----------------------*/
/*       .social        */
/*----------------------*/

.social {
	color: #f00;
	line-height: 23px;
	padding: 17px 20px 15px 15px;
	border-bottom: 1px solid #d1d1d1;
}
.social h5 {
	float: left;
}
.social ul {
	float: right;
	list-style: none;
}
.social li {
	float: left;
	margin-left: 8px;
}
.social li:first-child {
	margin: 0;
}

.social .social-facebook,
.social .social-twitter {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url('../images/social-facebook.png');
}
.social .social-twitter {
	background: url('../images/social-twitter.png');
}

/*----------------------*/
/*      .subscribe      */
/*----------------------*/

.subscribe {
	padding: 10px 0;
	border-top: 1px solid #d1d1d1;
	text-align: center;
}
.subscribe h5 {
	font-size: 13px;
	margin-bottom: 10px;
}
.subscribe .form {
	width: 190px;
	margin: 0 auto;
	color: #085799;
}
.subscribe .form h5 {
	font-size: 14px;
	margin: 0;
}

/*----------------------*/
/*     .findbystate     */
/*----------------------*/

.findbystate {
	border-bottom: 1px solid #d1d1d1;
	padding: 15px 10px 30px;
}
.findbystate h4 {
	font-size: 22px;
	margin-bottom: 20px;
}
.findbystate .map {
	height: 155px;
}

/*----------------------*/
/*        .menu         */
/*----------------------*/

.menu {
	font-size: 16px;
	line-height: 16px;
	position: relative;
	z-index: 3;
}
.menu.active {
	z-index: 5;
}
.menu.current .item-header {
	background-color: #2f80c1;
	color: #fff;
}
.menu div.item-header {
	color: #f00;
	padding: 8px 1px 9px 3%;
	width: 97%;
	position: relative;
	border: 1px solid #b5b5b5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff url('../images/btn-arrow.png') no-repeat 95% center;
	z-index: 5;
	left: -1px;
	top: -1px;
	cursor: pointer;
}

.menu .item-header.item-single {
	background: none;
	padding: 0;
	width: 100%;
}
.menu .item-header.item-single a {
	color: #f00;
	text-decoration: none;
	display: block;
	padding: 8px 1px 9px 3%;
}

.menu ul {
	list-style: none;
	position: static;
	left: -1px;
	top: 100%;
	margin-left: -1px;
	margin-top: -5px;
	padding-top: 5px;
	border: 1px solid #b5b5b5;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 0;
	width: 100%;
	background: #fff;
	z-index: 4;
	max-height: 132px;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	font-size: 14px;
	outline: none;
}
.menu ul li {
	border-top: 1px solid #b5b5b5;
	display: block;
}
.menu ul li:first-child {
	border: none;
}
.menu ul a {
	text-decoration: none;
	display: block;
	padding: 8px 3% 9px;
}
.menu ul a:hover {
	color: #f00;
}
.menu ul a.current {
	background-color: #2f80c1;
	color: #fff;
}

/*----------------------*/
/*    .tablecontents    */
/*----------------------*/

.tablecontents {
	padding-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}
.tablecontents h2 {
	text-align: center;
	line-height: 41px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
}
.tablecontents .row {
	padding: 5px 13px 0;
}

/*----------------------*/
/*      .aboutinfo      */
/*----------------------*/

.aboutinfo {
	padding: 20px 10px 20px 20px;
	font-size: 14px;
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
	color: #000;
}
.aboutinfo .form {
	width: 95px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.aboutinfo img {
	display: block;
	width: 95px !important;
	height: auto !important;
}

/*----------------------*/
/*      .questions      */
/*----------------------*/

.questions {
	height: 100%;
	padding-left: 9px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.questions-inner {
	position: absolute;
	width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.questions-inner-head {
	padding-bottom: 10px;
}
.questions-inner-head hr {
	margin-bottom: 0;
}
.questions-inner-scroll {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 510px;
	position: relative;
}

.questions h2 {
	padding-top: 17px;
	font-size: 28px;
	line-height: 28px;
	color: #f00;
	text-align: center;
}
.questions h4 {
	padding-top: 17px;
}
.questions h4.questions-btn {
	padding-top: 0;
}
.questions h3 {
	color: #2d6ea2;
	border-bottom: 1px solid #E6E5E5;
	padding-bottom: 10px;
}

.questions-sponsored {
	margin-bottom: 15px;
}
.questions-sponsored h4 {
	color: #2d6ea2;
	margin-bottom: 10px;
	padding-top: 0;
}
.questions-sponsored img {
	display: block;
	margin: 0 auto;
}

.questions .form {
	color: #fff;
	font-size: 14px;
}
.questions-newquestion {
	padding: 18px;
	background: #2c79b7;
	margin-left: -9px;
}
.questions-newquestion textarea {
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;
	width: 247px;
}
.questions-newquestion .row {
	position: relative;
}
.questions-newquestion .hidden {
	padding-top: 10px;
}
.questions-newquestion-reference {
	padding-left: 30px;
	position: relative;
}
.questions-newquestion-reference a {
	color: #fff;
	text-decoration: none;
}
.questions-newquestion-reference a.active {
	text-decoration: underline;
}
.questions-newquestion-reference a.active:hover {
	text-decoration: none;
}
.questions-newquestion-reference .btn-expand {
	position: absolute;
	left: 0;
	top: 0;
}
.questions-newquestion .row-buttons {
	padding-top: 25px;
	padding-left: 133px;
}
.questions-newquestion.loading .row-buttons {
	background: url('../images/loading-2.gif') no-repeat 110px 29px;
}
.questions-newquestion .maxlength-status {
	display: none;
}
.questions-newquestion.expanded .maxlength-status {
	display: block;
}

.questions-share {
	margin-left: -10px;
	margin-bottom: -10px;
	padding-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.questions-share input {
	position: relative;
	top: 2px;
}

.questions .item {
	clear: both;
	padding-top: 20px;
}
.questions .item-info {
	width: 73px;
	float: left;
	text-align: center;
}
.questions .item-image {
	padding: 4px;
	margin: 0 auto 5px;
	background: #fff;
	width: 26px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: #777 0 0 5px;
	-moz-box-shadow: #777 0 0 5px;
	-webkit-box-shadow: #777 0 0 5px;
}
.questions .item-image img {
	display: block;
	width: 26px;
	height: 26px;
}
.questions .item-name {
	font-size: 12px;
	color: #0f5d9e;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	padding: 0 5px;
	word-wrap: break-word;
}
.questions .item-name .highlight {
	color: #f00;
	text-transform: uppercase;
}

.questions .item-details {
	width: 170px;
	padding-right: 10px;
	float: right;
	color: #2f80c1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	word-wrap: break-word;
}
.questions .item-details h6 {
	color: #6f6f6f;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
}

.questions .item-question {
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	word-wrap: break-word;
}
.questions .item-question div {
	text-transform: none;
	color: #2f80c1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.questions .item-details .item-pending {
	color: #f00;
	font-size: 11px;
	margin-bottom: 3px;
}

.questions .item-edit {
	margin-top: 5px;
}

.questions .item-answerbutton {
	margin-right: -10px;
}
.questions .item-answerbutton div {
	width: 118px;
	float: right;
	text-align: center;
	padding-bottom: 5px;
}
.questions .item-answerbutton span {
	display: block;
	width: 51px;
	height: 24px;
	float: left;
	overflow: hidden;
	position: relative;
}
.questions .form.expanded .item-answerbutton div {
	background: #2c79b7;
}
.questions .form.expanded .item-answerbutton .btn-answer {
	color: #fff;
	background-position: 0 -21px;
}
.questions .item-answerform {
	padding: 18px;
	background: #2c79b7;
	margin-left: -9px;
	clear: both;
	display: none;
}
.questions .item-answerform textarea {
	height: 120px;
	padding-left: 4px;
	padding-right: 4px;
	width: 247px;
}
.questions .item-answerform .row {
	position: relative;
}
.questions .item-answerform .row-buttons {
	padding-left: 133px;
}
.questions .item-answerform.loading .row-buttons {
	background: url('../images/loading-2.gif') no-repeat 110px 14px;
}

.questions .item-editform {
	padding: 5px;
	background: #2c79b7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	display: none;
}
.questions .item-editform textarea {
	height: 80px;
	padding-left: 4px;
	padding-right: 4px;
	width: 150px;
}
.questions .item-editform .row-buttons {
	padding-left: 73px;
	padding-top: 2px;
}
.questions .item-editform.loading .row-buttons {
	background: url('../images/loading-2.gif') no-repeat 50px 6px;
}

.questions .item-bestanswer {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e5e5;
	padding-left: 15px;
}

.questions-btn {
	clear: both;
	cursor: pointer;
	height: 21px;
	line-height: 21px;
	padding-left: 80px;
	margin: 14px 0 0;
	color: #2f80c1;
	font-size: 12px;
	text-align: left;
	background: url('../images/btn-expand.png') no-repeat 22px 0;
}

.questions ul {
	list-style: none;
}
.questions ul li {
	padding-bottom: 26px;
	background: url('../images/hr.png') repeat-x bottom;
}
.questions ul ul li {
	border-top: 1px solid #e6e5e5;
	padding: 18px 0 4px 15px;
	margin-top: 14px;
	background: none;
}
.questions ul ul li:first-child {
	margin-top: 0;
}
.questions ul ul {
	display: none;
	margin-top: 14px;
}

.questions .active .questions-btn {
	background-position: 22px -21px;
}

.questions #stateactivity h3 {
	padding-top: 10px;
}

.questions .error-signin {
	display: none;
	font-size: 12px;
	padding-bottom: 10px;
}
.questions p.error-signin {
	color: #f00;
}

/*----------------------*/
/*       .section       */
/*----------------------*/

.section {
	position: relative;
	padding: 4px 10px;
}
.section .btn-expand {
	position: absolute;
	left: -26px;
	top: 0;
	display: none;
}
.section.hover {
	background: #97bfe0;
	color: #091a27;
	cursor: pointer;
}
.section.hover .btn-expand {
	display: block;
}

.section-share {
	padding-bottom: 10px;
}
.section-share-buttons {
	text-align: center;
	display: none;
}
.section-share .btn-share {
	margin-right: 10px;
}
.section:hover {
	padding: 4px 9px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
.section.hover:hover {
	padding: 4px 10px;
	border: 0;
}

.section-share-box {
	padding: 15px;
	border: 1px solid #dfdfdf;
	width: 175px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px #dfdfdf;
	-moz-box-shadow: 0 1px 3px #dfdfdf;
	-webkit-box-shadow: 0 1px 3px #dfdfdf;
	background: #fff;
	margin: 2px auto 0;
	display: none;
}
.section-share-box .row label {
	color: #919191;
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
}
.section-share-box .row input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	width: 165px;
	padding-left: 4px;
	padding-right: 4px;
}
.section-share-box .row .button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.section-share-box ul {
	list-style: none;
	margin: 0;
}
.section-share-box li {
	float: left;
	height: 22px;
	margin-left: 5px;
	padding-top: 2px;
}
.section-share-box li:first-child {
	margin-left: 0;
	height: 24px;
	padding: 0;
}
.section-share-facebook-like {
	width: 49px;
	overflow: hidden;
}
.section-share-facebook-send {
	width: 57px;
}

/*----------------------*/
/*       .chapter       */
/*----------------------*/

.chapter-share {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	letter-spacing: 0;
	vertical-align: bottom;
	padding-bottom: 0;
	font-size: 16px;
	z-index: 50;
}
.chapter-state .chapter-share {
	margin-bottom: 10px;
	margin-top: -8px;
	float: right;
}
.chapter-share .section-share-buttons {
	display: inline;
}
.chapter-share .btn-share {
	margin-right: 0;
}
.chapter-share .section-share-box {
	position: absolute;
	left: 0;
	top: 100%;
}

/*----------------------*/
/*        .post         */
/*----------------------*/

.post {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.post:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.post-nav {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.post-nav a {
	float: right;
	text-decoration: none;
}
.post-nav a:first-child {
	float: left;
}
.post-nav a:hover {
	text-decoration: underline;
}

.post h2 {
	margin-bottom: 5px;
}
.post h2 a {
	color: #0A599A;
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}

.post-meta,
.post-util {
	font-size: 13px;
	margin-bottom: 15px;
	color: #555;
}
.post-util {
	margin-bottom: 0;
}
.post-share {
	margin-top: 10px;
}

/*----------------------*/
/*      .comments       */
/*----------------------*/

.comments {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

.comments ol {
	list-style: none;
}
.comments ol img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.comments ol li {
	margin-top: 10px;
}
.comments ol li:first-child {
	margin-top: 0;
}
.comments-meta {
	font-size: 13px;
	color: #555;
}
.comments-approve {
	font-size: 13px;
	color: #f00;
}

.comments .row-buttons input {
	float: right;
	width: 200px;
}

/*----------------------*/
/*        .index        */
/*----------------------*/

.index .page-content {
	margin-right: 0;
}
.index .content {
	max-width: 760px;
}

/*----------------------*/
/*        .blog         */
/*----------------------*/

.blog .side-right {
	top: 60px;
	overflow-y: hidden;
}

/*----------------------*/
/*       .products      */
/*----------------------*/

.products {
	width: 752px;
}
.products h1 {
	color: #343434;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 30px;
}
.products-stripe {
	letter-spacing: 0;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	text-align: center;
}
.products-stripe span {
	border-bottom: 3px solid #2f80c1;
	display: inline-block;
}
.products-stripe span span {
	border-color: #f00;
}
.products-book {
	width: 752px;
	height: 532px;
	position: relative;
	background: url('../images/products-book.jpg');
	border-bottom: 1px solid #535353;
}
.products-book-buy {
	position: absolute;
	top: 160px;
	left: 360px;
}
.products-book-buy h1 {
	color: #2c2c2c;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 17px;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}
.products-book-buy h1 span {
	text-transform: none;
	font-size: 16px;
	color: #7c7c7c;
	display: block;
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}
.products-book-buy .btn-buy {
	float: left;
	position: relative;
	top: 5px;
	width: 146px;
	padding-left: 38px;
}
.products-book-buy div span {
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	margin-left: 18px;
	padding-left: 15px;
	border-left: 2px solid #b2b2b2;
}
.products-book-buy div span a {
	color: #7c7c7c;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.products-book-buy div span a:hover {
	text-decoration: underline;
}

.products-book-platforms {
	position: absolute;
	bottom: 150px;
	left: 360px;
	color: #7c7c7c;
	font-size: 14px;
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
}
.products-book-platforms a {
	font-weight: bold;
	text-decoration: none;
	color: #7c7c7c;
}
.products-book-platforms a:hover {
	text-decoration: underline;
}
.products-book-platforms ul {
	list-style: none;
	padding-top: 10px;
}
.products-book-platforms li {
	float: left;
	margin-left: 12px;
}
.products-book-platforms li:first-child {
	margin-left: 0;
}
.products-book-platforms li a {
	display: block;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-left: 25px;
}

.products-book-overview {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #888;
	font-size: 15px;
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
	padding-right: 30px;
}
.products-book-overview a {
	color: #606061;
	text-decoration: none;
}
.products-book-overview a:hover {
	text-decoration: underline;
}

.products-select {
	margin: 15px 0 7px;
}
.products-select ul {
	list-style: none;
}
.products-select li {
	width: 216px;
	margin: 0 17px 18px;
	position: relative;
	float: left;
}
.products-select li a {
	display: block;
	height: 212px;
	padding: 20px 10px 10px;
	text-align: center;
	font-size: 26px;
	color: #565656;
	text-decoration: none;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	line-height: 36px;
	border: 1px solid #949494;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
}
.products-select li a:hover,
.products-select li a.active {
	border-color: #63a0d1;
	background: rgb(205,230,251);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(205,230,251,1) 100%);/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(205,230,251,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(205,230,251,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(205,230,251,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(205,230,251,1) 100%);
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(205,230,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cde6fb',GradientType=0 );
}
.products-select li img {
	max-width: 196px;
	max-height: 102px;
	display: block;
	margin: 0 auto;
}
.products-select li div {
	position: absolute;
	top: 135px;
	left: 0;
	width: 100%;
}
.products-select li span {
	margin: 15px 0 10px;
	border-bottom: 2px solid #2f80c1;
	font-size: 20px;
	text-transform: uppercase;
	color: #343434;
}
.products-select p {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 10px;
	color: #7c7c7c;
}
.products-select p em {
	font-style: normal;
	color: #f00;
	display: block;
}

.products-content {
	border: 1px solid #9b9b9b;
	padding: 40px;
	margin: 0 17px 20px;
}
.products-content h1 {
	text-align: center;
	margin-bottom: 0;
	color: #2c2c2c;
	font-size: 36px;
	letter-spacing: 1px;
}
.products-content h3 {
	margin-bottom: 35px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	color: #7c7c7c;
}

.products-checkout {
	padding-top: 50px;
}

.products-checkout-content {
	margin: 0 17px 20px;
	color: #7e7e7e;
}
.products-checkout-selected {
	margin-bottom: 25px;
	padding-right: 35px;
	background: url('../images/ok.png') no-repeat right;
	line-height: 26px;
	float: left;
}
.products-checkout-content p {
	margin-bottom: 15px;
}
.products-checkout-content h4 {
	text-align: left;
}
.products-checkout-content .form label {
	margin-bottom: 5px;
}
.products .form .asterix {
	color: #f00;
}
.products-checkout-content .form .row {
	position: relative;
}
.products-checkout-content .form input[type="text"],
.products-checkout-content .form textarea {
	width: 300px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.products-checkout-content .form select {
	width: 311px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-bottom: 3px;
}
.products-checkout-content .form .customStyleSelectBox {
	width: 310px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.products-checkout-content .form .customStyleSelectBoxInner {
	padding-left: 10px !important;
}
.products-checkout-content .form input[type="checkbox"] {
	margin-left: 10px;
}
.products-checkout-content .form input[type="radio"] {
	margin-right: 10px;
}

.products-checkout .wpsc_gateway_container td:first-child {
	width: 90px;
}
.products-checkout .wpsc_CC_expire select {
	width: 153px !important;
}

.products-transaction .products-book {
	margin-bottom: 40px;
	height: 335px;
	background-position: 0 -28px;
}

.products table {
	border-collapse: collapse;
}
.products table td,
.products table th {
	padding: 8px;
}
.products table th {
	font-weight: bold;
}

.products-purchases .logdisplay {
	margin-top: 5px;
}
.products-purchases .logdisplay td,
.products-purchases .logdisplay th {
	padding: 8px;
}
.products-purchases .logdisplay .toprow2 td {
	font-weight: bold;
}
.products-purchases .customer_details {
	margin-top: 5px;
}
.products-purchases .customer_details td,
.products-purchases .customer_details th {
	padding: 3px 20px 3px 0;
}

.products .form table td {
	padding: 4px 20px 4px 0px;
}
.products .form table select {
	margin-bottom: 3px;
	width: 98%;
}
.products .form table input[type="submit"] {
	display: inline-block;
	width: auto;
	padding: 0 30px;
	float: right;
	margin-right: 7px;
}

.products-affiliate .products-book {
	margin-bottom: 35px;
}
.products-affiliate .products-book-buy {
	top: 160px;
}


.products-affiliate .products-book-buy h1 {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	margin-bottom: 17px;
}
.products-book-buy h1 span {
	line-height: 17px;
	padding-top: 3px;
}
.products-affiliate-reasons ul {
	list-style: none;
}
.products-affiliate-reasons li {
	padding: 20px 30px 30px 65px;
	margin-bottom: 10px;
	border: 1px solid #9b9b9b;
	border-left: 0;
}
.products-affiliate-reasons li img {
	float: left;
	margin-right: 20px;
}
.products-affiliate-reasons li h3 {
	font-size: 30px;
	color: #343434;
	margin-bottom: 0;
}
.products-affiliate-reasons li p {
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
	color: #aaa;
	font-size: 14px;
}
.products-affiliate-reasons li a {
	font-weight: bold;
	text-decoration: none;
	color: #7e7e7e;
}
.products-affiliate-reasons li a:hover {
	color: #2f80c1;
}

.products .wpsca_affiliate_application .row-phone input[type="text"] {
	width: auto;
}
.products .wpsca_affiliate_application select {
	width: 97px;
}
.products .wpsca_affiliate_application input[type="submit"] {
	margin-right: 12px;
}

.products-affiliate .aff-wrap {
	border: 0;
}
.products-affiliate .aff-wrap table {
	margin-left: 0;
}
.products-affiliate .aff-wrap a.button {
	width: auto;
	padding: 0 20px;
}
.products-affiliate .affiliate-cp-subnav {
	background: none;
	padding-left: 0;
	text-align: center;
}
.products-affiliate .affiliate-cp-subnav a:hover {
	color: #fff;
}
.products-affiliate .daterange-form label {
	float: left;
	margin-right: 5px;
	line-height: 30px;
}
.products-affiliate .daterange-form input[type="text"] {
	width: 100px;
	float: left;
	margin-right: 5px;
}
.products-affiliate .daterange-form input[type="submit"],
.products-affiliate .daterange-form input[type="button"] {
	width: auto;
	float: left;
	margin-right: 5px;
}
.products-affiliate .widefat-lined td,
.products-affiliate .widefat-lined th {
	border: 1px solid #ccc;
	padding: 8px !important;
}
.products-affiliate .widefat-lined th {
	text-align: center;
}
.products-affiliate .products-book-buy .btn-buy {
	padding-left: 25px;
}

.products-affiliate-buttons img {
	max-width: 636px;
	display: block;
}
.products-affiliate-buttons label {
	font-weight: bold;
	display: block;
}
.products-affiliate-buttons textarea {
	margin-top: 5px;
	width: 400px;
	height: 60px;
}
.products-affiliate-buttons .item-image {
	padding-top: 10px;
}

.products-affiliate .products-affiliate-steps {
	font-size: 19px;
	border-bottom: 2px solid #c7c7c7;
	padding: 0 32px 20px 40px;
	margin: -30px -32px 0 -40px;
	color: #8a8a8a;
}
.products-affiliate .products-affiliate-steps ul {
	list-style: none;
	margin: 0;
}
.products-affiliate .products-affiliate-steps li {
	float: left;
	margin-left: 35px;
	padding-left: 45px;
	background: url('../images/arrow.png') no-repeat left;
}
.products-affiliate .products-affiliate-steps li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.products-affiliate .products-affiliate-steps div {
	font-size: 28px;
	color: #f00;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	line-height: 28px;
	text-transform: uppercase;
}
.products-affiliate .products-affiliate-steps .active {
	color: #181818;
}
.products-affiliate .products-affiliate-steps .prev {
}

#ui-datepicker-div {
	font-size: 12px;
	margin-top: -1px;
}

.products #checkout_page_container .wpsc_make_purchase {
	float: none;
	position: static;
	text-align: right;
}
.products #checkout_page_container .wpsc_make_purchase input[type="submit"] {
	text-align: center;
}
.products .wpsc_checkout_table {
	width: 450px;
}
.products .wpsc_checkout_table td {
	vertical-align: top;
}
.products .wpsc_checkout_table label {
	line-height: 30px;
}
.products .wpsc_checkout_table.table-4 td {
	text-align: right;
	padding-right: 30px;
}
.products .wpsc_checkout_table.table-4 td:first-child {
	padding-left: 109px !important;
	text-align: left;
}
.products .productcart select {
	width: 140px !important;
	margin-right: 5px;
}
.products #wpsc_shopping_cart_container .productcart {
	width: 275px;
}

.products #wpsc_checkout_form_7,
.products #wpsc_checkout_form_16,
.products #current_country {
	display: none !important;
}

.products-affiliate-home .products-book {
	width: 715px;
	height: 325px;
	background: url('../images/products-book.png') 0 0;
	margin-left: -41px;
	margin-bottom: 0;
	border-bottom: 2px solid #c7c7c7;
}
.products-affiliate-content {
	font-family: Helvetica, Arial, sans-serif;
}
.products-affiliate-home .products-book-buy {
	top: 69px;
}
.products-affiliate-home .products-book-buy h1 {
	font-size: 40px;
	line-height: 42px;
	color: #2f80c1;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
}
.products-affiliate-home .products-book-buy .row-note {
	font-size: 17px;
	line-height: 18px;
	color: #2f80c1;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.products-affiliate-home .products-book-buy .row-note a {
	font-size: 13px;
	color: #181818;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
}
.products-affiliate-home .products-book-buy .button {
	width: 270px;
	text-transform: uppercase;
}

.products-affiliate-home .products-book-step3 {
	height: 485px;
}
.products-affiliate-home .products-book-step3 .products-book-buy {
	top: 105px;
}
.products-affiliate-home .products-book-step3 .products-book-buy h1 {
	font-size: 37px;
	line-height: 39px;
}
.products-affiliate-home .products-book-step3 .products-book-buy p {
	margin-bottom: 25px;
	font-size: 24px;
	color: #181818;
}
.products-affiliate-home .wpsca_form_errors {
	display: none;
}

.products-affiliate-home hr {
	padding: 0 32px 0 25px;
	margin: 0 -32px 0 -25px;
	height: 0;
}
.products-affiliate-home .products-stripe {
	margin-top: 50px;
}
.products-affiliate-home .products-affiliate-reasons {
	margin-left: -40px;
}
.products-affiliate-home .products-affiliate-reasons ul {
	margin: 0;
}
.products-affiliate-home .products-affiliate-reasons p {
	margin-bottom: 0;
}

.products-affiliate-home-left {
	padding-top: 35px;
	width: 440px;
	float: left;
}
.products-affiliate-home-left h1 {
	font-size: 34px;
	line-height: 37px;
	color: #2f80c1;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.products-affiliate-home-right {
	padding-top: 35px;
	width: 170px;
	float: right;
	text-align: center;
}
.products-affiliate-home-right h1 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 25px;
	letter-spacing: 0;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	color: #181818;
}
.products-affiliate-home-right ul {
	list-style: none;
	margin: 0;
}
.products-affiliate-home-right li {
	margin-bottom: 30px;
	color: #a1a1a1;
	font-size: 12px;
}
.products-affiliate-home-right li img {
	display: block;
	margin: 0 auto 10px;
	max-width: 75px;
}
.products-affiliate-home-right li h3 {
	font-size: 16px;
	color: #181818;
	margin-bottom: 5px;
}


.products-bulk-button {
	padding: 20px 13px 20px 32px;
	margin: -5px 17px 20px;
	font-size: 23px;
	line-height: 34px;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
	vertical-align: middle;
	color: #cfcfcf;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, .3);
	box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, .3);
	
	background: #cc1a1a; 
}
.products-bulk-button div {
	color: #fff;
	padding-right: 36px;
	background: url(../images/triangle-right.png) no-repeat right;
	margin-right: 13px;
}
.products-bulk-button a.button {
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	width: 150px;
	float: right;
	font-family: TradeGothicLTStdBdCnNo20, Helvetica, Arial, sans-serif;
}

/*----------------------*/
/*       .platform      */
/*----------------------*/

.platform-kindle a {
	background: url('../images/platform-kindle.png') no-repeat left;
}
.platform-iphone a {
	background: url('../images/platform-iphone.png') no-repeat left;
}
.platform-android a {
	background: url('../images/platform-android.png') no-repeat left;
}
.platform-googleplay a {
	background: url('../images/platform-googleplay.png') no-repeat left;
}
.platform-nook a {
	background: url('../images/platform-nook.png') no-repeat left;
}

/*----------------------*/
/*       .dialog        */
/*----------------------*/

.ui-widget-overlay {
	background: url('../images/bg-overlay.png');
	opacity: 1;
	position: fixed;
	z-index: 1000;
}
.ui-dialog {
	padding: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0;
	background: #fff;
}
.ui-dialog .ui-dialog-content {
	padding: 0;
	overflow: visible;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: none;
	z-index: 1010;
}
.ui-dialog .ui-dialog-title {
	display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
	margin: 0;
	top: 10px;
	right: 10px;
	padding: 0;
	width: 27px;
	height: 28px;
	border: 0 !important;
	background: none !important;
}
.ui-dialog .ui-dialog-titlebar-close span {
	background: url('../images/btn-close.png');
	width: 27px;
	height: 28px;
	margin: 0;
}

.dialog-wrap {
	display: none;
}

.dialog {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}
.dialog h2 {
	font-size: 22px;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #084685;
	margin-bottom: 10px;
}
.dialog .form label {
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 20px;
	font-weight: bold;
}
.dialog .form textarea {
	height: 55px;
	font-family: Helvetica, Arial, sans-serif;
	width: 476px;
	padding-left: 4px;
	padding-right: 4px;
}

.dialog-subscribe-notify {
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	font-size: 15px;
}
.dialog-subscribe-notify h2 {
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.dialog-subscribe-notify p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #7c7c7c;
}
.dialog-subscribe-notify .row a {
	color: #727272;
	line-height: 30px;
	text-transform: uppercase;
}
.dialog-subscribe-notify .row input[type="text"] {
	width: 225px;
	float: left;
	margin-right: 10px;
}
.dialog-subscribe-notify .row input[type="submit"] {
	width: auto;
	padding: 0 30px;
	float: left;
	margin-right: 15px;
}
.dialog-subscribe-notify .loading .row:first-child {
	background: url('../images/loading-3.gif') no-repeat right;
}

/*----------------------*/
/*        buttons       */
/*----------------------*/

.btn {
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
.btn-inline {
	display: inline-block;
	cursor: pointer;
}

.btn-facebook {
	width: 22px;
	height: 23px;
	background: url('../images/btn-facebook.png');
}
.btn-twitter {
	width: 21px;
	height: 23px;
	background: url('../images/btn-twitter.png');
}
.btn-email {
	width: 33px;
	height: 23px;
	background: url('../images/btn-email.png');
}

.btn-edit,
.btn-remove,
.btn-approve {
	width: 17px;
	height: 17px;
	background: url('../images/btn-edit.png') 0 0;
}
.btn-edit:hover,
.btn-remove:hover,
.btn-approve:hover {
	background-position: 0 -17px;
}
.btn-remove {
	background: url('../images/btn-remove.png') 0 0;
}
.btn-approve {
	background: url('../images/btn-approve.png') 0 0;
}

.btn-expand {
	width: 21px;
	height: 21px;
	background: url('../images/btn-expand.png') 0 0;
}

.btn-arrow {
	width: 33px;
	height: 33px;
	background: url('../images/btn-arrows.png') 0 0;
}
.btn-arrow-left:hover {
	background-position: 0 -33px;
}
.btn-arrow-right {
	background-position: -33px 0;
}
.btn-arrow-right:hover {
	background-position: -33px -33px;
}

.btn-answer {
	padding-left: 15px;
	height: 21px;
	background: url('../images/btn-answer.png') no-repeat 0 0;
	font-size: 10px;
	line-height: 21px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.btn-rateanswer {
	font-size: 10px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	min-height: 16px;
	text-decoration: none;
}
.btn-rateanswer span {
	background: url('../images/btn-rateanswer.png') no-repeat left;
	display: inline-block;
	padding-left: 18px;
	height: 16px;
	vertical-align: middle;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.btn-rateanswer strong {
	display: inline-block;
	width: 150px;
	height: 16px;
	vertical-align: middle;
	text-decoration: underline;
}
.btn-rateanswer:hover strong {
	text-decoration: none;
}

.btn-share,
.btn-ask,
.btn-embedmap,
.btn-gray {
	font-size: 12px;
	font-family: TradeGothicLTStdBold, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #989898;
	padding: 5px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.btn-clear {
	background: #ff0f00;
	color: #fff;
}
.btn-share:hover,
.btn-ask:hover,
.btn-embedmap:hover,
.btn-gray:hover {
	background: #2C79B7;
	color: #fff;
}

.btn-buy {
	background: url('../images/btn-buy.png') no-repeat;
	width: 136px;
	padding-left: 35px;
	height: 34px;
	font-size: 16px;
	color: #fff;
	font-family: TradeGothicLTStdRegular, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #1b486f;
	line-height: 34px;
	text-decoration: none;
}

/*----------------------*/
/*          jsp         */
/*----------------------*/

.scrollpane {
	outline: none;
}
.jspVerticalBar {
	width: 6px;
	background: none;
}
.jspTrack {
	background: #eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.jspDrag {
	background: #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.jspCorner {
	display: none;
}

.jspPane {
	width: 100% !important;
}

/*----------------------*/
/*         misc         */
/*----------------------*/

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.profile .item-content {
		margin-top: -1px;
	}
	.form .maxlength-status {
		bottom: 3px;
	}
}

#mc_message {
	font-weight: normal;
	margin-bottom: 10px;
}
.mc_error_msg {
	color: red;
	margin-bottom: 10px;
}

.note { padding-left: 35px; margin-bottom: 20px; }
.note2 {padding-left: 55px; }
.note img.alignleft { margin: 0 6px 2px 0; }

.tiptop  {
	vertical-align: top;
	font-size: 0.8em;
	text-decoration: none;
	cursor: default;
}

p.facebook {
	padding-left: 10px;
}

a.book-navi {
	display: none;
}