#terms li {
  margin: 4px 0 5px 30px;
}

#ie6{
  background: #d9ffcd;
  border: solid 2px #2c7d2a;
  padding: 12px;
}

#ie6 li {
  width: 110px;
  text-align: center;
  float: right;
  list-style: none;
  margin-right: 10px;
}

a.reader {
  background: #F58700 url('/images/orange_button_bg.png') top center repeat-x;
  color: #FFF;
  padding: 4px 10px;
  border: double 3px #FFF;
  top: 4px;
  right: 0px;
  font-size: 0.9em;
  font-weight: bold;
  font-style: italic;
  -moz-border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  display: block;
  width: 150px;
}

a.reader:hover, a.reader:focus {
  text-decoration: none;
}

.item_instructions a.reader {
  margin: 0 auto 20px auto;
}

.aside {
  -moz-border-radius: 4px;
  border: 1px solid #CCC;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #AAA;
	background: #E7E7FF url('/images/bg.png') top center repeat-x;
  padding: 12px 20px 10px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#scrapers {
  font-family: "Myriad pro", helvetica, arial, sans-serif;
  padding-left: 20px;
  padding-top: 5px;
}

h3.headline {
  font-family: "Myriad pro", helvetica, arial, sans-serif;
  font-size:2em;
}

h4.headline {
  font-family: "Myriad pro", helvetica, arial, sans-serif;
  font-size:1.4em;
}

ol.instructions {
  font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
  font-size: 2em;
  color: #999;
	padding-left: 1em;
	margin-top:20px;
}

ol.instructions div {
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 0.5em;
  color: #333;
  border-left: solid 1px #999;
  padding-left: 10px;
  margin-right: 230px;
}
/**************^^^^^^^^^ JIM ^^^^^^^^^^^^^ ****************/

/**************************
BASE
**************************/


* {
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 1.0em;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Lucida Grande", verdana, sans-serif;
}

body {
	background: #E7E7FF url('/images/bg.png') top center repeat-x;
}

#wrapper {
	min-height: 100%;
	position: relative;
	margin: 10px auto 0 auto;
	width: 936px;
}

a {
	color: #4f79a9;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

p {
  font-size: 0.85em;
  margin-bottom: 24px;
}

img {
  border: none;
}

.clear {
	clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.weak {
  color: #999;
  font-weight: normal;
}

.weaker {
  color: #AAA;
  font-weight: normal;
  font-style: italic;
  font-size: 0.75em;
}

.no_border {
  border: none;
}

.small {
  font-size: 0.9em;
}



/**************************
HEADER
**************************/


#header {
	position: relative;
	height: 68px;
	z-index: 100;
}

#header h1, #header h2 {
	display: none;
}

#header #logo {
	position: absolute;
	display: block;
	top: 6px;
	left: 0;
	height: 90px;
	width: 330px;
	z-index: 1000;
}

#header #logo img{
  position: absolute;
  top: 0;
  left:0;
  z-index: 1100;
}

#user_bar {
	font-size: 0.65em;
	position: absolute;
	top: -4px;
	right: 0px;
}

#user_bar li {
  float: left;
  list-style: none;
	border-right: 1px solid #999;
}

#user_bar li.no_border {
  border: none;
}

#user_bar li.current {
  font-weight: bold;
}

#user_bar a {
  padding: 0 6px;
	text-decoration: none;
}

#user_bar a:hover, #user_bar a:focus {
	text-decoration: underline;
}



/**************************
NAVIGATION
**************************/


#nav {
	list-style: none;
	float: left;
	font-weight: bold;
	margin-left: 380px;
	margin-top: 0;
}

#nav li {
	float: left;
	margin-right: 36px;
}

#nav li a {
	padding: 4px 8px 6px 8px;
	text-decoration: none;
	color: #4f79a9;
	display: block;
}

#nav li a:hover, #nav li a:focus, #nav li.current a {
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	background-color: #F58700;
}



/**************************
USERS
**************************/


.user {
  margin-bottom: 10px;
  border-bottom: solid 1px #CCC;
  width: 500px;
  padding: 10px 2px;
  position: relative;
}

.user .email {
  color: #444;
}

.lpad {
  padding-left: 10px;
}

