/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left:0px;
    background-position:top center;
	background-color: transparent;
	background-repeat: repeat;
    background-image:url('/images/canvas.png');
    overflow-y: scroll;
	}
	
@font-face {
    font-family: 'Swiss921';
    src: url('/fonts/swz921n-webfont.eot');
    src: url('/fonts/swz921n-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/swz921n-webfont.woff') format('woff'),
         url('/fonts/swz921n-webfont.ttf') format('truetype'),
         url('/fonts/swz921n-webfont.svg#Swiss921BTRegular') format('svg');	     
         font-weight: normal;
         font-style: normal;  
    } 

@font-face {
    font-family: 'WritingStuffMedium';
    src: url('/fonts/writingstuff-webfont.eot');
    src: url('/fonts/writingstuff-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/writingstuff-webfont.woff') format('woff'),
         url('/fonts/writingstuff-webfont.ttf') format('truetype'),
         url('/fonts/writingstuff-webfont.svg#WritingStuffMedium') format('svg');
    font-weight: normal;
    font-style: normal;       
}

@font-face {
    font-family: 'Jester';
    src: url('/fonts/jester-webfont.eot');
    src: url('/fonts/jester-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/jester-webfont.woff') format('woff'),
         url('/fonts/jester-webfont.ttf') format('truetype'),
         url('/fonts/jester-webfont.svg#Jester') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
  outline: none;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0543bb;
	text-decoration: none;
	}

a:visited {
	color: #0543bb;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #b95189;
	text-align:center;
    z-index:20;
}

h1.rand {
	display: inline; 
	color: #000000;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	font-size: 2em;
	}


h2 {
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	font-size: 2em;
	}

.date-header {
	color: #d10757;
	font-family: Swiss921, verdana, arial, helvetica, sans-serif;
	font-size: 2.1em;
	font-weight:900;
		margin-left:5px;
		    font-weight:200;
}
	
.post-title {
	color: #d10757;
	font-family: Swiss921, verdana, arial, helvetica, sans-serif;
	font-size: 2.1em;
	margin-left:5px;
	font-weight:200;
}

.post-body {
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	border-color: #5c2406;
	width:400px;
    margin-left:5px;
}

.post-author {
	padding-top: 10px;
	font-size: 1.2em;
	color: #ffffff;
    margin-left:5px;
}

.post-labels {
	font-size: 1.2em;
	color: #ffffff;
    margin-left:5px;
}

.post-comment-link {
	font-size: 1.2em;
	color: #ffffff;
    margin-left:5px;
}

.post-footer-line-2 {
		padding-bottom: 10px;
			margin-left:5px;
}

.post-timestamp {
	font-size: 1.2em;
	color: #120850;
		margin-left:5px;
}

.fan_box .full_widget{
	  border: 0 !important;
	  background: none !important;
      color:#ffffff;
}

.jest {
	font-family: Jester, verdana, arial, helvetica, sans-serif;
    font-weight:400;
    font-size:1.4em;
    position:relative;
    top:2px;
	}
	
.jest2 {
	font-family: Jester, verdana, arial, helvetica, sans-serif;
    font-weight:400;
    font-size:1.35em;
    position:relative;
    top:2px;
	}
	
		
span.total{
  color: #ffffff;
 font-weight: bold;
}



h3, h4 { 
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	font-size:1.8em;
	color:#d10757;
}

#jesternote { 
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	font-size:20px;
}

h6 { 
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	font-size:1.3em;
	color:#d10757;
}

h5, LABEL, LEGEND, .sideBoxContent, .larger{
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

.biggerText {
	font-size: 2em;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

	h4.optionName {
     position:relative;
	 font-size:18px;
	 color:#000000;
	 top:-12px;
 }
	
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

ADDRESS {
		font-size:20px;
		color:#ffffff;
	}
	
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel {
	margin: 0.5em 0.3em;
	font-size:1.2em;
	}
	
LABEL.attribsSelect {
    position:relative;
    top:-6px;
	}
	
LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	font-size:1.8em;
	}
	
	LABEL.checkboxLabelship {
	margin: 0.5em 0.3em;
	font-size:1.9em;
	}

  
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	/*float: left;*/
	}

LABEL.inputLabel {
	width: 15em;
	float: left;
	}

	LABEL.inputLabelContact {
	width: 9.5em;
	float: left;
	}
	
LABEL.inputLabelPayment {
	width: 14em;
	font-size:1.4em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError, .messageStackCaution {
	position:relative;
	background-color: #000000;
	width:550px;
	color: #e30160;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:200;
	padding-right:10px;
	text-align:center;
	left:340px;
	top:120px;
	margin-bottom:70px;
	z-index:1000;
	}

	.messageStackError1 {
	position:relative;
	background-color: #000000;
	width:550px;
	color: #e30160;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:200;
	padding-right:10px;
	text-align:center;
	left:65px;
	top:30px;
	margin-bottom:70px;
	z-index:1000;
	padding:10px;
	}
	
	.messageStackSuccess {
	position:relative;
	background-color: #000000;
	width:550px;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:200;
	padding-right:10px;
	text-align:center;
	left:320px;
	top:120px;
	margin-bottom:70px;
	z-index:1000;
	}
	
.messageStackSuccess {
	background-color: #96FB05;
	color: #000000;
	width:600px;
	}

.messageStackCaution {
	background-color: #000000;
	color: #ffffff;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	/*background-color: #ffffff;*/
	text-align: left;
	width: 974px;
	vertical-align: top;
	/*border: 1px solid #9a9a9a;*/
	}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {
	margin: 0em;
	padding: 0em;
	height: 157px;
	}

	
#free{
    position:relative;
    top:75px;
    left:245px;
	}

	
#logoWrapper{
	/*background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;*/
	/*background-color: #ffffff;*/
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
.floatingBox, #accountLinksWrapper {
	width:400px;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#constantt {
	position:relative;
	left:249px;
	top:-136px;
	z-index:100;
}

#constanttnew {
	position:relative;
	left:-15px;
	top:20px;
	z-index:200;
}

#constanttbig {
	position:relative;
	left:420px;
	top:130px;
	z-index:100;
}
	
#WholesaleDefaultSmall {
    position:relative;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.7em;
	color:#000000;
	font-weight: 200;
	margin: 0em;
	z-index:99;
    width:590px;
    left:330px;
    top:140px;
    text-align:center;
	}
	
#WholesaleDefault2 {
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2.4em;
		 width:650px;
	     position:relative;
	     left:295px;
	     color:#000000;
	     top:110px;
	     text-align:center;
	     z-index:100;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	/*background-color: #abbbd3;*/
	/*background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;*/
	/*color: #ffffff;*/
	height: 1%;
	}

