/* @override http://www.spectracell.com/_css/style.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
/* basic structure */

* {
	margin: 0;padding:0;
}
html, body {
	
	height: 100%;
	
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#c6dbe9;
	width:auto;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 96px; 

}

.push {
	clear:both;
	}
	

.footer {
	background-color:#042e56;
	padding: 0 0 0 0px;
	width:100%;
		}

.footerText {
	margin:0 0 0 212px;
	width:565px;
	height:51px;
	text-align:center;
	}
	
.footerText #nav {
	text-align:center;
	}

	
.header {
	float:left;
	width:100%;
	height:51px;
	background:#042e56;
	border-bottom:#c6dbe9 4px solid;
	}
	
.content {
	float:left;
	width:100%;
	min-height:106px;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	}
	
.contentWrap {
	width:1002px;
	float:left;
	clear:right;
	}
	
	
.left {
	float:left;
	clear:none;
	width:212px;
	height:100%;
	}
	
.center {
	width:790px;
	height:100%;
	float:right;
	clear:none;
	top:0;
	}
	
.subhead {
	float:left;
	clear:left;
	width:100%;
	height:76px;
	width:565px;
	}
	
.col {
	width:200px;
	float:left;
	padding: 10px 0 0 10px;
	}
	
.menu {
	float:left;
	height:30px;
	width:770px;

	}
	

	

	
.mainContent {
	float:left;
	width:565px;
	height:100%;
	padding: 10px 0 10px 0;
	}
	
.right {
	float:right;
	clear:right;
	width:225px;
	height:100%;
	top:106px;
	padding:10px 0 0 0;
	}

.left p img {
	margin-left:-10px;
	}
	
.title {
	width:192px;
	height:40px;
	background-image:url(../images/title-bg.gif);
	background-repeat:no-repeat;
	padding:3px 10px 0 0;
	}

 
	
.left p.title {
	font:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	padding-top:3px;
	}
	
.left p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #143057;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
}
	
.left ul {
	list-style-image:url(../images/leftbullet.gif);
	text-align:right;
	margin:0 0 0 10px;
	direction:rtl;
	}

.left ul li, .left ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.0em;	
	}

.left ul li ul {
	list-style-image:url(../images/leftbullet2.gif);
	text-align:right;
	list-style-position:inherit;
	}

.left ul li ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#143057;
	font-weight:normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.8em;
	margin:0 -30px 0 0;
	white-space:nowrap;
	
	}
	
.left a {
	color: #143057;
	font-weight:normal;
	text-decoration:none;
	}
	
.left a:hover {
	color: #4379b7;
	text-decoration:none;
	}
	
/*end of basic structure */
	
/* typography */

body { font-size: 62.5%;  /* 16px × 62.5% = 10px */ }
	
p {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0 20px 0 20px;
	}
	
.bold {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	}
	
.boldBlk {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	}
	
ul {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position:outside;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0 30px 0 0px;
	margin:10px 0 10px 30px;
	}
	

ol {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position:outside;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0 30px 0 0px;
	margin:10px 0 10px 50px;
	}
	
li {
	padding:0 0 5px 0;
	
	}
	

.mainContent ul {
	list-style-type: disc;
	list-style-position:outside;

}


.mainContent ol {
	list-style-type: decimal;
	list-style-position:outside;

}



.mainContent ul li {
	font-family: Arial;
	background-color: none;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1.0em;
	text-decoration:none;
	font-weight:normal;
	margin:0 0 0 5px;
	
}
	
		
h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.9em;
	padding: 0 20px 10px 20px;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0 20px 10px 20px;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #4379b7;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0 20px 0px 20px;
	text-transform:uppercase;
	}

a {
	color:#143057;
	text-decoration:none;
	}
	
a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
	

	
.right p, .left p {
	padding:0 10px 0 10px;
	}
	
.left p, .left h2 {
	font-weight:bold;
	text-align:right;
	}

