.imagefloat {  float: left;

}
/**.normaltext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px}
.normaltextunleaded {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
 **/
.newslist {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 15px; font-weight: bold}
.articletitle {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.articletext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}


.productname 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #CC0000;
	font-weight: 700
}

.old_price 
{
	text-decoration: line-through;
}

.new_price 
{
	font-style: italic;
	font-size: larger;
	color: red;
}

/* Paragraph tags are for when you want to the entire paragraph to have italic or bold */
p.i
{
font-style: italic;
}

p.b
{
font-weight: bold;
}
		
p.bigger
{
font-size: 1.5em;
}

p.normcenter 
{
font-weight: normal; 
text-align: center;
}

p.justify
{
text-align: justify;
}

p.right /* Use this for butting up an attribution under a quote*/
{
text-align: right;
margin-top: -12px;
}

/* Span tags are for when you want to change a few words within a paragraph rather than the entire paragraph */
span.i
{
font-style: italic;
}

span.b
{
font-weight: bold;
}

/* Bold Italic */
span.bi 
{
font-weight: bold;
font-style: italic;
}

/* Normal inside an Italic block */
span.norm 
{
font-style: normal;
}

/* Strikethrough Type */

span.strikeout
{
	text-decoration: line-through;
}


span.right 
{
text-align: right;
}

span.u
{
text-decoration: underline;
}

span.red
{
color: red;
}

span.maroon
{
color: maroon;
}

A: ACTIVE 
{
color : red;
}

A: HOVER 
{
color : orange;
}

A: LINK 
{
color : navy;
}

A: VISITED 
{
color : mediumseagreen;
}

a.button_box 
{
color: white;
text-decoration: none;
}	

a img 
{ /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: 0;
text-align: center;
}
	
ul {
	text-align : left;
}

ul.b
{
font-weight: bold;
}

.redn {color: red;}

.goldn {
		color: rgb(255, 128, 0);
		}

.button_box {
	background-color: #4f81bd;
	color: white;
	border: thin solid navy;
	margin-left: 1em;
	padding: .2em;}
	
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.alarming {
	color: red;
 	font-size : 1.5em;
 	font-style: italic;
}
