/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
tbody {

border-top:0px solid #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 996px;
}
#header {
  background-color: #fff;
}
#logo {
  vertical-align: middle;
  border: 0;
  background: url(https://www.talkingfingers.com/store/sites/all/themes/TalkingFingers/left_bar_top.jpg) no-repeat scroll left top;


}
#logo img {
  float: left;
  padding: 0 1em;
  border: 0;

}

#logo .top_right_logo {

   margin-left:75px;
  /* border-top:1px solid #003399;*/
}

#logo #order {
  float: left;

  border: 0;
  padding-left:15px;
  padding-top:35px;
}

#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0;
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  font-size: 1.0em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  /*color: #fff;*/
}
ul.links li {
  border-left: 1px solid #9cf;
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 8px;
  width:580px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.status {
    color:#EE0000;
}
.error {
  border-color: red;
}
div.error, tr.error {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#4A71a6 none repeat scroll 0 0;

padding:2px;
font-size:14px;
color:#ff0000;
font-weight:bold;
}

.login_here  {
	color:#ffffff !important;
	text-decoration:underline;
}
.login_here:hover {
	color:#ff0000;
}
.login_here_email  {
	color:#0000ff !important;
	text-decoration:underline;
}
.login_here_email:hover {
	color:#ff3333 !important;
}



#sidebar-right {
  background-color: #fff;
  /*border:2px solid #aaa;*/
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 6px;
  margin-top:10px;
  vertical-align: top;
}

#sidebar-right div.block-uc_cart {
  background-color: #fafafa;
  border:2px solid #aaa;
  width: 95%;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 6px;
  margin-top:40px;
  vertical-align: top;
}

#sidebar-left  {
  background-color: #003399;
  width: 180px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0 0px 10px 6px;
  vertical-align: top;
}
#footer {
  background-color: #fff;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */

}
#main h1.title {

  margin: 8px auto 8px;  /* decrease default margins for h<x>.title */

}
.submitted {
    /*display:none;*/
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/**
 * Primary navigation
 * Primary navigation
 */


.primary_links ul {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  /*position: relative;*/
  z-index: 4;
  width:176px;
  list-style-position:outside;
  padding-bottom:14px;
  padding-left:4px;
  text-align:left;
}
.primary_links ul ul, .primary_links ul ul ul {
  margin: 0;
  padding: 0 5px 0 18px;
  float: left; /* LTR */
  /*position: relative;*/
  z-index: 4;
  width:100%;
}

.primary_links ul li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  clear:both;
  background-image: none;
  border:none;
  width:100%;
  padding-bottom:3px;
}

.primary_links ul li a, .primary_links ul li a:link, .primary_links ul li a:visited {
  color: #fff;
  display: block;
  font-size:.8em;
  margin: 0 0 0 0em;
  padding: 5px 10px 5px 0.5em;
  text-align:right;
  /*background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;*/
}

.primary_links ul li a:hover, .primary_links ul li a.active {
  color: #fc0;
  text-decoration:none;
  /*background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;*/
}
.primary_links .active-trail a {
  /*color: #003399;
  background-color:#fff;	*/
}

.primary_links ul li.leaf {
  list-style-image:none;
  list-style-type:none;
  /*background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;*/
}

.primary_links ul li.expanded {
	list-style-image:none;
	list-style-type:none;
	color:white;
}
.primary_links ul ul li.leaf  {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	color:white;

}
.primary_links ul ul ul li.leaf  {
list-style-image:none;
list-style-type:none;
width:140px;
}

.primary_links ul ul ul li a, .primary_links ul ul ul li a:link, .primary_links ul ul ul li a:visited {
	color:#fff;
	background-color:#003399;
  /*background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;*/
}
.primary_links ul ul ul li a:hover, .primary_links ul ul ul li a.active {
  color: #003399;
  background-color:#fff;
}

.block-menu {
	padding-bottom:16px;
}
.block-menu h2 {
	color:#FFCC00;
	font-size:12px;
	text-align:left;
	padding-left:0px;
	width:150px;
}
.block-menu h2.title {

	padding-left:0px;
	margin-left:5px;

}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  /*position: relative;*/
  z-index: 4;
  width:176px;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  clear:both;
  background-image: none;
  border:none;
  width:100%;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 0 0 0em;
  padding: .3em 4px .3em 2px;
  color: #fff;
  font-size:.8em;
  /*background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;*/
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #003399;
  background-color:#fff;
  /*background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;*/
}


