﻿@charset "utf-8";
/*
Author: IT Express
Author URL: http://itexpress.vn
License: Creative Commons Attribution 3.0 Unported
License URL: http://vinawebs.net/
*/
/* reset */
.no-desktop{display:none;}
.ui-helper-hidden {
	display:none}

.ui-helper-hidden-accessible {
	position:absolute;
	left:-99999999px
}

/* Misc visuals----------------------------------*//* Corner radius */.ui-corner-tl {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px}
.ui-corner-tr {
    -moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px}
.ui-corner-bl {
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px}
.ui-corner-br {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px}
.ui-corner-top {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px}
.ui-corner-bottom {
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px}
.ui-corner-right {
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px}
.ui-corner-left {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px}
.ui-corner-all {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px}
/* Overlays */.ui-widget-overlay {
	background:#a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
	opacity:.40;
	filter:Alpha(Opacity=40)}
.ui-widget-shadow {
	margin:-8px 0 0 -8px;
	padding:8px;
	background:#333 url(images/ui-bg_flat_0_333333_5F40x100.png) 50% 50% repeat-x;
	opacity:.10;
	filter:Alpha(Opacity=10);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px}
/* * jQuery UI Resizable 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */.ui-resizable {
	position:relative}
.ui-resizable-handle {
	position:absolute;
	font-size:0.1px;
	z-index:99999;
	display:block}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display:none}
.ui-resizable-n {
	cursor:n-resize;
	height:7px;
	width:100%;
	top:-5px;
	left:0}
.ui-resizable-s {
	cursor:s-resize;
	height:7px;
	width:100%;
	bottom:-5px;
	left:0}
.ui-resizable-e {
	cursor:e-resize;
	width:7px;
	right:-5px;
	top:0;
	height:100%
}
.ui-resizable-w {
	cursor:w-resize;
	width:7px;
	left:-5px;
	top:0;
	height:100%}
.ui-resizable-se {
	cursor:se-resize;
	width:12px;
	height:12px;
	right:1px;
	bottom:1px}
.ui-resizable-sw {
	cursor:sw-resize;
	width:9px;
	height:9px;
	left:-5px;
	bottom:-5px}
.ui-resizable-nw {
	cursor:nw-resize;
	width:9px;
	height:9px;
	left:-5px;
	top:-5px}
.ui-resizable-ne {
	cursor:ne-resize;
	width:9px;
	height:9px;
	right:-5px;
	top:-5px}
/* * jQuery UI Selectable 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Selectable#theming */.ui-selectable-helper {position:absolute;	z-index:100;	border:1px dotted black}
/* * jQuery UI Accordion 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Accordion#theming *//* IE/Win - Fix animation bug - #4615 */.ui-accordion {width:100%}
.ui-accordion .ui-accordion-header {
	cursor:pointer;
	position:relative;
	margin-top:1px;
	zoom:1}
.ui-accordion .ui-accordion-li-fix {	display:inline}
.ui-accordion .ui-accordion-header-active {border-bottom:0 !important}
.ui-accordion .ui-accordion-header a {
	display:block;
	font-size:1em;
	padding:.5em .5em .5em .7em
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left:2.2em}
.ui-accordion .ui-accordion-header .ui-icon {
	position:absolute;
	left:.5em;
	top:50%;
	margin-top:-8px}
.ui-accordion .ui-accordion-content {
	padding:1em 2.2em;
	border-top:0;
	margin-top:-2px;
	position:relative;
	top:1px;
	margin-bottom:2px;
	overflow:auto;
	display:none;
	zoom:1}
.ui-accordion .ui-accordion-content-active {display:block}
/* * jQuery UI Autocomplete 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete#theming */.ui-autocomplete {position:absolute;	cursor:default}
/* workarounds */* html .ui-autocomplete {width:1px}
/* without this,the menu expands to 100% in IE6 *//* * jQuery UI Menu 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Menu#theming */.ui-menu {
	list-style:none;
	padding:2px;
	margin:0;
	display:block;
	float:left}
.ui-menu .ui-menu {margin-top:-3px}
.ui-menu .ui-menu-item {	margin:0;	padding:0;	zoom:1;	float:left;	clear:left;	width:100%}
.ui-menu .ui-menu-item a {text-decoration:none;	display:block;padding:.2em .4em;line-height:1.5;	zoom:1}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {font-weight:normal;	margin:-1px}
/* * jQuery UI Button 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Button#theming */.ui-button {
    display:inline-block;
	position:relative;padding:0;
	margin-right:.1em;	
	text-decoration:none !important;
	cursor:pointer;
	text-align:center;
	zoom:1;
	overflow:visible}
/* the overflow property removes extra width in IE */.ui-button-icon-only {width:2.2em}
/* to make room for the icon,a width needs to be set here */button.ui-button-icon-only {width:2.4em}
/* button elements seem to need a little more width */.ui-button-icons-only {width:3.4em}
button.ui-button-icons-only {width:3.7em}
/*button text element */.ui-button .ui-button-text {display:block;	line-height:1.4}
.ui-button-text-only .ui-button-text {padding:.4em 1em}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {padding:.4em;text-indent:-9999999px}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {padding:.4em 1em .4em 2.1em}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {padding:.4em 2.1em .4em 1em}
.ui-button-text-icons .ui-button-text {padding-left:2.1em;	padding-right:2.1em}
/* no icon support for input elements,provide padding by default */input.ui-button {padding:.4em 1em}
/*button icon element(s) */.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position:absolute;
	top:50%;
	margin-top:-8px}
	.ui-button-icon-only .ui-icon {left:50%;margin-left:-8px}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {left:.5em}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {right:.5em}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {right:.5em}
/*button sets*/.ui-buttonset {margin-right:7px}
.ui-buttonset .ui-button {margin-left:0;	margin-right:-.3em}
/* workarounds */button.ui-button::-moz-focus-inner {border:0; padding:0}
/* reset extra padding in Firefox *//* * jQuery UI Dialog 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Dialog#theming */.ui-dialog {
	position:absolute;
	padding:.2em;
	width:300px;
	overflow:hidden}
.ui-dialog .ui-dialog-titlebar {padding:.5em 1em .3em;	position:relative}
.ui-dialog .ui-dialog-title {float:left;	margin:.1em 16px .2em 0}
.ui-dialog .ui-dialog-titlebar-close {position:absolute;	right:.3em;	top:50%;	width:19px;	margin:-10px 0 0 0;	padding:1px;height:18px}
.ui-dialog .ui-dialog-titlebar-close span {display:block;margin:1px}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {padding:0}
.ui-dialog .ui-dialog-content {
	position:relative;
	border:0;
	padding:.5em 1em;
	background:none;
	overflow:auto;
	zoom:1}
.ui-dialog .ui-dialog-buttonpane {
	text-align:left;
	border-width:1px 0 0 0;
	background-image:none;
	margin:.5em 0 0 0;
	padding:.3em 1em .5em .4em}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {	float:right}
.ui-dialog .ui-dialog-buttonpane button {
	margin:.5em .4em .5em 0;
	cursor:pointer}
.ui-dialog .ui-resizable-se {
	width:14px;
	height:14px;
	right:3px;
	bottom:3px}
.ui-draggable .ui-dialog-titlebar {
	cursor:move}
/* * jQuery UI Slider 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Slider#theming */.ui-slider {
	position:relative;
	text-align:left}
.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.2em;
	height:1.2em;
	cursor:default}
.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0}
.ui-slider-horizontal {height:.8em}
.ui-slider-horizontal .ui-slider-handle {top:-.3em;	margin-left:-.6em}
.ui-slider-horizontal .ui-slider-range {top:0;	height:100%}
.ui-slider-horizontal .ui-slider-range-min {left:0}
.ui-slider-horizontal .ui-slider-range-max {right:0}
.ui-slider-vertical {width:.8em;	height:100px}
.ui-slider-vertical .ui-slider-handle {left:-.3em;	margin-left:0;	margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range {left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min {bottom:0}
.ui-slider-vertical .ui-slider-range-max {top:0}
/* * jQuery UI Tabs 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Tabs#theming */.ui-tabs {position:relative;	padding:.2em;	zoom:1}
/* position:relative prevents IE scroll bug (element with position:relative inside container with overflow:auto appear as "fixed") */.ui-tabs .ui-tabs-nav {
    margin:0;
	padding:.2em .2em 0}
.ui-tabs .ui-tabs-nav li {
	list-style:none;
	float:left;
	position:relative;
	top:1px;
	margin:0 .2em 1px 0;
	border-bottom:0 !important;
	padding:0;
	white-space:nowrap}
.ui-tabs .ui-tabs-nav li a {
	float:left;
	padding:.5em 1em;
	text-decoration:none}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {margin-bottom:0;padding-bottom:1px}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {cursor:text}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {cursor:pointer}
/* first selector in group seems obsolete,but required to overcome bug in Opera applying cursor:text overall if defined elsewhere... */.ui-tabs .ui-tabs-panel {
	display:block;
	border-width:0;
	padding:1em 1.4em;
	background:none}
.ui-tabs .ui-tabs-hide {	display:none !important}
/* * jQuery UI Datepicker 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */.ui-datepicker {width:17em;	padding:.2em .2em 0}
.ui-datepicker .ui-datepicker-header {position:relative;	padding:.2em 0}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position:absolute;
	top:2px;
	width:1.8em;
	height:1.8em}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {top:1px}
.ui-datepicker .ui-datepicker-prev {left:2px}
.ui-datepicker .ui-datepicker-next {right:2px}
.ui-datepicker .ui-datepicker-prev-hover {left:1px}
.ui-datepicker .ui-datepicker-next-hover {right:1px}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {display:block;position:absolute;left:50%;	margin-left:-8px;top:50%;margin-top:-8px
}
.ui-datepicker .ui-datepicker-title {
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center}
.ui-datepicker .ui-datepicker-title select {font-size:1em;	margin:1px 0}
.ui-datepicker select.ui-datepicker-month-year {width:100%}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width:49%}
.ui-datepicker table {
    width:100%;
	font-size:.9em;
	border-collapse:collapse;
	margin:0 0 .4em}
.ui-datepicker th {padding:.7em .3em;	text-align:center;	font-weight:bold;	border:0}
.ui-datepicker td {	border:0;	padding:1px}
.ui-datepicker td span, .ui-datepicker td a {display:block;	padding:.2em;	text-align:right;	text-decoration:none}
.ui-datepicker .ui-datepicker-buttonpane {	background-image:none;	margin:.7em 0 0 0;	padding:0 .2em;	border-left:0;	border-right:0;	border-bottom:0}
.ui-datepicker .ui-datepicker-buttonpane button {float:right;	margin:.5em .2em .4em;	cursor:pointer;	padding:.2em .6em .3em .6em;	width:auto;	overflow:visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float:left}
/* with multiple calendars */.ui-datepicker.ui-datepicker-multi {width:auto}
.ui-datepicker-multi .ui-datepicker-group {float:left}
.ui-datepicker-multi .ui-datepicker-group table {width:95%;	margin:0 auto .4em}
.ui-datepicker-multi-2 .ui-datepicker-group {width:50%}
.ui-datepicker-multi-3 .ui-datepicker-group {width:33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {width:25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {border-left-width:0}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {border-left-width:0}
.ui-datepicker-multi .ui-datepicker-buttonpane {clear:left}
.ui-datepicker-row-break {	clear:both;width:100%}
/* RTL support */.ui-datepicker-rtl {direction:rtl}
.ui-datepicker-rtl .ui-datepicker-prev {
	right:2px;
	left:auto}
.ui-datepicker-rtl .ui-datepicker-next {
	left:2px;
	right:auto}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right:1px;
	left:auto}
.ui-datepicker-rtl .ui-datepicker-next:hover {left:1px;right:auto}
.ui-datepicker-rtl .ui-datepicker-buttonpane {clear:right}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {float:left}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {	float:right}
.ui-datepicker-rtl .ui-datepicker-group {float:right}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {border-right-width:0;	border-left-width:1px}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {border-right-width:0;	border-left-width:1px}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */.ui-datepicker-cover {	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	top:-4px;/*must have*/
	left:-4px;/*must have*/
	width:200px;/*must have*/
	height:200px;/*must have*/}
/* * jQuery UI Progressbar 1.8.6 * * Copyright 2010,AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar#theming */.ui-progressbar {
	height:2em;
	text-align:left}
.ui-progressbar .ui-progressbar-value {margin:-1px;height:100%}
/*=================================================================================================================================================================================*/
body {
    background: #fff url(../images/bg2_.jpg) repeat;
    color: #333333;
    font: 12px Arial,Helvetica,sans-serif;
	/*font:"Times New Roman", Times, serif;*/
}
html, body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
}
h2, h3, h4, h5, h6 {margin: 1em 0;}
h4{font-size:16px;}
h5{font-size:14px;}
img.full{width:100%;}
#header {background:url(../images/bg_header.png) repeat-x scroll center top #FFFFFF; height: 150px;}
#header {min-width: 1020px;padding: 0;margin: 0 auto;}
.clearfix:after {
   clear: both;
   content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;}
p {
    line-height: 1.3;
    margin: 0 0 1.25em;
    padding: 0;}
