/* CSS for charitybuzz - Current Auctions */


#content {
	padding-top: 0;
	background: url(../images/areas/bg-currentAuctionsDivider.gif) 330px 0 repeat-y;
	}

#content #carouselWrapper {
	text-align: center;
	padding: 30px 0 0;
	background-color: #fff;
	}



/* ===========================================
          TABS - Overrides styles in ui.tabs.css
==============================================*/

#content .ui-tabs-nav, #content .ui-tabs-panel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
	}

#content .ui-tabs-nav {
	padding-left: 28px;
	}

#content .ui-tabs-nav a span {
	padding: 12px 8px 4px 12px;
	}

#content .ui-tabs-selected a span {
	padding-bottom: 5px;
	}

#content .ui-tabs-nav a span em {
	display: block;
	height: 22px;
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#content .ui-tabs-selected a span em,
#content .ui-tabs-nav a:hover span em {	
	background-position: top left;
	}

#content #tab-currentAuctions span em { width: 204px; background-image: url(../images/current_auctions/tab-currentAuctions.gif); }
#content #tab-upcomingAuctions span em { width: 199px; background-image: url(../images/current_auctions/tab-upcomingAuctions.gif); }
#content #tab-recentlyClosed span em { width: 156px; background-image: url(../images/current_auctions/tab-recentlyClosed.gif); }



/* ===========================================
         AUCTION LISTS
==============================================*/

#content #auctionLists {
	padding-top: 24px;
	background-color: #fff;
	padding-bottom: 20px;
	border-bottom: 13px solid #dedbd4;
	}

#content .auctionList {
	width: 679px;
	padding: 24px 0 0 30px;
	}
	
.auctionList table {
	width: 649px;
	}

.auctionList td {
	width: 277px;
	height: 63px;
	padding: 8px 30px 6px 6px;
	border-top: 1px dotted #5e5d5a;
	border-right: 1px dotted #5e5d5a;
	}

.auctionList td.last {
	border-right: 0;
	}

.auctionList tr.lastRow td {
	border-bottom: 1px dotted #5e5d5a;
	}

.auctionList .thumb {
	float: left;
	}

.auctionList .themeThumb {
	float: left;
	}

.auctionList .thumb img {
	width: 159px;
	}

.auctionList .themeThumb img {
	width: 308px;
	}

.auctionList .desc {
	margin-left: 168px;
	}

.auctionList .themeDesc {
	margin-left: 328px;
	}

.auctionList h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	color: #46352e;
	}

.auctionList h4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	color: #46352e;
	}

.auctionList h6 {
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: normal;
	color: #46352e;
	line-height: 1.3em;
	}

.auctionList .arrow {
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/icons/redArrow-whitebg.gif) right 50% no-repeat;
	}


/* ===========================================
         RECENTLY CLOSED
==============================================*/

#recentlyClosedList .holder {
	/* height: 540px; */
	}

#recentlyClosedList .viewAll,
#upcomingAuctionsList .viewAll {
	float: right;
	margin: 6px 30px auto auto;
	font-size: 1.3em;
	}


/* ------ PAGINATION ------ */

#recentlyClosedList div.navigation {
	padding: 5px 15px;
	margin-top: 5px;
	text-align: right;
	}

#recentlyClosedList div.navigation a {
	padding: 5px 8px;
	font-size: 1.2em;
	font-weight: bold;
	}

#recentlyClosedList div.navigation a.activeSlide {
	background: #C52100;
	color: #fff;
	text-decoration: none;
	}



/* ===========================================
         TOP ITEMS BY CATEGORY
==============================================*/

#topItems {
	float: left;
	width: 300px;
	padding: 26px 16px 0;
	}

#topItems h2 {
	margin-bottom: 9px;
	}

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

#topItems h3 {
	padding: 8px 0 5px 8px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	color: #b31200;
	border-top: 1px dotted #5e5d5a;
	}

#topItems ul {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1.2em;
	padding-left: 1.2em;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #b31200;
	}

#topItems li {
	margin-bottom: 0.4em;
	}

#topItems li a {
	text-decoration: none;
	}


/* ------ FACEBOOK FAN ------ */

#facebookFan {
	margin-top: 40px;
	}



