/*
Theme Name: O'Neal Industries
Author: Infomedia
Author URI: http://www.infomedia.com/
Description: O'Neal Industries
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


@font-face {
    font-family: 'hvb';
    src: url('fonts/hvb.eot');
    src: url('fonts/hvb.eot?#iefix') format('embedded-opentype'),
         url('fonts/hvb.woff') format('woff'),
         url('fonts/hvb.ttf') format('truetype'),
         url('fonts/hvb.svg#HelveticaNeueHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#d0112b; /*color:#3e84c0;*/
	}
	
a:hover {
	text-decoration:underline;
	color: #d0112b; /*color:#1b5484;*/
	}
	
h1 a, h2 a, h3 a {
	color:#EC2F2F;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	text-decoration:none;
	color:#AF2323;
	}

p {
	margin:0 0 20px 0;
	}
	
h1, h2, h3, h4 {
	font-weight:bold;
	line-height:30px;
	color:#000000;
	}
	
h1 {
	font-size:25px;
	text-transform:uppercase;
	margin:0 0 20px;
	font-family: 'hvb';
	}
	
h2 {
	font-size:2em;
	}
	
h3 {
	font-size:1.5em;
	}
	
.hvb {
	font-family: 'hvb';
	font-weight:bold;
}

.hvb2 {
	font-size:18px;
}
	
.pagetitle {
	border-bottom:1px solid #ccc;
	font-size:1.2em;
	margin-bottom:20px;
	}
	
small {
	font-size:.9em;
	color:#777;
	}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	background:#ddd;
	padding:0 1px;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	}
	
blockquote {
	margin:1.5em;
	padding:1px 1.5em;
	background:#fafafa;
	border:1px solid #eee;
	border-left-width:3px;
	}
	
	blockquote cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	blockquote cite:before {
		content: "\2014 \0020";
		}
		
.entry ul, .entry ol {
	margin:20px;
	}
	
	.entry li {
		padding:5px 0;
		}
		
	.entry ul ul, .entry ul ol,
	.entry ol ol, .entry ol ul {
		margin:0;
	}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Everying with a 3 pixel border radius */
pre, blockquote, .wp-caption, .attachment img, #header #searchform, #s, #searchsubmit, .menu li a, .menu li ul, #submit {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}


/* Begin Images */	
img.alignleft {
	margin-right:10px;
	}
	
img.alignright {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 4px 4px;
	margin: 0;
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	padding:4px;
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body, input, textarea {
	color: #191414;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 25px;
	background: #fff;
}
#page {
	background: #fff;
	width:960px;
	margin:0 auto;
	background:url(images/ctbg.png) repeat-y;
}

.home #page {
	background:none;
}

#comments, #respond {
	margin-top: 75px;
}


/* Begin Header */	
#header {
	height:173px;
	margin:0 0 0;
	position: relative;
	background:#fff;
	border-bottom:9px solid #fff;
}

.logo {
	width:530px;
	height:51px;
	position:absolute;
	top: 24px; /*top:58px;*/
	left:0;
}

.brandingtext {
	position:absolute;
	top:58px;
	right:0;
	font-size:20px;
	line-height:26px;
	text-align:right;
}
/* End Header */


/* Begin Page List */		
#access {
	position:absolute;
	bottom:0;
	background: #222;
	clear: both;
	display: block;
	margin: 0;
	width: 100%;
	height:34px;
}
#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0;
	padding-left: 0;
	float: right;
}
#access li {
	float: left;
	position: relative;
	border-left:2px solid #fff;
}
#access li a {
	color: #b9bbbb;
	/* color: #fec02c; */
	display: block;
	line-height: 32px;
	padding: 0 28px;
	text-decoration: none;
	height: 34px;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #4e4648;
	color: #dd364d;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background:#4e4648;
}
			
	
/* End Page List */


/* splash */

.splashpic {
	margin:39px 0 50px 7px;
	float:left;
}

.splash {
	float:right;
	width:460px;
	margin:30px 0 50px 0;
	line-height:35px;
}

