#market_products {
	position:relative;
	width:290px;
	margin:0 auto 0 auto;
	text-align:left;
}

#market_container {
	background-color:#eee;
	width:290px;
}

.market_element img.market_image {
	display:block;
	width:280px;
	height:200px;
	padding:5px;
	background-color:#ddd;
	border-bottom:1px solid #ccc;
}

.market_element  h2 {
	display:block;
	background-color:#ddd;
	text-align:center;
	padding:5px;
	line-height:20px;
	background-image:url('images/market/title_bg.png');
	background-repeat:no-repeat;
	color:#444;
	position:relative;
}

.market_element  h3 {
	display:block;
	background-color:#ddd;
	text-align:center;
	padding:5px;
	line-height:12px;
	background-image:url('images/market/subtitle_bg.png');
	background-repeat:no-repeat;
	color:#444;
	position:relative;
}

#btnLeft, #btnRight {
	position:absolute;
	top:211px;
	left:0;
	height:30px;
	width:30px;
	cursor:pointer;
	background-image:url('images/market/btnLeft.png');
	background-repeat:no-repeat;
}

#btnRight {
	right:0;
	left:auto;
	background-image:url('images/market/btnRight.png');
	background-repeat:no-repeat;
}

#btnLeft:hover, #btnRight:hover {
	background-position:0 -30px;
}

#market_table {
	padding:0;
	margin:0;
}

#market_table td, #market_table table th {
	padding:0;
	margin:0;
	line-height:normal;
	height:auto;
	text-align:left;
	font-size:10px !important;
	vertical-align:top;
}

#market_table td {
	padding:4px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:white;
}

.market_field_title {
	width:70px;
}

#market_table td div {
	font-size:10px !important;
	width:210px;
}










