
/**
 * 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 **/

  BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
        FONT-FAMILY: Arial, Helvetica, Verdana, Sans-serif; 
        FONT-SIZE: 12px;
        background-color: #FFFFFF;
}
blackground {
        FONT-FAMILY: Arial, Helvetica, Verdana, Sans-serif; 
        FONT-SIZE: 12px;
        background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #cc6600;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline ! important;
	color: #ff6600! important;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}



a.headerLinks:link {
	COLOR: #cc6600;
	TEXT-DECORATION: none;
}
a.headerLinks:visited {
	COLOR: #999999;
	TEXT-DECORATION: none;
}
a.headerLinks:hover {
	COLOR: #ff6600;
	TEXT-DECORATION: underline;
}
a.headerLinks:active  {
	COLOR: #ff6600;
	TEXT-DECORATION: none;
}


a.footerLinks:link {
	padding: 3px;
	color: #cc6600;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}

a.footerLinks:visited {
	padding: 3px;
	color: #999999;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}

a.footerLinks:hover {
	padding: 3px;
	color: #0099ff;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}

a.footerLinks:active {
	padding: 3px;
	color: #ff6600;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}
 
.buttonBasic {
	BACKGROUND: URL(images/buttons/button_basic_center.gif);
	vertical-align:middle;

}
.buttonBasicText{
	FONT-FAMILY: Arial, Verdana;
	COLOR: #000000; 
	FONT-WEIGHT: none; 
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	white-space:	nowrap;
}
	
.buttonMediumRed {
	BACKGROUND: URL(images/buttons/button_medium_red_center.gif);
}

.buttonMediumRedText {
	FONT-FAMILY: Arial, Verdana;
	COLOR: #ffffff; 
	FONT-WEIGHT: none; 
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
.underlineHeader{
	border-bottom: 2px #1E5397 solid;
}
.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;
background-color: #FFFFFF;
}	