/* BASE STYLES */
BODY {
	direction: marltr;
	*direction: ltr;
	background-color: White;
	color: #222222;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	overflow: visible !important;
}
BODY.popup {
	margin: 1em;
	text-align: justify;
}

A {
	/* color: #005689; */
	color: #1F4F82;
	/* font-weight: bold; */
	text-decoration: none;
}
A:hover {
	color: #005689;
	/*text-decoration: none;*/
	text-decoration: underline;
}
A:visited {
	color: #005689;
}
H1,
H2,
H3,
H4 {
	font-weight: normal;
	/*text-shadow: 1px 1px 1px #999999;*/
}
H1 {
	font-size: 24px;
	font-weight: bold;
	line-height:1.2;
}
H2 {
	font-size: 18px;
	line-height: 1.15;
}
H3 {
	font-size: 14px;
	line-height: 1.15;
}
H4 {
	font-size: 12px;
}

.html-output UL,
.html-output OL,
.html-output MENU,
.html-output DIR {
	margin-right: 0px;
}

/* BORDER LAYOUT */
#page {
	width: 970px;
	background: White;
	text-align: left;
}
/* BANNER CONTAINER */
#header .banner {
	text-align: right;
	background-color: #fefefe;
	/*padding: 5px 15px 10px 0;*/
	padding: 5px 0 5px 0;
	/*clear: both;*/
}
/*Logo and login holder*/
#header .masthead {
	clear: both;
	margin: 0 auto;
	height: 120px;
	/*border-top: 1px dotted #999999;*/
	color: #909090;
	/*font-size: 11px;*/
	/*font-weight: bold;*/
}
/* IE6 fix for dotted border bug */
* HTML #header .masthead {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-x scroll top;
	height: 87px;
}
#header .masthead .graphic {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding-top: 2px;
	padding-bottom: 0px;
	height: 96px;
}
#header .masthead .graphic A {
	display: inline-block;
}
#header .masthead .graphic IMG {
	border: none;
	/*padding-right: 20px;*/
	/*padding-right: 60px;*/ /* AKILA UPDATE */
	float: left:
}
#header .masthead .current-date {
	color:white;
	display:inline;
	float:left;
	/*height:23px;*/
	padding: 4px 10px 0px 3px;
	text-align:left;
	font-weight: bold;
}

#header .masthead .rss {
	float: right;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding-top: 4px;
	padding-right: 5px
	/*padding-right: 10px;*/
	/*text-align: right;
	width: 315px;*/
}
#header .masthead .login-element {
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	float:left;
	/*height:23px;*/
	padding: 4px 0px 0px 10px;
	font-weight: bold;
	width: 600px;
}
#header .masthead .html-snippet {
	background-color: black;
	height:25px;
}
#header .masthead DIV.links {
	text-align: right;
}
#header .masthead DIV.links A {
	text-decoration: none;
	color: white;
}
#header .masthead DIV.links A:hover {
	text-decoration: underline;
}
#header .masthead .banner {
	background-color:#FEFEFE;
	padding:5px 40px 5px 0;
	text-align:right;
	float: right;
	width:740px;
}
#header .navigation {
	height: 28px;
	background: #333333 url('http://cdn-wac.emirates247.com/res/img/navigation-bg.png') repeat-x 0 0;
	border-bottom: 1px solid Black;
	/*font-family: Times New Roman, Georgia, serif;*/
	font-family: Arial, sans-serif;
	line-height: 1;
	/* Fix for menu overlap in IE 6/7 */
	z-index: 100;
	position: relative;
}
/* IE6 fixes */
* HTML #header .navigation {
	height: 1%;
}
#header .navigation .main-menu,
#header .navigation .search {
	height: 24px;
}
#header .navigation .main-menu {
	display: inline-block;
	margin: 0 auto;
	font-size: 14px;
	/*font-weight: bold;*/
}
#header .navigation .main-menu .menu LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	position: relative;
	margin: 3px 0px;
}
#header .navigation .main-menu .menu A {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	padding: 4px 12px 8px;
	border-right: 1px dotted #999999;
}
/* IE6 fix for dotted border bug */
* HTML #header .navigation .main-menu .menu A {
	padding-top: 6px;
	border-right: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-y scroll right;
}
#header .navigation .main-menu .menu LI:last-child A,
#header .navigation .main-menu .menu LI.last-child A {
	border-right: none;
}
/* IE6 fix for dotted border bug */
* HTML #header .navigation .main-menu .menu LI.last-child A {
	background: none;
}
#header .navigation .main-menu .menu A:hover,
#header .navigation .main-menu .menu LI.selected A {
	color: Black;
	background-color: White;
}
/* IE6 naviagtion fixes */
* HTML #header .navigation .main-menu .menu LI.selected {
	border-bottom: none;
	background-image: none;
}
#header .navigation .main-menu .sub-menu {
	display: none;
	position: absolute;
	width: 148px;
	top: 27px;
	left: 0;
	padding: 0 5px;
	background-color: White;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
/* IE6 naviagtion fixes */
* HTML #header .navigation .main-menu .sub-menu {
	top: 22px;
}
#header .navigation .main-menu .sub-menu LI {
	margin: 0;
	border-top: none;
	width: 100%;
	line-height: 1.2;
}
#header .navigation .main-menu .sub-menu LI.marker {
	color: #333333;
	background-color: #CCCCCC;
	width: 138px;
	padding: 8px 0 8px 20px;
	margin: -1px -5px 0 -5px;
}
/* IE6 naviagtion fixes */
* HTML #header .navigation .main-menu .sub-menu LI.marker {
	margin-left: -3px;
	width: 140px;
}
#header .navigation .main-menu .sub-menu A {
	background: White;
	padding: 8px 0 8px 16px;
	border-bottom: 1px dotted #999999;
	border-right: none;
	color: #333333;
}
/* IE6 fix for dotted border bug */
* HTML #header .navigation .main-menu .sub-menu A {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-x scroll bottom;
}
#header .navigation .main-menu .sub-menu A:hover {
	background-color: White;
	background-position: center left;
	background-image: url('http://cdn-wac.emirates247.com/res/img/list-style-image-red.png');
	background-repeat: no-repeat;
	color: #D2232A;
}
#header .navigation .main-menu .sub-menu LI.first-child A,
#header .navigation .main-menu .sub-menu LI:first-child A {
	border-bottom: 1px dotted #999999 !important;
}
/* IE6 fix for dotted border bug */
* HTML #header .navigation .main-menu .sub-menu LI.first-child A {
	border-bottom: none !important;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-x scroll bottom !important;
}
#header .navigation .main-menu .sub-menu LI.last-child A,
#header .navigation .main-menu .sub-menu LI:last-child A {
	border-bottom: none !important;
	background-image: none; /* IE6 fix for dotted border bug */
}
#header .navigation .main-menu .sub-menu .sub-menu {
	border-top: 1px solid #CCCCCC;
	left: 154px;
	top: -2px;
}
#header .navigation .search {
	float: right;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin-top: 5px;
	margin-right: 15px;
	/*width: 225px;*/
	font-size: 10px;
	/*font-weight: bold;*/
}
#header .navigation .search INPUT.query {
	padding: 0px;
	/*font-size: inherit;*/
	width: 100px !important;
	height: 17px;
	border: 1px solid #999999;
	border-right: 0px;
}
#header .navigation .search INPUT.submit {
	background-color: #EBF2EE;
	border: 1px solid #999999;
}
#header .navigation .search A.advanced {
	padding-left: 5px;
	color: #CCCCCC;
	text-decoration: none;
}
#header .navigation .search A:hover {
	text-decoration: none;
}
#header .extras {
	/*height: 22px;*/
	/*padding-left: 16px;*/
	/*padding-top: 8px;*/
	/*border-bottom: 1px dotted #999999;*/
}
/* IE6 fix for dotted border bug */
* HTML #header .extras {
	/*border-bottom: none;*/
	/*background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-x scroll bottom !important;*/
}
/* BREAKING NEWS TICKER */
#header .extras .breaking-news {
	/*float: right;*/
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	overflow: hidden;
	width: 700px;
	z-index: 0;
	vertical-align: middle;
	position: relative;
	/*margin-top: -3px;*/
	margin-top: 3px;
	margin-left: 12px;
}
#header .extras .breaking-news H2 {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin-top: 5px;
	padding-right: 4px;
	color: #D2232A;
	font-size: 12px !important;
	font-weight: normal !important;
}
/* liScroll style declarations */
#header .extras .breaking-news .tickercontainer { /* the outer div with the black border */
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 2px;
	overflow: hidden;
}
#header .extras .breaking-news .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	background-color: #DADADA;
	position: relative;
	overflow: hidden;
	padding: 0px 4px;
}
#header .extras .breaking-news UL { /* that's your list */
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header .extras .breaking-news UL LI {
	/*float: right;*/ /* important: display inline gives incorrect results when you check for elem's width */
	float: left;
	margin-top: 5px;
	/*padding: 0;*/
	/*padding-top: 5px;*/
	display: none;
}
#header .extras .breaking-news UL LI.first-child {
	display: block;
}
#header .extras .breaking-news UL A {
	white-space: nowrap;
	padding: 0;
	/*color: #D2232A;*/
	color: #005689;
	margin: 0 50px 0 0;
}
#header .extras .breaking-news UL LI A:hover {
	text-decoration: underline;
}
/* Secondary navigation styles */
#header .extras .navigation-secondary {
	clear: both;
	float: none;
	overflow: hidden;
	height: 20px;
	border-bottom: 1px dotted #999999;
	padding-top: 5px;
	padding-left: 16px;
}
/* IE6 fix for dotted border bug */
* HTML #header .extras .navigation-secondary {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-x scroll bottom !important;
}
#header .extras .navigation-secondary H2 {
	/*float: left;*/
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	font-size: inherit;
}
#header .extras .navigation-secondary UL {
	/*float: left;*/
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
}
#header .extras .navigation-secondary LI {
	/*float: left;*/
	/*display: inline;*/ /* Bug Fix: IE Double Margin Float Bug */
	display: inline;
	padding: 0px 18px;
	margin-bottom: 20px;
	white-space: nowrap;
}
#header .extras .navigation-secondary LI.first-child {
	padding-left: 20px;
}
#header .extras .navigation-secondary LI.last-child {
	padding-right: 0px;
}
#header .extras .navigation-secondary LI A {
	/*padding-bottom: 10px;*/
}
#header .extras .navigation-secondary LI.current A {
	font-weight: bold;
}
.companies-markets #header .extras .navigation-secondary LI.first-child,
.the-business-of-life #header .extras .navigation-secondary LI.first-child {
	padding-left: 0px;
}
.companies-markets #header .extras .navigation-secondary LI,
.the-business-of-life #header .extras .navigation-secondary LI {
	/*float: left;*/
	/*display: inline;*/ /* Bug Fix: IE Double Margin Float Bug */
	display: inline;
	padding: 0px 8px;
	margin-bottom: 20px;
	white-space: nowrap;
}
.sports #header .extras .navigation-secondary LI.first-child {
	padding-left: 450px;
}
.opinion #header .extras .navigation-secondary LI.first-child {
	padding-left: 575px;
}
/* Breadcrumb styles */
#header .extras .breadcrumb {
	/*float: left;*/
	/*display: inline;*/ /* Bug Fix: IE Double Margin Float Bug */
	/*width: 700px;*/
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-weight: normal;
	font-size: 11px;
	float:left;
	width:700px;
}
#header .extras .breadcrumb LI {
	/*float: left;*/
	/*display: inline;*/ /* Bug Fix: IE Double Margin Float Bug */
	margin-right: 4px;
}
#header .extras .breadcrumb A {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/breadcrumb-arrow-ltr.gif') right -37px no-repeat;
	padding-right: 15px;
	text-decoration: none;
}
#header .extras .breadcrumb A:hover {
	/*background: transparent url('http://cdn-wac.emirates247.com/res/img/breadcrumb-arrow-ltr.gif') top right no-repeat;*/
	background-position: right -1px;
	text-decoration: underline;
}
#header .extras .breadcrumb UL LI:last-child A,
#header .extras .breadcrumb UL LI:last-child A:hover,
#header .extras .breadcrumb UL LI.last-child A,
#header .extras .breadcrumb UL LI.last-child A:hover {
	background: none;
}
/* MAIN container */
#main-column {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding: 10px 0px;
}
BODY.two-columns #main-column {
	width: 670px;
}
/* Footer */
#footer {
	border-top: 3px Black solid;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/e247-footer-bg.gif') no-repeat left 15px;
	padding-top: 58px;
	/*text-align: center;*/
}
#footer .sections {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	/*width: 100%;*/
	/*text-align: left;*/
}
#footer .sections .menu {
	display: inline-block;
	text-align: left;
	/*width: 100%;*/
}
/** Added the float left */
#footer .sections .menu LI {
	display: inline-block;
	/*padding-right: 20px;*/
	padding-right: 15px;/*change made because of the page name south africa calling*/
	vertical-align: top;
	font-weight: bold;
	line-height: 1.35;
}
#footer .sections .menu LI {
	float: left;
}
#footer .sections .menu LI UL LI {
	float: none;
}
#footer .sections .menu LI.last-child {
	display: inline-block;
	padding-right: 0px;
	vertical-align: top;
	font-weight: bold;
}
#footer .sections .sub-menu LI,
#footer .sections .sub-menu LI.last-child {
	display: block;
	/*padding-right: 0px;*/
	font-weight: normal;
}
#footer .links {
}
#footer .links LI {
	float: none;
	/*display: inline-block;*/
	display: block; /*change made because of the page name south africa calling*/
	clear: right; /*change made because of the page name south africa calling*/
	padding-right: 20px;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.35;
}
#footer .copyright {
	clear: both;
	float: none;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}
