/***********************************************/
/* Dr Who-styles.css                           */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.16;
	margin: 0px;
	padding: 24px;
	background-color: #CCCC99;
	background-image: url(../images/star_bgrnd.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#body-wrapper {
	width: 879px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	background-image: url(../images/body-wrap-bgrnd.png);
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	margin: 0px
}
a:link {
	color: #E67819;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #E67819;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF9229;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #E67819;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}

.hold-menu {
	width:865px;
	overflow:hidden;
	border-left-width: 9px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*---------------------------MENU Products-------------------------------------*/

#menutop a.hmenub, #menub a.hmenub:link, #menub a.hmenub:visited {display:block; width:171px; height:30px; background:#E67819; color:#fff; text-decoration:none; font-weight: normal; text-align:center; line-height:29px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;float:left; font-size: 12px;font-weight: bold;} 

#menutop a.hmenub:hover {background: #FF9229;color: #fff;font-weight: bold;}
#menutop a.hmenub:active {background: #FF9229;color: #fff;font-weight: bold;}

#menutop {height:34px;}

#menutop a.hmenub1, #menub1 a.hmenub1:link, #menub1 a.hmenub1:visited {
	display:block;
	width:173px;
	height:30px;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	text-align:center;
	line-height:29px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	float:left;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/basket2white.png);
	background-color: #E67819;
	background-repeat: no-repeat;
	background-position: 117px 10px;
} 

#menutop a.hmenub1:hover {background: #FF9229;color: #fff;font-weight: bold;
	background-image: url(../images/basket2white.png);
	background-repeat: no-repeat;
	background-position: 117px 10px;
}
#menutop a.hmenub1:active {background: #FF9229;color: #fff;font-weight: bold;
	background-image: url(../images/basket2white.png);
	background-repeat: no-repeat;
	background-position: 117px 10px;
}

#menutop:after{ content: "."; display: block; height: 0px; clear: both;}


.breadcrumb a:link {
	color: #E67819;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:visited {
	color: #E67819;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
.breadcrumb a:active {
	color: #E67819;
	text-decoration: none;
	font-weight: bold;
}




.searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	vertical-align: middle;
	float: left;
	padding-right: 10px;
	position: absolute;
	top: 107px;
	width: 845px;
}

input.txt-search-go {
	background-color: #2D2E70;
	font-weight: bold;
	font-size: 11px;
	color: white;
	border: 1px solid #7A99B5;
}
input.txt-search-go-hov {
	background-color: #FF9229;
	font-weight: bold;
	font-size: 11px;
	color: black;
	border: 1px solid #7A99B5;
}

input.txt-search-box {
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #fff;
	margin-right: 5px;
}

input.btn {
	color:#E67819;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
 }

.search-wrapper {
	width:600px;
	margin-left: 40px;
}

.search-right {
	text-align:right;
}
.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: #333333;
	text-decoration: none;
}

.search-li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #E67819;
	text-decoration: underline;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	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: 130px;
}

input.message-button {
	color:#E67819;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 10px;
	bottom: 10px;
	}
	
input.message-button2 {
	color:#E67819;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 10px;
	left: 105px;
	}
	
/*---------------------------- 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:#E67819;
	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=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
}

/*-------------------------------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 {
	color: #E67819;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #006699;
	background-color: #FFFFFF;
	font-weight: lighter;
	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/fire2banner.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: 840px;
	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: 158px;
	float: left;
	background-color: #f2f2f2;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.leftcol-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E67819;
	background-color: #f2f2f2;
	width: 153px;
	padding-top: 13px;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.buttons-side a:link {
	color: #333333;
	font-weight: normal;
	background-color: #f2f2f2;
	display: block;
	margin-left: 8px;
	font: 11px Arial, Helvetica, san-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	width: 131px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.buttons-side a:visited {
	color: #333333;
	font-weight: normal;
	background-color: #f2f2f2;
	display: block;
	margin-left: 8px;
	font: 11px Arial, Helvetica, san-serif;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	width: 121px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
}

.buttons-side a:hover {
	font: 11px Arial, Helvetica, san-serif;
	color: #7A99B5;
	font-weight: normal;
	background-image: url(../images/arrow-rollover.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}

.buttons-side a:active {
	font: 11px Arial, Helvetica, san-serif;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}


/*-------------------------------MAIN BODY-------------------------------------*/
.body-indexcontent {
	margin-left: 190px;
	top: 1px;
	background-color: #FFFFFF;
	width: 680px;
	margin-top: 15px;
}
.body-content {
	margin-left: 190px;
	width: 680px;
	top: 1px;
	background-color: #FFFFFF;
	margin-top: 7px;
}
.body-content-prod {
	margin-left: 190px;
	width: 680px;
	top: 1px;
	background-color: #FFFFFF;
	margin-top: 7px;
}
.body-content-info {
	margin-left: 190px;
	width: 680px;
	top: 1px;
	background-color: #FFFFFF;
	margin-top: 7px;
}
.maillist {
	float: right;
	width: 150px;
	padding: 4px;
	margin-left: 6px;
	border: 1px solid #E67819;
}
/*-------------------------------CATEGORY PAGE-------------------------------------*/
.product-list {
	float: left;
	width: 46%;
	background-color: #F2F2F2;
	padding: 9px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 225px;
	margin-left: 0px;
	border: 1px solid #E0B0FF;
	position: relative;
}

