/***********************************************/
/* Work wear styles.css                      */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/grad-back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#body-wrapper {
	width: 841px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 11px solid #F5F2F7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
}

p {
	margin: 0px
}
a:link {
	color:#9D4BBC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#9D4BBC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #66257F;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #66257F;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}

/* Shopfitter css */
.banner-logo {
	background-image: url(../images/ruthys-scones-banner.jpg);
	float: left;
	height: 191px;
	width: 839px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 1px solid #E4DFE6;
	margin-bottom: 10px;
}

/*----------------------------  lower banner menu ---------------------------------------------------*/

#centeredmenu {
	float:left;
	width:837px;
	overflow:hidden;
	position:relative;
	background-color: #AF91BD;
	padding-top:6px;
	padding-bottom:6px;
	border: 2px solid #E6DDEA;
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	font-size: 80%;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #7F5096;   
}
.end {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #7F5096;   
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 0px;
   padding:3px 10px;
   background-color:#AF91BD;
   color:#fff;
   text-decoration:none;
   line-height:1em;
}
#centeredmenu ul li a:hover {
	color:#662279;
	background-color: #CBB7D4;
}

/*----------------------------  bread style ---------------------------------------------------*/

.breadcrumb a:link {
	color:#9D4BBC;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:visited {
	color:#9D4BBC;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:hover {
	color: #66257F;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:active {
	color: #66257F;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}




.searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	float: left;
	padding-right: 10px;
	position: absolute;
	top: 204px;
	width: 600px;
}

input.txt-search-go {
	background-color: #7E3999;
	font-weight: bold;
	font-size: 11px;
	color: white;
	border: 1px solid #7E3999;
}

input.txt-search-go-hov {
	background-color: #AF91BD;
	font-weight: bold;
	font-size: 11px;
	color: #5E188A;
	border: 1px solid #5E188A;
}

input.txt-search-box {
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #AF91BD;
	margin-right: 5px;
}

input.btn {
	color:#E77F0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.search-wrapper {
	width:600px;
	margin-left: 40px;
}

.search-right {
	text-align:right;
	margin-right: 40px;
	margin-bottom: 40px;
}
.search-li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}

.search-li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #9D4BBC;
	text-decoration: none;
}

.search-li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #9D4BBC;
	text-decoration: none;
}

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #66257F;
	text-decoration: underline;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #66257F;
	text-decoration: underline;
}

/*---------------------------- pop up ---------------------------------------------------*/

#message-container {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
}
#message-container p {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

input.message-button {
	color:#B30000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 10px;
	bottom: 10px;
	}
	
input.message-button2 {
	color:#B30000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 10px;
	left: 10px;
	}
	
/*---------------------------- pop up ---------------------------------------------------*/

#message-container-error {
	width:350px;
	height:121px;
	background-image:url(../images/pop-box-error.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:12px;
	background-repeat: no-repeat;
}
#basketmessage-error {
	text-align:center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 130px;
}

input.message-button-error {
	color:#B30000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 20px;
	left: 171px;
	}
/*---------------------------- pop up opacity effect ---------------------------------------------------*/
/*
#dropSheet
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:99;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

*//*-------------------------------LIST-------------------------------------*/

ul {
	list-style:disc url(none);
	margin-bottom: 2px;
	margin-top: 6px;
}

ul ul {
	list-style:url(none) none;
	margin-left: 2px;
	padding-left: 2px;
}

/*-------------------------------BANNER-------------------------------------*/

.title-text {
	width: 340px;
	text-align: center;
}

h1 {
	font-weight: bold;
	color: #5E188A;
	font-size: 220%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(../images/grad-line.png);
	background-repeat: no-repeat;
	width: 400px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#body-wrapper .body-content h1 {
	float: left;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #8E64A2;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #336699;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}


/*-------------------------------BANNER-------------------------------------*/


.banner-style {
	background-image: url(../images/fancy-banner.png);
	height: 110px;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
}
.header-info {
	margin-left: 370px;
	position: absolute;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.header-email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 15px;
	width: 850px;
	position: absolute;
	text-align: right;
	top: 72px;
}

.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 340px;
	position: absolute;
	text-align: left;
	top: 55px;
	margin-left: 25px;
}


