﻿/* 0 BASIC TAGS */
body
{
    /*background-color: white;   background-image: url(Images/Bg_Body.gif); 	background-repeat: repeat;*/
    background-color: White;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 160%;
    color: #666666;
    text-align: center;
    clear: both;
}


table
{
}

td
{
}

div
{
}

p
{
    padding: 0;
    text-align: justify;
    text-indent: 2em;
    margin: 0.6em 0 0.6em 0;
}


h1, h2, h3, h4, h5, h6
{
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0px;
}
h1
{
}

h2
{
    font-size: 18px;
    font-weight: bold;
}

h3
{
    font-size: 15px;
    font-weight: bold;
}
h4
{
    font-size: 13px;
    font-weight: bold;
}
h5
{
    font-size: 12px;
    font-weight: bold;
}
h6
{
    font-size: 12px;
}
hr
{
    border: 0;
    border-top: 1px dashed #cccccc;
    height: 1px;
}

a
{
    text-decoration: none;
    color: #226699; /*font-size: 13px; 	line-height: 160%;*/
}

a:visited
{
}

a:hover
{
    text-decoration: underline;
    color: #ff6600;
}

a:active
{
    font-weight: bolder;
}
.SelectedItem
{
    font-weight: bolder;
}



dl
{
    clear: both;
    margin-bottom: 5px;
    float: left;
}
dt, dd
{
    padding: 2px 5px;
    float: left;
    border: 1px solid #3366FF;
}
dd
{
    position: absolute;
    right: 5px;
}
ul
{
    margin: 0px 0px 0px 5px;
}
li
{
    margin: 0px;
}

img
{
    border-width: 0;
}


/* 以下已确认 */

/* 1 MasterHeader */

.header /*总的header容器*/
{
    /*background-image: url(Images/Bg_Header.gif);*/
    background-repeat: repeat-x;
    position: relative;
    text-align: center;
    width: 990px; /*background-color: #111111;*/
    margin-left: auto;
    margin-right: auto;
}

.header_1 /*Logoflash的header容器*/
{
    background-image: url(images/Bg_Header_Logo.gif);
    clear: both;
    position: relative;
    height: 80px;
    overflow: hidden;
}
.header_datalist /*Logoflash的header容器中右边的菜单datalist*/
{
    position: absolute;
    top: 57px;
    right: 10px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    visibility: visible;
}
.header_datalist_seqarator /*Logoflash的header容器中右边的菜单datalist的分隔间隔*/
{
    width: 2px;
    font-size: 12px;
}
.header_login /*Logoflash的header容器中右边的登录容器*/
{
    position: absolute;
    top: 30px;
    right: 10px;
}

/*首页的头部的图片链接 */
.header_logo /*网站Logo链接样式*/
{
    position: absolute;
    top: 11px;
    left: 9px;
    width: 143px;
    height: 63px;
}
.header_img01 /*第一组图片样式*/
{
    position: absolute;
    top: 15px;
    left: 238px;
}

.header_img02 /*第二组图片样式*/
{
    position: absolute;
    top: 15px;
    left: 326px;
}

.header_img03 /*第三组图片样式*/
{
    position: absolute;
    top: 15px;
    left: 415px;
}
.header_img04 /*第四组图片样式*/
{
    position: absolute;
    top: 15px;
    left: 503px;
}

.header_2 /*搜索条栏的header容器*/
{
    clear: both;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    padding: 4px 0 4px 0;
    background-image: url(images/Bg_Header01.gif);
    background-repeat: repeat;
}
.header_nav /*导航及搜索的header中的导航*/
{
    position: relative;
    float: left;
    left: 20px;
    top: 6px;
}
.header_searchbar /*导航及搜索的header中的搜索容器*/
{
    position: relative;
    float: right;
    right: 10px;
    top: 2px;
}

.header_button_logo /*暂未用到*/
{
    position: absolute;
    left: 2px;
    bottom: 5px;
    height: 55px;
}

.header_button_tel /*暂未用到*/
{
    position: absolute;
    right: 2px;
    top: 2px;
    height: 35px;
}

/* 1 MasterHeader 结束*/



/* 2 FOOTER  Master下面公司简介、诚征英才等的样式 */

.footer /*Footer总的容器*/
{
    /*background-image: url(images/Bg_Footer.gif);*/
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 990px;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
    clear: both;
}
.menub /*公司简介菜单*/
{
    margin: 8px auto 2px auto;
    text-transform: uppercase;
    font-size: 12px;
}

/* 2 FOOTER  结束 */



/* 3 PAGE 大多数页面都要用到的 */

