/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
     background-image: none;
    }

fieldset p {
     display: block;
     font-size: 11px;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 14px;
     }

.hidden {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_pgtitle {
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #999999;
     }

#skin_content {
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 10px auto 10px auto;
     }

#printable {
     background-color: #FFFFFF;
     border: 1px solid #999999;
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EFEFEF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EFEFEF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     }

.storelink {
     margin: 5px 0px 10px 0px;
     padding: 0px;
     }

.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

a.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.cartbutton:hover {
     color: #555555;
     background-color: #EFEFEF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EFEFEF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
     }

td.sectiontableentry1 label {
	  display: block;
	  }

td.sectiontableentry2 label {
	  display: block;
	  }

/* +------------------------------------------------------------+ */

/* | Northstar3c-com styles                                     | */

/* +------------------------------------------------------------+ */

.vol-price {

	background: #FAFAD2;

	text-align: center;

	padding:  10px 10px 10px 10px;

	margin-left: auto;

	margin-right: auto;

	width: 130px;

	}

/* Color Block Info Page */

.colorblockb {

	font-family: inherit;

	font-size: 10px;

	text-align: center;

	width: 80px;

}

.colorblocka {

	height: 80px;

	width: 80px;

}

.colorheader {

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.red-colorheader {

	background: #E50000;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.pink-colorheader {

	background: #F76898;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.magenta-colorheader {

	background: #F11486;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.raspsorb-colorheader {

	background: #DC4895;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.burg-colorheader {

	background: #A5002C;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.orange-colorheader {

	background: #FF3300;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.pumpkin-colorheader {

	background: #F25A00;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.sunyellow-colorheader {

	background: #FFCC00;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.canyellow-colorheader {

	background: #FAE101;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.huntergrn-colorheader {

	background: #10591E;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.forestgrn-colorheader {

	background: #005532;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.limegrn-colorheader {

	background: #A6D625;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.ultramarinegrn-colorheader {

	background: #00594C;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.seafoamgrn-colorheader {

	background: #7FCDBB;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.teal-colorheader {

	background: #027C9B;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.royalblue-colorheader {

	background: #0D3896;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.cobaltblue-colorheader {

	background: #2F4DA1;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.navyblue-colorheader {

	background: #072F66;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.lavender-colorheader {

	background: #3B499F;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.purple-colorheader {

	background: #2A007C;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.violet-colorheader {

	background: #3F007D;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.raspberry-colorheader {

	background: #8B0165;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.brownrs-colorheader {

	background: #720000;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.peachblossom-colorheader {

	background: #FDC58C;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.brownys-colorheader {

	background: #4D1202;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.goldenhoney-colorheader {

	background: #E4AA32;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.black-colorheader {

	background: #000000;

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	color: #FFFFFF;

	font-weight: bold;

}

.colorheaderb {

	font-family: inherit;

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	color: #000000;

}

.colorinfo {

	font-family: inherit;

	font-size: 10px;

	height: 80px;

	width: 378px;

}

#colorblockimage {

	text-align: center;

	}

/* Wick Info Page */

table.wickinfo {

	background: #E5E5D1;

	margin-left: auto;

	margin-right: auto;

	/*border-right: 1px solid #C8D7A3;

	border-left: 1px solid #C8D7A3;

	border-top: 1px solid #C8D7A3;

	border-bottom: 1px solid #C8D7A3;*/

}

.wickinfo {

	background-color: #B7BFCA;

	padding: 2px 2px 2px 5px;

}

/* Soy Based Info Page */

h2.sfoinfo {

	font-family: Inherit;

	font-size: 10px;

}

.sfotableHead {

	font-family: inherit;

	font-weight: bold;

	color: #FFFFFF;

}

.sfotableitems {

	font-family: inherit;

	font-size: xx-small;

	text-align: left;

	border-bottom: 1px dashed #000000;

}

/* Catagorys */

.cat-sfo {

	background: inherit;

	font-family: inherit;

	text-align: left;

}

.cat-sfo-highlight {

	background: #EEE8AA;

	font-family: inherit;

	text-align: center;

	padding: 5px 7px 5px 7px;

}



/* Holiday Info box */

.holiday-info {

	background-color: #ABC2D1;

	margin-left: 20%;

	margin-right: 20%;

	text-align: center;

	color: Black;

	font-family: inherit;

	padding-bottom: 15px;

	padding-top: 1px;

	} 

.holiday-info h4 {

	color: Red;

	font-weight: bold;

	}

/* Holiday Vacaton info */

.holiday_vacation {

	
	margin-left: auto;

	margin-right: auto;

	width: 550px;
	
	text-align: left;

	color: Black;

	font-family: Arial, Helvetica, sans-serif;

	padding-bottom: 15px;

	padding-top: 15px;
	padding: 10px 10px 10px 10px;
	background-color: #EAE9B9;
	border-style: dashed dotted dashed dotted;
	border-color: #4682B4;
	font-size: 1.1em;
	} 	
	

	/* Added Items */

.skin_fenavmini-ssl {

    color: inherit;

    background-color: inherit;

    padding: 5px;

    margin: 0px 0px 10px 0px;

    border-left: 1px solid #36586F;

	 border-right: 1px solid #36586F;

    border-bottom: 1px solid #36586F;

	 text-align: center	

     }

	  

.skin_fenavmini-holiday {

    background-color: #EAE9B9;

    padding: 5px;

    margin: 0px 0px 10px 0px;

    border-left: 1px solid #36586F;

	 border-right: 1px solid #36586F;

    border-bottom: 1px solid #36586F;

	 text-align: center	

     }

	  

.new-site {

	background-color: #FFCC00;

	border: dotted;

	padding: 15px;

	text-align: center;

	margin: 5px 60px 15px 60px;
	font-size: larger;
	}



	.info1 {

	background-color: #FFFFCC;

	border: 1px dotted;

	text-align: center;

	padding:  10px 10px 10px 10px;

	margin-left: 20%;

	margin-right: 20%;

	font-weight: bold;

}

.tp_advice {

     color: #FF0000;

     background-color: #FFFFCC;

     font-weight: bold;
     
	  }

.pre-footer {
	padding: 0px;
   margin: 0px 0px 10px 3px;
   display: block;
	text-align: center;
}
/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */