@import url("Store.css");
@import url("PromoBoxes.css");
@import url("lightbox.css");
/* CSS Document */
/* eButtonz cart css */
/* version 3 11/08/08 */


/* submit buttons on the checkout */
.eBsubmitpay {
	width: 225px;
}

/* quantity input */
.eBqtyclass {
	width: 18px;
	font-size: 10px;
	margin-left: 5px;
}

/* basket */
.baskettotal {
	color: #666699;
	width: 140px;
	font-size: 11px;
	margin-right: 5px;
}

.searchinput {
	color: #666699;
	width: 140px;
	font-size: 11px;
	margin-right: 5px;
}

/* basket hilite */
.hilitebaskettotal {
	color: #F00;
	width: 140px;
	border: 1px solid #B7CAF5;
	font-size: 11px;
	margin-right: 5px;
}

/* variants */
.eBoptclass {
	width: 157px;
	font-size: 10px;
	margin-right: 1px;
}

/* price */
.eBprice {
	font-size: 18px;
	font-weight: bold;
	color: #ED1D24;
}

/* IPR price */
.eBiprice {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}

/* on sale / Now */
.salepricelabel  {
	font-size: 12px;
	color: #185f19;
	font-weight: bold;
}

/* pre-sale label / Previously */
.oldpricelabel  {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin-right: 3px;
}

/* pre-sale label */
.oldipricelabel  {
	font-size: 12px;
	color: #0F3;
	font-weight: normal;
}


/* pre-sale price */
.oldprice {
	font-size: 14px;
	color: #999999;
	text-decoration: line-through;
	font-weight: normal;
	margin-right: 3px;
}


/* IPR sale label / Now */
.saleipricelabel  {
	font-size: 11px;
	color: #185f19;
	font-weight: bold;
	margin-right: 3px;
}

/* IPR pre-sale label / IPR Previously */
.oldipricelabel  {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin-right: 3px;
}

/* IPR pre-sale price / £ strikethru */
.oldiprice {
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
	font-weight: normal;
	xmargin-right: 3px;
}

/* Viewbasket Qty Input */
.qfield {
	width: 20px;
	margin-right: 2px;
}

/* SiteMap */
.SiteMapCategory {
	background-image: url(../image_01/bullet.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}

.SiteMapSubcategory {
	padding-left: 16px;
	line-height: 20px;
}

.SiteMapSubsubcategory {
	padding-left: 30px;
	line-height: 20px;
}

.SiteMapTable {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* CSS for Search Results Page */

/* Phrase searched for */
.eBzSearchResultsQuery {
	font-size: 20px;
	font-weight: bold;
	color: #EE1D25;
	margin-left: 5px;
}

/* Search from your browser link */
.eBzSearchResultsBrowserSearch {
	font-size: 11px;
	background-image: url(../images_folder/page_design/browser_search.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 540px;
	padding-top: 14px;
	padding-left: 167px;
}

.eBzSearchResultsBrowserSearch a{
	color: #999;
}

.eBzSearchResultsQuery A {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}

.eBzSearchResultsCount {
}

.eBzSearchResultsTable {
	width: 100%;
	font-size: 12px;
}

.eBzSearchResultsTable TD{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding: 5px;
}

.eBzSearchResultsTable TR:hover{
	background-color: #f4f8fb;
}

.eBzSearchResultsImg {
	width: 80px;
	max-height: 80px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.eBzSearchResultsDesc {
	width: 440px;
}

.eBzSearchResultsLink {
}

/* CSS for Product Directory Page */

.EBZMproductdetailsTable {
	width: 520px;
}

.EBZMproductdetailsInnerTable {
	width: 260px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.EBZMproductdetails1 {
}

.EBZMproductdetails2 {
}


.eBzeWalletTable {
	width: 650px;
}

.eBzCheckoutTable {
	width: 650px;
	background-color: #FFF;
	margin-top: 16px;
	font-size: 12px;
	padding-bottom: 40px;
	background-image: url(../eBz_images/bg_eBzCheckoutTable.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #8D8D8D;
	border-left-color: #CCC;
}

.eBzCheckoutTableTrim1 {
	background-color: #EFEFEF;
}

.eBzCheckoutTableTrim2 {
	background-color: #2e3092;
}

.PadeBzInputs {
	margin-top: 4px;
	margin-bottom: 4px;
}

.StoreLink {
	margin-left: 6px;
}