body, input, select, textarea, td, div, a, p, span {
/*    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.3em;    
    font-size: 12px;
    font-weight: normal;
    color: #000000;*/
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25em;
    font-size: 12px;
    color: #000000;
    font-weight: normal;    
}


select, input, textarea {
    margin: 2px;
    padding: 3px;
    border: 1px solid #c5c5c5;
}

a {
    outline: none;
}

p {
    padding: 0px;
    margin: 0px;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    font-family: Arial;
}
sup {
    bottom: 0.8ex;
}
sub {
    top: 0.5ex;
}

header {
    display: block;
}

header.h-section-header {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 4px;
    margin: 30px 0px 15px 0px;
}

header.h-section-header h1.header, 
header.h-section-header h2.header, 
header.h-section-header h3.header, 
header.h-section-header h4.header {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 140%;
    font-size: 14px;
}

header.h-section-header h1.subheader,
header.h-section-header h2.subheader,
header.h-section-header h3.subheader,
header.h-section-header h4.subheader {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 140%;
    color: #777777;
    font-size: 0.9em;
}

header.h-series h1.header,
header.h-series h2.header {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 4px;
    margin: 40px 0px 10px 0px;
}

footer {
    display: block;
    width: 980px;
    margin: 80px auto 160px auto;
}

h1 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 200%;
    font-size: 14px;
    font-weight: bold;
}

h2 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 120%;
    font-size: 14px;
}

h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 120%;
    color: #777777;
    font-size: 11px;
}

nav {
    text-align: right;
    margin-top: 10px;
    overflow: auto;
}






#header-container {
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
    margin-top: 40px;
}


#header {
    position: relative;
    width: 980px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}

#header #logo {
    position: absolute;
    left: 0px;
    top: -15px;
    width: 295px;
    height: 100px;
    background: url("../images/general/logo.png") top left no-repeat;
    cursor: pointer;
}

#header #search {
    position: absolute;
    right: 0px;
    top: 21px;
    width: 200px;
}    

#header #magnifier {
    position: absolute;
    right: 216px;
    top: 27px;
    width:16px;
    height:16px;
    background: url("../images/general/magnifier.png") top left no-repeat    
}

#header #language-flags {
    position: absolute;
    right: 0px;
    top: -25px;
    /*width: 480px;*/
    height: 11px;
}

#header #language-flags a {
    display: block;
    float: left;
    width: 16px;
    height: 11px;
    margin-left: 4px;
}

#header #language-flags a.en {
    background: url("../images/general/flags.png") 0px 0px no-repeat;
}

#header #language-flags a.de {
    background: url("../images/general/flags.png") -16px 0px no-repeat;
}

#header #language-flags a.es {
    background: url("../images/general/flags.png") -32px 0px no-repeat;
}

#header #language-flags a.fr {
    background: url("../images/general/flags.png") -48px 0px no-repeat;
}

#header #language-flags a.it {
    background: url("../images/general/flags.png") -64px 0px no-repeat;
}

#header #language-flags a.pt {
    background: url("../images/general/flags.png") -80px 0px no-repeat;
}

#header #language-flags a.ru {
    background: url("../images/general/flags.png") -96px 0px no-repeat;
}

#header #language-flags a.nl {
    background: url("../images/general/flags.png") -112px 0px no-repeat;
}

#header #language-flags a.no {
    background: url("../images/general/flags.png") -128px 0px no-repeat;
}

#header #language-flags a.sv {
    background: url("../images/general/flags.png") -144px 0px no-repeat;
}

#header #language-flags a.hu {
    background: url("../images/general/flags.png") -160px 0px no-repeat;
}

#header #language-flags a.ro {
    background: url("../images/general/flags.png") -176px 0px no-repeat;
}

#header #language-flags a.bg {
    background: url("../images/general/flags.png") -192px 0px no-repeat;
}

#header #language-flags a.tr {
    background: url("../images/general/flags.png") -208px 0px no-repeat;
}

#header #language-flags a.el {
    background: url("../images/general/flags.png") -224px 0px no-repeat;
}


