html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}
#nt-example a:link{ text-decoration:none; color:#FFF;}

body {
	line-height: 1;
}

blockquote,q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********** MAIN ***********/
* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

html {
	min-width: 940px;
}

/*IE7*/
body {
	color: #3e4953;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*********** COMMON ***********/
a {
	color: #004A96;
	cursor: pointer;
	text-decoration: underline;
	outline: none !important;
	font-weight: normal;
	position: relative;
}

a:hover,a:focus,a:active { /* color: #13a389; */
	color: #0c7b3e;
	text-decoration: none;
}

img {
	border: none;
}

td,th,textarea,input,select {
	font-size: 1em;
}

td,th {
	padding: .5em;
}

p {
	margin: 0 0 1em;
	line-height: 1.4;
}

form {
	clear: left;
	margin: 0;
}

h1,h2,h3,h4,h5 {
	margin-bottom: 0.3em;
	line-height: 1.2em;
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
	color: #003871;
}

h2 {
	font-size: 1em;
	line-height: 1em;
    color: #0c7b3e;	
}

h3 {
    font-size: 1em;
    color: #0c7b3e;	
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}
strong {
	color: #111;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
}

ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li p {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.clearfix {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	background: 0;
	border: 0;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

label {
	float: left;
	display: inline;
	clear: both;
	margin: 0 0 .75em 0;
	width: 10em;
	line-height: 18px;
	height: 18px;
	padding: 4px 0;
}

form.cmsform table input,
form.cmsform table select {
	float: left;
	display: inline;
	margin: 0;
	border: 1px solid #aaa;
	height: 18px;
	padding: 2px;
	line-height: 18px;
}
form.cmsform table td {
    padding: 2px 0;
    vertical-align: top;
	line-height: 2em;
}
form.cmsform table input {
	color: #000;
    border: 1px solid #999;
    border-color: #777 #bbb #bbb #777;	
}
form.cmsform label.error {
    display: block;
    width: 100%;
    background: #fff;
    color: #d60000;
    margin-top: 2px;
    padding: 2px;
    line-height: 1.3em;
	height: 1.3em;
}

input,select {
	float: left;
	display: inline;
	margin: 0 0 .75em 0;
}

.form-row select {
	padding: 1px;
    margin-top: 3px;
}

textarea {
	float: left;
	display: inline;
	margin: 0 0 .75em 0;
	border: 1px solid #aaa;
	height: 200px;
	padding: 2px;
	line-height: 18px;
}

input::-webkit-input-placeholder {
    color:    #999 !important;
    font-style: italic;	
}
input:-moz-placeholder {
    color:    #999 !important;
	font-style: italic;
}


fieldset {
	float: left;
	display: inline;
	border: 1px solid #dfdfdf;
	padding: 5px 10px 5px 13px;
	margin: 0 0 20px 0;
}

fieldset legend {
    margin: -2px 0 0 -8px;
    font-size: 1.167em;
    font-weight: bold;
    color: #0c7b3e;
    padding: 0 7px;
}
fieldset p {
	margin: 0 0 .5em 0;
}

button {
	background-color: #004a96;
	border: 0 none;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	height: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-right: 1px solid #002142;
	border-bottom: 1px solid #002142;
	cursor: pointer;
}
button.gray,
button.return {
    background-color: #eee;
    color: #333;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
button.color {
    background-color: #1AB56E;
    color: #fff;
    border-right: 1px solid #067b45;
    border-bottom: 1px solid #067b45;	
}
a.button:hover,
button:hover {
	background-color: #1e62a9;
}
a.button-gray:hover,
button.gray:hover,
button.return:hover {
    background-color: #f5f5f5;
}
button span {
    display: block;
    padding: 5px; 
    height: 16px;	
    line-height: 14px;
}
a.button-color,
a.button-gray,
a.button {
	float: left;
	display: inline;
    background-color: #004a96;
    border: 0 none;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    height: 26px;	
    margin: 0 .25em 0 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-right: 1px solid #002142;
    border-bottom: 1px solid #002142;
    cursor: pointer;
    text-decoration: none;
}
a.button-gray {
    background-color: #eee;
    color: #111;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
a.button-color {
    background-color: #1AB56E;
    color: #fff;
    border-right: 1px solid #067b45;
    border-bottom: 1px solid #067b45;
}
a.button-color span,
a.button-gray span,
a.button span {
    display: block;
    padding: 6px;	
    height: 16px;   
    line-height: 16px;	
}
.iw textarea,
.iw input {
	height: 1.636em;
	padding: 3px;
	line-height: 1.636em;
	font-size: 1em;
    border: 1px solid #999;
    border-color: #777 #bbb #bbb #777;
}

.iw {
	float: left;
	display: inline-block;
	height: 2.272em;
}

.iws select {
	margin-top: 3px;
}

.radios {
	clear: left;
	float: left;
	display: inline;
	margin: .5em 0;
}
.radios .iw label {
	float: left;
	clear: none;
	font-weight: normal;
	width: auto;
}
.radios .iw {
    clear: left;
    border: 0;
}
.radios .iw input {
	float: left;
    display: inline;
	height: auto;
	width: auto;
	padding: 0;
	margin: 2px .75em 0 .4em;
    border: 0;
}

.liw .iw input {
	font-size: 1.5em;
	height: 25px;
}

.liw .iw {
	height: 32px;
}

.textarea .iw textarea {
	height: 93px;
}

.textarea .iw {
	height: 100px;
}


.form-row .iw input.error {
    border-color: #724444 #bb8484 #bb8484 #724444;
    background: #fef9f9;
}

.sw a,.iw a {
	float: left;
	display: inline;
	height: 18px;
	padding: 4px;
	height: 18px;
	margin: 0 0 0 .5em;
}

fieldset .type {
	float: left;
	display: inline;
	height: 18px;
	padding: 6px 4px 2px 4px;
	line-height: 18px;
	color: #555;
}

.o {
	color: #bbb;
	font-size: 1.272em;
	font-weight: bold;
	margin: 0 0 0 .25em;
}

#validate-error {
	float: left;
	display: inline;
	margin: 0 0 1.5em;
	padding: 20px;
	background: #f8e9e9;
	color: #511a1a;
}

#validate-error * {
	color: #520202;
}


.errors {
    width: 50em;
    border: 1px solid #bf0a0a;
    padding: 10px;
    margin: 0 0 20px 3px;
}
.errors p {
    margin: 0;
    color: #bf0a0a;
    font-weight: bold;
}
.errors li {
    color: #ba6060;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sprite.png) no-repeat -247px -233px;
    margin-left: 3px;
    padding-left: 10px;
}

/*********** TEMPLATE ***********/
#header {
    width: 60em;
    height: 16.2em;
    z-index: 2;
    background-color: #fff;
}
#c #header {
	height: 6em;
}
#login #header {
	position: relative;
	width: 50em;
    height: 6em;
    background: #fff;
    margin: 0 auto;
}

