/*
  AFCommerce Main Style Sheet File
  File Name: style.css, v 3.1
  Author: Patrick Ferlazzo, AmazingFlash.com
  Author: Paul Crinigan, AmazingFlash.com

  AFCommerce, Amazing Flash Commerce Solutions
  http://www.afcommerce.com

  Copyright (c) 2004 - 2007 AFCommerce

  AFCommerce is Released under the AFCommerce Free Public License Agreement
  AFCommerce Upgrades are Released under the Amazing Flash Software License
*/


.quickviewdescription {
font-size : 15px;
font-weight: bold;
color : #000044;
}
	 
.errorclass {
font-size : 15px;
font-weight: bold;
color : #ff0000;
}



/* position tool tip  */
a.getcategory {
     position:relative; /* this is the key */
     z-index:24; 
     text-decoration:none;
}
	
A.getcategory:visited {
     position:relative; 
     z-index:24; 
     text-decoration:none;
}

a.getcategory:hover { 
     z-index:25;
     text-decoration:none;  
	 }

a.getcategory span { display: none; }

/* the span will display just on :hover state */

a.getcategory:hover span{
     display:block;
     position:absolute;
     top:25px;
     left:0px;
	 width:400px;
     border:4px solid #000000;
     background-color:#FF8000;
     color:#000;
     text-align: left;
     text-decoration:none;
     padding: 4px;
}


.afc_question{
	color:#FFF;
	background-color:#317082;
	text-align: center;
	height:20px;	
	overflow:hidden;
	cursor:pointer;
}

.afc_answer {
	border:1px solid #317082;
	background-color:#E2EBED;	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}

.afc_answer_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
}


.afc_newaccountq{
	color:#000;
	background-color:#FFF;
	text-align: center;
	height:28px;	
	overflow:hidden;
	cursor:pointer;
}

.afc_newaccounta {
	border:1px solid #317082;
	background-color:#eeeeee;	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}

.afc_newaccounta_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
} 
	 
.quick_basket {
font-family : Verdana, Arial, sans-serif;
font-size : 11px; font-weight: bold;
} 

.quick_basket_question {
color:#000066;
font-size : 10px; font-weight: bold;
text-align: left;
height:15px;	
overflow:hidden;
cursor:pointer;
}

.quick_basket_answer {
font-size : 11px; font-weight: bold;
border:1px solid #317082;
background-color:#eeeeee;	
visibility:hidden;
height:0px;
overflow:hidden;
position:relative;
}

.quick_basket_answer_content {
padding:1px;	
position:relative;
}


// custom product pages - paul
a.highlightlink:link { font-size : 14px; color: #000077; text-decoration: none}
a.highlightlink:visited { font-size : 14px; color: #000077; text-decoration: none}
a.highlightlink:hover { font-size : 14px; color: #ff0000; text-decoration: underline}
a.highlightlink:active { font-size : 14px; color: #000077; text-decoration: underline}

.customproddescript {
font-family : Arial, sans-serif, Verdana;
font-size : 14px;
font-weight: bold;
}

.customproddescripthighlight {
padding: 0px;
font-family: Arial, sans-serif, Verdana;
font-size : 16px;
font-weight: bold;
color: #0000aa;
}



