#main_wrapper #main
{
    margin: 0px auto;
    width: 1000px;
    padding: 0px;
    border: 0px;
    background: #fff;
    font: normal 12px/20px arial,Verdana, "宋体";
}
#main .clear
{
    clear: both;
}
#main .inner_left
{
    float: left;
    width: 160px;
    border: 1px solid #ccc;
    background: #fff;
}
.left_title
{
    float: left;
    display: block;
    width: 100%;
    height: 30px;
    background: #efefef;
    line-height: 30px;
    font-weight: bold;
    color: #c00;
    text-indent: 5px;
    border-bottom: 1px solid #dfdfdf;
}
.left_content
{
    float: left;
    display: block;
    width: 100%;
    height: 100px;
    text-indent: 5px;
}
#main .area_right
{
    float: left;
}
.area_right a
{
    color: #333;
    text-decoration: none;
}
.area_right a:hover
{
    color: #f33;
    text-decoration: underline;
}
#main .inner_right
{
    float: right;
    width: 830px;
    background: #fff;
}
.inner_right .sort_wrapper
{
    margin: 0px auto;
    width: 810px;
    height: 28px;
    display: block;
    padding: 0px;
    border-bottom: 1px solid #A61B1E;
}
.inner_right .sort_wrapper h2 {
    color: #A61B1E;
    font-size: 18px;
    font-weight: bold;
}
.inner_right .article_title
{
    margin: 0px auto;
    display: block;
    width: 98%;
    height: 35px;
    font: bold 18px/35px Verdana, "Microsoft Yahei";
    text-align: center;
    color: #333;
    border-bottom: 1px dashed #ccc;
}
.inner_right .article_title_sub
{
    margin: 10px auto;
    display: block;
    width: 98%;
    height: 20px;
    font: normal 12px/20px Verdana, "Microsoft Yahei";
    text-align: center;
    color: #999;
}
.inner_right .article_content
{
    margin: 10px auto;
    display: block;
    width: 98%;
    font: normal 12px/22px Verdana, "Microsoft Yahei";
    color: #666;
}
.inner_right .right_title
{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 30px;
    font: normal 20px/30px Verdana, "Microsoft Yahei";
}
.inner_right .right_title b
{
    color: #930;
}
.inner_right .right_img
{
    float: right;
    display: block;
    width: 300px;
    height: 300px;
    margin:0px;
    padding:0px;
    list-style:none;
}
.right_img li
{
    float: right;
    display: none;
    width: 298px;
    height: 298px;
    margin:0px;
    padding:0px;
    border: 1px solid #999;
}
.right_img a
{
    display: block;
    width: 298px;
    height: 298px;
    border: 0px;
}
.inner_right .right_img img
{
    width: 298px;
    height: 298px;
    border: 0px;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:2px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.inner_right .right_img_list
{
    float: right;
    margin-top:9px;
    display: block;
    width: 298px;
    height: 52px;
    border: 0px;
}
.right_img_list a.img_nav_button
{
    display: block;
    width: 10px;
    height: 50px;
    border: 0px;
    text-indent:-9999px;
    background:url(images/bg_img_button.gif) no-repeat;
}
.right_img_list a.img_nav_button:hover
{
    display: block;
    width: 10px;
    height: 50px;
    border: 0px;
    text-indent:-9999px;
    background:url(images/bg_img_button_act.gif) no-repeat;
}
.right_img_list #img_nav_left
{
    float:left;
    background-position:0px 0px;
}
.right_img_list #img_nav_right
{
    float:right;
    background-position:-9px 0px;
}
.right_img_list #img_list_box
{
    float:left;
    display: block;
    width: 278px;
    height: 52px;
    border: 0px;
}
#img_list_box #img_list
{
    margin:0px;
    padding:0px;
    display: block;
    width: 278px;
    height: 52px;
    list-style:none;  
    overflow:hidden;
}
#img_list li
{
    float:left;
    margin:0px;
    margin-left:3px;
    padding:0px;
    height: 52px;
    display:inline;
}
#img_list li a
{
    margin:0px;
    padding:0px;
    width:50px;
    height: 50px;
    border:1px solid #ccc;
    background:#fff;
    display:block;
}
#img_list li a:hover
{
    margin:0px;
    padding:0px;
    width:50px;
    height: 50px;
    border:1px solid #f60;
    background:#f60;
    display:block;
}
#img_list li a img
{
    margin:1px;
    padding:0px;
    width:48px;
    height: 48px;
    border:0px;
    display:block;
}
.inner_right #product_detail
{
    float: left;
    width: 433px;
    border: 1px solid #ccc;
    background: #efefef;
    color: #333;
    font: bold 12px/25px "Microsoft Yahei" ,Verdana, "宋体";
}
.inner_right #product_detail th
{
    border-right: 1px solid #ccc;
    text-align: left;
    text-indent: 5px;
    width: 180px;
}
.inner_right #product_detail th b
{
    font-weight: normal;
    color: #666;
}
.inner_right #product_detail td
{
    text-align: center;
    color: #c00;
    font: bold 30px/150px "Microsoft Yahei" ,Verdana, "宋体";
}
.inner_right .right_buy_top
{
    float: left;
    margin-top: 96px !important;
    margin-top: 90px;
    height: 12px;
    width: 393px;
    border: 1px solid #EAD057;
    border-bottom: 1px dotted #EAD057;
    background: #FFFCEB;
    line-height: 12px;
    padding: 19px;
    color: #666;
}
.inner_right .right_buy_top span
{
    float: left;
    vertical-align: middle;
    height: 12px;
    line-height: 14px;
    _line-height: 18px;
}
.inner_right .right_buy_top input
{
    width: 25px;
    height: 12px;
    margin: 0px 2px;
    float: left;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #333;
    font:normal 12px/12px Verdana;
}
.inner_right .right_buy_top b
{
    color: #f60;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
}
.inner_right .right_buy_top a
{
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 12px;
}
.inner_right .right_buy_top a:hover
{
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 12px;
}
.inner_right .right_buy_bottom
{
    float: left;
    margin: 0px;
    height: 40px;
    width: 411px;
    padding: 10px;
    border: 1px solid #EAD057;
    border-top: 0px;
    background: #FFFCEB;
}
.inner_right .right_buy_act
{
    border-color: #f60;
}
.inner_right .right_buy_bottom input
{
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -9999px;
    border: 0px;
    cursor: pointer;
   
}
.button_buy_static
{
     background: url(images/bg_button_buy.jpg);
    background-position:0px 0px;
}
.button_buy_act
{
     background: url(images/bg_button_buy.jpg);
    background-position:0px -40px;
}
#main .inner_detail
{
    margin-top: 10px;
    float: right;
    width: 766px;
    border: 0px;
    background: #fff;
}
#main .inner_detail .detail_title
{
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    background: url(images/bg_areas.jpg) -10px -86px no-repeat;
}
#main .inner_detail .detail_content
{
    float: left;
    width: 100%;
    text-indent: 2em;
}
/*列表页*/
#main .list_wrapper
{
    float: right;
    width: 830px;
    min-height:300px;
    padding: 0px;
    border: 0px;
}
.list_wrapper .sort_wrapper
{
    margin: 0px auto;
    width: 810px;
    height: 28px;
    display: block;
    padding: 0px;
    border-bottom: 1px solid #A61B1E;
}
.sort_wrapper .sort_title 
{
    float: left;
    width: 50px;
    height: 28px;
    display: block;
    color: #666;
    text-align: center;
    font: bold 12px/28px Arial,"Microsoft Yahei" ,Verdana, "宋体";
}
.list_wrapper .sort_wrapper h2
{
    color:#A61B1E;
    font-size:18px;
    font-weight:bold;
}
.sort_wrapper #sort_items
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#sort_items li
{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-right:2px;
    display: inline;
    background: url(images/bg_sort_item.jpg) right bottom no-repeat;
}
#sort_items li a
{
    float:left;
    margin:0px;
    height:14px;
    padding: 7px 10px 7px 5px;
    font: bold 14px/14px "Microsoft Yahei" ,Verdana, "宋体";
    color: #930;
    text-decoration: none;
    background: url(images/bg_sort_item.jpg) right bottom no-repeat;
    display:block;
}
#sort_items li b
{
    float:left;
    width: 16px;
    height: 28px;
    display: none;
    background: url(images/bg_arrow_up_down.gif) left top no-repeat;
}
#sort_items li span
{
    float: left;
    height: 28px;
    width: 5px;
    display: block;
    background: url(images/bg_sort_item.jpg) left bottom no-repeat;
}
#sort_items li.cur,#sort_items .cur a,#sort_items .cur span
{
    color: #fff;
    background-position:right top;
}
#sort_items .cur span
{
    background-position:left top;
}
#sort_items .cur a
{
    padding-left:0px;
}
#sort_items .cur b
{
    display:block;
}
#sort_items .down b
{
    background-position:left bottom;
}

#sort_list {
	position:relative;
	float:left;
	margin-top:28px;
	display:block;
	width:810px;
	margin-left:10px;
}
#sort_list  a {
	color:#333;
	text-decoration:none;
}
#sort_list  a:hover {
	color:#f33;
	text-decoration:underline;
}
#sort_list ul, li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#sort_list  li {
	float:left;
	display:block;
	width:180px;
	height:260px;
	padding:0px 10px;
	text-align:center;
}
#sort_list  a.item {
	width:155px;
	height:195px;
	display:block;
	border:2px #ccc solid;
	margin:0px auto;
	
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*ie6、7不支持display:table-cell*/
    *display: block;
    *font-size: 152.685px; /*字体大小为height*0.783或者height/1.14,这里约为192px*/
    _font-family: sans-serif; /*设置字体，否则在ie6下会有一个像素的偏差*/
}

