/* CSS for charitybuzz - Lot Detail */



/* ===========================================
         CONTENT HEADER
==============================================*/

#contentHd h2 {
	/* width: 550px; */
	width: 385px;
	padding-bottom: 0;
	border-bottom: 0;
	}

#contentHd a {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	color: #59453c;
	text-transform: uppercase;
	text-decoration: none;
	}

#contentHd a:hover {
	color: #f00;
	}

#contentHd a strong {
	color: #c52200;
	}

#contentHd .viewAllLots {
	margin: auto 1em auto 8px;
	}

#contentHd .watch {
	margin: 0px 20px auto auto;
	_margin-bottom: -20px; /* Win/IE6 */
	}
	*+html #contentHd .watch { margin-bottom: -20px; /* Win/IE7 */ }

#contentHd .clear {
	margin-bottom: 8px;
	border-bottom: 1px dotted #88766e;
	}


/* ===========================================
         LOT DETAIL
==============================================*/

#lotDetail {
	padding: 11px 11px 20px 8px;
	border-top: 13px solid #dedbd4;
	}

#lotDetail h3 img {
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	}


/* ------ PHOTOS ------ */

#photo {
	float: left;
	max-width: 420px;
	width: expression(this.width > 420 ? 420: true); /* Win/IE6 */
	}

#photo-zoom {
	display: block;
	margin-bottom: 5px;
	max-width: 420px;
	width: expression(this.width > 420 ? 420: true); /* Win/IE6 */
	}

#photo li {
	float: left;
	width: 91px;
	height: 68px;
	}

#photo li.clear {	
	float: none;
	display: block;
	height: 0;
	margin: 0;
	clear: left;
	}

#photo li a {
	display: block;
	width: 85px;
	height: 62px;
	overflow: hidden;
	border: 3px solid #fff;
	}

#photo li img {
	width: 85px;
	}

#photo li a:hover { border-color: #ccc; }
#photo li a.selected { border-color: #ed473b; }

#photo #photo-prevNext {
	float: none;
	display: block;
	width: auto;
	height: auto;
	clear: left;
	padding-top: 1px;
	text-align: center;
	}

#photo #photo-prevNext a {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	border: 0;
	}


/* ------ BID INFO ------ */

#bidInfo {	
	float: left;
	width: 242px;
	margin-left: 22px;
	padding-top: 14px;
	padding-left: 6px;
	_display: inline; /* IE6 */
	}

#bidInfo h2,
#bidInfo h3,
#bidInfo h6,
#bidInfo p {
	margin: 0 auto 0.8em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#bidInfo h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	color: #c52200;
	}

#bidInfo h3 {
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #88756e;
	}

#bidInfo h6 {
	color: #000;
	}

#bidInfo a {
	color: #675047;
	text-decoration: none;
	}

#bidInfo a:hover {
	color: #c52200;
	}


/* ------ BID FORM ------ */

#bidInfo form {
	margin: 26px auto auto -6px;
	_position: relative; /* Win/IE6 */
	}

#bidInfo .lotClosed {
	padding: 0.6em 0.5em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	background-color: #c52200;
	}
	
#bidInfo .lotOpeningSoon {
	padding: 0.6em 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	background-color: #535409;
	}
	
#bidInfo-inner {
	padding: 16px 11px 10px 0;
	border: 1px solid #f55e48;
	background-color: #f6f2e3;
	}

#bidInfo-inner h3 {
	margin: 0;
	padding: 0 0 7px 14px;
	border: 0;
	}

#bidInfo-inner a {
	color: #46352E;
	text-decoration: underline;
	}

#bidInfo-inner a:hover {
	color: #f00;
	}

#bidInfo-inner table {
	width: 100%;
	}

#bidInfo-inner tr {
	vertical-align: top;
	}

#bidInfo-inner th,
#bidInfo-inner td {
	padding: 6px 0 6px 14px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	border-top: 1px dotted #88756e;
	}

#bidInfo-inner .noBorder th, 
#bidInfo-inner .noBorder td { 
	border-top: 0;
	padding-top: 0;
	}

#bidInfo-inner .textbox {
	width: 63px;
	}

#bidInfo-inner table table th,
#bidInfo-inner table table td {
	padding: 2px 0;
	border: 0;
	font-size: 0.95em;
	line-height: 1.3em;
	}

#bidInfo-inner #placeBid3 {
	padding-bottom: 0;
	}

#bidInfo-inner #placeBid3 th,
#bidInfo-inner #placeBid3 td {
	font-size: 0.9em;
	line-height: 1.3em;
	}

#bidInfo-inner #placeBid3 th {
	width: 5em;
	padding-right: 1em;
	}

#bidInfo form button {
	float: right;
	height: 29px;
	margin-bottom: -2.4em;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-position: 0 0;
	background-repeat: no-repeat;
	_position: relative; /* Win/IE6 */
	}

#bidInfo form .submit { width: 100px; background-image: url(../images/buttons/bu-bidNow-bl.gif); }
#bidInfo form .bu-confirmBid { width: 126px; margin-bottom: 0; background-image: url(https://charitybuzz-assets.s3.amazonaws.com:443/images/buttons/bu-confirmBid-bl.gif); }

#bidInfo form button:hover {
	background-position: bottom left;
	}

