/* ---- Global Element Selectors ---- */

body{
	padding:0;
	margin:0;
	background:#eee url('images/bg_45degreee_fabric.png');
}

/* ---- Global Classes ---- */

.clearfix:after,
.clearfix:before {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.heading2{
	font-size: 30px;
	color: #ffba03;
	padding:0 0 10px 30px;
	margin:5px 0 10px;
	font-weight:normal;
	
	background:url('images/bg_footer-shadow.png') center bottom no-repeat;
}

.heading3{
	font-size: 18px;
	color: #231f20;
	border-bottom:2px #ffba03 solid;
	margin:2px 4px;
}

.image{
	border: 1px solid #dddddd;
	background:#fff;
	padding:3px;
}

.align-center{
	text-align:center;
}
#contact-form {
    margin: 20px 0 10px;
}
#contact-form fieldset {
    margin: auto;
    width: 600px;
}
#contact-form input.textfield {
    width: 225px;
}
#contact-form textarea {
    width: 400px;
}
#contact-form .btn-container input {
    margin: 0 25px;
}
#contact-form .error-message ul, #contact-form .error-message ul li {
    margin: 0;
}
#contact-form .form-row {
    margin: 0 0 20px;
}
#contact-form .textfield, #contact-form select {
    background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 5px 5px 5px 5px;
} 
#social-container{
	margin-left:15px;
	float:left;
}
#social-container a{
	text-decoration:none;
}
#social-container img{
	vertical-align: middle;
	max-height:24px;
}
span.required {
    color: #FF0000;
    font-weight: normal;
}
#contact-form label {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0.5em;
    padding: 3px 0;
    text-align: right;
    width: 125px;
}

.cta-button,
a.cta-button{
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.35);
	text-decoration:none;

	padding:8px 35px;
	border: solid 1px #454545;
	
	background-color: #555;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: linear-gradient(to top, rgba(0,0,0,.08), rgba(255,255,255,.08));
	
	-webkit-box-shadow: inset 0 0 4px rgba(255,255,255,.35);
	-moz-box-shadow: inset 0 0 4px rgba(255,255,255,.35);
	box-shadow: inset 0 0 4px rgba(255,255,255,.35);
}

/* ---- Sprites ---- */

.span-sprite{
	background:transparent url('images/sprite_global.png') no-repeat;
	display:inline-block;
}

.sprite-arrow{
	background-position:-75px 0;
	width:18px;
	height:15px;
}

.sprite-person{
	width:21px;
	height:20px;
}

.sprite-yellow-cart{
	background-position:-25px 0;
	width:20px;
	height:21px;
}

.sprite-black-cart{
	background-position:0 -25px;
	width:14px;
	height:16px;
}


.sprite-check{
	background-position:-50px 0;
	width:20px;
	height:22px;
}



/* ----- Primary Navigation ----- */