.topline{width:1000px;height:30px;margin:0px auto 0px auto; padding:0px;overflow:hidden;}
.list-social {
    float: right;
    height:20px;padding:5px 0px;margin:0px;
}
.list-social li 
{
    list-style:none;
    float: left;
    padding: 0 5px;
}
.list-social li a {
    color: #666;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-indent: -9999px;
}
.list-social li.btn-sethome {
    padding-left: 10px;
}
.list-social li.btn-sethome a {
    cursor: pointer;
    font-weight: 700;
    padding-top: -3px;
    text-indent: 0;
    font-family:Arial;
    font-size:13px;
    line-height:20px;
}
.list-social li.btn-sethome a:hover {
    color: #0e71b4;
}
.list-social li:first-child {
    border-right: 1px solid #aaa;
    padding-right: 10px;
    padding-top: 3px;
}
.list-social li:first-child a {
    color: #e32c24;
    font-weight: bold;
    text-indent: 0;
    padding-top:0px;
	white-space: nowrap;
}
.list-social li a.btn-set {
    background: none repeat scroll 0 0 #55acee;
    border-radius: 2px;
    box-shadow: 0 0 3px #ccc;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 19px;
    line-height: 20px;
    padding: 0 6px;
    text-indent: 0;
    text-transform: uppercase;
}
.list-social li a.btn-set:hover {
    background: none repeat scroll 0 0 #e32c24;
}
.icon-social {
    background-image: url("../images/icon-social.png");
    background-repeat: no-repeat;
}
.icon-facebook {
    background-position: 0 0;
    height: 20px;
    width: 19px;
}
.icon-facebook:hover {
    background-position: 0 100%;
}
.icon-tw {
    background-position: -20px 0;
    height: 20px;
    width: 20px;
}
.icon-tw:hover {
    background-position: -20px 100%;
}
.icon-zing {
    background-position: -100px 0;
    height: 20px;
    width: 20px;
}
.icon-zing:hover {
    background-position: -100px 100%;
}
.icon-google {
    background-position: -42px 0;
    height: 20px;
    width: 20px;
}
.icon-google:hover {
    background-position: -42px 100%;
}
.icon-ytobe {
    background-position: -64px 0;
    height: 20px;
    width: 21px;
}
.icon-ytobe:hover {
    background-position: -64px 100%;
}
#branding {
    margin: 0 auto !important;
    padding: 0;
    width: 1020px;}
html[xmlns] .clearfix {display: block;}
.clearfix {display: inline-block;}
.logo {
    float: left;
    font-family: 'Segoe UI',Arial,Helvetica,sans-serif;
    font-weight: 700;
    max-width: 300px;
    _width:300px;
    text-transform: uppercase;
    margin:0px;
	padding: 5px 0 0px 0;}
.logo img{float:left; margin:0px;max-width:220px;_width:280px; padding:10px 0px;}
#nav { background:#C04E01;height: 50px;min-width: 990px;}
#top-menu, #nav { min-width: 990px;}
#top-menu-content, #nav-content {margin: 0 auto;width: 978px;}
#nav-content {margin: 0 auto;width: 1020px;}
#top-menu-content .sf-menu, #nav .sf-menu {float: left;line-height: 1.1;}
.sf-menu, .sf-menu * {list-style: none;margin: 0;padding: 0;}
#nav .current,#nav .active {float: left;color:#CA0002;}
.sf-menu li {float: left;position: relative;background: url(../images/bg_li_top.png) no-repeat top right;}
#nav .sf-menu a {display: block;text-decoration: none;padding: 16px 14px 13px 14px;color:white;font-size: 12px;font-weight: bold;white-space:nowrap;}
#nav .sf-menu a .homepage{
	background: url(../images/home.png) no-repeat scroll 0 0 transparent;
	padding:8px 11px 9px 8px;
	height:14px;}
a, a:link, a:visited {color: black;text-decoration: none;}
.activehome{
    background: url(../images/home.png) no-repeat center #dfdfdf; 
    width:25px;
    height:11px;
}
#nav .current,#nav .active {color:#fff;}
#nav .sf-menu ul.children {border: none;background: none;float: left;width: 960px;padding: 0px;position:absolute;left:0;display:none;}
#nav .sf-menu ul.children li{border: none;background: none;float: left;width: auto;}
#nav .sf-menu li li a {padding: 7px 15px;line-height: 1;height: auto;font-size: 12px;}
#nav .sf-menu ul.children li a, #nav .sf-menu ul.children li a:hover {border: 0px;background: none;float: left;color:#fff !important;font-weight: normal;}
#nav .sf-menu ul.children li a:hover {color:#FFE0CC !important;}
#nav .sf-menu ul.children li a:hover{text-decoration:underline;}
#nav .sf-menu li:hover ul{display:block;}
.nav_display_none{display:none !important;}
ul.quick-nav {display: none;}
.sf-shadow ul {background: url(../images/shadow.png) no-repeat bottom right;padding: 0 8px 9px 0;-moz-border-radius-bottomleft: 17px;-moz-border-radius-topright: 17px;-webkit-border-top-right-radius: 17px;-webkit-border-bottom-left-radius: 17px;}
.sf-menu ul {position: absolute;left: -999em;width: 11em;z-index: 100;}
.quick-nav {float: right;list-style: none;margin: 0 10px 0;padding: 0;}
 #nav .__MB_MENU_FIRST a.first{background: url(../images/home.png) no-repeat center #6A3500 !important; width:25px; height:13px;text-indent:-9999px;}
 #nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li,#nav .current a,#nav .active a {background:#6A3500;color: #fff !important;}
.sf_menu_display{display:block !important;}
#nav .sf-menu ul li {border: 1px solid #474331;margin-top: 3px;}
#nav .quick-nav li {padding-top: 8px;}
.sf-menu ul li {width: 100%;}
.subnav{background: #EC6001;padding-bottom: 5px;}
.quick-nav li {padding: 5px 0 0 8px;float: left;display: inline;}
.sf-menu li {float: left;position: relative;background: url(../images/v2/bg_li_nav_top.png) no-repeat top right;height:42px;}
.timenow {font-size: 12px;color: #fff;position: absolute;margin-top: 7px;margin-left: 3px;}
#searchbar {float: right;margin: 1px 0 0;background: #F3F3F3;width: 680px;overflow:hidden;}
#searchbar span{margin-right:5px; line-height:20px;}
#searchform {border: 1px solid #DDD;background:white;width: 188px;padding: 2px 0px 2px 3px;margin: 0;float: right;}
#searchform .s, #searchform input.s {font-family: Arial, Helvetica, sans-serif;font-size: 12px;border: none;background:white;padding: 0;margin: 0;float: left;width: 170px !important;color: #AAA;}
.highlight{background:#FFFF00;}
#searchform .searchsubmit {
	background: url(../images/searchsubmit.gif) no-repeat;
	text-indent: -9000px;
	width: 16px;
	height: 16px;
	border: none;
	float: left;
	cursor: pointer;
	opacity: 0.7;
	text-transform: capitalize;
	padding: 0;
	margin: 0;}
#wrapper {
    min-height: 100%;
    position: relative;
    padding: 0px 0;
    margin-top:15px;
    background:#fff url(../images/bg2_.jpg) repeat;}
#top{width:50px;height:50px;
    position:fixed;
	cursor:pointer;
	bottom:20%;
	background:url(../images/back_to_top.png) no-repeat;
	text-indent:-99999px;right:10px}	
#main {width: 1000px;margin: 0 auto;position: relative;background: #F2F2F2;padding: 10px;
-webkit-box-shadow: 0px 2px 2px 2px #d4d4d4;
    -moz-box-shadow: 0px 2px 2px 2px #d4d4d4;
    box-shadow: 0px 0px 2px 2px #d4d4d4;
}
#main2 {width: 1000px;margin: 0 auto;position: relative;background: #F2F2F2;padding: 10px;}
#container {width: 600px;float: left;}
.main-aside {
width: 330px;
float: right;
position: relative;
overflow:hidden;}
#content {margin: 0;width: 690px;overflow: hidden;}
.main_left {margin: 0;width: 690px;overflow: hidden; float:left;}
.main_right {margin: 0;width: 300px;overflow: hidden;float:right;}
#featured_area {float: left;margin-bottom: 0;overflow: hidden;width: 380px;margin-bottom: 20px;z-index:2000;}
#slider1prev, #slider1next {display: block;height: 77px;left: 10px;position: absolute;top: 241px;width: 30px;z-index: 8000;text-indent: -8000px;margin: 0;/*overflow: hidden;*/padding: 0;}
#slider1prev a {
/*background: url(../images/btn-prev.gif) no-repeat scroll center top */
   background: url(../images/prev.png) no-repeat scroll center top transparent;
   display: block;
   height: 30px;
   position: relative;
   width: 30px;}
#slider1prev a:hover{opacity:0.5}
#slider1next {z-index:3000;left: 330px;}
#slider1next a {
/*background: url(../images/btn-next.gif) no-repeat scroll center top transparent;*/
   background: url(../images/next.png) no-repeat scroll center top transparent;
   display: block;
   height: 30px;
   position: relative;
   width: 30px;}