#navCatTabsWrapper {
	/*background-color: #ffffff;*/
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	/*color: #ffffff;*/
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonroworig, #indexProductListCatDescription {
	position:relative;
	left:280px;
	top:50px;
	z-index:5000;
	width:700px;
	}

	#catfont {
		position:relative;
		background-color:#ffffff;
		font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.9em;
		width:680px;
		top:75px;
	left:280px;
	z-index:5000;
	padding:5px;
	left:150px\0/;}
	}
	
	#indexbigdeal {
	width:700px;
	z-index:5000;
}

	.buttonRow {
	position:relative;
	left:190px;
	top:50px;
	z-index:5000;
	}
#navMainSearch {
	position:absolute;
	margin-left:1003px;
	margin-top:20px;
	z-index:99;
	}
	
#navPackSearch {
	position:absolute;
	margin-left:741px;
	margin-top:20px;
	z-index:99;
	}

	
#navBreadCrumb {
	padding: 0.5em 0.5em;
	padding-top:18px;
	padding-left:25px;
	background-color: transparent;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 12pt;
	line-height:24px;
	color:#000000;
	font-weight: 600;
	margin: 0em;
	z-index:99;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	width: 100px;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#searchContent {
	padding-bottom: 44px;
}	
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	position:relative;
	padding-left:18px;
	font-size: 1.6em;
	color: #000002;
	width:700px;
    top:150px;
	}

	.content {
		padding-right:14px;
		padding-top:6px;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.9em;
	color:#d10757;
	}
	
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.5em;
	}
	
	.alert {
	color: #FF0000;
	margin-left: 0.5em;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.5em;
	}
	
	.alertl {
	color: #0a32be;
	margin-left: 0.5em;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 2em;
	}
	
	.alertrequiredl {
	color: #0a32be;
	margin-left: 0.5em;
	padding-right:12px;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 2em;
	text-align:right;
	}
	
.alertrequired {
	color: #FF0000;
	margin-left: 0.5em;
	padding-right:12px;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.5em;
	text-align:right;
	}
.advisory {}
.important {
	font-weight: bold;
		font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.8em;
	text-align:right;
	padding-right:15px;
	}
.notice {
	color: #ffffff;
	padding:5px;
	background:#000000;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.5em;
	}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	padding-left:6px;
	}

.smallTextwhite {
	font-size: 1.1em;
	color:#Ffffff;
	}
	
.plainBoxHeading {
	padding-left:6px;
}

#orderconfirm {
	width:600px;
	margin-bottom:100px;
	font-size:1.2em;
	font-weight:200;
    font-family: Jester, verdana, helvetica, sans-serif; 
	color:#ffffff;
	z-index:1000;
}

#blackwriting {
	color:#000000;
	text-align:center;
}

#pinkwriting {
	color:#F30977;
    text-align:center;
}

TD.pinkwriting {
	padding-left:6px;
	color:#F30977;
}
	.plainBoxHeadingwhite {
	padding-left:6px;	
	color:#F30977;
	}
		
	/*added by me*/
	
h2{
display: inline;
margin-top: 0px;
padding-top: 0px;
}

	.crumby {
	   font-size:.7em;
	   font-weight:700;
    }

    .displaynumber {
	   position:relative;
	   font-size:2.7em;
	   font-family: Swiss921, verdana, helvetica, sans-serif; 
	   margin-left: 4px;
	   top: 22px;
	   width:500px;
    }  


    .dispbig {
	   font-family: Swiss921, verdana, helvetica, sans-serif;
	   font-size:1.3em;
    } 
    
    
/*Shopping Cart Display*/

TD.rowline {
	background-color:#000000;
	height:2px;
}

#cartContentsDisplay {
	position:relative;
	top:-20px;
	left:270px;
	width:700px;
}
		
TR.cartheading {
	background-color: #000000;
	height: 2em;
	width:700px;
	color:#FFFFFF;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2em;
	font-weight:200;
	}

	#shophandle {
		position:relative;
		left:270px;
		top:-20px;
	}
	
#cartAdd {
	text-align:center;
	padding-left:177px;
	}

	#checkoutbutton {
	position:relative;
	left:415px;
	z-index:1000;
	}
	
	#shoppingbutton {
	position:relative;
	left:-132px;
	top:-54px;
    z-index:1000;
	}
	
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	color:#FFFFFF;
	}

.tableHeading, #cartSubTotal {
	position:relative;
	top:-20px;
	left:270px;
	padding-right:11px;
	width:689px;
	background-color: #000000;
    font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2em;
	font-weight:200;
	color:#FFFFFF;
	 }

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	}

#cartTotalsDisplay {
	position:relative;
	width:700px;
	left:270px;
	color:#d10757;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.9em;
	font-weight:500;
	text-align:center;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	padding-left:15px;
	}
	
.cartUnitDisplay {
	padding-right: 10px;
	padding-left: 5px;
	vertical-align : middle;
	text-align:center;
	color:#444444;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.9em;
	font-weight:500;
	text-align:center;
}

.cartTotalDisplay {
	padding-left: 10px;
	padding-right:10px;
	vertical-align : middle;
    color:#333333;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.9em;
	font-weight:500;
	text-align:center;
}

.cartQuantity {
	padding-left: 7px;
	padding-top:20px;
}

	#scTotalHeading {
	width: 50px;
	padding-right:11px;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.5em;
	}

.cartNewItem {
	color: #ec088e;
    font-weight:bold;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #ec088e;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
    color:#000000;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	font-family: Swiss921, verdana, helvetica, sans-serif;
	margin-top:-26px;
	font-size:1.7em;
	margin-left:7px;
	font-weight:500;
	color:#d10757;
	}
	
#textwrapper {
	color:#d10757;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.6em;
	font-weight:500;
	padding-left:25px;
        }

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	position:relative;
	width: 5.5em;
	text-align: right;
	font-size:1.1em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
		font-size: 2em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

	#myaccountshipinfo {
				font-size: 2em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	}
	
.amount {
	width: 5.5em;
		font-size: 2em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	position:relative;
	left:220px;
	top:72px;
	z-index:80;
}
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	width:265px;
	padding-left:15px;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}
	
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
	
	h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 0.8em;
	color: #ffffff;
	padding-bottom: 9px;
	}
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

#packtrackHeading {
    font-size: 0.9em;
	color: #ffffff;
	background-color: #bdfdff;
    background-image: url(../images/seahead3.gif);
    height: 15px;
}
#categoriesHeading {
    font-size: 0.9em;
	color: #ffffff;
	background-color: #c4ccfc;
    background-image: url(../images/cathead6.gif);
    height: 11px;
}
#documentcategoriesHeading {
    font-size: 0.9em;
	color: #ffffff;
	background-color: #c4ccfc;
    background-image: url(../images/cat2head4.gif);
    height: 11px;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	/*background-color: #abbbd3;*/
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 1px solid #9a9a9a;*/
	/*border-bottom: 5px solid #336633;*/
	margin-top: 1.5em;
	}

.sideBoxContent {
	/*background-color: #ffffff;*/
	padding: 0.4em;
    text-decoration: none;
    }

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #0543bb;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #0543bb;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #0543bb;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

	#rowline {
		left:270px;
		height:2px;
		background: #000000; 
	}
	
.rowOdd {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}
		
