/* 
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.

*/

.entry blockquote { 
	padding: 0px 10px;
	border-left: 2px solid #777777;
	margin: 5px auto 15px auto;
	width:85%;
	color: #000000;
	font-style: italic;
        background-color: #FED74C;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}

h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 15px;
}
ul.in_page li {
        text-align: left;
        float: left;
        list-style-type: none;
        padding: 0px 0px 10px 0px;
        margin: 2px;
}

#pagenav li ul li {
line-height:28px;
padding-left:5px;
width:20em;
}

#header h1.title {
font-size:36pt;
font-weight:normal;
line-height:0.8em;
margin:25px 0 0;
position:absolute;
}

table.products td.price
	{ font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	color: #404040;
}

table.products td.title
	{ font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

table.products td.summary
	{ text-align: justify;
        padding: 0 0 0 15px;
}
td {vertical-align: middle;
}

img.border {
border:1px solid #ccc;
}

#fsteps  {
	height: 10px;
}

#ringertop {
        margin-left: 60px;
        
}

#ringermid {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        background-image: url(/images/ringmid.gif);
        background-repeat: repeat-y;
}

#ringermid .entry {
        padding-left: 50px;
        padding-right: 85px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
}

#ringermid .entry .highlight {
        background-color: #ffff00;
}

#ringermid .entry .hline {
        color: #000099;
        font-size: x-large;
        font-weight: bold;
        text-align: center;
}

#ringerbot {
        margin-left: 60px;
}

#paper {
        background-image: url(/images/clearpaper.gif);
        background-repeat: no-repeat;
        display: block;
        margin-left: 90px;
        min-height: 925px;
}

#paper .first {
        padding-top: 50px;
        padding-left: 60px;
        padding-right: 145px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
}

#paper .content {
        padding-left: 60px;
        padding-right: 145px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
}

#fr {
        float: right;
}

#formdesc {
        margin-left: 50px;
        margin-right: 100px;
        text-align: justify;

}