#LeftMenuHolder
{
     width: 350px;
}

IMG.question
{
    cursor: pointer;
    margin-left: 30px;
}

.bg_topmenu {
	background-color: #EBEBEB;
	background-repeat: repeat-x;
	background-position: left top;
}

.text_gray {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.text-description
{
    padding-top: 2px;
    line-height: 14px;
}

.title_desc{
    font-size: 11px;
}

.online{
 font-weight: bold;
 font-size: 12px;
 color: Red;
 display: block;
}

.setting{
    font-size: 11px;
    vertical-align: text-top;
}

.settingprice{
    font-size: 11px;
}

.gap
{
    height: 5px; display: block;
}

A.active11px
{
    font-size: 10px;
}

.active11px
{
    font-weight: bold; font-size: 11px;
}

.learnmore
{
    font-size: 10px;
}

.styleselectdesc
{
    font-size: 10px;
}

.shapemean
{
    display: block;
    font-size: 11px;
    color: #542244;
}

/***************************DROP DOWN MENU********************************/
#sddm
{
    margin: 0px;
    padding: 0;
    width: 100%;
    position: relative;
    text-align: center;
    list-style-type: none;
    z-index: 30;
}
#sddm li
{
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    height: 35px;
    vertical-align: middle;
    background-image: url('../images/bg_menu.gif');
    background-repeat: no-repeat;
}
#sddm li a
{
    display: block;
    margin: 0;
    color: #616161;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    width: 170px;
    z-index: 1;
    margin-top: 7px;
    /*
        background-image: url('../images/bg_menu.gif');
        background-repeat: no-repeat;
        line-height: 31px;
    */
    vertical-align: middle;
}

#sddm li a:hover
{
     text-decoration: none;
}

#sddm div
{
    font-family: "Times New Roman", serif ;
    position: absolute;
    visibility: hidden;
    margin: 0;
    top: 35px;
    padding: 10px;
    width: 200px;
    color: #ccccff;
    background: #000000;
    text-align: left;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
}

#sddm div a
{
    font-family: "Times New Roman", serif ;
	position: relative;
    padding-left: 10px;
    display: block;
    color: #FFFFFF;
    text-transform: none;
    line-height: 16px;
    font-size: 12px;
    border: 0px;
    width: 200px;
    background-image: none;
    z-index: 30;
    text-align: left;
    background-image: url('../images/pic_white_arrow.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 5px;
    font-style: normal;
}
#sddm div a:hover
{
    padding: 0px;
    padding-left: 10px;
    font-style: normal;
    margin-left: 5px;
    text-decoration: underline;
    z-index: 30;
}


#footer a
{
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    line-height: 27px;
    vertical-align: middle;
    text-align: left;
}

.footerline
{
     background-image: url(../images/img_grey_line.jpg);
     background-repeat: repeat-x;
}