/*
#footer SPAN {
	vertical-align: middle;
	text-align: center;
}
#footer SPAN A {
	padding: 0 5px 0 5px;
	color: White;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}
#footer SPAN A:hover {
	text-decoration: underline;
}
#footer DIV {
	text-align: center;
}
#footer DIV SPAN A {
	padding: 0 5px 0 5px;
	font-size: 0.8em;
	color: White;
	text-decoration: none;
	vertical-align: middle;
}
#footer DIV SPAN A:hover {
	text-decoration: underline;
}
*/
#side-column {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding-bottom: 10px;
	/*font-size: 90%;*/
	/*line-height: normal;*/
}
BODY.two-columns #side-column {
	width: 300px;
}
#side-column .widget {
	margin-top: 10px;
	background-color: #ededed;
	padding: 8px;
}
#side-column .widget H2 {
	padding: 2px 0px 7px 3px;
	color: #000000;
	background-color: #ededed;
}
#side-column .widget P {
	font-size: 12px;
	line-height: 1.25;
}
#side-column .widget .content {
	background-color: White;
	padding: 5px;
}
#side-column .widget .text H2 {
	background-color: White;
}
#side-column .banner {
	margin-top: 10px;
}
#side-column .editors-space {
	padding-bottom: 5px;
}
#side-column .editors-space UL {
	list-style: none;
	/*margin: 5px 0px;*/
}
#side-column .editors-space UL LI {
	display: inline-block;
	padding: 3px 0px;
	padding-bottom: 10px;
}
#side-column .editors-space UL LI .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 86px;
	overflow: hidden;
	margin-right: 5px;
	/*background-color: #CCCCCC;*/
	text-align: center;
}
#side-column .editors-space UL LI .media IMG {
	margin: 0px;
	width: 86px;
}
#side-column .editors-space UL LI .text {
	display: inline-block;
	width: 182px;
}
#side-column .editors-space UL LI .text H2 {
	padding: 0px;
	padding-bottom: 1px;
	border-bottom: 0px;
	font-size: 14px;
	line-height: 1.2;
}
* HTML #side-column .editors-space UL LI .text {
	width: 200px;
}
/*#side-column .editors-space UL LI .text H3 {
	padding: 0px;
	color: Black;
	font-size: 1.5em;
}*/

/*VIDEO MODULE*/
#side-column .video {
	padding: 0px;
	background-color: #8CABC3;
}
#side-column .video H2 {
	border-bottom: 0px;
	color: #ffffff;
	background-color: #8CABC3;
	padding: 7px 8px;
}
#side-column .video .player {
	display: block;
	width: 300px;
	height: 225px;
	/*margin-left: -1px;*/
}
#side-column .video .content {
	background-color: #8CABC3;
}
#side-column .video UL.clips {
	/*padding-top: 8px;*/
}
#side-column .video UL.clips LI {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/icons/camera-gray.png') no-repeat left 2px;
	margin-left: 8px;
	padding-left: 15px;
	padding-bottom: 4px;
}
#side-column .video UL.clips LI A {
	color: #ffffff;
}
#side-column .video LI IMG {
	display: none;
}

/* IMAGE MODULE */
#side-column .image {
	padding: 0px;
	background-color: #2b2b2b;
}
#side-column .image H2 {
	color: #ffffff;
	/* background-color: #8cabc3; */
	background-color: #000000;
	padding: 7px 8px;
}
#side-column .image .content {
	padding: 0px;
	padding-bottom: 10px;
	text-align: left;
	background-color: #2b2b2b;
}
#side-column .image UL LI {
	float: left;
	display: inline;
	width: 135px;
	margin: 5px 7px 10px;
	height: 120px; /* added on 2010-07-05 */
}
#side-column .image UL LI.odd {
	clear: right;
	margin-left: 8px;
}
#side-column .image A {
	font-size: 12px;
	line-height: 1.2em;
	color: #ffffff;
}
#side-column .image H2 A {
	font-size: 18px;
}
#side-column .image IMG {
	width: 135px;
	border: 1px solid #BAAB96;
	margin-bottom: 3px;
}
#side-column .image DIV.see-more {
	float: left;
	width: 100%;
	padding: 3px 7px;
	/* background-color: #d1700f; */
	background-color: #000000;
	border-top: 1px solid #222222;
	color: #ffffff;
	margin-top: 10px;
	display: block;
}
/*#side-column .image DIV.see-more A {
	color: #ffffff;
}*/

/*AUDIO MODULE*/
#side-column .audio {
	/*padding: 0;*/
}
#side-column .audio .player {
	display: block;
	width: 320px;
	height: 24px;
	margin-right: -1px;
	padding-bottom: 8px;
}
#side-column .audio UL.clips {
	/*font-size: 0.8em;*/
}
#side-column .audio UL.clips LI {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/list-style-image-red.png') no-repeat right center;
	padding: 0px 10px 4px 0px;
}
/* Polular Content Tabs*/
#side-column .tabbed-content {
	clear: both;
	padding-bottom: 0px;
	/*background-color: #f0f0f0;*/
	/*border: none;
	border-top: 2px #464646 solid;*/
	border-bottom: 8px solid #ededed;
}
#side-column .tabbed-content H2 {
	/*border-bottom: 5px solid #f2f2f2;*/
}
#side-column .tabbed-content UL.tabs {
	/*float: left;*/
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	/*font-weight: bold;*/
	/*font-family: Times New Roman, Georgia, serif;*/
	font-size: 12px;
	list-style: none;
	width: 100%;
	/* border-bottom: 1px solid #D6CCC4 */
}
#side-column .tabbed-content UL.tabs LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding: 2px 8px;
	line-height: 1.8em;
	border-right: none;
	margin: 0px 7px -1px 7px;
	/*overflow: hidden;*/
	position: relative;
}
#side-column .tabbed-content UL.tabs LI.first-child {
	margin-left: 0px;
}
#side-column .tabbed-content UL.tabs LI A {
	/*display: block;*/
	padding: 0 7px;
	/*border: 1px solid White;*/
	outline: none;
}
#side-column .tabbed-content UL.tabs LI A:hover {
}
#side-column .tabbed-content UL.tabs LI.active {
	background: White;
	border-bottom: 1px solid White;
	/* border: 1px solid #D6CCC4; */
	/* border-bottom-color: White; */
}
#side-column .tabbed-content UL.tabs LI.active A {
	color: Black;
	border-bottom-color: White;
}
#side-column .tabbed-content .container {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	/* border-top: 1px solid #D6CCC4; */
	/*border-top: none;*/
	width: 284px;
	background: White;
}
* HTML #side-column .tabbed-content .container {
	margin-top: -6px;
	height:1%;
}
#side-column .tabbed-content .container .tab_content {
	padding: 5px;
	display: none;
}
#side-column .tabbed-content .container .tab_content:first-child {
	display: block;
}
#side-column .tabbed-content .container .tab_content UL {
}
#side-column .tabbed-content .container .tab_content UL LI {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/list-style-image-gray.png') no-repeat left 5px;
	padding-left: 12px;
	margin: 0px;
}
#side-column .tabbed-content .container .tab_content .media {
	display: none;
}
#side-column .tabbed-content .container .tab_content .text {
	display: inline-block;
}
#side-column .tabbed-content .container .tab_content .text H2 {
	border-bottom: 3px solid #ffffff;
	font-size: 13px;
	line-height: 1.2;
}
#side-column .tabbed-content .container .tab_content .text P {
	display: none;
}
#side-column .tabbed-content .container .tab_content .text A:hover {
	text-decoration: underline;
}

#side-column .poll {
	/*min-height: 250;*/
	/*color: Black;*/
	/*font-size: 1em;*/
	/*font-weight: bold;*/
	margin-top: 10px;
	background:transparent url('http://cdn-wac.emirates247.com/res/img/eb247/e247-poll-bg.png') no-repeat;
	padding: 7px 12px 7px 7px;
	border-top: none;
}
#side-column .poll H2 {
	background-color: transparent;
	border-bottom: inherit;
	margin-right: 0;
	padding: 7px 12px 7px 7px;
}
#side-column .poll .content {
	background-color: transparent;
}
#side-column .poll H3 {
	padding-bottom: 10px;
	padding-top:10px;
	color: inherit;
	font-size: 13px;
}
#side-column .poll FORM FIELDSET {
	border: none;
	padding: 2px 8px;
	vertical-align: top;
}
#side-column .poll FORM FIELDSET INPUT {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	/*display: inline-block;*/
	margin: 2px 4px;
}
#side-column .poll FORM FIELDSET LABEL {
	display: table;
}
#side-column .poll FORM FIELDSET.submit,
#side-column .poll FORM FIELDSET.links {
	text-align: center;
}
#side-column .poll FORM FIELDSET.submit INPUT {
	float: none;
}
#side-column .poll FORM FIELDSET.links A {
	padding: 0px 4px;
}
#side-column .poll .links A {
	/*color: #D2232A;*/
}
#side-column .poll A:hover {
	text-decoration: underline;
}
#side-column .poll H3.thanks {
	color: #D2232A;
	font-size: 1.4em;
	text-align: center;
	text-shadow: none;
}
#side-column .poll .results STRONG {
	display: block;
	white-space: nowrap;
	_height: 1%;
	border-left: 0px solid #D2232A;
	padding-left: 3px;
	margin-top: 3px;
}
#side-column .poll .results LI {
	display: block;
	margin: 3px 0px;
}
#side-column .poll .results LI.total {
	padding: 8px 0px;
}
#side-column .poll .results LI.total STRONG {
	background: none;
}
/* FOREX module */
#side-column .forex {
	padding-bottom: 11px;
}
#side-column .forex LI {
	display: list-item;
}
#side-column .forex LI {
	width: 100%;
	border-bottom: 1px dotted #eeeeee;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 13px;
	/*font-weight: bold;*/
}
/* IE6 fix for dotted border bug */
* HTML #side-column .forex LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
/* Chas - completely new */
#side-column .forex LI.last-child {
	border-bottom: none;
}
#side-column .forex LI SPAN {
	display: inline-table;
}
#side-column .forex LI .currency {
	/*width: 100px;*/
	width: 95px;
}
#side-column .forex LI .rate {
	width: 50px;
	text-align: right;
}
#side-column .forex LI .change {
	width: 120px;
	text-align: right;
}
#side-column .forex LI.rising .change {
	color: #458B00;
}
#side-column .forex LI.falling .change {
	color: #D2232A;
}
/* STOCK module */
#side-column .stock {
	padding-bottom: 11px;
}
#side-column .stock LI {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
	font-size: 13px;
}
/* IE6 fix for dotted border bug */
* HTML #side-column .stock LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#side-column .stock LI SPAN {
	display: inline-table;
}
#side-column .stock LI .rate {
	width: 150px;
	/*text-align: right;*/
}
#side-column .stock LI .change {
	width: 120px;
	text-align: right;
}
#side-column .stock LI.rising .change {
	color: #458B00;
}
#side-column .stock LI.falling .change {
	color: #D2232A;
}
/* Prayer Module */
#side-column .prayer {
 padding-bottom: 11px;
}
#side-column .prayer LI.header{
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 12px;
	color: #707070;
	display: list-item;
	background-color: #ffffff;
}
#side-column .prayer .locationh {
	width: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 9pt;
	padding-right: 9px;
}
#side-column .prayer .timeh {
	width: 23px;
	text-align: left;
	font-weight:bold;
	font-size: 9pt;
}
#side-column .prayer .timeh.fajr {
 	padding-right: 3px;
}
#side-column .prayer .timeh.shorooq {
	padding-right: 3px;
	padding-left: 2px;
}
#side-column .prayer .timeh.duhr {
	padding-right: 3px;
}
#side-column .prayer .timeh.asr {
	padding-right: 3px;
	padding-left: 5px;
}
#side-column .prayer .timeh.magrib {
	padding-right: 3px;
	padding-left: 3px;
}
#side-column .prayer .timeh.isha {
	padding-left: 3px;
}
#side-column .prayer .content {
	border: none;
	padding: 3px;
}
#side-column .prayer LI {
	width: 100%;
	border-bottom: none;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 12px;
	display: list-item;
}
/* IE6 fix for dotted border bug */
* HTML #side-column .prayer LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#side-column .prayer LI SPAN {
	display: table;
}
#side-column .prayer LI SPAN {
	display: inline-table;
}
#side-column .prayer LI .location {
	width: 47px;
	text-align: left;
}
#side-column .prayer LI .time {
	width: 32px;
	text-align: right;
	padding-right: 2px;
	padding-left: 1px;
}
#side-column .prayer LI.last-child {
	border-bottom: none;
}
#side-column .prayer LI.even {
	background-color: #f6f6ff;
}

