html {
    background-color: #daece1;
}
body {
    background-color: #ffffff;
    width: 900px;
    margin: 0px;
    padding: 0px;
    margin: auto;
}
.main_table {
    background-color: #ffffff;
    padding-top: 4px;
}
.head_logo {
    position: relative;
    height: 74px;
}
.head_logo .logo {
    display: block;
    width: 241px;
    height: 58px;
    background: url('images/custom/logo.gif') no-repeat;
    margin: 17px 0px 0px 18px;
}
.head_logo .phone {
    top: 0px;
    right: 20px;
    position: absolute;
    color: #0b9444;
    font-size: 18px;
    text-align: right;
}
.head_logo .auth {
    top: 0px;
    right: 20px;
    position: absolute;
    color: #0b9444;
}
.head_logo .language {
    float: right;
    padding-right: 20px;
}
.head_logo .printable {
    float: right;
    padding-right: 20px;
}

.speed_bar {
    background: url('images/custom/speed_bar_bg.jpg') repeat-x;
    height: 25px;
    text-align: center;
}
.speed_bar a:link,
.speed_bar a:visited,
.speed_bar a:hover,
.speed_bar a:active  {
    padding: 0px 15px 0px 15px;
    line-height: 25px;
    font-size: 10px;
    color: #ffffff;
    background: url('images/custom/speed_bar_border.gif') 100% 50% no-repeat;
}
.speed_bar a.last:link,
.speed_bar a.last:visited,
.speed_bar a.last:hover,
.speed_bar a.last:active  {
    background: none;
}

.menu .title {
    background: url('images/custom/menu_title_bg.jpg') repeat-x;
    line-height: 21px;
    padding-left: 10px;
    color: #ffffff;
}
.menu .title a:link,
.menu .title a:visited,
.menu .title a:hover,
.menu .title a:active  {
    color: #ffffff;
}
.menu .content {
    padding: 7px;
    margin-bottom: 4px;
    border: 1px solid #04622b;
    background-color: #e6f2eb;
}
.menu .content a:link,
.menu .content a:visited,
.menu .content a:hover,
.menu .content a:active  {
    color: #006633;
}

.dialog .title {
    color: #1a651e;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 2px solid #f5d07c;
}
.dialog .content {
    padding: 5px;
    vertical-align:top;
}

.PListImgBox,
.ProductPrice,
.ProductTitle {
    color: #1a651e;
}
.price {
	font-weight: bold;
	color: #1a651e;
	margin-bottom: 10px;
	font-size: 12px;
}

.button_simple {
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    line-height: 18px;
    background: url(images/go.gif) no-repeat 100% 0%;
    white-space: nowrap;
}

a.button.button:link,
a.button.button:visited,
a.button.button:hover,
a.button.button:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: 2px;
    line-height: 20px;
}
.button.button .btc {
    padding: 8px;
    line-height: 20px;
    background: url(images/custom/butbg.gif) repeat-x 0% 50%;
	color: #fff;
}
.button.button .btl {
    padding: 2px 9px 2px 9px;
    background: url(images/custom/but1.gif) no-repeat 100% 50%;
}
.button.button .btr {
    padding: 2px 9px 2px 9px;
    background: url(images/custom/but2.gif) no-repeat 0% 50%;
}

.bottom {
    height: 54px;
    line-height: 18px;
    margin-bottom: 10px;
    background: #fff;
    clear: both;
    border-top: 1px solid #daece1;
}
.bottom a:link,
.bottom a:visited,
.bottom a:hover,
.bottom a:active  {
    color: #006633;
}   
.bottom .company {
    float: left;
    padding-left: 10px;
    text-align: left;
    height: 54px;
}
.bottom .copy {
    float: right;
    padding-right: 10px;
}
