/* Photo sidebar */
/* ------------- */

#product-photo
{
	float: right;
	width: 300px;
	margin: 20px -10px 20px 20px;
	text-align: center;
}

#product-lightbox
{
    margin: 0.5em 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
#product-lightbox li { display: inline; }

#product-lightbox img,
#product-photo-main img
{
    padding: 9px;
    background-color: white;
    border: 1px solid #cdcfcd;
}
#product-lightbox a:hover img,
#product-photo-main a:hover img
{
    /* Cheap attempt to match lightbox appearance */
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}

/* Not currently used - size chart link now lives in ordering box instead
#product-sizetable
{
    padding: 0.25em 10px 0.5em;
    display: table;
    display: inline-block;
    background: #e6e6e6 url("../img/black_fade_reversed_opaque.png") 0 100% repeat-x;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
*/

#manufacturer-logo  { margin-top: 1em; }

#manufacturer-details h3 img            { max-width: 100%; }
* html #manufacturer-details h3 img     { width: 100%; }


/* Price and ordering box */
/* ---------------------- */

/* Box */

#product-purchase
{
	border: 2px solid #f6f6f6;
	/* background-color: #dedede; */
	background: #e6e6e6 url("../img/black_fade_reversed_opaque.png") repeat-x;
	color: #c30027;
	
	clear: both;
	overflow: hidden; /* Clear contained floats */

	padding: 8px 18px;
	margin: 3em 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* Price */

#product-price
{
	float: left;
	width: 200px;
}
#product-price .current-price	{ font-size: 2.3em; line-height: 1; display: block; }
#product-price del				{ display: block; font-size: 1em; text-decoration: none; margin-top: 0.5em; }


/* Order form */

#product-order
{
	float: right;
	width: 270px;
}
#product-order p
{
    margin: 0;
    clear: both;
    line-height: 2;	/* KLUDGE: helps line labels up with the inputs and selects alongside them */
}
#product-order *	{ vertical-align: text-bottom; }
#product-order label
{
	float: left;
	width: 110px;
	margin-left: -120px;
	
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
#product-order input,
#product-order select	{ float: left; max-width: 95%; }

/* When there's a size-chart link, fix the width of form elements to avoid wrapping it */
#product-order.with-size-chart select { width: 180px; margin-right: 1em; }
#product-order #id_quantity			  { width: 40px; }

/* When there's only a single field in the form, we collapse the labels into the main form instead */
#product-order.single-product label	{ margin-left: 0; margin-right: 0.5em; width: auto; }

#product-order .add-to-cart			{ clear: none; text-align: right; }
#product-order .add-to-cart input	{ float: none; }

/* Visually center the not-available warning */
#product-order .not-available	{ padding: 10px; }


/* Model property list */
/* ------------------- */

#tech-specs table
{
	color: #626262;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #cdcfcd;
    margin: 20px 0;
}

#tech-specs,
#product-tag-cloud  { clear: none; }

#tech-specs table,
#product-tag-cloud  { width: 290px; }

#tech-specs table   { float: left; }
#product-tag-cloud  { float: right; }

#tech-specs th,
#tech-specs td
{
    vertical-align: baseline; 
	border-top: 1px solid #cdcfcd;
	padding: 3px 10px;
}
#tech-specs th	{ background-color: #f9f9f9; width: 120px; }

#product-tag-cloud p
{
    background-color: #d2d2d0;
	padding: 10px;
	margin: 20px 0;
}