/** Newsletter element */
#side-column .newsletter {
	margin-top: 0px;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/newsletter.gif') no-repeat;
	padding: 7px 12px 7px 7px;
	border-top: none;
}
#side-column .newsletter H2 {
	background-color:transparent;
	border-bottom:inherit;
	margin-right:0;
	/* padding:7px 12px 7px 7px; */
}
#side-column .newsletter .content {
	font-size: 12px;
	line-height: 1.3;
	padding: 0px 5px;
	background-color: transparent;
}
#side-column .newsletter FORM FIELDSET {
	padding: 8px 5px 5px;
}
#side-column .newsletter FORM FIELDSET.button {
	text-align: center;
	padding: 4px;
}
#side-column .newsletter FORM FIELDSET LABEL {
	display: inline-block;
	margin-left: 5px;
	text-align: right;
}
#side-column .newsletter FORM FIELDSET INPUT[type="text"] {
	width: 160px;
	padding: 2px;
}
/* FLASH NEWS */
#main-column .featured {
	width: 360px;
	padding: 0px;
	padding-right: 294px;
	position: relative;
	/*border: 5px solid #ccc;*/
	border: none;
	/*height: 225px;*/
	background-color: White;
	margin-bottom: 12px;
}
#main-column .featured UL.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 360px;
	list-style: none;
	padding: 0 !important;
	margin: 0;
	width: 294px;
}
#main-column .featured UL.ui-tabs-nav.ui-widget-header {
	border: none !important;
	background: none !important;
	display: block !important;
}
#main-column .featured UL.ui-tabs-nav LI {
	margin: 0px;
	padding: 1px 0;
	padding-left: 13px;
	font-size: 12px;
	color: #666666;
	background-color: White;
	background-image: none;
	width: 281px;
}
#main-column .featured UL.ui-tabs-nav.ui-widget-header LI {
	border: none !important;
	float: left;
}
#main-column .featured UL.ui-tabs-nav LI IMG {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin: 2px 5px;
	background: White;
	padding: 2px;
	border: 1px solid #EEEEEE;
	width: 70px;
	/*height: 44px;*/
}
#main-column .featured UL.ui-tabs-nav LI H2 {
	font-family: Verdana;
	font-size: 11px;
	/*line-height: 18px;*/
	line-height: 16px;
	/*background: none;*/
	/*padding-top: 5px;*/
	white-space: normal !important;
}
#main-column .featured LI.ui-tabs-nav-item.ui-corner-top {
	float: left;
	border: none;
}
#main-column .featured LI.ui-tabs-nav-item A {
	display: block !important;
	overflow: hidden;
	/* width: 281px; */
	height: 54px;
	color: #333333;
	background: White;
	text-align: left;
}
#main-column .featured LI.ui-tabs-nav-item A:hover {
	background: #F2F2F2;
	/*text-decoration: none;*/
}
#main-column .featured LI.ui-tabs-selected {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/flashnews/selected-item-ltr.gif') left -3px no-repeat !important;
}
#main-column .featured UL.ui-tabs-nav LI.ui-tabs-selected A {
	background: #CCC;
}
#main-column .featured LI.ui-state-default A {
	padding: 0 !important;
	float: left;
}
#main-column .featured LI.ui-state-default A:hover {
	padding: 0 !important;
	float: left;
}
#main-column .featured LI.ui-state-active A {
	padding: 0 !important;
	float: left;
}
#main-column .featured LI.ui-state-active A:hover {
	padding: 0 !important;
	float: left;
}
#main-column .featured .ui-tabs-panel {
	width: 360px;
	height: 225px;
	background: #999;
	position: relative;
}
#main-column .featured .ui-tabs-panel.ui-widget-content {
	padding:0px !important;
	border: none !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important
}
#main-column .featured .ui-tabs-panel IMG {
	width: 360px;
	height: 225px;
}
#main-column .featured .ui-tabs-panel .info {
	position: absolute;
	top: 150px;
	left: 0;
	height: 75px;
	width: 360px;
	background: url('http://cdn-wac.emirates247.com/res/img/flashnews/transparent-bg.png');
	/*line-height: 15px;*/
	/*color: #CCCCCC !important;*/
	overflow: hidden;
}
#main-column .featured .ui-tabs-panel .info H2 {
	/*font-family: Georgia, serif; */
	font-size: 18px;
	color: #fff;
	padding: 2px 5px;
	margin: 0;
	/*text-align: left;*/
}
#main-column .featured .ui-tabs-panel .info P {
	margin: 0 5px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #f0f0f0;
	/*display: none;*/
}
#main-column .featured .ui-tabs-panel .info A {
	text-decoration: none;
	color: #fff;
}
#main-column .featured .ui-tabs-panel .info A:hover {
	text-decoration: underline;
}
#main-column .featured .ui-tabs-panel.ui-tabs-hide {
	display: none;
}
#main-column .featured LI.ui-state-default .ui-state-hover {
	background-image: transparent;
}
#main-column .featured .ui-tabs-panel .ui-tabs-hide {
	display: none;
}

.top-link {
	/*font-family: Times New Roman, Georgia, serif;*/
	/*font-weight: bold;*/
	font-size: 12px;
	text-align: right;
	padding: 6px 0px;
}
.top-link A {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/top-link-bg.gif') right 0.5em no-repeat;
	padding-right: 10px;
}
#main-column .section {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 320px;
	margin: 0px 15px 10px 0;
	/*font-size: 90%;*/
	line-height: normal;
	border-top: 3px solid #D2232A;
}
* HTML #main-column .section {
	height: 1%;
}
#main-column .section.odd {
	/* REMOVED BECAUSE OF EB247 MANY EXCEPTIONS */
	/*clear: left;*/
}
#main-column .section-list H1,
#main-column .section H1 {
	font-size: 20px;
	font-weight: bold;
	/*color: #CC0000;*/
	padding: 7px 0px 5px 0px;
	border-bottom: 1px #f0f0f0 solid;
	margin-bottom: 4px;
}
#main-column .section H1 A {
	color: inherit;
}
#main-column .section UL LI {
}
/* IE6 fix for dotted border bug */
* HTML #main-column .section UL LI {
}
#main-column .section UL LI.first-child {
	/*margin-right: 0px;*/
}
#main-column .section UL LI .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 320px;
	/*margin-left: 5px;*/
	margin: 0px;
	/*background-color: #CCCCCC;*/
}
#main-column .section UL LI .media IMG {
	margin: 0px;
	width: 320px;
}
#main-column .section UL LI .text {
	width: 100%;
}
* HTML #main-column .section UL LI .text {
	width: 320px;
}
#main-column .section UL LI .text H2 {
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 1px;
}
#main-column .section UL LI .text P {
	font-size: 12px;
	line-height: 1.25;
}
#main-column .section UL LI .text P.date-time {
	display: none;
}

/* 'title-only' teasers
#main-column .section.title-only UL {
	border-top: 1px dotted #CCCCCC;
} */
/* IE6 fix for dotted border bug */
* HTML #main-column .section.title-only UL {
	border-top: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll top;
}
#main-column .section.title-only LI {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .section.title-only LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#main-column .section.title-only LI A {
}

/* 'teaser-first' teasers */
#main-column .section.teaser-first {
}
#main-column .section.teaser-first LI {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px 0px;
	font-size: 14px;
	font-weight: normal;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .section.teaser-first LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#main-column .section.teaser-first LI.first-child {
	padding-top: 0px;
	background: none;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
}
#main-column .section.teaser-first .media {
	float: none;
	margin: 0px;
}
#main-column .section.teaser-first .media IMG {
	margin: 0px;
}
#main-column .section.teaser-first .text {
}
#main-column .section.teaser-first .text H2 {
	color: inherit;
}
#main-column .section.teaser-first .text P {
	color: #222222;
}
/* featured news teaser */
#main-column .section.latest-news {
	/*border-top: none;*/
}
#main-column .section.latest-news H2 A {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#main-column .section.latest-news H1 {
	display: none;
}
#main-column .section.latest-news LI {
	/*width: 100%;*/
	border: none;
	/*border-top: 1px dotted #CCCCCC;*/
	/*padding: 6px 0px;*/
	padding: 3px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .section.latest-news LI {
	border: none;
	/*background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll top;*/
}
#main-column .section.latest-news LI.first-child,
#main-column .section.latest-news LI.el2,
#main-column .section.latest-news LI.el3,
#main-column .section.latest-news LI.el4 {
	border: none;
	padding: 0 0 5px;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
#main-column .section.latest-news LI.el2,
#main-column .section.latest-news LI.el3,
#main-column .section.latest-news LI.el4 {
	background: url("http://cdn-wac.emirates247.com/res/img/list-style-image-gray.png") no-repeat scroll left 5px transparent;
	padding-left: 10px;
}
#main-column .section.latest-news LI.el2,
#main-column .section.latest-news LI.el3 {
	padding-bottom: 3px;
}
#main-column .section.latest-news LI.el4 {
	padding-bottom: 6px;
}
#main-column .section.latest-news LI.first-child {
	padding-top: 10px;
}
/* second teaser block - 'Top Headlines' */
#main-column .section.top-headline {
	border-top: 3px solid #D2232A;
}

/* two-columns-teaser section element */
#main-column .section.two-columns-teaser,
#main-column .section.sports {
	float: none;
	clear: both;
	display: block;
	width: auto !important;
}
#main-column .section.two-columns-teaser LI,
#main-column .section.sports LI {
	margin-bottom: 10px;
}
#main-column .section.two-columns-teaser UL LI .media,
#main-column .section.sports UL LI .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 120px;
	margin-right: 5px;
	/*background-color: #CCCCCC;*/
}
#main-column .section.two-columns-teaser UL LI .media IMG,
#main-column .section.sports UL LI .media IMG {
	margin: 0px;
	width: 120px
}
#main-column .section.two-columns-teaser UL LI .text,
#main-column .section.sports UL LI .text {
	width: 194px;
}
#main-column .section.two-columns-teaser UL LI.first-child,
#main-column .section.sports UL LI.first-child {
	float: left !important;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	clear: left;
	border-bottom: none;
	background: none;
	margin-right: 16px;
}
#main-column .section.two-columns-teaser UL LI.first-child .media,
#main-column .section.sports UL LI.first-child .media {
	float: none;
	display: block;
	margin-right: 0px;
	width: 320px;
}
#main-column .section.two-columns-teaser UL LI.first-child .media IMG,
#main-column .section.sports UL LI.first-child .media IMG {
	width: 320px;
}
#main-column .section.two-columns-teaser UL LI.first-child .text,
#main-column .section.sports UL LI.first-child .text {
	float: none;
	width: 320px;
}
/* News section & Sectors teaser */
#main-column .section.filmstrip,
#main-column .section.news,
#main-column .section-list {
	clear: both;
	width: 655px;
	border-top: 3px solid #D2232A;
	padding: 0px 0px;
}
#main-column .section.filmstrip LI,
#main-column .section.news LI,
#main-column .section-list LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 3px
}
#main-column .section.filmstrip LI.last-child,
#main-column .section.news LI.last-child,
#main-column .section-list LI.last-child {
	padding-right: 0px;
}
#main-column .section.filmstrip LI .media,
#main-column .section.news LI .media,
#main-column .section-list LI .media {
	display: block !important;
	float: none !important;
	width: 160px !important;
}
#main-column .section.filmstrip LI .media IMG,
#main-column .section.news LI .media IMG,
#main-column .section-list LI .media IMG {
	width: 160px !important;
	padding: 4px 0px;
}
#main-column .section.filmstrip LI .text,
#main-column .section.news LI .text,
#main-column .section-list LI .text {
	font-size: 14px;
	font-weight: bold;
	width: 160px !important;
}
#main-column .section.filmstrip LI .text P,
#main-column .section.news LI .text P,
#main-column .section-list LI .text P {
	display: none;
}

#main-column .section.filmstrip LI.el4,
#main-column .section.filmstrip LI.el8,
#main-column .section.filmstrip LI.el12,
#main-column .section.filmstrip LI.el16,
#main-column .section.filmstrip LI.el20,
#main-column .section.filmstrip LI.el24,
#main-column .section.filmstrip LI.el28,
#main-column .section.filmstrip LI.el32,
#main-column .section.filmstrip LI.el36,
#main-column .section.filmstrip LI.el40,
#main-column .section.filmstrip LI.el44,
#main-column .section.news LI.el4,
#main-column .section.news LI.el8,
#main-column .section.news LI.el12,
#main-column .section.news LI.el16,
#main-column .section.news LI.el20,
#main-column .section.news LI.el24,
#main-column .section.news LI.el28,
#main-column .section.news LI.el32,
#main-column .section.news LI.el36,
#main-column .section.news LI.el40,
#main-column .section.news LI.el44,
#main-column .section-list LI.el4,
#main-column .section-list LI.el8,
#main-column .section-list LI.el12,
#main-column .section-list LI.el16,
#main-column .section-list LI.el20,
#main-column .section-list LI.el24,
#main-column .section-list LI.el28,
#main-column .section-list LI.el32,
#main-column .section-list LI.el36,
#main-column .section-list LI.el40,
#main-column .section-list LI.el44 {
	padding-right: 0px !important;
	clear: right;
}
#main-column .section.filmstrip LI.el5,
#main-column .section.filmstrip LI.el9,
#main-column .section.filmstrip LI.el13,
#main-column .section.filmstrip LI.el17,
#main-column .section.filmstrip LI.el21,
#main-column .section.filmstrip LI.el25,
#main-column .section.filmstrip LI.el29,
#main-column .section.filmstrip LI.el33,
#main-column .section.filmstrip LI.el37,
#main-column .section.filmstrip LI.el41,
#main-column .section.news LI.el5,
#main-column .section.news LI.el9,
#main-column .section.news LI.el13,
#main-column .section.news LI.el17,
#main-column .section.news LI.el21,
#main-column .section.news LI.el25,
#main-column .section.news LI.el29,
#main-column .section.news LI.el33,
#main-column .section.news LI.el37,
#main-column .section.news LI.el41,
#main-column .section-list LI.el5,
#main-column .section-list LI.el9,
#main-column .section-list LI.el13,
#main-column .section-list LI.el17,
#main-column .section-list LI.el21,
#main-column .section-list LI.el25,
#main-column .section-list LI.el29,
#main-column .section-list LI.el33,
#main-column .section-list LI.el37,
#main-column .section-list LI.el41 {
	clear: left;
}

#main-column .section.finance-and-banking {
}
#main-column .section.finance-and-banking .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 120px;
	margin-right: 5px;
}
#main-column .section.finance-and-banking .media IMG {
	margin: 0px;
	width: 120px
}
#main-column .section.finance-and-banking .first-child .text {
	width: 194px;
} */
#main-column .section.economy {
}
#main-column .wide {
	/*margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px 0px;*/
}
#main-column .article {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 456px;
	/*margin-top: 14px;*/
	margin-right: 14px;
}
#main-column .article H1 {
	font-size: 2.3em;
	/*margin: 1em 0;*/
}
#main-column .article H3 {
	font-size: 1.4em;
}
#main-column .article .metadata {
	margin: 0.5em 0px;
	color: #909090;
	font-size: 1em;
	font-weight: normal;
}
#main-column .article .metadata .source {
	margin-bottom: 4px;
}
#main-column .article .metadata .source UL {
	display: inline;
}
#main-column .article .metadata A {
	color: #909090;
}
#main-column .article .content {
	float: none;
	clear: both;
}
#main-column .article .content .media IMG {
	display: block;
	/*border: 1px solid #CCCCCC;*/
	max-width: 456px;
	width: expression(this.width > 456 ? 456 : true);
}
#main-column .article .content .media .caption {
	display: block;
	font-size: 11px;
	color: #333333;
	background-color: #f0f0f0;
	padding: 4px 5px;
}
#main-column .article .content .body {
	font-size: 1.166em;
	line-height: 1.35;
}
#main-column .article .content .body P {
	margin: 1em 0px;
}
#main-column .article .content .body .video-container {
	margin: 1em 0px;
	text-align: center;
}
#main-column .article .content .body .video-container .video {
	display: inline-block;
	width: 320px;
	height: 240px;
}
#main-column .article .tools .print,
#main-column .image-gallery .tools .print {
	float: right;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
}
#main-column .article .tools .email-to-friend,
#main-column .image-gallery .tools .email-to-friend {
	float: right;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
}
#main-column .article .tools .bookmark,
#main-column .image-gallery .tools .bookmark {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
}
#main-column .article .tools .bookmark UL LI,
#main-column .image-gallery .tools .bookmark UL LI {
	float: left;
	margin-right: 6px;
}
#main-column .article .tools .bookmark UL LI IMG,
#main-column .image-gallery .tools .bookmark UL LI IMG {
	border: none;
}
/*
#main-column .article .tools .bookmark .addthis_toolbox {
}
*/

