/*********************************************************
ScaleOut Software
Main style sheet for all pages

@name: style.css 
@version: 1.0
@date: 30OCT09

*/

body {
	font: 12px Arial, Helvetica, sans-serif;	
}

/********************** HEADER **************************/

#search {
	margin-top: 15px;
	text-align: right;
}

#search a:link, #search a:visited {
	color: #585a5d;	
}
#search a:hover, #search a:active {
	color: #5D0008;
	text-decoration: underline;
}

#search p {
	margin: 0 30px 5px 0;
}

#search .box {
	background: #fff url(../../images/interface/bg_search.png) no-repeat;
	border: 1px solid #c2c2c2;
	float: left;
	margin: 0 0 0 92px;
	height: 18px;
	width: 155px;
}

#search .button {
	
}

span.menu_default, span.menu_current {
	display: block;
}

/********************** FOOTER **************************/
#footer {
	border-top: 1px solid #d3d2d2;
	color: #727069;
	margin: 10px 0px 0px 0px;
	padding: 10px 0;
	text-align: center;
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer ul li {
	display: inline;
	padding: 0px 5px 0px 10px;
	margin: 0px;
	border-right: 1px solid #727069;	
}

#footer ul li.last {
	border-right: none;
}

#footer a:link, #footer a:visited {
	color: #727069;	
}
#footer a:hover, #footer a:active {
	color: #5D0008;
	text-decoration: none;
}

.featuretable
{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-collapse: collapse;
	margin-bottom: 0;
}
.featuretable th
{
	color:#600;
	padding: 0 6px;
}
.featuretable td
{
	padding:6px;
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
	text-align: center;
}
.featuretable td:first-child
{
	text-align:left;
	border-left:0;
}
.rounded
{
	border:1px solid #777;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.slideshow_image
{
	border:0;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	padding-left:14px;
}
tr.even_row{background-color: #EBEBEB}
tr.odd_row{background-color: #f5f5f5}
.compare-table td {text-align: center; padding:4px;}
.compare-table td.feature{text-align:left}
.compare-table td h3 {text-align: left; margin:5px 0 4px;}
.entry .compare-table img {padding:0}
.featuretable {width:100%}
.featuretable th {vertical-align: bottom}
.featuretable .product_title {text-align:left}
.blockquotelike {margin-left:50px; margin-right:50px}

.priceList.centertable td
{
	text-align:center;
}

.priceList.centertable td.leftalign
{
	text-align:left;
}

.priceList {
margin:auto;
width:95%;
}
.priceList td {
vertical-align:middle;
}
.priceList .subheadcell {
background:none repeat scroll 0 0 #F5F5F5;
}
.priceList .heading_row td {
font-weight:bold;
text-align:center;
}
.priceList th, .priceList td {
border:1px solid #CCCCCC;
padding:4px;
}
.priceList p {
margin-bottom:0;
}
.alcenter {
text-align:center;
}
.priceList sup {
font-size:80%;
vertical-align:super;
}

hr
{
border:none;
border-top:1px solid #ccc;
clear:both;
height:0px;
}

.supe
{
	vertical-align: super; 
	font-size: 0.7em;
	margin-left:5px;
}

.bolder
{
	font-weight: bold;
}
.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;text-align:center;
}
.normal, .nrml
{
	font-style: normal;
	font-weight: normal;
}
.imgcenter
{
	text-align: center;
	margin:6px;
	margin-bottom:16px;
}



