/* CSS Document */

/***********************************************/
/* Auctionair.css                          */
/* Author: Webnetism (www.webnetism.co.uk)     */
/* Last updated: 20 November 2006         */
/***********************************************/

/* generic styles */
body {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 background-color: #fff;
}

body, tr, td {
 font-family: Arial, sans-serif;
 font-size: 90%;
 color: #525252;
 text-align: left;
}

.bodytext {
 font-size: 130%;
 color: #000;
}

.bodytext2 {
 font-size: 150%;
 font-weight: bold;
 color: #000;
}

.bodytext3 
{
 font-size: 130%;
 color:Black;
}

.bodytext2normal {
 font-size: 150%;
 font-weight: normal;
 color: #000;
}

.bodytext2red {
 font-size: 150%;
 font-weight: bold;
 color: #ff0040;
}

.bodytext2rednormal {
 font-size: 150%;
 font-weight: normal;
 color: #ff0040;
}

.bodytext2redUnused {
 font-size: 140%;
 font-weight: bold;
 color: #ff0040;
}

.bodytext3red {
 font-size: 200%;
 font-weight: bold;
 color: #ff0040;
}

.bodytext3 {
 font-size: 150%;
 font-weight: bold;
 color: #0e5e99;
}

.bodytext3smaller {
 font-size: 130%;
 font-weight: bold;
 color: #0e5e99;
}

.bodytext3blue {
 font-size: 120%;
 font-weight: bold;
 color: #0e5e99;
}

.bodytext4 { 
 font-size: 170%;
 font-weight: bold;
 color: #000;
}

.bodytext4italic { 
 font-size: 170%;
 font-weight: normal;
 color: #000;
}

.bluetext { 
 color: #336699;
}
.bluetextResults { 
 color: #336699;
 font-family: Arial, Helvetica, sans-serif;
 font-size:small;
 line-height: 130%;
}

.bluetextItalic {
 font-size: 130%;
 font-style: italic;
 color: #003f7e;
}

.bodytextdiscreet {
 font-size: 140%;
 font-weight: bold;
 color: #9999ac;
}

.bodytextdiscreet2 {
 font-size: 110%;
 font-weight: bold;
 color: #9999ac;
}

.whitetext1 {
 font-size: 16px;
}

.whitetext2 {
 font-size: 20px;
}

.redbox {
 width: 230px;
 padding: 5px;
 background-color: #ff0040;
 font-weight: bold;
 color: #fff; 
}
.style20 { color: #FF0033;
 font-style: italic;
}
.bodytext10 {
 font-size: 120%;
 color: #000;
}