.left h2 {
	padding: 0 10px 0px 20px;
	}
	
.left .subtext {
	font-weight:normal;
	color:#666666;
	}
		
.right .subtext {
	font-weight:normal;
	color:#666666;
	}	

.toggler {
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight:bold;
	padding: 0 20px 10px 20px;
	text-decoration:underline;
	}
	
	
.element {
	margin-bottom:10px;
	}
	
.right h2, .right img {
	text-align:center;
	}

.boldLightBlue {
	color: #4379b7;
	font-weight:bold;
	}
	
.boldLightGrey {
	color: #666666;
	font-weight:bold;
	text-transform:capitalize;
	}

.boldBrightBlue {
	color: #0092DD;
	font-weight:bold;
	}
	
.subHeading {

font-size: 1.5em;
font-weight:bold;
color: #143057;
margin: -10px 0 0px 0;

}
	
/* end of typography */


/* lists */

.menu ul{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	margin:0;
	padding:7px 0 0 10px;
	}
	
.menu ul li {
	display:inline;
	color: #143057;
	}
	
.menu ul li a {
	color: #143057;
	text-decoration:none;
	}
	
.menu ul li a:hover {
	color: #4379b7;
	text-decoration:none;
	}
	
.subhead ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	margin:0 0 0 0px;
	padding:10px 0 0 0px;
	font-weight:bold;
	}
	
.subhead ul li {
	margin:0 0 5px 0;
	} 
	
.subhead ul li a {
	color:#fff;
	text-decoration:none;
	} 
	
.subhead ul a:hover {
	color: #143057;
	text-decoration:none;
	} 
	
.footer ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	margin:0;
	padding:7px 0 0 10px;
	}
	
.footer ul li {
	display:inline;
	color: #143057;
	}
	
.footer ul li a {
	color: #fff;
	text-decoration:none;
	}
	
.footer ul li a:hover {
	text-decoration:underline;
	}
	
.buttons {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position:inside;
	list-style-type:none;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	padding: 0 30px 0 0px;
	margin:10px 0 10px 0px;
	}
	
.buttons li {
	padding:0 0 5px 0;
	}
	
	
/* CMS */
img.mcms_stats{
   display: none;
}

fieldset{
   display: inline;
   border: 0;
}

/* form builder */

form.monkForm fieldset{
   display: block;
}

form.monkForm legend{
   font-weight: bold;
   margin-bottom: .5em;
   white-space: pre-wrap;
   width: 500px;
}

form.monkForm label{
   display: block;
}

form.monkForm div.text {
	_margin-bottom: 15px;
}

form.monkForm div.radio label,
form.monkForm div.checkbox label{
   display: inline;
   margin-left: 5px;
}

form.monkForm p.errorSummary{
   font-weight: bold;
   font-style: italic;
}

form.monkForm p.error,
#content form.monkForm p.error{
   margin-bottom: 0;
   color: #F00;
   font-size: .8em;
}

/* live edit */

#mcmsLiveEdit{
   position: fixed;
   top: 0;
   left: 10px;
   padding: 5px 10px;
   background: url(http://trunk.ekklesia360.com/Clients/bg_mcmsLiveEdit.png);  /* change this after release! */
   color: #FFF;
}

#mcmsLiveEdit h2{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}

#mcmsLiveEdit p{
   font-size: 12px;
   text-align: center;
   text-transform: uppercase;
}

#mcmsLiveEdit a{
   display: block;
   margin-top: 5px;
   font-size: 10px;
   color: #FFF;
   text-decoration: underline;
   text-transform: lowercase;
}

.mcmsLiveControl{
   position: absolute;
   padding: 5px;
   background: url(http://trunk.ekklesia360.com/Clients/bg_mcmsLiveEdit.png);  /* change this after release! */
}

.mcmsLiveControl a{
   color: #FFF !important;
   text-decoration: none !important;
   border: 0 !important;
}

.mcmsLiveControl a:hover{
   background: none !important;
   color: #FFF !important;
   text-decoration: none !important;
}
	
#nav_home {
	padding-right:7px;
	padding-left:1px;
	background:url(../images/hash.gif) no-repeat right 1px;
}

