/***********************************************/
/* in2sheds styles.css                         */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
/*	line-height: 22px;
*/	margin: 0px;
	/*	background-color: #FFED95;
*/	background-color: #A8BFD9;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: fixed;
	background-image: url(../images/blue-back.png);
	background-repeat: repeat-x;
}

#body-wrapper {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	background-image: url(../images/back-side.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-left: 26px;
}

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

/* Shopfitter css */


.banner-top-menu {
	float: right;
	height: 38px;
	width: 666px;
	color: #FFFFFF;
	background-color: #136FDA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	line-height: 38px;
	padding-left: 10px;
}


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

.breadcrumb a:link {
	color:#FF4000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:visited {
	color:#FF4000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:hover {
	color: #136FDA;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
.breadcrumb a:active {
	color: #136FDA;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}




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

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

input.txt-search-go-hov {
	background-color: #FFDE36;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	border: 1px solid #fff;
}

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

input.btn {
	color:#FF4000;
	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: #136FDA;
	text-decoration: none;
}

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

.search-li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FF6A35;
	text-decoration: underline;
}
.search-li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FF6A35;
	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: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

input.message-button {
	color:#FF4000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 130px;
	right: 10px;
	bottom: 10px;
	}
	
input.message-button2 {
	color:#FF4000;
	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: 15px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 125px;
}

input.message-button-error {
	color:#FF4000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 100px;
	bottom: 10px;
	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: #FF4000;
	font-size: 180%;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #6A0807;
	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;
}


/*-------------------------------LEFT COL-------------------------------------*/
.leftcolumn {
	width: 205px;
	float: left;
	background-color: #FFED95;
	min-height:300px;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

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

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


ul#category li {
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:90%;
	font-weight:bold;
	display:inline;
}

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


ul#category li a:hover, ul#category li a:active {
	background-color:#136FDA;
	color:#fff;
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	width:190px;
	}




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


ul#category2 li {
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:90%;
	font-weight:bold;
	display:inline;
}

ul#category2 li a:link, ul#category2 li a:visited {
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-decoration:none;
	color:#000;
	width:190px;
	}


ul#category2 li a:hover, ul#category2 li a:active {
	background-color:#136FDA;
	color:#fff;
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	width:190px;
	}



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


ul#category3 li {
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:90%;
	font-weight:bold;
	display:inline;
}

ul#category3 li a:link, ul#category3 li a:visited {
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-decoration:none;
	color:#000;
	width:190px;
	}


ul#category3 li a:hover, ul#category3 li a:active {
	background-color:#136FDA;
	color:#fff;
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	width:190px;
	}






.leftcol-title1 {
	background-color: #FF6A35;
	display: block;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 95%;
	width: auto;
	margin-left: 0px;
	border: 1px solid #C63200;
}

.leftcol-title2 {
	background-color: #FF6A35;
	display: block;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
	font-size: 95%;
	width: auto;
	margin-left: 0px;
	margin-top: 5px;
	border: 1px solid #C63200;
}


/*-------------------------------MAIN BODY-------------------------------------*/
.body-indexcontent {
	float:left;
	width: 676px;
	position: relative;
}
.body-content {
	float:left;
	width: 676px;
	position: relative;
}
.body-content-prod {
	float:left;
	width: 676px;
	position: relative;
}
.body-content-info {
	float:left;
	width: 676px;
	position: relative;
}

/*-------------------------------CATEGORY PAGE-------------------------------------*/



.product-list2 {
	float: left;
	width: 310px;
	background-color: #E6E2C7;
	padding: 0px;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 5px;
	height: 185px;
	margin-left: 0px;
	border: 1px solid #000;
	position: relative;
}

.product-list2 h2 {
	background-color: #24420E;
	display: block;
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.product-list2 h2 a:link {
	background-color: #24420E;
	font-size: 12px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	width:300px;
}

.product-list2 h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color: #24420E;
	width:300px;
}
.product-list2 h2 a:hover {
	display: block;
	color: #fff;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#487F1F;
	width:300px;
}
.product-list2 h2 a:active {
	display: block;
	color: #fff;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#487F1F;
	width:300px;
}
.cat-prod-image {
	text-align: center;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.cat-prod-description {
	text-align: left;
	margin-top: 8px;
	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: #B30000;
	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: #fff;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	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: #fff;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #B5481F;
	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;
}
#body-wrapper .container .body-content-prod .rel-box .product-list {
	margin: 0px;
	padding: 0px;
	width:675px;
	background-image: none;
	color: #FFFFFF;
}
#body-wrapper .container .body-content-prod .rel-box .product-list h2 {
	background-color: #24420E;
	display: block;
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body-wrapper .container .body-content-prod .rel-box .product-list h2 a:link {
	background-color: #24420E;
	font-size: 12px;
	padding:5px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	width:665px;
}

