
/**
 * 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 pf_styles.css and basic_styles.css files were 
 * included in your store. Going forward, we are no longer including these files. 
 * To preserve the look of your store, we automatically copied the relevant classes of 
 * the pf_styles.css and basic_styles.css files directly into your custom CSS (see below). 
 * You may change or delete any of the classes below.
 */
  
 
/** pf_styles.css START **/

/* General */
BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; 
	COLOR: #000000; 
	FONT-SIZE: 12px;
}

BODY{
	MARGIN: 0px 10px 5px 10px;
	background-color: #ffffff;
}

A:link {
	COLOR: #0066cc;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #0066cc; 
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #0099ff;
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #0099ff;
	TEXT-DECORATION: none;
}

/* Size Chart */
.sizeChartTitleText{
	font-size:14px;
	color:#999999;
	font-weight:bold;
}
.sizeChartTable{
	border-collapse:collapse;
}
.sizeChartHeaderTD{
	background:#00Aeef;
	border:0px white solid;
	width:50px;
	text-align:center;
	font-weight:bold;
}
.sizeChartHeaderTDSpacer{
	border-bottom: 0px gray solid; 
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}
.sizeChartHeaderDIVSpacer{
	border-right:0px white solid;
	font-size:4px;
}
.sizeChartTD{
	border-bottom: 1px gray solid;
	padding-left: 1px;
	padding-bottom: 0px;
	text-align:center;
}
.sizeChartTDSpacer{
	border-bottom: 1px gray solid;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	width:1px;
}
.sizeChartDIV{
	margin-top: 2px;
}
.sizeChartDIVSpacer{
	border-right:1px gray solid;
	font-size:4px;
	margin-right:0px;
	margin-left:0px;
}
.sizeChartTDName{
	border-bottom:1px gray solid;
}

/* Help Box CSS */
.helpCenterHeader{
	font-weight:bold;
	font-size:14px;
}


/* Top Horizontal Menu */
a.topLinks:link {
	padding: 2px;
	color: #0066cc;
	text-decoration: none;

	font-weight: none;
	vertical-align: middle;
	font-size:11px;
}

a.topLinks:visited {
	padding: 2px;
	color: #0066cc;
	text-decoration: none;

	font-weight: none;
	vertical-align: middle;
	font-size:11px;
}

a.topLinks:hover {
	padding: 2px;
	color: #0099ff;
	text-decoration: underline;

	font-weight: none;
	vertical-align: middle;
	font-size:11px;
}

a.topLinks:active {
	padding: 2px;
	color: #0099ff;
	text-decoration: underline;

	font-weight: none;
	vertical-align: middle;
	font-size:11px;
}