#nav_about,
#nav_products,
#nav_clinical-education-center,
#nav_news--events,
#nav_faqs,
#nav_faqs, 
#nav_physician-access-center,
#nav_careers {
	padding-right:7px;
	padding-left:3px;
	background:url(../images/hash.gif) no-repeat right 1px;
}

#nav_contact-us {
	padding-left: 3px;
}

#nav_find-a-draw-site {
	display:none;
	}
	
#nav_find-a-clinician {
	display:none;
	}
	

.footerNav  #nav_home {
	padding-right:5px;
	padding-left:1px;
	background:url(../images/hash-white.gif) no-repeat right 1px;
}

.footerNav #nav_about,
.footerNav #nav_products,
.footerNav #nav_clinical-education-center,
.footerNav #nav_news--events,
.footerNav #nav_faq,
.footerNav #nav_careers {
	padding-right:5px;
	padding-left:1px;
	background:url(../images/hash-white.gif) no-repeat right 1px;
}

.footerNav #nav_contact-us {
	padding-left:1px;
}

hr {
	margin:0 20px 15px 20px;
	}
#mainContent p img.homeBanner {
	margin-left:-5px;
}
	
		
/*forms*/

legend {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.9em;
	padding: 0 20px 10px 20px;
	}
	
#ask-spectracell input {
	margin:-15px 0 10px 150px;
	}
	
#ask-spectracell #formsubmit {
	margin:10px 0 10px 130px;
	}
	
#ask-spectracell select {
	margin:-15px 0 10px 150px;
	}
	
#ask-spectracell textarea {
	margin:-15px 0 10px 150px;
	}
	
#subscribe-clinical-updates input {
	margin:-15px 0 10px 150px;
	}
	
#subscribe-clinical-updates #formsubmit {
	margin:10px 0 10px 130px;
	}
	
#subscribe-clinical-updates select {
	margin:-15px 0 10px 150px;
	}
	
#subscribe-clinical-updates textarea {
	margin:-15px 0 10px 150px;
	}

#subscribe-clinical-updates #formsubmit input{
	margin:0px 0 10px -130px;
	}

#w1216 input {
	margin:0px 0 0px 0px;
	}
	
.data #r_1216_813 {
	margin: 20px 0 0 0;
	}
	


	

img {
	border:none;
	}
	
.left .subtext {
	font-weight:normal;
	color:#666666;
	}
	
table caption {
	background-color:#143057;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	height:30px;
	width:525px;
	margin:0 20px 0 0px;
	padding-top:5px;
	}

.chart {
	width:525px;
	margin: 0 0 0 20px;
	font:Arial, Helvetica, sans-serif;
	}
.chart2 {
	width:400px;
	margin: 0 0 0 20px;
	font:Arial, Helvetica, sans-serif;
	clear:right;
	}

.chart2 caption {
	width:400px;
	}
	
.chart2 td{	
	font-family:Arial, Helvetica, sans-serif;
	color:#143057;
	padding:5px;
	font-size:1.2em;
	border-right:1px solid;
	border-left:0;
	border-top:1px solid;
	}

.chart td{	
	font-family:Arial, Helvetica, sans-serif;
	color:#143057;
	padding:5px;
	font-size:1.2em;
	border-right:1px solid;
	border-left:0;
	border-top:1px solid;
	}

.chart table {
	border:1px solid;
	border-right:0;
	}


.info {
	padding:0 0 0 20px;
	text-align:left;
	}

.map {
	padding:0 0 0 20px;
	}

table.chart {
	border-left: 1px solid #143057;
	border-bottom: 1px solid #143057;
	empty-cells:show;
	}
	