.rowEven {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

#myAccountQuantity {
		background:#000000;
	}
	
#myAccountProducts {
		background:#000000;
	}
	
#myAccountTotal {
		background:#000000;
	}
		
.accountTotalDisplay, .accountTaxDisplay {
	position:relative;
	text-align: right;
	top:-6px;
	font-size: 2em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
	}

.accountQuantityDisplay {
	vertical-align: top;
	font-size: 2.1em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #D9138E;
	}

#accountQuantityDisplay {
	position:relative;
    width:650px;
	left:130px;
	font-size: 2.1em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	z-index:10000;
	}
		
	.accountProductDisplay {
	vertical-align: top;
	font-size: 1.7em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #D9138E;
	padding-top:3px;
	}

TR.prevorderwriting {
	height: 3em;
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #d10757;
	}

	.prevorderwriting {
		position:relative;
		top:70px;
	}
	
	#prevorderwriting {
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #d10757;
	}
	
	#prevorderwritingblack {
	font-size: 1.4em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	}
	
	#orderwritingblack {
	font-size: 2em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	}	

#allorders {
	position:relative;
	top:79px;
	left:500px;
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #000000;
	}
		
.orderwritingpink {
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	color: #d10757;
	}	
			
TR.tableHeading {
	background-color: #000000;
	height: 2em;
	}

.productListing-rowheading {
	/*background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);*/
	height: 2em;
	color: #FFFFFF;
	}

/*#productsListingListingBottomLinks {
	position:relative;
	top:-10px;
	left:-150px;
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	z-index:12000;
	}*/
	
	#productsListingBottomNumber {
	position:relative;
	top:15px;
	left:65px;
	font-size: 2em;
	font-family: Swiss921, verdana, arial, helvetica, sans-serif;
}
	
	.navSplitPagesLinks {
	position:relative;
	top:5px;
	left:-150px;
	font-size: 1.8em;
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	z-index:12000;
	}
		}
	
#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

.specheadsm {

  font-size: 11px;

  font-family: Helvetica;

  font-weight: normal;

  color: #120850;

}


.spechead {

  font-size: 15px;

  font-family: Helvetica;

  font-weight: bold;

  color: #120850;

}

.specheadblue {

  font-size: 16px;

  font-family: Helvetica;

  font-weight: bold;

  color: #10215e;

}

.specheadbody {

  font-size: 11px;

}

.specpad {

  padding: 2px 2px 2px 2px;

}



A {

  color: #0543bb;

  text-decoration: underline;

}



A:hover {

  color: #d10858;

  text-decoration: none;

}

TR.productListing-oda, TR.upcomingProducts-oda {


  border-bottom: 1px solid #9a9a9a;

  vertical-align: top; 
  
  height: 160px;
  
  width: 110px;
}
#productListing {
	position: relative;
	left: 198px;
	top: 60px;
	z-index:11;
}	

TD.productListing-data {
	position:relative;
	vertical-align: top;
	/*border-bottom: 3px solid #630b0c;*/
	padding-top: 7px;
	padding-bottom: 7px;
}
	
.listingDescription {
	padding-left: 20px;
	line-height: 15px;
	text-align:left;
	color: #000000;
}

.randdescrip {
	font-size:11px;
	line-height:14px;
	padding-bottom:80px;
	padding-left: 20px;
	line-height: 15px;
}

#snewtext {
	font-size:11px;
}

#freetext {
	font-size:12px;
}

#whatswhatHeading {
    font-size: 0.9em;
	color: #ffffff;
	background-color: #c4ccfc;
    background-image: url(../images/wwhead3.gif);
    height: 11px;
}

#natbeauty {
	padding-left:17px;
}

#naturalbHeading {
    font-size: 0.9em;
	color: #ffffff;
	background-color: #c4ccfc;
    background-image: url(../images/readhead3.gif);
    height: 11px;
}

#informationHeading {
    font-size: 0.9em;
	color: #ffffff;
	background-color: #c4ccfc;
    background-image: url(../images/infhead3.gif);
    height: 11px;
}

#moreinformationHeading {
    font-size: 0.9em;
	color: #ffffff;
	background-color: #c4ccfc;
    background-image: url(../images/oshead3.gif);
    height: 11px;
}

#contactformd {
    width: 455px;
	padding-left: 20px;
}

	
	#natbeauty {
	padding-left:10px;
	}
	
#privacyDefaultHeading {
    text-align:center;
}

#tellafriendContent {
    width:100px;
}

#tellafriendHeading {
    background-color:#b91d8b;
    height:10px;
}

#searchContent {
    width:100px;
}

#searchHeading {
    background-color:#b91d8b;
    height:10px;
}

#cartColor1 {
    background-color:#64A00C;
    padding-top:6px;
        padding-bottom:6px;
    height:70px;
    width:125px;
        padding-left:12px;
}

#cartColor2 {
    background-color:#FDD1B5;
    height:70px;
    padding-top:6px;
        padding-bottom:6px;
    width:125px;
    padding-left:12px;
}

#cartColor3 {
    background-color:#FDB5f4;
    height:70px;
    padding-top:6px;
        padding-bottom:6px;
    width:125px;
        padding-left:12px;
}

#cartColor4 {
    background-color:#C4CCFC;
    height:70px;
    padding-top:6px;
    padding-bottom:6px;
    width:125px;
        padding-left:12px;
}

#cartandprice {
    width:141px;
    border:1px;
    font-size: 11px;
    padding-bottom:10px;
    text-align:center;
    font-style:normal;
    color:#000000;
}

#disclaimer {
    padding-top:20px;
    width:350px;
    padding-left:70px;
    padding-bottom:75px;
}

#cartProdTitle {
	padding-left:5px;
}

#verttext {
	padding-left:5px;
}

#scProductsHeading {
	width:400px;
}

#scUnitHeading {
	width:150px;
}

#shoppingcartHeading {
	background-color:#b91d8b;
	font-size:1.2em;
}

#shoppingcartContent {
	color:#ec088e;
}

#shippingInfoMainContent {
	width:450px;
	font-size:11px;
	color: #000002;
	padding-left:14px;
	}
	
#privacyDefaultMainContent {
	width:450px;
	font-size:11px;
	color: #000002;
	padding-left:14px;
	}
	
	#aboutdesc {
	width:450px;
	font-size:11px;
	color: #000002;
	padding-left:17px;
	}
	
#loginDefault {
	width:350px;
	padding-left:25px;
}

.firstname {
		font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:200;
	color:#000000;
}

LABEL.inputLabelf {
	width: 9.5em;
	float: left;
	height: 24px;
	color: #000000;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:200;
	left:310px;
	}

LABEL.inputLabelr {
	width: 7em;
	float: left;
	height: 24px;
	color: #000000;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:200;
	left:310px;
	}
	
#inputLabelz {
	position:relative;
	height:20px;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2.2em;
	font-weight:600;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:8px;
	left:10px;
}