.shim /*page上方的菜单容器*/
{
    clear: both;
    position: relative;
    background-color: #cccccc;
    background-image: url(images/Bg_Header03.gif);
    height: 24px;
    width: 965px;
    padding: 5px 0px 0px 25px;
    border: 1px solid #cccccc;
    text-align: left;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: auto;
}
.page /*页面最大的容器 所有页面内容都先套在这个容器内，估计不用修改*/
{
    clear: both;
    position: relative;
    text-align: left;
    width: 990px;
    top: 1px;
    margin-left: auto;
    margin-right: auto;
}
.paperpage /*纸张页*/
{
    background-image: url(images/Bg_Header04.gif);
    width: 90%;
    margin: auto;
}
.searchpage /*纸张页*/
{
    text-align: left;
    background-image: url(images/Bg_Header04.gif);
    width: 990px;
    margin: auto;
}
.pagewithside /*用于左右结构页面的大容器*/
{
    clear: both;
    position: relative;
    text-align: left;
    width: 990px;
    top: 1px;
    margin-left: auto;
    margin-right: auto;
    background-position: left top;
    background-image: url(images/Bg_PageWithSide.gif);
    background-repeat: repeat-y;
    overflow: hidden;
}
.sidebar /*大多左右结构页面左边的菜单容器*/
{
    float: left;
    position: relative;
    overflow: visible;
    width: 18%;
    padding: 5px; /*background-image: url(images/Bg_Header05.gif);*/
    margin-bottom: 10px;
    overflow: auto;
}
.content /*大多左右结构页面右边的内容容器*/
{
    float: right;
    position: relative; /*background-color: #e0e0e0; 	background-image: url(images/Bg_Header04.gif);*/
    min-height: 400px;
    padding: 1%;
    width: 78.5%;
    margin-bottom: 10px;
}

.NullData_Panel /*GridView,DataList等数据为空的样式*/
{
    text-align: center;
}
.AlertMessage /*警告信息*/
{
    color: #ff0033;
    font-size: 12px;
}
.Lab_Money /*价格样式*/
{
    font-weight: bold;
    color: #ff6600;
}
.lab_strong /*字体加粗*/
{
    font-weight: bold;
}
.page_center /*专门用来居中的*/
{
    text-align: center;
}
.Skin_SelectedMenuItem /*菜单Menu的静态的样式*/
{
    font-weight: bold;
    color: #ff6600;
    font-size: 13px;
    line-height: 160%;
}

.Skin_SelectedTreeNode /*树型控件TreeView的被选节点的样式*/
{
    font-weight: bold;
    line-height: 160%;
    color: #ff6600;
}

.skin_treeview_parentnode
{
    /* font-weight: bold; 	color: #ff6600;*/
}

.skin_treeview_rootnode
{
    /* font-weight: bold;*/
}

.skin_treeview /*菜单treeview控件的的样式 */
{
    line-height: 160%;
}

.Skin_DropDownList /*下拉框DropDownList控件的的样式 */
{
    border: thin solid #ececec;
    list-style-type: lower-roman;
    color: #666666;
    list-style-position: inside;
    scrollbar-highlight-color: AliceBlue;
}

/* 3 PAGE 结束 */



/* 4 主页*/
.Box
{
    overflow: hidden;
    float:left;
}
.Box_Left /*主页左面容器*/
{
    float: left;
    width: 640px;
}
.Box_Right /*主页右面容器*/
{
    float: right;
    width: 350px;
}

.Box_Small, .Box_Medium, .Box_Large, .Box_Small_Large /*主页Box共有属性*/
{
    float: left;
    margin-top: 3px;
    padding: 0px;
}

.Box_Small
{
    width: 190px;
    padding: 0px;
}
.Box_Medium /*主页Box_促销信息*/
{
    width: 346px;
    margin-left: 2px;
}
.Box_Large /*主页Box_大flash广告*/
{
    width: 440px;
    margin-left: 4px;
}
.Box_Small_Large /*主页Box_每日精选及精品廊共用*/
{
    text-align: center;
    width: 640px;
}
/*
.Box h1 /*主页Box_标题_最宽
{
    background-color: #00FFFF;
    padding: 0px;
}
.Box h2 /*主页Box_标题_最小
{
    background-color: #00FFFF;
    padding: 0px;
}*/
.Box h3 /*主页Box_标题*/
{
    background-image: url(images/Bg_Header02.gif);
    line-height: 26px;
    text-indent: 10px;
    border: 1px solid #cccccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    padding: 0px;
}
/*.Box p
{
    text-indent: 0px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}*/


/*.Box h6 /*主页Box_内容格式
{
    margin: 0px;
    padding: 0px;
    clip: rect(0px, 0px, 0px, 0px);
}*/
.box_content /*主页Box_商品目录、每日精选、精品廊内容容器*/
{
    border: 1px solid #cccccc;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 100%;
}

/* 主页商品目录的样式 */
.datalist_ps1 /*商品目录的整个数据列表样式*/
{
    width: 100%;
}
.datalist_ps1_item /*商品目录的数据列表单个项样式*/
{
    height: 21px;
    padding: 1px 0px 0px 5px;
}

/* 主页BOX设计的产品的样式 */
.DataList_ProductForBox /*为主页BOX设计的产品DataList控件样式*/
{
    position: relative;
    float: left;
    text-align: center;
    background-color: #eeeeee;
    padding: 0.4%;
}
.DataList_Item_ProductForBox /*为主页BOX设计的产品DataList控件各项的样式*/
{
    border: 1px solid #c1c1c1;
    float: left;
    text-align: center;
    width: 116px;
    height: 170px;
    background-color: #FFFFFF;
    margin: 2px;
}
.DataList_Item_Product_NameForBox /*为主页BOX设计的产品DataList控件各项中文字的样式*/
{
    cursor: hand;
    height: 2em;
}
.DataList_Item_Product_PhotoForBox /*为主页BOX设计的产品DataList控件各项中图片的样式*/
{
    width: 111px;
    height: 111px;
}

