﻿/*@import url('grids.css');*/

fieldset {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}
h6 {
  margin: 0;
  padding: 0;
}
h5 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0;
  padding: 0;
}
img 
{
    border: none;
    padding: 0;
    margin: 0;   
}
input, select, textarea
{
    margin: 0;
    padding: 0;
}
div {
  margin: 0;
  padding: 0;
}
html {
  margin: 0;
  padding: 0;
}
body
{
    background: #4c4c4c url('../img/b07/body_bg.jpg') top repeat-x;
    color: #444;
    font: 12px Verdana, Helvetica ,sans-serif; /*75%*/
    padding: 0;
    margin: 0;
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header, #feature, #subfeature, #contentWrap, #footer {
    width: 900px;
    margin: 0pt auto;
    text-align: left;
}

#header 
{
    height: 60px;
    margin-top: 20px;
    position: relative;
}

#logo 
{
    float: left;
    margin-top: 10px; padding: 0;
    position: relative;
    width: 321px; height: 35px;
    overflow: hidden;
}

#logo a 
{
    display: block;
    position: absolute; left: 0; top: 0; z-index: 1;
    width: 321px; height: 35px;
    margin: 0; padding: 0;
    background: url('../img/b07/logo.jpg') top left no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~
    MAIN NAVIGATION 
~~~~~~~~~~~~~~~~~~~~~~*/
.nav-Horizontal
{
    float: right;
    margin: 20px 25px 0 0;
    display: inline;
    width: 450px;
}

.nav-Horizontal ul.nav
{
    float: right;
    list-style: none;
    list-style-position: outside;
    list-style-type: none;   
}

.nav-Horizontal ul.nav li
{
    display: inline;
    float: left;
}

.nav-Horizontal ul.nav li a {
   color: #fc0;
   display: inline;
   float: left;
   font: 18px Georgia, serif;
/*   letter-spacing: -.03em;*/
   letter-spacing: -1px;
   margin-left: 24px;
   text-decoration: none;
   width: auto;
}
*html .nav-Horizontal ul li a { letter-spacing: -1px; margin-left: 12px; } /* IE6 */

.nav-Horizontal ul li a:hover {
   color: #c06; /* hot pink */
   text-decoration: none;
}

.nav-Horizontal ul li.nav-Selected a {
   color: #c06;
}

/* ~~~~~ FEATURE ~~~~~ */
#feature
{
    clear: both;
    background: url('../img/b07/feat_bg.jpg') top left repeat-x;
    height: 216px;
    text-align: left;
    overflow: hidden;
}

#featL 
{ 
    background: url('../img/b07/feat_L.jpg') no-repeat;
    display: block; float: left;
    height: 216px; width: 450px;
}

#featR
{
    background: url('../img/b07/feat_R.jpg') right no-repeat;
    height: 216px; width: 450px;
    display: block; float: left;
}

#featR #login
{
    margin: 40px 0 0 40px;
    font: 16px "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#featR #login a
{
    
}

#feature h2
{
    font: 24px Georgia, serif;
    font-style: italic;
    font-weight: 600;
    margin: 40px 0 0 35px;
    color: #fff;
}

#feature p
{
    display: block;
    margin: 20px 0 0 35px;
    font: 16px "Trebuchet MS", Helvetica, sans-serif;
    color: #fff;
}

/* Subfeatures */
#subfeature 
{
   clear: both;
   background: #fff;  /* page whitespace */
}

#subbord
{
    background: url('../img/b07/subFeat_bg.jpg') top center repeat-x;
    float: left;
    display: inline;
    margin-left: 4px;
    width: 892px;
    height: 22px;
}

#saleFeature
{
    margin-bottom: 20px;
    background-color: #FCF2F7;
    padding: 10px;
}

#subfeature #leftContent
{
    float: left;
    width: 413px;
    /*padding: 25px 0 0 25px;*/
    margin: 20px 0 0 25px;
    display: inline;
}

#subfeature #rightContent
{
    float: right; position: relative;
    overflow: hidden;
    width: 412px;
    /*padding: 25px 25px 0 0;*/
    margin: 20px 25px 0 0;
    display: inline;
}

#subfeature h2
{
    background: transparent url('../img/b07/bfly_sm.gif') top left no-repeat;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 6px 24px;
    font: 18px Georgia;
    color: #c06;
    font-weight: bold;
    margin-bottom: 0px;
    /*margin-bottom: 8px;*/
}

#saleFeature h2
{
    font-size: 24px;
    background: none;
    border: none;
    padding: 0;
}

#subfeature p
{
    color: #666;
    margin: 8px 0 14px 0;   
}

#subfeature ul {
	list-style: disc outside;
	margin: 8px 0 14px 25px;
	color: #666;	
}

#subfeature ul li {
	margin-bottom: 7px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contentWrap {
    background: #fff;
}

#banner
{
    clear: both;
    background: url('../img/b07/banner.jpg') top left no-repeat;
    height: 65px;
    width: 900px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
   width: 900px;
   padding: 20px 0 20px 0;
   background: #fff;
   font-size: 10px;
   color: #666;
}

#footer p
{
    margin-left: 25px;
}

/* TOOLTIPS
------------------------------------------*/
#dhtmltooltip {
	color: #C06;
	position: absolute;
	left: -300px;
	width: 200px; /*150px;*/
	border: 1px solid #E87DA1;
	padding: 2px;
	background-color: #FCF2F7;
	font-size: .9em;
	text-align: left;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}


