
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*-- FAQs --------------------------------------------*/

#faqItems{
position: relative;
float: left; 
width: 100%;
}

.faqItem{
position: relative;
float: left; 
width: 100%;
margin: 8px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 1px solid #efefef;
}

.faqItem .question a.button{

}

.faqItem .question a.button:hover{
color: #666666;
}

.faqItem .answer{
position: relative;
float: left; 
width: 100%;
margin: 0px 0px 0px 10px;
font-style: italic;
}

/*-- Calendar ----------------------------------------*/

#calendarTable{
border: none;
margin: 10px 0px;
}

#calendarTable td{
height:60px;
border: 1px solid #efefef;
vertical-align:top;
background-color:#fff;
font-size:7pt;
overflow:visible;
}

#calendarTable td.blank{ 
border: none; 
background: #f2f2f2; 
}

#calendarTable td.calendarHeader{
border: none;
width:14%;
background-color:#444444;
font-size:14px;
padding:12px;
text-align:center;
height:auto;
color: #FFFFFF;
}

#calendarTable td.long{ 
width:15%; 
}

#calendarTable td div.mday{
text-align:right;
color:#444444;
font-weight:bold;
font-size:8pt;
}

.calendarBullets{
color:#AC9B8C;
}

#calendarItems{
position: relative;
float: left;
width: 100%;
}

.calendarItem{
position: relative;
float: left;
width: 97%;
margin: 10px 0px 0px;
border-bottom: 1px solid #ccc;
}

.calendarItem .title{
position: relative;
float: left;
width: 100%;
padding: 10px 0px 10px;
margin: 0;
font-weight: normal;
}

.calendarItem .date{
position: relative;
float: left;
width: 100%;
padding: 0px;
font-weight: bold;
text-align: left;
}

.calendarItem .content{
position: relative;
float: left;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.calendarItem .content p{
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 0px;
}

.calendarItem .calendarImage{
position: relative;
float: left;
margin: 0px 15px 15px 0px;
}


/*-- Module Listing ----------------------------------*/

.moduleListingWrapper{
	position: relative;
    float: left;
    width: 100%;
}

#moduleItemsListing{
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0 0;
}

#moduleItemsListing .moduleItemsListingItem{
	position: relative;
    float: left;
    width: 100%;
    border-bottom: none;
    margin: -25px 0 0px;
    padding: 0 0 25px;
}

.moduleItemsListingItem .moduleItemImage{
    position: relative;
	float: left;
    margin: 0 25px 0 0;
}

.moduleItemsListingItem .header .title{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 10px;
    padding: 0;
}

.moduleItemsListingItem .header .date{
    margin: 5px 0 10px;
}

.moduleItemsListingItem .moduleItemContent{
    margin: 5px 0 10px;
}

#moduleItemContent #facebook,
#moduleItemContent #twitter,
#moduleItemContent .pinterest,
#moduleItemContent #plusone{
position: relative;
float: left;
padding: 1%;
}

/*-- Sitemap -----------------------------------------*/

#pageEditorContent #siteMap{
position: relative;
float: left;
width: 92%;
margin : 0 0 0 8%;

 -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#pageEditorContent #siteMap li{
position: relative;
padding: 0px 0px 10px 30px;
margin: 3px;
list-style: none;
}

#pageEditorContent #siteMap li a {
text-decoration: none;
font-size: 14px;
}

#pageEditorContent #siteMap li:before 
{
content: " ";
margin: 0px 14px -10px -44px;
display: inline-block;
width: 28px;
height: 28px;
background: url(https://www.countiespower.com/images/style/counties_icon_sprite.png) -69px -131px no-repeat;
}

#pageEditorContent #siteMap li ul li:before 
{
content: " ";
margin: 0px 14px -10px -44px;
display: inline-block;
width: 28px;
height: 28px;
background: url(https://www.countiespower.com/images/style/counties_icon_sprite.png) -69px -131px no-repeat;
transform: scale(0.7);
opacity: 0.8;
}


#pageEditorContent ul#siteMap li.level2 a
{
margin: 0px 0px 0px 0px;
}


#pageEditorContent ul#siteMap li.level2:before 
{
content: " ";
margin: 0px 14px -10px -34px;
display: inline-block;
width: 28px;
height: 28px;
background: url(https://www.countiespower.com/images/style/counties_icon_sprite.png) -69px -131px no-repeat;
transform: scale(0.5);
opacity: 0.3;
}

/*-- Sitesearch --------------------------------------*/

.searchResultItem{
position: relative;
float: left;
width: 100%;
padding: 0%;
background: #F7F7F7;
border-bottom: 1px solid #eeeeee;
}

#searchResultItems .img{
position: relative;
float: left;
width: 20%;
margin: 0px;
}

#searchResultItems .img img{
border: 1px solid #CCCCCC;
}

#searchResultItems .content{
position: relative;
float: left;
width: 55%;
margin: 0px;
padding: 10px;

}

#searchResultItems .content .title{
position: relative;
float: left;
width: 100%;
margin: 0px;
padding: 0px;
}

#searchResultItems .content .title a{
text-decoration: none;
color: #333333;
}

#searchResultItems .content .description{
position: relative;
float: left;
width: 100%;
left:0%;
margin: 0px;
padding: 0px;
}

#searchResultItems .other{
position: relative;
float: left;
width: 20%;
margin: 10px 0px 0px 0px;
text-align: center;
font-size:14px;
color: #333333;
font-weight: bold;
}

#searchResultItems .wasPrice{
text-decoration: line-through;
}