/*--------------------------------------------------------------
# eShop.com - January 2009 (for Joomla 1.5)
# Copyright (C) 2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

/* Add to cart button 
-----------------------------------------------------------------------------*/
.addtocart_button,
.notify_button {
   border: none;
   cursor:pointer;
   background: none;
   width: 100px;
   text-align:left;
   height:30px;
   font-weight:bold;
   font-family:inherit;
   vertical-align: middle;
   overflow:hidden;
}
input.addtocart_button {
   font: bold 11px Arial, Helvetica, sans-serif;
   cursor: pointer;
   width: 102px;
   height: 22px;
   padding: 0 0 3px 18px;
   border: none;
   outline: none;
}
.vmCartContainer input.addtocart_button {
   display:block;
   width: 133px;
   height: 24px;
   margin: 8px 0 0;
   text-transform:uppercase;
   font-weight: bold!important;
   color: #fff;
   background: url('../images/addtocart_button.png') no-repeat 0 0;
}

/* The PDF, Email and Print buttons 
-----------------------------------------------------------------------------*/
div.buttons_heading {
   margin:10px;
   float:right;
}
/* The Buttons: previous and next page
-----------------------------------------------------------------------------*/
a.previous_page,
a.next_page {
   display: block;
   width: 26px;
   height: 26px;
   float: left;
   padding: 0;
   background: url('../images/b_prev_next.png') no-repeat 0 0;
}
a.next_page {
   background-position: 100% 0;
}
a:hover.previous_page {
   background-position: 0 100%;
}
a:hover.next_page {
   background-position: 100% 100%;
}
.sectiontableheader th {
   background: #666;color: #fff;
}
td.bfont a strong {
   font: normal 16px Tahoma, Arial, Helvetica, sans-serif!important;
}
/* The Buttons Checkout:  continue shopping and Checkout
-----------------------------------------------------------------------------*/
.continue_link,
.checkout_link {
   float: none;
   text-indent: 0px;
   margin: 0;padding: 0;
}
.continue_link {
   margin-right: 40px;
   padding-left: 24px;
}
/* The Pagination 
-----------------------------------------------------------------------------*/
ul.pagination li {
   padding: 2px 1px;
   display: inline;
   background: none;
}
.clr {
   clear: both;
   overflow:hidden;
}
/* Featured Module
-----------------------------------------------------------------------------*/
/* Cart window */
.cbOverlay {
   background-color: #000;
}
.cbContainer {
   padding:0;
   background: #73ab00;
   filter:alpha(opacity=95);
   opacity: 0.95;
   -moz-opacity:0.95;
   border: none;
}
.cbBox h3 {
   text-align:left;
   background: url('../images/show_cart_top.png') no-repeat 0 0;
   height: 17px;
   position: relative;
   font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
   padding: 11px 0 9px 20px;
   margin: 0 0 11px;
   color: #fff;
}

/* Module - VM Cart */

.vm_cart_prod {
   border: 1px solid #B5D93A;
   background: #649401;
   margin-bottom: 10px;
   padding: 6px;
}
.vm_cart_prod a {font-size: 14px;}

.vm_cart_attributes {
   font-size: 11px;
   color: #e3ffaa;
}
.vm_cart_quantity {
   margin-right: 11px;
   font-size: 12px;
   color: #fff;
}
.vm_cart_price {
   float: right;
   font-size: 14px;
}
.vm_cart_totalprice {
   float: right;
   font-size: 22px;
   color: #fff;
}
.vm_cart_showcart a {
   background: url('../images/show_cart.png') no-repeat 0 0;
   display: block;
   height: 15px;
   padding: 2px 0 0 0;
   text-align: center;
   width: 77px;
   font: bold 10px Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   color: #ed9204!important;
   text-decoration:none;
}
/* Pathway */
div.pathway { background: #fbfbfb; padding: 2px 6px;}
div.pathway, div.pathway a {color: #999; text-transform:uppercase; font-size:10px; font-weight: bold;}
