﻿@charset "utf-8";
/* CSS Document */

Body, Html {
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
background-image:url(images/header_bg.jpg);
background-repeat:repeat-x;
background-position:top;
}

a:link, a:active, a:visited
{
    color:#333333;
    text-decoration:none;
}
a:hover
{
    color:#c00015;
    text-decoration:underline;
}

.PagerLink
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
.PagerLink A:link
{
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
}
.PagerLink A:hover
{
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}

.BottomBg 
{
background-image:url(images/bottombg.jpg);
background-repeat:no-repeat;
background-position:center;
}
.HrLine 
{
border:dashed 1px #cccccc;
}
.ProductName
{
    color: #993399;
	font-weight: bold;
}
.PaddingTop {
padding-top:10px;
}
.PaddingLeft {
padding-left:10px;
}
.PaddingRight {
padding-right:10px;
}
.PaddingBottom {
padding-bottom:10px;
}
.CNHeaderBg {
background-image:url(images/header_bg_cn.jpg);
background-repeat:no-repeat;
background-position:right;
}
.CategoryLink:link, .CategoryLink:active, .CategoryLink:visited
{
    color:#333333;
    text-decoration:none;
}
.CategoryLink:hover
{
    color:#c00015;
    text-decoration:none;
}
.DashBorderLeft
{
    border-left:dashed 1px #dddddd;
    padding:5px;
}

.HrDot
{
    border:#cccccc dashed 1px;
}

.ProductTitle
{
    font-family:Verdana;
    font-size:15px;
    font-weight:bold;
    color:#333333;
}
.ProductSmallerTitle
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    color:#333333;
}
.SpecialPrice
{
    font-family:Verdana;
    font-size:15px;
    font-weight:bold;
    color:Red;
}
.NowrapText
{
    white-space:nowrap;
}
.SmallerText 
{
font-size:11px;
color:#333333;
}
.BorderBottom 
{
border-bottom:#cccccc solid 1px;
}
.ProductPanelBg
{
    background-image:url(images/core_box_bg.gif);
    background-repeat:repeat-y;
}
.DescriptionFont
{
    font-size:11px;
    color:#7e7e7e;
    font-style:italic;
}
.FooterText 
{
font-size:11px;
}
.WaterMark
{
    background-color:#FFFFCC;
    color:#bcbcbc;
    font-size:10px;
    font-style:italic;
}
.LeftAlign
{
    text-align:left;
}
.LineHeight
{
    line-height:19px;
}
.ImageSpace
{
   padding:40px;
}

.MenuBg {
background-image:url(images/menu_m.jpg);
background-repeat:repeat-x;
}
.MenuLink:link, .MenuLink:active, .MenuLink:visited {
color:#FFFFFF;
text-decoration:none;
}
.MenuLink:hover {
color:#FFFFFF;
text-decoration:underline;
}
.FooterBg {
height:90px;
background-color:#efefef;
font-size:11px;
}
.BoxBg {
background-image:url(images/box_m.jpg);
background-repeat:repeat-y;
}
.TopBoxBg 
{
    background-image:url(images/box_top.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
.DashedBorderBottom {
border-bottom:#cccccc dashed 1px;
}
.FeatureBg {
background-image:url(images/feature_bg.jpg);
background-repeat:repeat-x;
}