@charset "utf-8";
/* CSS Document */
/* CSS Reset */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/* CSS Reset */
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
/* Custom Styles */
a { outline:none !important;}
em { font-style: italic;}
body { background:#E5E5E5; font-family:Helvetica, Arial, sans-serif; }
strong { font-weight:bold;}
div.main-holder div.wrapper  { float:left; background: url(../images/holder-bg.gif) center top repeat-y;}
.navigation { background:#582E45; height:30px; position:relative; z-index:200;}
.navigation div.moduletable_menu { z-index:201; position:relative; display:block;}
.navigation ul {     height: 15px;    padding: 7px 10px;    width: 920px; position:relative; z-index:10;}


.navigation ul.menu li {    display: block;    padding-left: 18px;    margin-right: 17px;    text-align: center; border-left:1px solid #955D7C; float:left; position:relative; height:20px; line-height:20px; z-index:100;  }
.navigation ul.menu li.item-175 { border:none;}
.navigation li ul {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 110px;
    z-index: 201;
	border-top:2px solid #582E45;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.5);
box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.5);
}
.navigation ul.menu li ul li ul{ display:none;    left: 190px;    top:0px;}
.navigation ul.menu li ul li:hover ul{ display:block;}


.navigation li ul.menu li ul li { border-top:1px solid #7B345B; }
.navigation li ul li ul li:first-child { border-top: 0px none;}
.navigation li:hover ul { display:block; background:none repeat scroll 0 0 #fff;}
.navigation li ul li {
    border-left: medium none !important;
    border-top: 1px solid #7B345B;
    clear: both;
    float: left;
    margin-right: 0px !important;
    padding: 5px 0;
    text-align: left !important;
    width: 92px;
	z-index:301 !important;
}
.navigation li ul li.item-4, li.item-179, li.item-44 { border-top:none !important;}
.navigation li ul li:hover { background:#fff; text-align:left; width:92px;}
.navigation li ul li a { font-size:12px; color:#582E45;}
.navigation ul.menu li:first-child { border-left:0px none;}



.navigation li a { font-size:14px; color:#fff; text-decoration:none; padding:5px 0px;}
.navigation li a:hover { text-decoration:underline;}
.homepage-slider { height:350px; overflow:hidden; z-index:1;}
.homepage-slider div.slider-image {    left: 0;    position: absolute;    top: 0;    width: 700px; z-index:1;}
.homepage-slider div.watch-data { background: url("../images/home-banner-background.png") repeat scroll 0 0 transparent;     bottom: 0;    height: 65px;    left: 0;    position: absolute;    z-index:2;}
.homepage-slider div.slide { height:350px !important; position:relative;}

.homepage-slider div.slider-image img { height:350px !important; width:620px !important; }


.homepage-slider div.watch-data { }
.homepage-slider div.watch-data h1 { font-size:20px; font-weight:normal; color:#fff; line-height:24px; padding:10px;}
.homepage-slider div.watch-data h1 a { color:#fff; text-decoration:none;  font-weight: lighter;}

.homepage-slider div.watch-data h2 { font-size:18px; color:#fff; line-height:24px; padding-bottom:30px; padding: 0px 10px;}
.homepage-slider div.watch-data h2 a { color:#fff; text-decoration:none;}


.homepage-slider div.watch-data h3 { font-size:16px; color:#fff; float:left; width:auto; padding: 5px 5px 5px 10px; margin-left:0px;}
.homepage-slider div.watch-data h4 { font-size:16px; color:#fff; float:left; width:auto; padding: 5px 0;}
.homepage-slider div.watch-data p { padding:5px 10px; font-size:13px; color:#fff;}


.homepage-slider div.watch-data span.home_slider_viewing_times { color:#fff; padding:10px; font-size:13px; line-height:16px; float:left; clear:both;}
.homepage-slider div.watch-data span.home_slider_titlelinks { padding:20px 10px; font-size:13px; color:#fff; float:left; clear:both;}
.homepage-slider div.watch-data span.home_slider_titlelinks a { color:#fff; text-decoration:none; margin-right:20px;  }

p { font-size:12px; line-height:16px;  padding: 0px 5px 0px 10px;}
div.homepage-slider-holder { position:relative; float:left; background:#fff; z-index:1; }
body.home div.homepage-slider-holder { display:block;}
div.homepage-slider-holder div.next {
    position: absolute;
    right: 250px;
    top: 32px;
    z-index: 11;
} 
div.homepage-slider-holder div.previous {
    left: 10px;
    position: absolute;
    top: 32px;
    z-index: 11;
}
div.homepage-middle-section {     background: #fff;    padding-bottom: 20px;    padding-top: 20px; border-top:1px solid #ccc; }
div.homepage-middle-section div.wrapper-middle { float: left;    width: 100%;}
div.wrapper { float:left;}
div.wrapper-middle div.wrapper { background:none;   padding-bottom: 0;    padding-top: 0;}
div.homepage-middle-section h3 {    color: #572E45;
    text-align: center;}
div.directory-section div.wrapper img {    border: 1px solid #FFFFFF;
    float: right;
    margin-left: 10px;
    padding: 5px; margin-top:20px;}
div.directory-section div.wrapper p { color:#fff;     margin-top: 20px; margin-bottom:10px;}
div.purple-btn a {     color: #FFFFFF !important;    font-size: 12px;    text-decoration: none; background:none;}

body.login-to-bid div.item-page div.purple-btn a {     color: #FFFFFF;    font-size: 12px;    text-decoration: none; background:none;}


div.upcoming-auctions ul { float:left; margin-top:20px;  }
div.upcoming-auctions ul li a strong { float:left; clear:both; width:100%;     padding-bottom: 5px;}
div.upcoming-auctions ul li a { color:#fff; float:left; text-decoration:none; }
div.upcoming-auctions ul li { font-size:14px;     border-top: 1px dashed #FFFFFF;    float: left;    margin-top: 10px;    padding-top: 10px;     width: 100%;}
div.upcoming-auctions ul li:first-child {border-top: 0px none #FFFFFF; margin-top: 0px;     padding-top: 0;}
div.connect-section { color:#000;}
div.connect-section ul { float:left; width:100%; text-align:center;}
div.connect-section ul li { float:left; width:100%; clear:both; float: left;    font-size: 14px;    margin-top: 10px;    padding-top: 10px; }
div.connect-section ul li a { color:#433e47; text-decoration:none; }
/*div.connect-section ul li:first-child { border-top: 0px none #FFFFFF; margin-top: 0px;     padding-top: 0;}*/
div.connect-section .grid_1 { margin-left:0px; }
div.connect-section .grid_3 { margin-right:0px; }
div.footers div.wrapper { width:920px;  background: none repeat scroll 0 0 transparent;     padding-left: 20px; padding-bottom:5px;}
div.footers div.wrapper a { text-decoration:none; color:#7B345B; }
div.footers div.wrapper a span {line-height:16px;}
div.footers div.wrapper a:hover { text-decoration:underline; }
div.footers div.wrapper ul li { margin-bottom:15px; font-size:14px; float:left; width:220px;  }
div.footers div.wrapper ul li a { color:#fff;}
div.footer-border-top { border-top: 1px solid #CCC; margin-top:5px;}
div.grid_12.privacy { background:#572E45; padding-bottom:10px; border-top:1px solid #fff;}


h1 {    color: #582E45;    font-size: 20px;    padding-bottom: 20px; padding-left:10px;}
div.homepage-component-area div.wrapper { background:none;    padding-top: 0 !important; padding-left:10px;    width: 662px;}


div.content-area-content div.no-pad div.homepage-component-area div.item-page div.wrapper { width:610px;}


div.buying-selling  img { margin-top:35px;}
h3 {  color: #582E45;    font-size: 20px;    padding-bottom: 10px;     margin-left: 10px;}
div.item-page.content-page h3 { margin-left:15px;}
div.buying-selling-call-outs h3 {     color: #582E45;    font-size: 15px;    padding-bottom: 10px;
    padding-left: 10px;}
div.content-area-home { background:#F1F2F2 url(../images/holder-bg-lot.gif) repeat-y  center top; }
div.content-area-home div.wrapper.no-pad { padding:0px; background:url(../images/homepage-bg-wrapper.gif) repeat-y 19px top;}
body.home div.homepage-component-area { padding:0 0 20px;}
div.homepage-component-area { background:#fff;}
body.home div.content-area-right { padding:20px 0px;}
div.content-area-content div.wrapper { background:none; padding:10px; }
div.content-area-content { background:url("../images/holder-bg.gif") repeat-y scroll center top #fff;     position: relative;
    z-index: 1;     }
	
body.auction div.content-area-content { z-index:300;}	
	
body.lots div.content-area-content { background:url("../images/holder-bg.gif") repeat-y scroll center top #fff;     position: relative;
    z-index: 300;     }
div.lot-listings {}
div.lot-listings div.lot-row {     border-top: 1px solid #CCCCCC;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    width: 920px;}
div.lot-listings div.lot-row div.lot-image { float:left; width:190px; }
div.lot-listings div.lot-row div.lot-image div.short_desc {     line-height: 18px;    left: 200px;    position: absolute;    top:30px;    width: 500px; color:#6D6E71; font-size:13px;}
div.lot-listings div.lot-row div.lot-image img { padding:9px; border:1px solid #ccc; max-width:140px;}
div.column-3 ul li { display:inline;    height: 42px;    width: 42px;}
.column-1 { width:250px !important;}
div.lot-listings div.lot-row ul.info { margin-top:80px;}
div.lot-listings div.lot-row ul.info li { margin-top:10px;}
div.lot-listings div.lot-row ul.info li span { color:#6D6E71; }
div.lot-listings div.lot-row ul.info li span strong { color:#7B345B; font-weight:normal;    margin-right: 5px; }
div.column-3 div.purple-btn {    padding: 10px 25px;     float: right;    margin-right:10px;}
div.column-3 ul {    float: right;    margin-top: 50px;    padding-right:15px;    width: 134px;}
/*div.lot-listings div.lot-row:first-child  { border-top:none 0px; }*/
div.pagination-holder {       border-top: 1px solid #CCCCCC;
    clear: both;
    float: left;
    height: 45px;
    margin-top: 0;
    padding-top: 10px;
    text-align: center;
    width: 920px; position:relative;}
div.pagination-holder div.wrapper ul.pagination li { display:inline; margin:    margin: 0 5px; }
div.pagination-holder div.wrapper ul.pagination li a { color:#7B345B; text-decoration:none; }
div.pagination-holder div.wrapper ul.pagination li a:hover { text-decoration:underline;}
div.pagination-holder div.wrapper { width:900px;}
div.pagination-holder div.wrapper ul.pagination { margin-left:auto; margin-right:auto; width:700px;   text-align: center;}
div.content-area-content div.wrapper.no-pad { padding:0px; /*background:url(../images/homepage-bg-wrapper.gif) repeat-y 19px top; */}
div.content-area-content div.wrapper.no-pad.no-bg { background:none ;}
div.about-page-top { width:940px; height:380px; float:left; display:block; clear:both; position:relative;}
div.about-page-top h1 {     color: #FFFFFF;
    font-size: 45px;
    font-weight: bold;
    left: 410px;
    position: absolute;
    top: 80px;}
div.about-page-top h2 {     color: #FFFFFF;
    display: block;
    font-size: 20px;
    left: 410px;
    position: absolute;
    top: 140px;
    width: 400px;}
div.about-page-top div.list-holder {    height: 100px;    left: 400px;    position: absolute;    top: 210px;    width: 400px; }
div.about-page-top div.list-holder ul li { display:inline;     float: left;     width: 130px;}
div.about-page-top div.list-holder ul li a { color:#fff; font-size:18px; text-decoration:none; }
div.about-page-top div.list-holder ul li a span {    clear: both;
    display: block;
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 100px; }
div.about-page-top div.list-holder ul li a img { width:80px; text-align:center; clear:both; float:left; display:block; margin-left:10px; margin-right:10px;}
div.buying-selling { padding-bottom:30px;}
ul.links { display:none;}
p#form-login-username { margin-bottom:10px;}

form#form-login input { color:#808285; background:#D1D3D4; border:0px none; width:135px; height:20px; padding-left:10px; padding-right:10px; }
div.logout-btn div.purple-btn { margin-left:10px;}
form#form-login input.button {    background: none repeat scroll 0 0 #7B345B;
    color: #FFFFFF;
    margin-left: 0;
    width: auto; cursor:pointer;}

/* form#form-login input.button {
    background: none no-repeat scroll center center #582E45;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: inherit;
    margin-left: 15px;
    margin-top: 15px;
    padding: 8px;
    text-decoration: none;
    text-transform: capitalize;
    width: 75px;
}*/
p#form-login-remember { display:none;}
div.login-holder div.moduletable { width:230px; float:right; display:block; padding-right:10px;}
fieldset.login-form div.purple-btn { float:right; }
div.lot-details { float:left; display:block; background:#F1F2F2 url(../images/holder-bg-lot.gif) repeat-y  center top; }
div#lots-container {     float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 920px; text-align:center; padding-bottom:10px; background:url(../images/lot-list-bg.jpg) repeat-y center top;     border-bottom: 10px solid #433E47;}
div.back-to-results a {     background: url("../images/back-arrow.png") no-repeat scroll 45px center transparent;
    color: #7B345B;
    display: block;
    padding: 20px 80px;}
div.text-column div.descriptions div.lot-tabs div.ui-tabs-panel.ui-tabs-hide { display:none;}	
div.text-column { float:left; width:520px; display:inline; margin-left:10px; margin-right:10px; min-height:524px;}
div.images-column { float:left; width: 380px; display:inline;margin-left:10px; margin-right:10px; }
div.images-column div.main-image {     border: 1px solid #CCCCCC;    display: inline;    float: left;    margin: 0px 35px 20px;    padding: 5px;    position: relative;    width: 300px; }
div.images-column div.thumbnails {     display: inline;    float: left;    margin: 0 35px;    position: relative;    width: 310px;}
div.images-column div.thumbnails p { color:#666; font-size:16px; padding-bottom: 15px;  }
div.images-column div.thumbnails ul { float:left;}
div.images-column div.thumbnails ul li { float:left; }
div.images-column div.thumbnails ul li a {      overflow: hidden;     height: 51px;  border: 1px solid #CCCCCC;    float: left;    margin:5px 10px;    padding: 2px; background:#fff;  }
div.images-column div.main-image div.magnifing-glass { position:absolute; right:5px; bottom:5px;}
div.text-column div.title {  float: left;
    width: 520px;   margin-top: 20px;}
div.text-column div.title h1 {    font-size: 16px;
    line-height: 20px;
    padding-left: 0;}
div.text-column div.box-papers-pb { float:right; width:220px;}
div.text-column div.box-papers-pb ul { float:right; width:186px; position:relative; text-align:right;}
div.text-column div.box-papers-pb ul li { display:inline; margin:0px;}
ul.info li {
    margin-top: 10px;
}
ul.info li span {    color: #6D6E71;}
ul.info li span strong {    color: #582E45;    font-weight: bolder; margin-right:10px;}
ul.info li span strong.hammerprice { font-weight:normal;}
div.text-column div.column-1.grid_3 {    margin: 20px 0;
    width: 280px !important;}
div.text-column div.column-2.grid_3 {   margin: 20px 0;
    width: 280px !important;}
div.text-column div.button { float:left; width:225px; margin-right:30px; }
div.text-column div.button a { display:block; color:#fff; text-decoration:none; width:185px; margin-right:30px; padding:10px 20px; background:#7B345B; float:left;}
div.text-column div.button.three-sixty a {     margin-left: 0 !important; background: right center url(../images/360-icon.png) no-repeat #7B345B; }
div.text-column div.button.video-view a { background: right center url(../images/video-icon.png) no-repeat #7B345B;}

div.text-column div.descriptions { margin-top:30px; float:left; clear:both; width: 480px;     margin-bottom: 30px; }
div.text-column div.descriptions div.lot-tabs { background:#F1F2F2; float:left; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}


body.detail.auction-listing div.text-column div.descriptions div.lot-tabs { background:#F1F2F2; border:0px none; float:left; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}
div.text-column div.descriptions div.lot-tabs ul.ui-tabs-nav {     background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    clear: both;
    float: left;
    width: 505px;}
div.text-column div.descriptions div.lot-tabs div.ui-tabs-panel { border:1px solid #ccc; border-top:0px none;
    background: none repeat scroll 0 0 #B3B3B3;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 0px 10px;
    width: 485px;
	border-radius:0;
}
div.text-column div.descriptions div.lot-tabs ul.ui-tabs-nav li.ui-state-default {
    background:#B3B3B3;
    border: 0 none;
    border-radius: 0 0 0 0;
    display: inline;
    float: left;
    padding: 10px 20px 15px;
	margin:0;
	border: 1px solid #ccc;
	border-bottom:0px none;
}
div.text-column div.descriptions div.lot-tabs ul.ui-tabs-nav li.ui-state-default:active { background:#B3B3B3;}

div.text-column div.descriptions div.lot-tabs ul.ui-tabs-nav li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active { background:#2E2E39;border-right:1px solid #2E2E39 !important; -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}

div.text-column div.descriptions div.lot-tabs ul.ui-tabs-nav li.ui-state-default a div.text-column div.descriptions div.lot-tabs ul.ui-tabs-nav li.ui-state-default a {
    color: #FFFFFF;
    padding: 0;
    text-decoration: none;
}
div.text-column div.descriptions div.lot-tabs div.ui-tabs-panel p {    color: #FFFFFF;    line-height: 24px;    margin-bottom: 20px;    margin-top: 10px;    padding-left: 0;}
div.search-box-section { float: left; width:940px; background:#000; color:#fff;}
div.search-container { padding:10px; float:left;}
div.search-box { float:left;}
div.search-box p {    color: #BCBEC0 !important;    font-size: 14px;    margin-bottom: 10px;    margin-top: 10px;     padding-left: 0 !important;}
div.search-box-section p.search-title {     padding-left: 20px;  border-bottom: 2px dotted #666666;    color: #FFFFFF;    font-size: 20px;    padding-bottom: 10px;    padding-top: 10px;}
div.search-container  p.search-title {     padding-left: 20px;  border-bottom: 2px dotted #666666;    color: #FFFFFF;    font-size: 20px;    padding-bottom: 10px;    padding-top: 10px;}
/*select {      background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #808285;
    height: 24px;
    margin-bottom: 15px;
    padding-top: 4px;
    width: 390px;}*/
div.search-left-box {     border-right: 1px solid #6D6E71;
    display: inline;
    float: left;
    margin-top: 20px;
    width: 459px;}
div.search-left-box form { margin-left:20px; width:350px;}

div.search-right-box {      color: #FFFFFF;    float: left;    font-size: 13px;    margin-top: 20px;    padding-left: 40px;    width: 420px;}
input#search_key {     clear: both;    float: left;     height: 18px;   margin-bottom: 20px;    margin-right: 160px;    width: 300px;}
div#advance-search-container {    color: #FFFFFF;    float: left;    font-size: 13px;    padding: 10px;    width: 920px; display:none;}
div#advance-search-container p.title {    border-top: 2px dotted #666666;    color: #BCBEC0;    font-size: 13px;    margin-bottom: 20px;    padding-left: 20px;    padding-top: 10px;}
div.movement_strap {    border-bottom: 2px dotted #666666;    float: left;    margin-bottom: 20px;    padding-bottom: 20px;    width: 920px; }
div.movement_strap div.movement_type {    float: left;    padding-left: 20px;    width: 440px;}
div.movement_strap div.strap_type {width:460px; float:left;}
div.movement_strap p {   color: #BCBEC0 !important;    font-size: 14px;    margin-bottom: 15px; padding-left:0px !important;}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/radio.gif) no-repeat;
}
.select {
	   background: url("../images/select.gif") no-repeat scroll right top transparent;
    color: #666666;
    font: 12px/34px arial,sans-serif;
    height: 34px;
    overflow: hidden;
    padding: 0 30px 0 8px;
    position: absolute;
    width: 262px;
}
div.select-box {    clear: both;
    float: left;
    height: 34px;
    margin-bottom: 15px;}
	select.styled { height:34px; }
ul.checkbox-holder {     clear: both;    float: left;    width: 390px !important;}
ul.checkbox-holder li {     display: inline;   width: auto !important;   float: left;    height: 25px;    line-height: 25px;    margin-right: 20px;}
div.advance-search-left { float:left; width:460px;}
div.advance_search_right { float:left; width:460px;}
div.advance_submit { float:left; width:459px;}
div.advanced-search-holder {    border-left: 1px solid #6D6E71;
    float: left;
    width: 459px;}
div.purple-btn.search {    float: left;    margin-bottom: 20px;    margin-right: 20px;    margin-top: 0;}
div.moduletable.search div.purple-btn.search { margin:0px; padding:0px;margin-bottom: 20px;    margin-left: 20px;}
div.moduletable.search div.purple-btn.search  a {    background: url("../images/search-btn-bg.gif") no-repeat scroll right center #7B345B;    display: block;    float: right;    font-size: 18px;    height: 45px;    line-height: 45px;    margin-top: 0;    padding-left: 25px;    width: 120px;}
div.search-box-holder div.moduletable.search div.purple-btn.search { margin:0px; padding:0px;margin-bottom: 20px;    margin-left: 20px; width:150px;}
div.search-box-holder div.moduletable.search div.purple-btn.search  a {     background: url("../images/search-btn-bg.gif") no-repeat scroll right center #7B345B;    display: block;    float: right;    font-size: 18px;    height: 45px;    line-height: 45px;    margin-top: 0;    padding-left: 25px;    width: 120px;}
div.estimate_container {    padding-left: 20px; padding-bottom: 20px; float:left;}
div.hammer_price_container {     padding-left: 20px; padding-bottom: 20px; float:left;}
div.estimate_container  ul { margin-bottom:10px;}
div.hammer_price_container ul { margin-bottom:10px;}
div.advance_search_right ul.checkbox-holder li { margin-bottom:30px;}
/* list page top - Brand details */
div#top_level_container { width:940px; float:left; clear:both; background:#433E47;}
div#top_level_title { width:900px; float:left; padding: 10px 20px; }
div#top_level_title p {    padding-top: 10px; color:#fff; font-size:20px; padding-bottom:10px; border-bottom:2px dotted #808285; } 
div#top_level_left {      border-right: 1px solid #808285;    float: left;    margin-bottom: 20px;    margin-top: 10px;    min-height: 310px;    padding-left: 20px;    padding-right: 20px;    width: 599px;}
div#top_level_left div#top_level_image { float:left; width:300px;}
div#top_level_left div#top_level_image img { width:260px; padding:9px; border:1px solid #CCC;}
div#top_level_left div#top_level_desc {     color: #FFFFFF;    float: left;    height: 270px;    overflow: hidden;    width: 299px; position:relative;}
div#top_level_left div#top_level_desc p { color:#BCBEC0;    padding-bottom: 24px;}
div#top_level_right {        float: left;    padding-left: 20px;    padding-top: 10px;    width: 259px;}
div#top_level_right div#common-faults { float:left; width:259px; }
div#top_level_right div#common-points { float:left; width:259px; }
div#top_level_right div#common-faults { float:left; width:259px; }
div#top_level_right div { float:left; width:259px; border-top:2px dotted #808285;    padding-bottom: 20px;
    padding-top: 20px; }
div#top_level_right div h3 { color:#fff; font-size:16px; margin-left:0px;}
div#top_level_right div:first-child { border-top: 0px none; padding-top:0px;}
div#top_level_right div.purple-btn { border-top:0px none; width:200px; padding:0px; }
div#top_level_right div.purple-btn.viewers-guide a { font-size:14px; display:block;     padding: 10px 45px 10px 20px; background:url(../images/video-icon.png) no-repeat right center;}
div#top_level_right div.purple-btn.viewers-guide-doc a { font-size:14px; display:block;     padding: 10px 45px 10px 20px; background:url(../images/document-icon.png) no-repeat right center;}
div.averages { width:920px; float:left; margin-left:10px; margin-right:10px;}
div.averages div.top {   border-top: 2px dotted #808285;    clear: both;    float: left;    padding-bottom: 20px;    width: 920px;}
div.averages div.top h3 { padding-top:20px; color:#fff; font-size:16px; padding-left:10px; }
div.averages div.top p { color:#BCBEC0; padding-bottom: 0px; }
div.averages div.top p.bottom { color:#BCBEC0; padding-top: 12px; }
div.time-period { float:left; width:429px; display:inline; }
div.date-range { float:left; width:450px; display:inline;}
div.date-range ul {     background: url("../images/bracket.gif") no-repeat scroll right center transparent;
    float: left;
    height: 130px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 45px;
    width: 155px;}
div.date-range ul li {     margin-top: 12px; color:#fff;  }
div.date-range ul li:first-child { margin-top:10px;  }
div.date-range div.amounts {        float: left;    width:189px;}
span.amount { float:left; margin-top:5px; font-size:30px; color:#fff; clear:both; padding-left:10px;}
div.highest-hammer {      border-left: 1px solid #808285;    border-right: 1px solid #808285;    float: left;    height: 160px;    margin-top: 45px;    padding-bottom: 20px;    padding-left: 20px;    padding-right: 20px;    width: 204px;}
div.lowest-hammer {     float: left;    margin-top: 45px;    padding-left: 20px;    padding-right: 20px;
    width: 205px; }
input.datepicker {      background: url("../images/date-picker-bg.gif") no-repeat scroll right top transparent;
    border: 0 none;
    height: 35px;
    padding-left: 5px;
    width: 170px;}
div.bottom {     clear: both;    float: left;    padding: 10px;    width: 900px;}
div.bottom div { width:280px; float:left; display:inline; }
div.bottom div.number-of-times-unsold { width:259px; border-left:1px solid #808285;  float:left; padding-left:20px;  }
div.bottom div.number-of-times-sold {     padding-left: 20px;    width: 318px;}
div.bottom div.number-of-auctions { float: left; width:279px; border-right: 1px solid #808285; }
div.bottom div p {     color: #FFFFFF;    display: block;    float: left;    margin-left: 70px;    margin-top: 3px;    width: 100px;}
div.bottom div h4 {    color: #FFFFFF;    float: left;    font-size: 20px;    margin-left: 30px;    padding-bottom: 10px;    padding-top: 10px;}
div.search-box-holder { background:#000; float:left; width:940px; display:none;}
div.breadcrumbs {    float: left;    margin-bottom: 4px;    margin-left: 20px;    margin-top:5px;    width: 700px;}
div.breadcrumbs span { color:#7B345B; font-size: 13px; float:left;line-height:20px;  }
div.breadcrumbs a {     color: #7B345B;    float: left;    font-size: 13px; line-height:20px;   text-decoration: none; }
div.breadcrumbs span a { color:#7B345B; text-decoration:none; font-size:13px; line-height:20px; }
div.breadcrumbs span.arrow { display:block; width:30px; height:20px; background: url(../images/arrow-bg.png) center center no-repeat;}
div#search-btn {      background: url("../images/left-arrow.png") no-repeat scroll left center #7B345B;
    float: right;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 5px 5px 5px 30px;}
div.lot-box {     border-bottom: 1px solid #CCCCCC;    clear: both;    float: left;    margin-bottom: 10px;    padding-bottom: 20px;    width: 920px;}

div#lots-container a {    color: #7B345B;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;}
	div#lots-container a.current { text-decoration:underline;}
div#lots-container div.purple-btn a  { margin-left:0px; margin-right:0px; color:#fff;}
/* Buying page */
.buying-selling-call-outs {     background-color: #F1F2F2;
    background-image: url("../images/call-out-bg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 10px 10px 20px;
    width: 560px;}
.buying-selling-call-outs h2 {    color: #582E45;    font-family: Arial,Helvetica,sans-serif;    font-size: 30px;    font-weight: bold;}
.header-number {    color: #582E45;    float: left;   font-family: Arial,Helvetica,sans-serif;    font-size: 36px;}
.Buying-page-image {    float: left;    margin-left: 10px;    margin-right: 10px;    margin-top: -30px;}
.buying-selling-call-outs li {     float: left;   clear: both;    font-family: Arial,Helvetica,sans-serif;    font-size: 12px;    line-height: 20px;    margin-bottom: 10px;    margin-top: 10px;}
body.buying-watches-at-auction .buying-selling-call-outs li { clear:none;}
body.selling-watches-at-auction .buying-selling-call-outs li { clear:none;}
.buying-and-selling-image {    clear: left;    float: left;    margin: -10px 10px 10px;    padding: 5px;    width: 90px;}
.buying-selling-call-outs ul {    margin-bottom: 30px;    margin-top: 30px;   width: 550px; padding-left:0px; }
div#lots-container p b {     color: #582E45;    float: left;    font-size: 18px;    margin-bottom: 0;    margin-top: 20px;    text-align: center;    width: 920px;}
table.contentpaneopen.content-page td {    padding: 10px 0 10px 10px;}
.buying-selling-call-outs a { color:#7B345B;}
div.Buying-Video {  margin-bottom: 20px;    margin-left: 85px;     width: 775px;   margin-top: 20px; -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75); float:left;}

body.selling-watches-at-auction div.homepage-slider-holder {
    background: none repeat scroll 0 0 #F1F2F2;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
body.buying-watches-at-auction   div.homepage-slider-holder.module {
    background: none repeat scroll 0 0 #F1F2F2;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

div.buying-selling-holder.title h1 {     color: #582E45;
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 10px;}

body.acquistare-da-fellows div.homepage-slider-holder, body.kaufen-sie-bei-fellows div.homepage-slider-holder, body.acheter-a-fellows div.homepage-slider-holder, body.comprar-en-fellows div.homepage-slider-holder, body.buying-chinese div.homepage-slider-holder, body.buying-greek  div.homepage-slider-holder, body.kopen-bij-fellows div.homepage-slider-holder {
    background: none repeat scroll 0 0 #F1F2F2;
    float: left;
    margin-bottom: 0px;
    position: relative;
}
body.acquistare-da-fellows div.content-area-content, body.kaufen-sie-bei-fellows div.content-area-content, body.acheter-a-fellows div.content-area-content, body.comprar-en-fellows div.content-area-content, body.buying-chinese div.content-area-content, body.buying-greek div.content-area-content, body.kopen-bij-fellows div.content-area-content  { display:none;}



div.moduletable.buying-title h1 {    font-size: 28px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 30px;}
.selling-columns {
	     background-color: #CCCCCC;
    display: inline;
    float: left;
    height: 195px;
    margin-bottom: 20px;
    padding: 10px;
    width: 253px;
	    border-top: 1px solid #FFFFFF;
		    border-bottom: 1px solid #F9F9F9;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
}
.selling-columns-middle {
    background-color: #CCCCCC;
    float: left;
    height: 195px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    width: 253px;
	    border-top: 1px solid #FFFFFF;
		    border-bottom: 1px solid #F9F9F9;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
}
.QandA-section {
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 560px;
}
.relative { position:relative;}

.first {    margin-left: 30px;}
body.selling  h2.header-number {    color: #582E45;    float: none;   font-family: Arial,Helvetica,sans-serif;    font-size: 36px;}
span.QandA {     float: left;    margin-bottom: 20px;    margin-right: 20px;}
div.buying-title h3 {  margin-left: 30px;    padding-top: 15px;}
div.buying-title p {  padding: 0 30px 30px;}
div.selling-columns  p {   padding: 10px 0 0;}
div.selling-columns-middle p {    padding: 10px 0 0;}
.relative div.purple-btn {
    background: none repeat scroll 0 0 #7B345B;
    bottom: 10px;
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
    position: absolute;
}
.relative div.purple-btn a {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
}
div.moduletable.wrapper.contact {   border-bottom: 1px dotted #808285;    margin-bottom: 20px;    margin-left: 10px;    margin-right: 10px;    padding-bottom: 20px;    padding-left: 0;    padding-right: 0;    width: 280px;}
.map { margin-left:15px; border:0px none;}
div.moduletable.black { background:#000; float:left; }
body.search div.grid_12.content-area-content { display:none;}
div.content-area-content div.wrapper.no-pad.brands { background:#F1F2F2;}
div.brands { background:#F1F2F2;}
div.brands ul { width:360px; float:left; clear:both;}
div.brands ul li {     display: inline;
    float: left;
    margin: 10px;
    overflow: hidden;
    text-align: center;
    width: 100px;}
div.averages div.purple-btn { clear:both; margin-left:10px;}
a#lightbox-nav-btnPrev { background: left center no-repeat url(../images/prev-btn.jpg) !important;}
a#lightbox-nav-btnNext { background:right center no-repeat url(../images/next-btn.jpg) !important;}
body.watch-directory div.grid_8.homepage-component-area.alpha { width:940px; clear:both; }
body.watch-directory div.grid_4.alpha.content-area-right { display:none !important;}
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Datepicker 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
div#video-container { opacity:1 !important; background: url(../images/overlaybg.png) transparent !important; }
div#video-close {      bottom: 20px; !important;   right:27px !important;    border: 0 none !important;    float: none !important;    height: 22px !important;    padding: 0 !important;    width: 66px !important;}
div#video-close a { padding:0px !important; text-indent:-9000px; background:none !important; z-index:200 !important;}
div#player { width:500px !important;}
div.button.video-view { display:none;}
div.buying-selling div.wrapper { background:none;     padding-left: 10px;}
body.watch-directory  span.article_separator { display:none;}
div.footer-border-top {
    border-top: 1px solid #CCCCCC;
    margin-left: 10px;
    margin-top: 0;
	display:none;
}
div.container_12.main-holder { position:relative;}
div.login-form {    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100px;
    padding-left: 30px;
    padding-top: 17px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 180px;
    z-index: 3;}
a#sign-in-btn { padding:20px 10px 0 55px; display:block;  }
a#login-close {   background: url("../images/close-checkbox.gif") no-repeat scroll left center transparent;    color: #666666;    display: block;    float: left;    font-size: 12px;    height: 20px;    line-height: 20px;    margin-top: -23px;    padding-left: 25px;    text-decoration: none;    margin-left: 10px;}
div.login-form div.moduletable { float:left; clear:both;}
div.logout-btn {    clear: both;    float: left;    margin-left: 65px;    width: 60px;}

div.login-holder div.logout-btn {     clear: both;
    float: right;
    margin-right: 0;
    width: 100px;}
	
	
div.column-3 ul li.export { display:none;}

div.more { position:absolute; padding:5px; top:-50px; right:12px; width:120px; background:#F8F8F8; border:1px solid #ccc;-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.3);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.3); display:none; }
/*li.has-box { position:relative;}
li.has-pawnbroker { position:relative;}
li.has-papers { position:relative;}*/
div.box-papers ul {    position: relative;    text-align: right;    width: 210px;}
ul.lot-details {position: relative;    text-align: right;    width: 210px;}
a#why-sign-up {      color: #7B345B;    float: left;    font-size: 10px;    left: 0;    padding-left: 15px;    padding-right: 25px;    position: absolute;    text-align: center;    text-decoration: none;    top: 71px;    width: 180px;}
a#why-sign-up:hover { text-decoration:underline; }
div.why-sign-up-holder { width:100%; height:100%; position:absolute; z-index:200; background:url("../images/overlaybg.png") repeat scroll 0 0 transparent !important; display:none; left:0px; top:0px;}
div.why-sign-up-holder div.wrapper-inner {     background: none repeat scroll 0 0 #FFFFFF;
    left: 50%;
    margin-left: -265px;
    padding: 15px 15px 50px;
    position: absolute;
    top: 10%;
    width: 500px;}
div.why-sign-up-holder div.wrapper-inner  a#close-overlay-sign-up {     background: url("../images/lightbox-btn-close.gif") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 22px;
    position: absolute;
    text-indent: -9999px;
    width: 66px; border: 0 none !important;
    bottom: 20px;
    float: none !important;
    height: 22px !important;
    padding: 0 !important;
    right: 27px !important;
    width: 66px !important;}
div#condition-detail { width:429px; float:left; clear:both; margin-top:10px;}
div#condition-detail p { float:left; color: #BCBEC0;}
/*div#condition-detail a {   background: none repeat scroll 0 0 #7B345B;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 80px;
}*/
 div#condition-detail a {  background: url(../images/question-mark-overlay-btn.gif) left center no-repeat #7B345B;    color: #FFFFFF;    display: block;    float: right;    margin-right: 30px;    padding: 10px 20px 10px 55px;    text-decoration: none;    width: 80px;}
div.date-range li.condition span { margin-right:10px;}
div.date-range li.condition {   font-size: 12px;    height: 20px;    line-height: 20px;}
div#condition-detail-overlay { position:fixed; left:0px; top:0px; width:100%; height:100%; background:url("../images/overlaybg.png") repeat scroll 0 0 transparent !important; z-index:300;}
div#condition-detail-overlay div.inner-wrapper {     background: none repeat scroll 0 0 #FFFFFF;
    left: 50%;
    margin-left: -265px;
    padding: 15px 15px 50px;
    position: absolute;
    top: 10%;
    width: 500px;}
div#condition-detail-overlay div.inner-wrapper a {    background: url("../images/lightbox-btn-close.gif") repeat scroll 0 0 transparent;
    border: 0 none !important;
    bottom: 20px;
    cursor: pointer;
    float: none !important;
    height: 22px !important;
    padding: 0 !important;
    position: absolute;
    right: 27px !important;
    text-indent: -9999px;
    width: 66px !important;}
	div#condition-detail-overlay div.inner-wrapper p.condition-title { font-size:16px; color:#7B345B; padding-top:10px;}
	div#condition-detail-overlay div.inner-wrapper p { padding-bottom:10px; color:#666;}
div.description-holder-top { float:left;}
div.description-holder-top span {    font-size: 13px; float:left; width:300px; clear:both; font-style:italic; color:#BCBEC0;}
div.description-holder-top span a { color:#fff; font-style:italic;}
 div.purple-btn.advanced-btn-slide { margin-left:40px;    padding: 15px 20px; margin-top:0px; float:left; height:15px; background:none repeat scroll 0 0 #7B345B;}
div.purple-btn.advanced-btn-slide a { line-height:18px;}
div.no-results-message {    background: none repeat scroll 0 0 #F8F8F8;    border: 1px solid #CCCCCC;    margin: 90px auto 40px;    padding: 20px;    text-align: center;    width: 500px;}
div.no-results-message h2 { color:#7b345b; font-size:16px; padding-bottom:20px;}
div#lots-container div.no-results-message  p a { margin-left:0px; margin-right:0px;}
div.hider-grad { position:absolute; bottom:0px; left:0px; z-index:10;}
div.hider-grad img {   height: 30px;    width: 299px;}
div.lot-box div.lot-listings:first-child div { border-top:0px none;}
div.number-of-times-sold p {     color: #FFFFFF;    float: left;    width: 110px;}
div.number-of-times-sold h4 {    color: #FFFFFF;    float: left;    font-size: 24px;    height: 30px;    line-height: 30px;    margin-left: 20px;    width: 100px;}
div.number-of-times-sold div.purple-btn a {     display: block;    padding: 15px 20px;    text-align: center;}
div#Condition-report-overlay { position:fixed; left:0px; top:0px; width:100%; height:100%; background:url("../images/overlaybg.png") repeat scroll 0 0 transparent !important; z-index:300;}
div#Condition-report-overlay div.inner-wrapper {     background: none repeat scroll 0 0 #FFFFFF;    left: 50%;    margin-left: -265px;    padding: 15px 15px 50px;    position: absolute;    top: 10%;    width: 500px; text-align:center; z-index:100;}
div#Condition-report-overlay div.inner-wrapper h2 { color:#7B345B; text-align:center; font-size:24px;}
div#Condition-report-overlay div.inner-wrapper div.purple-btn {    float: none;    margin: 20px auto;    width: 210px;}
div#Condition-report-overlay div.inner-wrapper div.purple-btn {
    float: none;
    font-size: 12px;
    margin: 20px auto;
    width: 210px;
}
div#Condition-report-overlay div.inner-wrapper div.purple-btn a {    display: block;    font-size: 20px;    padding-bottom: 10px;    text-align: center;}
div.text-column div.descriptions div.lot-tabs div.ui-tabs-panel div.purple-btn p {
    color: #FFFFFF;
    line-height: 24px;
    padding-left: 0;
    text-align: center;
}
div.purple-btn {
    background: none repeat scroll 0 0 #7B345B;
    float: left;
    margin-top: 10px;
    padding: 5px 12px;
}
div#Condition-report-overlay div.inner-wrapper a#condition-report-close { background: url("../images/lightbox-btn-close.gif") repeat scroll 0 0 transparent;    border: 0 none !important;    bottom: 20px;    cursor: pointer;    float: none !important;    height: 22px !important;    padding: 0 !important;    position: absolute;    right: 27px !important;    text-indent: -9999px;    width: 66px !important;}
div.adv-information { width:220px; float:left; margin-left:20px; margin-top:5px;}
div.adv-information p { color:#BCBEC0 !important; font-size:12px;}
ul.flags {     clear: both;        margin: 0 auto 10px;    text-align: center;    width: 267px;}
ul.flags li {     display: inline;
    float: left;
    margin: 10px;-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.75);}
ul.flags li a { float:left; display: inline;}
div.buying-title { float:left; clear:both; width:920px;}
div.moduletable_flags { float:left; width:940px; padding-bottom:10px; clear:both;}
div.results-message h2 { display:block; margin-left:auto; margin-right:auto; text-align:center; background:#7B345B; color:#fff; padding:10px; line-height:20px; }
div.back-to-results { height:60px;}
div.exceptional-lots-holder { float:left; width:940px; clear:both; background:none repeat scroll 0 0 #433E47;}
div.exceptional-lots-holder div.top-row { float:left; width:940px; clear:both;}
div.exceptional-lots-holder div.bottom-row {      clear: both;    float: left;    padding: 0 20px 20px;    width: 900px;}
div.exceptional-lots-holder div.top-row div.lot-box {     clear: none;    float: left;    margin: 10px;    width: 293px; border-bottom:0px none;}
div.exceptional-lots-holder div.top-row div.lot-box h3 { color:#fff; font-size:12px; padding-top:10px; margin-left:0px;}
div.exceptional-lots-holder div.top-row div.lot-box div.Lot-name {       height: 50px;    margin: 0 auto;    width: 280px;}
div.exceptional-lots-holder div.top-row div.lot-box div#lot-image-holder { width:280px; height:280px; overflow:hidden; float:left;}
div.exceptional-lots-holder div.top-row div.lot-box div#lot-image-holder img { width:280px; }
div.exceptional-lots-holder div.top-row div.lot-box div.lot-image-holder { width:280px; height:280px; overflow:hidden;    margin: 0 auto;}
div.exceptional-lots-holder div.top-row div.lot-box div.lot-image-holder img { width:280px; }
h1.exeptional {     background: none repeat scroll 0 0 #433E47;    border-bottom: 2px dotted #666666;    clear: both;    color: #FFFFFF;    float: left;    margin-bottom: 10px;    margin-left: 20px;    margin-right: 20px;    padding-bottom: 10px;    padding-top: 20px;    width: 900px; padding-left:0px;}
div.exceptional {  background: none repeat scroll 0 0 #433E47; width:940px; clear:both; float:left;}
div.purple-btn.exceptional {     background: none repeat scroll 0 0 #7B345B;    float: left;    margin-left: 7px;    margin-top: 10px;    padding: 15px 20px;    width: 90px;}
div.brands-holder { width:920px; float:left; }
div.brand-chip-holder {  background: none repeat scroll 0 0 #FFFFFF;    clear: both;    float: left;    padding: 5px 10px;    width: 920px;} 
div.brand-chip-holder ul { text-align:center;}
div.brand-chip-holder ul li {     display: inline;    margin: 0 3px;}
.homepage-component-area div.brand-chip-holder ul li a { float:none; padding:0px; margin-left:0px; }
div.brand-chip-holder ul li img { border:1px solid #ccc; } 
div#condition-detail div.callout {      background: none repeat scroll 0 0 #7B345B;    color: #FFFFFF;    float: left;    font-size: 12px;    height: 40px;    line-height: 40px;    margin-right: 10px;    margin-top: 10px;    text-align: center;    width: 300px;}
div.inner-inital-slider {     background: none repeat scroll 0 0 #000000;
    clear: both;
    float: left;
    height: 400px;
    width: 940px;
}

div.inner-inital-slider h1 {       color: #FFFFFF;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 10px; line-height:36px;}
div.welcome-image {     clear: both;    float: left;   width: 560px;}
div.text-section { float:left; width:260px;     padding-top: 40px;}
div.text-section p {    font-size: 14px;    line-height: 20px;    padding-bottom: 30px; color:#fff; }
div.footers { padding-top:20px;    background: none repeat scroll 0 0 #572E45;}
div#top_level_right div#common-faults-overlay {position:fixed; left:0px; top:0px; width:100%; height:100%; background:url("../images/overlaybg.png") repeat scroll 0 0 transparent !important; z-index:300;     border-top: 0 none;}
div#top_level_right div#serial-number { width:760px; height:500px; top:5%; left:50%; margin-left:-400px; position:absolute; background:#fff; overflow:hidden; padding:20px;}
div#top_level_right div#serial-number p.common-faults-title { display:none;}
div#top_level_right div#serial-number a { background: url("../images/lightbox-btn-close.gif") repeat scroll 0 0 transparent;
    border: 0 none !important;
    bottom: 20px;
    cursor: pointer;
    float: none !important;
    height: 22px !important;
    padding: 0 !important;
    position: absolute;
    right: 27px !important;
    text-indent: -9999px;
    width: 66px !important;}
	div#top_level_right div#serial-number div.serial-wrapper{ width:760px; height:415px; overflow:auto; border:0px none;  }
	div#top_level_right div#serial-number div.serial-wrapper img {     margin: 20px 20px 20px 130px;}
	div#top_level_right div#serial-number div.serial-wrapper p { padding-right:10px;}
	div.readmore-holder {  clear: both;    float: right;    padding-left: 10px;    width: 289px; }
	a#morelink {    background: none repeat scroll 0 0 #7B345B;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 72px;}
div.login-holder { position:relative; z-index:1;}
div.why-sign-up-holder h2 {  color:#7B345B;   border-bottom: 1px dashed #CCCCCC;    font-size: 24px;    margin-bottom: 15px;    padding-bottom: 10px;}
div.why-sign-up-holder p {      font-size: 18px;    line-height: 24px;    margin-bottom: 20px;    margin-top: 20px;    padding-left: 0;    text-align: left;}
div.why-sign-up-holder div.left { float:left; width:240px; }
div.why-sign-up-holder div.right { float:left; width:240px; }
div.alpha.left.grid_6 div.purple-btn.left { margin-left:10px;}
div.buying-selling div.purple-btn { margin-left: 10px;}
div.buying-selling h3 { margin-left:10px;}
div#insetBorderColor {position:fixed; left:0px; top:0px; width:100%; height:100%; background:url("../images/overlaybg.png") repeat scroll 0 0 transparent !important; z-index:300;     border-top: 0 none;}
div#insetBorderColor div.wrapper { width:510px; height:510px; margin-left:-225px; position:absolute; left:50%; top:5%; }

div.three-sixty.button div#insetBorderColor { position:absolute;}


.three-sixty #insetBorderColor .wrapper {
  background-color: #582E45;
  float: none;
  height: auto;
  left: 0;;
  margin: 0 auto;
  position: relative;
  width: 490px;
}
.three-sixty__title {
  background: #FFF;
}
.three-sixty__title__left {
  display: inline-block;
}
.three-sixty__title__left img {
  width: 350px;
}
.three-sixty__title__right {
  position: relative;
}
.three-sixty__title__right .spin360 {

}
.three-sixty__title__right .spin360 #closeSpin360 {
  bottom: -1px;
  margin: 15px;
}
.three-sixty__spin {
  background: #FFF;
  padding-bottom: 10px;
}


div#image-reel { width:450px; height:450px; border:30px solid #fff; }
#closeSpin360 {background: url("../images/lightbox-btn-close.gif") repeat scroll 0 0 transparent;    border: 0 none !important;    bottom: 20px;    cursor: pointer;    float: none !important;    height: 22px !important;    padding: 0 !important;    position: absolute;    right: 0px !important;    text-indent: -9999px;    width: 66px !important;}
div#Condition-report-overlay div.inner-wrapper div.purple-btn p { margin-top:0px;     margin-bottom: 5px;}
div#lots-per-page-top, div#lots-per-page-bottom { float:left; width:220px; }
div.pagination-links { width:700px;    float: left;     font-size: 15px;    height: 34px;    line-height: 34px;    text-align: center; color:#666666;}
div#lots-per-page-top select.styled, div#lots-per-page-bottom select.styled {     opacity: 0;    position: relative;    width: 87px;    z-index: 5;}
div#lots-per-page-top label, div#lots-per-page-bottom label {     color: #666666;    font-size: 14px;    height: 34px;    line-height: 34px;    margin-left: 10px;    margin-right: 10px;}
div#lots-per-page-top .select, div#lots-per-page-bottom .select {    background: url("../images/select.gif") no-repeat scroll right top transparent;    color: #666666;    font: 12px/34px arial,sans-serif;    height: 34px;    overflow: hidden;    padding: 0 30px 0 8px;    position: absolute;    width: 50px;}
div.pagination-holder.bottom-page { border:none 0px;}
div.componentheading.blog-pages {     border-bottom: 1px solid #CCCCCC;
    color: #999999;
    font-size: 14px;
    font-style: italic;
    margin-left: 27px;
    margin-right: 24px;
    padding-bottom: 10px;
    padding-top: 10px;}
table.blog table.contentpaneopen { float:left; width:100%;}
table.blog table.contentpaneopen p { padding-left:6px; }
a.contentpagetitle {     background: url("../images/arrow-bg.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #CCCCCC;
    color: #582E45;
    display: block;
    font-size: 25px;
    font-style: italic;
    line-height: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-top: 5px;
    text-decoration: none;}
  table.blog table.contentpaneopen td {    padding: 0 20px 10px;}
a.readon {      background: none repeat scroll 0 0 #7B345B;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 6px;
    padding: 5px 12px;
    text-decoration: none;}
span.article_separator {     height: 5px;  border-top: 1px dashed #CCCCCC;    clear: both;    float: left;    margin-left: 20px;    width: 580px;}
table.contentpaneopen.blog-area { width:600px;}
table.blog table.contentpaneopen.blog-area td {
    padding: 10px 20px;
}
div.directory-section div.purple-btn { margin-left:10px;}
div.homepage-component-area  div.homepage h1 { padding-left:10px;}
div.homepage-component-area span.article_separator { border-top: 0px none;}
div.omega.homepage-image.grid_2.homepage { width:120px;}
div.homepage-component-area div.alpha.left.grid_6.homepage { width:440px;}
div.moduletable.left-box { margin:0px 10px;}
div.error-message { width: 940px; float: left; margin-left:10px;  }
dl#system-message {    background: none repeat scroll 0 0 #FFFFFF;  border: 1px solid #F00;    color: #F00;    margin: 20px auto;    padding: 20px; text-align:center;}
dl#system-message dt { font-size:16px; text-align:center;}
dl#system-message dd li {text-align:center;}
div.help-link div.more {      background: none repeat scroll 0 0 #F8F8F8;    border: 1px solid #CCCCCC;    box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);    display: none;    padding: 5px;    position: absolute;    right: 0;    top: -46px;    width: 120px;    z-index: 30;}
a#login-help { /*   border: 1px solid #7B345B;    position: absolute;    right: 15px;    top: 49px;    z-index: 10;*/
	       border: 1px solid #939598;
    left: 22px;
    position: absolute;
    top: 57px;
    z-index: 10;}
div.login-help {
    background: url("../images/overlaybg.png") repeat scroll 0 0 transparent !important;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
div.login-help div.wrapper-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 50%;
    margin-left: -355px;
    padding: 15px 15px 50px;
    position: absolute;
    top: 10%;
    width: 710px;
	z-index:200;
}
div.login-help div.wrapper-inner a#close-overlay-login-help {
    background: url("../images/lightbox-btn-close.gif") repeat scroll 0 0 transparent;
    border: 0 none !important;
    bottom: 20px;
    cursor: pointer;
    float: none !important;
    height: 22px !important;
    padding: 0 !important;
    position: absolute;
    right: 27px !important;
    text-indent: -9999px;
    width: 66px !important;
}
div.login-help h1 {
    color: #7B345B;
    font-size: 24px;
    padding-bottom: 20px;
    padding-left: 10px;
}
div.login-help h3 {
    color: #7B345B;
    font-size: 20px;
    margin-left: 10px;
    padding-bottom: 10px;
}
div.login-help p a { color: #7B345B; }
/* email signup */
div.email-signup {
    background: url("../images/overlaybg.png") repeat scroll 0 0 transparent !important;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}
div.email-signup div.wrapper-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 50%;
    margin-left: -355px;
    padding: 15px 15px 50px;
    position: absolute;
    top: 10%;
    width: 710px;
}
div.email-signup div.wrapper-inner a#close-overlay-email-signup {
    background: url("../images/lightbox-btn-close.gif") repeat scroll 0 0 transparent;
    border: 0 none !important;
    bottom: 20px;
    cursor: pointer;
    float: none !important;
    height: 22px !important;
    padding: 0 !important;
    position: absolute;
    right: 27px !important;
    text-indent: -9999px;
    width: 66px !important;
}
div.email-overlay-holder { float:left; height:470px; width:305px; padding-right:400px; background:url(../images/email-design.jpg) no-repeat right top;}
div.signup-form-holder { float:left; width: 305px; clear:both;}
div.email-overlay-holder h1 { margin-top:20px;}
div.signup-form-holder div.form-row { float:left; clear:both; width:295px; margin-left:10px; margin-top:10px; margin-bottom:20px;}
div.signup-form-holder div.form-row.first { margin-top:30px;}
div.signup-form-holder div.form-row label { clear:both; float:left;     color: #666666;}
div.signup-form-holder div.form-row input {     clear: both;    float: left;    margin-top: 5px;    width: 290px;}
div.signup-form-holder div.form-row a {       background: url(../images/email-form-btn.gif) right center no-repeat #7B345B;    color: #FFFFFF;    float: left;    font-size: 18px;    margin-top: 10px;    padding: 10px 60px 10px 10px;    text-decoration: none;}

/* average prices sections */
div#top_level_container div.averages div.top div.number-of-times-sold {    clear: both;    float: left;    margin-bottom: 10px;    padding-bottom: 10px;    padding-top: 20px;    width: 920px;     border-bottom: 2px dotted #808285;}
div#top_level_container div.averages div.top div.number-of-times-sold p {   font-size: 20px;    padding-top: 13px;    width: 300px;}
 div#top_level_container div.averages div.top div.number-of-times-sold h4 {   margin-top: 4px;}
div#top_level_container div.averages div.top div.number-of-times-sold div.purple-btn {    clear: none;    margin-top: 0;    padding: 0;}
div#top_level_container div.averages div.top h3 { margin-left:0px;}
div#top_level_container div.averages div.top { border-top: 0px none;}
/* Privacy and conditions links footer */
div.grid_12.privacy div.wrapper { float:left; width:920px; background:#572E45;   float: right;    margin-left: 10px;    margin-right: 10px;}



div.grid_12.privacy ul {      height: 20px;   padding-bottom: 10px;    padding-top: 10px;    text-align: right;    width:460px;}
div.grid_12.privacy ul li { float:right; display:inline; margin-left:20px;}
div.grid_12.privacy ul li a { color:#fff; font-size:12px; text-decoration:none;}
div.grid_12.privacy ul li a:hover { text-decoration:underline;}
div.grid_12.privacy h5 {      color: #FFFFFF;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-decoration: none;}
body.terms-a-conditions h3 { font-size:16px; line-height:22px; padding-top:20px; padding-bottom:20px;}
body.terms-a-conditions h1 { line-height:24px;}
body.terms-a-conditions div.homepage-component-area div.wrapper ul { padding-left:30px; padding-top:20px; padding-bottom:20px; }
body.terms-a-conditions div.homepage-component-area div.wrapper ul li {     color: #231F20;    font-size: 12px;    line-height: 16px; margin-top:10px; margin-bottom:10px; list-style:outside disc;}
body.terms-a-conditions div.homepage-component-area div.wrapper p { padding-bottom:10px;}
body.terms-a-conditions div.homepage-component-area div.wrapper p a { color: #7B345B;}
body.privacy-policy  h3 { font-size:16px; line-height:22px; padding-top:20px; padding-bottom:20px;}
body.privacy-policy  h1 { line-height:24px;}
body.privacy-policy  div.homepage-component-area div.wrapper ul { padding-left:30px; padding-top:20px; padding-bottom:20px; }
body.privacy-policy  div.homepage-component-area div.wrapper ul li {     color: #231F20;    font-size: 12px;    line-height: 16px; margin-top:10px; margin-bottom:10px; list-style:outside disc;}
body.privacy-policy  div.homepage-component-area div.wrapper p { padding-bottom:10px;}
body.privacy-policy  div.homepage-component-area div.wrapper p a { color: #7B345B;}
table.blog table.contentpaneopen td.createdate { font-size:10px; }
td.contentheading.blog-pages { padding-left:15px;}
table.contentpaneopen.blog-pages td {    padding:10px 15px;}
table.contentpaneopen.blog-pages td p { padding-bottom:16px;}
table.contentpaneopen.blog-pages td p a { color:#582E45; }
table.contentpaneopen.blog-pages td.createdate { font-size:10px;    padding-left: 25px; }
table.contentpaneopen.blog-pages td.contentheading.blog-pages {    padding:10px 25px;     width: 570px;}
div.img_caption { padding:9px; /*border:1px solid #ccc;*/ }
div.img_caption p.img_caption {     font-style: italic;    padding-bottom: 0 !important;    padding-left: 0;    padding-top: 5px;}
ul#twitter li:first-child { border-top: 0px none; padding-top:0px;}
ul#twitter li {     border-top: 1px solid #CCCCCC;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;  }
ul#twitter li span.status {     clear: both;
    color: #231F20;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    width: 260px;} 
ul#twitter li span.status a {color: #582E45;}
ul#twitter li span.meta a  {color: #582E45; text-decoration:none;}  
ul#twitter li span.meta {      clear: both;
    color: #582E45;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    padding-left: 0;
    text-decoration: none;
    width: 260px;} 
table.blog.blog-pages table.contentpaneopen.blog-pages div.img_caption {     float: left !important;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    width: 150px !important;}
table.blog.blog-pages table.contentpaneopen.blog-pages div.img_caption img { width:150px;}
div.twitter-feed { margin-top:20px;    margin-bottom: 15px;-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.42);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.42);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.42);    margin-left: 15px; background:#F3F3F3;
    width: 280px !important;}
div.twitter-feed a  h3 {    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 10px; }
div.addthis_toolbox { margin-top:10px; margin-bottom:10px;     margin-left: 20px;}
div.moduletable_blog div.about-page-top { height:300px;}
div.moduletable_blog div.about-page-top h1 {    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    left: 30px;
    position: absolute;
    top: 80px;
    width: 440px; display:none;
}
.callout-section { float:left; clear:both; -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.42);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.42);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.42);    margin-left: 15px; background:#F3F3F3; padding:20px; width:535px; margin:10px; line-height: 20px; font-size:12px;}
.callout-section a {    color: #582E45;} 
div.twitter-feed a { text-decoration:none;}
table.blog.blog-pages  td.article_column span.article_separator { margin-top:20px;  background: url(../images/blog-shade.gif) center top;
    border-top: 3px solid #7B345B;
    height: 20px;}
span.small { margin-left:10px; color:#582E45;     font-size: 15px;}
table.blog.blog-pages table.contentpaneopen.blog-pages td span.small {    color: #582E45;    margin-left: 5px;}
div.pagination {     border-top: 1px solid #CCCCCC;
    color: #582E45;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px; }
	div.pagination a {color: #582E45;}
/* Community Builder Intergration */
div.cb_template_default { width:620px; float:left; clear:both;}
div.cb_template_default div.componentheading {    color: #582E45;    display: block;    font-size: 25px;    line-height: 30px;    margin-left: 25px;    margin-right: 10px;    padding: 5px 0 10px;    text-decoration: none;}
div.cb_template_default div.contentpaneopen {     float: left;    margin-left: 10px;    margin-right: 10px;    width: 600px;}
div#cbIconsTop {     clear: both;    float: left;    width: 600px;     padding: 20px 0;}
form#cbcheckedadminForm {clear: both;    float: left;    width: 720px; padding-bottom: 40px;}
.titleCell { padding-top: 8px; width:225px;
}

div.componentheading {    color: #582E45;    display: block;    font-size: 25px;    line-height: 30px;    margin-left: 10px;    margin-right: 10px;    padding: 5px 0 10px;    text-decoration: none; margin-bottom:20px;}
table#registrationTable {    color: #5A5B5E;    font-size: 13px; border:1px solid #E3E3E3; margin-left: 20px;}
table#registrationTable tbody tr td { background: none repeat scroll 0 0 #F0F0F0;}
table#registrationTable td { padding:10px;}
table#registrationTable tr.sectiontableentry1 td, table#registrationTable tr.sectiontableentry2 td {    padding-bottom: 8px;    padding-top: 8px;    vertical-align: middle; background: none repeat scroll 0 0 #FFF;}
table#registrationTable input.button {     background: none repeat scroll 0 0 #7B345B;    border: 0 none;    color: #FFFFFF;    float: left;    font-size: 20px;    margin-top: 10px;    padding: 10px 30px;} 
table#registrationTable input#change_address {     background: none repeat scroll 0 0 #7B345B;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 12px;}
table#registrationTable tr.sectiontableentry1#cbfr_57  td { vertical-align:top;}
div.cbconfirming p { margin-top:10px;    border-bottom: 1px solid #CCCCCC;
    color: #582E45;
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px 0 10px;
    text-decoration: none; }
div.error { margin-top:10px;    color: #582E45;
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px 0 10px;
    text-decoration: none; }
div.grid_10.footers div.wrapper { float:left; width:760px; }
div.grid_10.footers div.wrapper div.moduletable { float:left; width:780px; }
div.grid_10.footers div.wrapper div.moduletable div { float:left;     display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;    width: 140px; }
div.blog-pages {width: 570px;  padding: 10px 25px;}
div.blog-pages.news-pages {    padding: 10px 25px;    width: 890px;}

div.blog-pages.news-pages dl.article-info dd {

}
body.news div.grid_8.homepage-component-area.alpha { width:940px;}

div.blog-pages dl.article-info dd { padding:10px 15px}
div.blog-pages dl.article-info dd span.small { margin-left:0px;}
div.blog-pages dl.article-info dd.create { font-size: 10px;}
div.blog-pages p {
    padding-bottom: 16px;   padding-left: 0;
}
div.blog-pages div a { color:#582E45; }
div.blog-pages div { padding-left: 10px; }
div.blog-pages div.item.column-1 { width:560px !important;}

body.news div.blog-pages div.item.column-1 { width:865px !important;}

body.news div.blog-pages dl.article-info dd {
    padding: 10px 0px;
}
body.news div.blog-pages.item-page dl.article-info dd {
    padding: 10px 15px;
}

p.readmore a {
  color: #582E45 !important;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 6px;
    text-decoration: underline;
}
div.blog-pages p.readmore a { margin-left:0px;}
div.blog-pages div.pagination p.counter { padding: 15px;
    text-align: center;
}

div.blog-pages div.pagination ul li {
    display: inline;
    margin: 0 10px;
}

div.blog-pages div.pagination ul li a { margin:0px; padding:0px; float:none;
}
div.blog-pages.news-pages div.pagination  { width:870px;}
div.blog-pages.news-pages div.pagination ul {width:870px; }
div.blog-pages div.pagination ul {
    text-align: center;
}

div.blog-pages div.items-row { float:left; clear:both; width:570px; padding:15px 0px; border-top:1px solid #fff;}


body.news div.blog-pages div.items-row { float:left; clear:both; width:840px; padding:25px 0px; border-top:1px solid #fff;}


div.blog-pages div.pagination {     border-top: 1px solid #CCCCCC;    color: #582E45;    font-size: 14px;  padding: 10px 0px; float:left; width:560px; }
div.pagination a {color: #582E45;}
div.blog-pages div.pagination ul li { display:inline; padding:0px 10px;}
div.blog-pages div.pagination ul { border-top: 1px solid #CCCCCC;    display: inline;    float: left;    padding-top: 10px;    width: 560px;}
div.blog-pages div.pagination ul li:first-child { padding-left:0px;}
div.blog-pages div.pagination p { padding-left:0px;}

div.descriptions .lot-tabs ul { display:-moz-inline-box;}
div.descriptions .lot-tabs ul li { padding:10px;}
div.descriptions .lot-tabs ul li a {    color: #000000;
    text-decoration: none;}

div.descriptions .lot-tabs #description { background:#fff; }

div.descriptions .lot-tabs #condition_report { background:#fff; }
div.descriptions .lot-tabs #description p { color: #000; font-weight:lighter; padding:5px 10px;}

div.descriptions .lot-tabs #condition_report p {
  color: #000;
  font-weight:lighter;
  padding: 0;
}

#condition_report li {
  color: #000000;
  font-size: 12px;
  line-height: 24px;
  margin: 0px 20px;
  padding: 0px 5px;
}


table#cbtf_26 td { padding:10px;}
table#cbtf_23 td { padding:10px;}

table#cbtf_26 { color: #5A5B5E; font-size: 13px; border:1px solid #E3E3E3; margin-left: 20px}
table#cbtf_26 tbody tr td { background: none repeat scroll 0 0 #F0F0F0;}
table#cbtf_26 tbody .titleCell, table#cbtf_26 tbody .fieldCell  { background: none repeat scroll 0 0 #FFF;}

table#cbtf_23 { color: #5A5B5E; font-size: 13px; border:1px solid #E3E3E3; margin-left: 20px}
table#cbtf_23 tbody tr td { background: none repeat scroll 0 0 #F0F0F0;}
table#cbtf_23 tbody .titleCell, table#cbtf_23 tbody .fieldCell  { background: none repeat scroll 0 0 #FFF;}

div.Reg-email-coms { color: #5A5B5E; font-size: 13px; border:1px solid #E3E3E3; margin-left: 20px; width:698px; margin-bottom:25px;}
div.Reg-email-coms .email_communication { background: none repeat scroll 0 0 #F0F0F0; float:left; width: 678px; padding: 10px;}

.cb_comp_inner #cbcheckedadminForm table { width:700px; margin-bottom:25px;}

/*span.cbFieldIcons { display: none;}*/

td#cbfv_59 .change_address {
    background: none no-repeat scroll center center #7A345B;
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: lighter;
    margin-left: 15px;
    padding: 5px 7px;
    width: 113px;
}

td#cbfv_59 .change_address:hover { text-decoration:underline;}

div.Reg-email-coms .register_title {
    clear: both;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 700px;
}

#cbcheckedadminForm img { margin-left:10px;}
#cbcheckedadminForm label { margin-left: 20px; font-size:12px;}
#cbcheckedadminForm input#inputbox { }
#cbcheckedadminForm div.cbSnglCtrlLbl {
    margin: 10px 0 20px 35px;
    width: 600px;
}
#cbcheckedadminForm span.cb_button_wrapper { margin-left:25px;}

div.Reg-email-coms label { margin-left:0px !important; font-size:inherit !important;}
div.Reg-email-coms .cbSingleCntrl { }
div.Reg-email-coms .cbSingleCntrl #cb_auctiontalk { }

.login-fields #username-lbl { float:left; clear:both; padding: 5px 5px 10px; font-size: 12px;}
.login-fields #username { float:left; clear:both; margin-left:5px; margin-bottom:10px;}

.login-fields #password-lbl { float:left; clear:both; padding: 5px 5px 10px; font-size: 12px;}
.login-fields #password { float:left; clear:both; margin-left:5px; margin-bottom:10px;}

.login-fields #remember-lbl { float:left; clear:both; padding: 5px 5px 10px; font-size: 12px;}
.login-fields #remember { float:left; clear:both; margin-left:5px; margin-bottom:20px;}

.button { float:left; clear:both; margin-left:45px;}
.login .button { float:left; clear:both; margin-left:5px;}

.login form fieldset { margin-left: 30px; margin-top: 20px;}

.homepage-component-area ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 0 0;
    color: #582E45;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    padding: 10px 18px;
    text-decoration: none;
}

#container .lots_listview .box_img a {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    color: #7A345B;
    float: right;
    font-weight: normal;
    padding: 0 8px 0 0;
    text-decoration: underline;
	margin-top:0px;
}

.text-column .auction-details {
    border-top: 1px solid #582E45;
    display: -moz-inline-box;
    margin-bottom: 0;
    padding-top:25px;
}

.auction-details ul.sale-detail { margin-right:0px; width:130px;}
.auction-details ul.sale-detail .sale-title { font-size:16px; color:#582E45; padding-bottom:10px;}
.auction-details ul.sale-detail .sale-title  span strong { font-weight:400;}
.auction-details ul.sale-detail .sale-date { font-size:15px; color:#5A5B5E;}

.auction-details .box_button {
    float: left;
    margin: 35px 5px 0 10px;
    width: 100px;
}
.auction-details .box_button span {
    font-size: 13px;
    line-height: 20px;
    right: 335px;
    top: 370px;
    width: 184px;
}
.box_button .goingon a img { float:right;}

.auction-details ul.viewing-timings .sale-title { font-size:16px; color:#582E45; padding-bottom:10px;}
.auction-details ul.viewing-timings .sale-title  span strong { font-weight:400;}
.auction-details ul.viewing-timings li { font-size:11px; color:#5A5B5E;}
.auction-details ul.viewing-timings .viewing-time span { line-height:20px;}

div.descriptions #tabs { padding:0;}
li.ui-state-default a#ui-id-1 {padding:0; cursor:pointer;}
li.ui-state-default a#ui-id-2 {padding:0;}

.ui-tabs-nav { padding:0px !important;}

/* <--- START - Registration Page - register-for-an-account ---> */

body.register-for-an-account div.cb_template_default div.componentheading {
    border-bottom: 1px solid #CCCCCC;
    color: #582E45;
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px 0 10px;
    text-decoration: none;
	margin-bottom:20px;
}
body.register-for-an-account form#cbcheckedadminForm {
    clear: both;
    float: left;
    margin: 0;
    min-height: 0;
    padding-bottom: 0;
    position: inherit;
    width: 600px;
}

body.register-for-an-account table#registrationTable {
    color: #6D6E71;
    font-size: 13px;
	border-collapse: collapse;
    border-width: 0;
    margin: 0;
    padding: 0;
    width: 98%;
}
body.register-for-an-account table#registrationTable tr.sectiontableentry1, table#registrationTable tr.sectiontableentry2 {
    border-top: 1px solid #CCCCCC;
}
body.register-for-an-account table#registrationTable tr.sectiontableentry1 td, table#registrationTable tr.sectiontableentry2 td {
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: middle;
	width:185px;
}
body.register-for-an-account #registrationTable tbody tr td label { font-size:inherit; margin-left:0px;}
body.register-for-an-account span.cbFieldIcons { display:inline;}
body.register-for-an-account table#registrationTable td {
	background:none;
}
body.register-for-an-account table#registrationTable td.contentpaneopen { background:none;}
body.register-for-an-account table#registrationTable input.button {
    background: none repeat scroll 0 0 #7B345B;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    margin-top: 10px;
    padding: 10px 30px;
	margin-left: 0;
}
body.register-for-an-account tr#cbfr_94, body.register-for-an-account tr#cbfr_93, body.register-for-an-account tr#cbfr_92, body.register-for-an-account tr#cbfr_91, body.register-for-an-account tr#cbfr_90, body.register-for-an-account tr#cbfr_89, body.register-for-an-account tr#cbfr_88, body.register-for-an-account tr#cbfr_87, body.register-for-an-account tr#cbfr_86, body.register-for-an-account tr#cbfr_85, body.register-for-an-account tr#cbfr_84, body.register-for-an-account tr#cbfr_83, body.register-for-an-account tr#cbfr_82, body.register-for-an-account tr#cbfr_81, body.register-for-an-account tr#cbfr_80, body.register-for-an-account tr#cbfr_79, body.register-for-an-account tr#cbfr_78, body.register-for-an-account tr#cbfr_77, body.register-for-an-account tr#cbfr_76, body.register-for-an-account tr#cbfr_75, body.register-for-an-account tr#cbfr_74, body.register-for-an-account tr#cbfr_73, body.register-for-an-account tr#cbfr_72, body.register-for-an-account tr#cbfr_71, body.register-for-an-account tr#cbfr_70, body.register-for-an-account tr#cbfr_69, body.register-for-an-account tr#cbfr_68, body.register-for-an-account tr#cbfr_95, body.register-for-an-account tr#cbfr_96 { display:none;}
body.register-for-an-account #cbcheckedadminForm img { margin:0;}

/* <--- END - Registration Page - register-for-an-account ---> */

/* <--- START - Registration Page - auction-listing ---> */

body.auction-listing table#registrationTable tr.sectiontableentry1, table#registrationTable tr.sectiontableentry2 { border:none;}
body.auction-listing .Reg-email-coms { min-height:430px;}
body.auction-listing .Reg-email-coms ul li {
    float: left;
    font-size: 12px;
    margin: 5px;
    width: 220px;
}
body.auction-listing .security-code {
    margin-left: 20px;
}
body.auction-listing .security-code .security-code-title {
    float: left;
    font-size: 12px;
    margin-top: 20px;
}
body.auction-listing #cbcheckedadminForm div.cbSnglCtrlLbl {
    margin: 10px 0 20px 5px;
    width: 600px;
}
div.sign-in-boxes { float: right;    height: 40px;    margin-right: 10px;    margin-top: 15px;    width:75px;}
div.sign-in-boxes.directory { margin-left:0px;}
div.sign-in-boxes.directory a {
	/* fallback/image non-cover color */
   background-color: #000000; 

    /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#000000));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #666666, #000000); 

   /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(center top, #666666, #000000);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #666666, #000000);

   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #666666, #000000);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    text-decoration: none;width:59px; text-align:center;
}
div.sign-in-boxes.bidding-sign-in-box a {
	/* fallback/image non-cover color */
   background-color: #582E45; 

    /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78345B), to(#582E45));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #78345B, #582E45); 

   /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(center top, #78345B, #582E45);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #78345B, #582E45);

   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #78345B, #582E45);
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    text-decoration: none;
text-decoration: none;width:59px; text-align:center;
}
div.homepage-buckets { width:470px; float:left; min-height:400px;}
div.homepage-buckets.homepage-left { background:#433e47;}
div.homepage-buckets.homepage-right {  background: none repeat scroll 0 0 #78345B;
    margin: 10px 0 0;
    min-height: 350px;
    width: 290px;}

div.homepage-buckets.homepage-right .section-wrapper div#accordion { margin-top:0; height:350px; overflow:hidden;}
body.home div.homepage-buckets.homepage-right .section-wrapper div.department-highlights { margin-top:0px;}
body.home div#accordion h3 {
    background: none no-repeat scroll center center #FFFFFF;
    border-color: -moz-use-text-color -moz-use-text-color #582E45;
    border-radius: 0 0 0 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #7A345B;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
}
body.home div#accordion h3#ui-accordion-accordion-header-3 {
    background: none no-repeat scroll center center #FFFFFF;
	border:none;
    color: #7A345B;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
}
body.home div#accordion h3.ui-state-active { background:#7A345B !important; color:#fff !important; border:none;}
body.home div#accordion .ui-accordion-content {
    border: medium none;
    border-radius: 0 0 0 0;
    overflow: hidden;
    padding: 0;
    width: 240px;
	background:#F1F2F2;
}
body.home div#accordion .ui-accordion-content img { width:240px !important;}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { display:none;}
div#placebid a#myfellows {
    background: none no-repeat scroll center center #582E45;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 15px;
    padding: 8px;
    text-decoration: none;
    text-transform: capitalize;
}
div#placebid a#returnCatalogue {
    background: none no-repeat scroll center center #582E45;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 15px;
    padding: 8px;
    text-decoration: none;
}
div#placebid a#closeLogin {
    background: none no-repeat scroll center center #582E45;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 15px;
    padding: 8px;
    text-decoration: none;
}

body.auction-listing.list div#cboxContent div#cboxLoadedContent span.bid_success  {
    background: none repeat scroll 0 0 transparent;
    font-size: 14px;
    margin: 5px 10px;
    padding: 0;
}
body.auction-listing div#cboxContent div#cboxLoadedContent span.bid_success {
    background: none repeat scroll 0 0 transparent;
    font-size: 13px;
    margin: 5px 10px;
    padding: 0;
	line-height:20px;
}

body.home .section-wrapper .left-box h3 { color:#fff; font-size:75px; margin:5px 0px; padding:15px;}
body.home .section-wrapper .left-box p img { float:right;}

body.home .section-wrapper .moduletable h3 { color:#fff; font-size:75px; margin:5px 0px; padding:15px;}

div.item-page, div.department-highlights  { margin-top:30px;}
div.item-page h2 { padding:15px; font-size: 22px; color:#000;}
div.item-page p { padding:0px 15px; color:#433E47;}
div.department-highlight-header h4 { padding:15px; font-size: 22px; color:#000;}
div.content-area-right div.department-highlight-header div#fellowhomenewsslider { margin-top:0px !important;}
div.banneritem.slide div.caption { background: none no-repeat scroll center center #582E45;}
div.caption div.news-heading { padding:7px 5px 5px;}
div.caption div.news-heading a.highlight-link { text-decoration:none; color:#fff; font-size:12px;}


div.box_content .box-papers-pawn ul { display:block}
div.box_content .box-papers-pawn ul li { display:inline;}

body.auction-listing.list div#placebid a#myfellows {
    border: medium none;
    color: #582E45;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bolder;
    margin-left: 10px;
    margin-top: 15px;
    padding: 8px;
    text-decoration: underline;
    text-transform: capitalize;
	background:none;
}
body.auction-listing.list div#placebid a#returnCatalogue {
    border: medium none;
    clear: both;
    color: #582E45;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bolder;
    margin-left: 10px;
    padding: 8px;
    text-decoration: underline;
	background:none;
}

div#addwishlist span.bid_success a { text-transform:capitalize; color: #582E45;}

body.login-to-bid form#form-login .logout-btn { margin-left:5px;}

div.captcha-container { display: -moz-box;}
div.captcha-container div.captcha { width:220px;}
div.captcha-container .captcha-input { margin: 10px 0px !important; width:350px;}
div.captcha-container .captcha-input label { margin-left: 0px !important;}
div.security-code span.register-button input.button { margin-left:0px; margin-top:15px;}
div#account-chip { position:fixed;}
div.account-section {       background: none repeat scroll 0 0 transparent;
    float: left;
    height: 135px;
    left: 50%;
    margin-left: -512px;
    position: fixed;
    top: 0;
    width: 1024px;
    z-index: 1;}
div.account-section div.inner-section { width:940px; margin:0px auto; height:30px; z-index:200;}
div.account-section div.inner-section ul li {
    float: left;
    margin: 7px 30px 7px 0;
}
div.account-section div.inner-section ul li a { color:#fff; text-decoration:none; font-size:13px;}
div.account-section div.inner-section ul li.item-188 { margin:0px;}
div.account-section div.inner-section ul li.item-188 a {    background: url("../images/myaccount-link.gif") no-repeat scroll left top transparent;
    display: block;
    height: 135px;
    left: 1px;
    margin: 0;
    position: absolute;
    text-indent: -9000px;
    width: 41px; }



div.account-section div.inner-section ul li a:hover { color:#fff; text-decoration:underline;}
div.container_12.main-holder.logged-in-user { margin-top:0px;} 

div.grid_12.omega.alpha.connect-section div.custom { width:920px; margin:0px 10px;  }
div.grid_12.omega.alpha.connect-section div.custom ul li {   clear: none;
    display: inline;
    float: none;
    margin-left: 10px;
    text-align: center;
}
div.grid_12.omega.alpha.connect-section div.custom ul li div.grid_4.alpha { padding-top:10px;}

body.home div.grid_8.alpha div.moduletable { float:left;}

body.home div.buying-selling {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0;
    width: 299px;
}

body.home div.buying-selling {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
}
body.home div.buying-selling div.wrapper { background:none; padding-left:0; float:none; }

body.home div.grid_8.alpha div.moduletable h3 {
   color: #582E45;
    display: block;
    font-size: 18px;
    height: auto;
    line-height: 14px;
    margin-left: 10px;
    padding: 10px 0;
    text-align: left;
    width: 290px;
}

body.home div.grid_8.alpha div.moduletable p {
    color: #582E45;
    display: block;
    font-size: 12px;
    line-height: 21px;
    padding: 0;
    text-align: left;
}

body.home div.grid_8.alpha div.moduletable p a {
    color: #582E45;
    font-weight: lighter;
    text-decoration: none;
}

body.home div.grid_8.alpha div.moduletable p img { 
    height: 185px;
	margin-top:0px;
	width:300px;
}

body.home div.grid_8.alpha div.moduletable div.grid_4.buying-selling.alpha h3 {
    font-size: 24px;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
}

body.home div.grid_8.alpha div.moduletable div.grid_4.buying-selling.alpha h3 a { text-decoration:none; color:#582E45;}

body.home div.grid_4.buying-selling.alpha div.grid_3.alpha h3 { float:left;}
body.home div.grid_4.buying-selling.alpha div.grid_1.omega { width:300px; margin:0;}
body.home div.grid_8.alpha div.moduletable div.grid_1.omega p { padding:0px;}
body.home div.grid_8.alpha {
    margin-left:0px;
    margin-right: 0;
}

body.home div.value {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
}
body.home div.value div.wrapper { background:none; padding-left:0; float:none; }

body.home div.grid_4.omega div.moduletable h3 {
  color: #582E45;
    display: block;
    font-size: 18px;
    height: auto;
    line-height: 14px;
    margin-left: 10px;
    padding: 10px 0;
    text-align: left;
    width: 290px;
}

body.home div.grid_4.omega div.moduletable p {
 color: #582E45;
    display: block;
    font-size: 12px;
    line-height: 21px;
    padding: 0;
    text-align: left;
}

body.home div.grid_4.omega div.moduletable p a {
    color: #582E45;
    font-weight: lighter;
    text-decoration: none;
}

body.home div.grid_4.omega div.moduletable p img {
    height: 185px;
	margin-top:0px;
	width:300px;
}

body.home div.grid_4.omega div.moduletable div.grid_4.value.alpha h3 {
    font-size: 24px;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
}

body.home div.grid_4.omega div.moduletable div.grid_4.value.alpha h3 a { text-decoration:none; color:#582E45;}

body.home div.grid_4.value.alpha div.grid_3.alpha h3 { float:left;}
body.home div.grid_4.omega div.grid_1.omega { width:300px; margin:0;}
body.home div.grid_4.omega div.moduletable div.grid_1.omega p { padding:0px;}

body.home div.grid_4.omega { height:auto; margin-left:0px;}
body.home div.grid_4.omega div.moduletable { float:left;}
div.item-page div.login-form-holder { width:300px; float:left; margin-top:20px;}
div.item-page div.login-form-holder form {  float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 300px;}
div.item-page div.login-form-holder form#form-login input {    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #808285;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    width: 250px;}
div.item-page div.login-form-holder form#form-login input#login-submit {    background: none repeat scroll 0 0 transparent;
    border: 0 none; cursor:pointer;
    color: #FFFFFF;
    font-size: 15px;
    height: auto;
    width: 75px; }
div.item-page div.login-form-holder form#form-login fieldset.login-form div.purple-btn {    float: right;    margin-right: 15px;}
div.item-page h1 { padding-left:15px;}
div.item-page a {    color: #7B345B;}
div.homepage-bucket img { margin-left:10px;}
div.omega.homepage-image.grid_3.homepage img {-webkit-box-shadow: -7px 7px 0px rgba(121, 52, 91, 1);-moz-box-shadow:    -7px 7px 0px rgba(121, 52, 91, 1);box-shadow:         -7px 7px 0px rgba(121, 52, 91, 1);}
div.login-links { float:left; display:block; width:300px; clear:both; padding-bottom: 40px;}
div.login-links ul li a { padding-left:0px;}
div.login.login-form-holder form fieldset { margin-left:20px;}
div.login.login-form-holder form fieldset p { padding-left:0px;}
div.login.login-form-holder form fieldset input[type="text"]{    background: none repeat scroll 0 0 #FFFFFF;    border: 1px solid #CCCCCC;    color: #808285;    height: 25px;    padding-left: 10px;    padding-right: 10px;    width: 250px;}
div.login.login-form-holder form fieldset input[type="password"]{    background: none repeat scroll 0 0 #FFFFFF;    border: 1px solid #CCCCCC;    color: #808285;    height: 25px;    padding-left: 10px;    padding-right: 10px;    width: 250px;}
div.login.login-form-holder form fieldset button[type="submit"]{   background: none repeat scroll 0 0 #7B345B;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-right: 15px;
    margin-top:0px;
    padding: 3px 8px; cursor:pointer;} 
div.reset.item-page form#user-registration h1 { padding-left:0px;}
div.reset.item-page form#user-registration button.validate[type="submit"]{margin-right: 23px;   background: none repeat scroll 0 0 #7B345B;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-top:0px;
    padding: 3px 8px; cursor:pointer;} 
div.button-holder { float:left; width:300px; clear:both;}
div.reset.item-page form#user-registration input.validate-username.required { background: none repeat scroll 0 0 #FFFFFF;    border: 1px solid #CCCCCC;    color: #808285;    height: 25px;    padding-left: 10px;    padding-right: 10px;    width: 250px;}


div.remind.item-page form#user-registration h1 { padding-left:0px;}
div.remind.item-page form#user-registration button.validate[type="submit"]{margin-right: 23px;   background: none repeat scroll 0 0 #7B345B;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-top:0px;
    padding: 3px 8px; cursor:pointer;} 
div.button-holder { float:left; width:300px; clear:both;}
div.remind.item-page form#user-registration input.validate-email.required { background: none repeat scroll 0 0 #FFFFFF;    border: 1px solid #CCCCCC;    color: #808285;    height: 25px;    padding-left: 10px;    padding-right: 10px;    width: 250px;}

div.reset-confirm.item-page form.form-validate fieldset { float:left; width:300px; margin-left:15px; font-size:13px; color:#433E47;}

div.reset-confirm.item-page form.form-validate fieldset dl dt { padding:10px 0px }
div.reset-confirm.item-page form.form-validate fieldset dl dd input.required { background: none repeat scroll 0 0 #FFFFFF;    border: 1px solid #CCCCCC;    color: #808285;    height: 25px;    padding-left: 10px;    padding-right: 10px;    width: 250px;}
div.reset-confirm.item-page div.button-holder button.validate[type="submit"]{
    background: none repeat scroll 0 0 #7B345B;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-right: 13px;
    margin-top: 15px;
    padding: 3px 8px;cursor:pointer;
} 


div.reset-complete.item-page form.form-validate fieldset { float:left; width:300px; margin-left:15px; font-size:13px; color:#433E47;}

div.reset-complete.item-page form.form-validate fieldset dl dt { padding:10px 0px }
div.reset-complete.item-page form.form-validate fieldset dl dd input.required { background: none repeat scroll 0 0 #FFFFFF;    border: 1px solid #CCCCCC;    color: #808285;    height: 25px;    padding-left: 10px;    padding-right: 10px;    width: 250px;}
div.reset-complete.item-page div.button-holder button.validate[type="submit"]{
    background: none repeat scroll 0 0 #7B345B;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    margin-right: 13px;
    margin-top: 15px;
    padding: 3px 8px; cursor:pointer;
} 
div.buying-faq p { padding-bottom:10px;}
div.buying-faq p span strong { font-size:14px; line-height:20px;}
div.buying-faq h4 {    font-size: 13px;color:#433E47;
    font-style: italic;
    padding-bottom: 10px;
    padding-left: 15px; }
body.contact div.content-area-right { display:none;}
body.contact div.grid_8.homepage-component-area.alpha { width:930px; float:left;}
body.contact address {    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-left: 15px;}
body.contact td { padding:10px 0px;}
body.contact p { line-height:20px;}
body.contact p strong {     line-height: 20px;}
body.contact h4 { padding:0px; padding-left:15px;}
div.homepage p a { color:#7B345B; }
div.homepage p a:hover { color:#7B345B; text-decoration:underline; }
div.buying-selling-holder h2 { padding-bottom:10px;}
div.blog.blog-pages.news-pages h2 span.subheading-category {     color: #582E45;
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 10px;}
	
	
div.blog.blog-pages.news-pages a.contentpagetitle {     background: url("../images/arrow-bg.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #CCCCCC;
    color: #582E45;
    display: block;
    font-size:18px;
    font-style: italic;
    line-height: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-top: 5px;
    text-decoration: none;}
div.custom.wrapper div.info-box { float:left; clear:both; width:100%; padding-top: 20px; }
div.custom.wrapper div.info-box.first { padding-top:0px; margin-left:0px;}
div.custom.wrapper div.info-box p { padding-bottom:16px;}
div.custom.wrapper div.purple-btn { margin-left:10px;}
div.custom.wrapper.contact h3 { padding-top:10px;}
div.custom.wrapper.contact h3:first-child { padding-top:0px;}
div.grid_12.header { position:relative; /*z-index:88;*/ z-index:3;}
div.homepage-slider-holder  div.moduletable {}

div.alpha.left.grid_9.homepage h3 {
    color: #582E45;
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
    padding-bottom: 15px;
}
div.bucket-inner-wrapper { float:left; height:120px; position:relative;}
div.bucket-inner-wrapper div.purple-btn { position:absolute; bottom:0px; left:0px;}
div.item-page.content-page iframe#blockrandom.wrapper.valuation { margin-left:10px;}


div.fellows-news-slider_holder ul#newsnav {
    bottom: 15px;
    display: block;
    position: absolute;
    right: 10px;
	width:240px; 
	height:20px;
}
div.fellows-news-slider_holder div.banneritem.slide { width:290px; height:350px;}

div.fellows-news-slider_holder div.banneritem.slide div.caption {
  background:url("../images/home-banner-background.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 65px;
    left: 0;
    position: absolute;
    width: 290px;
}
div.fellows-news-slider_holder ul#newsnav { display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
    z-index: 10;
}
div.fellows-news-slider_holder ul#newsnav li { float:left; display:block; width:15px; height:15px; margin-right:2px;}
div.fellows-news-slider_holder ul#newsnav li a {    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    height: 11px;
    text-indent: -9000px;
    width: 11px; border:1px solid #7B345B;}
div.right-slider-new.scott-highlights div.banneritem.slide div.caption div.news-heading a.highlight-link span { color:#fff; font-size:13px; font-weight:normal; line-height:1.4em; padding-bottom:18px;}
div.fellows-news-slider_holder ul#newsnav li.activeSlide a { background:#7B345B; border:1px solid #fff;}
div.news-content p { color:#fff;  padding-left: 5px;} 

div.news-content a.read-more-news {
    background: none repeat scroll 0 0 #7B345B;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    margin-left:5px;
    margin-top: 10px;
    padding: 5px 12px;
}
div#fellowhomenewsslider { width:290px; height:350px; float:left; display:block; overflow:hidden;   position: relative;}
span.cal_view_catalogue_online {
       background: none repeat scroll 0 0 #78345B;
    float: left;
    height: 18px;
    margin-right: 10px;
    padding: 9px 12px 5px;
    text-align: center;
    width: auto;
}
div.cbSnglCtrlLbl label a { color:#572E45;}
div.fontpage-banners-wrapper {    display: block;
    float: left;
    height: 350px;
    padding: 10px;
    position: relative;
    width: 620px;}
ul#frontpage-nav {   position: absolute;
    right: 20px;
    top: 20px;
    z-index: 200;}
ul#frontpage-nav li {
    display: block;
    float: left;
    height: 15px;
    margin-left:8px;
    width: 15px;
}
ul#frontpage-nav li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7B345B;
    display: block;
    float: left;
    height: 15px;
    text-indent: -9000px;
    width: 15px;
} 
ul#frontpage-nav li.activeSlide a {    background: none repeat scroll 0 0 #7B345B;    border: 1px solid #FFFFFF;}
div.homepage-component-area div.homepage-image div.wrapper { width:auto;}
div.auction-details div.bidding-buttons span a.add_to_wishlist {   background: none repeat scroll 0 0 #B3B3B3;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: inherit;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width:100px;}
div.grid_12.alpha.omega.star-link { padding-top:90px; text-align:right;     width: 920px;}
div.grid_12.alpha.omega.star-link div.wrapper { text-align:right; margin:0px;}
div.star-link a { text-align:right; color:#955D7C; font-size:10px; text-decoration:none;}
div.star-link a:hover { text-decoration:underline;}
body.directory-login div.item-page { padding:20px;}
body.directory-login div.item-page h3 { margin-left:15px;}

body.directory-login div.grid_8.homepage-component-area.alpha { width: 920px; float:left;}
body.directory-login div.grid_4.alpha.content-area-right { display:none;}



table#consignment_table { margin:15px;   border: 1px solid #CCCCCC;}
table#consignment_table tr td {    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 11px;
    padding: 10px;}
table#consignment_table tr td:first-child { border-left: 0px none;}
table#consignment_table tr th { padding:10px 10px 30px; font-size:11px; font-weight:bold;vertical-align:top; background:#E5E5E5; color:#7A345B;}
table#consignment_table tr th.th_auction_date { width: 100px;}
table#consignment_table tr th.th_estimate { width: 100px;}
body.consignment select#sold_status {    float: left;
    left: 645px;
    position: absolute;
    top: 105px;}
body.consignment select#auction_date {     float: left;
    left: 220px;
    position: absolute;
    top: 105px;}
div#reset-consignment { float:right;}
body.consignment div.mybid {      width: 940px;  background: none repeat scroll 0 0 transparent;
    padding-left: 0;
    position: relative;
    z-index: 1;}
body.consignment div.user12 { z-index:2; display:none;}
body.auction-listing.list div.lots_listview div.box_img p span.lot_images a img { width:140px;}

body.detail.auction-listing div.grid_12.header {}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* == Business Listing == */

.business-listings {
  margin-bottom: 38px;
}

.business-listing__header {
background: url(../images/business-listing-header.jpg) no-repeat;
height: 380px;
position: relative;
overflow: hidden;
}

.business-listing__header > h1{
background: #582E45;
background: rgba(88, 46, 69, .6);
bottom: 0;
color: #fff;
padding: 16px;
position: absolute;
width: 908px;
}
.business-listing {
clear: both;
overflow: auto;
margin-top: 38px;
}

.business-listing__media {
width: 235px;
height: auto;
float: left;
margin-right: 38px;
margin-left: 18px;
}

.business-listing__media > img {
  width: 100%;
}

.business-listing__copy {
width: 630px;
float: left;
min-height: 290px;
}

.business-listing__name {
margin-left: 0;
margin-bottom: 16px;
}

.business-listing__description {
padding: 0;
margin-bottom: 16px;
}

.business-listing__tel,
.business-listing__email {
padding: 0;
margin-bottom: 16px;
}

.business-listing__email.hidden {
  display: none;
}

.business-listing__email a {
  color: #572E45;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.business-listing__email {

}

.business-listing__website {
display: block;
color: #572E45;
font-weight: bold;
text-decoration: none;
font-size: 14px;
}
.affliate-logos__block > img {
  width: 100%;
}

.affliate-logos__block {
  float: left;
  width: 33%;
  padding: 0 8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}