html, body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #620eb8;
	text-decoration: none;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}

.searchBtn {
	color: #FFFFFF;
	background-color: #9883ef;
	border: 1px solid #620eb8;
	height: 20px;
	width: 30px;
	font-size: 10px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.searchBox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #620eb8;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textbox {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	/*font-size: 12px;*/
	color: #e1e1e1;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
.submit {	
	color: #FFFFFF;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
	background-color: #9883ef;
	border: 1px solid #620eb8;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #333333;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 12px;
}

li.num {
	color: #333333;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
	color: #620eb8;
	height: 28px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;

}

.txtCopy {
	color: #333333;
	height: 24px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;

}

.txtSiteDocs {
	color: #FFF;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 8px;
}
a.txtSession{
	color: #620eb8;
	text-decoration: none;
}

a.txtSiteDocs {
	color: #FFF;
	text-decoration: none;

}


a.txtSession:active {
	color: #620eb8;
	text-decoration: underline;
	background: #fff;
	padding-top:10px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}


a.txtSession:hover {
	color: #620eb8;
	text-decoration: underline;
	background: #fff;
	padding-top:10px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

a.txtSiteDocs:hover {

	text-decoration: underline;


}


.txtSiteDocs {
	color: #ffffff;
	text-decoration:none;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 14px;

}

a.txtSiteDocs:hover {
	text-decoration: underline;
}





.txtButton {
	color: #FFFFFF;
	background-color: #9883ef;
	border: 1px solid #620eb8;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #620eb8;
	border: 1px solid #9883ef;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background-color: #9883ef;
	border: 1px solid #620eb8;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtOldPrice {
	text-decoration: line-through;
	font-size:12px;
}
.txtSale {
 	color: #620eb8;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:16px;
	font-weight:bold;
}
.boxContentSale {   background-color: #FFFFFF;
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
    margin-bottom: 10px;
    padding: 3px 5px 5px;}
.txtOutOfStock {
	color: #FF0000;
}
.saleItem {margin: 0 0 10px 0;}
.boxTitleSale { 
padding: 3px 5px 5px;
   border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
    }
.boxTitleSale a {
    background: url("http://www.gotthegift.co.uk/skins/KitaBlue/styleImages/sale.jpg") no-repeat scroll 0 3px transparent;
    padding: 5px 0 0px 27px;
	color: red;
	font-size:18px;
    font-weight:bold;
    text-decoration: none;
	margin-bottom:10px; 
}

.mailListContentRight{margin: 5px 0 10px 0;
padding: 5px;
background-color: #7d0066;
border: 2px solid #91247c;
-moz-border-radius: 10px;
border-radius: 10px;
}

.txtPrice {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size:16px;
	font-weight:bold;
	color: #333333;
	display: block;
}

div.txtlatestprodsbottom {
vertical-align:baseline;
}

.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #333333;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #620eb8;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #70cdcc;
	text-decoration:none;
}
.txtContentTitle {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #620eb8;
	height: 23px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding-left: 10px;
	padding-top: 8px;
}
.txtBoxSave {
	color: #620eb8;
	padding-left: 0padding: 5px 0 10px 27px;px;
}
.tblList {
}
.tdListTitle {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #9e9e9e;
}
a.ListTitle, a.tdListTitle:hover, a.tdListTitle:active, a.tdListTitle:link, a.tdListTitle:visited  {
	background-color: #e1e1e1;
	font-weight: bold;
	color: #9e9e9e;

}
.tdEven {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.txtCartPrice {
	float: right;
	color: #9883ef;
	padding-right: 3px;
}
.txtCart {
	color: #000;	
}
.cartTotal {
	border-bottom: 1px dashed #9883ef;
	padding : 2px 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #333333;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #620eb8;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #FFFFFF;
	background-color: #9883ef;
	border: 1px solid #610eb8;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtviewCart:hover {
	color: #FFFFFF;
	background-color: #620eb8;
	border: 1px solid #9883ef;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #620eb8;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;
}
.tdcartEven {
	background-color: #ffffff;
	border-bottom: 1px dashed #e1e1e1;	
}
.tdcartOdd {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e1e1e1;
}
.tdCartSubTotal {
	padding-top: 10px;
}

.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#RatingTop {
	background-color: #ffffff;
	padding: 3px;
}

#RatingMain {
	background-color: #ffffff;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	background-color: #ffffff;
	padding: 3px;
}

#RatingBottom {
	background-color: #e1e1e1;
	padding: 3px;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}
#delbox {
	padding-left: 475px;
	float: left;
	height: 95px;
	padding-top: 5px;
}
#searchbox2 {
	float: right;
	padding-top: 20px;}
	
	#slide-show {
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px;
	width:550px;
	height:350px;
	right:0;
	top:0;
}

#slide-images li img{margin:0px auto;}
#slide-images li {margin:0px auto;
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#slide-images li img {margin:0px auto;
	display:block;
	border: 0;
}
span.story_caption {position:absolute; bottom:0px; right:30px; font: 24px "verdana"; color:#000; z-index:114; }
span.story_caption p { color:#000;}
#slide-show li.last-active {
z-index:2;
}
#slide-show li.last-active span.story_caption { display:none;}
span.story_caption {position:absolute; bottom:0px; right:30px; font: 24px "verdana"; color:#000; z-index:114;}
span.story_caption p { color:#000;}

#slide-show ul, #slide-show li { list-style:none;}
#slideshow_wrapper { 
height:369px;
width:550px;}
#slide-show {
position:relative;
height:360px;
width:550px;
}
#slide-show li {
width:550px;
position:absolute;
top:0;
left:0;
z-index:1;
opacity:0.0;
padding:0px;
}
#slide-show li.active {
z-index:3;
opacity:1.0;
}
span.story_caption {position:absolute; bottom:0px; right:30px; font: 24px "verdana"; color:#000; z-index:114; }
span.story_caption p { color:#000;}
#slide-show li.last-active {
z-index:2;
}
#slide-show li.last-active span.story_caption { display:none;}
span.story_caption {position:absolute; bottom:0px; right:30px; font: 24px "verdana"; color:#000; z-index:114;}
span.story_caption p { color:#000;}

