/*
  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;
}


.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;
    display: none;
}

.afc_answer_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;
display: none;
}

.quick_basket_answer_content {
padding:1px;	
position:relative;
}