.frame,
#frame {
	margin: 0;
	width: 58.75em;
	margin-left: 1.25em;
	position: relative;
    z-index: 1;
    background-color: #6692C0;
}

#login #frame {
	width: 50em;
	margin: 0 auto;
	background: #fff;
	font-size: 0.6875em;
}

a#logo {
    position: absolute;	
	display: block;
	left: 13em;
	top: .4em;
	text-indent: -999em;
	width: 220px;
	height: 65px;
	background: url(/web/20160418093818im_/http://www.resnova-east.com/assets/logo.png) no-repeat 0 0;
	z-index: 5;
}
#c a#logo {
	left: 11.5em;
}
#ribbon {
	position: absolute;
	top: -17em;
	left: 0;
	width: 10em;
	height: 17em;
	background-color: #6692C0;
	z-index: 1;
}
#dots {
    position: absolute;
    top: -12em;
    right: 0;
    width: 105px;
    height: 20px;	
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/dots.gif) no-repeat 0 0;
}
#adlabel {
	margin: 4.5em 0 0 0;
    width: 10em;
    height: 10em;
  
}
#c #adlabel {
	margin: 7em 0 0 0;
	background-image: none;
}

#navigation {
	position: absolute;
    top: -11.55em;
    left: 13.125em;
}

#nav-primary {
	position: absolute;
    top: 0;
    left: 0;
    width: 45em;
}
#nav-primary li {
	float: left;
	display: inline;
}
#nav-primary a {
	float: left;
	display: inline;
	padding: 0 1.09em;
	font-weight: bold;
	text-decoration: none;
    font-size: 0.6875em;
    line-height: 2.28em;
    color: #333;
}
#nav-primary li.active a,
#nav-primary li a:hover {
	background-color: #e8eef4; 
}


