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

*/

input#learning_more_name {
border: 1px solid #333;
margin-bottom:5px;
padding-left:3px;
background:#FCF5F3;
width:180px;
}

input#learning_more_email {
border: 1px solid #333;
margin-bottom:5px;
padding-left:3px;
background:#FCF5F3;
width:180px;
}

input#learning_more_submit {
border: 1px solid #333;
cursor:pointer;
background:#fff;
padding:2px 8px;
}

p.learning_more_success {margin-top:5px;}

.textwidget h4 {
font-size: 20px !important;
font-weight: bold;
letter-spacing: -1px;
margin: 0 0 8px !important;
}


.textwidget ul  {
	margin: 0 0 15px 40px;
	font-size: 16px;
	line-height: 24px;
        
}

.textwidget ol  {
	margin: 0 0 15px 45px;
	font-size: 16px;
	line-height: 24px;
        color:#000;
}


.textwidget ul li {
	list-style: disc;
	line-height: 24px;
        color:#000;		
}

.textwidget ol li {
	list-style: decimal;
	line-height: 24px;
        color:#000;			
}


.textwidget ul li a {text-decoration:underline;}

.textwidget ul li a:hover {text-decoration:none;}




