@charset "utf-8";
/* CSS Document */

/*controls the information before the carts*/
#alltoppartofevents
{
width:961px;
height:235px;
display:block;
}


/*controls the words upcoming events*/
#upcomingeventsthewords
{
margin-top:0px;
margin-bottom:0px;
padding:0px;
}



/*controls the paragraph on the right side*/
#paragraphonrightevents
{
float:left;
width:700px;
display:inline; /*required by IE6*/
}


/*controls the words upcoming events | 2010*/
#upcomingeventsthewordevents
{

margin-left:515px;
margin-top:-210px; 

}


/*controls the paragraph before upcoming eents | 2010*/
#upcomingeventsparagraphevents
{
margin-top:10px;
width:380px;
}


/*controls the words click here to see our holiday closing schedule*/
#holidayclosingschedule
{
margin-left:515px;
margin-top:10px;
width:400px;
}


/*controls the table with all the events listed under upcoming events*/
#tableforquickevents
{
margin-top:20px;
width:470px;
margin-left:70px;
}


/*controls each table entry with all the events listed under upcoming events*/
#tableforquickevents  td
{
padding-top:5px;
}


/*controls the dates*/
#alldatesevents
{
width:961px;
height:331px;
display:block;
}

/*controls the dates*/
#alldateseventsnew
{
width:961px;
/*height:331px;*/
height:560px;
display:block;
}


/*controls the image on the left side*/
#datesleftimageevent
{
float:left;
width:24px;
display:inline; /*required by IE6*/
}


/*controls dates listed in the middle*/
#datesmiddleevent
{
float:left;
width:913px;
display:inline; /*required by IE6*/
}


/*controls the image on the right side*/
#datesrightimageevent
{
float:left;
width:24px;
display:inline; /*required by IE6*/
}


/*controls the events listed in the big box at bottom*/
#tableforevents
{
margin-top:30px;
width:830px;
margin-left:30px;
}


/*controls each event listed in the big box at bottom*/
#tableforevents  td
{
padding-top:5px;
/*border-bottom:1px solid #666;*/
}


/*controls all the event images*/
#eventimages
{
display:block;
}
