@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*{outline: none;}

a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img {
	border: 0;
	}
.Wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
	text-align: left;
	}
.Debug {
	clear: both;
	}
	

.HeaderTop {
	position: relative;
	background: url(../images/header_top.gif) no-repeat 0 0;
	height: 25px;
	}
.HeaderMiddle {
	padding: 10px 0;
	height: 80px;
	}
.HeaderBottom {
	background: url(../images/navi_bottom_bg.gif) repeat-x left bottom;
	height: 35px;
	}
/*Header top DropMenu*/
ul#topnav {
	float: right;
	margin: 0;
	padding: 0 1px 0 0;
	background: url(../images/header_top_link.gif) no-repeat right top;
	}
ul#topnav li {
	float: center;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul#topnav li a {
	float: left;
	display: block;
	background: url(../images/header_top_link.gif) no-repeat 0 0;
	height: 25px;
	font: bold 10px/25px Tahoma, Geneva, sans-serif;
	color: #666;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: 50% -25px;
	color: #fff;
	}
ul#topnav a.Account {padding: 0 20px 0 10px;}
ul#topnav a.Currency {padding: 0 20px 0 10px;}
ul#topnav a.help {padding: 0 10px;}

ul#topnav li .sub {
	position: absolute;	
	top: 25px;
	left: 0;
	z-index: 10000;
	background: #900;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	display: none;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	}
ul#topnav li .sub ul{
	margin: 0;
	padding: 0 0 5px 0;
	width: 150px;
	list-style: none;
	float: left;
}
ul#topnav .sub ul li {
	float: left;
	color: #fff;
}

ul#topnav .sub ul li a {
	position: relative;
	display: block;
	float: none; 
	padding: 0 20px;
	text-indent: 0; /*--Reset text indent--*/
	width: 110px;
	height: auto;
	background: url(../images/dot_arrow.gif) no-repeat 0 50%;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #e9a6a6;
	white-space: nowrap;
}
ul#topnav .sub ul li a:hover {
	background: #c00 url(../images/dot_arrow.gif) no-repeat 0 50%;
	color: #fff;
	}
ul#topnav .sub ul li a span {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/header_top_dot.gif) no-repeat 0 0;
	}
ul#topnav .sub ul li a:hover span {
	background: url(../images/header_top_dot.gif) no-repeat 0 -15px;
	}

/*HeaderMiddle*/
.HeaderMiddle {
	position: relative;
	}
.Logo {
	float: left;
	width: 200px;
	height: 60px;
	}
.Logo h1 {
	position: relative;
	margin: 0;
	padding: 0;
	height: 60px;
	}
.Logo h1 a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/logo.jpg) no-repeat 50% 50%;
	width:583px;
	height: 91px;
	color: #000;
	text-align: center;
	text-decoration: none;
	}
.Logo h1 p {
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 60px;
	font: 20px/3em Tahoma, Geneva, sans-serif;
	text-align: center;
	}

.AdBanner {
	position: absolute;
	left: 220px;
	top: 10px;
	z-index: 1;
	text-align: center;
	}

.LoginAndService {
	float: right;
	width: 200px;
	}
.LoginAndService p {
	margin: 0;
	padding: 0;
	font: 11px/15px Arial, Helvetica, sans-serif;
	}
.UserLogin {
	text-align: left;
	}
.UserLogin span {
	padding: 0 5px;
	color: #000;
	font-weight: bold;
	}
.UserLogin a {
	padding: 0 5px;
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	color: #C00;
	}
#Service {
	margin: 5px 0 0 0;
	padding: 0;
	background: url(../images/help_bg.jpg) no-repeat 0 0;
	height: 50px;
	}
#Service li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#Service h3 {
	margin: 0;
	padding: 0 0 0 50px;
	font: bold 14px/24px Tahoma, Geneva, sans-serif;
	color: #1667B6;
	}
#Service p {
	padding: 0 0 0 50px;
	}
#Service p b {
	color: #c00;
	}
#Service li div.sub {
	display: none;
	float: left;
	position: absolute;
	z-index: 1100;
	padding: 15px 0 15px 30px;
	background: url(../images/service_online_sub.jpg) no-repeat;
	width: 160px;
	height: 100px;
	font: 11px/2 Tahoma, Geneva, sans-serif;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
