@charset "utf-8";
/* 
	STANDARD PRESENTATION STYLES 
	Use the following styles for presentation where ever possible, this set defines the design standard for the site.
*/
.sam {
	/* Provided by Stewart Media, used for H1 SEO header text on home page. */
	font-size:11pt;
	color:grey;
	text-align:center;
	margin-bottom:10;
} 
.pres_header_1_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.pres_header_1_b_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #F97545;
}

.pres_sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F97545;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pres_bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.boldLinkBlue {
	cursor: pointer;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#0033FF;
}

.anyLink {
	cursor: pointer;
	text-decoration: underline;
}
.copy_body_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333
	margin: 0px;
	/*
	position: relative;
	text-align: left;
	text-indent: 0px;
	*/
}
.productImageArea {
	margin-top:50px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}



/* 
	END: STANDARD STYLES 
*/
/* ############################################################################################# */
/* 
	FORM & MESSAGE STYLES 
*/
.formRow {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	height: 30px;
}
.formLabel {
	position:relative; 
	top:3px;
}
.formInput {
	position:relative; 
	margin-right:10px;
}
.formControls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.controls {
	position: absolute;
	z-index: 10;
	left: 69px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.buttonStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFF99;
	width: 60px;
}
.saveButtonStyle {
	background-color: #66FF99;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.deleteButtonStyle {
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.alertHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	margin-top: 2px;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alertSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 2px;
	margin-bottom: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alertInfoRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: square;
}
button {
	cursor:pointer;
}

/*
.publicButtonStyle {
	background-color: #FEDDCD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border: medium double #FC8C56;
	height: 25px;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;	
}
*/
/* 
	END: FORM & MESSAGE STYLES 
*/
/* ############################################################################################# */
/* 
	MENU STYLES 
*/

/*
.topMenu_1_element {
	position: relative;
	height: 25px;
	z-index: 20;
	padding-top: 8px;
	width: auto;
	float: left;
	text-decoration: none;
}
*/

/*
.topMenu_2_Text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 15px;
}
*/
.topMenu_1_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*margin-right: 20px;*/
	color: #FFFFFF;
	z-index: 30;
	cursor: pointer;
}

/* 
	END: MENU STYLES 
*/
/* ############################################################################################# */
/* 
	TABULAR AND LIST DISPLAY STYLES 
*/
.rowCellOdd {
	background-color: #FFE8DF;
	border: 1px solid #F9936C;
	padding: 4px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rowCellEven {
	background-color: #FEDDCD;
	border: 1px solid #F9936C;
	padding: 4px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.listRowCell {
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #666666;
}
.listProductTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}

.listRowUnderline {
	height: 2px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

.listHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #F56125;
}
.listColumnHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	padding-left: 5px;
	padding-top: 8px;
	
}
.listSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* 
	END: TABULAR AND LIST STYLES 
*/
/* ############################################################################################# */
/* 
	CART & ORDER DISPLAY STYLES 
*/
.cartRowSpacer
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cartInfoRow {
	/*border: 1px solid #F9936C;*/
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5652D;
	padding-left: 4px;
	font-weight: bold;
	color: #FFFFFF;
}
.cartItemRow {
	background-color: #FFFFFF;
	/*border: 1px solid #F9936C;*/
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
}
.cartItemRowDiscount {
	background-color: #E5E5E5;
	/*border: 1px solid #F9936C;*/
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	color: #F5652D;
}

.cartItemRowCouponDiscount {
	background-color: #2DFF71;
	/*border: 1px solid #F9936C;*/
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 4px;
	color: #000000;
}

/* 
	END: CART & ORDER DISPLAY STYLES
*/
/* ############################################################################################# */
/* 
	INFREQUENTLY-USED OR UN-USED, PENDING REPLACEMENT / REMOVAL
*/
.pres_header_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pres_header_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pres_header_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
}
.pres_header_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.pres_header_underline {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	position: relative;
	left: 0px;
	top: 5px;
	font-size: 1px;
	line-height: 0px;
}

.pres_header_1_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #F97545;
}
.pres_header_2_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #F97545;
}
.pres_header_3_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
	color: #F97545;
}
.pres_header_4_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #F97545;
}

.pres_bold_italic_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #F97545;
}

.pres_header_bold_red_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
.pres_header_bold_red_italic_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
.pres_header_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
.pres_header_bold_red_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
.boldLink {
	cursor: pointer;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.boldLinkBlack {
	cursor: pointer;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color:#000000;
}

/*
.listBullet {
	list-style-position: inside;
	list-style-type: disc;
}
*/
.generalParagraph {
	padding: 5px;
	margin-bottom: 7px;
}
/*
.copy_body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 5px;
}
*/

.copy_body_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: left;
}
/*
.line_horizontal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	width: 80%;
	height: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
*/

/*
.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
*/
.generalParagraphItalics {
	font-style: italic;
}
ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 35px;
	padding: 0px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 0px;
	list-style-type: disc;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* 
	END: INFREQUENTLY-USED OR UN-USED, PENDING REPLACEMENT / REMOVAL
*/
/* ############################################################################################# */
/* 
	
*/

p.smallPrint {
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
	font-size: 9px;
}

h1.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
h2.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
h3.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
h4.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
h5.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
a.catContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
}
p.catContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
}
br.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
em.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
ul.catContent {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
}
li.catContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;		
}
ol.catContent {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	color: #333333;	
}
strong.catContent {
	font-family: Arial, Helvetica, sans-serif;
}
span.catContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;	
}
.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.productHR {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	left: -15px;
	position: relative;
	line-height: 0px;
	height: 0px;
	font-size: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.productInfoHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.productInfoBlock {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.txt_heading_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.txt_body_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt_body_2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.insetBox_blue {
	background-color: #00CCFF;
	border: 1px solid #0000CC;
	position: relative;
	width: 300px;
	padding: 10px;
}
.bulkOrderFormSeriesRow {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #666666;
	background-color: #FFFF99;
	font-weight: bold;
}

.bulkOrderFormRow {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #666666;
	background-color: #FFFF99;
	margin-top: 2px;
	margin-bottom: 2px;
}

