/**
 * Additional CSS stylesheet v. 1.0.
 * This file is part of the Additional images relocated with CSS contribution to Zen Cart.
 * This stylesheet works as an add-on to the main stylesheet.
 * It contains the stylesheet declarations needed to display additional images relocated below
 * the main product image.
 * The authors recommend that instead of keeping this stylesheet, you just copy-and-paste its contents
 * into your main stylesheet, comments included.
 * Authors: ckosloff & gjh42
 * July 27, 2007
 * Amended by Derek Jennings
 */

.attributeswrapper {
	float: left;
	width: 45%;
	padding: 1%;
	min-width: 23em;
	}

.additionalImages  img{
	text-decoration:none;
	float:left;
	width:auto;
	height:80px;
	padding:2px;

	background:#fff;
}

.additionalImagesBlock {
	display: block;

	height: 140px;
}

.additionalImages img:hover {
	border: 1px solid black;
	padding: 1px;
	}

#productAttributes { 
	border: 1px solid #9a9a9a;
	padding: 0 1em;
	margin: 1em 0;
	display: block;
}

.attribImg img { 

	}

h4.optionName, .attribsCheckbox, .attribsRadioButton { padding-right: 1em; }


.permitted {
	height: 65px;
	width:160px;
	padding:	10px;
	-moz-border-radius: 15px;
	border-radius: 20px;
	font-weight: bold;
	color:	#3366cc;
	border: 2px solid black; 
	-moz-box-shadow: inset 5px 5px 7px #888;
	box-shadow: inset 5px 5px 7px #888;
	font-size: 1.5em;
	position: absolute;
	top: 18em;
	right: 10%;
	background-color: #ffffcc;
}

