
/**
 * 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 **/

  html, body{margin:0;  padding:0;  width:100%;  text-align:center;  _height:100%; _overflow:auto; _width:100%; background-image:url(http://www.australele.com/4images/data/media/3/pagebg.jpg); background-repeat:repeat-x; background-attachment:fixed}
div{position:static ! important; background:none ! important}
table{visibility:hidden ! important}
#pagewidth table{visibility:visible! important}
#pagewidth{margin-top:-135px;  *margin-top:-35px;   width:990px;  text-align:left;  margin-left:auto;  margin-right:auto;  background:url('http://www.australele.com/4images/data/media/3/hback2.jpg') repeat-y center  0% !important}
#maincol{ display:inline;   min-height:700px;   height:auto !important;   height:700px}
#footer{z-index:2; height:170px; margin:0px; padding:0px; clear:both; position:fixed ! important; _position:absolute ! important; width:990px; bottom:0px}
#bezel *{color:#fff ! important; font-weight:bold !important}
#bezel{width:990px; margin-left:auto; margin-right:auto;  height:180px !important; _height:170px !important;    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.australele.com/4images/data/media/3/bezel2.png')}
html>body #bezel{background:url('http://www.australele.com/4images/data/media/3/bezel2.png') no-repeat 50% 0% !important}
#content{padding-top:50px; margin-top:100px; *margin-top:0px; margin-bottom:120px; width:646px; background:url('http://www.australele.com/4images/data/media/3/stars.gif') repeat #000 !important; margin-left:auto;  margin-right:auto;  min-height:460px;   height:auto !important;   height:460px; text-align:left}
#content *{color:#fff; font-family:Courier ! important}
#bcrumb{font-size:20px; text-align:left; text-indent:25px; margin-bottom:10px}
#bcrumb2{font-size:20px; text-align:left; text-indent:25px; margin-bottom:10px; margin:0 auto; width:646px; _left:auto; _position:relative; _text-indent:-40px}
#stick{position:relative ! important; width:78px; height:233px;   visibility:visible; top:-100px; left:15%; float:left; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.australele.com/4images/data/media/3/stick.png')}
html>body #stick{background:url(http://www.australele.com/4images/data/media/3/stick.png) no-repeat  !important}
#shadow{position:relative ! important; width:163px; height:100px;  float:left; top:24px; left:67px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.australele.com/4images/data/media/3/shadow.png')}
html>body #shadow{background:url(http://www.australele.com/4images/data/media/3/shadow.png) no-repeat   !important}
#logoplate{width:356px; height:113px; background:url(http://www.australele.com/4images/data/media/3/logoplate2.gif) no-repeat  !important; float:left; margin-top:30px; margin-left:30px}
#redbutton1{width:82px; height:57px;  float:left; margin-top:30px; margin-left:30px; padding-top:17px; padding-left:18px; color:#fff; font-weight:bold; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.australele.com/4images/data/media/3/redbutton.png'); cursor:pointer; *margin-right:0px; _margin-right:0px}
.homeBut{position:relative ! important; color:#fff ! important; cursor:pointer}
html>body #redbutton1{background:url(http://www.australele.com/4images/data/media/3/redbutton.png) no-repeat   !important}
#redbutton2{padding-top:17px; padding-left:22px; width:82px; height:57px;  float:left; margin-top:80px; margin-left:-30px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.australele.com/4images/data/media/3/redbutton.png');  *margin-right:30px; _margin-right:0px}
html>body #redbutton2{background:url(http://www.australele.com/4images/data/media/3/redbutton.png) no-repeat   !important;  margin-left:-50px}
#bluebutton{padding-top:17px; padding-left:22px; width:82px; height:57px;  float:left; margin-top:30px; margin-left:-30px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.australele.com/4images/data/media/3/bluebutton.png')}
html>body #bluebutton{background:url(http://www.australele.com/4images/data/media/3/bluebutton.png) no-repeat   !important; margin-left:-50px}
#greenbutton{padding-top:17px; padding-left:18px; width:82px; height:57px; float:left; margin-top:80px; margin-left:-30px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='http://www.australele.com/4images/data/media/3/greenbutton.png')}
html>body #greenbutton{background:url(http://www.australele.com/4images/data/media/3/greenbutton.png) no-repeat   !important; margin-left:-50px}
#leftside{z-index:1; position:fixed ! important; _position:absolute ! important; width:109px; height:700px; background:url(http://www.australele.com/4images/data/media/3/sideleft.gif)  !important; top:0px; margin-left:83px; *margin-left:83px; _margin-left:83px; _display:inline}
#rightside{z-index:1; position:fixed ! important; _position:absolute ! important; width:109px; height:700px; background:url(http://www.australele.com/4images/data/media/3/sideright.gif) !important; top:0px; margin-left:801px; *margin-left:801px; _margin-left:801px; _display:inline}
.pageHeader{border-bottom:3px dashed green; font-size:22pt}
#topanim{z-index:1; text-indent:-3000px; height:40px; background:url(http://www.australele.com/4images/data/media/3/topanim_2.gif) no-repeat  center !important; position:fixed !important; top:0px; left:0px; width:100%; _position:absolute ! important;  _left:auto}
#topbar{z-index:0; background:url(http://www.australele.com/4images/data/media/3/black.gif) no-repeat  center !important; font-size:22pt; height:40px;  position:fixed !important; top:0px; left:0px; width:100%; _position:absolute ! important; text-align:center;  _left:auto}
#topbar2{z-index:0; background:url(http://www.australele.com/4images/data/media/3/black.gif) no-repeat center !important; font-size:22pt; height:40px;  position:fixed !important; top:0px; left:0px; width:100%; _position:absolute ! important; text-align:center;  _left:auto; _visibility:hidden}
#credits{text-align:center; margin-top:30px; border-top:3px dashed green; border-bottom:3px dashed green; padding-top:15px; padding-bottom:15px}
#counter{position:relative !important; height:10px; text-align:center; font-size:12pt; padding:0; top:-23px; left:230px; color:#0f0 ! important}
#counter img{position:relative !important; top:4px}
#cImage{float:left; margin-right:30px}

#cName{font-weight:900; font-size:18pt; text-align:left; border-bottom:3px dashed green}
#cDesc{clear:right; min-height:180px;  text-align:left;  height:auto !important;  height:180px}
.sectionsTD1{background:transparent}
.sectionsTable1, .productsTable1{width:100%}
select{background-color:#000 ! important}
input{background-color:#000 ! important}
.sectionTitleText{font-size:14pt}
.productDetailTabTable{border:0px #ccc solid;  padding:0x;  border-spacing:0px;  border-collapse:collapse;   background-color:transparent; margin:20px}
.productDetailTabUnfocus{ border:2px #ccc dotted;  padding:3px;   background-color:transparent;  text-align:center}
.productDetailTabFocus{ border:2px yellow dotted;  padding:3px;   background-color:transparent;  text-align:center}
.productDetailTabExtra{border-bottom:0px #ccc solid}
.productDetailTabTextFocus{font-weight:none; font-size:9pt}
.productDetailTabTextUnFocus{font-size:9pt}

/* Ready to Buy box */
.buyBoxTable{ border:none; left:-14px; position:relative; z-index:0}
.buyBoxHeaderTD{ background-color:Transparent;  text-align:center;  padding:3px; padding-bottom:10px; border-bottom:3px green dashed}
.buyBoxHeaderText{ font-weight:bold;  color:#FFF; font-size:12pt}
.pricingTable *{background:transparent ! important; font-size:3pt! important; font-family:'arial' !important}
.pricingTable{width:100px ! important; overflow:hidden ! important}
.sizeChartHeaderTD{background:transparent}

A:active, A:visited, A:link{COLOR:#0f0 !important; TEXT-DECORATION:none}
A:hover{COLOR:#0f0 !important; TEXT-DECORATION:underline}
.sectionTitleText{color:#0f0 ! important}
.cartHeadTR, .cartTable{background:transparent ! important}

.clearfix:after{content:".";  display:block; height:0;  clear:both;  visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac */
* html .clearfix{height:1%}
.clearfix{display:block}
/* End hide from IE-mac */
.sectionsTD1, .sectionsTable2 {padding-top: 0px; vertical-align: top}