@charset "utf-8";
/* CSS Document */

/* common sytles */
.cl {
	clear: left;
}

.fl {
	display: inline;
	float: left;
}

.fr {
	display: inline;
	float: right;
}

.oh {
	overflow: hidden;
}

.dn {
	display: none;
}

.h100 {
	height: 100%;
}

.space {
	font-size: 0px;
	overflow: hidden;
}

.hidden {
	visibility: hidden;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.hand {
	cursor: pointer;
}

.scroll_b {
	overflow-y: auto;
	SCROLLBAR-FACE-COLOR: #f3f8fb; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #889898;
	SCROLLBAR-3DLIGHT-COLOR: #bbcfe3;
	SCROLLBAR-ARROW-COLOR: #889898;
	SCROLLBAR-TRACK-COLOR: #dde5e7;
	SCROLLBAR-DARKSHADOW-COLOR: #9fb8c2;
	SCROLLBAR-BASE-COLOR: #f3f8fb;
}

/* Font Styles */

.f_b {
	font-weight: bold;
}

.f_11 {
	font-size: 11px;
}

.f_8d8c8c {
	color: #8d8c8c;
}

.f_0061a2 {
	color: #0061a2;
}

.f_77797b {
	color: #77797b;
}

.f_red {
	color: red;
}

.f_u {
	text-decoration: underline;
}

/* Global Styles */
html {
	_height: 100%;
}

body {
	position: relative;
	margin: 0px;
	padding: 1px;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

body#body {
	background: #ecf6f9 url(../images/body_bg.jpg) repeat-x;
}

body#content {
	background: #f5fbfc;
}

img {
	border: 0px;
}

a {
	outline: none;
	text-decoration: none;
}

input {
	font: 12px Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

#frame {
	position: relative;
	margin: 0px auto;
	width: 758px;
}

#myeditor {
	position: absolute; 
	top: 161px; 
	left: 9px;
}

#myeditor.open {
	top: 112px; 
	left: 54px;
}

/* Header Styles */
#header {
	margin: 12px auto 0px;
	height: 100px;
	width: 758px;
	background: #177ca4 url(../images/header_bg.jpg) repeat-x;
}
#header .top {
	height: 41px;
	width: 758px;
	background: url(../images/header_top.jpg) no-repeat;
}

#header .left {
	width: 3px;
	height: 59px;
	background: url(../images/menu_left.jpg) no-repeat;
}

#header .right {
	width: 3px;
	height: 59px;
	background: url(../images/menu_right.jpg) no-repeat;
}

#header .menu {
	padding-left: 20px;
	width: 732px;
	height: 28px;
}

#header .submenu {
	padding: 0px 4px;
	width: 744px;
	height: 31px;
}

/* Menu Styles */
.menu .tab {
	display: inline;
	float: left;
	width: auto;
	margin: 3px 11px 0px 10px;
	cursor: pointer;
}

.menu .tleft {
	width: 4px;
	height: 25px;
}

.menu .hover .tleft {
	background: url(../images/menutab_l_hover.gif) no-repeat;
}

.menu .active .tleft {
	background: url(../images/menutab_l_active.gif) no-repeat;
}

.menu .tright {
	width: 4px;
	height: 25px;
}

.menu .hover .tright {
	background: url(../images/menutab_r_hover.gif) no-repeat;
}

.menu .active .tright {
	background: url(../images/menutab_r_active.gif) no-repeat;
}

.menu .text {
	padding: 2px 5px 0px 6px;
	height: 23px;
	color: #e0f9ff;
	line-height: 23px;
	text-align: center;
}

.menu .hover .text {
	background: url(../images/menutab_bg_hover.gif) repeat-x;
}

.menu .active .text {
	color: #373239;
	text-decoration: underline;
	background: url(../images/menutab_bg_active.gif) repeat-x;
}

/* Submenu Styles */

.submenu .prev {
	width: 13px;
	height: 23px;
	background: url(../images/subbutton_prev.gif) center no-repeat;
	visibility: hidden;
	cursor: pointer;
}

#header_submenu.brand .prev {
	visibility: visible;
}

