/* New CSS stuff */

/* global and header stuff */
@import url('/fonts/OpenSans/stylesheet.css');


* { 
	margin: 0;
	padding: 0;
} 

body {
	font-family: open_sansregular;
	font-size: 12px;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6,strong,b {
    font-family: open_sansbold;
    font-weight: normal;
}

.clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
	background: #fff;
}
.clearfix {float: left; background: #fff; }

.center {
	text-align: center !important;
}
.noskype { display: none; }
/* Global HR Styles */
hr.clear, div.clear, li.clear { 
	height: 1;
	clear: both;
	color: #fff;
	background: #fff;
	border-color: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.floatleft {
	float: left;
	display: inline;
	width: 100%;
}

div.twocol { 
	float: left;
	display: inline;
	width: 371px;
	margin: 10px 30px 10px 0px;
}

#dltarget div.twocol { 
	width: 350px;
	margin: 0px 30px 10px 0px !important;
}
div.twocol h4 { 
	font-family: open_sansbold;
    font-weight: normal;
	font-size: 14px;
	margin-bottom: 8px;
	border-bottom: 1px solid #666;
}
div.twocol p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	text-align: justify;
}
div.twocol p a { text-decoration: underline !important; }

hr.rule { 
	margin: 0px 5px 0px 5px;
	border-width: 0px;
	height: 1px;
	width: auto;
	color: #aaa;
	background-color: #aaa;
	border-color: #aaa;
}

hr.blackrule {
	clear: left;
	color: #000;
	background: #000;
	height: 1px;
	border: 0;
	margin: 25px 0px 5px 0px;
}

/* global link style */
a:link, a:visited {
	color: #1b4721;
	text-decoration: underline;
}
a:hover, a:active {
	color: #51794b;
	text-decoration: underline;
}

a:link img, a:visited img, a:hover img, a:active img {
	text-decoration: none;
}

/* Main Layout Styles */
#site_contain {
	margin: 0px auto;
	width: 992px;
	background: #fff;
	margin-bottom: 20px;
}


#header {
	background: #fff url('../images/fts-newhead4.jpg') no-repeat;
	width: 987px;
	height: 130px;
	padding-left: 5px;
}

#headCont {
	float: right;
	display: inline;
	width: 139px;
	height: 80px;
	border-left: 1px solid #000;
}

#headRight {
	float: right;
	display: inline;
	width: 300px;
	height: 130px;
	margin: 0;
	padding: 0;
}


#homelink {
	float: left;
	display: inline;
	margin: 40px 0px 0px 5px;
	height: 50px;
	width: 325px;
}

#topnav {
	font-family: verdana;
	list-style-type: none;
	float: left;
	display: inline;
	width: 480px;
	margin-top: 15px;
}
#topnav li {
	float: left;
	display: inline;
	padding: 0px 8px;
	border-left: 1px solid #ccc;
	font-weight: normal;
	font-size: 10px;
}
#topnav li.first {
	border-left: 0px;
	padding-left: 8px;
}
#topnav a:link, #topnav a:visited {
	color: #fff;
	text-decoration: none;
}
#topnav a:hover, #topnav a:active {
	color: #000;
	text-decoration: none;
}

#logo {
	float: left;
}

#menu_row {
	padding:0;
	margin:0;
	border: 1px solid #000;
	width: 990px;
	text-align: center;
}

#menu_row ul {
    list-style: none;
    display: grid;
    width: 100%;
    grid-auto-flow: column;
}
#menu_row li {
    font-family: open_sansextrabold, sans-serif;
    font-size: 1rem;
    line-height: 1em;
    padding-block: .25rem;
    text-transform: uppercase;

}
#menu_row li:last-child a {
    border: none;
}

#menu_row a {
    color: black;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-block: .25rem;
    border-right: 1px solid #ccc;
}
#menu_row li:hover a, #menu_row li:active a {
    color: #668c3e;
}

#menu_row li.active {
    background: #58733c;
}
#menu_row li.active a, #menu_row li.active:hover a, #menu_row li.active:active a {
    color: white;
    border-color: white;
}

#bcrumbs {
	clear: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 6px 4px;
	background-color: #d0d8ab;
	color: #1b4721;
	margin: 0px 5px;
    font-family: open_sanssemibold;
	font-size: 11px;
}
#bcrumbs span {
	font-weight: normal;
	letter-spacing: 2px;
}
 

#bcrumbs a:link, #bcrumbs a:visited {
	color: #1b4721;
	text-decoration: none;
}
#bcrumbs a:hover, #bcrumbs a:active {
	color: #1b4721;
	text-decoration: underline;
}

#site_bg {
	clear: none;
	margin: 0px 5px;
	padding: 0px;
	background: url('../images/sitebg_both.jpg') repeat-y top left;
	float: left;
	display: inline;
	width: 982px;
}
#site_bg.noleft {
	background: url('../images/sitebg_right.jpg') repeat-y top left;
}

#right_side {
	float: right;
	display: inline;
	width: 170px;
}

#right_side a:link, #right_side a:visited {
	color: #1b4721;
	text-decoration: none;
}
#right_side a:hover, #right_side a:active {
	color: #1b4721;
	text-decoration: underline;
}
#right_side div {
	margin: 0px 5px 5px 5px;
	padding: 5px;
	border-bottom: 1px solid #999;
}


#cartinfo {
	padding-top: 4px !important;
	background: url('../images/newcart-black.jpg') no-repeat top left;
}

#cartinfo #cartitems {
	float: left;
	width: 28px;
	margin: 2px 0px 0px 2px;
	color: #fff;
    font-family: open_sanssemibold;
	text-align: center;
	font-size: 11px;
}


#cartinfo p {
	font-size: 10px;
	margin-left: 40px;
	text-align: right;
}
#cartinfo p label {
	float: left;
	width: 50px;
    font-family: open_sanssemibold;
	color: #1b4721;
	color: #000;
	text-align: left;
	font-size: 10px !important;
}
	
#callsales, #custdogtags, #freeshipping {
	color: #1B4721;
}
#mask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: url('/images/mask-bg.png') repeat top left;
	
}
#mlsu { font-family: open_sanssemibold;}

