/**SEARCH FACILITY
********************/
#searchBox {
	/* for original Search at the top bar
	margin:0;
	padding:6px 0 0 15px;
	width:300px;
	height:34px;
	display:block;
	float:left;
	*/
	margin:0 auto;
	padding:10px;
	border:1px solid #EEE;
	width:230px;
	background:#FFF;
	text-align:center;
}
#searchBox form {
	padding:10px 5px;
	background:#E1E1E1;
}
#searchBox label {
	/* for original Search at the top bar
	padding-top:3px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	*/
	margin:0 auto 15px auto;
	width:215px;
	text-transform:uppercase;
	color:#D00;
	font-size:15px;
	font-weight:bold;
	display:block;
}
.searchBox {
	color:#666;
	background:#FFF;
	border:1px solid #CCC;
	font-size:10px;
	margin-left:3px;
}
#searchStr {
	margin-right:5px;
	border:1px solid #999;
	width:150px;
	height:20px;
	background:#FFF url('../styleImages/backgrounds/SearchBG01.gif') repeat-x;
}
.SmallTitle {
	font-size:12px;
	color:#333;
	text-transform:lowercase;
	float:left;
	margin-top:2px;
}
/**GENERAL FORM ELEMENTS
*****************************/	
form {
	margin:0;
	padding:0;
}
form#GiftCert {
	margin-left:10px;
}
input {
	vertical-align:middle;
}
.textbox {
	color:#000;
	background:#FFF url('../styleImages/backgrounds/SearchBG01.gif') repeat-x;
	border:1px solid #666;
	font-size:11px;
}
.textboxDisabled {
	color:#333;
	background:#FFF;
	border:none;
	font-size:10px;
}
.SubmitBtn {
	background:transparent url(../styleImages/icons/button.gif) no-repeat;
	width:32px;
	height:27px;
	padding:0;
	text-align:right;
	border:none;
	cursor:pointer;
}
.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 0 0 5px;
	padding:0;
}
ol {
	margin:3px 0 0 2em;
	padding:0;
}
ol li.num {
	color:#C6EADD;
}
ul li {
	list-style-position:inside;
	margin:0;
	padding:0;
}
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:#FFF;
	color:#663366;
	margin:0;
	padding:0 0 3px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}