#nav-secundary {
	margin: 0 0.3125em;
    background-color: #99B7D5;
}
#nav-secundary li {
    padding: 0;
}
#nav-secundary a {
	display: block;
    padding: 3px 5px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-size: 0.6875em;
    line-height: 1.2727em;
    padding: 0.125em 0.125em 0.125em 2em;
}
#nav-secundary li ul {
	background-color: #B3C9E0;
}
#nav-secundary li ul li a {
	font-weight: normal;
}
#nav-secundary li ul li:last-child {
	border-bottom: none;
}
#nav-secundary li.active {
	/* padding-left: 15px; */
}

#nav-static {
	position: absolute;
    top: -106px;
	left: 350px;
}
#nav-static li {
	float: left;
	display: inline;
	padding: 0 4px;
}
#nav-static li.lang {
	border-right: 1px solid #e0e5ea;
}
#nav-static li.lang-last {
	margin-right: 3px;
}
#nav-static a {
	float: left;
	display: inline;
	padding: 0 4px;
	text-decoration: none;
	color: #999;
}
#c #nav-static { 
	top: -80px;
	left: 470px;
}

#nav-secundary li.active a,
#nav-secundary li a:hover {
	background: url(/web/20160418093818im_/http://www.resnova-east.com/img/navpoint.gif) no-repeat .75em 50%;
}

#search {
	position: absolute;
	top: -15.8em;
	right: .75em;
}
#search fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	width: auto;
    font-size: .6875em;
}
#search .iw {
    height: 1.909em;
	margin-right: 2px;
}
#search .iw input {
	width: 150px;
	padding: 1px;
}
#search button {
    height: 22px;	
}
#search button span {
	padding: 4px 6px;
}
#search form {
	float: left;
}
#search ul {
	float: left;
}
#search ul li {
	float: left;
	display: inline;
}
#search ul li a {
	font-size: .6875em;
	text-decoration: none;
	color: #535353;
	padding: 0 1.09em;
	line-height: 1.909em;
	border-right: 1px solid #535353;
}
#search ul li:last-child a {
	padding-right: 0;
	border: 0;
}

#minidash {
    position: absolute;
    top: -8em;
    right: 0;
    width: 330px;
    height: 48px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: .6875em;
    background-color: #fff;
}
#minidash .user {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #1AB56E;
}
#minidash .user a {
	color: #003871;
	text-decoration: none;
    font-weight: bold;
}
#minidash .cart a,
#minidash .cart {
	color: #555;
	text-decoration: none;
}
#minidash .cart .total {
    float: right;
}


#main {
	margin-left: 10em;
	padding: 1.5625em 0 4em 3.125em;
	position: relative;
	background-color: #fff;
	min-height: 800px;
}
#c #main {
	padding-left: 1.25em;
	padding-top: 1em;
}

#login fieldset {
	width: 40em;
}


#nav-secundary-holder {
	position: absolute;
	left: 0;
	top: 0;
    width: 10em;
    padding-bottom: 1em;
}
#nav-info {
	color: #333333;
    font-weight: bold;
    padding: 1.25em 0 0.75em 1.5625em;
}
#nav-info span {
	font-size: 0.6875em;
}
.col-primary {
	float: left;
	display: inline;
	width: 32.17em;
	font-size: 0.6875em;
}
.col-primary .pagination {
	width: 100%;
	margin-top: 20px;
}
.col-primary .pagination a.paginate-prev-inactive, 
.col-primary .pagination a.paginate-prev {
	left: 0;
}
.col-primary p {
    max-width: 41em;
}
.col-secundary {
    float: right;
    display: inline;
	width: 31.7em;
    font-size: 0.6875em;
}
.col-secundary fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
.col-secundary .panel {
	float: left;
	display: inline;
	width: 15.3em;
	height: 15.3em;
	margin: 0 .9em .9em 0;
	overflow: hidden;
}

