/* 
    Document   : style
    Created on : 28.04.2010, 2:24:09
    Author     : fc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

table {
    width: 100%;
   
    border: 0px;
    border-spacing: 0px;
    border-width: 0;
    
    border-collapse:collapse;

}

td {
      padding: 0;
      vertical-align: top;
      font-family: "Arial";
    color: #646464;
    
    font-size: 12px;
}

td .preview{
    vertical-align: middle;
}

td .magnifier{
    text-align: right;

 /*   background-image: url(/img/magnifier_back.jpg);
    background-position:right top;
    background-repeat:no-repeat;
   */
}

td .cart{
 /*  background-image: url(/img/cart_background.jpg);
    background-position:left top;
    background-repeat:no-repeat;
  */   font-size: 16px;
}
input {
   border: 1px solid #006;
}

div .title {
    display:inline-block;
}

div .image-list{
    display:block;
}
.submit {
     background: #3996b5;
     color: #ffffff;
      font-weight: bold;
 }

 .text-yellow{
     
     font-family: Arial;
     font-weight: bold;
     color: #a3cf00;
}

 .text-gray{
     font-family: Arial;
     font-weight: bold;
     color: #b2b4b6;
}

td .td-yellow{
    background-color: #a3cf00;
}

td .td-gray-preview{
    background-color: #9e9e9e;
}

a {
    text-decoration: none;
    font-family: "Arial";
    color: #2687b1;
    font-size: 12px;
}

#condition_left a{
  font-size: 15px;
}

#line {
   text-decoration: none;
   color: #000000;
   font-weight: normal;
   font-size: 12px;
}

a .list-types{
   text-decoration: none;
   font-size: 16px;
    font-weight: bold;
}

a .special-offer{
    color: #fefefe;
    font-size: 16px;
    font-family: "Myriad Pro";
}

a .preview{
    color: #fefefe;
    font-size: 16px;
    font-family: "Myriad Pro";
}

.text-price{
     font-family: "Myriad Pro";
      font-weight: bold;
      color: #808080;
      font-size: 16px;
}

.text-title-black{
    font-family: "Myriad Pro";
    color: #111111;
    font-size: 21;
    font-weight: bold;
}

.text-title-blue{
    font-family: "Myriad Pro";
    color:#2587b2;
    font-size: 21;
}

.text-producer-link{
    font-family: "Myriad Pro";
    color:#414141;
    font-size: 18;
    font-weight: bold;
}

.text-content {
    font-family: "Arial";
    color: #646464;
    /*
    font-weight: bolder;
    */
    font-size: 12px;
    
}
/*
td .left{
    padding-right: 5px;
     background-image: url(/img/line_intermid.jpg);
    background-position:right top;
    background-repeat:no-repeat;
}

td .right{
    padding-left: 5px;
     background-image: url(/img/line_intermid.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}
*/
td .center{
    padding-left: 10px;
    padding-right: 10px;
}
/*
.link_article  {
    padding-right: 10px;
   
}
*/
#artleft  {
       padding-right: 0px;
        padding-left: 0px;
         padding-top: 25px;
           font-size: 18px;
}

#artleft  a{
         font-size: 18px;
}

#artleft  li{
         padding-top: 10px;
         font-size: 18px;
}
li .artlefttop  {
         padding-top: 0px;
        
}
#artleft  img{
         padding-left: 25px;
}

#condition_left {
  font-family: "Arial";
    color:#2587b2;
  font-size: 16px;
  font-weight: bold;
}

#condition_left li{
  /* font-size: 24px;
*/

}




