body, td, input, textarea {
	font-size: 12px;
	font-family: sans-serif;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	margin-left: 4px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	margin-left: 4px;
}
img {
	border: 0;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	margin-left: 4px;
}
.small {
	font-size: 12px;
}
A:link, A:visited, A:active {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #808080;
	text-decoration: underline;
}
ul,ol {
	margin: 0px;
	margin-left: 2px;
	padding-left: 0px;
	list-style-type: none;
}
.footer {
	font-size: 11px;
}

.cdn_sidebar {
	width: 180px;
	border: 1px solid #c0c0c0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset 0 0 10px #c0c0c0;
	-moz-box-shadow: inset 0 0 10px #c0c0c0;
	-webkit-box-shadow: inset 0 0 10px #c0c0c0;
	padding: 6px 10px;
	background-color: white;
}
.cdn_sidebar_table {
	border: none;
	border-spacing: 0px;
}
.cdn_sidebar_header {
	font-size: 15px;
	font-weight: bold;
	padding: 3px 3px 6px 3px;
	border-bottom: 1px solid #c0c0c0;
}
.cdn_sidebar_image {
	text-align: center;
	padding-top: 8px;
}
.cdn_sidebar_image img {
	max-height: 80px;
}
.cdn_sidebar_offer {
	padding: 4px 8px;
	line-height: 15px;
	font-size: 12px;
	border-bottom: 1px solid #c0c0c0;
}
.cdn_sidebar_progress {
	width: 160px;
	height: 18px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.cdn_sidebar_progress_status {
	float: left;
	height: 100%;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	text-align: center;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}
.cdn_sidebar_footer_desc {
	font-size: 10px;
	border: none;
}
.cdn_sidebar_footer_more {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: black;
	padding: 2px 6px;	
}
.cdn_sidebar_footer_more a {
	color: white;
}
