﻿/* Globals */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; overflow-x: hidden; }
body.BrownBody {  line-height: 1.5em; font-size: 12px; font-family: Helvetica, Arial, Sans-Serif; background-color: #939484; color: #54534a; }
body { line-height: 1.5em; font-size: 12px; font-family: Helvetica, Arial, Sans-Serif; background-color: #ffffff; color: #54534a; }
a { color: #92a5a4; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0px none transparent; }
p { margin: 0 0 9px 0; }
ol, ul { margin: 0 0 0 23px; }
html>/* */body ol, html>/* */body  ul { margin: 0 0 0 17px; }
.TextBox { border: 1px solid #949494; }.watermarked {color: #666666;}
.FormButton { line-height: normal; cursor: pointer; margin: 0 10px 0 0; text-decoration: none;  height: 26px; text-align: center; float: left; background-image: url(../images/btn_form_left.gif); background-repeat: no-repeat; }
.FormButton span { cursor: pointer; float: left; height: 19px; font-weight: bold; padding: 5px 12px 2px 12px; color: #254308; font-size: 12px; line-height: normal; background-image: url(../images/btn_form_right.gif); background-repeat: no-repeat; background-position: right 0; } 
.FormButton:hover { background-position: 0 -26px; }
.FormButton:hover span { background-position: right -26px; line-height: normal; }
.FormButton:active { background-position: 0 -52px; }
.FormButton:active span { background-position: right -52px; line-height: normal; }
.FlatButton { line-height: normal; cursor: pointer; text-decoration: none; text-transform: lowercase; height: 17px; font-size: 11px; padding: 2px 10px 0px 10px; text-align: center; float: left; background-color: #92a5a4; color: #ffffff !important; margin-right:3px; }
.WatchButton { line-height: normal; cursor: pointer; text-decoration: none; text-transform: lowercase; height: 17px; font-size: 11px; padding: 2px 10px 0px 10px; text-align: center; float: right; background-color: #535349; color: #ffffff !important; margin-right:3px; }
.FlatButton.Large { padding-top: 6px; padding-bottom: 4px; font-size: 13px; font-weight: 400; }
.FlatButton.Disabled { background-color: #929292; }
.FlatButton.ItemDetailsButton { margin-top: 0px; }
html>body .FlatButton.ItemDetailsButton { margin-top: 7px; }
html>/* */body .FlatButton.ItemDetailsButton { margin-top: 10px; }
.CommonFormElement { clear: both; }
.CommonFormBlock { background-color: Red; }
.CommonFormDescription { width: 135px; float: left; }
.CommonFormData { float: left; margin: 0 10px 5px 0; }
.CommonFormData.FixedWidth { width: 210px; }
.CommonFormData.FixedWidth.Wide { width: 450px; }
h1 { font-size: 20px; font-weight: lighter; text-decoration: none; color: #92a5a4; margin: 0 0 11px 0; }
h1.PageTitle { margin-bottom: 21px; }
h2 { font-size: 16px; font-weight: normal; text-decoration: none; color: #54534a; margin: 0 0 21px 0; }
h3 { font-size: 14px; font-weight: normal; text-decoration: none; color: #92a5a4; margin: 25px 0 5px 0; }
h4 { font-size: 12px; font-weight: normal; text-decoration: none; color: #92a5a4; margin: 0 2px 0 0; display:inline;  }
select { letter-spacing: normal; }
.CommonErrorMessage { font-size: 10px; color: #666666; margin: 0 0 15px 0; padding: 5px; background-color: #dddddd; border: 1px solid #aaaaaa; display: block; }
.CommonFormButtons { margin: 10px 0 0 0; padding: 0 0 0 0; background-image: url(../images/rule_grey_white_fade_hori_site_wide.gif); background-repeat: no-repeat; background-position: top left; clear: both;  }  
.CleanNotification, .CleanNotification * { border-color: #015D01; background-color: #a5cf9e; color: #015d01; }
.DirtyNotification, .DirtyNotification * { background-color: #ffd4d4; color: #ff0000; border-color: #db7777; }
.CleanBidNotification, .CleanBidNotification * {border-color: #015D01; background-color: #a5cf9e; color: #015d01; font-size: 12px; padding: 1px;}
.DirtyBidNotification, .DirtyBidNotification * {background-color: #ffd4d4; color: #ff0000; border-color: #db7777; font-size: 12px; padding: 1px;}
.Validator { color: #b10000; }
.ValidationSummary { clear: both; margin: 15px 0 20px 0; padding: 5px; background-color: #ffd4d4; border: 1px solid #db7777; display: block; }

.ExpandableHeader { margin: 10px 0 0 0; }
.ExpandableHeader.Collapsed { }
.ExpandableHeader .ExpandImage { margin: 0 0 0 5px; background-image: url(../images/icon_expand_contract.gif); background-repeat: no-repeat; height: 9px; width: 9px; }
.ExpandableHeader.Collapsed .ExpandImage { background-position: -9px 0; }
.ExpandableHeader:hover .ExpandImage { background-position: 0 -9px; }
.ExpandableHeader.Collapsed:hover .ExpandImage { background-position: -9px -9px; }
.ExpandablePanel { overflow: hidden; height: 0px; }

.PermissionListContainer .CheckBox { padding: 3px 3px 3px 10px; }
.PermissionListContainer .CheckBox * { font-size: 10px; line-height: normal; }
.PermissionListContainer .CheckBox input { margin: 0 5px 0 0 ; }
.PermissionListContainer .CheckBox table td { width: 200px; }
.Divider { margin: 0 0 17px 0; }

/* GridView */
.GridView { clear: both; margin: 10px 0 10px 0; border:solid 1px #000; letter-spacing: normal; font-size: 10px; }
.GridView td, .GridView th { padding: 3px; text-align: left; vertical-align: top; padding-top: 5px; border-style:none;  }
.GridView .GridViewRow:hover { background-color: Black; }
.GridView .GridViewAltRow td { background-color: #f8f8f3; }
.GridView .GridViewRow td { background-color: #ffffff; }
.GridView .GridViewHeader th { text-align: center; line-height: normal; font-size: 12px; background-color:#eeefe2; }
.GridView .GridViewHeader th a { display: block; margin: 0 10px 0 0; color:#54534a; }
.GridView .GridViewFooter td *, .GridView .GridViewEditingRow td * {  font-size: 10px; }
.GridView .GridViewFooter td input, .GridView .GridViewEditingRow td input { width: 50px; }
.GridView .HighlightedRow td { background-color: #91a5a6; color:#fff; }
.GridView .HighlightedRow td a { color: #212d2e; }
.GridView .GridViewRow td.Sorted { background-color: #f2f2f2; }
.GridView .GridViewAltRow td.Sorted { background-color: #f0f0f0; }
.GridView .GridViewRow.HighlightedRow td.Sorted { background-color: #f2f6ee; }
.GridView .GridViewAltRow.HighlightedRow td.Sorted { background-color: #f1f4ed; }
.GridView th.Sorted { background-color: #f2f2f2; }
.GridView th.SortAscending a { background-image: url(../images/icon_arrow_lightblue_up.gif); background-repeat: no-repeat; background-position: right; }
.GridView th.SortDescending a { background-image: url(../images/icon_arrow_lightblue_down.gif); background-repeat: no-repeat; background-position: right; }
.GridView .GridViewPager td { font-size: 10px; }
.GridView .FlatButton span { font-size: 11px; }
/* End GridView */

/* Site Structure */
.MasterContainer { width: 939px; margin: 0 auto 0; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_site_sides.png',sizingMethod='scale');   }
html>/* */body .MasterContainer { background-image: url(../images/sdw_site_sides.png); }
.SiteContainer { width: 865px; background-color: #ffffff; margin: 0 22px 0 22px; padding: 33px 15px 15px 15px; }
.MasterFooterContainer { width: 939px; margin: 0 auto 0; }
.FooterShadow { height: 72px; width: 22px; float: left; }
.FooterShadowLeft { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_site_left_bottom.png',sizingMethod='crop'); }
html>/* */body .FooterShadowLeft { background-image: url(../images/sdw_site_left_bottom.png); background-repeat: no-repeat; }
.FooterShadowRight { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_site_right_bottom.png',sizingMethod='crop'); }
html>/* */body .FooterShadowRight { background-image: url(../images/sdw_site_right_bottom.png); background-repeat: no-repeat; }
.FooterContentContainer { height: 45px; width: 895px; background-color: #ffffff; }
.FooterBodyContent { margin: 0 15px 0 15px; border-top: 1px solid #deddd8; padding: 8px 0 0 0; font-size: 10px; line-height: 12px; } 
.FooterBodyContent * { color: #949484; }
.FooterBodyContent a { text-decoration: underline; }
.FooterBodyContent .RightFloat { margin: 2px 0 0 0; text-transform: lowercase; }
.FooterShadowBottom { width: 895px; height: 22px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_site_bottom.png',sizingMethod='scale'); }
html>/* */body .FooterShadowBottom { background-image: url(../images/sdw_site_bottom.png); background-repeat: repeat-x; }
.SiteHeader { padding: 24px 15px 0 15px; margin: 0 22px 0 22px; background-color: #ffffff; }
.SiteHeader.Dark { background-color: #535349; }
.SiteHeader.Dark a { color: #ffffff !important; }
.SiteHeader .SiteLogo { text-decoration: none; background-repeat: no-repeat; background-image: url(../images/logo_elevate_siteheader.gif); float: left; height: 44px; width: 204px; margin: 58px 0 0 19px; }
.SiteHeader .SiteLogo.LoggedIn { margin-top: 65px; } 
.SiteHeader.Dark .SiteLogo { background-image: url(../images/logo_elevate_siteheader.gif); background-position: 0 -100px; margin-top:61px; }
.SiteHeader.Dark .SiteLogo.LoggedIn { margin-top:69px; }
.SiteHeader .SiteSearchArea { float: right; margin: 0 10px 0 0; }
.SiteHeader .RightFloat { width: 510px; }
.SiteHeader .RightFloat.IsLoggedIn {width: 580px;}
.SiteHeader .SiteSearchArea, .SiteHeader .SiteSearchArea a { color: #a6a698; }
.SiteHeader input { border: 1px solid #a6a698; height: 17px; float: left; width: 122px;  margin: 0 5px 0 0; }
.SiteHeader .SiteSearchArea .SearchControls { font-size: 11px; padding: 3px 0 0 0; clear: both; text-transform: lowercase; text-align: right; }
.SiteHeader .SessionInfo { float:right; margin: 0 10px 10px 0; font-size:11px; }
.SiteHeader.Dark .SessionInfo { color:White; }
.SiteHeader.Dark input { border: 1px solid #ffffff; background-color: Transparent; color: #ffffff; }
.SiteHeader .SiteSearchArea .SearchControls a { color: #a6a698; text-decoration: none; }
.SiteHeader .SiteSearchArea .AdvancedSearch { margin: 0 0 0 5px; float: left; font-size: 10px; line-height: 9px; text-transform: lowercase; text-decoration: none; color: #92a5a4; }
.SiteHeader .SiteMenu { padding: 46px 0 0 20px; clear: right;}
.SiteHeader .MenuTab { line-height: normal; text-decoration: none; height: 21px; float: left; font-size: 11px; }
/* 3/19/2009 Changed Left and Right padding from 17 to 13 for MenuTabs to make room for the "admin" tab */
.SiteHeader .MenuTab span { cursor: pointer; float: left; height: 17px; padding: 4px 13px 0 13px; text-transform: lowercase; color: #54534a; }
.SiteHeader .MenuTab:hover, .SiteHeader .MenuTab.Active, .SiteHeader .MenuTab.Selected  { background-image: url(../images/tab_menu_left_white.gif); background-repeat: no-repeat; }
.SiteHeader .MenuTab:hover span, .SiteHeader .MenuTab.Active span,  .SiteHeader .MenuTab.Selected span { background-image: url(../images/tab_menu_right_white.gif); background-repeat: no-repeat; background-position: right 0; color: #ffffff; }
.SiteHeader.Dark .MenuTab { line-height: normal; text-decoration: none; height: 27px; float: left; font-size: 11px; }
.SiteHeader.Dark .MenuTab span { cursor: pointer; float: left; height: 17px; color: #ffffff; }
.SiteHeader.Dark .MenuTab:hover, .SiteHeader.Dark .MenuTab.Active, .SiteHeader.Dark .MenuTab.Selected { background-image: url(../images/tab_menu_left_brown.gif); background-repeat: no-repeat; }
.SiteHeader.Dark .MenuTab:hover span, .SiteHeader.Dark .MenuTab.Active span, .SiteHeader.Dark .MenuTab.Selected span { background-image: url(../images/tab_menu_right_brown.gif); background-repeat: no-repeat; background-position: right 0; }
.FormButton { line-height: normal; cursor: pointer; margin: 0 10px 0 0; text-decoration: none;  height: 26px; text-align: center; float: left; background-image: url(../images/btn_form_left.gif); background-repeat: no-repeat; }
.FormButton span { cursor: pointer; float: left; height: 19px; font-weight: bold; padding: 5px 12px 2px 12px; color: #254308; font-size: 12px; line-height: normal; background-image: url(../images/btn_form_right.gif); background-repeat: no-repeat; background-position: right 0; } 
.FeatureGraphicArea { clear: both; padding: 0 0 0 15px; margin: 0 22px 0 22px; background-color: White; }
.FeatureGraphicArea .FeatureImage { margin: 0 2px 0 0; }
.FeatureGraphicArea .FeatureText { }
/* End Site Structure */

/* Body Formatting */
.LeftBody { float: left; padding: 0 25px 0 10px; width: 560px; background-image: url(../images/bg_site_dotted_seperator.gif); background-repeat: repeat-y; background-position: right; }
.RightBody { float: right; width: 235px; color: #949484; font-size: 10px; line-height: 1.4em; }
.RightBody h2 { font-size: 12px; }
.RightBody p { margin-bottom: 14px; margin-right:20px; }
.SingleColumnBody { padding: 0 25px 0 10px; }
/* End Body Formatting */

/* Shadowed Image */
.ShadowedImage { }
.ShadowedImage .Top { width: 100%; clear: both; }
.ShadowedImage .Top * { float: left; height: 3px; font-size: 0.1%; line-height: 0; }
.ShadowedImage .Top .Left { width: 6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_top_left.png',sizingMethod='crop'); }
html>/* */body .ShadowedImage .Top .Left { background-image: url(../images/sdw_image_top_left.png); }
.ShadowedImage .Top .Center { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_top_bg.png',sizingMethod='scale'); }
html>/* */body .ShadowedImage .Top .Center { background-image: url(../images/sdw_image_top_bg.png); }
.ShadowedImage .Top .Right { width: 6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_top_right.png',sizingMethod='crop'); }
html>/* */body .ShadowedImage .Top .Right { width: 6px; background-image: url(../images/sdw_image_top_right.png); }
.ShadowedImage .Body { width: 100%; clear: both; }
.ShadowedImage .Body * { float: left; }
.ShadowedImage .Body .Left { font-size: 0.1%; vertical-align:top; width: 2px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_left_bg.png',sizingMethod='scale'); }
html>/* */body .ShadowedImage .Body .Left { background-image: url(../images/sdw_image_left_bg.png); }
.ShadowedImage .Body .Left .LeftTop { line-height: 0; height: 3px; width: 2px; background-image: url(../images/sdw_image_left_top.gif); }
.ShadowedImage .Body .Center { }
.ShadowedImage .Body .Right { font-size: 0.1%; vertical-align:top; width: 2px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_right_bg.png',sizingMethod='scale'); }
html>/* */body .ShadowedImage .Body .Right { background-image: url(../images/sdw_image_right_bg.png); }
.ShadowedImage .Body .Right .RightTop { line-height: 0; height: 3px; width: 2px; background-image: url(../images/sdw_image_right_top.gif); }
.ShadowedImage .Footer { width: 100%; clear: both; }
.ShadowedImage .Footer * { float: left; height: 3px; font-size: 0.1%; line-height: 0; }
.ShadowedImage .Footer .Left { width: 6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_bottom_left.png',sizingMethod='crop'); }
html>/* */body .ShadowedImage .Footer .Left { background-image: url(../images/sdw_image_bottom_left.png); }
.ShadowedImage .Footer .Center { line-height: 0; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_bottom_bg.png',sizingMethod='scale'); }
html>/* */body .ShadowedImage .Footer .Center { background-image: url(../images/sdw_image_bottom_bg.png); }
.ShadowedImage .Footer .Right { width: 6px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sdw_image_bottom_right.png',sizingMethod='crop'); }
html>/* */body .ShadowedImage .Footer .Right { width: 6px; background-image: url(../images/sdw_image_bottom_right.png); }
/* End Shadowed Image */

/* Browse Auctions Control */
.AuctionsFeedContainer {width:560px; padding:0 0 10px 0}
.BrowseAuctionsItem { float: left; width: 160px; padding: 0 0 5px 0; margin: 0 10px 0 0; }
.BrowseAuctionsTitle { clear: both; padding: 0 0 0 5px; color: #54534a; font-size: 11px; margin: 0 15px -3px 0;  }
.BrowseAuctionsLink { font-size: 10px; padding: 0 0 0 5px; margin: 0 0 0 0; }
/* End Browse Auctions Control */

.NewsletterSignupBox { float: left; font-size: 10px; padding: 1px 0 1px 0; margin: 0 3px 0 0; }

/* CMS */
.CMSButtons { color: #000000; line-height: normal; margin: 0 0 15px 0; border: 0px none transparent;  display: block; }
html>/* */body .CMSButtons {  }
.CMSButtons img { margin: 0 5px 0 0px;  }
.CMSButtonEdit { width: 22px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_edit.png',sizingMethod='crop');  }
html>/* */body .CMSButtonEdit { background-image: url(../images/icon_cms_edit.png); }
.CMSButtonCancel { width: 20px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_cancel.png',sizingMethod='crop');  }
html>/* */body .CMSButtonCancel { background-image: url(../images/icon_cms_cancel.png); }
.CMSButtonRollback { width: 19px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_rollback.png',sizingMethod='crop');  }
html>/* */body .CMSButtonRollback { background-image: url(../images/icon_cms_rollback.png); }
.CMSButtonSave { width: 19px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_update.png',sizingMethod='crop');  }
html>/* */body .CMSButtonSave { background-image: url(../images/icon_cms_update.png); }
.CMSButtonRollbackAll { width: 19px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_rollback_all.png',sizingMethod='crop');  }
html>/* */body .CMSButtonRollbackAll { background-image: url(../images/icon_cms_rollback_all.png); }
.CMSButtonSaveAll { width: 19px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_update_all.png',sizingMethod='crop');  }
html>/* */body .CMSButtonSaveAll { background-image: url(../images/icon_cms_update_all.png); }
.CMSButtonCheckedOut { width: 20px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_checked_out.png',sizingMethod='crop');  }
html>/* */body .CMSButtonCheckedOut { background-image: url(../images/icon_cms_checked_out.png); }
.CMSButtonLocked { width: 13px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_locked.png',sizingMethod='crop');  } 
html>/* */body .CMSButtonLocked { background-image: url(../images/icon_cms_locked.png); }
.CMSButtonAvailable { width: 19px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_available.png',sizingMethod='crop');  }
html>/* */body .CMSButtonAvailable { background-image: url(../images/icon_cms_available.png); }
.CMSButtonRefresh { width: 20px; height: 20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_cms_reload.png',sizingMethod='crop');  }
html>/* */body .CMSButtonRefresh { background-image: url(../images/icon_cms_reload.png); }
div.FloatingEditBar { line-height: normal; position: absolute; color: #ffffff; width: 100%; padding: 3px 0px; font-size: 10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_black_area_st.png',sizingMethod='scale'); }
html>/* */body div.FloatingEditBar { background-image: url(../images/bg_black_area_st.png); }
div.FloatingEditBar input, div.FloatingEditBar select { font-size: 10px; margin: 0; padding: 0; }
div.FloatingEditBar div { margin: 0 5px 0 5px; }
div.FloatingEditBar table td { padding: 0 3px 0 3px; }
div.FloatingEditBar table td img { margin: 0 5px 0 0; }
div.FloatingEditBar .ChangeCount { font-size: 10px; margin: 3px 0 0 0; color: #ffffff; }
/* End CMS */

/*LightBox Classes */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }	
/*LightBox Classes */

/* Anylink */
.anylinkcss { position:absolute; visibility: hidden; background-color: #91a5a6; z-index: 100; font-size: 11px; width: 97px; padding: 5px 14px 0 14px; }
.anylinkcss a { line-height: 11px; text-transform: lowercase; margin: -2px 0 0 0; padding: 4px 0 5px 0; width: 100%; display: block; text-decoration: none; color: #ffffff; background-position: bottom; background-image: url(../images/bg_menu_item.gif); background-repeat: repeat-x;}
.anylinkcss a.ChildLink.Active { font-weight: bold !important; background-position: bottom; background-image: url(../images/bg_menu_item.gif); background-repeat: repeat-x; }
.anylinkcss a.Last { background-image: none; padding-bottom: 10px; }
.anylinkcss a:hover { /*hover background color*/ }
/* End Anylink */

/*Items*/
.ItemContainer {  background-image: url(../images/rule_lightbrown_dotted.gif); margin: 0 0 25px 0; background-repeat: no-repeat; background-position: bottom left;}
.ItemContainerDetails { width: 100%; background-image: url(../images/rule_lightbrown_dotted.gif); background-repeat: repeat-x; background-position: bottom left; }
.ItemImageContainer { float:left; }
.ItemDetails { float:left; margin: -3px  0 0 0; height: 220px; width: 330px;}
html>body .ItemDetails { min-height: 221px; height: auto; }
.ItemDetails.ItemDetailsList { height: 195px; }
html>body .ItemDetails.ItemDetailsList { height: auto; min-height: 195px; }
.ItemImage { margin: 0 25px 25px 0; border: none !important;}
.CommonFormDescription.ItemDetailDescription { width: 200px; }
.NotApproved {color:Red;}
.AuctionItem {}
.ItemDetails .FlatButton { margin-bottom: 25px; }
.BidWindow .ItemContainer { margin-left: 20px; }

.SingleItemButtons { float: left; padding-bottom: 25px; }

/*Items*/

/*AuctionList*/
.AuctionListContainer { float:left; width:500px; height:165px; margin:0 40px 0 0; padding:20px 30px 20px 0; background-image: url(../images/rule_lightbrown_dotted.gif); background-repeat: no-repeat; background-position: bottom left;}
.AuctionListImageContainer {float:left; height:100%;}
.AuctionListInfoContainer { }
.AuctionListingImage { float:left; padding:0 20px 0 0;}
/*AuctionList*/

/*Events*/
.EventImageHeader { float:left; margin: 0 -50px 0 0; }
html>body .EventImageHeader { margin-right: 0; }
.EventListingImage {float:left; padding:0 10px 0 0;}
.UserGroupEventsSearchBox { width: 730px; float: left; }
/*Events*/

/* Testimonials */
.QuoteSource { font-style: italic; }
/* End Testimonials */

/*Lots Closing Next*/
.RightColumn {  padding:1px 0 20px 15px; margin: 0 20px 0 0; background-color:#f6f6f4;  }
.LCNContainer {width: 190px; margin: 0 0 10px 0; }
.SingleColumnBody .RightBody .RightColumn { margin-right: 0px; margin-left: 20px; width: 200px; }
.SingleColumnBody .RightBody .LCNContainer { width: 190px; }
.LCNColumnImage {width:55px; float:left; font-size:10px; margin:0 0px 0 0;}
.LCNColumn { width:130px; float:left; font-size:10px; margin:0 0px 0 0;}
.LCNColumn .LCNHeader span.Header  { font-weight: bold !important; }
.LCNImageContainer { width: 44px; height: 37px; }
.LCNName { font-weight: bold !important; font-size: 11px; }
.BoldTitle { font-weight: bold !important; font-size: 11px; }
/*Lots Closing Next*/ 

/*Login*/
.LoginBox { float:left; width:195px; height:230px; background-color:#f6f6f4;  padding:10px;}
.LoginRow { padding:3px; }
.LoginMiddleBox { float:left; width:20; margin:20px; height:230px; background-color:White; color:#92a5a4;}
/*Login*/

/* Bidder Registration */
.BidderRegistrationTermsOfUse { height: 300px; width: 800px; }
/* End Bidder Registration */

/* Event Details */
.EventHeader { margin: 15px 0 0 0; }
.EventDetailDescription span { display:block; }
.Sponsors { background-image: url(../images/rule_lightbrown_dotted.gif); background-repeat: repeat-x; margin: 0 0 25px 0; width: 100%; background-position: bottom left; }
/* End Event Details */

.ImageUploadIframe { width: 500px; }
.radtooltip_Default { z-index: 9999;}
.radtooltip_Default .ToolTipContent * {font-size: 10px;}

/* RAD controls */


/* End RAD Controls */

/* User Groups */

.UserGroupUsersSearchBox { width: 730px; float: left; }

/* End User Groups */

/* Item Auctions Ordering */
.ArrowOrderContainer { background-color: #54534a; float: left; padding: 0px 5px 10px 10px; }
.ArrowOrderContainer h3 { margin-top: 5px !important; color: #fff; }
.ArrowOrder { float: left; width: 23px; height: 23px; margin-right: 5px; }
.ArrowOrder.Icon { background-position: top; }
.ArrowOrder.Icon.FirstOrder { background-image: url(../images/icon_arrow_first.gif); }
.ArrowOrder.Icon.Up { background-image: url(../images/icon_arrow_up.gif); }
.ArrowOrder.Icon.Down { background-image: url(../images/icon_arrow_down.gif); }
.ArrowOrder.Icon.LastOrder { background-image: url(../images/icon_arrow_last.gif); }
.ArrowOrder.Icon:hover { background-position: 0 -23px; }

/* End Item Auctions Ordering */

/* Add To Watchlist */

.WatchListContainer { float: left; margin-left: 53px; }
html>/* */body .WatchListContainer { margin-left: 60px; }
span.WatchList span { float: left; width: 13px; height: 13px; background-position: 0 0; margin: 3px 3px 0 0; background-repeat: no-repeat; }
html>body span.WatchList span { margin-right: 5px; }
span.WatchList.AddToWatchList span {  background-image: url(../images/icon_watchlist_add.gif); }
span.WatchList.RemoveToWatchList span { background-image: url(../images/icon_watchlist_remove.gif); }

.WatchlistButton { margin: -1px 0 0 3px; float: left;  }
html>body .WatchlistButton { margin-top: 12px; margin-left: 10px; }
html>/* */body .WatchlistButton { margin-top: 15px; margin-left: 3px;  }

.WatchlistButton.ItemDetails { margin: -1px 0 0 3px; float: left;  }
html>body .WatchlistButton.ItemDetails { margin-top: 12px; margin-left: 10px; }
html>/* */body .WatchlistButton.ItemDetails { margin-top: 15px; margin-left: 3px;  }

.WatchListButtonDetails {margin: 5px 0px 0px 10px}

.ItemAuctionDetailsWatchlist { margin-left: 129px; }
.WatchlistContext {margin-left: 60px;  }

html>/* */body .WatchlistContext {margin-left: 67px; }

/* End Add To Watchlist */

/* Checkout Stepper */
.CheckoutStepper { }
.CheckoutStep { float: left; margin-right: 15px; }
.CheckoutStep.ActiveStep span { color: #ffffff; background-color: #92a5a4; background-repeat: no-repeat; background-position: right center; background-image: url(../images/icon_checkoutstepper_right.gif); padding-right: 15px; }
.CheckoutStep.FirstStep span { padding-left: 0px; }
.CheckoutStep span { color: #949484; padding: 4px 10px 4px 10px; display: block; }
.CheckoutStep.FirstStep.ActiveStep span { padding-left: 10px; }
/
/* end Checkout Stepper */

/* Utility Classes */
.GridViewNoBorder tr { border: hidden 1px #fff; }
.BoldText { font-weight: bold !important; }
.DividerClosingNext { background-image: url(../images/divider.gif); margin-bottom: 10px; float:left; margin-top: 5px; background-position: left; background-repeat: repeat-x; height: 1px; width: 190px; }
.VerticalDivider { background-image: url(../images/bg_site_dotted_seperator.gif); background-repeat: repeat-y; background-position: right; }
.GreeBg { background-color: #85C13B; padding-left:3px; padding-right: 3px; }
.GreenBorder { border: solid 1px #85C13B; padding-top: 5px; padding-left: 3px; margin-bottom: 5px; }
.LeftFloat { float: left; }
.RightFloat { float: right !important; }
.LeftAlign { text-align: left; }
.RightAlign { text-align: right; }
.CenterAlign { text-align: center !important; }
.TopAlign { vertical-align: top; }
.BottomAlign { vertical-align: bottom; }
.ClearBoth { clear: both; float: none; font-size: 0.1%; width: 1px; height: 0px; background-color: Transparent; }
.ClearLeft { clear: left; float: none; font-size: 0.1%; height: 0px; }
.ClearBoth.Margin { margin: 0 0 3px 0; }
html>/* */body .ClearBoth.Margin { margin: 0 0 0 0; }
.ClearBothSimple { clear: both; }
.ClearLeftSimple { clear: left; }
.Hidden { display: none; }
.DirtyWhiteBg { background-color: #f8f8f3; }
.DisplayInline { display: inline; }
.DisplayBlock { display: block; }
.DisplayNone { display: none; }
.MaxWidth { width: 100%; }
.HalfWidth { width: 50%; }
.Link { cursor: pointer; }
.FontSize9px { font-size: 9px; }
.FontSize10px { font-size: 10px; }
.FontSize11px { font-size: 11px; }
.FontSize12px { font-size: 12px; }
.FontSize14px { font-size: 14px; }
.FontSize18px { font-size: 18px; }
.NoMargin { margin: 0; }
.NoPadding { padding: 0; }
.BoldText { font-weight: bold; }
.LineHeightNormal { line-height: normal; }
.LineHeightExtra { line-height: 1.8em; }
.NormalWeight { font-weight: normal !important;  }
.Width25px { width: 25px; }
.Width50px { width: 50px; }
.Width50percent { width: 50% !important; }
.Width60px { width: 60px; }
.Width75px { width: 75px; }
.Width100px { width: 100px; }
.Width125px { width: 125px; }
.Width150px { width: 150px; }
.Width175px { width: 175px; }
.Width200px { width: 200px; }
.Width830px { width: 830px !important; }
.LeftMargin10px { margin-left: 10px !important; }
.RightMargin10px { margin-right: 10px !important; }
.NoTopMargin { margin-top: 0px !important; }
.NoBottomMargin { margin-bottom: 0px !important; }
.NoRightMargin { margin-right: 0px !important; }
.ReducedTopMargin { margin-top: 5px; }
.ReducedBottomMargin { margin-bottom: 5px; }
.MarginTopN5px { margin-top: -5px; }
.MarginTop25px { margin-top: 25px; }
.MarginTop20px { margin-top: 20px; }
.MarginTop15px { margin-top: 15px; }
.MarginTop10px { margin-top: 10px; }
.MarginTop5px { margin-top: 5px; }
.MarginTop2px { margin-top: 2px; }
.MarginLeft10px { margin-left: 10px; }
.MarginBottom10px { margin-bottom: 10px !important; }
.MarginBottom5px { margin-bottom: 5px !important; }
.MarginLeft30px { margin-left: 50px; }
.BottomMargin { margin-bottom: 20px; }
.BlueText { color: #92a5a4 !important; }
.NoDecoration { text-decoration: none !important; }
.SmallText { font-size: 70%; }
.InlineTitle { font-weight: bold; }
.Indented { margin: 0 0 0 10px; }
.ImageGalleryImage {  border: 1px solid #888888; margin: 0 5px 5px 0; }
.SponsorLogoContainer { }
.SponsorLogo { margin: 0 25px 25px 0; }
.Uppercase { text-transform: uppercase; }
.DarkText { color: #54534a !important; }
.PreviewText { color: #92a5a4 !important; }
.NoTextTransform { text-transform: none; }
ol.LowerAlpha { list-style-type: lower-alpha; }
.ContactFlatButton { padding-right:100px;}
.Underline {text-decoration:underline;}
.Invisible { visibility:hidden !important; }
.HoverImageControls { background-color: White;  padding: 5px;  width:180px; height:200px; color:White; }
/* End Utility Classes */

/* Testing Classes (Delete Me) */
.testr { background-color: Red; }
.testb { background-color: blue; }
.testg { background-color: green; }
/* End Testing Classes (Delete Me) */