#Service li div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}
#Service li div ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: square;
	}
/*HeaderBottomn*/
.CateProTitle {
	float: left;
	background: url(../images/cate_bg.gif) no-repeat 100% -30px;
	width: 200px;
	}
.CateProTitle h3,
.CateProTitleProd h3 {
	margin: 0;
	padding: 0 10px;
	background: url(../images/cate_bg.gif) no-repeat 0 0;
	font: bold 12px/30px Tahoma, Geneva, sans-serif;
	color: #fff;
	}
.CateProTitleProd {
	float: right;
	background: url(../images/cate_bg.gif) no-repeat 100% -30px;
	width: 200px;
	}
.NavigationProd {
	float: left;
	width: 780px;
	}
.Navigation {
	float: left;
	width: 780px;
	}
	
ul#pagenav {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	}
ul#pagenav li {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	}
ul#pagenav li a {
	float: left;
	display: block;
	background: #E9E9E9 url(../images/navi_item_bg.gif) repeat-x 0 0;
	font: bold 12px/29px Tahoma, Geneva, sans-serif;
	color: #333;
	height: 29px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	}
ul#pagenav li a:hover,
ul#pagenav li:hover a {
	color: #C00;
	}
ul#pagenav li a span {
	position: absolute;
	right: 5px;
	top: 5px;
	background: url(../images/navi_icon.gif) no-repeat left center;
	width: 20px;
	height: 20px;
	}
ul#pagenav li .sub {
	float: left;
	position: absolute;	
	top: 35px;
	z-index: 13000;
	background:  #900 url(../images/submenu_bg.jpg) repeat-x 0 0;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	display: none;
}
ul#pagenav li .row {
	clear: both;
	float: left;
	width: 100%;
	}
ul.animal_list li{
	float:left;
	width:730px;
}

ul#pagenav li .sub ul{
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	float: left;
}

ul.product_category_list li{
	float:left;
	margin-left:10px;
}

ul#pagenav .sub ul li {
	/* width: 100%; */
	color: #fff;
}

ul#pagenav .sub ul li a {
	position: relative;
	display: block;
	float: none; 
	padding: 0 20px;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/dot_arrow.gif) no-repeat 0 50%;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #e9a6a6;
	font-weight:bold;
	white-space: nowrap;
}

ul#pagenav .sub ul li a:hover {
	background: #c00 url(../images/dot_arrow.gif) no-repeat 0 50%;
	color: #fff;
	}
ul#pagenav .sub ul li a span {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/header_top_dot.gif) no-repeat 0 0;
	}

ul#pagenav .sub ul li a:hover span {
	background: url(../images/header_top_dot.gif) no-repeat 0 -15px;
	}

ul#pagenav a.home {
	padding: 0 15px;
	color: #c00;
	}

ul#pagenav a.itemLucky,
ul#pagenav a.itemProduct,
ul#pagenav a.itemArrival {
	position: relative;
	padding: 0 40px 0 15px;
	}


ul#pagenav a.itemOther {
	padding: 0 15px;
	}

ul#pagenav li.ItemSub01 .sub {
	left: -68px;
	}
ul#pagenav li.ItemSub02 .sub {
	left: -262px;
	}
ul#pagenav li.ItemSub03 .sub {
	left: 0;
	}
ul#pagenav li .sub .row p.RowIndex {
	margin: 0;
	padding: 5px 10px;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	color: #000;
	white-space: nowrap;
	}

ul#pagenav li .sub .row p.RowIndex b {
	padding: 0 10px 0 0;
	float: left;
	}
ul#pagenav li .sub .row p.RowIndex a {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	width: 25px;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #000;
	border: none;
	}
ul#pagenav li .sub .row p.RowIndex a:hover {
	color: #e9a6a6;
	text-decoration: underline;
	font-weight: bold;
	}
ul#pagenav li .sub * ,
ul#pagenav li .sub .row * {
	margin: 0;
	border: 0;
	white-space: nowrap;
	}
