﻿/*FTD_CSS of Version 2013*/

/**
* ------------------------------------------------------------------------------------------------------------------------------------
* global CSS
* ------------------------------------------------------------------------------------------------------------------------------------
**/

html	{font-family:"微软雅黑",Arial,"宋体";margin:0; padding:0;min-height:100%;height:100%; width:100%; background: #FFF;}

/*html	{font-family:"微软雅黑",Arial,"宋体";margin:0; padding:0;min-height:100%;height:100%; width:100%; background:url(http://www.fashiontrenddigest.com/ad_document/skin_thecorner.jpg) top center no-repeat;}*/
body	{background: ;margin:0; padding:0; }


ul		{text-align: left;margin: 0px;padding:0px;} 
li		{margin: 0px;padding: 0px;} 
a img		{border:none; }
a		{outline:none;color:#000;text-decoration: none;}
a:hover		{color:#FF0066; text-decoration: none;}
input		{padding-left:10px; margin:0px; vertical-align:middle;}
.bgFFF		{background-color:#FFF;}
.bg555		{background-color:#555;}

h1		{font-family:"微软雅黑",Arial;}
h5		{color:#FF0066;}


/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Main NAV
* ------------------------------------------------------------------------------------------------------------------------------------
**/


#search_bar			{background-color:#FFF;width:300px; height:40px; float:left;vertical-align:top;}

#Nav				{width:690px;float: left; background-color:#FFF; }
#Nav ul				{margin: 0px; padding:0px; }
#Nav li				{float:left; list-style:none; text-align:center; position:relative;}
#Nav li a			{font: 14px/40px "微软雅黑","宋体",Arial; height:40px;float:left;font-weight:bold;
				padding: 0px 22px 0px 21px; display:block;background-color:#000;margin-right:1px;text-decoration: none; color:#FFF; }
#Nav li a:hover			{color: #FFF; background-color: #FF0066;background-image:none;}
#Nav li a#current		{color: #FFF;}
#Nav li a#hot			{color: #FF0066; background-color: #EEE;}
#Nav li a#unable		{color: #FFF; background-color: #333;}
#Nav li a#last			{padding: 0px 25px 0px 23px;}
#Nav span			{font: 9px Helvetica;font-weight:bold;position:absolute; top:0px; left:0px;}

#Nav_tag			{width:990px; float:left; height:30px; padding-top:10px; border-bottom:3px solid #000; margin-bottom:10px; }
#Nav_tag ul			{margin:0px; padding:0px; }
#Nav_tag li			{float:left; list-style:none; }
#Nav_tag li a			{font-size: 12px; color:#000;margin:0px;float:left;
				text-decoration:none; padding:0px 13px; }
#Nav_tag li a:hover		{color:#FFF; text-decoration: none; background-color: #FF0066;}


#Nav_c			{width:990px; float:left; height:45px; margin-bottom:10px; border-bottom:3px solid #000; background:#EEE;}
#Nav_c ul			{margin:0px; padding:0px; }
#Nav_c li			{float:left; list-style:none; line-height:45px;}
#Nav_c li#channel		{font-size: 20px; font-weight:bold; color:#000; margin:0px; float:left; padding:0px 50px 0px 10px; }
#Nav_c li a			{font-size: 12px; color:#000; margin:0px; float:left;
				text-decoration:none; padding:0px 13px; }
#Nav_c li a:hover		{color:#FFF; text-decoration: none; background-color: #FF0066;}



ul#topnav {
 margin: 0; padding: 0;
 float: left;
 width: 990px;
 height:45px;
 list-style: none;
 position: relative; /*–Set relative positioning on the unordered list itself – not on the list item–*/
 font-size: 16px;
 font-weight:bold;
 line-height:45px;
 background: url(http://www.fashiontrenddigest.com/images/ftd_sprites.jpg) repeat-x 0px -140px #222;
 }
 ul#topnav li {
 float: left;
 margin: 0; padding: 0;
 border-right: 1px solid #111; /*–Divider for each parent level links–*/
 }
 ul#topnav li a {
 padding: 0px 15px;
 display: block;
 color: #f0f0f0;
 text-decoration: none;
 }
 
ul#topnav li:hover , ul#topnav li#current{background:url(http://www.fashiontrenddigest.com/images/ftd_sprites.jpg) repeat-x 0px -210px; }
 /*–Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav–*/
 
ul#topnav li span {
 float: left;
 padding: 0px 0px;
 position: absolute;
 left: 0; top:45px;
 display: none; /*–Hide by default–*/
 width: 990px;
 background: #000;
 color: #fff;
 font-size: 12px;
 font-weight:normal;
 }
 ul#topnav li:hover span { display: block;} /*–Show subnav on hover–*/
 ul#topnav li span a { display: inline; } /*–Since we declared a link style on the parent list link, we will correct it back to its original state–*/
 ul#topnav li span a:hover {color:#FF0066;}







/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Basic jQuery Slider essential styles
* ------------------------------------------------------------------------------------------------------------------------------------
**/

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


#container{
	max-width:670px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom:30px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:5px;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.5); color:#FFF;
}




/**
* ------------------------------------------------------------------------------------------------------------------------------------
* BodyPart CSS
* ------------------------------------------------------------------------------------------------------------------------------------
**/

/*--the ftd logo and search bar--*/

#top_logo	{height:120px; width:990px; margin:0px auto 0px auto; background:url(http://www.fashiontrenddigest.com/images/ftd_sprites.jpg) no-repeat 0px 30px #FFF; padding:0px 3px 0px 8px; position:relative;}

/*--foot--*/

#layout_foot	{font:12px/20px; margin:15px auto 5px auto; position:relative; top:10px; width: 995px;height:0px;}
#layout_foot_hr	{font:12px/20px Arial,Helvetica,sans-serif; color: #999999; width: 995px; height: 20px; float:left;}

/*--advertisement on top--*/

#ad_top		{width:995px; height:120px; text-align:center; margin:5px auto;}

/*--the layout normal--*/