#mlsuform {
	top: -30px;
	right: -10px;
	display: block;
	display: none;
	position: absolute;
	width: 300px;
	border: 2px solid #fff !important;
	padding: 18px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	z-index: 1001;
	background: #333;
	color: #fff;
	text-align: left;
}

#mlsuform p {
	padding-bottom: 8px;
}
#mlsuform p label {
	float: left;
	display: inline;
	width: 100px;
}
#mlsuform p input {
	border: 1px solid #000;
	width: 190px;
	padding: 2px 4px;
	font-size: 14px;
}

#mlsuform p.mlsuHead {
    font-family: open_sansbold;
    font-size: 18px;
}

#duns {
	width: 150px;
	border-bottom: 0px !important;
	border-top: 1px solid #999;
}


#duns p {
	float: left;
	display: inline;
	width: 75px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

#duns p.impacHead {
    float: none;
    display: block;
    color: #000;
    font-size: 21px;
    text-align: center;
    line-height: 24px;
    margin: 4px 0px 2px 0px;
    font-family: open_sansbold;
    width: auto;
}


#callsales {
	padding: 5px 0px 10px 0px !important;
	margin-bottom: 0px !important;
	background: url('../images/phone-icon.jpg') no-repeat 70px 30px;
	height: 91px;
	width: 160px;
}

#custEmbroidery { 
	width: 160px;
	height: 97px;
	padding: 5px 0px 10px 0px !important;
}

#callsales p {
	font-size: 12px;
    font-family: open_sanssemibold;
	line-height: 13px;
}

#callsales p.callSalesNumber {
    font-size: 24px;
    line-height: 26px;
    font-family: open_sansbold;
}

#custdogtags {
	height: 80px;
	width: 155px;
	padding-right: 0px;
	background: url('../images/dogtags-side.jpg') no-repeat top left;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
}


#custdogtags a {
	display: block;
	width: 155px;
	height: 80px;
	text-decoration: none !important;
}

#custdogtags p.dogtagsHead {
	font-size: 14px;
	margin-left: 45px;
	padding-top: 6px;
	text-align: center;
	line-height: 18px;
    font-family: open_sansbold;
}
#freeshipping { 
	padding-top: 4px !important;
	background: url('../images/free-ship-side.jpg') no-repeat bottom left;
	height: 90px;
	width: 160px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-bottom: 1px solid #999;
}
#freeshipping2 { 
	padding-top: 4px !important;
	background: url('../images/fgs.jpg') no-repeat top center;
	height: 98px;
	width: 160px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-bottom: 1px solid #999;
}

#freeshipping p {
	margin-left: 60px;
	font-size: 11px;
	font-weight: normal;
}

#freeshipping p.fsheading {
    font-family: open_sansbold;
    font-size: 14px;
    margin-bottom: 16px;
    margin-left: 0;
}


#freeshipping2 p.until { 
	margin-top: 50px;
	margin-left: 70px;
	font-size: 10px;
}

#fblike { text-align: center; }

#side_menu {
	float: left;
	display: inline;
	width: 201px;
}


#side_menu #subcatHead {
	text-align: left;
	font-size: 14px;
	width: 191px;
	margin: 0px;
	padding: 5px 5px;
    font-family: open_sansbold;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px dotted #999;
}

#side_menu ul {
	width: 199px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	list-style-type: none;
}

#side_menu ul li { 
	text-align: left;
	padding: 0;
	border-bottom: 1px dotted #999;
	width: 199px;
}

#side_menu ul li a:link, #side_menu ul li a:visited {
	display: block;
	width: 187px;
	padding: 4px 6px 4px 6px;
	color: #000;
	text-decoration: none;
}

#side_menu ul li a:hover, #side_menu ul li a:active {
	display: block;
	width: 187px;
	padding: 4px 6px 4px 6px;
	color: #1b4721;
	color: #000;
	background: #eee;
	text-decoration: none;
}

#side_menu ul li.current a:link, #side_menu ul li.current a:visited, #side_menu ul li.current a:active, #side_menu ul li.current a:hover {
	/*background: #eee url('../images/smlchev.png') no-repeat 188px center;*/
	background: #eee;
	color: #1b4721;
	display: block;
	width: 187px;
    font-family: open_sanssemibold;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

#site_content {
	background: #fff;
	width: 611px;
	float: left;
	display: inline;
	border-top: 1px solid #000;
}


main.wide {
	width: 812px !important;
}


#site_content h1.heading {
	font-size: 22px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #000;
	text-align: center;
	width: auto !important;
    font-family: open_sansbold;
    font-weight: normal;
}

#site_content.wide h1.heading {
	margin-left: 0px !important;
	margin-right: 10px;
	text-align: left;
}


#site_content p.noresults { 
	margin: 10px 0px 10px 10px;
	text-align: center;
    font-family: open_sanssemibold;
}

div.wide h1.heading {
	margin-left: 5px !important;
	font-style: italic;
	text-align: left;
}



/* ITEM WRAPPER STYLES */
div.container {
	width: 601px;
	margin: 0px 5px 20px 5px;
	padding: 0;
	border-bottom: 1px solid #aaa;
}
div.lc { margin-bottom: 0; border-bottom: 0; }
div.nb { border-bottom: 0; }

div.container p { 
	padding: 0px;
	margin: 10px;
	margin-right: 0;
	margin-bottom: 0;
	text-align: left;
} 


div.container div.content {
	width: 600px;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	padding-bottom: 10px;
}

div.container div.content h2 {
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
	padding-bottom: 0px;
	margin: 10px 0px 0px 0px;
}
div.container div.content h2  img {
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}

div.container div.content h2 a:link, div.container div.content h2 a:visited {
	color: #000;
	text-decoration: none;
}
div.container div.content h2 a:hover, div.container div.content h2 a:active {
	color: #999;
	text-decoration: none;
}

h2.catview {
	font-size: 16px !important;
	margin-top: 0px !important;
}

div.container p.bottombox,
div.mobile-container p.bottombox {
	float: left;
	display: inline;
	margin: 0px;
	margin-top: 10px;
	margin-left: 0px;
	width: 138px;
	font-size: 14px;
	text-align: left;
}

