/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
	color: #7e0d0b;

}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


a{
	color: #5A0000;
	}
	

a:hover{
	color: #7e0d0b;
	}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img, img a {
    border: 0;
}



/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#content table{
	width: 100%;
	padding:0;
	}
	
table, tr, th, td{
		border:none;
		padding:0;

		vertical-align:top;
	}

td.leftcolumn, td.rightcolumn{
	background-color: #fff;
	width:186px;
	}
	
td.main{
	width: 556px;
	}

td.separator{
	width: 13px;
	}
	
td.inners{
		background-color: #fff;
}	

/******************* END NORMLAIZE RESET **************************/



/* ==========================================================================
   Clearfix - for containers with floated items inside
   ========================================================================== */
   .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* ==========================================================================
   Box sizing -   Add a natural box layout model to all elements - padding eats into width & height an doesn't add to dimensions 
   ========================================================================== */
   
  
* {
   -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
   *behavior: url(../js/boxsizing.htc);
}

ul li{list-style-type:none;}


@font-face {
    font-family: 'Museo700Regular';
    src: url('../fonts/Museo700-Regular-webfont.eot');
    src: url('../fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo700-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo700-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo700-Regular-webfont.svg#Museo700Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500Regular';
    src: url('../fonts/Museo500-Regular-webfont.eot');
    src: url('../fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo500-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo500-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo300Regular';
    src: url('../fonts/Museo300-Regular-webfont.eot');
    src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo300-Regular-webfont.woff') format('woff'),
         url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Museo300-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, h1, h2, ul, li{margin:0; padding:0;}

html{background:url("../img/body_bg.gif");}
body{background:url("../img/top_bg.gif") repeat-x; width:100%; font-family:'allerregular', Arial, Helvetica, sans-serif; min-height: 37px;}
.wrapper{width:963px; margin:0 auto;}
#page{background:url("../img/header-bg.png") no-repeat center 37px; width:100%; float:left;}

.social_networking{width:100%: float:left; padding: 0.3em 0;}
#cse-search-box{float:right;}
#cse-search-box input.search-box{width:76%; float:left;}
#cse-search-box input.search{background: #cecece url(../img/search_icon.gif) no-repeat 17px 5px; border-radius: 3px; padding: 2px 25px; border:1px solid #7b7b7b;}
.text-right{text-align: right; width:250px;}
.pull-right{float:right;}
.social_networking .social-like-block{margin: 0.2em 1em 0 0;}

header{width:100%; float:left; position:relative;}
header a.logo{background:url(../img/logo.png) no-repeat; width:372px; height:123px; text-indent:-9999em; float:left; margin-top:-28px;}
header nav{width:100%; float:left; background:url(../img/menu_bg.gif) repeat-x; margin-top:13px;}
header nav ul{width:635px; margin:0 auto; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif;}
header nav ul li{display:inline; margin-right:5px;}
header nav ul li a{font-size:18px; color:#fff; text-decoration:none; padding:10px 14px; float:left; text-transform:uppercase; text-shadow:0px 1px 1px #000;}
header nav ul li a:hover{color:#5A0000;}
header .header-banner-advert{
	position:absolute;
	right:0px;
	top:32px;
	overflow:hidden;
	width:468px;
	height:60px;
}

#content{width:100%; float:left; padding-top:6px;}
#content aside{/*width:186px;*/ padding:0 0 0 0; text-align:center; background:#fff; float:left; margin:0; border:none; }
#content aside.right{float:right; margin:0;}
#content article{float:left; width: 566px;}
#content .full-width article{width: 100%;}

#content aside h2{background:url("../img/aside_bg.gif");  text-align:left; font-size:17px;  text-shadow:0px 1px 1px #000; color:#fff; padding:14px 5px 14px 52px; position:relative; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif; text-transform:uppercase; width:100%; float:left;}
#content aside p{float:left; width: 164px; margin:10px 11px; font-family:Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.4em;}
#content aside p.boxed{background-color:#e2e7ee; padding: 7px; font-style: italic;}

#content aside p.caption{font-size: 12px; margin-top: 0;}
#content aside h2 span {background: url("../img/tv_show_icon.png") repeat scroll 0 0 transparent;  content: ""; width:34px; height:39px; position:absolute; top:2px; left:9px;}
#content aside ul{padding:0 5px; margin-bottom:10px; float:left; font-family:'allerbold', Arial, Helvetica, sans-serif;}
#content aside ul li{border-bottom:1px solid #d7d8dc; text-align:left;  list-style-type:none; float:left; width:98%; padding:5px 0;}
#content aside ul li a{color:#740202; font-weight:bold; font-size:15px; text-decoration:none; padding:2px 0 1px 5px; float:left; width:98%; letter-spacing: 0.04em;} 
#content aside ul li a:hover, .pagination_bottom a:hover, ul.pagination_top li a:hover, ul.pagination_top li.active a:hover, ul.list li a:hover, .nav-pagin a:hover, ul.multi-pag a:hover, ul.multi-pag a.active{color:#a20303;}
#content aside ul li:last-child{border:none;}
#content aside img{text-align:center; margin:10px 0;}
#content aside.right h2:before{background:none;}
#content aside.right h2{padding-left:15px; line-height: 1.4em;}
#content aside.right .first{margin-top:25px;}
#content aside.right img{margin:13px 0 12px;}


.categories{margin-top:18px; background:#434242; float:left; margin-bottom: 18px; width:100%;}
.categories .category{ background: none repeat scroll 0 0 #FFFFFF; overflow: hidden;}
.categories .category h3{float:left;}
.categories section{padding:12px;}

#categories, #categories div{ width: 542px; height:268px;}
#categories ul li{float:left; list-style-type:none; margin:5px 10.5px 5px 0; position: relative;}
#categories ul li.last{float:left; list-style-type:none; margin:5px 0 5px 0; position: relative;}
#categories ul li span{position: absolute; width:100%; background-color:rgba(255, 255, 255, 0.8); text-align: left; padding: 5px 10px; color: #5A0000; font-size: 18px;  *background-color:#fff; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  *filter: alpha(opacity=80); font-family: 'Museo700Regular', Arial, Helvetica, sans-serif;}
#categories ul li a{text-decoration:none;}
#categories ul li a:hover span{color: #A20303;}


h3{background:#fff; margin:0px; padding:14px; color:#2b405f; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif; font-weight:bold; text-shadow: 0 1px 1px #000000;}
.nav-slider{background: #5A0000; float:right;}
.nav-slider #prev{background: url(../img/prev-icon.png) no-repeat; width:46px; height: 50px; display: block; float:left; text-indent:-10000em;}
.nav-slider #next{background: url(../img/next-icon.png) no-repeat; width:46px; height: 50px; display: block; float:left;text-indent:-10000em;}
footer{background: url("../img/footer_bg.gif") repeat-x 0 bottom #5d6776; width:100%; float:left; margin-top:50px; padding:20px 0 120px;}
footer ul{ font-family:'allerregular', Arial, Helvetica, sans-serif; float:left; margin: 0 1em 0 0; border-right:1px solid #373737; padding: 0 1em 0 0;}
footer ul li a{font-size:0.875em; color:#d1e7fc; font-family:'allerregular', Arial, Helvetica, sans-serif; text-decoration: none; padding: 0.2em 0; display: block;}
footer p{float:right; width:43%; text-align:right; color:#fff; font-size:12px; margin: 0;}
footer ul + ul{border:none; margin: 0;}
footer ul li a:hover{text-decoration: underline;}
footer ul.footer_menu{margin: 0; padding: 0;}
footer ul.footer_menu li{float:left;  }
footer ul.footer_menu li a{color:#ffffff; border-right:1px solid #373737; padding: 0 0.3em;}
footer ul.footer_menu li:last-child a{border:none;}
.tv-google-ad-block{background: #fff;  width:100%;}
.tv-google-ad-block article{background: #ffffff; padding: 27px 50px;}

.info_slide_dots{display: none !important;}
.label_skitter p{font-size: 20px !important; font-family: 'Museo500Regular', Arial, Helvetica, sans-serif !important; color: #fdfde4; border-bottom:1px solid #fff; letter-spacing:0.04em;}
.label_skitter p + p{border-bottom:none; font-size: 16px !important; color:#fff;   font-family: 'allerregular', Arial, Helvetica, sans-serif !important; letter-spacing:0.04em;}


.lt-ie8 .tv-google-ad-block article{padding:27px 50px}
.pluginSkinLight{ float: right !important;  margin-right: 10px !important;  margin-top: 3px !important;}

.social_networking iframe  script iframe{}

.home{
	background:url(../img/home-main-bg.gif) transparent 0 bottom repeat-x;
	}
.main h2{font-size: 15px;}

/** Biography / Articles grid layouts**/
.inner-grid-layout
{background: #fff;  position: relative;}	
.inner-grid-layout
 .grid-layout{padding: 20px 10px 0;}
.inner-grid-layout
 h1{color:#040404; font-size: 22px; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif; border-bottom:1px solid #040404; padding: 0 0 10px 0;}
.inner-grid-layout
 ul.grid{list-style: none; margin: 20px 0 0;}
.inner-grid-layout
 ul.grid li{float:left; width:166px; background: #f2f2f2; margin: 0 14px 20px 0px;}
.inner-grid-layout
 ul.grid li.last{margin: 0 0 20px 0px;}
.inner-grid-layout
 ul.grid li img{border:1px solid #ccc;}
.inner-grid-layout
 ul.grid li h2{font-size: 16px; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif; text-align: center; padding: 6px 10px 0px; color:#740202;}
.inner-grid-layout
 ul.grid li p{font-size: 13px; font-family: Arial; color:#363636; line-height: 20px; padding: 0 10px; text-align: center;}
.inner-grid-layout
.grid-layout ul.bio-graphy li {min-height: 230px;}

.grid-layout ul.articles li {min-height: 380px;}

.back-up{background: none repeat scroll 0 0 #EBEBEB; display: block; width:100%; overflow: hidden;}
.back-up a{float:right; background: url(../img/back-up.jpg) no-repeat 0 0 transparent; width:124px; height: 33px;}
.back-up a:hover{ background: url(../img/back-up.jpg) no-repeat 0 -33px transparent; }

.single-review{}
.single-review .review-head{background: #6e7580; padding: 10px 17px; border:none; color:#fff; overflow: hidden;}
.single-review .review-head h1{border:none; font-size: 22px; font-family: 'Museo300Regular', Arial, Helvetica, sans-serif; text-shadow: 0 1px 4px #000000; color:#fff; float:left; padding: 0;}
.single-review .review-head img{float:right; padding: 0.2em 0 0 0;}
.tv-div{text-align: center; border-bottom: 1px solid #b7b7b7; margin: 20px; background: url(../img/frame-tv.png) no-repeat 52px -2px; padding-bottom: 45px;}
.tv-div img{margin: 20px auto;}

.review-block .review-div h2{font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color:#2c2c2c; line-height: 22px;}
.review-block .review-div p{font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 20px;}
.pull-right{float:right;}
.review-block .review-div img.pull-right{margin:0 0px 10px 10px; float:right;}
.review-block .review-div img.pull-left{margin:0 10px 10px 0; float:left;}
.text-center{text-align: center;}
.review-blog  span{font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color:#2c2c2c; font-style: italic;}
.review-blog  span + span{font-size: 13px; font-style: italic; font-weight: normal;  color:#2c2c2c;}
.tv-links-block{margin: 10px 0px; background: #e2e7ee; padding:0px 10px; overflow: hidden;}
.tv-links-block p{padding:4px 10px 0; margin: 0; font-size: 15px;}
.tv-links-block a{margin: 0 10px 0 0;}
.pull-left{float:left;}
.pull-right{float:right;}
.pad-r40{padding-right: 40px !important;}
.pad-l40{padding-left: 40px !important;}
.pad-t7{padding-top: 12px !important;}
.pad-t12{padding-top: 15px !important;}
.pad-t5{padding-top: 5px !important;}

.nav-pagin{margin: 15px 0; overflow: hidden; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif;}
.nav-pagin a{font-size: 16px; display: block; color:#740202; text-decoration: none; float:left;} 
/*** TV listing ***/
.content .content_banner{margin:13px 0;}
/*#content article.content.tv_listing{width:561px;}*/
.inner-grid-layout
 .grid-layout{padding:20px 17px 0 17px;}
ul.pagination_top{background:url(../img/pagination_bg.gif) repeat-x; width:100%; float:left; margin:14px 0 5px 0; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif;}
ul.pagination_top li{padding:3px 9px; float:left; display:inline;}
ul.pagination_top li a{font-size:20px; color:#072147; text-decoration:none;}
ul.pagination_top li.last{ padding:5px;}
ul.pagination_top li.active a{color:#740202;}
ul.pagination_top li.active{padding-right:5px;}
ul.pagination_top li.active span{text-decoration:underline; padding-right:5px;}
ul.pagination_top li.last a{font-size:15px;}
div.listing h3{margin:15px 0 5px 0; padding:0px 0 0px 0; color:#000000; width:100%; float:left; border-bottom:2px solid #b7b7b7; font-weight:normal; font-size:20px; text-shadow:none;}
ul.list li{ font-family:Arial, Helvetica, sans-serif; width:100%; margin-bottom:4px; float:left;}
ul.list li a{color:#740202; font-size:14px;  text-decoration:none; margin-bottom:5px; font-weight:bold; }
ul.list{margin-bottom:10px;}

ul.list li img {
    display: inline;
    margin: 0 0 0 5px;

}
.pagination_bottom {
  float: left;
  margin: 30px 0;
  text-align: center;
  width: 100%;
font-family: 'Museo700Regular', Arial, Helvetica, sans-serif;
  color:#232323;
}

.pagination_bottom a{padding:0 5px; color: #5A0000; text-decoration:none;}
.pagination_bottom .previous {
}

.pagination_bottom .next {
}
/** TV lising ends **/

/*** Multi review starts ***/
.multi-reivew{padding:20px 10px 0;}
.multi-reivew h1 {border-bottom: 1px solid #040404; color: #040404; font-family: 'Museo700Regular', Arial, Helvetica, sans-serif;  font-size: 22px;  padding: 0 0 10px;}
.pad-content{padding:0 10px;}

ul.multi-pag{list-style: none; float:right;}
ul.multi-pag li{float:left;}
ul.multi-pag a{font-size: 16px; display: block; color:#740202; text-decoration: none; float:left; padding: 0 5px;} 
.review-outer{padding:20px 17px 0;}
.review-outer .review-head{background: #6e7580; padding: 10px 15px; border:none; color:#fff; overflow: hidden;}
.review-outer .review-head h1{border:none; font-size: 20px; font-family: 'Museo300Regular', Arial, Helvetica, sans-serif; text-shadow: 0 1px 4px #000000; color:#fff; float:left; padding: 0;}
.review-outer .review-head h1.smaller{font-size:17px;}
.review-outer .review-head img{float:right; /*padding: 0.2em 0 0 0;*/}
.review-outer p{font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 20px;}
.review-outer .tv-links-block {margin-bottom: 25px;}
.review-outer .tv-links-block p{font-family:'allerregular', Arial, Helvetica, sans-serif; font-size: 15px;}
.review-outer  p img.pull-left{margin:0 10px 10px 0;}
/*** Multi review ends ***/
iframe{border:none !important;}

