
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Tahoma, Verdana, Arial, sans-serifarial,Helvetica;
  font-size: 11px;
  line-height: 1.5;
}


body a:hover, body a:active {
   color: #FF7900;
}


#content {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

/*
 *
 * 1. site header
 *
 */
 #advert {
   width:100%;
   height:120px;
   margin: 0 auto;
   padding: 0;
   text-align:left;
   background: url(/site_images/back.jpg);
   border: 1px solid #FCE586;     /*  for firefox */
}

.advert-intr {
   width: 535px;
   margin: 15px 0 0 9px;
   padding: 0;
   font-size: 11px;
   color: #655940;
}


#header {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}


#site-navigate {
   margin:0;
   padding:0;
   float:left;
   width: 960px;
}

#menu-box {
   float: left;
   margin:0;
   padding:0;
   width: 100%;
   height: 28px;
   background: url("/site_images/menu_bg.gif") no-repeat left top;
}

#menu {
   margin: 0 0 0 200px;
   padding:0;
   text-align: center;
   font-weight: bold;
   font-family: Arial;
}

#menu .menuitem {
   margin-left: 2px;
   padding:0;
   float: left;
   width: 120px;
   height: 28px;
   display: inline;
   border: 1px solid #9AB6D2;
}

#menu .menuitem-selected {
   margin-left: 2px;
   padding:0;
   float: left;
   width: 120px;
   height: 28px;
   display: inline;
   background: url("/site_images/menu_hl_bg.gif") no-repeat bottom right;
}

#menu a {
   font-size: 13px;
   color: #14156A;
   text-decoration: none;
}

/*
#menu a:link {
   text-decoration: none;
   color: #14156A;
}

#menu a:visited {
   text-decoration: none;
   color: #14156A;
}
*/

#menu a:hover, #menu a:active {
   text-decoration: underline;
   color: #FF7900;
}



#site-search  {
   clear: both;
   margin:0;
   padding-top: 6px;
   width: 100%;
   height: 40px;
   font-size: 10px;
   background: url("/site_images/site_search_bg.gif") no-repeat;
}

#site-search .search-box {
   margin:0;
   padding:0;
}

/*
#site-search input {
   height: 22px;
   border: 1px solid #418FB4;
}
*/

#site-search .search-input {
   border: 1px solid #418FB4;
}

#site-search .search-submit {
   width: 60px;
   height: 22px;
   margin:0;
   padding:0;
   border:0;
   background: url("/site_images/search.gif");
}

#site-space {
   clear:both;
   margin:0;
   padding:0;
   width:100%;
   height: 35px;
   text-align: right;
   background: url("/site_images/site_search_foot_bg.gif") no-repeat left top;
}

#site-space a {
   color: #0000FF;
}

#site-space a:hover, #site-space a:active {
   text-decoration: none;
   color: #FF5B14;
}



#banner-left {
   float: left;
   margin:0;
   padding:0;
   width: 250px;
   text-align: left;
}

#banner-right {
   float: right;
   margin: 0;
   padding: 0;
   width: 700px;
/*   height: 80px; */
   text-align: left;
}

#logo-photo {
   margin: 0;
   padding: 0;
}

#banner-left img {
   margin:0;
   border:0;
   border: 0;
}

#banner-right H1 {
   margin:0;
   padding:0;
   font-family: Arial;
   font-size: 11px;
   font-weight: normal;
   color: #808080;
}

#pageinfo {
   clear: both;
   margin: 0;
   padding: 0;
   width: 100%;
   height: 25px;
}

#submenu {
   float: right;
   margin-top: 3px;
   padding: 3px 0 0 0;
   width: 350px;
   height: 25px;
   text-align: center;
   background: url("/site_images/sub_menu_bg.gif") ;
   color: #612500;
}

#submenu a {
   text-decoration: none;
   color: #612500;
}

#submenu a:hover, #submenu a:active {
   text-decoration: underline;
}



/*
 *
 * 2. site product-index
 *
 */

#mysitespace {
   margin:0;
   padding:0;
   clear:both;
   height: 25px;
}

 #prd-index {
  margin: 0 auto;
  width: 960px;
  height: 20px;
  border-bottom: 1px solid #efefef;
}

#prd-index p {
   margin:0;
   padding:3px;
   /*letter-spacing: 5px;*/
   word-spacing: 15px;
}