#inputLabely {
	position:relative;
	color: #ffffff;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:200;
	width:630px;
	left:6px;
	}

	
	LABEL.inputLabele {
	width: 10em;
	float: left;
	height: 19px;	
	color: #5c6a08;
	}
	
	LABEL.inputLabelt {
	width: 10em;
	float: left;
	height: 19px;	
	color: #051677;
	}	
	
	LABEL.inputLabelc {
	width: 10em;
	float: left;
	height: 19px;
    color: #7c0670;
	}	

LABEL.inputLabels {
	width:10em;
	float:left;
	color: #ffffff;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:18px;
	font-weight:200;
	margin-left:6px;
	}	
	
		#accountinfo {

}
	#privcond {
        width:400px;
}	
	
	#addressdetails {
    background-color:#96fb05;
        width:650px;
}

#informationl {
	position:relative;
	top:1px;
	padding-bottom:20px;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2em;
	font-weight:500;
	color:#000000;
	width:600px;
	left:25px;
}

#billchange {
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.5em;
	font-weight:200;
	color:#F30977;
	width:500px;
	padding:10px;
	padding-left:20px;
}

#already {
	background:#4f94ff;
	border-width:3px;
	border-style:solid;
	border-color:#000000;
	padding:7px;
}

#passforgot {
	position:relative;
    top:-24px;
    text-align:center;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2em;
	font-weight:500;
	color:#d10757;
	width:600px;
	left:25px;
	z-index:10000;
}

#informationltop {
	position:relative;
	top:10px;
	padding-bottom:20px;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.6em;
	font-weight:700;
	color:#000000;
	width:650px;
}

#yourinfo {
	position:relative;
	height:20px;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.8em;
	font-weight:600;
	color:#000000;
	padding-top:5px;
	padding-bottom:8px;
	left:10px;
}

#contactsuccess {
	position:relative;
	height:20px;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2.2em;
	font-weight:500;
	color:#000000;
	padding-top:5px;
	padding-bottom:8px;
	left:10px;
}

	#addressinfo {
    background-color:#f91951;
    width:650px;
}

	#telinfo {
    background-color:#fc4bce;
        width:650px;
}

	#cominfo {
    background-color:#07d2a5;
        width:650px;
}

#telnote {
	position:relative;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.5em;
	font-weight:200;
	color:#000000;
	padding-top:5px;
	left:210px;
}

	#newsinfo {
		background-color:#000000;
    width:650px;
}

#loginstuff {
   position:relative;
   width:650px;
   left:295px;
   top:100px;
   z-index:100;
}

#logmein {
   position:relative;
   width:650px;
   left:277px;
   z-index:100;
}

#custinfo {
   width:650px;

}

	#contactUsForm {
    background-color:#000000;
        width:650px;
}

#contactbuttonback {
}

#contactbuttonsend {
	position:relative;
	left:489px;
	top:15px;
	z-index:8000;
}

#accountbuttonsend {
	position:relative;
	left:6px;
	top:5px;
	z-index:900;
}

#signupbuttonsend {
	position:relative;
	left:532px;
	top:15px;
	z-index:8000;
	padding-bottom:50px;
}

#continuebutton {
	position:relative;
	left:585px;
	*+html left:385px;
	top:15px;
	z-index:11000;
	padding-bottom:50px;
}

@media \0screen {
#continuebutton {
	position:relative;
	left:385px;
	top:15px;
	z-index:11000;
	padding-bottom:50px;
}
}

#continuebuttonpass {
	position:relative;
	left:867px;
	top:18px;
	z-index:8000;
	padding-bottom:50px;
}

#backbuttonpass {
	position:relative;
	left:280px;
	top:100px;
	z-index:8000;
	padding-bottom:50px;
}

#contacttop {
		 width:636px;
	     position:relative;
	     background-color:#000000;
	     top:10px;
	     left:1px;
    font-family: Jester, verdana, helvetica, sans-serif;
    line-height:27px;
    padding-left:12px;
    padding-right:12px;
    padding-top:12px;
    padding-bottom:12px;
	font-size:2.1em;
	font-weight:200;
	color:#FFFFFF;
}

#formwriting {
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.5em;
	font-weight:200;
	color:#FFFFFF;
	padding-left:12px;
}

#formwritingcontact {
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:20px;
	font-weight:200;
	color:#FFFFFF;
	padding-left:12px;
}

#contactUsDefault {
		 width:650px;
	     position:relative;
	     left:280px;
	     top:-70px;
}
    
#WholesaleDefault {
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:2.4em;
		 width:650px;
	     position:relative;
	     left:295px;
	     color:#000000;
	     top:180px;
	     text-align:center;
	     z-index:100;
}
   
#around {
		 width:650px;
	     position:relative;
	     left:250px;
	     z-index:100;
	     text-align:center;
}
 
#aroundfont {
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size:1.3em;
	     color:#d10757;
	     padding-top:4px;
}

#passforgot {
	    position:relative;
		width:260px;
        left:134px;
        top:-25px;
        z-index:2000;
}

#writingart {
	    font-family: Swiss921, verdana, helvetica, sans-serif;
	    position:relative;
        top:-25px;
        color:#000000;
        z-index:2000;
}

#shiptext {
        font-family: Jester, verdana, helvetica, sans-serif;
        font-size:1.2em;
        width:210px;
        }

#checkoutshipping {
      background-color: #000000;
      padding:10px;
      text-align:center;
  }

    #checkoutshippingblank {
	    position:relative;
      padding:10px;
      text-align:center;
      width:550px;
      left:68px;
  }
  
#checkship {
	width:700px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:1.6em;
	    color:#ffffff;
        }

#checkshipbody {
	    position:relative;
		width:700px;
		top:100px;
        left:280px;
        }

#checkoutNewAddress {
    background-color:#000000;
        width:700px;
}

#checkoutShipAddressDefault {
	width:400px;
	padding-left:42px;
}

#checkoutPayAddressDefault {
	width:400px;
	padding-left:42px;
}

#ordersucc {
	position:relative;
	left:280px;
	top:70px;
	width:700px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:2em;
	    color:#000000;
	    z-index:2000;
        }
        
#orderconf {
	position:relative;
	left:280px;
	top:130px;
	width:700px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:1.8em;
	    color:#000000;
	    z-index:2000;
        }
  
    #orderconforig {
	position:relative;
	left:280px;
	top:75px;
	width:700px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:1.8em;
	    color:#000000;
	    z-index:2000;
        }
   
     #orderconfshipadd {
	position:relative;
	left:280px;
	top:75px;
	width:700px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:11px;
	    color:#000000;
	    background-color:#000000;
	    z-index:2000;
        }

     #orderconfshipadd2 {
	position:relative;
	left:0px;
	top:0px;
	width:650px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:11px;
	    color:#000000;
	    background-color:#000000;
	    z-index:2000;
        }
                
                
       #accountchange {
	position:relative;
	left:280px;
	top:75px;
	width:700px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:11px;
	    color:#ffffff;
	    background-color:#000000;
	    z-index:2000;
        }
        
     #changeheading {
	    font-size:22px;
	    color:#FFFFFF;
	    background-color:#000000;
	    z-index:2000;
        }
                        
