@charset "utf-8";
/******************************************************************************************
 * Search Term Banners
 * These banners will be going above predetermined search-results pages.
 * Copyright (c) 20011, B & H Foto & Electronics Corp. All rights reserved.
 * http://www.bhphotovideo.com
 * Author: Yakov Kravetz
******************************************************************************************/
#searchTermBannerMain {
	font-family: Arial, Helvetica, sans-serif;
	width: 758px;
	border: solid 1px #dddddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	 
}
#searchTermBannerMain #searchTermBannerHead {
	height: 40px;
	padding-left: 16px;
	background: url(http://www.bhphotovideo.com/banners/searchTermBanner_head-bg.jpg) repeat-x 0px 0px;
}
#searchTermBannerMain #searchTermBannerHead h1 {
	text-align: left;
	font-size: 16px;
	/* font-size: 13px; */
	color: #165485;
	line-height: 40px;
	padding: 0px;
	margin: 0px;
	-moz-text-shadow: 0px 1px 0px #ffffff; 
	-webkit-text-shadow: 0px 1px 0px #ffffff; 
	text-shadow: 0px 1px 0px #ffffff; 
}
#searchTermBannerMain #searchTermBannerHead h1 .searchTermTerm {
	/* color: #81b2da; */
	color: #990000;
}
#searchTermBannerMain #searchTermBody {
	height: 173px;
	margin-top: 10px;
}
#searchTermBannerMain #searchTermBody #searchTermLinksWrap {
	text-align: center;
	margin-left: 2px;
	overflow: hidden;
	height: 170px;
}
#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLink {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	width: 130px;
	text-align: center;
	border-right: dotted 1px #dbdbdb;
	/* border-left: dotted 1px #dbdbdb; */
	text-decoration: none;
}
/* ## CONDITIONAL STYLES ## */
/* --> Two */
#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLink_two {
	width: 356px;	
}
/* --> Three */
#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLink_three {
	width: 230px;	
}
/* --> Four */
#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLink_four {
	width: 167px;
}

#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLinkLast {
	border-right: 0px;
}
#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLink:hover {
	border-bottom: solid 2px #165485;
}
#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLink .searchLinkImage {
	display: block;
	text-align: center;
}
#searchTermBannerMain #searchTermBody #searchTermLinksWrap a.searchTermLink .searchLinkName {
	display: block;
	/*
	font-size: 11px;
	color: #165485;
	*/
	font-size: 14px;
	color: #595959;
	height: 55px;
	margin-top: 5px;
	font-weight: bold;
}