/* ----- top level category list ----- */
ul.dropdown {
	margin: 0;
	padding: 0;
	position: relative;
	font-weight:normal;
	font-size:12px;
	border-radius:5px;
	background-color: #555;
	-webkit-box-shadow: inset 0 0 4px rgba(255,255,255,.35);
	-moz-box-shadow: inset 0 0 4px rgba(255,255,255,.35);
	box-shadow: inset 0 0 4px rgba(255,255,255,.35);
	border: solid 1px #454545;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: linear-gradient(to top, rgba(0,0,0,.08), rgba(255,255,255,.08));
}
ul.dropdown li.parcat a.parcat-link {
    text-align: center;
    height: 30px;
}
ul.dropdown li.parcat {
    width: 108px;
}
	ul.dropdown a:hover {
		color: #f5f5f5;
	}
	ul.dropdown a:active {
		color: #ffa500;
	}
	ul.dropdown li {
		float: left;
		font-weight: bold;
		list-style: none;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		zoom: 1;
	}
		ul.dropdown li a {
			border-right: 1px solid #333;
			color: #fff;
			display: block;
			padding: 10px 12px;
			text-decoration: none;
		}
			/* Reiterated here because IE6 won't recognize like all the other browsers. */
			.ie6 ul.dropdown li a {
				color: #222;
				text-decoration: none;
			}
		ul.dropdown li:last-child a {
			border-right: none;
		}
		ul.dropdown li.hover,
		ul.dropdown li:hover {
			color: #000;
			position: relative;
			
			background: #868686; /* Old browsers */
			background: -moz-linear-gradient(top,  #868686 0%, #7b7b7b 3%, #757575 6%, #747474 38%, #636363 66%, #636363 94%, #6a6a6a 97%, #777777 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(3%,#7b7b7b), color-stop(6%,#757575), color-stop(38%,#747474), color-stop(66%,#636363), color-stop(94%,#636363), color-stop(97%,#6a6a6a), color-stop(100%,#777777)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #868686 0%,#7b7b7b 3%,#757575 6%,#747474 38%,#636363 66%,#636363 94%,#6a6a6a 97%,#777777 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #868686 0%,#7b7b7b 3%,#757575 6%,#747474 38%,#636363 66%,#636363 94%,#6a6a6a 97%,#777777 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #868686 0%,#7b7b7b 3%,#757575 6%,#747474 38%,#636363 66%,#636363 94%,#6a6a6a 97%,#777777 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #868686 0%,#7b7b7b 3%,#757575 6%,#747474 38%,#636363 66%,#636363 94%,#6a6a6a 97%,#777777 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
		}
		ul.dropdown li.hover a {
			color: #000;
		}
	ul.dropdown code {
		padding: 0 0 0 10px;
	}

	/* ----- second level category list ----- */
	ul.dropdown ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		visibility: hidden;
		width: 215px; /*220px*/
		border:1px solid #666;
	}
		ul.dropdown ul li {
			background: #f6f6f6;
			border-bottom: 1px solid #ccc;
			color: #000;
			float: none;
			font-weight: normal;
		}

			.ie6 ul.dropdown ul li,
			.ie7 ul.dropdown ul li {
				display: inline;
				width: 100%;
			}
			ul.dropdown ul li a {
				border-right: none;
				display: block;
				padding:5px 10px; /*4px 10px*/
				color:#000;
			}
				/* IE 6 & 7 Needs Inline Block */
				.ie6 ul.dropdown ul li a,
				.ie7 ul.dropdown ul li a {
					display: inline-block;
				}
		ul.dropdown .sub-menu code {
			display: inline;
			padding: 0;
			position: absolute;
			right: 10px;
		}

		/* ----- third level category list ----- */
		ul.dropdown ul ul {
			left: 100%;
			top: 0;
			width:160px;
		}
			ul.dropdown li:hover > ul {
				visibility: visible;
			}

/* ----- use to convert the menu to a vertical layout for the category tree ----- */
ul.flyout {
	width: 200px;
}
	ul.flyout li {
		float: none;
	}
		ul.flyout ul {
			top: 0;
			left: 100%;
		}

/* ---- Global Shell ----- */

.content-wrapper{
	    
	border: 1px solid #ccc;
	border-top:0;
	border-radius: 0px;
	background:#fff;
	
	/*-webkit-box-shadow: none;
	box-shadow: none;*/

	-webkit-box-shadow: 0px 4px 12px px rgba(, 0, 0, .3);
	box-shadow: 0px 4px 12px px rgba(, 0, 0, .3);
}


/* ---- Global Header ---- */

.top-bar{
	font-size: 11px;
	padding: 5px 10px;
	border-bottom: 1px solid #EEE;
	margin: 0 0 10px;
}

	.top-bar a {
		color:#231f20;
	}
	.top-bar a.free-samples {
	color:#FF6600;
	font-weight:bold;	
	}
	.top-bar-left{
		float:left;
	}
	.top-bar-right{
		float:right;
	}