.layout_body	{background-color:#FFF; height:auto;}
.center		{width:995px; height:auto; margin:15px auto 30px auto; padding:0px 3px 10px 8px;}
.center_top	{width:995px; height:auto; margin:0px auto; padding:0px 3px 0px 8px;}
.right		{text-align:right;float:right;}
.margin_b	{margin-bottom:10px;}
.margin_t	{margin-top:10px;}
.margin_left5	{margin-left:5px;}
.padding_t&b	{padding:20 0;}
.padding_tb	{padding:20px 0;}
.padding_tb10	{padding:10px 0;}
.margin_t&b	{margin:20 0;}
.margin_t&b_a	{margin:20 auto;}
.margin_tb	{margin:20px 0;}
.margin_tb10	{margin:10px 0;}
.Padding_b	{padding-bottom:10px;}
.h25		{height:20px;line-height:20px;}
.h40		{height:40px;}
.h500		{height:650px;}
.h350		{height:410px;}
.h250		{height:250px;}
.h150		{height:150px;}
.w330		{width:330px; float:left;}
.w100%		{width:100%;}
.w100pt		{width:100%;}

.bg_login,.bg_login a{background:#000; font-size:11px; color:#DDD;}
.bg_part2	{background:#000; height:auto;}
.bg_EEE		{background:#EEE;}
.bg_333		{background:#333;}
.bg_gray	{background-color:#666;}

.line_b1	{border-bottom:#999 solid 1px;width:300px;}
.line_b2	{border-bottom:#222 dashed 1px;width:300px;}
.line_b3	{border-bottom:#333 dashed 1px;border-top:#333 dashed 1px;width:300px;}

.text_r		{text-align:right;}

.f_10		{font-size:10px;}
.f_12		{font-size:12px;}
.f_ccc		{color:#CCC;}
.f_EEE_12b	{font-size:12px;font-weight:bold; color: #EEE ;}
.f_pink_14b	{font-size:14px;font-weight:bold; color: #FF0066 ;}

.L_pink a	{color: #FF0066;text-decoration: none;}
.L_pink a:hover	{color: #999;}

.L_EEE a	{color: #EEE; }
.L_EEE a:hover	{color: #999; }


.L_000 a	{color: #000;}
.L_000 a:hover	{color: #999; text-decoration: underline;}



/*--FONT--*/

.F_12dark_18	{font:12px/18px; color: #333;}
.F_12gray_18	{font:12px/18px; color: #999;}
.F_12gray_20	{font:12px/20px; color: #666;}
.F_16dark_18	{font-family:"微软雅黑",Arial; font-size:16px; line-height: 22px; font-weight:bold; color: #333;}
.F_25dark_30	{font-family:"微软雅黑",Arial; font-size:25px; line-height: 30px; font-weight:bold; color: #333;}
.F_14dark_18	{font-family:"微软雅黑",Arial; font-size:14px; line-height: 20px; font-weight:bold; color: #333;}
.F_11dark_18	{font:11px/18px; color: #333;}
.F_11pink_18	{font:11px/18px; color: #FF0066;}
.F_11gray_18	{font:11px/18px; color: #999;}
.F_11white_18	{font-size: 11px;color: #FFF;font-weight: bold;}
.F_10dark_18	{font:10px/18px; color: #333;}

/*--FONT With LINK--*/

.L_12dark a			{font:12px/20px; color: #333; text-decoration:underline;}
.L_12dark a:hover		{color: #FF0066;}

.L_11dark a			{font:11px/18px; color: #999; text-decoration:underline;}
.L_11dark a:hover		{color: #FF0066;}

.L_11bk a			{font:11px/20px; color: #333; text-decoration:none;}
.L_11bk a:hover			{color: #FF0066;}

.L_11pink a			{font-size:10px; line-height:16px;font-family:Arial,"微软雅黑"; color: #FF0066; text-decoration:underline;}
.L_11pink a:hover		{color: #999999;}

.L_12white a			{font-size:12px; color: #999; text-decoration:underline;}
.L_12white a:hover		{color: #FF0066;}

.L_12dark_block a		{font-size: 12px;color: #333;border-bottom: 1px dashed #999;text-decoration: none;display: block;}
.L_12dark_block a:hover		{color: #FFFFFF;background-color: #FF0066;}

.L_11dark_block a		{font-size: 11px;color: #333;border-bottom: 1px dashed #999;text-decoration: none;display:list-item;line-height: 20px;margin: 0px;padding: 0px;}
.L_11dark_block a:hover		{color: #FFFFFF;background-color: #FF0066;display: block;}


/*----------------
left of the layout*/

#layout_left		{float:left; height:auto; width:690px;background-color: #FFF;}

/*----------------
right of the layout*/

#layout_right		{float:right;height:auto; width:305px;background-color: #FFF;}

/*----------------
main of the layout*/

#layout_Main		{text-align:left; height:auto; width:670px; float:left; margin:0px;background-color:#FFFFFF; }
#pink_link a		{color:#FF0066;}
#layout_Main_top	{text-align:left; height:100%; width:503px; float:right; margin:0px 0px 10px 10px; padding:0px 0px 10px 0px;}

/*----------------
main of the layout (grade2)*/


.layout_Main_Article			{text-align:left;height:auto;width:650px;background-color:#F0F0F0;border:solid #CCC 1px;
					float:left;padding:0px 10px 0px 10px; margin-right:0px;}

#layout_Main_Article			{text-align:left;height:auto;width:648px;background-color:#FFFFFF;border-right:dotted #CCC 1px;
					float:left;padding:10px; margin-right:0px;}

#layout_Main_thumb			{text-align:left;height:auto;width:670px;background-color:#F0F0F0;border:solid #CCC 1px;
					float:left;padding:0px; margin-right:0px;}

#layout_Main_ArticleFoot		{text-align:right;width:650px;float:left;font-size:18px;line-height:50px;font-weight:bold;color:#000;display:block;}
#layout_Main_ArticleFoot a		{color: #FF0066;display:block;}
#layout_Main_ArticleFoot a:hover	{color: #000;}



/*--more & back 70%--*/

#layout_Main_ArticleFoot_half_70		{text-align:right; width:550px; float:left; font:18px/50px bold Arial, Helvetica, sans-serif; color:#000; display:block;}
#layout_Main_ArticleFoot_half_70 a		{color: #000; display:block;}
#layout_Main_ArticleFoot_half_70 a:hover	{color: #FF0066;}

/*--more & back 30%--*/

#layout_Main_ArticleFoot_half_30		{text-align:right; width:100px; float:left; font:18px/50px bold Arial, Helvetica, sans-serif; color:#000; display:block;}
#layout_Main_ArticleFoot_half_30 a		{color: #FF0066; display:block;}
#layout_Main_ArticleFoot_half_30 a:hover	{color: #000;}

/*--main of the layout W500PX  for example"about us"--*/

.div_w655_article		{text-align:left; width:655px; float:left; font:14px/20px Arial, Helvetica, sans-serif; color:#666;}
.div_w655_article a		{color: #FF0066;}
.div_w655_article a:hover	{color:#666;}

/*--BBS & viewspot--*/

#div_bbs		{text-align:left; width:220px; float:left; font:12px/20px; color:#666; padding:0px; margin:0px; border:#CCC solid 1px;}
#div_viewspot		{text-align: left; width:276px; height:241px; float:left; font:12px/20px; color:#666; background-color:#F0F0F0; margin-left:5px; }
.div_viewspot ul	{margin-left:0px;}
#div_moreview		{text-align:right; width:264px; height:25px; float:left; color:#666; 
			background-color:#F0F0F0; border:solid #CCCCCC 1px; margin:0px 0px 0px 0px; padding:5px 10px 5px 0px;}

/*--main of the layout W500PX--*/


.article_box1			{width: 222px;text-align: left;float: left; margin-top:10px;}
.article_box2			{width: 222px;text-align: left;float: left; padding:10px 3px 0px 3px; }
.article_box3			{width: 222px;text-align: left;float: left; margin-top:10px;}


.article_area			{width: 670px;text-align: left;float: left; margin:10px 0px 20px 0px; border-bottom:solid #000 3px;}


.article_channel		{width: 220px;border-bottom:solid #CCC 2px; margin-bottom:5px; float: left;font-size:14px; font-weight:bold; color:#000;position:relative;font-family:Arial,"微软雅黑","宋体";}
.article_channel span		{position:absolute; top:0px; right:0px;}
.article_channel span a		{color:#FF0066;}
.article_channel span a:hover	{color:#000;background-color:#FFF;}

.article_large			{width: 220px; height:auto; margin-right:3px; overflow:hidden; float: left; margin-bottom:20px;}
.article_block_l		{width: 220px; height:240px; overflow:hidden; float: left;}
.article_img_l 			{width: 218px; height:178px; overflow:hidden; float:left; margin-bottom:5px; padding:0px; border:1px solid #999;}

.article_l		{width: 680px; height:240px; float: left;}


.article_block_thumb		{width: 217px; height:220px; overflow:hidden; float: left; margin:5px 0px 0px 5px;}
.article_img_thumb 		{width: 215px; height:178px; overflow:hidden; float:left; margin-bottom:5px; padding:0px; border:1px solid #999;}

.article_block_lst		{width: 650px; height:100px; overflow:hidden; float: left; margin:5px 0px 5px 5px; border-bottom:1px dashed #999;}
.article_img_lst 		{width: 103px; height:84px; overflow:hidden; float:left; margin-right:10px; padding:0px; border:1px solid #999;}
.article_img_lst img		{width: 105px;}

.right_block_lst		{width: 288px; height:40px; overflow:hidden; float: left; margin:0px;padding:5px; border-bottom:1px solid #EEE;}

.right_img_lst 			{width: 48px; height:40px; overflow:hidden; float:left; margin-right:10px; padding:0px; border:1px solid #999;}
.right_img_lst img		{width: 50px;}

.right_block_thumb		{width: 140px; height:180px; overflow:hidden; float: left; margin:5px 0px 0px 0px;padding:0px 2px 0px 5px; border-bottom:1px dashed #999;}
.right_img_thumb 		{width: 138px; height:112px; overflow:hidden; float:left; margin-right:10px; padding:0px; border:1px solid #999;}
.right_img_thumb img		{width: 140px;}

.right_block_show		{width: 95px; height:220px; overflow:hidden; float:left; margin:2px 2px 10px 2px;padding:0px; display:inline;}
.right_img_show 		{width: 93px; height:140px; overflow:hidden; float:left; margin:0px; padding:0px; border:1px solid #999;}
.right_img_show img		{width: 95px;}

.article_block_s		{width: 107px; height:180px; overflow:hidden; float: left; margin-right:4px; }
.article_img_s 			{width: 105px; height:84px; overflow:hidden; float:left; margin-bottom:5px; padding:0px; border:1px solid #999;}


.article_Title			{font-size:11px;line-height:16px;color:#999;font-family:Arial;}
.article_Title a		{font-family:"微软雅黑",Arial,"宋体";}
.article_Title ul		{list-style-type:none;margin:5px 0px;}
.article_Title li		{font-size:14px;line-height:14px; font-weight:bold;}
.article_Title li a		{color:#000; text-decoration:none; text-align:left; }
.article_Title li a:hover	{color: #FFF; background-color:#000;}


.article_Title_lb		{font-size:11px;line-height:16px;color:#999;font-family:Arial; height:80px; over-flow:hidden;}
.article_Title_lb a		{font-family:"微软雅黑",Arial,"宋体";}
.article_Title_lb ul		{list-style-type:none;margin:5px 0px;}
.article_Title_lb li		{font-size:14px;line-height:14px; font-weight:bold;}
.article_Title_lb li a		{color:#000; text-decoration:none; text-align:left; }
.article_Title_lb li a:hover	{color: #FFF; background-color:#000;}

.article_Title_l		{font-size:10px;line-height:16px;color:#999;margin:0px;padding:0px; }
.article_Title_l p		{font-size:11px;line-height:13px;color:#333;}
.article_Title_l ul		{list-style-type:none;margin:15px 0px;}
.article_Title_l li		{font-size:16px;line-height:16px;font-weight:bold;}
.article_Title_l li a,.article_Title_l a		{text-decoration:none; text-align:left; }
.article_Title_l li a:hover,.article_Title_l a:hover	{color:#FFF; background-color:#000; }

.right_Title_l			{font-size:10px;line-height:16px;float:left;}
.right_Title_l p		{font-size:11px;line-height:13px;color:#333;}
.right_Title_l ul		{list-style-type:none;margin:5px 0px; color:#000;}
.right_Title_l li		{font-size:12px;line-height:14px;}
.right_Title_l li a			{text-decoration:none; text-align:left;  color:#000;}
.right_Title_l a			{text-decoration:none; text-align:left;  color:#FF0066;}
.right_Title_l li a:hover,.right_Title_l a:hover	{color:#FFF; background-color:#000;}


.right_Title_lst		{color:#999; margin:10px 5px;}
.right_Title_lst li		{font-size:12px;line-height:18px;list-style:inside;}
.right_Title_lst li a		{color:#333; text-decoration:none; text-align:left; }
.right_Title_lst li a:hover	{color:#FFF; background-color:#000;}


.right_logo_lst			{margin:0px;}
.right_logo_lst li		{list-style:none;float:left;display:block; height:47px; overflow:hidden;}
.right_logo_lst li img		{width:98px; }

.div_w655			{text-align: left; width: 648px; float: left; font-size: 12px; line-height: 20px; color: #666; }


.div_w655_t			{text-align: left; width: 655px; float: left; line-height: 25px; height:25px; margin:10px 0; background-color:#DDD; }

.div_w655 ul			{margin-left:0px;}
.div_back2list			{text-align: left; width: 655px; float: left; font-size:18px; line-height:30px; color: #666;  margin:20px 0;}
.div_w655_30			{text-align: left; width: 655px; float: left; font-size:12px; line-height:30px; color: #666; display:block; }
.div_w655_20			{text-align: left; width: 655px; float: left; font-size:12px; line-height:20px; display:block; }
.div_w655_10			{text-align: left; width: 655px; float: left; font-size:12px; line-height:10px; color: #000; display:block; }

/*-----------------------------------------------Title of the channel*/

.div_tag		{text-align:left;height:auto;width:648px;background-color:#000;border:solid #000 1px;
					float:left;padding:5px 10px; margin-right:0px; font-size:12px; color:#666;}

.div_tag_s		{text-align:left;height:auto;width:650px;background-color:#EEE;border:solid #CCC 1px;
					float:left;padding:5px 10px; margin-right:0px; font-size:12px; color:#666;}
.div_channel		{text-align: left; width: 50%;height:45px; float: left; font:26px/45px "微软雅黑",Arial,"宋体"; color:#FFF; }
.div_channel_sl		{text-align: left; width: 50%;height:45px; float: left; font:18px/45px "微软雅黑",Arial,"宋体"; color:#FFF; font-weight:bold;}
.div_w655_channel		{text-align: left; width: 655px; float: left; font:18px/30px "微软雅黑",Arial,"宋体"; color:#333;}
.div_w655_channel a		{text-align: left; font:18px/30px "微软雅黑",Arial,"宋体"; color:#333;}
.div_w655_channel a:hover	{color:#FF0066;}

/*-----------------------------------------------bar pink*/
.div_w655_title_pink		{text-align:left; width:655px; height:30px; float:left; font-size:14px;line-height:30px;font-weight: bold; color: #FFF;
				background:#333; margin:5px 0px 5px 0px;}

/*--------------------------------------------bar gray*/

.div_w655_title			{text-align:left; width:655px; height:30px; float:left; font-size:14px;line-height:30px;font-weight: bold; color: #333; 
				background:#DDD; margin:5px 0px 5px 0px;}


/*--------------------------------------------Newsletter*/

#layout_Newsletter	{text-align:center; height:110px; width:300px; float:left; background-color:#EFEFEF;}

/*--------------------------------------------HotTopics*/

#layout_HotTopics	{height: 90px; width: 300px; float: left; margin-bottom: 5px; }
#layout_HotTopics ul	{margin-left:15px;}

/*-----------------------------------------------right*/

.div_righ_tt			{text-align: left;width: 298px;float: left;font-size:15px; color:#333;font-family:"微软雅黑","宋体",Arial; font-weight:bold; border-bottom:1px dashed #CCC;}
.div_w300			{text-align: left;width: 298px;float: left;font-size:11px; color:#666;font-family:"微软雅黑","宋体",Arial;}
#div_bbs_list			{text-align: left;width: 400px;float: left;margin:30px 15px 0px 0px;}
#div_bbs_list ul		{list-style-type:none;}
#div_bbs_list li a		{color:#FFF;font-size:12px;line-height:30px; display:block; width:400px; height:30px; border-bottom:1px solid #333; }
#div_bbs_list li a:hover	{color:#000; background:#FF0066; }


#div_voice		{text-align: left;width: 250px;float: left; left;margin:10px 20px 0px 0px;}
.div_w250		{text-align: left;width: 250px;float: left; font-size:14px; color:#FF0066;font-family:"微软雅黑","宋体",Arial; }
.div_w400		{text-align: left;width: 400px;float: left; font-size:14px; color:#FF0066;font-family:"微软雅黑","宋体",Arial; }


.div_author		{text-align: left;width: 300px;float: left; font-size:14px; color:#FF0066;font-family:"微软雅黑","宋体",Arial; }

#div_author_list		{text-align: left;width: 300px;float: left;margin:0px 0px 0px 0px;}
#div_author_list ul		{list-style-type:none;}
#div_author_list li 		{text-align:left; font-size:12px; line-height:14px; float:left; margin:5px 10px 5px 10px; width:auto; height:30px; color:#CCC;}
#div_author_list li a		{color:#333;}
#div_author_list li img		{display:block; width:50px; border:1px solid #222; float:left;}


.div_w300_box		{border:#CCCCCC solid 1px;padding:5px;margin-bottom:5px;}
.div_w300 ul		{margin-left:0px;}
.div_w300 a		{margin-left:0px;font-size: 11px;line-height: 18px;color: #666;text-decoration: underline;}
.div_w300 a:hover	{color: #FF0066;text-decoration: none;}

.index300_lst		{border:#CCC solid 1px;padding:0px;margin:0px 0px 5px 0px; width:298px; float:left;}
.index300_lst_tt	{padding:0px;margin:0px; width:298px; height:30px; line-height:30px;font-size:14px; background:#DDD; float:left; color:#333;}
.index300_lst_tt table	{text-indent:10px;}

.div300_lst		{padding:0px;margin:5px 0px; width:300px; float:left;}
.div300_lst_tt		{padding:10px 0px; margin:10px 0px;  width:300px; height:25px;font-size:15px; font-weight:bold; border-bottom:1px dashed #ccc; float:left;text-indent:5px; color:#111;}
.div300_lst_tt table	{text-indent:10px;}

/*-----------------------------------------------right_title*/

.div_w300_h25		{text-align: left; width: 288px; float: left; margin-bottom:5px; font:11px/25px bold; color:#FFF; background-color:#CCC;}
.div_w300_h25_1		{text-align: left; width: 300px; float: left; margin-bottom:5px; font:11px/25px bold; color:#FFF; background-color:#CCC;}

/*--------------------------------------------right_title(pink)*/

.div_w300_h25_pink	{text-align: left; width: 288px; float: left; margin-bottom:5px; font:11px/25px bold; color:#FFF; background-color:#FF0066;}
.div_w300_h25_pink_1	{text-align: left; width: 300px; float: left; margin-bottom:5px; font:11px/25px bold; color:#FFF; background-color:#FF0066;}

/*--------------------------------------------right_ad*/

.div_w300_ad		{width:300px; float:left; margin:15px 0px; }
.div_w300_adtop		{width:300px; float:left; margin:0px 0px 15px 0px; }
.div_w300_MyGoogle	{width:300px; float:left; margin-top:10px; margin-bottom:5px;}


/*--------------------------------------------RSS*/

#RSS			{background:url(http://www.fashiontrenddigest.com/images/2011/ftd_ui.jpg) no-repeat 0px -65px; display:block;
			width:25px; height: 25px; line-height: 25px; vertical-align: middle; }




/*--------------------------------------------LINK*/



#links			{font-size:12px; line-height:25px; color: #CCC; width: 998px; text-align: center; float:left; }
#links ul		{list-style-type:none; width:960px;}
#links li		{width:120px; float:left;}
#links li a		{font-size:11px; color:#CCC; text-decoration:none; text-align:left; float:left; margin-right:5px; display:block; }
#links li a:hover	{color:#000; background:#FF0066;text-align: center;}

/*-----------------------------------------------------copyrights*/

#copyrights		{font-family:"微软雅黑",Arial,"宋体"; font-size:14px; line-height:28px; color:#DDD; width:998px;  float:left; text-align:left;}
#copyrights a		{font-size:14px; color:#FFF; text-decoration:none; }
#copyrights a:hover	{color:#FF0066;}
#copyrights span	{font-size:16px;}

/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Styles for index spot news
* ------------------------------------------------------------------------------------------------------------------------------------
**/

.featureImg2, 
.featureImg3, 
.featureImg4, 
.featureImg5 {display:none; }

#featureImgWrap			{width:452px; height:291px; float:left; display:inline; margin:0; padding:0; overflow:hidden; position:relative; }
.featureArticleImg		{position:relative; }

a.featureVideoImg img		{height:291px; margin:0 0 0 -21px; }
a.featureArticleImg img		{width:452px; height:291px; }
a.featureGalleryImg img		{max-width:452px; max-height:291px; }

.featureNavOn					{color:#FF0066; background-color:#f3f3f3; text-decoration:none;border-left:3px solid #FF0066;width:220px; display:block;} 
ul#featureNav					{width:220px; height:auto; float:left; display:inline; margin:0; padding:0; overflow:hidden; 
						border-top:1px solid #CCC; list-style-type:none; position:relative; }

ul#featureNav li				{height:58px; width:220px; overflow:hidden; position:relative; margin:0; padding:0; float:left; display:inline; clear:left; }

ul#featureNav li h2				{margin:0; padding:0; float:left; clear:left; position:relative; color:#666; font-size:12px; line-height:14px;}
ul#featureNav li p				{color:#999; font:9px/8px normal; position:absolute; z-index:12; left:13px; bottom:6px; padding:0; margin:0;}
ul#featureNav li p.sectionName			{left:120px; border-left:1px solid #ccc; padding:0 0 0 5px; font-size:9px; }

ul#featureNav li h2 a.featureNavLink 		{height:57px; width:210px; float:left; display:inline; line-height:57px; z-index:0; margin:0; 
						font-weight:normal;font-size:12px; padding:0px 10px 0px 10px; border-bottom:1px solid #DDD; 
						text-decoration: none; border-left:3px solid #333;}
ul#featureNav li h2 a.featureNavLink:hover	{color:#CCC; background-color:#000; border-left:3px solid #FF0066;}

.bgShade					{background-color:#EEE; display:block; }




/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Styles for digest  article
* ------------------------------------------------------------------------------------------------------------------------------------
**/



/*THE Article List*/

.Title				{font-size:10px; font-family:Arial; color:#333; margin:0px 5px 10px 0px;}
.Title ul			{list-style-type:none;padding-top: 10px;}
.Title li a			{font-size: 16px; line-height:20px; font-family:"微软雅黑";font-weight:bold;color: #222;text-decoration: none;text-align: left;vertical-align: middle;margin: 0px;}
.Title li a:hover		{color: #FF0066;}

.Title2013			{font-size:10px; font-family:Arial; color:#333; margin:0px 5px 10px 0px;}
.Title2013 ul			{list-style-type:none; margin-bottom: 10px;}
.Title2013 li a			{font-size: 18px; line-height:20px; font-family:"微软雅黑";font-weight:bold;color: #222;text-decoration: none;text-align: left; margin: 0px;}
.Title2013 li a:hover		{color: #FF0066;}

.Title_a			{font-size:10px; color:#333; float:left;height:auto;width:100%;}
.Title_a ul			{list-style-type:none;padding:10px 0;}
.Title_a li a			{font-size:32px; line-height:48px;font-family:"微软雅黑",Arial; font-weight:bold; color:#222;text-decoration: none;text-align: left;vertical-align: middle;margin:10px 0px;}
.Title_a li a:hover		{color:#FF0066;}
.Title_a a			{color:#333;}
.Title_a a:hover		{color:#FF0066;}


/*article with img*/

.article			{text-align:left; float:left; font-size:14px; line-height:24px; color:#333; margin:15px 5px 15px 0px; width:100%;}
.article a			{color: #FF0066;text-decoration: none;}
.article a:hover		{color:#999;}
.article ul			{margin-left:0px;}
.article img			{max-width:650px; text-align:center; border:1px solid #DDD;}
.article p img			{margin:5px auto 10px auto;}
.article strong			{font-size:12px;}

.article2013			{text-align:left; float:left; font-size: 12px;line-height: 20px; color:#333; margin:0px; padding:20px 10px; border-bottom:1px dashed #CCC;width:628px; }
.article2013 a			{color: #FF0066;text-decoration: none;}
.article2013 a:hover		{color:#999;}
.article2013 ul			{margin-left:0px;}
.article2013 img		{margin:5px 0px 10px 0px; max-width:650px;}

.article_foto			{text-align:left; float:left; font-size: 12px;line-height: 20px; color:#333; margin:15px 5px 0px 0px; width:100%; }
.article_foto a			{color: #FF0066;text-decoration: none;}
.article_foto a:hover		{color:#999;}
.article_foto ul		{margin-left:0px;}
.article_foto img		{margin:5px 0px 10px 0px;}


/*img*/

.PImg				{float: left;padding-right: 20px;}
.PImg_thumbs			{float: left;padding-bottom: 5px;}
.PImg_acticle			{width: 200px;}
.PImg_acticle_foot		{width: 200px;height:30px; font:12px/30px; color: #666;vertical-align: middle;}

/*content*/

.ArticleTltle_fn		{width: 430px; font-size: 12px;	color: #666;	float: right;}
.ArticleTltle_fn_SwapPage	{float: right; height: 30px; line-height: 30px; vertical-align: middle; margin-bottom: 5px;}

.ArticleTltle_fn a		{font-size: 11px; color: #FF0066;}
.ArticleTltle_fn a:hover	{color: #666;}

.ArticleTltle_fn ul		{list-style-type:none; padding-top: 10px; padding-bottom: 5px;}
.ArticleTltle_fn li a		{font: 16px/20px bold; color: #FF0066; text-decoration: none; text-align: left; vertical-align: middle; margin: 0px;}
.ArticleTltle_fn li a:hover	{color: #666; border-bottom: 1px dashed #666666;}


/*page foot*/

.foot				{font: 11px/25px; color: #FF0066;float:left;width: 655px;border-top: 1px dashed #999;border-bottom: 1px solid #999999;}
.foot ul			{list-style-type:none;}
.foot li			{float:left;margin-right: 15px;}
.foot li a			{font-size: 11px; color: #FF0066; text-decoration: none; text-align: left;}
.foot li a:hover		{color: #FFFFFF;background-color: #666;}


.foot2013			{font: 11px/25px; color: #FF0066;float:left; }
.foot2013 ul			{list-style-type:none;}
.foot2013 li			{float:left;margin-right: 15px;}
.foot2013 li a			{font-size: 11px; color: #FF0066; text-decoration: none; text-align: left;}
.foot2013 li a:hover		{color: #FFFFFF;background-color: #666;}

/*page foot which can swap*/

.ArticleFoot			{font-size: 14px; width: 655px; height:35px; margin:20px auto;}
.ArticleFoot a			{font-size: 14px;color:#FFF; background:#000; text-decoration: none; display:block; padding:0px 15px; margin:1px; height:35px;line-height:35px; float:left;}
.ArticleFoot span		{font-size: 14px;color:#FFF; background:#FF0066; text-decoration: none; display:block; padding:0px 15px; margin:1px; height:35px;line-height:35px; float:left;}
.ArticleFoot a:hover		{color: #FFF;background-color:#FF0066;}
.ArticleFoot a#current		{color: #FFF;background-color:#FF0066;}

/*----*/

.ArticleFoot_mini		{font: 20px/35px; color: #FF0066; float: right; width: 430px; margin-bottom:5px; border-top: 1px dashed #999; border-bottom: 1px solid #999;}
.ArticleFoot_mini a		{font-size: 20px;color: #FF0066;text-decoration: none;}
.ArticleFoot_mini a:hover	{color: #FFF;background-color: #333;}
.ArticleFoot_mini a#current	{color: #FFF;background-color: #333;}


/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Styles for LIST
* ------------------------------------------------------------------------------------------------------------------------------------
**/


/*FriendList*/

#FriendList_img			{margin: 0px;padding: 0px;background-color: #FFFFFF;}
#FriendList_img li		{float:left;}
#FriendList_img li a		{text-align:center; width:160px; display:list-item; vertical-align:middle; border-bottom:1px dashed #999;}
#FriendList_img li a:hover	{background-color: #FFF;}

#FriendList			{line-height:20px; width:160px; float:left; margin:0px; padding:0px; overflow:hidden;}
#FriendList li			{float:left;}
#FriendList li a		{font: normal 11px/20px Arial,MingLiU; color:#333333; border-bottom:1px dashed #999; display:block; width:160px; text-align:center;}
#FriendList li a:hover		{color: #FFF; background-color: #FF0066;}
#FriendList li a#current	{color: #FFF; background-color: #FF0066;}

#FriendList_total li		{height:20px; width:140px; margin:0px 5px; padding:0px; float:left; display:block; border-bottom: 1px dashed #999;}
#FriendList_total li a		{font: normal 11px/20px Arial,MingLiU; color:#333333; text-decoration:none; text-align:left;}
#FriendList_total li a:hover	{color:#FFF; background-color:#FF0066;}
#FriendList_total li a#current	{color:#FFF; background-color:#FF0066;}


/*VoicesList*/

#VoicesList			{width:300px; float:left; margin:0px; padding:0px; overflow:hidden;}

#VoicesList ul			{padding:0px; margin:0px;}
#VoicesList li			{margin:6px 0px 6px 0px; padding:0px 0px 6px 0px; color:#222; border-bottom:1px solid #DDD;}
#VoicesList li a		{font-size:12px;line-height:18px; color:#111; text-decoration:none; width:300px; text-align: left;}
#VoicesList li a:hover		{color:#FFF; background-color:#FF0066;}
#VoicesList li a#current	{color:#FFF; background-color:#FF0066;}

#VoicesList li span		{font-size:8px;line-height:12px;color:#FF0066;}

/*----------*/

#Voices_article			{line-height:20px; width:620px; float:left; margin:0px; overflow:hidden; padding-left: 10px;}
#Voices_article li		{font-size:22px; color:#666; margin:0px; padding:0px; vertical-align:middle;}
#Voices_article ul		{padding:0px; margin:0px;}
#Voices_article ol		{padding:0px; margin:0px;}
#Voices_article li a		{font:11px/20px Arial,MingLiU; color:#333; text-decoration:none; border-bottom:1px dashed #999; display:block; width:620px; text-align:left;}
#Voices_article li a:hover	{color:#FFF; background-color:#FF0066;}
#Voices_article li a#current	{color:#FFF; background-color:#FF0066;}



/*TopicList*/

#TopicList			{line-height:33px; width:300px; float:left; margin:10px 0px; padding-left:0px; overflow:hidden; }
#TopicList li			{margin:0px; padding:0px; font-size:11px; color:#111;display:block; border-top:1px dashed #DDD; }
#TopicList ul			{padding:0px; margin:0px;}
#TopicList li a			{font:12px "微软雅黑","宋体",Arial color:#333; line-height:33px; text-decoration:none;  width:300px; text-align: left;}
#TopicList li a:hover		{color:#FFF; background-color:#000;}
#TopicList li a#current		{color:#FF0066;font-weight:bold;}
#TopicList li a#current:hover{color:#FFF; background-color:#000;}

/*TagList*/

#TagList_img			{margin:0px; padding:0px; background-color:#E6E6E6;}
#TagList_img li			{float:left;}
#TagList_img li a		{text-align:center; width:160px; display:list-item; vertical-align:middle; border-bottom:1px dashed #999;}

#TagList			{line-height:20px; width:160px; float:left; margin:0px; padding:0px; overflow:hidden;}
#TagList li			{float:left;}
#TagList li a			{font:11px/20px Arial,MingLiU; color:#333; text-decoration:none; border-bottom:1px dashed #999; display:block; width:160px; text-align:center;}
#TagList li a:hover		{color:#FFF; background-color:#000;}
#TagList li a#current		{color:#FFF; background-color:#000;}


/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Styles for INPUT
* ------------------------------------------------------------------------------------------------------------------------------------
**/

.box_input		{background-color: #FFF; height:20px; width:250px; border:1px solid #CCC; font-size:14px; line-height:20px; color: #666;font-family:"微软雅黑",Arial;}

.box_input2016		{background-color: #EEE; height:30px; width:250px; border:1px solid #DDD; font-size:14px; line-height:20px; color: #333; font-family:"微软雅黑",Arial;}

.box_newsletter		{background-color: #FFF; height:18px; width:210px; border:1px dashed #CCC; font:12px/18px; color: #666; }
.box_loggin		{background-color: #FFF; height:18px; width:120px; border:1px dashed #CCC; font:12px/18px; color: #666; }
.box_submit		{background-color:#AAA; height:22px; width:90px; color:#FFF; font-size:12px;line-height:22px; border-style:none; font-family:"微软雅黑",Arial;}
.box_ok		{background-color:#333; height:22px; width:32px; color:#FFF; font-size:12px;line-height:22px; border-style:none; font-family:"微软雅黑",Arial;cursor:pointer;}
.box_submit_200		{background-color:#DBDBDB; height:32px; width:200px; color:#666; font:14px/32px; background-position:center; border-style:none;}
.box_LabelSearch	{background-color:#FFF; height:18px; width:400px; color:#666; font:12px/18px; border:1px solid #999; }
.box_SimpleSearch	{background-color:#FFF; height:18px; width:540px; color:#999; font:12px/18px; border:1px solid #999;font-family:"微软雅黑",Arial;}
.box_SimpleSearch_50pt	{background-color:#FFF; height:18px; width:250px; color:#999; font:12px/18px; border:1px solid #999;font-family:"微软雅黑",Arial;}
.box_Voices		{background-color:#FFF; height:150px; width:650px; color:#666; font:12px/18px; border:1px solid #999; }
.box_list		{background-color:#FFF; height:20px; width:150px; color:#FF0066; font:12px/20px; border:1px solid #999; }

/*input of new version*/

.input_search 		{background-color:#222; height:34px; width: 254px;
			font:12px/34px "微软雅黑",MingLiU; color: #999; padding:0px; margin:0px; border:0px solid #EEE;float:left;}
.input_newsletter	{background-color:#FFF; height:34px; width: 258px;
			font:12px/34px "微软雅黑",MingLiU; color: #111; padding:0px; margin:0px; border:1px solid #CCC;float:left;}		
.submit_search		{background-color:#000; height: 40px; width:40px;float:left; color: #FFF;font:12px/40px "微软雅黑" bold;
			padding: 0px; border:0px; cursor:pointer;}
.submit_newsletter	{background-color:#BBB; height: 36px; width:40px;float:left; color: #FFF;font:12px/40px "微软雅黑" bold;
			padding: 0px; border:0px; cursor:pointer;}
.submit_rss		{background:url(http://www.fashiontrenddigest.com/images/2011/ftd_ui.jpg) no-repeat 0px -65px; float:right;
			width:20px; height: 20px; vertical-align: middle; padding: 0px;margin:0px; border:0px; cursor:pointer; }

/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Styles for IMAGE LIST
* ------------------------------------------------------------------------------------------------------------------------------------
**/


#image_Thumbs div	{border:1px solid #999; float:left; width:90px; text-align:center; margin-right:3px; padding-top:2px; padding-bottom:3px; margin-bottom:6px;}

/*--IMAGE LIST for DIGEST--*/

#Digest_Thumbs div	{border:1px solid #999; float:left; width:95px; text-align:center; overflow:hidden; margin-right:3px; margin-bottom:6px;}
#Digest_Thumbs h2	{font-size:11px;line-height:14px; color:#222;letter-spacing:0px;}
/*--IMAGE LIST for FOTO--*/

#foto_Thumbs div	{border:1px solid #999; float:left; width:95px; text-align:center; overflow:hidden; margin-right:3px; margin-bottom:3px;}

/*--introduction--*/
/*h2			{font-size:10px; margin:0px; padding:0px;}*/


/**
* ------------------------------------------------------------------------------------------------------------------------------------
* Breadcrumb Styles
* ------------------------------------------------------------------------------------------------------------------------------------
**/

.breadCrumbHolder{margin:0px;}

.breadCrumb		{margin:0;padding:0; float:left; displayblock; height:21px; overflow:hidden;width: 658px; padding:5px;}
.breadCrumb ul		{margin:0;padding:0; height:21px; display:block;}
.breadCrumb ul li	{display: block;float: left;position: relative;height: 21px;overflow: hidden;line-height:21px;
			margin:0px 6px 0px 0;padding: 0px 10px 0px 0;font-size:12px;background: url(http://www.fashiontrenddigest.com/images/2011/chevron.gif) no-repeat 100% 0;}

.breadCrumb ul li div.chevronOverlay	{position: absolute;right:0;top:0;z-index:2;}
.breadCrumb ul li span			{display:block;overflow:hidden;}
.breadCrumb ul li a			{display:block;position:relative;height: 21px;line-height: 21px;overflow: hidden;float: left;}
.breadCrumb ul li a:hover	{color:#FF0066;}
.breadCrumb ul li.first a		{height:16px !important;
					text-indent:-1000em;width:16px;padding:0;margin-top:2px;overflow:hidden;background:url(http://www.fashiontrenddigest.com//images/2011/iconHome.gif) no-repeat 0 0;}
.breadCrumb ul li.first a:hover		{background-position:0 -16px;}
.breadCrumb ul li.last			{background:none;margin-right:0;padding-right:0;}
.chevronOverlay				{display:none;	background:url(../images/2011/chevronOverlay.png) no-repeat 100% 0;	width:13px; height:20px;}



/*--main of the layout W500PX--*/

.article_channel_1		{font:15px; line-height:25px;font-weight:bold; color:#000; float: left; padding:10px 0px 10px 0px; width:100%; height:25px;}	
.article_box			{width: 660px;height:300px;text-align: left;float: left; }
.article_box_s	{width: 660px;height:230px;text-align: left;float: left; }
.pic_box 		{width: 660px;height:350px;text-align: left;float: left; }
.pic_box_s_1			{width: 670px; height:auto;text-align: left;float: left; margin-bottom:15px; border-bottom:dashed #CCC 1px; padding-bottom:15px;}


.season_block li					{float:left; list-style:none;}
.season_block li a					{color:#333;text-decoration:none;background-color:#EEE;display:block;margin:1px;text-align:center; width:108px; height:50px; line-height:50px;}
.season_block li a:hover				{color: #FFF;background-color:#FF9900;}


.pic_show_block		{width: 164px; height:350px; overflow:hidden; float: left; margin-right:1px; }
.pic_show_img		{width: 164px; height:244px; float:left;overflow:hidden; margin-bottom:5px;}

.show_block		{width: 102px; height:auto;  float: left; margin-right:8px; }
.show_img		{width: 100px; height:150px; float:left; border:1px solid #CCC;margin-bottom:5px;overflow:hidden;}


.pic_ad_block		{width: 80px; height:180px;  float: left; margin-right:2px; }
.pic_ad_img			{width: 78px; height:80px; float:left; border:1px solid #CCC;margin-bottom:5px;overflow:hidden;}


.pic_dpk_block {width: 160px; height:auto;  float: left; margin-right:5px; }
.pic_dpk_img {width: 156px; height:156px; text-align:center; float:left; border:1px solid #CCC;margin-bottom:5px; overflow:hidden;}


/**--.pic_dpk_img img {max-width:100%; 
max-height:100%; 
_width:expression(this.width>90%&&this.width>this.height?90%:auto); 
_height:expresion(this.height>90%?90%:auto); margin-top:3px;}--*/

.article_block_b		{width: 660px; float: left; border:1px solid #DDD; }
.article_block			{width: 660px; float: left; border:1px solid #DDD; }
.article_img_b 			{width: 600px; overflow:hidden; margin: 0px auto;}
.article_img 			{width: 200px; margin: 10px 10px 10px 0px;float: left;}
.article_Title_b			{font:20px/22px Arial,MingLiU; color:#000; height:45px; margin:15px 0px;text-align:center;}

.article_Title_b span		{font:10px/10px Arial,MingLiU; color:#666;}
.article_describe_b			{color:#333; width: 600px;margin: 10px auto;text-align:left;}
.article_describe			{color:#333; width: 640px;margin: 10px auto;text-align:left;}

/*thumb*/
.brand_thumb							{width:150px; height:150px; overflow:hidden; border:1px solid #EEE;}
.brand_thumb_block,.brand_article_block {width:660px; height:auto; margin-top:20px;margin-bottom:30px;}
.brand_block_half						{width:330px; margin-top:10px; float:left;}
.brand_block_tt							{font-size:16px;}
	
.product_thumb_big						{width:660px; height:390px; margin-top:10px; border:1px solid #DDD;}


/*thumb_swap info*/

h3{ margin: 5px 5px 0 10px; color:#666; font-size:12px; letter-spacing:-1px; }
h2{ color:#CCC; font-size:20px;line-height:28px;letter-spacing:-1px; }
			
.boxgrid							{ width: 130px; height:65px; float:left; text-align:center;
										background:#FFF url(http://www.fashiontrenddigest.com/images/brand_logo/logo_cn_bg.gif) no-repeat; overflow: hidden; position: relative;margin:0px; }
.boxgrid img						{ position: absolute; top: 0px; left: 0px;  border: 0px; }
.boxgrid p							{ color:#EEE; font-size:16px; font-family:"微软雅黑"; margin-top:20px;}
.boxgrid p a						{ color:#000;}

.boxgrid_b							{ width: 680px; height: 390px; float:left; text-align:left;overflow: hidden; position: relative;margin:0px; }
.boxgrid_b img						{ position: absolute; top: 0px; left: 0px;  border: 0px; }
.boxgrid_b p						{ color:#EEE; font-size:12px; font-family:"微软雅黑"; line-height:18px;}
.boxgrid_b p a						{ color:#FFFFFF;}

.boxcaption							{
									float: left; 
									padding:10px;
									position: absolute; 
									background: #000; 
									height: 90px; 
									width: 640px; 
									opacity: .8; 
									/* For IE 5-7 */
									filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
									/* For IE 8 */
									-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
									
.captionfull .boxcaption			{
	top: 298px;
	left: 0px;
}



.float_ad_top {width:1005px; height:180px; position:absolute; z-index:1000px; bottom:90px; left:0px; }

.float_ad_left {position:absolute; z-index:1000px; top:-180px; right:995px; }

.float_ad_right {position:absolute; z-index:1000px; top:-180px; left:995px; }






.jcarousel-skin-foto .jcarousel-container {background: #F0F0F0;}
.jcarousel-skin-foto .jcarousel-direction-rtl {direction:rtl;}
.jcarousel-skin-foto .jcarousel-container-horizontal {width:600px;padding:20px;}
.jcarousel-skin-foto .jcarousel-clip {overflow: hidden;}
.jcarousel-skin-foto .jcarousel-clip-horizontal {width:600px; height: 150px;}
.jcarousel-skin-foto .jcarousel-item a{
	width: 90px;
	height: 150px;
	overflow:hidden;
}
.jcarousel-skin-foto .jcarousel-item-horizontal {margin-left:5px; margin-right: 5px;}
.jcarousel-skin-foto .jcarousel-item-vertical {margin-bottom:10px;}
.jcarousel-skin-foto .jcarousel-item-placeholder {background: #fff;color: #000;}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-foto .jcarousel-next-horizontal {
    position: absolute;
    top: 75px;
    right: 0px;
    width: 15px;
    height: 31px;
    cursor: pointer;
    background: transparent url(http://www.fashiontrenddigest.com/images/2011/next-a.gif) no-repeat 0 0;
}



.jcarousel-skin-foto .jcarousel-next-disabled-horizontal{
    cursor: default;
    background: url(http://www.fashiontrenddigest.com/images/2011/next-disable.gif) no-repeat 0 0;
}

.jcarousel-skin-foto .jcarousel-prev-horizontal {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 15px;
    height: 31px;
    cursor: pointer;
    background: url(http://www.fashiontrenddigest.com/images/2011/pre-a.gif) no-repeat 0 0;
}


.jcarousel-skin-foto .jcarousel-prev-disabled-horizontal{
    cursor: default;
    background: url(http://www.fashiontrenddigest.com/images/2011/pre-disable.gif) no-repeat 0 0;
}

/*FTD_CSS of brand*/

.right_section			{width:288px; padding:5px ; float:left;}
.right_tt			{font-size:14px; line-height:18px; font-weight:bold; color:#FF0066; background: #EEE; height:18px; }
.right_serial_list_tt		{font-size:11px; line-height:16px; color:#666; border-top:1px solid #DDD;}

.right_serial_list_thumbs	{float:left; margin-right:5px; width:70px; height:auto; text-align:center; border:1px #999 solid;}
.right_serial_list_thumbs img	{max-width:70px; max-height:70px;}
.right_serial_list_tt a		{font-size:14px; font-family:Arial,"微软雅黑"; color:#000; line-height:14px;}
.right_serial_list_tt a:hover	{text-decoration:underline;}
.right_serial_list_tt p		{margin-bottom:5px}	



.netstore td { border:1px solid #CCC;font-size:11px;-webkit-text-size-adjust:none;}
.netstore img { margin-bottom:5px;}
.netstore {border-collapse:collapse;border-bottom:1px solid #000; border-top:5px solid #000;}





.author		{width:650px; height:220px; float:left; padding:10px; border:1px solid #CCC;}
.author img	{float:left; margin:0px 10px 10px 0px; border:1px solid #CCC; width:130px; overflow:hidden;}
.author_t	{float:left; width:500px;}
.author_t p		{float:left; font-size:16px; line-height:18px; font-weight:bold; margin-bottom:10px;margin-top:0px;}
.author_t p a		{color:#000;}
.author_t span		{float:left; font-size:12px; line-height:12px; margin-bottom:15px;margin-top:0px; color:#333;}
.author_t li		{float:left; font-size:12px; line-height:18px; width:500px; list-style:none;}




.boxname{width:100%; height:35px; color:#000; margin:10px auto 0px auto;}
		.boxname b{width:auto;height:32px; font-size:14px; line-height:32px; text-align:left; float:left;border-bottom: 3px solid #FF0066;}
		.boxname span{width:50px;height:35px; float:right; font-size:12px;line-height:35px; }
		.boxname h1{width:410px;height:35px; float:right; font-size:12px; font-weight:normal;line-height:35px; margin:0px;}
		.boxname h1 a{margin-left:20px;}
.box	{width:100%; height:auto; margin:0px auto 10px auto; padding:20px 0px 0px 0px; border-top:1px solid #CCC; background:url(http://www.fashiontrenddigest.com/images/ftd_sprites.jpg) repeat-x 0px -280px;}


div.topic	{width:330px; margin-right:5px; float:left; border-bottom:1px dashed #CCC; height:340px;}
.topic div.img 	{width:300px; margin:10px; border:1px solid #CCC; height:200px; float:left; overflow:hidden; text-align:center; }
.topic div.desc {width:300px; height:100px; padding:0px; margin:10px; font-size:12px; float:left;}
.topic div.desc b{font-size:16px; height:auto; display:block;}
.topic div.desc p{font-size:11px;margin:15px 0px 0px 0px;height:30px;}
.topic div.desc span{font-size:12px;height:20px;}



div.topic_mini	{width:329px; padding-right:5px; float:left; border-bottom:1px dashed #CCC; height:auto;}
.topic_mini div.img 	{width:120px; margin:10px; border:1px solid #CCC; height:90px; float:left; overflow:hidden; text-align:center; }
.topic_mini div.desc {width:160px; height:100px; padding:0px; margin:10px; font-size:12px; float:left;}
.topic_mini div.desc b{font-size:14px; height:auto; display:block;}
.topic_mini div.desc p{font-size:10px;height:auto; margin:10px 0px 0px 0px;}
.topic_mini div.desc span{font-size:11px; margin-top:10px;}


div.topic_nano	{width:300px; float:left; border-bottom:1px dashed #CCC; height:80px;}
.topic_nano div.img 	{width:90px; margin:5px; border:1px solid #CCC; height:60px; float:left; overflow:hidden; text-align:center; }
.topic_nano div.desc {width:185px; height:60px; padding:0px; margin:5px; font-size:12px; float:left;}
.topic_nano div.desc b{font-size:14px; height:40px; overflow:hidden; display:block; color:#000;}
.topic_nano div.desc p{font-size:10px;height:15px; margin:0px;}


div.article_list{width:310px;height:auto; padding:10px; margin-bottom:10px; border-bottom:1px dotted #333;}
div.article_list p{font-size:12px; line-height:20px;}
div.article_list b{font-size:16px; line-height:20px; font-weight:bold;}



*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{ width:49px; height:49px; background:url(http://www.fashiontrenddigest.com/images/2014/icon.png) no-repeat; position:fixed; right:50px; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-275px -247px; bottom:99px; _margin-bottom:99px;}
#code_hover{ background-position:-275px -247px; bottom:99px; _margin-bottom:99px;}
#gotop{ background-position:-275px -296px; bottom:50px; _margin-bottom:50px;} 

#code_img{ width:270px; height:355px; background:url(http://www.fashiontrenddigest.com/images/2014/icon.png) -4px -3px no-repeat; position:fixed; right:95px; bottom:40px; cursor:pointer; display:none; z-index:1000000;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;}