a{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p { 
	font-family: Tahoma;
	line-height: 1.5em;
	color:#646464;
  font-size:11.5px;
	}

#content  {
  padding: 0 20px 20px 20px;
}  



#content ul{
  list-style-type: disc ;
  margin-left: 0px;
}

#content a {
   font-style: normal;
   font-size: 11.5px;
   /*color:#FF0018;*/
   color:#325faf;
   text-decoration: underline;
}

#content h2 a.title , #content h2{
	font-size:12px;
	font-weight: bold;
  color:#FF0018;
  text-transform:uppercase;
	}
	
	
 
  
h5 {
  display: inline;
  font-size: 11px;
	color:#646464;  
  }  

#content ul#gallery 
{
  margin-left: -40px;
}

#content ul#gallery li
{
  display: block;
  float:left;
  list-style-type:none;
  margin:0;padding:0;
  margin-left: 6px;
  margin-bottom: 8px;
  width: 145px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
}

#content ul#gallery a img
{
  vertical-align: middle;
}


ul {
  list-style-type: none;
  margin:0px;
  margin-left:-40px;
}


#content table#send-link td{
  padding: 2px;
}




/** produktovy list **/

div#product {
  position: relative;
  top: 0px;
  left: 0px;
  width: 455px;
  height: 500px;
  border: 1px solid;
}

div#product  div.frame h4{
    position: absolute;
    top: 8px;
    right: 10px;
    color: #325faf;
    font-size: 11px;
    margin:0px;
    padding: 0;
}

div#product div.frame
{
  position: absolute;
  width: 149px;
  background-color: #E8F3FA !important;
  padding: 10px;
  font-family: arial;
  font-size: 10.5px;
  color: #58595b;
}

div#product div.product-arrow-right
{
  position: absolute;
  width: 80px;
  height: 39px;
  margin: 10px;
  background: url(../images/product_arrow_right.jpg) no-repeat;
}

div#product div.product-arrow-left
{
  position: absolute;
  width: 80px;
  height: 39px;
  margin: 10px;
  background: url(../images/product_arrow_left.jpg) no-repeat;
}

div#product div.product-arrow-up
{
  position: absolute;
  width: 39px;
  height: 80px;
  margin: 10px;
  background: url(../images/product_arrow_up.jpg) no-repeat;
}

div#product div.product-arrow-down
{
  position: absolute;
  width: 39px;
  height: 80px;
  margin: 10px;
  background: url(../images/product_arrow_down.jpg) no-repeat;
}


div#product h3
{
  width: 50px;
  margin: 0;  
  padding: 3px 15px 3px 8px;
  background-color: #FC012C;
  color: #FFFFFF;
  font-weight: normal;  
  font-size: 12px;
}


/** **/