/* GENERAL STYLES
------------------------------------------*/
a {
  color: #E83571;
  text-decoration: none;
}

a:hover {
  color: #E87DA1;
  text-decoration: underline;
}
a:hover {
  color: #E87DA1;
  text-decoration: underline;
}

a.btn, a.btn:hover, a.btn:visited
{
	background-position: 5px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 23px;
	padding-right: 5px;
	text-align: left;
	width: auto;
	height: 23px;
	vertical-align: middle;
	text-decoration: none;
}
a.btn:hover 
{
	background-color: #999;
	color: #fff;
}

a.print { background-image: url('../img/printer.png') }
a.add { background-image: url('../img/add.png') }
a.delete { background-image: url('../img/delete.png') }
a.printall { background-image: url('../img/printer_add.png') }
a.report { background-image: url('../img/report.png') }

a.go img
{
    height: 17px;
    width: 20px;
    display: inline;
    border: none;
}

input, select, textarea 
{
    font: inherit;
}
input.btn { padding: 3px 6px; }

.spaceL { margin-left: 2em; }
.spaceR { margin-right: 2em; }

.right {
  float: right;
}
.left {
  float: left;
}
.new {
  color: #CC3333;
}

a.hlnk 
{
	margin-left: 10px;
	font-weight: bold;	
}

a.hlnk:hover { text-decoration: none; }

.error {
  background-color: #FCF2F7;
  border: 1px solid #C06;
  padding: 6px;
  margin: 6px 0 6px 0;
  color: #c06;
}

.success 
{
	/*font-weight: bold;*/
	color: Green;
  background-color: #EDF9E2;
  /*border: 1px solid #CCEBAD;*/
  padding: 6px;
  display:block;
  width: 100%;
  height: 20px;
}

p.alert
{
    background-color: #FCF2F7;
    padding: 3px;
    margin: 6px 0 6px 0;
    border: 1px dashed #C06;
    color: #C06;
    font-style: italic;
}

.hide { display: none; }

/* MAIN CONTENT
------------------------------------------*/
#main {
  /*background: url(/images/content_shadow.gif) repeat-x;*/
  overflow: auto;
}
#content {
  float: left;
  width: 575px;
  margin: 25px 25px 0 24px;
  line-height: 19px; /* 16px for 11px font */
  display: inline;
}

#content p {
  margin: 0 0 14px 0;
}

h1 
{
  color: #C06; /*#D05A25;*/
  margin: 0 0 12px 0;
  font: normal 24px Georgia,Arial Narrow,Arial,sans-serif;
}

h2 {
  color: #C06; /*#D05A25;*/
  margin: 0 0 12px 0;
  font: normal 18px Georgia,Arial Narrow,Arial,sans-serif;
  line-height: 23px;
}
h2 .info {
  float: right;
  font: italic 12px/21px Arial,sans-serif;
  height: 21px;
  color: #999;
  border-left: 1px solid #E4ECF2;
  margin: 3px 8px 0 0; /*31*/
  padding-left: 8px;
  display: inline;
}
h2 .no_border {
  border: none;
}

h2 .bullet {
  color: #8FA5AD;
  font: bold 13px/43px Arial,Tahoma,sans-serif;
  vertical-align: top;
}

h3 
{
    color: #F90; /* orange */
    /*border-bottom: 1px solid #ccc;*/
    font: 14px Georgia;
    font-weight: bold;
    margin: 7px 0 12px 0;
}

