﻿ 

.pageAdmin
{
    width: 80%;
    background-color: #fff;
    padding: 25px;
    padding-top: 0px;
    margin: 20px auto 0px auto; 
    font-family: Verdana;
    font-size: 10pt;
}

.pageAdmin h1 
{
    font-size: 15pt;    
}

.pageOplata
{
    width: 960px;
    background-color: #fff;
    padding: 15px;
    margin: 20px auto 0px auto;
    border: 1px solid #A0A0A0;
}
 
.failureNotification
{
    font-size: 0.9em;
    color: Red;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


/* MISC  
----------------------------------------------------------*/

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* МОИ
----------------------------------------------------------*/
 
.textEntryMargin0
{
    border: 1px solid #ccc;
    width: 200px;
}
.OrderPay
{
    margin-top: 7px;
    font-size: 12px;
}

.OrderPay td
{
    padding: 5px;
    margin-bottom: -5px;
    border: 1px dotted #CCCFD2;
}

.ShowPay
{
    cursor: pointer;
    margin: 7px;
    margin-top: 3px;
    margin-bottom: -5px;
}

table
{
    border: 0px;
    border-collapse: collapse;
}


.textEntryMargin1
{
    border: 1px solid #ccc;
}
 
.marketRemainsTable td
{
    text-align: center;
    padding: 2px;
}

.marketRemainsTable .labelDate
{
    font-size: 11px;
    color: Gray;
    font-family: Arial;
    padding-top: -10px;
    margin-top: -10px;
}

.labelDateTd
{
    padding-top: -10px;
    margin-top: -10px;
    line-height: 1px;
}

.marketRemainsTable .date
{
    font-size: 18px;
    color: Black;
    font-family: Arial;
    font-weight: bold;
}

.marketRemainsTable .labelPoints
{
    font-size: 13px;
    color: Black;
    font-family: Arial;
}


 
.RemainsTable td
{
    text-align: center;
    padding: 3px;
}

.RemainsTable .labelDate
{
    font-size: 20px;
    color: Gray;
    font-family: Arial;
}

.RemainsTable .date
{
    font-size: 30px;
    color: Black;
    font-family: Arial;
    font-weight: bold;
}

.RemainsTable .labelPoints
{
    font-size: 20px;
    color: Black;
    font-family: Arial;
}


.marketEmail
{ 
    border: 2px solid #509EE8;
    padding-left: 7px;
    font-family: Tahoma;
    font-size: 18px;
}
 

.payHeader
{
    font-size: 18px;
    font-family: Verdana;
    color: #7F0000;
    font-weight: bold;
    text-align: center;
}

.paySubject
{
    color: #404040;
    font-weight: lighter;
    margin: 20px;
    font-size: 16px;
}

.paymentWay td
{
    height: 40px;
    padding: 16px;
    border-bottom: 1px dashed #A0A0A0;
    border-top: 1px dashed #A0A0A0;
}

.paymentFrom
{
    color: Red;
    font-weight: lighter;
}

.article h1
{
    font-size: 21pt;
    color: Black;
    margin-left: 10px;
}


.article p
{
    margin: 10px;
}


.article
{
    padding: 10px;
    text-align: justify;
    vertical-align: top; 
    margin-left: 20px;
    margin-right: 20px;
}

.aArticle
{
    font-weight: lighter;
}

.changeEmails td
{
    padding: 7px;
}
 

.radius
{
    width: 145px;
    border: 3px dashed orange;
    border-radius: 15px 15px 15px 0px;
    position: fixed;
    padding: 15px;
    padding-bottom: 7px;
    background: white;
    top: 200px;
    right: 5px;
}


.stepOfOrder
{
    font-size: 16pt;
    font-weight: bold;
    font-family: "PFSquareSansPro";
    background: #f29f35;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(233, 97, 24, 1);
    padding:  15px;
    margin-bottom: 27px;
}


a.button
{
    color: White;
}

.lastPrice
{
    text-decoration: line-through;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: Gray;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.p_bottom_15px
{ 
    margin-left: 30px;
}

.p_bottom_15px p
{
    margin-bottom: 15px; 
}

/*текст лицензионного соглашения, выплывающий по наведению*/
a.thumbnail{
    text-align: center;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
.thumbnail{
position: relative;
z-index: 0;
line-height: 11pt;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS для увеличенного изображения*/
position: absolute;
background-color: lightyellow;
padding: 5px; 
left: -1000px;
border: 1px dashed gray;
border-radius: 5px;
visibility: hidden;
color: black;
text-decoration: none;
}
 

.thumbnail:hover span{ /*Координаты расположения картинки*/
visibility: visible; 
top: 6px;/*вертикальное положение картинки*/
left: -20px; 

}

.thumbnail_dop
{ width: 245px;}



.listHLProgram
{
    height: 91px;
    border: 3px dashed orange;
    border-radius: 15px 15px 15px 15px;
    padding: 5px;
    padding-bottom: -3px;
    background:#FFF4E2;
    margin: 7px;
    margin-top: 0px;
}

.listHLProgram img
{
    float: left;
    height: 90px;
    margin-right: 4px;
}

.listHLProgram .header
{ 
    color: red;
    font-size: 12pt;   
    text-decoration: underline;

}
.listHLProgram .text
{ 
    font-size: 11pt; 
    color: black;
}