.masthead{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0;
}
	.masthead-logo{
		float:left;
		padding-left:15px;
		margin-bottom: 12px; /*added*/
		width:307px; /*added*/
	}

	.masthead-right{
		float:right;
		padding:0 10px 0 0;
		width:430px;
		text-align:right;
	}

		.masthead-links li{
			list-style-type:none;
			display:inline-block;
			margin:0 0 0 10px;
		}

			.masthead-links li a{
				text-decoration:none;
				color:#231f20;
			}

			.masthead-links li a:hover{
				text-decoration:underline;
			}

			.masthead-link-images{
				margin-right:2px;
			}

.search-input{
	width: 350px;
	height: 28px;
	margin:5px 0 0 0;
	border: solid 1px #ccc;
	padding: 0 6px 0 7px; /*0 10px;*/
	
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
	background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06));
	
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3);
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
}

.pagecrumbs ul.breadcrumbs{display:inline;margin:0;}
.pagecrumbs ul.breadcrumbs{float:left;width:100%;margin-bottom:5px;margin-top:10px;}
.pagecrumbs ul.breadcrumbs li{float:left;list-style:none;margin:0;}
.pagecrumbs ul.breadcrumbs li{padding-left:2px;background:none;}
.pagecrumbs ul.breadcrumbs .first{margin-left:-30px; padding-left:0 !important;}
/*.pagecrumbs ul.breadcrumbs a,#breadcrumbs span span a{color:#747474;text-decoration:none;font-size:12px;}*/
.pagecrumbs ul.breadcrumbs a, #breadcrumbs span span a, #breadcrumbs span a{padding:2px 0 2px 2px; color:#747474;text-decoration:none;font-size:12px;/*text-decoration:underline;font-weight:bold;*/}
.pagecrumbs ul.breadcrumbs li:last-child > a {font-weight:bold; color:#ff6600;}
/*#breadcrumbs span span a:hover, #breadcrumbs span a:hover{color:#eb5424;}*/
.pagecrumbs ul.breadcrumbs a:hover{text-decoration:underline; color:#ff6600;}
/*.pagecrumbs ul.breadcrumbs .cat-on{font-weight:bold;}*/


/* ---- Global Footer ---- */

.footer-wrap{
	background:#7e7e7e url('images/bg_footer.jpg');
	border-top:1px solid #000;
}

.footer-shadow{
	background:url('images/bg_footer-shadow_top.png') 0 0 repeat-x;
}

	.footer{	
		height:auto;
		border-top:0;
		background:transparent;
		
		margin: 0 auto;
		padding:40px 0 0;
		width: 980px;
	}

		.footer-list-wrap{
			background:url('images/bg_footer-shadow.png') center bottom no-repeat;
			padding-bottom:10px;
		}

		.footer-list{
			width:215px;
			float:left;
			font-size:12px;
		}

		.footer-list-first{
			padding: 0;
		}

			.footer-list li{
				list-style-type:none;
			}

			.footer-list-heading{
				font-weight:bold;
				color:#fff;
				border-bottom:1px solid #999;
				padding-bottom:5px;
				margin-bottom:5px;
				width: 85%;
			}

				.footer-list li a{
					color: #f5f5f5;
					display:inline-block;
					text-decoration:none;
					padding:2px;
					margin:0 0 5px 0;
				}

					.footer-list li a:hover{
						text-decoration:underline;
					}

		.site-seal-badge{
			float:none;
			margin:0 0 10px 0;
			width:auto;
			height:auto;
			text-align:left;
		}
		.rohs-image{
			margin:0 15px 0 0;
		}

		.copyright{
			margin: 0 25px 25px 25px;
			padding: 90px 25px 25px;
			background: transparent url('images/bw_ferrules_logo_crop.png') 25px 25px no-repeat;
		}

/* ---- =SFNT ---- */



.sfnt-header-item{
		width: 290px;
		height: 110px;
		margin-left:18px;
		padding:5px;
		float:left;

		border: solid 1px #ccc;
		
		background-color: #fff;
		background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06));
		
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px rgba(0,0,0,.3);
	}

