/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Boardroom Theme
  01: 1 Col Multi-Row
  ------------------------------------------------
*/

body {
	font-family: 'Roboto Condensed', sans-serif, Arial, sans-serif;
	margin: 0px 0px 30px 0px;
	font-size:13px;
}


/*Drop Menu Magic Adjustments*/
.p7DMM03 {
	font-size: 1.2em;
	background-color: #FFF;
	border-bottom:3px solid #036;
}
.p7DMM03.p7DMM.p7dmm-left {
	padding-left: 20px;
}
.p7DMM03.p7DMM.p7dmm-right {
	padding-right: 20px;
}

h1 {
    font-size: 22px;
	margin-bottom:20px !important;
}

h2 {
	clear:both;
	margin:10px 0px;
}

h2.product-price {
	font-size:22px;
	text-align:center;
	color:#F00;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Condensed',sans-serif,Arial,Helvetica,sans-serif;
    line-height: normal;
    margin: 30px 0 0;
}

.column-content p {
	clear:both !important;
	margin-bottom:15px;
	margin-top:20px;
	font-size:14px;
}
/*Baseline Adjustment for images needed with strict DOCTYPE*/
img {vertical-align: bottom;}


/*Logo and Banner*/
#logo {
	padding: 10px 20px;
	position: relative;
	z-index: 10;
	text-align:center;
}

#logo p {
	margin:5px 0px;
	font-size:20px;
	color:#667;
}

#banner {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
/* 
Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}


/*Layout Wrapper*/
#layout {
	max-width: 1360px;
	margin: 0px auto 20px auto;
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}

img.module-image {
	float:left;
	margin-right:50px;
	}

/*Default Row Structures*/
.affinity-row {
	padding: 20px;
}


.affinity-row.wborder {
	border-top: 3px solid #003366;
	padding-top:0px;
	margin-top:0px;
}
/*This rule assigns a gray gradient background to every other row*/
.affinity-row:nth-child(even) {
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-image: none;
	background-image: none;
}

/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
	background-color:#fff !important;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}

.affinity-row .column-fourth p {
	text-align:center;
	margin:0 0 5px 0;
}

.affinity-row .column-fourth a{
	text-align:center;
	display:block;
	margin-bottom:5px;
}

.affinity-row .column-fourth.portfolio {
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}

/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

.affinity-row .services {
	text-align:center;
}

.affinity-row ul {
	margin-left:50px;
}


.affinity-row ul li{
	margin-left:20px;
	list-style:disc;
	padding:2px 10px;
}

.affinity-row ul.sublist {
	margin-left:100px !important;
}


/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: .9em;
}
.affinity-row.sidebar-left .column-1 .column-content {
	/*border-left: 1px solid #000;*/
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: .9em;
}
.affinity-row.sidebar-right .column-1 .column-content.right-border {
	border-right: 1px solid #000;
}
.left-border {
	border-left: 1px solid #000;
}
.right-border {
	border-left: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
.column-content {
	line-height: 1.35;
	padding: 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/*Headings*/
h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

a {
	color:#304061;
	text-decoration:none;
}

a:hover {
	color:#212b41 ;
	text-decoration:none;
}

.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	margin: 0px 0px 0px 24px;
}

/*Footer and Copyright*/
.footer {
	color: #000;
	font-size: 0.8em;
	border-radius: 0px 0px 5px 5px;
	border-top: 1px solid;
	border-color: #726561;
	background-color:#fff !important;
}
.footer h3, .footer h4 {
	font-family: "Droid Sans", Optima, "Segoe UI", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}
.footer a {
	color: #036;
}
.footer a:hover, .footer a:focus {
	color: #CFC9C7;
}
.copyright {
	font-size: 0.85em;
	text-transform: uppercase;
	clear: both;
	padding: 5px 10px 15px 20px;
	color:#333;
	text-align:center;
}


/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1.00em;
	line-height: 1.75em;
	font-weight:100;
	font-family: 'Roboto Condensed', sans-serif, Arial, Helvetica, sans-serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: 'Roboto Condensed', sans-serif, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #BBB;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#1d3a73, #122447);
	background: linear-gradient(#1d3a73, #122447);
	background-color: #1d3a73;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}

.videoThumbnail {
	float:left;
	padding:5px;
	max-width:300px;
	margin:5px;
	text-align:center
}

.videoThumbnail img {
	max-width:290px; }


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1380px) {
#layout {max-width: none;}
.column-content1 {
	font-size: 1.25em;
	line-height: 1.75em;
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
}
.column-content1 {
	padding: 15px;
}
.column-content1 {
	background-color: #222;
	background-image: linear-gradient(#444, #111);
	color: #CCC;
}
}
/*
Misc Styles
---------------------------------------------------------- 
*/

ul#crumbs {
	width:95%;
	margin-bottom:10px;
	text-align:right;
	margin-right:80px;
}

ul#crumbs li {
	display: inline;
	list-style:none;
}

div.stores {
	border-bottom:1px solid #eee;
}

div.store-table {
	min-height:200px;
}

div.store-table p{
	margin:5px 0px;
}

table.store_table th {
	text-align:left;
}

table.store_table td {
	border-bottom:1px solid #eee;
	border-collapse:collapse;
	padding-bottom:10px;
}

table.store_table p {
	line-height:1.0em;
	margin:0px;
}

