/****************************************************************************************************
* BEGIN STYLES.CSS 
*****************************************************************************************************/
/*scrollbar colors*/
body, p, h1, h2, h3, .item-price
{ font-family:Century Gothic; }
p { 
    margin:0px 0px 1em 0px;
    font-size:0.8em;
    color:#505050;
    line-height:1.8em;
}

h1 {
    margin:0px 0px 0.8em 0px; 
    font-size:1.5em;
    color:#336600;
}

h2 {
    margin:0px 0px 0em 0px; 
    font-size:1.1em;
    color:#000;
}

h3 {
    margin:0px 0px 0em 0px; 
    font-size:1em;
    color:#000;
}

h3 .h3-special {
    font-size:0.8em;
    color: #036001;
}

a {
    color:#505050;
}

a:hover {
    color:#036001;
}

#bottombody ul, #bottombody ol {
  margin:0px;
  padding:0px;
  margin-left:25px;
}

#bottombody li {
  margin:0px;
  padding:0px;
  font-size:0.8em;
  color:#505050;
}

.img-alt {
    text-align:right;
    line-height:1.2em;
    font-size:0.9em;
    padding:2px 15px 0px 15px;
    color:#000;
}

#footer .content 
{ color:#bddcbd; font-family:Century Gothic; font-size:0.7em; text-align:right; padding-top:10px; }

#footer a 
{ color:#bddcbd; text-decoration:none; }

#footer a:hover 
{ color:#fff; }

/* BEGIN CART */
#cart_container #cart-info .content,
#cart_container #open-basket .content,
#cart_container #checkout .content a
{
    font-family:Century Gothic;
    font-size:0.75em;
    color: #e9e9e9;
    text-decoration: none;
}

#cart_container #cart-info .content strong {
    color:#fff;
}

#cart_content_container #cart_content {
    font-family:Century Gothic;
    font-size:0.75em;
}
/* END CART */

/* BEGIN CUE ITEM */
.item h2.item-title
{ font-size: 1.0em; color:#336633; margin-bottom:0.2em; line-height:1.1em }

.item-price
{ margin-top:10px; font-size:1.3em; color:#ea6e00; font-weight:bold; }

.item .item-content .item-body .item-text p
{ line-height:1.2em; font-size:0.8em; }
/* END CUE ITEM */



.error {
  color:red;
}

.success {
  color:green;
}

#image_loader {
  text-align:center;
}


/*BEGIN SHOPPING BASKET*/
.outer-box,
#shopping-cart {
  width:599px;
  background:url('../images/cart-bottom.gif') #d6f3ba bottom left no-repeat;
  margin-top:10px;
  float:left;
}
.outer-box .top-bar-box,
#shopping-cart #title-bar {
  background:url('../images/cart-top.gif') top left no-repeat;
  padding:15px;
}

  
#title-bar #open-basket {
  font-family:"Century Gothic";
  font-size:11pt;
  font-weight:bold;
  float:right;
  cursor: pointer;
  padding-right:30px;
  height:23px;
  background:url('../images/arrow-right.gif') top right no-repeat;
}

#title-bar #open-basket.open {
  font-family:"Century Gothic";
  font-size:11pt;
  font-weight:bold;
  float:right;
  cursor: pointer;
  padding-right:30px;
  height:23px;
  background:url('../images/arrow-down.gif') top right no-repeat;
}

#title-bar #basket-header {
  font-family:"Century Gothic";
  font-size:11pt;
  color:black;
}

#title-bar #basket-header strong {
  color:black;  
}

.outer-box .box-content,
#shopping-cart #content {
  padding:15px;
}

.cart-heading a {
  font-family:"Century Gothic";
  font-size: 14px;
	font-weight: bold;
	color: #f05a2c;
}

.cart-heading a:hover {
  font-family:"Century Gothic";
  font-size: 14px;
	font-weight: bold;
	color: #f05a2c;
}
/* END STYLES.CSS */