/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

.homepage-highlight-thumbnail {
position: relative;
width: 270px;
border: 1px solid #D6D6D6;
padding: 5px;
background: #1E3039;
border: 1px solid #375B71;
margin-bottom: 10px;
}



#header-right .fr a {	
	/*Background*/
	background: #F90; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #F90),
					color-stop(1, #F60)
				);
	background: -moz-linear-gradient(
					center top,
					#F90 20%,
					#F60 100%
				);				
}