#orderconf2 {
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:1.8em;
	    color:#000000;
	    z-index:2000;
        }
               
        #otsubtotal {
        font-family: Jester, verdana, helvetica, sans-serif;
	    color:#000000;
	    z-index:2000;
	    padding-top:10px;
	    width:700px;
        }

        #otshipping {
        font-family: Jester, verdana, helvetica, sans-serif;
	    color:#000000;
	    z-index:2000;
	    padding-top:10px;
	    width:700px;
        }
 
        #ottax {
        font-family: Jester, verdana, helvetica, sans-serif;
	    color:#000000;
	    z-index:2000;
	    padding-top:10px;
	    width:700px;
        }                     
                      
#ottotal {
        font-family: Jester, verdana, helvetica, sans-serif;
	    color:#F30977;
	    z-index:2000;
	    font-size:1.2em;
	    padding-top:10px;
	    width:700px;
        }

        #shipaddtitle {
        font-family: Jester, verdana, helvetica, sans-serif;
	    color:#F30977;
	    z-index:2000;
	    font-size:1.2em;
	    font-weight:300;
	    padding-top:10px;
        }
                
        #otsubtotal1 {
        font-family: Jester, verdana, helvetica, sans-serif;
	    color:#000000;
	    z-index:2000;
	    padding-top:10px;
        }
              
          #ottotal1 {
        font-family: Jester, verdana, helvetica, sans-serif;
	    color:#F30977;
	    z-index:2000;
	    font-size:1.2em;
	    padding-top:10px;
        }
        
        
	#orderconfbody {
	width:700px;
	padding-left:42px;
}

	#accbody {
		position:relative;
	width:650px;
	left:300px;
	z-index:1000;
}

#newaccinfo {
background-color:#e9f998;
}

.ccinfo {
        height:22px;
        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:1.2em;
	    font-weight:bold;
	    color:#D10757;
        }

        #checkoutOrderTotals {
	        background:#ffffff;
	         z-index:1000;
	         width:700px;
        }

        #checkoutOrderTotalsCC {
	        background:#ffffff;
	        height:350px;
	        z-index:1000;
        }

        
                
#passinfo {
background-color:#c4ccfc;
}

#createAcctSuccessMainContent {
        font-size:11px;
        }
       
        #textwrapper {
        }
       
        
        #removebutton {
	        padding-top:8px;
	        padding-bottom:8px;
        }
         #gvbox {
	        padding-left:12px;
	        font-family: Jester, verdana, helvetica, sans-serif;
	    font-size:1.8em;
        }
        #couplabel{
	        font-weight:bold;
        }
     
     #bhspicleft {
	    padding-left:14px;
        }     
	    
     #bhspicright {
	    padding-left:11px;
        }
        
     #bhsdescleft {
	     font-size:11px;
	     padding-left:14px;
	     padding-right:28px;
	     text-align:justify;
        }
        
     #bhsdescright {
	     font-size:11px;
	     padding-left:22px;
	     padding-right:20px;
	     text-align:justify;
        } 
        
     #readroom {
	     font-size:11px;
	     text-align:justify;
        }         
	 
 #user {
	 width:200px;
}	     

#bigfon {
	 font-size:70px;
 }
	 
 .specheadpink {

  font-size: 14px;

  font-family: Helvetica;

  font-weight: bold;


}

#main_page_writing {
	  color: #120850;
  }
  
#news_signup {
	  color: #461c7a;
  }
  
#checkoutpayment {
      background-color: #fdb5f5;
  }
  
#nplainboxbill {
      background-color: #e9f998;
  }
    
#nplainboxadd {
      background-color: #fec3f6;
  }
  
#nplainboxcomm {
      background-color: #c4ccfc;
  }

#nplainboxprod {
      background-color: #fdb5f5;
  }
    
#nplainboxconf {
      background-color: #c4ccfc;
  }  
 
#ncatbox {
	background-color: #E9F998;
}

#ncatbox_writing {
	  color: #120850;
  }
    
#prodinfofonteach {
      color: #000000;
  }  
   
.shea {
}

#productListHeading {
position: absolute;
color: red;
margin-left:50%;
font-size:2.0em;
z-index:99;
} 
	
#layer1 { 
position: absolute;
top: 0px;
left: 50%;
margin-left:-725px;
z-index:0;
height:1500px;
overflow:hidden;
} 

#layer2 {
position: absolute;
z-index:2;
} 

#layer3 { 
position: relative;
top: -190px;
left: 677px;
z-index:3;
} 

#layer4 { 
position: relative;
top: -311px;
left: 665px;
z-index:4;
} 

#layer5 { 
position: relative;
top: -439px;
left: 670px;
z-index:5;
} 

	 
a.shopcartlink {
	/*-webkit-transition: color 3s ease-in-out;
    -moz-transition: color 3s ease-in-out;
    -o-transition: color 3s ease-in-out;
    transition: color 3s ease-in-out;*/
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 1.5em; 
	letter-spacing: -0.03em;
	line-height: 99%;
	left:1008px;
	top:-1918px;
	font-weight:550;
	z-index:99;
	color:#000000;
	text-decoration: none;
	}  
	
	a.shopcartlink:active
{
color: #d10858;
text-decoration: none;
} 

a.shopcartlink:hover
{
color: #d10858;
text-decoration: none;
} 

a.loggedshopcartlink {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 1.5em; 
	letter-spacing: -0.03em;
	line-height: 99%;
	left:958px;
	top:-1918px;
	font-weight:550;
	z-index:99;
	color:#000000;
	text-decoration: none;
	}  
	
a.loggedshopcartlink:hover
{
color: #d10858;
text-decoration: none;
} 

	a.accountlink {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 1.5em; 
	letter-spacing: -0.03em;
	line-height: 99%;
	left:992px;
	top:-1918px;
	font-weight:550;
	z-index:99;
	color:#000000;
	text-decoration: none;
	} 

	a.loggedaccountlink {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 1.5em; 
	letter-spacing: -0.03em;
	line-height: 99%;
	left:932px;
	top:-1918px;
	font-weight:550;
	z-index:99;
	color:#000000;
	text-decoration: none;
	} 
		
	a.accountlink:hover
{
color: #d10858;
text-decoration: none;
} 	

a.loggedaccountlink:hover
{
color: #d10858;
text-decoration: none;
} 


	a.loggedaccountlink2 {
	position:relative;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 1.5em; 
	letter-spacing: -0.03em;
	line-height: 99%;
	left:900px;
	top:-1918px;
	font-weight:550;
	z-index:99;
	color:#000000;
	text-decoration: none;
	} 
		
a.loggedaccountlink2:hover
{
color: #d10858;
text-decoration: none;
} 
	
	
	a.acclinks {
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 2em; 
	line-height: 99%;
	font-weight:550;
	z-index:99;
	text-decoration: none;
	} 
	
	#ordertotals {
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 2em; 
	line-height: 99%;
	font-weight:550;
	z-index:99;
	text-decoration: none;
	} 
		
