﻿/*Modal Popup*/
.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=40);
	opacity: 0.7;
}

.modalPopup
{
	display: block;
	color: #000;
	background-color: #fff;
	text-align: center;
	border: solid 2px #000;
	padding: 10px;
	
}

.modalOKButton
{
	display: block;
	color: #000;
	background-color: #fff;
	text-align: center;
	border: solid 2px #000;
	font-size: 8pt;
	width: 30px;
	height: 20px;
	font-family: Arial;
}

body 
{
	margin: 0 auto;
	color: #000000;
	text-align: center;
	background: #FFFFFF url(Images/BodyWrapper.gif) repeat-x;
	font-family: Arial;
	font-size: 0.75em;
}

a
{
	color: #14CE06;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: solid 0px #FFFFFF;
}
p
{
	margin: 0 0 15px 0;
}
table
{
	border-collapse: collapse;
}
ul
{
	margin: 0 0 15px 26px;
	padding: 0;
}
.NewsletterEmailInput
{
	width: 129px;
}
.NewsletterEmailInputDisabled
{
	background: #FFFFFF;
	color: #000000;
}
.BlockRightContainer a
{
	color: #FFFFFF;
	text-decoration: none;
}
.BlockRightContainer a:hover
{
	text-decoration: underline;
}

/*******************************************************************************************
*
* Default main divs
*
*******************************************************************************************/

#Wrapper
{
	margin: 0 auto;
	width: 988px;
}
	#Header
	{
		width: 985px;
		height: 64px;
		float: left;
		text-align: left;
	}
		#Logo
		{
			width: 206px;
			height: 64px;
			float: left;
		}
		#MainMenu
		{
			position: relative;
			top: 35px;
			width: 779px;
			height: 29px;
			float: right;
		}
	#PageContainer
	{
		width: 993px;
		float: left;
		display:inline;
		text-align: left;
	}
		#LeftContainer
		{
			width: 196px;
			float: left;
			display:inline;
			padding: 9px 10px 0 0;
		}
		#MiddleContainer
		{
			width: 569px;
			float: left;
			display: inline;
			padding: 6px 0 5px 0;
			background: url(Images/MiddleContentTop.gif) no-repeat 50% top;
		}
			#CrumblePath
			{
				float: left;
				background: #FFFFFF;
				display: inline;
				width: 561px;
				padding: 6px 0px 5px 8px;
				
			}
			#CrumblePath a
			{
				text-decoration: underline;
			}
			#SubMenuContainer
			{
				float: left;
				width: 559px;
				padding: 2px 5px 2px 5px;
				background: #FFFFFF;
				border-bottom: solid 1px #EBEBEB;
			}
			#Content
			{
				width: 559px;
				min-height: 500px;
				height: auto !important;
				height: 500px;
				float: left;
				padding: 6px 5px 0 5px;
				background: #FFFFFF;
			}
			.PageContentBlock
			{
				float: left;
				width: 100%;
			}
			.TabMenuContainer
			{
				width: 559px;
				float: left;
			}
			
		#RightContainer
		{
			width: 203px;
			float: left;
			display: inline;
			padding: 0 0 0 10px;
		}
