@charset "utf-8";
/* CSS Document */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0096ea;
	text-transform:capitalize;
	padding:0 0 7px 0;
	margin:0;
}
h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px 0px 2px 2px;
	margin:0;
	line-height:16px;

	}
h2 a {
	text-decoration: none;
	color: #FFFFFF;
	}
h2 a:hover {
	text-decoration: underline;	
	color: #FFFFFF;
	}
.caption-text {
	font-size: 9px;
	color: #999999;
}

	
.table-title {
	background-color: #007DC3;
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
}
.table-subtitle {
	font-size:11px;
	font-weight: bold;
	color: #999999;
}
h3 {
	font-size:12px;
	padding:0 0 0 2px;
	}
	
.zz-comments {
	color: #FF00FF;
}
.table-bg {
	background-color: #999999;
}
.table-cell {
	background-color: #000000;
}


.table-cell ul, li
{
	list-style-position:outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 10px;
	padding: 0;
	line-height: 15px;
	list-style-image: url(/images/bul-blue.gif);
}
.table-cell li li {
	margin-left: 8px;
	list-style-image: url(/images/dash-white.gif);
	}
	
	
.img-border {
	border: 2px solid #b9b9b9;
	margin-right: 10px;
}
.img-border-thick {
	border: 4px solid #b9b9b9;
	margin-right: 10px;
}
.selling-price {
	font-size: 12px;
	font-style: italic;
}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
