body, div, table, td {
	font-family: 'Arial', 'ËÎÌå', ;
	font-size:12px;
	color:#484848;
	}
a {
	color: #3354AA;
	text-decoration: none;
	cursor: pointer;
	}
a:hover {
	color: #4B6DB7;
	text-decoration: none;
	}

/* Errors & Success */
.ErrorContainer {
	background: url(images/alert.gif) no-repeat top left #FFEDEF;
	border-top: 1px solid #FFC2CA;
	padding: 10px 10px 10px 27px !important;
	overflow: hidden;
	}
.ErrorTitle {
	font-weight: bold;
	color: #c00 !important;
	}
.Error {
	color: #c00 !important;
	}
#Success {
	border-top: 1px solid #9C9;
	border-bottom: 1px solid #9C9;
	background: #E2F9E3;
	color: #060 !important;
	display: block;
	line-height: 200%;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px !important;
	}
.Notice {
	background: url(images/notice.gif) left center no-repeat #FFFECC;
	border: 1px solid #FAEBB1;
	font-size:13px;
	padding: 8px 8px 8px 30px;
	margin-bottom: 20px;
	color: #D57D00;
	line-height: 150%;
	}

/* Remove System Message Button */
.Notice span {
	float:right;
	display: block;
	font-size: 11px;
	}
.Notice span a,
.Notice span a:link,
.Notice span a:visited,
.Notice span a:hover {
	color: #f60;
	}
.Invisible { display: none; }

/* Session.. */

#Session {
	position:absolute;
	top:35px;
	right:100px;
	text-align:right;
	font-size:15px;
	color:#990000;
	font-weight: 400;
	}
#Session a {
	color:#990000;
	text-decoration:none;
	font-weight: 400;
	}
#Session a:hover {
	color:#0EA9D6;
	font-weight: 400;
	}

/* Header.. */

#Header {
	height: 140px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	}
#Header * {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
#Header h1 {
	text-align: left;
	color: #000;
	font-size: 15px;
	letter-spacing: 3px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
#Header h1 strong {
	color: #FC1985;
	}
/*#Header ul {
	font-weight: normal;
	text-align: left;
	padding-bottom: 4px;
	margin-left: 217px;
	border-bottom: #E8ECEA 1px solid;
	}*/
#Header ul {
	font-weight: normal;
	text-align: left;
	margin-top: 40px;
	}
#Header ul li {
	display:inline;
	margin:0px;
	}
#Header ul li .TabOn {
	display:inline;
	}
#Header ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #888;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	}
#Header ul li a:hover {
	color: #0EA9D6;
	}
#Header ul li.TabOn a,
#Header ul li.TabOn a:hover {
	color:#990000;
	}
#Header ul li a em {
	font-style:normal;
	text-decoration:underline;
	}
/* Panel.. */

#Panel {
	width:201px;
	float:left;
	display: inline;
	padding-top: 10px;
	}
#Panel * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Panel h1 {
	margin-top: 10px;
	line-height: 30px;
	font-size:14px;
	background: #BCD5F1;
	}
#Panel h1 a {
	color: #061642;
	font-size:14px;
	margin-left: 18px;
	text-decoration: none;
	}
#Panel h1 a:hover {
	color:#fff;
	}
#Panel h2 {
	color: #888;
	font-size:14px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 20px 0px 0px 18px;
	padding: 0px 0px 5px 0px;
	width:180px;
	border-bottom: 1px solid #000;
	}
#Panel ul ul, #Panel ul p, #Panel select {
	margin: 0px;
	}
#Panel ul {
	margin: 0;
	padding: 0;
	}
#Panel ul, #Panel p {
	color:#335eb7;
	font-size: 12px;
	}
#Panel p {
	margin-left: 18px;
	}
#Panel ul ul {
	color:#f00;
	}
#Panel select {
	width:167px;
	margin-top:3px;
	margin-left: 18px;
	}
#Panel ul ul li {
	width:180px;
	overflow: hidden;
	border-bottom: 1px solid #BEBEC2;
	margin-left: 18px;
	}
#Panel ul ul li a {
	padding: 5px 3px;
	font-size:12px;
	display:block;
	width:100%;
	color: #000;
	text-decoration: none;
	}
#Panel ul ul li a span {
	color: #c00;
	font-size: 10px;
	padding-left: 4px;
	}
#Panel ul ul li a:hover {
	background-color: #E8E9EB;
	color: #061642;
	}
#Panel #AboutDP {
	margin: 40px 0px 20px 18px !important;
	padding: 3px 0px 3px 0px;
	border: 1px solid #BEBEC2;
	text-align:center;
	color: #666 !important;
	width:180px;
	}
#Panel #AboutDP a {
	color:#888 !important;
	text-decoration:none;
	}
