/*============================================================
  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://heroicsclothing.com/css/sexier.css);



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

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


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


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


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


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


/* @gui 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;*/
	}
                

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

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

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



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



