/**SEARCH FACILITY
********************/
.searchBox {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin-left:3px; 
	}

#searchStr {
	margin-right:20px;
	width:110px;
	}

.SmallTitle  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: none; 
	float:left;
	margin-top:10px;
	}

/**GENERAL FORM ELEMENTS
*****************************/	
form {margin: 0px;padding: 0px;}
form#GiftCert {	margin-left:10px;}
input { vertical-align: middle;}
.textbox {
	color: #666666;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background:#fff url(../styleImages/backgrounds/fieldbg.gif) repeat-x top;
	}

.textboxb {
	color: #666666;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background:#fff url(../styleImages/backgrounds/fieldbg.gif) repeat-x top;
	width: 90%;
	}
input#email {margin-left:0px;width:150px;}

.textboxDisabled {
	color: #fff;
	background: #FFFFFF;
	border: none;
	font-size: 12px;
	}

.SubmitBtno1 {
	background:transparent url(../styleImages/icons/headfunk-submit1.jpg) no-repeat;
	height: 29px;
	width: 66px;
	padding:10px;
	margin:0 auto;
	border:none;
	display:block;
	cursor: pointer;
	text-align:center;
	}
	
.SubmitBtn3 {
	background:transparent url(../styleImages/buttons/btn3small.jpg)  no-repeat;
	height: 22px;
	width: 73px;
	padding:4px;
	margin:0 auto;
	border:none;
	display:block;
	cursor: pointer;
	text-align:center;
	color:  #fff ;
	font-weight: bold;
	font-size: 11px;
	}

.returnlink {
text-align: left;
color: #CCCCCC;
float: left;
text-decoration: none;
}

.nextlink {
color: #CCCCCC;
text-decoration: none;
}

.AddBtn {
	background:transparent url(../styleImages/icons/add.gif) no-repeat;
	height: 17px;
	width:17px;
	padding:0;
	margin:-17px 0 0 0;
	text-align:right;
	float:right;
	border:none;
	display:block;
	cursor: pointer;
	}