#slider1next a:hover{opacity:0.5}
#featured_area ul {height: 400px;list-style-type: none;margin: 0;overflow: hidden;padding: 0;}
#featured_area li {height: 400px;overflow: hidden;width: 340px;}
.featured_item {display: inline;float: left;line-height: 18px;width: 340px;z-index:99;}
.featured_item .featured-img {float: left;width: 340px;margin: 0px;height:240px;overflow:hidden;}
.featured_item .featured-img{width: 340px;margin: 0px;height:240px;}
.featured_item {line-height: 18px;}
.featured_item .featured-desc {float:left;margin-top:3px;}
.featured_item a {color: #333;text-decoration: none;}
.featured-article {
   width: 340px;
   height: 250px;
   text-decoration: none !important;
   background-position: center !important;
   display: block;}
.featured-article img {width: 340px;/*height: 250px;*/float: left;margin: 0px;border:1px solid #ccc;padding:1px;}
.featured_item h3 {color: black;display: block;font-size: 18px;margin: 0;padding: 0;}
.featured_item h3 a {color: #333;text-decoration: none;line-height: 23px;}
.featured_item p {font-size: 14px;line-height: 18px;color: black;margin-top: 6px;}
#index-featured1 {clear: both;}
#index-featured1 ul{margin:0 0 5px;padding:0;}
#index-featured1 ul li{width:150px;margin: 0 0px 10px 0;font-size: 12px;/*background:url(../images/border_right.jpg) no-repeat 145px 0px;*/}
/*#index-featured1 ul li:last-child{background:none;}*/
#index-featured1 ul li,#index-featured1 img{float: left;padding: 0;overflow: hidden;}
.entry-thumbnails {clear: both;display: inline-block;height:105px;overflow:hidden;border:1px solid #ccc;width:140px;position:relative;}
.entry-thumbnails img{border: 0px;/*border-bottom: 3px solid #B60002;*//*width:140px*/;_width:140px;_height:61px;.width:140px;.height:61px;overflow:hidden;height:105px;}
.entry-meta{width:140px;color: #CCC;height: 25px;font-weight: 700;opacity: 0.7;float: left;display: block;margin: 80px 0 0;position:absolute;/*margin: 36px 0 0;border-bottom: 3px solid #B60002;*/}
.entry-comments{float: right;margin: 5px 5px 0;background: black url(../images/comments.gif) no-repeat left center;padding: 0 0 0 12px;display:none;}
.entry-title{font-weight:bold;font-size:12px;margin:0 5px;line-height:1.4em;}
#index-featured2 {clear: both;border-bottom:1px solid #e4e4e4;}/*start Culture*/
#index-featured2 ul{margin:0 0 5px;padding:0;}
#index-featured2 ul li{width:198px;margin: 0 0px 10px 0;font-size: 12px;/*background:url(../images/border_right.jpg) no-repeat 145px 0px;*/}
/*#index-featured1 ul li:last-child{background:none;}*/
#index-featured2 ul li,#index-featured2 img{float: left;padding: 0;overflow: hidden;}
.entry-thumbnails1 {clear: both;display: inline-block;height:125px;overflow:hidden;/*border-right:2px solid #B60002*/;width:190px;position:relative;}
.entry-thumbnails1 img{border: 0px;/*border-bottom: 3px solid #B60002;*//*width:140px*/;_width:130px;_height:61px;.width:140px;.height:61px;overflow:hidden;height:150px;}
.entry-meta{width:140px;color: #CCC;height: 25px;font-weight: 700;opacity: 0.7;float: left;display: block;margin: 80px 0 0;position:absolute;/*margin: 36px 0 0;border-bottom: 3px solid #B60002;*/}
.entry-comments{float: right;margin: 5px 5px 0;background: black url(../images/comments.gif) no-repeat left center;padding: 0 0 0 12px;display:none;}
.entry-titles{font-weight:bold;font-size:13px;margin:0;line-height:16px;}
#index-featured2 h3{/*color:#0857A2*/;font-size:13px;line-height:22px;padding:0 0 5px;border-bottom:1px solid #e4e4e4;}
#index-featured2 h3 a{font-size:13px;padding:0 3px 3px 0;text-transform:uppercase;color:#FF0000;}
/*End Culture*/
.content_box{clear:both; width:100%;margin:0px;padding:0px;}
.content_box_bottom{clear:both;margin-top:10px;}
.content_box .fm {margin-right: 14px;}
.content_cate_item_bottom {float: left;width:300px;}
.content_cate_item_bottom .fm {margin-right: 14px;}
.content_cate_item_bottom div div{overflow:hidden;}
.content_cate_item_bottom div div img{max-width:290px;_width:290px;.width:290px;}
.content_cate_item_bottom h2 {padding: 5px;margin: 0px;background: url(../images/home-cattitle-bg-blue.gif) repeat-x top right white;padding-left: 0px;height:30px;border-bottom: 1px solid #CCCCCC;}
.content_cate_item_bottom h2 a {font-weight: bold;font-size: 17px;color: #333;_color: #333 !important;.color: #333 !important;padding-left: 16px;padding-top: 10px;padding-bottom: 5px;text-transform:uppercase/*background: url(../images/home-cattitle-bg2.gif) no-repeat top left transparent*/;margin-top:-5px;float:left;font-family:"UVN Tin TucBold"}
.content_cate_item_bottom h2 a.rsslink {background: none;float: right;padding-top: 0px;padding-bottom: 0px;background: none;margin-top:0;}
.content_cate_item_bottom .box_thumb {float: left;margin-top: 13px;width: 293px;margin-bottom:8px;}
.content_cate_item_bottom .box_thumb img{max-width:290px;/*max-height:80px;*/_width:290px;_height:200px;.width:290px;height:200px;overflow:hidden;border: 1px solid #CCCCCC;padding:1px;margin:0}
.content_cate_item_bottom .box_description {/*float: left;*/margin-top: 225px;width: 293px;}
.content_cate_item_bottom h3, .box_writer_left h3 {font-size: 13px;font-weight: bold;padding: 0px;margin: 0px;}
.content_cate_item_bottom .box_description p {padding: 4px 0px 0px 0px;margin: 0px;color: black;}
.content_cate_item_bottom .box_more_text {clear: both;padding: 6px 0px 12px 0px;}
.content_cate_item_bottom .box_more_text ul {list-style: none outside none;margin: 0;padding-left: 0px;position: relative;}
.content_cate_item_bottom .box_more_text ul li {background-image: url(../images/link-arrow.gif);background-position: 0 7px;background-repeat: no-repeat;padding-left: 6px;padding-bottom: 3px;position: relative;}
.content_cate_item_bottom .box_more_text ul li a {color: #004276;}
.content_cate_item {width: 325px;float: left;border:1px solid #ccc;margin-bottom:15px;padding:3px; overflow:hidden;
}
.content_box .fm{margin-right:20px;}
.content_cate_item div div{overflow:hidden;}
.content_cate_item div div img{max-width:250px;_width:250px;.width:250px;}
.content_cate_item h2 {padding: 2px;margin: 0px;background:url(../images/linedpaperpencil16.png) no-repeat left 50%;padding-left: 18px;height:25px;border-bottom:2px solid #ccc;margin-bottom:5px;}
.content_cate_item h2 a {font-weight: bold;font-size: 14px;color: #333;_color: #333 !important;.color: #333 !important;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;margin-top:-5px;float:left; text-transform:uppercase; line-height:25px; white-space:nowrap;}
.content_cate_item h2 a.namecate{position:relative;}
.cate_category{display:none; min-width:140px;background:#4B4B4B;padding:3px;right:0px;top:15px;z-index:9999999;}
.cate_category ul{float:left; margin:0px;padding:0px;}
.cate_category ul li{list-style:none; display:block; width:100%; line-height:20px;}

.content_cate_item h2 a.namecate:hover > .content_cate_item .cate_category{display:block;}
.content_cate_item h2 a.rsslink {background: none;float: right;padding-top: 0px;padding-bottom: 0px;background: none;margin-top:0;}
.content_cate_item .box_content_cate{padding:3px;width:302px;float:left;}
.content_cate_item .box_thumb {float: left;margin-right: 10px;margin-top: 3px;width: 140px;}
.content_cate_item .box_thumb img{max-width:140px;height:100px;/*max-height:80px;*/_width:140px;_height:100px;.width:140px;.height:100px;overflow:hidden;border: 1px solid #CCCCCC;padding:1px;}
.content_cate_item .box_description {/*float: left;*/margin-top: 0px;width: 317px; }
.content_cate_item h3, .box_writer_left h3 {font-size: 14px !important;font-weight: bold;padding: 0px;margin: 0px; height:32px;line-height:16px;}
.content_cate_item .box_description p {font-size:12px; line-height:15px; padding: 4px 0px 0px 0px;margin: 0px;color: black;text-align:justify;}
.content_cate_item .box_more_text {clear: both;padding: 6px 0px 5px 0px;border-top:1px dotted #d6d6d6;}
.content_cate_item .box_more_text ul {list-style: none outside none;margin: 0;padding-left: 0px;position: relative;}
.content_cate_item .box_more_text ul li {background-image: url(../images/row.gif);background-position: 3px 14px;background-repeat: no-repeat;padding: 10px 0px 5px 10px; position: relative;border-bottom:1px solid #DFDFDF;height:30px;}
.content_cate_item .box_more_text ul li.last{border-bottom:0px;margin-bottom:0px;}
.content_cate_item .box_more_text ul li a {color: #004276;font-size:13px;}
/** Box full content **/
.content_cate_full{float:left; width:100%; overflow:hidden;margin-bottom:3px; border-bottom: 1px solid #d4d4d4;}
.content_cate_full div.big_content{float:left; width: 45%; overflow:hidden;}
.content_cate_full h2 {width:100%; height: 30px; border-bottom: 2px solid #C04E01;}
.content_cate_full h2 a {font-weight: bold;font-size: 14px;color: #333;_color: #333 !important;.color: #333 !important;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;margin-top:-5px;float:left; text-transform:uppercase; line-height:25px; white-space:nowrap;}
.content_cate_full h2 a.namecate{position:relative;}
.content_cate_full h2 a.cate_home{text-transform: uppercase;font-weight: bold;margin-right:20px; background: #C04E01;padding-right: 5px; color:#fff;}
.content_cate_full h2 a.cate_sub{font-size:13px; font-weight:600; text-transform: none; background:#C8C8C8 ; margin-right: 3px;padding:3px 6px;
  border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius:3px;
    -o-border-radius: 3px;
}
.content_cate_full h2 a.rsslink {background: none;float: right;padding-top: 0px;padding-bottom: 0px;background: none;margin-top:0;}
.content_cate_full div.big_content img{width:99%;padding:0.4%;}
.content_cate_full .box_more_text{float:right; width:53%; overflow:hidden;padding: 6px 0px 5px 0px;border-top:1px dotted #d6d6d6;}
.content_cate_full .box_description {/*float: left;*/margin-top: 0px;width: 100%; }
.content_cate_full h3, .box_writer_left h3 {font-size: 14px !important;font-weight: bold;padding: 0px;margin: 0px;line-height:16px;}
.content_cate_full .box_description p {font-size:12px; line-height:15px; padding: 4px 0px 0px 0px;margin: 0px;color: black;text-align:justify;}
.content_cate_full .box_more_text ul {list-style: none outside none;margin: 0;padding-left: 0px;position: relative;}
.content_cate_full .box_more_text ul li {background-image: url(../images/row.gif);background-position: 3px 14px;background-repeat: no-repeat;padding: 10px 0px 5px 10px; position: relative;border-bottom:1px solid #DFDFDF;height:30px;}
.content_cate_full .box_more_text ul li.last{border-bottom:0px;margin-bottom:0px;}
.content_cate_full .box_more_text ul li a {color: #004276;font-size:13px;}

.adsplace {margin-bottom: 15px;}
.adsplacefull{margin-bottom:12px;text-align:center;clear:both;}
/*Page*/
.ul_page{width:100%;margin-bottom:20px;}
.paging{width:100%;}
.ul_page ul{width:96%;padding:2px 2%;}
.ul_page ul li{display:inline;
               border: 1px solid #d9d9d9;
	            padding: 5px 10px;
	            text-decoration: none;
	            font-size: 13px;
	            margin: 0px 10px 0 0px;
	            float: left;
	            color: #252525;
	            background: #fff;
               }
.ul_page ul li:hover
               {
                   background: #930000;
	border: 1px solid #640000;
	color: #fff;
		-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
                   }
.ul_page ul li:hover a{color:#fff;}
.ul_page ul li.selected
{
    background: #930000;
	border: 1px solid #640000;
	color: #fff;
    }
.adv_left{float:left;padding:4px;margin:0px;border:1px solid #d4d4d4; width:680px;margin-bottom:5px;}
.adv_left img{width:100%;}
/*.adsplacelaw{padding:10px;width:350px;overflow:hidden;}*/
.content_cate_teachno h2 {padding: 7px 5px 7px 5px;margin: 0px;background: url(../images/home-cattitle-bg3.gif) repeat-x bottom right white;padding-left: 0px;}
.content_cate_teachno h2 a {font-weight: normal;font-size: 17px;color: #111;padding-left: 40px;padding-top: 10px;padding-bottom: 5px;background: url(../images/ico_writer.gif) no-repeat 0 0px transparent;}
.content_cate_teachno .box_contain {padding: 5px;background: #F3F3F3;}
.content_cate_teachno .box_contain .box_writer_left {width: 290px;float: left;}
.content_cate_teachno .box_contain .box_writer_left .box_description {padding: 10px 10px 10px 10px;background: white;border-bottom: 2px solid #CCC;}
.content_cate_teachno .box_contain .box_writer_left img {float: left;margin-right: 6px;margin-bottom: 6px;width: 250px;border:1px solid #ccc;padding:1px;}
.content_cate_item h3, .box_writer_left h3 {font-size: 12px;font-weight: bold;padding: 0px;margin: 0px;}
.content_cate_teachno .box_contain .box_writer_left p {padding: 4px 0px 0px 0px;margin: 0px;color: black;}
.content_cate_teachno .box_contain .box_writer_left .box_more_text {padding: 10px 0px 10px 10px;clear:both;}
.content_cate_teachno .box_more_text ul {list-style: none outside none;margin: 0;padding-left: 0;position: relative;}
.content_cate_teachno .box_more_text ul li {background-image: url(../images/link-arrow.gif);background-position: 0 7px;background-repeat: no-repeat;padding-bottom: 3px;padding-left: 6px;position: relative;}
.content_cate_teachno .box_more_text ul li a {color: #004276;}
.content_cate_teachno .box_contain .box_writer_right {width: 280px;float: right;padding: 10px 10px 10px 10px;background: white;} <!--end techno-->
.content_cate_writer h2 {padding: 7px 5px 7px 5px;margin: 0px;background: url(../images/home-cattitle-bg3.gif) repeat-x bottom right white;padding-left: 0px;}
.content_cate_writer h2 a {font-weight: normal;font-size: 17px;color: #111;padding-left: 40px;padding-top: 10px;padding-bottom: 5px;background: url(../images/ico_writer.gif) no-repeat 0 0px transparent;}
.content_cate_writer .box_contain {padding: 5px;background: #F3F3F3;}
.content_cate_writer .box_contain .box_writer_left {width: 290px;float: left;}
.content_cate_writer .box_contain .box_writer_left .box_description {padding: 10px 10px 10px 10px;background: white;border-bottom: 2px solid #CCC;}
.content_cate_writer .box_contain .box_writer_left img {float: left;margin-right: 6px;margin-bottom: 6px;width: 100px;border:1px solid #ccc;padding:1px;}
.content_cate_item h3, .box_writer_left h3 {font-size: 12px;font-weight: bold;padding: 0px;margin: 0px;}
.content_cate_writer .box_contain .box_writer_left p {padding: 4px 0px 0px 0px;margin: 0px;color: black;}
.content_cate_writer .box_contain .box_writer_left .box_more_text {padding: 10px 0px 10px 10px;clear:both;}
.content_cate_writer .box_more_text ul {list-style: none outside none;margin: 0;padding-left: 0;position: relative;}
.content_cate_writer .box_more_text ul li {background-image: url(../images/link-arrow.gif);background-position: 0 7px;background-repeat: no-repeat;padding-bottom: 3px;padding-left: 6px;position: relative;}
.content_cate_writer .box_more_text ul li a {color: #004276;}
.content_cate_writer .box_contain .box_writer_right {width: 280px;float: right;padding: 10px 10px 10px 10px;background: white;}
ul.featured-stories li div.thumb img{width:146px;}
ul.featured-stories li .featured-stories-summary a{height:auto !important;}
#footer {margin: 0px auto 0;width: 100%;padding-bottom: 10px;background:#F4F4F2 url(../images/bg_footer.jpg) repeat;}
#footer a{color:#F07800; font-size: 13px;}
#footer .footer-message { max-width:1000px;margin: 0px auto 0; font-size: 13px;line-height: 18px;padding:10px 5px 0px 5px; color:#fff}
#footer .footer-message a{color:#F07800 !important;}
#footer .footer-message a:hover{color:#fff !important;}
#footer .floatleft{float:left;width:580px;}
#footer .rightfooter{float:right;width:380px; text-align:right;}
#footer .footer-message .floatright {margin-left: 20px;}
#footer .footer-message p {margin: 0 0 0.5em;}
.floatright{float:right;}
.sidebar .col_right {list-style: none;padding: 0;margin: 0;}
.content_more_info {border: 1px solid #DFDFDF;padding: 0px;margin: 0px;}
.content_more_info .box_weather {width: 160px;float: left;height: 181px;border-right: 1px solid #EAEAEA;border-bottom: 1px solid #EAEAEA;background: #F9F9F9;}
.content_more_info .box_weather #wig_weather_t, .content_more_info .box_goldusd #wig_goldusd_t {padding: 16px 10px;}
.content_more_info .box_weather #wig_weather_t #wig_weather, .content_more_info .box_goldusd #wig_goldusd_t #wig_goldusd, .content_more_info .box_oil #wig_oil_t #wig_oil {border-bottom: 2px solid #B60000;height: 19px;}
.content_more_info .box_weather #wig_weather_t #wig_weather a, .content_more_info .box_goldusd #wig_goldusd_t #wig_goldusd a, .content_more_info .box_oil #wig_oil_t #wig_oil a {color: #7D7D7D;background: #DFDFDF;padding: 4px 8px 2px 8px;margin-bottom: 1px;-moz-border-radius: 3px 3px 0px 0px;text-transform: uppercase;font-size: 11px;}
.content_more_info .box_weather #wig_weather_t #wig_weather a:hover, .content_more_info .box_weather #wig_weather_t #wig_weather a.selected, .content_more_info .box_goldusd #wig_goldusd_t #wig_goldusd a:hover, .content_more_info .box_goldusd #wig_goldusd_t #wig_goldusd a.selected, .content_more_info .box_oil #wig_oil_t #wig_oil a:hover, .content_more_info .box_oil #wig_oil_t #wig_oil a.selected {color: white;background: #B60000;padding: 4px 8px 2px 8px;margin-bottom: 1px;-moz-border-radius: 3px 3px 0px 0px;}
#weather_select {padding: 8px 8px 8px 0px;}
#weather_select #weather_location {border: 1px solid #DFDFDF;background: white;width: 100%;}
#s-weather {}
#s-weather-data {margin: 0 auto;}
#weather-text-data {color: #101010;}
#weather-text-data img{z-index:9999;}
#curr-t {padding-left: 5px;color: #B70002;font-size: 28px;margin-top: 15px;float: left;}
#s-weather-data p {font-size: 12px;color: black;}
.content_more_info .box_goldusd {width: 186px;float: left;height: 181px;border-bottom: 1px solid #EAEAEA;background: #F9F9F9;}
.rate_tabs_top ul{list-style:none !important;margin:0 !important;}
.rate_tabs_top ul li{float:left;margin:0;padding-right:3px;}
.content_more_info .box_oil {clear: both;padding: 18px 15px;background:white;}
.content_more_info #wc_oilqt {background: #F9F9F9;}
.widgetcontainer {background: repeat-x white;line-height: 1.4em;}
.widgetcontainer {padding: 0px;margin-bottom: 8px;}
.widgetcontainer a {font-weight: 700;}
.widgetcontaineroffice2 a {font-weight: 700;}
.widgettitle {color: #B60000;font-size: 11px;font-weight: 700;padding: 5px 10px;margin: 0px;background: url(../images/feed-title-white.jpg) repeat-x top #EFEFEF;}
.content_cate_info h2 {padding: 7px 5px 7px 5px;margin: 0px;background: url(../images/home-cattitle-bg3.gif) repeat-x bottom right white;padding-left: 0px;}
.content_cate_info h2 a.video {background: url(../images/ico_video.gif) no-repeat scroll 0 0 transparent;}
.content_cate_info h2 a.pvn   {background: url(../images/ico_fire.gif) no-repeat scroll 0 0 transparent;}
.content_cate_info h2 a {font-weight: normal;font-size: 17px;color: #111;padding-left: 40px;padding-top: 10px;padding-bottom: 5px;background: url(../images/ico_info.gif) no-repeat 0 0px transparent;}
.content_cate_item_right {width: 330px;float: left;}
.content_cate_item_right h2 {padding: 5px;margin: 0px;background: url(../images/home-cattitle-bg.gif) repeat-x top right white;padding-left: 0px;height:20px;}
.content_cate_item_right h2 a {font-weight: bold;font-size: 17px;color: #B70100;_color: #B70100 !important;color: #B70100 !important;padding-left: 20px;padding-top: 5px;padding-bottom: 5px;background: url(../images/home-cattitle-bg2.gif) no-repeat top left transparent;margin-top:-5px;float:left;}
.content_cate_item_right h2 a.rsslink {background: none;float: right;padding-top: 0px;padding-bottom: 0px;background: none;margin-top:0;}
.content_cate_item_right .box_contain {background: #F3F3F3;padding-top: 20px;}
.content_cate_item_right .box_contain .box_writer_left {width: 330px;float: left;}
.content_cate_item_right .box_contain .box_writer_left .box_description {padding: 10px 10px 10px 10px;background: white;}
.content_cate_item_right .box_contain .box_writer_left img {float: left;margin-right: 6px;margin-bottom: 6px;width:330px;border:1px solid #ccc;padding:1px;}
.content_cate_item_right h3, .box_writer_left h3 {font-size: 12px;font-weight: bold;padding: 0px;margin: 0px;}
.content_cate_item_right .box_contain .box_writer_left p {padding: 4px 0px 0px 0px;margin: 0px;color: black;}
.content_cate_item_right .newpower .box_contain {padding-top: 10px;background:transparent;}
.content_cate_item_right .newpower .box_description img {float: left;margin: 4px 8px 8px 0px;max-width:160px;max-height:112px;overflow:hidden;_width:160px;_heigth:112px;.width:160px;.height:112px;border:1px solid #ccc;padding:1px;}
.content_cate_item_right .videoimage .box_contain {padding-top: 5px;background: transparent;}
.content_cate_item_right .box_more_text {padding: 7px 7px 7px 0px;background: #F7F7F7;clear: both;}
.content_cate_item_right .videoimage .box_contain h3 {padding-bottom: 5px;text-align: center;}
.content_cate_item_right .box_more_text ul {list-style-type: none;}
.content_cate_item_right .box_more_text li {background-image: url(../images/link-arrow.gif);background-position: 0 7px;background-repeat: no-repeat;padding-left: 10px;position: relative;}
.content_cate_item_right .box_more_text li a {color: #436799;font-weight: normal;}
.content_cate_info .box_contain {background: #F3F3F3;padding-top: 20px;}
.content_cate_info .videoimage .box_contain {padding-top: 10px;background: transparent;}
.content_cate_info .box_more_text {padding: 7px 7px 7px 0px;background: #F7F7F7;clear: both;}
.content_cate_info .videoimage .box_contain h3 {padding-bottom: 5px;text-align: center;}
.imgthumb, .imgthumb.home,.thumbnail img {border: 1px solid #CCC;outline: medium none;padding: 4px;position: relative;vertical-align: bottom;display:inline-block;width: 340px;height: 189px; overflow:hidden;}
.imgthumb.home {width: 340px;}
.imgthumbwrap.home {width: 340px;overflow: hidden;}
.imgthumbwrap.home img {max-width: 340px !important;overflow: hidden;_width:340px !important;.width:340px !important;max-height:228px;}
.imgthumbwrap, .imgthumbwrap.home {/*background: none repeat scroll 0 0 white;border: 1px solid #CCC;left: 4px;padding: 4px;position: absolute;top: 4px;height: 189px;*/}
.imgthumbwrap, .imgthumbwrap.home {height: 189px;overflow: hidden;position: absolute;}
.imgthumbwrap.home{_position:relative;}
.content_cate_info .box_more_text ul {list-style-type: none;}
.content_cate_info .box_more_text li {background-image: url(../images/link-arrow.gif);background-position: 0 7px;background-repeat: no-repeat;padding-left: 10px;position: relative;}
.widgetcontainer li {margin: 3px 0;}
.widgetcontaineroffice li {margin: 3px 0;}
.content_cate_info .box_more_text li a {color: #436799;font-weight: normal;}
.widgetcontainer ul, .widgetcontainer .col_right, .widgetcontainer ol {list-style: disc;margin: 0 0 0 15px;padding: 0;}
.widgetcontaineroffice ul, .widgetcontaineroffice .col_right, .widgetcontaineroffice ol {list-style: disc;margin: 0 0 0 15px;padding: 0;}
.widgetcontaineroffice2 ul, .widgetcontaineroffice2 .col_right, .widgetcontaineroffice2 ol {list-style: disc;margin: 0 0 0 15px;padding: 0;}
.content_cate_info h2 {padding: 7px 5px 7px 5px;margin: 0px;background: url(../images/home-cattitle-bg3.gif) repeat-x bottom right white;padding-left: 0px;}
.content_cate_info h2 a.green_power {background: url(../images/ico_greenpower.gif) no-repeat scroll 0 0 transparent;}
.content_cate_info .newpower .box_contain {padding-top: 10px;background:transparent;}
.content_cate_info .newpower .box_description img {float: left;margin: 4px 8px 8px 0px;max-width:160px;max-height:112px;overflow:hidden;_width:160px;_heigth:112px;.width:160px;.height:112px;border:1px solid #ccc;padding:1px;}
.widgetcontainer .adsplace {clear: both;margin-bottom: 4px;}
.home_tabs_top {background: #DFDFDF;height: 21px;padding-left: 2%;padding-top: 15px; width:98%}
a img {border: none;}
.home_tabs_top a, .home_tabs_top a.active {padding: 5px 14px;color: #545454;background: url(../images/tab_bg2.gif) no-repeat top left #F4F4F4;height:25px;}
.home_tabs_top ul{list-style:none;margin: -3px 0 0 0;_margin:0;.margin:0;}
.home_tabs_top ul li {float: left;padding-left: 3px;_height:25px;.height:25px;}
.home_tabs_top a:hover, .home_tabs_top a.active {color: black;background: url(../images/tab_bg.gif) no-repeat top left white;}
.home_tabs_content ul{list-style:none;margin-top:13px;}
.home_tabs_content ul li {background-image: url(../images/link-arrow.gif);background-position: 0 7px;background-repeat: no-repeat;padding-bottom: 1px;padding-left: 10px;/*position: relative;*/}
.home_tabs_content ul li a{color:#436799;}
.home_tabs_content ul li a:hover{color:#C00;}
#container2 {float: left;/*width: 477px;*/margin-right: 15px;width:605px;}
#container2, #content {/*width: 477px;*/width:100%;}
.author-posts-title, .author-content h1, .archive-title {font-weight: 700;font-size: 13px;padding: 0 0 8px;border-bottom: 1px solid #DDD;margin: 0 15px 10px 0;color: #383331;}
.archive-title a.selected{color:#B70002}
.post_content {padding: 16px 0px;border-bottom: 1px solid #E4E4E4;}
.post_content .post_image_big {float: left;width: 260px;height:180px;overflow:hidden;}
.post_content .post_right_content_big {float: right;/*width: 217px;*/line-height: 17px;width:340px;}
.post_content .post_right_content_big h2,.post_content .post_right_content h2,.post_content .post_right_content p {margin: 0px;}
.post_content .post_right_content_big h2 a {font-weight: bold;font-size: 14px;color: #456699;}
.post_content .post_info, .post_content .post_info a {color: #909090;padding: 3px 0px 8px 0px;}
.post_info span.date .format_time{color:#8A0000;}
.post_content .post_right_content {float: right;/*width: 317px;*/line-height: 17px;width:440px;}
.post_content .post_image {float: left;width: 155px;height:100px;overflow:hidden;margin-right:5px;}
.post_content .post_right_content h2 a {font-size: 13px;color: black;}
.post_contents.first{padding-top:0;}/*start office new*/
.post_contents.first .post_right_content_office{float:left;width:370px;margin:8px 0 0 8px}
.post_contents.first .post_right_content_big_office{/*width: 217px;*/line-height: 15px;width:370px;background:#f78b90;}
.post_contents.first .post_right_content_big_office h2 a{font-weight: bold;font-size: 17px;color: #fff;padding-left:8px;line-height:20px;}
.post_contents.first .post_right_content_big_office h2{margin:10px 0 10px 0; }
.post_contents.first .post_right_content_big_office p{color:#fff;line-height:20px;margin:8px 0 0 8px ;padding5-bottom:10px;width:345px;font-size:13px;float:left;}
.post_contents.first .title{color:#fff;line-height:20px;margin:-4px 0 0 12px ;padding5-bottom:10px;width:345px;font-size:13px;}
.post_contents.first .post_image img {width:144px;overflow:hidden;_width:150px;_height:100px;.width:150px;.height:100px;border:1px solid #ccc;padding:1px;}
.post_contents.first .post_image_big_office{float: left;width: 370px;height:220px;_height:240px;_width:370px;overflow:hidden;max-height:240px;}
.post_contents.first .post_image_big_office img {width:368px;overflow:hidden;_width:368px;_height:180px;.width:368px;.height:180px;border:1px solid #ccc;padding:1px;}
.post_contents {padding-top:0;}
.post_contents .post_image img{width:144px;overflow:hidden;_width:150px;_height:100px;.width:150px;.height:100px;border:1px solid #ccc;padding:1px;}
.post_contents .post_image_big_office {float: right;width: 190px;height:120px;overflow:hidden;}
.post_contents .post_right_content_office{float:right;width:165px;margin:9px 12px 3px 0px}
.post_contents .post_right_content_big_office {/*width: 217px;*/line-height: 17px;width:190px;background:#f78b90;overflow:hidden;float:right;}
.post_contents .post_right_content_big_office h2 a {font-weight: normal;font-size: 12px;color: #ff0000;padding-left:8px;text-decoration:none;float:left;}
.post_contents .post_right_content_big_office h2{margin:8px 0 40px 0; }
.post_contents .title{color:#fff;line-height:20px;margin:-4px 0 0 12px ;padding5-bottom:10px;width:190px;font-size:13px;}
.post_contents .post_right_content_big_office p{color:#ff0000;line-height:20px;margin:-4px 0 0 12px ;padding5-bottom:10px;width:190px;font-size:13px;}
.post_contents .post_image_big_office img{width:190px;overflow:hidden;_width:165px;_height:180px;.width:165px;.height:180px;border:1px solid #ccc;padding:1px;}/*end office new*/
.post_contents.first{padding-top:0;}/*start culture new*/
.post_contents.first .post_right_content_culture{float:left;width:370px;margin:8px 0 0 8px;max-height:240px;}
.post_contents.first .post_right_content_big_culture{/*width: 217px;*/line-height: 15px;width:370px;/*background:#a0d0de;*/}
.post_contents.first .post_right_content_big_culture h2 a{font-weight: bold;font-size: 17px;color: #ff0000;padding-left:8px;line-height:20px;}
.post_contents.first .post_right_content_big_culture h2{margin:10px 0 10px 0; }
.post_contents.first .post_right_content_big_culture p{color:#000;line-height:20px;margin:8px 0 0 8px ;padding5-bottom:10px;width:345px;font-size:13px;float:left;}
.post_contents.first .title{color:#000;line-height:20px;margin:-4px 0 0 12px ;padding5-bottom:10px;width:345px;font-size:13px;}
.post_contents.first .post_image img {width:144px;overflow:hidden;_width:150px;_height:100px;.width:150px;.height:100px;border:1px solid #ccc;padding:1px;}
.post_contents.first .post_image_big_culture{float: left;width: 370px;height:240px;_height:240px;_width:370px;overflow:hidden;max-height:240px;}
.post_contents.first .post_image_big_culture img {width:390px;overflow:hidden;_width:390px;_height:180px;.width:390px;.height:180px;border:1px solid #ccc;padding:1px;}
.post_contents {padding-top:0;}
.post_contents .post_image img{width:144px;overflow:hidden;_width:150px;_height:100px;.width:150px;.height:100px;border:1px solid #ccc;padding:1px;}
.post_contents .post_image_big_culture {float: right;width: 190px;height:120px;overflow:hidden;}
.post_contents .post_right_content_culture{float:right;width:165px;margin:9px 12px 3px 0px}
.post_contents .post_right_content_big_culture {/*width: 217px;*/line-height: 17px;width:190px;/*background:#a0d0de*/;overflow:hidden;float:right;}
.post_contents .post_right_content_big_culture h2 a {font-weight: bold;font-size: 12px;color: #ff0000;padding-left:8px;text-decoration:none;float:left;}
.post_contents .post_right_content_big_culture h2{margin:8px 0 40px 0; }
.post_contents .post_right_content_big_culture p{color:#000;line-height:20px;margin:-4px 0 0 12px ;padding5-bottom:10px;width:190px;font-size:13px;}
.post_contents .post_image_big_culture img{width:210px;overflow:hidden;_width:165px;_height:180px;.width:165px;.height:180px;border:1px solid #ccc;padding:1px;}/*end culture new*/
.post_contents{padding-top:0;}/*start war&defence new*/
.post_contents .post_right_content_defence{float:left;width:570px;margin:8px 0 0 8px;max-height:280px;}
.post_contents .post_right_content_big_defence{/*width: 217px;*/line-height: 15px;width:570px;/*background:#a0d0de;*/}
.post_contents .post_right_content_big_defence h2 a{font-weight: bold;font-size: 17px;color: #ff0000;padding-left:8px;line-height:20px;}
.post_contents .post_right_content_big_defence h2{margin:10px 0 10px 0; }
.post_contents .post_right_content_big_defence p{color:#000;line-height:20px;margin:8px 0 0 8px ;padding5-bottom:10px;width:550px;font-size:13px;float:left;}
.post_contents .title{color:#000;line-height:20px;margin:-4px 0 0 12px ;padding5-bottom:10px;width:480px;font-size:13px;}
.post_contents .post_image img {width:144px;overflow:hidden;_width:150px;_height:100px;.width:150px;.height:100px;border:1px solid #ccc;padding:1px;}
.post_contents .post_image_big_defence{float: left;width: 560px;height:280px;_height:280px;_width:560px;overflow:hidden;max-height:280px;}
.post_contents .post_image_big_defence img {width:560px;overflow:hidden;_width:560px;_height:180px;.width:560px;.height:180px;border:1px solid #ccc;padding:1px;}
.post_older .post_older_data {padding-left: 15px;}
.post_older h2 {margin: 10px 0px;background: #EFEFEF;font-size: 13px;font-weight: bold;color: black;padding: 5px 0px 5px 15px;}
.post_older ul {list-style: none outside none;margin: 0;padding-left: 0;position: relative;}
.post_older ul li {
background-image: url(../images/link-arrow.gif);
background-position: 0 7px;
background-repeat: no-repeat;
padding-bottom: 3px;
padding-left: 10px;
position: relative;
}
.post_older ul li a {color: #004276;}
a:hover,.post_older ul li a:hover{color: #C00 !important;}
.navigation {margin: 0 10px 20px 0;text-align: center;}
#commentlist .reply a, .comments-navigation a, .read-more, .navigation a, .wp-pagenavi a {
   color:#B80103;
   text-decoration: none;
   padding: 5px 8px;
   margin: 0;
   font-weight: bold;
   display: inline-block;}
.floatleft {float: left;}
#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover, .wp-pagenavi a:hover {color: #F56565;}
.main-aside2 {float: left;position: relative;width: 330px;}
h5.template {border-bottom: 3px solid #B60000;height: 19px;padding: 15px 0 0 10px;margin: 0px;background: #DFDFDF;position: relative;overflow: hidden;}
h5.template span {-moz-border-radius: 3px 3px 0 0;background: none repeat scroll 0 0 #B60000;color: white;margin-bottom: 1px;padding: 4px 8px 2px;font-size: 12px;text-transform: uppercase;}
h5.templateofficebeauty {height: 17px;padding: 3px  0px 7px;margin: 0px;background:url(../images/backgrOffice.jpg)repeat-x top ;line-height:25px;width:220px;margin-top:10px;margin-left:-5px}
h5.templateofficebeauty span{ color: #FFFFFF;font-size: 12px;margin-bottom: 1px;padding: 4px 8px 2px;text-transform: uppercase;}
h5.templateoffice {height: 17px;padding: 3px  0px 7px;margin: 0px;background:url(../images/backgrOffice.jpg)repeat-x top ;line-height:25px;width:220px;margin-top:10px;margin-left:-5px}
h5.templateoffice span{ color: #FFFFFF;font-size: 12px;margin-bottom: 1px;padding: 4px 8px 2px;text-transform: uppercase;}
h5.templateofficer {height: 17px;padding: 3px  0px 7px;margin: 0px;background:url(../images/backgrOffice.jpg)repeat-x top ;line-height:25px;width:220px;margin-top:10px;margin-left:-5px}
h5.templateofficer span{ color: #FFFFFF;font-size: 12px;margin-bottom: 1px;padding: 4px 8px 2px;text-transform: uppercase;}
.widgetcontaineroffice h5 a{background:url(../images/leftbgrOffice.jpg) no-repeat left top 2px;margin-top:-5px;padding:3px  6px 7px;position: absolute;}
.widgetcontaineroffice2 h5 a{background:url(../images/leftbgrOffice.jpg) no-repeat left top 2px;margin-top:-5px;padding:3px  6px 7px;position: absolute;}
.widgetcontaineroffice{margin-bottom:10px;padding:0;}
.widgetcontaineroffice2{margin-bottom:10px;padding:0;}
.widgetcontaineroffice > div{background:url(../images/h_bg.png) repeat-x scroll #f1f1f1;height:40px;width:330px;overflow:hidden;}
.wid350{background:url(../images/h_bg.png) repeat-x scroll #f1f1f1;overflow:hidden;}
ul.wget-sidebar {
list-style-type: none;
margin-top: 8px;
margin-left: 11px;}
ul.wget-sidebar li {
background-image: url(../images/link-arrow.gif);
background-position: 0 7px;
background-repeat: no-repeat;
padding-left: 10px;
position: relative;
}
.entry-content table td{/*border:1px solid #ccc;*/padding:10px;}
ul.wget-sidebar li a {color: #436799;font-weight: bold;}
ul.wget-sidebar li a:hover{color: #C00;}
ul.template2 {padding: 0px;margin: 0px;border-bottom: 1px solid #DFDFDF;border-left: 1px solid #DFDFDF;border-right: 1px solid #DFDFDF;position: relative;margin: 0px;padding-bottom:10px;}
ul.template2 li {background: none;height: 70px;padding: 0px;position: relative;margin: 0px;overflow:hidden;}
ul.template2 li .wppgen img {float: left;margin-right: 8px;border:none;width:105px;overflow:hidden;_width:105px;_height:70px;.width:105px;.height:70px;}
ul.template2 li.odd {padding: 10px;background: #F4F4F4;}
ul.template2 li.even {padding: 10px;}
ul.templateoffice2 {margin: 0px;border-bottom: 1px solid #DFDFDF ;border-left: 1px solid #DFDFDF hidden;border-right: 1px solid #DFDFDF;position: relative;margin: 0px;padding:3px 0 10px;}
ul.templateoffice2 li {background: none;height: 70px;padding: 0px;position: relative;margin: 0px;overflow:hidden;}
ul.templateoffice2 li .wppgen img {float: left;margin-right: 8px;border:none;width:105px;overflow:hidden;_width:105px;_height:70px;.width:105px;.height:70px;}
ul.templateoffice2 li.odd {padding: 10px;}
ul.templateoffice2 li.even {padding: 10px;background:#f9edef;}
h5.template1 {background: transparent;padding: 5px 0px 0px 0px;margin: 0px;}
.widgetcontainer .sidebarpost .box_contain {padding-top: 10px;background: transparent;}
.widgetcontaineroffice .sidebarpost .box_contain {padding-top: 10px;background: transparent;}
.widgetcontaineroffice2 .sidebarpost .box_contain {padding-top: 10px;background: transparent;}
.sidebarpost .box_more_text {padding: 3px 7px 3px 0px;background: #F7F7F7;clear: both;}
.sidebarpost .box_description img {float: left;margin: 4px 8px 8px 0px;max-width:150px;max-height:100px;overflow:hidden;_width:150px;_height:100px;.width:150px;.height:100px;}
.sidebarpost .box_description p {margin: 4px 0px;}
.sidebarpost .box_more_text {padding: 3px 7px 3px 0px;background: #F7F7F7;clear: both;}
.sidebarpost .box_more_text ul {list-style-type: none;}
.sidebarpost .box_more_text li {background-image: url(../images/link-arrow.gif);background-position: 0 7px;background-repeat: no-repeat;padding-left: 10px;position: relative;}
.sidebarpost .box_more_text li a {color: #436799;font-weight: normal;}

ul.template1 {padding: 0px;margin: 0px;border-bottom: 1px solid #DFDFDF;border-left: 1px solid #DFDFDF;border-right: 1px solid #DFDFDF;overflow: hidden;position: relative;}
ul.template1 li {background: none;width: 168px;height: 70px;padding: 0px;position: relative;margin: 0px;}
ul.template1 li.odd {float: left;padding: 10px 2px;}
ul.template1 li.even{float: right;padding: 10px 4px 10px 0px;}
ul.template1 li a {color: black;font-size: 11px;line-height: 11pt;}
ul.template1 li a.wppgen {
    display: block;
    float: left;
    height: 45px;
    margin-right: 6px;
    overflow: hidden;
    width: 45px;
}
ul.template1 li img {float: left;margin-right: 8px;margin-bottom: 8px;height:45px;overflow:hidden;_width:45px;_height:45px;.width:45px;.height:45px;}
ul.template1 li:nth-child(3),ul.template1 li:nth-child(4),ul.template1 li:nth-child(7),ul.template1 li:nth-child(8),.FIX_BACKGROUND{background: #F7F7F7 !important;border-top: 1px solid #F2F2F2 !important;border-bottom: 1px solid #F2F2F2 !important;}
ul.templateoffice1 {padding: 0px;margin: 0px;border-bottom: 1px solid #DFDFDF;border-left: 1px solid #DFDFDF;border-right: 1px solid #DFDFDF;overflow: hidden;position: relative;}
ul.templateoffice1 li {background: none;width: 168px;height: 70px;padding: 0px;position: relative;margin: 0px;}
ul.templateoffice1 li.odd {float: left;padding: 10px 2px;}
ul.templateoffice1 li.even{float: right;padding: 10px 4px 10px 0px;}
ul.templateoffice1 li a {color: black;font-size: 11px;line-height: 11pt;}
ul.templateoffice1 li a.wppgen {
    display: block;
    float: left;
    height: 45px;
    margin-right: 6px;
    overflow: hidden;
    width: 45px;
}
ul.templateoffice1 li img {float: left;margin-right: 8px;margin-bottom: 8px;height:45px;overflow:hidden;_width:45px;_height:45px;.width:45px;.height:45px;}
ul.templateoffice1 li:nth-child(3),ul.templateoffice1 li:nth-child(4),ul.templateoffice1 li:nth-child(7),ul.templateoffice1 li:nth-child(8),.FIX_BACKGROUND{background: #F7F7F7 !important;border-top: 1px solid #F2F2F2 !important;border-bottom: 1px solid #F2F2F2 !important;}
.FIX_BACKGROUND{background: #F7F7F7 !important;border-top: 1px solid #F2F2F2 !important;border-bottom: 1px solid #F2F2F2 !important;_background: #F7F7F7 !important;_border-top: 1px solid #F2F2F2 !important;_border-bottom: 1px solid #F2F2F2 !important;.background: #F7F7F7 !important;.border-top: 1px solid #F2F2F2 !important;.border-bottom: 1px solid #F2F2F2 !important;}
.content_more_info #wc_oilqt {background: #F9F9F9;}
h5.template4 {
background: none;
border-bottom: 0px;
padding-left: 0px;
}
.homecontent{float:right;margin:5px 0px 5px 10px;}
h5.template4 span {background: #919191;color: white;}
ul.template4 {padding: 8px;margin: 0px;border: 1px solid #DFDFDF;background: #F4F4F4;}
ul.template4 li{background:none;padding-left:0;}
ul.template4 .wpp-post-title {
font-size: 12px;
font-weight: bold;
}
ul.template4 .wpp-post-content {
font-size: 11px;
padding-top: 6px;
}
.template4 h6 {font-size: 12px; padding:0;}
h5.template3 {background: transparent;padding: 5px 0px 0px 0px;margin: 0px;}
ul.template3 {padding: 0px;margin: 0px;border-bottom: 1px solid #DFDFDF;border-left: 1px solid #DFDFDF;border-right: 1px solid #DFDFDF;position: relative;margin: 0px;}
ul.template3 li {
background: none;
padding: 10px;
position: relative;
margin: 0px;
}
ul.template3 li img {margin-bottom: 5px;width:328px;_width:328px;_height:200px;.width:328px;.height:200px;}
ul.wget-sidebar.template3 li a:first-child {
    color: #436799;
    /*display: block;*/
    font-weight: bold;
    height: 200px;
    overflow: hidden;
}
ul.templateoffice3 {padding: 0px;margin: 0px;border-bottom: 1px solid #DFDFDF;border-left: 1px solid #DFDFDF;border-right: 1px solid #DFDFDF;position: relative;margin: 0px;}
ul.templateoffice3 li {
background: none;
padding: 10px;
position: relative;
margin: 0px;
}
ul.templateoffice3 li img {margin-bottom: 5px;width:328px;_width:328px;_height:200px;.width:328px;.height:200px;}
ul.wget-sidebar.templateoffice3 li a:first-child {
    color: #436799;
    /*display: block;*/
    font-weight: bold;
    height: 200px;
    overflow: hidden;
}
.imgthumbwrap img{width:340px;}
img.wpp-thumbnail {border: none;}
.ttcontent{display:none;font-weight:normal;/*position:relative;*/}
.ttcontent span a img{max-width:150px;max-height:100px;overflow:hidden;_width:150px;_height:100px;.width:150px;height:100px;}
.display_block{display:block;background: #CBE3E8;border: 1px solid #CCC;position: absolute;z-index:2000;}
.home_tabs_content ul li:hover span.ttcontent,.ttcontent_display{padding: 10px 13px;width:296px;margin-left:-10px;
margin-top: 10px;
display: block;
background: #EEF0F9;
border: 1px solid #CCC;
position: absolute;
z-index: 2000;_right:15px;.right:15px;_margin-top:25px;.margin-top:25px;}
ul.recent_comment {
list-style: none outside none;
margin: 0;
padding: 10px;
position: relative;
clear: both;
padding: 10px;
}
ul.recent_comment li {
background-image: url(../images/link-arrow.gif);
background-position: 0 7px;
background-repeat: no-repeat;
padding-bottom: 3px;
padding-left: 6px;
position: relative;
}
.categories_paging_left{float:right;}
.categories_paging_left input[type="text"]{font-size: 11px;width:129px;height:17px;padding: 1px 3px;background:url(../images/bg_a_paging.jpg) 0 -2px no-repeat;margin-top:-2px;}
ul.recent_comment li a {
font-weight: normal;color:black;}
h2.cat-post {
    border-bottom: 1px solid #DDDDDD;
    color: #7588C8;
    font-size: 13px;
    margin: 0;
    padding: 0 0 4px;
}
h2 a.print-button {
    color: #969696;
    font-size: 11px;
    font-weight: normal;
    padding-right: 1px;
}
h2 a.print-button img,h2 a.email-button img {
    vertical-align: middle;
}
h2 a.email-button {
    color: #969696;
    font-size: 11px;
    font-weight: normal;
    padding-right: 1px;
}
.wp-socializer {
	width:138px;
    float: right;
    margin: 0;
    padding: 5px 0;
}
.wp-socializer-clearer {
    clear: left;
}
h1.entry-title {
clear: both;
margin: 30px 0px 0px 0px;
}
.single .post, #main .single-post {margin: 0;padding: 0;}
#main .module, #main .single-post {margin-right: 0px;background: white;}
.single .post .entry-title, .single-post .entry-title {
padding: 0;
margin: 15px 0 10px;
line-height: 1.8em;
}
.categories_paging span, .categories_paging a {
    font-size: 12px;
    font-weight: bold;
    padding: 0 2px;
	color:#4D63B8;
}
.categories_paging span.current {
    color: #666666;
    display: inline-block !important;
}
h1.entry-title a {
font-size: 19px;
font-weight: bold;
}
.single .post .entry-info, .single-post .entry-info {color:#848485;font-size: 11px;border-bottom: 1px dotted #CCC;padding-bottom: 10px;margin-bottom: 10px;}
.single .post .entry-info .published, .single-post .entry-info .published {border: none;}
.entry-content {margin: 10px 0;font-size: 12px;line-height: 1.5em;overflow: hidden;color: black;}
.entry-content {font: 14px/19px arial;}
.entry-content ul li a{color:#0065B3;}
.entry-content p.wp-caption,.entry-content p.wp-caption-text{
	text-align:center;
}
.entry-content ul{
	display:none;
}
.lead-post {
font-weight: bold;
padding-bottom: 20px;
line-height: 1.75;
color:#666;
text-align:justify;
}
.entry-content p {width: auto !important;
/*text-align:justify;*/
    font: 14px/19px arial;
    line-height: 1.3;
    margin: 0 0 0.9em;
}
.post-content-detail{width:auto !important;
font: 14px/19px arial;
line-height:1.3;
margin:0 0 0.9em;}
.lead-post p{font-weight: bold;text-align:justify;}
.entry-content img{max-width:600px;}
p._MB_ALIGN_CENTER,.entry-content p.aligncenter{text-align:center !important;}
#main .single .post .tags, #main .single-post .tags {
    color:#848485;
    border-top: 1px dotted #CCC;
    line-height: 1.5em;
    margin: 15px 0;
    padding: 15px 0 0;}
#main .single .post .tags strong, #main .single-post .tags strong {text-transform: uppercase;font-size: 11px;}
.tags a:link, .tags a:visited {text-decoration: none;font-weight: 700;padding: 0 5px 3px;line-height: 1.3em;display: inline-block;}
#main .single .post .tags a, #main .single-post .tags a {padding: 0;}
.tags a:hover{text-decoration:underline;}
.feed-title, #reply-title {line-height: 1em;color: #333;font-size: 12px;font-weight: 700;margin: 0 0px 0 0;padding: 7px 10px;background: url(../images/feed-title-white.jpg) repeat-x top transparent;border-top: 1px solid #CCC;display: block;}
#cancel-comment-reply-link {font-size: 11px;padding:0 10px;}
#commentform {background:#F4F4F4;margin-right: 0px;padding: 10px;margin-bottom: 10px;}
#commentform p {margin-bottom: 5px;}
#commentform label, #__user_comment label,div.form_detail label {color:black;float: left;width: 60px;/*text-align: right;*/padding: 5px 8px 0 10px;}
#commentform span, #__user_comment span {/*float: right;*/width: 10px;}
#commentform span.required,#__user_comment span.required {color:red;}
input[type="text"], input[type="password"], textarea {border: 1px solid #CCC;padding: 2px 3px;_border: 1px solid #CCC;_padding: 2px 3px;}
#commentform input[type="text"] {display: block;width: 200px;font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;margin: 5px 0;}
#commentform textarea,#__user_comment textarea {display: block;font: 12px 'Lucida Grande',Arial,Helvetica,sans-serif;width: 380px;margin-bottom: 5px;}
#commentform .form-submit,#__user_comment .form-submit,div.form_detail .form-submit {margin-left: 78px;}


input[type="reset"] {font-family: Arial, Helvetica, sans-serif;background: url(../images/feed-title-white.jpg) repeat-x;border: 1px solid #CCC;padding: 5px 10px;font-size: 12px;color: black;font-weight: 700;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;_background: url(../images/feed-title-white.jpg) repeat-x;}


div.related-post {margin: 10px 0px;}
div.related-post p {
padding: 5px 15px;
background: #E0E0E0;
color: #666;
margin: 0px;
font: bold 12px/16px arial;
text-transform: uppercase;}
#msgText .ui-widget div.ui-state-error{margin:0 auto;text-align:center;}
div.related-post ul {
list-style-type: none;
margin: 0 20px;
margin-left: 15px;
margin-top: 13px;
padding: 0 0 1.5em;
/*font: 14px/19px arial;*/
font: 12px arial;}
div.related-post ul li {
background-image: url(../images/link-arrow.gif);
background-position: 0 7px;
background-repeat: no-repeat;
padding-bottom: 1px;
padding-left: 10px;
position: relative;}
div.related-post ul li a {color:#436799;}
div.related-post ul li a:hover {color: #C00;}
#lastestnews_t {border: 1px solid #DFDFDF;}
#lastestnews_t #lastestnews {background: #DFDFDF;height: 21px;padding-left: 10px;padding-top: 15px;}
#lastestnews a, #lastestnews a.selected {padding: 5px 14px;color: #545454;background: url(../images/tab_bg2.gif) no-repeat top left #F4F4F4;}
#lastestnews a.selected, #lastestnews a:hover {color: black;background: url(../images/tab_bg.gif) no-repeat top left white;}
.module-title {line-height: 1em;margin: 0 0px 0 0;padding: 5px 10px;background: #B5B5B5;display: block;}
.module-title span {color: white;font-size: 14px;font-weight: 700;background: url(../images/comment-arrow-down.gif) no-repeat 20px 31px transparent;padding: 10px 10px;}
#commentlist {
list-style: none;
padding: 10px 0px 0;
margin: 0 0px 0 0;}
#commentlist li {margin-bottom: 5px;}
#commentlist .comment-node {margin-bottom: 5px;}
#commentlist .comment-node {

background: white; border-bottom: 1px solid #E0E0E0;}
#commentlist .comment-controls {padding: 15px 10px;font-weight: 700;float: right;}
.pbutton {border: 1px solid #CCC;border-radius: 3px 3px 3px 3px;color: black;font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;font-size: 12px;padding: 5px 10px;background-color: #DDD;float:right;margin-top:-15px;margin-right:10px;font-weight:normal !important;}
a.pbutton:hover{background:#313428;color:white !important;}
#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited {color: black;text-decoration: none;padding: 4px 8px;margin: 0;}
#commentlist .comment-author {padding: 0px 0 0 10px;}
#commentlist cite {font-weight: 700;font-style: normal;line-height: 20px;font-size: 12px;}
#commentlist cite span {border: none;text-decoration: none;color: #999;font-size: 11px;font-weight: normal;}
#commentlist .comment-content {font-size: 12px;}
#commentlist p {clear: left;line-height: 1.8em;}
#commentlist .comment-content {padding: 0 10px;}
#commentlist .comment-content p {margin-bottom: 5px;line-height: 1.4em;}
#commentlist .comment-content img {vertical-align: middle;}
.comments-navigation {clear: both;margin: 0 10px 10px 0;}
table {background: white;}
.detail_readmore{float:right;}
.post_content .post_image img{_width:150px;_height:100px;_overflow:hidden;}
.post_image_big img{width:250px;overflow:hidden;_width:250px;_height:180px;.width:250px;.height:180px;border:1px solid #ccc;padding:1px;}
.multi-sidebar .thumb, .multi-sidebar .recentcomments .avatar, .featured-stories .thumb {float: left;border: 1px solid #CCC;margin: 0 10px 0 0;background: white;padding: 2px;overflow:hidden;}
.featured-stories-summary {/*margin-left: 165px;*/}
.sub{font-size:11px;color:#848485;}
.widgetcontainer .excerpt {font-size: 11px;margin: 5px 0;}
.multi-sidebar .widgetcontainer li, .featured-stories li, .related-posts li {border-bottom: 1px dotted #CCC;}
.tb_giavang {border: 1px solid #FFFFFF;}
.gv_title {background: none repeat scroll 0 0 #E1E6EC;font: bold 12px Arial,Helvetica,sans-serif;padding: 2px 3px;border: 1px solid #CCCCCC;}
#ngoaite {height: 100px;overflow-x: hidden; overflow-y: scroll;}
.gv_text { background: none repeat scroll 0 0 #FFFFFF;border: medium none;color: #000000;font: 11px Arial,Helvetica,sans-serif;padding: 3px 2px;}
#commentlist{}
.content_more_info #wc_oilvn table, .content_more_info #wc_oilvn td {background: none repeat scroll 0 0 transparent; border: 0 none; font-size: 11px;}
.content_more_info #wc_oilvn .oil_title {color: #B6090D;}
.content_more_info #wc_oilqt table, .content_more_info #wc_oilqt td { background: none repeat scroll 0 0 transparent;border: 0 none;font-size: 11px;}
.content_more_info #wc_oilqt .oil_title { color: #B6090D;}
/*Block ads micro*/
#advZoneSticky{position:inherit !important;}
/**
 * WordPress 2.8 Plugin: WP-EMail 2.50

 * Copyright (c) 2009 Lester "GaMerZ" Chan

 *

 * File Written By:

 * - Lester "GaMerZ" Chan

 * - http://lesterchan.net

 *

 * File Information:

 * - E-Mail CSS Style

 * - wp-content/plugins/wp-email/email-css.css

 */



.wp-email P {text-align: left;}
.wp-email label { font-weight: bold;}
.wp-email-loading {display: none;	text-align: center;	height: 16px;}
.wp-email-image {border: 0px;}
.TextField {}
.Button {}
#wp-email-required {  font-weight: bold;}
#wp-email-button { text-align: center;}
#wp-email-popup {padding: 1em 1em 0;}
.bao_nang_luong_moi p{line-height: 19px !important;text-align:justify;}
.bao_nang_luong_moi strong{
	font-weight:bold;
	color: #0065B3;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:11px;}
.bao_nang_luong_moi{
	line-height: 20px !important;
	text-align: justify;}
.bao_nang_luong_moi strong{
	font-weight:bold;
	color: #0065B3;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:11px;}
.subtitle{
	margin-bottom:5px !important;}
.subtitle a,div.__MB_CONTENT_FOR_PRINTER p.subtitle{
	/*color: #436799;
	text-decoration:underline;*/
	font-size:12px !important;
	text-transform: none !important;}
.subtitle a:hover{color: #436799;}
.entry-content .___widget_video_article .watch a{
	/*width:500px !important;
	height:375px !important;
	text-align:center;
	margin:0 auto;
	display:block !important;*/}
.OIL_VN_WIDTH,.OIL_QT_WIDTH{width:330px !important;}
#primary ul.col_right li.widgetcontainer .content_cate_info .newpower .box_contain .video_home{
	height: 230px !important;
    overflow: hidden !important;
    width: 330px !important;}
#primary ul.col_right li.widgetcontainer .content_cate_info .newpower .box_contain .video_home a#player_block{
	display: inline !important;
    height: auto !important;
    text-align: center;
    width: auto !important;}
#wc_gold, #wc_usd{width:160px !important;}
	#wc_usd .gv_title{width:27% !important;}
	#giavang .gv_text{width:66%;}
	.subtitle{}
	.content_cate_item_bottom .box_thumb img{width:290px !important;border:none !important;}
	.content_cate_item_bottom .box_thumb{width:290px !important;height:200px !important;overflow:hidden !important;border:1px solid #ccc;padding:1px;}
	.content_cate_item_bottom{float:left;width:299px;}
	.content_cate_teachno h2 {padding: 7px 5px 7px 5px;margin: 0px;background: url('../images/home-cattitle-bg3.gif') repeat-x bottom right white;padding-left: 0px;}
    .content_cate_teachno h2 a {font-weight: normal;font-size: 17px;color: #111;padding-left: 40px;padding-top: 10px;padding-bottom: 5px;background: url(../images/ico_writer.gif) no-repeat 0 0px transparent;}
    .content_cate_teachno .box_contain {padding: 5px;background: #F3F3F3;}
    .content_cate_teachno .box_contain .box_writer_left {width: 290px;float: left;}
    .content_cate_teachno .box_contain .box_writer_left .box_description {padding: 10px 10px 10px 10px;background: white;border-bottom: 2px solid #CCC;}
    .content_cate_teachno .box_contain .box_writer_left img {float: left;margin-right: 6px;margin-bottom: 6px;width: 250px !important;border:1px solid #ccc;padding:1px;}
    .content_cate_item h3, .box_writer_left h3 {font-size: 12px;font-weight: bold;padding: 0px;margin: 0px;}
    .content_cate_teachno .box_contain .box_writer_left p {padding: 4px 0px 0px 0px;margin: 0px;color: black;}
    .content_cate_teachno .box_contain .box_writer_left .box_more_text {padding: 10px 0px 10px 10px;clear:both;}
    .content_cate_teachno .box_more_text ul {list-style: none outside none;margin: 0;padding-left: 0;position: relative;}
    /*.content_cate_teachno .box_more_text ul li {background-image: url('../images/link-arrow.gif');background-position: 0 7px;background-repeat: no-repeat;padding-bottom: 3px;padding-left: 6px;position: relative;}*/
    .content_cate_teachno .box_more_text ul li {background: none repeat scroll 0 0 transparent;height:70px;margin:0;overflow:hidden;}
	.content_cate_teachno .box_more_text ul li .wppgen img{ border:medium none;float:left;margin-right:8px;overflow:hidden;width:75px;}
    .content_cate_teachno .box_more_text ul li a {color: #004276;}
    .content_cate_teachno .box_contain .box_writer_right {width: 280px;float: right;padding: 10px 10px 10px 10px;background: white;}
	.content_cate_writer h2 a {font-weight: normal;font-size: 17px;color: #111;padding-left: 40px;padding-top: 10px;padding-bottom: 5px;background: url('../images/ico_greenpower.gif') no-repeat 0 0px transparent;}
	.list_carousel {width: 902px;background:url('../images/gradien.png') left top no-repeat;position:relative;padding:10px 34px 0 34px;}
	.list_carousel ul {	margin: 0;padding: 0;list-style: none;display: block;width:100% !important;height:100% !important;	}
	.list_carousel li {text-align: center;width: 166px;	height: 140px;padding: 0;margin: 6px;display: block;float: left;}
	.list_carousel.responsive {width: auto;margin-left: 0;}
	.clearfix {float: none;clear: both;}
	.pager {text-align: center;}
	.pager a {background: url('../images/sprite_rcarousel.png') no-repeat scroll -8px 0 transparent;height: 8px;
	          margin: 0 0 0 4px;width: 8px;display:inline-block;}
	.pager a span{}
	.pager a.selected {	background-position: 0 0;}
	.timer {background-color: #999;	height: 6px;width: 0px;}
	.maintopic-box h3{margin:0;padding:0;}
	.maintopic-box h3 a{font-size:12px;}
	.list_carousel a.prev,.list_carousel a.next{position:absolute;top:20px;height: 89px;width: 34px;cursor: pointer;background: url('../images/sprite_rcarousel.png') no-repeat scroll 0 -8px transparent;}
	.list_carousel a.prev{left:0;}
	.list_carousel a.next{right:0;background-position: 0 -97px;}
	.list_carousel a.prev:hover{opacity:0.5}
	.list_carousel a.next:hover{opacity:0.5}
	.caroufredsel_wrapper{height:150px !important;}
	.top_container h2{margin:0;border-bottom: 5px solid #E4E7E0;}
.caroufredsel_wrapper .maintopic-box .maintopic-image{
	width:175px;height:100px;display:block;overflow:hidden;margin-bottom:5px;
}
.comment-form{width:80%;padding:0 10%;}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: Arial, Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

input,
textarea {
  width: 100%;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #bbb;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fleft{float:left;}
.fright{float:right;}
.list_other{width:100%;}
.list_other ul{width:100%}
.list_other ul li{padding-left:2%;display:inline-block; list-style:none; background:url(../images/link-arrow.gif) no-repeat left center;width:97%;}
.homecontent input.input_search,
.homecontent textarea {
  width: 120px;
}
.list-comment{width:100%;}
.list-comment ul{width:98%;padding:1%;}
.list-comment ul li{list-style:none;margin-bottom:5px;padding:3px; border-bottom: 1px solid #d4d4d4;}
.list-comment ul li img{float:left;max-width:90px;margin-right:5px;}
.list-comment ul li div.author-name{font-size:12px; font-weight:bold;}
.list-comment ul li div.comment-meta{font-size:12px; font-style:italic;}
.row-full{width:100%;}

/*
.row-full a img, .row-full img{width:100%;}
.top-banner{position:absolute; top:5px; right:5px; margin-bottom:5px; width: 720px; height: 90px; overflow: hidden;text-align:right;}
*/
.top-banner{width: 720px; height: 92px; float:right;margin: 5px 7px 5px 0px; overflow: hidden;text-align:right;}
.top-banner .item-top{position:relative; width:348px; height:90px; margin-left:4px; overflow:hidden;float:right;border:1px solid #d4d4d4;}
.top-banner .item-top a{position:absolute;top:0px; left:0px; width:248px; height:90px; background:transparent; cursor:pointer; z-index:9999;}
.top-banner .item-top a object{position:absolute;top:0px; left:0px; z-index:9000;}
.row-full{width:100%;}
.row50{width:50%}
.row49{width:49%}
.featured{width:100%;margin:0px;padding:0px;}
.featurebg{background:#D4D4D4;width:680px;padding:4px; border: 1px solid #9F9F9F;}
.ftitle{width:100%;padding:0px;margin:0px;background:url(../images/bg_title_fea.png) repeat-x;height:30px;float:left;border-bottom: 2px solid #C04E01;}
.ftitle h2{font-size: 16px; font-weight: bold; text-transform: uppercase; color:#C04E01}
.ftitle2{width:100%;padding:0px;margin:0px;background:url(../images/bg_title_.png) no-repeat left 50%;height:30px;float:left;border-bottom: 2px solid #C04E01;}
.ftitle2 h2.titlevi{color:#fff; font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px; margin:0px;padding-left:25px; background: url(../images/paperstar16.png) no-repeat 5px 50%;}
.ftitle2 h2.titlevistart{color:#fff;font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;margin:0px;padding-left:25px; background: url(../images/notecheck16.png) no-repeat 5px 50%;}
.ftitle2 h2.titlepartner{color:#fff;font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;margin:0px;padding-left:25px; background: url(../images/paperheart16.png) no-repeat 5px 50%;}
.ftitle2 h2.titlearticle{color:#fff;font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;margin:0px;padding-left:25px; background: url(../images/article16.png) no-repeat 5px 50%;}
.ftitle2 h2.titlefolderplus{color:#fff;font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;margin:0px;padding-left:25px; background: url(../images/folderplus16.png) no-repeat 5px 50%;}
.ftitle2 h2.titlevi span.arrowbottom{width:10px; background: url(../images/libg.gif) no-repeat right 50%; text-indent:-9999}
.ftitle2 h2.titlevideo{color:#fff;font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;margin:0px;padding-left:33px; background: url(../images/video-b.png) no-repeat 5px 50%;}
.ftitle span.titlevi{font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;padding-left:10px;margin:0px;padding-left:20px; background: url(../images/paperstar16.png) no-repeat left 50%;}
.ftitle span.titlevistart{font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;padding-left:10px;margin:0px;padding-left:20px; background: url(../images/notecheck16.png) no-repeat left 50%;}
.ftitle span.titlevi span.arrowbottom{width:10px; background: url(../images/libg.gif) no-repeat right 50%; text-indent:-9999}
.ftitle3{width:100%;padding:0px;margin:0px;background:none;height:30px;float:left;}
.ftitle3 span.bg_title{background:#C04E01;height:30px;color:#fff; font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;
                       padding:5px 15px 5px 5px;
                       -webkit-border-radius: 0px 15px 15px 0px;
                        -moz-border-radius: 0px 15px 15px 0px;
                            border-radius: 0px 15px 15px 0px;
  }
  .titlebg{float:left;width:auto;height:30px;background:#C04E01;padding-right:20px;} 
.fea_mark img{width:100%;}
.fea_mark h2, .fea_mark h2 a{color:#004175; font-size:24px !important; line-height:26px;margin:0px;}
.fea_mark h3, .fea_mark h3 a{color:#004175; font-size:22px !important; line-height:24px;margin:0px;}
.fea_mark p{font-size:12px;line-height:18px;}
.fea_mark span.info{width: 100%; text-align: right; color:#8A8A8A; font-size: 12px; line-height: 14px;}
.fea_mark_right ul{padding:0px;width:100%;margin:0px; text-align:justify;border-top:1px solid #d4d4d4;}
.fea_mark_right ul li{list-style:none;padding:10px 0px 10px 15px; background:url(../images/arr2.png) no-repeat 3px 15px;border-bottom:1px solid #d4d4d4;}
.fea_mark_right ul li a{font-size:13px; color:#004175;}
.bottom_mark{float:left;width:100%;margin:0px;padding:0px;}
.bottom_mark ul{float:left;width:100%;margin:0px;padding:0px;}
.bottom_mark ul li{float:left;list-style:none;width:210px; height:170px;margin-right:25px;}
.bottom_mark ul li.last{margin:0px;}
.bottom_mark ul li img{width:208px;height:118px;}
.bottom_mark ul li h3{margin:0px;padding:0px;float:left;}
.bottom_mark ul li h3 a{font-size:13px !important;line-height:16px;color:#333;margin:0px;padding:0px;height:70px;}
.bt_mark{float:left;width:678px;margin:0px;padding:5px; background:#EDEDED; margin-bottom:10px;border:1px solid #d4d4d4;}
.bt_mark ul{float:left;width:100%;margin:0px;padding:0px;}
.bt_mark ul li{float:left;list-style:none;width:200px; height:160px; padding:5px 15px 5px 5px; margin-right:10px; border-right: 1px solid #747474; border-right: 1px solid #9f9f9f;}
.bt_mark ul li.last{margin:0px; border-right:0px;padding:5px;}
.bt_mark ul li img{width:200px;height:120px;}
.bt_mark ul li h3{margin:0px;padding:0px;float:left;}
.bt_mark ul li h3 a{font-size:13px !important;line-height:16px;color:#333;margin:0px;padding:0px;height:60px;}
span.remore{float:right;height:20px;background(../images/row.gif) no-repeat right 50%;padding-right:15px;}
span.remore a{font-size:11px; font-style:italic; color:#d4d4d4;}
.box_search{float:left; width:96%;margin:0px;padding:2% !important;background:#C04E01;}
.box_search input[type="text"]{width:65%;height:20px;}
.box_search input[type="button"]{float:right;width:21%;margin-right:1%;}
.box_search input[type="radio"]{line-height:20px;margin-right:30px;}
.box_search span.check_search{float:left; width:100%;height:20px;line-height:20px;}
.adv_right{float:left;width:100%;padding:0px;margin:0px;}
.item-ads{border:1px sloid #d4d4d4;}
.menu_b{float:left; width:100%;height:30px;background-color: #1A1A1A;margin:0px;padding:0px;}
.menu_b ul.menu_bottom{float:left; width:96%;padding:0% 2%;height:30px; margin:0px;}
.menu_b ul.menu_bottom li{float:left; display:inline; height:30px !important;background:url("../images/v2/bg_li_nav_top.png") no-repeat scroll right top rgba(0, 0, 0, 0);padding:0px;margin:0px;}
.menu_b ul.menu_bottom li a{color:#fff; font-size:12px;padding:0px 31px 0px 30px;line-height:30px;}
.menu_b ul.menu_bottom li.last{background:none;}
.search-supplier {
    float: right;
    width: 100%;
}
.search {
    background: url("../images/search.png") no-repeat scroll right top transparent;
    height: 31px;
    text-align: center;
    width: 100%;
}
.search .searchtext {
    border: medium none;
    font-size: 11.6px;
    margin-left: 30px;
    margin-top: 4px;
}
.search .button {
    float: right;
    margin-right: 4px;
    margin-top: 3px;
}
.supplier {
    float: right;
    width: 100%;
}
.supplier .qclogo-top {
    background: url("../images/qclogo-top.png") no-repeat scroll center top transparent;
    float: right;
    height: 110px;
    width: 100%;
}
.supplier .qclogo-left {
    background: url("../images/qclogo-left.png") repeat-y scroll left top transparent;
    float: left;
    height: 110px;
    margin-top: 6px;
    width: 100%;
}
.supplier .qclogo-right {
    background: url("../images/qclogo-right.png") repeat-y scroll right top transparent;
    float: right;
    height: 110px;
    width: 100%;
}
.supplier .qclogo-buttom {
    background: url("../images/qclogo-bottom.png") no-repeat scroll center bottom transparent;
    float: left;
    height: 110px;
    width: 100%;
}
.supplier .imglogoqc {
    border: thin none;
    padding-left: 5px;
    padding-top: 5px;
}
.box-right{float:left;padding:0px;margin:0px; width:100%;}
.adv_right a.bd{border:1px solid #d4d4d4;width:100%;height:100%;}
.adv_right img{width:100%;}
.box-right h2{font-size:16px;line-height:30px; margin:0px;padding:0px; background:#f9f9f9;}
.box-right h2 span{padding-left:10px;}
.box-right h2.video{color:#C04E01;font-size:13px;text-transform:uppercase;font-weight:700; line-height:30px;margin:0px;padding-left:30px; background: url(../images/video-b.png) no-repeat left 50%;}
.box_video{float:left;width:100%;padding:0px;margin:0px;background: #6A3500;color:#fff;}
.box_video img{width:100%; height:auto;}
.box_video h3, .box_video h3 a{font-size:13px; font-weight:bold;color:#fff;margin:0px;padding:3px;}
.box-right .box_video ul {list-style: none outside none;margin: 0;padding-left: 0px;position: relative;}
.box-right .box_video ul li {background-image: url(../images/row.gif);background-position: 5px 9px;background-repeat: no-repeat;padding-left: 15px;padding-bottom: 5px;padding-top:5px; position: relative;border-bottom:1px solid #f9f9f9; line-height: 18px;}
.box-right .box_video ul li.last{border-bottom:0px;}
.box-right .box_video ul li a {color: #fff;}
span.icon-video{background: url(../images/video-r10.png) no-repeat left 50%;margin-left:5px;text-indent:-9999px; width:15px;}
.box-right .box_video ul li img, .box-right .box_video ul li a img{margin-left:5px;width:12px; clear:both;}

.box_new_right1{float:left;width:100%;padding:0px;margin:0px;background: #fff;color:#fff;}
.box_new_right1 img{width:100%; height:auto;}
.box_video h3, .box_new_right1 h3 a{font-size:13px; font-weight:bold;color:#004175;margin:0px;padding:3px;}
.box-right .box_new_right1 ul {list-style: none outside none;margin: 0;padding-left: 0px;position: relative;}
.box-right .box_new_right1 ul li {background-image: url(../images/arr2.png);background-position: 5px 9px;background-repeat: no-repeat;padding-left: 15px;padding-bottom: 5px;padding-top:5px; position: relative;border-bottom:1px solid #f9f9f9; line-height: 18px;}
.box-right .box_new_right1 ul li.last{border-bottom:0px;}
.box-right .box_new_right1 ul li a {color: #004175;}

.box_new_right2{float:left;width:100%;padding:0px;margin:0px;background: #fff;color:#fff;}
.box_video h3, .box_new_right2 h3 a{font-size:13px; font-weight:bold;color:#004175;margin:0px;padding:0px;}
.box-right .box_new_right2 ul {list-style: none outside none;margin: 0;padding:0px;}
.box-right .box_new_right2 ul li {float:left; width: 99%; padding: 5px 0.4%;}
.box-right .box_new_right2 ul li h3{font-size:13px; font-weight:bold;color:#004175;margin:0px;padding:0px;}
.box-right .box_new_right2 ul li  img{float:left; width: 100px; margin-right: 5px;}
.box-right .box_new_right2 ul li.last{border-bottom:0px;}
.box-right .box_new_right2 ul li a {color: #004175;}
.box-right .box_new_right2 ul li span.info{float: right; color:#C0C0C0;}
/*** Article Detail **/
.top-post{float:left;width:990px;margin:0px;padding:4px;border:1px solid #d4d4d4;}
.top-post ul{float:left;width:100%;float:left;height:90px;margin:0px;padding:0px;}
.top-post li{float:left;padding:0px;margin-right:5px; width:319px;height:90px;list-style:none;border-right:1px solid #d4d4d4; overflow:hidden;}
.top-post li.last{margin:0px;border:0px;}
.top-post li img{float:left;width:140px; margin-right:5px;height:90px;}
.top-post li h3 {margin:0px;padding:0px;}
.top-post li h3 a{font: bold 13px/16px Tahoma;color:#004F75;}
.main_content{float:left;width:100%;padding:0px;margin:0px;}
.main_content h2.title{font-size:24px; line-height:26px; color: #004F75; margin:10px 0px;}
.main_content .thumbnail-detail{padding:4px; border:1px solid #d4d4d4;margin:0px;text-align:center; margin-bottom:10px;}
.main_content .thumbnail-detail img{margin:0px;padding:0px;width:100%;}
.topnav{float:left; width:100%;margin:0px;padding-bottom:5px;border-bottom: 1px dashed #ccc;margin-bottom:5px;}
.topnav a{font-size:13px; font-weight:bold; padding-right:10px;padding-left:5px; background: url(../images/sct-topbar-icon-current.jpg) no-repeat right 50%; text-transform:uppercase;margin-top:3px;}
.topnav a.active{background:none;padding-right:0px; color:#D20000}
.left-top-new{float:left;width:140px;border:1px solid #d4d4d4;}
.left-top-new h2{color:#fff;margin:0px 0px 3px 0px; text-align:center; font-size:16px;line-height:22px;text-transform:uppercase;background:#C04E01;}
.left-top-new ul{float:left;width:100%;float:left;margin:0px;padding:0px;}
.left-top-new li{float:left;padding:3px; width:130px;list-style:none;border-bottom: 1px solid #d4d4d4;margin-bottom:3px;}
.left-top-new li.last{margin:0px;border:0px;}
.left-top-new li img{float:left;width:130px; margin-bottom:2px;height:90px;}
.left-top-new li h3 {margin:0px;padding:0px;text-align:left;}
.left-top-new li h3 a{font-size:13px; line-height:20px; text-align:left;}
.content{float:right; margin:0px; width:530px;border:1px solid #d4d4d4; text-align:justify;padding:3px;}
.content p.excerpt{font-family:'Times New Roman', Arial, Tahoma; font-size:13pt; font-weight:bold; line-height:22px;text-align:justify;}
.content p{font-size:13px;line-height:20px;}
.content blockquote{padding:5px;background:#AEE4FF;}
.tags{float:left;width:100%;margin-top:-15px !important; padding:3px 0px; white-space:nowrap; border-top: 1px solid #d4d4d4;}
.tags a{font-size:12px; margin-left:5px;}
.other-post{float:left;width:680px;padding:5px;}
.other-post h2{font-size:15px; line-height:20px; text-transform:uppercase; border-bottom: 1px solid #d4d4d4;}
.other-post ul{padding:0px;width:100%;margin:0px; text-align:justify;}
.other-post ul li{list-style:none;padding-left:10px; background:url(../images/link-arrow.gif) no-repeat 3px 5px;margin-top:5px; padding-bottom:7px; border-bottom:1px solid #eee;}
.other-post ul li a{font-size:bold; color:#004175;font-size:13px;}
.other-post ul li span.date{font-style:italic;color:#ccc;}
/**** LIST POSTS ***/
.list-posts{float:left;width:678px;border:1px solid #CFCFCF;padding:5px;}
.list-posts h2{margin:5px 0px;padding:0px;font-size:14px;}
.list-posts ul{float:left; width:100%;padding:0px;margin:0px;}
.list-posts ul li{float:left;width:100%;padding:5px 0px; border-bottom: 1px solid #CFCFCF;list-style:none;}
.list-posts ul li img{float:left; width:230px;margin-right:5px;}
.list-posts ul li.first h3, .list-posts ul li.first h3 a{font-size:20px; line-height:22px;margin:10px 0px 5px 0px;padding:0px;}
.list-posts ul li h3{margin:0px;padding:0px;}
.list-posts ul li h3 a{font-size:14px; line-height:22px; color:#004F75;}
.list-posts ul li.first img{float:left; width:100%;margin-bottom:5px;}
.list-posts ul li.last{border:0;}
.list-posts ul li p{font-size:12px; line-height:16px; text-align:justify;}
.list-posts ul li span.info{color:#ccc;}
.marquee-brand{width:1000px; overflow:hidden;border-top: 1px solid #ccc; border-bottom: 1px solid #ccc}
ul.als-marquee {margin-left:-1000px;background:#fff;}
ul.als-marquee li.als-item{display:inline; margin:0px 5px; width:110px; height:100px;}
ul.als-marquee li.als-item a, ul.als-marquee li.als-item a img{width:100px; height:100px;}
ul.als-marquee li.als-item img{ background:none;padding:4px 9px; width:90px; height:90px;border:1px solid #d4d4d4;}
.ads-bottom{float:left;width:100%;}
.item-ads-bottom{float:left; width:480px;padding:4px; border: 1px solid #d4d4d4; overflow:hidden;margin-right:4px;}
.item-ads-bottom img{width:100%;}
.partner{float:left;width:100%;margin:0px;padding:0px;}
.partner ul{float:left;margin:0px;padding:0px;}
.partner ul li{float:left;display:inline-block;width:180px;height:100px;padding:4px;margin:5px; border: 1px solid #d4d4d4; text-align:center; vertical-align:middle;}
.partner ul li img{max-width:180px;max-height:100px;}

.video-content{float:left;width:100%;padding:0px;margin:0px;}
.video-content .videocontent{width:680px;padding:4px solid #d4d4d4;}
.video-content .video-info{width:680px;padding:4px solid #d4d4d4;margin-top:5px;}
.shadow1{
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}
.shadow2{
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px 2px #ccc;
}
.nav_bottom{float:left;width:100%;}
/*Page*/
.ul_page{width:100%;margin-bottom:20px;}
.paging{width:100%;}
.ul_page ul{width:96%;padding:2px 2%;}
.ul_page ul li{display:inline;
               border: 1px solid #d9d9d9;
	            padding: 5px 10px;
	            text-decoration: none;
	            font-size: 13px;
	            margin: 0px 10px 0 0px;
	            float: left;
	            color: #252525;
	            background: #fff;
	            width:14px;
	            height:12px;
               }
.ul_page ul li:hover
               {
                   background: #930000;
	border: 1px solid #640000;
	color: #fff;
		-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	animation-delay: 0.1s; /* W3C and Opera */
	-moz-animation-delay: 0.1s; /* Firefox */
	-webkit-animation-delay: 0.1s; /* Safari and Chrome */
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-ms-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
                   }
.ul_page ul li:hover a{color:#fff;}
.ul_page ul li.selected
{
    background: #930000;
	border: 1px solid #640000;
	color: #fff;
    }
.single-page{width:99%;padding:0.4%; font-family:Arial, Tahoma; font-size:13px; line-height:18px;}
.single-page p{font-family:Arial, Tahoma; font-size:13px; line-height:18px;}
.content-comment{width:100%;padding:0px;margin:0px;}
.list-comment h3{font-size:13px; line-height:16px; text-transform:uppercase; clear: both;}
.list-comment ul{float:left;width:100%;padding:0px;margin:0px;}
.list-comment ul li{float:left; width:100%;padding:5px 0px;}
.list-comment ul li span.comment-del{float:right; text-transform:uppercase; color:Red;}
img.comment-author-img{float:left; max-width:50px; margin-right:5px; padding:3px; border: 1px solid #f9f9f9; max-height:50px;}
.list-comment ul.sub-comments{float:left;padding-left:30px;}
.list-comment .comment-content{font-size:12px; line-height:15px; margin:5px 0px;}
/********Only Desktop*******/
.desktop{display:block;}
.right-search{width:96%;padding:1% 2%; text-align:left;background:#EDEDED;}
.infotop{float:left;text-align:left; width:100%; height:20px;padding-top:3px;}
.datepost{float:left; line-height:20px;margin-right:10px;}
.btn{
    margin:10px 0 0; background:#D90000; color:#fff; border:none;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; cursor:pointer; padding:8px 10px; font:14px Arial;
    white-space: nowrap;
}
.btn:hover, .btn:focus 
{
    text-decoration:none;
    background-color: #FF0000;
    background-image: linear-gradient(to bottom,#FF9000,#FF0000);
    border-color: #D90000;
    box-shadow: 0 1px 0 rgba(120,200,230,0.6) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3)
}
.btn2{
    margin:10px 0 0; background:#D90000; color:#fff; border:none;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; cursor:pointer; padding:8px 10px; font:14px Arial;
    white-space: nowrap;
}
.btn2:hover, .btn2:focus 
{
    text-decoration:none;
    background-color: #FF0000;
    background-image: linear-gradient(to bottom,#FF9000,#FF0000);
    border-color: #D90000;
    box-shadow: 0 1px 0 rgba(120,200,230,0.6) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3)
}
.adv_full{width:100%; overflow:hidden;}
.adv_full img{max-width:100%; overflow:hidden;}
.subnav_full{width:100%; height:30px; background:#EC6001}


#featured2{   
    width:400px;   
    padding-right:250px;   
    position:relative;   
    height:250px;  
    background:#fff;  
    border:5px solid #ccc;  
}
#featured2 ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured2 ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured2 ul.ui-tabs-nav li img{max-width:100px; max-height:80px;}
#featured2 ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured2 .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
        overflow:hidden;
}
#featured2 .ui-tabs-hide{ 
	display:none; 
}
#featured2 li.ui-tabs-nav-item a{/*On Hover Style*/ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
	outline:none;
}
#featured2 li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured2 li.ui-tabs-selected{ /*Selected tab style*/
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured2 ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured2 ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured2 .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; width: 400px;
	background: url('images/transparent-bg.png'); 
}
#featured2 .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured2 .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured2 .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured2 .info a:hover{ 
	text-decoration:underline; 
}
.brand_right{float:left;width:100%;margin:0px;padding:0px;}
ul.brand_right{float:left;width:100%;margin:0px;padding:3px 0;}
ul.brand_right li{list-style:none; float:left; width:48%; padding: 3px 0.9%; overflow:hidden;}
ul.brand_right li img{float:left; width:100%; height:100px;
                     box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
                     -moz-border-radius:2px;
	                -webkit-border-radius:2px;
	                border-radius:2px
                      }
ul.brand_right li img:hover
{
     -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
    }
img.hover06
{
    -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
    }
img.hover06:hover {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}