.col-secundary .break {
	margin-right: 0;
}
.col-secundary .panel .body {
    padding: .9em;
}
.col-secundary .panel-dark {
    float: left;
    display: inline;
    width: 15.63em;
    height: 15.63em;
    margin: 0 .9em .9em 0;	
    background-color: #999;
    color: #fff;
}
.col-secundary .panel-dark a {
    color: #fff;
    text-decoration: none;
}
.col-secundary .panel-dark a:hover {
	text-decoration: underline;
}

.col-secundary .panel-dark li {
    line-height: 1.4em;
}
.col-secundary .panelgray {
	background: #efefef;
}
 .panelgray .semih3 {
 	display: block;
 	margin-bottom: 2px;
 	font-weight: bold;
 	color: #003871;
}
.col-secundary .panel .headlbl {
	display: block;
	margin: 0 0 10px 0;
    font-weight: bold;
    color: #003871;
}
.col-secundary .panel .linklist li {
	margin: 5px 0;
}

.col-full {
    float: left;
    display: inline;
    font-size: 0.6875em;	
	width: 66.5em;
}
.col-full fieldset {
	width: 50.5em;
}

.col-double {
    float: left;
    display: inline;
    width: 100%;
    font-size: 0.6875em;
}


.col-primary ul {
  margin: 0 0 1em 1em;
}
.col-primary ul li ul {
  margin: 0 0 0 1em;
}
.col-primary ul li {
  list-style: disc;
  margin: 0 0 0 1em;
}

#searchresults li {
	margin-bottom: 10px;
}
.col-primary ul#newslist  {
	list-style: none;
	margin: 0;
	padding: 0;
}
.col-primary ul#newslist li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}


.col-primary #stations ul {
    list-style: none;
    margin: 0;
    padding: 0;	
}
.col-primary #stations li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 110px;
	border: 1px solid #ccc;
	height: 90px;
    position: relative;
}
.col-primary #stations li .image {
	position: absolute;
	top: 5px;
	left: 5px;
}
.col-primary #stations li a.continue {
	display: block;
	margin: 3px 0;
}
.col-primary #stations li h2 {
	font-size: 1.2em;
	color: #003871;
}


#xhr .pagination ul {
    display: inline;
    float: left;
    padding: 0 10px;
    margin: 0 0 0 50px;
}
#xhr .pagination li {
    display: inline;
    float: left;
    padding: 5px 0;
}
#xhr .pagination li:last-child a, 
#xhr .pagination li:last-child span {
    border-right: medium none;
}
#xhr .pagination li a, 
#xhr .pagination li span, 
#widecolumn .pagination li a {
    border-right: 1px solid #565962;
    color: #BDBDBD;
    display: inline;
    float: left;
    height: 13px;
    line-height: 13px;
    padding: 0 3px;
}


#print a.print {
	display: block;
	padding: 0 0 0 31px;
	line-height: 24px;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/iconpage.png) no-repeat 0 50%;
    text-decoration: none;
}
#subscribe .iw input {
	width: 13em;
}
#subscribe .iw,
#subscribe button {
    margin-top: 3px;	
}
#subscribe button { 
    width: 150px;	
}
#subscribe p {
	margin: 0;
}

#page-header {
	position: absolute;
	top: -10em;
	left: -1.25em;
	width: 60em;
	height: 10em;
}
#page-header img {
	width: 100%;
	height: 100%;
}

#breadcrumb {
	margin: -.75em 0 1em;
	font-size: .95em;
	color: #78818a;
}
#breadcrumb a {
	color: #78818a;
}




