/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
/*-------------------------------------------------------------------------------------------------------*/
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/

/* Antialias Text */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body
{
	border-top: 3px solid #0050a0;
	background-image: url(/images/bg-tile.gif);
	background-repeat: repeat;
}

body,body.nobg
{
	margin:					0px;
	padding:				0px;
}

/*	Eliminate background image	*/
body.nobg
{
	background-image:		none;
}

.clear {
	clear: both;
}

/* Wrapper Structure */

#home-wrapper {
	padding-left: 0;
}
.wrapper {
	width: 895px;
	margin: 0 auto;
	padding-left: 30px;
}

/* Header */

.header {
	position: relative;
}

.header ul {
	overflow: hidden;
	list-style-type: none;
	float: left;
	margin: 0;
	padding-left: 4px;
}
.header ul li {
	float: left;
	margin-right: 1px;
}

#topnav {
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	position: absolute;
	top: 72px;
	text-align: center;
}
#topnav ul {
	display: inline-block;
}
#topnav a {
	border: 1px solid transparent;
}

#topnav a,#topnav a.active,
#home-link
{
	display:				block;
	width:					auto;
	height:					28px;
	padding:				0px 7px;
	line-height:			28px;
	white-space:			nowrap;
	font-family:	 		'Arial Narrow', Arial, sans-serif;
	font-size:				15px;
	color:					#525252;
	font-weight: bold;
}

#header-search {
	float: 					right;
	width: 					177px;
	color: 					#727272;
	font-family:	 		'Arial Narrow', Arial, sans-serif;
	font-size: 				16px!important;
	margin-right: 			0;
	margin-top: 			7px;
}
#header-search p {
	font-size: 				14px!important;
}

#header-search #findtext {
	width: 124px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border: solid 1px #bbb;
	margin-left: 4px;
}

#home-link
{
	left: 93px;
}

#topnav a.active
{
	color:					white;
}

#topnav a:hover,
#topnav a.active:hover
{
	color:					#010101;
	-webkit-border-radius: 5px/5px 5px 6px 6px;
	-moz-border-radius: 5px/5px 5px 6px 6px;
	border-radius: 5px/5px 5px 6px 6px;
	background-color: #eee;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border: solid 1px #bbb;
}
#topnav a:hover {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#header-logo {
	width: 					216px;
	height: 				60px;
	background: 			url(/images/logo@2x.png);
	background-size:  		216px 60px;
	float: 					left;
	margin-top: 			10px;
}

/**
 * Global Header
 */
#global-menu {
	position: absolute;
	top: 10px;
	right: 200px;
	font-family: 'Arial Narrow', Arial, sans-serif;
}
#global-menu ul li {
	margin-left: 15px;
	font-size: 14px;
}
#global-menu ul li a {
	color: #757575;
}

/**
 * Grid Spacing Styles
 */

#main-wrapper {
	margin-top: 25px;
	overflow: hidden;
}

#main {
	width: 680px;
	float: left;
}

#mailinglist
{
	color: 				white;
	background-color:	#878787;
	padding: 			10px;
	padding-top:		5px;
}

#mailinglist h1
{
	font-size: 		13px;
	font-variant: 	normal;
	text-transform: none;
	color: 			white;
}

#mailinglist form
{
	padding: 		0px;
	margin: 		0px;
}

a.thumb
{
	float:			left;
	margin:			10px 10px 10px 0px;
	padding:		5px;
}


/**
 * Breadcrumbs
 */
#breadcrumbs {
	background-image: url(../images/breadcrumb-bg.gif);
	height: 33px;
	background-repeat: repeat-x;
}
#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0 0;
	color: #fff;
}
#breadcrumbs ul li {
	display: inline;
	color: #fff;
	font-family: 'Arial';
}
#breadcrumbs ul li a {
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Slideshow
/*-------------------------------------------------------------------------------------------------------*/

#home-slideshow,
#home-slideshow li {
	width: 100%;
}

.slideshow {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.slideshow li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

#home-slideshow img {
	width: 100%;
}

.slideshow-wrapper {
	position: relative;
}

#slideshow-bottom-border {
	height: 16px;
	width: 100%;
	background-image: url(/images/slideshow-bottom-border.gif);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
}
#slideshow-top-border {
	height: 15px;
	width: 100%;
	background-image: url(/images/slideshow-top-border.gif);
	background-repeat: repeat-x;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	z-index: 444;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/