ul#pagenav li .sub .row ul li h3 {
	padding: 0 5px 0 10px;
	font: bold 11px/20px Tahoma, Geneva, sans-serif;
	color: #fff;
	float: left;
	}
ul#pagenav li .sub .row ul li a {
	padding: 0 10px;
	color:#000;
	background: #fff;
	float: left;
	}
/**/
.MainWrap {}
.LeftWrap,
.RightWrap {
	float: left;
	}
.LeftWrap {
	width: 200px;
	}
.RightWrap {
	width: 780px;
	background: url(../images/col_right.jpg) repeat-y 100% 0;
	}


.LeftWrapProd {
	width: 200px;
	float: right;
	}
.RightWrapProd {
	float: left;
	width: 780px;
	}
	
	
/*LeftProduct Categories*/3
.CateBox {
	clear: both;
	overflow: auto;
	zoom: 1;}
.CateBox ul#catenav {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/header_top_link.gif) no-repeat right top;
	width: 196px;
	border: 2px solid #c00;
	border-top: none;
	}
ul#catenav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}
ul#catenav li a {
	display: block;
	padding: 0 30px 0 10px;
	background: #fff url(../images/cate_icon.gif) no-repeat right center;
	height: 21px;
	font: 11px/21px Tahoma, Geneva, sans-serif;
	color: #666;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
ul#catenav li:hover a, ul#catenav li a:hover {
	background: #fff url(../images/cate_icon.gif) no-repeat right center;
	font-weight: bold;
	color: #c00;
	border-top: 2px solid #c00;
	border-bottom: 2px solid #c00;
	}
.LeftWrapProd .CateBox ul#catenav {
	float: right;
	}

.LeftWrapProd .CateBox ul#catenav li .sub {
	position: absolute;	
	top: 0;
	left: -204px;
	z-index: 14000;
	padding: 2px 2px 2px 0;
	background: #c00 url(../images/subCate_bg.gif) no-repeat right top;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	/*box-shadow: 0 3px 3px rgba(0,0,0,0.15);*/
	display: none;
	border-left: 2px solid #c00;
}

.LeftWrap .CateBox ul#catenav li .sub {
	position: absolute;	
	top: 0;
	left: 196px;
	z-index: 14000;
	padding: 2px 0 2px 2px;
	background: #c00 url(../images/subCate_bg.gif) no-repeat 0 0;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	/*box-shadow: 0 3px 3px rgba(0,0,0,0.15);*/
	display: none;
	border-right: 2px solid #c00;
}
ul#catenav li .sub ul{
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
}
ul#catenav .sub ul li {
	float: left;
	background: #fff;
	width: 100%;
	height: 25px;
	color: #fff;
	border-bottom: 1px solid #e6e6e6;
}


ul#catenav .sub ul li a {
	position: relative;
	display: block;
	float: none; 
	padding: 0 20px;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/dot_arrow.gif) no-repeat 0 50%;
	font: normal 11px/21px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	white-space: nowrap;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
ul#catenav .sub ul li a:hover {
	background: #fff url(../images/dot_arrow.gif) no-repeat 0 50%;
	color: #c00;
	}
ul#catenav .sub ul li a span {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/header_top_dot.gif) no-repeat 0 0;
	}
ul#catenav .sub ul li a:hover span {
	background: url(../images/header_top_dot.gif) no-repeat 0 -15px;
	}

.AdBox, .BoxWrap {
	padding: 10px 0 0 0;
	}

.BoxWrap {
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #e6e6e6;
	}
.BoxWrap * {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 11px/1.5 Tahoma, Geneva, sans-serif;
	color: #333;
	}
.BoxWrap h3 {
	position: relative;
	padding: 0 0 10px 0;
	width: 100%;
	height: 20px;
	font: bold 12px/20px Tahoma, Geneva, sans-serif;
	color: #C00;
	}
.BoxWrap h3 a {
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	}
.BoxWrap li {
	padding: 5px 0;
	background: url(../images/line_dot_hori.gif) repeat-x left bottom;
	}
a.Notice {
	display: block;
	padding: 0 0 0 25px;
	background: url(../images/icon_news.gif) no-repeat left top;
	}
