﻿.STitle_Brand_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 10px 10px 10px;
    border-bottom: solid 1px #CCCCCC;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.STitle_Brand_Title
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding-top: 30px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    text-align: right;
    color: #004696;
    direction: rtl;
}
.STitle_Brand_Pic
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    text-align: left;
    color: #004696;
    direction: rtl;
}
.STitle_Brand_Title a, STitle_Brand_Pic a
{
    color: #004696;
    text-decoration: none;
}
.STitle_Brand_Pic_File
{
    width: auto;
    height: 100%;
    max-height: 60px;
}

/*----------------------------- PIC -----------------------*/
.SPRD_Detail_Pic_Main
{
    position: relative;
    display: block;
    width: 100.0%;
    height: auto;
    margin-top: 20px;
}
.SPRD_Detail_Pic_Slide_Main
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    max-width: 400px;
    padding: 7px;
    border: solid 3px rgba(0,0,0,0.1);
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    overflow: visible;
}
.SPRD_Detail_Pic_Slide_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: transparent;
}
.SPRD_Detail_Pic_Key_Next, .SPRD_Detail_Pic_Key_Back
{
    position: absolute;
    display: block;
    width: 30px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-image: url('../../ImagesFA/Gallery-Keys.png');
    -webkit-background-size: 60px 44px;
    -moz-background-size: 60px 44px;
    -o-background-size: 60px 44px;
    background-size: 60px 44px;
    cursor: pointer;
    z-index: 100;
}
.SPRD_Detail_Pic_Key_Next
{
    background-position: right center;
    right: -50px;
}
.SPRD_Detail_Pic_Key_Back
{
    background-position: left center;
    left: -50px;
}
.SPRD_Detail_Pic_Slide_Pic_Body
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 100;
}
.SPRD_Detail_Pic_Slide_Pic_File
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    cursor: pointer;
    z-index: 100;

    -moz-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SPRD_Detail_Pic_Thumbs_Main
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 34px;
    margin-right: 34px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SPRD_Detail_Pic_Thumbs_Items_Main
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    clear: both;
}
.SPRD_Detail_Pic_Thumbs_Items, .SPRD_Detail_Pic_Thumbs_Items_Sel
{
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

    -moz-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SPRD_Detail_Pic_Thumbs_Items
{
    width: 10px;
    height: 10px;
    margin: 1px 10px 1px 10px;
    background-color: #A0A0A0;
    box-shadow: 0px 0px 0px 0px rgba(80,80,80,0.0);
    border-radius: 5px;
}
.SPRD_Detail_Pic_Thumbs_Items_Sel
{
    width: 12px;
    height: 12px;
    margin: 0px 9px 0px 9px;
    background-color: #004696;
    box-shadow: 0px 0px 0px 2px rgba(0,70,150,0.5);
    border-radius: 6px;
}
/*----------------------------- PIC -----------------------*/



/*------------------------- DESCRIPTION -------------------*/
.SPRD_Detail_Desc_Main
{
    position: relative;
    display: block;
    width: 100.0%;
    height: auto;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-bottom: 10px;
    border-bottom: solid 1px #CCCCCC;
}
.SPRD_Detail_Desc_Keys_Main
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    clear: both;
}
.SPRD_Detail_Desc_Keys_Item, .SPRD_Detail_Desc_Keys_Item_Sel
{
    position: relative;
    display: block;
    float: right;
    width: auto;
    height: auto;
    padding-bottom: 6px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.6em;
    text-align: right;
    color: #000000;
    cursor: pointer;
    direction: rtl;
}
.SPRD_Detail_Desc_Keys_Item_Over
{
    position: absolute;
    display: block;
    width: 0%;
    height: 4px;
    left: 0px;
    bottom: 0px;

    -moz-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.SPRD_Detail_Desc_Keys_Item .SPRD_Detail_Desc_Keys_Item_Over
{
    background-color: #CCCCCC;
}
.SPRD_Detail_Desc_Keys_Item:hover .SPRD_Detail_Desc_Keys_Item_Over
{
    width: 100%;
}
.SPRD_Detail_Desc_Keys_Item_Sel .SPRD_Detail_Desc_Keys_Item_Over
{
    width: 100%;
    background-color: #004696;
}
.SPRD_Detail_Desc_Text_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    line-height: 30px;
    color: #585858;
    direction: rtl;
    filter: alpha(opacity=100);
    opacity: 1;
    clear: both;
    -moz-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
/*------------------------- DESCRIPTION -------------------*/



@media screen and (min-width:0px) and (max-width:800px)
{

}

@media screen and (min-width:0px) and (max-width:600px)
{
    .SPRD_Detail_Pic_Slide_Main
    {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 30px;
        padding: 5px;
        border: solid 2px rgba(0,0,0,0.1);
    }
    .SPRD_Detail_Pic_Key_Next, .SPRD_Detail_Pic_Key_Back
    {
        width: 25px;
        height: 36px;
        margin-top: -18px;
        -webkit-background-size: 50px 36px;
        -moz-background-size: 50px 36px;
        -o-background-size: 50px 36px;
        background-size: 50px 36px;
    }
    .SPRD_Detail_Pic_Key_Next
    {
        right: -35px;
    }
    .SPRD_Detail_Pic_Key_Back
    {
        left: -35px;
    }
}

@media screen and (min-width:0px) and (max-width:500px)
{
    
}

@media screen and (min-width:0px) and (max-width:400px)
{
    
}