html, body 
  {
    height: 100%;
    margin: 0;
    padding: 0;

  }
  
img {
	border: 0;
}

del {
    
    text-decoration: line-through;
}

.nowrap {
    
    white-space: nowrap;
}

table td  
  { 
    font-size: 11px; 
    font-family: Verdana, Arial, 'Geneva CY', sans-serif; 
    color: #4a4a4a;
  }

hr 
  {

    color: #93aec1; 
    border-width: 0; 
    background : #93aec1; 
    height : 1px;

  }

a:link { color: #3D477D }
a:active { color: red }
a:visited { color: #3D477D }
a:hover { color: red }

td.logo
  {
        text-align: left;
        margin-left: 20px;
  }

td.left-column
  {
        background-color: #93aec1;
        width: 4%;
  }
  
.lang-active
  {
  		border: 1px solid #5c819b;
  		padding: 2px;
  }
  
.lang-inactive
  {
   		border: 1px solid white;
  		padding: 2px; 		
  }

td.main-title-left
  {
        background-color: #5c819b;
  }

td.main-title-text
  {
        border-color: #93aec1;
        border-style: solid; 
        border-width: 1px 0 1px 0;
        background-color: #d7e1e8;
        color: black;
  }

div.menu
  {
        padding: 0 10px 0 10px;
        font-size: 120%;
  }

td.main-text
  {
        height: 100%; 
        border-left: 1px solid #93aec1;
  }

td.bottom-text
  {
        border-top: 1px solid #93aec1;     
        text-align: right;   
        padding: 5px 0 10px 0;
  }

div.left-moved 
{
	      padding: 0 0 0 15px;
}

.act-page 
{
	      color: #3D477D;
        font-weight: bold;
}

.warning-page 
{
        color: #CC443D;
        font-weight: bold;
        text-decoration: underline;
}

.sale-marker 
{
		font-weight: bold;
}

.online, .yes, .ok
{
        color: green;
        display: inline;
}

.offline, .error, .no, .warning, .not-found, .attention, .red
{
        color: #b81228;
        display: inline;
}

.inactive 
{
  		color: #909090;
}

div.subtitle
{
		border-bottom: solid #93aec1 1px;
		margin-bottom: 7px;
		font-size: 13px;
}

div.subtitle p
{
		display: inline;
		color: white;
		background-color: #93aec1;
		padding: 0 20px 0 20px;
}

div.subtitle-red
{
		border-bottom: solid red 1px;
		margin-bottom: 7px;
}

div.subtitle-red p
{
		display: inline;
		color: white;
		background-color: red;
		padding: 0 20px 0 20px;
}

  
td.book-small-review
{
        width: 15%;
        border: solid #93aec1 1px;
		text-align: center;
        padding-bottom: 5px;
}

div.book-small-review
{
    	padding: 5px 10px 0 10px;
}

div.book-review 
{
	
}

div.book-sm-img 
{
		display: inline;
        width: 75px;
        height: 120px;

}

div.basket-msg-block 
{
        border: solid #93aec1 1px;
        padding: 5px;
        text-align: center;
        margin: 5px;
}

.author, .title, .lang, .pub, .cat, .quan, .isbn 
{

        font-weight: bold;
}

form#search {
        
        display: block;
        height: 40px;
        margin: 0;
}

input.search 
{
        margin: 10px 5px 0 5px;
        width: 50em;
}

.big-quantity
{
        font-size: 125%;
}

.price
{
        font-size: large;
        font-family: Comic, Verdana;
}

.table-cell, table.mytable td 
{
        border: solid #93aec1 1px;
        text-align: center;
        padding: 5px;
}

td.table-caption 
{
        text-align: center;
        padding: 10px;
        font-size: 15px;
}

.basket-block, .bordered-block 
{
    padding: 2px;
    border: solid #93aec1 1px;    
}
  
div.login-form
{
    
    width: 40%;
    padding: 15px;
    margin-top: 30px;
    border: 1px solid #93aec1;
  
}
  
.catalog-sm-image
{
    padding: 2px;
    border: solid #93aec1 1px;
	margin-right: 15px;
}

.bottom-free 
{  
    margin-bottom: 10px;
}  

div.dashed-underline
{  
    padding-bottom: 5px; 
    border-bottom: 1px dashed #93aec1;
}  
   
p.news-date
{
	font-weight: bold;
	display: inline;
}

p.news-text
{
	display: inline;
}

#popup-message {
    
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    border: 1px solid black;
    background-color: white;
    display: none;
}

div.outdated_block {
	
	padding: 5px;
	background-color: #f06553;
}