/**LANGUAGE BOX

****************/
#LangFlag {margin-bottom:-3px;}

/**SEARCH FACILITY
********************/

.SmallTitle  {	
	font-size: 12px;	
	color: #FFFFFF;	
	text-transform: uppercase; 	
	float:left;	
	margin:-1px 0 0 0;	
	}

#Session {/*Required as Language & Currency Boxes are not used within 	general Cart.tpl pages*/	
	margin-top:63px;	
	width:auto;	
	height:20px;	
	padding:0;	
	text-align:right;	
	float:right;	
	}

.InfoBox{	
	padding: 0 0 10px 0;	
	margin: 20px 0px 10px;	
	border-top: 1px solid #CCCCCC;	
	}


/**LATEST PRODUCTS - HOME PAGE
*******************************/
.LPBox {
        float: left;
        text-align: center;
        width: 115px;
        height: 115px;
        margin: 11px;
        padding:0;
		border : 1px solid #552580;
		overflow : hidden;
        }

.catsep {
	border-bottom: 1px dotted #552580;
	border-right: 1px dotted #552580;
	padding-right:8px;
	}


.BlueBg {
	color: #FFFFFF;
	background: #552580;
	font-size:14px;
	width:100%;
	margin:0;
	/*padding:5px 5px 6px 5px;*/
	padding:0 5px;
	height:32px;
	}

.BlueBg span {
	float:left;
	margin:5px 0 0 5px;
	font-size:11px;
	}
		
.ButtonLt {
	text-align:left;
	float:left;
	margin-top:5px;
	margin-left:5px;
	}

.ButtonRt {
	text-align:right;
	float:right;
	margin-top:5px;
	margin-right:5px;
	}
	
.ButtonRt .submit {
	color: #FFFFFF;
	background-color: #552580;
	line-height:20px;
	font-size:12px;
	padding:0 10px;
	margin:5px 0 ;
	text-transform:uppercase;
	text-decoration:none;
	border:2px solid #7D469B;
	}
	
	.ButtonRt .submit:hover {
	background-color: #7D469B;
	border:2px solid #552580;
	}

a.txtButton:link, a.txtButton:visited,   .submit{
	color: #FFFFFF;
	background-color: #552580;
	line-height:20px;
	font-size:12px;
	padding:0 10px;
	margin:5px 0px;
	text-transform:uppercase;
	text-decoration:none;
	border: 2px solid #7D469B;
	}

	 a.txtButton:hover, 
a.txtButton:active, a.txtButton:focus,  .submit:hover {
	background-color: #84AC38;
	border: 2px solid #552580;
	}
	
	
	
	a.txtButtonCart {
	color: #FFFFFF;
	background-color: #fff;
	        background-image:url(../styleImages/backgrounds/CartButton.png);
        background-position:left -1px;
        background-repeat: no-repeat;
		overflow : hidden;
	line-height:46px;
	height : 46px;
	font-size:20px;
	padding:0px 5px 0px 55px;
	margin:0;
	text-transform:uppercase;
	text-decoration:none;
	border: 0px solid #7D469B;
	display : block;
	}
a.txtButtonCart:hover {
        background-position:left bottom;
			}

	#HomePageLinkBox {
margin : 0px;
padding : 0px 0px 0px 55px;
height : 46px;
line-height : 46px;
font-size : 20px;
text-transform : uppercase;
font-weight : bold;
background-image: url(../styleImages/backgrounds/HomeButton.png);
        background-position:left -1px;
        background-repeat: no-repeat;
		overflow : hidden;

text-align : left;
display : block;
}

 #HomePageLinkBox:hover {
        background-position:left bottom;
			color: #552580;
}
.Home {
	text-decoration : none;
	height : 46px;
line-height : 46px;
font-size : 20px;
color : #FFF;
display : block;
}
 .Home:hover {
	color: #552580;
	text-decoration : none;
}
#Daimonds{
height : 9px;
margin : 3px 0px 3px 0px;
        background-image:url(../styleImages/backgrounds/diamond.png);
background-repeat : repeat-x;
background-position : top right;
width : 100%;
}

#mailbox, #SearchBox{
background-repeat : no-repeat;
background-position : 10px;
height : 30px;
width : 100%;
margin : 0px;
padding : 9px 0px 0px 35px;
text-align : left;
}
#mailbox, #SearchBox{
	        background-image:url(../styleImages/backgrounds/MailList.png);
background-color : #A289B9;
}
#SearchBox{
	        background-image:url(../styleImages/backgrounds/Search.png);
background-color : #84AC38;
}