/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	QUICKVIEWS
	SEARCH INPUT
	QUICK CART
	SHOPPING CART POPUP
	PAGINATION
	LANGUAGE STYLES
	 ....................................... */

/* =NEWSPOST
		....................................... */

.quickview h3, .quickview h3 a {
	text-decoration: none;
	margin: 0;
}
.quickview h3 a:hover {
	text-decoration: none;
}
.quickview span {
	display: block;
}
.quickview span.articleDate {
	font-size: 12px;
	font-style: italic;
}
.quickview ul.storyList {
	padding: 10px 0 0;
	margin: 0;
	line-height: 1.1;
	list-style-type: none;
}
.quickview ul.storyList a.more {
	display: none;
}
.quickview ul.storyList li {
	background: none transparent;
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 0;
	margin:0;
}
.quickNews li.last, .quickview ul.storyList li.last, .newsPost ul.storyList li.last, .newsPress ul.storyList li.last { 
    border-bottom: none;
}
.quickview p {
	margin: 3px 0 5px;
	background: transparent;
	font-size: 12px;
}
ul.storyList li.lastLi {
    background-color:transparent!important;
    border-bottom:none transparent!important;
}

/* =SEARCH INPUT
		....................................... */
.SearchSocial .searchInput {
	float: right;
}

div.searchInput + div {
	display: none;
}
.searchInput label {
	display: none;
}
.searchInput input {
	float: left;
	width: 165px;
	height: 22px;
}
.searchInput a.searchButton {
	background: transparent url(../fw/searchBtn.png) center center no-repeat;
	height: 24px;
	width: 25px;
	display: inline-block;
}

.searchInput input:hover {
	border-color: transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}



/* TWITTER FEED ........................................*/

div#twitter {
	height: auto;
	display: block;
	overflow: hidden;
    margin-top: -10px;
    position: relative;
    z-index: 70;
}
p#preloader {
	margin: 0 auto;
	font-size: 15px;
	width:200px;
	padding: 0 3em 0 2.75em;
	background: transparent url("loader.gif") 1em center no-repeat;
}
ul#twitter_update_list {
	display: block;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
    width: 215px;
}

ul#twitter_update_list li {
	margin: 10px auto 0px;
	padding: 10px 0 0px;
	border-top: 1px dotted #ccc;
	word-wrap: break-word;
	background: transparent none;
	color: #666;
	display: block;
}
ul#twitter_update_list li a {
	/* timestamp link */
	margin: 5px 0 5px;
	padding: 0;
	text-decoration: none;
	text-align:right;
	width:100%;
	height: auto;
	display: block;
	color: #003399;
}
ul#twitter_update_list li a:hover, a:focus {
	/* timestamp link */
	color: #003399;
}
ul#twitter_update_list li span {
	display: block;
	margin: 0px 0 5px;
	line-height: 1.2;
	width:100%;
}
ul#twitter_update_list li span a {
	/* links in tweet */
	margin: 0;
	text-decoration: none;
	padding: 0;
	float: none;
	height: auto;
	width: auto;
	display: inline;
}
ul#twitter_update_list li span a:hover, a:focus {
	/* links in tweet */
}
ul#twitter_update_list li.firstTweet {
	margin: 0;
		border-top: transparent none;
		padding-top:0;
		margin-top:0;

}
a#profileLink {
	display: none;
	padding: 0.3em 1em;
}