#main-column .article .related,
#main-column .article .comments {
	border-top: 1px dotted #d71920;
	margin: 20px 0px;
	padding-top: 10px;
	float: none;
	clear: both;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .article .related,
* HTML #main-column .article .comments {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-d71920.gif') repeat-x scroll top;
}
#main-column .article .related H2,
#main-column .article .comments H2 {
	/*font-size: 1.7em;*/
	/*color: #D2232A;*/
}
#main-column .article .related LI {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/list-style-image-red.png') no-repeat left 0.7em;
	padding: 4px 0px 0px 10px;
}
#main-column .article .related LI .text {
	/*font-size: 0.9em;*/
}
#main-column .article .related LI .text H2 {
	font-size: 1.3em;
	color: Black;
}
#main-column .article .related LI .media {
	display: none;
}

#main-column .article .comments {
}
#main-column .article .comments H2 {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/icons/comment-bubble.png') no-repeat left;
	padding: 5px 0px 17px 20px;
}
#main-column .article .comments UL LI {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/icons/quotes-open-gray.png') no-repeat left 5px;
	border-top: 1px dotted #d0d0d0;
	margin-top: 10px;
	margin-bottom: 7px;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 1.25;
	font-size: 14px;
}
#main-column .article .comments UL LI .header {
	overflow: hidden;
	clear: both;
	margin-bottom: 3px;
	font-size: 12px;
	color: #909090;
}
#main-column .article .comments UL LI .header .author {
	font-weight: bold;
	padding-right: 5px;
	border-right: 1px #c0c0c0 dotted;
}
#main-column .article .comments UL LI .header .author .status {
	display: none;
}
#main-column .article .comments UL LI .header .date {
	padding-left: 5px;
}
#main-column .article .comments UL LI .text {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/icons/quotes-close-gray.png') no-repeat right bottom;
	padding-right: 56px;
}

#main-column .article .comments .show-all-container {
	padding: 10px 0px;
	text-align: right;
}
#main-column .article .comments .add-comment {
	padding: 10px;
	background-color: #ffcd67;
	font-size: 15px;
	margin-top: 15px;
}
#main-column .article .comments .add-comment H3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}
#main-column .article .comments .add-comment FORM FIELDSET.tnc {
	font-size: 10px;
}
#main-column .article .comments .add-comment FORM FIELDSET.tnc LABEL {
	font-size: inherit;
	width: auto;
}
#main-column .article .comments .add-comment FORM FIELDSET.buttons {
	padding-left: 120px;
}
#main-column .article .comments .add-comment FORM FIELDSET {
	margin: 5px;
}
#main-column .article .comments .add-comment FORM LABEL {
	display: block;
	float: left;
	padding: 3px 5px;
	text-align: right;
	width: 90px;
}
#main-column .article .comments .add-comment FORM FIELDSET INPUT[type="TEXT"] {
	padding: 2px;
	width: 200px;
}
#main-column .article .comments .add-comment FORM FIELDSET.buttons {
	padding: 2px 0px 0px 170px;
}
#main-column .article .comments .add-comment FORM FIELDSET SPAN.error {
	font-size: 11px;
	display: block;
	float: none;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	padding: 2px 0px 0px 100px;
}

/** Editors' Choice */
#side-column .editors-choice {
	display: none;
}
.article #main-column .editors-choice {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	border: 1px solid #999999;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/e247-editors-choice-bg.png') left top no-repeat;
	/*padding:*/
}
.article #main-column .editors-choice .content {
	border-top: 1px solid #999999;
	margin-top: 30px;
	padding: 10px;
}
.article #main-column .editors-choice H2 {
	display: none;
}
.article #main-column .editors-choice LI {
	display: block;
	border: none;
	padding-top: 16px;
}
.article #main-column .editors-choice LI.first-child {
	padding-top: 6px;
}
.article #main-column .editors-choice .media IMG {
	width: 162px;
}
.article #main-column .editors-choice .text {
	width: 162px;
}
.article #main-column .editors-choice .text H2 {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 1px;
	padding-top: 2px;
}
.article #main-column .editors-choice .text P {
	font-size: 12px;
	line-height: 1.25;
}
/* Missed Stories */
#side-column .missed-stories {
	display: none;
}
.article #content .missed-stories {
	clear: both;
	width: 100%;
	border-top: 3px solid #D2232A;
	padding: 10px 0px;
}
.article #content .missed-stories H1 {
	font-size: 20px;
	padding-bottom: 5px;
}
.article #content .missed-stories H1 A {
	color:inherit;
}
.article #content .missed-stories LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 187px;
	border: none;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 20px;
}
.article #content .missed-stories LI.last-child {
	padding-right: 0px;
}
.article #content .missed-stories LI .media {
	display: block;
	float: none;
	width: auto;
}
.article #content .missed-stories LI .media IMG {
	width: 182px;
	padding: 4px 0px;
}
.article #content .missed-stories LI .text {
	width: auto;
	font-size: 13px;
	font-weight: bold;
}
.article #content .missed-stories LI .text H2 {
	font-size: inherit;
	line-height: 1.2;
	padding-bottom: 5px;
}
.article #content .missed-stories LI .text P {
	display: none;
}

/* Image Gallery */
#main-column .image-gallery {
	margin-right: 15px;
	/*padding: 10px 0px;*/
}
/*#main-column .image-gallery #image-gallery {
	margin-top: 10px;
}*/
/*#main-column .image-gallery H2 {
	padding-bottom: 10px;
}*/
#main-column .image-gallery H1 {
	font-size: 2.3em;
	margin-bottom: 10px;
}
#main-column .image-gallery .container {
	padding: 0px;
	margin: 0px;
	height: 510px;
}
#main-column .image-gallery .gallery {
	padding: 0px;
	position: relative;
	direction: ltr !important;
}
#main-column .image-gallery .gallery UL.filmstrip {
	display: block !important;
}
#main-column .image-gallery .panel .panel-overlay {
	font-size: 12px;
	direction: inherit;
}
#main-column .image-gallery .comments {
	border-top: 1px dotted #d71920;
	margin: 20px 0px 0px 0px;
	padding-top: 10px;
	width: 620px;
}
#main-column .image-gallery .tools {
	clear:both;
	display:block;
	float:none;
	margin-top:10px;
	overflow:hidden;
	width: 620px;
}
#main-column .image-gallery .tools .email-to-friend {
	margin-right: 6px;
}

/* Search */
#main-column .search {
	margin-right: 35px;
}
#main-column .search H1 {
	font-size: 2.3em;
	padding: 10px 0px;
}
#main-column .search H3 {
	font-size: 1.4em;
}
#main-column .search DIV {
	margin: 2px 0px
}
#main-column .search .sorting {
	padding: 0px 0px 10px;
	font-size: 1.083em;
}
#main-column .search .sorting A.selected {
	font-weight: bold;
}
#main-column .search .pagination {
}
#main-column .search .pagination UL LI {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	padding: 0.1em 0.3em;
	vertical-align: middle;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#main-column .search .results {
	margin: 20px 0px;
	padding-top: 20px
}
#main-column .search .results LI {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	border-top: #999999 1px dotted;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .search .results LI {
	background: url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-x 50% top;
	border-top: medium none
}
#main-column .search .results LI .text H2 {
	color: #D2232A;
	font-size: 1.165em
	line-height: 1.30;
}
#main-column .search .results LI .text P {
	line-height: 1.35;
	font-size: 1.0em
}
#main-column .search .results LI .media {
	display: none;
}

#main-column .search.advanced H2 {
	padding: 10px 0px;
	font-size: 2.3em;
	font-weight: bold;
}
#main-column .search.advanced FORM {
	background-color: #F0F0F0;
	padding: 10px;
	font-size: 14px
}
#main-column .search.advanced FORM FIELDSET {
	margin: 8px
}
#main-column .search.advanced FORM FIELDSET LABEL {
	float: left;
	display: block;
	width: 120px;
	padding: 3px 5px;
	text-align: right;
}
#main-column .search.advanced FORM FIELDSET.required LABEL {
	font-weight: bold
}
#main-column .search.advanced FORM FIELDSET LABEL.error {
	float: none;
	width: 400px;
	color: #cc0000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
#main-column .search.advanced FORM FIELDSET INPUT[type="text"],
#main-column .search.advanced FORM FIELDSET TEXTAREA,
#main-column .search.advanced FORM FIELDSET SELECT {
	padding: 2px;
}
#main-column .search.advanced FORM FIELDSET INPUT[type='TEXT']
#main-column .search.advanced FORM FIELDSET TEXTAREA {
	width: 480px;
}
#main-column .search.advanced FORM FIELDSET.date-range FIELDSET {
	float: left;
}
#main-column .search.advanced FORM FIELDSET INPUT[type='TEXT'] {
	width: 300px;
}
#main-column .search.advanced FORM FIELDSET.date-range FIELDSET LABEL {
	width: 115px;
}
#main-column .search.advanced FORM FIELDSET.date-range INPUT[type='TEXT'] {
	width: 115px;
}
#main-column .search.advanced FORM FIELDSET.buttons {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}

/* Registration page */
#main-column .registration {
	margin-right: 30px;
	font-size: 1.165em;
}
#main-column .registration .info {
	padding: 10px 0px 0px;
}
#main-column .registration FORM H3 {
	padding: 15px 0px 10px;
	color: #707070;
	text-transform: uppercase;
}
#main-column .registration FORM FIELDSET {
	margin: 8px;
}
#main-column .registration FORM FIELDSET LABEL {
	float: left;
	display: block;
	text-align: right;
	width: 140px;
	padding: 3px 5px;
}
#main-column .registration FORM FIELDSET.required LABEL {
	font-weight: bold;
}
#main-column .registration FORM FIELDSET LABEL.error {
	float: none;
	width: 400px;
	margin: 2px 0px 0px 145px;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
}
#main-column .registration FORM FIELDSET.required LABEL.terms {
	margin: 15px 0px 0px 30px;
	width: 500px;
	font-size: 12px;
	font-weight : normal;
	text-align: left;
}
#main-column .registration FORM FIELDSET INPUT,
#main-column .registration FORM FIELDSET TEXTAREA,
#main-column .registration FORM FIELDSET SELECT {
	padding: 2px;
}
#main-column .registration FORM FIELDSET INPUT[type='text'] {
	width: 240px;
}
#main-column .registration FORM FIELDSET INPUT[type='checkbox'] {
	margin-left: 148px;
}
#main-column .registration FORM FIELDSET INPUT[type='password'] {
	width: 140px;
}
#main-column .registration FORM FIELDSET.buttons {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#main-column .registration FORM FIELDSET FIELDSET{
margin: 0px; padding: 3px 0px;
}
#main-column .registration FORM FIELDSET FIELDSET LABEL {
display: inline;
float: none;
padding: 0px;
text-align: justify;
width: auto;
}
#main-column .registration FORM FIELDSET INPUT[type='radio'] {
	margin: 0px 7px;
}
/* profile page */
#main-column .my-profile {
	margin-right: 30px;
	font-size: 1.165em;
}
#main-column .my-profile .info {
	padding: 10px 0px 0px;
}
#main-column .my-profile FORM H3 {
	padding: 15px 0px 10px;
	color: #707070;
	text-transform: uppercase;
}
#main-column .changepassword FORM H3 {
	padding: 15px 0px 10px;
	color: #707070;
	text-transform: uppercase;
}
#main-column .my-profile FORM FIELDSET {
	margin: 8px;
}
#main-column .my-profile FORM FIELDSET LABEL {
	float: left;
	display: block;
	text-align: right;
	width: 140px;
	padding: 3px 5px;
}
#main-column .my-profile FORM FIELDSET.required LABEL {
	font-weight: bold;
}
#main-column .my-profile FORM FIELDSET LABEL.error {
	float: none;
	width: 400px;
	margin: 2px 0px 0px 145px;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
}
#main-column .my-profile FORM FIELDSET.required LABEL.terms {
	margin: 15px 0px 0px 30px;
	width: 500px;
	font-size: 12px;
	font-weight : normal;
	text-align: left;
}
#main-column .my-profile FORM FIELDSET INPUT,
#main-column .my-profile FORM FIELDSET TEXTAREA,
#main-column .my-profile FORM FIELDSET SELECT {
	padding: 2px;
}
#main-column .my-profile FORM FIELDSET INPUT[type='text'] {
	width: 240px;
}
#main-column .my-profile FORM FIELDSET INPUT[type='checkbox'] {
	margin-left: 148px;
}
#main-column .my-profile FORM FIELDSET INPUT[type='password'] {
	width: 140px;
}
#main-column .my-profile FORM FIELDSET.buttons {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#main-column .my-profile FORM FIELDSET FIELDSET{
margin: 0px; padding: 3px 0px;
}
#main-column .my-profile FORM FIELDSET FIELDSET LABEL {
display: inline;
float: none;
padding: 0px;
text-align: justify;
width: auto;
}
#main-column .my-profile FORM FIELDSET INPUT[type='radio'] {
	margin: 0px 7px;
}
/* Login page */
#main-column .login {
	font-size: 14px;
}
#main-column .login .messages {
	padding: 10px 0px;
}
.login FORM FIELDSET {
	margin:8px;
}
.login FORM FIELDSET LABEL {
	display:block;
	float:left;
	padding:3px 5px;
	text-align:right;
	width:140px;
}
.login FORM FIELDSET INPUT[type="TEXT"], INPUT[type="PASSWORD"] {
	padding: 2px;
	width: 200px;
}
.login FORM FIELDSET.buttons {
	padding: 2px 0px 0px 200px;
}
.login FORM .form-error {
	background:#FFEEEE none repeat scroll 0 0;
	border:thin dashed #FFCCCC;
	margin:12px 50px 15px 10px;
	padding:7px;
}

