/* Stock-list stylesheet */
#content_wrapper {
	width: 710px;
}

#stock_list_wrapper {
	width: 655px;
	margin: 0px auto 0px auto;
	font-size: 12px;
}

.stock_list_outer {
	height: 190px;
	color: #fd8402;
	background-color: #000;
	border-left: 1px solid #797979;
	border-right: 1px solid #797979;
	border-bottom: 1px solid #797979;
}

.stock_list_inner {
	padding: 10px;
}

.stock_list_header {
	height: 30px;
	color: #fff;
	background: url(../images/box_title_background.png) repeat;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
	text-align: left;
}

.stock_list_header h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.stock_list_image {
	float: left;
	width: 180px;
	height: 137px;
	border: 1px solid #797979;
}

.stock_list_image img {
	border: 0px;
}

.stock_list_details_left {
	float: left;
	width: 100px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.stock_list_details_right {
	float: left;
	width: 90px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #000;
}

#stock_list_pagination {
	text-align: center;
}

#stock_list_pagination a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