a.Arrival {
	display: block;
	padding: 0 0 0 70px;
	overflow: auto;
	zoom: 1;
	outline: none;
	}
a.Arrival img {
	float: left;
	margin: 0 0 0 -70px;
	padding: 4px;
	background: #fff;
	border: 1px solid #efefef;
	}
a.SeeSaid {
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	overflow: auto;
	zoom: 1;
	outline: none;
	}
div.date {
	float: left;
	padding: 4px 0 0 0;
	margin: 4px 0 0 0;
	width: 26px;
	height: 28px;
	background: url(../images/date_bg.gif) no-repeat 0 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
div.date small {
	display: block;
	font-size: 8px;
	color: #fff;
	text-decoration: none;
	}

	
/*RightBox*/
.SearchBox {
	
	padding: 5px;
	background: url(../images/search_box.jpg) no-repeat 0 0;
	width: 770px;
	
	font: 11px/30px Tahoma, Geneva, sans-serif;
	color: #fff;
	overflow: auto;
	clear: both;
	zoom: 1;
	}
.SearchForm {
	overflow:hidden;
	padding: 5px;
	width: 485px;
        float:left;
	}
.SearchForm form {
	margin: 0;
	padding: 0;
	border: none;
	}
.SearchForm b {
	display: block;
	padding: 0 5px;
	float: left;
	font: bold 11px/20px Tahoma, Geneva, sans-serif;
	}
.SearchForm form select,
.SearchForm form input {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font: 11px/18px Tahoma, Geneva, sans-serif;
	}
.SearchForm form select {
	width: 150px;
	height: 22px;
	margin: 0 5px 0 0;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	}
.SearchForm form input.Keyword {
	width: 195px;
	height: 20px;
	_height: 18px;
	border-top: 1px solid #666;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	}
.SearchForm form input.SendForm {
	background: #c00 url(../images/btn_send_bg.jpg) repeat-x left bottom;
	width: 80px;
	height: 22px;
	_height: 20px;
	border-top: 1px solid #666;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	}
.CartBox {
	float:left;
	width: 200px;
        overflow-x:hidden;
        padding-left:50px;

	}
.CartBox b {
	display: block;
	padding: 0 5px;
	float: left;
	font: bold 11px/30px Tahoma, Geneva, sans-serif;
	}
.CartBox span {
	padding: 0 5px;
	color: #FF0;
	font-weight: bold;
     
	}
	
.RightColLeft {
	float: left;
	padding: 0 0 0 10px;
	width: 550px;
	}
.RightColRight {
	float: left;
	width: 220px;
	}
	
/* slideshow gallery */
.slideshowlite {
	position: relative;
	overflow: hidden;
}

	.slideshowlite a {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.slideshowlite img {
		border: none;
	}

/* pagination control */
#slideshow {
	width: 550px;
	height: 200px;
	overflow: hidden;
}
.slideshowlite ul,
.slideshowlite ol {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style: none;
	}

.slideshowlite ul li,
.slideshowlite ol li {
	float: left;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	}

.slideshowlite ul li a {
	position: relative;
	display: block;
	background: url(../images/banner_number.gif) no-repeat  0 0;
	width: 18px;
	height: 18px;
	text-decoration: none;
	color: #ccc;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	}

.slideshowlite ul li a.current {
	background: url(../images/banner_number.gif) no-repeat -36px 0;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	}

.slideshowlite ul li a:hover {
	background: url(../images/banner_number.gif) no-repeat -18px 0;
	color: #c00;
	}

/* caption control */

.slideshowlite ol {
	position: relative;
	top: 5px;
	overflow: hidden;
	padding: 3px 10px;
	background: #000;
	width: 100%;
	font-size: 12px;
	color: #fff;
	}

.slideshowlite ol li {
	width: 100%;
	}
	
	
/*ProdList*/
.ProdBox {
	width: 540px;
	}
.ProdBox h3.ProdHeading {
	margin: 10px 0 0 0;
	padding: 0 10px;
	background: url(../images/box_heading_bg.gif) repeat-x 0 0;
	font: bold 12px/2 Tahoma, Geneva, sans-serif;
	color: #C00;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	zoom: 1;
	}
.ProdBox h3.ProdHeading a.More {
	display: block;
	float: right;
	margin: 4px 0 0 0;
	width: 50px;
	height: 16px;
	}

.ProdList {
	padding: 10px 0 0 10px;
	}	
.ProdListItem {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 175px;
	height: 290px;
	}
.ProdListItem * {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 11px/1.5 Tahoma, Geneva, sans-serif;
	color: #666;
	}
.ProdListItem h4 {
	display: block;
	font-weight: bold;
	color: #333;
	}
.ProdListItem p {
	display: block;
	padding: 0 0 0 15px;
	background: url(../images/dot_arrow.gif) no-repeat left top;
	}
.ProdListItem p b {
	color: #C00;
	font-weight: bold;
	}
.ProdListItem a.AddCart {
	display: block;
	margin: 10px auto;
	width: 120px;
	height: 18px;
	background: url(../images/btn_bg.gif) no-repeat 0 0;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-align: center;
	}
.ProdListItem a.AddCart:hover {
	background: url(../images/btn_bg_over.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
a.AddCart {
	display: block;
	margin: 10px;
	width: 120px;
	height: 18px;
	background: url(../images/btn_bg.gif) no-repeat 0 0;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-align: center;
	}
a.AddCart:hover {
	background: url(../images/btn_bg_over.jpg) no-repeat 0 0;
	text-decoration: none;
	}
	
	
.ProdBoxSpec {
	background: url(../images/box_content_bg.gif);
	width: 540px;
	}

.ProdBoxSpec h3.ProdHeading {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff url(../images/box_heading_other_bg.gif) repeat-x left bottom;
	font: bold 12px/2 Tahoma, Geneva, sans-serif;
	color: #C00;
	}

.ProdBoxSpec h3.ProdHeading p {
	float: left;
	margin: 0;
	padding: 0 10px;
	background: #fff;
	border: 2px solid #c00;
	border-bottom: none;
	}


.ProdBoxSpec .ProdList {
	background: url(../images/box_content_other.gif) no-repeat 0 0;
	}

.HotProdBox {
	padding: 0 5px;
	font: 11px/1.5 Tahoma, Geneva, sans-serif;
	float:center;
	}
.HotProdBox h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	}
.HotProdBox .ProdInfo {
	margin: 0;
	padding: 0;
	color: #666;
	}
.HotProdBox .ProdBrief {
	margin: 0;
	padding: 0;
	height: 80px;
	color: #333;
	}
.HotProdBox .ProdImg {
	float: center;
	padding: 0 0 5px 10px;
	}
.HotProdBox .ProdImg img {
	padding: 2px;
	border: 1px solid #e6e6e6;
	background: #fff;
	}
.HotProdBox .ProdPrice {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.2em;
	color: #C00;
	}
.HotProdBox .ProdPrice small {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	}
.HotProdBox .HotProdBottom {
	background: url(../images/line_dot_vert.gif);
	text-align: right;
	}
.HotProdBox .HotProdBottom a {
	padding: 0 10px 0 20px;
	background: url(../images/dot_tri.gif) no-repeat left center;
	color: #C00;
	}
	
.RightCategories {
	background: #fff url(../images/col_right.jpg) repeat-y 0 0;
	}
.RightCategories h3 {
	margin: 0;
	padding: 0 10px;
	background: url(../images/cate_anim_title.gif) repeat-x 0 0;
	height: 35px;
	font: bold 12px/35px Tahoma, Geneva, sans-serif;
	color: #fff;
	 }
#rightnav {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	}
#rightnav li {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
	}
#rightnav li a {
	display: block;
	padding: 0 20px;
	height: 25px;
	background: url(../images/dot_arrow.gif) no-repeat left center;
	font: 11px/25px Tahoma, Geneva, sans-serif;
	color: #333;
	}
#rightnav li a:hover {
	color: #c00;
	}
	
/*Box Why*/
.BoxWhy {
	margin: 10px 0 ;
	background: url(../images/grad_bg.gif) repeat-x left bottom;
	border: 1px solid #e6e6e6;
	font: 11px/1.5 Tahoma, Geneva, sans-serif;
	color: #666;
	}
.BoxWhy h3 {
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
	background: url(../images/title_content.gif) no-repeat center top;
	font: bold 11px/1.5 Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	}
.BoxWhy ul,
.BoxWhy ul li {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}
.BoxWhy ul li {
	float: left;
	padding: 0 1px 0 0;
	width: 190px;
	}
.BoxWhy ul li h4 {
	display: block;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	border-left: 1px solid #c00;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: #c00;
	}
.BoxWhy ul li p {
	margin: 0;
	padding: 0 10px;
	height: 150px;
	background: url(../images/line_dot_vert.gif) repeat-y 0 0;
	}
.BoxWhy a.Join {
	display: block;
	margin: 10px auto;
	width: 120px;
	height: 18px;
	background: url(../images/btn_bg.gif) no-repeat 0 0;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	text-align: center;
	}
.BoxWhy a.Join:hover {
	background: url(../images/btn_bg_over.jpg) no-repeat 0 0;
	text-decoration: none;
	}
.Trustful {
	float: left;
	padding: 10px;
	width: 178px;
	height: 150px;
	border: 1px solid #e6e6e6;
	}
.Trustful p {
	margin: 0;
	padding: 0;
	font: 11px/1.2 Tahoma, Geneva, sans-serif;
	color: #666;
	}
.Company {
	float: right;
	marign: 0;
	padding: 5px;
	background: url(../images/grad_bg2.gif) repeat-x 0 0;
	width: 758px;
	height: 160px;
	border: 1px solid #e6e6e6;
	}
.Company ul,
.Company ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.Company ul li {
	float: left;
	width: 150px;
	}
.Company ul li h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url(../images/line_dot_hori.gif) repeat-x left bottom;
	color: #c00;
	font: bold 12px/2 Tahoma, Geneva, sans-serif;
	}
.Company ul li a {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/dot_circle.gif) no-repeat left top;
	font: 11px/16px Tahoma, Geneva, sans-serif;
	color: #666;
	}