.splash h1 {
	font-size:28px;
	line-height:40px;
	margin:0 0 10px 0;
}

.splash p {
	margin:0 0 0;
}

.splash a {
	float:right;
}

.splash a, .spbot a {
	font-size:15px;
	font-family: 'hvb';
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

.spbot {
	width:241px;
	float:left;
	font-size:13px;
	line-height:20px;
	margin:0 0 60px;
}

.spbot h2 {
	width:239px;
	font-size:14px;
	text-align:center;
	margin:0 0;
	background: #d0112b; /* background:#fec02c; */
	border-right:2px solid #fff;
	color: #fff;
}

.spbot div {
	height:125px;
	padding:20px 30px 0 30px;
	border-right:2px solid #d0112b; /*border-right:2px solid #fec02c;*/
}

.spbot p {
	margin:15px 0 0;
}


.spbot2 {
	width:237px !important;
}

.spbot2 h2 {
	width:237px !important;
	border:none !important;
}

.spbot2 div {
	border:none !important;
}

		
/* Begin Content */	
#content {
	float:right;
	margin: 27px 45px 40px 0;
	width: 700px;
}

.thincontent {
	margin: 27px 35px 40px 0 !important;
	width: 498px !important;
}

#news {
	border:0;
	border-bottom: 1px solid #CCC;
	color:#EC2F2F;
	}
		
#news a:hover {
	text-decoration:none;
	color:#AF2323;
}

.newscontent  ul {
	list-style:none;
	margin:0 0 0 0 !important;
	border-top:1px solid #cbcfcf;
}

.newscontent li {
	line-height:20px;
	padding:8px 10px 8px 7px;
	border-bottom:1px solid #cbcfcf;
}

.newscontent a {
	color:#000;
	font-weight:bold;
}

.navigation {
	margin-top: 20px;
}

.rightbar {
	float:right;
	width:180px;
	padding:75px 10px 75px 20px;
	border-left:2px solid #d0112b; /*border-left:2px solid #fec02c;*/
	font-size:13px;
	line-height:18px;
}

.rightbar p {
	margin:0 0 40px;
}

.rightbar ul {
	margin:-40px 0 0 0;
	list-style:none;
}

.newsbar img {
	margin:0 0 4px -4px;
}

.newsbar p {
	margin:0 0 10px 0;
}

.newsbar ul {
	margin:0 0 0 0 !important;
}

.newsbar li {
	padding:0 0 6px 0;
}

.newsbar a {
	color:#000;
	font-weight:bold;
}

#jobsearch {
	width:700px; 
	height:760px;
	overflow:hidden;
	float:right;
	margin:0 0 0 0;
}

.iframe {
	margin:-2px 0 0 -2px;
}

#post-160 img {
	margin:0 0 15px 35px;
}

/* Begin Sidebar */
#sidebar {
	float: left;
	width: 160px;
	margin:0 10px;
	font-family: Helvetica, Arial, sans-serif;
}
		
#sidebar ul ul {
	padding:0 0 0 10px;
	background:none;
	border:none;
}

#sidebar ul li {
	list-style:none;
	margin-bottom:15px;
}
		
#sidebar li li {
	margin:5px 0;
}
			
#sidebar h4 {
	font-size:1.2em;
	border-bottom:1px solid #ccc;
}
		
.sidebarmenu {
	padding:30px 0 0 0 !important;
	background:none;
	border:none;
	text-align:center;
}

.sidebarmenu li {
	list-style:none;
	margin-bottom:25px !important;
}