#fonttest {
	position:relative;
	font-family: WritingStuffMedium, verdana, helvetica, sans-serif; 
	font-size: 2.0em; 
	font-weight: bold;
	line-height: 99%;
	letter-spacing: -0.02em;
	left:250px;
	top:200px;
	z-index:99;
	}  
	
#headfont {
	position:relative;
	font-family: Swiss921, verdana, helvetica, sans-serif; 	
	font-size: 18pt; 
	font-weight: normal;
	letter-spacing: 0.02em;
	top:50px;
	z-index:99;
    line-height:36px;
    padding-bottom: 0px;
    padding-top: 0px;
}

#ultrafixrelative {
	position:relative;
	font-family: Swiss921, verdana, helvetica, sans-serif;	 
	font-size: 14pt; 
	font-weight: normal;
	line-height: 130%;
	letter-spacing: 0.02em;
	width:250px;
	left:80px;
	top:-160px;
	z-index:90;
	height:450px;
}  

#ultrafix {
	position:absolute;
	font-family: Swiss921, verdana, helvetica, sans-serif; 	
	font-size: 14pt; 
	font-weight: normal;
	line-height: 130%;
	letter-spacing: 0.02em;
	width:250px;
	left:0px;
	top:0px;
	z-index:90;
}  
 
#ultrafixclassic {
	position:absolute;
	font-family: Swiss921, verdana, helvetica, sans-serif; 	
	font-size: 14pt; 
	font-weight: normal;
	line-height: 130%;
	letter-spacing: 0.02em;
	width:325px;
	left:0px;
	top:-150px;
	z-index:90;
}  


#ultrafix3 {
	position:absolute;
	font-family: Swiss921, verdana, helvetica, sans-serif; 	
	font-size: 14pt; 
	font-weight: normal;
	line-height: 130%;
	letter-spacing: 0.02em;
	width:375px;
	margin-left:300px;
	top:0px;
	z-index:90;
}  

#ingredients {
	position:relative;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size: 12pt; 
	font-weight: normal; 
    top:480px;
    line-height: 98%;
    width:460px;
    left:120px;
    color: #000000;
}

#ingredientshigher {
	position:relative;
    top:-120px;
}

#ingredientshigherrighter {
	position:relative;
    top:-130px;
    left:150px;
}


#ingredientsclassic {
	position:relative;
	font-family: Jester, verdana, helvetica, sans-serif;
	font-size: 12pt; 
	font-weight: normal; 
    top:380px;
    line-height: 98%;
    width:460px;
    left:120px;
    color: #000000;
}

#fonttest3 {
	position:relative;
	font-family: AlteHaasGroteskRegular, verdana, helvetica, sans-serif; 
	font-size: 1.5em; 
	font-weight: normal;
	line-height: 99%;
	letter-spacing: -0.03em;
	left:250px;
	top:200px;
	z-index:99;
}  

#smallwritingfont {
	position:relative;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 1.4em; 
	font-weight: normal;
	line-height: 99%;
	letter-spacing: -0.03em;
	top:50px;
	z-index:99;
} 

#writingfont {
	position:relative;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 16pt; 
	font-weight: 550;
	line-height: 120%;
	letter-spacing: -0.03em;
	top:50px;
	z-index:99;
	color:#000000;
} 

#catwritingfont {
	position:relative;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 19pt; 
	font-weight: 550;
	line-height: 120%;
	letter-spacing: -0.03em;
	top:50px;
	z-index:99;
} 

#revfont {
	position:relative;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: 350;
	line-height: 120%;
	letter-spacing: -0.03em;
	z-index:99;
} 

#tabright {
	position:relative;
	left:160px;
	height:180px;
	border-style:solid;
	border-color:#000000;
	border-width:3px;
	margin-bottom:50px;
	padding:10px;
	width:560px;
	background-color:#ffffff;
}

#tableft {
	position:relative;
	left:10px;
	height:180px;
	border-style:solid;
	border-color:#000000;
	border-width:3px;
	padding:10px;
		margin-bottom:50px;
		width:560px;
		background-color:#ffffff;
}

#tableftd {
	position:relative;
	left:10px;
	height:180px;
	border-style:solid;
	border-color:#000000;
	border-width:3px;
	padding:10px;
		margin-bottom:50px;
		width:560px;
		background-color:#ffffff;
}

#backtalk {
	margin-bottom:50px;
}

#catchoice1 {
	position:relative;
	top:70px;
	left:70px;
}

#catchoice2 {
	position:relative;
	top:70px;
	left:60px;
}


#shopemptyfont {
	position:relative;
	width:700px;
	text-align:center;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 16pt; 
	left:277px;
	top:80px;
	font-weight: 400;
	z-index:100;
	line-height:111%;
} 

#shopfont {
	position:relative;
	width:700px;
	text-align:center;
	font-family: Jester, verdana, helvetica, sans-serif; 
	font-size: 16pt; 
	left:138px;
	font-weight: 550;
	line-height: 120%;
	letter-spacing: -0.03em;
	top:5px;
	z-index:99;
} 

#layer5 { 
position: relative;
z-index:6;
} 

#alllayer {
position: absolute;
z-index:19;
} 

#alllayerstandard {
position: relative;
left:250px;
z-index:19;
width:700px;
} 

#alllayerstandardcontact {
position: relative;
left:290px;
z-index:19;
top:35px;
width:700px;
} 

#alllayerhome {
position: relative;
left:20px;
top:-30px;
z-index:1000;
width:720px;
} 

#alllayerhome2 {
position: relative;
left:20px;
top:-30px;
z-index:1000;
width:600px;
} 

#aboutuslayer {
top: 150px;
margin-left:220px;
z-index:99;
} 

#footerlayer {
	position:relative;
	left:240px;
    z-index:1;
} 

#alllayerprod {
position: absolute;
top: 293px;
left: 50%;
margin-left:-483px;
z-index:10;
} 

#alllayerprodlist {
position: absolute;
top: 220px;
left: 50%;
margin-left:-210px;
z-index:10;
} 

#siteinfoLegal {
	position: relative;
	left: 140px;
	z-index:150;
	overflow: hidden;
	height:250px;
	margin-top:75px;
}

#prodlayer2 { 
position: relative;
top: -92px;
left: 144px;
width: 705px;
z-index:130;
} 

#prodlayer3 { 
position: relative;
top: -187px;
left: 540px;
z-index:3;
} 

#prodlayer4 { 
position: relative;
top: -307px;
left: 528px;
z-index:4;
} 


#ultrapricefix {
	position:relative;
	width:600px;
	left:200px;
	top:-100px;
	z-index:90;
	height:200px;
} 


#prodlayer5 { 
position: absolute;
font-size:11pt;
font-weight:600;
top: 20px;
left: 300px;
z-index:101;
} 

#prodlayeradd { 
position: relative;
top: -573px;
left: 393px;
z-index:120;
} 

