/* Side Object CSS */

.so-container {
    margin-top: 5px;
	font-size: 90%;
	text-align: left;
}

.so-content-1 {
	background-image: url(../img/objects/so_bg_1.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #BDD6FB;
	border-right: 1px solid #BDD6FB;
}

.so-content-indent {
	padding: 6px 6px 3px 6px;
}

.so-header {
	background: url(../img/objects/so_bg_header.gif) repeat-x;
	height: 8px;
}

.so-header-co-left {
	background: url(../img/objects/so_bg_header_co_left.gif) no-repeat left;
	height: 8px;
}

.so-header-co-right {
	background: url(../img/objects/so_bg_header_co_right.gif) no-repeat right;
	height: 8px;
	width: 100%;
}

.so-footer {
	background: url(../img/objects/so_bg_footer.gif) repeat-x;
	height: 8px;
}

.so-footer-co-left {
	background: url(../img/objects/so_bg_footer_co_left.gif) no-repeat left;
	height: 8px;
}

.so-footer-co-right {
	background: url(../img/objects/so_bg_footer_co_right.gif) no-repeat right;
	height: 8px;
	width: 100%;
}

.so-title {
	position: relative;
	height: 31px;
}

.so-title-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.so-delimeter {
	background-color: #BDD6FB;
	height: 1px;
	margin: 7px 0;
}

#so-topten-products {
	margin: 0 0 0 28px;
	padding: 0;
}

#so-topten-products li {
	list-style-position: outside;
	margin: 0 0 4px 0;
}





/* Center Object CSS */

.co-container {
    margin-top: 5px;
}

.co-title {
	position: relative;
	height: 31px;
}

.co-title-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.co-header {
	background: url(../img/objects/co_bg_header.gif) repeat-x;
	height: 11px;
}

.co-header-co-left {
	height: 11px;
}

.co-header-co-right {
	background: url(../img/objects/co_bg_header_co_right.gif) no-repeat right;
	height: 11px;
	width: 100%;
}

.co-content-1, .co-content-2 {
	border-right: 1px solid #BDD6FB;
}

.co-content-indent {
	padding: 6px 0 3px 6px;
}

.co-content-indent-all {
	padding: 0 15px 8px 15px;
	line-height: 150%;
}

.co-footer, .co-footer-2 {
	background: url(../img/objects/co_bg_footer.gif) repeat-x;
	height: 6px;
}

.co-footer-co-left, .co-footer-co-left-2 {
	height: 6px;
}

.co-footer-co-right, .co-footer-co-right-2 {
	background: url(../img/objects/co_bg_footer_co_right.gif) no-repeat right;
	height: 6px;
	width: 100%;
}

.co-container2 {
	width: 100%;
}

.co-content-2-indent {
	padding: 15px 0 3px 6px;
}
