﻿/*Feedback form and Store Services Accordian*/
.accordContentH {
	 font-family: Verdana, Helvetica, sans-serif;
	 margin:0px;
	 width: 680px;
     text-align: left;
     font-size: 14pt;
     color:black;
     font-style:oblique;
     letter-spacing: 2px;
	 word-spacing: 1px;
     cursor: hand;
 
}

.accordContentQ{
        font-family: verdana, helvetica, sans-serif;
        font-size: 16px;
        font-style:normal;
        font-weight:normal;
        color:gray;

}
    
.accordContentA{
        font-family: verdana, helvetica, sans-serif;
        text-align: left;
        font-size: 16px;
        font-style:normal;
        color:black;
        letter-spacing: 2px;
	    word-spacing: 1px;
	    padding-left:17px; 
	    padding-top:5px; 
	    padding-bottom:5px;
}

.accordContentX 
{

    background-image: url('../images/icons/plus.png'); /* Point to your minus img */
    background-repeat: no-repeat;
    background-position: 1px 1px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */
	
}


/*Events Table on Home Page*/

.eventsHomeTable{
        width:100%;

}

.eventsHomeDate{
        font-family: verdana, helvetica, sans-serif;
        text-align: left;
        font-size: 10px;
        font-style:normal;
        color:maroon;
        letter-spacing: 2px;
	    word-spacing: 1px;
}

.eventsHomeName{
        font-family: verdana, helvetica, sans-serif;
        text-align: center;
        font-size: 12px;
        font-style:normal;
        font-weight:bold;
        letter-spacing: 2px;
	    word-spacing: 1px;
}

.eventsHomeDesc{
        font-family: verdana, helvetica, sans-serif;
        text-align: left;
        font-size: 11px;
        font-style:normal;
        letter-spacing: 2px;
	    word-spacing: 1px;
}


/*News Table on News Page*/

.newsHomeTable{
        width:100%;

}

.newsHomeDate{
        font-family: verdana, helvetica, sans-serif;
        text-align: left;
        font-size: 10px;
        font-style:normal;
        color:maroon;
        letter-spacing: 2px;
	    word-spacing: 1px;
}

.newsHomeName{
        font-family: verdana, helvetica, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style:normal;
        font-weight:bold;
        letter-spacing: 2px;
	    word-spacing: 1px;
}

.newsHomeDesc{
        font-family: verdana, helvetica, sans-serif;
        text-align: left;
        font-size: 11px;
        font-style:normal;
        letter-spacing: 2px;
	    word-spacing: 1px;
}

.newsPDF{
        font-family: verdana, helvetica, sans-serif;
        text-align: left;
        font-size: 11px;
        font-style:normal;
        letter-spacing: 2px;
	    word-spacing: 1px;
}

/*Rentals and Brands Category Menu*/
.rentals_menu
{ 

text-align:center;
}

.rentals_list
{ 

margin:auto;
width:250px;
}



.NameLabel{ 

font-weight:bold;

}

.DescLabel{ 

font-style:oblique;

}

.PartNumLabel{ 

color:Maroon;

}
/*Bargains of the Month List*/
.bargains_list
{ 

margin:auto;
width:343px;
}
