@CHARSET "ISO-8859-1";

body {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

.passage {
	font-family: Arial;
	font-size: 15px;
	color:#000000;
	line-height: 15px;
}

.content {
	font-family: Times New Norman;
}

.reviewSearch {background-color: #E6E6E6}

.sampleRequest {background-color: #000}

.ratingText {
	color:#EE1F7A;
	font-size: 15px;
}

.moreText {
	color:#EE1F7A;
	font-size: 12px;
	text-decoration:none;
}

.whiteText {
	color:white;
	text-decoration: none;
}

.redText {
	color:#ED3084;
	text-decoration: none;
}

table {
	border: 0;
}

.border {
	border-style:solid;
	border-width:1px;
}
.label {
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}

marquee {
	color: #ED3084;
	font-weight:bold;
	white-space:pre;
}

img {
	border: 0;
}

.scrollbar {
	display: block;
	overflow: auto;

}

.header {
	background-color:black;
	color:white;
	font-size: 12px;
	padding:15px;
	padding-left:0.1cm;
}

.login {
	padding:5px;
	border: 1px solid black;
}

.productTable {
	width:65%;
	vertical-align:text-top;
}

.productTitle{
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align:text-top;
}

.productIntro{
	font-family: Arial;
	font-size: 12px;
	vertical-align:text-top;
}

.sampleRating {
	font-family: Arial;
	font-weight:bold;
	font-size: 16px;
}

.sampleReview {
	font-family: Arial;
	font-size: 14px;
	background-color:#F2F2F2;
}

.inactive {
	color: #888888;
	font-size: 12px;
}

.remark
{
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#pagenav {
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pagenav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

#pagenav li {
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px;
	display: inline;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: hidden; /*leave this value alone*/
width: 1000px; /*Width of Carousel Viewer itself*/
height: 280px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 1000px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*Centre Column Classes*/

#fullContentBlock {
	float: left;
	width: 908px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	/*Borders on left and Right of Centre pane*/
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
	margin-right: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

#sidedContentBlock{
	float: left;
	width: 696px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	/*Borders on left and Right of Centre pane*/
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
	margin-right: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

.request input{
	border: 0px
}

.shoppingStoreLabel {
	padding-bottom:30px;
	text-transform:uppercase;
	text-size: 20px;
	
}

.shoppingStoreTitle {
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
}

.shoppingStoreImage {
	position:relative;
	bottom:-20px;
}