.user .actions{
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 0.9em;
  color: #999;
  background-color: #FFFFDD;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 8px;
  display: inline-block;
}

.user .admin {
  position:absolute;
  top: 17px;
  right: 120px;
}

.admin form.busy {
  background: url(/images/icons/busy.gif) left center no-repeat;
}

.admin form.busy input {
  visibility: hidden;
}



/**************************
CONTENT
**************************/


#content_header {
  height: 12px;
  width: 936px;
  background: transparent url('/images/content_header.png') top center no-repeat;
}

#content {
  position: relative;
	width: 864px;
	padding: 10px 34px 26px 34px;
	background-color: #FFF;
	border-left: solid 2px #4f79a9;
	border-right: solid 2px #4f79a9;
	color: #222;
	z-index:0;
}

#content .page_header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CCC;
}

#content .page_header a {
  background: #F58700 url('/images/orange_button_bg.png') top center repeat-x;
  color: #FFF;
  padding: 4px 10px;
  border: double 3px #FFF;
  position: absolute;
  top: 4px;
  right: 0px;
  font-size: 0.9em;
  font-weight: bold;
  font-style: italic;
  -moz-border-radius: 4px;
  text-decoration: none;
}

#content .page_header a.edit {
  background: #4F79A9;
}

#content .page_header h3 {
	font-size: 2em;
	font-weight: bold;
	color: #34c431;
}

#content .page_header h3 {
  display: inline;
  padding-right: 120px;
}

#content .page_header h4 {
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
}

#content .page_header h4 {
  display: inline;
	padding-right: 200px;
}



/**************************
FORMS
**************************/


.default-text {
  font-style: italic;
	color: #888;
}

form p {
  margin-bottom: 14px;
}

label, p.label {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 0.85em;
  color: #555;
}

.textbox, .textarea {
  margin: 2px 0;
  padding: 1px;
  line-height: 1.7em;
  width: 400px;
  font-size: 1em;
}

.textarea {
  width: 404px;
}

#submit_or_cancel {
  font-size: 0.9em;
}

#submit_or_cancel a {
  color: #C33;
}


/**************************
SIGN IN FORM
**************************/


#sign_in p label.weak_label {
  font-weight: normal;
  font-style: italic;
  color: #222;
}

#sign_in {
  margin: 0 auto;
  width: 225px;
	background-color: #FFF;
	border: solid 2px #4f79a9;
	padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#header.sign_in_page {
  margin: 80px auto -8px auto;
  width: 300px;
}



/**************************
MY ACCOUNT
**************************/


#account_details p {
  color: #333;
}

#account_details #billing_link {
  font-size: 0.9em;
}

#account_details #billing_link a {
 color: #BB0000;
}

#account_details .plan_table {
  margin-bottom: 24px;
}

#account_details .plan_table td, #account_details .plan_table th {
  border-bottom: 1px solid #AAA;
}

#account_details .plan_table tr.current_plan td {
  background-color: #FFFFBB;
}

#account_details .plan_table td {
  background-color: #FFF;
  text-align: center;
  width: 56px;
  padding: 5px;
}

#account_details .plan_table td.price {
  font-size: 0.9em;
  font-weight: bold;
}

#account_details .plan_table th {
  padding: 5px;
  font-size: 0.85em;
}

#account_details .plan_table td.plan_name {
  width: 120px;
  color: #222;
  font-size: 1.1em;
  text-align: left;
  font-weight: bold;
}

#account_details .plan_table td.plan_name .change_plan_span {
  font-size: 0.7em;
}

a.change_plan_span, a.change_plan_span:link, a.change_plan_span:visited {
  text-decoration: underline;
}

a.change_plan_span:hover, a.change_plan_span:focus {
  text-decoration: none;
}

#account_details .plan_table td.plan_name .current {
  color: #CC3333;
}

#account_stats {
  margin-top: 0px;
}

#account_stats h5 {
  margin-bottom: 24px;
}

#account_stats h6 {
  font-size: 0.8em;
}

#account_stats .graph {
  width: 240px;
}

#cancel_account {
  padding: 12px;
  margin-bottom: 12px;
  font-size: 0.9em;
  font-weight: bold;
}

