﻿.SHotel_Specs_T_Main
{
    position: relative;
    width: 100%;
    height: auto;
}
.SHotel_Specs_T_Content
{
    position: relative;
    width: auto;
    height: auto;
}
.SHotel_Specs_T_Menu
{
    position: relative;
    width: 260px;
    height: auto;
}
.SHotel_Specs_T_Menu_Top
{
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.SHotel_Specs_D_Content
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.SHotel_Specs_D_Menu, .SHotel_Specs_D_Menu_Top
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.SHotel_Specs_D_Menu
{
    box-shadow: -4px 0px 8px 0px rgba(0,0,0,0.1);
}
.SHotel_Specs_D_Menu_Top
{
    margin-left: 0px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
}
.SHotel_Specs_D_Menu_Items, .SHotel_Specs_D_Menu_Items_Sel
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 10px 10px;
    background-color: transparent;
    background-image: url('../ImagesFA/Sign-ReadMore1.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    -o-background-size: 10px 16px;
    background-size: 10px 16px;
    border-bottom: solid 1px #CCCCCC;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: right;
    color: #000000;
    direction: rtl;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.SHotel_Specs_D_Menu_Items:hover
{
    background-color: #FFFFFF;
    background-position: 5px center;
}

.SHotel_Specs_D_Menu_Items_Sel
{
    background-color: #147D8C;
    background-image: url('../ImagesFA/Sign-ReadMore.png');
    font-weight: 500;
    color: #FFFFFF;
    cursor: default;
}





@media screen and (min-width:0px) and (max-width:900px)
{
    .SHotel_Specs_T_Menu
    {
        width: 180px;
    }
    .SHotel_Specs_D_Menu
    {
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .SHotel_Specs_D_Menu_Items, .SHotel_Specs_D_Menu_Items_Sel
    {
        margin-left: 5px;
        margin-right: 5px;
        padding: 7px 7px 7px 7px;
        background-position: 7px center;
        -webkit-background-size: 8px 12px;
        -moz-background-size: 8px 12px;
        -o-background-size: 8px 12px;
        background-size: 8px 12px;
        font-size: 0.9em;
    }
    .SHotel_Specs_D_Menu_Items:hover
    {
        background-position: 3px center;
    }
}

@media screen and (min-width:0px) and (max-width:700px)
{
    .SHotel_Specs_T_Content
    {
        width: 100%;
    }
    .SHotel_Specs_T_Menu
    {
        display: none;
    }
    .SHotel_Specs_T_Menu_Top
    {
        display: block;
    }
}
