body {
    font-family: tahoma, arial, lucida, sans-serif;
    font-size: 0.75em;
    background: #FFFFFF; 
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #666666;
}

h2 {
    clear: left;
    width: 620px;
    background-color: #F4F4EC;
    margin: 0px;
    font-size: 1.05em;
    height: 48px;
    padding: 10px 0px 0px 20px;
}

h3 {
    font-size: 1em;
}

h3 span {
    font-size: 0.75em;
}

a {
    color: #D05A2C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0px;
}

table {
    font-size: 1em;
}

form {
    margin: 0px;
    padding: 0px;
    clear: both;
}

fieldset {
    padding: 3px 0px 0px 0px;
    border: none;
}

input {
    border: 1px solid #454545;
    background-color: #FAFAFA;
}

textarea {
    border: 1px solid #454545;
    background-color: #FAFAFA;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;

}

hr {
    margin: 30px 0px 10px 0px;
}

#topMenu {
    width: 100%;
    height: 58px;
    background: url('images/bg-top-menu.png') top left repeat-x;
}

#topMenu li {
    float: left;
    width: 114px;
    margin: 0px 0px 0px 20px;
}

#topMenu li a {
    height: 58px;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin-left: 24px;
    line-height: 58px;
    font-size: 0.9em;
}

#topMenu li a:hover {
    padding-top: 17px;
    height: 41px;
    line-height: 41px;
    text-decoration: underline;
}

#topMenu1 {
    background: url('images/bg-menu-1.png') 0px 10px no-repeat;
}

#topMenu2 {
    background: url('images/bg-menu-2.png') 0px 10px no-repeat;
}

#topMenu3 {
    background: url('images/bg-menu-3.png') 0px 10px no-repeat;
}

#topMenu4 {
    background: url('images/bg-menu-4.png') 0px 10px no-repeat;
}

#topMenu5 {
    background: url('images/bg-menu-5.png') 0px 10px no-repeat;
}

#topMenu6 {
    background: url('images/bg-menu-6.png') 0px 10px no-repeat;
}

#topPanel {
    width: 100%; 
    height: 165px;
    background: url('images/bg-menu-sub.gif') top left repeat;
}

#topPanel img.contact {
  margin: 20px 0px 0px 70px;
}  

h1#logo {
    margin: 0px; 
    padding: 0px;
    font-size: 12px;
    z-index: 2;
}

h1#logo a {
    background-color: transparent; 
    display: block; 
    position: absolute;
    top: 129px;
    left: 21px;
    width: 150px;
    height: 50px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

h1#logo span {
    width: 144px;
    height: 37px;
    background: url('images/logo-gt.png') top left no-repeat; 
    cursor: pointer; 
    display: block; 
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
}

#topPanel object {
    float: left;
}

#menuSub {
    width: 360px;
    float: left;
    margin: 10px 0px 0px 70px;
    background: transparent;
    position: absolute;
    top: 110px;
    left: 515px;
}

#menuSub li {
    width: 360px;
    height: 30px;
    background: url('images/bg-menu-sub-li.png') bottom left no-repeat;
}

#menuSub li a {
    display: block;
    line-height: 26px;
    padding: 0px 0px 0px 20px;
    color: #FFFFFF;
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
    background: url('images/bg-menu-sub-a.png') 0px 10px no-repeat;
}

#menuSub li a:hover {
    text-decoration: underline;
}

#menuSub li p a{
    display: block;
    width: 80px;
    float: left;
}

#searchBtn {
    font-size: 10px;
    border: 1px solid #535962;
    height: 20px;
    width: 60px;
    background-color: #535962;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#main {
    width: 870px; 
    height: auto;
    position: relative;
}

#gtMenu {
    position: absolute; 
    top: 0px; 
    right: 0px;
}

#productMenu {
    width: 200px;
    height: auto;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 60px;
    float: right;
    background: #FFFFFF;
}

#productMenu li {
    border: 1px solid #FFFFFF;
}

#productMenu li a {
    padding: 3px 0px 3px 15px;
    border-top: 1px dotted #C9CBCF;
    display: block;
    color: #7F7B7B;
    text-decoration: none;
    background: url('images/arrow-gray.png') 0px 8px no-repeat;
}