/**GENERAL LIST STYLING
**************************/
ul {margin: 3px 0px 0px 5px;padding: 0px;}
ol {margin: 3px 0px 0px 30px;padding: 0px;}
ol li.num {color: #f90;list-style-type:outside;}
ul li {list-style-position: inside;margin: 0px;padding: 0px;}
li.bullet {list-style-type: square;}
li.nobullet {list-style-type:none;margin-left:0;}
li.bulletLrg {list-style-type: square;}


/**GENERAL BUTTONS
*******************/
.UpDateBtn {	
	background-image:url(../styleImages/icons/Rtbutton.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#FFFFFF;
	color: #663366;
	margin:0;
	padding:0 0 3px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	}

.BlueBg {
	color: #ffffff;
	background: #000;
	font-size:14px;
	width:100%;
	margin:0px;
	text-align: right;
	padding:6px 5px 6px 5px;
	}

a.buyme {
background:url(../styleImages/backgrounds/headfunk-buyme1.jpg) top left no-repeat;
display:block;
width: 219px;
height: 75px;
}
a.txtButtono {
	color: #FFFFFF;
	xbackground-image:  url(../styleImages/backgrounds/xButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	background-color:#FF0000;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px;
	text-transform:uppercase;
	text-decoration:none;
	border:4px solid #FFFFFF;
	}

a.txtButtono:hover {
	color: #fd6;
	}
	
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	xbackground-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	background-color:#FF0000;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:4px solid #FFFFFF;
}
a.txtviewCart:hover {
	border:4px solid #f90;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	xbackground-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	background-color:#FF0000;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:4px solid #fff;
}
	
.submit {
	color: #FFFFFF;
	xbackground-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	background-color:#FF0000;
	line-height:14px;
	font-size:12px;
	padding:3px 3px 0;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:4px solid #FFFFFF;
	}


/**PRICING STYLES
*******************/
.txtOldPrice {text-decoration:line-through;}
.Sale {color:#f90;background:#000;}
.OutOfStock {color:#f90;background:#000;}
.Save {color:#32393E; background: #000;}


/**GENERAL LINKS
*****************/
a.txtLocation {
	color: #ccc;
	background:#000;
	text-decoration:none;
	}

a.txtLocation:hover {
	color: #f90;
	background: #000;
	text-decoration:none;
	}

a.txtLink, a.txtSelected, a.txtDefault {
	color: #fff;
	background: #000;
	text-decoration:none;
	font-weight:bold;
	}

a.txtLink:hover, a.txtSelected:hover, 
a.txtSelected:active, a.txtDefault:hover {
	color: #f90;
	background: #000;
	text-decoration:none;
	font-weight:bold;
	}

a.txtLinkPass, a.txtSelectedPass, a.txtDefaultPass {
	font-weight:bold;
	font-size:12px;
	color:#ccc;
	text-decoration:none;
	}

a.txtLinkPass:hover, a.txtSelectedPass:hover, 
a.txtSelectedPass:active, a.txtDefaultPass:hover {
	color: #f90;
	text-decoration:none;
	}

/**YOUR ACCOUNT PAGE
**********************/
#Account ul {margin:20px;}
#Account li {
	list-style-type: square;
	color: #ccc;
	background:#000;
	}

#Account a {
	color: #fff;
	background:#000;
	font-weight:bold;
	text-decoration:none;
	}

#Account a:hover {
	color: #f90;
	background: #000;
	}


/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct {
	color: #FFFFFF;
	padding: 3px 0px;
	margin: 0px;
	line-height: 20px;
}

.BasketProduct p {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.BasketProduct span {
	float: right;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}



.BasketProduct span .icon {padding-top:4px;}

#BasketItems{
	margin: 3px 0px;
	padding: 3px 5px 0px;
	color: #FFFFFF;
}

.TotalItems{
	text-align:right;
	margin-left: 5px 0px 0;
	color: #FFFFFF;
	font-weight:bold;
	}

#BasketTotal{
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 5px;
	}


.TotalPrice{
	text-align:right;
	float:right;
	margin: 0px 5px 0px 0;
	padding: 0px;
	color: #FFFFFF;
	font-weight:bold;
	}

#BasketView {
	text-align: left; 
	margin-top:10px;
	font-size:12px;
	}

a.BasketBtn, a.BasketBtn:hover {
	background-image:url(../styleImages/icons/button.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#000;
	color: #f90;
	margin:0;
	padding:0 20px 3px 0px;
	text-decoration:none;
	}


/**VIEW CART PAGES
********************/
#CartView {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}
	
form#cart {
	padding-right:5px;
	margin-bottom:20px;
	}

#cartTable {
	margin-bottom:20px;
	}


.cartProgress {
	color: #ddd;
	background: #000;
	padding: 4px;
	border: 1px solid #999;
	width: 350px;
	margin:10px auto;
	text-align:center;
	text-transform:uppercase;
	}

.txtcartProgressCurrent {
	color: #f90;
	background: #000;
	font-weight: bold;
	}

.quickBuy {
	text-align: center;
	color: #fff;
	background:#000;
 	padding: 4px 0;
	width:87%;
	margin:0 auto 10px;
	}
	
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background:#000; 
	}


.tdcartEven {
	background:#000; 
	color: #ddd;
	border-top: 1px solid #999;
	}

.tdcartOdd {
	background: #000;
	color: #ddd;
	border-top: 1px solid #999;
	}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	}

