
/* CHRIS TO PUT INTO IE HACKS 

p {
	margin: 0px;
	}
	*/
	
hr {
border: none 0; 
border-top: 1px dotted #303052;
height: 1px;
}
	
ol {
	font-size: 12px;
	}
	
ol.list	{ 
	list-style-type: disc; 
	}
	
li.delivery {
font-size: 12pt; 
	list-style-type: none;
	margin-bottom: 15px;
	border-bottom: 1px dotted #303052; 
	}
	
ol.none{ 
	list-style-type: none; 
	}
	

.small_text {
	font-size: 10px;
	font-weight: normal;
}

.title {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px; /* allows baseline padding */
	border-bottom: 1px dotted #303052;
}

.offer_title {
	background:#FFFDE0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
	padding-top: 15px; /* allows baseline padding */
	border-top: 1px dotted #303052;
}

.title_small {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px; /* allows baseline padding */
	border-bottom: 1px dotted #303052;
}


.product-title {
	background:#E8E8E4;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px; /* allows baseline padding */
	border-bottom: 1px dotted #303052;
	padding-top: 5px; /* allows baseline padding */
	border-top: 1px dotted #303052;
}

.product-title-col {
	background:#E8E8E4;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px; /* allows baseline padding */
	border-bottom: 1px dotted #303052;
	padding-top: 5px; /* allows baseline padding */
	border-top: 1px dotted #303052;
}

.main-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#content { 
	font-size: 12px;
	width: 685px;
	/* border: 1px dotted #303052; */
	}
	
/* movie download style */	
	
#movie ul {
	list-style: none;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	}
	
#movie li {
	background: url(../../images/download_movie.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #303052;
	margin: 0;
	padding: 6px 0px 6px 0px;
	}
	
#movie a {
	font-weight: bold;
	color: #3c7cc6;
	padding-left: 22px;
	text-decoration: none;
	}
	
#movie a:hover {
	color: #000;
	text-decoration: underline;
	}	
	
		
/* pdf download style */
	
#pdf ul {
	list-style: none;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	}
	
#pdf li {
	background: url(../../images/download.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #303052;
	margin: 0;
	padding: 6px 0px 6px 0px;
	}
	
#pdf a {
	font-weight: bold;
	color: #3c7cc6;
	padding-left: 22px;
	text-decoration: none;
	}
	
#pdf a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/* pdf_2  download style */	

	#pdf_2 ul {
	width: 190px;
	list-style: none;
	margin: 0px;
	padding: 0;
	background:#FFFDE0;
	}
	
#pdf_2 li {
	background: url(../../images/download.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #303052;
	margin: 0;
	padding: 6px 0px 6px 0px;
	}
	
#pdf_2 a {
	font-weight: bold;
	color: #3c7cc6;
	padding-left: 22px;
	text-decoration: none;
	}
	
#pdf_2 a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	
.pdf_wrapper {
	border-bottom: 1px dotted #303052;
	width: 190px;
	float: left;
	margin-left: 17px;
	margin-bottom: 35px;
	}
	
	
/* link style */

#link ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#link li {
	background: url(../../images/link.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #303052;
	margin: 0;
	padding: 6px 0px 6px 0px;
	}
	
#link li.selected_text {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding-left: 22px;
	text-decoration: none;
	}
	
#link a {
	font-weight: bold;
	color: #3c7cc6;
	padding-left: 22px;
	text-decoration: none;
	}
	
#link a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#footer-content .footer-link {
color: #4E4B4B;
font-weight: normal;
font-size: 10px;
text-decoration: none;
	}
	
.footer a:hover {
text-decoration: underline;
}
	

/* list style */

#list li {
	border-bottom: 1px dotted #303052;
	margin: 0;
	padding: 16px 0px 16px 0px;
	}
	
#none li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom: 1px dotted #303052;
	margin: 0;
	padding: 16px 0px 16px 0px;
	}
	
	
/* wrapper style */

.info_wrapper {
	border-bottom: 1px dotted #303052;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.image_wrapper {
	border: 0px;
	float: left;
	}
	
.text_wrapper {
	width: 310px;
	margin-left: 360px;
	}
	
.margin_left {
	margin-left: 300px;
	float: left;
	}
	
.list_wrapper {
	width: 360px;
	float: left;
	margin-left: 80px;
	}
	
.margin_left30px {
	margin-left: 30px;
	}
	
/* dentists style */

#dentist ul {
	width: 310px;
	list-style: none;
	margin: 0px;
	padding: 0;
	}
	
#dentist li {
	background:#E8E8E4;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px; /* allows baseline padding */
	border-bottom: 1px dotted #303052;
	padding-top: 5px; /* allows baseline padding */
	border-top: 1px dotted #303052;
}

.dent_col01 {
	width: 310px;
	margin-left: 8px;
	margin-right: 40px;
	float: left;
	}
	
.dentist_wrapper {
	width: 310px;
	margin-left: 360px;
	}
	
.green {
font-color: #339933;
font-weight: bold;
font-size: 14px;
	}
	
#footer-content {
color: #4E4B4B;
font-weight: normal;
font-size: 10px;
	}
