/* General */
table {border-spacing: 0px;}
td {padding: 0px; border: 0px;}
body, span, div, a, td {font-family: arial; color: white; font-size: 12px;}
a.menu:link, a.menu:visited, a.menu:active {text-decoration: none}
a.menu:hover {text-decoration: underline}
a:link, a:visited, a:active, a:hover {text-decoration: underline}
img {border: 0px;}
.red {color: #BC0107;}
ul { margin: 5pt 0pt 0pt -15px;}
.small_paragraph{
    height: 170px;
    text-align:left;
}
.std_paragraph{
    height: 200px;
    text-align:left;
}
.big_paragraph{
    height: 250px;
    text-align:left;
}


/* Store page */
.products_table{
    cursor: pointer;
    background: url(https://www.alwaysinnovating.com/images/background-black.png);
    padding:10px 5px 10px 5px;
    border-radius: 6px;
    -moz-border-radius:6px;
}

/* Products page */
ul.product_line{
	list-style-type: none;
	width: 800px;
	margin: auto;}
li.product {
	float:left;
	background-image: url(../../images/v_divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 80px;
	width: 130px;
	height: 80px;
	display: block;}
.product img{
	max-height: 60px;
    margin-bottom:10px;}

/* Innovation page */
ul.innovation_ul{
	list-style-type: none;
	width: 800px;
	margin: auto;}
li.innovation_li {
	float:left;
/*	background-image: url(../../images/v_divider.png); */
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 70px;
	padding-left: 60px;
/*	line-height: 136px; 
	width: 138px;
	height: 136px;*/
	display: block;}
/*.innovation_li img{
	width: 128px;
	max-height: 90px;}*/
.innovation_li td{
   	padding: 5 5 5 5;}
    
/* Comparison page */
.comparison_table{
    border-width: 0px;
    text-align: center;
}
.comparison_table th{
    width: 110px;
    height: 60px;
    font-size: 12px;
    padding:5 5 5 5;
    border-width: 1 0 0 0;
    border-style: solid;
    border-color: #F0F0F0;
}
.comparison_table td{
    border-width: 1 0 0 0;
    border-style: solid;
}
.comparison_first th{
    vertical-align:top;
}
.comparison_table img{
    max-height: 64px;
    max-width: 110px;
    margin: 10 0 10 0;
}
.comparison_last td, .comparison_last th{
    border-width: 3 0 3 0;
    border-style: solid;
    font-weight: bold;
}

.yes{
    background-image: url(/images/check-small.png); 
    background-repeat: no-repeat;
    background-position: center;
}
