div#content_main div#title-bar {
height:165px;	
background-image: url(../images/store_banner.gif);
background-repeat: no-repeat;
background-position: left;
}

div#content_main h1 + p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent: 0;
	color: #585850;
	margin: 3% 0 3% 3%;
}

div#content_main div#cart-icon a {
	float:right;
	margin-top:1%;
	margin-right:3%;
}

div#content_main div.leftside, div#content_main div.rightside {
	width: 50%;
}

div#content_main div.leftside {
	float:left;
	width: 50%;
	/*	border: thin solid #a0522d; */
}

div#content_main div.rightside {
	float:right;
	width: 49%;
	/*border: thin solid black;*/
}

div#content_main div.rightside h2 {
	margin-left:0;
	font-size:85%;
}

div#content_main div.leftside img {
	margin: 3% 3% 3% 3%;
}

div#content_main div.rightside p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	text-indent: 0;
	margin: 3% 3% 5% 0;
	color: #585850;
}

div.rightside a {color: #4169e1; text-decoration: none; }
div.rightside a:link, a:visited {color: #4169e1; text-decoration: none;}
div.rightside a:active {color: #4169e1; text-decoration: none;}
div.rightside a:hover { text-decoration: underline; color: #4169e1;}



form fieldset a {color: #585850; text-decoration: none; font-size:75%;}
form fieldset a:link, a:visited {color: #585850; text-decoration: none;}
form fieldset a:active {color: #585850; text-decoration: none;}
form fieldset a:hover { text-decoration: underline; color: #585850;}


/***************************************
   =TABLES
-------------------------------------- */

div#content_main table {
	margin-left: 2%;
	width: 80%;
}

div#content_main th,
div#content_main td {
  padding: 3px 6px;
  vertical-align: top;
}
div#content_main th {
  text-align: left;
  color: #fff;
}
div#content_main thead th {
  background-color: #B49737; /*#39F;*/    
}
div#content_main .sortable thead th {
  padding-left: 18px;
}
div#content_main tbody th {
  background-color: #6f93ce;
  padding-left: 6px;
}
div#content_main .date-column {
  width: 40px;
}
th img {
  float: left;
}

tr.even,
tr.first {
  background-color: #eee;
}
tr.odd,
tr.second {
  background-color: #ddd;
}
tr.third {
  background-color: #ccc;  
}

td.sorted {
	background: #ffd;
}
th.clickable {
  background: transparent url(../images/sort-arrows.png) no-repeat 0 0;
}
th.sorted-asc {
 background-position: 0 -20px;
}
th.sorted-desc {
  background-position: 0 -40px;
}

.filtered {
  display: none;
}

/* filterable table */

div#content_main table.filterable {
  width: 78%;
  
}
div#content_main .filters {
 float: right;
 width: 19%;
 padding-left:5px;
}

div#content_main .filterable thead th {
  padding-left: 6px;
}
div.pager {
  margin-bottom: .25em;
}

div#content_main .page-number,
div#content_main .filter {
  padding: .2em;
}
div#content_main .page-number {
  border: 1px solid #ccc;
  margin-right: 2px;
}
div#content_main .active {
  background: #ccf;
  border: 1px solid #006;
}


div#content_main tr.highlight {
  background: #ff6;
}
div#content_main tr.plain {
  background: #fff;
}
#tooltip {
  position: absolute;
  z-index: 2;
  background: #efd;
  border: 1px solid #ccc;
  padding: 3px;
}

/***************************************
   =cart
-------------------------------------- */

#cart tbody tr {
  background-color: #eee;
}
#cart tbody tr.alt {
  background-color: #ddd;
}
div#content_main #cart {
  border-collapse: collapse;
}
div#content_main #cart tfoot {
  border-top: 2px solid #000;
  white-space: nowrap;
}
div#content_main #cart tfoot tr {
  border-bottom: 1px solid #ccc;
}
td.item {
  width: 100%;
}
td.quantity input {
  width: 30px;
  
}

#cart th.price, td.price,
#cart th.cost, td.cost,
td.value {
  text-align: right;
}
td.delete-item {
  text-align: center;
}
tr.total {
  font-weight: bold;
}
tr.actions {
  text-align: right;
}

.field-keys {
  border-top: 1px solid #15b;
  border-bottom: 1px solid #15b;
  background: #e3e3e3;
  padding: 3px;
  margin: .5em 10px;
}
#shipping {
  border: 1px solid #000;
  padding: 2px .25em;
  float: right;
  margin-bottom: 1em;
}
#shipping-name {
  margin-left: 3px;
}
#shipping-name a {
  padding: 6px 0 0 20px;
  background: url('../images/pencil_go.png') no-repeat 0 50%;
}

.Comment {
	font-size:70%;
}

div#content_main li {
	color: #0078B5;
	font-size: 70%;
}