.BlockLeftContainer
{
	width: 196px;
	float: left;
	margin: 0 0 15px 0;
}
.BlockLeftTop
{
	width: 196px;
	height: 10px;
	float: left;
	font-size: 2px;
	background: url(Images/BlockLeftTop.gif) no-repeat;
}
.BlockLeftContent
{
	width: 172px;
	padding: 2px 10px 2px 14px;
	float: left;
	color: #FFFFFF;
	line-height: 1.7em;
	background: url(Images/BlockLeftWrapper.gif) repeat-y;
}
.BlockLeftBottom
{
	width: 196px;
	height: 10px;
	float: left;
	font-size: 2px;
	background: url(Images/BlockLeftBottom.gif) no-repeat;
}
.BlockLeftWhiteTop
{
	width: 196px;
	height: 4px;
	float: left;
	font-size: 1px;
	background: url(Images/BlockLeftWhiteTop.gif) no-repeat;
}
.BlockLeftWhiteContent
{
	width: 176px;
	padding: 2px 10px 2px 10px;
	float: left;
	color: #000000;
	line-height: 1.7em;
	background: url(Images/BlockLeftWhiteWrapper.gif) repeat-y;
}
.BlockLeftWhiteBottom
{
	width: 196px;
	height: 4px;
	float: left;
	font-size: 1px;
	background: url(Images/BlockLeftWhiteBottom.gif) no-repeat;
}
.BlockLeftBlankTop
{
	width: 196px;
	height: 4px;
	float: left;
	font-size: 1px;
	background: url(Images/BlockLeftBlankTop.gif) no-repeat;
}
.BlockLeftBlankContent
{
	width: 186px;
	padding: 2px 5px 2px 5px;
	float: left;
	color: #000000;
	line-height: 1.7em;
	background: url(Images/BlockLeftBlankWrapper.gif) repeat-y;
}
.BlockLeftBlankContent p
{
	float:left;
	margin: 0 5px 5px 5px;
}
.BlockLeftBlankBottom
{
	width: 196px;
	height: 4px;
	float: left;
	font-size: 1px;
	background: url(Images/BlockLeftBlankBottom.gif) no-repeat;
}
.BlockRightContainer
{
	width: 204px;
	float: left;
	margin: 0 0 15px 0;
}
.BlockRightTop
{
	width: 204px;
	height: 10px;
	float: left;
	font-size: 2px;
	background: url(Images/BlockRightTop.gif) no-repeat;
}
.BlockRightContent
{
	width: 185px;
	padding: 0px 10px 2px 9px;
	float: left;
	color: #FFFFFF;
	line-height: 1.7em;
	background: url(Images/BlockRightWrapper.gif) repeat-y;
}
.BlockRightBottom
{
	width: 204px;
	height: 10px;
	float: left;
	font-size: 2px;
	background: url(Images/BlockRightBottom.gif) no-repeat;
}
.LeftInputBlockContainer
{
	width: 195px;
	height:22px;
	padding: 1px 0 3px 0px;
	margin: 0 0 15px 0;
	float: left;
}
.LeftInputBlock
{
	width: 187px;
	height:22px;
	padding: 1px 0 3px 8px;
	margin: 0 0 15px 0;
	float: left;
	background: url(Images/QuickSearchBack.gif) no-repeat;
}
.LeftInputBlockNoMargin
{
	width: 187px;
	height:22px;
	padding: 1px 0 0px 8px;
	margin: 0 0 0px 0;
	float: left;
	background: url(Images/QuickSearchBack.gif) no-repeat;
}
.LeftInputBlockRss
{
	width: 187px;
	height:22px;
	padding: 1px 0 0px 8px;
	margin: 0 0 0px 0;
	float: left;
	background: url(Images/InputBackgroundRss.gif) no-repeat;
}
.LeftInputBlockSmaller
{
	width: 177px;
	height:22px;
	padding: 1px 0 0px 8px;
	margin: 0 0 0px 0;
	float: left;
	background: url(Images/QuickSearchBack.gif) no-repeat;
}
#TagCloud
{
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	z-index: 1;
}
#SignInContainer
{
	margin: 0 0 15px 0;
}
/*******************************************************************************************
*
* Menus
*
*******************************************************************************************/

#BottomMenu
{
	width: 556px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 6px 5px 0 5px;
	text-align: center;
}
#BottomMenu ul
{
	list-style: none;
	width: 500px;
	margin: auto;
	padding:0;
}
#BottomMenu ul li
{
	margin: 0 0 0 8px;
	float: left;
	display: inline;
	color: #929292;
}
#BottomMenu ul li a
{
	color: #929292;
}

#MainMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#MainMenu ul li
{
	margin: 0 1px 0 0;
	float: left;
	display: inline;
	background: #FFFFFF;
	border-bottom: solid 1px #E0E0E0;
}
#MainMenu ul li a
{
	display: block;
	padding: 0 8px 0 8px;
	color: #929292;
}
#MainMenu ul li.MainMenuSelected
{
	border-bottom: solid 1px #FFFFFF;
}
#MainMenu ul li.MainMenuSelected a
{
	color: #14CE06;
}

