body {
	margin: 0;
	padding: 0;
	background: #dbdcdd url(../images/body.jpg) repeat-x;
	font-size: 100.1%;
}
img {
	border: 0;
}
form {
	margin: 0;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}
.page {
	font: 80% Arial, Helvetica, sans-serif;
	width: 976px;
	margin: auto;
}
.banner {
	height: 145px;
	background: url(../images/header1.jpg) no-repeat;
	text-align: center;
	padding-top: 6px;
}
.header {
	height: 125px;
	background: url(../images/header2.jpg) no-repeat;
	text-align: center;
}
.header img {
	float: left;
	margin: 0 0 39px 17px;
}
.header ul, .footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.header ul {
	padding: 7px 0 7px 8px;
}
/*
.noRight .header ul {
	padding: 7px 0 7px 8px;
	background: url(../images/top_separator.jpg) no-repeat;
}
*/
.header li, .footer li {
	display: inline;
	font-size: 110%;
	text-transform: uppercase;
	padding: 7px 10px 7px 0px;
}
.header li {
	background: url(../images/top_separator.jpg) no-repeat right;
}

.header li.last {
	background: none;
}
/*
.noRight .header li {
	
	background: url(../images/top_separator.jpg) no-repeat right;
	padding: 7px 10px 7px 0px;
}
*/
.footer li {
	background: url(../images/bottom_separator.jpg) no-repeat right;
}
.header ul a, .footer ul a {
	color: #fff;
	text-decoration: none;
}
.breadcrumbs {
	height: 34px;
	background: url(../images/breadcrumbs.gif) no-repeat;
	padding: 2px 0 0 54px;
}
.noRight .breadcrumbs {
	background-image: url(../images/breadcrumbs2.gif);
}
.breadcrumbs a {
	text-decoration: none;
	color: #000;
}
.main {
	background: #fcfeff url(../images/bottom.gif) no-repeat right bottom;
	padding-bottom: 19px;
}
.outerCon {
	padding: 0 190px 0 325px;
	background: url(../images/main.gif) repeat-y;
}
.noRight .outerCon {
	padding-right: 0;
	background-image: url(../images/main2.gif);
}
.innerCon {
	margin: 0 -1px;
	width: 100%;
}
.soCon {
	float: left;
	width: 100%;
	margin-right: -1px;
}
.content {
	float: right;
	width: 100%;
	margin-left: -1px;
	color: #3a3636;
}
.content .inside {
	padding: 6px 21px 0 16px;
}
h1 {
	color: #6fc21b;
	font-size: 200%;
	font-weight: normal;
}
h1.title1, h1.title2, h1.title3 {
	margin: 0;
	padding: 10px 0 0 17px;
	height: 78px;
	font-size: 100%;
	color: #fff;
	text-transform: uppercase;
	background-repeat: no-repeat;
}
h1.title1 a, h1.title2 a, h1.title3 a, h1.title1 a:visited, h1.title2 a:visited, h1.title3 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 span {
	color: #6fc21b;
}
h1 span.more {
	color: #fff;
	padding-top: 13px;
	text-transform: none;
	display: block;
}
.title1 {
	background-image: url(../images/title1.jpg);
}
.title2 {
	background-image: url(../images/title2.jpg);
}
.title3 {
	background-image: url(../images/title3.jpg);
}
.readmore {
	float: right;
	height: 33px;
	width: 148px;
	display: block;
	padding: 3px 0 0 41px;
	background: url(../images/read_more.gif) no-repeat;
	color: #77c628;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 110%;
	margin-bottom: 13px;
}
.person {
	float: right;
	width: 242px;
	margin: 0 0 20px 20px;
	background: url(../images/person.gif) repeat-y;
}
.pTop {
	height: 13px;
	font-size: 1px;
	background: url(../images/person_top.gif) no-repeat;
}
.pLeft {
	float: left;
	margin: 4px 10px 0 10px;
	padding-bottom: 8px;
	width: 115px;
	background: url(../images/ver_separator.gif) no-repeat right center;
}
.pName {
	font-size: 120%;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 5px;
	background: url(../images/hor_separator.gif) no-repeat center bottom;
}
.pDate, .intro {
	font-size: 110%;
	font-weight: bold;
}
.pRight {
	float: left;
	padding-bottom: 8px;
	margin-top: 4px;
}
.pRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.pRight li {
	padding-left: 20px;
	height: 26px;
	background: url(../images/person_list.gif) no-repeat;
}
.pRight a {
	color: #757675;
	text-decoration: none;
}
.pLinks {
	background: #c2ced8 url(../images/person_separator.gif) no-repeat;
	margin: 0 1px 0 2px;
	padding: 13px 0 1px 11px;
	font-size: 90%;
}
.pLinks a {
	display: block;
	float: left;
	width: 69px;
	height: 21px;
	padding-top: 36px;
	margin-right: 7px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: center;
}
.pLinks a.bookmark {
	background-image: url(../images/bookmark.gif);
}
.pLinks a.email {
	height: 29px;
	padding-top: 28px;
	width: 68px;
	background-image: url(../images/email.gif);
}
.pLinks a.print {
	background-image: url(../images/print.gif);
	margin-right: 0;
}
.pBottom {
	height: 14px;
	font-size: 1px;
	background: url(../images/person_bottom.gif) no-repeat;
}
.rightAd {
	float: right;
	margin: 0 0 20px 20px;
}
.comments {
	width: 610px;
	background: url(../images/comments.gif) repeat-y;
}
h4 {
	background: url(../images/comment_title.gif) no-repeat;
}
.commentForm {
	padding: 16px 16px 0 16px;
	background: url(../images/comment_form.gif) repeat-y;
	color: #2e2a2a;
}
.commentForm input, .commentForm textarea {
	border: 1px solid #c6c7c8;
	background: url(../images/comment_text.gif) repeat-x;
}
.cfLeft {
	float: left;
	width: 141px;
	margin-right: 11px;
}
.cfRight {
	float: right;
}
#cComments {
	width: 410px;
}
.cPicture {
	float: left;
}
#cPicture {
	float: left;
	margin: 0 10px;
}
.commentForm input.cButton {
	background: none;
	border: none;
	float: left;
}
.cBottom {
	height: 25px;
	font-size: 1px;
	background: url(../images/comment_bottom.gif) no-repeat;
}
.cLeft {
	float: left;
	width: 140px;
	padding: 0 16px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 11px;
}
.cLeft span {
	font-size: 90%;
	font-weight: normal;
}
.cRight {
	float: left;
	width: 388px;
	margin: 0 0 11px 16px;
	padding-left: 16px;
	background: url(../images/comment_separator.gif) no-repeat left center;
}
.leftCol {
	float: left;
	margin-right: 1px;
	margin-left: -325px;
	width: 325px;
}
.leftCol .inside {
	padding: 3px 0 0 17px;
}
#menu {
	margin: 0 0 49px 0;
	padding: 0;
	list-style: none;
	/*text-transform: uppercase;*/
	font-size: 120%;
}
#menu li {
	padding: 6px 20px 8px 20px;
	background: url(../images/left_separator.gif) no-repeat bottom;
}
#menu a {
	text-decoration: none;
	background: url(../images/menu.gif) no-repeat 0 4px;
	color: #818181;
	padding-left: 26px;
}

