#left {
    clear: left;
    width: 662px;
    float: left;
}

#theme, .theme {
    border: solid 1px #398741;
    width: 656px;
    position: relative;
}

* html #theme {
    width: 654px;    
}

.theme {
    margin-bottom: 5px;
    padding: 5px;
    width: 646px;
}


#pic {
    width: 321px;
    padding: 3px 0 1px 4px;
    float: left;
    overflow: hidden;
}

#slogan {
    margin-left: 10px;
    padding: 50px 0 35px 20px;
    overflow: hidden;
}

.extra {
    width: 319px;
    float: left;
    margin: 5px 4px 0 0;
    position: relative;
    padding: 3px;
    border: 1px #398741 solid;
}

* html .extra {
    padding-left: 0;
    width: 321px;
}

.end {
    margin-right: 0 !important;
}

.description {
    overflow: hidden;
    padding-left: 3px;
    background-color: red;
}

* html .description {
    margin-left: 160px;
}

/**/

.extra .info {
    background-color: #d5e6af;
    height: 23px;
    width: 153px;
    position: absolute;
    right: 3px;
    bottom: 3px;
}
/**/

#questions {
    margin-top: 5px;
}

#questions li {
    border-bottom: 1px solid #368955;  
    background: url(../img/item-quest.gif) no-repeat 190px center;
}

#questions a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 7px 35px 4px 19px;
}

* html #questions a {
    height: 18px;
}

#questions a:hover {
    background: url(../img/item-quest.gif) no-repeat 190px center #fff;
}

#right {    
    margin-left: 662px;
    position: relative;
}

#leftColumn {
    background-color: #d6ecb0;
    padding: 1px 0px 0 4px;
    width: 91px;
    float: left;
    min-height: 569px;
}

* html #leftColumn {
    width: 95px;    
}

#leftColumn a {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

* html #leftColumn{
    height: 573px;
}

.list {
    margin: 9px 0;
    padding-bottom: 3px;
    width: 87px;
    clear: left;
}

#rightColumn {
    margin-left: 99px;
    background-color: #d6ecb0;
    padding-top: 4px;
    min-height: 566px;
}

* html #rightColumn{
    height: 573px;
    width: 215px;
    margin-left: 0;
    position: absolute;
    left: 5px;    
}

#delivery {
    margin-top: -2px;
}

.line {    
    margin: 0 -2px;
    border-top: 1px solid #006837;    
}


















