/*
Primary		#8B0A50
2nd 		#EE178C
3rd			#F67FBF
4th			#FDE7F3
*/

#content strong {color:#EE178C;}
#content optgroup {color:#EE178C;}
#content optgroup option {color:#333;}

.paypalForm {
	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;
}

.paypalForm .siteLogo h1 {
	display:none;
}

.paypalForm h1 {
	margin: 0;
	padding: 10px 0px 10px 10px;
	font-weight: bold; 
	font-size: 140%; 
	color: #95A5BF;
} 

.paypalForm p {
	margin: 0;
	padding: 10px 0px 10px 10px;
	font-weight: normal; 
	font-size: 100%; 
}

.paypalForm .field-label-required {
	color:#FF0000;
	padding-right:10px;
	font-weight: bold; 
}

.paypalForm .field-label {
	color:#333;
	padding-right:10px;
	font-weight: bold;
}

.paypalForm .field-widget {
	
}

.paypalForm h2 {
	margin: 0;
	padding: 10px 0px 10px 10px;
	font-weight: bold; 
	font-size: 120%; 
	color: #95A5BF;
}

.paypalForm .checkout-row a {
	display:block;
	padding:5px;
	background-color:#95A5BF;
	color:#333;
	text-decoration:none;
	width: 110px;
	margin-right:10px;
	text-align: center;
	font-weight:bold;
}

/* STORE STYLES */

#content .categoryRow strong .categoryTitle {
	color:#EE178C; /* 99% */
	font-size:120%;
}

#content .categoryRow strong .categoryTitle a:link {
	color:#EE178C; /* 99% */
}

#content .categoryRow strong .categoryTitle a:hover {
	color:#F67FBF; /* 75% */
	text-decoration:none; 
}

#content .categoryRow strong .categoryTitle a:visited {
	color:#F67FBF; /* 50% */
}

/* cart */

#content .storeCartContainer a.removeLink:link ,
#content .storeCartContainer a.removeLink:visited ,
#content .storeCartContainer a.removeLink	:hover {
	color:#EE178C; /* 99% */	
}

#content .storeCartContainer a.removeLink:hover {
	text-decoration:none;	
}

#content a.continueLink {
	background-image: url('images/button.gif');
	background-repeat: no-repeat;
	text-align: center;
	color:#fff;
	/* width: 150px; */
	height: 24px;
	text-decoration:none;
	/* margin-right:10px; */
	padding:3px 7px 22px 7px;
	font-weight:bold;
}

#content a.checkoutLink {
	background-image: url('images/button.gif');
	background-repeat: no-repeat;
	text-align: center;
	color:#fff;
	/* width: 150px; */
	height: 24px;
	/* min-width: 150px; */
	/* in-height: 24px; */
	text-decoration: none;
	padding:3px 49px 22px 33px;
	font-weight:bold;
}

#content .cookieCrumb a:link {
	color:#EE178C; /* 99% */
}

#content .cookieCrumb a:hover {
	color:#F67FBF; /* 75% */
	text-decoration:none; 	
}

#content .cookieCrumb a:visited {
	color:#F67FBF; /* 50% */
}

#content .storeCheckoutContainer {
	margin-bottom: 50px;
}

.cartBoxes {
  border: 1px solid #333; 
}

.cartBoxes .pageContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;


}

.cartBoxes .subHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;

}

.categoryName {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;

}


#content a.sectionButton:link ,
#content a.sectionButton:visited ,
#content a.sectionButton:hover  {
	color: #F67FBF;
	text-decoration: underline;
}
#content a.sectionButton:hover  {text-decoration: none;}


.cartText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	
	text-align:justify;
	padding: 0px 0px 0px 10px;  /*  top right bottom left   */ 
	empty-cells:show;
}

.cartText a:link{
  text-decoration: underline;
  color: #000000;
}

.cartText a:visited {
  text-decoration: underline;
  color: #333;
}

.cartText a:hover{
  color: #EE178C;
  text-decoration: none;
}

.productsFound {
	background: #f7f7f7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cartHeadTable .cartHead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
  line-height: 24px;
  border-bottom: 1px solid #dddde3;

}
.cartHeadTable .cartText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
  line-height: 24px;
  border-bottom: 1px solid #dddde3;
  	empty-cells:show;
}

.cartHeadTable .cartText a:link {
	color: #FFFFFF;
  text-decoration: none;
  line-height: 24px;
}


#content  .categoryRow {
	border-bottom: 1px solid #EE178C;	
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}	

/* end store styles */

/* start - table */
#content .pageContent table {
	border-collapse: collapse;
	/*margin: 10px;	*/
}
#content .pageContent th strong {
	color: #fff;
}
#content .pageContent th {
	background: #EE178C url(button.jpg) repeat-x;   /* 2nd color */
	height: 20px;
	padding: 2px 4px;
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;	/* white if 2nd not too lite */
}
#content .pageContent tr {
	height: 30px;
}

#content .pageContent td.first,th.first {
	border-left: 0px;
}
#content .pageContent tr.row-a {
	background: #F8F8F8;
}
#content .pageContent tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

#content .pageContent a img {
	border: 1px solid #000000;
}


/* FLATSTICK INFO BOXES - TABLE STYLES */
#content .flatstickInfoBox {
	
}

#content .flatstickInfoBox th {
	padding: 5px;
	text-align:left;
	background-color: #EE178C;
	color: #fff; 
}

#content .flatstickInfoBox td.leftCol {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #EE178C;
	color: #EE178C;
	text-transform: capitalize;
}

#content .flatstickInfoBox td.rightCol {
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px dashed #EE178C;
}

#content img.thumbPic {
	padding:5px;
	border: 1px solid #EE178C; 
}



/* FORM FIELDS */

#content .formFields {border: 1px solid #F67FBF;color:#EE178C;padding:1px;margin-top:2px;margin-bottom:2px;}
#content .submitButtons {
	border:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('images/button.gif');
	/* background-repeat: no-repeat; */
	text-align: center;
	color:#fff;
	width: 150px;
	height: 24px;
	min-width: 150px;
	min-height: 24px;
	text-decoration: none;
	padding:3px 50px 22px 46px;
	font-weight:bold;

}

#content .pageContent p {
	margin-bottom: 12px; 
	line-height:18px;
}