.sidebarmenu li a {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
	
.affiliates .sidebarmenu li {
	margin-bottom:18px !important;
}
	
 .affiliates .sidebarmenu li a,
 .sidebar-products .sidebarmenu li a {
	font-size:14px !important;
	line-height:16px;
}
	
.affiliates .sidebarmenu .header,
.sidebar-products .sidebarmenu .header {
	background: #d0112b; /*background: #000;*/
	padding: 4px 0;
}
	
.affiliates .sidebarmenu .header a,
.sidebar-products .sidebarmenu .header a {
	color: #fff; /*color: #fdc427;*/ 
}
			
.ctsb {
	font-size:13px;
	line-height:18px;
	margin:40px 0 0 25px;
}

.ctsb a {
	color:#000000;
	text-decoration:underline;
}

.contact {
	margin:40px 0 0 15px !important;
}

.locations {
	margin:40px 0 0 15px;
}

.locations li {
	list-style:none;
	font-size:12px;
	line-height:15px;
	padding:0 0 0 20px;
	margin-bottom:15px !important;
}

.osdl {
	background:url(images/block_osdl.png) no-repeat 0 2px;
}
.omsl {
	background:url(images/block_omsl.png) no-repeat 0 2px;
}
.aa {
	background:url(images/block_aa.png) no-repeat 0 2px;
}
.ls {
	background:url(images/block_ls.png) no-repeat 0 2px;
}
.mw { /* O'neal Flat Rolled Metals */
	background:url(images/block_mw.png) no-repeat 0 2px;
}
.pc {
	background:url(images/block_pc.png) no-repeat 0 2px;
}
.stp {
	background:url(images/block_stp.png) no-repeat 0 2px;
}
.sd {
	background:url(images/block_sd.png) no-repeat 0 2px;
}
.tm {
	background:url(images/block_tm.png) no-repeat 0 2px;
}
.ts {/* CHRG Metals */
	background:url(images/block_ts.png) no-repeat 0 2px;
}
.twm {
	background:url(images/block_twm.png) no-repeat 0 2px;
}
.upw {
	background:url(images/block_upw.png) no-repeat 0 2px;
}
.il {
	background:url(images/block_il.png) no-repeat 0 2px;
}

.vul {
	background:url(images/block_vul.png) no-repeat 0 2px;
}


		
#searchform {
	height:25px;
	width:180px;
}
		
#s {
	width:120px;
	border:1px solid #ccc;
	background:#fff;
	font-size:12px;
	padding:3px 4px;
	height:17px;
	float:left;
	}
	
#searchsubmit {
	width:50px;
	border:1px solid #ccc;
	background:#e0e0e0;
	font-size:12px;
	padding:2px;
	cursor:pointer;
	float:right;
	height:25px;
	}
/* End Sidebar */


/* Begin Footer */
#colophon {
	clear: both;
	width:920px;
	overflow: auto;
	padding:8px 20px 8px 20px;
	margin:0 0 55px;
	font-size:12px;
	background:#cbd0cf;
	border-top:20px solid #fff;
}

#colophon a {
	color:#191414;
	text-decoration:none;
}

#colophon span {
	float:right;
}
#colophon p {
    float: left;
    display: block;
    margin-bottom: 0;
}
#colophon .credit {
    float: right;
}

/* End Footer / End Structure */
	
	
#map {
	height: 400px;
    line-height: 1.2em;
    margin: 10px;
    text-align: center;
    width: 570px;
}
	
	
	
.entry .wpcf7-form p {
	margin:0 0 7px 0;
}

.entry .wpcf7-form input {
	border:1px solid #9e9e9e;
	color:#61646e;	
	padding:0 0 0 10px;
	width:400px;
	height:28px;
	margin:0;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-style:italic;
    font-size: 13px;
}

.entry .wpcf7-form textarea {
	border:1px solid #9e9e9e;
	color:#61646e;	
	width:400px;
	padding:0 0 0 10px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-style:italic;
    font-size: 13px;
}

#wpcf7-f1-p5-o1 p {
	margin:0 0 16px 0 !important;
	line-height:18px;
}


.entry .wpcf7-submit {
	background:#2a2523;
	color:#fff !important;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-style:normal !important;
	text-transform:uppercase;
	padding:0 !important;
	font-size:14px;
	width:75px !important;
	border:0 !important;
	padding:0 0 2px 0;
	margin:0 0 0 0;
}

