﻿@charset "UTF-8";
/* CSS Document */


body {
	font: 1.4 Verdana, Arial, Helvetica, sans-serif;
    background: url(Images/dplateBG.jpg) top left repeat;
	margin: 0;
	padding: 0;
	color: #000;
    text-align: inherit;
}

.bodyCompany 
{
    background: silver;
}

.textbox 
{
    width: 100px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

input[type="text"], input[type="password"] {
border: 1px solid grey;
}
 
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    color: #284386;
}
a:visited {
	color: #284386;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #284386;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.clear
{
	clear: both;
}

.container {
	width: 1300px;
	padding: 0px 00px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(Images/parchBG.png) transparent center top repeat-y fixed;
}

.containerCompany {
	width: 1300px;
	padding: 0px 0px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.wrapperDiv
{
	padding: 0 50px;
	float: left;
	margin-top: 20px;
}

.wrapperDivHeader
{
    top: 0px;
	padding: 0 50px;
	float: left;
	margin-top: 20px;
	position: absolute;
}

.topBackground
{
	width: 100%;
	background: #c2c2c2 url(Images/topBackground.jpg) bottom left repeat-x;
	float: left;
}

.midPageWrapperhomepage
{
    margin-top: 105px;
}

.midBackground
{
	width: 100%;
	background: transparent;
	float: left;
}

.bottomBackground
{
	width: 100%;
	background: #c2c2c2 url(Images/bottomBackground.jpg) top left repeat-x;
	float: left;
}

.header-links-wrapper{float:right;text-align:right;width:700px;}
.header-links{display: inline-table;float: left;margin: 5px; width: auto; display:inherit;}
.header-links ul{padding:0;margin:0; float:none;}
.header-links ul li{display: inline;list-style: none outside none; margin-left: 10px; color: #ffffff; float:none; padding-right:0;}
.header-links a{text-decoration: none; float: none;}
.header-links a:hover{color:#AF0304;text-decoration:underline;}
.header-links a.account{color: #ffffff;}
.admin-header-links{padding:0px;margin-bottom:0px;display:inline-table; float: right; margin-top: 0px;}

.admin-header-links span.impersonate
{
    display: block;
    position: absolute;
    padding: 3px;
    background: #000;
    top: 25px;
    left: -100px;
}

.accountBar
{
	float: left;
	width: 1200px;
	text-align: right;
}

#flyout-cart a:visited, #flyout-cart a:link, #flyout-cart a:hover, #flyout-cart a:active
{
    color: black;
}

#flyout-cart
{
    z-index: 900;
    position: absolute;
}

.topLogo
{
	float: left;
	margin-right: 10px;
	margin-top: -35px;
}

.menuBar
{
	width: 1200px;
	height: 64px;
	float: left;
	background: transparent url(images/menuBG.png);
	position: relative;
	z-index: 1;
}

.menuWrapper
{
	float: left;
	height: 64px;
	padding: 15px 0 0 0;
}

#closesearchbox
{
    margin: 9px 15px 0px 0px;
    z-index: 900;
}

.searchBox
{
	float: right;
	height: 55px;
	padding: 15px 10px 0 0;
	width: 350px;
	position: relative;
}


.auctionToday
{
    float: left;
    margin: -40px -117px;
}

.searchBox .wijmo-wijtextbox
{
        width: 325px;
        height: 30px;
		padding: 0px;
		margin: -3px 0px 0px 5px;
}

.searchBox .ui-button
{
        border-radius: .5em;
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        color: #ffffff;
        border: 0px;
}

.searchText
{
	width: 370px;
}

.searchBox .dropDownSearchBox
{
	position: absolute;
	top: 15px;
	right: 33px;
	border-radius: .5em 0 .5em .5em;
	-webkit-border-radius: .5em 0 .5em .5em;
	-moz-border-radius: .5em 0 .5em .5em;
	width: 645px;
	background: #ffffff;
	z-index: 900;
	transition: height 2s;
	-moz-transition: height 2s;
	-webkit-transition: height 2s;
	-o-transition: height 2s;
	overflow: hidden;
	border: 2px solid silver;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
}

.searchTextBox
{
        color: gray;
        font-style: italic;
}


.searchBox .ui-button
{
	background: url(Images/blueGradient.png) 50% 50% repeat-x;
}

.searchBox .ui-button:hover
{
	background: url(Images/ui-bg_glass_75_fef1bd_1x400.png) bottom left repeat-x;
	color: #4C535C;
}

.searchBox .ui-button:active
{
	background: url(Images/ui-bg_inset-hard_100_ffe475_1x100.png) bottom left repeat-x;
	color: #4C535C;
}

header {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	z-index: 1;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/

.upperMid
{
	float: left;
	width: 1200px;
	margin: 10px 0;
}

.midLogo
{
	float: left;
	position: absolute;
}


.featuredAd
{
    width: 770px;
    height: 290px;
    margin-bottom: 1em;
    cursor: pointer;
    list-style-type: none;    
}
.featuredAdCart
{
    width: 722px;
    height: 290px;
    margin-bottom: 1em;
    list-style-type: none;    
    padding-left: 175px;
}

.featuredAdSubPicture
{    
	float: left;
	width: 350px;
	height: 234px;
}

.rotationBanner
{
	float: right;
	background: #ffffff;
	height: 281px;
	width: 770px;
	border: 1px solid #000000;
}

.rotationBannerAdText
{
	float: right;
	background: #ffffff;
	height: 281px;
	width: 770px;
	border: 1px solid #000000;
}

.rotationImg
{
	float: left;
	width: 350px;
	height: 234px;
}

.rotationLogo
{
    height: 44px;
    margin: 2px;
}

.rotationText
{
	float: right;
	width: 420px;
	height: 234px;
	text-align: center;
}

.rotationTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #20397c;
	width: 350px;
	padding: 10px 0px;
}

.rotationDescription
{
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	width: 450px;
	padding: 5px 5px ; 
}

.rotationTypeText
{
    float: right;
    margin: 20px 5px;
}

.rotationType, auctionIcon
{
	font-weight: bold;
	font-size: 24px;
	color: #f69d23;
	text-transform: uppercase;
	width: 420px;
	
	text-shadow: #000000 1px 1px 1px;
	-moz-text-shadow: #000000 1px 1px 1px;
	-webkit-text-shadow: #000000 1px 1px 1px;
}


.auctinoIcon img
{
    width:32px;
}

.auctionNotifier
{
	font-weight: bold;
	font-size: 14px;
	color: #f69d23;
	text-transform: uppercase;
	width: 350px;
	padding: 10px 5px;
	text-shadow: #000000 1px 1px 1px;
	-moz-text-shadow: #000000 1px 1px 1px;
	-webkit-text-shadow: #000000 1px 1px 1px;

}

.rotationDate
{
	font-size: 14px;
	color: #20397c;
	width: 350px;
	padding: 10px 0px;
}

.rotationBar
{
	float: left;
	width: 770px;
	height: 47px;
	background: url(Images/blueGradient.png) top left repeat-x;
}

.rotationCompany
{
	float: left;
	text-align: left;
	height: 47px;
	line-height: 47px;
	color: #ffffff;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}

.rotationAddress
{
	float: right;
	text-align: right;
	height: 47px;
	line-height: 47px;
	color: #ffffff;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
}

.bold
{
    font-weight: bold;
}



.center
{
margin-left:auto;
margin-right:auto;
width:99%;
}

.hidden
{
    display: none;
}

.midPageWrapper
{
	float: left;
	background: transparent url(images/whiteBackground.gif) 0 200px repeat-y;
	border-radius: 0 0 .5em .5em;
	margin-top: 120px;
}

.midPageWrapperFull
{
	float: left;
	background: transparent url(images/whiteBackgroundFull.gif) 0 200px repeat-y;
	border-radius: 0 0 .5em .5em;
	margin-top: 120px;
}


.midPageWrapper .leftblock, .midPageWrapper .rightblock
{
	margin-top: 0px;
}


.leftSideCompany
{
	float: left;
	width: 200px;
}

.leftSide
{
	float: left;
	width: 200px;
}


.midPageWrapperFull .leftSide
{
    margin-top: -10px;
}

.premiumseallil {
background: url('images/SmallAuctionLevelGold.jpg') top right no-repeat;
padding-right: 50px;
}

.supremeseallil {
background: url('images/SmallAuctionLevelPlat.jpg    ') top right no-repeat;
padding-right: 50px;
}

.headerCompany
{    
    float: left;
	width: 760px;
	padding-bottom: 10px;
	margin: 10px 0;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	font-size: 12px;
}

.leftblockCompany
{    
    float: left;
	width: 200px;
	padding-bottom: 10px;
	margin: 10px 0;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	font-size: 12px;
}


.leftblock {
	float: left;
	width: 200px;
	background: #00406b;
	padding-bottom: 10px;
	margin: 10px 0;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	font-size: 12px;
}

.leftSide .headerBlock
{
float: left;
color: #000000;
font-weight: bold;
font-size: 15px;
height: 35px;
width: 200px;
line-height: 32px;
text-align: left;
padding-left: 10px;
background: url(Images/linkHeader.png) top left no-repeat;
}

.leftSide .sideAd
{
	float: left;
	margin-bottom: 5px;
}

.leftSide .sideAd img
{
	margin: 5px;
}

.rightSide
{
	float: right;
	width: 200px;
	position: absolute;
	margin: 0px 0px 0px 1000px;
}

.rightblock {
	float: left;
	width: 200px;
	background: #00406b;
	padding-bottom: 10px;
	margin: 10px 0;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	font-size: 12px;
}

.rightSide .headerBlock
{
	float: left;
	color: #000000;
    font-weight: bold;
    font-size: 15px;
    height: 35px;
	width: 195px;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	background: url(Images/linkheader.png) top left no-repeat;
}

.rightSide .sideAd
{
	float: right;
	margin-bottom: 5px;
}

.content {
	padding: 10px 0;
	width: 700px;
	float: left;
}
aside {
	float: left;
	width: 200px;
	background: #EADCAE;
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	margin: 30px 0 15px 0; /* this creates the space between the navigation on the content below */
}
nav ul li {
	border-bottom: 0px solid #666; /* this creates the button separation */
}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 30px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 165px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	height: 16px;
	line-height: 10px;
	text-decoration: none;
	background: transparent;
	color: #ffffff;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #fca532;
	color: #000000;
}

.midContentWrapperFull
{
	float: right;
	width: 980px;
	margin: 10px 10px 0 10px;
	background: transparent;
}

.midContentWrapperCompany
{
	float: right;
	width: 780px;
	margin: 10px 205px 0 10px;
}
.midContentWrapper
{
	float: right;
	width: 780px;
	margin: 10px 205px 0 10px;
}

.midContentFull
{
	float: left;
	background: #ffffff;
	width: 980px;
	border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	-webkit-border-radius: .5em .5em 0 0;
	padding: 5px;
}

.midContent
{
	float: left;
	background: #ffffff;
	width: 760px;
	border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	-webkit-border-radius: .5em .5em 0 0;
	padding: 5px;
    margin-left: 2px;
}

.featuredCategoryMenu
{
    padding: 0px 0px 10px 0px;
}

.wideContainerBox
{
	float: left;
	background: #ffffff;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px 0px 25px 5px;
	width: 975px;
	padding: 0px 0px 0px 20px;
} 

.randomFeaturedGroupBox
{
	float: left;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px 0px 25px 5px;
	width: 960px;
	padding: 10px 0px 0px 20px;
}

	

.randomFeaturedGroupBox1
{
	float: left;
	background: url(Images/featuredBG.png);
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px 0px 25px 5px;
	width: 960px;
	padding: 0px 0px 0px 20px;
}
.randomFeaturedGroupBox2
{
	float: left;
	background: url(Images/featuredBG2.png);
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px 0px 25px 5px;
	width: 960px;
	padding: 0px 0px 0px 20px;
}

.randomFeaturedGroupBox3
{
	float: left;
	background: url(Images/featuredBG3.png);
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px 0px 25px 5px;
	width: 960px;
	padding: 0px 0px 0px 20px;
}

.randomFeaturedGroupBox4
{
	float: left;
	background: url(Images/featuredBG4.png);
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px 0px 25px 5px;
	width: 960px;
	padding: 0px 0px 0px 20px;
}

.randomFeaturedGroupBox5
{
	float: left;
	background: url(Images/featuredBG5.png);
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 10px 0px 25px 5px;
	width: 960px;
	padding: 0px 0px 0px 20px;
}

.randomFeaturedGroupHeader
{
background: url(Images/rustedheader.png) top left no-repeat;
border-radius: .5em;
width: 525px;
height: 25px;
margin: -16px 0px 10px 200px;
font-weight: bold;
font-size: 20px;
color: #ffffff;
text-transform: uppercase;
padding: 9px 5px 0px 10px;
text-shadow: #F69D23 1px 1px 1px;
-moz-text-shadow: #f69d23 1px 1px 1px;
-webkit-text-shadow: #f69d23 1px 1px 1px;
letter-spacing: 3px;
text-align: center;
}
.randomFeaturedHeader
{
    background: #003f6b;
    border-radius: .5em .5em 0em 0em;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    padding: 0px;
    width: 161px;
    height: 33px;
    margin: -9px 0px 0px -8px;
 	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 1px 2px 1px 2px;
	
}
.randomFeaturedBox:hover
{
    
    cursor: pointer;
    background-color: #f0f0f0;
    z-index: 200;
}

.randomFeaturedBox:hover img
{
opacity:0.4;
filter:alpha(opacity=40);
}

.randomFeaturedBox
{
    border-radius: .5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow:5px 5px 10px #ccc;
    padding: 0px 5px 5px 5px;
    border-color: #003f6b;
    border-style: solid;
    border-width: 3px;
    height: 230px;
    width: 149px;
    margin: 5px 20px 10px -5px;
    float: left;
    text-align: center;
    background: #ffffff;
}

.featuredLine1
{
    font-weight: bold;
}

.featuredLine2
{
   color: Green;
}

.featuredLine3
{
   
}

.featuredLine4
{
    font-weight: bold;
    color: #003f6b;
}

.randomFeaturedBox img
{
    width: 130px;
    margin: 3px 0px 0px -3px;
}


.randomFeaturedBoxButton a
{
	background: #003f6b url(Images/blueGradientFeat.png) 50% 50% repeat-x;
    width: 100px;
    white-space: normal;
    text-align: center;
    margin: 70px -35px;
	position: relative;
    color: #ffffff;
    float: right;
	display: inline-block;
	padding: 5px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: #4C535C 5px 5px 5px;
	-webkit-box-shadow: #4C535C 5px 5px 5px;
	box-shadow: #4C535C 5px 5px 5px;
}

.randomFeaturedBoxButton a:hover
{
	background: #fef1bd url(Images/ui-bg_glass_75_fef1bd_1x400.png) bottom left repeat-x;
    color: #4C535C;
	text-decoration: none;
}

.randomFeaturedBoxButton .seeFullListFeaturedWebcastAuction
{
	display: block;
	white-space: normal;
	width: 100px;
}

.randomFeaturedBoxButton .ui-button:hover
{
	background: url(Images/ui-bg_glass_75_fef1bd_1x400.png) bottom left repeat-x;
	color: #4C535C;
}

.randomFeaturedBoxButton .ui-button:active
{
	background: url(Images/ui-bg_inset-hard_100_ffe475_1x100.png) bottom left repeat-x;
	color: #4C535C;
}

.randomFeaturedBoxButton 
{ 
	white-space: normal;
	display: inline;
}



.midWideAd
{
	float: left;
	width: 770px;
	text-align: center;
	margin-bottom: 5px;
}
.midWideAdFull
{
	float: left;
	width: 990px;
	text-align: center;
	margin-bottom: 5px;
}

.botWideAd
{
	float: left;
	width: 880px;
	text-align: center;
	margin-top: 10px;
}

.botMidAd
{
	float: left;
	width: 780px;
	text-align: center;
	margin-top: 10px;
}
.botMidAdBox
{
	float: left;
	padding-right: 20px;
	padding-left: 10px;
}
/* ~~ The footer ~~ */
footer {
	display: block;
	padding: 0;
	margin: 0px;
	background: transparent url(images/footerBG.png) top left repeat-y;
	color: #000000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	float: left;
	width: 1200px;
}

.myCompanyLine
{
    float:left;
    margin: 0 5px 10px 0;
}

.myCompanyLineSeal
{
    float:right;
    margin: 0 5px 10px 0;
}

.myCompanyLineAffiliates img
{
    margin: 0 5px 0 0;
}

.myCompanyLineAffiliates
{
    margin: 0 0 0 10px;
    width: 400px;
}

.companyLandingPageHeader {
	display: block;
	padding: 0;
	color: #000000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	float: left;
	width: 960px;
}

.footerTop
{
	float: left;
	width: 1200px;
	margin-top: 10px;
}

.footerBottom
{
	float: left;
}

.copyrightInfo
{
	float: left;
	width: 150px;
	font-size: 12px;
	padding: 10px 5px 0 10px;
	color: #000000;
}

.copyrightInfo a, .copyrightInfo a:visited  
{
    font-weight: bold;
	color: #000000;
}

.copyrightInfo a:hover, .copyrightInfo a:active, .copyrightInfo a:focus {
    font-weight: bold;
	color: #000000;
}

.copyrightInfoCompany
{
	float: left;
	width: 250px;
	font-size: 12px;
	padding: 30px 5px 0 10px;
	color: #ffffff;
}

.copyrightInfoCompany a, .copyrightInfoCompany a:visited { 
	color: #ffffff;
}

.copyrightInfoCompany a:hover, .copyrightInfoCompany a:active, .copyrightInfoCompany a:focus {
	color: #ffffff;
}

.footerLogoCompany
{
    float: left;
    width: 200px;
}

.footerNavWrap
{
	float: left;
	width: 200px;
}

.footerLinks
{
	float: left;
	width: 900px;
	padding-top: 10px;
	font-size: 14px;
	padding-left: 20px;
}
.footerDisclaimers
{
	float: left;
	margin-top: -10px;
	font-size: 14px;
	padding-left: 0px;
}

.footerLinks .bottomHeader
{
	font-weight: bold;
	font-size: 14px;
	float: left;
}

.footerLinks nav ul {
	list-style: none; /* this removes the list marker */
	margin: 0px 0 15px 0; /* this creates the space between the navigation on the content below */
	display: block;
	float: left;
}
.footerLinks nav ul li {
	border-bottom: 0px solid #666; /* this creates the button separation */
}
.footerLinks nav ul a, .footerLinks nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 5px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 115px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	height: 16px;
	line-height: 10px;
	text-decoration: none;
	background: transparent;
	color: #000000;
}
.footerLinks nav ul a:hover, .footerLinks nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ffffff;
	color: #000000;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}


.wijmo-wijtextbox
{
    padding: 2px;
    width: 150px;
}

.wijmo-wijdropdown label.wijmo-dropdown-label
{
    padding: 2px;
}

.ico-cart
{
    background: url(images/shopping-cart.png) 0px 4px no-repeat;
    color: Black;
    display: inline-block;
    width: auto;
    height: 16px;
    padding-left: 18px;
    margin-top: -4px;
}

.ico-cart:hover
{
    background: url(images/shopping-cart.png) 0 -14px no-repeat;
    
}

.todays-poll-box .todays-poll-box-block
{
    color: #ffffff;
}




/*.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, .block-info, .block-shoppingcart, .block-newsletter, .block-livechat, .block-popular-tags, .block-blog-archive, .block-poll, .block-popular-blogtags, .block-account-navigation, .product-details-page, .product-details-info .fulldescription, .search-panel .search-input, .bestsellers*/
.product-details-page
{
}

.block-newsletter, .block-poll{
    background: transparent;
    border: 0px;
    color: #ffffff;
}

.block .title, .bestsellers .title, .filter-title
{
    text-transform: capitalize;
}

.accountMenuBlockWrap h3
{
    text-decoration: none;
}
.accountMenuBlockWrap
{
    margin: 0 10px 0 20px;
    width: 200px;
}


footer .menuBlockWrap
{
    float: left;
    width: 200px;
}

footer .headerBlock
{
    font-weight: bold;
    float: left;
}

#leftButtonScroller
{
    width: 160px;
    height: 600px;
    margin-bottom: 1em;
}

.header-links a, .header-links a:visited 
{
	color: #000000;
}

.header-links a:hover
{
	color: #00406b;
	text-decoration: none;
}



#premium1x1BannerScroller
{
    height: 500px;
    width: 380px;
    margin-bottom: 1em;
}

#premium1x1BannerScroller img
{
    width: 380px;
    height: 90px;
}

#topBannerScroller
{
    height: 500px;
    width: 380px;
    margin-bottom: 1em;
}

#topBannerScroller img
{
    width: 380px;
    height: 90px;
}


#stateTopBannerScroller
{
    width: 450px;
    height: 60px;
    margin-bottom: 1em;
}

#stateTopBannerScroller img
{
    width: 445px;
}

#leftButtonScroller
{
    width: 160px;
    height: 600px;
    margin-bottom: 1em;
}

#leftButtonScroller img
{
    width: 150px;
}

#bottomButtonScroller 
{
    width: 1050px;
    height: 60px;
    margin-bottom: 1em;
    text-align:center;
}

#leftButtonScroller img
{
    height: 50px;
}

.center
{
margin-left:auto;
margin-right:auto;
width:99%;
}

.countrylisting
{
    margin-left: 30px;
}

.listingBlock
{
	float: left;
	width: 700px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #000000;
	margin: 20px 0px 20px 30px;
	background-color: #ffffff;
}

.listingBlockStandard
{
	float: left;
	width: 700px;
	border-radius: 5px;
	margin: 10px 0px 0px 30px;
}


.listingInsured
{
	float: left;
	width: 700px;
	height: 25px;
	background: #CCC;
	position: relative;
	color: #000000;
	font-size: 16px;
}

.listingInsured .insuredseal
{
	display: block;
	right: 10px;
	top: -15px;
	position: absolute;
}

.listingService img
{
    height: 24px;
    position: relative;
    top: -4px;
    background-color: rgba(128,128,128, 0.7); 
}

.listingStandard
{
	float: left;
	width: 700px;
	position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}


.listingPremium
{
	float: left;
	width: 700px;
	height: 25px;
	background: #ffc740;
	position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.listingPremium .seal
{
	display: block;
	right: -35px;
	top: -25px;
	position: absolute;
}

.listingPremium .insuredseal
{
	display: block;
	right: 40px;
	top: -25px;
	position: absolute;
}


.listingSupreme
{
	float: left;
	width: 700px;
	height: 25px;
	background: #CCC;
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.listingSupreme .seal
{
	display: block;
	right: -35px;
	top: -25px;
	position: absolute;
}

.listingSupreme .insuredseal
{
	display: block;
	right: 40px;
	top: -25px;
	position: absolute;
}

.listingInfo
{
	float: left;
	width: 390px;
	padding: 5px;
}

.vendorName .newicon
{
	display: block;
	left: -24px;
	top: -12px;
	position: absolute;
}

.listingName .newicon
{
	display: block;
	left: -24px;
	top: -12px;
	position: absolute;
}

.listingName a, .listingName a:visited,.listingName a:link
{
    color: #000000;
}

.listingName a:hover, .listingName a:active, .listingName a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.listingName
{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 5px 0px 5px;
	margin: 0px 5px;
}

.listingName span
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px -5px;
}

.listingCert
{
	float: left;
	width: 390px;
	font-size: 12px;
	padding: 2px 5px;
	color: #F00;
}

.listingContact
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}

.listingSocialAndInsurance
{
	width: 240px;
}

.listingSocial
{
	float: left;
	font-size: 12px;
	padding: 2px 5px;
}

.listingService
{
	float: left;
	padding: 4px 5px 0px 5px;
	margin: 0px 5px;	
}

.listingMoreInfo
{
	float: left;
	width: 390px;
	font-size: 12px;
	padding: 2px 0px;
	margin: 0px 0px 0px 5px;
}

.listingExpandBox
{
	float: left;
	width: 390px;
	font-size: 12px;
	padding: 2px 0px;
}

.listingAddInfo
{
	float: left;
	width: 390px;
	font-size: 16px;
	padding: 2px 0px;
}

.listingAddInfo a
{
	padding: 0px 5px;
}

.listingLogo
{
	float: left;
	width: 290px;
	text-align: center;
	padding: 5px;
}

.listingLogoimg
{	
	/*height: 125px;*/
	margin-top: 45px;
}
.listingIcons
{
	float: left;
	width: 690px;
	padding: 5px;
	margin-top: 5px;
}

.listingIcons div
{
	float: left;
	height: 50px;
	margin: 5px;
	padding: 0px;
}

.listingIcons img
{
    height: 50px;
}

.listingBlockPage
{
	width: 760px;
}

.listingBlockPager
{
    
	 margin: 0 auto;
	 margin-left: 25px;
}

#pagerBottom
{
    margin-top: 20px;
}







.vendorBlock
{
	float: left;
	width: 700px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #000000;
	margin: 20px 0px 20px 30px;
	
}

.vendorBlockStandard
{
	float: left;
	width: 700px;
	border-radius: 5px;	
	margin: 20px 0px 20px 10px;
}

.vendorInsured
{
	float: left;
	width: 700px;
	height: 25px;
	background: #CCC;
	position: relative;
	color: #000000;
	font-size: 16px;
	margin: 20px 0px 20px 10px;
}

.vendorInsured .insuredseal
{
	display: block;
	right: 10px;
	top: -15px;
	position: absolute;
}


.vendorPremium
{
	float: left;
	width: 700px;
	height: 25px;
	background: #CCC;
	position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.vendorStandard
{
	float: left;
	width: 700px;
	position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.vendorPremium .seal
{
	display: block;
	right: 10px;
	top: -15px;
	position: absolute;
}

.vendorPremium .insuredseal
{
	display: block;
	right: 60px;
	top: -15px;
	position: absolute;
}

.vendorInfo
{
	float: left;
	width: 390px;
	padding: 5px;
}

.vendorName img
{
	display: block;
	left: -24px;
	top: -12px;
	position: absolute;
}

.vendorName a, .vendorName a:visited,.vendorName a:link
{
    color: #000000;
}

.vendorName a:hover, .vendorName a:active, .vendorName a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.vendorName
{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 5px 0px 5px;
	margin: 0px 5px;
}

.vendorName span
{
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px -5px;
}

.vendorCert
{
	float: left;
	width: 390px;
	font-size: 12px;
	padding: 2px 5px;
	color: #F00;
}

.vendorContact
{
	position: relative; top: 0; left: 0;
	width: 130px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}

.vendorSocialAndInsurance
{
	width: 240px;
}

.vendorSocial
{
	float: left;
	font-size: 12px;
	padding: 2px 5px;
}

.vendorService
{
	float: left;
	padding: 4px 5px 0px 5px;
	margin: 0px 5px;	
}

.vendorMoreInfo
{
	float: left;
	width: 390px;
	font-size: 12px;
	padding: 2px 0px;
	margin: 0px 0px 0px 5px;
}

.vendorExpandBox
{
	float: left;
	width: 390px;
	font-size: 12px;
	padding: 2px 0px;
}

.vendorAddInfo
{
	float: left;
	width: 390px;
	font-size: 16px;
	padding: 2px 0px;
}

.vendorAddInfo a
{
	padding: 0px 5px;
}

.vendorLogo
{
	float: left;
	width: 290px;
	text-align: center;
	padding: 5px;
}

.vendorIcons
{
	float: left;
	width: 690px;
	padding: 5px;
	margin-top: 5px;
}

.vendorIcons div
{
	float: left;
	height: 50px;
	margin: 5px;
	padding: 0px;
}

.vendorBlockPage
{
	width: 760px;
}

.vendorBlockPager
{
    
	 margin: 0 auto;
}


.emptyresult
{
    font-weight: bold;
    padding: 20px;
}


.wijmo-wijcombobox { display: inline-block; margin-bottom: -7px; }

.attribute-row {width: 600px; margin-bottom: 35px; border: solid 1px transparent; clear: both;}
.attribute-row textarea {margin-bottom: 20px;}
.productAttributePrompt{   width: 250px; display: block; float: left;}
.productAttributePromptReq{  }
.productAttributeControl{  width: 350px; display: block; float: left;}

.overview .productAttributePrompt{   width: 350px; display: block; float: left; margin-bottom: 10px; font-weight: bold;}
.overview .productAttributePromptReq{  }
.overview .productAttributeControl{  width: 350px; display: block; float: left;}
 
.myAccountMenu li
{
     padding: 8px 5px;
}
	
.myAccountMenu a:link 
{
    color: #ffffff;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.myAccountMenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.myAccountMenu a:hover, .myAccountMenu a:active, .myAccountMenu a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.newicon
{
    background: url(images/new-32.png) top left repeat;
    height:32px;
    width:32px;
}

.certofInsurance
{
    background: url(images/certofInsurance.jpg) top left repeat;
    height:30px;
    width:200px;
}

.sealInsured
{
    background: url(images/sealInsured.png) top left repeat;
    height:50px;
    width:50px;
}
.sealEnhanced
{
    background: url(images/sealgold.png) top left repeat;
    height:100px;
    width:100px;
}
.sealMultiMedia
{
    background: url(images/sealplatinum.png) top left repeat;
    height:100px;
    width:100px;
}

.floatleft
{
    float: left;
    display: inline;
}


.floatright
{
    float: right;
}

.btnPrintDiv
{
    background: url(images/print.png) top left no-repeat;
    height:48px;
    width:48px;
}

.addthis_default_style
{
    height: 32px;
    width: 150px;
}

.bottom
{
    vertical-align: bottom;
}

.dropDownSearchBox .wijmo-wijtextbox
{
        width: 200px;
        height: 20px;
}
.longTextArea
{
        width: 350px;
        height: 120px;
}
.dropDownSearchBox .wijmo-wijtextboxlong, .wijmo-wijtextboxlong
{
        width: 350px;
        height: 20px;
}
.dropDownSearchBox .wijmo-wijtextboxshort, .wijmo-wijtextboxshort
{
        width: 100px;
}

.searchCriteria
{
    text-align: left;
    margin: 10px;
}

.searchCriteria span
{
    font-weight: bold;
    margin: 0px 5px;
}

.header-links-wrapper
{
    text-align: center;
    width: auto;
    background: #00406b;
    border-radius: 0 0 .5em .5em;
    -webkit-border-radius: 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em;
    padding: 0px;
    z-index: 850;
    margin-left: 350px;
    margin-top: -20px;
    margin-bottom: 10px;
    width: auto;
    font-size: 14px;
    max-width: 700px; 
    position: relative;   
}

.wijmo-checkbox label
{
    width: 400px;
}

.header-links-wrapper-company
{
}


.header-links-wrapper a:link {
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    color: #ffffff;
}
.header-links-wrapper a:visited {
	color: #ffffff;
	text-decoration: none;
}
.header-links-wrapper a:hover, .header-links-wrapper a:active, .header-links-wrapper a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #f2a12d;
}


.lot-grid-item
{
	float: left;
	background: #CCC;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 16px 0px 0px 15px;
	height: 225px;
	width: 150px;
	white-space: normal;
    overflow:hidden;
}

.lot-title
{
    margin: 5px;
}

.ebaylot-grid-item
{
	float: left;
	background: #CCC;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	margin: 16px 0px 0px 15px;
	height: 300px;
	width: 200px;
	white-space: normal;
	text-overflow: ellipsis;
}

.ebaylot-title
{
    margin: 5px;
}


.pictureInGrid
{
    width: 100px;
}

.pictureInGridHover
{
    width: 500px;
}


.wizard-progress{height:40px;margin:0 auto;text-align:center;border-bottom:solid 2px #f3f3f3;}
.wizard-progress ul{padding:0;margin:0;}
.wizard-progress ul li{list-style:none;display:inline;padding:5px 10px 0;}
.wizard-progress ul li .active-step{color:#6a6a6a;background:url(images/progress-step-active.gif) no-repeat 50% 50%;padding-bottom:40px;padding-right:1px;}
.wizard-progress ul li .inactive-step{color:#d7d7d7;background:url(images/progress-step-inactive.gif) no-repeat 50% 50%;padding-bottom:40px;padding-right:1px;}

div.wizard_wrapper{
    width: 950px;
   margin-left: 20px;
}

div.wizard_left_box{
    float: left;
    padding: 20px;
    width: 415px;
    border: 1px solid #cdcdcd;
}

div.wizard_right_box{
    float: right;
    padding: 20px;
    margin-right: 20px;
    width: 415px;
    border: 1px solid #cdcdcd;
}
div.wizard_bigmiddle_box{
    float: left;
    padding: 10px;
    width: 900px;
    border: 1px solid #cdcdcd;
    margin-top: 5px;

}


div.wizard_left_boxNoBorder{
    float: left;
}

div.wizard_right_boxNoBorder{
    float: right;
}


.entryElementWrapper .field-validation-error{color:#C60A0A; float:left;}

div.entryElementLabel{
    float: left;
    padding: 5px;
    width: 125px;
}

div.entryElementEidtor{
    float: right;
    padding: 5px;
    margin-right: 5px;
    width: 275px;
}

.urlTextBox
{
    width: 200px;
}

div.entryElementWrapper{
    width: 440px;
    margin-left: 20px;
    float: left;
}


    #CompanyCategoryList_Wiz4 ul, #CategoryList_Wiz4 ul
    {
        margin: 0 !important;
        padding: 0 0 0 20px !important;
    }
    ul#CompanyCategoryList_Wiz4 li, ul#CategoryList_Wiz4 li
    {
        list-style: none;
        white-space: nowrap;
    }
    #CompanyCategoryList_Wiz4 ul.hide, #CategoryList_Wiz4 ul.hide
    {
        display: none;
    }
    #CompanyCategoryList_Wiz4 span, #CategoryList_Wiz4 span
    {
        cursor: default;
    }
    #CompanyCategoryList_Wiz4 span.expanded, #CompanyCategoryList_Wiz4 span.collapsed, #CategoryList_Wiz4 span.expanded, #CategoryList_Wiz4 span.collapsed
    {
        cursor: pointer;
        position: absolute;
        top: -2px;
        left: -25px;
    }
    
    
.detailRotationType
{
    display:inline-block;
	font-weight: bold;
	font-size: 14px;
	color: #f69d23;
	text-transform: uppercase;
	padding: 10px 5px;
	text-shadow: #000000 1px 1px 1px;
	-moz-text-shadow: #000000 1px 1px 1px;
	-webkit-text-shadow: #000000 1px 1px 1px;
}


{
}



div.detailRotationTypeWrapper{
    width: 400px;
}

div.detailRotationTypeWrapper_left{
    float: left;
    width: 115px;
}

div.detailRotationTypeWrapper_right{
    float: right;
    width: 240px;
}




/* Auctions */
.auction-list .auction-item-box .auction-item
{
    border: 1px solid #EEEEEE;
    height: 160px;
    margin: 10px 0;
    padding: 5px;
    position: relative;
}
.auction-list .auction-item-box .auction-item .picture
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    float: left;
    margin: 10px 5px;
    padding: 5px;
    width: 130px;
}


.auction-list .auction-item-box .auction-item .product-title{font-weight: 700;padding-left: 300px;}


/*IE6, IE7*/
*:first-child+html .auction-list .auction-item-box .auction-item .auction-title,
* html .auction-list .auction-item-box .auction-item .auction-title{padding-left: 155px;}
/*@IE6, IE7*/

/* Auctions IN GRID - TEMPLATE */
.auction-grid{margin-bottom:15px;margin-left:25px;margin-right:auto;text-align:center;}
.auction-grid .auction-item-box{padding-bottom:10px;text-align:center;vertical-align:text-top;}
.auction-grid .auction-item{}
.auction-page-size
{
    float: left;
    margin-top: 20px;
    padding: 10px 10px 10px 0;
}
.auction-grid .auction-item .auction-title {
    font-size: 1em;
    font-weight: normal;
}
.auction-grid .auction-item .auction-title a{display:block;height:2em;line-height:1.3em;overflow:hidden hidden;padding:4px 10px 8px 0;color:#3A4045;}
.bestsellers .auction-title a{padding:0}
.auction-grid .auction-item .picture{text-align:center;}
.auction-grid .auction-item .description{margin:5px 5px 0;text-align:center;padding:10px 5px;border-top:solid 1px #E8E6D2;color:#555;}
.auction-grid .auction-item .add-info .prices{text-align:right;vertical-align:middle;position:absolute;bottom:15px;right:10px;}
.auction-grid .auction-item .add-info .buttons{margin-top: 5px;}
.auction-grid .auction-item .add-info .prices .auctionPrice{color:green;}
.auction-grid .auction-item .add-info .prices .oldauctionPrice{color:#B80709;text-decoration:line-through;}
.auction-grid .auction-item-box{padding-bottom:10px;text-align:center;vertical-align:text-top;}
.auction-grid .small-auction-item{text-align:center;margin:10px;width:150px;height:150px;}
.auction-grid .small-auction-item .auction-title{margin-bottom:5px;margin-top:5px;text-align:center;font-weight:700;font-size:12px;}
.auction-grid .small-auction-item .picture{text-align:center;}
/* Auction IN LINES - TEMPLATE */
.auction-list{}
.auction-list .auction-item-box{background-color: White;}
.auction-list .auction-item{background-color: White;}

.auction-list .auction-item-alt {    background-color: #CDCDCD;}
.auction-list .auction-item .auction-title{	
	height: 4.5em;
	line-height: 1.2em;
	overflow: hidden hidden;
	padding: 2px 10px 0px 0px;
	text-align: left;}
.auction-list .auction-item .auction-title a{font-size: 0.9em;}
.auction-list .auction-item .picture{}
.auction-list .auction-item .description{	margin: 5px 5px 0 5px;
	padding: 5px 5px 10px 5px;
	border-top: solid 1px #f0f0f0;
	color: #555;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 5px;}
.auction-list .auction-item .add-info{}
.auction-list .auction-item .prices{}
.auction-list .auction-item .prices .auctionPrice{}
.auction-list .auction-item .prices .oldauctionPrice{}
.auction-list .auction-item .buttons{}


.auction-grid .auction-item .auction-title a
{
	display: block;
	height: 2em;
	line-height: 1.2em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.auction-grid .auction-item .picture
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F0F0F0;
    height: 130px;
    text-align: center;
}

.auction-grid .auction-item .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #f0f0f0;
	color: #555;
	height: 50px;
	font-size: 12px;
}

.auction-title
{
    height: 2.7em;
}
.auction-type
{
    padding: 0 0 0 0;
    float:left;
}


.auctionlistlogo
{
    padding: 0 0 0 0;
    float:right;
    height:55px;
}


.auction-list .auction-item-box:hover,
.auction-grid .auction-item-box:hover
{
    
    cursor: pointer;
    background-color: #f0f0f0;
    z-index: 200;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.auction-list .auction-item-box:hover img,
.auction-grid .auction-item-box:hover img
{
cursor: pointer;
opacity:0.4;
filter:alpha(opacity=40);
}

.auction-grid .auction-item-box
{
	padding: 5px;
	text-align: center;
	vertical-align: top;
	float: left;
}
 .auction-grid .auction-item
{
    margin: 0;
    padding: 0;
    text-align: left;
    width: 155px;
}


.auction-detail-section{	margin: 5px 5px 0 5px;
	padding: 5px 5px 10px 5px;
	border-top: solid 1px #f0f0f0;
	color: #555;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	line-height: normal;}





div.auction-detail-section-left{
    float: left;
    width: 300px;
}

div.auction-detail-section-right{
    float: right;
    width: 300px;
}



.auctionDetailHeader
{
	float: left;
	width: 99%;
	height: 50px;
	padding: 3px;
	background: url(Images/blueGradientAuctionDetail.png) top left repeat-x;
}


.auctionDetailHeaderCompany
{
	float: left;
	text-align: left;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
}

.auctionDetailHeaderAddress
{
	float: right;
	text-align: right;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	padding-right: 5px;
	font-size: 12px;
	font-weight: normal;
}


.auctionTitleDetail
{
    height: 2.7em;height:2em;line-height:1.3em;padding:4px 10px 8px 0;color:#3A4045;font-weight: bold;
}

.auctionDetailHeaderAuction
{
    float: left;
}

.auctionDetailSubPicture
{    
	float: right;
	width: 350px;
	height: 234px;
	padding: 10px ;
}

.auctionDetailText
{
	float: left;
	width: 357px;
}

.auctionDetailTitle
{
	font-weight: bold;
	color: #000000;
	width: 350px;
	padding: 10px 0px;
}

.auctionDetailDate
{
	font-weight: 14px;
	color: #20397c;
	padding: 10px 0px;
}

.auctionDetailBanner
{
	float: left;
	background: #ffffff;
	width: 99%;
}

.logoImageLink
{
    cursor: pointer;
}

.downloadImage
{
    background: url(images/download-32.png) top left ;
    vertical-align: middle;
    float: left;
}

 .auctionBackLink
 {
     float: right;
     margin-top:-10px;
     display: block;
 }
 
 
 .citylisting
 {
     margin-left: 50px;
 }
 
div.quadcolWrapper{
    width: 700px;
} 
div.quadcolWrapperWide{
    width: 975px;

    margin: 0px 0px 20px 0px;
}

div.quadcol_left{
    float: left;
    margin: 0px 10px;
    width: 150px;
}

div.quadcolWrapperWide .quadcol_left
{
    
    margin: 0px 0px 20px 35px;
}

div.quadcol_right{
    float: left;
    width: 150px;
}

.freeCategory
{
    margin: -10px 0px -10px 8px;
}

.categoryExpiration
{
    font-weight: bold;
}


	
/*-----------------------------------------------------------------------------------------*/
/*- Comparison Grid --------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.pricing-container{margin: 5px auto 0px; position: relative; left: 5px;}

	.price-descriptions{float: left; width: 244px; padding: 0px; margin-top: 108px; background: #f0f0f0; border: 1px solid #ccc; border-right: none; color: #595959;
							border-radius: 4px 0px 0px 4px;}
	.price-descriptions ul{list-style: none;}
	.price-descriptions li{height: 18px; padding: 13px 5px 14px; margin: 0px; border-bottom: 1px dotted #ccc; text-align: left; font-weight:bold; font-family:arial; font-size: 13px; color:#01406b; list-style: none;}
	.price-descriptions li:last-child{border-bottom: none;}
		
	.price-option-container{float: left; width: 168px; margin: 0px 1px 0px 0px;}
	
	.price-option-container .title-block{padding: 20px 0px 10px; margin: 0px; background: #f6a323; border: 1px solid #cd7600; padding:16px; position: relative;
											border-radius: 4px 4px 0px 0px; min-height:45px;}
	.price-option-container .title-block h3{color: #fff;}
	.price-option-container h4{clear: both; width: 80px; padding: 12px 0px; margin: 0px auto -10px; position: relative; z-index: 3; background: #01406b;
								color: #fff; text-align: center; font-size: 16px; font-weight: bold; text-shadow: 0px 1px 0pt rgba(255, 255, 255, 0.30);
								border-radius: 3px; box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.50);}
	.price-option-container h4 a{color: #fff;}
	.price-option-container h4 a:hover{color: #000; text-decoration: none;}
	.price-option-container .title-block p{margin: 0px auto 0px; font-size: 12px; color: #ccc; line-height: 15px;}
	.price-option-container .title-block p a{color: #ccc; font-weight: lighter; text-decoration: underline;}
	.price-option-container .title-block p a:hover{color: #fff; font-weight: lighter; text-decoration: underline;}
	.price-option-container .title-block .best-option{top: -3px; left: -3px;}
	
	.price-option-container ul{width: 166px; padding: 0px 0px 0px; margin: 0px auto 0px; background: #f8f8f8; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
	.price-option-container ul li{height: 15px; padding: 15px; margin: 0px; border-bottom: 1px dotted #ccc; text-align: center; font-size: 13px; color: #333; font-weight: bold; list-style:none;}
	.price-option-container ul li:first-child{border-top: none;}
	

	/*- MEMBERSHIP -*/
	.price-option-container a.browse{display: block; padding: 10px 0px; margin: 0px; background: #01406b; text-transform:uppercase; text-align: center; position: relative; color: #fff; font-size: 16px; border-radius: 0px 0px 4px 4px;}

.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}


.imgbg {float:right; position:relative; top:-55px; right:-17px;}
.imgbg1 {float:left; position:relative; bottom:125px; right:0px;}
.imgbg2 {float:left; position:relative; bottom:125px; right:0px;}
.featureChecked{ background: url('images/cross.png') center no-repeat;}
.comparisonGold{ background: url('images/gold-bg1.png');}
.comparisonPlatinum{ background: url('images/platinum-bg1.png')}
.pricetitle{width: 75px;}
.comparisonContainer{padding: 0px 0px 0px 100px;}

.contactBlock
{
    float: left;
}

.contactBlock a
{
    color: #000000;
}

.footerSign
{
    float: right;
    margin: -20px -100px;
}


.blogCreateEditOffset
{
    
}
.blogCreateEditOffset{   }


/*Added From OLD RM Style.CSS*/
/* CSS to add shadow to magnified image. Optional */
.magnifyarea{ 
box-shadow: 5px 5px 7px #818181;
-webkit-box-shadow: 5px 5px 7px #818181;
-moz-box-shadow: 5px 5px 7px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
background: white;
}
.product-list .item-box .product-item
{
    border: 1px solid #EEEEEE;
    height: 155px;
    margin: 10px 0;
    padding: 5px;
    position: relative;
}
.product-list .item-box .product-item .picture
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    float: left;
    margin: 10px 0;
    padding: 5px;
    width: 130px;
}
.product-list .item-box .product-item .product-title{font-weight: 700;padding-left: 300px;}

/*IE6, IE7*/
*:first-child+html .product-list .item-box .product-item .product-title,
* html .product-list .item-box .product-item .product-title{padding-left: 155px;}
/*@IE6, IE7*/

.product-list .item-box .product-item .description{padding-left: 300px;}
.product-list .item-box .product-item .add-info{bottom: 50px;left: 155px;position: absolute;}
ol#checkoutSteps{padding:0}
.overview .price .productOldPriceLabel, .overview .price .productPriceLabel, .overview .price .youSaveValueLabel{color: #666666;} 

.overview .price p.savings{margin:8px 0}
.overview .price .youSaveValue{color: #B80709;}
.field-validation-error{color:#C60A0A;}
.validation-summary-errors{color:#C60A0A;}

/*IE6*/
* html .master-wrapper-cph-2{width:730px;}


.hidden{display:none;}
th
{
    height: 24px;
}
td{height: 24px; vertical-align:middle; padding: 3px;}
table tr td {
font-size: 12px;
vertical-align: top;

}

table.searchResults {
    width: 95%;
    border: 1px solid black;
    margin-left: 22px;
}

table.searchResults th, table.searchResults td {
        border: 1px solid black;
        padding: 3px;
}


table.searchResultsAddress, table.searchResultsAddress td, table.searchResultsAddress th {
    border: none;
    height: 24px;
}

.single-line{width: 150px;}

.table-container{}
.table-container .row{height: 30px;}
.table-container .row .item-name{padding:3px 10px 0 0;display:block;white-space:nowrap;padding-right:10px;vertical-align:middle;}
.table-container .row .item-value{padding:3px 0 0;vertical-align:middle;}

#noResults {
    padding-left: 25px;
    color: Red;
}

.map-area {
    width: 95%; 
    height: 400px; 
    margin-bottom: 15px;
    border: solid 1px #333;
    margin-left: 22px;
}

.product-share-button {
padding: 3px;
float: right;
background-color: white;
margin: -35px 0 35px 0;
}

.upcoming-auctions {
padding: 3px;
float: right;
background-color: #003f6b;
margin: -20px 0 0px 0;
color: white;
font-weight: bold;
font-size: larger;
border-radius: .5em;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
}

.blog{margin-bottom:15px;padding-bottom:5px;padding-left:0;}
.blog .page-title{}
.blog .page-title .title{text-align:left;}
.blog .page-title .rss{text-align:right;}
.blog .blogposts .post .blogdate{color:#9a9a9a;font-style:italic;}
.blog .blogposts .post a.blogtitle{color:#444;text-decoration:none;font-size:1.2em;}
.blog .blogposts .post a.blogtitle:Hover{text-decoration:underline;}
.blog .blogposts{margin:0 5px;padding:0;}
.blog .blogposts .post{border-bottom:dashed 1px #C4C6C8;margin-bottom:10px;padding-bottom:10px;}
.blog .blogposts .blogbody,.blog .blogposts .tags{margin-top:10px;margin-bottom:10px;}
.blog .blogposts .blogdetails{font-weight:700;text-decoration:none;color:#5C5B5B;background-color:inherit;}
.blogpost{margin-bottom:15px;padding-bottom:5px;padding-left:0;line-height: normal;}
.blogpost .page-title{border-bottom:0 none;}
.blogpost .postdate{color:#9a9a9a;font-style:italic;}
.blogpost .postbody,.blogpost .tags{margin:0;padding:0;}
.blogcomments{margin-bottom:15px;padding-bottom:5px;padding-left:0;}
.blogcomments .title{padding:10px 10px 10px 0;font-weight:700;text-transform:uppercase;}
.blogcomments .newcomment{margin:0;padding:0;}
.blogcomments .newcomment td.leavetitle{padding:0 10px 10px 0;font-weight:700;}
.blogcomments .newcomment td.button{text-align:right;}
.blogcomments .commentlist{margin:10px 0 0;padding:0;font-size:11px;color:#555D65;background-color:inherit;border-top:solid 1px #e3e3e3;margin-top:10px;}
.blogcomment{border-bottom:solid 1px #E3E3E3;}
.blogcomment .commentinfo{width:170px;float:left;padding:5px;height:95%;border-right:solid 1px #F3F3F3;}
.blogcomment .commentinfo .userinfo{padding-top:5px;}
.blogcomment .commentinfo .userinfo a.username{font-weight:700;margin-bottom:5px;}
.blogcomment .commentinfo .userinfo span.username{font-weight:700;margin-bottom:5px;}
.blogcomment .commentinfo .userinfo .avatar{margin:5px 0;}
.blogcomment .commentinfo .userinfo .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.blogcomment .commentinfo .userinfo .userstats{font-size:.9em;text-align:left;font-weight:700;color:#555;}
.blogcomment .commentinfo .userinfo .userstats .statvalue{font-weight:400;}
.blogcomment .commentcontent{margin-left:180px;border-left:solid 1px #F3F3F3;}
.blogcomment .commentcontent .commenttime{font-weight:700;line-height:20px;padding:3px;background:#e3f3f3;}
.blogcomment .commentcontent .commenttime .statvalue{font-weight:400;}
.blogcomment .commentcontent .commentbody{padding:3px;}

.login-page{margin-bottom:15px;padding-bottom:5px;padding-left:0;}
.login-page .page-title{border-bottom:0 none;}
.login-page .wrapper{margin-top:10px;padding-left:5px;font-size:11px;color:#555;}
.login-page .wrapper .register-wrapper .register-title{font-size:20px; text-align:center;margin:0 10px;font-weight:700;}
.login-page .wrapper .new-wrapper .register-block{margin:5px;padding:15px 5px 5px;border:1px solid #EEEEEE;min-height:240px;vertical-align:top;}
.login-page .wrapper .returning-wrapper{float:left;width:255px;}
.login-page .wrapper .returning-wrapper .login-title{font-size:20px; text-align:center;margin:0 10px;font-weight:700;}
.login-page .wrapper .returning-wrapper .login-block{text-align:left;margin:5px;padding:15px 5px 5px;border:1px solid #EEEEEE;min-height:240px;}
.login-page .wrapper .returning-wrapper .buttons{float:right;margin-bottom:5px;margin-top:5px;text-align:center;clear:both;}
.login-page .wrapper .new-wrapper{float:left;width:250px;}


.wijmo-checkbox
{
    margin-bottom: 5px;
    border-color: grey;
}

.attributes div
{
}

table.adminContent{border-collapse:collapse;color:#333;font-size:12px;margin:0;width:100%;vertical-align:middle;text-align:left;}
table.adminContent td.adminTitle{padding:4px;}
table.adminContent td.adminData{padding:4px;}
td.adminTitle{text-align:left;vertical-align:middle;white-space:nowrap;width:195px;}
td.adminTitle img{vertical-align:bottom;padding-right:2px;}
td.adminData{text-align:left;vertical-align:middle;}
td.adminData .text-box.single-line{border:1px solid #A7BAC5;width:250px;padding:2px;}
.t-grid .text-box.single-line{border:1px solid #A7BAC5;padding:2px;}
td.adminData textarea{border:1px solid #ACACAC;width:250px;padding:2px;}
td.adminData .t-combobox{width:256px;}
td.adminData .t-numerictextbox .t-input{border:1px solid #ACACAC;width:250px;padding:2px;}
.error{font-weight:700;color:#B80709;}
.larger{font-size:large;}  
.success{font-weight:700;color:Green;}
.infotext{font-weight:700;color:Blue;}

.sub-category-grid .sub-category-item
{
text-align: center;
margin: 3px;
width: 181px;
height: auto;
border: none;
}