.header-wrap {
	width: 100%;
	height: 101px;
	border-bottom: 1px solid #dedede;
	background: #f5f5f5;
}
.header {
	width: 911px;
	margin: 0 auto;
}

/**
 * Sidebar Styles
 */
#sidebar
{
	float: right;
	width: 181px;
}

#sidebar a
{
	color:					#083452;
	font-weight:			bold;
}

#sidebar-top
{
	b/ackground-image:		url(/images/sidebar-1.gif);
	background-repeat:		no-repeat;
	height:					11px;
}

#sidebar-bottom
{
	b/ackground-image:		url(/images/sidebar-3.gif);
	background-repeat:		no-repeat;
	height:					9px;
}

#sidebar-top img,
#sidebar-bottom img
{
	float:					right;
}

.sidebar-title,
.sidebar-title a,
.sidebar-title a:hover
{
	font-family:			times new roman,times;
	font-weight:			bold;
	font-size:				15px;
	color:					rgb(59,127,68);
	margin-bottom:			5px;
	clear:					both;
}

#sidebar-text
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				0.65em;
	color:					rgb(59,127,68);
	padding:				10px 18px 14px 18px;
}

#sidebar-text img
{
	float:					left;
	margin:					5px;
}

#sidebar hr
{
	display:				block;
	color:					rgb(143,180,148);
	width:					215px;
	margin:					10px 0px;
	height:					1px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Product Block styles
/*-------------------------------------------------------------------------------------------------------*/
#productblock
{
	float:					right;
	margin:					0px 0px 20px 30px;
	width:					160px;
	background-color:		rgb(227,234,228);
}

#productblock-top
{
	b/ackground-image:		url(/images/sidebar-1.gif);
	background-repeat:		no-repeat;
	height:					11px;
}

#productblock-bottom
{
	b/ackground-image:		url(/images/sidebar-3.gif);
	background-repeat:		no-repeat;
	height:					9px;
}

#productblock-top img,
#productblock-bottom img
{
	float:					right;
}

.productblock-title,
.productblock-title a,
.productblock-title a:hover
{
	font-family:			times new roman,times;
	font-weight:			bold;
	font-size:				15px;
	color:					rgb(59,127,68);
	margin-bottom:			5px;
	clear:					both;
}

#productblock-text
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	color:					rgb(59,127,68);
	padding:				10px 18px 10px 18px;
}

#productblock-text center
{
	font-size:				0.65em;
}
#productblock-text td
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				0.65em;
	color:					rgb(59,127,68);
}

#productblock-text img
{
	display:				block;
	margin-bottom:			3px;
}

#productblock hr
{
	display:				block;
	color:					rgb(143,180,148);
	margin:					0px;
	height:					1px;
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					25px 0px 50px 0px;
	width:					100%;
	line-height:			2.0em;
	font-family:			arial,sans serif;
	font-size:				11px;
	text-align:				left;
	font-weight:			100;
	color: 					#5a5a5a;
}
#footer a {
	color: 					#5a5a5a;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Developer positioning tools
/*-------------------------------------------------------------------------------------------------------*/
#poslabel
{
	position:				absolute;
	display:				none;
	z-index:				1000;
	background-color:		rgb(238,238,238);
	font-family:			arial,sans serif;
	font-size:				0.65em;
	padding:				5px 3px;
	border:					1px solid rgb(153,51,51);
}

#grid
{
	position:				absolute;
	display:				none;
	z-index:				500;
	top:					0px;
	left:					0px;
	width:					100%;
	height:					0px;
	b/ackground-image:		url(/images/grid.gif);
	border:					1px solid #626464;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	max-width: 100%;
	height: auto;
	border:					0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global styles
/*-------------------------------------------------------------------------------------------------------*/
#globals
{
	position:				absolute;
	top:					130px;
	left:					490px;
	white-space:			nowrap;
}

#globals a
{
	margin-right:			0px;

	display:				block;
	width:					auto;
	height:					28px;
	padding:				0px 10px;
	line-height:			28px;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				10px;
	color:					#999999;
	text-transform:			uppercase;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:					10px 0px 5px 0px;
	font-family: 			'Arial Narrow', Arial, sans-serif;
	font-weight:			100;
	font-size:				28px;
	line-height:			31px;
	color:					#0050a0;
	border-bottom: 			1px solid #bababa;
	margin-bottom: 			15px;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					#0050a0;
}

h2
{
	margin:					0em;
	padding:				0.5em 0em 0.3em 0em;
	font-family: 			'Arial Narrow', Arial, sans-serif;
	font-weight: 			lighter;
	font-size:				20px;
	color:					#333;
	line-height:			21px;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
	color:					#626464;
}

p {
	font-size: 				14px;
	line-height: 			22px;
	color: 					#757575;
}

/*	Same properties except different line-height	*/
.bodytext,
.bodytext2,
.specifications
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			17px;
	font-family:			arial,sans serif;
	font-size:				12px;
	color:					#626464;
}

