/* Start of CMSMS style sheet 'Produkty' */
div#ProductDetail {
/*     background-color: #AAAAAA; */
}

div#ProductDetail h2 {
     font-size: 140%;
     font-weight: bold;
     color: #FF7300;
     margin: 0px;
     padding: 0px;
}

div#ProductDetail p {
     margin: 0px;
}

div#ProductDetail ul {
    list-style-type: none;
    line-height: 1.6em;
}

.product_price {
     font-size: 140%;
     font-weight: bold;
     color: #FF7300;
}

.product_short_desc {
     font-weight: bold;
     padding-bottom: 16px;
     color: #aaaaaa;
}

.orange_text {
     color: #FF7300;
}

{* seznam produktů v kategorii *}

div#ProductList {
 width: 710px;
}

div#ProductList ul {
    list-style-type: none;
    line-height: 1.6em;
}

div#ProductList li {
    list-style-type: none;
}

div#ProductList h3 {
    font-size: 110%;
    font-weight: bold;
    color: #FF7300;
}

div#ProductList p {
    font-size: 90%;
    line-height: 105%;
    margin: 0px;
}



.product_sum_popisek {
   font-size: 90%;
   margin-bottom: 4px;
}


/* -------------------- produkty detail ----------------- */
div#ProduktDetail {
 float:left;
padding-bottom: 30px;
}



div#ProduktDetail h2 {
     font-size:  18px;
     font-weight: bold;
     color: #CA1131;
     margin: 0px;
     padding: 0px;
}






div#ProdDetDetail {
 width: 400px;
 float: left;
 padding: 30px 0px 0px 20px;
 line-height: 1.5;

}


div#ProdDetDetail h3 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #373737;
}

div#ProdDetDetail p {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px;
  color: white;
  line-height: 1.3;
}



div#ProdDetDetail li {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 0px;
  color: white;
  line-height: 1.3;
}


div#Image  {
 float: left;
 width: 280px;
}



div#ProdDetData{
 float: left;
 width: 400px;
 padding-left: 20px;
}

table.ProdDetailTable{
 border-collapse: collapse;
 }


table.ProdDetailTable th {
        border-top: 1px solid #D4D4D4; 
	-moz-border-radius: 0px 0px 0px 0px;
        width: 150px;
        height: 24px;
        color: #373737;
        text-align:left;
}

table.ProdDetailTable td {
        border-top: 1px solid #D4D4D4; 
	-moz-border-radius: 0px 0px 0px 0px;
        color: #373737;
        width: 250px;
}








 






/* End of 'Produkty' */

