/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of 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.
*/
 
#topad {float:right;margin-top:-10px;}
hr { background-color: #bca66c;	border:0; height: 1px; margin-bottom: 20px; }
.entry img, img.thumbnail { padding: 5px; border: 0px solid #e6e6e6; background:transparent; }

.widget_woo_twitter ul li .content { font-size: 12px; font-family: Arial, sans-serif; }

.nav { z-index:99; margin:0; padding:0; list-style:none; line-height:1; margin-left:10px; border: 1px solid #c40c0c; padding: 0px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.sktooltip {
	position: relative;
	z-index: 200;
}

.sktooltip .tooltip-body {
	color: #ffffff;
	display: none;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	position: absolute;
	left: -10px;
	bottom: 35px;
	width: 160px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.sktooltip .tooltip-body .tooltip-arrow {
	border: none;
	bottom: -13px;
	height: 13px;
	left: 20px;
	position: absolute;
	width: 26px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
 