@charset "utf-8";
/* **************************************************
Copyright (c) 2008, B & H Foto & Electronics Corp. All rights reserved.
http://wwww.bhphotovideo.com
version: 1.0.0 Verbose
Author: Andres Vidal
Co-Authors:
************************************************** */

/*Drop down menu */
/*ul.inlineMenu.dropdownMenu {display:inline-block; _height:1%;}  TEST to CLEARFIX THIS */
ul.inlineMenu.dropdownMenu li {float:left; position:relative;}
ul.inlineMenu.dropdownMenu li a {display:block; margin:auto 1em;} /* Note: this margin aligns trigger link with dropdowns and expands hover state for dropdowns */
ul.inlineMenu.dropdownMenu li ul {position:absolute; left:-9999em; background:#fff; _padding-bottom:0.5em;} /* Hack - left:-9999em Used to push menu off screen - IE Needs a background and extra bottom padding*/
ul.inlineMenu.dropdownMenu li ul li {margin:0.5em auto;} /* V-space the links here */
ul.inlineMenu.dropdownMenu li ul li a {width:10em;} /* Define link width here*/
ul.inlineMenu.dropdownMenu li ul li a:hover {color:#9FDD0B; text-decoration:none;} /*Color Hovers here*/
	/* Hack - left Used to push menu back to screen instead of display:none/block */
	ul.inlineMenu.dropdownMenu li:hover ul,	ul.inlineMenu.dropdownMenu li.iehover ul {left: auto;}/* Here's the action for :hover and Attached to IE by javascript */
/*END Drop down menu */

/*Inline Menu*/
ul.inlineMenu li {display:inline;}
/*END Inline Menu*/

/*INLINE Microformat-style*/
.hide{display:none;}


/**
*	 Back To Top links - Usage:
*	<div class="backToTop"><a href="#top">back to top</a></div>
*	<div class="backToTop right"><a href="#top">back to top</a></div>
*	<div class="backToTop left"><a href="#top">back to top</a></div> 
*
*/
div.backToTop {clear:both;}
div.backToTop.right {text-align:right; float:right; padding-right:10px;}
div.backToTop.left {text-align:left;}
div.backToTop a {display:block;color:#880000;background:url(/images/backtop.gif) no-repeat left 5px; padding-left:15px; font-weight: bold;}

/*Side Tips*/
.email.sideTip {background:#f5f9f0; border:1px solid #ccc;}
.email.sideTip h3 {display:block;background:transparent url(/images/sideTips.gif) no-repeat scroll 5px center; height:30px; padding:10px 0 0 30px; margin:0; border-bottom:1px solid #ccc;}
.email.sideTip p {font-size:0.916em; padding:0.5em; margin:0;}

/*Side Questions for Leasing page*/
.email.sideQuest {background:#f5f9f0; border:1px solid #ccc;margin-top:14px;}
.email.sideQuest h3 {display:block;height:30px; padding:10px 0 0 10px; margin:0; border-bottom:1px solid #ccc;}
.email.sideQuest p {font-size:0.916em; padding:0.5em; margin:0;background:transparent url(/images/sideQuest.gif) no-repeat scroll right top;}

/*Messages */
.alert{font-size:0.916em; color: #990000; padding:4px 4px 4px 30px; border: 1px solid #990000; background:#FAF8ED url(/images/punctuation.gif) no-repeat 5px 2px;}
.note{font-size:0.916em; color:#990000;}
.error, .star{font-size:0.916em; color:#FF0000;}
label.error{
	width: 100%;
	float:left;
}
.itemDetailMsgFade{
	display:none;
	opacity:.5;
}
.beenRemoved{
	font-size:16px;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	border:solid 1px #C0C0C0;
	background-color:#ffffff;
	width:100%;
	text-align:center;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.callbox{background-color:#EEEEEE;padding: 4px; margin: 4px;border: 1px solid #949294;}
.roundCallbox{background-color:#EEEEEE;padding: 4px; margin: 4px; -moz-border-radius:1em; -webkit-border-radius:1em;}
a.noOutline{outline:none;}
.secretLink, a.secretLink{text-decoration:none;} .secretLink:hover, a.secretLink:hover{text-decoration:underline;}
.hidingLink, a.hidingLink{text-decoration:underline;} .hidingLink:hover, a.hidingLink:hover{text-decoration:none;}
.clearAll{clear:both;}
/* Form Input Defaults. These should be cleared with Javascript on focus */
input.default {color:#777;}

/*popup div with close link*/
.popupDiv{
	position:absolute;
	background-color:#FFF;
	border-top: 1px solid #CCC;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #CCC;
	display:none;
	padding:4px;
	text-align:left;
	z-index:1000;
	width:450px;
}
.popupDiv #close, .popupDivClose{
	float:right;
	padding-right:13px;
	margin-right:3px;
	margin-left:20px;
	background-image:url('/images/closewindow.gif');
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}
.popupDiv p{}

/** Usage: Image Replacement (.ir) This removes the text of an inner element, usually a span, that can then be replaced with an image while accessible.
	1. <div class="ir"> <span>Replace Me</span> </div>
	2. <a href="somepage.jsp" class="ir"> <span>Replace Me</span> </a>
	3. <a href="somepage.jsp"> <span class="ir">Replace Me</span> </a>
*/
div.ir span,
a.ir span,
span.ir {display:block; width:1px; height:1px; overflow:hidden; margin:0; padding:0;text-indent:-9999em;}

/** Usage: List Style Class
	1. <ul class="disc"> <li>Anything goes!!</li></ul>
*/
ul.disc, ol.disc, ul.square, ol.square {margin-left:40px;}

ul.disc, ol.disc {list-style-type:disc;}
ol.decimal{list-style:decimal inside none;}
ul.square, ol.square {list-style-type:square;}

.masseging {
	padding:5px 10px;
	border:#FEC045 solid 1px;
	min-height:20px;
	background-color:#FCFCDC;
	width:575px;
	margin:0 auto 17px;
	text-align:center;
	position:relative;}

.masseging p {
	margin:0px;
	padding:0px;
	font-size:11px;}
	
.masseging span.massegingX{
	position:absolute;
	top:5px;
	right:5px;
	font-weight:bold;
	line-height: 10px;
	cursor:pointer;
}	
/*  zero results page  */	

.noResultsContainer {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	margin-bottom:-25px;}
	
.noResultsContainer h2 {
	margin-top:25px;
	color:#155487;
	font-size:18px;}	

.sorry {
	color:#9a0000;
	font-size:15px;
	font-weight:bold;}
	
.liveChat_line {
	font-weight:bold;
	background: url("/images/chat-bubble.gif") no-repeat;
	text-indent:25px;}

.liveChat_line a {text-decoration:underline; font-weight:normal; color:#155487; }
.liveChat_line a:hover {text-decoration:none;}

.noResultsContainer ol li {line-height:18px;}
    .zeroW{background: none repeat scroll 0% 0% rgb(231, 231, 231); float: left; width: 100%; color: rgb(89, 89, 89);margin-top:8px;}
	.ie .zeroW{margin-top:0;padding-bottom:12px;}
	.zeroW h2{margin-bottom: 0pt; font-size: 18px; font-weight: bold; color: rgb(21, 84, 135); padding: 12px 0pt 0pt 20px;}
	.zeroB{background: none repeat scroll 0% 0% white; border-radius: 5px 5px 5px 5px; float: left; margin: 10px 12px 12px;}
	.zeroW .left{width: 550px; float: left; min-height: 200px; background: url('/images/liveChatRep.png') no-repeat scroll 330px bottom transparent;}
	.zeroW .sorry{font-size: 14px; margin-left: 15px; margin-top: 15px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin-bottom: 1em;}
	.zeroW .sorry1{ margin-left: 15px; font-size: 19px; font-family: Arial, Helvetica, sans-serif; color: #718e37;}
	.zeroW .sorry1 a{color: #718e37;}
	.zeroW .dym{padding-left: 30px; margin-bottom: 5px; max-width: 350px;}
	.zeroW .left .innerC{padding: 0pt 0pt 0pt 20px;}
	.zeroW .left .innerC p{font-size:12px;}
	.zeroW .right{float: left; width: 380px; height: 100px; margin-top: 44px; border-left: 4px solid rgb(231, 231, 231);}
	.zeroW .right .head2{padding-left: 30px; font-weight: bold; font-size: 16px; margin-bottom: 0.8em;}
	.zeroW .right ul{padding-left:44px;list-style-type:square;}
	.zeroW .right ul .first{padding-bottom: 4px;}
	.zeroW .liveC a.liveChat{padding-top: 13px;margin-top:-13px; background: url('/images/chatNowSprite.png') no-repeat scroll 0 0 transparent; margin-left: 20px; padding-right: 105px; text-decoration: none;display:inline-block;text-indent:-9999px;}
	.zeroW .liveC a.liveChat:hover{background-position:0px -31px}
	.dym span{font-size:10px;}
	.zeroCont #bannersBtm{margin-bottom:-25px;}
	
	/*flash and dropdowns think their g-ds gift to humanity*/

.hideBigots embed,
.hideBigots select, 
.hideBigots input,
.hideBigots object,
.hideBigots #paginationFormTop{
	display:none;
}

.hideAllBigots embed,
.hideAllBigots select, 
.hideAllBigots input,
.hideAllBigots object,
.hideAllBigots #paginationFormTop{
	display:none;
}

/*	Search Feedback	*/	

p.searchFeedback {
	font-family:Arial;
	font-weight:bold;
	color:#0063d1;}
	
p.searchFeedback a {
	color:#585858;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;}
	
div.searchFeedbacklayer {
	font-family:Arial;}	
	
div.searchFeedbacklayer .popLayerMainContent {
	font-size:11px;
	color:#595959;}	

div.searchFeedbacklayer .popLayerMainContent textarea, #feedback_emailAddress {border:1px solid #595959;}
#feedback_emailAddress {width:253px; height:18px;}		
div.searchFeedbacklayer .popLayerMainContent textarea {
	width:327px;
	margin-bottom:7px;
	height:67px;}	
	
.sf_submit {
	background: url("/images/search-feedback-button.jpg") 0px 0px;
	border:none;
    float: right;
    height: 31px;
    margin-top: 10px;
    width: 116px;
	text-indent:-9999px;
	font-size:1px;
	color:#fff;
	line-height:45px;
	cursor:pointer;}

span.cencel {
	display: block;
    float: left;
    height: 8px;
    margin-left: 173px;
    margin-top: 16px;
	cursor:pointer;}

/*BKO Intl. shipping*/


span.intlShipChargeA {
	text-decoration: underline;
	cursor: pointer;
}

span.intlShipChargeB {
	font-size: 11px;
	color: #595959;
	font-weight: bold;
}

span.intlShipCharge {
	display: none;
	font-size: 11px;
	color: #595959;
}
*:focus  
{  
    outline: none;  
}