* {
	margin: 0;
	padding: 0;
}
a {	outline:none; }


body {
	margin: 0px 0;
	background: #f3f3f3 url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color:#29407C;
}

h2 {
	font-size:18px;
	color:#FFFFFF;
	padding-left: 18px;
	padding-top: 5px;
}

h3 {
	font-size: 1em;
	color:#29407C;
}

h4 {
	font-size: 14px;
	color:#660000;
	margin-top: 1.5em;
}
h5 {
	font-size: 14px;
	color:#29407C;
	font-weight:bold;
	padding-left: 3px;
}

p {
	margin-top: 0.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

a {
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	border: none;
	text-decoration: none;
}

/* Header */

#header {
	width: 1024px;
	height: 105px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 80px;
	width:372px;
	padding-top:0px;
}

#logo h1, #logo h2 {
	float: left;
	margin-top: 25px;
	text-transform: lowercase;
	font-weight: normal;
	
}

#logo h1 {
	font-size: 48px;
	color: #660000;
}
#logo h1 a{
	font-size: 48px;
	color: #660000;
	font-weight:normal;
	text-decoration:none;
}

#logo h1 a:link{
	font-size: 48px;
	color: #660000;
	font-weight:normal;
	text-decoration:none;
}
#logo h1 a:hover{
	font-size: 48px;
	color: #660000;
	font-weight:normal;
	text-decoration:none;
}

#logo h2 {
	font-size: 48px;
	color: #29407C;
	padding-left: 0px;
	padding-top: 0px;
	
}
#logo h2 a{
	font-size: 48px;
	color: #29407C;
	padding-left: 0px;
	padding-top: 0px;
	font-weight:normal;
	text-decoration:none;
}
#logo h2 a:link {
	font-size: 48px;
	color: #29407C;
	padding-left: 0px;
	padding-top: 0px;
	font-weight:normal;
	text-decoration:none;
}
#logo h2 a:hover {
	font-size: 48px;
	color: #29407C;
	padding-left: 0px;
	padding-top: 0px;
	font-weight:normal;
	text-decoration:none;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu Top */
#menu {
	margin-left:0px;
	float: left;
	height: 80px;
	width:425px;
	text-transform: uppercase;
}

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

#menu li {
	float: left;
	background: url(../images/menutablrg.jpg) repeat-x left top;
	width:105px;
	height:41px;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 0px 0px 18px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

#menu a:hover {
	text-decoration: none;
	color: #29407C;
}

#menu .home a {
	margin: 0;
	padding-left: 31px;
}
#menu .top10 a {
	margin: 0;
	padding-left: 29px;
}
#menu .articles a {
	margin: 0;
	padding-left: 21px;
}
#menu .reviews a {
	margin: 0;
	padding-left: 22px;
}

#menu .current_page_item a {
	color: #666666;
}

/* Review Page Menu*/
#menu_rvw {
	float: left;
	width: 530px;
	height: 35px;
	padding-top: 24px;
	padding-left: 15px;
	background: #FFFFFF url(../images/menu_rvwBG.jpg) no-repeat left bottom;

}

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

#menu_rvw li {
	float: left;
	background: url(../images/menu_rvwtab.jpg) repeat-x left top;
	width:172px;
	height:31px;
}

#menu_rvw a {
	display: block;
	float: left;
	padding: 10px 0px 0px 18px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu_rvw a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#menu_rvw .editors a {
	margin: 0;
	padding-left: 29px;
}
#menu_rvw .coupons a {
	margin: 0;
	padding-left: 54px;
}
#menu_rvw .customer a {
	margin: 0;
	padding-left: 19px;
}


#menu_rvw .current_page_item a {
	color: #CCCCCC;
}



/* Menu SideNav 1*/

#menu1 {
	float: left;
	width: 160px;
	margin: 5px 0 0 11px;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
}

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

#menu1 li {
	padding: 2px;
}

#menu1 a {
	display: block;
	width: 187px;
	padding: 15px 0px 10px 8px;
	background-color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}

#menu1 a:hover {
	background-color: #660000;
	color: #f3f3f3;
}

#menu1 .current_page_item a {
	background-color: #660000;
	color: #f3f3f3;
}

/* Menu SideNav 2*/

#menu2 {
	float: left;
	width: 160px;
	margin: 5px 0 0 11px;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
}

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

#menu2 li {
	padding: 2px;
}

#menu2 a {
	display: block;
	width: 187px;
	padding: 15px 0px 10px 8px;
	background-color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
	color: #29407C;
}