/*-------------------------------LEFT COL-------------------------------------*/
.leftcolumn {
	width: 190px;
	float: left;
	background-color: transparent;
	min-height:300px;
	margin-right: 10px;
	overflow: hidden;
}

/*----------------------------  left menu style ---------------------------------------------------*/

ul#category {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:3px;
	margin-right:0px;
	padding:0px;
	list-style:none;
	height:100%;
	}


ul#category li {
	margin:0px;
	padding:0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	font-size:80%;
}

ul#category li a:link, ul#category li a:visited {
	display:block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration:none;
	color:#666;
	}

ul#category li a:hover, ul#category li a:active {
	background-color:#000;
	color:#9D4BBC;
	display:block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	}
	
.leftcol-title {
	background-color: #9D4BBC;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 95%;
	width: auto;
	margin-left: 3px;
}


/*-------------------------------MAIN BODY-------------------------------------*/
.body-indexcontent {
	background-image: url(../images/home-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.body-content {
	background-color: #FFFFFF;
}
.body-content-prod {
	background-color: #FFFFFF;
}
.body-content-info {
	background-color: #FFFFFF;
	padding-left: 30px;
}

/*.body-content-frame {
	float:left;
	width: 865px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
*/
/*-------------------------------CATEGORY PAGE-------------------------------------*/
.product-list {
	float: left;
	width: 405px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	height: 233px;
	margin-left: 4px;
	border: 1px solid #E4DFE6;
	position: relative;
}

.product-list2 {
	float: left;
	width: 98%;
	background-color: #fff;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	height: auto;
	margin-left: 5px;
	border: 1px solid #E4DFE6;
	position: relative;
	
	
	
}

.cat-hotspot-1 {
	margin-bottom: 4px;
	padding-left: 30px;
	display:block;
	font-size: 13px;
	padding-right: 10px;
	overflow: visible;
}

.line {
	background-image: url(../images/grad-line.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 400px;
	float: left;
	background-position: bottom;
}
.cat-text-left {
	width: 400px;
}


/*-------------------------------subcat code ------------------------------------*/

.catsub-prod-holder {
	background-color: #ffffff;
	margin-left: 30px;
	margin-bottom: 5px;
	float: left;
	padding-left: 0px;
}

.catsub-prod-holder h2 {
	float: left;
	width: 255px;
	font-size:11px;
	margin-top:0px;
	margin-left:0px;
	margin-right:8px;
	margin-bottom:7px;
}


.catsub-prod-holder h2 a {
	overflow: auto;
	display: block;
	width:100%;
	height:100%;
	color:#000;
	text-decoration: none;
	line-height: 1;
	background-color:#E8E8E8;
	border: 2px solid #E6DDEA;
	}

.catsub-prod-holder h2 span {
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size:11px;
	font-weight: normal;
	line-height: 116%;
	overflow: auto;
	display:block;
	}
	
	
.catsub-prod-holder h2 a:hover {
	background-color:#EDBFFF;
	color:#000;
	border: 2px solid #E6DDEA;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 a:active {
	color: #000;
	text-decoration:none;
	}
.catsub-prod-holder h2 a:visited {
	color: #000;
	text-decoration:none;
	}
	
.catsub-prod-holder h2 img {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
	
	
.catsub-prod-holder h2 a strong {
	text-align: center;
	margin:0px;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	text-indent: 5px;
	top: 0px;
	width:100%;
	background-color:#AF91BD;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DDEA;
	color:#fff;
	display:block;
}


.catsub-prod-holder h2 a:hover strong {
	background-color:#CBB7D4;
	width:100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DDEA;
	color:#E77F0E;
	display:block;
	text-indent: 5px;
}

.info {
	font-weight:normal;
	font-size:90%;
	font-style:normal;
}




.cat-hotspot-2 {
	margin-left: 30px;
	width: 90%;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

.cat-prod-image {
	text-align: center;
	float: right;
	margin-bottom: 0px;
	margin-left: 5px;
}

.prod-img-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.product-list h2 {
	background-color: #AF91BD;
	display: block;
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.product-list h2 a:link {
	background-color: #AF91BD;
	display: block;
	font-size: 12px;
	padding:5px;
	color: #fff;
	text-decoration:none;
}

.product-list h2 a:visited {
	display: block;
	color: #fff;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#AF91BD;
}
.product-list h2 a:hover {
	display: block;
	color: #E77F0E;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#CBB7D4;
}
.product-list h2 a:active {
	display: block;
	color: #E77F0E;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#CBB7D4;
}

.product-list2 h2 {
	background-color: #AF91BD;
	display: block;
	padding:0px;
	margin:0px;
}
.product-list2 h2 a:link {
	background-color: #AF91BD;
	display: block;
	font-size: 12px;
	padding:5px;
	color: #fff;
	text-decoration:none;
}

.product-list2 h2 a:visited {
	display: block;
	color: #fff;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color: #AF91BD;
}
.product-list2 h2 a:hover {
	display: block;
	color: #E77F0E;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#CBB7D4;
}
.product-list2 h2 a:active {
	display: block;
	color: #E77F0E;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#CBB7D4;
}


.cat-prod-image-and-title {
	height:auto;
	clear: both;
}
.cat-prod-description {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 8px;
	font-size: 12px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	line-height: normal;
}

.cat-prod-price {
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	color: #E77F0E;
	margin-left: 5px;
	margin-right: 5px;
}

.cat-buy-now {
	text-align: left;
	line-height: 32px;
	width: auto;
	margin-left: 150px;
}

label {
	color: #000000;
}

.more-details {
	height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #999999;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9D4BBC;
	display: inline;
	font-size: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
a:hover .more-details {
	height: 15px;
	margin-left: 6px;
	border: 1px solid;
	border-color: #999999;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	display: inline;
	font-size: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}



/*--------------------------------------- product page styles start ---------------------------------------*/
.prod-hotspot-1 {
}

.prod-buy-now {
	margin-bottom: 4px;
	margin-left: 60px;
}

.prod-image {
	float: right;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 4px;
	margin-left: 20px;
}

.prod-summary {
	margin-top: 30px;
	margin-bottom: 4px;
	margin-left: 30px;
}

.prod-price {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #E77F0E;
}

.prod-description {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 13px;
	margin-left: 30px;
	clear: left;
}

.prod-hotspot-2 {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 30px;
}

.prod-hotspot-3 {
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	width: 96%;
	margin-left: 30px;
}

.form-pos {
text-align:center;
}


/*-------------------------------BACK LINK-------------------------------------*/
.back-link {
	font-size: 11px;
	color:#9D4BBC;
	font-weight:normal;
	float: right;
	text-align: right;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	clear: both;
	width: 200px;
	
}

.back-link a:link {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#9D4BBC;
	text-decoration: none;
}

.back-link a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#9D4BBC;
	text-decoration: none;
}

.back-link a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#66257F;
	text-decoration: underline;
}

.back-link a:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#66257F;
	text-decoration: none;
	}


/*-------------------------------CART-------------------------------------*/

/*.nopcart {
  padding: 5px;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}
input.nopbutton {
	color:#B30000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }
*/


/*-------------------------------CART-------------------------------------*/

.nopcart {
  padding: 5px;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}
input.nopbutton {
	color:#E77F0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }












.cart-checkout {
margin-left:20px;
}


.nopcart {
	width:99%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}

.cart-pos {
	margin-top: 5px;
	margin-bottom: 5px;
}



.nopship a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.nopship a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.nopship a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66257F;
	text-decoration: underline;
	font-weight: normal;
}

.nopship a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66257F;
	text-decoration: none;
	font-weight: normal;
}

.noptotal select {
	font-size: 11px;
}


.nopbutton {
	color:#E77F0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.nopheader {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #FFFFFF;
	font-size: 12px;
  	padding: 5px;
}

.nopentry {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #f3f3f3;
	font-size: 12px;
}

.nopprod {
	width:50%;
}




.noptotal {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
}

.nopsub {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dbdad7;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #f3f3f3;
}
.nopsub2 {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dbdad7;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #EBEBEB;
}
.nopship {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #f3f3f3;
}
.nopship2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #EBEBEB;
}
.noptax {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #f3f3f3;
}
.noptax2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #EBEBEB;
}
.total {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dbdad7;
	border-bottom-color: #dbdad7;
	background-color: #EBEBEB;
}
.nopship select {
	font-size: 11px;
}

#wrapper .shop-bgrnd #container .body-content .body-content-info .cart-pos .btn {
	padding-left: 5px;
	padding-top: 8px;
}







