/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

body {
background:#FFF;
font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
font-size:75%;
line-height:1.3;
}

table {
border-collapse:collapse;
border-spacing:0;
margin-bottom:1.4em;
width:100%;
}

caption,th,td {
font-weight:400;
text-align:left;
}

table,td,th {
vertical-align:middle;
}

thead th,thead td {
font-weight:700;
text-align:center;
}

tfoot th,tfoot td {
font-style:italic;
font-weight:400;
}

blockquote:before,blockquote:after,q:before,q:after {
content:"";
}

blockquote,q {
quotes:"" "";
}

a img {
border:none;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
margin:0;
}

p {
margin:0 0 .5em;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

pre,code {
margin:1.5em 0;
white-space:pre;
}

pre,code,tt {
font:1em 'andale mono', 'lucida console', monospace;
line-height:1.5;
}

ul,ol,li,dl,dt,dd {
margin:0;
padding:0;
}

th,td {
padding:0;
}

tfoot {
font-style:italic;
}

caption {
font-weight:700;
text-align:right;
}
/* /reset */

.fixed_top{
position:fixed;
top:0px;
left:0px;
right:0px;
height:20px;
padding:5px 10px;
background-color:#FFF;
opacity:0.9;
border-bottom:3px solid #9A9A9A;
}

.fixed_bottom{
position:fixed;
bottom:0px;
left:0px;
right:0px;
height:50px;
padding:5px 10px;
background-color:#FFF;
opacity:0.9;
border-top:3px solid #9A9A9A;
}


.buttons{
width:50%;
float:left;
}

.buttons ul{
list-style:none;
}

.buttons ul li{
float:left;
margin:0 5px;
}


.logo{
float:right;
width:150px;
height:50px;
}

address{
font-size:11px;
}

.company_name{
font-weight:700;
font-size:13px;
}

#Container{
padding:50px 10px 60px 10px;
min-width:700px;
}

input,a{
border:1px solid #454545;
padding:2px 5px;
background-color:#FFF;
color:#000;
font-size:11px;
font-weight:700;
-moz-border-radius:5px;
-moz-box-shadow:inset 0px 0px 7px #959595;
cursor:pointer;
}

a{
display:block;
padding:3px 10px;
}

td a{
float:left;
margin-right:5px;
}

input:hover,a:hover{
background-color:#E7E7E7;
}

#ProductCompareList{
width:100%;
table-layout:fixed;
empty-cells:show;
}

#ProductCompareList th,
#ProductCompareList td{
padding:5px 10px;
font-size:11px;
vertical-align:top;
}

h2{
font-size:15px;
font-weight:700;
}

#ProductCompareList th{
width:250px;
text-align:right;
font-weight:700;
white-space:normal;
}

#ProductCompareList td{
width:275px;
border-left:1px solid #A0A0A0;
}

#ProductCompareList thead td,
#ProductCompareList thead th,
#ProductCompareList th.header{
border-top:1px solid #A0A0A0;
border-bottom:1px solid #A0A0A0;
border-left:none;
text-align:center;
text-transform:uppercase;
font-weight:700;
font-size:14px;
}

li,
ul{
list-style:none;
}

tr.odd th,
tr.odd td{
background-color:#E1E1E1;
}

.print_only{
display:none;
}

body:nth-of-type(1) .buttons ul li a{
position:relative;
top:2px;
}


.buttons ul li a:hover{
  text-decoration:none;
}