.specifications table,
.specifications tr,
.specifications td
{
	font-size:				10px!important;
	border:					none!important;
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.3em;
}

a
{
	text-decoration:		none;
	color:					#333;
}

a:hover
{
	color:					rgb(102,34,34);
}

blockquote
{
	margin:					1em 3em;
	padding:				0.5em 0em;
	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				11px;
	color:					#626464;
}


.productthumb
{
	float:					right;
	margin:					0px 0px 20px 20px;

	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				10px;
}

img.product
{
	border:					1px solid #626464;
	margin-bottom:			7px;
	float:					none;
}

td#imagecol
{
	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				11px;
}

.homebodytext
{
}

.homebodytext p
{
	line-height:			17px;
	font-family:			arial,sans serif;
	font-size:				11px;
	margin:					5px 5px 5px 20px;
}

.homebodytext h1
{
	font-size:				13px;
	line-height:			20px;
}

td#homeright
{
	font-family:			verdana, arial, sans-serif;
}

td#homeright #hometopbox
{
	font-size:				11px;
	line-height:			15px;
	font-weight:			normal;
}

td#homeright #hometopbox h1, td#homeright #hometopbox h1 a
{
	color:					#5c5e5e;
}

td#homeright #homebottombox
{
	font-size:				12px;
	line-height:			20px;
	font-weight:			bold;
	font-variant:			small-caps;
	text-transform:			uppercase;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning ( image only )
/*-------------------------------------------------------------------------------------------------------*/
img.right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

img.left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}


/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning with caption block
/*-------------------------------------------------------------------------------------------------------*/
.caption-left,.caption-right
{
	padding:				5px 0px;

	line-height:			1.3em;
	font-family:			arial,sans serif;
	font-size:				0.65em;
}

.caption-left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

.caption-right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Table data
/*-------------------------------------------------------------------------------------------------------*/

table.data th
{
	text-align:				center;
	font-family:			arial,sans serif;
	font-weight:			bold;
	text-transform: 		uppercase;
	font-size:				11px;
	background:				#a5a29c;
	color:					#fff;
	padding:				6px;
}
table.data tr {
	background:				transparent!important;
}
table.data td
{
	padding-right:			20px;
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				11px;
	color:					#261f19;
	border-bottom:			1px solid #bbb9b5;
	padding:				6px;
	background:				transparent!important;
	text-align: 			center;
}

.table-highlight {
	color: 					#10772a;
	font-weight: 			bold;
}

table.data2 th
{
	text-align:				left;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				12px;
	color:					black;
	padding:				6px;
}

table.data2 td
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				12px;
	color:					black;
	padding:				6px;
}

table.data2 td.check
{
	padding:				6px 0px 8px!important;
}

.price
{
	font-weight:			bold;
	font-size:				11px;
	color:					#e02020;
}

.moreinfo
{
	font-weight:			bold;
	font-size:				12px;
	color:					black;
}



table.locations
{
	margin-bottom:			20px;
	width:					630px;
}

table.locations th
{
	text-align:				left;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					rgb(59,127,68);
	padding:				0px;
	border-bottom:			1px solid rgb(59,127,68);
	padding-bottom:			5px;
	vertical-align:			bottom;
	padding-right:			20px;
	white-space:			nowrap;
}

table.locations td
{
	padding: 10px 10px 10px 0px;
	line-height: 15px;
	font-family: arial,sans serif;
	font-size: 10px;
	color: #626464;
}

table.locations td img
{
	margin-right:			10px;
	display:				block;
}

table.locations td a
{
	font-weight:			bold;
}






table.products
{
	margin-bottom:			20px;
	/*width:					550px;*/
}

table.products th
{
	text-align: left;
	font-family: arial,sans serif;
	font-weight: bold;
	font-size: 11px;
	color: rgb(59,127,68);
	padding: 0px;
	border-bottom: 1px solid rgb(59,127,68);
	padding-bottom: 5px;
	background-color: #FFF;
}

