form {
	margin: 0;
}
#products {
	margin: 15px auto;
}
#products .product {
	overflow: hidden;
}
#products .price {
	color: black;
	font: 17px/20px Georgia, Tahoma, sans-serif;
}
#products .price .regular,
#products .price .regular span {
	font-weight: normal;
}
#products .qty input.text {
	font-size: 10px;
	width: 20px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
}
#products .controls {
	white-space: nowrap;
}
#products .product .footer,
#products .product .data,
#products .product .title {
	padding: 1ex;
	box-sizing: border-box; /* instead of creating extra divs for padding */
	-moz-box-sizing: border-box;
}
#products .product .footer {
	*width: 100%;
}
#products .product .title .close {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
#products .expanded .title .close {
	display: block;
}
#products .product {
	float: left;
	width: 33%;
}
#products .from {
	position: absolute;
	font-family: Verdana;
	margin-top: -12px;
	margin-left: -3px;
	font-size: 9px;
}
#products .controls {
	display: none;
}

#products .expanding .controls,
#products .expanded .controls {
	display: block;
}

#products .thumbnails {
	width: 24px;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* IE 5.5+*/
	-moz-opacity: 0.4; /* Mozilla 1.6 and older */
	-khtml-opacity: 0.4; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.4; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
#products .thumbnails img {
	float: left;
	display: block;
	margin: 3px 1px;
	border: 1px solid transparent;
	padding: 2px;
}
#products .thumbnails .selected {
	border: 1px solid silver;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#products .data .info {
	margin: 0;
	width: 200px; /* this will be re-calculated by JS, need here to be correcy looking on page load (or when JS=off) */
	position: relative;
	visibility: hidden;
}
#products .expanded .data .info,
#products .collapsing .data .info,
#products .expanding .data .info {
	visibility: visible;
}
#products .title {
	background-image: url(../images/product_border_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	width: auto;
}
#products h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#products h2 a {
	display: block;
	width: 175px;
}
#products .product .title {
	padding-left: 2ex;
}
.data {
	background: #FFF url(../images/product_border_bottom.gif) top left no-repeat;
}
.footer {
	background: #FFF url(../images/product_border_bottom.gif) bottom left no-repeat;
}
#products .preview {
	width: 140px;
	margin-right: 10px;
	text-align: center;
	position: relative;
}
#products .row {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 1ex auto;
}
#products .data select {
	width: 100%;
}

#products .info .description {
	margin: 1ex auto;
	display: block;
	overflow: hidden;
	position: relative;
}
#products .info a.description {
	text-decoration: none;
}
#products .info a.description:hover {
	text-decoration: underline;
	color: #000;
}
#products .info .variants table {
	width: 100%;
}

div.clear {
	font-size: 0;
	clear: both;
}
.noprice {
	color: #CC0000;
	margin: 0;
}

.featuredBoxTable {
	margin: 2ex auto;
}