.BoxIcon {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #e6e6e6;
	}
.BoxIcon ul,
.BoxIcon ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.BoxIcon ul li {
	float: left;
	margin: 0 5px 0 0;
	}
	
/*Subpage-product*/	
.NewsSlide {
	margin: 10px 10px 10px 0 ;
	padding: 10px;
	background: url(../images/grad_bg.gif) repeat-x left bottom;
	font: 11px/2 Tahoma, Geneva, sans-serif;
	color: #333;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.NewsSlide ul,
.NewsSlide ul li {
	margin: 0;
	padding: 0;
	background: url(../images/line_dot_hori.gif) repeat-x left bottom;
	list-style: none;
	}
.NewsSlide ul li a {
	padding: 0 0 0 20px;
	background: none url(../images/dot_circle.gif) no-repeat left center;
	color: #333;
	}

.PageSort {
	background: #ACACAC;
	height: 20px;
	}
ul#sortnav {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	background: url(../images/header_top_link.gif) no-repeat right top;
	}
ul#sortnav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sortnav li a {
	float: left;
	display: block;
	padding: 0 10px;
	background: url(../images/header_top_link.gif) no-repeat 0 -5px;
	height: 20px;
	font: 10px/20px Tahoma, Geneva, sans-serif;
	color: #666;
	white-space: nowrap;
}
ul#sortnav li:hover a, ul#sortnav li a:hover {
	background-position: 50% -30px;
	color: #fff;
	}