/* ~~~~[ Events & Inventory Lists ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content h3.item_title {
	float: left;
	/*width: auto;*/
	padding: 4px 0 3px 0; /*22px left*/
	margin: 10px 0 0 0; /*40px top */
	font: 19px/19px Georgia, "Times New Roman", serif;
	font-weight: normal;
}

#content h3.item_title a {
	padding-left: 22px;
	color: #c36;
	text-decoration: none;
	letter-spacing: -0.02em;
}

#content .item_price {
	float: right;
	padding: 8px 0 3px 0;
	margin: 10px 10px 0 0;
	font: 14px/14px Verdana, sans-serif;
	font-weight: bold;
	color: #666;
}

#content .itemInfo {
	/*clear: both;
	width: auto;*/
	float: left;
	width: 540px;
	font-size: 11px;
	padding: 10px;
	background: #F5F9FC url(../img/itemInfo_bg.gif) repeat-x;
	border-top: 1px solid #AECFEA;
	border-bottom: 1px dotted #D0D3E9;
}

#content .subInfo {
   float: left;
   display: block;
   width: 560px;
   font-size: 11px;
   margin-bottom: 30px;
}

#content .subInfoItem {
   padding: 10px;
   clear: left;
   float: left;
   border-bottom: 1px dotted #D0D3E9;
   width: 540px;
}

#content .itemCategory {
	margin-top: 10px;
}

#content .itemLabel {
	margin-top: 10px;
	font-style: italic;
}

/* SIDEBAR
------------------------------------------*/
#sidebar {
  float: left;
  
  width: 250px; /*229*/
  margin: 25px 0 0 0;
  font-size: 11px;
  display: inline;
}

#sidebar ul li {
  list-style: none;
}
#sidebar p {
  color: #4B798B; /*#70645C;*/
  line-height: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}

#sidebar p.alert { padding: 5px; color: #C06; }

#sidebar li {
  /*background: url(/images/sidebar_bg_item_sep.gif) bottom left repeat-x;*/
  padding-bottom: 7px;
  margin: 0 0 16px 0; /*20 l & r*/
  /*border-bottom: 3px double #CCE0E0; */
}
#sidebar ul li ul li {
  padding: 0;
  margin: 0;
  border: none;
}

/* sidebar headers */
#sidebar h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding-bottom: 5px;
  margin: 18px 0 8px 0;
  border-bottom: 1px solid #ccc;
}


/* SIDE NAV */
#sideNav
{
    font-weight: bold;
    color: #666;
}

#sideNav .title
{
    display: block;
    font-family: Georgia, Optima, Arial Narrow, Serif;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sep
{
    color: #CCC;
    margin: 0 2px;
    font-weight: normal;
}

#sideNav ul
/*ul.memberNav ,
ul.adminNav*/
{
    width: 250px;
    margin-bottom: 16px;
}

ul.memberNav li ,
ul.adminNav li
{
    display: block;
    height: 20px;
    width: 250px; }

ul.memberNav li a,
ul.adminNav li a
{
    display: block;
    background: none;
    padding: 7px 0 0 10px;
    text-decoration: none;
    height: 20px;
}

ul.memberNav li a:hover,
ul.adminNav li a:hover
{
    background: #C06;
    color: #FFF;
    text-decoration: none;
}

#sidebar span#logout {
  float: right;
}
ul#userNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #D4E7ED;
  /*border-bottom: 1px solid #D4E7ED;*/
}
ul#userNav li {
  border-bottom: 1px solid #D4E7ED !important;
  margin: 0;
  padding: 0;
}
ul#userNav li a {
  display: block;
  background-color: #FBFDFE;
  color: #117CA1; /*#155C7A;*/
  padding: 11px 0 10px 11px;
  text-decoration: none;
  font: 11px tahoma, sans-serif;
}
ul#userNav li a:hover {
  background-color: #FFF;
  color: #069; /*#0F4257;*/
  text-decoration: none;
}
ul#userNav li a strong {
  margin-right: 4px;
}
ul#userNav li a:hover strong {
  color: #C33;
}
#sideLogin fieldset {
  border: 1px solid #D4E7ED;
  background: #FBFDFE;
  padding: 10px;
  text-align: right;
}
#sideLogin .textbox {
  width: 100px;
}
#sideLogin .submit {
  margin-top: 6px;
}
#sideLogin .lostpassword {
  float: left;
  margin-top: 7px;
}
#sideLogin .lostpassword label {
  color: #4E6C7E;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.sideoutline {
  border-top: 1px solid #D4E7ED;
  border-bottom: 1px solid #D4E7ED;
  /*border: 1px solid #D4E7ED;*/
  background-color: #F8FBFC;
  padding: 14px 0;
}

