﻿/* Current Styles */

/* Base Elements - Begin */
body
{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a
{
    color: #039;
    text-decoration: none;
}

a:visited
{
    color: #039;
    text-decoration: none;
}

a:active
{
    color: #C00;
    text-decoration: underline;
}

a:hover
{
    color: #C00;
    text-decoration: underline;
}

input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.SmallInput
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

input.Numeric
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/* Base Elements - End */

/* Header - Begin */
#TopNavigationContainer
{
    float: right;
}

#TopNavigation
{
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.NewsletterPanel
{
    text-align: right;
    margin-right: 5px;
}
/* Header - End */

/* Master Content - Begin */
.PostContainerBlock
{
    width: 224px;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}
.OnlyContainerBlock
{
    width: 802px;
    vertical-align: top;
    padding: 5px;
}
/* Master Content - End */

/* Category Path - Begin */
.CategoryPath
{
    background-color: #46B;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    height: 23px;
}
/* Category Path - End */

/* Errors - Begin */
.ErrorPanel
{
    width: 100%;
    border: solid 1px #C00;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #C00;
}
/* Errors - End */

/* Panels - Begin */
.Panel
{
    border: solid 1px #46B;
}

.SubPanel
{
    margin-top: 5px;
    border: solid 1px #46B;
}

.PanelTitle
{
    background-color: #46B;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
}

.PanelContent
{
    padding: 10px;
}

.PanelButtons
{
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Panels - End */

/* Catalog Styles - Begin */
.CatalogTitle
{
	padding: 2px 0px 4px 10px;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 1px;
	color: #FFF;
    background-color: #46B;
}
.CatalogSubTitle
{
	padding: 2px 0px 2px 0px;
	margin: 1px 1px 0px;
	background-color: #CDF;
}
.CatalogPicture
{
	padding: 2px 5px 2px 5px;
	text-align: center;
	height: 100px;
}
.CatalogDescription
{
	font-size: 9pt;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: top;
	height: 34px;
}
.CatalogPrice
{
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: top;
	background-color: #D7DEF8;
}
.CatalogZoom
{
	margin-left: -30px;
}
.CatalogDetails
{
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: top;
}
.CatalogIcons
{
	position: absolute;
	margin-left: 110px;
}
.CatalogVertBorder
{
	background-color: #46B;
	width: 1px;
}
.HoverImage
{
	position: absolute;
	display: none;
	border: solid 1px #000;
	background-color: #FFF;
	padding: 10px 10px 10px 10px;
	left: -500px;
	z-index: 9000;
}
/* Catalog Styles - End */

/* Paging Styles - Begin */
.Paging a
{
    padding-left: 0.7em;
    padding-right: 0.7em;
}

.Paging a:hover
{
    background-color: #FFF;
}

.Paging img
{
    
}

.Paging_Selected
{
    background-color: #FFF;
    color: #000;
}
/* Paging Styles - End */

.ConfirmAd
{
    text-align: right;
}
.ListingView
{
    width: 100%;
}
.ListingView .Header
{
    background-color: #D7DEF8;
    font-weight: bold;
}
.ListingView .Row
{
}
.ListingView .RowAlt
{
    background-color: #F2F2F2;
}
.ListingView .Cell
{
    padding: 2px;
}

.BidButtonPanel
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.BidTabs
{
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.BidTabs li
{
	list-style-type: none;
	display: inline;
}

.BidTabs a
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #68c;
}

.BidTabs a:hover
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #46b;
}

.BidTabs a.SelectedLink
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #46b;
}