/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 2765 2006-01-01 21:15:45Z birdbrain $
 */


#sidebox {
}

#sidebox-attributes {
}

.back {
	float: left;
}

input.attributeImageSelected {
	border: 2px solid #666;
	padding: 2px;
	font-weight: bold;
	margin: 0px;
}

input.attributeImage {
	border: 1px solid #666;
	padding: 2px;
	font-weight: bold;
	margin: 1px;
}

div.attributeImageSelected, div.attributeImage {
	margin: 0;
	padding: 0;
}

h4.optionName {
	width: 6em;
	font-size: 110%;
	line-height: 120%;
	margin-top: .2em;
}

.optionValues {
	margin: 0 0 0 0;
}

div#product-info {
	margin-top: 0;
}

#productMainImage {
}

#productName {
	margin: 1em 0;
	font-weight: bold;
	font-size: 120%;
}

#productPrice {
	margin: 1em 0 0 0;
	font-weight: bold;
}

#productPoints ul {
	margin: 1em 0;
	padding: 0 1em;
}

#productPoints li {
	margin: 0;
	padding: 0;
}