.entry .wpcf7-submit:hover {
	background:#ccc;
}

/* Begin POWER-GEN styling */

#powergen_header {
	width: 1024px; 
	height: 68px; 
	color: #f8d825; 
	background-color: #000; 
	text-align: center; 
	font-size: 40px; 
	margin: 10px 0 0 0;
	}

#powergen_container {
	width: 1024px; 
	height: 724px; 
	background-color: #beb8ba;
	font-family: 'Trade Gothic', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	text-transform: uppercase;
	}
	
.powergen_text1 {
	float: left;
	width: 340px;
	height: 487px;
	padding: 83px 0 0 0;
	}
	
.powergen_text2 {
	float: left;
	width: 343px;
	height: 487px;;
	padding: 83px 0 0 0;
	background: #918889;
	}
	
.powergen_text3 {
	float: right;
	width: 341px;
	height: 487px;;
	padding: 83px 0 0 0;
	}

.powergen_image1 {
	width: 340px; 
	height: 154px; 
	background-color: #beb8ba; 
	float: left;
}

.powergen_image2 {
	width: 343px; 
	height: 154px; 
	background-color: #918889; 
	float: left;
	}
	
.powergen_image3 {
	width: 341px; 
	height: 154px; 
	background-color: #beb8ba; 
	float: left;
	}
	
#powergen_footer {
	width: 1024px; 
	height: 86px; 
	color: #fff; 
	background-color: #000;
	}
	
#powergen_footer_left {
	float: left; 
	width:623px; 
	height: 61px; 
	font-size: 10px; 
	color: #fff; 
	line-height: 15px; 
	padding: 15px 0 10px 20px; 
	text-align: left; 
	border-top: 1px solid #5d5758;
	}
	
#powergen_footer_right {
	float: right; 
	height: 86px; 
	width: 381px;
	}
	
a.submit_button {
    background: none repeat scroll 0% 0% #2A2523;
    color: rgb(255, 255, 255) !important;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-style: normal !important;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    width: 75px !important;
    border: 0px none !important;
    margin: 0px;
	}
	
a:hover.submit_button {
    background: none repeat scroll 0% 0% #cccccc;
    text-decoration: none;
	}
	
	
/* ----- Updates January 2015 ----- */
#gform_wrapper_1 {
    width: 410px;
    max-width: 100%;
}
textarea#input_1_6 {
    width: 100%;
    max-width: none;
}
#gform_wrapper_1 input,
#gform_wrapper_1 textarea,
#gform_wrapper_2 input,
#gform_wrapper_2 textarea,
#gform_wrapper_2 select {
    width: 100%;
    width: 400px;
    max-width: 100%;
    margin: 0;
    padding: 3px 0px 3px 5px;
    border: 1px solid #9e9e9e;
}
.gform_footer .gform_button {
    background: black;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    width: 75px;
    height: 28px;
}
#input_1_5_6 {
    float: right;
    max-width: 145px !important;
    margin: 8px 0;
    border-radius: 0;
}
#input_1_5_6_label {
    float: left;
}
li#field_1_6 {
    padding-top: 0px;
    margin-top: -5px;
}
.gform_footer.top_label {
    margin: 0;
    margin-top: 5px;
    padding-top: 0;
    width: 75px;
}

input#gform_submit_button_1 {
    padding: 0;
}

#locations-map {
	background: url(images/oneal-locations-map.png) no-repeat 0 0;
	width: 700px;
	height: 425px;
	margin-top: -10px;
	margin-left: -10px;
}
#locations-map.north-america { background-position: -700px 0; }
#locations-map.south-america { background-position: 0 -425px; }
#locations-map.africa { background-position: -700px -425px; }
#locations-map.europe { background-position: 0 -850px; }
#locations-map.asia { background-position: -700px -850px; }
#locations-map.australia { background-position: 0 -1275px; }