#comparison {
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    right: 70px;
    /*left: 400px;*/
    width: 570px;
    margin-left: auto;
    margin-right: auto; 
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    background-color: white;
    
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */   
    
    -moz-box-shadow: 0px 0px 10px #aaaaaa;
    -webkit-box-shadow: 0px 0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
}

#comparison > div.icon-button {
    position: absolute;
    right: 7px;
    top: 4px;    
}

#comparison > div.comparison-container {
    padding: 15px;
}

#comparison div.comparison-row {
    width: 380px;
    margin: 4px;
    height: 22px;
    background-color: #f5f5f5;
    border-radius:4px;
}

#comparison div.comparison-row > div:first-child {
    float: left;
    margin: 4px 4px 0px 8px;
    width: 350px;
    height: 13px;
    overflow: hidden;
}

#comparison div.comparison-row > div { /* div:not(first-child) */
    float: right; 
    margin: 3px 6px 0px 0px;
}

#comparison a.comparison-button {
    position: absolute;
    right: 7px;
    bottom: 7px;
}


#main {
    position: relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}






/* cookie consent */

#cookie-consent {
    position: fixed;
    bottom: -1px;
    left: 20px;
    width: 550px;
    height: 0px;    
    margin-left: auto;
    margin-right: auto; 
    z-index: 1000;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */    
    
    -moz-box-shadow: 0px 0px 5px #aaaaaa;
    -webkit-box-shadow: 0px 0px 5px #aaaaaa;
    box-shadow: 0px 0px 5px #aaaaaa;
}

#cookie-consent.visible {
    bottom: 0px;
    height: 80px;
}

#cookie-consent .text {
    width: 400px;
    margin: 8px;
}

#cookie-consent .more-info {
    position: absolute;
    top: 45px;
    right: 7px;
}

#cookie-consent > .close {
    position: absolute;
    right: 7px;
    top: 4px;    
}






/* front page */

#frontpage-text {
    width: 100%;
    text-align: justify;
}

#frontpage-brands {
    margin-top: 20px;
    width: 100%;
    -webkit-columns: auto 10;
    -moz-columns: auto 10;
    columns: auto 10;
}

#frontpage-brands > a {
    display: block;
}






/* review form */

#review-form table {
    width: 100%;
}

#review-form table tr td:first-child {
    width: 250px;
    text-align: right;
    padding-right: 6px;
}

#review-form #pros, #review-form #cons, #review-form #overall {
    display: inline-block;
    height: 18px;
    text-indent: 22px;
    padding-top: 2px;
}

#review-form #pros {
    background: url("../images/general/review_pros.png") top left no-repeat;
}

#review-form #cons {
    background: url("../images/general/review_cons.png") top left no-repeat;
}

#review-form #overall {
    background: url("../images/general/review_overall.png") top left no-repeat;
}

#review-form textarea {
    width: 90%;
    height: 180px;
}

input.invalid-data, select.invalid-data, textarea.invalid-data {
    border: 1px solid #ff6600;
}

span.field-obligatory {
    font-size: 14px;
    font-weight: bold;
    padding-left: 2px;
    color: #ff6600;
}






/* system messages */

div.message-red {
    padding: 40px;
    border: 1px solid #eecccc;
    border-radius: 4px;
    background-color: #fffaf7;
    text-align: center;
}

div.message-green {
    padding: 40px;
    border: 1px solid #ccddcc;
    border-radius: 4px;    
    background-color: #fafff9;  
    text-align: center;
}






/* tables with links */

table.link-table tr td {
    vertical-align: top;
}

table.link-table a {
    display: block;
}








/* chart table */

table.chart-table {
    width: 100%;
    border-collapse: collapse;
}

table.chart-table tr td:first-child div {
    margin-left: 6px;
}

table.chart-table tr td:first-child {
    width: 50%;
    line-height: normal;    
    text-align: right;
    padding: 2px 8px 2px 0px;
    border-right: 1px solid #dddddd;
}

