/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here 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.

*/

.recentblogposts-widget ul.pagination li a {
  color: #610e61;
  font-size: 20px;
}

.recentblogposts-widget ul.pagination li a:hover {
  color: #300b30;
  font-size: 20px;
}

#accordion li a {
  color: #610e61;
  font-size: 16px;
}

#accordion li a:hover {
  color: #300b30;
  font-size: 16px;
}

#tabs ul.wooTabs li a {
  border-color: #F0F0F0 #F0F0F0 #CCCCCC;
  border-style: dotted;
  border-width: 1px;
  font: bold 16px Arial,Helvetica,sans-serif;
  padding: 10px 125px 5px;
  text-transform: uppercase;
color:#610e61;
}