.affiliate-logo img {
    width: 100%;
    height: auto;
}
/*
.affiliate-logo {
    max-width: 250px;
    float: right;
    border: 1px solid #cbd0cf;
    padding: 10px;
    margin-left: 20px;
}
*/
/* .affiliate.iowa-laser .affiliate-logo,
.single-oneal_affiliates.post-iowa-laser .affiliate-logo {
    background: #0e165f;
} */


.affiliate {
    margin-bottom: 30px;
}
.affiliate-logo {
	border: 1px solid #cbd0cf;
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	max-width: 678px;
}
.affiliate-logo img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0 auto;
	float: none;
	display: block;
}
.affiliate h1 {
    text-align: center;
    margin-bottom: 15px;
}
.affiliate h1 a {
    background: #EC2F2F;
    background: #000;
    padding: 2px;
    display: block;
    color: #fff;
    font-size: 16px;
}


a.button {
    background: #cbd0cf;
    padding: 7px 20px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
}
a.button.single-affiliate-link {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    background: #d0112b;
    color: #fff;
}

h1.business-group-h1 {
    background: #d0112b;
    color: #fff;
    text-align: center;
    padding: 4px;
    font-size: 20px;
}


.affiliate-details {
    margin-top: 30px;
}
li.affiliate-prod-type {
    width: 12.5%;
    float: left;
    text-align: center;
}
.product-types ul {
    list-style: none;
    width: 100%;
/*     border: 1px solid #6F6F6F; */
    overflow: auto;
}
li.affiliate-prod-type .type-top {
/*     background: #DDDDDD; */
/*     border-right: 1px solid #6F6F6F; */
    border-bottom: 1px solid #DDDDDD;
    color: #000;
    padding: 10.5px 6px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
	text-transform: uppercase;
	word-wrap: break-word;
	line-height: 1;
}
li.affiliate-prod-type .type-bottom {
    height: 28px;
    padding-top: 12px;
}
li.affiliate-prod-type.type-has-term .type-bottom {
    /* background: red; */
    /* background: #FFF url(images/marker-gray.png) repeat; */
/*     background: #F4F4F4; */
}
li.affiliate-prod-type.type-has-term .type-bottom .marker {
    background: #d0112b;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 auto;
    border: none;
}
li.affiliate-prod-type .type-bottom .marker {
    border: 1px solid #000;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0 auto;
}
li.affiliate-prod-type:last-of-type .type-top,
li.affiliate-prod-type:last-of-type .type-bottom {
    border-right: none;
}
li.affiliate-prod-type .type-bottom {
/*     border-right: 1px solid #6F6F6F; */
}


li.affiliate-prod-type:nth-child(7) .type-top,
li.affiliate-prod-type:nth-child(8) .type-top {
    padding: 5px;
    height: 21px;
}

.tax-oneal_product_type .affiliate {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0px;
}
/*
.tax-oneal_product_type .affiliate:nth-child(even) {
    margin-right: 0;
}
*/
.tax-oneal_product_type .affiliate-logo,
.single-oneal_locations .affiliate-logo {
    max-width: 321px;
}
.tax-oneal_product_type .affiliate h1 a,
.single-oneal_locations .affiliate h1 a {
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    background: #CBD0CF;
    color: #000;
}
.tax-oneal_product_type .affiliate h1,
.single-oneal_locations .affiliate h1 {
    margin-bottom: 0;
}


.tax-oneal_product_type .affiliate-logo,
.single-oneal_locations .affiliate-logo {	
	max-width: 202px;
}
.single-oneal_locations .affiliate-logo {
	max-width: 189px;
}
.tax-oneal_product_type .affiliate:nth-of-type(3n),
.single-oneal_locations .affiliate:nth-of-type(3n) {
	margin-right: 0;
}
.tax-oneal_product_type .affiliate h1 a,
.single-oneal_locations .affiliate h1 a {
	font-size: 10px;
}
.tax-oneal_product_type .affiliate,
.single-oneal_locations .affiliate {
	width: 32%;
	margin-right: 2%;
}


.affiliate-logo.group {
    margin-top: -21px;
    border: 5px solid #d0112b;
    max-width: 670px;
}