table.chart-table tr td:not(:first-child) {
    padding: 0px 0px 0px 6px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

table.chart-table tr td:not(:first-child) div {
    float: left;
    height: 26px;
    margin: 6px 6px 0px 0px;
}






/* chart bars colors */

div.model-chart-bar-gray,
div.model-chart-bar-green,
div.model-chart-bar-red {
    margin: 1px;
    border-top-right-radius: 4px;    
    border-bottom-right-radius: 4px;    
}

div.model-chart-bar-gray {
    background-color: #dddddd;
}

div.model-chart-bar-green {
    background-color: #7ebe6a;
}

div.model-chart-bar-red {
    background-color: #ff8664;
}







/* model list table header */

div.model-list-header {
    padding: 10px 0px 10px 8px;
}

table.model-list-table {
    border-collapse: collapse;
}


table.model-list-table tr th {
    background-color: #f5f5f5;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

table.model-list-table tr td {
    padding: 4px;
    border-left: 1px solid #f8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

table.model-list-table tr td:first-child {
    border-left: 0px;
}

table.model-list-table tr td:first-child a {
    display: inline-block; 
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.model-list-table tr:last-child td { 
    border-bottom: 0px;
}







/* UI icons */

.icon-arrows {
    width: 18px;
    height: 16px;
    background: url("../images/general/arrows_comparison.png") 0px 0px no-repeat;
    cursor: pointer;
}

.icon-arrows:hover, div.icon-arrows-selected {
    background: url("../images/general/arrows_comparison.png") 0px -16px no-repeat;
}

.icon-x {
    width: 11px;
    height: 16px;    
    background: url("../images/general/x.png") 0px 0px no-repeat;
    cursor: pointer;
}

.icon-x:hover {
    background: url("../images/general/x.png") 0px -16px no-repeat;
}







/* model technical details table */

table.model-details-table {
    border-collapse: collapse;
}

table.model-details-table tr td:first-child {
    width: 35%;
    vertical-align: top;
    vertical-align: middle;
    text-indent: 8px;
    border-right: 1px solid #f8d8d8;
}

table.model-details-table tr {
    border-top: 1px solid #e8e8e8;
}

table.model-details-table tr:first-child {
    border-top: 0px;
}

table.model-details-table tr td { 
    padding: 5px;
}







/* comparison table */

table.model-comparison-table {
    border-collapse: collapse;
}

table.model-comparison-table tr td:first-child {
    width: 20%;
    vertical-align: middle;
    text-indent: 8px;
}

table.model-comparison-table tr {
    border-top: 1px solid #e8e8e8;
}

table.model-comparison-table tr:first-child {
    border-top: 0px;
}

table.model-comparison-table tr td:not(:first-child) { 
    width: 20%;
    padding: 5px;
    border-left: 1px solid #f8d8d8;
}







/* search dropdown */

div.search-dropdown {
    position: absolute;
    /* width:385px;*/
    border: 1px solid #c5c5c5;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #ffffff;
    padding: 15px;
    
    -moz-box-shadow: 0px 0px 10px #aaaaaa;
    -webkit-box-shadow: 0px 0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
}

div.search-result-normal,
div.search-result-selected  {
    margin: 4px;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 4px 10px 5px 10px;
    white-space: nowrap;
    cursor: pointer;
}

div.search-result-normal {
    background-color: #ffffff;
}

div.search-result-selected {
    background-color: #d5e5c5;
}







/* tabs */

div.tab-container {
    overflow-y: hidden;
}

div.tab-container div {
    position: relative;
    border-bottom: 1px solid #c5c5c5;
    overflow-y: hidden;
}

div.tab-container > div > a {
    position: relative;
    float: left;
    display: inline-block;
    list-style: none;
    outline: none;
    top: 0px;    
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #c5c5c5; 
    border-left: 1px solid #c5c5c5; 
    border-right: 1px solid #c5c5c5; 
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #dadada;    
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 0px 12px 0px 12px;
    
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

div.tab-container > div > a:hover {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

div.tab-container > div > a.tab-selected {
    border-top: 1px solid #e0c0b0; 
    border-left: 1px solid #e0c0b0; 
    border-right: 1px solid #e0c0b0;     

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,240,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,240,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,240,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff0e6',GradientType=0 ); /* IE6-9 */
    
}





/* passive star rating container */

.passive-star-container {
    position: relative;
    width: 80px;
    height: 16px;
    background: url("../images/general/stars_16.png") 0px 0px repeat-x;
}

.passive-star-container .star-default {
    position: absolute;     
    height: 16px;    
    z-index: 1;
    background: url("../images/general/stars_16.png") 0px -16px repeat-x;

}





/* active star rating container */

.active-star-container {
    position: relative;     
    width: 120px;
    height: 24px;
    background: url("../images/general/stars_24.png") 0px 0px repeat-x;
    cursor: pointer;
}

.active-star-container .star-default {
    position: absolute;     
    height: 24px;    
    z-index: 1;
    background: url("../images/general/stars_24.png") 0px -24px repeat-x;
}

.active-star-container:hover .star-default {
    display: none;
 }

.active-star-container *[class^="star-"] {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 100;
}

.active-star-container *[class^="star-"]:hover {
    z-index: 2;
    background: url("../images/general/stars_24.png") 0px -48px repeat-x;    
}

.active-star-container .star-1 {
    left: 0px;
    width: 24px;
}

.active-star-container .star-1:hover {
    left: 0px;
    width: 24px;
}
 
.active-star-container .star-2 {
    left: 24px;
    width: 24px;
}

.active-star-container .star-2:hover {
    left: 0px;            
    width: 48px;
}

.active-star-container .star-3 {
    left: 48px;
    width: 24px;
}

.active-star-container .star-3:hover {
    left: 0px;            
    width: 72px;
}

.active-star-container .star-4 {
    left: 72px;
    width: 24px;
}	

.active-star-container .star-4:hover {
    left: 0px;            
    width: 96px;
}

.active-star-container .star-5 {
    left: 96px;
    width: 24px;
}

.active-star-container .star-5:hover {
    left: 0px;            
    width: 120px;
} 






/* button */
 
a.button .image-arrows {
    display: block;
    float: left;
    width: 18px;
    height: 16px;
    margin: 0px 6px 0px 0px;
    border: 0px;
    background:url("../images/general/arrows_comparison.png") 0px -16px no-repeat;
 } 

a.button > span {
    display: inline-block;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
    font-weight: bold;
    margin-top: 5px;
 }
 
a.button {
    display: inline-block;
    height: 26px;    
    padding: 0px 14px 0px 14px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    outline: none;
    text-decoration: none;    
    cursor: pointer;

    -moz-box-shadow: 0px 0px 1px #dddddd;
    -webkit-box-shadow: 0px 0px 1px #dddddd;
    box-shadow: 0px 0px 1px #dddddd;    

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

a.button:hover {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

a.button:active {
    -moz-box-shadow: inset 0px 0px 2px #bbbbbb;
    -webkit-box-shadow: inset 0px 0px 2px #bbbbbb;
    box-shadow: inset 0px 0px 2px #bbbbbb;    
    background: #f5f5f5;    
}







/* review */

.review {
    overflow-y: hidden;
}

.review table {
    border-collapse: collapse;
}

.review table tr td {
    height: 16px;
}

.review table tr td:first-child {
    text-align: right;
    padding-right: 4px;
    width: 180px;
}

.review p {
    margin: 20px 0px 0px 0px;
    text-align: justify;
}

.review p:first-child {
    margin: 0px;
}

.review > div.stars {
    float: left;
    width: 300px;
}

.review > div.text {
    float: left;
    width: 650px;
}







/* listing container */

.listing-container div.listing-item {
    float: left;
    width: 49%;
    height: 83px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #c5c5c5;
}

.listing-container div.listing-item:nth-child(1),
.listing-container div.listing-item:nth-child(2) {    
    margin-top: 0px;
}

.listing-container div.listing-item:nth-child(even) {
    margin-left: 2%;
}

.listing-container div.listing-item::nth-child(odd) {
}

.listing-container div.listing-item .more-info-button {
     position: absolute;
     right: 7px;
     bottom: 7px;
}







/* social networks share buttons */

.social-share {
    overflow: hidden;
}
.social-share > div {
    float: left;
    overflow: hidden;
}
.social-share > div.facebook {
    width: 94px;
}
.social-share > div.google-plus {
    width: 80px;
}
.social-share > div.twitter {
    width: 90px;
}