span.itemsku { font-size: 14px; line-height: 18px; word-wrap: break-word; }
span.itemprice { font-size: 14px; line-height: 18px; }
span.itemprice span.regprice { color: #999; font-style: italic; }

p.small {
	width: 109px;
}
 
div.container div.content div.outstock {
	float: right;
	display: inline;
	padding: 0px;
	width: 162px;
	margin: 10px 0px;
	background: #fff;
	border: 1px solid #333;
} 
div.container div.content div.outstock p.osNotice {
	text-align: center !important;
	margin: 0px;
	padding: 2px 0px;
	font-size: 14px;
	color: #fff;
	background: #333;
	text-align: left;
}

div.container div.content div.outstock p {
	font-size: 10px;
	color: #333;
	margin-right: 0px;
	text-align: center !important;
}

 

div.container div.content div.options {
	float: right;
	display: inline;
	padding: 0px;
	width: 200px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}




div.container div.content div.nobg {
	/*background: #fff;
	border: 1px solid #fff;*/
}


div.container div.content div.options h3 {
	text-align: left;
	margin: 2px 8px;
	padding: 0px 0px 3px 0px;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #000;
	text-align: left;
}

div.container div.content div.options p {
	color: #000;
	padding-bottom: 4px;
}


div.container div.content ul {
	padding-left: 25px;
}
div.container div.content div.options p.option_row, div.container div.content div.outstock p { 
	margin: 5px 0px;
	text-align: right;
	width: 162px;
	position: relative;
	height: 20px;
}

div.container div.content div.options p.option_row input {
	width: 190px;
	padding: 2px 4px;
	color: #1B4721;
	font-size: 14px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

div.container div.content div.options p.option_row input#dt_line_one-16266,
div.container div.content div.options p.option_row input#dt_line_two-16266,
div.container div.content div.options p.option_row input#dt_line_three-16266,
div.container div.content div.options p.option_row input#dt_line_four-16266,
div.container div.content div.options p.option_row input#dt_line_five-16266 { text-transform: uppercase; }

div.container div.content div.options p.option_row select {
	width: 200px;
	padding: 2px 2px 2px 4px;
	color: #1B4721;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

div.container div.content div.options p.option_row select option { 
	padding: 0px 4px;
	margin: 2px 0px;
	font-size: 14px;
}

p.option_row label, div.container div.content div.outstock p label {
	float: left;
	display: inline;
	width: 100px;
    font-family: open_sanssemibold;
	padding-top: 0px;
	margin: 0;
	color: #4e3700;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
}

input.off { 
	color: #999 !important;
	font-style: italic;
}
input.on { 
	color: #1B4721 !important;
	font-style: none;
}
p.divider {
	height: 1px !important;
	border-bottom: 1px solid #999;
	line-height: 1px !important;
	font-size: 1px;
}

p.blank {
	margin-top: 0px !important;
	border: 0px !important;
}

p.hidden {
	height: 52px !important;
	visibility: hidden;
}

p.hide {
	visibility: hidden;
}

/* additional styles for category view */

div.container div.imgholder,
div.mobile-container div.imgholder {
	float: left;
	display: inline;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

div.container div.imgholder a {
	color: #000;
}

div.container div.rightc {
	float: left;
	display: inline;
	clear: none;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

div.rightc p, div.productDescription p { 
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 16px;
}

div.rightc ul, div.productDescription ul { 
	margin-bottom: 12px;
}
div.rightc ul li, div.productDescription ul li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
}

p.nocl {
	clear: none;
}

span.bigred {
	font-size: 14px;
	color: #c00;
    font-family: open_sanssemibold;
}

img.bgimg {
	margin: 10px auto;
}
 
/* Shopping Cart styles */
#cartDetail {
	background: url('../images/cart.jpg') no-repeat top left;
	border-top: 1px solid #000;
	height: 24px;
}
#cartDetail a {
	display: block;
	height: 100%;
	width: 111px;
    font-family: open_sanssemibold;
	color: #000;
	text-decoration: none;
	line-height: 11px;
	padding-left: 28px;
}

#cartDetail a:hover, #cartDetail a:active {
	color: #999;
}

#cartDetail a span.label {
	float: left;
	display: inline;
	width: 45px;
}
#cartDetail a span.info {
	float: left;
	display: inline;
	width: 55px;
}

a.hinfo:link,
a.hinfo:visited
{
    color: #000;
    text-decoration: none;
    font-family: open_sanssemibold;
}

a.hinfo:hover,
a.hinfo:active
{
color: #999;
}
#custsvc {
	text-align: left;
	line-height: 15px;
	margin: 0px 10px 0px 0px;
}
#custsvc img {
	margin-left: 5px;
	margin-right: 3px;
	border: 0;
	vertical-align: middle;
}

#searchdiv
{
float: left;
display: inline;
height: 20px;
width: 137px;
margin: 2px auto 0px auto;
padding: 0px 0px 0px 2px;
border-bottom: 1px solid #000;
}

#snhead {
	float: right;
	display: inline;
	margin: 100px 8px 0px 0px;
	width: 56px;
	height: 25px;
}
#snhead a {
	float: right;
	display: inline;
	height: 25px;
	width: 25px;
	border: 0;
	margin-left: 3px;
}

#searchform {
float: right;
display: inline;
margin-top:100px;
margin-right: 5px;
width: 141px;
}

#searchgo {
	float: right;
	display: inline;
	height: 23px;
	width: 23px;
	margin-top: 0px;
	margin-right: 0px;
}
input.searchbox
{
float: right;
display: inline;
margin-right: 2px;
margin-top: 1px;
border: 0px;
background-color: transparent;
padding: 4px 0px 2px 8px;
width: 108px;
height: 14px;
    font-family: open_sanssemibold;
font-size: 12px;
color: #333;
}

/* HOME PAGE */
#home_special {
	margin: 8px 0px;
	text-align: center;
} 

#home_special p.headline {
	font-size: 30px;
    font-family: open_sanssemibold;
	line-height: 32px;
}

#home_special p {
	font-size: 16px;
	line-height: 18px;
}

#emb-home-img {
	margin: 10px 0;
	width: 799px;
	height: auto;
}
#feathead {

	text-align: center;
	margin: 20px auto 8px auto;
	width: 100%;
	font-family: open_sanssemibold;
    font-size: 20px;
    letter-spacing: .3em;
}
#home-feat-contain {
	float: left;
	display: inline;
	width: 812px;
}



