.home .homeNews {
	padding-left: 20px; 
	padding-right: 20px; 
	text-align: right;
	direction: rtl;
	}

.form {
	width: 500px;
	direction: rtl;
	margin: 0px; 
	}
	
.form .row {
	clear: both;
	height: 50px;
	}

.form .high {
	height: 130px;
	}
	

.form .field {
	width: 47%;
	float: right;		
	margin-left: 10px;
	}
	

.form .field .title {
	width: 50%;
	float: right;
	}	
	
.form .full {width: 100%;}	


.videos {
		
	}

.videos h2 {
	color: #ffffff;
	text-align: left;
	margin-top: 5px; 
	margin-bottom: 5px; 
	}
	
.videos #ContentBoxMiddle {
	width: 730px; 	
	margin: 0px auto;
	}

ul.tabs {	
	margin: 0px; 
	padding: 0px; 
	list-style:none;
	height: 26px;
	xoverflow: hidden;
	border-top: solid #C5A485 1px;
}

ul.tabs li {
	float: left;
	width: auto;
	xwidth: 150px; 
	height: 30px; 
	background: url(../images/tab_bg.gif) no-repeat right 7px;
	padding: 0px 10px;
	color: #535552;	
	text-align: center;
}

ul.tabs li.sel {
	xbackground: url(../images/tab_bg_sel.gif) no-repeat left top;	
	}
	
ul.tabs li a {
	color: #FBFC1C;
	display: block;	
	padding-right: 3px;
	padding-left: 3	px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold; 
	text-decoration: none;
	font-size: 14px;
	}

.videos {
	text-align: center;	
	margin: 0px auto;
	}
	

.videos .box {		
	border: solid #844E80 2px;
	background: #ffffff;	
	margin-bottom: 10px;
	height: 330px;
	padding: 5px;
	}
	
.videos #videoSubCats {
	clear: both;
	float: right;
	width: 120px;	
	margin-left: 10px;
	
	height: 330px;		
	overflow: hidden;
}	

.videos #videoSubCats h2 {
	background: #FFCC66;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin: 0px; 
	margin-bottom: 5px; 
	padding: 3px 6px; 
	}
	
.videos #videoSubCats div {
	background: #EFEFEF;	
	margin-top: 5px;
	padding: 5px; 
	padding-left: 5px;
	text-align: left;
	}	
	
.videos #videoSubCats div a {
	text-decoration: none;
	color: #272B50;
	font-weight: bold;
	display: block;
	}	
	
.videos #videoSubCats div.sel a {
	color: #783777;
	}	

.videos #videosList {
	direction: ltr;
	float: right;
	width: 220px;
	height: 330px;		
	margin-left: 10px;	
	scrollbar-3dlight-color: #652562; 
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #EFEFEF; 
	scrollbar-darkshadow-color: #EFEFEF; 
	scrollbar-face-color: #EFEFEF; 
	scrolbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #652562; 
	scrollbar-track-color: #EFEFEF; 		
	overflow: auto;	
}

.videos #videosList h2 {
	background: #FFCC66;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin: 0px; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	padding: 3px 6px; 
	}
	

.videos #videosList .list {	
	margin-right: 10px;	
	overflow: hidden;
	}
	
.videos #videosList .list .last {
	margin-left: 10px;
	}

.videos #videosList .list .videoItem {
	float: left;	
	text-align: center;
	width: 90px; 	
	}
	
.videos #videosList .list div img {
	border: solid #672D67 1px; 
	margin-bottom: 5px;
	}
	
.videos #videosList .list div a {
	text-decoration: none;
	color: #271E79;
	font-weight: bold;
	}
	
.videos #videosList .list hr {
	clear: both;
	height: 1px; 
	background: #FFDCFF;
	color: #FFDCFF;
	border-top: solid #6F2288 1px;
	margin-bottom: 10px; 
	}

.videos #videoPlayer {
	width: 352px; 
	height: 330px;
	overflow: hidden;	
	background: url('../images/player_bg.jpg') no-repeat left top;
	}

.videos #mediaPlayer {visibility: hidden;}
.videos #videoPlayer .controls {
	background: #E3AC74 url(../images/video_controls_bg.gif) repeat-x left top;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	height: 37px; 
	text-align: left;
	}	

.videos #videoPlayer .controls a {
	width: 28px; 
	height: 24px; 
	float: left;
	display: block;	
	background-position: left top;
	background-image: url(../images/video_bt.gif);	
	background-repeat: no-repeat;	
	}
	
.videos #videoPlayer .controls a.play {background-image: url(../images/video_bt_play.gif);}	
.videos #videoPlayer .controls a.pause {background-image: url(../images/video_bt_pause.gif);}	
.videos #videoPlayer .controls a.stop {background-image: url(../images/video_bt_stop.gif);}	
.videos #videoPlayer .controls a.re {background-image: url(../images/video_bt_re.gif);}	
.videos #videoPlayer .controls a.ff {background-image: url(../images/video_bt_ff.gif);}	
.videos #videoPlayer .controls a.mute {background-image: url(../images/video_bt_mute.gif);}	

.videos #videoPlayer .controls a.play:hover {background-image: url(../images/video_bt_play_hover.gif);}	
.videos #videoPlayer .controls a.pause:hover {background-image: url(../images/video_bt_pause_hover.gif);}	
.videos #videoPlayer .controls a.stop:hover {background-image: url(../images/video_bt_stop_hover.gif);}	
.videos #videoPlayer .controls a.re:hover {background-image: url(../images/video_bt_re_hover.gif);}	
.videos #videoPlayer .controls a.ff:hover {background-image: url(../images/video_bt_ff_hover.gif);}	
.videos #videoPlayer .controls a.mute:hover {background-image: url(../images/video_bt_mute_hover.gif);}	

.videos .hotlinksWrap {	
	margin-bottom: 10px;
	height: 140px;		
	overflow: hidden;
	background: url(../images/video_favourites_bg.gif) repeat-y left top;
	text-align: left;
	}

.videos .hotlinksWrap td {
	width: 120px; 
	padding-top: 10px; 	
	text-align: center;		
	vertical-align: top;
	}	
	
.videos .hotlinksWrap td img {
	border: solid #C3A583 1px;
	margin-bottom: 5px;
	}
	
.videos .hotlinksWrap td a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	}

.videos .BottomBannerWrap {		
	height: 200px;	
	overflow: hidden;
	text-align: center;
	border: solid #6F2288 1px;
	}
	