/* 文字与图列表的组合控件样式(首页促销信息和时尚资讯控件使用此样式)--结束*/
/* 控制左边文字列表div */
.box_content_list
{
    float: left;
    width: 50%;
    overflow: hidden;
}
.box_content_list_datalist
{
    position: relative;
    width: 150px;
}
.box_content_list ul
{
    text-overflow: ellipsis;
    text-indent: 0px;
    padding: 0px;
}
.box_content_list li
{
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    display: block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 控制右边图片div */
.box_content_img
{
    float: left;
}
.salespromotions_photo /*促销信息的图片样式*/
{
    width: 165px;
    height: 193px;
}

/* 图片列表Datalist样式(首页Herepop杂志控件使用此样式)--开始*/
.box_magazine_datalist /*列表的整个样式*/
{
    position: static;
    float: left;
    text-align: center;
    width: 98%;
    margin: auto;
    display: table;
    margin-bottom: 10px;
}
.box_magazine_datalist_item /*列表的单个项样式*/
{
    float: left;
    text-align: center;
    width: 23.6%;
    background-color: #FFFFFF;
    position: relative;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.box_magazine_datalist_item_img /*列表的单个项中图片的样式*/
{
    width: 98%;
}

/*图片列表Datalist样式(首页会员论坛控件使用此样式)--开始*/
.box_bbstype_datalist /*列表的整个样式*/
{
    position: relative;
    float: left;
    text-align: center;
    background-color: #eeeeee;
    width: 98%;
    margin: auto;
    display: table;
    margin-bottom: 10px;
}
.box_bbstype_datalist_item /*列表的单个项样式*/
{
    border: 1px solid #c1c1c1;
    float: left;
    text-align: center;
    width: 23.6%;
    height: 123px;
    background-color: #FFFFFF;
    margin: 10px 0px 10px 0.7%;
}
.box_bbstype_datalist_item_img /*列表的单个项中图片的样式*/
{
    width: 80px;
    height: 66px;
    margin-bottom: 12px;
}


/*首页中东方连锁控件使用样式--开始*/
.box_orichain_datalist /*列表的整个样式*/
{
    position: relative;
    float: left;
    text-align: center;
    background-color: #eeeeee;
    width: 98%;
    margin: auto;
    display: table;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.box_orichain_datalist_item /*列表的单个项样式*/
{
    border: 1px solid #c1c1c1;
    float: left;
    text-align: center;
    width: 108px;
    background-color: #FFFFFF;
    margin: 9px 1px 1px 1px;
    height: 135px;
}
.box_orichain_datalist_item_img /*列表的单个项中图片的样式*/
{
    width: 106px;
    height: 78px;
    margin-bottom: 15px;
}

/*主页结束*/



/* 5.1 Products 产品目录 */

.DataList_Brand_Side /*商品目录栏中的品牌datalist整体样式*/
{
    position: relative;
    text-align: left;
    margin-left: 1em;
}
.DataList_Item_Brand_Side /*商品目录栏中的品牌datalist的单个Item样式*/
{
    padding-left: 3em;
}

.sorttype /*排序方式及每页显示的容器*/
{
    float: left;
    border: 1px solid #FF0000 width: 180px;
    padding: 5px 5px 0px 5px;
    text-align: left;
}
.pagination /*分页控件的容器*/
{
    clear: both;
    float: right;
    padding: 5px 5px 0px 5px;
    text-align: right;
}

.DataList_Product /*产品DataList控件样式*/
{
    position: relative;
    float: left;
    text-align: center;
    background-color: #dfdfdf;
    padding: 0.5%;
    width: 99%;
    top: 0px;
    left: 0px;
}
.DataList_Item_Product /*产品DataList控件各项的样式*/
{
    border: 1px solid #c1c1c1;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 240px;
    height: 380px;
    background-color: #FFFFFF;
    margin: 0.8%;
}
.DataList_Item_Product_Name /*产品DataList控件各项中产品名称的样式*/
{
    cursor: hand;
    padding: 0px;
    margin-top: 2px;
    height: 4em;
}
.DataList_Item_Product_Photo /*产品DataList控件各项中图片的样式*/
{
    width: 238px;
    height: 238px;
}
/* 5.1 Products 结束 */


/* 5.2 ProductDetail 产品详情 */

.productdetails_side /*左边容器*/
{
    position: relative;
    float: left;
    width: 310px;
    text-align: center;
    padding-top: 20px;
}
.productdetails_content /*右边容器*/
{
    position: relative;
    float: right;
    text-align: left;
    padding-top: 1em;
    padding-left: 2em;
    width: 650px;
}

.productdetails_content_details /*右边容器里除标题外的细节部分*/
{
    padding-left: 10px;
    line-height: 24px;
}

.productdetails_mainphoto /*左边大图的样式*/
{
    width: 300px;
}
.textbox_productdesc /*商品描述内容控件*/
{
    border: 1px solid #dddddd;
    position: relative;
    left: 2em;
    height: 8em;
    width: 94%;
    overflow: auto;
}

.Details_title /*暂未用到*/
{
    text-align: center;
    vertical-align: middle;
}

/* 5.2 ProductDetail 结束 */



/* 6.1  Brands 品牌目录 */

.DataList_Brand /*品牌DataList控件样式*/
{
    position: relative;
    background-color: #dfdfdf;
    float: left;
    text-align: left;
    margin-left: 0.5%;
    padding: 0.5%;
    width: 97.5%;
}
.DataList_Item_Brand /*品牌DataList控件各项样式*/
{
    float: left;
    width: 10em;
    height: 3.7em;
    margin: 0.8%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

/* 6.1  Brands 结束 */



/* 6.2  Brand/Motif/SalesPromotion_Details 品牌，主题，促销展馆 */

/* .exhibition_title
{ /*展馆基本信息及相关产品标签的容器*/
/* float: left;
	padding-left: 10px;
} */

#searchkeytitle /*展馆标题*/
{
    text-align: center;
}
.exhibition_title_menu /*展馆基本信息及相关产品标签的整个菜单样式*/
{
    position: relative;
    height: 30px;
}

.exhibition_title_menu_item /*展馆基本信息及相关产品标签的菜单单个项样式*/
{
    background-color: #eeeeee;
    border: 1px solid #e1e1e1;
    padding: 4px 4px 4px 4px;
}

.exhibition_title_menu_selecteditem /*展馆基本信息及相关产品标签的菜单选定项样式*/
{
    background-color: #cccccc;
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
    color: #ff6600;
}

.exhibition_title_menu_hoveritem /*展馆基本信息及相关产品标签的菜单单个项鼠标悬挂时样式*/
{
    background-color: #cccccc;
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
    color: #ff6600;
}
.exhibition_content /*展馆基本信息内容的容器*/
{
    clear: both;
    float: left;
    padding: 10px 20px 10px 0px;
    border-top: 4px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 968px;
}

.exhibition_description /*展馆右边简介的容器*/
{
    position: relative;
    left: 10px;
}

.exhibition_image /*展馆左边图片的容器*/
{
    float: left;
    padding-left: 10px;
}




/* 6.2  Brand/Motif/SalesPromotion_Details 结束 */




/* 7  Motif/SalesPromotions 主题展馆、促销活动 */

.DataList_Searchkey /*主题、促销DataList控件样式*/
{
    position: relative;
    float: left;
    text-align: center;
    margin-left: 0.5%;
    background-color: #dfdfdf;
    padding: 0.5%;
    width: 98%;
}
.DataList_Item_Searchkey /*主题、促销DataList控件各项样式*/
{
    float: left;
    background-color: #FFFFFF;
    text-align: center;
    margin: 4px;
    border: 1px solid #cccccc;
    width: 288px;
    height: 340px;
    padding: 0px 10px 10px 10px;
}
.DataList_Item_Searchkey_Photo /*主题、促销DataList控件图片样式*/
{
    width: 285px;
    height: 190px;
}

/* 7  Motif/SalesPromotions 结束 */



/* 8 Shopping 我的购物车 */

.skin_gridview_shopping /*购物车商品列表的样式*/
{
    width: 85%;
}
.skin_gridview_shopping_headerstyle /*表头行的样式*/
{
    background-color: #e1ebf3;
    height: 26px;
}
.skin_gridview_shopping_rowstyle /*行的样式*/
{
    background-color: #ffffff;
    line-height: 180%;
}
.Skin_DetailsView_MakeOrder /*填写订单信息中的DetailView控件的样式*/
{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.MakeOrder_DetailsView /*填写订单信息中的所填信息的控件的布局*/
{
}
.MakeOrder_DetailsView_ItemTitle /*填写订单信息中的DetailView控件各项的标题的样式*/
{
    text-align: left;
    padding: 8px;
    background-color: #eeeeee;
}
.MakeOrder_DetailsView_ItemContent /*填写订单信息中的DetailView控件各项的内容的样式*/
{
    text-align: left;
    padding-left: 30px;
    line-height: 180%;
}
.MakeOrder_SettlementTitle /*填写订单信息页左下的商品金额标题的样式*/
{
    width: 12%;
    float: left;
    padding-left: 10px;
    text-align: right;
    line-height: 180%;
}
.MakeOrder_SettlementContent /*填写订单信息页左下的商品金额内容的样式*/
{
    float: left;
    text-align: left;
    padding-left: 10px;
    line-height: 180%;
    width: 16%;
}
/*填写收货人地址内容的标题的样式
.MakeOrder_AddressTitle 
{
	width: 5%;
	float: left;
	text-align: right;
	line-height: 26px;
}*/
.MakeOrder_AddressContent /*填写收货人地址内容的内容的样式*/
{
    text-align: left;
    width: 100%;
    line-height: 26px;
}
.MakeOrder_DetailsView_Btn /*填写订单信息的确认修改按钮的行样式*/
{
    clear: both;
    text-align: center;
    width: 100%;
    line-height: 30px;
}
.makeorder_productlist /*填写订单信息页商品清单控件的容器*/
{
    margin-top: 20px;
    margin-left: 200px;
}
.ordersubmitOk /*订单提交成功页面下方订单号、应付金额及说明的容器*/
{
    text-align: center;
    border: thin solid #C0C0C0;
    margin-top: 20px;
    width: 50%;
    padding: 10px;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
}
/*支付平台选择的说明的样式
.payonlinechoose_description 
{
}
*/
/*支付平台选择的列表标题的样式*/
/*.payonlinechoose_title 
{
	float: left;
	text-align: right;
	margin-top: 20px;
	width: 40%;
	line-height: 26px;
}*/
.payonlinechoose_content /*支付平台容器的样式*/
{
    text-align: left;
    margin: 20px auto;
    width: 700px;
    line-height: 26px;
    border: 1px solid #cccccc;
    background-image: url(images/Bg_Header04.gif);
}
.payonlinechoose_content_rbtnlist /*支付列表内容的样式*/
{
    position: relative;
    left: 150px;
}
.payonlinechoose_image /*支付平台选择的图片的样式*/
{
    position: relative;
    left: 30%;
}


/* 8 Shopping 结束 */



/* 9 MyPop 我的帐户*/

.orderdetail /*订单详情的detailview的容器*/
{
    text-align: center;
    line-height: 180%;
}
.orderdetail_headerstyle /*订单详情的detailview的标头的样式*/
{
    padding-right: 5px;
    background: #e1ebf3;
}
.orderdetail_rowstyle
{
    text-align: left;
    text-indent: 12px;
    background: #ffffff;
}
.orderdetail_AddressTitle /*填写收货人地址内容的标题的样式*/
{
    width: 8%;
    float: left;
    text-align: right;
    line-height: 20px;
}
.orderdetail_AddressContent /*填写收货人地址内容的内容的样式*/
{
    float: left;
    text-align: left;
    text-indent: 0px;
    width: 65%;
    line-height: 20px;
}
.orderdetail_SettlementTitle /*订单详细信息页左下的商品金额标题的样式*/
{
    width: 18%;
    float: left;
    text-align: right;
    margin-left: -15px;
    line-height: 20px;
}
.orderdetail_SettlementContent /*订单详细信息页左下的商品金额内容的样式*/
{
    float: left;
    text-align: left;
    text-indent: 0px;
    width: 16%;
    line-height: 20px;
}
.orderdetail_productlist /*订单详细信息页商品清单容器*/
{
    margin-top: 20px;
}
.orderdetail_print /*订单详细信息页打印订单按钮的容器*/
{
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
}
.MyPop_PointTitle /* 积分查询页列表标题 */
{
    width: 20%;
    float: left;
    text-align: right;
    line-height: 20px;
}
.MyPop_PointContent /* 积分查询页列表内容 */
{
    width: 30%;
    float: left;
    line-height: 20px;
}
.gridview_point /* 积分查询页grideview的容器 */
{
    text-align: center;
    margin-top: 10px;
}
.mypopcard /* 我的pop卡内容的整体容器 */
{
    text-align: center;
}
.bindcard /* 绑定VIP卡页的整体容器 */
{
    text-align: left;
}
.bindcard /* 绑定VIP卡页的整体容器 */
{
    width: 100%;
    text-align: left;
    line-height: 26px;
}
.bindcard_listtitle /* 绑定VIP卡页的列表标题容器 */
{
    width: 20%;
    float: left;
    text-align: right;
}
.bindcard_listcontent /* 绑定VIP卡页的列表内容容器 */
{
    width: 80%;
    float: left;
}
.bindcard_image /* 绑定VIP卡页的绑定按钮容器 */
{
    clear: both;
    padding-left: 20%;
}
.changepassword /* 密码修改页的整体容器 */
{
    width: 100%;
    text-align: left;
    line-height: 26px;
}
.changepassword_textboxStyle /* 密码修改页的密码修改控件中所有textbox控件样式 */
{
    width: 400px;
}

/* 密码修改页的列表标题容器 */
/* .changepassword_textboxStyle_listtitle 
{
	width: 20%;
	float: left;
	text-align: right;
}*/
/* 密码修改页的列表内容容器 
.changepassword_textboxStyle_listcontent 
{
	width: 100%;
	text-align: left;
}*/
.changepassword_failure /* 密码修改页的失败信息容器 */
{
    text-align: center;
}
.changepassword_image /* 密码修改页的图片容器 */
{
    text-align: center;
    padding-left: 20%;
    padding-top: 10px;
}
.changemessage /* 用户基本信息修改页的整体容器 */
{
    width: 100%;
    text-align: left;
    line-height: 26px;
}
.changemessage_listtitle /* 用户基本信息修改页的列表标题 */
{
    width: 20%;
    float: left;
    text-align: right;
}
.changemessage_listcontent /* 用户基本信息修改页的列表内容 */
{
    width: 80%;
    float: left;
    text-align: left;
}
.changemessage_image /* 用户基本信息修改页的图片按钮容器 */
{
    clear: both;
    padding-left: 20%;
}
.DataList_SeparatorStyle_Product
{
    float: left;
    width: 10px;
    background-color: #FF00FF;
}

.orivippoints_othercard_btn
{
    position: absolute;
    right: 100px;
    font-size: 13px;
    font-weight: normal;
}



/*oriFloor*/
.pop_floor
{
    float: left;
    width: 665px;
    height: 535px;
    margin-top: 2px;
    position: relative;
}

.recommendProductsAndBrands /*商场简介*/
{
    float: right;
    width: 320px;
    margin-top: 30px;
    position: static;
}

.recommendProductsAndBrands_content
{
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    min-height: 50px;
    padding: 10px;
}

.orifloor /*商场导购整个容器*/
{
    clear: both;
    position: relative;
    margin-left: 5px;
    width: 660px;
}

.orifloor_menuguide /*商场导购楼层位置菜单*/
{
    position: absolute;
    top: 1px;
    height: 30px;
    left: 4px;
}

.orifloor_menuguide_item
{
    border: 1px solid #e1e1e1;
    padding: 4px 4px 4px 4px;
    background-color: #eeeeee;
}

.orifloor_menuguide_selecteditem /*商场导购楼层Menu选定项样式*/
{
    background-color: #cccccc;
    border: 1px solid #cccccc;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
    color: #ff6600;
}

.orifloor_menuview /*平面导购菜单*/
{
    position: relative;
    top: 1px;
    left: 466px;
}

.orifloor_menuview_item
{
    border: 1px solid #e1e1e1;
    padding: 4px 4px 4px 4px;
    background-color: #eeeeee; /* background-image: url( Images/enabled0.gif ); background-color: #cccccc;	background-repeat: no-repeat; */
}

.orifloor_menuview_selecteditem /*商场导购浏览Menu选定项样式*/
{
    background-color: #cccccc;
    border: 1px solid #cccccc;
    font-weight: bold;
    color: #ff6600;
}

.oriImage /*平面导购容器*/
{
    position: relative;
    font-size: 14px;
    width: 650px;
    height: 498px;
    overflow: hidden;
    border-top: 4px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

/*2.4  Bbs*/
.magazinepriview
{
    background-image: url(Images/Bbs/Magazine/Bg_Magazine.jpg);
}

.Bbs_tbDotLine
{
    background-image: url(images/bbs/Ico_tbDotLine.gif);
}

.header_flashlogo
{
    position: absolute;
    border: 1px solid #cccccc;
    left: 0px;
}

.header_3
{
    background-color: #DAEBFB;
    height: 30px;
}
.header_nowmenu
{
    position: absolute;
    left: 150px;
    height: 30px;
}
.header_nowmenu_item
{
}
.orientchain_center
{
    background-image: url(Images/Bbs/OrientChain/Bg_OrientChain.jpg);
    background-repeat: repeat-y;
    height: 147px;
    padding: 0px;
    margin: 0px;
}
/*时尚社区首页--开始*/
.bbsdefault_first /*左边部分*/
{
    float: left;
    width: 530px;
}

.bbsdefault_second /*右边部分*/
{
    float: right;
    width: 460px;
}

.box_bbs_medium01, .box_bbs_medium02 /*时尚社区首页--box的样式*/
{
    margin-top: 3px;
    padding: 0px;
}
.box_bbs_medium01 /*时尚社区中的中型尺寸box(1)*/
{
    width: 530px;
    padding: 0px;
}
.box_bbs_medium02 /*时尚社区中的中型尺寸box(2)*/
{
    width: 456px;
    padding: 0px;
    margin-left: 4px;
}

/*时尚资讯控件--开始*/
.box_bbs h3 /*标题*/
{
    background-image: url(images/Bg_Header07.gif);
    line-height: 35px;
    text-indent: 10px;
    border: 1px solid #cccccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    padding: 0px;
}

.box_bbs_content /*内容部分*/
{
    top: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0px solid #CCCCCC;
    height: 100%;
}

.box_fashionnews_content_left /* 左边的图与列表的容器样式*/
{
    width: 50%;
    float: left;
}

.box_fashionnews_content_left_photo /* 左边图片的样式*/
{
    width: 120px;
    height: 140px;
    margin: 5px 0px 10px 5px;
}
.box_fashionnews_content_left_list
{
    clear: both;
    width: 100%;
    margin-bottom: 4px;
}



.box_fashionnews_content_right_list /* 右边文字列表的总体样式*/
{
    width: 50%;
    float: right;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 2px;
}
/*.box_fashionnews_content_left_list ul, .box_fashionnews_content_right_list ul 左边和右边文字列表的ul样式
{
	text-overflow: ellipsis;
	padding: 0px;
	margin:0px;
	text-indent:0px;
}*/
/*.box_fashionnews_content_left_list li, .box_fashionnews_content_right_list li  左边和右边文字列表的li样式
{
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	display: block;
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	list-style-type:none;
	list-style-position:outside;
	
}*/


/*.box_fashionnews_content_left_list li, .box_fashionnews_content_right_list li  左边和右边文字列表的li样式
{
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	display: block;
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	list-style-type:none;
	list-style-position:outside;
	
}*/

/*时尚资讯控件--结束*/

/*会员论坛控件--开始*/
.box_bbstypelist
{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.box_bbstypelist_item /*会员论坛控件列表单项样式*/
{
    float: left;
    margin-left: 1em;
    margin-bottom: 1px;
    width: 15em;
    white-space: nowrap;
    overflow: hidden;
}



/*会员论坛控件--结束*/

/*bbsPhotolistforgeneralbox杂志列表控件(Box里面)--开始*/
.box_bbsphotolistgeneralbox_list /*列表整个样式*/
{
    margin-left: 1%;
    margin-bottom: 10px;
    float: left;
    width: 99%;
}
.box_bbsphotolistgeneralbox_list_item /*列表单项样式*/
{
    width: 19%;
    margin-left: 0.8%;
    float: left;
    text-align: center;
    height: 170px;
}
.box_bbsphotolistgeneralbox_list_item_photo /*列表单项中图片样式*/
{
    width: 99px;
    height: 132px;
}
.box_bbsphotolistgeneralbox_list_item_title /*列表单项中标题样式*/
{
    cursor: hand;
}
/*bbsPhotolistforgeneral杂志列表控件(Box里面)--结束*/

/*bbsPhotolistforgeneral杂志列表(页面上)--开始*/
.box_bbsphotolistgeneral_list /*列表整个样式*/
{
    margin-left: 0.5%;
    width: 99%;
}
.box_bbsphotolistgeneral_list_item /*列表单项样式*/
{
    width: 148px;
    height: 215px;
    margin-left: 0.5%;
    margin-bottom: 2%;
    float: left;
    text-align: center;
}
.box_bbsphotolistgeneral_list_item_photo /*列表单项中图片样式*/
{
    width: 148px;
    height: 197px;
}
.box_bbsphotolistgeneral_list_item_title /*列表单项中标题样式*/
{
    cursor: hand;
}
/*bbsPhotolistforgeneral杂志列表(页面上)--结束*/


/*时尚社区首页--结束*/

.magazinedetail_photo
{
    width: 270px;
    float: left;
    padding: 5px 10px;
    text-align: center;
}
.magazinedetail_content
{
    float: right;
    position: relative;
    width: 680px;
    padding: 20px 10px 10px 0px;
}










/*东方连锁页中使用控件样式--开始*/
/*列表的整个样式*/
.box_orichain01_datalist
{
    float: left;
    position: relative;
    background-color: #eeeeee;
    padding: 1% 1% 3% 0px;
    width: 99%;
}
/*列表的单个项样式*/
.box_orichain01_datalist_item
{
    position: relative;
    float: left;
    width: 470px;
    height: 250px;
    margin-left: 15px;
}
/*列表的单个项中大标题(店名)样式*/
.box_orichain01_datalist_item h3
{
    background-image: url(images/Bg_Header02.gif);
    line-height: 29px;
    text-indent: 10px;
    text-align: left;
    border: 1px solid #cccccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    padding: 0px;
}
/*列表的单个项中除去大标题的内容部分div的样式*/
.box_orichain01_datalist_item_content
{
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    height: 96%;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 0px 0px 0px 0px;
}
/*列表的单个项内容部分的图片div样式*/
.box_orichain01_datalist_item_content_img
{
    position: relative;
    float: left;
    width: 38%;
    padding: 1%;
    text-align: center;
}
/*列表的单个项内容部分文字部分div样式*/
.box_orichain01_datalist_item_content_txt
{
    float: right;
    width: 57%;
    text-align: left;
    padding-right: 2%;
}

/*东方连锁页中使用控件样式--结束*/


/*2.1.3 Login */

.login_first /* 登录左边 */
{
    position: relative;
    float: left;
    padding: 20px 60px 0px 60px;
    width: 300px;
    height: 480px;
    background-image: url(images/Bg_Header04.gif);
    border: solid 1px #e2e2e2;
}

.login_second /* 登录右边 */
{
    float: right;
    width: 400px;
    background-image: url(images/Bg_Header05.gif);
    border: solid 1px #cccccc;
    position: relative;
    padding: 40px 80px 0px 80px;
    height: 460px;
}

.box_login h3
{
    text-align: center;
}
.box_login_button /*登录按钮*/
{
    position: absolute;
    top: 337px;
    left: 266px;
}
.logion_registerbutton
{
    position: absolute;
    top: 385px;
    left: 211px;
}

.register
{
    padding: 10px 50px 10px 50px;
}

.notemessage /*注释信息样式*/
{
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.register_servicecontract /*服务条款的Div样式 */
{
    border: 1px solid #C0C0C0;
    height: 200px;
    display: block;
    overflow: scroll;
}
.register_createbutton /* 提交注册按钮的样式*/
{
    right: 45%;
    position: relative;
}

.register_checkbox /*选择框的样式*/
{
}

.register_completesuccesstext /*完整的成功信息文本的样式*/
{
    margin: 20px 250px 20px 250px;
    padding: 10px;
    border: 1px solid #C0C0C0;
    width: 260px;
    height: 80px;
}
.register_continuebutton /*继续按钮的样式*/
{
    position: relative;
    top: 0px;
    left: 118px;
}

/*找回密码页--开始*/
.getbackpassword /*找回密码的div*/
{
    background-image: url(images/Bg_Header04.gif);
    margin: 10px 200px 50px 200px;
    border: 1px solid #C0C0C0;
}

.getbackpassword_button /*找回密码按钮的样式*/
{
    position: relative;
    left: 190px;
}
/*找回密码页--结束*/






























/* 以下待确认 */


/* 2.1.2 Product */


#productdetails_spec
{
    padding-top: 10px;
    float: left;
    text-align: left;
}


.Margin_left
{
    margin-left: 2em;
}

/* 2.1.4 Shopping */

.PutinMyShoppingCart
{
    z-index: 101;
    left: 299px;
    width: 253px;
    position: absolute;
    top: 85px;
    padding: 10px 10px;
}

.PutinMyShoppingCartPanel
{
    z-index: 101;
    left: 280px;
    width: 360px;
    position: absolute;
    top: 80px;
    padding: 10px 10px;
}






.border
{
    border-right: #cccccc 0.1em solid;
    border-top: #cccccc 0.1em solid;
    border-left: #cccccc 0.1em solid;
    border-bottom: #cccccc 0.1em solid;
}

/* 2.1.1 Default */

.Default_MainLogo
{
    width: 990;
}

.Default_SubLogo
{
    width: 210px;
    background-color: #efefef;
}





/* 2.1.4 Shopping */





.MakeOrder_Money
{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.OrderList
{
    margin: 5px 5px;
}

.PutinOrderOk_First
{
    margin-left: 130px;
    margin-right: 130px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 10px 10px;
}


.PayOnlineResult
{
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
    padding: 10px 30px 60px 30px;
    border: 1px solid #cccccc;
    background-image: url(images/Bg_Header04.gif);
    height: 100%;
}
.PayOnlineResult_first
{
    padding: 3px;
    width: 200px;
    float: left;
}
.PayOnlineResult_second
{
    float: left;
    padding: 30px 30px 10px 50px;
}


/* 2.1.6 Help */

.help
{
    text-align: left;
    padding: 10px;
}
.help ul
{
    padding-left: 10px;
}

.help li
{
    padding-left: 10px;
    list-style-type: none;
}

.Help_ShoppingProcessLogo
{
    width: 500px;
}

.Help_Table
{
    width: 550px;
    text-align: center;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.Help_TD
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.Help_Iframe
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/* 2.1.7 Subject 


/*.SalesPromotionDetail_First
{
	padding-top: 5px;
	padding-left: 10px;
}
.SalesPromotionDetail_Photo
{
	float: left;
}

.SalesPromotionDetail_Base
{
	margin-left: 400px;
}*/

/* 2.1.8 About WebControl */

.PopPagination
{
    vertical-align: middle;
}

.Pagination_Top
{
    width: 100%;
    float: left;
}

.Pagination_Top .First
{
    float: left;
    padding-top: 8px;
    padding-left: 10px;
}
.DatatList_Item_Small
{
    float: left;
    width: 118px;
    height: 265px;
    text-align: center;
}

.DatatList_Item_SmallSmall
{
    width: 30px;
    height: 30px;
}

.DataList_Item_Medium
{
    float: left;
    width: 220px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}


.Lab_Money_Abandon
{
    text-decoration: line-through;
}




.ConfirmMessage
{
    text-align: center;
    font-size: medium;
    color: #ff0033;
    font-weight: bold;
}






/* 2.2 All Photo */
.photo_border
{
}
.photo_noborder
{
}
.photo_icon
{
    /* width: 28px; */
    border: #003366 2px solid;
}
.photo_ss
{
    border: 4px solid #FFFFFF;
    width: 45px;
}
.photo_s
{
    border: 4px solid #FFFFFF;
    width: 100px;
}
.photo_sm
{
    border: 4px solid #FFFFFF;
    width: 200px;
}
.photo_m
{
    border: 4px solid #FFFFFF;
    width: 300px;
}
.photo_ml
{
    border: 4px solid #FFFFFF;
    width: 450px;
}
.photo_l
{
    border: 4px solid #FFFFFF;
    width: 600px;
}
.photo_ll
{
    border: 4px solid #FFFFFF;
    width: 800px;
}

/*2.3 ProductDetails页图片放大显示效果 */

div .zoomdiv
{
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}


img.jqzoom
{
    cursor: crosshair;
    position: relative;
}

.MenuItem
{
    border-right: black 1px solid;
}



.padding10
{
    padding: 10px 10px 10px 10px;
}


.skin_gridview_magazinelist_selectedrowstyle /*杂志目录列表选项定行的样式*/
{
    background-color: #cccccc;
}

.skin_gridview_newslist_itemstyle /*新闻列表的某一项的样式*/
{
    padding-left: 10px;
}
/*新闻和资讯详情页的样式--开始*/
.newsdetails_content
{
    width: 65%;
    float: left;
    border: 1px solid #CCCCCC;
    background-color: #F5FAFE;
    padding: 10px;
}

.newsdetails_content_details /*左边内容部分的正文*/
{
}

.newsdetails_content_closebutton /*右边部分(列表或广告)*/
{
    position: relative;
    left: 40%;
}
.newsdetails_side /*右边部分(列表或广告)*/
{
    float: left;
    position: relative;
}

/*新闻和资讯详情页的样式--结束*/


.box_bbsphotouploader_detail /*bbs发贴上传贴图控件的具体操作部分*/
{
    margin: auto;
    padding: 5px;
    border: 1px solid #cccccc;
    background-image: url(images/Bg_Header04.gif);
}