p.home-coupon {
    text-align: center;
    font-family: open_sansextrabold;
    color: #1b4721;
    font-size: 22px;
    padding: 20px 0;
}


div.front-textbox {
	width: 800px;
	background: url('../images/front-txt-bg.jpg') top left no-repeat;
	padding: 10px 0 0 0;
	margin: 0 0 5px 2px;
	clear: both;
}

div.front-textbox div {
	width: 800px;
	background: url('../images/front-txt-bg.jpg') bottom left no-repeat;
	margin: 0;
	padding: 0 0 10px 0;
}

div.front-textbox div h1 {
	float: left;
	display: inline;
	width: 520px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 14px;
}
div.front-textbox div h3,
div.front-textbox div h4 {
	float: left;
	display: inline;
	width: 260px;
	margin: 0 20px 0 0;
	text-align: justify;
	font-size: 11px;
    font-family: open_sansregular !important;
    font-weight: normal !important;
}
div.front-textbox div img {
	float: left;
	display: inline;
	margin: 16px 25px;
}


div.fpfloater {
	float: left;
	display: inline;
	width: 197px;
	margin-right: 5px;
	margin-bottom: 12px;
	text-align: center;
}
div.fptop { 
	background: url('../images/fp_top.jpg') no-repeat top left;
	width: 197px;
	height: 5px;
}
div.fpbg { 
	background: url('../images/fp_bg.jpg') repeat-y;
} 
div.fpbutton { 
	width: 197px;
	height: 56px;
	background: url('../images/fp_button.jpg') no-repeat top left;
}

div.fpbutton p label { 
	color: #333;
    font-family: open_sanssemibold;
	font-size: 14px;
	float: left;
	display: inline;
	width: 98px;
}
div.fpbutton p span {
    font-family: open_sanssemibold;
	color: #333;
	font-size: 14px;
	float: left;
	display: inline;
	width: 87px;
	margin-right: 12px;
	text-align: right;
}

div.fpbutton p.fpname { 
	font-size: 11px;
    font-family: open_sanssemibold;
	padding: 4px 7px 0px 6px;
	line-height: 11px;
	margin-bottom: 2px;
	height: 26px;
}


div.fpbutton a:link, div.fpbutton a:visited { 
	color: #1b4721;
	text-decoration: none;
}
div.fpbutton a:hover, div.fpbutton a:active {
	color: #597b43;
	text-decoration: none;
}	
div.fpspacer {
	float: left;
	clear: left;
	width: 812px;
	display: inline;
	height: 10px;
}
.imgholder a:link, .imgholder a:visited {
	text-decoration: none;
	color: #666 !important; 
} 
.imgholder a:hover, .imgholder a:active {
	text-decoration: none;
	color: #000 !important;
}



/* Search Results */


p.sfor { 
	margin: 0px 0px 2px 0px;
	text-align: left;
    font-family: open_sanssemibold_italic;
	font-style: italic;
}

span.searchword {
	color: green;
}

p.searchloc {
	font-size: 10px;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
p.searchloc a:link, p.searchloc a:visited {
	color: #333;
	text-decoration: none;
}
p.searchloc a:hover, p.searchloc a:active {
	color: #000;
	text-decoration: underline;
}

p.resnum { 
	color: #333;
	font-style: italic;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}

span.fsterms a { color: #999; font-size: 10px; font-style: italic; }

input.additems {
	width: 110px;
	height: 24px;
	background: url(../images/a2c.jpg) top left no-repeat;
	border: 0;
	padding: 0;
	cursor: pointer;
}

input.additems:hover {
	background-position: bottom left;
}

input.notifyme {
	width: 110px;
	height: 24px;
	background: url(../images/notifyme.jpg) top left no-repeat;
	border: 0;
	padding: 0;
	cursor: pointer;
}

input.notifyme:hover {
	background-position: bottom left;
}

#catMatches {
	float: right;
	display: inline;
	width: 198px;
	margin-right: 5px;
}

#catMatches h3 {
	font-size: 16px;
	padding-bottom: 3px;
	margin: 0px 0px !important;
	border-bottom: 1px solid #aaa;
}

#catMatches ul {
	list-style: none;
	margin: 0;
	margin-left: 2px;
	width: auto;
}
#catMatches ul li {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #aaa;
	margin: 0px;
}
#catMatches ul li a:link, #catMatches ul li a:visited {
	text-decoration: none;
    font-family: open_sanssemibold;

}
#catMatches ul li a:hover, #catMatches ul li a:active {
	text-decoration: underline;
    font-family: open_sanssemibold;
}
#catMatches ul li span {
	font-size: 10px;
	display: block;
	line-height: 10px;
	color: #999;
}
#catMatches ul li span a { color: #999; text-decoration: none; font-weight: normal !important; }

#search_wrapper {
	width: 601px;
	border-right: 1px solid #aaa;
	float: left;
	display: inline;
	margin-left: 1px;
}

#search_wrapper div.container {
	margin-right: 0; margin-left: 0; width: 590px;
}

#search_wrapper div.lc { padding-bottom: 0; }


/* Category View */
#catmenu {
	float: left;
	display: inline;
	width: 601px !important;
	margin: 0px 5px;
	margin-bottom: 8px;
	padding: 0px 0px 2px 0px;
	background: #eee;
	border-bottom: 1px solid #999;
}
#jumpcat {
	float: left;
	display: inline;
	width: 350px;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align: left;
	width: auto !important;
}	
#jumpcat select {
	margin-bottom: 2px;
	font-size: 12px;
}
#rppcontain { 
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
}
	
p.rpp {
	margin: 4px 5px 2px 5px;
	text-align: right;
    font-family: open_sanssemibold;
}

#numres { font-size: 12px; }

#subcats {
	margin: 20px 5px;
	text-align: center;
}

#subcats p.hline {
    font-family: open_sansbold;
    fotn-weight: normal;
    font-size: 18px;
}

#service_award_wrapper {
	margin-left: 50px; text-align: left;
}