/* Static pages - T&C, Contact Us, Privacy Policy, etc */
.static-content {
	padding: 0px 35px 15px 0px;
	font-size: 14px;
	line-height: 1.25;
}
.static-content H2 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 10px;
}
.static-content H3 {
	font-size: 16px;
	font-weight: bold;
	padding: 13px 0px 4px;
}
.static-content P {
	margin-top: 3px;
	margin-bottom: 10px;
}
/*Reset password page*/
#main-column .reset-password {
	margin-right: 30px;
	font-size: 1.165em;
}
#main-column .reset-password FORM H3 {
	padding: 15px 0px 10px;
	color: #707070;
	text-transform: uppercase;
}
#main-column .reset-password FORM FIELDSET {
	margin: 8px;
}
#main-column .reset-password FORM FIELDSET LABEL {
	float: left;
	display: block;
	text-align: right;
	width: 140px;
	padding: 3px 5px;
}
#main-column .reset-password FORM FIELDSET.required LABEL {
	font-weight: bold;
}
#main-column .reset-password FORM FIELDSET LABEL.error {
	float: none;
	width: 400px;
	margin: 2px 0px 0px 145px;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
}
#main-column .reset-password FORM FIELDSET.required LABEL.terms {
	margin: 15px 0px 0px 30px;
	width: 500px;
	font-size: 12px;
	font-weight : normal;
	text-align: left;
}
#main-column .reset-password FORM FIELDSET INPUT {
	padding: 2px;
}
#main-column .reset-password FORM FIELDSET INPUT[type='text'] {
	width: 240px;
}
#main-column .reset-password FORM FIELDSET.buttons {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#main-column .reset-password FORM FIELDSET FIELDSET{
margin: 0px; padding: 3px 0px;
}
#main-column .reset-password FORM FIELDSET FIELDSET LABEL {
display: inline;
float: none;
padding: 0px;
text-align: justify;
width: auto;
}

/* SECTION PAGES - PRIMARY QUEUE */
#main-column .section.section-primary-queue {
	float: none;
	clear: both;
	display: block;
	width: auto !important;
}
#main-column .section.section-primary-queue H1 {
	font-size: 2.3em;
}
#main-column .section.section-primary-queue LI {
	margin-bottom: 10px;
}
#main-column .section.section-primary-queue UL LI .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 120px;
	margin-right: 5px;
	/*background-color: #CCCCCC;*/
}
#main-column .section.section-primary-queue UL LI .media IMG {
	margin: 0px;
	width: 120px
}
#main-column .section.section-primary-queue UL LI .text {
	width: 194px;
}
#main-column .section.section-primary-queue UL LI.first-child {
	float: left !important;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	clear: left;
	border-bottom: none;
	background: none;
	margin-right: 16px;
}
#main-column .section.section-primary-queue UL LI.first-child .media {
	float: none;
	display: block;
	margin-right: 0px;
	width: 320px;
}
#main-column .section.section-primary-queue UL LI.first-child .media IMG {
	width: 320px;
}
#main-column .section.section-primary-queue UL LI.first-child .text {
	float: none;
	width: 320px;
}
/* Ugly hack for opinion page */
.opinion #main-column .section.section-primary-queue UL LI {
	margin-bottom: 10px;
	margin-right: 7px;
	float: right;
	width: 320px;
}
.opinion #main-column .section.section-primary-queue UL LI .text {
	width: 194px;
}
.opinion #main-column .section.section-primary-queue UL LI.first-child {
	margin-bottom: 10px;
	float: right;
	width: 320px;
	margin-right: 0px;
}
.opinion #main-column .section.section-primary-queue UL LI.first-child .media {
	float: left;
	display: inline;
	margin-right: 5px;
	width: 120px;
}
.opinion #main-column .section.section-primary-queue UL LI.first-child .media IMG {
	width: 120px;
}
.opinion #main-column .section.section-primary-queue UL LI.first-child .text {
	width: 194px;
}
/* SECTION PAGES - SECONDARY QUEUE - 2 COLS */
#main-column .section.section-secondary-queue {
	float: left;
	display: block;
	width: 320px;
}
/* SECTION PAGES - SECONDARY QUEUE - FULL WIDTH
#main-column .section.section-secondary-queue {
	float: none;
	clear: both;
	display: block;
	width: auto !important;
} */

/* SUB_SECTION PAGE */
#main-column .section.sub-section-queue {
	float: none;
	clear: both;
	display: block;
	width: auto !important;
}
#main-column .section.sub-section-queue H1 {
	font-size: 2.3em;
}
#main-column .section.sub-section-queue UL LI {
	margin-bottom: 10px;
	margin-right: 40px;
	float: right;
}
#main-column .section.sub-section-queue UL LI .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 120px;
	margin-right: 5px;
}
#main-column .section.sub-section-queue UL LI .media IMG {
	margin: 0px;
	width: 120px
}
#main-column .section.sub-section-queue UL LI .text {
	width: 490px;
	margin-bottom: 10px;
}
#main-column .section.sub-section-queue UL LI H2 {
	font-size: 14px;
}

/* Missed Stories */
#side-column .missed-stories {
	display: none;
}
#content .missed-stories {
	border-top: 3px solid #D2232A;
}
#content .missed-stories UL LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin-right: 10px;
}
#content .missed-stories UL LI.last-child {
	margin-right: 0px;
}
#content .missed-stories UL LI .text {
	font-size: 0.9em;
	font-weight: bold;
}
#content .missed-stories UL LI .text H2 {
	font-size: inherit;
	line-height: 1.2;
}

/** ------------------------- Send 2 friend ----------------------------------------*/
#main-column #send2friend {
	font-size: 12px;
	margin-top: 45px;
}
#main-column #send2friend FORM FIELDSET {
	margin: 8px;
}
#main-column #send2friend FORM FIELDSET LABEL {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding: 3px 5px;
	text-align: right;
	width: 170px;
}
#main-column #send2friend FORM FIELDSET.required LABEL {
	font-weight: bold;
}
#main-column #send2friend FORM FIELDSET .error {
	font-size: 11px;
	float: none;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	display: block;
}
#main-column #send2friend FORM FIELDSET INPUT {
	padding: 2px;
}
#main-column #send2friend FORM FIELDSET INPUT[type="TEXT"] {
	width: 200px;
}
#main-column #send2friend FORM FIELDSET.buttons {
	padding: 3px 0px 0px 200px;
}

BODY.author #main-column .author {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 456px;
	/*margin-top: 14px;*/
	margin-right: 14px;
}
BODY.author #main-column .author .details H1 {
	font-size: 2.3em;
	/*margin: 1em 0;*/
}
BODY.author #main-column .author .details H2 {
	font-size: 1.4em;
}
BODY.author #main-column .author .details {
	float: none;
	clear: both;
}
BODY.author #main-column .author .details .media IMG {
	display: block;
	/*border: 1px solid #CCCCCC;*/
	max-width: 456px;
	width: expression(this.width > 456 ? 456 : true);
}
BODY.author #main-column .author .details .media .caption {
	display: block;
	font-size: 11px;
	color: #333333;
	background-color: #f0f0f0;
	padding: 4px 5px;
}
BODY.author #main-column .author .details .content {
	font-size: 1.166em;
	line-height: 1.35;
}
BODY.author #main-column .author .details .content P {
	margin: 1em 0px;
}
BODY.author #main-column .author .articles {
	float: none;
	display: block;
	/*clear: both;*/
	margin: 10px;
	margin-right: 0px;
}
BODY.author #main-column .author .articles H2 {
	display: none;
}
BODY.author #main-column .author .articles UL LI {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/list-style-image-gray.png') no-repeat left;
	padding-bottom: 0px;
	padding-left: 10px;
}
BODY.author #main-column .author .articles UL LI A {
	/*font-weight: bold;*/
	padding-right: 10px;
}
BODY.author #main-column .author .articles UL LI .publish-date {
	color: #666666;
	/*font-size: .85em;*/
}

/* image gallery - comments */
#main-column .image-gallery .comments {
	border-top: 1px dotted #d71920;
	margin: 20px 0px;
	padding-top: 10px;
}
* HTML #main-column .image-gallery .comments {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-d71920.gif') repeat-x scroll top;
}
/*#main-column .image-gallery .comments {
}*/
#main-column .image-gallery .comments H2 {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/icons/comments.gif') left no-repeat;
	padding: 7px 0px 7px 38px;
}
#main-column .image-gallery .comments UL LI {
	display: block;
	border-top: 1px dotted #999999;
	margin-top: 10px;
	padding-top: 5px;
	line-height: 1.25;
	font-size: 13px;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .image-gallery .comments UL LI {
	border-top: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-999999.gif') repeat-x scroll top;
}
#main-column .image-gallery .comments UL LI .header {
	overflow: hidden;
	clear: both;
	margin-bottom: 3px;
	font-size: 11px;
	color: #909090;
}
#main-column .image-gallery .comments UL LI .header .author {
	font-weight: bold;
	padding-right: 5px;
	border-right: 1px #c0c0c0 dotted;
}
#main-column .image-gallery .comments UL LI .header .author .status {
	display: none;
}
#main-column .image-gallery .comments UL LI .header .date {
	padding-left: 5px;
}
#main-column .image-gallery .comments .show-all-container {
	padding: 10px 0px;
	text-align: right;
}
#main-column .image-gallery .comments .add-comment {
	padding: 10px;
	background-color: #f0f0f0;
	font-size: 10px;
	margin-top: 10px;
}
#main-column .image-gallery .comments .add-comment H3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}
#main-column .image-gallery .comments .add-comment FORM FIELDSET.tnc {
	font-size: 10px;
}
#main-column .image-gallery .comments .add-comment FORM FIELDSET.tnc LABEL {
	font-size: inherit;
	width: auto;
}
#main-column .image-gallery .comments .add-comment FORM FIELDSET.buttons {
	padding-left: 120px;
}
#main-column .image-gallery .comments .add-comment FORM FIELDSET {
	margin: 5px;
}
#main-column .image-gallery .comments .add-comment FORM LABEL {
	display: block;
	float: left;
	padding: 3px 5px;
	text-align: right;
	width: 90px;
}
#main-column .image-gallery .comments .add-comment FORM FIELDSET INPUT[type="TEXT"] {
	padding: 2px;
	width: 200px;
}
#main-column .image-gallery .comments .add-comment FORM FIELDSET.buttons {
	padding: 2px 0px 0px 170px;
}
#main-column .image-gallery .comments .add-comment FORM FIELDSET SPAN.error {
	font-size: 11px;
	display: block;
	float: none;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
	padding: 2px 0px 0px 100px;
}

#main-column .rss H1 {
	font-size: 2.3em;
}
#main-column .rss UL LI {
	display: block;
	background: url("http://cdn-wac.emirates247.com/res/img/icons/rss.png") no-repeat scroll left 2px transparent;
	margin: 1em 0;
	padding-left: 20px;
}
#main-column .rss UL LI H2 {
	font-size: 1.4em;
}

/* Follow Us links */
#side-column .followus {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
	padding: 0px;
	background-color: #ffffff;
}
#side-column .followus H2 {
	display: none;
}
#side-column .followus .content {
	padding: 0px;
	padding-left: 2px;
}
#side-column .followus .content SPAN {
	float: left;
	display: inline;
	width: 104px;
	padding-top: 6px;
	line-height: 1.1em;
	font-size: 16px;
	font-weight: bold;
}
#side-column .followus .content IMG {
	display: inline;
	float: left;
	padding: 7px 2px;
}

/* Shared On Facebook CSS*/
#side-column .shared-on-facebook {
	height: 290px;
	padding: 0px;
	background-color: #ffffff;
}
#side-column .shared-on-facebook H2 {
	background-color: #3D3E52;
	color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 100%;
}
#side-column .shared-on-facebook .content {
	height: 245px;
	padding: 0px;
	border: none;
	overflow-X: hidden;
	overflow-Y: auto;
}

/* Search box in masthead */
#header .masthead .search {
	float: right;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin: 0;
	margin-top: 42px;
	margin-bottom: 10px;
	font-size: 10px;
}
#header .masthead .search FORM {
	display: inline;
}
#header .masthead .search INPUT.query {
	padding: 0px;
	/*font-size: inherit;*/
	width: 150px !important;
	height: 17px;
	border: 1px solid #999999;
	border-right: 0px;
}
#header .masthead .search INPUT.submit {
	background-color: #EBF2EE;
	border: 1px solid #999999;
	padding: 3px;
}
#header .masthead .search A.advanced {
	padding-left: 5px;
	/*color: #CCCCCC;*/
	text-decoration: none;
}
#header .masthead .search A:hover {
	text-decoration: none;
}

/* Override navigation CSS */
#header .navigation {
	background: none;
	border-bottom: none;
	font-family: inherit;
	height: auto;
}

/* NAVIGATION: Tabbed Menu */
#header .navigation .tab-menu {
	display: block;
	float: none;
	clear: both;
	width: 970px;
}
#header .navigation .tab-menu UL.menu {
	/*float: left;*/
	position: relative;
	width: 970px;
	height: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: url('http://cdn-wac.emirates247.com/res/img/tab-menu-stretch.gif') repeat-x;*/
	background: #A21D21;
	/*font-size: 12px;*/
	font-size: 14px;
	font-weight: normal;
}
#header .navigation .tab-menu UL.menu LI A {
	padding: 9px 12px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#header .navigation .tab-menu UL.menu LI.selected,