#productMenu li a:hover {
    text-decoration: underline;
}

#productMenu #active {
    color: #D05A2C;
    background: url('images/arrow-orange.png') 0px 8px no-repeat;   
} 

#productMenu li ul li {
    margin-left: 10px;
}

#productMenu li ul li a {
    border: 0px;
    padding: 3px 0px 3px 15px;
    margin: 0px;
}

#productMenu li ul li ul li a {
    padding: 3px 0px 3px 15px;
}

#productMenu .topCat {
    color: #000000;
}

#content {
    width: 600px;
    float: left;
    margin: 20px 0px 40px 20px;
} 

.product {
    float: left;
    width: 33%;
    height: 140px;
    position: relative;
    margin-bottom: 40px;
}

.product a {
    font-size: 0.75em;
    line-height: 1.5em;
}

.product p {
    color: #000000;
    font-size: 1.em;
    font-weight: bold;
    display: block;
    float: right;
    width: 100px;
    margin: 0px;
}

.product img {
    float: left;
}

.producer {
    font-weight: normal;
    font-size: 0.95em;
    margin-top: 3px;
    display: block;
}

.priceText {
    color: #858A92;
    font-size: 10px;
    display: block;
    margin-top: 8px;
}

.price {
    color: #D05A2C;
}

.product a img.info {
    position: absolute;
    top: 115px;
    left: 98px;
}

.product .quant {
    float: left; 
    width: 24px; 
    height: 17px;
    _height: 19px; 
    padding: 0px; 
    margin-right: 10px;
}

#paging {
    width: 620px; 
    float: left; 
    background-color: #F4F4EC; 
    height: 30px; 
    text-align: center; 
    line-height: 30px; 
}

.cleaner {
    clear: both;
}

#bottom {
    height: 170px; 
    width: 100%; 
    background: url('images/bg-bottom.png') top left repeat;
    position: relative;
    margin: 30px 0px 0px 0px;
    color: #FFFFFF;
}

#bottom p {
    padding: 50px 0px 0px 50px;
    line-height: 1.5em;
}

#bottom a {
    color: #FFFFFF;
}

#bottom img {
    position: absolute;
    top: -46px;
    right: 0px;
}

#bottom #banners {margin-top: 45px; padding-left: 50px;}

#bottom #banners img {
    position: static;
}

.red {
    color: #FF0000;
}

.button {
    background-color: #CECECE;
}

#buy {
    margin: 20px 0px 0px 0px;
}

#buy input {
    width: 26px;
}

#buy .newPrice {
    font-size: 1.25em;
    font-weight: bold;
    color: #D5580C;
}

#buy .icon {
    border: none;
}

#detailRight {
    width: 50%; 
    float: left;
    text-align: center;
}

#detailRight img {
    display: block;
    clear: both;
}

.basket {
    width: 100%;
    margin: 30px 0px 10px 0px;
    border: 1px solid #9A9A9A;
}

.basket th {
    color: #D5580C; 
    text-align: left;
}

.basket input {
    width: 26px;
}

.buttonBuy {
    height: 22px;
    line-height: 20px;
    width: 250px;
}

.hrefToButton {
    background-color: #FAFAFA;
    height: 21px;
    display: block;
    width: 250px;
    text-align: center;
    border: 1px solid #454545;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
}

.sitemap {
    width: 49%; 
    margin: 0px; 
    float: left; 
    text-align: left; 
    height: auto;
}

.sitemap li {
    line-height: 20px;
}

#contactForm {
    width: 360px;
    float: right;
    margin: 0px 0px 0px 20px;
}

#contactForm td.right {
    text-align: right;
    padding-right: 20px;
}

.messages {
    float: left;
    width: 620px;
    margin: 0px 0px 40px 0px;
    border: 1px dotted #D5580C;
    background-color: #F4F4EC;
}

.messages h2 {
   margin: 0px 0px 0px 20px;
   width: 500px;
}

.messages p {
    margin: 0px 0px 10px 20px;
}

.photos img {border: 1px solid #454545; margin: 20px 15px 0px 0px;}


