/* ******************************************************************************************* */
/* ProductsShop CSS file for Universal Essences                                              */
/*                                                                                             */
/* Author:      Stuart Smale                                                                   */
/* Created:     June 2007                                                                      */
/*                                                                                             */
/* Last Edited: June 2007                                                                      */
/* Reason:      New CSS file                                                                   */
/* ******************************************************************************************* */

.specials {
	border: 1px solid #6B237C;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
}

h2 {
	margin-top: 20px;
}	

.rangeheader {
	width: 96%;	
	background-color:#F2E6F4;
	border-left: 6px solid #5F0172;
	border-right: 1px solid #5F0172;
	margin-bottom:2px;
	margin-top:2px;
	padding:4px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
	
.rangedetail {	/* Parent box of slide down content */
	width: 98%;
	border: 1px solid #64027A;
	background-color: #FFFFCC;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}

.rangedetail_content {	/* Content that is slided down */
	padding: 1px;
	position: relative;
}

#pricesummary th {
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px thick #6B237C;
	vertical-align: top;
}

#pricesummary td {
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
	border-bottom: 1px dotted #6B237C; 
}

.newtag {
	background: url(../images/new.gif) left center no-repeat;
	float: left;
	padding-left: 75px;
	padding-top: 10px;
	height: 30px;
}