#subcats section.catcontain
{
    display: inline-block;
    vertical-align: top;
	width: 587px;
	margin: 0px 7px;
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

#subcats div.lastrow {
	border-bottom: 0;
}



#subcats section.catsubcontain
{
	padding: 10px 10px 0px 10px;
    display: inline-block;
	clear: none;
	width: 175px;
	text-align: center;
	height: 200px;
    vertical-align: top;
}


#subcats img {
	border: 0px solid #000 !important;
    margin: 20px auto 0 auto;
	display: block;
	height: 150px;
	width: auto;
}

#subcats a {
	font-size: 12px;
    font-family: open_sanssemibold;
}

#subcats section.catsubcontain h1 {
    font-family: open_sanssemibold;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

h2.catcopy {
	clear: both;
	margin: 10px 12px;
	text-align: justify;
	color: #666;
	font-weight: normal;
    font-family: open_sansregular;
    font-size: 12px;
    line-height: 18px;
}

#catblurb {
	margin: 0px 20px;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
#catblurb img {
	float: left; 
	display: inline;
	vertical-align: top;
	margin-right: 10px;
}

#pinback { width: 400px; margin-left: 105px; margin-bottom: 20px; }
#pinback img {
	float: left;
	display: inline;
	border: 0;
}
#pinback p {
	margin-left: 60px;
	padding:0;
	padding-top: 10px;
}


/* SA Styles */
a.sabox { 
	float: left;
	display: inline;
	width: 452px;
	padding: 8px;
	background: #eee;
	border: 1px solid #ccc;
	font-size: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	margin-right: 50px;
	color: #666;
    font-family: open_sanssemibold;
	text-decoration: none;
	padding-left: 49px;
}
a.sabox:hover { color: #51794b; background: #e1eecb; }
	
a.sabox span { float: left; display: inline; }
a.sabox img {
border: 1px solid #ccc; vertical-align: middle; margin-right: 8px;	margin-left: -41px;
}

/* Paging Styles */



.result_page {
	margin: 0px 5px 0px 5px;
	padding: 2px 0;
	width: 601px;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	background: url(../images/rpbg.jpg) top left no-repeat;
	border: 0;
	clear: both;
	text-align: center;
	color: #666;
}

.result_page span {
	padding: 3px 3px;
}

.result_page a {
	font-family: open_sanssemibold;
	text-decoration: none;
	color: #333;
	padding: 3px 3px;
}

.result_page a:hover {
	background: #fff;
	padding: 2px 2px;
	border: solid 1px #ccc;
	text-decoration: underline;
}

.result_page span.page, #result_page span.current {
	color: #333;
    font-family: open_sanssemibold;
}

.result_page span.current {
	padding: 3px 8px;
}

.result_page span.sep {
	color: #333;
}

/* shopping cart table */

#cart {
	margin: 20px 0px 0px 0px;
	border: 1px solid #516937;
}

#cart a {
	color: #000;
	text-decoration: none;
}
#cart a:hover { text-decoration: underline; }

#cart th {
	color: #fff;
	background: #516937;
	padding: 4px 10px 4px 10px;
    font-family: open_sanssemibold;
    font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #516937;
}

#cart th.check { width: 15px; text-align: left; padding-right: 0px; }/*25px*/
#cart th.sku { width: 80px; text-align: left; padding-right: 0px; } /*90px*/
#cart th.item { width: 410px; text-align: left; } /*435px*/
#cart th.qty { width: 73px; text-align: center; } /*88px*/
#cart th.price { width: 60px; text-align: right;} /*160px*/

#cart th.check input, #cart td.check input { width: 15px !important; } /* ie7 fix */

#cart td {
	border-bottom: 1px solid #516937;
	padding: 4px 10px 4px 10px;
	vertical-align: top;
	font-size: 12px;
}

#cart tr.lastrow td { 
	border-bottom: 0;
}
#cart td.check { width: 15px; text-align: left; padding-right: 0px; word-wrap: break-word; }
#cart td.sku { width: 80px; padding-right: 0px; }
#cart td.image { width: 32px; padding: 4px 0px 4px 10px; }
#cart td.item { width: 368px; }
#cart td.qty { width: 43px; text-align: center; font-size: 10px; padding-left: 10px; padding-right: 0px; } /* 55*/
#cart td.refresh { width: 30px; padding: 4px 6px 4px 4px; } /*35*/
#cart td.price { text-align: right; }

#cart td.final { width: 68px; padding-left: 10px; padding-right: 10px; font-family: open_sanssemibold; font-size: 12px; }

#cart input { height: 12px; width: 25px; }

#cart input.refreshButton {
	height: 35px !important;
	width: 30px !important;
	border: 0px !important;
	background: url('../images/refresh2.jpg') no-repeat top left;
	cursor: pointer;
}


#cart td.qty input.qtybox {
	font-size: 14px;
    font-family: open_sanssemibold;
	border: 1px solid #516937;
	color: #516937;
	width: 33px;
	height: 12px;
	padding: 4px 4px;
	text-align: right;
}

img.cartThumb {
	border: 1px solid #666;
}

#cart tr td span.itemOpts {
	width: auto;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	display: block;
	color: #666;
	background: #eee;
	padding: 3px;
	padding-left: 8px;
	margin-top: 2px;
}

p.noitems,
td.noitems {
    font-family: open_sanssemibold;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	border-top: 0;
	margin-right: 12px;
}

/* totals table */
#totalContain {
	float: right;
	width: 300px;
	display: inline;
	min-height: 120px;
	margin-bottom: 10px;
}

#totals {
	width: 250px;
	float: right;
	display: inline;
	border: 1px solid #516937;
	border-top: 0;
	margin-right: 12px;
	margin-bottom: 4px;
}

#totals td.label {
	width: 115px;
	padding: 6px 8px 6px 2px;
    font-family: open_sanssemibold;
	font-size: 14px;
	background: #516937;
	color: #fff;
	text-align: right;
	border: 0px;
}

#totals td.snote {
	font-size: 10px;
	text-align: left;
	font-style: italic;
	padding: 6px 8px;
	vertical-align: top;
	border: 0px;
}

#totals td.value {
	width: 113px;
	padding: 6px 10px 6px 0px;
    font-family: open_sanssemibold;
	font-size: 14px;
	text-align: right;
	border: 0px;
}