#sort_list a.item:hover {
	width:155px;
	height:195px;
	display:block;
	border:2px #A71B1C solid;
	margin:0px auto;
	
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*ie6、7不支持display:table-cell*/
    *display: block;
    *font-size: 152.685px; /*字体大小为height*0.783或者height/1.14,这里约为192px*/
    _font-family: sans-serif; /*设置字体，否则在ie6下会有一个像素的偏差*/
}
#sort_list a img {
	width:155px;
	height:195px;
	border:0px;
	vertical-align: middle; /*由于ie下空文本节点有默认高度，所以设置*/ 
}
#sort_list span {
	width:125px;
	height:22px;
	display:block;
	border:0px;
	margin:0px auto;
}
#sort_list div{width:160px;}

/*产品详情*/

/*.galleria-container
{
    background-color: transparent !important;background:url('/images/ProImgBg.png') no-repeat left 10px;
}*/
.galleria-stage
{
     padding-top:1px;margin-left:1px;
}
.galleria-image img{
    border-style: none;
}
.ViewLargerPhoto
{
    position: absolute;
    cursor: default !important;
    left:0px;
    right: 10px;
    height: 30px; line-height:35px;
    bottom: 85px;
    /*z-index: 1;
    background:url('@Url.Content("~/Themes/BaseClassic/content/images/ProImgBg.png")') no-repeat left bottom;*/
    text-align:right;
}
.ViewLargerPhoto span
{
    cursor: pointer;
    padding:1px 0 1px 20px;
    background:url('/images/big.png') no-repeat left bottom;
}
.ViewLargerPhoto span:hover{
    color: #006FCD; background:url('/images/big.png') no-repeat left top;
}
#ProductImages{
    height: 540px;
    /*overflow: hidden;*/
}
#ProductImages .galleria-stage{
    bottom: 110px;
    border: 2px solid #333;
}
#ProductImages .galleria-layer{
	background:url('/images/pro-bg.png') repeat left top;
}
#ProductImages .galleria-layer .ImageZoomItem{
    display: block;
    width:100%;
    height: 100%;
}
#ProductImages .galleria-layer .zoomPad{
    width: 100%;
    height: 100%;
}
#ProductImages .galleria-layer .LayerImage{
    width:100%;
    height:100%;
    visibility: hidden;
}
#ProductImages .galleria-layer .LayerImage,
#ProductImages .zoomWrapperImage img
{
    max-width: none !important;
    max-height: none !important;
}

#ProductImages .galleria-image{
    overflow: visible !important;
}

.ProductTypeName{
    border-bottom: 2px solid #ffaaaa;
}
.clear{
    clear: both;
}
.product_img, .product_info{
    float: left;
}
.product_img{
    width: 330px;
    margin-right: 5px;
    margin-left:10px;
    /*background-color: Red;*/
}
.product_info{
    width: 430px;
    margin-left:30px;
    
    /*height: 500px;
    background-color: Blue;*/
}
.ProductColors{
    list-style:none;
    overflow:auto;
}
.ColorItem{
    width: 20px;
    height: 20px;
    margin: 0 6px 0 6px;
    float: left;
    border: 1px solid #333;
}
.ProductDescription {border-bottom:1px solid #555555; padding-bottom:10px; color:#565656; margin-bottom:10px;font-style: italic;}
.ProductDescription h2{color:#545454; font-style:normal; margin:10px 0;}
.ProductOtherDescription{color:#555555;font-weight:bold;}
.ProductColor{margin-top:5px; margin-bottom:20px;}
.ProductColor h2{color:#545454;margin-bottom:3px;}