@charset "utf-8";
.reneespeakslarge {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: large;
}

/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtrHdr #container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	float:left;
	width:540px;
	height:111px;
	background-image: url(images/headbg.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:540px;
	height:111px;
	background-image: url(images/headbg.jpg);
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* RESET STYLESHEET
-----------------------------------------*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}*/
/* GENERAL STYLESHEET
-----------------------------------------*/
body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:3em;
	font-weight:bold;
	color:#000000;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
}
hr {
	display:none;
}
a, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#DC293C;
}
a:hover {
	text-decoration:underline;
	color:#1F7CCA;
}
a:focus {
	outline:none;
}
/* GLOBAL
--------------------------------------------*/
/*.clearfix:after { /* clear floats 
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0.0;
	visibility:hidden;
}
 hide from ie-mac \
.clearfix {
	display:block;
}
 end hide from ie mac 
.clearfix {
	display:block !important;
}
.clearfix {
	display:inline-block;
}
.imgreplace {  apply image replacement
	text-indent:-999999px;
	text-align:justify;
	overflow:hidden;
	display:block;
}
.yellow {
	color:#f6d330;
}*/
/* PAGE LAYOUT
-------------------------------------------*/
/*#container {
	position:relative;
	width:540px;
	margin:0 auto;
}
*//*#header {
	float:left;
	width:540px;
	height:111px;
	background-image: url(images/headbg.jpg);
}*/
/*.logo {
	position:absolute;
	top:30px;
	left:35px;
}*/
.companyname {
	position:absolute;
	top:46px;
	left:108px;
	text-transform:uppercase;
}
/*.slogan {
	position:absolute;
	top:157px;
	right:33px;
	width: 310px;
	height: 136px;
}*/
/*.masthead {
	float:left;
	width:540px;
	height:175px;
	background:url(images/midbg.jpg);
}*/
/*.stock1 {
	position:absolute;
	top:113px;
	left:19px;
}*/
/*.marginleft {
	margin:0 0 0 190px;
}*/
.product img {
	float:left;
	margin:auto;
	padding:28px 60px 0 30px;
}
/*#content {
	float:left;
	width:540px;
}*/
/*#content table {
	width:540px;
}*/
/*#content table td {
	padding:12px 0 10px 0;
	text-align:center;
	border:1px #c6c6c6 solid;*/
}
#content table td h3 {
	padding:0;
	text-align:center;
	color: #FFFFFF;
}
#content table td img {
	padding:0 5px 0 0;
	vertical-align:middle;
}
#content table td.firstcol {
	font-weight:bold;
	background-color:#f2f2f2;
}
#content table td.redtab {
	width:170px;
	background:url(images/tredbg.gif);
}
#content table td.bluetab {
	width:100px;
	background:url(images/tbluebg.gif);
}
#content a.button {
	display:block;
	width:100px;
	height:42px;
	font-size:1.2em;
	padding:14px 0 0 0;
	text-align:center;
	margin:auto;
	background:url(images/button.gif) top center no-repeat;
	color: #FFFFFF;
}
#footer {
	float:left;
	margin-left:0px;
	width:550px;
	height:90px;
}
#footer h1 {
	padding-top:5px;
	text-align:center;
	font-size:2em;
	font-style:italic;
	color: #000000;
}
.oneColFixCtrHdr #container .masthead div {

}
.roundedcornr_box_866241 {
	background: url(images/roundedcornr_866241_tl.png) no-repeat top left;
}
.roundedcornr_top_866241 {
	background: url(images/roundedcornr_866241_tr.png) no-repeat top right;
}
.roundedcornr_bottom_866241 {
	background: url(images/roundedcornr_866241_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_866241 div {
	background: url(images/roundedcornr_866241_br.png) no-repeat bottom right;
}
.roundedcornr_content_866241 {
	background: url(images/roundedcornr_866241_r.png) top right repeat-y;
}

.roundedcornr_top_866241 div,.roundedcornr_top_866241,
.roundedcornr_bottom_866241 div, .roundedcornr_bottom_866241 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_866241, .roundedcornr_bottom_866241 {
	margin-top: -19px;
}
.roundedcornr_content_866241 { padding: 0 15px; 
}

titleofreview {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.descriptions {
	border: thin double #999999;
}
.reviewbox {
	border: medium solid #1F7CCA;
	margin: 5px;
	padding: 8px;
}
.reneespeakstop {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: medium;
	padding-left: 3px;
}
.reviewdescription {
	margin: 0px;
	padding: 2px;
	font-size: 14px;
}
.amazonlabel {
	height: 15px;
	width: 65px;
	padding-top: 2px;
}
.nexttolabel {
	height: 50px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 70px;
}