#totals td.total {
	border: 0px;
	border-top: 2px solid #516937;
}

#totals td input.zipbox {
	float: left;
	display: inline;
	border: 1px solid #333;
	width: 60px;
	font-size: 12px;
	line-height: 12px;
	height: auto;
	margin-top: 5px;
	padding: 2px 4px;
	margin-left: 8px;
}

#totals td #zipgo {
	float: right;
	display: inline;
	padding: 0px 4px 2px 4px;
	line-height: 12px;
	font-size: 12px;
	font-size: 12px;
	height: 21px;
	margin-top: 5px;
}

#totals td select { float: left; display: inline; margin-left: 8px; width: 108px; border: 1px solid #333; font-size: 12px; }

/* Shopping Cart Page */
p.fseinfo {
	font-size: 14px;
    font-family: open_sanssemibold;
	text-align: center;
	margin: 12px 10px 12px 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	color: #000;
}


p.fseok {
	font-size: 14px;
    font-family: open_sanssemibold;
	text-align: center;
	margin: 12px 0px 0px 0px;
	color: green;
}

p.fseok em, p.fseinfo em {
	font-size: 10px;
	font-style: normal;
}

#wsfloat {
	margin-top: 4px;
	float: left;
	display: inline;
	padding-left: 11px;
}
#wsfloat select {
	margin-top: 3px;
	min-width: 120px;
	border: 1px solid #333;
	font-size: 12px;
}
	

#continueLink {
	margin-top: 20px;
	text-align: left;
	width: auto;
	font-size: 14px;
    font-family: open_sanssemibold;
	float: left;
	display: inline;
	clear: left;
}

#updateTotals {
	float: right;
	display: inline;
	margin-top:6px;
	margin-right: 34px;
	cursor: pointer;
	width: 205px;
	height: 35px;
	border: 0;
	background: url('../images/update-totals.jpg') no-repeat top left;
}
#updateTotals:hover {
	background-position: bottom left;
}

#psEM, #psGD {
	float: right;
	clear: right;
	width: 250px;
	margin-right: 12px;
    font-family: open_sanssemibold;
	color: #c00;
	font-size: 12px;
	text-align: center;
}
#psGD {
	color: #999;
	font-style: italic;
}


#checkoutbutton {
    font-family: open_sanssemibold;
	padding: 4px 0px;
	width: 211px;
	float: right;
	clear: right;
	display: inline;
	margin-top: 4px;
	color: green;
}

#secure_footer {
	float: left;
	display: inline;
	width: 812px;
}

#tax_note {
	text-align: left;
	font-style: italic;
	color: #1b4721;
	font-weight: bold !important; 
	margin: 12px 0px 3px 0px;
	
}
#cards {
	float: right;
	display: inline;
	margin-top: 14px;
	margin-right: 10px;
}

#ssllock {
	float: right;
	display: inline;
	margin-top: 14px;
	margin-right: 10px;
}

div.AuthorizeNetSeal {
	float: right; 
	display: inline;
	margin-right: 10px !important;
}
#secure_cert {
	float: right;
	display: inline;
	width: 115px;
	height: 55px;
	margin-top: 14px;
	margin-right: 10px;
}

#secure_notes {
	float: left;
	display: inline;
	width: 373px;
	margin-left: 10px;
	font-size: 11px;
}


#cartcards {
	clear: right;
	padding-top: 30px;
	text-align: center;
}

.checkoutButton, #totals input.checkoutButton, div.next input.checkoutButton, div.checkout p input.checkoutButton, div.signin p input.checkoutButton { 
	border: 1px solid #333;
	background: url('../images/checkout-button-bg.jpg') repeat-x top left;
    font-family: open_sanssemibold;
	padding: 0px 4px 2px 4px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #eee;
	cursor: pointer;
}
div.checkout p input.cSmall {
	font-size: 11px;
	height: 19px;
	line-height: 18px;
	margin-top: -1px;
	vertical-align: middle;
}

.checkoutButton:hover, #totals input.checkoutButton:hover, div.next input.checkoutButton:hover, div.checkout p input.checkoutButton:hover, div.signin p input.checkoutButton:hover {  
	color: #fff;
}
.checkoutButton:active, #totals input.checkoutButton:active, div.next input.checkoutButton:active, div.checkout p input.checkoutButton:active, div.signin p input.checkoutButton:active { 
	background-position: 0px -60px;
}

.formError {
	background: yellow !important;
}


#cartExtras {
	float: right;
	display: inline;
	margin-top: 6px;
	margin-right: 50px;
	width: 202px;
}
#couponbox {
	width: 200px;
	border: 1px solid #516937;
}
#couponbox h3 {
	padding: 4px 0px;
	background: #516937;
	color: #fff;
	text-align: center;
	margin: 0;
}

#couponbox p {
	text-align: center;
	color: #000;
	margin: 6px 0px;
}
#couponbox #coupon {
	border: 1px solid #000;
	padding: 3px;
	width: 110px;
	border-right: 0px;
}

#couponbox p input.checkoutButton {
	height: 23px;
	line-height: 20px;
	vertical-align: top;
}

#buy_table {
	margin: 20px 0px 0px 0px;
	border: 1px solid #516937;
	border-bottom: 0px;
	width: 800px;
}

#buy_table a {
	color: #000;
	text-decoration: none;
}
#buy_table a:hover { text-decoration: underline; }

#buy_table th {
	color: #fff;
	background: #516937;
	padding: 4px 10px 4px 10px;
	font-weight: normal;
    font-family: open_sanssemibold;
	font-size: 14px;
	border-bottom: 1px solid #516937;
	text-align: left;
}

#buy_table th.img { width: 30px; }/*50px*/

#buy_table td {
	border-bottom: 1px solid #516937;
	padding: 4px 10px 4px 10px;
	vertical-align: top;
	font-size: 12px;
}

#buy_table th.qty,
#buy_table td.qty { 
	text-align: center;
	width: 80px;
}
#buy_table td.qty input {
	width: 30px;
	border: 1px solid #000;
	text-align: center;
    font-family: open_sanssemibold;
	padding: 5px;
}	

#buy_table th.details,
#buy_table td.details { 

} 