fieldset .hr {
	margin-top: 0;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.form-row-horz,
.form-row {
	clear: both;
	float: left;
	display: inline;
	margin: 0 0 1em 0;
}
.col-double .form-row-horz,
.col-double .form-row {
	width: 735px;
}

.form-col {
	float: left;
	display: inline;
	margin-right: 1em;
}

.form-col label {
	width: auto;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: bold;
}
.form-row-horz .form-col label {
    float: left;
    width: 140px;
    padding: 3px 0;
    margin: 0;
    color: #000;
    font-weight: bold;
}
.form-row-horz .form-col .lbl-small {
	width: 60px;
}
.form-row-horz .form-col .lbl-medium {
    width: 120px;
}
.form-row-horz .form-col .lbl-large {
    width: 180px;
}
.form-row-horz .form-col .inp-small {
    width: 70px;
}
.form-row-horz .form-col .inp-small input {
	width: 63px;
}
.form-row-horz .form-col label.medium {
    width: 120px;
}
.form-row-horz .form-col label.large {
    width: 180px;
}

.form-col .iw,
.form-col .iws {
	clear: left;
}

.form-row-horz .form-col .iw {
    clear: none;
}

.form-col .semifield {
	clear: left;
	float: left;
	display: inline;
	padding: 3px 5px;
	background: #efefef;
	height: 1.4em;
	color: #000;
}

.semifield-small {
	width: 90px;
}

.semifield-medium {
	width: 150px;
}

.semifield-large {
	width: 250px;
}

.form-row label.required {
	padding-right: 1em;
	background: url(/web/20160418093818im_/http://www.resnova-east.com/img/required.png) no-repeat 100% 3px;
}

.form-col input.form-field:focus {
	background: #fffde1;
}

.form-row input.form-check {
	float: left;
	display: inline;
}

.form-row label.checkbox {
	float: left;
	display: inline;
	width: auto;
	margin-left: 1em;
	clear: none;
	padding: 0;
}





#c h1 {
    font-size: 1.6em;
    text-transform: none;
}
#c h2 {
	font-size: 1.4em;
	text-transform: none;
    font-family: Arial, sans-serif;
}
#c h3 {
    font-size: 1.1em;
    text-transform: none;
    font-family: Arial, sans-serif;
}
.col-a {
	float: left;
	display: inline;
	width: 370px;
	margin-right: 20px;
}
.col-b {
    float: left;
    display: inline;
    width: 370px;
}

table.grid {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0 0 5px;
}
table.grid thead {
    border-left: 1px solid #003061;
    border-right: 1px solid #003061;    
}
table.grid thead th {
    vertical-align: middle;
	text-align: left;
	padding: 7px 5px;
	background-color: #003061;
    line-height: 20px;
    color: #fff;	
    font-weight: bold;	
}
table.grid thead th a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
table.grid thead th.sort a {
	padding-right: 14px;
	background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-def.png) no-repeat 100% 50%;
}
table.grid thead th.sort-asc a:hover,
table.grid thead th.sort-desc a {
    padding-right: 14px;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-desc.png) no-repeat 100% 50%;
}
table.grid thead th.sort-desc a:hover,
table.grid thead th.sort-asc a {
    padding-right: 14px;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-asc.png) no-repeat 100% 50%;
}
table.grid thead th.sort a:hover {
    padding-right: 14px;	
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-asc.png) no-repeat 100% 50%;
}
table.grid tfoot,
table.grid tbody {
	border-left: 1px solid #D9E4EF;
    border-right: 1px solid #D9E4EF;	
}
table.grid tfoot td,
table.grid tbody td {
	vertical-align: middle;
	padding: 3px 5px;
	line-height: 20px;
	border-bottom: 1px solid #D9E4EF;
}
table.grid tbody tr.odd td {
	background-color: #f2f6f9;
}
table.grid tbody a {
	font-weight: bold;
	text-decoration: none;
}
table#cart {
	margin-bottom: 20px;
}

.list-holder {
	width: 370px;
}
.list-holder h3 {
    padding-bottom: 10px;
    margin: 0;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/list-shade-du.png) no-repeat 0 100%;	
}
.list-holder .listhead {
	display: block;
	font-weight: bold;
    padding-bottom: 10px;
    color: #000;
}
table.microlist {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0 0 5px;
}
table.microlist thead th {
    color: #acb2b8;
    border-top: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;
	font-weight: normal;    
}
table.microlist tbody td {
    border-bottom: 1px solid #ddd;
}
table.microlist tfoot td {
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/list-shade-dd.png) no-repeat 0 0;	
}

.col-main {
    float: left;
    display: inline;	
	width: 440px;
}
.col-side {
    float: right;
    display: inline;    
    width: 300px;
}