ul#sortnav li .sub {
	position: absolute;	
	top: 20px;
	left: 0;
	z-index: 10000;
	background: #900;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	display: none;
}
ul#sortnav li .row {
	clear: both;
	float: left;
	width: 100%;
	}
ul#sortnav li .sub ul{
	margin: 0;
	padding: 0 0 5px 0;
	width: 150px;
	list-style: none;
	float: left;
}
ul#sortnav .sub ul li {
	float: left;
	color: #fff;
}

ul#sortnav .sub ul li a {
	position: relative;
	display: block;
	float: none; 
	padding: 0 20px;
	text-indent: 0; /*--Reset text indent--*/
	width: 110px;
	height: auto;
	background: url(../images/dot_arrow.gif) no-repeat 0 50%;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #e9a6a6;
	white-space: nowrap;
}
ul#sortnav .sub ul li a:hover {
	background: #c00 url(../images/dot_arrow.gif) no-repeat 0 50%;
	color: #fff;
	}

.ProdSort {
	float: left;
	padding: 0 20px;
	text-align: center;
	font: normal 12px/20px Tahoma, Geneva, sans-serif;
	color: #fff;
	height: 20px;
	overflow: auto;
	zoom: 1;
	outline: none;
	}
.ProdSort a {
	/* padding: 3px 10px;*/
	line-height: 20px;
	color: #fff;
	}	