#header .navigation .tab-menu UL.menu LI.selected:hover {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/tab-enabled.gif') repeat-x scroll top;
}
#header .navigation .tab-menu UL.menu LI.selected A {
	color: #202020;
}
#header .navigation .tab-menu UL.sub-menu LI:hover,
#header .navigation .tab-menu UL.sub-menu LI.active {
	background: none;
}
#header .navigation .tab-menu UL.menu LI.selected UL.sub-menu LI A,
#header .navigation .tab-menu UL.sub-menu LI.selected A {
	color: #005689;
}
#header .navigation .tab-menu UL.menu LI:hover A {
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/tab-hover.png') repeat-x scroll top;
}
#header .navigation .tab-menu UL.menu LI:hover .sub-menu LI A,
#header .navigation .tab-menu UL.sub-menu LI A {
	background: transparent;
}
#header .navigation .tab-menu UL.sub-menu LI A ,
#header .navigation .tab-menu UL.shortcuts LI A {
	font-size: 12px;
	display: block;
	padding: 3px 15px;
	color: #005689;
	text-decoration: none;
}
#header .navigation .tab-menu UL LI {
	float: left;
	margin: 0;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/border-right.png') no-repeat right;
	/* border-right: 1px solid #555; */
}
#header .navigation .tab-menu UL.sub-menu,
#header .navigation .tab-menu UL.shortcuts {
	display: none;
	float: left;
	padding: 7px 0px;
	position: absolute;
	left: 0;
	/*top: 32px;*/
	width: 970px;
	background: url('http://cdn-wac.emirates247.com/res/img/eb247/silver-bg.png') repeat-x;
	font-weight: normal;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#header .navigation .tab-menu UL LI:hover UL.sub-menu,
#header .navigation .tab-menu UL LI.selected UL.sub-menu {
	display: block;
}
#header .navigation .tab-menu UL.sub-menu LI,
#header .navigation .tab-menu UL.shortcuts LI {
	border-right: 1px solid #c0c0c0;
}
#header .navigation .tab-menu UL.sub-menu LI.last-child,
#header .navigation .tab-menu UL.shortcuts LI.last-child {
	border-right: none;
}
#header .navigation .tab-menu UL.sub-menu A,
#header .navigation .tab-menu UL.shortcuts A {
	display: inline;
}
#header .navigation .tab-menu UL.sub-menu A:hover,
#header .navigation .tab-menu UL.shortcuts A:hover {
	text-decoration: underline;
}

#header .navigation .tab-menu UL.shortcuts {
	position: static;
	display: block;
	z-index: -1;
}

/* Video page */
/*BODY.videos #main-column .section {
	width: auto;
}
BODY.videos #main-column .section UL LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	/*width: 320px;*/
}/*
BODY.videos #main-column .section UL LI.odd {
	clear: right;
}
BODY.videos #main-column .section UL LI.even {
	clear: left;
	margin-right: 10px;
}
BODY.videos #main-column .section UL LI.first-child {
	float: none;
	display: block;
	clear: both;
	/*width: 655px;*/
	/*width: auto;*/
}
BODY.videos #main-column .section UL LI .media {
	width: 160px;
	margin-right: 7px;
	padding-bottom: 15px;
}
BODY.videos #main-column .section UL LI .media IMG {
/*	width: 160px;*/
	padding: 0px;
}
BODY.videos #main-column .section UL LI .media {
	position: relative;
	/*display: block;*/
}
BODY.videos #main-column .section UL LI .media A:before {
	content: url('http://cdn-wac.emirates247.com/res/img/icons/video-play.png');
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
BODY.videos #main-column .section UL LI .media A:hover:before {
	content: url('http://cdn-wac.emirates247.com/res/img/icons/video-play.png');
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100)
}
/*
BODY.videos #main-column .section UL LI.first-child .media {
	width: 320px;
}
BODY.videos #main-column .section UL LI.first-child .media IMG {
	width: 320px;
}
BODY.videos #main-column .section UL LI .text {
	width: 150px;
	padding-bottom: 15px;
}
BODY.videos #main-column .section UL LI.first-child .text {
	display: inline;
	float: left;
	width: 325px;
}
BODY.videos #main-column .section UL LI.first-child .text H2 {
	font-size: 16px;
}
*/
/* Weather Forecast Widget */
#side-column .weather-forecast {
	/*background-color: #8cabc3;*/
}
#side-column .weather-forecast H2 {
	/*background-color: #8cabc3;
	color: #ffffff;*/
}
#side-column .weather-forecast .content {
	height: 130px;
}
#side-column .weather-forecast UL LI UL LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding: 1px 4px 0px 4px;
	width: 82px;
	border-right: 1px dotted #a0a0a0;
	text-align: center;
}
#side-column .weather-forecast UL LI UL LI.last-child {
	border-right: none;
}
#side-column .weather-forecast UL LI UL LI SPAN {
	display: block;
	margin-bottom: 4px;
}

/* Similar Content */
#side-column .similar-content {
	display: none;
}
.article #main-column .similar-content {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin-bottom: 15px;
	width: 182px;
	border: 1px solid #D1700F;
	font-size: 14px;
	line-height: 1.2;
}
.article #main-column .similar-content H2 {
	/*font-size: 1.7em;*/
	color: White;
	background-color: #D1700F;
	padding: 2px 5px;
}
.article #main-column .similar-content .content {
	padding: 2px 5px;
}
.article #main-column .similar-content LI {
	display: block;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/list-style-image-gray.png') no-repeat left 0.7em;
	padding: 4px 0px 4px 12px;
}
.article #main-column .similar-content LI .text {
	/*font-size: 0.9em;*/
}
.article #main-column .similar-content LI .text H2 {
	font-size: 1.3em;
	color: Black;
}
.article #main-column .similar-content LI .media {
	display: none;
}

/*In Pictures */
#main-column .in-pictures {
	width: auto;
	border-top: 3px solid #D2232A;
	display: inline;
	float: left;
	line-height: normal;
	margin: 0 15px 10px 0;
}
#main-column .in-pictures H1{
	border-bottom: 1px solid #F0F0F0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 7px 0 5px;
}
#main-column .in-pictures UL LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 320px;
}
#main-column .in-pictures UL LI.odd {
	clear: right;
}
#main-column .in-pictures UL LI.even {
	clear: left;
	margin-right: 10px;
}
#main-column .in-pictures UL LI.first-child {
	float: none;
	display: block;
	clear: both;
	/*width: 655px;*/
	width: auto;
}
#main-column .in-pictures UL LI .media {
	width: 160px;
	margin-right: 7px;
	padding-bottom: 15px;
}
#main-column .in-pictures UL LI .media IMG {
	width: 160px;
	margin: 0;
}
#main-column .in-pictures UL LI .media {
	position: relative;
	/*display: block;*/
	display: inline;
	float: left;
}
#main-column .in-pictures UL LI.first-child .media {
	width: 320px;
}
#main-column .in-pictures UL LI.first-child .media IMG {
	width: 320px;
}
#main-column .in-pictures UL LI .text {
	width: 150px;
	padding-bottom: 15px;
	display: inline-block;
}
#main-column .in-pictures UL LI.first-child .text {
	float: left;
	width: 325px;
}
#main-column .in-pictures UL LI.first-child .text H2 {
	font-size: 16px;
}

#header .masthead .weather-forecast {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding-top: 16px;
	width: 300px;
	margin-right: 210px;
	text-align: left;
}
#header .masthead .weather-forecast SPAN {
	float:left;
}
#header .masthead .weather-forecast .date {
	padding: 15px 7px 0px 0px;
}
#header .masthead .weather-forecast .significant-weather {
	padding: 5px 7px 0px 0px;
}
#header .masthead .weather-forecast .weather-description {
	padding: 15px 50px 0px 0px;
}
#header .masthead .weather-forecast .max-temperature {
	padding: 0px 7px 0px 0px;
}
#header .masthead .weather-forecast .min-temperature {
	padding: 0px 7px 0px 0px;
}

/* Video Icon Image */
#main-column .section.videos UL LI .media {
	position: relative;
	/*display: block;*/
}
#main-column .section.videos UL LI .media A:before {
	content: url('http://cdn-wac.emirates247.com/res/img/icons/video-play.png');
	position: absolute;
	top: 4px;
	left: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
#main-column .section.videos UL LI .media A:hover:before {
	content: url('http://cdn-wac.emirates247.com/res/img/icons/video-play.png');
	position: absolute;
	top: 4px;
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100)
}

/* Opinion section teaser */
#main-column .section.opinion {
	width: 320px;
	border-top: 3px solid #D2232A;
	padding: 0px 0px;
}
#main-column .section.opinion LI {
	/*display: inline-block;*/
	float: none;
	/*clear: both;*/
	margin-bottom: 10px;
}
#main-column .section.opinion LI .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 50px;
	margin-right: 5px;
}
#main-column .section.opinion LI .media IMG {
	width: 50px;
	padding: 0px;
}
#main-column .section.opinion LI .text {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 264px;
}

/* Side-column articles */
#side-column .article-list {
	line-height: normal;
}
#side-column .article-list H2 {
	padding-bottom: 0px;
}
#side-column .article-list UL LI {
	display: block;
}
#side-column .article-list UL LI .media {
	margin: 0px;
}
#side-column .article-list UL LI .media IMG {
	margin: 0px;
	width: 274px;
}
#side-column .article-list UL LI .text {
	width: 100%;
}
* HTML #side-column .article-list UL LI .text {
	width: 274px;
}
#side-column .article-list UL LI .text H2 {
	font-size: 14px;
	line-height: 1.2;
	padding: 0px;
	padding-bottom: 1px;
}
#side-column .article-list UL LI .text P {
	font-size: 12px;
	line-height: 1.25;
}
#side-column .article-list UL LI .text P.date-time {
	display: none;
}

/* Side-column articles - 'Top Headlines' */
#side-column .article-list.top-headline {
	/*border-top: 3px solid #CCCCCC;*/
}
#side-column .article-list.top-headline H2 {
}
#side-column .article-list.top-headline .content UL LI {
	display: block;
	/*width: 100%;*/
	padding: 6px 0;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}

/* Side-column video articles */
#side-column .article-list.teaser-block.videos {
	padding-bottom: 5px;
	background-color: #8CABC3;
}
#side-column .article-list.teaser-block.videos H2 {
	background-color: #8CABC3;
	color: #ffffff;
}
#side-column .article-list.teaser-block.videos .content {
	padding: 0px;
}
#side-column .article-list.teaser-block.videos UL LI {
	float: left;
	display: inline;
	width: 138px;
	margin: 2px;
	padding: 4px 0px;
}
#side-column .article-list.teaser-block.videos UL LI.odd {
	clear: right;
	margin-left: 0px;
}
#side-column .article-list.teaser-block.videos IMG {
	width: 135px;
	border: 1px solid #BAAB96;
}
#side-column .article-list.teaser-block.videos UL LI .media {
	position: relative;
	/*display: block;*/
}
#side-column .article-list.teaser-block.videos UL LI .media A:before {
	content: url('http://cdn-wac.emirates247.com/res/img/icons/video-play.png');
	position: absolute;
	top: 1px;
	left: 1px;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
#side-column .article-list.teaser-block.videos UL LI .media A:hover:before {
	content: url('http://cdn-wac.emirates247.com/res/img/icons/video-play.png');
	position: absolute;
	top: 1px;
	left: 1px;
	opacity: 1;
	filter: alpha(opacity=100)
}
#side-column .article-list.teaser-block.videos UL LI .text {
	font-size: 0.9em;
	/*font-weight: bold;*/
	height: 2.4em;
	overflow: hidden;
	padding: 0px 2px;
}
#side-column .article-list.teaser-block.videos UL LI .text H2 {
	padding: 0px;
	font-size: inherit;
	line-height: 1.2;
}
#side-column .article-list.teaser-block.videos UL LI .text P {
	display: none;
}

/* Side-column thumbnail articles */
#side-column .article-list.teaser-block.thumbnail {
	padding-bottom: 5px;
	background-color: #CCC;
}
#side-column .article-list.teaser-block.thumbnail H2 {
	background: none;
	color: inherit;
}
#side-column .article-list.teaser-block.thumbnail .content {
	padding: 0px;
}
#side-column .article-list.teaser-block.thumbnail UL LI {
	float: left;
	display: inline;
	width: 138px;
	margin: 2px;
	padding: 4px 0px;
}
#side-column .article-list.teaser-block.thumbnail UL LI.odd {
	clear: right;
	margin-left: 0px;
}
#side-column .article-list.teaser-block.thumbnail IMG {
	width: 135px;
	border: 1px solid #666;
}
#side-column .article-list.teaser-block.thumbnail UL LI .media {
	position: relative;
	/*display: block;*/
}
#side-column .article-list.teaser-block.thumbnail UL LI .text {
	font-size: 0.9em;
	font-weight: bold;
	/*height: 2.4em;*/
	height: 2.6em;
	overflow: hidden;
	padding: 0px 2px;
}
#side-column .article-list.teaser-block.thumbnail UL LI .text H2 {
	padding: 0px;
	font-size: inherit;
	line-height: 1.2;
}
#side-column .article-list.teaser-block.thumbnail UL LI .text P {
	display: none;
}

/* Recent Comments */
#side-column .recent-comments LI {
	margin: 4px 0px;
	padding-left: 20px;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/quotes-open.png') no-repeat left top;
	display: block;
	margin-bottom: 5px;
}
#side-column .recent-comments .text {
	padding-right: 20px;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/eb247/quotes-close.png') no-repeat right bottom;
}
#side-column .recent-comments H3 {
	font-size: 14px;
	margin-bottom: 4px;
	background: transparent;
	padding: 0px;
}
#side-column .recent-comments .author {
	color: #a0a0a0;
}
#side-column .recent-comments .date {
	color: #a0a0a0;
}

BODY.one-columns #main-column {
	display: block;
	float: none;
	width: 970px;
}
BODY.one-columns #main-column .article {
	margin: 0px;
	width: auto;
}

/* Infographics page */
/* Video page */
BODY.infographics #main-column .section {
	width: auto;
}
BODY.infographics #main-column .section UL LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 320px;
}
BODY.infographics #main-column .section UL LI.odd {
	clear: right;
}
BODY.infographics #main-column .section UL LI.even {
	clear: left;
	margin-right: 10px;
}
BODY.infographics #main-column .section UL LI.first-child {
	float: none;
	display: block;
	clear: both;
	/*width: 655px;*/
	width: auto;
}
BODY.infographics #main-column .section UL LI .media {
	width: 160px;
	margin-right: 7px;
	padding-bottom: 15px;
}
BODY.infographics #main-column .section UL LI .media IMG {
	width: 160px;
}
BODY.infographics #main-column .section UL LI .media {
	position: relative;
	/*display: block;*/
}
BODY.infographics #main-column .section UL LI.first-child .media {
	width: 320px;
}
BODY.infographics #main-column .section UL LI.first-child .media IMG {
	width: 320px;
}
BODY.infographics #main-column .section UL LI .text {
	width: 150px;
	padding-bottom: 15px;
}
BODY.infographics #main-column .section UL LI.first-child .text {
	display: inline;
	float: left;
	width: 325px;
}
BODY.infographics #main-column .section UL LI.first-child .text H2 {
	font-size: 16px;
}

