/* CSS by Jeremy Asmus for BestAntivir.us */

body {
	margin:0 auto;
	background-color:#F7F7F7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#wrapper {
	width:960px;
	margin:0 auto;
	padding-top:15px;
}

/* HEADER Style */

#header {
	padding:10px;
}

#header h1 {
	margin:5px 0 0 0;
	color:#666666;
	font-size:14px;
}

/* MAIN CELL Stlyes */

#main_cell {
	width:820px;
	float:left;
	margin-right:10px;
}

#content_cell {
	width:590px;	
	float:right;
	margin-bottom:10px;
}

.content_cell_topper {
	background-image:url(../images/content_cell_topper.jpg);
	height:5px;
}

#review_content {
	background-color:white;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:0 19px;
	overflow:hidden;
	width:550px;
}

#review_short {
	overflow:hidden;
	display:block;
}

#review_full a {
	text-decoration:underline !important;
}

#review_full a:hover {
	text-decoration:none !important;
}

.review_grade {
	background-color:#EEEEEE;
	height:75px;
}

#review_content p {
	line-height:19px;
	margin:0;
	padding:5px 0;
}

#review_content a {
	color:#006699;
	text-decoration:none;
}

.read_toggle {
	text-align:right;
	font-size:11px;
	padding:10px 0;
}

.read_toggle img {
	float:right;
	padding:5px 0 0 5px;
}

.content_cell_bottom {
	background-image:url(../images/content_cell_bottom.jpg);
	height:5px;
}

/* REVIEW CHART Styles */

#review_chart_cell {
	width:590px;
	clear:both;
	margin-top:10px;
}

#review_chart {
	background-color:white;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:0 4px;
	width:580px;
	font-size:11px;
}

#review_chart table {
	width:580px;
	/*border:1px solid #EDB102;*/
}

#review_chart td {
	padding:5px;
	text-align:left;
}

#review_chart img {
	margin-right:5px;
}

#review_chart a {
	color:#006699;
	text-decoration:none;
}

.chart_subject {
	text-align:left !important;
}

.review_chart_yellow_header {
	background-color:#EDB102;
	color:white;
	font-weight:bold;
}

.review_chart_yellow_row {
	background-color:#FFFFCC;
}

.review_chart_gray_row {
	background-color:#EEEEEE;
}

/* MINI BOX Styles */

#mini_box_cell {
	width:590px;
	clear:both;
	margin-top:10px;
}

.mini_box {
	width:190px;
	float:left;
}

.mini_box_topper {
	background-image:url(../images/mini_box_topper.jpg);
	height:5px;
}

.mini_box_content {
	background-color:white;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:0 4px;
	overflow:hidden;
	width:180px;
	height:75px;
}

.mini_box_bottom {
	background-image:url(../images/mini_box_bottom.jpg);
	height:5px;
}

/* BUY-TRY BUTTON Styles */

#eset_product_buy_try {
	background-image:url(../images/eset_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

#kaspersky_product_buy_try {
	background-image:url(../images/kaspersky_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

#avg_product_buy_try {
	background-image:url(../images/avg_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

#panda_product_buy_try {
	background-image:url(../images/panda_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

#bitdefender_product_buy_try {
	background-image:url(../images/bitdefender_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

#avira_product_buy_try {
	background-image:url(../images/avira_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

#mcafee_product_buy_try {
	background-image:url(../images/mcafee_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

#norton_product_buy_try {
	background-image:url(../images/norton_product_image.jpg);
	background-position:top;
	width:515px;	
	height:169px;
}

/* NAVIGATION Styles */

#review_navigation_cell {
	width:220px;
	float:left;
	margin:0 10px 10px 0;
}

#review_navigation_topper {
	background-image:url(../images/review_nav_topper.jpg);
	height:5px;
}

#review_navigation {
	width:210px;
	background-color:white;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	overflow:hidden;
	padding:0 4px;
}

#review_navigation ul {
	background-color:#222222;
	margin:0;
	padding:0;
	list-style:none;
	height:450px;
}

#review_navigation li {
	line-height:40px;
}


#review_navigation li h2 {
	color:#EDB102;
	font-size:18px;
	margin:0;
	text-align:center;
}

#review_navigation li a {
	display:block;
	text-decoration:none;
	color:white;
	font-size:13px;
	padding-left:10px;
}

#review_navigation li a:hover {
	background-image:url(../images/review_nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#review_navigation li a span {
	color:#BBBBBB;
	font-size:11px;
}

.nav_selected {
	background-color:#393939;
	background-image:url(../images/review_nav_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#review_navigation_bottom {
	background-image:url(../images/review_nav_bottom.jpg);
	height:5px;
}

/* SIDE BANNER AD Stlyes */

#side_banner_cell {
	width:130px;
	float:left;
	text-align:center;
}

#side_banner_topper {
	background-image:url(../images/side_banner_topper.jpg);
	height:5px;
}

#side_banner_content {
	background-color:white;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	padding:0 4px;
}

#side_banner_bottom {
	background-image:url(../images/side_banner_bottom.jpg);
	height:5px;
	margin-bottom:10px;
}

/* FOOTER Styles */

#footer {
	margin:0 auto;
	width:590px;
	text-align:center;
	clear:both;
	color:#AAAAAA;
	font-size:11px;
	padding:10px 0;
}

#footer a {
	color:#999999;
	text-decoration:none;
}
/* ROLLOVER Styles */

.tool-tip {
	color:white;
	width:300px;
	z-index:13000;
}
 
.tool-title {
	font-weight:bold;
	font-size:12px;
	margin:0;
	color:#9FD4FF;
	padding:8px 8px 4px;
	background:url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size:12px;
	padding:4px 8px 8px;
	background:url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color:black;
	width:300px;
	z-index:13000;
}
 
.custom-title {
	font-weight:bold;
	font-size:12px;
	margin:0;
	color:#3E4F14;
	padding:8px 8px 4px;
	background:#C3DF7D;
	border-bottom:1px solid #B5CF74;
}
 
.custom-text {
	font-size:12px;
	padding:4px 8px 8px;
	background:#CFDFA7;
}

/* POP-UP Styles */

/*#popup_background {
	background-color:black;
	opacity:0.60;
	filter:alpha(opacity=60);
	position:absolute;
	z-index:9001;
	top:0;
	left:0;
	width:100%;
}

#popup_window {
	padding:5px 5px 0 5px;
	background-color:#006699;
	width:200px;
	z-index:9002;
	position:absolute;
	top:200px;
}*/