table.products td
{
	padding:				10px 0px;
	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				10px;
	color:					#626464;
}

table.products td img
{
	margin-right:			10px;
	display:				block;
}

table.products td a
{
	font-weight:			bold;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
/*	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
/*-------------------------------------------------------------------------------------------------------*/

#subnav
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;

	/*	Customizeable		----------------------------*/
	b/ackground: 			#b5b7bb url(../images/bg_subnav.gif) no-repeat;
	width: 					100%;
	height: 				17px;
	line-height: 			17px;

	white-space: 			nowrap;

	margin-bottom: 			10px;
/*	padding-left: 			166px; */

	font-family: 			Arial;
	font-weight: 			bold;
	font-size: 				10px;
}

#solutions-for
{
	padding-left: 166px;
}

#subnav a
{
	color: 					white;

	border-left: 			1px white solid;
	padding-left: 			10px;
	margin-left: 			10px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Bread crumb
/*-------------------------------------------------------------------------------------------------------*/

#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				11px;
	text-transform: 		none;
	font-variant: 			normal;
}

#breadcrumb a
{
	text-decoration:		none;
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	display: 				none;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;

	/*	Customizeable options	--------------------*/
	width:					110px;
	border-top:				1px solid #bebebe;
	border-bottom:			none;
	background-color:		#eeeeee;
	z-index:  				999;
}

ul.submenublock
{
	display:none!important;
	background-color:       #DBDBDB;
	width:					250px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					auto;
	border-bottom:			1px solid #bebebe;
	padding:				8px 10px;
	line-height:			16px;
	font-family:			arial,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					#083452;
	font-weight:			bold;
}

ul.submenublock a
{
	border-bottom:			none;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:		#DBDBDB;
	color:					#000;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	b/ackground-image:		url( /images/arrow1.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	b/ackground-image:		url( /images/arrow1.gif );
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Top Content
/*-------------------------------------------------------------------------------------------------------*/

.top-content {
	overflow: hidden;
}
.tc-text {
	float: left;
	width: 55%;
}
.tc-image {
	float: right;
	width: 45%;
}
.tc-image img {
	float: right;
	margin-top: 15px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Categories List
/*-------------------------------------------------------------------------------------------------------*/

#dept-categories {
}
.single-category {
	width: 200px;
	float: left;
	margin-right: 33px;
}
.last-cate {
	margin-right: 0;
}
.category-row {
	margin-bottom: 25px;
	margin-top: 20px;
	overflow: hidden;
}
.cate-image {
	width: 200px;
	height: 145px;
	background-image: url(../../images/block-bg.png);
	background-repeat: repeat-x;
	border: 6px solid #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.cate-image a {
	display: block;
	height: 100%;
	width: 100%;
}
.cate-image img {
	margin: 0 auto;
	max-width: 95%;
	max-height: 95%;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
ul#sidenav,
ul#sidenav ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

ul#sidenav
{
	margin-top:				50px;
	margin-left:			30px;
	margin-right:			10px;
}

a.sidenav-top
{
	display:				block;
	padding:				0.8em 0em;
	margin-bottom:			0.4em;
	border-bottom:			1px solid rgb(204,204,204);
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				0.68em;
	text-decoration:		none;
	color:					rgb(153,51,51);
}

ul#sidenav a
{
	display:				block;
	padding:				0.4em 0em;
	line-height:			1.3em;
	font-family:			arial,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					#083452;
	font-weight:			bold;
}

ul#sidenav ul.sub a
{
	margin-left:			1.0em!important;
}

ul#sidenav a.active,
ul#sidenav a:hover
{
	color:					black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Warranty Form Styles
/*-------------------------------------------------------------------------------------------------------*/
#formtable tr
{
	vertical-align: middle;
}

#formtable td
{
	padding: 5px 10px 5px 10px;
}

#formtable th
{
	text-align: right;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Google stats box
/*-------------------------------------------------------------------------------------------------------*/
.google-stats-box, .google-stats-box-max, .google-stats-box-mini
{
	background:				white;
	border:					1px solid red;
	z-index:				1000;
	display:				block;
	width:					auto;
	font-size:				10px;
	font-family:			arial,sans serif;
	line-height:			16px;
	height:					16px;
	font-weight:			normal;
}

.google-stats-box-max
{
	position:				absolute;
	top:					15px;
	left:					755px;
	width:					220px;
}

.google-stats-box-mini
{
	width:					auto;
	display:				inline;
	line-height:			16px;
	margin-left:			2px;
	margin-right:			2px;
/*	float:					left;
	clear:					right; */
}

.google-stats-box-table
{
	display:				none;
	font-size:				10px;
	background-color:		white;
	border:					1px solid red;
	border-top:				none;
}

/*	End Google stats box */

.share-button
{
	float:					right;
	width:					150px;
	z-index:				150;
	border:					1px solid #DDD;
	background-color:		#fffde8;
	font-size:				11px;
}

.share-list
{
	display:				none;
	width:					150px;
	position:				absolute;
	top:					5px;
	right:					0px;
	border:					1px solid #DDD;
	background-color:		#fffde8;

}

.share-list ul
{
	border-top:				none;
	border-bottom:			none;
	margin:					0px;
	padding:				0px;
	background-color:		#fffde8;
}

.share-list li
{
	margin:			0;
	padding:		0;
	list-style:		none;
}

.share-list li td
{
	vertical-align:	middle;
	background-color:	none;
}

.share-list li a
{
	font-size:			11px;
	color:				#555;
}

.sidebar-widget
{
	background-color:	#b4d0e0;
	color:				#55636a;
	padding:			15px;
}

.sidebar-widget h2
{
	color:				#113869;
	text-transform:		uppercase;
	line-height:		18px;
	margin-bottom:		10px;
}

.sidebar-widget label
{
	color:				#55636a;
}

.sidebar-widget a
{
	color:				#00285d;
}

.sidebar-widget a:hover
{
	text-decoration:	underline;
}

.configure-button
{
	cursor: pointer;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	margin-top: 5px;
	display: inline-block;
	background-color: #E02020;
	border: none;
	color: white;
	font-weight: normal;
	padding: 3px;
}

.configure-button:hover
{
	color: white;
	text-decoration: none;
}

div#configure label
{
	color: #777;
	font-family: arial, 'sans serif';
	font-size: 11px;
	line-height: 1.4em;
}

span.price
{
	color:#e02020;
	font-weight:bold;
}

/* Home Features & Certs */

#home-features {
	margin-bottom: 20px;
	margin-top: 40px;
	clear: both;
}
.home-feature {
	float: left;
	width: 200px;
	margin: 0 15px;
}
.home-feature img.home-feature-img {
	max-width: 100%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 19px;
}
#home-features .home-feature:first-child {
	margin-left: 0;
}
#home-features .home-feature:last-child {
	margin-right: 0;
}

#home-certs {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
	table-layout: fixed;
}

