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

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 298px;
	height: 75px;
	background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
	margin-left: 30px;
	margin-top: 25px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}


div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

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

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 20%;
	padding-left: 15px;
	width: 75%;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 8px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  float:left;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}
div.moduletable_no{
  margin-bottom: 0;
}


..header_banner .moduletable{
	margin-bottom:1px;
}




div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

/*

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}
*/


.componentheading {
	font-family:Georgia,"Stempel Schneidler","Times New Roman",Times,serif;
	font-size:26px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:80px;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}







/* thomas starts */

/* ====================
     公共样式
==================== */
body{background:#fff; font-size:13px; margin:0; padding:0; color:#404040;}
div{margin:0 auto; padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{
margin:0; padding:0; border:none; list-style-type:none;
}
.block{
  width:960px; height:auto;
}
.f_l{float:left;}
.f_r{float:right;padding-top:15px;}
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}
.dis{display:block;}
.inline{display:inline;}
.none{display:none;}
.dashed{background:url(images/lineBg.gif) repeat-x left top; color:#3f3f3f;  padding:2px 0 3px 12px;}

.clearfix:after{
content:"."; display:block; height:0; clear:both;
visibility:hidden;
}
*html .clearfix{
 height:1%;
}
*+html .clearfix{
 height:1%;
}
/*英文强制换行*/
.word{word-break:break-all;}

  /*边框*/
  .B_blue{border:1px solid #c5e4ff;}
  .B_input{border:1px solid #0f97ed;}
  .inputBg{border:1px solid #b3b3b3; background:url(images/inputbg.gif) repeat-x left top; height:18px;}
  /*字体颜色*/
  .f1{color:#ff6666;}
  .f2{color:#006bd0; font-weight:bold; margin-right:15px;}
  .f3{color:#9e9e9e;}
  .f4{color:#fe596a;}
  .f4_b{color:#fe596a; font-weight:bold;}
  .f5{ font-size:14px; font-weight:bold;}
  .f6{color:#006bd0;}
  .market{ font-size:14px; text-decoration:line-through;}
  .shop{color:#fe596a; font-size:14px; font-weight:600;}
  .market_s{text-decoration:line-through;}
  .shop_s{color:#fe596a;}
  /*按钮部分*/
  .bnt_blue{
  background:url(images/bg.gif) no-repeat 0px 0px; width:52px; height:21px;
  text-align:center; line-height:21px; color:#fff; border:none;
  }
  .bnt_blue_1{
  background:url(images/bg.gif) no-repeat 0px -663px; width:77px; height:21px;
  text-align:center; line-height:21px; color:#fff; border:none;
  }
  .bnt_blue_2{
  background:url(images/bg.gif) no-repeat 0px -696px; width:139px; height:21px;
  text-align:center; line-height:21px; color:#fff; border:none;
  }
  .bnt_bonus{
  background:url(images/bg.gif) no-repeat -56px 0px; width:52px; height:21px;
  text-align:center; line-height:21px; color:#fff; border:none;
  }
  /*模块容器*/
  .box{
  	background:transparent;
  	padding-bottom:2px; 
  	overflow:hidden;
  	/*float:left;*/
  }

  .info_box {
	background-color:#FFFFDD;
	background-image:url(images/info_box_txt.gif);
	background-position:20px 10px;
	background-repeat:no-repeat;
	border:1px solid #CF9E6E;
	padding-left:15px;
	padding-top:30px;
	margin-top:15px;
	}

   .info_box{
   color:#c0975c;
   }

   .info_box a{
   color:#c0975c;
   }



  .box_1{
  	border:1px solid #cf9e6e; 
	background-color:#ffffdd;
	background-image:url(images/info_box_txt.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	
   }
  .box_2{
  	/*
	border:1px solid #e0d0c1;
	background-color:#fbf1e3; 
	*/
	/*
	background:url(images/box_2Bg.gif) repeat-x top left;
	background-color:#edf8fe;  
	*/
	overflow:hidden;
  }
  .boxCenterList{padding:8px;}
  /*模块标题*/
  h3{height:33px; line-height:33px; font-size:12px; background:url(images/h3title.gif) repeat-x left top; text-align:right;
  padding:0 12px; font-weight:100;
  }
  h3.border{border:1px solid #c5e4ff; border-bottom:none;}
  h3 img{position:relative; top:7px;}
  h3 span{float:left; background:url(images/bg.gif) no-repeat 0px -570px;width:auto; height:33px; line-height:33px; text-align:left;
   font-weight:bold; color:#56a5ee; padding-left:12px;}
  h5{height:26px; line-height:26px; text-align:right; background-color:#edf7ff; font-size:12px;
  color:#56a5ee; padding:0 10px 0 0;
  }
  h5 span{float:left; font-weight:bold; background:url(images/bg.gif) no-repeat 0 -616px; padding-left:25px;}
  h6{height:23px; line-height:23px; text-align:right; font-size:12px; background:#edf7ff; color:#3f3f3f;
  border:1px solid #fff; padding-right:10px;
  }
  h6 span{float:left; padding-left:15px;}

  /*页面留白*/
  .blank{height:8px; line-height:8px; clear:both; visibility:hidden;}
  .blank5{height:5px; line-height:5px;/* _margin:-3px 0;*/ clear:both; visibility:hidden;}
  /*布局*/
 .AreaL {
	float:left;
	width:205px;
    padding-left:35px;
	overflow:hidden;
	/*margin-left:20px;*/
  }

  .AreaR{
  	/*width:675px; */
  	width:740px; 
	float:left;
   }

/* ====================
     导航部分
==================== */
  /*顶部管理型导航*/
  .log{height:20px;}
  .log li{float:left;}
  .log .userInfo{*margin-right:10px; /*width:300px;*/ text-align:left;}
  .log .userInfo a{color:#333; text-decoration:none;}
  .log li img{position:relative; top:5px;}
  #topNav{background:url(images/topNavBg.gif) no-repeat left top; 
  line-height:31px; color:#bebfc1; padding:0px 15px; margin:0px 10px; position:relative;
  }
  #topNav .topNavR{background:url(images/topNavR.gif) no-repeat; width:5px; height:21px;
  position:absolute; top:0px; right:0px;
  }
  #topNav a{color:#006ad0; text-decoration:none;}
  /*页面主导航*/
  #mainNav{padding:0 25px; width:910px;}
  #mainNav a{display:block; height:26p; float:left; line-height:26px; text-align:center;
  padding:0 15px; background:url(images/NavBg.gif) no-repeat 0 -29px; position:relative;
  margin-right:2px; color:#026acb; text-decoration:none;
  }
  #mainNav a span{width:3px; height:26px; background:url(images/NavBg.gif) no-repeat 0 -88px;
  position:absolute; top:0px; right:0px;
  }
  #mainNav a:hover{display:block; height:26p; float:left; line-height:26px; text-align:center;
  padding:0 15px; background:url(images/NavBg.gif) no-repeat 0 0; position:relative;
  margin-right:2px; color:#fff; text-decoration:none;
  }
  #mainNav .cur{display:block; height:26p; float:left; line-height:26px; text-align:center;
  padding:0 15px; background:url(images/NavBg.gif) no-repeat 0 0; position:relative;
  margin-right:2px; color:#fff; text-decoration:none; font-weight:bold;
  }
  #mainNav a:hover span,#mainNav .cur span{width:3px; height:26px; background:url(images/NavBg.gif) no-repeat 0 -59px;
  position:absolute; top:0px; right:0px;
  }
  /*搜索*/
  #search{border:1px solid #5cb4e6; background:url(images/searchBg.gif) repeat-x left top; width:918px;
  padding:0px 20px; height:36px; line-height:36px;
  }
  #search a{color:#fff; text-decoration:none;}
  #search .keys{background:url(images/bg.gif) no-repeat 0 -28px;
  color:#fff; padding-left:40px;
  }
  #search .go{background:url(images/bnt_search.gif); border:none; width:52px; height:19px;/* position:relative; top:2px; utf8下*/}
  /*当前位置*/
  #ur_here{
	border-top:none; 
	/*
	background:url(images/uh_bg.gif) repeat-x left top
  	border:1px solid #c5e4ff; 
	*/
	background:none;
	background-color:transparent;
	height:36px; 
	line-height:36px; 
	padding:0 12px;
  }
  #ur_here a{color:#666666; text-decoration:none;}

/* ====================
     模块
==================== */
   /*购物车*/
   .cart{background:url(images/catBg.gif) no-repeat left top; padding:15px 10px 15px 50px;
   color:#006bcd; height:50px;  _padding:12px 10px 15px 50px;
   
   /* thomas: hide thge blue box */
   display:none;
   
   }
   .cart a{color:#006bcd; text-decoration:none;}
   .cart a:hover{color:#006bcd; text-decoration:underline;}
   /*商品分类*/
   #category_tree{border:4px solid #f1faff; background-color:#fff;}
   #category_tree dl{margin:6px;}
   #category_tree dt{background:url(images/lineBg.gif) repeat-x left bottom;
   color:#3f3f3f;  padding:2px 0 3px 12px;
   }
   #category_tree dt a{background:url(images/bg.gif) no-repeat 0 -69px;
   color:#3f3f3f; padding-left:15px; text-decoration:none;
   }
   #category_tree dd{padding:3px 0 3px 10px;}
   #category_tree dd a{color:#404040; text-decoration:none;}
   #category_tree dd a:hover{color:#ff6600; text-decoration:none;}
   /*销售排行*/
   .top10Tit{/*background:url(images/bg.gif) no-repeat 0px -85px; height:30px;*/}
   .top10List{border:1px solid #d7ecfd; background-color:#fff; margin:0px 4px 4px 4px;}
   .top10List li{border-bottom:1px solid #e2f3fd; padding:3px 3px 3px 10px; color:#3f3f3f;}
   .top10List li img{margin-right:5px; position:relative; top:3px;}
    /*linkCOLOR*/
   .top10List li a,#mallNews .NewsList li a,.boxCenterList li a{color:#3f3f3f; text-decoration:none;}
   .top10List li a:hover,#mallNews .NewsList li a:hover,.boxCenterList li a:hover{color:#ff6600; text-decoration:none;}
   /*首页焦点图*/
   #focus{border-right:1px solid #c5e4ff; padding:8px; background:url(images/foucsBg.gif) repeat-x left top;}
   #mallNews{width:230px; padding:8px 8px 0px 8px; background:url(images/foucsBg.gif) repeat-x left top;}
   #mallNews .NewsTit{background:url(images/bg.gif) 0px -132px; height:23px;}
   #mallNews .NewsList{background:#FFFFFF; padding:8px;}
   #mallNews .NewsList ul{margin-top:10px;}
   #mallNews .NewsList li{background:url(images/bg.gif) no-repeat 0px -167px; padding:0px 0px 0px 10px;
   text-align:left;
   }
   /*今日特价和品牌*/
   #sales{width:500px; background:url(images/salesBg.gif) repeat-x left bottom;
   border-bottom:2px solid #f0f1f3; background-color:#eef8ff;
   }
   #sales h1{font-size:12px; background:url(images/salesTitBg.gif) no-repeat; height:33px; text-align:right;}
   #sales h1 img{position:relative; top:10px; right:8px;}
   #sales .goodBox{margin:10px 0px 10px 10px; _margin-left:5px;}
	 #sales .goodBox .goodList p{text-align:left; color:#3f3f3f;}
	 #sales .goodBox .goodList p a{color:#3f3f3f; text-decoration:none;}
   #sales .goodBox .goodList p a:hover{color:#ff6600; text-decoration:none;}
   #sales .goodList{width:110px; margin:0px 5px 0px 5px; float:left;}
   #sales .goodList img{background:url(images/salesGoodBg.gif) no-repeat; width:100px; height:100px; padding:5px;
   }
   #sales .goodList p{ margin-top:3px; text-align:center;}
   #brands{width:247px; height:199px; *height:201px; padding:1px 0 0 1px; position:relative;}
   #brands .brandsMore{position:absolute; left:178px; bottom:10px;
   width:65px; height:41px;
   }
   #brands .brandsMore img{border:none; width:65px; height:41px;}
   #brands img{width:78px; height:40px; margin:3px 1px; border:1px solid #c5e4ff; float:left;}
   #brands a{color:#0069cd; text-decoration:none; margin:2px;}
	 .brandsIe6{_width:250px;}/*在ie6下特价商品不存在的话品牌推荐永远靠右显示*/
   /*精品推荐，新品上市，热卖商品*/
   .centerPadd {
	overflow:hidden;
	padding:0 0 0 0;
	}

   .centerPaddB {
	overflow:hidden;
	padding:0 0 0 2px;
	}
   
   
   .itemTit{
   	height:41px; 
	/*background:url(images/bg.gif) no-repeat 0px -195px; */
	padding:0;
	text-align:left;
   /*margin-bottom:-3px; _margin-bottom:-2px;*/ 
   }
   .itemTit.New{
   	/*background:url(images/bg.gif) no-repeat 0px -225px;*/
	}
   .itemTit.Hot{
   	/*background:url(images/bg.gif) no-repeat 0px -256px;*/
	}
   .itemTit img{position:relative; top:7px;}
   .itemTit h2{float:left; height:27px; background:url(images/itemH2Bg.gif) repeat-x left top; border:1px solid #d6ecff;
   font-size:12px; text-align:center; color:#3f3f3f; font-weight:100; padding:0px 10px; line-height:28px; margin:0 6px 0 0;
   border-bottom:none; position:relative; bottom:-3px; display:inline; white-space:nowrap;
   }
   .itemTit h2 a{color:#3f3f3f; text-decoration:none;}
   .itemTit .h2bg{height:27px; line-height:28px; border:none; background:none;
   font-size:12px; text-align:center; color:#006ace; font-weight:100; padding:0px 10px;
	 display:inline; white-space:nowrap;
   }
   .itemTit .h2bg a{color:#006ace; text-decoration:none;}
   .centerPadd .goodsBox{
   	border:1px solid #e0d0c1; 
	background:#fff; 
	padding:12px 0px 0px 17px; 
	*padding:12px 0px 0px 17px;
   _padding:12px 0px 0px 0px;
   }
   .centerPadd .goodsBox .more{text-align:right; clear:both; margin:0 8px 8px 0;}
       /*单个商品*/
       .goodsItem{
	   	width:87px; 
		float:left; 
		position:relative; 
		overflow:hidden; 
		margin:0 0 0 10px;
		}
       .goodsItem .goodsimg{
	   width:85px; 
	   height:85px; 
	   border:1px solid #9a6739; 
	   margin-bottom:4px;
	   }
       .goodsItemTall{
	   	width:200px; 
		float:left; 
		position:relative; 
		overflow:hidden; 
		margin:0 0 0 10px;
		}
       .goodsItemTall .goodsimgTall{
	   width:184px; 
	   height:184px; 
	   border:1px solid #bfa9a9; 
	   }
	   
		.tallholder {
		background-color:#F5F5F5;
		padding-bottom:4px;
		padding-top:4px;
		text-align:center;
		}	   

       .goodsItem img{width:52px; height:17px;}
       .goodsItem p{text-align:left; color:#3f3f3f;}
       .goodsItem p a{color:#3f3f3f; text-decoration:none;}
       .goodsItem p a:hover{color:#ff6600; text-decoration:none;}
       .goodsItem span{width:40px; height:40px; position:absolute;left:0px; top:0px;}
       .goodsItem span.best{background:url(images/bg.gif) no-repeat 0px -304px;}
       .goodsItem span.news{background:url(images/bg.gif) no-repeat -75px -304px;}
       .goodsItem span.hot{background:url(images/bg.gif) no-repeat -161px -304px;}

   /*帮助*/
   .helpTitBg{background:url(images/helpTitBg.gif) repeat-x left top; text-align:left; border:1px solid #c5e4ff; background-color:#fff;
   padding:0 0 10px 15px;
   }
   .helpTitBg dl{float:left; margin-right:30px; _margin-right:20px; _width:130px;}
   .helpTitBg dt{background:url(images/bg.gif) no-repeat 0px -570px;width:auto; height:33px; line-height:33px; text-align:left;
   font-weight:bold; color:#56a5ee; padding-left:12px; margin-bottom:8px;}
   .helpTitBg dd a{color:#006acd; text-decoration:none; background:url(images/bg.gif) no-repeat 0px -170px; padding:0px 0px 0px 10px;}

   /*相关商品*/
   .boxCenterList ul{height:1%; margin-bottom:5px;}
   .boxCenterList li{float:left; width:120px;}
   .boxCenterList li.goodsimg{width:48px; margin-right:10px;}
   .boxCenterList li.goodsimg img{width:48px; height:48px; display:block;}
   /*相关文章(其它带有小三角点的文字列表共用)*/
   .RelaArticle a,.alone{background:url(images/bg.gif) no-repeat 0px -170px; padding:0px 0px 0px 10px; color:#3f3f3f; text-decoration:none;}
   .RelaArticle a:hover{background:url(images/bg.gif) no-repeat 0px -170px; padding:0px 0px 0px 10px; color:#ff6600; text-decoration:none;}
   /*浏览历史，收藏*/
   .history h2{height:26px; line-height:26px; padding:0px 10px 0 20px; text-align:center; font-size:12px;
   background:url(images/bg.gif) no-repeat 0px -466px; float:left; color:#57a7f0;
   margin:6px 5px 0 0; border:1px solid #c5e3ff; border-bottom:none; background-color:#FFFFFF;
   }
   .history .h2bg{height:26px; line-height:26px; padding:0px 10px 0 20px; text-align:center; font-size:12px;
   background:url(images/bg.gif) no-repeat 0px -508px; float:left; color:#a0a0a0;
   margin:6px 5px 0 0; border:none;
   }
	 #history li{width:100%;}
   .colle a{background:none; padding:0px; color:#3f3f3f; text-decoration:none;}
   .colle a:hover{background:none; padding:0px; color:#ff6600; text-decoration:none;}
   /* ====================
     商品详情页面部分模块
==================== */

#goodsInfo {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #E0D0C1;
	border-left:1px solid #E0D0C1;
	border-right:1px solid #E0D0C1;
	margin-left:2px;
	padding-left:0;
	width:670px;
	}

   #goodsInfo .imgInfo{width:230px; float:left; margin-right:10px; overflow:hidden;}
   #goodsInfo .imgInfo .thumb{width:230px; height:230px; display:block;}/*商品详情图片*/
   #goodsInfo span{width:4px; height:48px; background:url(images/bg.gif) no-repeat 0 -527px; float:left;}
   #goodsInfo span.spanR{width:4px; height:48px; background:url(images/bg.gif) no-repeat -5px -527px; float:right;}
   #goodsInfo .gallery{width:204px; float:left; margin-left:10px; _margin-left:5px; overflow:hidden;}
   #goodsInfo .gallery ul{width:auto;}
   #goodsInfo .gallery li{float:left; width:48px; margin:0 2px;}
   #goodsInfo .gallery li img{width:46px; height:46px; display:block;}
   /*文字信息*/
   #goodsInfo .textInfo{
   	background:#fff; 
	width:400px; 
	float:left; 
	padding:10px;
	}
   #goodsInfo .textInfo p{font-size:14px; font-weight:bold; padding:0 5px 5px 8px;}
   #goodsInfo .textInfo ul{
   	border:none;
	}
   #goodsInfo .textInfo li{
   	/*background:url(images/lineBg.gif) repeat-x left bottom; */
	padding:0px 8px; 
	_height:1%;
	}
   #goodsInfo .textInfo li.padd{padding:7px 0px 7px 8px;}
   
   #goodsInfo .textInfo li dd {
		background:transparent url(images/grey_marker.gif) no-repeat scroll 0 12px;
		float:left;
		padding:7px 0 0 28px;
		width:50%;
		font-weight:normal;
	}

   #goodsInfo .textInfo li dd.ddR {
		background:transparent url(images/red_marker.gif) no-repeat scroll 0 12px;
		float:left;
		color: #ca3c6e;
		padding:7px 0 0 28px;
		width:50%;
		font-weight:normal;
	}

   #goodsInfo .textInfo li dd.ddR a {
		color: #ca3c6e;
		text-decoration:none;
	}
   
   
   
   
   /*#goodsInfo .textInfo li dd.ddR{border-left:1px solid #eeecec; width:48%; padding-left:8px;}*/
   
   
   #goodsInfo .textInfo li dd.ddL{border-right:1px solid #eeecec;}
   #goodsInfo .textInfo a{color:#006bce; text-decoration:underline;}
   #goodsInfo .textInfo .loop{background:#f7f7f7; margin-top:8px;}
   /*用户评论*/
   .ie6{padding-left:25px; _padding-left:15px; height:1%;}/*购买此商品的人还购买的商品*/
   .comments li{background:url(images/lineBg.gif) repeat-x left bottom; padding:3px 8px; width:97%; _height:1%; text-align:left; position:relative;
   margin-bottom:8px;
   }
   .comments li img{position:absolute; right:0px; top:3px;}
   .comments li p{margin:3px auto; text-align:left;}
   .commentsList{border:1px solid #ccc; background:#f7f7f7; padding:10px;}
   .commentsList .inputBorder{border:1px solid #ccc; background:#fff;}
	 .captcha{margin-left:0px; position:relative; top:-1px; *margin-left:8px; *position:relative; top:3px; cursor:pointer;}
    /* ====================
     品牌推荐
==================== */
    /*品牌列表*/
    #brandList{background:url(images/brandBg.gif) repeat-y top center; margin-top:12px; height:1%;}
    #brandList .brandBox{width:240px; _width:236px; float:left; margin:0 5px 20px 5px; text-align:center; overflow:hidden; height:160px;}
		#brandList .brandBox .brandLogo{width:188px; height:52px; overflow:hidden;}
    #brandList .brandBox h4{height:23px; line-height:23px; background:#e9e9e9; margin:15px 0 8px 0; padding:0 10px; text-align:right;
    font-weight:100; font-size:12px;
    }
    #brandList .brandBox h4 span,#brandList .brandBox h4 span a{float:left; font-weight:bold; color:#3f3f3f; text-decoration:none;}
    #brandList p{text-align:left; margin-bottom:5px; color:#909090; padding:8px;}
    #brandList p.brandCategory,#brandList p.brandCategory a{text-align:left; color:#006acd; text-decoration:none;}
    #brandList .brandArticle{border:1px dashed #d9d9d9; background:#f8f8f8; text-align:left;}
    .brandCategoryA a{ margin-right:15px;}

    /* ====================
     用户中心
==================== */
    .box_1 .userCenterBox{border:4px solid #f1faff; background-color:#fff;}
    .usBox{background:#f2f2f2; border:1px solid #e2e2e2; padding:15px; width:928px;}
    .usBox_1{background:#fff; text-align:left; width:297px; height:208px; padding:43px 153px 60px 123px;}
    .usBox_1 .logtitle{height:30px; background:url(images/ur_bg.gif) no-repeat 0px 0px;}
    .us_Submit{border:none; width:115px; height:40px; background:url(images/bnt_ur_log.gif);}
    .us_Submit_reg{border:none; width:113px; height:40px; background:url(images/bnt_ur_reg.gif);}
    .usTxt{width:265px; height:267px; padding:43px 0 0 90px; background:#f2f2f2; float:right;
    text-align:left; background:url(images/ur_bg1.gif) no-repeat 0 50%; line-height:23px;
    }
    .usTxt img{margin-top:15px;}
    /*注册*/
    .usBox_2{background:#fff; text-align:left; padding:43px 153px 60px 123px;}
    .usBox_2 .regtitle{height:30px; background:url(images/ur_bg.gif) no-repeat 0px -34px;}
    .actionSub a{color:#006acc; text-decoration:underline;
    background:url(images/ur_bg.gif) no-repeat 0px -68px; padding-left:14px;
    }
    .box_1 .userCenterBox .userMenu a{display:block; height:25px; line-height:25px; background:url(images/menuBg.gif) no-repeat 0 -30px;
    color:#3f3f3f; text-decoration:none; margin:0 0 3px 10px; padding-left:3px;
    }
    .box_1 .userCenterBox .userMenu a.curs{background:url(images/menuBg.gif) no-repeat 0 0px; font-weight:bold;}
    .box_1 .userCenterBox .userMenu a img{ margin-right:3px;}
    .msgBottomBorder{clear:both; background:url(images/lineBg.gif) repeat-x left bottom; padding-bottom:8px; margin-bottom:8px;}

/* ====================
     商品分类页面
==================== */
    .sort a{ position:relative; bottom:5px;}
    .sort input{position:relative; top:3px;}
    /*商品列表显示方式*/
    .goodsList{ padding:10px 10px 0 10px;}
    .goodsList ul{ margin-bottom:10px;}
    .goodsList ul#bgcolor{background:#fbfbfb; border-top:1px dashed #e8e8e8; border-bottom:1px dashed #e8e8e8;}
    .goodsList li{float:left; padding-top:8px;}
    .goodsList li.thumb{width:80px; text-align:center;}
    .goodsList li.thumb img{width:50px; height:50px; border:1px solid #ccc; padding:1px;}
    .goodsList li.goodsName{width:290px; margin-right:10px;}
    .goodsList li.action{float:right; margin-left:10px;}
    .goodsList li.action a.abg{background:url(images/bg.gif) no-repeat 0px -735px; padding-left:18px; position:relative; bottom:5px;}

/* ====================
     团购
==================== */
    .group{background:#f2f2f2; padding:8px;}
    .group li{float:left; background:#fff; padding:8px;}

/* ====================
     购物流程
==================== */
    .flowBox{border:1px solid #c8e6fe; border-top:2px solid #9fd2ff;}
    .flowBox table{ margin:5px auto;}

/* ====================
    打印报价单
==================== */
    .quotation{ margin:20px auto 20px auto; text-align:center;}




   /*翻页*/
   .pagebar{height:20px; float:right;}
   .pagebar img{position:relative; top:2px;}
   .pagebar a{display:block; float:left; margin:0 2px; color:#0066cc; text-decoration:none;}
   .pagebar a:hover{color:#ff5a6a; text-decoration:none;}
   .pagebar .page_now{display:block; float:left; margin:0 5px; color:#ff5a6a; font-weight:bold; background:#fff;}
   #pager a{color:#0066cc; text-decoration:none;}

   /*底部导航+友情链接*/
   #bottomNav{width:958px; background:transparent url(/portal/templates/PORTAL-HOME/images/footer.gif) no-repeat 0 0}
   .bNavList{border:1px solid #fff; background:#eef6f9; height:27px; line-height:27px; padding:0 12px;}
   .links{border:1px solid #fff; background:#eef6f9; padding:0 12px;}
   .bNavList a,.links a{color:#006acd; text-decoration:none;}
   .bNavList img{_position:relative; top:8px;}
   .links img{width:88px; height:30px; margin:5px;}
   /*版权*/
   #footer{
   	/*
	background:url(images/logo1.gif) no-repeat 5% 50%;
	padding-left:200px; 
	*/

	background:url(/portal/templates/PORTAL-HOME/images/footer.gif) no-repeat -200px;

	
	width:760px; 
	margin:10px auto;
	}
   #footer .text{background:url(images/footerLine.gif) no-repeat left center; padding-left:50px; *padding-bottom:20px;}
   #footer .text a{color:#404040; text-decoration:none;}


/* ======商品比较浮动块 ====== */
#compareBox {
 width:128px;
 background:url(images/compareBg.gif) no-repeat top center;
 background-color:#edf8ff;
 padding:35px 0 8px 0;
 border: 1px solid #c5e4ff;
 position: absolute;
 right:1px;
 top:200px;
}

#compareBox input {
	width:52px; height:13px;
	border:none;
	background:url(images/compareSub.gif) no-repeat;
}

#compareList {
 margin:0px 0px 8px 0px;
 padding:0px;
 width:120px;
 background:#FFFFFF;
 border:1px solid #d6ecff;
}

#compareList li {
 color: #333;
 text-align:left;
 background: #fff;
 padding: 3px 5px;
 margin: 3px 0;
}

#compareList li img {
 float:right;
 padding-top:4px;
}

#heading{
 /*height:357px;*/
 width:960px;
 display:block;
 /*background-image:url(images/bg_home_header.jpg) no-repeat;*/
 /*background:url(../images/bg_home_header_purple.jpg);*/
 background-repeat:no-repeat;
}


.header_cats {
	 float:left;
}


.treemainnav{
	 float:left;
	 width:600px;
}

/*
#header1{
	background:url(images/home_header_01.gif);
	background-repeat:no-repeat;
	background-attachment: 0 0;
}
#header2{
	margin-top:20px;
	background:url(images/home_header_02.gif);
	background-repeat:no-repeat;
	background-attachment: 0 0;
	width:330px;
	float:left;
}
#header3{
	background:url(images/home_header_03.gif);
	background-repeat:no-repeat;
	background-attachment: 0 0;
	width:330px;
	margin-left:343px;
	margin-top:20px;
}




#header4{
	margin-top:20px;
	background:url(images/home_header_04.gif);
	background-repeat:no-repeat;
	background-attachment: 0 0;
}
*/
#box_header1 {
/*
border-left:1px solid #e0d0c1;
border-right:1px solid #e0d0c1;
border-bottom:1px solid #e0d0c1;
*/
margin:0;
overflow:hidden;
padding:10px 0 0 0;
width:675px;
/*background-color:#fbf1e3;*/
background-color:#ffe2e2;
}

#box_header2, #box_header3 {
border-left:1px solid #e0d0c1;
border-right:1px solid #e0d0c1;
border-bottom:1px solid #e0d0c1;
margin:0;
overflow:hidden;
padding:10px 0 0 0;
width:324px;
background-color:#fbf1e3;
}

#box_header4 {
border-left:1px solid #e0d0c1;
border-right:1px solid #e0d0c1;
border-bottom:1px solid #e0d0c1;
margin:0;
overflow:hidden;
padding:10px 0 0 2px;
width:669px;
background-color:#ffffff;
}

.insider_header_search {
float:left;
font-size:12px;
color:red;
height:15px;
margin-top:23px;
overflow:hidden;
width:110px;
}

/*
.home_header_search {
	color:red;
	float:left;
	font-size:12px;
	height:15px;
	margin: -75px 0 0 720px;
	overflow:hidden;
	width:110px;
}
*/


.input_search_head{
 border:none;
 background:transparent;
 color:red;
}
.redmarker{
  color:#ca3c6e;
}
.centerPadd_left{
background:url(../images/sub_menu_bg.gif);
background-repeat:repeat-y;
background-position: 0 0;
padding:0;
}

.centerPadd_left_no{
padding:8px 0 0 0;
margin-bottom:10px;
}

#catleft {
  line-height:20px;
  padding:0 0 0 15px;
}


#catleft dt a{
text-decoration:none;
color:#333333;
font-weight:bold;
}

.cart_top {
float:right;
font-size:10pt;
line-height:13px;
margin-top:10px;
overflow:hidden;
width:340px;
}

.breadcrumb{
width:600px;
position:absolute;
}

.goodcontainer{
padding: 0;
}


.menu{
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	/*border-right:1px solid #666666;*/
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	
	line-height:15px;
	padding-top:1px;
	padding-right:4px;
}

.menu li a:link, .menu li a:visited{
color:#333;
text-decoration:none;
font-size:13px;
}

#topmenu a{
 color:#FFFFFF;
 font-size:12px;
}



.menuhotprogram_submenu_ li{
}

.menuhotprogram_submenu_ li{
	background:transparent url(../images/red_marker.gif) no-repeat scroll 0 5px;
	display:block;
	overflow:hidden;
	padding:2px 5px 3px 20px;
	margin:0 0 0 20px;
	font-size:13px;
	color:#323232; 
	font-weight:bold;
}


.menuhotprogram_submenu_ li a{
	text-decoration:none;
	color:#323232;
	font-weight:bold;
}

.f_r_breadcrumb{
 float:left;
 font-size:13px;
 color:#333;
 white-space:nowrap;
 display:block;
 padding-top: 15px;
}

.f_r_breadcrumb a{
 font-size:13px;
 color:#333;
 text-decoration:none;
}


/*latest article */
.list {
	border-left:1px solid #E0D0C1;
	border-right:1px solid #E0D0C1;
	margin-left:2px;
	padding:0;
	width:670px;
	display:block;
	overflow:hidden;
	
}
.list_no {
	margin-left:2px;
	padding:0;
	width:670px;
}

.list_no .blogposts {
	
}
.blogpost{
	display:block;
	/* height:160px; */
/*	margin-left:20px; */
	
}

.list_end {
	border-bottom:1px solid #E0D0C1;
	border-left:1px solid #E0D0C1;
	border-right:1px solid #E0D0C1;
	margin-left:2px;
	padding:0;
	width:670px;
}




.blogpost_under{
	/*
	margin-top:0px;
	padding-top:10px;
	margin-left:20px; */
	padding: 15px 15px 0;
	display:block;
	border-bottom:1px dashed #eee;
	overflow:hidden;
        float: left;
}

.blogimages{
	float:left;
	display:block;
	width:85px;
	padding-bottom:15px;
}
.blogimages_small{
	float:left;
	display:block;
	width:80px;
}

.blog_txt{
	float:left;
	display:block;
	width:544px;
    margin-left:10px;
}	

.blog_txt .title{
	color:#e23800;
	border-bottom:1px dashed #eee;	
}
.blog_txt .title_no{
	color:#e23800;
        font-size: 15px;
        padding-top: 10px;
}


.blog_txt .content{
	color:#454545;
	font-size:12px;
}

.image_container{
	padding:0;
	margin:0;
}	

.blogimages img{
	border:1px solid #ccc; padding:2px; background:#FFF; 
}

.blogimages_small img{
	border:1px solid #ccc; padding:2px; background:#FFF; 
}


/****************** Dropdown Menu styling starts here **************/





/*
li.mainlevelmainnav, li.mainlevel_currentmainnav
{
	list-style-type: none;
	float:left;
	margin-right:8px;
}


li.sublevelmainnav, li.sublevel_currentmainnav
{
	list-style-type: none;
	float:left;
	margin-right:3px;
	display:none;
}



li.mainlevelmainnav a:hover  li.sublevelmainnav{
	list-style-type: none;
	float:left;
	margin-right:3px;
	display:block;
}
*/



/* all lists */
#TJKDropDownMenu a,#TJKDropDownMenu a:link,#TJKDropDownMenu a:visited {font-size:.9em;color:navy}
#TJKDropDownMenu,#TJKDropDownMenu ul {padding:0;margin:0 0 0 6px;width:/* Opera 7 not 100% but */ 730px} 
/* Nested ULs */ 
#TJKDropDownMenu li ul {position:absolute;top:1.6em;left:-900px}
/* All LIs */
#TJKDropDownMenu li {float:left;width:auto;margin:0;padding:0;list-style-type:none;font-weight:600;border-bot tom:1px solid #004284}
/* no good for Mac5 display:block; */
#TJKDropDownMenu li a {padding:.1em .4em;height:2em;line-height:2em;border-bottom:2px solid #e6ecf3;background:url(/articles/dropdown/img/pipe.gif) right center no-repeat transparent}
#TJKDropDownMenu li a:hover {background-color:#004284;background-image:none;color:#fff;border-bottom:2px solid #004284}
#TJKDropDownMenu li ul li a {line-height:1.7em;height:1.7em;font-weight:400;border:none;color:#333;background-image:none}
/* we reset the margin for the children */
#TJKDropDownMenu li ul li {margin:0;border-bottom:0;border-right:1px solid #004284}
/* the background color is requires because of recent version of Safari that keep previous sub-level "alive" */
#TJKDropDownMenu li:hover ul,#TJKDropDownMenu li.msieFix ul {left:9px;background:#e4ecf2}

#TJKDropDownMenu li a:hover,#TJKDropDownMenu li a:focus,#TJKDropDownMenu li a:active {background-color:#004284;background-image:none;color:#fff;border-bottom:2px solid #004284}






/* **************** Dropdown Menu styling end here ***************/



/* top  area definitions */

.topcontainer{
	width:960px;
	display:block;
	height:40px;
	background:transparent url(../images/purple_top.gif) no-repeat 0 0;
}


.keyvisual{
	display:block;
	width:960px;
}
	
.redmenucontainer{
	display:block;
	width:960px;
	background:transparent url(/portal/templates/Header-Only/images/header_menu_bg.gif) repeat-x 0 0;
	overflow:hidden;
}	
		

.redmenucontainer .home_header_search {
	background:transparent url(../images/search_top.gif) no-repeat scroll 0 0;
	color:red;
	float:left;
	font-size:12px;
	height:32px;
	margin:1px 0 0;
	overflow:hidden;
	padding:6px 0 0 25px;
	/*width:273px;*/
	width:260px;
}


.keyword a:link, .keyword a:visited{
	color:#333;
} 

.centerPadd_left a:link, .centerPadd_left a:visited{
	color:#666;
} 
.content a:link, .content a:visited{
	color:#666;
} 


.block{
	margin-bottom:0;
        width:985px;
}

.wpposts{
}



/* portal home */

.home_center_top {
	background:transparent url(../PORTAL-HOME/images/home_center_bg_top.gif) no-repeat scroll 0 0;
	display:block;
	height:300px;
	/*
	margin-left:16px;
	padding: 0 0 0 20px;
	*/
	width:470px;
	float:left;	
	text-align:left;
}


.block_3{
	/*background:transparent url(../PORTAL-HOME/images/home_right_123_bg.gif) no-repeat scroll -5px 30px;*/
	width:235px;
	margin-left:16px;
}


.wrapperhome_right_ .goodsItem{
   margin-left:10px;
}


.home_center_right {
	border:none;
	float:left;
	width:240px;
	overflow:hidden;
}


/* right iframe */
.wrapperhome_right_ {
	background-color:transparent;
	background:none;
}



/*home tabbed content*/

.tabs ul{
	padding: 0px 10px 2px; 
	margin: -15px 0 0 175px;
	list-style:none;
}

.tabs ul li{
/*
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	font-size:10px;
	padding: 2px 0; 
*/	
	display: inline; 
	padding:0;	
	font-size:12px;
	float:left;	
	background: transparent url(../PORTAL-HOME/images/top_left.gif) top left no-repeat;
	
}


.tabs li a {
	padding:3px 10px 5px 5px; 	
	text-decoration: none;
	margin-left: 5px;
	background: transparent url(../PORTAL-HOME/images/top_right.gif) top right no-repeat;
	display:block;
}

.tabs li a:link {
	color: black;
}

.tabs li a:visited {
	color: gray;
}





#contentBox {
	border:none /*1px solid green*/;
	height:250px;
	margin:-12px 0 0;
	text-align:left;
	width:450px;
}

#contentBox #show_best_area{
	background-color:transparent;
	margin-top:-30px;
	border:none;
}


.hot_threads .thread{
	display:block;
	margin:0;
	padding:0;
	text-align:left;
//	overflow:hidden;
}


.hot_threads .image{
	display:block;
	float:left;
	height:125px;
	width:120px;
}


.hot_threads .content{
	font-size:13px;
}
.hot_threads .title{
	font-weight:bold;
	font-size:11px;
}


.banner_center{
	margin-top:5px;
	margin-bottom:10px;
}

.blog_center{
        width: 470px;
        margin-top: 15px;
}

.componentheading{
display:none;
}

.wppost .title{
 background:url(../PORTAL-HOME/images/blog_line.gif);
 background-repeat:repeat-x;
 background-color:transparent;
 background-position:bottom left;
 padding:4px;
 width:270px;
 float:left;
}
.wppost .title a{
	font-size:13px;
	color:#333;
}


.wpposts{
	float:left;
  width:255px; 
	margin-top:0;
}

.blog_right{
	float:right;
	display:block;
  padding-top: 5px;
}


.home_center_right .centerPadd_left_no{
	margin:0;
	padding:0;
}


.footer_white{
	font-family:helvetica,verdana,arial,sans-serif;
	font-size:10px;
	color:#fff;
}

.footer_beige{
	font-family:helvetica,verdana,arial,sans-serif;
	color:#e3dfd3;
	font-size:10px;
}


.module li {
	color:#333333;
}
	
.module li a:link, .module li a:visited{
	color:#cc0000;
}


/* registration */

.block_register{
	width:880px;
	display:block;
	overflow:hidden;
}

.list_960 {
	border-left:1px solid #E0D0C1;
	border-right:1px solid #E0D0C1;
	border-bottom:1px solid #E0D0C1;
	margin-left:2px;
	padding:0 0 20px 0;
	width:884px;
}

		
		
.module_login{
	width:400px;
	overflow:hidden;
	display:block;
}		

.regbg{
	background:transparent url(/portal/templates/CHANNEL-PURPLE/images/reg_bg.gif) repeat-y 0 0;	
}


.regbg .contentpane{
	width:300px;
	padding-left:15px;
}

.registration{
	width:405px;
	overflow:hidden;
	float:left;
	color:#ca3c6e;

}	

.login{
	width:305px;
	overflow:hidden;
	float:left;
	margin:10px 30px 0 40px;
	margin-right:30px;
	color:#ca3c6e;
}	

.reg_subhead{
	margin:10px 0 10px 0;
}

.regbg button{
	margin-left: 300px;
}

p#form-login-username .inputbox, p#form-login-password .inputbox{
	height:16px; 
	width:100px;
	border:1px solid #ddc0a7;
	font-size:12px;
	
}

p#form-login-username br, p#form-login-password br{
	display:none;
}

p#form-login-username label, p#form-login-password label {
	display:block;
	float:left;
	margin-right:10px;
	width:70px;
}

td .inputbox{
	background:#f2ebe4;
	border: 1px solid #ddc0a7;
	font-size:12px;
	height:16px;
}

.redbutton{
	border:1px solid #FF6699;
	background-color:#dc406f;
	color:#FFFFFF;
}

fieldset .button, .regbg .button{
	border:1px solid #FF6699;
	background-color:#dc406f;
	color:#FFFFFF;
}


#form-login-remember label, #form-login-remember input{
display:none;
}


p#form-login-username, p#form-login-remember{
	margin-bottom: 10px;
}



.login ul{
display:none;
}


.logwelcome {
	background:transparent url(/portal/templates/CHANNEL-PURPLE/images/loginSuccess.gif) no-repeat scroll 0 0;
	height:400px;
	width:470px;
	padding-top:90px;
}

.logwelcome .text {
	height:400px;
	margin-left:50px;
	margin-top:10px;
	padding-left:0;
	text-align:center;
	width:150px;
}

.red{ color:#dc406f;}


.tabs_header ul li a:link {
color: #666;
}


ul.toprowlist a{
	color:#a13a58;
}

.invalid {
	color:red;
	font-weight:bold;
}

.thread{
	font-size:12px;
}

.thread .image{
	float:left;
}

.thread .title{
	margin-top:22px;
	font-size:13px;
}

.moduletable .keyword, .centerPadd_left_no .keyword{
	margin-left:20px;
}


 .centerPadd_left_no .keyword{
	width:150px;
}

.moduletable .keyword dt, .keyword dt {
	border-bottom:1px dashed #D6D6D6;
	display:block;
	height:22px;
	margin:4px 0 0;
	overflow:hidden;
	width:150px;
	font-weight:bold;
}


.keyword{
	margin-bottom:10px;
}


.centerPadd_left td{
	padding:5px;
}

.blogimages_small img {
	width:80px;
	height:auto;
}

.blog_txt_200 {
	height:80px;
	width:300px;
	display:block;
	overflow:hidden;
        margin: 0px 25px 5px 0px;
        float: left;
        border-bottom:1px dashed #E0D0C1;
}

.blog_txt_200 .title, .blog_txt_200 .content{
	padding:5px;
}

.blog_txt_200 .title {
	color:#E53700;
	margin-bottom:-2px;
}

.blogpost_under .moduletable .box{
}


.AreaL .blog_txt_200 {
	/*border-bottom:1px dashed #E0D0C1;*/
	border-bottom:none;
	display:block;
	float:none;
	margin-right:10px;
	overflow:hidden;
	padding-right:10px;
	padding-bottom:10px;
	width:170px;
	height:auto
}

.AreaL .blog_txt_200 .title {
	/*color:#E53700;*/
	color:#000000;
	margin:0 0 0 20px;
	overflow:hidden;
	text-align:left;
	width:120px;
	padding:0;
	height:auto
}

.AreaL .blog_txt_200 .content {
	padding:10px;
	width:120px;
	overflow:hidden;
	display:block;
	text-align:left;
	height:auto;
}

.AreaL .advert {

	margin-top: 10px;
	margin-left:10px;
}


#left_ad{
	margin-top:20px;
}	


.AreaR .centerPadd_left{
	background:transparent;
	
}

.blog_txt_200 #markerselect a{
	color:#E23800;
	font-weight:bold;
}

ul.menu {
	margin-left:-2px;
}