#prd-index a {
   font-size: 10px;
}

#prd-index a:link {
   text-decoration: none;
   color: #655940;
}

#prd-index a:visited {
   text-decoration: none;
   color: #655940;
}

#prd-index a:hover, #prd-index a:active {
   text-decoration: underline;
   color: #FF0000;
}


/*
 *
 * 3. site footer
 *
 */

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  text-align:center;
}

#footer p {
   margin:3px;
   font-size: 10px;
   color: #666666;
}

#footer img {
   margin-right:10px;
   border:none;
}

#footer a {
   margin-right: 5px;
}

#footer a:link {
   text-decoration: underline;
   color: #655940;
}

#footer a:visited {
   text-decoration: underline;
   color: #655940;
}

#footer a:hover, #footer a:active {
   text-decoration: none;
   color: #FF0000;
}

#footer h5 {
	margin: 6px 0 0 0;
   font-size: 10px;
   color: #666666;
   font-weight: normal;
}

/*
 *
 * 4. site page navigator
 *
 */


/*
#pagenav {
   margin:10px 0 0 0;
   padding:5px 0 5px 0;
   width: 100%;
   clear: both;
   text-align:left;
   font-size:12px;
   color: #003399;
}
*/

#pagenav a {
   text-decoration: none;
   font-weight: bold;
   color: #003399;
}

#pagenav a:hover, #pagenav a:active {
   text-decoration: underline;
   color: #FF5B14;
}


/********   box style ***********************/

.box-title {
   height:25px;
   background: url(/site_images/box_title_bg.jpg);
   padding-left: 18px;
   font-size: 12px;
   color: #612500;
   border: 1px solid #FFB64B;
}

.box-body {
   padding-top: 6px;
   background: url(/site_images/box_side_line.gif);
}

.box-list-separator  {
   margin: 2px 0 6px 15px;
}

/*
.box-list-prefix {
   margin-left: 15px;
   font-size:12px;
   font-weight:bold;
   color: #869E62;
}
*/

.blp { /* box-list-prefix */
   width: 22px;
   text-align:right;
   font-size:12px;
   font-weight:bold;
   color: #869E62;
   display: inline-block;
   /*border: 1px solid red;*/
}


.hl-category {
   color: #FF5B14;
   font-size: 12px;
}


.hl-category-navbar {
   color: #FF5B14;
   font-size: 12px;
}


.hl-pcategory {
   color: #003399;
   font-size: 12px;
}


/*
 *
 * 6. category box style
 *
 */

#category {
   border: 1px solid #ffb64a;
   /*background-color: #fffbef;*/
}

#related-category {
   border: 1px solid #ffb64a;
}

#cat-header, #relatedcat-header {
   margin:0;
   padding: 3px 0 0 15px;
   height: 25px;
   text-align: left;
   background: url(/site_images/box_title_bg.jpg);
   color: #612500;
}

#cat-header {
   font-size: 12px;
}


#cat-header-text {
   float:left;
}

#cat-header-up {
   float:right;
}

#relatedcat-header {
   font-size: 12px;
}


#category ul {
   margin: 0;
   padding: 0;
}

#category li {
   margin:0;
   padding:5px 0 5px 0;
   width:100%;
   list-style: none;
   display:block;
   text-align:left;
   font-size:11px;
  /* font-family: tahoma,arial, sans-serif;*/
}


#category a, #related-category a{
   font-size: 11px;
}


#category a:link, #related-category a:link{
   text-decoration: none;
   color: #8A774F;  /* #8A774F */
}


#category a:visited, #related-category a:visited {
   text-decoration: none;
   color: #8A774F;
}

#category a:hover, #category a:active, #related-category a:hover, #related-category a:active {
   text-decoration: underline;
   color: #FF6600;
}

/*
 *
 * 7. hot-search box style
 *
 */

#hotsearch  {
   border: 1px solid #FFB64A;
}

#hotsearch-header {
   margin-bottom: 5px;
   padding: 3px 0 0 15px;
   height: 25px;
   font-size: 12px;
   text-align: left;
   background: url("../site_images/box_title_bg.jpg");
   color: #FF0000;
}


#hotsearch ul, #related-category ul {
   margin:10px 0 10px 25px;
   padding:0;
   list-style-image:url("../site_images/arrow_menu.gif");   
}

