#green-round
{
    width:950px;
    margin:0px auto;
    background:#FFFFFF url(../image/l.gif) repeat-y left top;
}

.top
{
    width:100%;
    height:12px;
    background:url(../image/t.gif) repeat-x left top;

}

#tl
{
    float:left;
    height:12px;
    width:12px;
    background:url(../image/tl.gif) no-repeat left top;
}

#tr
{
    float:right;
    height:12px;
    width:12px;
    background:url(../image/tr.gif) no-repeat right top;
}

.bottom
{
    width:100%;
    height:12px;
    background:url(../image/b.gif) repeat-x left top;
    margin:0;
}

#bl
{
    float:left;
    height:12px;
    width:12px;
    background:url(../image/bl.gif) no-repeat left top;
}

#br
{
    float:right;
    height:12px;
    width:12px;
    background:url(../image/br.gif) no-repeat right top;
}

.center-content
{
    background:#DDEE8A url(../image/r.gif) repeat-y right top;
    margin:0 0 0 12px;
    padding:0 12px 0 0;
    height:1%;
}

.dummy_div
{
    height:1px;
    clear:both;
}

.control_caption
{
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:left;
    margin-bottom:5px;
}

#static_choice
{
    display:block;
    padding-left:4px;
    margin-bottom:20px;
}

#hr_line
{
    width:942px;
    height:2px;
    background:#FFFFFF;
    margin-left:-12px;
}

#static_choice table
{
    margin:5px 0 5px auto;
}

#static_choice table td
{
    padding:0px;
    border:0px;
    width:170px;
    height:48px;
}

#static_choice a
{
    font-weight:normal;
    font-size:14px;
    color:#FFFFFF;
    padding:0;
    width:160px;
    line-height:38px;
}

#static_choice a span
{
    display:inline-block;
    vertical-align:middle;
    height:38px;
    cursor:pointer;
}

#static_choice a .middle
{
    width:144px;
    background:transparent url(../image/static_button_bg.gif) repeat-x;
}

#static_choice a .left_side
{
    width:8px;
    background:transparent url(../image/static_button_l.gif) no-repeat left top;
}

#static_choice a .right_side
{
    width:8px;
    background:transparent url(../image/static_button_r.gif) no-repeat left top;
}

#static_choice .selected a .middle
{
    color:#197B30;
    background:transparent url(../image/static_button_selected_bg.gif) repeat-x left top;
}

#static_choice .selected a .left_side
{
    background:transparent url(../image/static_button_selected_l.gif) no-repeat left top;
}

#static_choice .selected a .right_side
{
    background:transparent url(../image/static_button_selected_r.gif) no-repeat right top;
}



#static_choice .yui-button
{
    border-top-width:0;
    border-bottom-width:0;
    background:none;
}

#static_choice .yui-button .first-child
{
    border-left-width:0;
    border-right-width:0;
}










#PL_table
{
    width:100%;
    border-collapse:collapse;
    background-color:#FFFFFF;
    margin:10px 0 2px 0;
}

#PL_table td
{
    border:0;

    padding:2px;
    color:#518129;
    text-align:center;
    width:25%;
    border-bottom:1px dotted #CCCCCC;
}

#PL_table div.product_item
{
    border:1px solid #FFFFFF;
    cursor:pointer;

    width:225px;
    height:265px;
    background:transparent url(../image/product_button.png) no-repeat center center;
}

#PL_table .focus
{
    background-color:#F0F0F0;
    border:1px outset #D0D0D0 !important;
}

#PL_table .product_name
{
    margin:5px 10px 5px 10px;
    height:38px;
    overflow:hidden;

    text-align:center;
    font-size:14px;
    font-weight:bold;
}

#PL_table .thumbnail
{
    margin:auto;
    height:205px;
    width:205;
}

#PL_table .thumbnail img
{
    display:block;
    margin:0px auto;
    border-width:0;
    max-width:205px; 
    max-height:205px;
    width:expression(this.width>205?205:true);
    height:expression(this.height>205?205:true);
}






#PL_navigation
{
    text-align:center;
    font-size:16px;

    width:100%;
    line-height:35px;

    border-collapse:collapse;
    margin:0px 0 5px auto;
}

#PL_navigation span
{
    font-weight:bold;
}

#PL_navigation div.nolink
{
    font-weight:bold;
    font-size:14px;
    color:#EEEEEE;
    background:#DDEEBA url(../image/next_previous_deactive.png) no-repeat center center;
    width:160px;
    height:35px;
    line-height:35px;
    padding:0;
}

#PL_navigation a
{
    font-weight:bold;
    font-size:14px;
    color:#FFFFFF;
    background:#DDEEBA url(../image/next_previous_active.png) no-repeat center center;
    width:160px;
    height:35px;
    line-height:35px;
    padding:0;
}

#PL_navigation .yui-button
{
    border-top-width:0;
    border-bottom-width:0;
    vertical-align:middle;
}

#PL_navigation .yui-button .first-child
{
    border-left-width:0;
    border-right-width:0;
}



.caretips
{
    margin-top:4px;
    text-align:left;
    padding:5px;
}

.caretips fieldset
{
    border:1px solid green;
}

.caretips legend
{
    font-size:14px;
    font-weight:bold;
    margin-left:20px;
}