#buy_table td.sku {
    font-family: open_sanssemibold;
}

#buy_table th.price,
#buy_table td.price { 
	width: 80px;
}

#buy_table p.option_row { 
	margin: 5px 0px;
	text-align: right;
	width: 162px;
	position: relative;
	height: 20px;
}

#buy_table p.option_row input {
	width: 190px;
	padding: 2px 4px;
	color: #1B4721;
	font-size: 14px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#buy_table p.option_row input#dt_line_one-16266,
#buy_table p.option_row input#dt_line_two-16266,
#buy_table p.option_row input#dt_line_three-16266,
#buy_table p.option_row input#dt_line_four-16266,
#buy_table p.option_row input#dt_line_five-16266 { text-transform: uppercase; }

#buy_table p.option_row select {
	width: 200px;
	padding: 2px 2px 2px 4px;
	color: #1B4721;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#buy_table p.option_row select option { 
	padding: 0px 4px;
	margin: 2px 0px;
	font-size: 14px;
}

#buy_table p.option_row label {
	float: left;
	display: inline;
	width: 100px;
    font-family: open_sanssemibold;
	padding-top: 0px;
	margin: 0;
	color: #4e3700;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
}

div#coupon-message {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
	padding: 2px;
    padding-left: 80px;
	width: 716px;
	height: 68px;
	clear: both;
}

div#coupon-message h3 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 1px;
	margin-top: 4px;
}

div#coupon-message.notice {
    background: url("../images/InfoBox.png") no-repeat 4px 3px #EEEEEE;
    border: 1px solid #6B7ABB;
    color: #000;
}
div#coupon-message.warning {
    background: url("../images/Warning.png") no-repeat 4px 3px #ffdf8a;
    border: 1px solid #ce9600;
    color: #000;
}
/* Static Pages */

/* Customer Service */
#custSvc { margin-right: 10px; }
#custSvc p { margin-right: 200px; }

#custSvc h2 a { 
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	float: right;
	height: 16px;
	display: inline;
	width: auto;
	padding-right: 18px;
	background: url('../images/uparrow.gif') no-repeat top right;
}

ul.jump {
	width: 380px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.jump li {
	padding: 3px;
    font-family: open_sanssemibold;
}


#shippingChart { width: 100%; border: 1px solid #000; border-bottom: 0; }
#shippingChart td {
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #000;
}
#shippingChart th {
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 14px;
}
#shippingChart td.subtotal, #shippingChart th.subtotal { text-align: left; }

/* Cookies Info Page */   
#cookies {
	text-align: left;
	width:90%;
}

#cookies div {
	background: #eeeeee;
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
	margin: 0px 0px 20px 0px;
}

#cookies li {
	margin: 4px 0px 4px 0px;
}

#cookies h1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

#cookies label.sml {
	float: left;
	width: 100px;
}

#cookies label {
	float: left;
	width: 450px;
}


#cookies { margin-left: 11px; }

#site_contain #cookies ul { padding-left: 40px; }


/* Contact US Page */

#map img {
	width: 100%;
	height: auto;
}

#contactinfo { margin-right: 10px; }

#contactinfo p {
	margin-left: 11px;
	margin-top: 20px;
}
 
#contactinfo tt {
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-left: 15px;
}

#contactinfo p label {
	width: 120px;
	float: left;
	display: inline;
    font-family: open_sanssemibold;
}

#contactinfo p label.emails {
	width: 250px;
	font-weight: normal;
}

p.contact_emails {
	margin-top: 4px; padding-bottom: 2px; border-bottom: 1px dashed #999;
}


/* About Us Page */
#aboutus { margin-top: 10px; margin-right: 10px; }

#aboutus p {
	text-align: justify;
	line-height: 20px;
	font-size: 14px;
}

#aboutus img.right
{
	border: 1px solid #000000;
	margin: 2px 0px 2px 8px;
	float: right;
	clear: none;
}

#aboutus img.left
{
	border: 1px solid #000000;
	margin: 2px 8px 2px 0px;
	float: left;
	clear: none;
}

#aboutus img
{
	border: 1px solid #000000;
}


/* CHECKOUT SECTION */
input.chkbutton {
	width: 205px;
	height: 35px;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px !important;
	cursor: pointer;
}
input.chkbutton:hover {
	background-position: bottom left;
}

input.p2c {
	float: right;
	clear: right;
	display: inline;
	margin-top: 4px;
	margin-right: 34px;
	background: url('../images/proceedcheckout.jpg');
}

input.cands {
	background: url('../images/confirm-and-submit.jpg');
}



/* Site Footer */
#bottomb {
	height: 1px;
	width: 982px;
	float: left;
	display: inline;
	clear: both;
}

#brb {
	height: 1px;
	width: 170px;
	border-bottom: 1px solid #000;
	float: right;
	display: inline;
	clear: none;
	font-size: 1px;
}

#blb {
	height: 1px;
	width: 201px;
	border-bottom: 1px solid #000;
	float: left;
	display: inline;
	clear: none;
	font-size: 1px;
}

footer {
    display: block;
    with: 100%;
}
#footer {
	float: left;
	display: inline;
	width: 982px;
	margin: 12px 0px 0px 5px;
	clear: both;
	color: #333;
}

#footer p#links {
	float: left;
	display: inline;
	width: 982px;
	border-bottom: 1px solid #999;
	padding: 8px 0px 4px 0px;
	text-align: center;
}

#footer a:link, #footer a:visited, #prefoot a:link, #prefoot a:visited {
	font-size: 11px;
	color: #333;
}

#footer a:hover, #footer a:active, #prefoot a:hover, #prefoot a:active {
	font-size: 11px;
	color: #aaa;
}

#footer p#copyright {
	float: right;
	display: inline;
	font-size: 10px;
    font-family: open_sanssemibold;
	width: 300px;
	padding: 0px;
	padding-top: 2px;
	text-align: right;
}

#footer p#ccards {
	float: left;
	display: inline;
	font-size: 10px;
    font-family: open_sanssemibold;
	width: 400px;
	padding: 0px;
	padding-top: 2px;
	text-align: left;
}