/*
#hotsearch li {
   margin:0;
   padding:4px 0 0 0;
   width:100%;
   height: 25px;
   list-style: none;
   list-style-type:none;
   list-style-type:decimal;
      list-style: none;
   list-style-type:none;
   text-indent: 8px;
   display:block;
   text-align:left;
   border-bottom:1px solid #efefef;
}
*/

#hotsearch li, #related-category li {
   margin:0;
   width:100%;   
}

#hotsearch a {
   font-size: 11px;
}

#hotsearch a:link {
   text-decoration: none;
   color: #08308c;  /* #08308c */
}

#hotsearch a:visited {
   text-decoration: none;
   color: #08308c;
}

#hotsearch a:hover, #hotsearch a:active {
   text-decoration: underline;
   color: #FF6600;
}


/*
 *
 * 8. product-list style
 *
 */
#productlist ul {
   float:left;
   width:700px;
   margin:0;
   padding-left: 25px;
   color: #666666;
}

#productlist img {
   border: none;
}

#productlist li {
   margin:0;
   padding-top:15px;
   width:100%;
   list-style: none;
   float: left;
   display: block;
   border-bottom: 1px solid #efefef;
}

#prdlist-header {
   margin: 0;
   padding: 2px 0 0 15px;
   height: 33px;
   text-align: left;
   background: url(/site_images/box_title_bg2.gif);
   border-bottom: 1px solid #CADDE4;
   font-size: 11px;
   font-family: verdana;
}

#prdlist-footer {
   clear: both;
   margin: 0;
   padding: 2px 0 0 15px;
   height: 33px;
   text-align: left;
   background: url(/site_images/box_title_bg2.gif);
   border-top: 1px solid #CADDE4;
   border-bottom: 1px solid #CADDE4;
   font-size: 11px;
   font-family: verdana;
}

#prdlist-header strong {
   font-weight: normal;
}

#productlist .prodsel {
   margin: 0;
   padding: 0;
   float: left;
   display: inline;
}

#productlist .viewmode {
   margin: 3px 5px 0 0;
   padding-top: 2px;
   float: right;
   display: inline;
}

.pdlist-photo {
   margin: 0;
   padding:0;
   float:left;
   width: 200px;
}
   
.pdlist-photo .pdchk {
   margin: 0;
   padding:0;
   float:left;
   width: 30px;
   height: 180px;
}

.pdlist-photo .pdpho {
   margin: 0 auto;
   padding: 5px 0 0 0;
   float: right;
   width: 160px;
   height: 160px;
   text-align: center;
   border: 1px solid #efefef;
}

.pdlist-info {
   margin:0;
   padding:0;
   width:475px;
   float:right;
   text-align:left;
}

.pdlist-info p {
   margin:0;
   padding:3px 0 1px 0;
   font-family: tahoma, Arial, sans-serifarial;
   font-size:11px;
}

.pdlist-pdname {
   color:green;
}

.pdlist-detail {
   margin:10px 0 0 0;
   padding:0;
   float:right;
   width:500px;
   text-align:left;
}

.pdlist-detail img {
   margin:0;
   padding:0;
   border:0;
}
.pdlist-photo img {
   border: none;
}

/*
.pdlist-photo .pdchk img {
}
*/

.pdlist-photo .checknormal {
   display: block;
}

.pdlist-photo .checkhidden {
   display: none;
}

.vprice {
/*
   font-size:11px;
   font-weight: bold;
   color: #FF0000;
*/
}

.prd-lab {
}


.pdlist-info a {
   margin-right: 5px;
   font-size: 11px;
   color: #003399;
}

.pdlist-info a:link {
   text-decoration: none;
   color: #003399;
}

.pdlist-info a:visited {
   text-decoration: none;
   color: #003399;
}

.pdlist-info a:hover, .pdlist-info a:active {
   text-decoration: underline;
   color: #FF6600;
}


#pager {
   clear:both;
   margin: 0;
   padding-top: 10px;
   font-size: 11px;
   height:30px;
   text-align:center;
}

#pager a {
   color: #0000ff;
   text-decoration: none;
}

#pager a:hover, a:active {
   text-decoration: underline;
}


#pager .hint {
   color: #666666;
}

#pager .hlpage {
   color: #FF0000;
}