/* Popout for left bottom menu with popout */
.popout {
	float:left;
	list-style-position:outside;
	margin:0;
	padding:0 0 14px 4px;
	text-align:left;
	width:176px;
	z-index:4;
	color:#FFF;
	font-size:.8em;
}
.popout ul li a:link, .popout ul li a:visited {
	color:#FFF;
}
.popout ul li a:hover, .popout ul li a.visited {
	color:#003399;
	background-color:#FFF;
}
.popout ul ul {
	color:#003399;
	background-color:#999;
}
.popout ul ul li, .popout ul ul ul li {
	color:#003399;
	background-color:#999;
}
.popout ul ul li a:hover, .popout ul ul li a.visited {
	color:#003399;
	background-color:#eea;
}
.popout .title {
	color:#FFCC00;
}
.ajax-cart-form-kit #edit-qty-wrapper {

	/*visibility:hidden;*/
}

#logout_style {
	padding-left:2px;
}
#logout_style a:link, #logout_style a:visited,#logout_style a:hover  {
	color:#FFCC00 !important;
	font-size:1.3em;
}

#left_column_login {
	width:140px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#left_column_login a {
	color:#FFF !important;
}
#left_column_login .login_div2 {
	padding-top:6px;
	padding-bottom:8px;
}
#left_column_login input {
	width:110px;
}
#left_column_login input#edit-submit {
	width:60px;
}
    /* fields in view of catalog */
.views-field-field-product-image-value {
    /*background-color:#EEE;*/
}

#productsMainList {
    padding:6px 10px;
    margin:0;
}

.productsList {
    padding-left:10px;
}

.productsList h2 {
    margin-left:0px;
}

.productsList ul {
    margin-left:6px;
    padding:2px 2px 2px 10px;
}

.productsList ul li {
    margin-left:10px;
}
#productsMainList .productIntro {
    padding-left:10px;
}
.field_product_img {
    width:80px;
}
tr.odd td.views-field-title, tr.odd td.views-field-sell-price, tr.odd td.views-field-buyitnowbutton {
    background-color:#F1F4F5;

}
tr.even td.views-field-title, tr.even td.views-field-sell-price, tr.even td.views-field-buyitnowbutton {
    background-color:#FFF2EC;

}
tr.even td.views-field-title, tr.odd td.views-field-title {
    padding:0 6px;
    width:373px;

}


tr.even td, tr.odd td {
    border-bottom:1px solid #AAA;
    padding-left:6px;
    padding-right:6px;
}
.add-to-cart {
    margin-top:10px;
}

.product-body ul {
    padding:0px 0px 0px 26px;
}

.product-body {
    padding-top:10px;

}
.product-info {
    margin-top:12px;
}

.school_online_class {
    padding:16px 10px 0px 20px;
    font-size:14px;
    font-weight:bold;
}
.views-table {
    margin-bottom:18px;
    width:574px;
    border-collapse:separate;
}
.views-table td {
    border-width:0px;
    border-style:solid;
}


.views-table .odd td, .views-table .even td {
    margin-bottom:10px;

}
.views-table caption {
    padding:10px 0 4px 0;
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
}
.views-label-title {
    /*display:none;*/
}
.views-field-buyitnowbutton .field-content {
    /*float:left;*/
}
.views-row {
    /*clear:both;
    margin-bottom:14px;*/

}
.view-content h3 {
    /*margin-top:20px;*/
}
.views-label-sell-price {
    /*display:none;*/
}
.thankyou_h2 {
    font-size:16px;
    font-weight:bold;
}

.online_login_style {
    color:#FFFFFF;
    margin:0 0 0 5px;
    font-size:10px;
}
.online_login_style a {
    color:#FFFFFF;
}

#block-constant_contact-0 {
    border:1px solid #ccc;
    padding:6px;
    padding-top:10px;
    width:152px;
}

#block-constant_contact-0 label {
    color:#fff;
}

#edit-filters-qops {
color:green;
position:relative;
top:-45px;
left:100px;
}

#messagePasswordReminder {

	font-size:1em;
}

/* -- constant Contact styles -- */
#edit-cc-email {
    width:148px;
}

th.views-field-field-product-book-image-value {
    color:#fff;
}