/* Side-column Infographics articles */
#side-column .article-list.infographics {
	padding-bottom: 5px;
	background-color: #8CABC3;
}
#side-column .article-list.infographics H2 {
	background-color: #8CABC3;
	color: #ffffff;
}
#side-column .article-list.infographics .content {
	padding: 0px;
}
#side-column .article-list.infographics UL LI {
	float: left;
	display: inline;
	width: 138px;
	margin: 2px;
	padding: 4px 0px;
}
#side-column .article-list.infographics UL LI.odd {
	clear: right;
	margin-left: 0px;
}
#side-column .article-list.infographics IMG {
	width: 135px;
	border: 1px solid #BAAB96;
}
#side-column .article-list.infographics UL LI .media {
	position: relative;
	/*display: block;*/
}
#side-column .article-list.infographics UL LI .text {
	font-size: 0.9em;
	font-weight: bold;
	height: 2.4em;
	overflow: hidden;
	padding: 0px 2px;
}
#side-column .article-list.infographics UL LI .text H2 {
	padding: 0px;
	font-size: inherit;
	line-height: 1.2;
}
#side-column .article-list.infographics UL LI .text P {
	display: none;
}

/* Hide article's image on Infographics artiles */
BODY.infographics.article #main-column .article .metadata {
	display: none;
}


/* 'thumbnail-list' section element */
#main-column .section.thumbnail-list {
	/*float: none;
	clear: both;
	display: block;*/
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	/*width: 320 !important;*/
}
#main-column .section.thumbnail-list H1 {
	/*font-size: 2.3em;*/
}
#main-column .section.thumbnail-list UL LI {
	float: right;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin-bottom: 10px;
}
#main-column .section.thumbnail-list UL LI .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 120px;
	margin-right: 5px;
}
#main-column .section.thumbnail-list UL LI .media IMG {
	margin: 0px;
	width: 120px
}
#main-column .section.thumbnail-list UL LI .text {
	width: 194px;
}

#main-column .section.thumbnail-list.wide {
	width: auto !important;
}
#main-column .section.thumbnail-list.wide H1 {
	font-size: 2.3em;
}
#main-column .section.thumbnail-list.wide UL LI {
	/*clear: both;*/
}
#main-column .section.thumbnail-list.wide UL LI .text {
	width: 529px;
}

/** Colours ----------------------------- NEWS ----------------------------- */
BODY.news #header .navigation .tab-menu UL.menu {
	/* background: #cc0000; */
}
BODY.news #main-column .section,
BODY.news #content .missed-stories {
	/* border-top: 3px solid cc0000; */
}
BODY.news #header .masthead .graphic {
 	background: transparent url('http://media.business24-7.ae/res/img/masthead/news_bg.png') no-repeat scroll left 72px;
}

/** Colours ----------------------------- ENTERTAINMENT ----------------------------- */
BODY.entertainment #header .navigation .tab-menu UL.menu {
	background: #cc0000;
}
BODY.entertainment #main-column .section,
BODY.entertainment #content .missed-stories {
	border-top: 3px solid #cc0000;
}
/* Related Stories on Articles Page */
BODY.entertainment #main-column .similar-content {
	border: 1px solid #e37373;
}
BODY.entertainment #main-column .similar-content H2 {
	background-color: #e37373;
}
BODY.entertainment #header .masthead .graphic {
 	background: transparent url('http://media.business24-7.ae/res/img/masthead/entertainment_bg.png') no-repeat scroll left 77px;
}

/** Colours ----------------------------- LIFESTYLE ----------------------------- */
BODY.lifestyle #header .navigation .tab-menu UL.menu {
	background: #d1008b;
}

BODY.lifestyle #main-column .section,
BODY.lifestyle #content .missed-stories {
	border-top: 3px solid #d1008b;
}
/* Related Stories on Articles Page */
BODY.lifestyle #main-column .similar-content {
	border: 1px solid #e673bf;
}
BODY.lifestyle #main-column .similar-content H2 {
	background-color: #e673bf;
}
BODY.lifestyle #header .masthead .graphic {
	background: transparent url('http://media.business24-7.ae/res/img/masthead/lifestyle_bg.png') no-repeat scroll left 80px;
}

/** Colours ----------------------------- OFFBEAT ----------------------------- */
/** Alternative - purple for offbeat - 89003c */
BODY.offbeat #header .navigation .tab-menu UL.menu {
	background: #8b005d;
}
BODY.offbeat #main-column .section,
BODY.offbeat #content .missed-stories {
	border-top: 3px solid #8b005d;
}
/* Related Stories on Articles Page */
BODY.offbeat #main-column .similar-content {
	border: 1px solid #bf73a6;
}
BODY.offbeat #main-column .similar-content H2 {
	background-color: #bf73a6;
}
BODY.offbeat #header .masthead .graphic {
 	background: transparent url('http://media.business24-7.ae/res/img/masthead/offbeat_bg.png') no-repeat scroll left 77px;
}

/** Colours ----------------------------- SPORTS ----------------------------- */
BODY.sports #header .navigation .tab-menu UL.menu {
	background: #009130;
}
BODY.sports #main-column .section,
BODY.sports #content .missed-stories {
	border-top: 3px solid #009130;
}
/* Related Stories on Articles Page */
BODY.sports #main-column .similar-content {
	border: 1px solid #4db26f;
}
BODY.sports #main-column .similar-content H2 {
	background-color: #4db26f;
}
BODY.sports #header .masthead .graphic {
 	background: transparent url('http://media.business24-7.ae/res/img/masthead/sports_bg.png') no-repeat scroll left 76px;
}

/** Colours ----------------------------- BUSINESS ----------------------------- */
BODY.business #header .navigation .tab-menu UL.menu {
	background: #2b5790;
}
BODY.business #main-column .section,
BODY.business #content .missed-stories {
	border-top: 3px solid #2b5790;
}
/* Related Stories on Articles Page */
BODY.business #main-column .similar-content {
	border: 1px solid #8ba3c2;
}
BODY.business #main-column .similar-content H2 {
	background-color: #8ba3c2;
}
BODY.business #header .masthead .graphic {
 	background: transparent url('http://media.business24-7.ae/res/img/masthead/business_bg.png') no-repeat scroll left 80px;
}

/** Colours ----------------------------- MARKETS ----------------------------- */
/** Alternative Blue for markets, very subtle difference = 216683 */
BODY.markets #header .navigation .tab-menu UL.menu {
	background: #497282;
}
BODY.markets #main-column .section,
BODY.markets #content .missed-stories {
	border-top: 3px solid #497282;
}
/* Related Stories on Articles Page */
BODY.markets #main-column .similar-content {
	border: 1px solid #809da8;
}
BODY.markets #main-column .similar-content H2 {
	background-color: #809da8;
}
BODY.markets #header .masthead .graphic {
 	background: transparent url('http://media.business24-7.ae/res/img/masthead/markets_bg.png') no-repeat scroll left 80px;
}

/** Colours ----------------------------- PROPERTY ----------------------------- */
/** Alternative - d1700f (used for related articles) */
BODY.property #header .navigation .tab-menu UL.menu {
	background: #d7570a;
}
BODY.property #main-column .section,
BODY.property #content .missed-stories {
	border-top: 3px solid #d7570a;
}
/* Related Stories on Articles Page */
BODY.property #main-column .similar-content {
	border: 1px solid #ef8634;
}
BODY.property #main-column .similar-content H2 {
	background-color: #ef8634;
}
BODY.property #header .masthead .graphic {
 	background: transparent url('http://media.business24-7.ae/res/img/masthead/property_bg.png') no-repeat scroll left 76px;
}

/** Colours -------------- OVER-RIDE TO RESET SECONDARY NAV --------------------- */
BODY.entertainment #header .navigation .tab-menu UL.menu LI A,
BODY.lifestyle #header .navigation .tab-menu UL.menu LI A,
BODY.news #header .navigation .tab-menu UL.menu LI A,
BODY.offbeat #header .navigation .tab-menu UL.menu LI A,
BODY.sports #header .navigation .tab-menu UL.menu LI A,
BODY.business #header .navigation .tab-menu UL.menu LI A ,
BODY.markets #header .navigation .tab-menu UL.menu LI A ,
BODY.property #header .navigation .tab-menu UL.menu LI A {
	color: #ffffff;
}
BODY.entertainment #header .navigation .tab-menu UL.sub-menu LI A,
BODY.lifestyle #header .navigation .tab-menu UL.sub-menu LI A,
BODY.news #header .navigation .tab-menu UL.sub-menu LI A,
BODY.offbeat #header .navigation .tab-menu UL.sub-menu LI A,
BODY.sports #header .navigation .tab-menu UL.sub-menu LI A ,
BODY.business #header .navigation .tab-menu UL.sub-menu LI A ,
BODY.markets #header .navigation .tab-menu UL.sub-menu LI A,
BODY.property #header .navigation .tab-menu UL.sub-menu LI A {
	color: #005689;
}
BODY.entertainment #header .navigation .tab-menu UL.menu LI.selected A,
BODY.lifestyle #header .navigation .tab-menu UL.menu LI.selected A,
BODY.news #header .navigation .tab-menu UL.menu LI.selected A,
BODY.offbeat #header .navigation .tab-menu UL.menu LI.selected A,
BODY.sports #header .navigation .tab-menu UL.menu LI.selected A,
BODY.business #header .navigation .tab-menu UL.menu LI.selected A,
BODY.markets #header .navigation .tab-menu UL.menu LI.selected A,
BODY.property #header .navigation .tab-menu UL.menu LI.selected A {
	color: #202020;
}

/* Temporay fix, to be removed once CSS class filed is implemented in Section Natvigation element */
BODY.home-page #main-column .section-list.wide LI .media,
BODY.home-page #main-column .section-list LI .media {
	width: auto;
}
BODY.home-page #main-column .section-list.wide LI .media IMG,
BODY.home-page #main-column .section-list LI .media IMG {
	width: 655px;
	padding: 0px;
}
#header .extras .current-date {
	color:#909090;
	display:inline;
	float:left;
	font-size:12px;
	padding-right:3px;
	padding-top:8px;
	text-align:right;
	width:250px;
}
#header .masthead .followus {
	display:inline;
	float:right;
	/*padding-left:50px;*/
	padding-right:1px;
}
#header .masthead .followus A {
	padding-right:2px;
}
#header .masthead .followus A IMG {
	padding: 4px 2px 0px 0px;
}
/* Google Adsense*/
.article #main-column .adsense-skyscraper {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	/*display: inline-block;*/
	margin-top: 10px;
	margin-bottom: 15px;
	width: 182px;
	/*padding: 10px;*/
	text-align: center;
}
/* Weather forecast page*/
#main-column .weather-forecast{
	width: auto;
	border-top: 3px solid #D2232A;
	display: inline;
	float: left;
	line-height: normal;
	margin: 0 15px 10px 0;
}

#main-column .weather-forecast H1{
	border-bottom: 1px solid #F0F0F0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 7px 0 5px;
}

#main-column .weather-forecast UL LI UL LI SPAN {
	display: block;
	margin-bottom: 4px;
}

#main-column .weather-forecast UL LI UL LI {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	padding: 5px 4px 5px 4px;
	width: 92px;
	border-right: 1px dotted #a0a0a0;
	text-align: center;
}

#main-column .weather-forecast UL LI SPAN {
	display: block;
	margin-bottom: 4px;
}

#main-column .weather-forecast UL LI.even {
	float: left;
}

#main-column .weather-forecast UL LI UL LI.last-child {
	border-right: none;
}

#main-column .weather-forecast UL LI UL LI.location {
	display: block;
	float: none;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	text-align: inherit;
	padding: 10px 0pt;
	border: medium none;
}
/* Prayer Time page */
#main-column .prayer {
 padding-bottom: 11px;
 border-top:3px solid #D2232A;
}
#main-column .prayer LI.header{
	width: 500px;
	border-bottom: 1px solid #dddddd;
	border-top: none;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 12px;
	color: #707070;
	display: list-item;
	background-color: #ffffff;
	border-top: none
}
#main-column .prayer .locationh {
	width: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 9pt;
	padding-right: 60px;
	padding-left: 5px;
}
#main-column .prayer .timeh {
	width: 25px;
	text-align: left;
	font-weight:bold;
	font-size: 9pt;
	padding-right: 30px;
}
#main-column .prayer .time.fajr {
	 padding-right: 23px;
}
#main-column .prayer .time.shorooq {
	padding-right: 35px;
}
#main-column .prayer .time.duhr {
	padding-right: 25px;
}
#main-column .prayer .time.asr {
	padding-right: 25px;
}
#main-column .prayer .time.magrib {
	padding-right: 33px;
}
#main-column .prayer .time.isha {
	padding-right: 25px;
}
#main-column .prayer .content {
	border: none;
	padding: 3px;
}
#main-column .prayer UL {
	width: 500px;
	border: 1px solid;
	margin-top:10px;
}
#main-column .prayer LI {
	width: 500px;
	border-bottom: none;
	border-top: none;
	padding-bottom: 6px;
	padding-top: 6px;
	font-size: 12px;
	display: list-item;
}

/* IE6 fix for dotted border bug */
* HTML #main-column .prayer LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#main-column .prayer LI SPAN {
	display: table;
}
#main-column .prayer LI SPAN {
	display: inline-table;
}
#main-column .prayer LI .location {
	width: 100px;
	text-align: left;
	padding-left: 5px;
}
#main-column .prayer LI .time {
	width: 25px;
	text-align: right;
	padding-right: 2px;
	padding-left: 1px;
}
#main-column .prayer LI.last-child {
	border-bottom: none;
}
#main-column .prayer LI.even {
	background-color: #f6f6ff;
}




