p.breadcrumb {
	margin: 5px;
	color: #0ABADF !important;
	font-weight: bold !important;
	padding-bottom: 8px;
	border-bottom: 1px solid #f5f5f5;
}

p.breadcrumb a {
	color: #0ABADF;
	text-decoration: none;
	border-bottom: dotted 1px #0ABADF;
	font-weight: normal;
}

p.breadcrumb strong {
	font-weight: normal;
	color: #A9A9A9;
}

.real-block {
	width: 190px;
	height: 220px;
	padding: 10px;
	margin-left: 5px;
	float: left;
	background: #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.real-block .white-line-down {
	margin-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}

.pad {
	height: 15px;
}

.divider {
	margin: 0px 5px;
	height: 10px;
	border-bottom: 1px solid #f5f5f5;
}

.real-block .white-line {
	margin-top: 15px;
	border-bottom: 1px solid #FFFFFF;
}

.real-block a {
	color: #0ABADF;
	text-decoration: underline;
	font-weight: normal;
	float: left;
	font-size: 0.8em;
}

.real-block p {
	color: #727272 !important;
	margin: 0px 5px 5px !important;
	height: 45px !important;
}

.real-block span {
	color: #A9A9A9;
	float: right;
	font-size: 0.8em;
}

.real-block span.price {
	color: #0abcdf;
	font-size: 1.8em;
	float: right;
	margin-right: 5px;
}

.real-block span.left {
	color: #A9A9A9;
	float: left;
	font-size: 0.8em;
	margin-left: 5px;
}

.real-block table.image-table {
	background: none;
	border: 0 none !important;
	margin: 0 auto !important;
	height: 112px;
	overflow: hidden;
	padding: 5px 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 162px;
}

.real-block table.image-table tr, .real-block table.image-table td, .real-block table.image-table tbody {
	padding: 0 !important;
	margin: 0 !important;
}

.real-block .image-table a {
	width: 160px;
	border: 0 none;
	height: 110px;
	line-height: 110px;
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration:none !important;
}

.real-block .image-table img {
	border: 1px solid #0ABADF;
	display: inline;
	margin: 0 auto;
	vertical-align: middle;
	width: 160px;
	height: 110px;
}