/* Table Buttons */

.table-options {
	overflow: hidden;
	margin-top: 20px;
}
.table-button {
	width: 110px;
	height: 36px;
	background-size: 110px 36px;
	margin-right: 20px;
	float: left;
}
.table-button a {
	display: block;
	height: 100%;
	width: 100%;
}
.table-button.download-data-sheet {
	background-image: url(/images/download-data-sheet@2x.png);
}
.table-button.download-brochure {
	background-image: url(/images/download-brochure@2x.png);
}
.table-button.view-video {
	background-image: url(/images/view-video@2x.png);
}
.table-button.request-a-quote {
	background-image: url(/images/request-a-quote@2x.png);
}

#compare-button {
	margin-top: 15px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	CMS CSS Alterations
/*-------------------------------------------------------------------------------------------------------*/

/* Show the edit button over other elements */
a.selectedit-main, a.selectedit, a.selectedit_preview {
	z-index: 888;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Product
/*-------------------------------------------------------------------------------------------------------*/

#product-wrap {
	overflow: hidden;
}

#product-main {
	width: 530px;
	float: left;
}
#product-sidebar {
	width: 300px;
	padding-right: 30px;
	float: right;
}
#product-sidebar img {
	border: none;
}


.main-product-box {
	border: 1px solid #abaaaa;
	padding: 10px;
	margin-bottom: 25px;
}
.main-product-box img {
	margin: 0 auto;
	display: block;
}
.main-product-box ul {
	font-family: 'Arial', Arial, sans-serif;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	color: #757575;
}
.main-product-box ul li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.main-product-box ul li:before {
	content: '\2022';
	color: #027d35;
	font-size: 25px;
	margin-right: 10px;
}