#body-wrapper .container .body-content-prod .rel-box .product-list h2 a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color: #24420E;
	width:665px;
}
#body-wrapper .container .body-content-prod .rel-box .product-list h2 a:hover {
	display: block;
	color: #fff;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#487F1F;
	width:665px;
}
#body-wrapper .container .body-content-prod .rel-box .product-list h2 a:active {
	display: block;
	color: #fff;
	font-size: 12px;
	padding:5px;
	text-decoration:none;
	background-color:#487F1F;
	width:665px;
}








.cat-hotspot-1 {
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}



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

.catsub-prod-holder {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	clear: both;
}

.catsub-prod-holder h2 {
	float: left;
	width: 219px;
	font-size:11px;
	margin:3px;
}


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

.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:#136FDA;
	color:#000;
	border: 1px solid #136FDA;
	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: 2px;
	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;
	width:100%;
	background-color:#FF6A35;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6A35;
	color:#fff;
	display:block;
}


.catsub-prod-holder h2 a:hover strong {
	background-color:#136FDA;
	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: #136FDA;
	color:#fff;
	display:block;
	text-indent: 5px;
	text-align: center;
}



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

.catsub-prod-holder2 {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	clear: both;
}

.catsub-prod-holder2 h2 {
	float: left;
	width: 674px;
	font-size:11px;
/*	margin:3px;
*/}


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

.catsub-prod-holder2 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-holder2 h2 a:hover {
	background-color:#136FDA;
	color:#000;
	border: 1px solid #136FDA;
	text-decoration:none;
	}
	
.catsub-prod-holder2 h2 a:active {
	color: #000;
	text-decoration:none;
	}
.catsub-prod-holder2 h2 a:visited {
	color: #000;
	text-decoration:none;
	}
	
.catsub-prod-holder2 h2 img {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
	}
	
	
.catsub-prod-holder2 h2 a strong {
	text-align: center;
	margin:0px;
	font-size:11px;
	line-height:31px;
	font-weight:bold;
	text-indent: 5px;
	width:100%;
	background-color:#FF6A35;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6A35;
	color:#fff;
	display:block;
}


.catsub-prod-holder2 h2 a:hover strong {
	background-color:#136FDA;
	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: #136FDA;
	color:#fff;
	display:block;
	text-indent: 5px;
	text-align: center;
}





.info {
	color:#136FDA;
	font-weight:normal;
	font-size:90%;
	font-style:normal;
}

a:hover .info {
	color:#fff;
}

a:active .info  {
	color:#fff;
}




.cat-hotspot-2 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
}


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

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

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

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

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

.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;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 12px;
}

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


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

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

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

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

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


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

.nopcart {
  padding: 5px;
}

.nopheader{
  padding: 5px;
}

.nopentry {
  padding: 5px;
}

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


