.contact_us a { color: #ed145b;}
.footer a { color: #ed145b;}
.copyright { color: #ed145b;}
.mint { color: #ed145b;}
.main_content h1 {color: #ed145b;}
em { color: #ed145b;}
.breadcrumb a { color: #ed145b;}
.flickline, .flickline b { color:#ed145a;}



ul.products_list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.products_list li
{
	margin-bottom: 10px;	
}

.product_box_top
{
	background: url(/img/product_background_top.png) no-repeat top right;
	margin: 0;
	padding: 0;
	/*margin-top: 15px;*/
	width: 420px;	
}

.product_box_bottom
{
	background: url(/img/product_background_bottom.png) no-repeat top right;
	margin:0;
	padding: 0;
	height: 25px;
	width: 420px;
	/*margin-bottom: 15px;*/
}

.product_box
{ 
	width: 420px;	
	background: url(/img/product_background.png);
	margin-top: -2px;
	height: 80px;
}

div.product_box img
{
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	padding-left: 10px;	
	padding-right: 10px;
	border: 0;
}

div.product_box h2
{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #666;
	font-size: 16px;	
}

div.product_box h2 a 
{
	text-decoration: none;
}  

div.product_box p
{
	margin: 0 5px 0 0;
	padding: 0;
		
}

div.product_box p a {color:#369;}
div.product_box p a:hover {color:#036;}

ul.emphasis_box
{
	list-style:none;
	/*text-align: center;*/
}

ul.emphasis_box li
{
	clear:left;
	background:url(/img/products/emphasis-bg.gif) repeat-y;
	width:300px;
	_width:300px;
	position:relative;
	padding:5px 0px 5px 0px;
}


ul.emphasis_box li div.top {
height:7px;
width:300px;
background:url(/img/products/emphasis-top.gif) no-repeat left top;
position:absolute;
left:0;
top:0;
}

ul.emphasis_box li div.bottom {
height:7px;
width:300px;
background:url(/img/products/emphasis-bottom.gif) no-repeat left top;
position:absolute;
left:0;
bottom:0;
}

ul.emphasis_box li p {
color:#ffffff;
text-align: left;
padding-left: 10px;
}


ul.emphasis_box a 
{
color: #ffffff;
font-weight: normal;
}


p.icon {font-size: 12px; color: #999;}

.icon img
{
	float: left;
	padding-right: 5px;	
}