#menu_wp {
	margin: 0 0 49px 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 120%;
}
#menu_wp li {
	padding: 6px 20px 0px 8px;
}
#menu_wp a {
	text-decoration: none;
	color: #818181;
}
h2 {
	font-size: 1.2em;
}

.tips {
	width: 300px;
	background: url(../images/tips_box.gif) repeat-y;
	margin: 10px 0 31px;
}
.related {
	width: 300px;
	background: url(../images/related_box.gif) repeat-y;
	margin: 10px 0 31px;
}
.calculator {
	width: 550px;
	background: url(../images/calc_box.gif) repeat-y;
	margin: 10px 0 31px;
}
.tips h2, .related h2, h4, .calculator h2 {
	margin: 0;
	padding: 0 0 0 47px;
	height: 40px;
	line-height: 40px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
.tips h2 {
	background: url(../images/tips_title.gif) no-repeat;
}
.related h2 {
	background: url(../images/related_title.gif) no-repeat;
}
.calculator h2 {
	background: url(../images/calc_title.gif) no-repeat;
}
.tips ul, .related ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tips li {
	padding: 5px 20px 10px 20px;
	background: url(../images/tips_separator.gif) no-repeat 23px 100%;
}
.related li {
	padding: 5px 20px 10px 20px;
	background: url(../images/related_separator.gif) no-repeat 23px 100%;
}
li.last {
	background: none;
}
.tips a, .related a {
	color: #fff;
	text-decoration: none;
	padding-left: 27px;
	display: block;
}
.tips a {
	background: url(../images/tips.gif) no-repeat 0 3px;
}
.related a {
	background: url(../images/related.gif) no-repeat 0 3px;
}
.tipsBottom {
	height: 14px;
	font-size: 1px;
	background: url(../images/tips_bottom.gif) no-repeat;
}
.relatedBottom {
	height: 14px;
	font-size: 1px;
	background: url(../images/related_bottom.gif) no-repeat;
}
.calcBottom {
	height: 14px;
	font-size: 1px;
	background: url(../images/calc_bottom.gif) no-repeat;
}
.news {
	width: 300px;
	background: url(../images/news.gif) repeat-y;
}
.newsTop {
	height: 23px;
	font-size: 1px;
	background: url(../images/news_top.gif) no-repeat;
}
.newsContent {
	padding: 17px;
	color: #1d1818;
}
.cardBox {
	background: url(../images/cardbox.gif) repeat-y;
	width: 284px;
	margin: 0 0 7px 8px;
}
.cardTop {
	background: url(../images/cardbox_top.gif) no-repeat;
}
.cardBottom {
	background: url(../images/cardbox_bottom.gif) no-repeat bottom;
	padding: 7px 10px;
}
.cardBox img {
	float: left;
}
.cardRight {
	float: right;
	padding-top: 9px;
}
.news .rating {
	text-align: left;
	height: 54px;
	padding-left: 19px;
	background: url(../images/news_separator.gif) no-repeat;
	margin-left: 8px;
}
.ratingLast {
	height: 30px;
	padding-left: 19px;
	background: url(../images/news_separator.gif) no-repeat;
	margin-left: 8px;
}
a.more {
	float: right;
	margin-right: 36px;
	padding-right: 13px;
	background: url(../images/arrow.gif) no-repeat right center;
	font-size: 110%;
	font-weight: bold;
	color: #959696;
	text-decoration: none;
	text-transform: uppercase;
}
.newsBottom {
	height: 15px;
	font-size: 1px;
	background: url(../images/news_bottom.gif) no-repeat;
}
.rightCol {
	float: right;
	margin-right: -190px;
	width: 190px;
	font-size: 90%;
	color: #1d1818;
}
.rightCol .inside {
	padding: 10px 25px 0 12px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}
.rating {
	text-align: center;
}
.moreInfo, .apply {
	display: block;
	text-align: center;
	height: 22px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
	text-transform: uppercase;
}
.cardBox .moreInfo, .cardBox .apply {
	height: 21px;
	line-height: 21px;
	font-size: 110%;
	width: 148px;
}
.moreInfo {
	background: url(../images/more_info.gif) no-repeat;
	margin-bottom: 2px;
}
.cardBox .moreInfo {
	background-image: url(../images/more_info2.gif);
}
.apply {
	background: url(../images/apply.gif) no-repeat;
}
.cardBox .apply {
	background-image: url(../images/apply2.gif);
}
.rightSep {
	height: 42px;
	background: url(../images/right_separator.gif) no-repeat;
	margin: 2px 0 15px;
}
.footer {
	padding-top: 25px;
	background: #fcfeff;
	text-align: center;
}
.footer .inside {
	height: 80px;
	line-height: 80px;
	background: url(../images/footer.gif) no-repeat;
}
.copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 90%;
	color: #1d1818;
}
.copyright a {
	color: #1d1818;
	text-decoration: none;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .soCon, * html .content, * html .leftCol, * html .rightCol, * html #menu li {
	overflow: visible;
	position: relative;
}
* html .header ul {
	padding-top: 0;
}
*+html .header ul {
	padding-top: 0;
}
*+html .header li {
	padding-top: 0;
	padding-bottom: 0;
}
* html .pLeft {
	margin: 4px 5px 0 5px;
}

* html .cfLeft {
	margin-right: 5px;
}

.card a, .card a:visited {
	text-decoration: none;
	color: #000;
}

table .compared_card {
	font-size:12px; 
	table-layout:fixed; 
	overflow:hidden; 
	word-wrap:break-word;
}

div .card_text_box {
	background-color:#FFFFFF; 
	border: 1px solid #b7c6d9;
	margin-bottom: 15px;
	padding: 10px;
}