﻿/* AUCTION LIST V1 */

/*----------------------- FILTER PANEL -------------------*/
.S_Auction_Filters_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    -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_Auction_Filters_Items_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
    background-color: #FAFAFA;
    border: solid 2px #E5E5E5;
    border-radius: 3px;
    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_Auction_Filters_Items_Row_100, .S_Auction_Filters_Items_Row_50, .S_Auction_Filters_Items_Row_33
{
    position: relative;
    display: block;
    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_Auction_Filters_Items_Row_100
{
    float: none;
    width: 100%;
    clear: both;
}
.S_Auction_Filters_Items_Row_50
{
    float: right;
    width: 50.0%;
}
.S_Auction_Filters_Items_Row_33
{
    float: right;
    width: 33.333%;
}
.S_Auction_Filters_Item_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    vertical-align: top;
    color: #0078FF;
    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_Auction_Filters_Item_Text_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: top;
    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_Auction_Filters_Item_Finish
{
    width: 100%;
    clear: both;
}
.S_Auction_Filters_Key_Main
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
}
/*----------------------- FILTER PANEL -------------------*/


/*---------------------- FILTER CONTROLS -----------------*/
.S_Auction_Filters_TextBox_FA
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: #000000;
    direction: rtl;
}
.S_Auction_Filters_TextBox_FA:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Auction_Filters_TextBox_EN
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: left;
    vertical-align: middle;
    color: #000000;
    direction: ltr;
}
.S_Auction_Filters_TextBox_EN:focus 
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Auction_Filters_Drop_FA
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    direction: rtl;
    border-radius: 3px;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: #000000;
}
.S_Auction_Filters_Drop_FA:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}
.S_Auction_Filters_Drop_EN
{
    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 3px;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: left;
    vertical-align: middle;
    color: #000000;
    direction: ltr;
}
.S_Auction_Filters_Drop_EN:focus
{
    border: solid 1px #0078FF;
    background-color: #F3F9FF;
}

.S_Auction_Filters_Radio_Check_FA, .S_Auction_Filters_Radio_Check_List_FA
{
    height: auto;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    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_Auction_Filters_Radio_Check_FA
{
    width: auto;
}
.S_Auction_Filters_Radio_Check_List_FA
{
    width: auto;
    padding: 5px;
    border: solid 1px #E0E0E0;
    border-radius: 6px;
}
.S_Auction_Filters_Radio_Check_EN, .S_Auction_Filters_Radio_Check_List_EN
{
    height: auto;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    color: #000000;
    direction: ltr;
    -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_Auction_Filters_Radio_Check_EN
{
    width: auto;
}
.S_Auction_Filters_Radio_Check_List_EN
{
    width: 100%;
    padding: 5px;
    border: solid 1px #E0E0E0;
    border-radius: 6px;
}
input[type=text], input[type=password], input[type=textarea], input[type=checkbox], input[type=radio], input[type=submit], select, textarea
{
    outline:none;
}
/*---------------------- FILTER CONTROLS -----------------*/

/*------------------------ LIST MAIN ---------------------*/
.S_Auction_List_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.S_Auction_List_Row, .S_Auction_List_Row_O
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    -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.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);
}
.S_Auction_List_Row:hover
{
    background-color: #F5F5F5;
}
.S_Auction_List_Row_O
{
    background-color: #F5F5F5;
}
.S_Auction_List_More
{
    position: absolute;
    display: block;
    width: 100px;
    height: auto;
    left: 5px;
    top: 7px; 
    padding: 5px;
    border-radius: 3px;
    background-color: rgba(50,120,0,0.7);
    box-shadow: 0px 0px 0px 2px rgba(50,120,0,0.2);
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    direction: rtl;
    z-index: 20;
    -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_Auction_List_More:hover
{
    background-color: rgba(50,120,0,1.0);
    box-shadow: 0px 0px 0px 2px rgba(50,120,0,0.3);
}
.S_Auction_List_More:after
{
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 2.0em;
    text-align: right;
    color: #FFFFFF;
    direction: rtl;
    content: '\E815';
}
.S_Auction_List_Status
{
    position: absolute;
    display: block;
    width: 80px;
    height: auto;
    right: 5px;
    top: 7px; 
    padding: 5px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 0.8em;
    text-align: center;
    color: #FFFFFF;
    direction: rtl;
    z-index: 10;
    -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_Auction_List_Title, .S_Auction_List_Title_O
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 90px 5px 110px; 
    font-weight: 500;
    font-size: 0.9em;
    text-align: right;
    color: #0078FF;
    direction: rtl;
    clear: both;
    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_Auction_List_Title:after, .S_Auction_List_Title_O:after
{
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    text-align: right;
    color: #787878;
    direction: rtl;
}
.S_Auction_List_Title:after
{
    content: '\E80B';
}
.S_Auction_List_Title_O:after
{
    content: '\E80C';
}
.S_Auction_List_Text_main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -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);
}
.S_Auction_List_Text_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #FFFFFF;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    cursor: default;
    -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_Auction_List_Text_Title, .S_Auction_List_Text_Title_Date
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0px 3px 0px;
    font-size: 0.8em;
    text-align: right;
    color: #888888;
    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_Auction_List_Text_Title_Date:before
{
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.8em;
    text-align: right;
    color: #5091BE;
    direction: rtl;
    content: '\E810';
}
.S_Auction_List_Text_Text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 10px 10px 10px;
    text-align: right;
    color: #555555;
    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_Auction_List_Text_More
{
    position: relative;
    display: block;
    float: left;
    width: 100px;
    height: auto;
    padding: 5px;
    border-radius: 3px;
    background-color: rgba(50,120,0,1.0);
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    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_Auction_List_Text_More:hover
{
    background-color: rgba(50,120,0,1.0);
    box-shadow: 0px 0px 0px 2px rgba(50,120,0,0.3);
}
.S_Auction_List_Text_More:after
{
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    text-align: right;
    color: #FFFFFF;
    direction: rtl;
    content: '\E809';
}
/*----------------------- LIST DETAIL --------------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Auction_Filters_Items_Row_50, .S_Auction_Filters_Items_Row_33
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Auction_Filters_Key_Main
    {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        border-top: solid 1px #E0E0E0;
        clear: both;
    }
    .S_Auction_List_Text
    {
        padding: 0px 160px 0px 10px;
        min-height: 115px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Auction_List_Text
    {
        padding: 0px 10px 0px 10px;
        min-height: 0px;
    }
}