@CHARSET "UTF-8";

div.offer_container {
	width: 900px;
	margin: auto;
	padding-top: 10px;
	margin-bottom: 10px;
	background: url(../layout/image/template/bg_listing.png) no-repeat center 0;
}

table.offer_small_container {
	width: 200px;
	margin-left: 20px;	
	float: left;
	display: inline;
	margin-bottom: 15px;
}

table.offer_small_container td {
	width: 200px;
	vertical-align: middle;
	padding:0;
}

table.offer_small_container td.name {
	height: 41px;
	padding: 4px 10px;
	background: url(../layout/image/template/bg_listing_header.jpg) no-repeat 0 0;
}

table.offer_small_container td.name span {
	color: #fff;
	line-height: 16px;
        font-weight: bold;
        text-align: center;
}

table.offer_small_container td.image {
	color: #3a3b3b;	
	line-height: 16px;
	height: 160px;
	text-align: center;
	background: url(../layout/image/template/bg_listing_image.gif) repeat-y 0 0;
}

table.offer_small_container td.button {
	height: 25px;
	background: url(../layout/image/template/bg_listing_buttons.jpg) no-repeat 0 0;	
}

table.offer_small_container td.button div.category {
	float: left;
	display: inline;	
	padding: 0 7px;
	padding-top: 6px;
	width: 100px;
	height: 13px;
	overflow: hidden;
	font-size: 1.1em;
	color: #013a10;
	font-weight: bold;
}

table.offer_small_container td.button span {
	color: #fff;
}

table.offer_small_container td.button a.more {
	float: right;
	display: inline;
	margin-right: 10px;
}

/*-- karta towaru --*/

div.pc {
	width: 900px;
	margin: auto;
	padding-top: 10px;
	min-height: 350px; 
	height: auto !important; 
	height: 350px;
	background: url(../layout/image/template/bg_listing.png) no-repeat center 0;
}

table.pc {
	width: 840px;
	margin: auto;
}

table.pc td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.pc td.pc_left {
	width: 410px;
	padding: 0 20px;
	text-align: center;
}

table.pc td.pc_right {
	width: 390px;
}

table.pc table.pc_details {
	width: 390px;
}

table.pc table.pc_details td {
	text-align: left;
	vertical-align: top;
	padding: 0;
} 

table.pc td.pc_left div.min_images {
	text-align: center;
	margin-top: 30px;
}

table.pc table.pc_details td.name {
	padding: 7px 10px;
	background: url(../layout/image/template/bg_pc_name.png) no-repeat 0 0 #009227;
	height: 49px;	
}

table.pc table.pc_details td.name h1 {
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

table.pc table.pc_details td.info {
	background: url(../layout/image/template/bg_pc_info.gif) repeat-y 0 0;
}

table.pc table.pc_details td.buttons {
	height: 25px;
	background: url(../layout/image/template/bg_pc_buttons.png) no-repeat 0 0;
}

table.pc table.pc_details td.buttons div.category {
	float: left;
	display: inline;	
	padding: 0 7px;
	padding-top: 6px;
	width: 150px;
	height: 13px;
	font-size: 1.1em;
	color: #013a10;
	font-weight: bold;
}

table.pc table.pc_details td.buttons span {
	color: #fff;
}

table.pc table.pc_details td.buttons a.order {
	float: right;
	display: inline;
	margin-right: 15px;
}