/* XAV ERROR
--------------------------------------------------------------------------------------- */
div.xav {
	width: 358px;
	height: 255px;
	float: left;
	display: inline;
	margin: 0 20px 15px 20px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	background-image: url('../images/ErrorCircle.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

div.notice {
	background-image: url('../images/InfoBox.png');
}
div.warning {  
	background-image: url('../images/Warning.png');
}

div.xav h1 {
	float: none;
	color: #000000;
	margin: 7px 10px 6px 80px;
	padding: 0;
	font-size: 20px;
}
div.xav p {
	color: #000000;
	margin: 4px 10px 6px 80px;
	padding: 0;
	font-size: 12px;
}

div.xav p label {
	font-style: normal;
    font-family: open_sanssemibold;
	float: none;
	display: inline;
}
div.xav ul {
	width: auto;
	color: #000000;
	margin: 4px 10px 6px 100px;
	padding: 0;
}

div.xav ul li {
	color: #000000;
	font-size: 12px;
	margin-bottom: 4px;
}

/* ERROR 
--------------------------------------------------------------------------------------- */
div.cleanError {
	float: left;
	display: inline;
	background-color: #eeeeee;
	border: 1px solid #999999;
	background-image: url('../images/ErrorCircle.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	margin: 0 20px 15px 20px;
}
div.cleanError h1 {
	float: none;
	color: #000000;
	margin: 7px 10px 6px 80px;
	padding: 0;
	font-size: 20px;
}
div.cleanError p {
	width: auto;
	color: #000000;
	margin: 4px 10px 6px 80px;
	padding: 0;
	font-size: 12px;
}

div.cleanError ul {
	width: auto;
	color: #000000;
	margin: 4px 10px 6px 100px;
	padding: 0;
}

div.cleanError ul li {
	color: #000000;
	font-size: 12px;
	margin-bottom: 4px;
}

/* Size and Color Charts */

#sizeCharts h2 {
	margin: 20px 0px 6px 0px;
}

#sizeCharts div.floater {
	float: left;
	display: inline;
	width: 390px;
}

#sizeCharts table {
	border: 1px solid #ccc;
	border-bottom: 0;
} 

#sizeCharts table.grid  { border-right: 0; border-bottom: 1px solid #ccc; }

#sizeCharts table th {
	background: #ccc;
	padding: 4px;
	font-size: 14px;
	font-weight: normal;
    font-family: open_sanssemibold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	vertical-align: bottom;
}

#sizeCharts table td {
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#sizeCharts table.grid th, #sizeCharts table.grid td {
	border-right: 1px solid #ccc;
	text-align: center;
	border-bottom: 0;
}

/* COLOR CHART */

ul.colorCharts {
	list-style: none;
	float: left;
	display: inline;
	width: 800px;
	padding: 0;
	margin: 20px 0 0 0;
}

ul.colorCharts li {
	float: left;
	display: inline;
	width: 90px;
	height: 118px;
	line-height: 14px;
	padding: 4px 12px;
	margin: 0;
	text-align: center;
	font-size: 11px;
    font-family: open_sanssemibold;
}

#emb_header_desktop {
    width: 80%;
    height: auto;
    margin: 12px auto;
    display: block;
}

#embroidery p, #embroidery ul li {
	font-size: 14px;
	margin-bottom: 22px;
	line-height: 18px;
}

#embroidery ul {
	clear: left;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-type: none;
	list-style: none;
	background: url('../images/embhoodies.jpg') no-repeat 260px 20px;
}
#embroidery ul li {
	margin-bottom: 8px;
	padding-left: 20px;
	line-height: 18px;
	background: url('../images/check-bullet.jpg') no-repeat top left;
    font-family: open_sanssemibold;
}

#embform, #embty {
	position: relative;
	border: 1px solid #ccc;
	float: right;
	display: inline;
	margin-left: 40px;
	width: 280px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	padding: 8px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 12px;
	z-index: 10;
}

#embform h2, #embty h2 {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #000;
} 
#embform p {
	padding-bottom: 6px;
}

#embform p label {
	float: left; 
	display: inline;
	width: 100px;
}
#embform p input, #embform p select {
	width: 174px;
}
#embform p textarea {
	width: 274px;
	height: 60px;
}

#embform p.note, #embty p.note {
	margin: 8px 0px;
	padding: 6px;
	background: #D0D8AB;
	font-size: 12px;
}

#embform p.required label {
    font-family: open_sanssemibold;
}

#embError {
	background: url('../images/ErrorCircle-small.png') no-repeat top left;
	padding-left: 26px;
	margin-top: 6px;
	min-height: 28px;
}
#embError h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	color: #c00;
}
#embError ul {
	font-size: 11px;
	margin-left: 20px;
	background: #fff;
}

#embroidery { position: relative; z-index: 5; }
#embdesigns, #embships {
	display: none;
	position: absolute;
	top: 350px;
	left: 204px;
	width: 284px;
	padding: 8px;
	height: 400px;
	background: #ccc;
}

#embships { height: 430px; }
#embdesigns h2, #embships h2 {
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #666;
	padding-bottom: 4px;
	margin-bottom: 4px;
	text-align: center;
}

#embdesigns h2 a, #embships h2 a {
	float: right;
	display: inline;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

#embdesigns p, #embships p {
	text-align: center;
	font-size: 12px;
	margin: 0px 0px 4px 0px;
}

#embdesigns ul, #embships ul {
	list-style-type: none;
	border: 1px solid #666;
	width: 270px;
	height: 330px;
	overflow: scroll;
	background: #fff;
	padding: 0 !important;
	margin: 0px 0px 0px 7px !important;
	overflow-x: hidden;
	overflow-y: scroll;
}

#embdesigns ul li, #embships ul li {
	width: 50px;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	text-align: center;
	background: #fff;
}

#embdesigns ul li.group {
	width: 250px;
	background: #eee;
	color: #666;
    font-family: open_sanssemibold;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#embdesigns ul li a, #embships ul li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
	
#embroidery img.embsample {
	margin: 10px;
}
	
#embroidery h2 { font-size: 18px; }
	
div.wrapError p {
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
	padding: 20px 40px;
}

div.container p.prop65 {
	color: #fff;
	background: orange;
	padding: 4px 8px;
	font-size: 11px;
	border-radius: 4px;
}
div.container p.prop65 a { color: #fff; }