/*

CSS Credit: http://www.thetechspace.com/

*/

html {

	

}

body {

	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif, Zawgyi-One;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	width: 100%;
	display: table;
	background: url(../images/thetechspace_body_bg.jpg) repeat-x #e6e6e6;
	
	
}

a { color: #ca430a; text-decoration: none; }
a:hover { color: #ca430a; text-decoration: underline;  }


#thetechspace_container {

	width: 960px;

	margin: auto;

}

#thetechspace_header {

	width: 940px;
	height : 196px;
	background: #353535;
	border: 10px solid #d9d9d9;
	margin: 20px 0 0 0;
	padding: 0;

}

#thetechspace_logo{

	width: 940px;
	height: 160px;
	background: url(../images/thetechspace_banner.jpg) no-repeat;

}

#thetechspace_logo .thetechspace_lang{
	float:right;
	color: #858585;
	margin: 10px 10px 0 0;
	padding: 0;
}

#thetechspace_logo .thetechspace_lang b a:hover{
	text-decoration: none;
}

/* Menu Section */
#thetechspace_menu_section{
	width: 940px;
	height: 36px;
	background: url(../images/thetechspace_menu_bg.jpg) repeat-x;
	float: left;	
	margin: 0;
	padding: 0;

}

#thetechspace_menu_section ul  {
	float: left;
	width: 920px;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	background: url(../images/thetechspace_menu_bg.jpg) top repeat-x;
	
}

#thetechspace_menu_section li{
	display: inline;	
}

#thetechspace_menu_section li a{
	float: left;
	padding: 8px 10px 0 10px;
	margin: 1px 1px 0px 1px;
	height: 27px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../images/thetechspace_menu.jpg) right bottom no-repeat;
}

#thetechspace_menu_section li a:hover, #thetechspace_menu_section li .current{
	color: #454545;
	background: url(../images/thetechspace_menu_current.jpg) repeat-x;
	text-decoration:none;
}


/* End Of Menu */


#thetechspace_content_area {
	
	width: 940px;
	min-height: 1000px;
	margin: 20px 0 0 0;
	padding: 0;
	border: 10px solid #d9d9d9;
	background: #fff;
	
}

#thetechspace_here {
	width: 100%;
	background: #d9d9d9;
	margin: 0 ;
	padding: 0 0 10px 0;
}

#thetechspace_here span.bold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 0;
}

#thetechspace_here span.normal{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
}

#thetechspace_here span.normal a,#thetechspace_here span.normal a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
}


#thetechspace_full {
	
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;

}

#thetechspace_full .thetechspace_full_content_box {
	width: 900px;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.thetechspace_full_content_box h1{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

.thetechspace_full_content_box h1 a{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

.thetechspace_full_content_box h1 a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.thetechspace_full_content_box  p{
	font-family: Arial, Zawgyi-One;
	font-size: 12px;
	text-align: justify;
	line-height: 12pt;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0;
}

.thetechspace_full_content_box  img{
	float: left;
	margin: 10px 5px 5px 0;
	padding: 0;
}

/* End of full*/

#thetechspace_left {
	
	float: left;
	width: 660px;
	margin: 0 0 10px 10px;
	padding: 0;

}


* html #thetechspace_left {
	margin-left: 5px;
}

#thetechspace_left .thetechspace_content_box {
	width: 638px;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.thetechspace_content_box h1{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

.thetechspace_content_box h1 a{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

.thetechspace_content_box h1 a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.thetechspace_content_box .thetechspace_player_box{
	width: 640px;
	margin: 10px 0 0 0;
	padding: 0;
}

.thetechspace_content_box p{
	font-family: Arial, Zawgyi-One;
	font-size: 12px;
	text-align: left;
	line-height: 14pt;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0;
}

.thetechspace_content_box .thetechspace_player_box #video_player {
	z-index: 1;
	overflow: visible;
	margin: 0;
	padding: 0;
}

.thetechspace_content_box .thetechspace_send{
	float: left;
	width: 180px;
	height: 25px;
	background: url(../images/thetechspace_send_video.png) no-repeat left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ca430a;
	margin: 10px 0 0 0;
	padding: 7px 0 0 40px;
	
}

.thetechspace_content_box .thetechspace_send:hover{
	text-decoration: underline;
}

.thetechspace_content_box .thetechspace_info{
	float: right;
	height: 25px;
	font-family: Arial;
	font-size: 11px;
	color: #222;
	margin: 10px 0 0 10px;
	padding: 7px 0 0 0;
}

/* End Of Content Box */

#thetechspace_left .thetechspace_video_box {
	width: 640px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 18px;
	border: 1px solid #ccc;
}

