/**
 * 01.07.2009
 * hide login and user info form
 * 19.10.2009
 * show login for forum
 */
#enter_box { display:block; }

.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.red {
    color: #DB1369;
}
table td {
color:#4E4E4E;
font-family:Tahoma;
font-size:11px;
}
p { text-align: justify; }
span.title { font-weight: 700; text-decoration: underline; color:#4e4e4e; font-size:17px; font-family: Arial; }

.thumb {
    width: 120px;
    height: 90px;
}
/*
.corners {
    position: relative;
}

.corners-grey { color: #4e4e4e; background-color: #f5f5f5; border:3px solid #e0dede;}

.tl, .tr, .bl, .br { height: 13px; width: 13px; position: absolute;  background-image: url('/images/corners-grey.gif'); font-size:1px; }

.box {padding:13px; }

.corners-grey .tl { background-position: 0 0; left:-3px; top:-3px; }
.corners-grey .tr { background-position: 100% 0; right:-3px; top:-3px; }
.corners-grey .bl { background-position: 0 100%; left:-3px; bottom:-3px; }
.corners-grey .br { background-position: 100% 100%; right:-3px; bottom:-3px;}

#fac-role {
    float:left; width: 253px;
    border-right: 2px solid #e0dede;
}
*/
.corners {
    position: relative;
    float: left;
}

.corners-grey { color: #4e4e4e; background-color: #f5f5f5;}

.tl, .tr, .bl, .br { 
    height: 14px; 
    width: 14px; 
    position: absolute;  
    background-image: url('/images/corners-grey.gif'); 
    font-size:1px; 
    background-repeat:no-repeat; 
}

.box {padding:13px; border:3px solid #e0dede;}

.corners-grey .tl { background-position: 0 0; left:-1px; top:-1px; }
.corners-grey .tr { background-position: 100% 0; right:-1px; top:-1px; }
.corners-grey .bl { background-position: 0 100%; left:-1px; bottom:-1px; }
.corners-grey .br { background-position: 100% 100%; right:-1px; bottom:-1px;}

#fac-role {
    float:left;
    width:258px;
}
/* Скрываем ссылку на регистрацию участников */
.GridCell a { display: none; }

#order-book a {
    font-size: 17px;
}
