@charset "utf-8";
/* CSS Document */
.whatsthis {
	margin: 3px 20px;
	font-style:italic;
	clear: both;
}
.subSections {
	border-bottom:solid black 1px; 
	width:auto;
}

#main-Review {
    display: block;
    width:920px;
    margin:0px auto;
}

#content-Review {
    width: 600px;
    float: left;
}
#content-Review h1 {
    font-size:24px;
	font-weight:bold;
}
.quote {
	width: 80%;
    margin: 10px auto;
	font-style:italic;
}

#sidebar-Review {
    width: 300px;
    float: right;
}

#delimiter {
    clear: both;
}

.title-Review {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}
.logoImage {
  max-width: 100px;
  max-height: 100px;
  width: expression(this.width > 100 ? "100px" : true);
  height: expression(this.height > 100 ? "100px" : true);
  margin-right: 10px;
}
.screenImage {
	width: 250px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px 8px 0 8px;
	border: 1px solid #999999;
	text-align:center;
	font-size:14px;  
}
.screenCapture {
	margin: 10px auto 5px auto;
	font-size:10px;
	font-style:italic;
}
.screenCapture a {
	font-size:12px;
	font-style:normal;
}
.clear {
	clear:both;
}
.tableDefault {
	border:1px solid #333333; 
	padding: 5px;
}
.tableDefault .dottedRow {
	border-bottom:1px #000000 dotted;
}

.tableHead { 
	position:relative;
	padding:0;
	height: 80px;
	width: 20px;
	margin: 5px 5px;
} 
.tableHead .rotHead { 
	display:block; 
	height: 20px;
	width: 80px;
	position:absolute; right:-80px; top:35px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);			
}

.innerBox {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
}
.outerBox {
	border-bottom: 1px solid #000000;
	padding: 0;
}
.bottomBorder {
	border-bottom: 1px solid #000000;
	padding: 5px;
}
.rightBorder {
	border-right: 1px solid #000000;
}
.ratingType {
	text-align:right;
	padding: 3px;
}
.centerThis {
	text-align:center;
}
.quoteThis {
	padding: 0px 10px 10px 10px;
	font-style:italic;
	font-size:11px;
}
.px10 {
	font-size:10px;
}
.px12 {
	font-size:12px;
}
.lineHeight1 {
  line-height: 1.0;
}
.brightRed {
	color: #FF0000;
}
.zap {
	display:none;
}
.padLeft10 {
	padding-left:10px;
}
.productName {
	color:#003366;
	font-size:16px;
	margin: 0 10px;
	font-weight:bold;
}
.marginLeft10 {
	margin-left:10px;
}

.followLinks a {
	font-size:12px;
	color: #0066FF;
	text-decoration: underline;
	margin: 0px 10px;
}

.featureOffers{
	width:220px;
	border: solid 1px #333333;
	padding:5px;
	margin:10px 0;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
.font10 {
	font-size:10px;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:12px;
}

.desc {
	font-size:12px;
	font-style:italic;
	padding: 0 15px;
	margin: 0px;
}
.sideOptinBox {
	display: block;
	font-size:14px;
	padding: 20px 10px;  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 10px #FFFFFF;
	box-shadow: inset 0 0 10px #FFFFFF;
}
.compareReviews {
	float:right;
	width:280px;
	margin: 0 0 10px 10px;
	padding: 0;
}
.prosCons {
	border: 1px solid #333333;
	padding: 10px;
	width: 280px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 10px #FFFFFF;
	box-shadow: inset 0 0 10px #FFFFFF;
}
li.widget_list {
	list-style-type: none;
}

/* HINT BOX */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}