a:link   { font-size:100%; text-decoration:none; color:#5588FF; }
a:visited  { font-size:100%; text-decoration:none; color:#FF4833; }
a:active  { font-size:100%; text-decoration:none; color:#5588FF; }
a:hover  { font-size:100%; text-decoration:underline; color:#FF4833; }


/* basket */
.bgMyaccount {
 background-color: #a8bad4;
}

.bgMyaccountOn {
 background-color: #ff0033;
}

.bgMybasket {
 background-color: #0e5e99;
}

.basketWrapper {
 margin-top: 5px;
 margin-left: 10px;
 font-size: 11px;
 color: #fff;
}

.basketWrapper a, .basketWrapper a:visited {
 font-size: 100%;
 font-weight: bold;
 color: #fff;
 text-decoration: underline;
}

.basketWrapper a:hover, .basketWrapper a:active {
 font-size: 100%;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
}


/* secondary nav */
.bgColorSecondaryNav {
 background-color: #a8bad4;
}
.bgColorSecondaryNav_highbid {
 background-color: #afe0ff;
}
.bgColorSecondaryNav_lowbid {
 background-color: #afe0ff;
}
.bgColorSecondaryNav_unusedbid {
 background-color: #a8bad4;
}
.chromemenu {
 font-family: Verdana, sans-serif;
 font-weight: normal;
 font-size: 11px;
}

.chromemenu:after { /*Add margin between menu and rest of content in Firefox*/
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.chromemenu ul {
 padding: 5px 0;
 margin: 0;
 text-align: left; /*set value to "left" for example to align menu to the left of page*/
}

.chromemenu ul li {
 display: inline;
 margin-right: 5px;
}

.chromemenu ul li a, .chromemenu ul li a:visited {
 background-color: #8eb5d1;
 padding-top: 4px;
 padding-right: 8px;
 padding-bottom: 4px;
 padding-left: 8px;
 margin: 0;
 border: 1px solid #fff;
 color: #003366;
 text-decoration: none; 
}

.chromemenu ul li a:active, .chromemenu ul li a:hover {
 background-color: #fd1746;
 color: #fff;
 text-decoration: none;
}

.bgColorSecondaryNav_highbid .chromemenu ul li a, .bgColorSecondaryNav_highbid .chromemenu ul li a:visited {
 background-color: #8dd3ff;
 color:#036;
 border-width:1px;
 border-style:solid;
 border-color:#AFE0FF;

}

.bgColorSecondaryNav_highbid .chromemenu ul li a:ACTIVE, .bgColorSecondaryNav_highbid .chromemenu ul li a:hover {
 background-color: #8dd3ff;
 border: #f03 1px solid;
 color:black;
 text-decoration: none;
}
.bgColorSecondaryNav_lowbid .chromemenu ul li a:ACTIVE, .bgColorSecondaryNav_lowbid .chromemenu ul li a:hover {
 background-color: #8dd3ff;
 border: #f03 1px solid;
 color:black;
 text-decoration: none;
}
/* flyline */
.bgFlyline {
 background-image:url(../images/bg_flyline.gif);
 background-repeat: no-repeat;
}

.flylineWrapper {
 margin-top: 0px;
 margin-right: 10px;
 margin-bottom: 0px;
 margin-left: 0px;
 font-size: 12px;
}

.flylineWrapper a, .flylineWrapper a:visited {
 font-size: 90%;
 color: #000;
}

.flylineWrapper a:active, .flylineWrapper a:hover {
 font-size: 90%;
 color: #000;
 text-decoration: underline;
}

.highBidWrapper {
 margin-top:3px;
 font-size: 13px;
 color: #75b8fb;
}

.lowBidWrapper {
 margin-top:3px;
 font-size: 13px;
 color: #003366;
}

.newitem1Wrapper {
 margin-top:3px;
 font-size: 13px;
 color: #75fbed;
}

.newitem2Wrapper {
 margin-top:3px;
 font-size: 13px;
 color: #00665b;
}

a.highbidhelpLink:link  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#75b8fb; }
a.highbidhelpLink:visited  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#75b8fb; }
a.highbidhelpLink:active  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#75b8fb; }
a.highbidhelpLink:hover  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#75b8fb; }

a.lowbidhelpLink:link  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#003366; }
a.lowbidhelpLink:visited  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#003366; }
a.lowbidhelpLink:active  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#003366; }
a.lowbidhelpLink:hover   { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#003366; }

a.lowbidunderlineLink:link { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#003366; }
a.lowbidunderlineLink:visited  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#003366; }
a.lowbidunderlineLink:active  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#ff0040; }
a.lowbidunderlineLink:hover  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#ff0040; }

a.newitem1helpLink:link  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#75fbed; }
a.newitem1helpLink:visited  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#75fbed; }
a.newitem1helpLink:active  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#75fbed; }
a.newitem1helpLink:hover  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#75fbed; }

a.newitem2helpLink:link  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#00665b; }
a.newitem2helpLink:visited  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#00665b; }
a.newitem2helpLink:active  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:none; color:#00665b; }
a.newitem2helpLink:hover  { font-family:Arial, Sans-serif; font-size:11px; font-weight:normal; text-decoration:underline; color:#00665b; }

.searchField { 
 width: 122px;
 font-size: 10px;
}


/* breadcrumb path and date */
.bgColorBreadcrumb {
 background-color: #003366;
}
 
.breadcrumbWrapper {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 10px;
 font-size: 11px;
 color: #a5e2f6;
}

.breadcrumbWrapper a, .breadcrumbWrapper a:visited {
 font-size: 100%;
 color: #a5e2f6;
}

.breadcrumbWrapper a:hover, .breadcrumbWrapper a:active {
 font-size: 100%;
 color: #a5e2f6;
 text-decoration: underline;
}

.datestampWrapper {
 margin-top: 0px;
 margin-right: 10px;
 margin-bottom: 0px;
 margin-left: 0px;
 font-size: 11px;
 color: #a5e2f6;
}

/* left menu */
.bgColorLeftmenu {
 background-color: #6699cc;
}
 
.leftmenuWrapper {
 margin-top: 30px;
 margin-right: 0px;
 margin-bottom: 30px;
 margin-left: 8px;
}

ul.ul_leftmenu {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

li.li_leftmenu {
 width: 133px;
 height: 20px;
 display: block;
 margin: 0px;
 margin-bottom: 12px;
 padding: 0px;
 padding-left: 0px;
 padding-top: 2px;
 font-family: Verdana, Sans-serif;
 font-size: 11px;
 font-weight: bold;
}

li.li_leftmenu a, li.li_leftmenu a:visited {
 width: 133px;
 height: 20px;
 display: block;
 padding-top: 3px;
 padding-left: 8px;
 color: #fff;
 text-decoration: none;
 background-image: url(../images/bt_leftmenu_off.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

li.li_leftmenu a:hover, li.li_leftmenu a:active {
 width: 133px;
 height: 20px;
 display: block;
 padding-top: 3px;
 padding-left: 8px;
 color: #fff;
 text-decoration: none;
 background-image: url(../images/bt_leftmenu_on.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

li.li_leftmenu_on {
 width: 133px;
 height: 20px;
 display: block;
 margin: 0px;
 margin-bottom: 12px;
 padding: 0px;
 padding-left: 0px;
 padding-top: 2px;
 font-family: Verdana, Sans-serif;
 font-size: 11px;
 font-weight: bold;
 background-image: url(../images/bt_leftmenu_on.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

li.li_leftmenu_on a, li.li_leftmenu_on a:visited {
 width: 133px;
 height: 20px;
 display: block;
 padding-top: 3px;
 padding-left: 8px;
 color: #fff;
 text-decoration: none;
 background-image: url(../images/bt_leftmenu_on.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

li.li_leftmenu_on a:hover, li.li_leftmenu_on a:active {
 width: 133px;
 height: 20px;
 display: block;
 padding-top: 3px;
 padding-left: 8px;
 color: #fff;
 text-decoration: none;
 background-image: url(../images/bt_leftmenu_on.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

.leftmenu_promotionWrapper {
 width: 92%;
 margin-top: 45px;
 margin-bottom: 240px;
 background-color: #fd1746;
 border: 1px solid #fff;
}

.leftmenu_promotionPosition {
 width: 95%;
 margin-top: 10px;
 margin-bottom: 7px;
 margin-left: 7px;
}

.promotionHd { 
 font-family: Verdana, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #fff;
}

.promotionText { 
 font-size: 10px;
 color: #fff;
}

.promotionField { 
 width: 80px;
 margin-top: 5px;
 font-size: 10px;
}
.leftmenu_minibasket {
 width: 133px;
 margin-bottom: 100px;
 margin-top: 40px;}
.minibaskethd {
 width: 133px;
 height: 20px;
 text-align: center;
 background-image: url(../images/bg_minibaskethd.gif);
 background-position: top;
 background-repeat: no-repeat;
 background-color: #003366;
 color: white;
 font-weight:bold;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;

}
.minibaskethd p {
 padding:3px;margin:0px;
}
.minibasketcontent {
 width:133px;
 display:block;
 text-align:left;
 background-image:url(../images/bg_minibasketcontent.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 background-color:#d5eafc;
 color:black;
 padding-bottom:10px;
 margin:0px;
 padding-top: 5px;
}
.minibasketcontent ul {
padding-left:5px;
margin-left:5px;
list-style:none;
}
.minibasketcontent ul ul {
font-size: 10px;
color:#003366;
}
.minibasketcontent p{
padding-left:10px;
font-weight:bold;
}

/* main content */
.welcomeHeader { 
 font-size: 190%;
 font-weight: bold;
 color: #0e5e99;
}

.welcomeText { 
 margin-top:7px;
 font-size: 130%;
 font-weight: normal;
}

.productDetailPageHeader {
 width: 80%; 
 font-size: 180%;
 font-weight: bold;
 color: #ff0033;
}

.productDetailPageHeader2 {
 width: 80%; 
 font-size: 180%;
 font-weight: bold;
 color: #0e5e99;
}

.productDetailBBI { 
 padding: 16px;
 margin-bottom: 40px;
 border: #cccccc solid 1px;
 background-color: #eef6ff;
 font-size: 120%;
 font-weight: normal;
 color: #999999;
}

.productDetailBBIHeader { 
 font-size: 120%;
 font-weight: bold;
}

.redText { 
 color: #ff0033;
}

.doubleChevron {
 font-size: 120%;
 font-weight: bold; 
 color: #ff0033;
}

.titleText1 { 
 font-size: 190%;
 font-weight: normal;
 color: #0e5e99;
}

.titleText2 { 
 font-size: 190%;
 font-weight: normal;
 color: #000;
 
}

.titleTextBox { 
 background-color: #336699;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 font-size: 190%;
 font-weight: bold;
 color: #fff;
}

.titlebox_highbid { 
 background-color: #336699;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 font-size: 160%;
 font-weight: bold;
 color: #fff;
}

.titlebox_lotNumber { 
 background-color: #ff0040;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 font-size: 160%;
 font-weight: bold;
 color: #fff;
}
.titlebox_highbidSmall { 
 background-color: #336699;
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 10px;
 font-size: 130%;
 font-weight: bold;
 color: #fff;
}

.titlebox_lowbid { 
 background-color: #3399cc;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 font-size: 160%;
 font-weight: bold;
 color: #fff;
}
.titlebox_lowbidSmall { 
 background-color: #3399cc;
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 10px;
 font-size: 130%;
 font-weight: bold;
 color: #fff;
}
.titlebox_buyitnow { 
 background-color: #009933;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 font-size: 160%;
 font-weight: bold;
 color: #fff;
}
.titlebox_amountDue { 
 background-color: #999999;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 font-size: 160%;
 font-weight: bold;
 color: #fff;
}
.subtitleTextBox { 
 background-color: #336699;
 padding-top: 4px;
 padding-right: 25px;
 padding-bottom: 4px;
 padding-left: 25px;
 font-size: 160%;
 font-weight: normal;
 color: #fff;
}
.titleTextBoxlowbid { 
 font-size: 190%;
 font-weight: normal;
 color: #369;
 font-weight:bold;
}

.titleTextBoxLarge { 
 font-size: 220%;
 font-weight: normal;
 color: #369;
 font-weight:bold;
}
.tableText {
 background-color: #dfe5ef;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 145%;
 font-weight: normal;
 color: #000;
}

/* changed by Ashish Jain for Login color change issue: */

.tableText1 {
 background-color: #fd1746;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 145%;
 font-weight: normal;
 color: #000;
}

/* changes ends here */

.closingBidWrapper {
 width: 150px;
 padding: 12px;
 border: #ff0033 solid 1px;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 11px;
 color: #ff0033;
 line-height: 22px;
}
.closingBidWrapper1 {
 width: 225px;
 padding: 12px;
 border: #ff0033 solid 1px;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 11px;
 color: #ff0033;
 line-height: 22px;
}
.closingBidWrapper2 {
 width: 275px;
 padding: 12px;
 border: #ff0033 solid 1px;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 11px;
 color: #ff0033;
 line-height: 22px;
}
.redlinebox {
 width: 47%;
 padding: 7px;
 border: #ff0033 solid 1px;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 11px;
 color: #ff0033;
 line-height: 22px;
}

.redlinebox2 {
 width: 55%;
 padding: 7px;
 border: #ff0033 solid 1px;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 11px;
 color: #ff0033;
 line-height: 22px;
}

.techWrapper {
 width: 150px;
 padding: 12px;
 padding-top: 20px;
 padding-bottom: 20px;
 border: #99ccff solid 1px;
 background-color: #e5f4ff;
 margin-top: 20px;
 margin-bottom: 20px;
 font-size: 11px;
 color: #000;
}

.bgColorHighBid {
 background-color: #003366;
}

.bgColorHighBid2 {
 background-color: #fff;
}

.bgColorLowBid {
 background-color: #6699cc;
}

.bgColorLowBid2 {
 background-color: #aecdec;
}

.bgColorItem1 {
 background-color: #00665b;
}

.bgColorItem2 {
 background-color: #66ccc1;
}


h1.h1_headingTabs {
 margin: 0px;
 font-size: 220%;
 font-weight: bold;
 color: #fff;
}

h1.h1_headingTabs a, h1.h1_headingTabs a:visited {
 margin: 0px;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
}

h1.h1_headingTabs a:active, h1.h1_headingTabs a:hover {
 margin: 0px;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
}

.commentWrapper {
 margin-top: 10px;
 margin-bottom: 10px;
 text-align: center;
 font-size: 150%;
 font-weight: bold;
 color: #000;
}

.shortfield { 
 width: 110px;
 font-size: 10px;
}

.midfield { 
 width: 130px;
 font-size: 10px;
}

.longfield { 
 width: 150px;
 font-size: 10px;
}

.shorterfield { 
 width: 60px;
 font-size: 10px;
}

.mybasket_mybidfield { 
 width: 75px;
 font-size: 10px;
}

.borderHighBid {
 border: #d0d0d0 solid 1px;
 margin-bottom: 20px;
}

.borderHighBid2 {
 border: #d0d0d0 solid 2px;
 margin-bottom: 20px;
 padding: 10px;
 background-color: #f9f9f9;
}

.borderWide2 {
 border: #d0d0d0 solid 1px;
 margin-bottom: 20px;
}

.borderLowBid {
 border: #d0d0d0 solid 1px;
 margin-bottom: 20px;
}

.borderNewItem1 {
 border: #66ccc1 solid 1px;
 margin-bottom: 20px;
}

.bordertablegrey {
 border: #dddddd solid 1px;
}
.bordertopgrey {
 border-top: #dddddd solid 1px;
}
.borderbottomgrey {
 border-bottom: #dddddd solid 1px;
}
.borderrightgrey {
 border-right: #dddddd solid 1px;
}


.bg1HighBidHomeItem {
 border-bottom: 1px solid #eaeaea;
 background-color: #fff;
 text-align: left;
 font-size: 180%;
 color: #66ccc1;
}

.tableBorderBid1 {
 border: #fff solid 1px;
 background: #d0d0d0;
}

.tableBorder_lotresults {
 width: 80%;
 border: #dddddd solid 2px;
 background: #fff;
}

.tableBorderBid2 {
 width: 45%;
 border: #a8bad4 solid 1px;
 background: #e4eefc;
 padding: 13px;
}

.tableBorderlowbid{
border:#f1f1f1 7px solid;
}
td.td_tdStyle1 {
 background-color: #f6f6f6;
}

td.td_tdStyle2 {
 background-color: #fff;
 font-size: 150%;
}

td.td_tdStyle3 {
 background-color: #ddeeff;
 font-size: 150%;
}

td.td_tdStyle4 {
 background-color: #eeeeee;
 font-size: 150%;
}
td.td_tdStyle_for_basket_table {
 background-color: #eeeeee;
 font-size: 100%;
 border: #fff solid 1px;
 background: #d0d0d0;
}

td.td_tdStyle5 {
 background-color: #ffdddd;
 font-size: 150%;
}

.tdTitleHighBid { 
 font-size: 150%;
 font-weight: bold;
 color: #fc9999;
}

.tdTitleMyBasket { 
 font-weight: bold;
 color: #000;
}

.bg2HighBidHomeItem {
 border-bottom: 1px solid #eaeaea;
 background-color: #f6f6f6;
 text-align: left;
 font-size: 180%;
 color: #525252;
}

.bg1LowBidHomeItem {
 border-bottom: 1px solid #99c3ed;
 background-color: #aecdec;
 text-align: left;
 font-size: 180%;
 color: #525252;
}

.bg2LowBidHomeItem {
 border-bottom: 1px solid #99c3ed;
 background-color: #bcd7f3;
 text-align: left;
 font-size: 180%;
 color: #525252;
}

.copyright {
 font-size: 100%;
 color: #b2b2b2;
}

a.bidLinksmall:link { font-size:100%; font-weight:bold; text-decoration:none; color:#003f7e; }
a.bidLinksmall:visited  { font-size:100%; font-weight:bold; text-decoration:none; color:#003f7e; }
a.bidLinksmall:active  { font-size:100%; font-weight:bold; text-decoration:none; color:#003f7e; }
a.bidLinksmall:hover  { font-size:100%; font-weight:bold; text-decoration:underline; color:#003f7e; }

a.lotsdetail:link { font-size:110%; font-weight:bold; text-decoration:none; color:#003f7e; }
a.lotsdetail:visited  { font-size:110%; font-weight:bold; text-decoration:none; color:#003f7e; }
a.lotsdetail:active  { font-size:110%; font-weight:bold; text-decoration:none; color:#003f7e; }
a.lotsdetail:hover  { font-size:110%; font-weight:bold; text-decoration:underline; color:#003f7e; }

a.mybasket_amendbid:link { font-size:11px; font-weight:bold; text-decoration:underline; color:#003f7e; }
a.mybasket_amendbid:visited  { font-size:11px; font-weight:bold; text-decoration:underline; color:#003f7e; }
a.mybasket_amendbid:active  { font-size:11px; font-weight:bold; text-decoration:none; color:#003f7e; }
a.mybasket_amendbid:hover  { font-size:11px; font-weight:bold; text-decoration:none; color:#003f7e; }

.priceTitlesmall {
 font-size: 100%;
 font-weight: bold;
 color: #2675b0;
}

.priceCostsmall {
 font-size: 100%;
 font-weight: bold;
 color: #000;
}

.howHighBidWrapper {
 width: 268px;
 background-color: #f2f1f1;
 margin-left: 10px;
 margin-bottom: 10px;
 }
 
.lowHighBidWrapper {
 width: 268px;
 background-color: #f2f1f1;
 margin-left: 10px;
 margin-bottom: 10px;
 }
 
.howHighBidPosition {
 width: 248px;
 padding-top:10px;
 margin-left: 10px;
 margin-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 color: #000;
 }
 
.howLowBidWrapper {
 width: 268px;
 background-color: #c5dbf1;
 margin-left: 10px;
 margin-bottom: 10px;
 }
 
.howLowBidPosition {
 width: 248px;
 padding-top:10px;
 margin-left: 10px;
 margin-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 color: #000;
 }
 
 
 
a.howdoesitworkHome:link { font-size:150%; font-weight:bold; text-decoration:none; color:#2675b0; }
a.howdoesitworkHome:visited  { font-size:150%; font-weight:bold; text-decoration:none; color:#2675b0; }
a.howdoesitworkHome:active  { font-size:150%; font-weight:bold; text-decoration:none; color:#2675b0; }
a.howdoesitworkHome:hover  { font-size:150%; font-weight:bold; text-decoration:underline; color:#2675b0; }

a.howdoesitworkMore:link { font-size:120%; font-weight:bold; text-decoration:none; color:#2675b0; }
a.howdoesitworkMore:visited  { font-size:120%; font-weight:bold; text-decoration:none; color:#2675b0; }
a.howdoesitworkMore:active  { font-size:120%; font-weight:bold; text-decoration:none; color:#2675b0; }
a.howdoesitworkMore:hover  { font-size:120%; font-weight:bold; text-decoration:underline; color:#2675b0; }

a.lotNavigation:link { font-size:200%; font-weight:bold; text-decoration:none; color:#949494; }
a.lotNavigation:visited { font-size:200%; font-weight:bold; text-decoration:none; color:#949494; }
a.lotNavigation:active  { font-size:200%; font-weight:bold; text-decoration:none; color:#949494; }
a.lotNavigation:hover  { font-size:200%; font-weight:bold; text-decoration:none; color:#ff0040; }

.emptyboxes {
 background-color: #6699cc;
}

.smallNotice {
 font-size: 10px;
 color: #6699ff;
}

.pageIndexWrapper {
 margin-top: 5px;
 margin-right: 5px;
 margin-bottom: 0px;
 margin-left: 0px;
 font-size: 11px;
 text-align: right;
}

.pageIndexWrapper a, .pageIndexWrapper a:visited {
 font-size: 11px;
 color: #000;
 text-decoration: underline;
}

.pageIndexWrapper a:active, .pageIndexWrapper a:hover {
 font-size: 11px;
 color: #000;
 text-decoration: underline;
}
.td_productlist{
font-size:150%;
background-color:#FFFFFF;
vertical-align: top;
}

.td_productlist2{
 background-color:#FFFFFF;
}

.td_productlist_results1{
 font-size:120%;
 background-color:#fff;
 vertical-align: middle;
}
.td_productlist_results2{
 font-size:150%;
 background-color:#fff;
 vertical-align: middle;
 color: #000;
}

.td_productlist_results3{
 font-size:150%;
 background-color:#fff;
 vertical-align: middle;
 color: #ff0040;
}

.td_productlist .boldtextllarge{
font-weight:bold;
font-size:110%;
color:#3366AC;
}
.td_productlist .lotnumber{
font-weight:bold;
color:#FF4833;
}
.td_productlist a{
 text-decoration:underline;
 color:#5588ff;
 font-size: 100%;
}
.td_productlist a:hover{
color:#ff7777;
}
.td_productlist .tdprice{
text-align:center;
font-weight:bold;
}
.td_productlist .bidhere{
float:right;
}

.td_highbidheading{
 background-color:#ffffff;
 color:#FF4833;
 font-size:140%;
 font-weight: bold;
}
.lowbidbodytext{ font-size: 110%;
 color: #369;}
.lowbidbox{
 font-size:110%;
 color:#369;
 background-color:#def;
 padding:10px;
 margin-left: 60px;
 margin-right: 60px;
}
.lowbid_infobox{
border:red 1px solid;
padding:5px;
margin: 10px;
text-align:center;
}
.td_lowbidlisting{
border-spacing:0px;
border:#f1f1f1 7px solid;
background-color:white;
font-size:150%;
padding:12px;
}
.td_lowbidlisting .lotnumber{
font-weight:bold;
color:#FF4833;
}
.td_lowbidlisting .boldtext{
font-weight:bold;
color:#3366AC;
}
.td_lowbidlisting a.boldtext {
text-decoration:none;
}
.td_lowbidlisting a.boldtext:hover {
text-decoration:underline;
}
.td_lowbidlisting .boldtextllarge{
font-weight:bold;
font-size:110%;
color:#3366AC;
}
.td_lowbidlisting .lotnumber{
font-weight:bold;
color:#FF4833;
}
.td_lowbidlisting a{
 text-decoration:underline;
 color:#5588ff;
 font-size: 100%;
}
.td_lowbidlisting a:hover{
color:#ff7777;
}
.td_lowbidlisting .tdprice{
text-align:center;
font-weight:bold;
}.td_lowbidlisting .bidhere{
padding-top:10px;
padding-bottom:10px;
}
.td_lowbidlisting .gray{color:#ccc;}

.td_lowbidlisting .grayLowBidIndexPage{color:#ccc;}
.lowbid_statstable td{
border:#ccc 1px solid; border-collapse:collapse; padding:5px;font-size:100%;
}
.lowbid_statstable .blue{color:#369;}
.lowbid_statstable .black{color:#000;}
.lowbid_statstable .red{color:#f03;}
.lowbid_statstable .gray{color:#ccc;}
.minibasketform{
width:220px;
float:right;
text-align:right;
}
.gray2 {
 font-size: 140%;
 font-weight: bold;
 color:#999999;
}
.minibasketform form, .minibasketform input{
 margin:0px;
 padding: 0px;
}
.buyitnowField {
 width: 71px;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px;
}

.buyitnowField40 {
 width: 40px;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 11px;
}

.placebidboxText {
 font-size: 11px;
}

.placebidboxTextlarge {
 font-size: 13px;
}

.mybidwrapper{
margin:12px;


}
.mybidheadtable{
margin:10px;
border-collapse:collapse;
}
.mybidstable{
border-collapse:separate;
}
.mybidstable .items{
text-align:right;
float:right;
}
.mybidstable .sectionhead{
color:#036;
font-size:20px;
font-weight:bold;

}
.mybidstable .mybidhead{
color:#f03;
}
.mybidstable .td_sectionhead{
padding:5px;


}
.mybidstable .leftcellborder{border-left:#cacaca 1px solid;}
.mybidstable .rightcellborder{border-right:#cacaca 1px solid;}

.mybidstable .cellrow td {
border-bottom:#cacaca 1px solid;
border-right:#cacaca 1px solid;
padding:5px;font-size:110%;
}
.mybidstable .charthead td{
 border-bottom:#cacaca 1px solid;
 border-right:#cacaca 1px solid;
 background-color:#e5e5e5;
 font-weight:bold;
 font-size:110%;
 padding:5px;
 border-bottom:none;
}
.mybidstable .lowbidhead{
background-color:#69c;
display: inline;
padding-left:5px;
padding-right:5px;
padding-top:3px;
padding-botttom:4px;
color:white;
}
.mybidstable .highbidhead{
background-color:#036;
display: inline;
padding-left:5px;
padding-right:5px;
padding-top:3px;
padding-botttom:4px;
color:white;
}
.liveauctionskey{color:#a3a3a3;}
.myaccountheadtable{
margin:12px;
margin-top:30px;
border-collapse:collapse;
}
.myaccountheadtable .titleTextBox {
background-color:#ffffff;
 font-size: 190%;
 font-weight: bold;
 color: #0e5e99;
 padding:0px;
}
.myaccounttable{
margin:12px;
border-collapse:collapse;
background-color:#dfe5ef;
margin-top:0px;
border-bottom:#dfe5ef 2px solid;
border-top:#dfe5ef 2px solid;
}
.myaccounttable td {
padding:2px;
padding-left:12px;
font-size:110%;
}
.myaccounttable p {
padding:2px;margin:0px;
}
.myaccounttable .subheading{ font-size:140%; font-weight:bold; color:#0E5399;}
.myaccounttable select, .myaccounttable input{font-size:110%;}

/* footer */
.bgColorFooter {
 background-color: #0e5e99;
}
 
.footerWrapper {
 margin-top: 6px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 11px;
 font-size: 11px;
 color: #fff;
}

div.footerWrapper a, div.footerWrapper a:visited {
 font-size: 11px;
 color: #fff;
}

div.footerWrapper a:active, div.footerWrapper a:hover {
 font-size: 11px;
 color: #fff;
 text-decoration: underline;
}
.td_Style1
{
 background: #f6f6f6;
}
.smallBlueBold {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: bold;
 color: #336699;
  
}
.smallBlueBold1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: bold;
 color: #336699;
 text-align:center;
 
}
.bodyTextSmall {
 font-family: Arial, Helvetica, sans-serif;
 font-size:small;
 color: #000000;
 line-height: 135%;
}
.darkWorth {
 font-family: Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-weight: bold;
 color: #999999;
}
.bodyBlue {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #336699;
}
.bodyTextBold {
 font-family: Arial, Helvetica, sans-serif;
 font-size:small;
 font-weight: bold;
 color: #000000;
 line-height: 130%;
}
.bodyTextBoldRightAlign {
 font-family: Arial, Helvetica, sans-serif;
 font-size:small;
 font-weight: bold;
 color: #000000;
 line-height: 130%;
 text-align:right;
}
.bodyRedBold {
 font-family: Arial, Helvetica, sans-serif;
 font-size:small;
 font-weight: bold;
 color: #FF0033;
 line-height: 130%;
}
.bodyRedBold1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size:small;
 font-weight: bold;
 color: #FF0033;
 line-height: 130%;
 text-align:right;
}
.bodyTextNormal {
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #000000;
 line-height: 130%;
}
.resultCenerAlign
{
 text-align:center;
}

.resultRightAlign
{
 text-align:right;
}

/* end */