.tm {
	margin-top:-4px;
	font-size:6px;
	position:inherit;
	
	}
	
.callout {
	width:525px;
	background-color: #0099CC;
	height:20px;
	margin: 0 0 10px 20px;
	}

.callout p {
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	text-align:left;
	margin: 0px 0 0 0;
	padding: 2px 0 0 5px;
	text-transform:uppercase;
	}
	
.ike { text-align:center; background-color:#FFFFFF;	}

.ike2 {border:2px solid #ff0000;
}
.ike2 p {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0 5px 0 5px;
	}
	
	
sub {
	font-size:.8em;
	margin:0;
	padding:0;
	line-height:.75em;
}

/* forms */

.description {display:none;}

fieldset div {padding:0 0 10px 0;}

fieldset fieldset div {padding:0 0 10px 0;}

.monkForm p.data {padding-bottom: 10px;}

legend {font-size:1.2em; padding:0 0 10px 20px; margin:5px 0 0 0; display:inline;}

/*#w6388, #w6393, #formsubmit, #w6394, #w6395, #w6390, #w6397, #w1216, #w1217 {clear:left;}

#w6389 {clear:both;}*/

#w6381, #w6383, #w6607, #w6386, #w6390, #w6394, #w6396, #w6395{float:left; display: block;}

#w6382 { clear:right;}

#w6388 {float:left; display:block; clear:both;}

#w6389 {float:left; display:block; clear:both;}

#w6392 {clear:right; float:left;}

#w6382, #w6387 {clear:right;}

#w6391 {float:left; display:block; clear:left;}


#w6390, #w6392, #w6393, #w6394, #w6396, #w6395 {float:left;clear:left;}

.text, .select, .textarea, .checkbox, radio, #formsubmit, /*#w6396 */{display:block; float:left; padding:0 0 10px 0;}

#w6608 {	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0 20px 10px 0px;
	margin:-5px 0 0 0;}

.textarea, textarea, .checkbox {width:300px;}

.textarea{margin:10px 0 0 0;}

#formsubmit, #formsubmit {margin:0 0 0 0px;}

#bulletin{
  float: right;
  display: inline;
  margin: 10px 0 10px 0;
  width: 300px;
}

#bulletin h3{
  color: #fdb813; /* yellow === fdb813 */
  font-size: 1.3em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
}

#bulletin a{
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1em;
}

#search{
  float: right;
  display: inline;
  clear: right;
  margin-right: 80px;
}

#search fieldset{
  width: 220px;
}

#search #search_term{
  float: left;
  display: inline;
}

#search a#search_go {
  display: block;
  float: left;
  display:inline;
  width: 53px;
  height: 18px;
  background: url(/home/_img/search_btn-lightBlue.jpg) no-repeat left top;
  text-indent: -9999px;
  margin-left: 4px;
}

/* Request Access Form */

#request-access-form, #request-access-form fieldset {
	width: 400px;
	border: 0;
}

#request-access-form {
	padding: 20px;
}

#request-access-form legend {
	display: none;
}

#request-access-form fieldset {
	background: #F1F1F1;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#request-access-form div {
	padding: ;
	margin: 0 0 10px 0;
}

#request-access-form p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	clear: both;
	text-transform: uppercase;
}

#request-access-form label  {
	display: inline-block;
	margin-right:10px;
	width: 160px;
}

#request-access-form input  {
	background: #FFFFFF;
	border: 1px solid #414141;
	width: 160px;
	height: 13px;
	padding: 4px;
	font-size: 12px;
	margin-right: 3px;
	font-weight: nomal;
	color: #000000;
}

#request-access-form p#formsubmit {
	margin: 20px 0;
}

#request-access-form p#formsubmit input {
	display: block;
	width: 79px;
	height:  21px;
	background: url(/images/btn_ecom_submitorder.png) no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#request-access-form #w33716 label {
	font-size: 0;
	line-height: 0;
}