#cancel_account label {
  color: #000;
  font-size: 0.9em;
}

.ajax_confirm {
  width: 500px;
}

.ajax_confirm h1 {
  margin-bottom: 24px;
  padding: 2px;
  font-size: 1.0em;
  background-color: #FFFFBB;
  text-align: center;
}

.ajax_confirm p {
  font-size: 0.8em;
}

.ajax_confirm .btn {
  font-size: 0.8em;
}



/**************************
INSTRUCTIONS
**************************/


.instruction_box {
  float: right;
  width: 250px;
  margin-top: 56px;
  border: 1px solid #CCC;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #AAA;
	background: #E7E7FF url('/images/bg.png') top center repeat-x;
  padding: 12px 20px 6px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.instruction_box h5 {
  margin-bottom: 4px;
  color: #444;
}

.instruction_box p, .instruction_box ol {
  font-size: 0.75em;
  color: #666;
}

.instruction_box ol {
  margin-left: 32px;
}

.instruction_box ol li {
  margin-bottom: 12px;
}

.instruction {
  color: #888;
  font-size: 0.7em;
  font-style: italic;
}

.instruction a {
  text-decoration: underline;
}

.instruction a:hover, .instruction a:focus {
  text-decoration: none;
}

.item_instructions {
  width: 350px;
  margin-top: 14px;
}

.item_instructions p {
  margin-bottom: 18px;
}



/**************************
ITEM INDEX/GENERAL
**************************/


#items {
  border: 1px solid #DDD;
  float: left;
  width: 861px;
  background: transparent url('/images/grid_bg.png') top center repeat-y;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

.danger {
  color: #C33;
}

.cents {
  font-size: 0.7em;
  position: relative;
  bottom: 0.30em;
}

.labels {
  font-size: 0.8em;
}

.related_labels {
  float: right;
  font-size: 0.85em;
  margin-top: -8px;
}

.description {
  font-size: 0.8em;
}



/**************************
ITEM SHOW
**************************/


#show_item {
  float: left;
  margin-bottom: 24px;
  position: relative;
}

#show_item .actions {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 0.9em;
  color: #999;
  background-color: #FFFFDD;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 8px;
  display: none;
}

#show_item.hover .actions {
  display: block;
}

#show_item .item_image_wrapper {
  float: left;
  width: 400px;
  text-align: center;
}

#show_item .details {
  float: left;
  width: 440px;
  margin: 36px 0 0 24px;
}

#show_item .details .price {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 8px;
}

#show_item .details .labels {
  font-size: 0.8em;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #CCC;
}

#show_item .details .description {
  font-size: 0.85em;
  line-height: 20px;
  text-align: justify;
}



/**************************
ITEM NEW/EDIT
**************************/


.item_form {
  width: 864px;
  margin: 0 auto;
  float: left;
}

.item_form .pricebox {
  width: 120px;
}

#item_tag_list {
  width: 153px;
}

#item_value {
  width: 129px;
}



/**************************
ITEM IMAGE UPLOADER
**************************/


#image_options {
  position: relative;
  display: block;
}

#image_panels {
  width: 864px;
  border: 1px solid #CCC;
  min-height: 214px;
	background: #E7E7FF url('/images/bg.png') top center repeat-x;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#image-panel-tabs {
	list-style: none;
	font-size: 0.7em;
	font-weight: bold;
	width: 864px;
	margin: 0px auto;
	padding: 4px 0 10px 0;
}

#image-panel-tabs li {
	float: left;
	margin-right: 18px;
}

#image-panel-tabs li a {
	padding: 4px 8px 6px 8px;
	text-decoration: none;
	color: #4f79a9;
	display: block;
}

#image-panel-tabs li a:hover,
#image-panel-tabs li a:focus,
#image-panel-tabs .ui-tabs-selected a:hover,
#image-panel-tabs .ui-tabs-selected a:focus,
#image-panel-tabs .ui-tabs-selected a {
  color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	background-color: #F58700;
}

#image-tab-1 span {
	background: transparent url('/images/icons/computer.png') top left no-repeat;
	padding: 1px 0 3px 20px;
}

