
/* 
 * Set min-height for bodyContainer.
 * Technique taken from :
 * http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/
 *
 */


/* for Mozilla/Safari/Opera */
*>div#content {
/* padding-top: 260px;*/
 min-height: 1px;
}


*>div#navbar-checkout-middle li a {color:#AFAFAF!important}


div.weddings-page div#content {
	padding-top:0px;
}

*>div#content div#content-body {
/* margin-top: -260px;*/
}

/* for IE, with IE5/Mac backslash filter \*/
* html div#content {
/* height: 260px;*/
}
/* end filter */
/* end min height technique */



*>div.product-detail-page div.buy-panel-middle {
 /*
 padding-top: 395px;
 */
	padding-top:322px;
 	min-height: 1px;
 	background:#202021;
 	margin-bottom:10px;
 
}
*>div.product-detail-page div.buy-panel-content {
/*
 margin-top: -395px;
*/
	margin-top:-322px;
}
* html div.product-detail-page div.buy-panel-middle {
 height: 395px;
}





* html div#container { overflow: hidden; }