.sfnt-header-item {border-radius:5px;}

.sfnt-header-item p {
	padding: 0 5px;
}
.sfnt-header-item .viewMore {
	cursor: pointer;
}
	
.sfnt-header-item.free-samples {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent !important;
	padding: 0;
	border: 0;
	width: 302px;
}
/*------ SFNT new code ------*/
.sfnt-header{
	margin:18px 0;
}

.sfnt-header h1 {
	margin-top:0;
	margin-bottom:2px;
	/*text-align:center;*/
}

.sfnt-header a:link, .sfnt-header a:visited, .sfnt-header a:active {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
}

.sfnt-header a:hover {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}

.sfnt-header-item-1 {
	width: 290px; /*306px*/
	margin-left:20px;
	float:left;
}

.sfnt-header-item-2 {
	width: 289px;
	margin-left:18px;
	float:left;
}

.sfnt-header-item-3 {
	width: 300px; /*306px*/
	margin-left:45px; /*18px*/
	float:left;
}
.sfnt-header-item-3 p {
	margin-bottom: 17px;
}
#feat {
	margin: 0 auto;
}
.featured-category-wrapper{
	padding:0 0 15px 0;
}

	.featured-category{
		/*width: 220px;
		height: 254px;*/
		border: solid 1px #ccc;
		float:left;
		margin: 0 0 18px 18px;
		text-align:center;

		background-color: #fff;
		background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));
		background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06));
		
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px rgba(0,0,0,.3);
	}
		.featured-category .image{
			margin:10px 0 7px 0;
			/*max-width:200px;
			max-height:200px;*/
		}

/*firefox specific */
@-moz-document url-prefix() {
    .featured-category .image {margin-bottom:0;}
    
}
		.content a.featured-category-link {
			display: block;
			text-align: center;
			text-decoration: none;
			font-size: 14px;
			color: #231F20;
			/*border-top: 1px solid #FFBA03;*/
			padding:0;
		}

		.content a.featured-category-link:hover{
			text-decoration:underline;
			color:#231F20;
		}

.sfnt-content{
	margin:30px 40px 30px;
	
}

/* Updates 11/4/2013 */
.hidden {display:none;}