#image-tab-2 span {
	background: transparent url('/images/icons/world.png') top left no-repeat;
	padding: 1px 0 3px 20px;
}

#image-tab-3 span {
	background: transparent url('/images/icons/zoom.png') top left no-repeat;
	padding: 1px 0 3px 20px;
}

#image-panel-1 div {
  width: 410px;
  margin: 64px auto 0 64px;
}

#image-panel-2 div {
  width: 500px;
  margin: 64px 0 0 64px;
}

#image-panel-1 label, #image-panel-2 label {
  font-size: 0.8em;
  font-weight: bold;
}

#image-panel-3 {
  margin: 12px auto 0 12px;
}



/**************************
ITEM TILE
**************************/


.tile {
  width: 263px;
  border-bottom: 1px solid #DDD;
  padding: 12px;
  padding-bottom: 20px;
  margin: 0;
  float: left;
  margin-bottom: -1px;
  position: relative;
}

.tile .actions {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 0.8em;
  display: none;
  color: #999;
  background-color: #FFFFDD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
}

.tile h5 {
  padding-bottom: 4px;
  margin-bottom: 8px;
  height: 39px;
  overflow: hidden;
}

.tile .price {
  position: absolute;
  bottom: 15px;
  left: 10px;
}

.tile .tags {
  height: 120px;
}

.tile .thumbnail {
  width: 120px;
  height: 120px;
  text-align: right;
  float: right;
  margin: 0 0 24px 5px;
}

.tile .labels a {
  color: #6D829F;
  font-size: 0.9em;
}

.hover .actions {
  display: block;
}

.grid_footer {
  height: 50px;
  background: #DDD;
  clear: both;
  margin-right: 1px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.sorter {
  font-size: 0.9em;
  margin: -7px 0 7px ;
}

.sorter select {
  font-size: 0.7em;
}



/**************************
MINI ITEMS
**************************/


.mini_item {
  width: 172px;
  text-align: center;
  float: left;
}

.mini_item h6 {
  height: 2.7em;
  overflow: hidden;
  font-size: 0.8em;
}

.mini_item .thumbnail {
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 172px;
}

.mini_item .price {
  color: #333;
  font-size: 0.9em;
  margin-top: 12px;
}

dl.divided dt {
  border-bottom: solid 1px #CCC;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "lucidamac bold", "lucida grande", arial, sans-serif;
  clear: both;
}

dl.divided dd {
  margin-bottom: 24px;
}



/**************************
ITEM SEARCH
**************************/


#search {
  position: relative;
  float: right;
  margin-top: 2px;
	background: transparent url('/images/search.png') top center no-repeat;
	width: 300px;
	height: 24px;
  z-index: 400;
}

#search_input {
  margin: 3px 0 0 12px;
	background: transparent;
	width: 255px;
	font-size: 0.85em;
	border: none;
}

#search_submit {
  position: absolute;
  top: 0;
  right: 0;
	height: 24px;
	width: 24px;
	background: transparent;
	border: none;
	cursor: pointer;
}

#search_results {
  position: absolute;
  top: 34px;
  right: 0px;
  z-index: 200;
  width: 300px;
}

#search_results ul {
  padding-top: 15px;
  width: 298px;
  background-color: #EEE;
  opacity: 0.98;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

#search_results ul li {
  padding: 0px;
}

.search_item {
  height: 40px;
  padding: 5px;
}

.search_item .thumbnail {
  float: left;
  margin: 0 12px 5px 0;
}

.search_item .thumbnail .image_wrapper {
  background: #FFF;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #DDD;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #EEE;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  display: table-cell;
  vertical-align: middle;
}

.search_item h6 {
  color: #333;
  margin: 2px 0 4px 0;
}

.active .search_item h6 {
  font-size: 1.0em;
  color: #FFF;
}

.search_item p {
  line-height: 10px;
  color: #666;
}

.active .search_item p {
  color: #DDD;
}



/**************************
PAGINATION
**************************/


.pagination {
  padding: 13px 0;
  text-align: center;
}

.pagination span,
.pagination a {
  border: solid 1px #BBB;
  padding: 2px 5px;
  background: white;
  font-size: 0.9em;
  text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
  background: #4F79A9;
  color: #FFF;
}

