
/**
 * 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 **/

  .productsTable1 {
border-right: 1px solid black;
opacity : 5;
background-color: white;
}
body {
color: black;
background: white url(http://www.eepiphanies.net/sitecrap/kittytile.jpg) fixed repeat-x center center;
font: large helvetica, geneva, arial, sans-serif;
letter-spacing: +.06em;
}

a {
color: gray;
background: inherit;
text-decoration: none;
}

a:active {
color: gray;
background: inherit;
text-decoration: none;
}

a:link {
color: gray;
background: inherit;
text-decoration: none;
}

a img {
border : border: solid 1px #baff6a;
}

a:hover img {
border : border: solid 1px #baff6a;
opacity : 8;
}

a:visited {
text-decoration: underline;
}

a:hover {
text-decoration: underline;
}

h1, h2, h3 {
color: black;
font-weight: normal;
line-height: .5em;
text-align: center;
}

h1 {
font: 3em "Didot", Georgia, serif;
line-height: .1em;
margin-top: 50px;
}

h2 {
font-size: medium;
}

h3 {
font-size: x-small;
line-height: 1em;
}


