/* =========================================
    CSS STYLES FOR HOOSIERTRAPPERSUPPLY.COM
   =========================================
*/

/* =================== */
/* STORE CONTAINERS    */
/* =================== */
.storeC1 {
	width: 155px;
	padding-left: 10px;
	margin-right:5px;
	/*background-color:red;*/
}   

/* =================== */
/* NEWS SECTION STYLES */
/* =================== */
.warn {
	border: 1px dashed #FF0000;
	padding: 5px;
}
.childLinks {
	width: 150px;
}
/* =================== */
/* BLOG SECTION STYLES */
/* =================== */

.blogWidth{
width:550px;
}

/* =================== */
/* FCK EDITOR STYLES   */
/* =================== */
p
{
	color: #000000; 
	font-size: 13px; 
	font-weight: normal; 
	font-family: Tahoma, Arial, Helvetica;
	white-space: normal;
	
}
.CustomTitle 
{
 font-family: Tahoma, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #bc6c2d;
}

.Topic {
 font-family: Tahoma, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #bc6c2d;
 font-style: italic;
}

.Bold
{
 font-weight: bold;
 color: #bc6c2d;
}

.Italic
{
 font-weight: bold;
 color: #bc6c2d;
}

.Code
{
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	color: #bc6c2d; 
}

H1  {
   font-family: arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #bc6c2d;
}

H2  {
   font-family: arial, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #bc6c2d;
}

H3  {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #bc6c2d;
}

H4  {
   font-family: arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #bc6c2d;
}

H5  {
   font-family: arial, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #bc6c2d;
}

H6  {
   font-family: arial, sans-serif;
   font-size: 9px;
   font-weight: bold;
   color: #bc6c2d;
}

/* =================== */
/* COMMON STYLES       */
/* =================== */



    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #bc6c2d;
}

A.CommandButton:visited  {
	color: #bc6c2d;
}
A.CommandButton:active   {
color: #bc6c2d;
}
A.CommandButton:hover    {
	color: #7b7b7b;
	text-decoration: none;
}
    


/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */


UL LI   {
color: #000000; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: Tahoma, Arial, Helvetica;
	white-space: normal;
}

OL LI   {
color: #000000; 
	font-size: 11px; 
	font-weight: normal; 
	font-family: Tahoma, Arial, Helvetica;
	white-space: normal;
}


.storeadvsearch {
	border: 3px solid #FF0000;
	background-color: #FFFFFF;
	width: 550px;
}
.storeadvsearch2 {
	background-color: #FFFFFF;
	width: 550px;
	display: inherit;
	position: static;
	float: none;
	top: -150px;
}