﻿/* ======== GENERAL STYLE ======== */
body
{
	margin: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	onfocus: blur;
	color:#2E31A3;
}
a img
{
	border: 0px;
}
#Main
{
	position: relative;
	width: 980px;
}
#TopPanel
{
	position: relative;
	height: 75px;
	width: 100%;
	border-top: 0px solid #000;
	border-bottom: 1px solid #bababa;
}
#Logo
{
	display: block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 298px;
	height: 23px;
	position: absolute;
	margin-left: 20px;
	top: 23px;
}

.Basad
{
	position: absolute;
	float: right;
	top: 2px;
	right: 20px;
	text-align: right;
	list-style-type: none;
	margin: 0px;
}

#Contact
{
	position: absolute;
	float: right;
	top: 15px;
	right: 20px;
	text-align: right;
	list-style-type: none;
	margin: 0px;
}

#Contact li
{
	background-image: url(../images/black_disk.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;
	line-height: 18px;
}
#Contact a
{
	color: #000;
	text-decoration: none;
}
#Contact a:hover
{
	text-decoration: underline;
}
#LeftPanel
{
	width: 186px;
}
#LeftPanel ul
{
	list-style-type: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#LeftPanel ul li
{
	text-transform: uppercase;
	color: #7a7a7a;
	line-height: 27px;
}
#LeftPanel ul li a
{
	text-transform: uppercase;
	color: #7a7a7a;
	text-decoration: none;
	line-height: 27px;
}
#LeftPanel ul li a:hover, #LeftPanel ul li a.Selected
{
	color: #000;
}
#LeftPanel ul li a#Login
{
	color: #d5123d;
}
#LeftPanel ul li a#Login:hover, #LeftPanel ul li a#Login.Selected
{
	color: #000;
}
#CentralPanel
{
	width: 500px;
	position: relative;
	margin: 0px;
	vertical-align: top;
}
#CentralPanel p.Theme
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 500px;
}
.Topic
{
	margin-top: 20px;
	width: 480px;
}
.Topic a:link, a:visited, a:active
{
    text-decoration:none;
}
.Topic a:hover
{
    text-decoration:underline;
}

.Calendar
{
	width: 85px;
	height: 75px;
	background-image: url(../images/calendar_bg.png);
	background-repeat: no-repeat;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
}
.Month
{
	width: 75px;
	height: 16px;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 5px;
}
.Day
{
	position: absolute;
	top: 21px;
	left: 5px;
	width: 76px;
	font-size: 7px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
.Date
{
	position: absolute;
	top: 36px;
	left: 5px;
	font-family: "Arial Black" , Gadget, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	width: 76px;
}
h1
{
	font-family: "Arial Black" , Gadget, sans-serif;
	font-size: 21px;
	color: #d2002d;
	text-transform: uppercase;
	margin: 0px;
}
h2
{
	font-size: 18px;
	margin: 0px;
	line-height: 23px;
}
#CentralPanel p
{
	font-size: 12px;
	margin: 18px 0px 0px 0px;
}
#CentralPanel p span
{
	margin: 0px 0px 0px 10px;
}
#CentralPanel p.Sub
{
	margin: 5px 0px 0px 0px;
}

#LoginBlock
{
	width: 200px;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.Register
{	
	float: right;
}
.Register:hover
{
	text-decoration: none;
}
#LoginBlock label
{
	float: left;
}
#LoginBlock input
{
	border-width: 1px;
	border-style: solid;
	border-color: #C1C1C1;
	color: #000;
	float: right;
	width: 126px;
}
#LoginBlock p
{
	margin: 12px 0px;
	height: 20px;
}
.LoginBut
{
	position: absolute;
	right: 0px;
	float: right;
	top:52px;	
	background-repeat: no-repeat;
	width: 54px;
	height: 22px;
}

#UpcomingBlock
{
	width: 260px;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.UpcomingBlock
{
	width: 290px;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.UpcomingBlock ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.UpcomingBlock li a
{
	text-decoration: none;
	color: #000;
	line-height: 22px;
}
.UpcomingBlock li a:hover, #UpcomingBlock li a.Selected
{
	color: #000000;
}

#UpcomingBlock ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#UpcomingBlock li a
{
	text-decoration: none;
	color: #000;
	line-height: 22px;
}

#UpcomingBlock li a.Selected
{
    color: #000000;
}
.AuctionUpdates
{
	width: 260px;	
	margin-top: 20px;	
	text-align: left;
}
.AuctionUpdates ul
{
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
.AuctionUpdates li
{
	text-decoration: none;
	color: #000;
	line-height: 22px;
}
/*Right block*/
.RightBlock
{
	width: 260px;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.RightBlock ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.RightBlock ul li
{
	background-image: url(../images/red_disk.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 14px;
	line-height: 18px;
	padding-bottom: 12px;
}

/*End Right block*/
#RegisterBlock
{
	width: 200px;
	margin-top: 20px;
	text-align: left;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;	
}
#RegisterBlock a:active, a:link
{
    text-decoration:none;
}
#RegisterBlock a:hover
{
    text-decoration:underline;
}
h3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#BottomPanel ul
{
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#BottomPanel ul li
{
	display: inline;
}
#BottomPanel a
{
	color: White;
	text-decoration: none;
	border-right: 1px solid #747474;
	padding: 0px 10px 0px 8px;
}
#BottomPanel a.Last
{
	border: 0px;
}
#BottomPanel a:hover, #BottomPanel a.Selected
{
	text-decoration: underline;
}
#BottomPanel a#BottomLink
{
	float: right;
	border: 0px;
	position: relative;
}
/*live bid classes*/
.RedAlert
{
	color: #D2002D;
	font-weight:bold;
}

.Bid
{
	background-color: #14BE14;
}
/*live bid classes*/

/*My Account*/
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #777777;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #000;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	background-color: #fff;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.resizeHandle
{
	width: 20px;
	height: 30px;
	background-color: Lime;
	overflow: hidden;
}

.resizeStyle
{
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: Fuchsia;
	overflow: hidden;
}

.RowStyle
{
	background-color: #fff;
}

.AlternatingRowStyle
{
	background-color: #e1e1e1;
}
/*End My Account*/

/*catalog gridview*/
.HidenClass
{
	display: none;
}

.LastFiled
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

.selected
{
	display: block;
}
TH.clsThinBorder
{
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	background-color: #E1E1E1;
	text-align: left;
	height: 20px; /*font-weight:normal;*/
}



TD.clsThinBorder
{
	background-color: #FFFFFF;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	text-align: left;
}

TD.clsThinBorderAlternate
{
	background-color: #FFFFFF;
}

TD.clsThinBorder:Hover
{
	background-color: #E1E1E1;
	text-align: left;
}

.scroll
{
	height: 117px;
	width: 155px;
	overflow: auto;
	text-align: left;
}

.ActionLink
{	
	
	
}
.ActionLink:Hover
{
	color:#215D98;	
}
/*End catalog gridview*/

/*top menu*/
.TopMenu
{
	width: 910px;
	margin-left: 15px;
}

.TopMenuCat
{
	width: 310px;
	margin-left: 15px;
}

.MenuSize
{
	width: 850px;
}

.TopSecMenu
{
	padding-left: 0px;
}

.TopMenu span
{
	text-transform: uppercase;
	color: #7a7a7a;
	line-height: 17px;
}

.TopMenu span
{
	text-transform: uppercase;
	color: #7a7a7a;
	line-height: 17px;
}

.TopMenu span a
{
	text-transform: uppercase;	
	color: #7a7a7a;
	text-decoration: none;
	line-height: 17px;
}
.TopMenu span a:hover, .TopMenu span a.Selected
{
	color: #d2002d; /*font-weight:bold;*/
}

.TopMenu span a:hover, .TopMenu span a.SubSelected
{
	color: black; /*font-weight:bold;*/
}

.TopMenu span a:hover, .TopMenu span a.SubNotSelected
{
	color: #d2002d; /*font-weight:bold;*/
}

.TopMenu span a#Login
{
	color: #d5123d;
}
.TopMenu span a#Login:hover, .TopMenu span a#Login.Selected
{
	color: #000;
}
/*end top menu*/


#UpcomingBlock2
{
	width: 400px;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#UpcomingBlock2 ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#UpcomingBlock2 li a
{
	text-decoration: none;
	color: #000;
	line-height: 22px;
}
#UpcomingBlock2 li a:hover, #UpcomingBlock li a.Selected
{
	color: #000000;
}

.RedBold
{
	color:Red;
	font-weight:bold;
}

.BidInc
{
	color: #1A0067; 
	font-weight: bold;
}

.BidButton
{
	color :White;
	background-color:#888888;
}

.BidText
{
	font-weight: bold;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;
}

.BidConfirmText
{
	color:#d2002d;
	padding-left:20px;
}


.BidBigTitle
{
	color: #1A0067; 
	font-size: 16px;
	font-weight: bold;
}


.BidHeader
{
	border: 1px solid #2F4F4F;
	color: #1A0067;
	background-color: #D2DEEF;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	text-align:left;
	font-size: 16px;
}

.BidHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: #1A0067;
	background-color: #8FAEC8;
	font-weight: bold;
	text-align:left;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 16px;
}

.BidContent
{
	background-color: #D2DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.BidresizeHandle
{
	width: 20px;
	height: 30px;
	background-color: Lime;
	overflow: hidden;
}

.BidresizeStyle
{
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: Fuchsia;
	overflow: hidden;
}