/*-------------------------------FOOTER-------------------------------------*/
.footerline {
	background-color: #AF91BD;
	bottom: 0px;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 28px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 14px;
	padding-left: 6px;
	font-size: 11px;
	border: 2px solid #E6DDEA;
	width: 817px;
	border: 2px solid #E6DDEA;
	margin-top: 10px;
}
#body-wrapper .footerline p {
	line-height: 28px;
}
/*
.footerline a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.footerline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.footerline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

.footerline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
*/
/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/

#siteseal-horiz {
	float: left;
	height: 28px;
	width: 208px;
	margin-top: 0px;
	
}
div.sf1 {
	float: left;
	width: 115px;
	height: 28px;
	background: url(../images/sf-siteseal-horiz-left.png)  no-repeat top left;
	}
div.sf1 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color: #020232;
	text-decoration: none;
	background: url(../images/sf-siteseal-horiz-left.png) no-repeat 0 -28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
div.sf1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	color: #020232;
	}
	
div.sf1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('none');
	text-decoration: none;
	color: #336699;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
div.sf1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	}
	
div.sf1 span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-top: 4px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	
	}
div.sf2 {
	float: left;
	width: 93px;
	height: 28px;
	background: url('../images/sf-siteseal-horiz-right.png') no-repeat top left;
	}
