/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
/*ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html,blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */

/*ul*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

ul{
	margin:8px 0px 0px 20px;
}
/*ul
{list-style-type : none;}
*/

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/*img:title
{width:500px;}
*/

/* Search Engine Layer - HIDDEN */
.seo {
	visibility: hidden;
	display:none;
}

/* Ask Firefox to NOT outline the link with a dotted outline*/
a:focus {
	outline: none;
}

/* The next two definitions are used to extend table columns to 100% of the browser height */
html, body {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
	font:13px tahoma, arial, sans-serif;
	line-height:16px;
	color: #3d3d3d;
	font-weight:normal;	
	background-color:#9E3B33;
   }


td
{
	font:13px tahoma, arial, sans-serif;
	color: #3d3d3d; 
	font-weight:normal;	
}

p
{
	font:13px tahoma, arial, sans-serif;
	line-height:20px;
	color:#3d3d3d;
	font-weight:normal;
	margin: 0; 
	padding: 0;		
    letter-spacing:normal;
}


h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h5{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* BODY LINKS
a:link
{
	color:#8e969f;
	text-decoration: underline;
}

a:visited 
{
	color:#8e969f;
	text-decoration: underline;
}

a:active 
{
	color:#8e969f;
	text-decoration: underline;
}

a:hover 
{
	color:#87ad3f;
	text-decoration: underline;
}
 END BODY LINKS */

 .content_body{
 	background-color:#ffffff; /*  FCEFE0  */
 }
 
 .navigation_secondary{color:#9E3B33 !important; font-weight:normal; text-decoration:none;}
.navigation_secondary:link {color:#9E3B33 !important; font-weight: normal; text-decoration:none;}
a.navigation_secondary:link {color:#9E3B33 !important; font-weight: normal; text-decoration:none;}
a.navigation_secondary:visited {color:#9E3B33 !important; font-weight: normal; text-decoration:none;}
a.navigation_secondary:active {color:#9E3B33 !important; font-weight: normal; text-decoration:none;}
a.navigation_secondary:hover {color:#9E3B33 !important; font-weight: normal; text-decoration: underline;} 
 
/* body text */
.text {color:#3d3d3d !important; font-weight:normal; text-decoration:none;}
.text:link {color:#3d3d3d!important; font-weight: normal; text-decoration:none;}
a.text:link {color:#3d3d3d !important; font-weight: normal; text-decoration:none;}
a.text:visited {color:#3d3d3d !important; font-weight: normal; text-decoration:none;}
a.text:active {color:#43a2ca !important; font-weight: normal; text-decoration:none;}
a.text:hover {color:#43a2ca !important; font-weight: normal; text-decoration: underline;} 

.text_blue {color:#81C6DD !important; font-weight:normal; text-decoration:none;}
.text_blue:link {color:#81C6DD !important; font-weight: normal; text-decoration:none;}
a.text_blue:link {color:#81C6DD !important; font-weight: normal; text-decoration:none;}
a.text_blue:visited {color:#81C6DD !important; font-weight: normal; text-decoration:none;}
a.text_blue:active {color:#336699 !important; font-weight: normal; text-decoration:none;}
a.text_blue:hover {color:#336699 !important; font-weight: normal; text-decoration: underline;}

.text_blue_dark {color:#336699 !important; font-weight:normal; text-decoration:none;}
.text_blue_dark:link {color:#336699 !important; font-weight: normal; text-decoration:none;}
a.text_blue_dark:link {color:#336699 !important; font-weight: normal; text-decoration:none;}
a.text_blue_dark:visited {color:#336699 !important; font-weight: normal; text-decoration:none;}
a.text_blue_dark:active {color:#336699 !important; font-weight: normal; text-decoration:none;}
a.text_blue_dark:hover {color:#336699 !important; font-weight: normal; text-decoration: underline;}

.text_brown {color:#9E3B33 !important; font-weight:normal; text-decoration:none;}
.text_brown:link {color:#9E3B33 !important; font-weight: normal; text-decoration:none;}
a.text_brown:link {color:#9E3B33 !important; font-weight: normal; text-decoration:none;}
a.text_brown:visited {color:#9E3B33 !important; font-weight: normal; text-decoration:none;}
a.text_brown:active {color:#669966 !important; font-weight: normal; text-decoration:none;}
a.text_brown:hover {color:#669966 !important; font-weight: normal; text-decoration: underline;} 

.text_green {color:#669966 !important; font-weight:normal; text-decoration:none;}
.text_green:link {color:#669966 !important; font-weight: normal; text-decoration:none;}
a.text_green:link {color:#669966 !important; font-weight: normal; text-decoration:none;}
a.text_green:visited {color:#669966 !important; font-weight: normal; text-decoration:none;}
a.text_green:active {color:#336699 !important; font-weight: normal; text-decoration:none;}
a.text_green:hover {color:#336699 !important; font-weight: normal; text-decoration: underline;}

.text_red {color:#990033 !important; font-weight:normal; text-decoration:none;}
.text_red:link {color:#990033 !important; font-weight: normal; text-decoration:none;}
a.text_red:link {color:#990033 !important; font-weight: normal; text-decoration:none;}
a.text_red:visited {color:#990033 !important; font-weight: normal; text-decoration:none;}
a.text_red:active {color:#990033 !important; font-weight: normal; text-decoration:none;}
a.text_red:hover {color:#990033 !important; font-weight: normal; text-decoration: underline;} 

.text_orange {color:#ddac0a !important; font-weight:normal; text-decoration:none;}
.text_orange:link {color:#ddac0a !important; font-weight: normal; text-decoration:none;}
a.text_orange:link {color:#ddac0a !important; font-weight: normal; text-decoration:none;}
a.text_orange:visited {color:#ddac0a !important; font-weight: normal; text-decoration:none;}
a.text_orange:active {color:#990033 !important; font-weight: normal; text-decoration:none;}
a.text_orange:hover {color:#990033 !important; font-weight: normal; text-decoration: underline;} 

.text_yellow {color:#ffff00 !important; font-weight:normal; text-decoration:none;}
.text_yellow:link {color:#ffff00 !important; font-weight: normal; text-decoration:none;}
a.text_yellow:link {color:#ffff00 !important; font-weight: normal; text-decoration:none;}
a.text_yellow:visited {color:#ffff00 !important; font-weight: normal; text-decoration:none;}
a.text_yellow:active {color:#990033 !important; font-weight: normal; text-decoration:none;}
a.text_yellow:hover {color:#990033 !important; font-weight: normal; text-decoration: underline;} 

.text_white {color:#ffffff !important; font-weight:normal; text-decoration:none;}
.text_white:link {color:#ffffff !important; font-weight: normal; text-decoration:none;}
a.text_white:link {color:#ffffff !important; font-weight: normal; text-decoration:none;}
a.text_white:visited {color:#ffffff !important; font-weight: normal; text-decoration:none;}
a.text_white:active {color:#ffff00 !important; font-weight: normal; text-decoration:none;}
a.text_white:hover {color:#ffff00 !important; font-weight: normal; text-decoration: underline;}


h1 {color:#333333 !important; font-size:20px; font-weight:normal; text-decoration:none;}
h1:link {color:#333333 !important; font-size:20px; font-weight:normal; text-decoration:none;}
a.h1:link {color:#333333 !important; font-size:20px; font-weight:normal; text-decoration:none;}
a.h1:visited {color:#333333 !important; font-size:20px; font-weight:normal; text-decoration:none;}
a.h1:active {color:#81C6DD !important; font-size:20px; font-weight:normal; text-decoration:none;}
a.h1:hover {color:#81C6DD !important; font-size:20px; font-weight:normal; text-decoration: underline;} 

h2 {color:#336699 !important; font-size:18px; font-weight:normal; text-decoration:none;}
h2:link {color:#336699 !important; font-size:18px; font-weight:normal; text-decoration:none;}
a.h2:link {color:#336699 !important; font-size:18px; font-weight:normal; text-decoration:none;}
a.h2:visited {color:#336699 !important; font-size:18px; font-weight:normal; text-decoration:none;}
a.h2:active {color:#81C6DD !important; font-size:18px; font-weight:normal; text-decoration:none;}
a.h2:hover {color:#81C6DD !important; font-size:18px; font-weight:normal; text-decoration: underline;}

.headline_text {color:#3d3d3d !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_text:link {color:#3d3d3d !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_text:link {color:#3d3d3d !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_text:visited {color:#3d3d3d !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_text:active {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_text:hover {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_blue {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_blue:link {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue:link {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue:visited {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue:active {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue:hover {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_blue_dark {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_blue_dark:link {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue_dark:link {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue_dark:visited {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue_dark:active {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_blue_dark:hover {color:#81C6DD !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_brown {color:#9E3B33 !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_brown:link {color:#9E3B33 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_brown:link {color:#9E3B33 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_brown:visited {color:#9E3B33 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_brown:active {color:#669966 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_brown:hover {color:#669966 !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_green {color:#669966 !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_green:link {color:#669966 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_green:link {color:#669966 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_green:visited {color:#669966 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_green:active {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_green:hover {color:#336699 !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_red {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_red:link {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_red:link {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_red:visited {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_red:active {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_red:hover {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_orange {color:#ddac0a !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_orange:link {color:#ddac0a !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_yorange:link {color:#ddac0a !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_orange:visited {color:#ddac0a !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_orange:active {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_orange:hover {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_yellow {color:#ffff00 !important; font-size:17px; font-weight:normal; text-decoration:none;}
.headline_yellow:link {color:#ffff00 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_yellow:link {color:#ffff00 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_yellow:visited {color:#ffff00 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_yellow:active {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration:none;}
a.headline_yellow:hover {color:#990033 !important; font-size:17px; font-weight:normal; text-decoration: underline;} 

.headline_white {color:#ffffff !important; font-size:17px; font-weight:normal; line-height:21px; text-decoration:none; letter-spacing:normal;}
.headline_white:link {color:#ffffff !important; font-size:17px; font-weight: normal; line-height:21px; text-decoration:none;}
a.headline_white:link {color:#ffffff !important; font-size:17px; font-weight: normal; line-height:21px; text-decoration:none;}
a.headline_white:visited {color:#ffffff !important; font-size:17px; font-weight: normal; line-height:21px; text-decoration:none;}
a.headline_white:active {color:#ffff00 !important; font-size:17px; font-weight: normal; line-height:21px; text-decoration:none;}
a.headline_white:hover {color:#ffff00 !important; font-size:17px; font-weight: normal; line-height:21px; text-decoration: underline;} 


.footer {color:#787878 !important; font-size:10px; font-weight:normal; text-decoration:none; letter-spacing:normal;}
.footer:link {color:#787878 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.footer:link {color:#787878 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.footer:visited {color:#787878 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.footer:active {color:#336699 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.footer:hover {color:#336699 !important; font-size:10px; font-weight: normal; text-decoration: underline;} 

.tiny {color:#000000 !important; font-size:10px; font-weight:normal; text-decoration:none; letter-spacing:normal;}
.tiny:link {color:#000000 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.tiny:link {color:#000000 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.tiny:visited {color:#000000 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.tiny:active {color:#336699 !important; font-size:10px; font-weight: normal; text-decoration:none;}
a.tiny:hover {color:#336699 !important; font-size:10px; font-weight: normal; text-decoration: underline;} 

.page_link_square{color:#000000 !important; width:12px; height:8px; background-color:#cccccc; margin: 3px; border: 1px solid #000000;}
.page_link_square:link{color:#000000 !important; width:12px; height:8px; background-color:#cccccc; margin: 3px; border: 1px solid #000000;}
a.page_link_square:link{color:#000000 !important; width:12px; height:8px; background-color:#cccccc; margin: 3px; border: 1px solid #000000;}
a.page_link_square:visited{color:#000000 !important; width:12px; height:8px; background-color:#cccccc; margin: 3px; border: 1px solid #000000;}
a.page_link_square:active{color:#ff0000 !important; width:12px; height:8px; background-color:#cccccc; margin: 3px; border: 1px solid #000000;}
a.page_link_square:hover{color:#ff0000 !important; width:12px; height:8px; background-color:#cccccc; margin: 3px; border: 1px solid #000000;}

.page_link_square_on{color:#000000; width:12px; height:8px; background-color:#ffffff; margin: 3px; border: 1px solid #000000;}
.page_link_square_on:link{color:#000000; width:12px; height:8px; background-color:#ffffff; margin: 3px; border: 1px solid #000000;}
a.page_link_square_on:link{color:#000000; width:12px; height:8px; background-color:#ffffff; margin: 3px; border: 1px solid #000000;}
a.page_link_square_on:visited{color:#000000; width:12px; height:8px; background-color:#ffffff; margin: 3px; border: 1px solid #000000;}
a.page_link_square_on:active{color:#ff0000; width:12px; height:8px; background-color:#ffffff; margin: 3px; border: 1px solid #000000;}
a.page_link_square_on:hover{color:#ff0000; width:12px; height:8px; background-color:#ffffff; margin: 3px; border: 1px solid #000000;}

.text_small {color: #787878 !important;font:12px; font-weight:normal; text-decoration:none;}
.tex_small:link {color:#787878!important;font:12px; font-weight: normal; text-decoration:none;}
a.text_small:link {color:#787878 !important;font:12px; font-weight: normal; text-decoration:none;}
a.text_small:visited {color:#787878 !important;font:12px; font-weight: normal; text-decoration:none;}
a.text_small:active {color:#43a2ca !important;font:12px; font-weight: normal; text-decoration:none;}
a.text_small:hover {color:#43a2ca !important;font:12px; font-weight:normal; text-decoration: underline;}


.curved_blue { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#336699; 
	 background-color:#336699;	
} 
 
.curved_blue_light { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#81C6DD; 
	 background-color:#81C6DD;	
}  
 
.curved_green { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#669966; 
	 background-color:#669966;	
}

.curved_green_light { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#90CA77; 
	 background-color:#90CA77;	
}


.curved_red { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#9E3B33; 
	 background-color:#9E3B33;	
}

.curved_mustard { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#E9B64D; 
	 background-color:#E9B64D;	
 
}

.curved_brown { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#9E3B33; 
	 background-color:#9E3B33;	
}

.curved_orange { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#E48743; 
	 background-color:#E48743;	

}

.curved_grey { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#8C92AC; 
	 background-color:#8C92AC;	

}

.curved_grey_dark { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#666666; 
	 background-color:#666666;	

}

.curved_white { 
	-moz-border-radius:10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	behavior:url(http://www.ghtrailers.com/images/border-radius.htc);
	 border-style:solid; 
	 border-width:0px; 
	 border-color:#ffffff; 
	 background-color:#ffffff;	

}


.textbox
{
	font:13px  arial, sans-serif;
	/*line-height: 16px;*/
	color: #787878;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*text-align: left; */
	width: 284px; 
	border-style: solid; 
	border-width: 1px; 
	border-color:#999999;
	text-indent: 1px;
}

.textbox_100
{
	font:13px  arial, sans-serif;
	/*line-height: 16px;*/
	color: #787878;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*text-align: left; */
	width: 100px; 
	border-style: solid; 
	border-width: 1px; 
	border-color:#999999;
	text-indent: 1px;
}

.textarea
{
	font:12px  arial, sans-serif;
	/*line-height: 16px;*/
	color: #787878;
	border-style: solid; 
	border-width: 1px; 
	border-color:#999999;
	width: 284px;

}

.rpp_header{
	background-color:#cccccc;

}



.search_results_header {color:#3d3d3d !important; background-color:#81C6DD; font-size:12px; font-weight:normal; text-decoration:none; letter-spacing:normal;}
.search_results_header:link {color:#3d3d3d !important; background-color:#81C6DD; font-size:12px; font-weight: normal; text-decoration:none;}
a.search_results_header:link {color:#3d3d3d !important; background-color:#81C6DD; font-size:12px; font-weight: normal; text-decoration:none;}
a.search_results_header:visited {color:#3d3d3d !important; background-color:#81C6DD; font-size:12px; font-weight: normal; text-decoration:none;}
a.search_results_header:active {color:#000000 !important; background-color:#81C6DD; font-size:12px; font-weight: normal; text-decoration:none;}
a.search_results_header:hover {color:#000000 !important; background-color:#81C6DD; font-size:12px; font-weight: normal; text-decoration: underline;}


.selectbox
{
	font:12px tahoma, arial, sans-serif;/* Font Face */
	/* line-height: 16px; */
	color: #333333; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	/*text-align: Left; */ /* Align Text */
	/*height:16px;  */
	/*width: 200px; */
	border-style: solid; 
	border-width: 1px; 
	border-color:#A5BCD3;
	text-indent: 1px;
}

.selectbox_faux
{
	font:12px tahoma, arial, sans-serif;/* Font Face */
	/* line-height: 16px; */
	color: #333333; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	/*text-align: Left; */ /* Align Text */
	/*height:16px;  */
	border-style: solid; 
	border-width: 1px; 
	border-color:#A5BCD3;
	border-collapse: collapse;
	/*text-indent: 1px;*/
}

.selectbox_small
{
	font:10px tahoma, arial, sans-serif;/* Font Face */
	/* line-height: 16px; */
	color: #333333; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	/*text-align: Left; */ /* Align Text */
	/*height:16px;  */
	border-style: solid; 
	border-width: 1px; 
	border-color:#A5BCD3;
	text-indent: 1px;
}

.reset_button{
	font-size:10px;
	color:#ff0000;
}

.result_row_1 {color:#333333 !important; background-color:#ffffff; font-size:12px; font-weight:normal; text-decoration:none; letter-spacing:normal;}
.result_row_1:link {color:#333333 !important; background-color:#ffffff; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_1:link {color:#333333 !important; background-color:#ffffff; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_1:visited {color:#333333 !important; background-color:#ffffff; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_1:active {color:#336699 !important; background-color:#ffffff; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_1:hover {color:#336699 !important; background-color:#ffffff; font-size:12px; font-weight: normal; text-decoration: underline;} 

	

.result_row_2 {color:#333333 !important; background-color:#cccccc; font-size:12px; font-weight:normal; text-decoration:none; letter-spacing:normal;}
.result_row_2:link {color:#333333 !important; background-color:#cccccc; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_2:link {color:#333333 !important; background-color:#cccccc; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_2:visited {color:#333333 !important; background-color:#cccccc; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_2:active {color:#336699 !important; background-color:#cccccc; font-size:12px; font-weight: normal; text-decoration:none;}
a.result_row_2:hover {color:#336699 !important;  background-color:#cccccc; font-size:12px; font-weight: normal; text-decoration: underline;}


/* TEXT USING THIS STYLE IS LOCATED IN DESIGN > BANNERS > */
.free_delivery{
color:#336699;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 4;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 4;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: 4;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}