/*-------------------------------FOOTER-------------------------------------*/
.footerline {
	background-color: #FFFFFF;
	bottom: 0px;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 28px;
	color: #676767;
	text-align: center;
	padding-right: 14px;
	padding-left: 6px;
	font-size: 11px;
	width: 860px;
}
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	text-align: center;
	margin-top: 1px;
	padding-left: 210px;
	padding-right: 180px;
	line-height: normal;
}
.footerline .txt-footer a:link {
	color: #676767;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.footerline .txt-footer a:visited {
	color: #676767;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.footerline .txt-footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}
.footerline .txt-footer a:active {
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ndl {
	background-image: url(../images/ndl-logo.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	float: right;
	background-position: right;
	padding-right: 55px;
	line-height: 22px;
	text-align: right;
	padding-top: 5px;
}
.footerline .txt-footer a:link {
	color: #676767;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.ndl a:visited {
	color: #676767;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
.ndl a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
}
.ndl a:active {
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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





/*----------------------------  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;
}


.cat-prod-price p {
	color: #333333;
	font-weight: normal;
}
.product-list form {
	margin: 0px;
	padding: 0px;
}
.rel-box h2 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.rel-box {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E6E2C7;
	padding-top:5px;
	clear: both;
	margin-top: 10px;
	}
.cat-id {
	margin-left: 5px;
	margin-top: 10px;
}
.prod-id {
	margin-top: 100px;
}

.prod-image2 {
	float: left;
	margin-right: 10px;
}
.index-text-box {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
#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 ------------------------------------*/


.rightcolumn {
	width: 241px;
	float: right;
	background-color: #FFE771;
	height:675px;
	padding-bottom: 32px;
}

.index-text {
	width:630px;
	text-align:left;
	margin:20px;
	color: #333333;
}
.index-poster-text {
	font-size: 120%;
	font-weight: bold;
	color: #234497;
	}

.body-indexcontent .left-index {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 434px;
	overflow: hidden;
}
.body-indexcontent .left-index h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.body-indexcontent .left-index .left-index-text {
	background-color: #136FDA;
	border: 1px solid #0F58B3;
	width: 419px;
	float: left;
	padding: 6px;
	color: #FFFFFF;
	font-size: 14px;
}
.body-indexcontent .left-index .left-index-text-offer {
	background-color: #FF4000;
	border: 1px solid #D73600;
	width: 419px;
	float: left;
	padding: 6px;
}


.purple {
	color: #E9DAE4;
}
.body-indexcontent .left-index .leftcol-title a {
	text-transform: none;
	color: #FFFFFF;
}
#body-wrapper .body-indexcontent .left-index .main-product a {
	color: #FFFFFF;
}

.greenhouse-menu {
	float: left;
	width: 143px;
	height: 179px;
	position:relative;
	margin: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

	
.greenhouse-menu img {
	float: left;
	padding: 0px;
	margin:0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	}
	
.greenhouse-menu a strong {
	width:143px;
	height:23px;
	line-height:22px;
	font-weight:bold;
	background-color:#24420E;
	color:#fff;
	display:block;
	position:absolute;
	left: 0px;
	top: 155px;
	text-decoration:none;
	text-align:center;
}

.greenhouse-menu a:hover strong {
	width:143px;
	height:23px;
	line-height:22px;
	background-color:#487F1F;
	text-decoration:none;
	color:#fff;
	display:block;
	text-align:center;
	}
	


.offer-menu {
	float: left;
	width: 143px;
	height: 235px;
	position:relative;
	margin: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	background-color: #136FDA;
	color: #FFFFFF;
}

	
.offer-menu img {
	float: left;
	padding: 0px;
	margin:0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	}
	
.offer-menu a strong {
	padding-left:5px;
	width:138px;
	height:23px;
	line-height:22px;
	font-weight:bold;
	background-color:#FF6A35;
	color:#fff;
	display:block;
	position:absolute;
	left: 0px;
	top: 155px;
	text-decoration:none;
}

.offer-menu a:hover strong {
	padding-left:5px;
	width:138px;
	height:23px;
	line-height:22px;
	background-color:#136FDA;
	text-decoration:none;
	color:#fff;
	display:block;
	}
	





.rightcol-product img {
	float:left;
	margin-right:5px;
	}



.rightcol-product {
	background-color: #FF6A35;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	height: 88px;
	border-right-width: 14px;
	border-left-width: 14px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFE771;
	border-left-color: #FFE771;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #FFE771;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}

.rightcol-product a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	height:88px;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcol-product a:hover {
	background-color: #136FDA;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	height:88px;
	text-decoration:none;
}
.rightcol-product strong {
	padding-top: 5px;
	display: block;
	
}


/*----------------- 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: #810000;
}
.btn {
	color:#FF4000;
	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;
}

/*----------------- Form box width  --------------------*/
.boxtext {
	width:200px;
}
.boxcomments {
	width:200px;
}
.bigbox {
	width:200px;
}
.boxsmall {
	width:50px;
}
#body-wrapper .body-content-frame h1 {
	margin-left: 0px;
}
#body-wrapper #banner .banner-photo img {
	margin-right: 2px;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
}
#body-wrapper .leftcolumn .leftcolumn-inner {
	background-color:#FFED95;
	margin-left: 0px;
	margin-bottom: 5px;
}
#body-wrapper .leftcolumn .leftcolumn-inner strong {
	color: #6A0807;
}
.tel-no {
	font-weight: bold;
	color: #6A0807;
	line-height: 180%;
	font-size: 125%;
}
#body-wrapper .leftcolumn .leftcolumn-inner p {
	color: #343434;
	margin-left: 10px;
	line-height: 130%;
	font-size: 95%;
}
#body-wrapper .body-content-prod .prod-image-holder {
	clear: both;
	margin-left: 10px;
}
#body-wrapper .body-content #firefox-holder {
	clear: both;
}
.leftbar {
	background-image: url(../images/back-green.jpg);
	background-repeat: repeat;
	float: left;
	width: 26px;
}
.top-tel-no {
	font-size: 290%;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	margin-right: 10px;
}
#body-wrapper .leftcolumn .left-search-box {
	height: 68px;
	width: auto;
	background-color: #FF6A35;
}
.logo-box {
	background-color: #136FDA;
	height: 127px;
	background-image: url(../images/mica-logo-hardware.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #1059B4;
}




/*----------------------------  category styles ---------------------------------------------------*/


.rel-box #firefox-holder .product-list .cat-prod-price p {
	font-weight: normal;
	color: #333333;
}
.rel-box #firefox-holder .product-list .cat-prod-link a {
	text-decoration: none;
}
.content-box .cat-hotspot-1 img {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 0px;
}
.content-box .cat-hotspot-1 p {
	padding: 0px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#product-list-title {
	float: 						right;
	width: 						666px;
	background-color: 			#4E8747;
	padding-top: 				8px;
	padding-bottom: 			8px;
	padding-left: 				10px;
	padding-right: 0px;
	margin-top: 3px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 2px;
}


