table { text-align: left; max-width: 700px; }

td { background-color: #ffffff; }

.different td { background: #ffffff url(/files/images/products/compare/different.png) repeat-x left bottom; }

table img
{
border-width: 0px !important;
/*height: 190px;*/
margin: auto;
}

#content table h3 { text-align: center; margin: 0px; }

#content .label
{
padding-right: 15px;
text-align: right;
}

.label:after { content: ":" }

span.hideDetails,
#content span.hideDetails a
{
display: block;
height: 22px;
line-height: 22px;
width: 22px;
}

span.hideDetails
{
float: right;
margin-top: 5px; /* -22px Height of this span */
text-indent: -60px;
font-size: .9em;
}

/* Hide */
#content span.hideDetails a
{
background: url(/files/images/products/compare/window.png) no-repeat left top;
color: #4d83bc; /* #dae6f1 */
outline: none;
}

#content span.hideDetails a:hover
{
background-position: right top;
color: #024f9f;
}

/* Show */
#content span.hideDetails a.showDetails { background-position: left bottom; }

#content span.hideDetails a.showDetails:hover
{
background-position: right bottom;
}