#prodlayerprice {
	position:absolute;
	font-family: Swiss921, verdana, helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: normal;
	line-height: 130%;
	letter-spacing: 0.02em;
	top: 42px;
    left: 415px;
    width:250px;
	z-index:125;
}  

#manormaniaprice {
	font-family: Swiss921, verdana, helvetica, sans-serif; 
	font-size: 1.2em; 
	font-weight: normal;
	line-height: 130%;
	letter-spacing: 0.02em;
    width:300px;
	z-index:125;
}  

#homeimage{
	position:relative;
	top:100px;
}

#newsimage{
	position:relative;
	left:-112px;
	z-index:5000;
}


#homepageimage{
	position:relative;
	top:50px;
	left:237px;
}

#border2{
	position:relative;
	left:9px;
	border-style:solid;
	border-width:3px;
	border-color:#000000;
	width:489px;
}

#border3{
	position:relative;
	left:516px;
	top:-231px;
	border-style:solid;
	border-width:3px;
	border-color:#000000;
	width:226px;
}

#catimage{
	position:relative;
	top:50px;
}

#thecartbut { 
position: absolute;
top: 30px;
left: -3px;
z-index:101;
} 

#prodlayer6 { 
position: relative;
top: 0px;
left: 120px;
z-index:120;
} 


#navbara { 
position: relative;
top: -1580px;
left: 266px;
z-index:999;
} 

#navbarb { 
position: relative;
top: -1605px;
left: 401px;
z-index:999;
} 

#navbarc { 
position: relative;
top: -1630px;
left: 530px;
z-index:999;
} 

#navbard { 
position: relative;
top: -1655px;
left: 714px;
z-index:999;
} 

#navbare { 
position: relative;
top: -1680px;
left: 861px;
z-index:999;
} 

#navbarf { 
position: relative;
top: -1705px;
left: 982px;
z-index:999;
} 

#navbarg { 
position: relative;
top: -1730px;
left: 1101px;
z-index:999;
} 

#leftnava { 
position: relative;
top: -1632px;
left: 247px;
z-index:999;
} 

#leftnavb { 
position: relative;
top: -1580px;
left: 247px;
z-index:999;
} 

#leftnavl { 
position: relative;
top: -1531px;
left: 247px;
z-index:999;
} 

#leftnavo { 
position: relative;
top: -1481px;
left: 247px;
z-index:999;
} 

#leftnavq { 
position: relative;
top: -1421px;
left: 247px;
z-index:999;
} 

#leftnavr { 
position: relative;
top: -1365px;
left: 247px;
z-index:999;
} 

#leftnavu { 
position: relative;
top: -1315px;
left: 247px;
z-index:999;
} 



#prodlistcart { 
position: relative;
top: 175px;
left: -208px;
font-size: 1.3em;
z-index:11;
} 

#prodlistcartclassic { 
position: relative;
top: 158px;
left: -128px;
font-size: 1.3em;
z-index:11;
} 

#classiclisting {
position: relative;
font-family: Jester, verdana, arial, helvetica, sans-serif;
font-size: 1.8em;
top: -300px;
left: 170px;
margin-bottom:-220px;
width:400px;
height:170px;
overflow:scroll;
z-index:110000;
padding:10px;
text-align:left;
} 

#ingredclassic{
position: relative;
z-index:11;
color:#019121;
} 



#productAttributes { 
position: relative;
left: 85px;
font-size: 1.1em;
z-index:11;
} 

select {
	font-family: Jester, verdana, arial, helvetica, sans-serif;
	font-size: 1.6em;
	color:#d10757;
}

*+html #prodattrbutton {
	position: relative;
    width:150px;
    top: -152px;
    left: 287px;
    font-size: 1.3em;
    z-index:11000;
}

#prodattrbutton { 
position: relative;
width:150px;
top: -40px;
left: 287px;
font-size: 1.3em;
z-index:11000;
} 

*+html #maniabutton {
	position: relative;
    width:150px;
    top: -206px;
    left: 50px;
    font-size: 1.3em;
    z-index:11000;
    margin-bottom: -100px;
}

#maniabutton { 
position: relative;
width:150px;
top: -83px;\0/IE8+9;
top: -106px;
left: 50px;
font-size: 1.3em;
z-index:11000;
margin-bottom: -100px;
} 

*+html #maniabutton2 {
	position: relative;
    width:150px;
    top: -58px;
    left: -239px;
    font-size: 1.3em;
    z-index:99000;
    margin-bottom: -100px;
}

#maniabutton2 { 
position: relative;
width:150px;
top: -137\0/IE8+9;
top: -53px;
left: -224px;
font-size: 1.3em;
z-index:99000;
margin-bottom: -100px;
} 


*+html #prodattrbuttonclassic {
	position: relative;
    width:150px;
    top: -120px;
    left: 287px;
    font-size: 1.3em;
    z-index:11000;
}

#prodattrbuttonclassic { 
position: relative;
width:150px;
top: -10px;
left: 287px;
font-size: 1.3em;
z-index:11000;
} 

*+html #wrapperAttribsOptions {
	position:relative;
	width:370px;
	top:-20px;
	left:240px;
	margin-bottom:0px;
	top:-25px;
	vertical-align:bottom;
}
  
#wrapperAttribsOptions {
	position:relative;
	margin: 0.3em 0em;
	width:370px;
	left:215px;
	margin-bottom:-110px;
	top:70px;
	vertical-align:top;
}

*+html #wrapperAttribsOptionsClassic {
	position:relative;
	width:370px;
	top:0px;
	left:240px;
	margin-bottom:0px;
	top:10px;
	vertical-align:bottom;
}
  
#wrapperAttribsOptionsClassic {
	position:relative;
	margin: 0.3em 0em;
	width:370px;
	left:215px;
	margin-bottom:-110px;
	top:100px;
	vertical-align:top;
}

	.wrapperAttribsOptionsProduct {
	position:relative;
	margin: 0.3em 0em;
	width:500px;
	left:100px;
	top:103px;
	z-index:10000;
}


#prodlistprice { 
position: relative;
font-family: Jester, verdana, arial, helvetica, sans-serif;
font-size: 1.7em;
top: 224px;
left: -484px;
font-weight: bold;
color:#da0669;
z-index:15000;
} 

#prodlistpriceart { 
position: relative;
font-family: Jester, verdana, arial, helvetica, sans-serif;
font-size: 1.7em;
top: 270px;
left: -333px;
font-weight: bold;
color:#000000;
z-index:15000;
} 

#moreinart { 
position: relative;
font-family: Jester, verdana, arial, helvetica, sans-serif;
font-size: 1.7em;
top: -40px;
left: 55px;
font-weight: bold;
color:#000000;
z-index:5000;
} 


#prodlistpriceart2 { 
position: relative;
font-family: Jester, verdana, arial, helvetica, sans-serif;
font-size: 1.7em;
top: 300px;
left: -170px;
font-weight: bold;
color:#000000;
z-index:15000;
} 

#moreinart2 { 
position: relative;
font-family: Jester, verdana, arial, helvetica, sans-serif;
font-size: 1.7em;
top: -10px;
left: 207px;
font-weight: bold;
color:#000000;
z-index:5000;
} 