.txtStockWarn {color: #FF4600;}

.dropDown {
	width: 100px;
	background-color: #000;
	border: 1px solid #CCCCCC;
	font-size: 9px;
	color: #ddd;
	}

/**STEP ONE PAGE
******************/
.InfoBox{
	padding: 10px 0;
	margin: 20px 0px 10px;
	border-top: 1px solid #CCCCCC;
	}

.InfoBox .BlueBg {height:30px;}

.InfoBox .BlueBg .Button {
	float:right;
	text-indent:0;
	margin-top:-20px;
	}

.Heading {
	text-transform:uppercase; 
	font-weight:bold; 
	padding-left:10px;
	text-align:left;
	}

.HeadingHalf {
	text-transform:uppercase; 
	font-weight:normal; 
	padding-left:10px;
	text-align:left;
	float:left;
	}


/**EDIT INVOICE PAGE
**********************/
#EditInvoice {margin-bottom:20px;}
#EditInvoice td.nudge80 {padding-left:80px;}


/**PERSONAL PROFILE PAGE
************************/
#Profile {margin:10px auto;}



/**VIEW ORDERS
*****************/
#ViewOrders {margin-bottom:15px;}
#ViewOrdersInfo {margin-bottom:25px;}
#ViewOrdersInfo ol {margin-left:20px;}
#ViewOrdersInfo ol li {list-style-position:outside;}
#ViewOrders .tdcartOdd {color: #FFFFFF;background: #555;}
#ViewOrders .tdcartEven {
	background: #000;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
#ViewOrders a {color:#FFFFFF; text-decoration:underline;}
#ViewOrders a:hover {color: #f90; text-decoration:none;}

/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	background:#000;
	font-size:11px;
	}

a.txtCopyright:hover {text-decoration: none;}


/**MISCELLANEOUS 
******************/
.txtError {
	font-weight: bold;
	color: #ff0;
	background: #000;
	border: 1px solid #FF0000;
	padding: 2px;
	}


.txtOutOfStock {
	color: #FF0000;
	font-size: 75%;
}

#shipping-select {
	width: 110px;
}

.sep1 { color:#bbb; margin: 2px 10px;}


/*---------------------------------
  Social Bookmarks by Electric Studio, http;//www.electricstudio.co.uk
----------------------------------*/
.bookmarkHolder {
	position:relative;
	bottom:18px;
	right:0;
	margin:0 auto;
	width:550px;
}
.bookmarkButton {
	float:right;
	width:40px;
	text-align:right;
}
.bookmarkLinks {
	border:solid 2px #D20000;
	background-color:#fff;
	padding:10px;
	width:100px;
	display: none;
	position:absolute;
	bottom:0;
	right:0;
}
.bookmarkLinksInline {
	padding:0 0 15px 0;
}
.bookmarkLinks p, .bookmarkLinksInline p {
	color: #CCCCCC;
	margin:0;
	padding:0 0 6px 0;
}
.bookmarkLinks ul, .bookmarkLinksInline ul{
	list-style:none;
	margin:0;
	padding:0;
}
.bookmarkLinks ul li{
	text-align:left;
	padding:2px 4px 8px 0 ;
}
.bookmarkLinksInline ul li{
	text-align:left;
	float:right;
	padding:2px 0px 8px 0 ;
	height: 20px;
}
ul li.delicious {
	background:url("../styleImages/backgrounds/delicious.png") no-repeat 0 0;
}
ul li.digg {
	background:url("../styleImages/backgrounds/digg.png") no-repeat 0 0;
}
ul li.reddit {
	background:url("../styleImages/backgrounds/reddit.png") no-repeat 0 0;
}
ul li.facebook {
	background:url("../styleImages/backgrounds/facebook.png") no-repeat 0 0;
}
ul li.stumbleupon {
	background:url("../styleImages/backgrounds/stumbleupon.png") no-repeat 0 0
}
ul li.sphinn {
	background:url("../styleImages/backgrounds/sphinn.png") no-repeat 0 0
}
ul li.google {
	background:url("../styleImages/backgrounds/google.png") no-repeat 0 0
}
ul li.mixx {
	background:url("../styleImages/backgrounds/mixx.png") no-repeat 0 0
}
.bookmarkLinksInline ul li a, .bookmarkLinks ul li a {
	padding:0 10px 0 10px;
	width: 20px;
	height: 20px;
	margin:0 0 0 0px;
	color: #000;
	text-decoration:none;
}


.ecotreetxt {
font-size:18px;
letter-spacing: 4px;
border: #CCCCCC 1px solid;
padding: 3px;
}