.BlueBg {
	color:#222;
	background:#F4F4F4;
	font-size:14px;
	width:659px;
	margin:0;
	text-align:right;
	padding:6px 5px;
}
.Button a.txtButton, a.txtButton2:hover {
	margin:0;
	padding:5px;
	background:#FAFAFA;
	color:#333 !important;
	line-height:22px;
	font-size:11px !important;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none !important;
	border:1px solid #CCC;
}
.Button a.txtButton:hover {
	background:#EEE !important;
	color:#A00 !important;
	border:1px solid #900 !important;
}
a.txtButton2 {
	margin:0;
	padding:5px;
	background:#EEE;
	color:#A00 !important;
	line-height:22px;
	font-size:11px !important;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none !important;
	border:1px solid #900;
}
#ProdBuy a.txtButton:hover, a.txtButton3:hover {
	color:#CCC !important;
	border:4px solid #E4E4E4 !important;
}

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color:#FFF;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:4px solid #FFF;
}
a.txtviewCart:hover {
	border:4px solid #2B3136;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color:#FFF;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:4px solid #2B3136;
}
input.submit, #ProdBuy a.txtButton, a.txtButton3 {
	color:#FFF !important;
	background:transparent url(../styleImages/backgrounds/ButtonBg.gif) left top repeat-x !important;
	line-height:22px !important;
	font-size:12px !important;
	font-weight:bold !important;
	margin:2px 0 0 0 !important;
	padding:0 10px;
	text-transform:uppercase;
	text-decoration:none !important;
	border:4px solid #FFF !important;
}
/**PRICING STYLES
*******************/
.txtOldPrice {
	text-decoration:line-through;
}
.Sale {
	color:#32393E;
	background:#FFF;
	font-weight:bold;
}
.OutOfStock {
	color:#FF0000;
	background:#FFF;
}
.Save {
	color:#32393E;
	background:#667777;
}
/**GENERAL LINKS
*****************/
a.txtLocation {
	color:#333;
	text-decoration:none;
}
a.txtLocation:hover {
	color:#900;
	text-decoration:none;
}
a.txtLink, a.txtSelected, a.txtDefault {
	color:#800;
	text-decoration:none;
	font-weight:bold;
}
a.txtLink:hover, a.txtSelected:hover, a.txtSelected:active, a.txtDefault:hover {
	color:#555;
	text-decoration:none;
	font-weight:bold;
}
a.txtLinkPass, a.txtSelectedPass, a.txtDefaultPass {
	color:#800;
	text-decoration:underline;
	font-weight:normal;
}
a.txtLinkPass:hover, a.txtSelectedPass:hover, a.txtSelectedPass:active, a.txtDefaultPass:hover {
	color:#222;
	text-decoration:none;
	font-weight:normal;
}
/**YOUR ACCOUNT PAGE
**********************/
#Account ul {
	margin:20px;
}
#Account li {
	padding:5px 0;
	list-style-type:square;
	color:#666;
	background:#FFF;
}
#Account a {
	color:#666;
	background:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#Account a:hover {
	color:#000;
	background:#FFF;
	text-decoration:underline;
}
/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct {
	color:#333;
	padding:3px 0;
	margin:0;
}
.BasketProduct p {
	padding:0;
	margin:0 5px 0 10px;
	line-height:20px;
}
.BasketProduct a {
	color:#666;
}
.BasketProduct a:hover {
	color:#000;
	text-decoration:none;
}
.BasketProduct span {
	float:right;
	margin:-21px 0 0 0;
	padding:0;
	color:#333;
}
.BasketProduct span .icon {
	padding-top:4px;
}
#BasketItems {
	margin:0 5px;
	padding:3px 5px;
	border-top:1px dotted #FFF;
	color:#333;
	font-weight:bold;
	text-align:right;
}
.TotalItems {
	color:#A00;
	font-weight:normal;
}
#BasketTotal {
	color:#333;
	margin:0 5px;
	padding:3px 5px 15px 0;
	font-weight:bold;
	text-align:right;
}
.TotalPrice {
	color:#A00;
	font-weight:normal;
}
#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:#FFF;
	color:#663366;
	margin:0;
	padding:0 20px 3px 0px;
	text-decoration:none;
}
/**VIEW CART PAGES
********************/
#CartView {
	padding:3px;
	margin-bottom:5px;
	margin-top:0;
	position:relative;
	z-index:1;
}
form#cart {
	padding-right:5px;
	margin-bottom:20px;
}
#cartTable {
	margin-bottom:20px;
}
.cartProgress {
	color:#666;
	background:#FFF;
	padding:4px;
	border:1px solid #CCC;
	width:350px;
	margin:20px auto;
	text-align:center;
	font-size:12px;
}
.txtcartProgressCurrent {
	color:#900;
	background:#FFF;
	font-weight:bold;
	font-size:15px;
}
.quickBuy {
	text-align:center;
	color:#333;
	background:#FFF;
	padding:4px 0;
	width:87%;
	margin:0 auto 10px;
}
.tdcartTitle {
	padding:5px;
	font-weight:bold;
	color:#000;
	background:#F4F4F4;
}
.tdcartEven {
	background:#FFF;
	color:#333;
	border-bottom:1px dotted #CCC;
	border-top:1px dotted #CCC;
}
.tdcartOdd {
	background:#FFF;
	color:#333;
}
.tdCartSubTotal {
	padding-top:10px;
	border-top:1px solid #CCC;
}
.txtStockWarn {
	color:#FF4600;
}
.dropDown {
	width:100px;
	background-color:#FFF;
	border:1px solid #CCC;
	font-size:12px;
	color:#B00;
}
/**STEP ONE PAGE
******************/
.InfoBox {
	padding:10px 0;
	margin:20px 0px 10px;
	border-top:1px solid #CCC;
}
.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:#333;
	background:#F4F4F4;
}
#ViewOrders .tdcartEven {
	background:#EEE;
	color:#333;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
}
#ViewOrders a {
	color:#03F;
	text-decoration:underline;
}
#ViewOrders a:hover {
	color:#000;
	text-decoration:none;
}
/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align:center;
	padding-top:5px;
	color:#FFF;
	background:#32393E;
	font-size:11px;
}
a.txtCopyright:hover {
	text-decoration:none;
}
/**MISCELLANEOUS 
******************/
.txtError {
	font-weight:bold;
	color:#F00;
	background:#F5F5F5;
	border:1px solid #A00;
	padding:10px 0;
	width:90%;
	text-align:center;
}
.txtOutOfStock {
	color:#F00;
	font-weight:bold;
	font-size:80%;
}
#shipping-select {
	width:110px;
}
/**SWS Sitemap 
******************/
ul.sitemap, li.sitemap {
	margin: 0px 0px 0px 10px;
}