.ProdSort a:hover,
.ProdSort a.current {
	text-decoration: underline;
	background: #333;
	}	
.PageBottom {
	background: url(../images/box_heading_bg.gif) repeat-x;
	height: 30px;
	}	
	
	
	
	
	
/**/
.LocalPath {
	padding: 5px 10px 10px;
	background: #fff;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	text-align: left;
	}
.LocalPath a {
	padding: 0 20px 0 0;
	background: url(../images/icon_list.gif) no-repeat right center;
	text-decoration: underline;
	color: #666;
	}
.PageCenter {
	padding: 0 10px;
	background: #fff;
	font: normal 11px/20px Tahoma, Geneva, sans-serif;
	color: #333;
	}	
.PageTitle {
	padding: 0 10px;
	margin: 0 0 10px 0;
	background: url(../images/box_heading_bg.gif) repeat-x left bottom;
	border-bottom: 1px solid #ccc;
	}
.PageTitle h3 {
	margin: 0;
	padding: 0 0 0 30px;
	background: url(../images/dot_add.gif) no-repeat left center;
	font: 14px/30px Tahoma, Geneva, sans-serif;
	color: #C00;
	}
.BoxBorder {
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
	}
.BoxBorder th {
	background: #999 url(../images/th_bg.jpg) repeat-x left bottom;
	color: #fff;
	}
.BoxBorder tr.rowOne {
	background: #fff;
	border: 1px solid #e6e6e6;
	}
.BoxBorder tr.rowTwo {
	background: #f7f7f7;
	}
.BoxBorder td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	}
.BoxBorder td img {
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	}
a.Del {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 13px;
	background: url(../images/btn_delete.gif) no-repeat 0 0;
	color: #c00;
	line-height: 10px;
	}
a.Del:hover {
	background: url(../images/btn_delete.gif) no-repeat 0 -13px;
	color: #fff;
	text-decoration: none;
	}
	
.ProdSlide {
	margin: 0;
	padding: 10px;
	background: #fff url(../images/grad_bg.gif) repeat-x left bottom;
	font: 11px/2 Tahoma, Geneva, sans-serif;
	color: #333;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}	
.ProdSlide ul,
.ProdSlide ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.ProdSlide ul li {
	float: left;
	width: 120px;
	text-align: center;
	}
.ProdSlide ul li a p {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/dot_arrow.gif) no-repeat left center;
	color: #333;
	text-align: left;
	}
	
.ProdDetail {
	padding: 10px 0;
	}
.ProdDetailImg {
	position: relative;
	float: left;
	padding: 9px;
	background: #fff;
	width: 360px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.ProdDetailImg a img {
	width: 360px;
	}	
	
.ProdDetailInfo {
	float: left;
	padding: 0 10px;
	width: 360px;
	}
.ProdDetailInfo h2 {
	margin: 0;
	padding: 0;
	font: bold 18px/1.5 Tahoma, Geneva, sans-serif;
	color: #333;
	}


.Line {
	padding: 17px 0 12px 0;
	background: url(../images/line_divid.gif) no-repeat center center;
	height: 7px;
	}
.ProdDetailInfo ul,
.ProdDetailInfo ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}
.ProdDetailInfo ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	font: bold 12px/1.5 Tahoma, Geneva, sans-serif;
	}
.ProdDetailInfo ul li p {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 150px;
	background: url(../images/dot_circle.gif) no-repeat left top;
	font-weight: normal;
	color: #999;
	}