.submenu #header_prev.hover {
	background: url(../images/subbutton_prev_hover.gif) center no-repeat;
}

.submenu #header_prev.disabled {
	cursor: default;
}

.submenu .next {
	width: 13px;
	height: 23px;
	background: url(../images/subbutton_next.gif) center no-repeat;
	visibility: hidden;
	cursor: pointer;
}

#header_submenu.brand .next {
	visibility: visible;
}

.submenu #header_next.hover {
	background: url(../images/subbutton_next_hover.gif) center no-repeat;
}

.submenu #header_next.disabled {
	cursor: default;
}

.submenu .bar {
	width: 96%;
	height: 23px;
}

#header .submenu.db .bar {
	width: 200px;
	margin-left: 316px;
}

#header .submenu.wink .bar {
	width: 200px;
	margin-left: 126px;
}

#header .submenu.ddp .bar {
	width: 300px;
	margin-left: 185px;
}

#header .submenu.autumn .bar {
	width: 200px;
	margin-left: 500px;
}

#header .submenu.help .bar {
	width: 80px;
	margin-left: 628px;
}

.submenu .button {
	display: inline;
	float: left;
	width: auto;
	min-width: 58px;
	height: 23px;
	margin: 0px 6px 0px 5px;
	text-align: center;
	cursor: pointer;
}

.submenu .bleft {
	width: 4px;
	height: 23px;
}

.submenu .hover .bleft {
	background: url(../images/subbutton_l_hover.gif) no-repeat;
}

.submenu .active .bleft {
	background: url(../images/subbutton_l_active.gif) no-repeat;
}

.submenu .bright {
	width: 4px;
	height: 23px;
}

.submenu .hover .bright {
	background: url(../images/subbutton_r_hover.gif) no-repeat;
}

.submenu .active .bright {
	background: url(../images/subbutton_r_active.gif) no-repeat;
}

.submenu .btext {
	display: block;
	padding: 2px 4px 0px 5px;
	_width: 50px;
	min-width: 50px;
	height: 23px;
	color: #514e49;
	line-height: 21px;
	white-space: nowrap;
	text-align: center;
}

.submenu .hover .btext {
	background: url(../images/subbutton_bg_hover.gif) repeat-x;
}

.submenu .active .btext {
	background: url(../images/subbutton_bg_active.gif) repeat-x;
}

/* Main Styles */
#main {
	display: block;
	clear: both;
	position: relative;
	margin: 0px auto;
	padding: 0px 8px 5px 8px;
	width: 742px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	background: #f5fbfc url(../images/main_bg.gif) repeat-y;
}

#main.index .commend {
	width: 198px;
}

#main.index .commend a {
	display: block;
	margin-bottom: 5px;
}

#main #installButton {
	margin: 3px 0px 0px 2px;
	width: 216px;
	height: 43px;
	background: url(../images/button_a_install.gif) center no-repeat;
}

#main.emoticon #installButton {
	margin: 20px 13px;
	width: 150px;
	height: 45px;
	background:url(../images/button_e_install.gif) center no-repeat;
}

#main.mywink #installButton {
	margin: 9px 0px 0px 3px;
	width: 216px;
	height: 30px;
	background: url(../images/button_mw_install.gif) center no-repeat;
}

#main.myddp #installButton {
	margin: 9px 0px 0px 3px;
	width: 216px;
	height: 30px;
	background: url(../images/button_mw_install.gif) center no-repeat;
}

#main.wink #playButton {
	margin: 8px 2px 0px 3px;
	width: 34px;
	height: 34px;
	background: url(../images/button_play.gif) center no-repeat;
}

#main.wink #installButton {
	margin: 3px 0px 0px 2px;
	width: 178px;
	height: 43px;
	background: url(../images/button_w_install.gif) center no-repeat; 
}

#installAllButton {
	margin: 5px 0px;
	width: 239px;
	height: 30px;
	background: url(../images/button_installall.gif) center no-repeat;
}

#installAllButton.hover {
	background: url(../images/button_installall_hover.gif) center no-repeat;
}

#main #left .text {
	margin: 6px 14px;
	width: 213px;
	line-height: 18px;
}