.thetechspace_video_box .thetechspace_paging {
	margin: 10px 10px ;
	text-align: center;
	padding: 0;
}

.thetechspace_video_box .thetechspace_paging ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.thetechspace_paging ul li{
	display:inline;
	margin-bottom:5px;
	
}

.thetechspace_paging ul li a {
	background-color:#DDD;
	border:1px solid #CDCDCD;
	color:#CA430A;
	font-weight: bold;
	margin-bottom:5px;
	margin-right:5px;
	padding:3px;
	text-align:center;
	text-decoration:none;
}

.thetechspace_paging ul li a:hover,.thetechspace_paging ul li a.current {
	background-color:#999;
	text-decoration:none;
}

.thetechspace_video_box h1{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}

.thetechspace_video_box .thetechspace_video_info_box{
	float: left;
	width: 118px;
	height: 180px;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

* html .thetechspace_video_box .thetechspace_video_info_box{
	margin-right: 15px;
}

.thetechspace_video_box .thetechspace_video_info_box:hover{
	background: #f8f8f8;
}

.thetechspace_video_info_box img{
	margin: 0;
	padding: 0;
	border: none;
}


.thetechspace_video_info_box h1{
	font-family: Arial;
	font-size: 12px;
	color: #ca430a;
	margin: 5px 0 0 0;
	text-align: left;
	padding: 0;
}

.thetechspace_video_info_box p{
	font-family: Arial;
	font-size: 11px;
	color: #222;
	margin: 5px 0 0 0;
	padding: 0;
}

/* End of left*/

#thetechspace_right {
	
	float: right;
	width: 250px;
	margin: 0 10px 10px 0;
	padding: 0;

}

* html #thetechspace_right {
	margin-right: 5px;
}


#thetechspace_right .thetechspace_section_box {
	width: 228px;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.thetechspace_section_box h1{
	font-family: Arial;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

.thetechspace_section_box p{

	font-family: Arial;
	font-size: 12px;
	
}
.thetechspace_section_box .thetechspace_vdo_boxes_container {
	margin: 5px 0 0 0;
	padding: 0;
	max-height: 380px; 
	overflow: auto;
	
}

.thetechspace_section_box .thetechspace_sec_vdo_boxes{
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #333;
}

.thetechspace_section_box .thetechspace_sec_vdo_boxes h2{
	font-family: Arial;
	font-size: 11px;
	color: #ca430a;
	font-weight: normal;
	margin: 0 5px 0 0 ;
	text-align: left;
	padding: 0;
}

.thetechspace_sec_vdo_boxes img{
	float: left;
	margin: 0 3px 0 0;
	border: none;
}

.thetechspace_section_box ul{

	list-style: none;
	margin: 0;
	padding: 0;
}

.thetechspace_section_box li {
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #333;
}
.thetechspace_section_box li a{
	font-family: Arial;
	font-size: 12px;
	color: #ca430a;
	font-weight: normal;
	text-align: justify;
	margin: 0;
	padding: 0;
	
	
}

.thetechspace_section_box li a:hover{
	text-decoration: underline;
}

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

#thetechspace_footer {
	margin: 10px 0;
	padding: 5px;
	background: #353535;
	border: 1px solid #202020;
	color: #666666;
	text-align: center;
}

#thetechspace_footer a{
	color: #999;	
}

#thetechspace_footer a:hover {
	color: #999;
	text-decoration: underline;
}



	