/*============================================================
  Theme Styles - contains all the base styles for the theme.
  To receive automatic updates and bug fixes, we recommend
  leaving this import and overriding specific styles below.
============================================================*/

@import url(http://www.theundesigned.com/nidusexpire/mrgrey/nidus.css);



/*============================================================
  Basic Styles - used for the simple controls.
============================================================*/

/* Font */
* 
{font-family: Verdana, Arial, Helvetica, sans-serif;}


/* Background */
body 
{background-color: #CCCCCC;}


/* Text */
body, 
p, 
input, 
textarea, 
#product-details .price, 
#faq-content .faq-list dt, 
#contact-form label, 
#cart-footer .cart-total #cart-shipping-tax p 
{color: #666666;}


/* Links */
a:link, 
a:visited, 
#products .product-a h3, 
#products .product-a p 
{color: #5575DD;}


/* Links rollover */
a:hover, 
a:active, 
#products .product-a:hover h3, 
#products .product-a:hover p 
{color: #0E1B79;}


/* Header background */
#main-title, 
#navigation div.pod h3, 
#minicart h3, 
#cart-head 
{background-color: #404040;}


/* Header text */
#main-title h2, 
#navigation div.pod h3, 
#minicart h3, 
#minicart .minicart-contents, 
#cart-head 
{color: #CDE2F0;}

#minicart .minicart-total 
{border-left-color: #CDE2F0;}
                

/* Sidebar links */
#navigation div.pod a 
{color: #5575DD;}
        

/* Sidebar rollovers */
#navigation div.pod a:hover 
{color: #0E1B79;}
       

/* Products background */
#products, 
#products .product-pic,
#product-images .images-nav
{background-color: #E4E4E4;}



/*============================================================
  Custom Styles - add and override styles below.
============================================================*/