#menu2 a:hover {
	background-color: #29407C;
	color: #f3f3f3;
}

#menu2 .current_page_item a {
	background-color: #29407C;
	color: #f3f3f3;
}

/* Sidebar Newsletter */
#sidenewsletter{
	float: left;
	width: 189px;
	margin-left: 15px; 
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

/* Content */

#content {
	float: left;
	width: 755px;
	padding-left: 15px;
	padding-top: 20px;
	background-color:#FFFFFF;
}
#rvw_content {
	float: left;
	width: 755px;
	padding-left: 15px;
	padding-top: 30px;
	background-color:#FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	background-color:#FFFFFF;
	padding-left: 15px;
	padding-top: 15px;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 20px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0;
}


/* Sidebar1 */

#sidebar1 {
	width: 222px;
	float:left;
}

#sidebar1 li li {
	background: url(../images/img05.gif) no-repeat left 50%;
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar1 h2 {
}


/* Bottom Content */


#bottomcontent {
	margin-left:17px;
	width:1024px;
	float:left;
	
}
#bottomcontent a {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

#bottomcontent a:hover {
	text-decoration: none;
}
#bottomcontent .title a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#bottomcontent .title a:hover {
	text-decoration: none;
	color: #999999;
}
#innerarticles{
	margin-left:28px;
	width:938px;
	float:left;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 68px;
	margin: 0 auto;
	background: url(../images/footer.jpg) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 15px 0px;
	font-size: 12px;
	color:#660000;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;

}

#footer .credit {
	float: right;
	height: 40px;
}

/* Article Boxes */
.mainrel_title { color: white; font-size: 12px; font-weight: bold; background-image: url(../images/main_relbg.gif); background-repeat: repeat-x; text-decoration: none;}
.relbox_left { background-image: url(../images/main_reltitle_left.gif); background-repeat: no-repeat; background-position: left top; width: 9px; height: 23px; }
.relbox_right { background-image: url(../images/main_reltitle_right.gif); background-repeat: no-repeat; background-position: right top; width: 9px; height: 23px; }
.relbox_clip { color: black; font-size: 10px; font-family: verdana; background-color: #f6f5d5; text-decoration: none; }
.relbox_lbc { background-image: url(../images/main_rel_lb.gif); background-repeat: no-repeat; background-position: left bottom; width: 10px; height: 10px; }
.relbox_rbc { background-image: url(../images/main_rel_rb.gif); background-repeat: no-repeat; background-position: right bottom; width: 10px; height: 10px; }
.relbox_rborder { }
.relbox_bborder {background-image: url(../images/main_regbottom.gif); background-repeat: no-repeat; background-position: left bottom; width: 10px; width: 286px; height: 10px; }
.relbox_lborder {  }
.relboxmain { 
	background-color: #E2E7F8; 
	border-top-width: 0px; 	
	border-bottom-width: 0px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-style: solid; 
	border-color: #29407C;
}

/* Newsletter Tab */

#newsletteropt {
	margin-top:15px;
	padding:3px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E2E7F8;
	text-align: left;
	width: 165px;
	height: 80px;
	overflow: hidden;
	float: right;
	clear: none;
	cursor: pointer;
	}

#newsletterform {
	margin-top:15px;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	background-color: #E2E7F8;
	text-align: left;
	vertical-align: middle;
	width: 165px;
	height: 80px;
	float: right;
	clear: none;
	display: none;
	
}

.newsopt_free { 
	color: #660000; 
	font-weight: bold; 
	margin-top:5px;
}
#newsletter_tab {
	float:right;
	margin-top:15px;
}

#topmargin{
	width: 1024px;
	height: 5px;
	margin: 0 auto;
}