#bidInfo form #bid_amount {
	width: 50px;
}

#bidInfo-inner .errorMsg{
	margin-left: 14px;
	}
	
#watchButton {padding:10px; text-align:center; height:31px; }
#watchButton .watchItem {overflow:hidden; margin:0 auto; text-indent:-100em; text-decoration:none; display:block; width: 157px; height:22px; background-image: url(../images/buttons/bu-watch-this.png); background-color:transparent; float:none; }
#watchButton .watchItem:hover {background-position:left bottom;}
#watchButton .watchingItem {overflow:hidden; margin:0 auto; text-indent:-100em; text-decoration:none; display:block; width: 157px; height:22px; background-image: url(../images/buttons/bu-watching-this.png); background-color:transparent; float:none; }	
	
/* ------ CURRENCY POP-UP ------ */

#bidInfo #currencyConverter {
	position: relative;
	float: right;
	margin-top: -26px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-decoration: none;
	}

#currencyConverter #link-currency {
	font-size: 0.9em;
	line-height: 1.3em;
	text-decoration: none;
	}

#currencyConverter #link-currency img {
	vertical-align: top;
	}

#popup-currency {
	display: none;
	position: absolute;
	top: 10px;
	left: -186px;
	width: 240px;
	padding-bottom: 14px;
	background-color: #fff;
	border: 1px solid #e84717;
	}

#popup-currency.active {
	display: block;
	}

#popup-currency h4 {
	margin-bottom: 2px;
	padding: 5px 0 3px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	background: url(../images/lot_detail/bg-currencyPopup-hd.png) 0 100% repeat-x;
	}

#popup-currency table {
	width: 100%;
	}

#popup-currency th,
#popup-currency td {
	border-top: 0;
	padding: 8px 0 0 13px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	}

#popup-currency th {
	padding-top: 3px;
	padding-bottom: 1px;
	background: url(../images/lot_detail/bg-currencyPopup-hd.png) 0 100% repeat-x;
	}

#popup-currency .country img {
	vertical-align: top;
	margin-right: 5px;
	}


/* ------ LEARN LINKS ------ */

#bidInfo #learn {
	float: left;
	width: 150px;
	margin-top: 1em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#bidInfo #learn li {
	margin-bottom: 0.5em;
	color: #675047;
	}

#bidInfo #learn a {
	color: #c52200;
	}

#bidInfo #learn a:hover {
	color: #f00;
	}


/* ------ BID THANKS ------ */

#bidInfo .thankyou {
	padding: 0 0 8px 14px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	}


/* ===========================================
         DESCRIPTION
==============================================*/

#description {
	padding: 18px 11px 28px 20px;
	border-top: 13px solid #dedbd4;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#description h3 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	color: #c52200;
	}

#description h4 {
	margin-right: 262px;
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	}

#description p {
	margin-right: 262px;
	margin-bottom: 1em;
	color: #59453c;
	}

#description ul,
#description ol {
	margin-right: 262px;
	margin-left: 1em;
	padding-left: 1.2em;
	}

#description ul { list-style: disc; }
#description ol { list-style: decimal; }

#description li {
	margin-bottom: 0.6em;
	}

#description .arrow {
	font-weight: bold;
	text-decoration: none;
	}


/* ===========================================
         COPYBLOCK CONTAINER
         
==============================================*/
#copy {
  float: right;
	width: 244px;
	border: 0px;
	}

/* ===========================================
         TERMS
==============================================*/



#terms {
/*	float: right;*/
	width: 214px;
	margin: auto auto 20px auto;
	padding: 14px;
	border: 1px solid #F55E48;
	}

#terms h4 {
	margin-right: auto;
	margin-bottom: 1em;
	}

#terms h4 a {
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #46352e;
	display:block;
	background: url(../images/icons/collapse-greenArrow-whitebg.gif) 0 4px no-repeat;
	}

#terms h4 a.on {
	background-position: 0 -29px;
	}

#terms .text {
	margin-bottom: 1em;
	padding: 1em 12px 0.4em;
	border-top: 1px dotted #857673;
	border-bottom: 1px dotted #857673;
	}

#terms .text p {
	margin-right: auto;
	margin-bottom: 1em;
	}


/* ===========================================
         INSTRUCTIONS
==============================================*/

#instructions {
	padding: 30px 36px 34px 20px;
	border-top: 13px solid #dedbd4;
	}

#instructions h4 {
	margin-bottom: 0.4em;
	}

#instructions h4 a {
	padding-left: 16px;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #c52200;
	line-height: 1.3em;
	background: url(../images/icons/collapse-redArrow-whitebg.gif) 0 4px no-repeat;
	}

#instructions h4 a.on {
	background-position: 0 -28px;
	}

#instructions .text {
	padding: 0.6em 0 0.6em 16px;
	color: #59453c;
	}

#instructions .text p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#instructions .text ul,
#instructions .text ol {
	margin-left: 1em;
	padding-left: 1.2em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#instructions .text ul { list-style: disc; }
#instructions .text ol { list-style: decimal; }

#instructions .text li {
	margin-bottom: 0.8em;
	}

#instructions .detail_contactLabel {
	float: left;
	width: 8em;
	}

#instructions .detail_contactData {
	float: left;
	}

