a, a:active, a:visited {
	color:#fc0;
}
a:hover {
	color:#fff;
}

/**SEARCH FACILITY
********************/
.searchBox {
	color:#666;
	background:#fff;
	border:1px solid #ccc;
	font-size:10px;
	margin-left:3px;
	width: 110px;
}
#searchStr {
	margin-right:20px;
	width:110px;
}
.SmallTitle {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	float:left;
	margin-top:2px;
}
/**GENERAL FORM ELEMENTS
*****************************/	
form {
	margin:0px;
	padding:0px;
}
form#GiftCert {
	margin-left:10px;
}
input {
	vertical-align:middle;
}
.textbox {
	color:#666;
	background:#fff;
	border:1px solid #ccc;
	font-size:10px;
}
input#email {
	margin-left:10px;
	width:110px;
}
.textboxDisabled {
	color:#333;
	background:#999;
	border:1px dashed #ccc;
	font-size:10px;
}
/*GSD
	.SubmitBtn {
	background:transparent url(../images/icons/button.gif) no-repeat;
	height:17px;
	width:17px;
	padding:0;
	text-align:right;
	float:right;
	border:none;
	display:block;
	cursor:pointer;
}
*/
.AddBtn {
	background:transparent url(../images/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:#c6eadd;
	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:8px 0 0 12px;
}
li.bulletLrg {
	list-style-type:square;
}
/**GENERAL BUTTONS
*******************/
.UpDateBtn {
	background-image:url(../images/icons/Rtbutton.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#fff;
	color:#636;
	margin:0;
	padding:0 0 3px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}
.BlueBg {
	color:#fff;
	font-size:14px;
	width:100%;
	margin:0px;
	text-align:right;
	padding:6px 5px 6px 5px;
}
a.txtButton {
	background:#fc2;
	color:#000;
	line-height:22px;
	font-size:16px;
	margin:20px 0 0 8px;
	text-transform:uppercase;
	text-decoration:none;
	border-top:1px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:1px solid #000;
}
a.txtButton:hover {
	background:#fff;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color:#000;
	background:#fc2;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border-top:1px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:1px solid #000;
}
a.txtviewCart:hover {
	background:#fff;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color:#fff;
	background-image:url(../images/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;
}
.submit {
	color:#000;
	background:#fc0;
	line-height:14px;
	font-size:12px;
	padding:3px 3px 0;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border-top:1px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-left:1px solid #000;
}
/**PRICING STYLES
*******************/
.txtOldPrice {
	text-decoration:line-through;
	color:#f00;
}
.Sale {
	color:#fff;
}
.OutOfStock {
	color:#f00;
	background:#fff;
}
.Save {
	color:#fff;
	font-weight:bold;
}
/**GENERAL LINKS
*****************/
a.txtLocation {
	font-size:11px;
	color:#fc0;
	text-decoration:none;
}
a.txtLocation:hover {
	color:#fff;
	text-decoration:none;
}
a.txtLink, a.txtSelected, a.txtDefault {
	color:#fc0;
	text-decoration:none;
	border-bottom:1px dotted #fc0;
	font-weight:bold;
}
a.txtLink:hover, a.txtSelected:hover, a.txtSelected:active, a.txtDefault:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	font-weight:bold;
}
a.txtLinkPass, a.txtSelectedPass, a.txtDefaultPass {
	color:#fc0;
	text-decoration:none;
	border-bottom:1px dotted #fc0;
	font-weight:normal;
}
a.txtLinkPass:hover, a.txtSelectedPass:hover, a.txtSelectedPass:active, a.txtDefaultPass:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px dotted #fff;
}
/**YOUR ACCOUNT PAGE
**********************/
#Account ul {
	margin:20px;
}
#Account li {
	list-style-type:square;
	color:#677;
	background:#fff;
}
#Account a {
	color:#677;
	background:#fff;
	font-weight:bold;
	text-decoration:none;
}
#Account a:hover {
	color:#9bbfb2;
	background:#fff;
}
/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct {
	color:#fff;
	padding:4px 16px;
	margin:0px;
	line-height:20px;
}
.BasketProduct p {
	padding:0px;
	margin:0px 5px 0px 0px;
}
.BasketProduct span {
	float:right;
	margin:0px;
	padding:0px;
	color:#fff;
}
.BasketProduct span .icon {
	padding-top:4px;
}
#BasketItems {
	margin:4px 0;
	padding:4px 16px 4px 16px;
	border-top:1px dotted #fff;
	color:#fff;
}
.TotalItems {
	text-align:right;
	float:right;
	margin:4px 0 4px 12px;
	color:#fff;
	font-weight:bold;
}
#BasketTotal {
	color:#fff;
	margin-bottom:10px;
	padding-left:16px;
}
.TotalPrice {
	text-align:right;
	float:right;
	margin:0 16px 0 0;
	padding:0;
	color:#fff;
	font-weight:bold;
}
#BasketView {
	text-align:left;
	margin-top:10px;
	font-size:12px;
}
a.BasketBtn, a.BasketBtn:hover {
	background-image:url(../images/icons/button.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#fff;
	color:#636;
	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:#ccc;
	background:#000;
	padding:4px;
	border:1px dotted #999;
	width:350px;
	margin:20px auto;
	text-align:center;
}
.txtcartProgressCurrent {
	color:#fc0;
	font-weight:bold;
}
.quickBuy {
	text-align:center;
	color:#f1f1f1;
	padding:4px 0;
	width:87%;
	margin:0 auto 10px;
}
.tdcartTitle {
	font-weight:bold;
	color:#fff;
	background:#000;
}
.tdcartEven {
	background:#262626;
	color:#f1f1f1;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}
.tdcartOdd {
	background:#333;
	color:#f1f1f1;
}
.tdCartSubTotal {
	padding-top:10px;
	border-top:1px solid #ccc;
}
.txtStockWarn {
	color:#ff4600;
}
.dropDown {
	width:100px;
	background-color:#fff;
	border:1px solid #ccc;
	font-size:9px;
	color:#333;
}
/**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:#fff;
	background:#a5c9bc;
}
#ViewOrders .tdcartEven {
	background:#9bbfb2;
	color:#fff;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#ViewOrders a {
	color:#fff;
	text-decoration:underline;
}
#ViewOrders a:hover {
	color:#c6eadd;
	text-decoration:none;
}
/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align:center;
	padding:12px 0;
	color:#666;
	background:#000;
	font-size:11px;
}
a.txtCopyright:hover {
	text-decoration:none;
}
/**MISCELLANEOUS 
******************/
.txtError {
	font-weight:bold;
	color:#050f72;
	background:#ffcece;
	border:1px solid #f00;
	padding:2px;
}
.txtOutOfStock {
	color:#f00;
	font-size:75%;
}
#shipping-select {
	width:110px;
}
.tdcartTitle {
	padding-top:6px;
	padding-bottom:6px;
}
.month {
	font-size:18px;
	font-style:italic;
	text-align:right;
	padding:0 42px 0 0;
}
