/*----------------------------------------------------------
# Copyright (C) 2013 wankom.pl Wszystkie prawa zastrzeĹĽone
# Autor: Krzysztof Wandas
# Adres: http://www.wankom.pl  E-mail: krzysiek@wankom.pl
----------------------------------------------------------*/

.first-col,
.second-col,
.third-col
{
 width: 310px; 
 float: left;
 padding: 0;
 margin: 0;
 padding-left: 17px;
 padding-top: 15px;	
}

.first-col .kw-full
{
   width: 310px;
   background: url("../images/top-full-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)
}


/* treść witryny */
h1.kw-full
{
	padding: 12px 0;
	font-size: 22px;
	text-align: center;
	position: relative;
	left: 0px;
}
h1.kw-full {
	background: url(../images/top-full.png) no-repeat;
}


.kw-content-full .kw-txt{
    margin-bottom: 20px;
}


a.offer {
	float: right;
	display: block;
	padding: 6px 38px 6px 38px;
	background: #FFC600;
	border-radius: 5px;
	color: #333333;
	margin-right: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}
a.offer:hover {
	color: #fff;
	text-decoration: none;
}

.card
{
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 280px;
    width: 310px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    position: relative;
    
}

.third-col .card 
{
	/*margin-left: 0px;*/
}

.card h3
{
  font-size: 19px;
  text-align: center;
}

.card img
{
  padding: 0;
  margin: 0;
  position: absolute; 
  top: 60px;
  left: 10px;

}

.card .price
{
   position: absolute;
   top: 190px;
   left: 190px;
   font-size: 15px;
   color: #000000;
   font-weight: bold;
   text-align: center;

}

.card .price span
{
   font-size: 29px;
   color: #ff0000;	
   font-weight: normal;
}

.card .desc
{
   position: absolute;
   top: 240px;
   left: 10px;
   width: 280px;
}

.card .desc a
{
  float: right;	
  font-weight: bold;
  color: #a9a9a9;
}

table {
    margin: 0 auto 18px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table#thumbs  { width: 700px; margin: 10px auto; }
table.thumbs td {
    text-align: center;
    vertical-align: middle;
}
table th, table td {
    padding: 4px 10px 4px 4px;
    vertical-align: top;
}
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1}

