﻿body {
    font-family: Arial;
    background-color: #76BBE5;
    line-height: 1.5;
    color: #666666;
    font-size: 0.8em;
}

a {
    text-decoration: none;
    color: #1977b8;
}

a:hover {
    text-decoration: underline;
    color: #1977b8;
}

h1 {
    font-family: Georgia;
    color: Black;
    font-size: x-large;
}

h2 {
    font-family: Georgia;
    color: Black;
    font-size: large;
}

h3 {
    font-family: Georgia;
    color: Black;
}

address {
    color: Black;
    font-family: Georgia;
    padding: 5px 1em;
}

.ButtonStyle {
    font-family: Arial;
    width: auto !important;
    margin-right: 10px;
    border: 1px solid #bfbfbf;
    border-right-color: #908d8d;
    border-bottom-color: #908d8d;
    padding: 1px .5em;
    color: #000;
    overflow: visible;
    background: #FFFFFF url(../image/button.png);
}

.ButtonStyle:active {
    border: 1px solid #908d8d;
    border-right-color: #afafaf;
    border-bottom-color: #afafaf;
}

.ButtonStyle:hover {
    cursor: pointer;
}

.PrimaryButtonStyle {
    font-family: Arial;
    border: 1px solid #d5bd98;
    border-right-color: #935e0d;
    border-bottom-color: #935e0d;
    background: #ffa822 url(../image/button_primary.gif) left 17.5% repeat-x;
}

.PrimaryButtonStyle:hover {
    cursor: pointer;
}

.IconStyle {
    border: none;
    margin: 0 0.5em;
}

.DescTextStyle {
    color: #00A0DD;
}

#PageContainer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#HeadContainer {
    background-image: url(../image/HeadBackgroundImage.gif);
    height: 70px;
    background-repeat: repeat-x;
    background-color: White;
}

#LogoContainer {
    width: 1px;
    padding: 0 10px;
}

#NavigationContainer {
    text-align: right;
    padding: 0 10px;
    color: #999999;
    font-size: 1.2em;
}
#NavigationContainer a {
    text-decoration: none;
    margin: 0 5px;
    font-weight: bold;
    color: Black;
}
#NavigationContainer a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: Black;
}

#OrderContainer {
    font-size: small;
    text-align: right;
    padding: 0 10px;
}

#BodyContainer {
    background-color: White;
    padding: 10px;
}

.ImageTextTableContainer {
    margin: 0;
    margin-bottom: 10px;
    width: 270px;
    border: 1px solid #E0E0E0;
    border-spacing: 0;
    padding: 0;
}

.ImageTextTableContainer thead td {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 20px;
    font-weight: bold;
    color: Black;
    text-align: left;
}

.ImageTextTableContainer tbody .ImageTdContainer {
    padding: 0;
}

.ImageTextTableContainer tbody .TextTdContainer {
    padding: 5px 10px;
    text-align: left;
}

#FootContainer {
    text-align: center;
    font-size: 9px;
    background-color: White;
    padding: 0em 1em 1em 1em;
}

blockquote.pullquote {
    padding: 12px 0;
    margin: 5px 15px 8px 0;
    float: left;
    text-align: center;
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    border-left: 0;
    border-right: 0;
    line-height: 1;
    background: #fefefe;
}
blockquote.pullquote.right {
    margin: 5px 0 8px 15px;
    float: right;
}
blockquote.pullquote h2 {
    margin: 0 !important;
    font-family: Georgia;
    color: #029CDC;
    font-size: large;
}

.ListTableStyle {
    width: 100%;
}

.ListTableStyle thead {
    background-color: #d7ebff;
    color: Black;
}

.ListTableStyle thead th {
    padding: 5px 5px 5px 10px;
}

.ListTableStyle tfoot {
    background-color: #d7ebff;
    color: Black;
}

.ListTableStyle tfoot td {
    padding: 5px 5px 5px 10px;
}

.ListTableStyle tbody {
    color: Black;
}

.ListTableStyle tbody td {
    padding: 5px 5px 5px 10px;
}

.ListTableStyle tbody .HoverTrStyle {
    background-color: #F8F8D4;
}

.DetailTableStyle {
    border: solid 1px #CCCCCC;
}

.DetailTableStyle th {
    text-align: left;
    padding: 3px 3px 3px 5px;
}

.DetailTableStyle td {
    padding: 3px 3px 3px 5px;
}

.ProductPrimaryImage {
    float: left; 
    margin: 0 10px 10px 0;
}

.ProductSecondImage {
    float: right; 
    margin: 0 0 10px 10px;
}


/************************/

.buyBut
{
    background:url('../image/buy.png') no-repeat;
    width:65px;
    height:23px;
    border:0px;
    cursor:pointer;
}

.detailBut
{
    background:url('../image/detail.png') no-repeat;
    width:65px;
    height:23px;
    border:0px;
    cursor:pointer;
}

.proBg{ background:url('../image/proBg.png') no-repeat center; width:140px; height:183px; border:0px;}

.proName{ font-family:Trebuchet MS; font-size:15px; color:#000; text-align:center; padding:4px 0px 3px 0px;}
.proPrice{ font-family:Trebuchet MS; font-size:18px; color:#8e8e8e; text-align:center;}
