/*
CINEMEDIC // CSS Definitions
*/

/* Basic Definitions */

body {
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	margin: 5;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #6E63AD;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #6E63AD;
}
a:visited {
	color: #777777;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}
.clear {
	clear: both;
}
p {
	color:#444;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 125%;
}
ul {
	margin-left: 12px;
	padding-left: 0px;
	list-style-type: circle;
	color: #5FB951;
	padding-bottom: 5px;
}
li {
	margin-left: 12px;
	padding-left: 0px;
	padding-bottom: 5px;
}
ul.shipping li {
	color: #666666;
	line-height: 1.5em;
	margin: 5px 5px 5px 20px;
	width: 85%;
}
/* Custom Definitions */

.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.image-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.subnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	list-style-type: square;
}
.subnav a:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6E63AD;
	font-weight: bold;
	text-decoration: none;
}
.subnav a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #6E63AD;
	font-weight: bold;
	text-decoration: none;
}
.subnav a:active {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.subnav a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}
.footer a:link {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}
.footer a:active {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #5FB951;
	font-weight: bold;
	line-height: 200%;
}
.subheading {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #5FB951;
	font-weight: bold;
	line-height: 200%;
}
.content {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: justify;
}
.strong {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.fineprint {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #AAAAAA;
	font-weight: bold;
}
/* Form Definitions */

input {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666;
}
select {
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	color:#666;
	font-size:11px;
}
textarea {
	font-family:verdana, arial, sans-serif;
	color:#333;
	background-color:#FFF;
	font-size:11px;
}
blockquote {
	margin-left: 35px;
}
/* Index Content */
.indexSpotlight {
	margin:0;
	width: 355px;
	text-align:center;
}
.indexSpotlight img {
	width:280px;
}
.indexSpotlight p {
	text-align:center;
	font-size: 1.1em;
	line-height: 1.6em;
}

/* Pricing Content */
#content h1 {
	color: #5FB951;
	font-size: 2em;
	padding-top: 20px;
}
#content h2 {
	background:#eeeeee;
	padding: 10px;
	color:#333333;
}
.productPrice, .product {
	margin: 30px 0 30px 20px;
}
.product {
	margin: 30px 20px 30px 20px;
}
.product img {
	float:left;
	margin-right: 20px;
}
.product p, .product ul.includes {
	line-height: 1.6em;
	width: 70%;
	float:right;
}
.product p.includesHeading {
	margin: 0;
	font-weight: bold;
}
.productPrice h3, .product h3 {
	color: #5FB951;
}
.productPrice h3 em, .product h3 em {
	color:#666666;
	font-size: 0.8em;
	display:block;
	margin-top: 3px;
}
.productPrice ul {
	list-style:none;
	color:#444444;
	padding-right: 30px;
	padding-left: 30px;
}
.product ul {
	background: #dcffb7;
	list-style:none;
	color:#444444;
	padding: 5px;
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
.product ul.includes {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1em;
	font-weight: normal;
}
.product ul.includes li {
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
}
.product img.endorsed {
	float:right;
	margin: 10px;
}
.productPrice ul li, .product ul li {
	width: 100%;
	clear: both;
	margin: 8px 0;
	border-bottom: 1px dotted #CCCCCC;
	
}
.productPrice ul li em, .product ul li em {
	font-size: 0.9em;
	color:#999999;
}
.productPrice ul li span, .product ul li span {
	float: right;
	display: inline;
}
#content hr {
	border-bottom: none;
	border-top: 1px solid #999999;
	border-left: none;
	border-right: none;
}