.alphaList li 
{
	display: block;
	float: left;
	margin-right: 8px;
	width: auto;
}

.alphaList a
{
	font-weight: bold;
}

.alphaList a.disabled,
.alphaList a.disabled:hover
{
	color: #ccc;
	text-decoration: none;
}

/*----------------------------------------
    FORM ELEMENTS 
------------------------------------------*/
fieldset {
    border: none;
    font-size: 1em;
    margin-bottom: 10px;
}

fieldset legend {
	display: block;
    border: none;
    margin-bottom: 15px;
    width: 500px;
}

fieldset ul li {
    list-style: none;
    padding: 7px 0 7px 0;
    clear: both;
    width: 100%;
}    

fieldset ul li label 
{
    display: block;
    font-size: 1em;
    float: left;
    margin-right: 5px;
    text-align: left;
    width: 160px;
}

fieldset ul li label.above 
{
    float: none;
    text-align: left;
    margin-left: 160px;
    margin-bottom: 7px;
    width: auto;
}

fieldset ul li label.follow {
    display: inline;
    margin-left: 5px;
    text-align: left;
    width: auto;
}

fieldset ul li label .req 
{
    margin: 0;
    padding: 0;
    color: #C06;
}

fieldset ul li a 
{
    /*display: block;
    margin: 10px 0 0 165px;   */
}
/* inputs */
fieldset ul li input,
fieldset ul li textarea,
fieldset ul li select { font-size: 1em; }

/* text inputs */
fieldset ul li input.text { width: 315px; }
fieldset ul li input.price { width: 4em; }
fieldset ul li input.sm { width: 4em; }
fieldset ul li input.date { width: 6em; }
fieldset ul li textarea { width: auto; }


/* checkboxes */
fieldset ul li .check {
    float: left;
    display: inline-block;
    margin-left: 165px;
}

fieldset ul li .check input {
    display: inline;
    float: none;
}

/* drop-downs & lists */
fieldset ul li select {
    /*display: inline;*/
    width: 320px;
}

fieldset ul li select.hour { width: 65px; }
fieldset ul li select.minute { width: 40px; }

fieldset ul li input.sub /*substitute text for drop-downs*/
{
    display: inline;
    margin: 0px 0 0 165px;
}

/* radio buttons & radio button lists */

ul.rbList { float: left; }

ul.rbList li input
{
    float: left;
    display: inline-block;
    margin-left: 5px;
}

ul.rbList li label
{
    display: inline;
    margin-left: 5px;
    text-align: left;
    width: auto;
}

/* additional form elements & classes */
fieldset ul li .error
{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: inline-block;
    height: auto;
    width: auto;
}

fieldset span.warn
{
    display: inline;
    float: none;
    margin: 0;
}


fieldset ul li p.info
{
    display: block;
    clear: left;
    padding: .75em 0 0 165px; 
    font-size: 10px;
}

fieldset ul li .cntr
{
    color: #E83571;
}

fieldset ul li .fmt
{
    margin-left: 1em;
    width: auto;
    color: #666;
    font-size: .8em;
}

/* Form Validation */

.validation 
{
    background-color: #F9E1E1;
    padding: 10px;
    margin-bottom: 10px;
}

.validation ul
{
    list-style: disc none inside;
    margin-left: 5em;
    padding-left: 1em;
    text-indent: -1em;
}

fieldset .control
{
    /*background: #e1e1e1;*/
    width: 365px;
    text-align: right;
}



/* FORMS
------------------------------------------*/

#content fieldset p.small {
  font-size: 11px;
  margin-top: 10px;
}

#content .row {
    clear: left;
    margin-bottom: 6px;   
}

#content p.field-info {
    display: block; 
    margin-left: 125px; 
    font-size: 10px;
}

.price {
    width: 60px;
}

fieldset#mycs input {
  margin-left: 14px;
}
.row {
  clear: left;
}
.textbox {
  margin-top: 2px;
}

#content label.follow {
    width: auto;
}