.main-product-cart-box {
	border: 1px solid #abaaaa;
	padding: 10px;
	background: #fff;
}
.main-product-cart-box h4 {
	font-family: 'Arial', Arial, sans-serif;
	color: #0050a0;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}
.main-product-cart-box p,
.main-product-cart-box td {
	font-family: 'Arial', Arial, sans-serif;
	color: #757575;
	font-size: 16px;
}
.main-product-cart-box p span {
	color: #027d35;
}
#product-msrp {
	margin-bottom: 15px;
}

#product-number {
	display: none;
}
#buy-now-button {
	display: block;
	margin: 0 auto;
	width: 111px;
	height: 37px;
	background: transparent;
	background-image: url(/images/add-to-cart@2x.png);
	background-size: 111px 37px;
	border: none;
	text-indent: 1000px;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
}
#product-message {
	text-align: center;
	font-size: 14px;
}

/*
 * Tech Table for Product Page
 */
table.tech-data {
	width: 100%;
	font-family: 'Arial', Arial, sans-serif;
	margin-bottom: 5px;
	border-bottom: 1px solid #bbbaba;
}
table.tech-data th {
	background: #727272;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 3px 10px;
}
table.tech-data td {
	color: #757575;
	font-size: 14px;
	padding: 5px 4px;
	vertical-align: top;
}
table.tech-data td.spec-label {
	color: #00531e;
	padding-left: 25px;
}
table.tech-data td.spec-label em {
	color: #757575;
	font-size: 12px;
}
table.tech-data td.spec-spec {
	text-align: right;
}

/**
 * O&A Table
 */
table.oa-table {
	border: 1px solid #cbcbcb;
	width: 100%;
	font-family: 'Arial', Arial, sans-serif;
	margin-top: 25px;
	margin-bottom: 25px;
	table-layout: fixed;
}
table.oa-table th {
	background: #727272;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 3px 10px;
}
table.oa-table td {
	padding: 5px;
	background: #fff;
	color: #757575;
	font-size: 14px;
}
table.oa-table tr td:last-child {
	border-right: none!important;
}
table.oa-table tr td.oa-title {
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
table.oa-table tr td.oa-title:hover,
table.oa-table tr td.oa-title.active {
	background: #e4e4e4;
}
table.oa-table .oa-content {
	padding: 15px;
	font-size: 14px!important;
	line-height: 22px!important;
	display: none;
}
table.oa-table .oa-content p {
	font-size: 14px!important;
	line-height: 22px!important;
}


.two-up-forms,
.three-up-forms {
	overflow: hidden;
	padding-bottom: 4px;
}
.two-up-forms .fieldblock,
.two-up-forms .fieldblock-error {
	width: 50%;
	float: left;
}
.three-up-forms .fieldblock,
.three-up-forms .fieldblock-error {
	width: 30%;
	padding-right: 10px;
	float: left;
}
.three-up-forms .fieldblock input,
.three-up-forms .fieldblock-error input {
	width: 180px;
}
.three-up-forms h4 {
	margin-top: 0;
}
.breaker {
	width: 100%;
	border-top: 1px solid #cbcbcb;
	margin: 20px 0;
}

table.sem-datatable td,
table.sem-datatable th {
	font-size: 13px;
}

.related-product {
	overflow: hidden;
}
.related-product img {
	margin-right: 15px;
}
.related-product a {
	color: rgb(153,51,51);
}
.related-product h2 {
	font-family: arial,sans serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
.oa-content .related-product .bodytext p {
	font-size: 12px!important;
	line-height: 17px!important;
}

td.product-price-col {
	text-align: right;
}
#product-message {
	margin-left: -40px;
	margin-top: 2px;
}
.iniframe .purechat {display:none!important;}
/*-------------------------------------------------------------------------------------------------------*/
/*	New Social Media Content Type
/*-------------------------------------------------------------------------------------------------------*/
#footer ul.socialmedia{
	list-style: 				none;
	margin:						0px;
	padding:					0px 0px 5px;
	overflow: 					hidden;
	width:						100%;
}

#footer ul.socialmedia > li{
	float:						left;
	margin:						0px;
	padding:					0px 15px 15px 0px;
}

#footer ul.socialmedia > li img{
	max-width: 					30px;
	max-height: 				30px;
}

a#email_share
{
	position:		absolute;
    top: 78px;
    right: 2px;
    z-index:		400;
}

.button
{
	font-weight: bold;
	display:inline-block;
	border-radius: 7px;
	background-color: #0050a0;
	padding: 3px 15px;
	color:white;
}
.button:hover {color:white;}