/* CSS Document */

#content_text p {
	margin-top: 0px;
}
#content_text ul {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
#content_text ul li {
	margin-top: 4px;
	margin-bottom: 4px;
	padding:2px 5px 2px 10px !important;
	background:url(/images/instantocean/blt_black_dot.gif) no-repeat 0px 6px !important;
}


.ImgRight {
	float: right;
	padding: 0px 0px 16px 28px;
}
.ImgLeft {
	float: left;
	padding: 0px 28px 16px 0px;
}

/* styles for template 2 article to create two column content.  NOTE: there is only 527px of space in the main content area */

.content_two_col_left {
	float:left; 
	width:107px; 
	margin-right:20px; 

}
.content_two_col_left img {
	display:block;
	margin-bottom:20px;
}
.content_two_col_right {
	width:390px;
	float:left;
}

.content_two_col_2_left {
	width:225px; 
	float:left;  
	padding-right:15px;
}

.content_two_col_2_right {
	width:282px; 
	float:left;
}
.content_two_col_3_left {
	width:107px; 
	float:left;  
	padding-right:15px;
}

.content_two_col_3_right {
	width:330px; 
	float:left;
}
.alsoInterestedProducts {
	margin-top:15px;
	text-align:center;
}
.alsoInterestedProducts .product {
	float:left; 
	margin:0 10px;
	text-align:center;
}
