
/**
 * IMPORTANT NOTE FROM THE PRINTFECTION WEBSITE TEAM
 *
 * Apr 28, 2007
 *
 * Today's website update modified the way we include CSS files into your store. 
 * Previously, all the classes in the basic_styles.css file were included in your 
 * store. Going forward, we are no longer including this file. To preserve the look 
 * of your store, we automatically copied the relevant classes of the basic_styles.css 
 * file directly into your custom CSS (see below). You may change or delete any of 
 * the classes below.
 */
  

/** basic_styles.css START **/

.storeMenuHeaderText{
	font-weight:bold;
}
.pricingMenuHeaderText{
	font-weight:bold;
}
.pricing{
	font-size:12px;
}
.helpCenterSubHeaderTD{
	border-bottom:2px black solid;
}
.helpCenterSubHeader{
	font-weight:bold;
	font-size:16px;
}
.cellChanged{
	background-color:#cccccc;
}
.pageHeader{
	font-size:16px;
	color:#000000;
	font-weight:bold;
}	

/** basic_styles.css END **/

  textarea {
	font: 10pt Arial, Tahoma, Verdana, Helvetica, sans-serif
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt
}


a:visited {
	color: #800000;
}

.arial {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt
}

a:link {  
	color: #000000;

}

a:active {  
	color: #800000;
}

input { 
	font: 8pt Arial, Verdana, Helvetica, sans-serif
}


.maintext {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
}

.Textarea-Style {
	border: 1px outset rgb(50,50,50);
}

BODY {
 scrollbar-base-color: #000000;
 scrollbar-track-color: #C5C5C5;
 scrollbar-face-color: #AA1111;
 scrollbar-highlight-color: #C5C5C5;
 scrollbar-3dlight-color: #CCCCCC;
 scrollbar-darkshadow-color: #191919;
 scrollbar-shadow-color: #000000;
 scrollbar-arrow-color: #C5C5C5;

 }