#Panel #AboutDP a:hover {
	color:#888 !important;
	text-decoration:underline;
	}
#Panel #GuestWelcome p {
	background-color: #444 !important;
	line-height: 150%;
	color: #fff;
	}
#Panel #GuestWelcome a {
	color: #BCD5F1 !important;
	}
#Panel #CategoryJumper {
	font-size: 12px !important;
	}
#Panel #Legend li {
	margin-left: 18px !important;
	}

/* Content.. */

#Content {
	margin:18px 18px 0px 235px;
	}

/* Forms.. */

#Form * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#Form {
	margin-bottom: 10px;
	}
#Form fieldset {
	border:0px;
	clear:none;
	margin-bottom: 20px;
	}
#Form fieldset legend {
	padding: 4px 0px 4px 0px;
	margin: 0px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
#Form form {
	margin: 0px;
	padding:10px 10px 0px 10px;
	border:1px solid #BCD5F1;
	border-left:0px;
	border-right:0px;
	background-color:#DDEAF8;
	}
#Form li {
	margin-bottom:10px;
	color:#834300;
	font-weight:bold;
	}
#Form label a {
	margin-bottom:-3px;
	margin-right:15px;
	float:right;
	padding:3px 6px;
	color:#834300;
	text-decoration:none;
	font-weight:normal;
	border:1px solid #ffedae;
	background-color:#fff;
	}
#Form textarea,
#Form input,
#Form select {
	font-family: 'Arial', sans-serif;
	font-size:13px;
	font-weight: normal;
	}
#Form textarea {
	width:99.5%;
	height:150px;
	}
#Form textarea.SmallCommentBox {
	height: 150px;
	}
#Form textarea.LargeCommentBox {
	height: 400px;
	}
#Form .Button {
	cursor: pointer;
	color: #000 !important;
	}
#Form .Button.SubmitButton {
	margin-right:10px;
	}

/* Account Section Forms.. */

.Account {
	padding-top:18px;
	width:700px;
	margin: 0px !important;
	}
#Form.Account * {
	color:#062971;
	}
#Form.Account legend {
	color:#000;
	}
#Form.Account h2 {
	font-size:14px;
	margin-bottom:10px;
	}
#Form.Account p {
	padding-bottom: 10px;
	}
#Form.Account ul p {
	padding: 0px;
	}
#Form.Account label {
	display:block;
	width:80%;
	line-height:18px;
	margin-bottom: 4px;
	}
#Form.Account .Description span label,
#Form.Account label small {
	font-weight:normal;
	}
#Form.Account input,
#Form.Account select {
	color:#000;
	width:40%;
	}
#Form.Account p span {
	display:block;
	margin-top:5px;
	}
#Form.Account p span label {
	float:none;
	display:inline;
	margin-left:5px;
	font-weight:bold;
	line-height:20px;
	width:90%;
	}
#Form.Account p span input {
	width:12px;
	}
/* Settings Home */

#Form.Help legend {
	padding-top: 22px !important;
	}
#Form.Help form {
	width: 450px !important;
	margin: 0px;
	padding: 0px;
	}
#SettingsPage #Form.Help p.Description {
	padding: 10px !important;
	color:#062971 !important;
	}
#SettingsPage #Content dl * {
	margin:0px;
	padding:0px;
	color: #062971;
	font-size:12px;
	}
#SettingsPage #Content dl dt {
	margin: 10px 10px;
	font-weight:bold;
	font-size:14px;
	}
#SettingsPage #Content dl dd {
	margin:10px;
	}
.left {
	float:left;
	}
/* IE Rendering Fixes */

#Body, #Form h2, #Form p {
	height: 1%;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-table;
	}

/* Hides from IE-mac \*/

* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}

/* End hide from IE-mac */

#Legend {
	margin:-3px 0px 0px 0px !important;
	width:180px;
	}
#Legend li {
	margin:0px !important;
	padding:2px 5px;
	font-size:11px;
	color:#FFFFFF;
	border-bottom:1px solid #cccccc;
	}

.BoxLeft {
	border-top: #BCD5F1 1px solid;
	border-bottom: #BCD5F1 1px solid;
}
.BoxRight {
	border-top: #BCD5F1 1px solid;
	border-bottom: #BCD5F1 1px solid;
}
.SettingTitle {
	font-weight: bold;
	color: #062971;
}
.SettingNote {
	color: #6A7FAA;
}
.InfoBox {
	width: 290px;
	margin-top: 5px;
	padding: 5px;
	border: #FAEBB1 1px solid;
	background-color: #FFFFD6;
}
.HeadTitle {
	font-size: 16px;
	font-weight: bold;
}
.AdminListUL {
	list-style-image: url("images/adminuser.gif");
	padding: 0;
}