#main.emoticon #left .text {
	margin: 0px 28px;
	width: 126px;
	line-height: 18px;
}

#main.emoticon .selectall {
	padding: 10px 18px 40px 14px;
	width: 149px;
	height: 20px;
	text-align: center;
}

#left .title {
	width: 239px;
	height: 48px;
	background: url(../images/left_t_bg.gif) left repeat-x;
}

#left .title .l {
	width: 8px;
	height: 48px;
	background: url(../images/left_t_l.gif) center no-repeat;
}

#left .title .r {
	width: 8px;
	height: 48px;
	background: url(../images/left_t_r.gif) center no-repeat;
}

#left .top {
	width: 239px;
	height: 16px;
	background: url(../images/left_st_bg.gif) left repeat-x;
}

#left .top .l {
	width: 8px;
	height: 16px;
	background: url(../images/left_st_l.gif) center no-repeat;
}

#left .top .r {
	width: 8px;
	height: 16px;
	background: url(../images/left_st_r.gif) center no-repeat;
}

#left .bottom {
	width: 239px;
	height: 16px;
	background: url(../images/left_b_bg.gif) left repeat-x;
}

.avatar #left .bottom {
	height: 81px;
	background: url(../images/left_a_b_bg.gif) left repeat-x;
}

#left .bottom .l {
	width: 8px;
	height: 16px;
	background: url(../images/left_b_l.gif) center no-repeat;
}

.avatar #left .bottom .l {
	height: 81px;
	background: url(../images/left_a_b_l.gif) center no-repeat;
}

#left .bottom .r {
	width: 8px;
	height: 16px;
	background: url(../images/left_b_r.gif) center no-repeat;
}

.avatar #left .bottom .r {
	height: 81px;
	background: url(../images/left_a_b_r.gif) center no-repeat;
}

.avatar #left .bottom .c {
	margin-top: 12px;
	width: 223px;
	height: 56px;
}

#left .preview {
	width: 237px;
	height: 247px;
	border: 1px solid #cccece;
	text-align: center;
	background: #fff;
}

.ddp #left .preview {
	height: 280px;
}

.avatar #left .preview {
	height: 286px;
}
.brand #left .commend {
	width: 359px;
	height: 279px;
}

#left .preview .tab {
	padding: 3px 0px 0px 9px; 
	height: 27px;
	background: url(../images/left_tab_bg.gif) left repeat-x;
}

#left .tab #maleTab {
	margin: 0px 1px;
	width: 65px;
	height: 27px;
	background: url(../images/tab_male.gif) no-repeat;
	cursor: pointer;
}

#left .tab #maleTab.active {
	background: url(../images/tab_male_active.gif) no-repeat;
	cursor: default;
}

#left .tab #femaleTab {
	margin: 0px 1px;
	width: 65px;
	height: 27px;
	background: url(../images/tab_female.gif) no-repeat;
	cursor: pointer;
}

#left .tab #femaleTab.active {
	background: url(../images/tab_female_active.gif) no-repeat;
	cursor: default;
}

#left .tab #bodyTab {
	margin: 0px 1px;
	width: 85px;
	height: 27px;
	background: url(../images/tab_body.gif) no-repeat;
	cursor: pointer;
}

#left .tab #bodyTab.active {
	background: url(../images/tab_body_active.gif) no-repeat;
	cursor: default;
}

#loader {
	position: absolute;
	top: 0px; 
	left: 0xp;
	margin: 5px 10px;
	font-weight: bold;
	color: #0061a2;
}

#content .title {
	height: 26px;
	background: url(../images/title_bg.gif) left repeat-x;
}

#content .title .l {
	width: 7px;
	height: 26px;
	background: url(../images/title_l.gif) center no-repeat;
}

#content .title .r {
	width: 7px;
	height: 26px;
	background: url(../images/title_r.gif) center no-repeat;
}

#content .title .prev {
	margin-top: 7px;
	width: 9px;
	height: 13px;
	background: url(../images/title_prev.gif) center no-repeat;
	cursor: pointer;
}

#content .title .next {
	margin-top: 7px;
	width: 9px;
	height: 13px;
	background: url(../images/title_next.gif) center no-repeat;
	cursor: pointer;
}

