/**
 * @file
 * @project 616
 * @package sftheme
 * @site app3
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 
#breadcrumbs {
	color:#999999;
}
.upsell div, 
.upsell-item-header td, 
.product-primary, 
.product-secondary, 
.imageanddetails, 
.product-options, 
div, 
dl, 
td, 
th, 
fieldset {
	border-color:#cccccc;
}

/**
 * @subsection products
 */
.content-product-header{
	background-color:#ECECEC;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	color:#999999;
}

.content-product-header a,
.content-product-header a:visited, 
.content-product-header a:hover {
	color:#999999;
}

.content-product {
	border:none;
}

.upsell-header {
	background-color:#ECECEC;
	color:#999999;
}

/**
 * @subsection checkout process
 */
#checkout-right-column h3 {
	color:#666666;
	border-bottom:1px dotted #999999;
}

legend {
	color:#000000;
}

/**
 * @subsection search results
 */
.search-result-controls form {
	background-color:#eeeeee;
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */
/**  
 * @subsection featured item
 */
.featured-item .title {
	color:#999999;
}
