/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #392816;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
}


a{
	color: #cc6633;
	text-decoration: none;
}

a:link{
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #392816;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #392816;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #392816;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #392816;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #392816;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 5px 0px 0px;
	width: 100%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #400000;
}
#navBar{
	float: left;
	width: 15%;
	margin: 0px;
	background-color: #ffffff;
	border-right: 0px solid #392816;
	border-bottom: 0px solid #392816;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#headlines{
  float:right;
	width: 20%;
	padding-right: 10px;
}

#content{
	float: left;
	width: 60%;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	padding-left: 30px;
}
#breadCrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #392816;
}

#NoBreadcrumb {
	padding-top: 12px;
	padding-left: 20px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	
}
/************** #masthead styles **************/


#mastheadBannerImage2 {
	position: absolute;
	height: 110px;
	width: 315px;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	z-index: 1;
}
#mastheadBanner {
	padding: 0px;
	height: 120px;
	width: 100%;
}
#mastheadBannerImage {
	position: absolute;
	height: 100px;
	width: 450px;
	right: 0px;
	float: left;
	top: 0px;
	padding-left: 10px;
	left: 5px;
}

/************* #globalNav styles **************/

#globalNav{
	background-image: url(../image-files/background-500x60.gif);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#globalNav img{
	display: block;
	position: relative;
	height: 58px;
	width: 114px;
	top: 10px;
}

#globalNav a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: normal;
	text-transform: capitalize;
	padding-bottom: 0;
	padding-left: 0;
}


#globalnav a:hover {
	border: 1px solid #CCCCCC;
}

/************** #content styles ***************/

#contentChristmas {
padding-top: 0px;
}

/************** .feature styles ***************/

.feature{
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
}

.featureText {
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(../image-files/bullet2-diffused-10x7.gif);
}
.featureBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.FeatureBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.featureTable {
	float: right;
}
.featureTableBottom {
	background-image: url(../image-files/background-diffused-bott-50.gif);
	background-repeat: repeat-x;
	text-indent: 10px;
}

.featureMainTableImage {
	padding: 20px;
	top: 0px;
}
.featureTableImage {
	top: 0px;
	vertical-align: top;
}

.featureMainTableTop {
	background-image: url(../image-files/background-diffused-top-500.gif);
	background-repeat: repeat-x;
}
.featureMainTableBottom {
	background-image: url(../image-files/background-diffused-bottom-.gif);
	background-repeat: repeat-x;
}

.featureTableTop {
	background-image: url(../image-files/background-diffused-500x20-.gif);
	background-repeat: repeat-x;
}

.featureTableHighlight {
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #CC9900;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #400000;
}
#siteInfo table {
	font-size: 12px;
	color: #663300;
}
#siteInfo table a {
	font-size: 12px;
	color: #663300;
}
#siteInfo a:hover {
	font-size: 12px;
	color: #996600;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 20px;
}

#sectionLinks a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #993300;
	padding-right: 0px;
	padding-left: 10px;
	text-transform: capitalize;
	font-size: 14px;
}
#sectionLinks a:hover{
	color: #660000;
}
/*********** #relatedLinks styles ***********/
#relatedLinks{
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#relatedLinks title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #400000;
	padding-left: 10px;
}



#relatedLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cc6633;
	padding-left: 10px;
}
#relatedLinks a:hover {
	color: #CC9900;
}



/************** #advert styles **************/

#advert{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 12px;
	text-align: center;
	color: #663333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}


#headlines a {
	color: #996633;
}


#headlines title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #392816;
}
.HeadlinesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #663333;
}
.HeadlinesJewellery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #663333;
}
.HeadlinesCharity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
	font-weight: bold;
}



/************** .classStyles **************/

.class3 {
	font-size: 10px;
	color: #400000;
	font-weight: bold;
}
.producttext {
	font-size: 13px;
	color: #400000;
}
.delivery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
}

.style10 {
	font-weight: bold;
	color: #ff0000;
}
.featureSingleImageLeft {
	padding-right: 10px;
}
.newsletterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #392816;
	font-weight: bold;
}

.bestsellers {
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #660033;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #660033;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
.bestsellers1 {
	border-top-style: none;
	border-bottom-style: double;
	border-top-color: #660033;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #660033;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.navBarSectionLinksTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #400000;
	padding-left: 10px;
}
.class15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996600;
}
.contentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #392816;
}
.ContentIndex2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #391816;
}
.class11 {
	font-size: 12px;
	color: #663333;
}
.style16 {
	font-size: 18px;
	color: cc33333;
	font-weight: bold;
}
.Basket {
	border-bottom-style: solid;
	border-bottom-color: #cc9966;
	border-bottom-width: thin;
}
.NewsletterTable {
	border: thin solid #CC9966;
}
.style18 {
	font-size: 12px;
	font-weight: bold;
}
.style19 {
	color: #330000;
	font-weight: bold;
}
.style20 {
	font-size: 10px;
}
.ProductHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #391816;
}
.ProductHeading a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #392816;
}
.sale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.IndexTable {
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9966;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
}