#content .free {
	margin: 10px 0px;
	font-weight: bold;
	text-align: center;
}

#content .title .bar {
	width: 93%;
}

#content .bar .text {
	float: left;
	display: inline;
	margin: 0px 12px;
	height: 26px;
	line-height: 29px;
	font-weight: bold;
	overflow: hidden;
	color: #4e4e4e;
}

#content .bar .button {
	float: left;
	display: inline;
	margin: 0px 12px;
	height: 26px;
	line-height: 29px;
	overflow: hidden;
	color: #0061a2;
}

#content .bar .button.active {
	cursor: default;
}

#content .bar .button:hover {
	color: #4e4e4e;
}

#content .bar .button.active {
	font-weight: bold;
	color: #4e4e4e;
}

#content .bar .vline {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	color: #0061a2;
}

/* Main Enter Styles */
.enter .text {
	margin: 14px 12px 4px 12px;
	color: #6f8a92;
	line-height: 16px;
}

/* Border Styles */
.border {
	background: #f5f8f9;
}

.border .c {
	border-top: 1px solid #bed6e0;
	border-bottom: 1px solid #bed6e0;
}

.border .l {
	position: relative;
	width: 5px; 
	height: 100%;
	font-size: 0px;
	background: url(../images/border_point.gif) left repeat-y;
}

.border .r {
	position: relative;
	width: 5px; 
	height: 100%;
	font-size: 0px; 
	background: url(../images/border_point.gif) right repeat-y;
}

.border .lt {
	width: 5px;
	height: 5px;
	font-size: 0px;
	background: url(../images/border_lt.gif) center no-repeat;
}

.border .ltz {
	width: 5px;
	height: 5px;
	font-size: 0px;
	background: url(../images/border_point.gif) top repeat-x;
}

.border .rtz {
	width: 5px;
	height: 5px;
	font-size: 0px;
	background: url(../images/border_point.gif) top repeat-x;
}

.border .lb {
	position: absolute;
	bottom: 0px;
	width: 5px;
	height: 5px;
	font-size: 0px;
	background: url(../images/border_lb.gif) center no-repeat;
}

.border .rt {
	width: 5px;
	height: 5px;
	font-size: 0px;
	background: url(../images/border_rt.gif) center no-repeat;
}

.border .rb {
	position: absolute;
	bottom: 0px;
	width: 5px;
	height: 5px;
	font-size: 0px;
	background: url(../images/border_rb.gif) center no-repeat;
}

.line {
	height: 5px;
	font-size: 0px;
	background: url(../images/border_line.gif) top repeat-x;
}
.emptyline {
	height: 5px;
	font-size: 0px;
}

.pay .border .text {
	margin-left: 15px;
	padding-right: 14px;
	width: 440px;
	line-height: 18px;
}

.pay .border .form {
	margin: 1px 0px 0px 12px;
	width: 460px;
	height: 101px;
	background: url(../images/from_p_bg.gif) repeat-x;
}

.pay .border .form .l {
	width: 7px;
	height: 101px;
	background: url(../images/form_p_l.gif) no-repeat;
}

.pay .border .form .r {
	width: 96px;
	height: 101px;
	background: url(../images/form_p_r.gif) no-repeat;
}

.pay .border .form .field {
	padding-top: 40px;
}

.pay .form input {
	margin-left: 12px; 
	padding: 2px; 
	width: 280px; 
	height: 14px; 
	color: #b3bdc6; 
	line-height: 18px; 
	border: 1px solid #b3bdc6;
}

#content.mywink .line {
	margin-top: 4px;
}
#content.mywink .emptyline {
	margin-top: 4px;
}

/* Page Style */
.page {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.emoticon .page {
	margin-top: 13px;
}

.page {
	margin-top: 8px;
}

.page img {
	vertical-align: middle;
}

.page .button {
	margin: 0px 12px;
}

.page .link {
	font-size: 11px;
	vertical-align: middle;
	color: #77797b;
}

.page .link a {
	padding: 0px 4px;
	color: #77797b;
}

.page .link a:hover {
	color: #0061a2;
}

.page .link.active {
	margin: 0px 4px;
	color: #0061a2;
	font-weight: bold;
}

/* Commend Styles */
#commend {
	padding: 0px 8px 5px 8px;
	width: 742px;
	height: 136px;
	text-align: center;
	background: #f5fbfc url(../images/main_bg.gif) repeat-y;
}