div.sf2 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#91020C;
	text-decoration: none;
	background: url('../images/sf-siteseal-horiz-right.png') no-repeat 0 -28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:visited {
	color: #5C0109;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
	
div.sf2 a:hover {
	background-image: url('none');
	text-decoration: none;
	color: #91020C;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:active {
	color: #5C0109;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
	
div.sf2 span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
	padding-left: 11px;
	}


/*-------------------------------HOME-------------------------------------*/

#body-wrapper .body-indexcontent img {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.index-text {
	width:400px;
	padding-left: 30px;
}
/*----------------------------  editor style ---------------------------------------------------*/
	
.text-left {
	text-align:			left;
}
.text-right {
	text-align:			right;
}
.text-centre {
	text-align:			center;
}
.text-justify {
	text-align:			justify;
}
.text-colour1 {
	color:				red;
	font-weight: 		bold;
}
.text-colour2 {
	color:				green;
	font-weight: 		bold;
}
.text-colour3 {
	color:				brown;
	font-weight: 		bold;
}
.text-colour4 {
	color:				blue;
	font-weight: 		bold;
}
.text-colour5 {
	color:				#FF9900;
	font-weight: 		bold;
}
.text-colour6 {
	color:				#9900FF;
	font-weight:		bold;
}
.text-small {
	font-size:			80%;
}
.text-large {
	font-size:			120%;
}
.text-larger {
	font-size:			140%;
}
.image-left {
	float:left;
	margin-right: 		10px;
}
.image-right {
	float:right;
	margin-left: 		10px;
}
.image-right-info {
	float:right;
	margin-left: 		10px;
	margin-right: 		50px;
}
.clearfix {
clear:right;
}
#body-wrapper .body-indexcontent .index-holder {
	width: 667px;
}
.cat-prod-price p {
	color: #333333;
	font-weight: normal;
}
.product-list form {
	margin: 0px;
	padding: 0px;
}
.rel-box h2 {
	color: #9D4BBC;
	margin: 0px;
	padding: 0px;
}
.rel-box {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EEECEC;
	padding-top:5px;
	float: left;
	width: 100%;
	}
.cat-id {
	margin-left: 5px;
	margin-top: 10px;
}
.prod-id {
	margin-top: 100px;
}
#body-wrapper .body-indexcontent .catsub-prod-holder img {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#body-wrapper #banner {
	height: 235px;
	overflow: hidden;
}
.prod-image2 {
	float: left;
	margin-right: 10px;
}
.index-text-box {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#body-wrapper .body-content #firefox-holder .product-list .cat-prod-price select {
	display: block;
}
#body-wrapper .body-content #firefox-holder .product-list .cat-prod-price .btn {
	margin-top: 5px;
}
#body-wrapper .body-content #firefox-holder .product-list .cat-prod-price select {
	font-size: 10px;
}
/*-------------------------------home images code NEW ------------------------------------*/


.home-prod-holder {
	width: 99%;
	padding-left: 30px;
	padding-bottom: 30px;
	background-color:transparent;
	clear: both;
}