.featured-category {border-radius:5px; width: 288px;height:302px;}
.banner {background-color: #FF6600; background-image: -moz-linear-gradient(top, #FF6600, #CC5200);background-image: -ms-linear-gradient(top, #FF6600, #CC5200);background-image: -o-linear-gradient(top, #FF6600, #CC5200);background-image: -webkit-gradient(linear, center top, center bottom, from(#FF6600), to(#CC5200));background-image: -webkit-linear-gradient(top, #FF6600, #CC5200);background-image: linear-gradient(top, #FF6600, #CC5200);margin-top: 0;margin-left: -10px;padding: 0 10px;position: relative;width: 100%;height: 40px;color: #fff;text-align: center;}
.banner .arrow-left, .banner .arrow-right {border-top: 10px solid #8B3903;line-height: 0;position: absolute;top: 100%;width: 0;height: 0;}
.banner .arrow-left {border-left: 10px solid transparent;left: 0}
.banner .arrow-right {border-right: 10px solid transparent;right: 0}
ul.dropdown ul {z-index: 9999;}
.banner h2 {line-height: 36px;}
.sfnt-cta-large {width: 940px;margin: 14px auto 0;}
.heading2 {display: block;width: 940px;border-top-right-radius: 5px;border-top-left-radius: 5px;text-align: center;font-size: 20px;color: #fff;padding: 6px 0;margin: 5px auto 0;font-weight: normal;}
.heading2 {background-color: #5186ba; background-image: -moz-linear-gradient(top, #5186ba, #386ba2);background-image: -ms-linear-gradient(top, #5186ba, #386ba2);background-image: -o-linear-gradient(top, #5186ba, #386ba2);background-image: -webkit-gradient(linear, center top, center bottom, from(#5186ba), to(#386ba2));background-image: -webkit-linear-gradient(top, #5186ba, #386ba2);background-image: linear-gradient(top, #5186ba, #386ba2);border: 1px solid #386ba2;-moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;}
.masthead-right-search {left: 1px;position: absolute;top: 28px;}
.search-button {color: #333; /*width: 65px;*/height: 38px;margin-left: -6px;background-color: #fff;background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06)); -moz-background-clip: padding;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #CCC;border-top-right-radius: 5px;border-bottom-right-radius: 5px;vertical-align: top; font-size: 14px;}
.search-input {vertical-align: top; height: 37px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;
width: 142px; /*164px*/
box-shadow: none;margin: 0; font-size: 13px;}
.masthead-right {position: relative;width: 600px;}

.masthead-right-phone {
	float:right;
	margin-right:8px;
	font-weight:bold;
}
.span-check-icon {margin-right: 5px;height: 16px;background: url(../../images/checkout_icon.png) no-repeat;display: inline-block;width: 16px;}
.span-bask-icon {margin-right: 5px;height: 16px;background: url(../../images/cart_icon.png) no-repeat;display: inline-block; width: 16px;}
.masthead-right-checkout {font-size: 14px;top: 28px;text-align: center;border-radius: 5px;height: 20px;background-color: #fff;background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06));border:1px solid #ccc;right: 18px;position: absolute;/*width: 100px;*/
padding: 8px 8px; /*8px 12px*/}
.masthead-right-express-order {font-size: 14px;top: 28px;text-align: center;border-radius: 5px;height: 20px;background-color: #fff;background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06));border:1px solid #ccc;right: 121px;position: absolute;/*width: 100px;*/
padding: 8px 8px; /*8px 12px*/}
.masthead-right-basket {font-size: 14px;top: 28px;text-align: center;border-radius: 5px;height: 20px;background-color: #fff;background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06));background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06));border:1px solid #ccc;
right: 255px; /*159px*/
position: absolute;/*width: 153px;*/padding: 8px 8px; /*8px 12px*/}
.masthead-right a {text-decoration: none;color: #333;}
.masthead-right a:hover {text-decoration: underline;color: #333;}
.masthead-right-basket:hover {background-image: -moz-linear-gradient(top, #f4f4f4, #fff);background-image: -ms-linear-gradient(top, #f4f4f4, #fff);background-image: -o-linear-gradient(top, #f4f4f4, #fff);background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f4f4), to(#fff));background-image: -webkit-linear-gradient(top, #f4f4f4, #fff);background-image: linear-gradient(top, #f4f4f4, #fff);}
.masthead-right-checkout:hover {background-image: -moz-linear-gradient(top, #f4f4f4, #fff);background-image: -ms-linear-gradient(top, #f4f4f4, #fff);background-image: -o-linear-gradient(top, #f4f4f4, #fff);background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f4f4), to(#fff));background-image: -webkit-linear-gradient(top, #f4f4f4, #fff);background-image: linear-gradient(top, #f4f4f4, #fff);}
#feat {
	/*border: 1px solid #ccc;*/
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px 0 0;
	width: 940px;
	
}
.newsletter-signup-submit {
	color: #fff;
	background: #555;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
	background-image: linear-gradient(to top, rgba(0,0,0,.08), rgba(255,255,255,.08));
	border: 1px solid #555;
	height:22px;
	vertical-align:middle;
	margin-left: -5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.newsletter-signup-textfield {
	vertical-align:middle;
	height:18px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border: 1px solid #ccc;
}
.newsletter-signup {
	text-align: center;
}
.newsletter-signup .heading3 {
	text-align: left;
}

#viewMore-info {
	font-size: 13px;
	line-height: 18px;
	padding: 15px;
	text-align: center;
}
#viewMore-info p {
	text-align: left;
	color: #333;
}
.featured-category .image {
	max-width: 254px;
	max-height: 254px;
}


/* OSEL */
#flatrateshow1 {display:none;}