#product {	
	width: 69.090em;
	font-size: 0.6875em;
}
#product .description p {
	max-width: 34em;
}
#product .col-side {
    float: right;
    display: inline;
	border: 1px solid #D9E4EF;
	padding: 10px;
	width: 278px;
}
#product .col-side .image {
	width: 262px;
	height: 265px;
}
#product .col-side .row {
	clear: left;
    float: left;
    display: inline;
    border-bottom: 1px solid #D9E4EF;
    padding: 6px 8px;
    width: 262px;
}
#product .col-side .row.last-child,
#product .col-side .row:last-child {
	border-bottom: none;
}
#product .row label {
    float: left;
    clear: none;
    width: 60px;
    margin: 0;
}
#product .row .iw,
#product .row .iws {
    margin: 0 5px 0 0;
}
#product .row button {
	float: right;
}
#product .price {
    font-size: 1.6em;
    line-height: 1em;
    font-weight: bold;
    color: #003871;
}
#product .optiontext {
	clear: both;
    display: block;
    line-height: 1.3em;
    color: #555;
}
#product .uom {
    font-size: .6em;
    line-height: 1.1em;
    vertical-align: top;
}

#product .col-side .microlist {
	width: 262px;
}

#products .header {
    float: left;
    display: inline;
    width: 760px;
    background-color: #003061;	
}
#products .header ul li {
    float: left;
    display: inline;	
    vertical-align: middle;
    text-align: left;
    padding: 9px 8px;
    line-height: 20px;
    color: #fff;    
    font-weight: bold;	
}
#products .header a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#products .header .sort a {
    padding-right: 14px;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-def.png) no-repeat 100% 50%;
}
#products .header .sort-asc a:hover,
#products .header .sort-desc a {
    padding-right: 14px;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-desc.png) no-repeat 100% 50%;
}
#products .header .sort-desc a:hover,
#products .header .sort-asc a {
    padding-right: 14px;
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-asc.png) no-repeat 100% 50%;
}
#products .header .sort a:hover {
    padding-right: 14px;    
    background: url(/web/20160418093818im_/http://www.resnova-east.com/img/sort-asc.png) no-repeat 100% 50%;
}
#products .items {
    float: left;
    display: inline;    
}
#products .item {
    float: left;
    display: inline;	
	border-bottom: 1px solid #D9E4EF;
	padding: 5px 0;
	width: 760px;
}
#products .item .image {
    float: left;
    display: inline;
    width: 160px;
    height: 140px;
    padding: 5px 0;
}
#products .item .description {
    float: left;
    display: inline;
    width: 320px;
    padding: 5px 0;
}
#products .item h4 a {
	color: #003871;
	text-transform: none;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#products .item .specifications {
	float: right;
	display: inline;
	width: 250px;
}
#products .item .row {
	padding: 5px 7px;
    border-top: 1px solid #D9E4EF;	
}
#products .item .row:first-child {
	border-top: none;
}
#products .item .price {
	font-size: 1.6em;
	line-height: 1em;
	font-weight: bold;
	color: #003871;
}
#products .item .uom {
	font-size: .6em;
	line-height: 1.1em;
	vertical-align: top;
}

#cart tbody tr:last-child td {
	border-width: 2px;
	border-color: #003061;
}
#cart .subtotal .label,
#cart .shipping .label,
#cart .tax .label,
#cart .total .label {
	text-align: right;
}
#cart .total .label,
#cart .total .price {
	color: #111;
	font-weight: bold;
}
#cart .productoptions .label {
	font-weight: bold;
}



#checkout-steps {
	float: left;
	display: inline;
	font-size: 1.2em;
	padding: 10px 0;
	margin: 0 0 1em 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
	width: 760px;
}
#checkout-steps li {
	float: left;
	display: inline;
	padding: 0 1.5em 0 0;
	margin: 0 .75em 0 0;
	background: url(/web/20160418093818im_/http://www.resnova-east.com/img/step-sep.gif) no-repeat 100% 50%;
}
#checkout-steps li.last {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
#checkout-steps li.active a {
	color: #1AB56E;
	font-weight: bold;
}
#checkout-steps li.completed a {
    color: #003871;
    font-weight: bold;
}
#checkout-steps li a {
	color: #aaa;
	text-decoration: none;
}


