
div.storyview-rated-content {
	/* display: block; */
	/* width: 280px; */
}

div.content p.most-popular-block-title {
	font-family: sans-serif;
	color: #0071BE;
}

div.content span select.mostpopular-select-type {
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url("/sites/all/modules/advmenu/images/15x12_trending_sub_downarrow.png");
	background-repeat: no-repeat;
	background-position: right 8px top 4px;
	background-size: 9px auto;
	outline: 0;
	border: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 60px;
	cursor: pointer;
	margin-left: 120px;
/* 	 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; */
}

div.content p.most-popular-block-title {
	display: inline;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	font-weight: bold;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	color: #1D55A8 !important;
}


ul.storyview-tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

ul.storyview-tabs li {
	display: inline;
	font-family: sans-serif;
	font-weight: bold;
	color: #B0B2B4;
	font-size: 12px;
	padding-right: 10px;
	cursor: pointer;
}

ul.storyview-tabs li.selected {
	color: #000000;
}

div.most-popular-box {
	width: 300px;
	margin-left: 15px;
}






ul.storyview-rated-tabs {
	display: none;
	list-style: none;
	padding:0;
	margin:0;
}

ul.storyview-rated-tabs li {
	display: inline;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 0px 3px;
	margin: 0 2px 0 0;
	background-color: #EEEEEE;
	color: #222222;
	cursor: pointer;
}
ul.storyview-rated-tabs li:first-child {
	margin-left: 10px;
}
ul.storyview-rated-viewed-tabs {
	display: inline-block;
	list-style: none;
	padding: 0 0 5px 0;
	margin:0;
}
ul.storyview-rated-viewed-tabs li:first-child {
	border-left: 0;
	padding-left: 0;
}
ul.storyview-rated-viewed-tabs li {
	display: inline;
	font-size: 9pt;
	margin: 0 2px 0 0;
	font-weight: bold;
	color: #C3C4C5;
	font-family: sans-serif;
/* 	color: #29597F; */
	cursor: pointer;
/* 	border-left: 1px solid #888888; */
	padding-left: 5px;
}
ul.storyview-rated-viewed-tabs li.storyview-rated-tab-selected {
	/* background-color: #CFDCE9;
	border: 2px solid #CFDCE9; */
/* 	text-decoration: underline; */
	color: #000000;
	cursor: normal;
}
ul.storyview-rated-tabs li:hover {
	background-color: #FEFFCA;
}
ul.storyview-rated-tabs li.storyview-rated-tab-selected {
	background-color: #FFFFFF;
	border-bottom: 0;
	padding-bottom: 1px;
	color: #444444;
	cursor: normal;
}
div.storyview-rated-content {
/* 	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC; */
/* 	display: none; */
}
div.storyview-rated-content-viewed {
	display: none;
}
div.storyview-rated-description {
	color: #444444;
	font-size: 9pt;
	padding-bottom: 5px;
}
div.storyview-rated-content-viewed div.storyview-rated-description {
	border-bottom: 2px solid #1D55A8;
}

ul.storyview-rated-list {
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	/* width: 100%; */
	width: 280px;
/* 	list-style-position: inside; */
}

ul.storyview-rated-list li {
	display: table;
	position: relative;
	list-style: none;
	padding: 8px 0;
 	/* margin-left: 15px; */
	font-size: 9pt;
	width: 98%;
}

ul.storyview-rated-list li span.popular-image {
	display: block;
	/* position: relative; */
	float: left;
	/* width: 90px; */
	overflow: hidden;
	height: 85px;
	padding-right: 15px;
}

ul.storyview-rated-list li span.popular-image img.popular-image-exists {
	/* position: relative;
	top: 0; */
	display: block;
	vertical-align: middle;
	width: 90px;
	z-index: -1;
}

ul.storyview-rated-list li img.popular-image-float {
	position: absolute;
	top: 35px;
	left: -20px;
	z-index: 2;
}


ul.storyview-rated-list span.city-small {
	color: #AFB0B1;
	font-weight: normal;
	font-size: 13px;
}

ul.storyview-rated-list li a {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

.storyview-top-spot-main {
	padding: 5px 0 0 0;
}

.main-right .storyview-top-spot-main p, .main-right .storyview-top-spot-main h3 {
	padding: 0 10px;
}

.main-right .block-storyview hr {
	margin: 0 10px;
}

.storyview-top-spot-others {
	/*border-bottom: 1px solid #DDDDDD;*/ 
	padding: 5px 5px 0 5px;
}

.storyview-top-spot-others-thumbs {
	width: 125px;
	text-align: center;
}

.storyview-top-spot-others-thumbs div {
	height: 94px; overflow: hidden; margin-bottom: 5px;
}

.storyview-top-spot-city-title {
	font-size: 8pt;
	font-weight: bold; 
	text-align: left;
	display: block;
	color: white;
	background-color: black;
	padding: 3px 4px;
	overflow: hidden;
	position: relative;
	top: -26px;
	height: 14px;
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.storyview-top-spot-image {
	border: 1px solid #000000;
}

.storyview-top-spot-image img {
	position: relative;
	top: 0;
	left: 0;
}

.storyview-top-spot-image div {
	border: 1px solid #000000;
}