/* Footer Links */
a.footerLinks:link {
	padding: 8px;
	color: #000066;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}

a.footerLinks:visited {
	padding: 8px;
	color: #000066;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}

a.footerLinks:hover {
	padding: 8px;
	color: #0099ff;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}

a.footerLinks:active {
	padding: 8px;
	color: #0099ff;
	text-decoration: none;
	margin-right: 3px;
	font-weight: none;
	font-size:11px;
}


/* General tabs */
.productDetailTabTable{
	border-bottom: 0px #cccccc solid;
	padding: 0x;
	border-spacing: 0px;
	border-collapse: collapse;        
	background-color: #ffffff;
}
.productDetailTabUnfocus{
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	border-top:1px #cccccc solid;        
	padding:3px;        
	background-color: #f6f6f6;
	text-align: center;
}
.productDetailTabFocus{
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-bottom:1px #ffffff solid;
	border-top:1px #cccccc solid;
	padding:3px;
	background-color: #ffffff;
	text-align: center;
}
.productDetailTabExtra{
	border-bottom: 1px #cccccc solid;
}
.productDetailTabTextFocus{
	font-weight: none;
	font-size: 9pt;
}
.productDetailTabTextUnFocus{
	font-size: 9pt;
}

/* Ready to Buy box */
.buyBoxTable{
	border-top: 1px #1E5398 solid;
	border-left: 1px #1E5398 solid;
	border-bottom: 1px #1E5398 solid;
	border-right: 1px #1E5398 solid;
        
}
.buyBoxHeaderTD{
	background-color: #1E5398;
	text-align: center;
	padding: 3px;
}
.buyBoxHeaderText{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
}
.cellChanged{
	background-color:#00AEEF;
}

/* Pricing Table on Product Detail page */
td.pricingHeader{
	text-align:center;
	padding:2px;
	border-right:2px #e9e9e9 solid;
	border-bottom:2px #e9e9e9 solid;
	width:50px;
}
.pricingColorName1{
	width:100px;
	text-align:right;
	border-bottom:2px #e9e9e9 solid;
	border-top:2px #e9e9e9 solid;
	padding:2px;
	background-color:#ffffff;
}
.pricingColorName2{
	width:100px;
	text-align:right;
	border-bottom:2px #e9e9e9 solid;
	border-top:2px #e9e9e9 solid;
	padding:2px;
	background-color:#f9f9f9;
}
.pricingSwatch1{
	border-bottom:2px #e9e9e9 solid;
	padding:2px;
	border-top:2px #e9e9e9 solid;
	background-color:#ffffff;
}
.pricingSwatch2{
	border-bottom:2px #e9e9e9 solid;
	padding:2px;
	border-top:2px #e9e9e9 solid;
	background-color:#f9f9f9;
}
.pricingPrice1{
	text-align:right;
	padding:2px;
	border-bottom:2px #e9e9e9 solid;
	border-right:2px #e9e9e9 solid;
	background-color:#ffffff;
}
.pricingPrice2{
	text-align:right;
	padding:2px;
	border-bottom:2px #e9e9e9 solid;
	border-right:2px #e9e9e9 solid;
	background-color:#f9f9f9;
}

/* Underline */
.underlineHeader{
	border-bottom: 2px #1E5397 solid;
	font-weight:bold;
}
.underlineHeaderPurple{
	border-bottom: 2px #6600cc solid;
	font-weight:bold;
}
.underlineErrors{
	border-bottom: 2px #ff0000 solid;
}


/* Buttons */
.buttonBasic {
	BACKGROUND: URL(images/buttons/button_basic_center.gif);
	vertical-align:middle;
	font-size:12px;
}
.buttonBasicText{
	FONT-FAMILY: 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: Verdana;
	COLOR: #ffffff; 
	FONT-WEIGHT: none; 
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
}

/* Reports */
.reportHeadTR{
	background:#daf5ff;
}
.reportHighlightTR{
	background:#f9f9f9;
}
.reportTD{
	border:1px #cccccc solid;
}

/* Cart Table */
.cartTable{
	empty-cells:show;
	background:#f9f9f9;
}
.cartHeadTR{
	background:#daf5ff;
}
.cartHeadText{
	color:#000000;
	font-weight:bold;
}
.cartTD{
	border:1px #cccccc solid;
}
.cartLineTD{
	border-bottom:1px #cccccc solid;
}
.cartTitleText{
	font-size:18px;
	color: #1E5398;
	font-weight:bold;
}

/* Upsell Classes */
.upsellCartText{
	font-size:10px;
	text-align:left;
}

/* Messages */
div.infoRed {
	position:relative;
	width:100%;
	border:1px red solid;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffcccc;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	color:black;
}
div.infoGreen {
	position:relative;
	width:98%;
	border:1px green solid;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#E9FFF5;
	margin-top:5px;
	text-align:center;
}

div.infoBlue {
	position:relative;
	width:98%;
	border:1px blue solid;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#CCFFFF;
	margin-top:5px;
	text-align:center;
}


/* Page Headings */
.pageHeader{
	font-size:16px;
	color: #1E5398;
	font-weight:bold;
}


/* Other */
.grayText{
	color: #939393;
	font-size: 11px;
}
.smallText{
	font-size:11px;
}
.pricing{
	font-size:12px;
}
.dashedGrayLineHorizontal{
	width:100%;
	height:1px;
	BACKGROUND: URL(images/dashed_gray_line.gif);
}
span.searchTerm{
	color:#EB008B;
}

/* Store Classes */
.sectionsTable2{
	width: 190px;
}
a.sectionTitleLink{
	font-weight:bold;
}
.sectionsTD1{
	background-color:#f5f5f5;
}
.menuTable{
	margin-left: 5px;
}
.menuSelectedText{
	font-weight:bold;
}
.helpCenterStoreArticleText {
	color: #222222;
}

/* Legal Classes */
font.legalSubHeader {
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
}
font.legalSubHeader2 {
	text-decoration:none;
	font-weight:bold;
}
div.legalEffectiveDate{
	margin-bottom:10px;
	font-weight:bold;
	text-align:left;
}

/* Help Pages */
div.helpHeader{
	margin-top:6px;
	margin-left:6px;
}
div.helpContent{
	margin-top:15px;
	margin-left:6px;
}

/** pf_styles.css START **/

  

/** 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 **/

  div {
	background-color:transparent ! important;

}


body {
	background-color:#f5eee0;
	background-image: url(http://www.fragmental.pwp.blueyonder.co.uk/wheretees/siteimages/bg2.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#mainContainer {
	margin:0 auto;
	margin-top:15px;
	background-color: #FFFFFF ! important;
	text-align:left;
	padding-top:8px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	border-left:4px solid #c8b881;
	border-right:4px solid #c8b881;

	padding-bottom:15px;
	margin-bottom:20px;
	width: 720px !important;
	width /**/:760px;
}

h1 {
	font-weight: normal;
	border-bottom: 1px solid #DFDFDF;
	padding: 0px 0px 8px;
	margin: 5px 20px 5px;
	font-size: 24px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.breadcrumbLink {
	font-size:12px;
	margin-top: 0 ! important;
}
.breadcrumbProduct {
	font-size:12px;
	color:#807c59;

}

#sectionInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	margin-bottom:15px;
	font-size:16px;
	padding:0px;
	margin-right: 20px;
	margin-left: 20px;
text-align:left;
}


#sectionInfo img {
float:left;
margin-right:15px;
margin-bottom:15px;
}

#sectionInfo img[src $='holder.gif']
{
margin-right:0px;
}


#sections {
clear:both;
}


a{
	color:#fb6a4f ! important ;
}

a:hover {
	color:#ffc196!important ;
	text-decoration:none;
}


.sectionsTable1 {
	width:720px;
}
.sectionsTable2 {
	width:150px;
padding:0px ! important;
margin-bottom: 8px;
margin-top:10px;

}

table.sectionsTable2 td {
text-align:left !important;
width:150px;
vertical-align:top;

}

.sectionsTD1 {
	background-color:#FFFFFF;
padding:0 ! important;
vertical-align:top;
border-bottom:1px dashed #DADADA;
border-top:0;

}

.sectionsTable1 {
border-collapse: collapse;
margin:0px 20px 0px;
}

.sectionTitleText {


}

.sectionImage {

margin-bottom:5px;

}

.sectionTeaser {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.productsTable1 {
	width:720px;
	/* position:relative;
		left:-25;
		z-index:100;
	*/
	border-spacing:0px;
	padding:0px;
    margin:0 auto;



}

table.productsTable1 td {
	padding:0px;
font-size:13px;
height:auto;
border-bottom:1px dashed #DADADA;
padding-bottom:10px;

}
.productsTable2 {
	width:180px !important;

}

table.productsTable2 td {
border-bottom:none ! important;
padding-bottom:0px ! important;
}


.buyBoxTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:transparent;
	border:1px solid #CCCCCC;
	width:auto ! important;
background-color:#f9f7f3;
margin-right:10px;
margin-bottom:10px;
}

table.buyBoxTable td {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:5px;
	background-image:url();

}


table.buyBoxTable div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:120%;
}

.buyBoxHeaderTD {
        background:#000;

   text-align:left;
        border-bottom:1px solid #CCCCCC;
}

.buyBoxHeaderText {
	color:#f9f7f3;
   text-align:left;
padding-left:10px;
font-weight:bold ! important;
font-family:verdana;

}

.underlineHeader{
	border-bottom: 2px #333 solid;
	font-weight:bold;
}

.underlineHeaderPurple{
	font-weight:bold;
	font-family: verdana;
	border-bottom:0 !important;
	font-size:13px;
}


table {
	width:0 auto !important;
	border-spacing:0px !important;

}


.mallResultsHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:20px;
}