.metals-grades-list {
    clear: both;
}
.metals-grades-list .list-metal h4 {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1;
    padding: 4px 0;
}
.metals-grades-list .list-metal ul.metal-grades {
    list-style: none;
}
.metals-grades-list .list-metal ul.metal-grades li {
    float: left;
    width: 126px;
    margin: 0 5px 5px 0;
    background: #CBD0CF;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    padding: 0px 5px;
}
.metals-grades-list .list-metal {
    clear: both;
    margin-bottom: 8px;
    overflow: auto;
}
.metals-grades-list .list-metal ul.metal-grades li:nth-child(5n) {
    margin-right: 0;
}
#search-filters .filter {
    float: left;
    width: 33.33333%;
}


#search-filters {
    margin-bottom: 30px;
    overflow: auto;
}
#search-filters label {
    font-weight: bold;
    font-size: 13px;
}

.products-list .product-wrap {
    border: 2px solid #9E9E9E;
    margin-bottom: 18px;
    background: #F7F7F7;
    width: 100%;
}
.products-list .product-wrap h3 {
    font-size: 14px;
    padding-left: 5px;
    border-bottom: 1px solid #9E9E9E;
    background: #EAEAEA;
}
.products-list .product-details h4 {
    line-height: 1;
	padding: 4px 4px 0;
	font-size: 10px;
/* 	border-bottom: 1px solid #9E9E9E; */
	text-transform: uppercase;
}
.products-list .product-detail {
	width: 347px;
	float: left;
	background: #fff;
}
.products-list .product-detail.affiliates {
    clear: both;
    width: 100%;
    border-top: 1px solid #9E9E9E;
}
.product-details {
    overflow: auto;
}


.products-list .product-detail a {
	padding: 5px;
	line-height: 1;
	display: block;
	float: left;
	border-right: 1px solid;
	margin: 2px 0;
}
.products-list .product-detail a:last-of-type {
    border-right: none;
}
.products-list .product-wrap {
    float: left;
}
.products-list .product-wrap:nth-child(2n) {
    margin-right: 0;
}
.products-list .product-detail.shape {
    border-right: 1px solid #9E9E9E;
}
.products-list .product-detail h4 {
/*     background: #F7F7F7; */
}

.affiliate-details h3 {
    margin-bottom: 5px;
    float: left;
}
.types-legend {
    float: right;
    width: 245px;
    margin-top: 5px;
}
.legend-marker {
    /* background: #FFF url(images/marker-gray.png) repeat; */
/*     background: #FAFAFA; */
    background-size: 150px;
/*     border: 1px solid #6F6F6F; */
    width: 25px;
    height: 14px;
    float: left;
/*     margin-right: 5px; */
    margin-top: 7px;
}
.legend-marker .marker {
    background: #d0112b;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    margin-top: 2.5px;
    border-radius: 10px;
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: #FFF url(images/select-arrow.png) no-repeat -5px 3px;
   border-radius: 0;
   width: 85%;
   padding: 6px;
}
#search-filters select {
    width: 210px;
}
#search-filters .filter {
    width: 215px;
    margin-right: 27px;
}
#search-filters .filter:last-of-type {
    margin-right: 0;
}



.continent-city-list,
.continent-archive .-list {
    overflow: auto;
    margin-bottom: 30px;
}
.continent-city-list ul,
.continent-archive .-list ul {
    list-style: none;
}
.continent-city-list ul li,
.continent-archive .-list li {
    width: 25%;
    float: left;
    line-height: 1;
}
.continent-city-list ul li a,
.continent-archive .-list li a {
    font-size: 12px;
    line-height: 1.4;
    padding: 2px 0;
}
.continent-map {
	overflow: auto;
	margin-bottom: 35px;
}
.continent-map .button {
    margin-top: 20px;
}



.affiliate-card p {
    margin: 0;
    line-height: 1.2;
}
.affiliate-card {
    margin-bottom: 10px;
}