.cat-hotspot-1 {
	margin-bottom: 4px;
	width: 92%;
}
.subcat-menu {
	line-height:130%;
}

.subcat-menu a {
	margin: 6px;
	border: 1px solid;
	border-color: #C6D5EA;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-color: #E67819;
	display: inline;
	font-size: 90%;
	padding-top: 3px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
}
.subcat-menu a:visited {
	font-size: 90%;
	color: #CCCCCC;
}
.subcat-menu a:hover {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #FFCC00;
}
.subcat-menu a:active {
	font-size: 90%;
	color: #FFFFFF;
}
.cat-hotspot-2 {
	margin-left: 30px;
	width: 90%;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

.cat-prod-image {
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.prod-img-link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cat-prod-link {
	color: #2C298D;
	text-decoration: none;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 4px;
	height: auto;
	font-size: 14px;
}


.product-link a:link, product-link a:visited, product-link a:active {
	font-size: 14px;
	font-weight: bold;
	color: #E67819;
	text-decoration: none;
}

.product-link a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.cat-prod-image-and-title {
	height:auto;
	clear: both;
}
.cat-prod-description {
	text-align: left;
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 12px;
	height: auto;
}

.cat-prod-price {
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
	font-size: 12px;
	color: #666666;
}

.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: #F78624;
	display: inline;
	font-size: 80%;
	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;
}

.prod-image {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 4px;
	margin-left: 0px;
}

.prod-summary {
	margin-top: 30px;
	margin-bottom: 4px;
}

.prod-price {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #666666;
}

.prod-description {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 13px;
}

.prod-hotspot-2 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.prod-hotspot-3 {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}

.form-pos {
text-align:center;
}


/*-------------------------------BACK LINK-------------------------------------*/
.back-link {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#043778;
	font-weight:normal;
	position: relative;
	float: right;
	text-align: right;
	margin-right: 5px;
	
}

.back-link a:link {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#043778;
	text-decoration: none;
}

.back-link a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#043778;
	text-decoration: none;
}

.back-link a:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#E67819;
	text-decoration: underline;
}

.back-link a:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#043778;
	text-decoration: none;
}


/*-------------------------------CART-------------------------------------*/

.nopcart {
  padding: 5px;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

.noptotal {
  padding: 5px;
}

/*-------------------------------FOOTER-------------------------------------*/
.footerline {
	background-color: #ffffff;
	bottom: 0px;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 120px;
	color: #E67819;
	text-align: center;
	padding-right: 14px;
	padding-left: 6px;
	font-size: 11px;
}

.text-bottom-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:right;
	position: relative;
	padding-right: 15px;
	color: #333333;
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
}
.text-bottom-right a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.text-bottom-right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.text-bottom-right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

.text-bottom-right a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


/*-------------------------------SF Seal-------------------------------------*/
#body-wrapper .leftcolumn #sf-siteseal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/sf-siteseal.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 93px;
	float: left;
	line-height: 12px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 16px;

}
#body-wrapper .leftcolumn #sf-siteseal .pbs {
	font-size: 9px;
	color: #336699;
	margin-left: 31px;
	padding-top: 1px;
}
#body-wrapper .leftcolumn #sf-siteseal .pbs a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
}
#body-wrapper .leftcolumn #sf-siteseal .pbs a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
}
#body-wrapper .leftcolumn #sf-siteseal .sbt {
	font-size: 9px;
	margin-top: 3px;
	margin-left: 1px;
	text-align: center;
	font-weight: normal;
}
#body-wrapper .leftcolumn #sf-siteseal .sbt a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
#body-wrapper .leftcolumn #sf-siteseal .sbt a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
}
/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/
#body-wrapper .footerline #sf-siteseal-horiz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/sf-siteseal-horiz.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 208px;
	float: left;
	line-height: 12px;
	margin-right: 44px;
	margin-left: 1px;
	text-align: left;
	margin-top: 4px;
}