#conditions {
    width: 760px;
    float: left;
    padding: 10px 0;
    font-size: 1.1em;
}
#conditions .pages {
    width: 718px;
    height: 170px;
    padding: 20px;
    border: 1px solid #ddd;
    border-color: #666 #ccc #ccc #666;
    overflow: scroll;
    font-size: .917em;
    background: #fafafa;
    margin: 0 0 10px 0;
}
#conditions .pages h1,
#conditions .pages h2,
#conditions .pages h3,
#conditions .pages h4 {
    background: none;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.3em;
    border: 0;
    padding: 0;
    font-weight: bold;
}
#conditions .pages h1 {
    font-size: 14px;
}
#conditions .pages h2,
#conditions .pages h3 {
    font-size: 12px;    
}
#conditions .pages p {
    line-height: 1.2em;
    margin-bottom: 0.5em;
    font-size: 11px;
}
#conditions .form-row {
    padding: 0;
}
#conditions label {
    color: #000;
    font-weight: bold;
}
#conditions label.error {
    color: #bf0a0a;
}

.pagination {
	position: relative;
	width: 760px;
}
.pagination p {
    color: #777;
    font-size: .95em;
    padding: 0 0 8px;
    text-align: center;
    max-width: 760px;
    margin: 0;
}
.pagination a.paginate-first,
.pagination a.paginate-prev,
.pagination a.paginate-next,
.pagination a.paginate-last,
.pagination a.paginate-first-inactive,
.pagination a.paginate-prev-inactive,
.pagination a.paginate-next-inactive,
.pagination a.paginate-last-inactive {
	top: 0;
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -999em;
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.pagination a.paginate-first:hover,
.pagination a.paginate-prev:hover,
.pagination a.paginate-next:hover,
.pagination a.paginate-last:hover {
	background-color: #dfdfdf;
}
.pagination a.paginate-first-inactive,
.pagination a.paginate-first {
    left: 0;
    background: #f1f1f1 url(/web/20160418093818im_/http://www.resnova-east.com/img/page-first.png) no-repeat 50% 50%;    
}
.pagination a.paginate-prev-inactive,
.pagination a.paginate-prev {
    left: 22px;
    background: #f1f1f1 url(/web/20160418093818im_/http://www.resnova-east.com/img/page-prev.png) no-repeat 50% 50%;    
}
.pagination a.paginate-next-inactive,
.pagination a.paginate-next {
	right: 22px;
    background: #f1f1f1 url(/web/20160418093818im_/http://www.resnova-east.com/img/page-next.png) no-repeat 50% 50%;	
}
.pagination a.paginate-last-inactive,
.pagination a.paginate-last {
    right: 0;
    background: #f1f1f1 url(/web/20160418093818im_/http://www.resnova-east.com/img/page-last.png) no-repeat 50% 50%;    
}
.pagination a.paginate-first-inactive,
.pagination a.paginate-prev-inactive,
.pagination a.paginate-next-inactive,
.pagination a.paginate-last-inactive {
    background-color: #fafafa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    cursor: default;
}
.pagination_options {
    color: #6B6B6B;
    font-size: 11px;
    padding: 0 0 8px;
    text-align: center;
}
.pagination_options input,
.pagination_options select {
	padding: 0;
	float: none;
	margin: 0;
}
.pagination-jump {
	margin: 0 0 0 20px;
}
.pagination-jump form {
    display: inline;
}
.pagination-jump .iw {
	display: inline;
	float: none;
}
.pagination-jump input.page-jump {
    background: url("/web/20160418093818im_/http://www.resnova-east.com/images/bg-input-normal.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #C7C7C7;
    color: #000000;
    display: inline;
    font-size: 12px;
    margin: 0 1px 0 0;
    padding: 2px;
    width: 30px;
}
.pagination-jump button span {
	font-size: .95em;
	height: 13px;
	padding: 2px 4px;
}



table a.file-pdf {
	font-weight: bold;
	padding: 1px 0 1px 20px;
	background: url(/web/20160418093818im_/http://www.resnova-east.com/img/file-pdf.png) no-repeat 0 50%;
	line-height: 16px;
	text-decoration: none;
}



.detailpanel {
    margin: 0 0 20px;	
}
.detailpanel .head {
	position: relative;
	padding: 5px 10px;
    border: 1px solid #BECBDA;
    border-width: 1px 1px 0 1px;
    background-color: #D9E4EF;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    
}
.detailpanel .head h2 {
    line-height: 28px;
    margin: 0;
    color: #003871;
}
.detailpanel .head a.button {
    position: absolute;
    right: 10px;
    top: 10px;
}
.detailpanel .body {
	padding: 5px;
    border: 1px solid #BECBDA;
    border-width: 0 1px 1px 1px;
    background-color: #D9E4EF;
    
}
.detailpanel .body .col-a {
	float: left;
	display: inline;
	width: 49%;
	margin-right: 1%;
}
.detailpanel .body .col-b {
    float: left;
    display: inline;
    width: 50%;
}
.detailfields {	
    float: left;
    display: inline;
    padding: 5px 5px 0 5px;
	background-color: white;
}
.detailfields h3 {
    float: left;
    display: inline;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #D9E4EF;
}
.detailfields p {
	float: left;
	display: inline;
	width: 100%;
	max-width: 100%;
	margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #D9E4EF;
}
.detailfields p:last-child {
	padding-bottom: 5px;
    border-bottom: none;	
}
.detailfields label {
	float: left;
	display: inline;
	width: 150px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.detailfields span.value {
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}
.detailpanel .foot {
	float: left;
	display: inline;
    clear: both;
}


.table-caption {
    position: relative;
    margin: 20px 0 5px 0;
}
.table-caption h2 {
    line-height: 28px;
    margin: 0;
}
.table-caption a.button-gray,
.table-caption a.button {
    position: absolute;
    right: 0;
    top: 2px;
}





#footer {
    border-top: 1px solid #d9e4ef;	
	clear: both;
	width: 760px;
	padding: 5px 0 20px 0;
	margin: 60px 0 0 200px;
}
#footer a {
    color: #78818a;
    text-decoration: none;
    margin-right: 1.25em;
}




/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/ 20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left,#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/web/20160418093818im_/http://www.resnova-east.com/assets/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico,#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover,#fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/web/20160418093818im_/http://www.resnova-east.com/img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_close.png', sizingMethod = 'scale'
		);
}