.home-prod-holder h2 {
	float: left;
	width: 230px;
	font-size:11px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.home-prod-holder h2 a {
	overflow: auto;
	display: block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration: none;
	line-height: 1;
	background-color:#AF91BD;
	}

.home-prod-holder h2 a:hover {
	background-color:#CBB7D4;
	color: #662279;
	text-decoration:none;
	}
	
.home-prod-holder h2 img {
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

.home-prod-holder h2 a strong {
	text-align: center;
	margin:0;
	font-size:11px;
	font-weight:bold;
	top: 0px;
	width:100%;
	background-color:#AF91BD;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	color:#fff;
	display:block;
}

.home-prod-holder h2 a:hover strong {
	background-color:#CBB7D4;
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	color:#662279;
	display:block;
}


#body-wrapper .body-indexcontent p {
	line-height: normal;
}
/*----------------- Form --------------------*/
/*
#fcf2 {
	font-family:arial;
	font-size:11px;
	background-color:#FFFFFF;
	width: 400px;
	float: left;
	margin-bottom: 80px;
}
#fcf2 p {
	text-align:left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 115px;
}
#fcf2 div.r {
	clear: both;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#fcf2 label {
	float: left;
	width: 110px;
	text-align: right;
	padding-top: 4px;
}
#fcf2 span.f {
	float: right;
	width: 285px;
	text-align: left;
}
#fcf2 div.sp {
	clear: both;
}
#fcf2 .req {
	font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
	padding:2px;
}
.form-button {
	padding-left: 115px;
}
#fcf2 em {
	color: #E77F0E;
}
.btn {
	color:#E77F0E;
	font-weight:bold;
}
*/

/*----------------- Form error  --------------------*/

.rd {
	color:#F00;
	font-weight:bold;
}
/*----------------- Form message --------------------*/

.conf-message {
	color:#00DF48;
	font-weight:bold;
	text-align:center;
	clear:both;
}

.form-feedback {
	color:#F00;
	font-weight:bold;
	text-align:center;
	clear:both;
	padding-bottom: 20px;
	padding-top: 10px;
}

/*----------------- Form box width  --------------------*/
/*
.boxtext {
	width:200px;
}
.boxcomments {
	width:200px;
}
.bigbox {
	width:200px;
}
.boxsmall {
	width:50px;
}
#body-wrapper .body-content-frame h1 {
	margin-left: 0px;
}*/


#firefox-holder {
	border: 2px solid #E4DFE6;
	width: 837px;
	float: left;
	margin-top: 10px;
}
#firefox-holder-cart {
	width: 839px;
	float: left;
	margin-top: 10px;
}
.breadcrumb-holder {
	padding-left: 4px;
}
.category-head {
	background-color: #CBB7D4;
	margin-bottom: 10px;
	text-align: center;
	color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4DFE6;
	line-height: 26px;
	height: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#body-wrapper .body-content #firefox-holder-cart p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#body-wrapper .body-content .search-message {
	width: 839px;
	clear: both;
}
#body-wrapper .body-content-prod #product-info .prod-summary strong {
	color: #EB7F0E;
	font-size: 110%;
}
#body-wrapper .body-content-info h1 {
	margin-left: 0px;
	float: left;
}
.clearing {
	clear:both;
	}
.about-box {
	background-image: url(../images/grad-line.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	clear: both;
	width: 100%;
}
#body-wrapper .body-content-info .about-box img {
	float: right;
	margin-right: 50px;
}
.info-text-left {
	float: left;
	width: 350px;
	padding-top: 5px;
}
.ruth-jane {
	width: 318px;
	float: right;
	text-align: center;
	margin-right: 50px;
}
.ruth-jane img {
	margin: 0px;
	padding: 0px;
}
#body-wrapper .body-content-info .contact {
	text-align: right;
	width: 450px;
}
.contact em {
	color: #EF7F0E;
}
#body-wrapper .body-content .prod-hotspot-1 {
	clear: left;
	margin-left: 30px;
}
#body-wrapper .body-content .cat-intro-1 {
	margin-left: 30px;
	clear: left;
}
#body-wrapper .body-content #product-info .prod-price {
	margin-left: 60px;
}
#body-wrapper .body-content #product-info .prod-buy-now .prod-price {
	margin-left: 0px;
}
#body-wrapper .body-content .prod-image-holder {
	margin-left: 30px;
}