#commend .left {
	width: 5px;
	height: 136px;
	background: url(../images/commend_left.jpg) no-repeat;
}

#commend .right {
	width: 5px;
	height: 136px;
	background: url(../images/commend_right.jpg) no-repeat;
}

#commend .content {
	width: 732px;
	height: 136px;
	background: url(../images/commend_bg.jpg) repeat-x;
}

#commend .title {
	margin-left: 15px;
	padding-top: 3px;
	height: 23px;
	line-height: 23px;
}

/* Banner Styles */
#banner {
	padding: 0px 8px;
	width: 742px;
	height: 90px;
	text-align: center;
	background: #f5fbfc url(../images/main_bg.gif) repeat-y;
}

/* Contact Styles */
#contact {
	padding: 0px 8px;
	width: 742px;
	height: 45px;
	background: #f5fbfc url(../images/main_bg.gif) repeat-y;
}

#contact .logo {
	margin: 0px 120px 0px 20px;
	width: 84px;
	height: 45px;
	background: url(../images/logo.jpg) no-repeat;
}

#contact .text {
	margin: 4px 0px;
}

#contact .version {
	margin: 3px 0px;
}


/* Bottom Styles */
#bottom {
	margin: 0px auto;
	width: 758px;
	height: 6px;
	background: url(../images/main_bottom.gif);
}

#blank {
	height: 10px;
}

/* Blue Button Style */
.bluebutton {
	height: 24px;
}

.bbl {
	display: inline;
	float: left;
	width: 6px;
	height: 24px;
	background: url(../images/bluebutton_l.gif) center no-repeat;
}

.hover .bbl {
	background: url(../images/bluebutton_l_hover.gif) center no-repeat;
}

.bbr {
	display: inline;
	float: left;
	width: 6px;
	height: 24px;
	background: url(../images/bluebutton_r.gif) center no-repeat;
}

.hover .bbr {
	background: url(../images/bluebutton_r_hover.gif) center no-repeat;
}

.bbtext {
	display: inline;
	float: left;
	padding: 0px 5px;
	_width: 50px;
	min-width: 50px;
	height: 24px;
	color: #77797b;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	background: url(../images/bluebutton_bg.gif) left top repeat-x;
	overflow-y: hidden;
	cursor: pointer;
}

.hover .bbtext {
	color: #1b759a;
	background: url(../images/bluebutton_bg_hover.gif);
}

/* Crystal Button Style */
.crystalbutton {
	height: 24px;
	text-align: center;
}

.cbl {
	display: inline;
	float: left;
	width: 10px;
	height: 24px;
	background: url(../images/crystal_l.gif) center no-repeat;
}

.hover .cbl {
	background: url(../images/crystal_l_hover.gif) center no-repeat;
}

.cbr {
	display: inline;
	float: left;
	width: 10px;
	height: 24px;
	background: url(../images/crystal_r.gif) center no-repeat;
}

.hover .cbr {
	background: url(../images/crystal_r_hover.gif) center no-repeat;
}

.cbtext {
	display: inline;
	float: left;
	padding: 0px 5px;
	_width: 50px;
	min-width: 50px;
	height: 24px;
	color: #77797b;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	background: url(../images/crystal_bg.gif) left top repeat-x;
	overflow-y: hidden;
	cursor: pointer;
}

.hover .cbtext {
	color: #1b759a;
	background: url(../images/crystal_bg_hover.gif);
}

#brandlist {
	position: relative;
	width: 349px; 
	height: 239px;
}

#wait {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#wait .background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

#wait .border {
	position: relative;
	margin: auto;
	top: 250px; 
	padding: 10px 20px; 
	width: 250px; 
	height: 35px; 
	vertical-align: middle; 
	line-height: 28px; 
	border: 1px solid #777; 
	background: #f5f8f9;"
}