.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_nav_left.png', sizingMethod =
		'scale' );
}

.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_nav_right.png', sizingMethod =
		'scale' );
}

.fancybox-ie6 #fancybox-title-over {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_title_over.png', sizingMethod =
		'scale' );
	zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_title_left.png', sizingMethod =
		'scale' );
}

.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_title_main.png', sizingMethod =
		'scale' );
}

.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_title_right.png', sizingMethod =
		'scale' );
}

.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame
	{
	height: expression(this.parentNode.clientHeight +   "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
	top: expression(( -20 +   ( document.documentElement.clientHeight ?  
		document.documentElement.clientHeight/ 2 :  
		document.body.clientHeight/ 2) +   (   ignoreMe =  
		document.documentElement.scrollTop ?  
		document.documentElement.scrollTop :   document.body.scrollTop ) ) +  
		'px' );
}

#fancybox-loading.fancybox-ie6 div {
	background: transparent;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_loading.png', sizingMethod =
		'scale' );
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
	background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_n.png', sizingMethod =
		'scale' );
}

.fancybox-ie #fancybox-bg-ne {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_ne.png', sizingMethod =
		'scale' );
}

.fancybox-ie #fancybox-bg-e {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_e.png', sizingMethod =
		'scale' );
}

.fancybox-ie #fancybox-bg-se {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_se.png', sizingMethod =
		'scale' );
}

.fancybox-ie #fancybox-bg-s {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_s.png', sizingMethod =
		'scale' );
}

.fancybox-ie #fancybox-bg-sw {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_sw.png', sizingMethod =
		'scale' );
}

.fancybox-ie #fancybox-bg-w {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_w.png', sizingMethod =
		'scale' );
}

.fancybox-ie #fancybox-bg-nw {
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/asset/template/img/fancybox/fancy_shadow_nw.png', sizingMethod =
		'scale' );
}
/*
     FILE ARCHIVED ON 09:38:18 Apr 18, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:25:40 Feb 04, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 110.778 (3)
  esindex: 0.007
  captures_list: 126.799
  CDXLines.iter: 10.538 (3)
  PetaboxLoader3.datanode: 147.962 (5)
  exclusion.robots: 0.193
  exclusion.robots.policy: 0.179
  RedisCDXSource: 2.62
  PetaboxLoader3.resolve: 121.101 (2)
  load_resource: 245.607
*/