#bgLinks {
	height: 37px;
	width: 97px;
	
		
}
#bgLinks a:link {
	background-image: url(images/link_tab_bg.jpg);
	display:block;
	color: #2a2a2a;
	text-decoration: none;
	visibility: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2a;
	background-repeat: no-repeat;
	height: 31px;
	width: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 6px;
	line-height: 31px;
	margin-left: -2px;
	
}

#bgLinks a:visited {
	background-image: url(images/link_tab_bg.jpg);
	display:block;
	color: #2a2a2a;
	text-decoration: none;
	visibility: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2a;
	background-repeat: no-repeat;
	height: 31px;
	width: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 6px;
	line-height: 31px;
	margin-left: -2px;
}

#bgLinks a:hover {
	background-image: url(images/link_tab_bg_over.jpg);
	color: #2a2a2a;
	text-decoration: none;
	visibility: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2a;
	background-repeat: no-repeat;
	height: 31px;
	width: 95px;
	line-height: 31px;
	margin-left: -2px;
	
}
.table-freeship {
	height: 33px;
	width: 325px;
	border: solid 1px #cfcfcf;
	margin-top: 4px;
}

.gradient2	{
	/*border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/

	background: #fefefe; /* for non-css3 browsers */

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ececec)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fefefe,  #ececec); /* for firefox 3.6+ */
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #ECECEC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FEFEFE 0%, #ECECEC 100%);
	
}
.text-freeship	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin-right: 5px;
	padding: 3px;
	text-align: justify;
}
.text-freeship-excludes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
.text-links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: right;
	margin-right: 10px;
}
.text-18 {
	font-size: 18px;
	color: #2a2a2a;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}
.text-14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bullet-blue {
	color: #4783ff;
	height: 7px;
	width: 7px;
}

.text-12-white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
}

.form-search-field {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.gradient-search	{
	/*border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/

	background: #fefefe; /* for non-css3 browsers */





	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ececec)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fefefe,  #ececec); /* for firefox 3.6+ */
	border: 1px solid #e2e2e2;
	height: 21px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 150px;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #ECECEC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #ECECEC 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FEFEFE 0%, #ECECEC 100%);
	
	
}.button-go {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #4178e9;
	height: 23px;
	width: 44px;
	border: 1px solid #4178e9;
	margin-right: 10px;
	font-size: 16px;
	line-height: 16px;
	padding-top: 1px;
	margin-top: 0px;
	position: relative;
	top: 1px;
}
.style1:link {
	color: #FFF;
	text-decoration: none;
}
.style1:visited {
	color: #FFF;
	text-decoration: none;
}
.style1:hover {
	color: #CCC;
	text-decoration: none;
}
.style2:link {
	color: #696969;
	text-decoration: none;
}
.style2:visited {
	color: #696969;
	text-decoration: none;
}
.style2:hover {
	color: #B4B4B4;
	text-decoration: none;
}



.table-kippah-home {
	background-image: url(images/bg-home-kippahs.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 532px;
}
.style3:link {
	color: #d62062;
	text-decoration: none;
}
.style3:visited {
	color: #d62062;
	text-decoration: none;
}
.style3:hover {
	color: #EA719E;
	text-decoration: none;
}
  .button-listing {
	color: #FFF;
	background-color: #939393;
	border: 1px solid #939393;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-radius:4px;
	height:30px;
	display:block;
	margin-top:30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}
  .button-listing:hover {
	opacity:.4;
}