/*
Form Styles
---------------------------------------------------------- 
*/

form br {
    display: none;
}

form#frmContact br {
	display: none;
}

form#frmContact div, form#frmContact fieldset {
	margin-top: 1.5em;
	vertical-align: middle;
}

form#frmContact div {
	clear: both;
}

form td p {
	margin-bottom: 0;
}

form#frmContact fieldset {
	border: none;
	border-top: 1px solid #aaa;
	padding: 0 1.5em;
}

legend {
	padding: 0 0.25em;
}

form p.notice {
	margin-top: 1.5em;
}

form p.notice br {
	display: block;
}

form#frmContact label {
	float: left;
	margin: 0 1em 0 0;
	text-align: left;
	width:6em;/* can be reset on individual basis below */
}

form#frmContact label span {
	clear: left;
	display: block;
	float: right;
	font-size: 0.75em;
	font-weight: normal;
	text-align: right;
	width: 16em;
}

form#frmContact label span.error {
	float: left;
	text-align: left;
	width: auto;
}

form#frmContact label.hideit {
	color: #fff;/* must be same colour as document background */
}

form#frmContact label em, form#frmContact em.required {
	color: #990000;
	font-size: 14px; /* 12px x 1.6667 = 20px */
}

form#frmContact #errorBox label {
	clear: both;
	display: block;
	float: none;
	width: auto;
	padding: 3px 3px 3px 22px;
	text-align: left;
}

form#frmContact span.note {
}

#frmProdInquiry label {
	width:100px;
}

/*input, textarea {
	width: 20em;
}*/

.required {
}

p label {
	width: 4em;
	text-align: right;
}

#WAATKLogInForm div p, #WAATKForgotPWForm div p {
	margin: 0 0 0 13em;
}

.eC_PurchaserInfoWrapper #isbusiness { /* hide checkbox */
	display: none;
}

form div p.cvv {
	margin-left: 13em;
}

#frmViewCart label {
	float: none;
	width: auto;
	text-align: left;
}

/* Exceptions */

#prodCompare div, #frmFilters div {
	margin-top: 0;
}

#frmFilters {
	padding-top:15px;
}

#frmFilters label {
	float: none;
	margin: 0;
	text-align: left;
	width: auto;
	color:#174189;
}

.search {
    float: right;
    height: 30px;
    width: 270px;
	position:relative;
	z-index::999999;
	margin-top:10px;
}
.search input.search-field {
	background:url(../_img/ele/search_bg.jpg) left top no-repeat;
    color: #333;
    padding: 10px 10px 10px 10px;
    width: 174px;
	border:none;
	display:inline;
	vertical-align: middle;
}
.search .search-submit {
    background: url("../_img/ele/search_submit.png")  no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 35px;
    padding: 0px;
    width: 70px;
	display:inline;
	vertical-align: middle;
}
fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #AAAAAA -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding: 0 1.5em;
}
form div, fieldset {
    margin-top: 1.5em;
    vertical-align: middle;
}

form div, fieldset {
    margin-top: 1.5em;
    vertical-align: middle;
}

.errorGroup {
	width:350px;
	float:left;
	display:inline;
	margin-top:0px;
}

span.requiredIndicator {
	font-size:bold;
	float:right;
	width:15px;
}

.lineGroup {
	clear:both;
}

label.checkSublabel_Wide {
	width:100px;
}

.groupHeader {
	clear:both;
}
.formButton {
	background:url(../_img/btn/send_request_0.jpg) no-repeat left top;
	height:44px;
	width:118px;
	margin:30px 0px 0px 200px;
	border:none;
	clear:both;
}

select#order-results {
    margin-bottom: 20px;
}

form#frmService br {
	display: none;
}

form#frmService div, form#frmService fieldset {
	margin-top: 1.5em;
	vertical-align: middle;
}

form#frmService div {
	clear: both;
}

form#frmService fieldset {
	border: none;
	border-top: 1px solid #aaa;
	padding: 0 1.5em;
}

form#frmService label {
	float: left;
	margin: 0 1em 0 0;
	text-align: right;
	width: 18em;/* can be reset on individual basis below */
}

form#frmService label span {
	clear: left;
	display: block;
	float: right;
	font-size: 0.75em;
	font-weight: normal;
	text-align: right;
	width: 17em;
}

form#frmService label span.error {
	float: left;
	text-align: left;
	width: auto;
}

form#frmService label.hideit {
	color: #fff;/* must be same colour as document background */
}

form#frmService label em, form#frmService em.required {
	color: #990000;
	font-size: 14px; /* 12px x 1.6667 = 20px */
}

form#frmService #errorBox label {
	clear: both;
	display: block;
	float: none;
	width: auto;
	padding: 3px 3px 3px 22px;
	text-align: left;
}

form#frmService span.note {
	padding-left: 19em;
}

form.get-directions {
	width:100%;
}

label.directions {
	width:100%;
	text-align:left;
	margin-top:5px;
}

.storeHours {
	width:100%;
}

h3#postalAddress {
	margin-bottom:10px;
}

.hidden {
	display:none;
}

.structureLabel, .hidden {
	left: -5000px;
	position: absolute;
	width: 4000px;
}

.contact-submit {
	margin:10px auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.contact-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.contact-submit:active {
	position:relative;
	top:1px;
}
