/* 

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. */

#toprightnav {
	float: right;
	padding: 7px 0 0 0;
	
}

#toprightnav a {
    border: medium none;
    color: #fff;
    line-height: 18px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: none;
	font-weight:bold;
	font-size:13px;
}
.entry p, ul, li {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.entry ul, li {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.woo-sc-box.note {
    background: url("../images/ico-note.png") no-repeat scroll 20px 45% #FFE9E8;
    border-color: #EFE3AE;
}

.col-full li a {
	font-weight:none;
}