#body-wrapper .footerline #sf-siteseal-horiz .pbs-h {
	font-size: 9px;
	color: #336699;
	margin-left: 18px;
	padding-top: 2px;
	width: 62px;
	float: left;
}
html>body #body-wrapper .footerline #sf-siteseal-horiz .pbs-h {
	margin-left: 29px;
	padding-top: 0px;
	width: 85px;
}/*left pos non ie5*/


#body-wrapper .footerline #sf-siteseal-horiz .pbs-h a {
	font-size: 9px;
	color: #336699;
	text-decoration: none;
}
#body-wrapper .footerline #sf-siteseal-horiz .pbs-h a:hover {
	font-size: 9px;
	color: #336699;
	text-decoration: underline;
}
#body-wrapper .footerline #sf-siteseal-horiz .sbt-h {
	font-size: 9px;
	margin-top: 3px;
	margin-left: 115px;
	width: 92px;
	color: #A00110;
	height: 24px;
	text-align: center;
	display: block;
}
#body-wrapper .footerline #sf-siteseal-horiz .sbt-h a {
	font-size: 9px;
	color: #91020C;
	text-decoration: none;
	text-align: center;
	height: 24px;
	width: 80px;
}
#body-wrapper .footerline #sf-siteseal-horiz .sbt-h a:hover {
	font-size: 9px;
	color: #91020C;
	text-decoration: none;
	height: 24px;
	width: 80px;
	text-align: center;
}

/*-------------------------------HOME-------------------------------------*/
.index-top-indoors {
	height:348px;
	background-image: url(../images/PPL70011-Dr-Who-3D.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 218px;
	float: left;
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 4px;
}

.index-top-outdoors {
	height:240px;
	background-image: url(../images/HomePage-Cyberlunch.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 380px;
	float: left;
	font-size: 125%;
	font-weight: bold;
	color: #234497;
	padding-top: 110px;
	text-align: right;
	padding-right: 40px;
	background-position: bottom;
}

/*#body-wrapper .body-indexcontent img {
	float: left;
	margin-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/
.index-text {
	width:630px;
	text-align:left;
	margin:20px;
	color: #333333;
}
.index-poster-text {
	font-size: 120%;
	font-weight: bold;
	color: #234497;
	}
/*-------------------------------subcat code ------------------------------------*/

.catsub-prod-holder {
	background-color: #ffffff;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 100%;
}
.catsub-prod {
	width:218px;
	background-color: #F2F2F2;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.catsub-image {
	float: left;
	margin-right: 5px;
}
.catsub-prod-text {
	padding: 6px;
}
.catsub-prod-link {
	background-color:#E67819;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	width: 100%;
	display:block;
}
.catsub-prod-link a:link {
	background-color:#E67819;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	width: 100%;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.catsub-prod-link a:visited {
	background-color:#E67819;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.catsub-prod-link a:hover {
	background-color:#FF9229;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	display:block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.catsub-prod-link a:active {
	background-color:#E67819;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	display:block;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/*----------------------------  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;
}
.clearfix {
clear:right;
}

.home-box {
	float: left;
	width: 668px;
	margin-bottom: 5px;
	padding: 5px;
}
.home-box-top {
	float: left;
	width: 505px;
}
.orange-box {
	float: left;
	width: 670px;
	background-color: #E67819;
	margin-bottom: 5px;
	padding: 5px;
}
.light-orange-box {
	float: left;
	width: 670px;
	background-color: #FF9229;
	margin-bottom: 5px;
	padding: 5px;
}
.light-grey-box {
	float: left;
	width: 670px;
	background-color: #F2F2F2;
	margin-bottom: 5px;
	padding: 5px;
}


#body-wrapper .body-indexcontent .maillist #email {
	width: 135px;
}
#body-wrapper .body-indexcontent .maillist #field1 {
	width: 135px;
}
#body-wrapper .body-indexcontent .maillist #field2 {
	width: 135px;
}

