﻿/* PRODUCTS DETAIL */

/*---------------------- MAIN PANEL -----------------*/
.S_Products_Detail_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Info_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Slice_L, .S_Products_Detail_Slice_R
{
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    padding: 0px 20px 0px 20px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Slice_L
{
    float: left;
}
.S_Products_Detail_Slice_R
{
    float: right;
}
.S_Products_Detail_Sep_20, .S_Products_Detail_Sep_50
{
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}
.S_Products_Detail_Sep_20
{
    height: 20px;
}
.S_Products_Detail_Sep_50
{
    height: 50px;
}
.S_Products_Detail_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*------------------------- MAPS --------------------*/
.S_Products_Detail_Maps_Item
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 5px;
    background-color: rgba(240,240,240,0.1);
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    text-align: right;
    color: #787878;
    direction: rtl;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Maps_Item_Sep
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 5px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    font-variant: normal;
    text-transform: none;
    color: #CCCCCC;
}
.S_Products_Detail_Maps_Item:hover
{
    background-color: rgba(240,240,240,1.0);
    color: #0078FF;
}
/*------------------------- MAPS --------------------*/


/*------------------- PRODUCT PICTURE ---------------*/
.S_Products_Detail_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Pic
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Slice_L .S_Products_Detail_Pic
{
    float: right;
}
.S_Products_Detail_Slice_R .S_Products_Detail_Pic
{
    float: left;
}
/*------------------- PRODUCT PICTURE ---------------*/


/*--------------------- DESCRIPTION -----------------*/
.S_Products_Detail_Desc_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 35px 0px 0px 0px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.S_Products_Detail_Slice_L .S_Products_Detail_Desc_Body
{
    float: right;
}
.S_Products_Detail_Slice_R .S_Products_Detail_Desc_Body
{
    float: left;
}

.S_Products_Detail_Desc_Item
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.S_Products_Detail_Desc_Title_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding-bottom: 5px;    
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    color: #000000;
    direction: rtl;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Title_Main:after 
{
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(30,170,230,1.0);
    content: '';
    z-index: 10;
}
.S_Products_Detail_Desc_Title_Other
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #787878;
    direction: rtl;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Text_Bullet
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 15px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #787878;
    direction: rtl;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Text_Bullet:before
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 0px;
    top: 0px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    font-variant: normal;
    text-transform: none;
    direction: rtl;
    color: #AAAAAA;
    content: '\E820';
}
.S_Products_Detail_Desc_Facilities
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Facilities_Pic_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
}
.S_Products_Detail_Desc_Facilities_Pic_File
{
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.S_Products_Detail_Desc_Features
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Features_Pic_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
}
.S_Products_Detail_Desc_Features_Pic_File
{
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.S_Products_Detail_Desc_Colors
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Colors_Pic_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin-left: 10px;
}
.S_Products_Detail_Desc_Colors_Pic_File
{
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.S_Products_Detail_Desc_Other_Products_Item_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    margin: 5px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Desc_Other_Products_Item
{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;    
    -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;
}
.S_Products_Detail_Desc_Other_Products_Pic_Main, .S_Products_Detail_Desc_Other_Products_Pic_Main_Sel
{
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
}
.S_Products_Detail_Desc_Other_Products_Pic_Main
{
    box-shadow: 0px 0px 0px 2px #CCCCCC;
}
.S_Products_Detail_Desc_Other_Products_Pic_Main_Sel
{
    box-shadow: 0px 0px 0px 2px rgba(30,170,230,1.0);
}
.S_Products_Detail_Desc_Other_Products_Pic_File
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    min-width: 10%;
    min-height: 10%;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    z-index: 10;

    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.S_Products_Detail_Desc_Other_Products_Pic_Over
{
    position: absolute;
    display: table;
    width: inherit;
    height: inherit;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
}
.S_Products_Detail_Desc_Other_Products_Pic_Over_Sign
{
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    color: #FFFFFF;
}
.S_Products_Detail_Desc_Other_Products_Title
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 0px;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #CCCCCC;
    background-color: #000000;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 200;
    font-size: 0.9em;
    text-align: center;
    direction: rtl;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #F0F0F0;
    cursor: default;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 10000;

    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);

    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.S_Products_Detail_Desc_Other_Products_Item_Main:hover .S_Products_Detail_Desc_Other_Products_Title
{
    bottom: -15px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateX(-50%) translateY(20%);
    -ms-transform: translateX(-50%) translateY(20%);
    -o-transform: translateX(-50%) translateY(20%);
    -webkit-transform: translateX(-50%) translateY(20%);
    transform: translateX(-50%) translateY(20%);
}
/*--------------------- DESCRIPTION -----------------*/


/*-------------------- TECHNICAL INFO ---------------*/
.S_Products_Detail_Tech_Info_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Tech_Info_Keys_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(30,170,230,1.0);
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Tech_Info_Keys_Item_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 30px;
}
.S_Products_Detail_Tech_Info_Keys_Item, .S_Products_Detail_Tech_Info_Keys_Item_Sel
{
    position: relative;
    display: table-cell;
    width: auto;
    height: 32px;
    padding: 0px 10px 0px 10px;
    border: solid 1px rgba(30,170,230,0.0);
    border-radius: 16px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    direction: rtl;
    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;
}
.S_Products_Detail_Tech_Info_Keys_Item
{
    color: #000000;
}
.S_Products_Detail_Tech_Info_Keys_Item:hover
{
    border: solid 1px rgba(30,170,230,0.3);
}
.S_Products_Detail_Tech_Info_Keys_Item_Sel
{
    border: solid 1px rgba(30,170,230,1.0);
    color: rgba(30,170,230,1.0);
}
.S_Products_Detail_Tech_Info_Desc_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    clear: both;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Tech_Info_Desc
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Products_Detail_Tech_Info_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 500px;
}
.S_Products_Detail_Tech_Info_Pic_File
{
    width: 100%;
    height: auto;
}
/*-------------------- TECHNICAL INFO ---------------*/


/*------------------------ GROUPS -------------------*/

/*------------------------ GROUPS -------------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Products_Detail_Slice_L, .S_Products_Detail_Slice_R
    {
        float: none;
        width: 100%;        
        padding: 20px 0px 20px 0px;
        clear: both;
    }
    .S_Products_Detail_Slice_L .S_Products_Detail_Pic, .S_Products_Detail_Slice_R .S_Products_Detail_Pic
    {
        float: none;
        clear: both;
    }
    .S_Products_Detail_Slice_L .S_Products_Detail_Desc_Body, .S_Products_Detail_Slice_R .S_Products_Detail_Desc_Body
    {
        float: none;
        clear: both;
    }
    .S_Products_Detail_Desc_Main
    {
        padding: 0px;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Products_Detail_Tech_Info_Main
    {
        padding: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    
}