/*============================================================
  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(/style.css);



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

/* @gui Font */
* 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

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


/* @gui Links */
a:link, 
a:visited, 
#products .product-a h3, 
#products .product-a p 
{
}


/* @gui Links rollover */
a:hover, 
a:active, 
#products .product-a:hover h3, 
#products .product-a:hover p 
{
}


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


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

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

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

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

/* @gui Products background */
#products, 
#products .product-pic 
{
}

div#shop_text {
	float: right;
	width: 330px;
}
div#shop_pic {
	float: left;
	width: 350px;
	height: 350px;
	margin-left: 10px;
}
div#shop_pic2 {
	float: left;
	width: 500px;
}

#cart {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
}
#cart a:link {
	color: #FFFF00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#cart a:hover {
	color: #FFFF00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#cart a:active {
	color: #FFFF00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#cart a:visited {
	color: #FFFF00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div.c {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#titlebar {
	height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	text-align: center;
	margin-top: 25px;
}

