/* $Id: custom.css,v 1.2 2009/04/26 17:27:14 gibbozer Exp $ */
/**
 * You can use this file to override drupal and theme default css.
 * Just add your customized style below then activate it in 
 * Colourise them settings (/admin/build/themes/settings/colourise).
 */

div.field-item-covers {
padding-right: 15px;
display: inline;
border-spacing: 15px 0px;
}


body {
  font: 1em/1.7 "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Microsoft Sans Serif", "Arial Unicode MS", Arial, "Liberation Sans", Thonburi, Kinnari, Garuda, Loma, Waree, "Lucida Grande", Tahoma, sans-serif;
  line-height: 1.5em; /*  line spacing */
}

#site-name a, {
font-style: italic;
font-size: 2em;
/*font-family: algerian;*/
}

#slogan {
  top: 120px;
font-style: italic;
font-size: 1.4em;
/*font-family: algerian;*/
}


input.form-file {
  width: 600px;
}

/*-----Overide Left Menu line Spacing-------*/
li {
  line-height: 1.0em; /*  left menu line spacing */
}



div .container-inline .form-submit{
border: 0px;
height: 1.3em;
background: #000000;
}

.countblock {
border-width: 2px;
border-style: solid;
border-color: orange;
}
.commissionblock {
border-width: 2px;
border-style: solid;
border-color: green; 
}

/*-----Overide icon-------*/
.alinks-link {
  background-image:none;
  padding-right:0px;
}

.covernote{
font-size: 0.6em;
line-height: 1.0em;
}

.smallfont {
font-size: 0.6em;
line-height: 1.0em;
}

/*check  following code cause problems on page content type */
/*
.views-field-field-cover-fid .field-content{
margin: -4px -8px -4px -8px;
}*/

.quote_ref {
color: green;
}

.forsale-price {
font-size: 1.2em;
color: #ffff66;
}

.feedback {
font-size: 1.2em;
color: #ffff66;
}



div.acontainer {
	overflow: hidden;
	width: 100%;
}

div.aleft {
	float: left;
}

div.aright {
	float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}