.pagination .disabled {
  border-color: #AAA;
  color: #AAA;
}

.pagination span.current{
  background: #4F79A9;
  color: #FFF;
}



/**************************
JQUERY AND JAVASCRIPT
**************************/


.label-container {
  border: solid 1px #999;
  background-color: #FFF;
  width: 390px;
  padding: 3px 7px;
  margin: 2px 0;
  cursor: text;
  line-height: 1.7em
}

.label-container input {
  border: solid red 0px;
  font-size: 0.7em;
  margin: 7px 0;
}

.label-container .label {
  background: #EEF;
  border: solid 1px #CCF;
  padding: 2px;
  margin: 0 7px 0  0;
  display: inline;
}

.label-container .label a{
  padding:4px 2px 4px 4px;
}

.label-container .label a:hover,
.label-container .label a:focus{
  color: #F00;
}

.label-container .suggested_label {
  background: #CFC;
  border: solid 1px #9A9;
}

.label-container .label .text {
  margin-right: 3px;
}

.active-image-item {
	background: #E7E7FF;
}

.ui-tabs-hide {
  display: none;
}



/**************************
GOOGLE SEARCH PANEL
**************************/


.google_image div.preview {
  position:absolute;
  right: 40px;
  top: 64px;
  width: 160px;
  text-align: center;
}

#image-panel-3 {
  width: 600px;
}

#image_search_panel {
  margin: 0 auto;
  width: 600px;
}

#image_search_panel .gsc-control {
	width: 720px;
}

#image_search_panel .gsc-control .gsc-search-box,
#image_search_panel .gsc-resultsHeader {
  width: 600px;
}

.gsc-result {
	padding: 10px;
	margin-right: 0;
}

.gsc-tabsArea {
	display: none;
}

body .gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  display: none;
}



/**************************
REPORTS
**************************/


#export {
  position:relative;
  
}

#export #excel {
  background: #4f8e33;
  color: #FFF;
  font-size: 2em;
  margin: 0 0 40px 10px;
  padding: 10px 0 10px 110px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: double 3px #FFF;
}

#export #excel a {
  color: #FFF;
}

#export .csv {
  position:absolute;
  right: 3px;
  font-size: 0.7em;
  top: 65px;
}

#export img {
  position: absolute;
  left: 0px;
  top: -20px;
}

table.summary {
  border-color: #BBB;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  font-size: 1em;
}

table.summary td, table.summary th {
  border-bottom: solid 1px #DDD;
  padding: 10px;
}

table.summary th {
  text-align: right;
  color: #666;
}

table.summary th.report_header {
  text-align: center;
  color: #222;
}

table.summary td {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 1.2em;
}

table.summary .value {
  color: #090;
}

table.summary .bar {
  width: 138px;
}

table.summary .percent_of_total {
  font-size: 0.8em;
}

table#items_overview .items, table#items_overview .value, table#items_overview .label {
  font-size: 1.8em;
}

table#items_overview .items {
  color: #C90;
}

table#items_overview .label {
  color: #009;
}

#items_overview {
  width: 100%;
  margin-bottom: 12px;
  border: none;
}

#most_valuable {
  margin-right: 35px;
}

#items_overview tr.last th, #items_overview tr.last td {
  border: none;
}




/**************************
FOOTER
**************************/


#content_footer {
  height: 12px;
  width: 936px;
	background: transparent url('/images/footer.png') top center no-repeat;
}

#footer {
	color: #888;
	font-size: 0.65em;
	padding-top: 20px;
	text-align: center;
	padding: 24px 0 48px 0;
}

#footer a {
	color: #425f80;
}



/**************************
FLASH NOTICES
**************************/


.flash_notice {
  clear: both;
  margin-bottom: 24px;
  font-size: 1.2em;
  color: #444;
  padding: 12px;
  background-color: #FFFFAA;
  text-align: center;
  font-weight: bold;
}



/**************************
BLANK SLATE
**************************/


a.blank_slate {
  background: #F58700 url('/images/add_first.png') top center repeat-x;
  color: #FFF;
  border: 3px double #FFF;
  display: block;
  padding: 14px;
  font-size: 1.3em;
  margin-bottom: 24px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