#artdesc { 
position: relative;
font-family: Swiss921, verdana, arial, helvetica, sans-serif;
font-size: 2em;
width: 375px;
height: 0px;
text-align:left;
top: -305px;
left: 180px;
color:#000000;
z-index:5000;
} 

#addtocartc {
	position:relative;
	top:80px;
color:#FFFFFF;
font-style: normal;
}

.myButtonLinka {
	display: block;
	width: 122px;
	height: 25px;
	background: url('/images/topnava.jpg') bottom;
	text-indent: -99999px;
	position: relative;
    top: -80px;
    left: 0px;
    z-index:999;    
}

.myButtonLinka:hover {
	background-position: -0 0;
	position: relative;
    top: -80px;
    left: 0px;
    z-index:999;       
}

.myButtonLinkb {
	display: block;
	width: 122px;
	height: 25px;
	background: url('/images/topnavb.jpg') bottom;
	text-indent: -99999px;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinkb:hover {
	background-position: 0 0;
    position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinkc {
	display: block;
	width: 170px;
	height: 25px;
	background: url('/images/topnavc.jpg') bottom;
	text-indent: -99999px;
	position: relative;
    top: -80px;
    left: 0px;
        z-index:999;   
}

.myButtonLinkc:hover {
	background-position: 0 0;
    position: relative;
    top: -80px;
    left: 0px;
        z-index:999;   
}

.myButtonLinkd {
	display: block;
	width: 160px;
	height: 25px;
	background: url('/images/topnavd.jpg') bottom;
	text-indent: -99999px;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinkd:hover {
	background-position: -0 0;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinke {
	display: block;
	width: 122px;
	height: 25px;
	background: url('/images/topnave.jpg') bottom;
	text-indent: -99999px;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinke:hover {
	background-position: -0 0;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinkf {
	display: block;
	width: 122px;
	height: 25px;
	background: url('/images/topnavf.jpg') bottom;
	text-indent: -99999px;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinkf:hover {
	background-position: -0 0;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinkg {
	display: block;
	width: 150px;
	height: 25px;
	background: url('/images/topnavg.jpg') bottom;
	text-indent: -99999px;
	position: relative;
    top: -80px;
    left: 0px;
}

.myButtonLinkg:hover {
	background-position: -0 0;
	position: relative;
    top: -80px;
    left: 0px;
}

*+html a.myButtonLinkla {
	width: 175px;
	height: 29px;
	font-size: 20px;
	font-family: Swiss921, verdana, arial, helvetica, sans-serif;
	line-height:29px;
	position: relative;
	letter-spacing:1px;
    top: -78px;
    left: 28px;
    color:#000000;
}

a.myButtonLinkla {
	width: 175px;
	height: 29px;
	font-size: 20px;
	font-family: Swiss921, verdana, arial, helvetica, sans-serif;
	line-height:29px;
	position: relative;
	letter-spacing:1px;
    top: -78px;
    left: 28px;
    color:#000000;
}

*+html a.myButtonLinkla:hover {
	color: #ff740f;
}

a.myButtonLinkla:hover {
	color: #ff740f;
	text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
}

.myButtonLinklg {
	display: block;
	width: 175px;
	height: 29px;
	background: url('/images/leftnav_info.gif') bottom;
	text-indent: -99999px;
	position: relative;
    top: -0px;
    left: -1px;
}

.myButtonLinklg:hover {
	background-position: -0 0;
	position: relative;
    top: -0px;
    left: -1px;
}


#choicenew {
    position: relative;
    top: 90px;
    left: 270px;
    z-index: 5000;
}

#choicenewblog {
    position: relative;
    top: 120px;
    left: 270px;
    z-index: 5000;
}

#choicenewblogheader {
    position: relative;
    top: 130px;
    left: 270px;
    z-index: 5000;
}

#twitternew {
    position: relative;
    top: 100px;
    left: -75px;
    z-index: 5000;
}

#facebooknew {
    position: relative;
    top: 100px;
    left: 270px;
    z-index: 5000;
    color:#ffffff;
}

#newsnew {
    position: relative;
    top: 225px;
    left: -30px;
    z-index: 5000;
    width:312px;
    height:442px;
    background:#000000;
    text-align:center;
    line-height:424px;
    z-index:100;
    margin-bottom:100px;
}

.paddedImage {
	padding-top:9px;
	z-index:100;
}

#blognew {
    position: relative;
    top: 130px;
    left: 270px;
    width: 430px;
    border: 2px;
    border-style: solid;
    border-color: #000000;
    background:#000000;
    height: 360px;
    overflow:scroll;
    z-index: 5000;
}

#face1 {
position: relative;
z-index:101;
} 

#twit1 {
position: relative;
z-index:101;
} 

#blog1 {
position: relative;
z-index:101;
} 

#maillink {
position: relative;
z-index:1600;
} 

a.mailto {
	position: absolute;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size:9pt;
    font-weight:500;
    left:172px;
    top: -52px;
    z-index:1600;
	color:#ffffff;
	text-decoration: underline;
}

a.errorlink {
	color:#1f91ff;
}

a.errorlink:hover {
	color:#d10858;
}

a.mailto:hover
{
color: #85f700;
text-decoration: underline;
} 	

#thecopyright {
	position: relative;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size:9pt;
    font-weight:500;
    left:200px;
    top: -65px;
    z-index:1600;
	color:#ffffff;
}

#theblurb {
	position: relative;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size:9pt;
    font-weight:500;
    left:202px;
    top: -65px;
    z-index:1500;
	color:#ffffff;
}

a.priv {
	position: relative;
	font-family: arial, verdana, helvetica, sans-serif;
    font-size:9pt;
    font-weight:500;
    z-index:101;
	color:#ffffff;
	text-decoration: underline;
}

a.priv:hover
{
color: #85f700;
text-decoration: underline;
} 	


.myButtonLinkface {
	display:block;
	width: 56px;
	height: 63px;
	background: url('/images/faceicon.png') bottom;
	text-indent: -99999px;
	position: absolute;
	top: -138px;
    left: 208px;
}

.myButtonLinkface:hover {
	background-position: -0 0;
	position: absolute;
	top: -138px;
    left: 208px;
}

.myButtonLinktwit {
    display:block;
	width: 56px;
	height: 63px;
	background: url('/images/twiticon.png') bottom;
	text-indent: -99999px;
	position: absolute;
    top: -138px;
    left: 266px;
}

.myButtonLinktwit:hover {
	background-position: -0 0;
	position: absolute;
    top: -138px;
    left: 266px;
}

.myButtonLinkblog {
	display:block;
	width: 56px;
	height: 63px;
	background: url('/images/blogicon.png') bottom;
	text-indent: -99999px;
	position: absolute;
    top: -138px;
    left: 323px;
}

.myButtonLinkblog:hover {
	background-position: -0 0;
	position: absolute;
    top: -138px;
    left: 323px;
}
