/**
* Additional CSS Stylesheet
*
* @copyright Copyright 2009 Glenn Herbert
* @copyright Portions Copyright 2003-2006 Zen Cart Development Team
* @license http://www.gnu.org/licenses/ GNU Public License V3.0
* @version $Id: stylesheet_flexible_attributes.css  $
* for Flexible Attributes by Glenn Herbert (gjh42)  20091228
 
example stylesheet for a set of product attributes
These are samples of the kinds of styling you may want to apply to various kinds of elements.
Adjust as required. Comment out any that are not useful to you.
For attributes of a single product, you can save this file as p_##.css where ## is the product id.

attribute layout*/
.wrapperAttribsOptions LABEL
{

	font-size:19.5px;
	color:#EA5220;
}

.wrapperAttribsOptions LABEL.filt-item-label {
   color: #000;
   font-size: 12px;
}
/*make "label" elements match other text*/
H3#attribsOptionsText
{
	display: none;
}
/*hide the "Please Choose:" heading*/
H4.optionName
{
	min-width: 120px;
	font-weight: normal;
}
.wrapperAttribsOptions + BR.clearBoth
{
	display: none;
}
/*allow floated attributes to sit side by side if desired*/
#wAttrib-11
{
	clear: left;
	float: left;
}
#wAttrib-12
{
	float: left;
}
/*this will sit beside #wAttrib-11*/
#wAttrib-13
{
	clear: left;
}
/*this will sit on a new line*/
#wAttrib-14 H4
{
	display: none;
}
#wAttrib-15 H3
{
	font-size: 1em;
	font-weight: normal;
}
/*make comments above attribute like standard text*/
#wAttrib-35 .attribsOptions
{
	display: none;
}
/*for a read-only attribute to hide all but comments*/