#footNav {
	padding-left:0;
	padding-right:0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:1px dashed #CCCCCC;
margin:0 auto;
	margin-top:15px;
	margin-bottom:0px;

	width:718px;
	text-align:center;
	clear:both;
	text-decoration:none;
}

#fLink {
	display:block;
	clear:both;
	float:none;
	margin-left:60px;
	margin-bottom:0px;

}
#fLink a{
	width:35px;
	float:left;
	text-align:center;
}


#menuimg {

	width:166px;
	height:110px;
	float:left;
	text-align:center;

}

#menucontainer {

	width:665px;
	margin:0 auto;
	_margin-left:26px;
	text-align:center;
	position:relative;

}

h2 {
	font-size:12px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
}


.productDetailTitleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px 0px 0px;
	margin: 0px 20px 5px;
	font-size: 24px;
position:relative;
left:-125px;

}

.productDetailTable1 {
	width:700px;
margin:0 auto;
_text-align: center;
}

.productDetailTable1 table {

}

.productDetailTabTable {
	margin-bottom:15px;
	margin-top:15px;
}


	#headerTabs {
	margin:0 auto;
	font: bold 11px/1.5em Verdana;	
	width: 760px;
	position:relative;
	overflow:visible;

	}
    #tabs11 {

      float:right;
      width:400px;
	  background:#F9F7F3;
      font-size:93%;
      line-height:normal;

      }
    #tabs11 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs11 li {

      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {

      float:left;
      background:url("http://www.fragmental.pwp.blueyonder.co.uk/wheretees/siteimages/tableft11.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {

      float:left;
      display:block;
      background:url("http://www.fragmental.pwp.blueyonder.co.uk/wheretees/siteimages/tabright11.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#9F9584;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac */
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#FFF;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }
	  
	  
#beneathTabs {

	clear:both;
	border-top:1px solid #C2BDAE;
	padding: 10px !important;
	text-align:right;
	color: #494444;
	background-image: url(http://www.fragmental.pwp.blueyonder.co.uk/wheretees/siteimages/beneathlogobg.gif);
	background-repeat: repeat-x;
	height: 40px;
	background-color: #FFFFFF ! important;
	border-left:1px solid #C2BDAE;
border-right:1px solid #C2BDAE



}

#content {
	background-color:#FFFFFF ! important;
	border-left:1px solid #C2BDAE;
	border-right:1px solid #C2BDAE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	padding:2px 0px 0px;
	text-align:center ! important;
	border-bottom: 1px solid #C2BDAE;
	margin-bottom:30px;
	overflow: hidden;
}

#breadcrumb {
	text-align:left;
	font-size:12px;
margin:0px 20px 20px;
}

.productPrice {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;

}
.productNumColorsLink  {
font-size:12px;
	font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
color:#000! important;

}

.pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;

	padding: 0px 0px 8px;
	margin: 5px 20px 5px;
	font-size: 24px;
text-align:left;
}

.helpCenterHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.helpCenterSubHeaderTD {
padding-left:20px;
border-bottom:0px;
}

.helpCenterStoreArticleText {
padding-left:20px;
margin-right:20px;
display:block;
}

#frontPageBox select {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#frontPageBox {
	background-position: left top;
	height: 150px;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, "serif ! important"! important;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 16px;
}
#frontPageBox #frontPageBoxHeader {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#frontPageBox #frontPageBoxText {
	font-family: Georgia, "Times New Roman", Times, serif ! important;
	font-size: 14px;
	margin-bottom: 4px;
}
#frontPageBox #frontPageBoxSelector {
	font-size: 14px;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
			 #frontPageWelcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}