.LoginMenu
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.LoginMenu li
{
	padding: 0 0 0 15px;
	margin: 0;
	background: url(Images/LoginMenuPrefix.gif) no-repeat 0 6px;
}
.LoginMenu li.LoginMenuUitloggen
{
	margin: 5px 0 0 0;
}
.LoginMenu li a
{
	color: #FFFFFF;
}

.SubMenu
{
	width: 551px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.SubMenu li
{
	float: left;
	display: inline;
	padding: 0 5px 5px 5px;
}
.SubMenu li a
{
	color: #878686;
	text-decoration: none;
}
.SubMenu li a:hover
{
	text-decoration: underline;
}
.SubMenu li a.SubLinkSelected
{
	text-decoration: underline;
	color: #14CE06;
}

#TabMenu
{
	list-style: none;
	margin: 0 0 10px 0;
	width: 551px;
	padding:0 0 0 5px;
	float: left;
	border-bottom: solid 1px #E3E3E3;
	display: block;
}
#TabMenu li
{
	margin: 0 1px -1px 0;
	display: inline;
	background: #FFFFFF;
	border-bottom: solid 1px #E3E3E3;
	float: left;
}
#TabMenu li a
{
	padding: 0 8px 0 8px;
	color: #929292;
}
.TabContent
{
	border-top: solid 1px #E3E3E3;
}
#TabMenu li.TabMenuSelected
{
	border-bottom: solid 1px #FFFFFF;
	color: #14CE06;
}
#TabMenu li.TabMenuSelected a
{
	color: #14CE06;
}
#TabMenu li.TabMenuNotSelected
{
	border-bottom: solid 1px #E3E3E3;
}
#TabMenu li.TabMenuNotSelected a
{
	color: #929292;
}

/*******************************************************************************************
*
* Form Styles
*
*******************************************************************************************/

input
{
	font-family: Arial;
	font-size: 1em;
	border: solid 0px #FFFFFF;
	margin: 0;
	padding: 0;
}
select
{
	font-family: Arial;
	font-size: 1em;
	border: solid 0px #FFFFFF;
	margin: 0;
	padding: 0;
}
.LoginInput
{
	width: 175px;
}
.LoginPasswordInput
{
	width: 128px;
}
.RssSelect
{
	width: 175px;
	border: none 0px #FFFFFF;
}
.QuickSearchInput
{
	width: 158px;
	margin: 0 5px 0 0;
}
.QuickSearchInputSmaller
{
	width: 148px;
	margin: 0 5px 0 0;
}
.InputProfileTable
{
	border: solid 1px #D8DBD8;
	width: 160px;
	padding: 1px 2px 1px 2px;
}
.SelectProfileTable
{
	border: solid 1px #D8DBD8;
	width: 165px;
	padding: 1px 2px 1px 2px;
}
.RightInputBackGround
{
	width: 180px;
	height: 22px;
	padding: 1px 0 3px 8px;
	margin: 0 0 5px 0;
	background: url(Images/RightInputBackGround.gif) no-repeat;
}
.LeftInputBackGround
{
	width: 170px;
	height: 22px;
	padding: 1px 0 3px 8px;
	margin: 0 0 5px 0;
	background: transparent url(Images/LeftInputBackGround.gif) no-repeat;
}
.EmailPopupInputBackground
{
	width: 157px;
	height: 22px;
	padding: 1px 3px 3px 8px;
	margin: 0 0 5px 0;
	background: url(Images/EmailPopupInputBackground.gif) no-repeat;
}
.EmailPopupTextBox
{
	width: 130px;
	margin: 0 5px 0 0;
}
.DetailPopupBidTextBox
{
	width: 130px;
	margin: 0 5px 0 0;
}
.DetialPopupBidInputBackground
{
	width: 157px;
	height: 22px;
	padding: 1px 3px 3px 8px;
	margin: 0 5px 5px 0;
	background: url(Images/EmailPopupInputBackground.gif) no-repeat;
}
.BidDirectlyInputBackground
{
	width: 100%;
	height: 22px;
	background: url(Images/BidDirectlyInputBackground.gif) no-repeat;
}
.BidDirectlyInputBackground input
{
	width: 142px;
	margin-top: 3px;
	margin-left: 3px;
}
.BidDirectlyInputBackground .ButtonInput
{
	width: 88px;
	height: 22px;
	margin-top: 0px;
	padding: 0 0 0 8px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background: url(Images/ButtonInput.gif) no-repeat;
	cursor: pointer;
}
.EmailControlInput
{
	width: 152px;
	margin: 0 7px 0 0;
}
.ButtonSave
{
	width: 108px;
	height: 22px;
	padding: 0 0 0 8px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background: url(Images/ButtonSave.gif) no-repeat;
	cursor: pointer;
}
.PopupQuestionTextfieldInputBackground
{
	width: 269px;
	height: 56px;
	padding: 1px 3px 3px 6px;
	margin: 0 0px 5px 0;
	background: url(Images/InputBackQuestionBackground.gif) no-repeat;
}
.PopupQuestionFieldTextBox
{
	width: 264px;
	height: 50px;
	margin: 0 3px 0 0;
	border: solid 1px #FFFFFF;
}
/*******************************************************************************************
*
* Element styles
*
*******************************************************************************************/
h1
{
	color: #14CE06;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 5px 5px 5px;
}
h1.NoMargin
{
	margin: 0 5px 5px 0px;
}
h2
{
	font-size: 1.3em;
	font-family: Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding:0;
	text-transform: uppercase;
}
h2.NormalText
{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 2px 5px;
	padding:0;
	text-transform: uppercase;
}
.TextBlock h2
{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding:0;
	text-transform: uppercase;
}
h3
{
	color: #14CE06;
	font-size: 1em;
	font-weight: normal;
	margin: 0 5px 5px 5px;
}
.AuctionImg
{
	margin: 0;
	padding: 3px 10px 3px 0;
}
p.TextBlokNoPadding
{
	margin: 0;
}
.TimeRemaining
{
	margin: 0 0 10px 0;
	border-bottom: solid 1px #EBEBEB
}
.TimeRemaining td
{
	padding: 0 5px 3px 5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}
#TagCloud ul
{
	list-style: none;
	margin: 0 0 0 0px;
	padding:0;
	color: #878686;
	z-index: 2;
}
#TagCloud ul li
{
	margin: 0 0 0px 0;
	color: #878686;
	z-index: 3;
}
#TagCloud ul li a
{
	width: 183px;
	display: block;
	margin: 0 0 0 5px;
	padding: 3px 3px 3px 5px;
	color: #878686;
	z-index: 4;
}
#TagCloud ul li a:hover
{
	text-decoration: none;
}
.TagCloudSize1
{
	font-size: 0.9em;
}
.TagCloudSize2
{
	font-size: 1em;
	color: #656565;
}
.TagCloudSize3
{
	font-size: 1.1em;
}
.TagCloudSize4
{
	font-size: 1.3em;
}
.TagCloudSize5
{
	font-size: 1.4em;
}
.TagCloudSize6
{
	font-size: 1.5em;
}
.TagCloudSize7
{
	font-size: 1.6em;
}
.LoginName, .TableAuctionName a:hover
{
	font-weight: bold;
}
.BlankTable
{
	margin: 0 0 15px 0;
}
.BlankTable td
{
	padding: 3px 5px 2px 5px;
	vertical-align: top;
}
.BlankTableNoMargin
{
	margin: 0 0 5px 0;
}
.BlankTableNoMargin td
{
	padding: 3px 5px 2px 5px;
	vertical-align: top;
}
.BasicSubTable
{
	margin: 0 0 15px 0;
	border-bottom: solid 2px #CCCCCC;
}
.BasicSubTableNoMargin
{
	margin: 0 0 4px 0;
	border-bottom: solid 2px #CCCCCC;
}
.BasicTable
{
	margin: 0 0 15px 0;
	border-bottom: solid 2px #14CE06;
}
.BasicTable td a
{
	color: #1f6519;	
}
.BasicTable td
{
	padding: 3px 5px 2px 5px;
	vertical-align: top;
}
.BasicTable td table tr td
{
	padding: 0;
	vertical-align: top;
}
.SubTableHeader
{
	color: #878686;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px 5px 3px 5px;
}
.TableHeader 
{
	color: #878686;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom: solid 1px #14CE06;
	padding: 2px 5px 3px 5px;
}
.TableHeader a, .BasicTable .TableHeader a
{
	color: #878686;
}
.BasicTable .TableAuctionDescription
{
	padding-top: 0px;
	padding-bottom: 10px;
	color: #656565;
	border-bottom: solid 1px #EBEBEB;
}
.TableAuctionName, .TableAuctionName a, .CrumblePathActivePage
{
	color: #1F6519;
}
.AuctionClosed, .AuctionClosed .TableAuctionName a, .AuctionClosed .TableAuctionName, .AuctionClosed a, a.AuctionClosed
{
	color: #CE1406;
}
.AuctionHourLeft, .AuctionHourLeft .TableAuctionName a, .AuctionHourLeft .TableAuctionName, .AuctionHourLeft a
{
	color: #C09B29;
}
.AuctionTimeLeft
{
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #EBEBEB;
}
.OverBidTop
{
	background: transparent url(Images/OverBidTop.gif) no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 5px;
	font-size: 2px;
	width: 196px;
}
.OverBidWrapper
{
	background: transparent url(Images/OverBidWrapper.gif) repeat-y left top;
	padding-left: 5px;
	width: 196px;
}
.OverBidWrapper table
{
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	width: 176px;
}
.OverBidBottom
{
	background: transparent url(Images/OverBidBottom.gif) no-repeat top;
	padding: 0;
	margin: 0;
	height: 5px;
	font-size: 2px;
	width: 196px;
}
.OverBid
{
	background: #FFCCCC;
}
.HighestBidTop
{
	background: transparent url(Images/HighestBidTop.gif) no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 5px;
	font-size: 2px;
	width: 196px;
}
.HighestBidWrapper
{
	background: transparent url(Images/HighestBidWrapper.gif) repeat-y left top;
	padding-left: 5px;
	width: 196px;
}
.HighestBidWrapper table
{
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	width: 176px;
}
.HighestBidBottom
{
	background: transparent url(Images/HighestBidBottom.gif) no-repeat top;
	padding: 0;
	margin: 0;
	height: 5px;
	font-size: 2px;
	width: 196px;
}
.HighestBid, .TagCloudSize2:hover
{
	background: #D0FFCC;
}
.NoBidTop
{
	background: transparent url(Images/NoBidTop.gif) no-repeat bottom;
	padding: 0;
	margin: 0;
	height: 5px;
	font-size: 2px;
	width: 196px;
}
.NoBidWrapper
{
	background: transparent url(Images/NoBidWrapper.gif) repeat-y left top;
	padding-left: 5px;
	width: 196px;
}
.NoBidWrapper table
{
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	width: 176px;
}
.NoBidBottom
{
	background: transparent url(Images/NoBidBottom.gif) no-repeat top;
	padding: 0;
	margin: 0;
	height: 5px;
	font-size: 2px;
	width: 196px;
}
.NoBid
{
	background: #FFE080;
}
.BidNow
{
}
.BidNow input
{
	width: 88px;
	height: 22px;
	background: url(Images/BidNowBackground.gif) no-repeat;
	padding-top: 3px;
	padding-left: 3px;
}
.ButtonInput
{
	width: 74px;
	height: 22px;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background: url(Images/BidNowButtonInput.gif) no-repeat;
	cursor: pointer;
}
.NextAuctionsTable
{
	margin: 0 0 15px 0;
	border-bottom: solid 2px #14CE06;
}
.NextAuctionsTable td.TableHeader
{
	padding: 2px 5px 3px 5px;
}
.NextAuctionsTable td
{
	padding: 4px 5px 4px 5px;
}
.PagingActivePage
{
	background-color: #14CE06;
	font-size: 0.8em;
	width: 13px;
	height: 13px;
	color: #fff;
	text-align: center;
	cursor:pointer;
}
.PagingInActivePage
{
	background-color: #B2B2B2;
	font-size: 0.8em;
	width: 13px;
	height: 13px;
	color: #fff;
	text-align: center;
	cursor:pointer;
}
.AuctionLineSpacerLightCenter
{
	border-bottom: solid 1px #EBEBEB;
	padding: 3px 3px 3px 3px;
}
.AuctionLineSpacerLight
{
	border-bottom: solid 1px #EBEBEB;
	padding: 3px 3px 3px 3px;
}
.AuctionLineSpacer
{
	border-bottom: solid 1px #EBEBEB;
	padding: 1px 3px 3px 3px;
	font-size: 1px;
}
.TableAuctionStatusLine
{
	padding: 3px 0 3px 0;
	font-weight: bold;
	border-bottom: solid 1px #EBEBEB;
}
.LineSpacer
{
	padding: 3px 0 3px 0;
	border-bottom: solid 1px #EBEBEB;
}
.TableHeaderTitle
{
	color: #14CE06;
	font-weight: bold;
}
.HighLightText
{
	font-weight: bold;
}
.UnderlinedText
{
	text-decoration: underline;
}

.MaxOfferTop
{
	background: #ffffff url(Images/Popups/DetailPopupTopNormal.gif) no-repeat;
	height: 6px;
	font-size: 2px;
}
.MaxOfferMiddle
{
	width: 284px;
	padding: 0 8px 0 8px;
	color: #FFFFFF;
	background: #ffffff url(Images/Popups/DetailPopupWrapper.gif) repeat-y;
	font-size: 1em;
	line-height: 1.5em;
}
	.MaxOfferMiddle a
	{
		color: #FFFFFF;
	}
	.TableOfferTitle
	{
		color: #FFFFFF;
		font-weight: bold;
		height: 25px;
		vertical-align: top;
	}
	.MaxOfferInput
	{
		background: url(Images/EmailPopupInputBackground.gif) no-repeat;
		height: 22px;
	}
.MaxOfferBottom
{
	background: #ffffff url(Images/Popups/DetailPopupBottomNormal.gif) no-repeat;
	height: 6px;
	font-size: 2px;
}
.TableAuctionRowSpacer
{
	font-size: 2px;
	height: 5px;
}
.ValueHeader
{
	font-weight: bold;
}
.TableFormFieldHeader
{
	font-weight: normal;
	color: #000000;/*#14CE06;*/
}
.StarRequiredField
{
	font-size: 1.2em;
	color: #878686;
	padding-left: 4px;
}

.TextBlock
{
	padding: 0 5px 0 5px;
}

p.NormalText
{
	margin: 0 5px 15px 5px;
}
p.NormalTextNoPad
{
	margin: 0 5px 0px 5px;
}
.ErrorMessageLabel
{
	color: #EA0404;
}
.ShowAll
{
	border-top: solid 1px #EBEBEB;
	border-bottom: solid 1px #EBEBEB;
	text-align: right;
}
.ShowAll a
{
	color: #14CE06;
}
.TableInvoiceDetailKavelLine
{
	padding: 3px 0 3px 0;
	font-weight: bold;
	border-top: solid 1px #EBEBEB;
	border-bottom: solid 1px #EBEBEB;
}
.Exclusief
{
	font-size: 10px;
	font-weight: normal;
	color: #8F8E8E;
}
.RssDropDownLabel
{
	width: 150px;
	display: block;
	color: #000000;
}
.RssExtentionPanel
{
	position: relative;
	width: 186px;
	float: left;
	margin: 0 0 0 3px;
	background: #F3F2F2;
	display: none;
	z-index: 100;
	cursor: default;
	border: solid 1px #EDEDED;
	border-top: solid 0px #EDEDED;
}
.RssExtentionPanel ul
{
	width: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}
.RssExtentionPanel ul li
{
	padding: 0 0 3px 6px;
}

.RowBorder td
{
	vertical-align: top;
	border-bottom: solid 1px #EBEBEB;
}
.AuctionLineDouble
{
	padding: 3px 0px 3px 0px;
	border-top: solid 1px #EBEBEB;
	border-bottom: solid 1px #EBEBEB;
}
.QuickMessage
{
	padding-top: 5px;
	font-weight: normal;
	font-size: 0.9em;
	border-top: solid 1px #EBEBEB;
}

.PhotoOverviewRowContainer
{
	padding: 0 5px 5px 5px;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #EBEBEB;
}
.PhotoOverviewRowContainer table td
{
	padding: 0 0px 3px 0;
	text-align: center;
}
.PhotoOverviewRowContainer table td table td
{
	padding: 0 2px 3px 2px;
	text-align: center;
}

.TableMyAuctionStatus, .BasicTable .TableMyAuctionStatus
{
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	border-top: solid 1px #EBEBEB;
	border-bottom: solid 1px #EBEBEB;
}
.TopLot
{
	background: #fff9dd;
}
.SiteMapList
{
	padding-top: 0px;
	font-weight: bold;
}
.SiteMapList li
{
	list-style: none;
	padding: 0px;
	width: 100px;
}
.SiteMapList li li
{
	padding-bottom: 3px;
	list-style-image: url(Images/ListImage.gif);
	font-weight: normal;
	width: 100px;
	cursor: pointer;
}
.TimeLeft
{
	font-weight: bold;
}
.LinkPartnerList
{
	list-style: none;
	margin-left: 0;
}
.LinkPartnerList li
{
	padding: 0 0 20px 0;
}
.TopLotsList
{
	list-style: none;
	margin: 0 0 2px 0;
}
.TopLotsList li
{
	color: #FFFFFF;
}
.TopLotsList li a
{
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.SubTable
{
	width: 80%;
}
.SubTable td
{
	text-align: right;
	padding-right: 0;
}
.SubTable td.FirstColumn
{
	width: 40%;
}
.SubTable td.LastColumn
{
	width: 60%;
}
.TableSubCategory
{
	width: 100%;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
}

.SubCategoryWrapper ul
{
	list-style: none;
	margin: 0 0 0 0;
}
.SubCategoryWrapper ul li
{
	padding: 0 6px 0 10px;
}
.SubCategoryWrapper h4
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 6px 10px;
	margin: 0;
	text-transform: capitalize;
}
.SubCategoryWrapper h4 a
{
	text-decoration: underline;
}
.SubCategoryWrapper a 
{
	color: #929292;
}
.SubCategoryTop
{
	width: 176px;
	height: 10px;
	font-size: 2px;
	background: url(Images/SubCategoryTop.gif) no-repeat;
}
.SubCategoryWrapper
{
	width: 176px;
	padding: 0px 0px 2px 0px;
	color: #FFFFFF;
	background: url(Images/SubCategoryWrapper.gif) repeat-y;
}
.SubCategoryBottom
{
	width: 176px;
	height: 10px;
	font-size: 2px;
	background: url(Images/SubCategoryBottom.gif) no-repeat;
}
.CategoryTable
{
	
}

.CategoryDiv
{
	margin: 0 0 20px 0;
	min-height:190px;
	height:auto !important;
	height:190px;
	border-bottom: solid 2px #14CE06;
}

.CategoryTable td.TableHeader
{
	padding: 2px 0px 3px 0px;
}
.CategoryTable td
{
	padding: 4px 5px 4px 5px;
}

.TopLotTable
{
	margin: 0 0 12px 0;
	border-bottom: solid 1px #CAC8C8;
}
.TopLotTable td
{
	
	text-align: center;
	line-height: 1.0em;
}
.TopLotTable td table
{
	margin: 0;
}
.TopLotAuctionName, .TopLotAuctionName a
{
	padding: 0;
	font-weight: bold;
}
.TopLotTableTimeLeft
{
	padding-bottom: 5px;
}
.BorderBottom
{
	border-bottom: solid 1px #EBEBEB;	
}
input.GreenButton
{
	background-color: #14CE06;
	border-style: solid;
	border-color: #1F6519;
	border-width: 2px;
	margin-bottom: 5px;
}

.MakeMaxOffer td
{
	padding-top: 0;
	padding-bottom: 0;
}