#request-access-form .error {
	padding: 5px 5px 5px 0;
	margin: 0;
	color: #FF0000;
	font-size: 1.1em;
	line-height: 1;
	text-transform: none;
} 

#request-access-form .errorSummary{
	color: #FF0000;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

#request-access-form .captcha input{

}

#request-access-form form .captcha label{
	display: block;
}

/* Subscription checkbox */	
#w47223 fieldset {
	width:auto;
	position:relative;
	height:75px;
	}
#w47223 p {
	text-transform:none;
}
#w47223 input {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:auto;
	border:0;
	}	
#w47223 label {
	position:absolute;
	top:0;
	left:20px;
	width: 315px;
	text-align:justify;
}

/* 
----------------------------------
Ecommerce Group 
----------------------------------
*/

.p-top-link {
	text-align: right;
	font-weight: bold;
	font-size: 1.4em;
}

/* Products Sidebar */

.left .p-nav h3 {
	text-align: left;
	font-size: 13px;
	margin: 10px 0 5px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #000;
}

.left .p-nav h3 a {
	font-weight: bold;
	color: #000;
}

.left .p-nav p {
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 10px 0 25px;
	line-height: 1.4em;
}

.left .p-nav p a {
	font-size: 12px;
}

.left .p-nav p.manage-account {
	margin: 20px 0;
}

.manage-account a {
	background: url(/images/arrow_accountlink.png) no-repeat right 50%;
	padding-right: 20px;
}

/* Product Main */

#product-wrap {
	padding: 0 20px;
}

#product-wrap p#pagination{
   margin: 20px 0;
   padding: 0;
}

#product-wrap p#pagination a{
   padding: 5px;
   margin: 5px;
   background: #002955;
   text-decoration: none;
   color: #FFFFFF;
}

#product-wrap p#pagination a#current{
	background: none;
	color: #414141;
}

#product-wrap p#pagination a:hover{
   background: #F8F8F8;
   color: #002955;
}

#product-wrap p#pagination a#off{
	display: none;
}


#product-wrap h3 {
	font-size: 1.6em;
	color: #FFFFFF;
	background: url(/images/bg_header_families.gif) no-repeat;
	line-height: 30px;
	padding: 0 0 0 10px;
	clear: left;
}

.product-box	 {
	clear: left;
   float: left;
   padding: 10px 0 0 0;
   margin-bottom: 10px;
   *width: 100%;
}

.product-box	 .productthumb {
   float: left;
   margin: 0 0 10px 0;
   width: 75px;
}

.product-box	 .productthumb img{
   margin: 0;
   border: none;
   float: left;
   padding: 0;
   max-width: 75px;
}

.product-box	 h4 {
	padding: 0;
	margin: 0 0 5px 0;
	text-transform: none;
	color: #002955;
}

.product-box	 p {
	padding: 0;
	margin: 0;
}

.product-box	 .productdesc {
	padding-left: 85px;
}

.product-box	 .productdesc p {
	margin-bottom: 5px;
}

.product-box input{
   display: block;
}

/* shopping Cart */


.store table.monkCart{
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 3px solid #e0e0db;
	padding-bottom: 10px;
	border-collapse: collapse;
	*border: 0;
}

.store table.monkCart tr.item{
	background-color: #FFFFFF;
}

.store table.monkCart tr.item.odd{
   background-color: #F8F8F8;
}

.store table.monkCart tr.item td{
	vertical-align: middle;
}

.store table.monkCart tr.item form input.qty{
	vertical-align: middle;
	text-align: center;
	width: 20px;
	line-height: 20px;
	height: 20px;
	margin-left: 10px;
	margin-top: 6px;
	float: left;
	border: 1px solid #424242;
}

.store table.monkCart tr.item form input.button{
	margin-top: 7px;
	padding-left: 5px;
}