#contact .textbox {
  width: 200px;
}
#register label {
  float: left;
  margin: 2px 0 10px 0;
  width: 90px;
}
#contact label {
  float: left;
  margin: 2px 0 10px 0;
  width: 90px;
}
#login label.left {
  float: left;
  margin: 2px 0 10px 0;
  width: 90px;
}
#sideLogin label.left {
  float: left;
  text-align: left;
  color: #0F4257;
  font-size: 11px;
  margin: 6px 0 9px 0;
  width: 62px;
}

/* GENERIC CONTENT FORM CLASSES */

#inventory .row {
	margin-bottom: 10px;
}

#inventory label {
	float: left;
	margin: 2px 0 10px 0;
	width: 90px;
}

#inventory label.follow {
	display: inline;
	float: none;
	width: auto;
}

#inventory input.other {
	margin-left: 10px;
}

.price {
	width: 50px
}

#inventory .cents input {
	display: inline;
	width: auto;
}

#inventory p.info {
	font-size: 10px;
	float: left;
	margin-left: 10px;
}


.search
{
    padding: 10px;
}

/* GRIDS */
#gridOptions
{
  margin-top: 25px;
  margin-bottom: 10px; 
  padding: 10px; 
  line-height: 16px;
  border-top: 1px solid #ccc;
  font-weight: bold;
}

.gridHdr /*faux header*/
{
    background: url('../img/b07/gridHdr.jpg') top left repeat-x;
    padding: 0px 4px 0px 4px;/*padding: 4px 6px 0 4px;*/
    height: 28px;
}

.gridHdr a
{
    display: block;
    float: left;
    margin-right: 10px;
    /*margin-top: 6px;
    border-right: 1px solid #C06;*/
    padding-right: 5px;
    /*color: #000;
    text-decoration: none;
    height: 25px;*/
}

.gridHdr .check  
{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 6px; }

.gridSubHdr
{
	background: url('../img/b07/gridHdr.jpg') top left repeat-x;
    padding: 4px 6px 0 4px;
    height: 25px;
    font-size: .8em;
    border-bottom: 1px solid #ccc;
}

.gridSubHdr select { font-size: 1em;}

.grid table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 10px;
}

.grid tr {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

.grid th 
{
    /*padding: 7px 4px 7px 4px;*/
    padding: 4px;
    background-color: #F5F9FC;
    vertical-align: top;
}

.grid td {
	/*padding: 7px 4px 7px 4px;
	padding: 7px 4px;*/
	padding: 4px 4px;
	vertical-align: top;
}
*html .grid td { border-bottom: 1px solid #ccc; }

.grid td.right,
.grid td.right {
	text-align: right;
}

.grid .date {
	width: 80px;
	white-space: nowrap;
}

.grid .sm{
	width: 20px;
}

.grid .colorbox {
	padding: 2px 8px 2px 8px;
	height: 16px;
	border: 1px solid #ccc;
}

.grid .subhead {
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.grid .title {
    font-weight: bold;
}

.grid .title .s 
{
    font-size: 10px;
    font-weight: normal;
}

.grid .subtitle {
    display: block;
    font-size: 10px;
    color: #666;
}

.grid .sold 
{
    margin-left: 1em;
    color: Red;
}

.grid .donate {background: transparent url(../img/grid/donate.gif) 0px 7px no-repeat;}
.grid .discount {background: transparent url(../img/grid/discnt.gif) 0px 7px no-repeat;}
.grid .donateno {background: transparent url(../img/grid/donateno.gif) 0px 7px no-repeat;}
.grid .discountno {background: transparent url(../img/grid/discntno.gif) 0px 7px no-repeat;}

.grid-pg .>*
{ 
    font-weight: bold;
}

.grid-pg span
{
    color: #c60;
}

.grid-pg a
{
    text-decoration: none;
    text-align: center;
}

.grid-pg a:hover
{
    background: #c60;
    color: #fff;
    text-decoration: none;
}

/* CONSIGNORS */

#consignors .group {
	
	width: 560px;
	background: #F5F9FC url(../img/itemInfo_bg.gif) repeat-x;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

#consignors .appt {
	float: left;
	display: block;
	width: 70px;
	font-size: 11px;
	border-right: 1px solid #ccc;
}

#consignors .group-info {
	float: right;
	width: 450px;
}

#consignors .group-info .colorbox {
	float: right;
	padding: 6px;
	border: 1px solid #666;
	font-size: 24px;
}

.colorbox {
	width: 36px;
	content: '.';
}
