/*
  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;
	font-family: arial;
	font-size: 10px;
}
	
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 #3C312D;
     background-color:#FF8000;
     color:#000;
     text-align: left;
     text-decoration:none;
     padding: 4px;
}


.afc_question{
	color:#6A5A4D;
	text-align: center;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	font-family: arial;
	font-size: 12px;
	background-color: #C3B9A2;
	border: 1px solid #6A5A4D;
}

.afc_answer {
	background-color:#ffffff;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	border: 1px solid #6A5A4D;
}

.afc_answer_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
} 
	 
.quick_basket {
font-family : arial;
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;
}