/* 'thumbnail-list.two-rows-only' and 'thumbnail-list.three-rows-only' section element */
#main-column .section.thumbnail-list.two-rows-only UL LI,
#main-column .section.thumbnail-list.three-rows-only UL LI {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0px;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .section.thumbnail-list.two-rows-only UL LI,
* HTML #main-column .section.thumbnail-list.three-rows-only UL LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#main-column .section.thumbnail-list.two-rows-only UL LI.el1,
#main-column .section.thumbnail-list.two-rows-only UL LI.el2,
#main-column .section.thumbnail-list.three-rows-only UL LI.el1,
#main-column .section.thumbnail-list.three-rows-only UL LI.el2,
#main-column .section.thumbnail-list.three-rows-only UL LI.el3 {
	float: right;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	margin-bottom: 10px;
	background: none;
	border-bottom: none;
}
#main-column .section.thumbnail-list.two-rows-only UL LI .media,
#main-column .section.thumbnail-list.three-rows-only UL LI .media {
	display: none;
}
#main-column .section.thumbnail-list.two-rows-only UL LI.el1 .media,
#main-column .section.thumbnail-list.two-rows-only UL LI.el2 .media,
#main-column .section.thumbnail-list.three-rows-only UL LI.el1 .media,
#main-column .section.thumbnail-list.three-rows-only UL LI.el2 .media,
#main-column .section.thumbnail-list.three-rows-only UL LI.el3 .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 120px;
	margin-right: 5px;
}
#main-column .section.thumbnail-list.two-rows-only UL LI .text,
#main-column .section.thumbnail-list.three-rows-only UL LI .text {
	width: auto;
}
#main-column .section.thumbnail-list.two-rows-only UL LI.el1 .text,
#main-column .section.thumbnail-list.two-rows-only UL LI.el2 .text,
#main-column .section.thumbnail-list.three-rows-only UL LI.el1 .text,
#main-column .section.thumbnail-list.three-rows-only UL LI.el2 .text,
#main-column .section.thumbnail-list.three-rows-only UL LI.el3 .text {
	width: 194px;
}
#main-column .section.thumbnail-list.two-rows-only UL LI .text H2,
#main-column .section.thumbnail-list.three-rows-only UL LI .text H2 {
}
#main-column .section.thumbnail-list.two-rows-only UL LI .text P,
#main-column .section.thumbnail-list.three-rows-only UL LI .text P {
	display: none;
}
#main-column .section.thumbnail-list.two-rows-only UL LI.el1 .text P,
#main-column .section.thumbnail-list.two-rows-only UL LI.el2 .text P,
#main-column .section.thumbnail-list.three-rows-only UL LI.el1 .text P,
#main-column .section.thumbnail-list.three-rows-only UL LI.el2 .text P,
#main-column .section.thumbnail-list.three-rows-only UL LI.el3 .text P {
	display: block;
}

/* main-column: 'teaser-block.single-teaser' section element */
#main-column .section.teaser-block.single-teaser {
}
#main-column .section.teaser-block.single-teaser UL LI {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px 0px;
	font-size: 14px;
	font-weight: normal;
}
/* IE6 fix for dotted border bug */
* HTML #main-column .section.teaser-block.single-teaser UL LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#main-column .section.teaser-block.single-teaser UL LI .first-child {
	padding-top: 0px;
	background: none;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
}
#main-column .section.teaser-block.single-teaser UL LI .media {
	display: none;
}
#main-column .section.teaser-block.single-teaser UL LI.first-child .media {
	display: block;
	float: none;
	margin: 0px;
}
#main-column .section.teaser-block.single-teaser UL LI .media IMG {
	margin: 0px;
}
#main-column .section.teaser-block.single-teaser UL LI .text {
}
#main-column .section.teaser-block.single-teaser UL LI .text H2 {
	color: inherit;
}
#main-column .section.teaser-block.single-teaser UL LI .text P {
	color: #222222;
}


/* side-column: 'teaser-block.single-teaser' section element */
#side-column .article-list.teaser-block.single-teaser {
	padding: 0px;
}

#side-column .article-list.teaser-block.single-teaser .content {
	padding: 0px;
}
#side-column .article-list.teaser-block.single-teaser UL LI {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding: 6px 0px;
	font-size: 14px;
	font-weight: normal;
}
/* IE6 fix for dotted border bug */
* HTML #side-column .article-list.teaser-block.single-teaser UL LI {
	border-bottom: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll bottom;
}
#side-column .article-list.teaser-block.single-teaser UL LI .first-child {
	padding-top: 0px;
	background: none;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
}
#side-column .article-list.teaser-block.single-teaser UL LI .media {
	display: none;
}
#side-column .article-list.teaser-block.single-teaser UL LI.first-child .media {
	display: block;
	float: none;
	margin: 0px;
}
#side-column .article-list.teaser-block.single-teaser UL LI .media IMG {
	margin: 0px;
	width: 300px;
}
#side-column .article-list.teaser-block.single-teaser UL LI .text {
	width: 300px;
}
#side-column .article-list.teaser-block.single-teaser UL LI .text H2 {
	color: inherit;
}
#side-column .article-list.teaser-block.single-teaser UL LI .text P {
	color: #222222;
}


/* User Profile page */
#main-column .profile {
	margin-right: 30px;
	font-size: 1.165em;
}
#main-column .profile .info {
	padding: 10px 0px 0px;
}
#main-column .profile FORM H3 {
	padding: 15px 0px 10px;
	color: #707070;
	text-transform: uppercase;
}
#main-column .profile FORM FIELDSET {
	margin: 8px;
}
#main-column .profile FORM FIELDSET LABEL {
	float: left;
	display: block;
	text-align: right;
	width: 140px;
	padding: 3px 5px;
}
#main-column .profile FORM FIELDSET.required LABEL {
	/*font-weight: bold;*/
}
#main-column .profile FORM FIELDSET LABEL.error {
	float: none;
	width: 400px;
	margin: 2px 0px 0px 145px;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-align: left;
}
#main-column .profile FORM FIELDSET.required LABEL.terms {
	margin: 15px 0px 0px 30px;
	width: 500px;
	font-size: 12px;
	font-weight : normal;
	text-align: left;
}
#main-column .profile FORM FIELDSET INPUT,
#main-column .profile FORM FIELDSET TEXTAREA,
#main-column .profile FORM FIELDSET SELECT {
	padding: 2px;
}
#main-column .profile FORM FIELDSET INPUT[type='text'] {
	width: 240px;
}
#main-column .profile FORM FIELDSET INPUT[type='checkbox'] {
	margin-left: 148px;
}
#main-column .profile FORM FIELDSET INPUT[type='password'] {
	width: 140px;
}
#main-column .profile FORM FIELDSET.buttons {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#main-column .profile .change-password {
	color:#707070;
	padding:15px 0 10px;
	text-transform:uppercase;
}
#main-column .profile FORM .single {
	width: 50px;
	padding: 3px 5px 3px 2px
}
#main-column .profile FORM .married {
	width: 50px;
}
#main-column .profile FORM FIELDSET INPUT[type='radio'] {
	float: left;
}

/* Homepage news-teaser section element*/
BODY.home-page #main-column .section.teaser-block.news-teaser {
	float: none;
	clear: both;
	display: inline-block;
	width: auto !important;
	padding-bottom: 5px;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI {
	display: inline;
	float: left;
	margin-right: 0px;
	border-top: 1px dotted #CCCCCC;
	padding: 6px 0px;
}
/* IE6 fix for dotted border bug */
* HTML BODY.home-page #main-column .section.teaser-block.news-teaser UL LI {
	border-top: none;
	background: transparent url('http://cdn-wac.emirates247.com/res/img/borders/dotted-1px-cccccc.gif') repeat-x scroll top;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.even {
	clear: left;
	margin-right: 15px;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.odd {
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.first-child {
	margin-right: 15px;
	padding: 0px;
	padding-bottom: 10px;
	border-top: none;
	background: none;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el2,
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el3 {
	clear: none;
	margin-right: 0px;
	padding: 0px;
	padding-bottom: 10px;
	border-top: none;
	background: none;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el4 {
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI .media {
	display: none;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.first-child .media {
	float: none;
	display: block;
	margin-right: 0px;
	width: 320px;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el2 .media,
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el3 .media {
	float: left;
	display: inline; /* Bug Fix: IE Double Margin Float Bug */
	width: 150px;
	margin-right: 5px;
	/*background-color: #CCCCCC;*/
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el2 .media IMG,
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el3 .media IMG {
	margin: 0px;
	width: 150px
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.first-child .media IMG {
	margin: 0px;
	width: 320px;
}

BODY.home-page #main-column .section.teaser-block.news-teaser UL LI .text {
	width: 320px;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el2 .text,
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.el3 .text {
	width: 164px;
}
BODY.home-page #main-column .section.teaser-block.news-teaser UL LI.first-child .text {
	float: none;
	width: 320px;
}
/* Search box in extras */
#header .extras .search{
	color:#909090;
	display:inline;
	float: right;
	font-size:10px;
	padding-right:3px;
	padding-top:5px;
	text-align:right;
	width:250px;
}
#header .extras .search FORM {
	display: inline;
}
#header .extras .search INPUT.query {
	padding: 0px;
	/*font-size: inherit;*/
	width: 150px !important;
	height: 17px;
	border: 1px solid #999999;
	border-right: 0px;
}
#header .extras .search INPUT.submit {
	background-color: #EBF2EE;
	border: 1px solid #999999;
	padding: 3px;
}
#header .extras .search A.advanced {
	padding-left: 5px;
	/*color: #CCCCCC;*/
	text-decoration: none;
}
#header .extras .search A:hover {
	text-decoration: none;
}
/* Headlines */
#main-column .section.headline LI{
	padding-bottom: 5px;
}
#main-column .section.headline LI .media {
	width: 158px;
}
#main-column .section.headline LI .text {
	height:34px;
	overflow:hidden;
	width:158px;
}
/*Business in side colum */
#side-column .article-list.business {
	font-size: 12px;
	background-color: #CCCCCC;
}
#side-column .article-list.business .content {
	background: none;
}
#side-column .article-list.business H2 {
	background: none;
}
#side-column .article-list.business UL LI {
	margin-bottom: 10px;
	margin-left: 14px;
	display: list-item;
	list-style: disc outside none;
}
#side-column .article-list.business UL LI .media {
	display: none;
}
#side-column .article-list.business UL LI .text H2 {
	font-size: 12px;
}
#side-column .article-list.business UL LI .text P {
	display: none;
}
#side-column .article-list.business UL LI.el1 .text H2 {
	font-size: 14px;
}
#side-column .article-list.business UL LI.el1,
#side-column .article-list.business UL LI.el2,
#side-column .article-list.business UL LI.el3,
#side-column .article-list.business UL LI.el4,
#side-column .article-list.business UL LI.el5,
#side-column .article-list.business UL LI.el6 {
	display: block;
	margin-left: 0px;
}
#side-column .article-list.business UL LI.el1 .media,
#side-column .article-list.business UL LI.el2 .media,
#side-column .article-list.business UL LI.el3 .media,
#side-column .article-list.business UL LI.el4 .media,
#side-column .article-list.business UL LI.el5 .media,
#side-column .article-list.business UL LI.el6 .media {
	display: block;
}
#side-column .article-list.business UL LI.el1 .text P,
#side-column .article-list.business UL LI.el2 .text P,
#side-column .article-list.business UL LI.el3 .text P,
#side-column .article-list.business UL LI.el4 .text P,
#side-column .article-list.business UL LI.el5 .text P,
#side-column .article-list.business UL LI.el6 .text P {
	display: block;
}
#side-column .article-list.business UL LI.el2 .media IMG,
#side-column .article-list.business UL LI.el3 .media IMG,
#side-column .article-list.business UL LI.el4 .media IMG,
#side-column .article-list.business UL LI.el5 .media IMG,
#side-column .article-list.business UL LI.el6 .media IMG{
	float: right;
	width: 80px;
}
/* National Day */
#side-column .article-list.teaser-block.thumbnail.national-day {
	background: white;
	border: 1px solid #A21D21;
}
#side-column .article-list.teaser-block.thumbnail.national-day UL LI .text H2 {
	background: none;
}
#side-column .article-list.teaser-block.thumbnail.national-day h2 {
	/*background: url("http://media.emirates247.com/images/uae-national-day-logo.jpg") no-repeat scroll 106px -4px transparent;*/
	display: block;
	padding-bottom: 6px;
}

#side-column .article-list.media-only {
	/*margin: 0;*/
	padding: 0;
}
#side-column .article-list.media-only .content {
	margin: 0;
	padding: 0;
}
#side-column .article-list.media-only H2 {
	display: none;
}
#side-column .article-list.media-only .text {
	display: none;
}
#side-column .article-list.media-only UL LI .media IMG {
	width: 300px;
}

/* Pagination */
#main-column .section .pagination {
	float: left !important;
	font-size: 0.95em;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
#main-column .section .pagination UL LI {
	float: none !important;
	vertical-align: middle;
	margin: 0px 1px;
	padding: 0px;
	display: inline-block !important;
	border-bottom: none !important;
}
#main-column .section .pagination UL LI.disabled {
	padding: 3px 7px;
	background-color: #FFFFFF;
	border: 1px solid #222222 !important;
	border-radius: 5px 5px 5px 5px;
}
#main-column .section .pagination UL LI A{
	padding: 3px 7px;
	background-color: #FFFFFF;
	border: 1px solid #222222 !important;
	border-radius: 5px 5px 5px 5px;
	display: inline-block !important;
}
#main-column .section .pagination UL LI.active A{
	background-color: grey;
	color: #FFFFFF;
}
#main-column .section .pagination UL LI:hover A{
	color: #FFFFFF;
	background-color: grey;
}
DIV.membership-notification{
	border-style: double;
	border-width: medium;
	padding: 15px;
	width: 260px;
	margin: 15px 0;
}
DIV.membership-success{
	background-color: lightgreen;
	color: darkgreen;
}
DIV.membership-note{
	background-color: #FFFFCC;
	border-color: #B81417;
	border-style: solid;
	border-width: 1.5px;
	padding: 15px;
}
DIV.membership-error{
	color: red;
	font-size: small;
	padding: 15px;
}
#main-column div.my-profile div#containerForm div#userProfile form#profileform fieldset.optional span{
	vertical-align: bottom;
	font-size: x-small;
	color: grey;
	padding-left: 8px;
}
