/*-----------------------------------------------
United Medical Inc. Screen Styles
Author:   Erik Halber
Email: ehalber@affinity.com, ehalber@gmail.com
Version:  25 August 2006
----------------------------------------------- */

/* =Product Styles
-------------------------------------------------*/
#productsAbout {
	padding-top: 0;
}
#productsAbout img#logo {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #ccc;
}	
#prices {
	color: #000;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	background-color: #ADCFEB;
}
#productDetails {
	float: left;
	width: 800px;
}
#productDetails h1 {
	color: #fff;
	background: #ae0202;
	padding: 0.5em 1em;
	width: 730px;
	margin: 1em auto;
	border-bottom: #e8be7f 3px solid;
	font-size: 140%;
	font-weight: normal;
}
#productDescription {
	width: 460px;
	float: right;
	padding: 20px;
}
#productDescription a { /* Create back to top button */
	color: #666;
	text-decoration: none;
	background: url(img/up-arrow.gif) left center no-repeat;
	width: 81px;
	margin-top: 30px;
	display: block;
	text-indent: -3000px;
	float: right;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#productDescription h2, #productsAbout h2 {
	color: #3c6698;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.3em;
}
#productDescription h3 {
	margin: 0.6em 0 0;
	font-size: 105%;
	color: #666;
}
#productDescription p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#productDescription ul {
	margin-left: 2.5em;
}
#productSleeve {
	background: #f0f0f0;
	border: 1px solid #88a1c0;
	width: 250px;
	margin-left: 20px;
	margin-top: 21px;
	float: left;
}
#productSleeve img {
	margin: 1.3em auto;
	display: block;
}
#products-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 763px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#products-table td {
	border: 1px solid #ccc;
	width: 33%;
	text-align: center;
	background: url(img/td-bg.jpg) top left repeat-x;
}
#products-table img {
	display: block;
	margin: 1em auto;
	border: 1px solid #666;
}
/* =Product Contact Information
-------------------------------------------------*/
#orderInfo h6 {
	font-size: 110%;
	margin-bottom: 3px;
	margin-top: 20px;
}

#orderInfo ul, #orderInfo ul a { /* quickfix for inheritence problems */
	color: #666;
	background: none;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	display: inline;
	font-size: 105%;
	font-weight: bold;
}
#orderInfo ul a {
	text-decoration: underline;
	float: left;
}
#orderInfo ul { /* IE is ignoring these rules */
	margin: 0;
	padding: 0;
	list-style: none;
}
#orderInfo p {
	font-size: 80%;
	clear: both;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 20px;
}
#imgDiscount {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