#topquick {
	color: #38548D;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background: url('images/topquick_bg.gif');
	line-height: 23px;
	margin: 0;
	padding-left: 32px;
}
#topquick a {
	color: #38548D;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
#toplink {
	margin: 0;
	padding: 3px 0 3px 18px;
	font-size: 12px;
	border-bottom: #FAEBB1 1px solid;
	background-color: #FFFFD6;
}
#topinfo {
	color: #666666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 22px;
	padding-left: 32px;
	border-bottom: #FAEBB1 1px solid;
	background-color: #FFFFD6;
}
#topinfo a {
	color: #666666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.clear {

	margin-bottom:8px;
}
.cleara {
	HEIGHT: 300px;
	margin-bottom:8px;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #666666 solid;
}
.title1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px
}
.block1 {
	FONT-SIZE: 14px;
	MARGIN: 20px 4px 12px 4px
}
.footer {
	background-image:url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 980px;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
}
.bb {
	width: 100%;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
body,td,th {
	font-family: 'Lucida Grande','Lucida Sans Unicode';
}
.main_c {
	background-image:url(images/main_c_bg.jpg);
	background-repeat:no-repeat;
	background-position:center -33px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;

}
.wdtea{
	width:960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.wdtea_left{
	float:left;
	width:696px;
	background-image: url(images/t_z_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0484CD;
}
.wdtea_center{float:left;width:353px;margin-left:10px;border-left:#ccc 1px solid;border-right:#ccc 1px solid;border-bottom:#ccc 1px solid;}
.wdtea_right{
	float:right;
	width:240px;
}


.title_red{
	height:60px;
	line-height:33px;
	padding-left:10px;
	background-image: url(images/t_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.title_red a{
	display:block;
	text-align:center;
	float:left;
	width:70px;
	height:60px;
	margin-left: 30px;
	background-image: url(images/t_t2_bg.gif);
	background-position: 0px 0px;
	}
.title_red .s{
	font-weight:bold;
	color:#ffffff;
	background-image: url(images/t_t2_bg.gif);
	background-position: 0px 0px;
}
.title_red .s:hover,.title_red .s:visited{
	color:#fff;	
	background-image: url(images/t_t_bg.gif);
	background-position: 0px 0px;
	text-decoration:none;
}


.title_lime{
	height:38px;
	line-height:33px;
	padding-left:20px;
	background-image: url(images/t_right.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.title_lime a{
	display:block;
	text-align:left;
	float:left;
	width:75px;
	height:33px;
	text-indent: 15px;
	color: #888888;
}
.title_lime .s{
	font-weight:bold;
	color:#0EA9D6;
}
.title_lime .s:hover,.title_lime .s:visited{
	color:#990000;
	text-decoration:none;
	background-image: url(images/ico1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/*width_height*/
.w288{width:288px;}
.w343{width:343px;}
.w238{width:238px;}
.w398{width:398px;}
.h220{height:220px;}
.w690{width:690px;}

/*main*/
.main{margin:0 auto 5px;}
.main ul{background:url(img/listbg.gif) no-repeat;height:230px;}
.main ul li{
	padding-left:32px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.t_b_bg{
	margin-top: 0px;
	height: 8px;
	width: 696px;
}

.t_right{
	margin:0 auto 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
	background-color: #FFFFFF;
}
.t_right ul{background:url(img/listbg.gif) no-repeat;}
.t_right ul li{height:23px;}
.lix{
	font-size:14px;
	line-height:23px;
	overflow:hidden;
	padding-left: 15px;
}
li{font-size:14px;line-height:23px;overflow:hidden;}
.cc{margin-bottom:10px;}
.dis{display:block;color:#BAB9B9;}
.undis{display:none;}
div,ul{overflow:hidden;list-style-type:none;}
.y {
	color: #3354AA;
	text-decoration: none;
	cursor: pointer;
	}
y:hover {
	color: #4B6DB7;
	text-decoration: none;
	}
#cc-mm-promotion-comparison A:hover {
	PADDING-RIGHT: 120px; BACKGROUND: url(bg_more.png) #656565 repeat-x 0px 0px; CURSOR: default! important; COLOR: white! important
}

H2.cc-do-compare-headline {
	PADDING-RIGHT: 35px! important; PADDING-LEFT: 0px! important; PADDING-BOTTOM: 0px! important; FONT: 33px/110% "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; COLOR: #212121! important; BORDER-TOP-STYLE: none! important; PADDING-TOP: 20px! important; BORDER-RIGHT-STYLE: none! important; BORDER-LEFT-STYLE: none! important; TEXT-ALIGN: right! important; BORDER-BOTTOM-STYLE: none! important
	}