#search-filters  .searchandfilter h4 {
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    padding-bottom: 5px;
}
#search-filters  .searchandfilter ul li {
    float: left;
    width: 223px;
    margin-right: 15px;
}
#search-filters .searchandfilter ul li.sf-field-submit {
    clear: left;
}
#search-filters .searchandfilter ul li:nth-child(3) {
    margin-right: 0;
}
#search-filters .sf-field-submit input,
a.search.button {
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
    background: #d0112b;
    color: #fff;
    border: 0;
    padding: 2px 10px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
#search-filters .sf-field-submit input:hover,
a.search.button:hover {
    background: #cbd0cf;
    cursor: pointer;
    border: 1px solid #000;
    padding: 1px 9px;
    text-decoration: none;
}

#sidebar.sidebar-products .sidebarmenu li {
	line-height: 1;
	margin: 12px 0 !important;
}
#sidebar.sidebar-products .sidebarmenu li a {
	font-size: 13px !important;
	line-height: 11px;
}
#sidebar.sidebar-products .sidebarmenu li.header {
	margin-top: 0 !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
}


.post_parent-locations #search-filters {
    margin-bottom: 0;
    margin-top: 50px;
}


.page-template-page-locations .affiliate-logo img,
.location-search-results .affiliate-logo img {
    max-width: 105px;
    padding: 5px;
}
.affiliate-section {
/*     border: 1px solid #cbd0cf; */
/*     margin-bottom: 15px; */
    overflow: auto;
/*     border-bottom: 1px solid #DDDDDD; */
/* 	padding-bottom: 20px; */
	margin-bottom: 20px;
}
.affiliate-section h3 a {
    color: #000;
    background: #cbd0cf;
    display: block;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}
.page-template-page-locations .affiliate-logo,
.location-search-results .affiliate-logo {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 698px;
	border: none;
	border: 1px solid #cbd0cf;
/* 	  margin-bottom: 10px; */
	margin-bottom: 5px;
/* 	padding-bottom: 5px; */
}
/* .affiliate-section.iowa-laser .affiliate-logo {
    background: #0e165f;
} */

.affiliate-card {
    float: left;
    width: 212px;
    min-height: 57px;
    max-height: 57px;
    margin: 0px 5px 5px 0px;
    font-size: 11px;
    background: #EFEFEF;
    padding: 8px;
    text-align: center;
    border: 1px solid #CBD0CF;
}
.affiliate-card:nth-of-type(3n) {
    margin-right: 0;
}
.affiliate-card p.add-title {
    font-weight: 500;
}
.affiliate-location-contact .phone-email {
    margin-top: 5px;
}
.affiliate-facilities h3 {
    margin-bottom: 8px;
}
.search .affiliate-facilities h3 {
    margin-bottom: 0;
}

.location-search-results .affiliate-facilities {
    clear: both;
}
.location-search-results .search.button {
    margin-bottom: 20px;
}


.single-oneal_affiliates .affiliate-facilities {
    overflow: auto;
    margin-top: 25px;
}
/*
.single-oneal_affiliates .affiliate-card {
	margin: 0 5px 5px 0;
	width: 210px;
	min-height: 57px;
}
*/
/*
.single-oneal_affiliates .affiliate-card:nth-of-type(3n) {
    margin-right: 0;
}
*/

.affiliate-details .button.affiliate-products {
    clear: both;
    margin-top: 10px;
    display: block;
    text-align: center;
    padding: 7px;
    border-radius: 0;
    font-size: 11px;
    line-height: 1;
}


.affiliate-contact {
    margin-top: 30px;
    overflow: auto;
}
.affiliate-contact p {
    margin: 0;
    line-height: 1.4;
}
.affiliate-contact .left {
    float: left;
    margin-right: 30px;
}


.pin-style {
    cursor: default !important;
}


.search .affiliate-section {
/*     border: 1px solid #cbd0cf; */
    padding-bottom: 0px;
}

.msci {
    float:right;
    margin-top: -20px;
}

.msci img {
    border:none;
}


