﻿.gDivSection
{
    margin:0 auto;
    margin-bottom:30px;
    height:100%;
    font-weight:bold;
    font-size:14pt;
    font-family:Arial;
    border:double 2pt #336666;
    width:602px;
    text-align:center;
   

    
}
.gDivSectionHead
{
    margin:0 auto;
    height:100%;
    font-weight:bold;
    font-size:14pt;
    font-family:Arial;
    width:602px;
    text-align:center;
}
.gItem
{
    margin:0 auto;

    border-top: solid 1pt silver;
    border-left: solid 1pt silver;
    border-right: solid 2pt #336666;
    border-bottom: solid 2pt #336666;
    width:580px;
    text-align:left;
    margin-bottom:25px;
    margin-left:10px;
    margin-right:10px;
}
.gHeader
{
    text-align:left;
    font-weight:bold;
    font-size:12pt;
    font-family:Arial;
    background-color:#ECE9D8;
    width:570px;
    margin-right:15px;
}
.gBody
{
    font-size:11pt;
    font-family:Arial;
    font-weight:normal;
    margin-left:5px;
    text-align:left;
    width:400px;
}
.gCaption
{
    font-size:8pt;
    font-family:Arial;
    font-weight:normal;
}
.colIMG
{
    margin:0 auto;
    width:200px;
    float:right;
    border:inset 1pt #ECE9D8;
    text-align:right;
}
.col1
{
    position:relative;
    margin:0 auto;
    float:left;
    border:solid 1pt green;
    text-align:left;
    height:auto;
}
.col2
{
    margin:0 auto;
    margin-left:10px;
    float:left;
    width:400px;
    text-align:left;
    border:solid 1pt yellow;
    font-weight:normal;
    font-size:11pt;
}
.gThumb
{
    float:right;
    margin:0 auto;
}

a.aImg {
display:block;
left:0px;
top:0px;
float:left;
width:16px;
height:16px;
text-decoration: none;
}
a.aImg:hover 
{ 
    float:left;
    width:400px;
    height:400px;
}


.gPrice
{
    margin-left:15px;
    font-size:10pt;
    font-weight:bold;
}
/**/
.wDiv
{
    text-align:left;
    margin: 0 auto;
    background-color:white;
    width:75%
}
.wItem
{
    margin:0 auto;

    border-top: solid 1pt silver;
    border-left: solid 1pt silver;
    border-right: solid 2pt #336666;
    border-bottom: solid 2pt #336666;
    
    text-align:left;
    margin-bottom:25px;
    margin-left:10px;
    
}
.wHeader
{
    text-align:left;
    font-weight:bold;
    font-size:12pt;
    font-family:Arial;
    background-color:#ECE9D8;
    
}
.wBody
{
    font-size:11pt;
    font-family:Arial;
    font-weight:normal;
    margin-left:5px;
    text-align:left;
    
}
.wCaption
{
    
    font-size:10pt;
    font-weight:bold;
    text-align:left;
}
.wPic
{
    width:100%;
    float:left;
}
.wImgFL
{
    float:left;
    
}
.wImgFR
{
    float:right;
    
}