.ProdComment {
	padding: 9px;
	background: #fff;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.ProdComment h3 {
	margin: 0;
	padding: 0 0 0 30px;
	background: #fff url(../images/dot_add.gif) no-repeat 0 50%;
	color: #c00;
	}
.PageCenter .ProdListItem {
	margin: 0 5px;}
.BtnView {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 380px;
	height: 20px;
	background:url(../images/btn_view.gif) no-repeat 0 0;
	text-align: center;
	color: #fff;
	font: bold 11px/20px Tahoma, Geneva, sans-serif;
	}

.Footer {
	font: 11px/4 Tahoma, Geneva, sans-serif;
	color: #333;
	text-align: center;
	}
#cartdiv{
	display:none;
	z-index:200;
}
#cartdiv p{
	margin-top:60px;
}



/*2010-02-08 Add * Tips Box Css Define*/
.TipsBox {
	margin: 0 auto;
	padding: 20px;
	width: 500px;
	background: #fff url(../images/float_box_bg.gif) repeat-x left bottom;
	border: 1px solid #C00;
	text-align: left;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	}
.TipsBox h3, .TipsBox h4, .TipsBox h5 {
	margin: 0; padding: 0;
	font-size: 12px;
	}
.TipsBox h3 { font-weight: normal;}
.TipsBox h4 { padding: 20px 0; text-align: center; font-weight: normal;}
.TipsBox h4 a { color:#C00; font-size: 16px; font-weight: bold; text-decoration: underline;}
.TipsBox h5 { margin: 0 0 5px 0; padding: 0 0 5px 0; border-bottom: 1px solid #efefef; font-size: 16px;}
.TipsBox form { margin: 0; padding: 0; border: 0; border-top: 1px solid #fff;}
.TipsBox form p { margin: 0; padding: 5px 0 5px 100px; font-size: 12px;}
.TipsBox form p label { display: block; float: left; width: 80px; line-height: 18px;}
.TipsBox form p input.Keyword {	width: 160px; height: 18px; border-top: 1px solid #666; border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc; border-left: 1px solid #666; font: 12px/18px Tahoma, Geneva, sans-serif;}
.TipsBox form p input.Join { background: url(../images/btn_bg.gif) no-repeat 0 0; border: 0; width: 120px; height: 18px; color: #fff; font: bold 12px/1 Tahoma, Geneva, sans-serif; cursor: pointer; outline: none;}

/*Cart Box Css Define*/
.CartTips {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	background: #fff url(../images/float_box_bg.gif) repeat-x left bottom;
	border: 1px solid #C00;
	text-align: left;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	}
.CartTips form { margin: 0; padding: 0; border: 0; outline: none;}
.CartTips table { padding: 0; font: 11px/1.5 Tahoma, Geneva, sans-serif;}
.CartTips table th { padding: 3px; color: #FFF; text-align: center; background: #C00 url(../images/cart_th_bg.gif) repeat-x left bottom;}
.CartTips table td { padding: 3px 5px; text-align: center; border-bottom: 1px solid #dedede; border-top: 1px solid #fff;}
.CartTips .CartBtn { padding: 5px; text-align: center;}
.CartTips .Join { background: url(../images/btn_bg.gif) no-repeat 0 0; border: 0; width: 120px; height: 18px; color: #fff; font: bold 12px/1 Tahoma, Geneva, sans-serif; cursor: pointer; outline: none;}

.Xtcl{
 background:url(../images/xPageimg1.gif) repeat-x;
 width:500px;
 height:48px;
 line-height:48px;
 border:1px #E76E98 solid;
}


input.Btn140 {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 18px;
	border: 0;
	cursor: pointer;
	background: url(../images/btn_bg_140.gif) no-repeat 0 0;
	font: bold 11px/18px Arial;
	color: #fff;
	text-align: center;
	}
input.Btn120 {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 18px;
	border: 0;
	cursor: pointer;
	background: url(../images/btn_bg_over.jpg) no-repeat 0 0;
	font: bold 11px/18px Arial;
	color: #fff;
	text-align: center;
	}











