/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
#nav, #spine, #flash, #mycarousel, .carousel-component, .zoom {
	display: none;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5pt;
	text-transform: uppercase;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding: 5pt 0;
	text-transform: uppercase;
}
p, label {
	font-size: 9pt;
	padding-bottom: 5pt;
}
input, select, textarea {
	font-size: 9pt;
}
.fields {
	width: 250pt;
	border:1pt solid #000;
}


#footer {
	border-top:solid 1pt #252525;
	padding-top:5pt;
	font-size: 8pt;
margin-top: 5px;
}
#footer a{
	color:#5d5d5d;
}


/* content */

.prodImages { float:left; width:20%;}
.prodImages .pic{margin-right:5pt; float:right;}

.prodText{ clear:both; 
margin-top:5pt;
}
.boldBlue{
font-weight:bold;
color:#333333;
}

.vignettes .item {
	width: 29%;
	float: left;
	padding:1%;
	position:relative;
	min-height:160pt;
	margin-right:1%;
border:1px solid #cccccc;
}
.vignettes .header {
	/*background-color: #E9E8E8;
	background-image: url(http://www.surgi-c.com/global_images/home/header-home-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin:-10px -10px 10px;
	width:190px;*/
}
.vignettes  img {
	position:absolute;
	right:-15px;
	bottom:-15px;
}