/* Chart Styles */
.chartheader{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
}
.TDtop
{
	border-top:1px dotted #A6A6A5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
	
.TDright
{
	border-right:1px dotted #A6A6A5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
.TDleft
{
	border-left:1px dotted #A6A6A5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
.rank{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #29407C;
	font-weight: bold;
	
}
.score{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #660000;
	font-weight: bold;
}


/*More Info Drop Downs*/
#accordion_cntnr{
	padding:0px 0px 20px 4px; 
	text-align:left;
}
.accordion_notoggle {
	font-weight: normal;
	padding:5px 0px 0px 0px;
}
.accordion_toggle {
	font-weight: normal;
	color:#0066cc;
	cursor: pointer;
	padding:0px 0px 0px 70px;
	border-bottom:1px dotted #A6A6A5;
	font-size:11px;
}

.accordion_content {
	overflow: hidden;
	border-bottom:1px dotted #A6A6A5;
	padding-bottom:8px;
	padding-top:5px;
	
}							

/*Styles for the Timeline accordion*/

.timeline_txt_cntnr p{
	float:right;
	width:346px;
	text-align:left;
	margin:0;
	padding-left:14px;
	padding-bottom:15px;
}

#accordionlist
{
	margin-left: 5px;
	padding-left: 5px;
	list-style: none;
	line-height:1.5em;
}

#accordionlist li
{
padding-left: 20px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .3em;

}

#accordionlist ul { list-style: none; }

/*Styles for Articles Index*/
.rating_box { font-weight:bold;  text-align: center; width: 120px; height: 40px;  float: right; clear: none; margin-left: 10px; padding-left: 10px; border-color: #cdd3e4; border-style: solid; border-width: 0 0 0 0px; }
#articles_list { padding: 0px 15px 0px; }
.alist_title:hover { color: #29407C; font-size: 14px; font-weight: bold; text-decoration: none; margin-bottom: 0.5em; }
.alist_title, .alist_title:link, .alist_title:visited, .alist_title:active { color: #660000; font-size: 14px; font-weight: bold; text-decoration: none; margin-bottom: 0.5em; }
.article_div { margin-bottom: 15px; border-bottom: 0 solid #A6A6A5; }
.alist_item:hover { background-color: #f3f3f3; }
.alist_item { padding: 5px; border-color: transparent transparent #A6A6A5; border-style: solid solid dotted; border-width: 1px; }
.rating_box2 {  text-align: center; width: 95px; height: 75px;  float: right; clear: none; margin-left: 10px; border-color: #cdd3e4; border-style: solid; border-width: 0 0 0 0px; }

/*Styles for Review Pages*/

.rvw_title {
	font-size: 24px;
	color: #29407C;
	font-weight:bold;
	text-decoration:none;
}
.rvw_title a{
	font-size: 20px;
	color: #29407C;
	font-weight:bold;
	text-decoration:none;
}

.rvw_title1 a:link{
	font-size: 20px;
	color: #29407C;
	font-weight:bold;
	text-decoration:none;
}
.rvw_title a:hover{
	font-size: 20px;
	color: #29407C;
	font-weight:bold;
	text-decoration:none;
}

.review_feature { background-color:#FFFFFF; width: 222px; padding-bottom:10px;}

.rvw_section_spacer{
	height:35px;

}
.rvw_section_hr{
	height:3px;
	background-image: url(../images/hr.jpg);
	margin-top:10px;
}
.rvw_section_head {
	text-decoration: none;
	height:29px;
	font-size: 20px;
	font-weight: bold;
	color:#29407C;
	margin-top: 0px;
	margin-bottom: 15px;
}
.rvw_section_head_text {
	font-size: 20px;
	font-weight: bold;
	color:#29407C;
	vertical-align:middle;
}
.rvw_coupon_head {
	text-decoration: none;
	height:29px;
	font-size: 16px;
	font-weight: bold;
	color:#660000;
	margin-top: 0px;
	margin-bottom: 15px;
}
.rvw_section { text-decoration: none;  }
.rvw_section a:hover{text-decoration: none;}
.clearfix { clear: none; }
.flt_right { float: right; }
.flt_left { float: left; }
.review_company { 	
	float:left;
	padding-top: 24px;
	padding-left: 50px;
}
#detailratingbox {  }
.detailrating_hdr { color: #4966b8; font-size: 15px; font-family: arial; font-weight: bold; text-align: center; margin-bottom: 5px; }
.detail_label { color: #000000; font-size: 13px; font-family: arial; font-weight: bold; text-decoration: none; text-align: left;  float: left; clear: left; padding-left:3px; }
.head_label { color: #FFFFFF; font-size: 13px; font-family: arial; font-weight: bold; text-decoration: none; text-align: left; padding-left: 3px;}
.grade_label { color: #660000; font-size: 14px; font-family: arial; font-weight: bold; text-decoration: none; text-align: left; padding-left: 3px; float: left; clear: left; margin-top: 5px; margin-bottom: 5px;}
.detail_score { color: #29407C; font-size: 14px; font-family: arial; font-weight: normal; text-decoration: none; width: 60px; float: right; clear: right; }
.grade_score { color: #660000; font-size: 20px; font-family: arial; font-weight: bold; text-decoration: none; width: 60px; float: right; clear: right; margin-top: 5px;}
.rvw_tableheader { height:20px; background-color: #E2E7F8; padding-left: 10px; font-weight:bold; clear: none; margin-right:15px;}
.rvw_tablewhiterow { height:20px; background-color: #FFFFFF; padding-left: 15px; clear: none; margin-right:15px;}
.rvw_tableshadedrow { height:20px; background-color: #f3f3f3; padding-left: 15px; clear: none; margin-right:15px;}
.rlist_clip { text-decoration: none; margin-top: 5px; }
.alist_date { color: #666666; font-size: 10px; text-decoration: none; }
.rsite_link { color: #f2873D; font-size: 9px; font-family: verdana; font-weight: bold; margin-top: 3px; }
.screenshot_box { color: #a6acbd; font-size: 9px; font-family: verdana; text-align: center; width: 100px;  float: left; clear: none;}

.marginfix{margin-left:100px; }
.marginfix2{padding-left:5px; }

#motion_button
  {
    display: block;
    width: 217px;
    height: 53px;
    background: url(../images/greenmotion.jpg) no-repeat 0 0;
	margin-left:150px;
	margin-top: 10px;
	margin-bottom:15px;
	text-decoration:none;
	cursor:pointer;
  }

#motion_button:hover
  { 
    background: url(../images/bluemotion.jpg) no-repeat 0 0;
	cursor:pointer;	
  }
.motion_buttonfont{
 	font-size: 15px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:18px;
	text-decoration:none;
}
.motion_buttonfont a{
 	font-size: 15px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:18px;
	text-decoration:none;
}
.motion_buttonfont a:link{
 	font-size: 15px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:18px;
	text-decoration:none;
}
.motion_buttonfont a:hover{
 	font-size: 15px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:18px;
	text-decoration:none;
}
 
#pill_button
  {
    display: block;
    width: 182px;
    height: 43px;
    background: url(../images/greenpill.jpg) no-repeat 0 0;
	text-decoration:none;
	cursor:pointer;
	margin-top:15px;
	margin-bottom:10px;
  }
 
#pill_button:hover
  { 
    background: url(../images/bluepill.jpg) no-repeat 0 0;
	cursor:pointer;	
  }
.pill_buttonfont{
 	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
 }
.pill_buttonfont a{
 	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
 }
.pill_buttonfont a:link{
 	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
 }
.pill_buttonfont a:hover{
 	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
 }
.smprint{
 	font-size:1px;
	color:#FFFFFF;
 }

.row1 {
	BACKGROUND-COLOR: #ffffff;
}
.row0 {
	background-color:#F3F3F3;
}
.musttext {
	color: #CC3300;
}
.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #E1E4EC;border: 1px solid #0066CC; 
}

/*Styles for Reviews Recommend boxes*/
 
#recommend {
	width:239px;
	height:57px;
	background: url(../images/YES.jpg) no-repeat 0 0;
	float:left;
	padding-top:10px;
}

#dont_recommend {
	width:239px;
	height:57px;
	background: url(../images/NO.jpg) no-repeat 0 0;
	float:left;
	margin-left: 25px;
	padding-top:10px;

}

.recommend_score{
	font-weight:bold;
	font-size: 30px;
	padding-left: 80px;
}

/*Styles for Review Coupons*/


#review_coupon{
    display: block;
    width:529px;
	height:213px;
 	background: url(../images/coupon-up.jpg) no-repeat 0 0;
	text-decoration:none;
	
	margin-top:15px;
	margin-left:110px;
}

#review_coupon:hover{ 
  	text-decoration:none;
    background: url(../images/coupon-over.jpg) no-repeat 0 0;
	cursor:pointer;
}

#review_coupon_deal{
 	width:500px;
	height:95px;
	text-align:center;
	margin-left:10px;
	padding-top:60px;
	letter-spacing: -1px;
	text-decoration:none;
}
 
.review_coupon_font{
 	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration:none;

 }
 
.review_coupon_font a{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration:none;

 }
 
.review_coupon_font a:link{
 	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration:none;

 }
 
.review_coupon_font a:hover{
 	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration:none;

 }
 
#review_coupon_code{
 	width:500px;
	height:35px;
	text-align:center;
	margin-left:10px;
	padding-top:0px;
	letter-spacing: 0px;
	text-decoration:none;
 }
 
.review_coupon_code_font{
 	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fc0303;
	text-decoration:none;
 }
 
.review_coupon_code_font a{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fc0303;
	text-decoration:none;
 }
 
.review_coupon_code_font a:link{
 	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fc0303;
	text-decoration:none;
 }
 
.review_coupon_code_font a:hover{
 	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fc0303;
	text-decoration:none;
 }