.product-list {
	background-color: #FF6A35;
	background-image: url(../images/prod-list-back.png);
	background-repeat: repeat-x;
	width: 666px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	float: right;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	position: relative;
	color: #333333;
	line-height: 22px;
}
#body-wrapper .content-box .cat-prod-holder .product-list h2 {
	font-size:13px;
	color:#136FDA;
	padding-right: 10px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#body-wrapper .content-box .cat-prod-holder .product-list form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#body-wrapper .content-box .cat-prod-holder .product-list .cat-prod-price {
	margin: 0px;
	height: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#body-wrapper .content-box .cat-prod-holder .product-list .cat-prod-price .quantity {
	float: right;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
}
#body-wrapper .content-box .cat-prod-holder .product-list .cat-prod-price .quantity .Gprice {
	margin: 0px;
	color: #FF4000;
	padding: 0px;
}
#body-wrapper .content-box .cat-prod-holder .product-list .cat-prod-price select {
	margin-top: 5px;
	margin-right: 5px;
	font-size: 9px;
	width: 130px;
}
#body-wrapper .content-box .cat-prod-holder .product-list .cat-prod-price .quantity strong {
	color: #FF4000;
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 14px;
	width: 100px;
	text-align: right;
}
#body-wrapper .body-indexcontent .left-index img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#body-wrapper .body-indexcontent .left-index .left-index-text h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#body-wrapper .body-indexcontent .left-index .left-index-text-offer h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#body-wrapper .content-box {
	width: 676px;
	float:left;
}
#body-wrapper .container {
	background-color: #fff;
	background-image: url(../images/left-menu-back.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
}
#body-wrapper .container .content-box .cat-hotspot-1 .image-right {
	float: right;
	padding-bottom: 17px;
	padding-left: 5px;
}
.breadcrumb-holder {
	padding-left: 10px;
}
#body-wrapper .container .body-content-prod #product-info {
	margin-left: 10px;
}
#body-wrapper .container .body-content-prod #product-info .prod-buy-now select {
	display: block;
	font-size: 10px;
	width: 138px;
}
#body-wrapper .container .body-content-info p {
	margin-left: 10px;
	margin-right: 10px;
}
#body-wrapper .container .body-content p {
	margin-left: 10px;
}
#body-wrapper .container .body-content #firefox-holder {
	margin-left: 10px;
}
#body-wrapper .container .body-content-prod #product-info .prod-summary strong {
	color: FF4000;
}
.photo-banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 262px;
	width: 433px;
	overflow: hidden;
	background-image: url(../images/home-banner2.jpg);
	background-repeat: no-repeat;
}
#body-wrapper .container .content-box .cat-prod-holder .product-list .cat-prod-price .quantity input {
	font-size: 10px;
}
#body-wrapper .container .content-box #firefox-holder {
	padding-left: 10px;
}
#body-wrapper .container .body-content-prod .rel-box .product-list .cat-prod-price select {
	font-size: 9px;
}
#body-wrapper .container .body-content-prod .rel-box .product-list .cat-prod-price input {
	font-size: 10px;
}
#body-wrapper .container .body-content-info .image-right-pdf {
	font-size: 10px;
	float: right;
	width: 220px;
	line-height: normal;
	padding-left: 20px;
}

/*----------------------------  contact styles ---------------------------------------------------*/

.contact{
	font-size: 90%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 230px;
	position: relative;
}

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


.contact em {
	font-weight: bold;
	color: #A45419;
}
.form-feedback {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-bottom: 15px;
}
#body-wrapper .container .banner-top-menu a {
	color: #FFFFFF;
}
#body-wrapper .container .content-box .cat-prod-holder .product-list .cat-prod-price .quantity input {
	width: 13px;
}
#body-wrapper .container .content-box .cat-prod-holder .product-list .cat-prod-price .quantity .sale-button .btn {
	width: 60px;
}
#body-wrapper .container .content-box .cat-prod-holder .product-list .cat-prod-price .quantity .form-hide {
	float: right;
}

li {
	padding-left: 15px;
	background-image: url(../images/li-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	list-style-type: none;
}
ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#body-wrapper .container .body-indexcontent .left-index .left-index-text p {
	font-size: 11px;
}
#body-wrapper .container .body-indexcontent .left-index .offer-menu p {
	padding: 2px;
}