.store table.monkCart tr.total{
	font-size: 1.2em;
	font-weight: bold;
	color: #414141;
}

.store table.monkCart tr td{
	padding-top: 10px;
	padding: 10px;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #002955;
}

.store table.monkCart tr td.mcms_cart_item{
	font-size: 1.2em;
}

#checkout table.monkCart tr,
#checkout table.monkCart tr.total{
   
}

#checkout table.monkCart tr.odd{
   background: #F8F8F8;
}

#checkout table.monkCart tr td.amount{
   text-align: right;
}

#checkout table.monkCart{
   padding: 15px;
}

.store table.monkCart tr.total td{
	border-top: 1px solid #e6e6e6;
	font-size: 1.1em;
	padding: 5px 5px 10px 10px;
}

.store table.monkCart tr.total td.amount{
	font-size: 1.2em;
	border-left: 1px solid #e6e6e6;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.store table.monkCart tr.item fieldset{
	padding: 5px 0 0;
}

.store table.monkCart th{
	font-size: 1.3em;
	padding-bottom: 10px;
	text-align: left;
	padding: 10px;
	color: #002955;
}

.store table.monkCart th.price,
.store table.monkCart th.total{
	display: none;
}

.store table.monkCart th.product{
	border-style: none;
	background-image: none;
}

.store table.monkCart tr.item.alt{
	background-color: #fff;
}

.store table.monkCart tr.mcms_subtotal, .store table.monkCart  tr.mcms_savings, .store table.monkCart tr.total {
	display: none;
}

.cart.store #text form input{
	margin-bottom: 5px;
}

.store #detail .purchase{
	margin-bottom: 20px;
}

.store #size, .store #color{
	margin-bottom: 15px;
}

.store  #cart-checkout{
   float: left;
   margin-right: 20px;
}

.store #cart-empty{
   float: left;
}


#checkout a.thickbox{
   
}

#me-wrap {
	padding: 20px;
}

#me ul#options{
	margin-left: 15px;
	margin-bottom: 70px;
	list-style: none;
}

#me ul#options li{
	float: left;
	margin-right: 5px;
	background-image: none;
	padding: 0;
	list-style: none;
}

#options li a{
	background: #D4D4D4;
	border: 1px solid #414141;
	width: auto;
	height: auto;
	*width: 100px;
	*line-height: 20px;
	padding: 5px 10px;
	margin: 0;
	color: #002955;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
}

div#thanksMessage {
	font-size: 1.2em;
}

.orderHistory{
	clear: both;
	border: 0;
}

.orderHistory td a{
	font-size: 1.2em;
}

.orderHistory td.ordernum{
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	padding-bottom: 5px;
}

.orderHistory .orderHistoryTitle{
	padding-left: 16px;
	font-size: 1.2em;
	padding-bottom: 5px;
}

#orderHistoryDetail th{
	font-size: 1.2em;
	padding: 5px;
}

#orderHistoryDetail td{
	font-size: 1.2em;
	padding: 5px;
}

#orderHistoryDetail table{
	padding: 15px;
}

#orderHistoryDetail .orderHistorySite strong{
	font-size: 1.2em;
	color: #333;
}

#orderHistoryDetail .orderDetailTotal{
	font-weight: bold;
}

#orderHistoryDetail table tr.even{
	background-color: #EEEEEE;
}

#orderHistoryDetail .orderDetailAddress{
	color: #313131;
	line-height: 1.5em;
}

#orderHistoryDetail .orderDetailCustomerService{
	line-height: 1.4em;
	color: #666666;
	background-color: #f9f9f9;
	font-size: 1em;
	padding-left: 15px;
}

/* --fixes-- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix 	{ display: block;}
/* End hide from IE-mac */

.download {color: #FFF; font-weight:bold; background: url(http://www.spectracell.com/images/download_button_bg.png) no-repeat center; height: 21px; width: 88px; padding: 2px 2px 2px 2px;}
