body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    /*padding: 20px;*/
    width: 100%;
min-width: 960px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

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

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.work-r .block-right ul.menu-workhtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, blockquote, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
}
ol, ul {
    list-style: none outside none;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font: 12px/1.3 'Lucida Grande',Tahoma,Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
}
textarea {
    overflow: auto;
    resize: none;
}
.rfloat{
    float: right;
}
#top {
    background: url("../../images/bg_top.jpg") repeat-x scroll 0 0 transparent;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.52);
    height: 40px;
    width: 100%;
}
.wrap {
    margin: 0 auto;
    width: 980px;
}
#left-content {
    float: left;
    padding: 20px 0 0;
    width: 181px;
    font-size: 11px;
}
#left-content #ava {
    position: relative;
}
#left-content #ava a.ui-ava {
    float: left;
}
#left-content #ava a.ui-ava img {
    height: 50px;
    width: 50px;
}

#left-content #ava a.imgblock img {
    width: 181px;
}

#left-content #ava h2 a {
    color: #1053A1;
    display: block;
    margin: 0 0 0 60px;
    text-decoration: none;
}
#ui-edit-ava{
    background: url(../../images/profile/edit.png) no-repeat scroll 7% 50% transparent;
    text-decoration:none; margin:0 0 0 60px; 
    display:none;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    padding: 3px 3px 3px 20px;
    color: #FFF !important;
    background-color: #000;
    font-weight: normal;
    font-size: 11px;
    z-index: 100;
}

#ui-edit-ava:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}

#left-content #ava h2 a .icon-edit-avatar{
    width: 10px;
}

#left-content #ava h2 a:hover {
    text-decoration: underline;
}


#left-content #nav-page {
    clear: both;
    padding: 10px 0 0;
}
#left-content #nav-page ul.ui-one {
}
#left-content #nav-page ul.ui-one li {
    height: 28px;
    line-height: 28px;
}
#left-content #nav-page ul.ui-one li a {
    color: #1053A1;
    display: block;
    text-decoration: none;
}
#left-content #nav-page ul.ui-one li a:hover, #left-content #nav-page ul.ui-one li a.active {
    background: none repeat scroll 0 0 #F5F5F5;
}
#left-content #nav-page ul.ui-one li a.active h3 {
    font-weight: bold;
}
#left-content #nav-page ul.ui-one li a h3 {
    font-weight: normal;
}
#left-content #nav-page ul.ui-one li a h3 span {
    color: #999999;
}
#left-content #nav-page ul.ui-one li a span.icon1 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 0 transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a span.icon2 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -28px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a span.icon3 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -56px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a span.icon4 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -84px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a span.icon5 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -112px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a span.icon6 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -140px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}

#left-content #nav-page ul.ui-one li a span.icon6_2 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -308px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}

#left-content #nav-page ul.ui-one li a:hover span.icon1, #left-content #nav-page ul.ui-one li a.active span.icon1 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px 0 transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a:hover span.icon2, #left-content #nav-page ul.ui-one li a.active span.icon2 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -28px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a:hover span.icon3, #left-content #nav-page ul.ui-one li a.active span.icon3 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -56px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a:hover span.icon4, #left-content #nav-page ul.ui-one li a.active span.icon4 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -84px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a:hover span.icon5, #left-content #nav-page ul.ui-one li a.active span.icon5 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -112px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a:hover span.icon6, #left-content #nav-page ul.ui-one li a.active span.icon6 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -140px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-one li a:hover span.icon6_2, #left-content #nav-page ul.ui-one li a.active span.icon6_2 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -308px transparent;
    height: 28px;
    width: 28px;
}
#left-content .ui-group {
    margin: 20px 0 0;
}
#left-content .ui-group h2 {
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    margin: 0 20px 0 0;
}
#left-content .ui-group ul {
    margin: 5px 0 0;
}
#left-content .ui-group ul li {
    height: 28px;
    line-height: 28px;
}
#left-content .ui-group ul li a {
    color: #1053A1;
    display: block;
    text-decoration: none;
}
#left-content .ui-group ul li a:hover, #left-content .ui-group ul li a.active {
    background: none repeat scroll 0 0 #F5F5F5;
}
#left-content .ui-group ul li a h3 {
    font-weight: normal;
}
#left-content .ui-group ul li a.active3 {
    font-weight: bold;
}
#left-content .ui-group ul li a span.icon7 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -168px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content .ui-group ul li a span.icon8 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -224px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content .ui-group ul li a:hover span.icon7, #left-content .ui-group ul li a.active span.icon7 {
    background: url("../../images/sprite.png") repeat scroll -28px -168px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content .ui-group ul li a:hover span.icon8, #left-content .ui-group ul li a.active span.icon8 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -224px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content .ui-group ul li a span.icon9 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -252px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content .ui-group ul li a span.icon10 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll 0 -280px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content .ui-group ul li a:hover span.icon9, #left-content .ui-group ul li a.active span.icon9 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -252px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#left-content .ui-group ul li a:hover span.icon10, #left-content .ui-group ul li a.active span.icon10 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite.png") repeat scroll -28px -280px transparent;
    float: left;
    height: 28px;
    margin: 0 3px 0 0;
    width: 28px;
}
#right-content {
    margin: 0 0 0 181px;
}
#right-content .colum-right {
    float: right;
    padding: 20px 0 0 20px;
    width: 244px;
}
.block-right {
    clear: both;
    display: inline-block;
    margin: 0 0 25px;
    width: 100%;
}
.ui-tit {
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 3px;
}
.ui-tit h2 {
    color: #666666;
    display: inline;
}
.block-right .section {
    margin: 10px 0 0;
}
.block-right .section a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBD0D7;
    float: left;
    padding: 2px;
    width: 120px;
}
.block-right .section .title-block {
    margin: 0 0 0 135px;
}
.block-right .section .title-block a {
    color: #1053A1;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.block-right .section .title-block a:hover {
    text-decoration: underline;
}
.block-right .section .title-block span {
    color: #666666;
    font-size: 11px;
}
.ui-tit a.more {
    color: #1053A1;
    float: right;
    font: 11px Tahoma;
    text-decoration: none;
}
.ui-tit a.more h4 {
    float: left;
    font-weight: normal;
}
.ui-tit a.more h4:hover {
    text-decoration: underline;
}
.ui-tit a.more span.arow {
    background: url("../../images/sprite2.png") repeat scroll -8px 0 transparent;
    float: right;
    height: 9px;
    margin: 4px 0 0 5px;
    width: 5px;
}
.block-right ul.ui-list {
}
.block-right ul.ui-list li {
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}
.block-right ul.ui-list li a img {
    float: left;
    min-height: 50px;
    width: 50px;
}
.block-right ul.ui-list li .title-block {
    margin: 0 0 0 60px;
}
.block-right ul.ui-list li .title-block a {
    color: #1053A1;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.block-right ul.ui-list li .title-block a:hover {
    text-decoration: underline;
}
.block-right ul.ui-list li .title-block a.ketban {
    font: 11px Tahoma;
    margin: 5px 0 0;
}
.block-right ul.ui-list li .title-block a.ketban span {
    background: url("../../images/sprite2.png") repeat scroll -2px -10px transparent;
    float: left;
    height: 14px;
    margin: 0 2px 0 0;
    width: 18px;
}
.block-right .ava-friend {
    display: inline-block;
    margin: 10px 0 0;
}
.block-right .ava-friend a img {
    float: left;
    height: 32px;
    margin: 0 2px 2px 0;
    width: 32px;
}
 {
    background: none repeat scroll 0 0 #F5F5F5;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    box-shadow: 0 3px 3px #DDDDDD inset;
    float: left;
    padding: 20px;
    min-height: 700px;
    width: 493px;
}
 #quickpost {
/*    margin: 10px 0 20px;*/
}
#quickpost .fix-area #post {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 49px;
    padding: 7px;
    width: 477px;
}
 #quickpost .ui-fix-post {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #FFFFFF;
    height: 32px;
    line-height: 32px;
}
 #quickpost .ui-fix-post a.share {
    color: #1053A1;
    margin: 0 0 0 10px;
    text-decoration: none;
}
 #quickpost .ui-fix-post a.share:hover {
    text-decoration: underline;
}
 #quickpost .ui-fix-post .fix-setting {
    float: right;
    margin: 0 10px 0 0;
}
 #quickpost .ui-fix-post .fix-setting a {
    color: #1053A1;
    margin: 0 10px 0 0;
    text-decoration: none;
}
 #quickpost .ui-fix-post .fix-setting a:hover {
    text-decoration: underline;
}
.post-button {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/bg-button.png") repeat-x 0 -4px transparent;
    border: 1px solid #FF9700;
    border-radius: 3px 3px 3px 3px;
    color: #032d5c !important;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-family: Tahoma;
    height: 23px;
    line-height: 23px;
    margin: 4px 0 0;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
}
.post-button:hover {
    -moz-transition: all 0.3s ease 0s;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
}
/* .ui-story {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    display: inline-block;
    margin: 0 0 10px;
    min-height: 50px;
    padding: 10px;
    width: 473px;
}*/
 .ui-story a.ava-friend-story img {
    float: left;
    height: 50px;
    width: 50px;
}
 .ui-story .right {
    margin: 0 0 0 60px;
}
 .ui-story .right a {
    color: #1053A1;
    display: inline;
    float: left;
    font-weight: bold;
    margin: 0 6px 0 0;
    text-decoration: none;
}
 .ui-story .right a:hover {
    text-decoration: underline;
}
 .ui-story .right ul {
    clear: both;
    margin: 10px 0 0 10px;
    position: relative;
}
 .ui-story .right span.arow {
    background: url("../../images/sprite2.png") repeat scroll 0 -30px transparent;
    height: 6px;
    left: 25px;
    position: absolute;
    top: -5px;
    width: 20px;
}
 .ui-story .right ul li {
    background: none repeat scroll 0 0 #F0F4FA;
/*    display: inline-block;*/
    margin: 0 0 1px;
    overflow: hidden;
    padding: 10px;
/*    width: 87%;*/
}
 .ui-story .right ul li a {
    font-size: 11px;
    font-weight: normal;
}
 .ui-story .right ul li h4 {
    font-size: 11px;
    font-weight: normal;
}
 .ui-story .right ul li a.ava-friend-comment img {
    float: left;
    height: 32px;
    width: 32px;
}
 .ui-story .right ul li .right {
    margin: 0 0 0 38px;
}
 .ui-story .right ul li .right a {
    font-size: 12px;
    font-weight: bold;
}
 .ui-story .right ul li .right .data {
    margin: 5px 0 0;
}
 .ui-story .right ul li .right .data h3 {
    color: #999999;
    display: inline;
    font: 11px Arial;
    margin: 0 10px 0 0;
}
 .ui-story .right ul li .right .data a.like {
    color: #1053A1;
    float: none;
    font: 11px Arial;
}
 .ui-story .right ul li .right .data .fix-like {
    display: inline-block;
    font-size: 11px;
}
 .ui-story .right ul li .right .data .fix-like span {
    background: url("../../images/sprite2.png") repeat scroll -1px -42px transparent;
    float: left;
    height: 17px;
    margin: -7px 3px 0 0;
    width: 19px;
}
#right-content  .ui-story .right .quote-news {
    display: inline-block;
    padding: 10px 0 0 10px;
    width: 90%;
}
#right-content  .ui-story .right .quote-news a.link-boder {
    margin: 0 !important;
}
#right-content  .ui-story .right .quote-news a.link-boder img {
    border: 1px solid #F4F4F4;
    float: left;
    margin: 0 10px 0 0;
    padding: 2px;
}
#right-content  .ui-story .right .quote-news p {
    color: #1053A1;
}
#right-content  .ui-story .right ul li .comm {
    border: 1px solid #DDDDDD;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 7px;
    width: 340px;
}
#right-content  .ui-story .right a.fix-friend-link {
    float: none;
    font-weight: normal;
}
#right-content  .ui-story .right .fix-quote-news {
    display: inline-block;
    padding: 10px 0 0 10px;
    width: 90%;
}
#right-content  .ui-story .right .fix-quote-news a img {
    float: left;
    height: 32px;
    width: 32px;
}
#right-content  .ui-story .right .fix-quote-news .right {
    margin: 0 0 0 42px;
}
#right-content  .ui-story .right .fix-quote-news .right a {
    display: block;
    float: none;
    margin: 0 0 3px;
}
#right-content  .ui-story .right .time {
    color: #999999;
    font-size: 11px;
    margin: 10px 0 0 10px;
}
#right-content  .ui-story .right ul li a span.icon-comm {
    background: url("../../images/sprite2.png") repeat scroll 0 -66px transparent;
    float: left;
    height: 13px;
    margin: 0 5px 0 0;
    width: 20px;
}
#right-content  .ui-story .ketquatimban {
    margin: 0 0 10px;
}
#right-content  .ui-story .ketquatimban span {
    color: #999999;
}
#right-content  .ui-story ul.fix-ketqua {
}
#right-content  .ui-story ul.fix-ketqua li {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
}
#right-content  .ui-story ul.fix-ketqua li a {
    color: #1053A1;
    font-weight: bold;
    text-decoration: none;
}
#right-content  .ui-story ul.fix-ketqua li a:hover {
    text-decoration: underline;
}
#right-content  .ui-story ul.fix-ketqua li a img {
    float: none;
    height: 120px;
    margin: 0 0 4px;
    width: 120px;
}
#right-content  .ui-story ul.fix-ketqua li p {
    color: #666666;
    font-size: 11px;
    margin: 2px 0 0;
}
#right-content  .xemthem {
    -moz-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px #FFFFFF inset;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#right-content  .xemthem:hover {
    -moz-transition: all 0.3s ease 0s;
    background: -moz-linear-gradient(#FFFFFF, #F4F4F4) repeat scroll 0 0 #F4F4F4;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.43);
}
#right-content  .xemthem a {
    color: #1053A1;
    font-weight: bold;
    text-decoration: none;
}
#right-content  .xemthem a:hover {
    text-decoration: underline;
}
#right-content  .xemthem span {
    background: url("../../images/sprite2.png") repeat scroll -6px -83px transparent;
    display: inline-block;
    height: 4px;
    margin: 2px;
    width: 7px;
}
#right-content .colum-right .block-right a.add-mem {
    clear: both;
    color: #1053A1;
    display: block;
    font: 11px/32px Tahoma;
    height: 32px;
    text-decoration: none;
}
#right-content .colum-right .block-right a.add-mem:hover {
    text-decoration: underline;
}
#right-content .colum-right .block-right a.add-mem span {
    background: url("../../images/sprite2.png") repeat scroll -20px 0 transparent;
    float: left;
    height: 32px;
    margin: 0 5px 0 0;
    width: 32px;
}
#right-content .colum-right .search-block-right {
    margin: 0 0 15px;
    position: relative;
}
#right-content .colum-right .search-block-right .s-block {
    -moz-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px #FFFFFF inset;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 7px;
    width: 235px;
}
#right-content .colum-right .search-block-right .s-block:focus {
    -moz-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
}
#right-content .colum-right .search-block-right .bt-block {
    background: url("../../images/sprite2.png") repeat scroll -20px -32px transparent;
    border: medium none;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 2px;
    text-indent: -99999px;
    top: 0;
    width: 27px;
}
#right-content  #ui-group {
    display: inline-block;
    width: 100%;
}
#right-content  #ui-group a img {
    float: left;
    height: 50px;
    width: 50px;
}
#right-content  #ui-group .ui-group-right {
    margin: 0 0 0 60px;
}
#right-content  #ui-group .ui-group-right a {
    color: #1053A1;
    text-decoration: none;
}
#right-content  #ui-group .ui-group-right a:hover {
    text-decoration: underline;
}
#right-content  #ui-group .ui-group-right h3 {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    margin: 3px 0;
}
#right-content  #ui-group .ui-group-right ul {
}
#right-content  #ui-group .ui-group-right ul li {
    display: inline;
    float: left;
}
#right-content  #ui-group .ui-group-right ul li a {
    border-left: 1px solid #DDDDDD;
    color: #333333;
    float: left;
    padding: 0 10px;
}
#right-content  #ui-group .ui-group-right ul li a span {
    font-weight: bold;
}
.search-friend {
    background: none repeat scroll 0 0 #FEA904;
    border-radius: 3px 3px 3px 3px;
    font-size: 11px;
    margin: 20px 0 0;
    padding: 20px !important;
    width: 240px !important;
}
.search-friend h1 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
}
.ui-input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CD6F11;
    border-left: medium none;
    border-radius: 3px 3px 3px 3px;
    border-right: medium none;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 2px 1px #DDDDDD inset;
    color: #666666;
    height: 28px;
    padding: 0 0 0 7px;
    width: 233px;
}
.search-friend .fix {
    height: auto !important;
    margin: 0 0 0 6px;
    padding: 6px 5px !important;
    width: 74px !important;
}
.search-friend .fix2 {
    height: auto;
    margin: 8px 0;
    padding: 6px 5px !important;
    width: 100%;
}
.search-friend .fix-width {
    float: right;
    height: auto !important;
    margin: 0 0 0 6px;
    padding: 6px 5px !important;
    width: 163px;
}
.search-friend .fix-pad {
    padding: 6px 0 !important;
}
.search-friend .nc {
    clear: both;
    display: block;
    height: 31px;
    line-height: 31px;
    margin: 0 0 5px;
}
.search-friend .timngay {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../../images/bg-button.png") repeat-x scroll 0 -27px transparent;
    border-bottom: medium none;
    border-left: medium none;
    border-radius: 3px 3px 3px 3px;
    border-right: medium none;
    border-top: 1px solid #032D5C !important;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 38px;
    padding: 0 30px;
}
.search-friend .timngay:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
}
.search-friend #hide {
    overflow: hidden;
    position: relative;
}
.search-friend #read-more a {
    color: #1053A1;
    float: right;
    font: 11px Tahoma;
    margin: 13px 0 0;
    text-decoration: none;
}
.search-friend #read-more a:hover {
    text-decoration: underline;
}
.content-sfriend {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin: 0 0 0 300px !important;
    padding: 20px;
}
.content-sfriend .title-s {
    border-bottom: 3px solid #1053A1;
    display: inline-block;
    padding: 0 0 6px;
    width: 100%;
}
.content-sfriend .title-s h1 {
    float: left;
    margin: 10px 0 0;
}
.content-sfriend .title-s h1 span {
    color: #1053A1;
    font-size: 18px;
}
.content-sfriend .title-s label select {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    padding: 6px 5px;
    width: 150px;
}
.content-sfriend .slide {
    background: url("../../images/bg-slide.png") repeat-y scroll 0 0 #F2F2F2;
    margin: 0 0 20px;
    padding: 20px 0;
    position: relative;
    width: 638px;
}
.content-sfriend .slide .slide-content {
    display: inline-block;
    width: 100%;
}
.content-sfriend .slide .slide-content ul {
    margin: 5px 0 0 22px;
}
.content-sfriend .slide .slide-content ul li {
    display: inline;
    float: left;
    margin: 0 5px;
    width: 186px;
}
.content-sfriend .slide .slide-content ul li a {
    color: #1053A1;
    display: block;
    font-weight: bold;
    margin: 5px 0 3px;
    text-decoration: none;
}
.content-sfriend .slide .slide-content ul li a:hover {
    text-decoration: underline;
}
.content-sfriend .slide .slide-content ul li a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBD0D7;
    height: 120px;
    padding: 2px;
    width: 180px;
}
.content-sfriend .slide .slide-content ul li a img:hover {
    border: 1px solid #999999;
}
.content-sfriend .slide .slide-content ul li span {
    color: #666666;
    font-size: 11px;
}
.content-sfriend .slide .slide-content a.next {
    background: url("../../images/sprite2.png") repeat scroll -25px -88px transparent;
    height: 21px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 100px;
    width: 21px;
}
.content-sfriend .slide .slide-content a.prev {
    background: url("../../images/sprite2.png") repeat scroll -25px -60px transparent;
    height: 21px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 100px;
    width: 21px;
}
.content-sfriend .slide .slide-content .sotrang {
    position: absolute;
    right: 32px;
    top: 20px;
}
.content-sfriend .list-friend {
}
.content-sfriend .list-friend .box-s-friend {
    clear: both;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}
.content-sfriend .list-friend .box-s-friend a img {
    float: left;
    height: 120px;
    width: 120px;
}
.content-sfriend .list-friend .box-s-friend .right {
    margin: 0 0 0 130px;
}
.content-sfriend .list-friend .box-s-friend .right a {
    color: #1053A1;
    display: block;
    font-weight: bold;
    margin: 10px 0 3px;
    text-decoration: none;
}
.content-sfriend .list-friend .box-s-friend .right a:hover {
    text-decoration: underline;
}
.content-sfriend .list-friend .box-s-friend .right span {
    color: #666666;
    font-size: 11px;
}
.status {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -1px 1px 1px #FFFFFF inset;
    padding: 18px;
    position: relative;
}
.status span {
    background: url("../../images/sprite2.png") repeat scroll -6px -93px transparent;
    height: 11px;
    left: -7px;
    position: absolute;
    top: 10px;
    width: 7px;
}
.work-l {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    min-height: 485px;
    padding: 0 0 20px !important;
    width: 713px !important;
        float: left;
}
.work-l .s-top-w {
    padding: 20px;
}
.fixbg form {
    background: none repeat scroll 0 0 #FEA904;
    border-radius: 3px 3px 3px 3px;
    height: auto;
    padding: 20px;
    width: auto;
}
.wb-content {
    padding: 0 15px 0 20px;
}
.selectFruits {
    background: url("../../images/work/drop.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
    padding: 0 0 0 10px;
    width: 185px;
}
.selectFruits:focus {
    background: url("../../images/work/drop.png") no-repeat scroll 0 -30px transparent;
    height: 30px;
    width: 185px;
}
.selectFruits ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    color: #1053A1;
    font: 11px Tahoma;
    padding: 10px;
    width: 100%;
}
.selectFruits ul li {
    padding: 3px 0;
}
.selectFruits ul li span {
}
.selectFruits ul li span:hover {
    text-decoration: underline;
}
.work-l .s-top-w form h1 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
}
.work-l .s-top-w form .ui-input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CD6F11 !important;
    border-left: medium none;
    border-radius: 3px 3px 3px 3px;
    border-right: medium none;
    border-top: 1px solid #FFFFFF !important;
    box-shadow: 0 2px 1px #DDDDDD inset;
    color: #666666;
    height: 38px;
    padding: 0 0 0 7px;
    width: 359px;
}
.work-l .s-top-w form .fix {
    float: left;
    margin: 0 5px 0 0;
    width: 174px !important;
}
.work-l .s-top-w form .search_now {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../../images/work/bg-button.png") repeat-x scroll 0 -27px transparent;
    border-bottom: medium none;
    border-left: medium none;
    border-radius: 3px 3px 3px 3px;
    border-right: medium none;
    border-top: 1px solid #032D5C !important;
    color: #FFFFFF;
    cursor: pointer;
    height: 38px;
    margin: 0;
    padding: 0 30px;
}
.work-l .s-top-w form .search_now:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
}
.work-l .s-nganhnghe {
    border-top: 1px solid #DDDDDD;
    padding: 1px;
    position: relative;
}
.work-l .s-nganhnghe h1 {
    background-color: #F5F5F5;
    border-bottom: 3px solid #1053A1;
    font-size: 12px;
    padding: 8px 0 8px 20px;
}
.work-l .s-nganhnghe .row {
    display: inline-block;
    width: 100%;
}
.work-l .s-nganhnghe .row .colum {
    display: inline;
    margin: 20px 0 0;
    float: left;
}
.work-l .s-nganhnghe .row .colum .title {
    height: 30px;
    line-height: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon1 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 0 transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon2 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -31px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon3 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -62px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon4 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -93px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon5 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -124px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon6 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -155px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon7 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -186px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon8 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -217px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon9 {
    background: url("../../images/work/sprite3.png") repeat scroll 0 -248px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon10 {
    background: url("../../images/work/sprite3.png") repeat scroll -31px 0 transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon11 {
    background: url("../../images/work/sprite3.png") repeat scroll -31px -31px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon12 {
    background: url("../../images/work/sprite3.png") repeat scroll -31px -62px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon13 {
    background: url("../../images/work/sprite3.png") repeat scroll -31px -93px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title span.icon14 {
    background: url("../../images/work/sprite3.png") repeat scroll -31px -124px transparent;
    float: left;
    height: 30px;
    margin: 0 7px 0 0;
    width: 30px;
}
.work-l .s-nganhnghe .row .colum .title h3 {
    font-size: 12px;
}
.work-l .s-nganhnghe .row .colum ul {
    display: inline-block;
    margin: 5px 0 0;
}
.work-l .s-nganhnghe .row .colum ul li {
    width: 213px;
}
.work-l .s-nganhnghe .row .colum ul li a {
    color: #1053A1;
    display: block;
    font-size: 12px;
    margin: 5px 0;
    text-decoration: none;
}
.work-l .s-nganhnghe .row .colum ul li a:hover {
    text-decoration: underline;
}
.work-l .s-nganhnghe .row .colum ul li span {
    color: #999999;
}
table tr.row-table {
    height: 29px;
}
table tr.blue {
    background: none repeat scroll 0 0 #3E87DD;
    color: #FFFFFF;
    font-weight: bold;
}
table tr.white {
}
table tr.gray {
    background: none repeat scroll 0 0 #F5F5F5;
}
table tr td {
    padding: 7px 0 7px 10px;
    vertical-align: middle;
}
table tr td a {
    color: #333333;
    text-decoration: none;
}
table tr td a:hover {
    text-decoration: underline;
}
.phantrang {
    float: right;
    margin: 10px 0 0;
    text-align: center;
}
.phantrang a {
    -moz-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    margin-right: 1px;
    padding: 5px 9px;
    text-decoration: none;
}
.phantrang a:hover, .phantrang span.current {
    -moz-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #3E87DD;
    border: 1px solid #1053A1;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 9px;
}
.phantrang span.disabled {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #CCCCCC;
    margin-right: 2px;
    padding: 5px 9px;
}
.work-l .s-nganhnghe a.mail {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 10px 0 0;
    position: absolute;
    right: 101px;
    text-decoration: none;
    top: 5px;
}
.work-l .s-nganhnghe a.mail span.icon {
    background: url("../../images/sprite3.png") repeat scroll 0 -279px transparent;
    float: left;
    height: 27px;
    width: 27px;
}
.work-l .s-nganhnghe a.save {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 10px 0 0;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 5px;
}
.work-l .s-nganhnghe a.save span.icon {
    background: url("../../images/sprite3.png") repeat scroll 0 -307px transparent;
    float: left;
    height: 27px;
    width: 27px;
}
.work-l .s-nganhnghe a.mail:hover, .work-l .s-nganhnghe a.save:hover {
    text-decoration: underline;
}
.work-r {
    margin: 0 0 0 735px !important;
    padding: 20px 0 0;
}
.work-r .block-right {
    margin: 0 0 25px;
}
.work-r .block-right .ui-tit h2 {
    color: #666666;
    display: inline;
}
.work-r .block-right ul.menu-work {
    font-size: 12px;
}
.work-r .block-right ul.menu-work li {
    background: none repeat scroll 0 0 #F5F5F5;
    display: inline-block;
    height: 31px;
    line-height: 31px;
    margin: 1px 0 0;
    width: 100%;
}
.work-r .block-right ul.menu-work li a {
    text-decoration: none;
}
.work-r .block-right ul.menu-work li a h4 {
    color: #1053A1;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.work-r .block-right ul.menu-work li a span {
    border-right: 1px dotted #CDCDCD;
    color: #CCCCCC;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
.work-r .block-right ul.menu-work li:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.work-r .block-right ul.menu-work li a:hover span {
    color: #1053A1;
}
.work-r .block-right ul.logo-ntd {
    margin: 7px 0 0;
}
.work-r .block-right ul.logo-ntd li {
    display: inline;
    float: left;
    margin: 2px;
}
.work-r .block-right ul.logo-ntd li a {
    display: block;
    float: left;
}
.work-r .block-right ul.logo-ntd li a img {
    border: 1px solid #F4F4F4;
    height: 78px;
    width: 116px;
}
#left-content .tit-left {
    border-bottom: 3px solid #1053A1;
    padding: 0 0 10px;
    text-transform: uppercase;
}
#left-content #nav-page ul.ui-two {
}
#left-content #nav-page ul.ui-two li {
    height: 28px;
    line-height: 28px;
}
#left-content #nav-page ul.ui-two li a {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #1053A1;
    display: block;
    margin: 1px 0 0;
    position: relative;
    text-decoration: none;
}
#left-content #nav-page ul.ui-two li a h3 {
    font-weight: normal;
}
#left-content #nav-page ul.ui-two li a span.icon1 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 0 transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a span.icon2 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 -28px transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a span.icon3 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 -56px transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a span.icon4 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 -84px transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a span.icon5 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 -112px transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a span.icon6 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 -140px transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a span.icon7 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 -168px transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a span.icon8 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll 0 -196px transparent;
    float: left;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover, #left-content #nav-page ul.ui-two li a.active {
    background: none repeat scroll 0 0 #3E87DD;
    color: #FFFFFF;
    display: block;
}
#left-content #nav-page ul.ui-two li a.active h3 {
    font-weight: bold;
}
#left-content #nav-page ul.ui-two li a span.muiten {
    background: url("../../images/sprite4.png") repeat scroll 0 -224px transparent;
    display: none;
    height: 28px;
    left: 181px;
    position: absolute;
    top: 0;
    width: 14px;
}
#left-content #nav-page ul.ui-two li a:hover span.muiten, #left-content #nav-page ul.ui-two li a.active span.muiten {
    display: block;
}
#left-content #nav-page ul.ui-two li a:hover span.icon1, #left-content #nav-page ul.ui-two li a.active span.icon1 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px 0 transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover span.icon2, #left-content #nav-page ul.ui-two li a.active span.icon2 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px -28px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover span.icon3, #left-content #nav-page ul.ui-two li a.active span.icon3 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px -56px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover span.icon4, #left-content #nav-page ul.ui-two li a.active span.icon4 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px -84px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover span.icon5, #left-content #nav-page ul.ui-two li a.active span.icon5 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px -112px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover span.icon6, #left-content #nav-page ul.ui-two li a.active span.icon6 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px -140px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover span.icon7, #left-content #nav-page ul.ui-two li a.active span.icon7 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px -168px transparent;
    height: 28px;
    width: 28px;
}
#left-content #nav-page ul.ui-two li a:hover span.icon8, #left-content #nav-page ul.ui-two li a.active span.icon8 {
    -moz-transition: all 0.3s ease 0s;
    background: url("../../images/sprite4.png") repeat scroll -28px -196px transparent;
    height: 28px;
    width: 28px;
}
#right-content #detail-top-r {
    padding: 10px 0 20px 20px;
}
#right-content #detail-top-r .shopping-top {
    border-bottom: 3px solid #F5F5F5;
    padding: 0 0 7px;
    text-align: right;
}
#right-content #detail-top-r .shopping-top h1 {
    border-right: 1px dotted #333333;
    display: inline;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
#right-content #detail-top-r .shopping-top a {
    color: #1053A1;
    display: inline-block;
    text-decoration: none;
}
#right-content #detail-top-r .shopping-top a:hover {
    text-decoration: underline;
}
#right-content #detail-top-r .shopping-top a.tinhkhac {
    border-right: 1px solid #999999;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
#right-content #detail-top-r .shopping-top a.tinhkhac span {
    background: url("../../images/sprite2.png") repeat scroll -6px -83px transparent;
    float: right;
    height: 4px;
    margin: 6px 0 0 6px;
    width: 7px;
}
#right-content #detail-top-r .shopping-top a.dk-mail {
    margin: 0 20px 0 0;
}
#right-content #detail-top-r .shopping-top a.dk-mail span {
    background: url("../../images/sprite2.png") repeat scroll -5px -111px transparent;
    float: right;
    height: 9px;
    margin: 3px 0 0 6px;
    width: 9px;
}
#right-content #detail-top-r .thongtin-sp {
    display: inline-block;
    padding: 10px 0 0;
    width: 566px;
}
#right-content #detail-top-r .thongtin-sp h1 {
    font-size: 18px;
}
.data {
    display: inline-block;
    margin: 10px 0 20px;
}
.data ul {
    border-left: 3px solid #DDDDDD;
    float: left;
    margin: 0 70px 0 0;
    padding: 0 0 0 7px;
}
.data ul li {
    margin: 5px 0;
}
.data ul li a {
    color: #1053A1;
    text-decoration: none;
}
.data ul li a:hover {
    text-decoration: underline;
}
.data ul span.x {
    font-weight: bold;
    text-decoration: line-through;
}
#right-content #detail-top-r .img-sp {
    border-top: 1px dotted #DDDDDD;
    display: inline-block;
    margin: 15px 0 0;
    padding: 10px 0 0;
}
#right-content #detail-top-r .img-sp a {
}
#right-content #detail-top-r .img-sp a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1F1F1;
    float: left;
    height: 114px;
    margin: 0 10px 10px 0;
    padding: 2px;
    width: 160px;
}
#right-content #detail-top-r .img-sp a img:hover {
    border: 1px solid #999999;
}
.nguoidang {
    border: 1px solid #DDDDDD;
}
.nguoidang .block-tit {
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 7px;
}
.nguoidang .block-tit h1 {
    display: inline;
}
.nguoidang .block-tit a {
    color: #1053A1;
    font-weight: bold;
    text-decoration: none;
}
.nguoidang .block-tit a:hover {
    text-decoration: underline;
}
.nguoidang .detail {
    padding: 10px;
}
.nguoidang .detail a img {
    float: left;
    height: 50px;
    width: 50px;
}
.nguoidang .detail .right {
    margin: 0 0 0 60px;
}
.nguoidang .detail .right .status {
    width: 500px;
}
.fix-width {
    display: inline-block;
    margin: 0 0 0 20px;
    width: 473px;
}
.fix-width #quickpost .fix-area #post {
    width: 457px;
}
.fix-width .ui-story {
    position: relative;
    width: 453px;
}
.fix-width .ui-story ul li {
    position: relative;
}
.fix-width .all-comment {
}
.fix-width .all-comment span.icon {
    background: url("../../images/sprite2.png") repeat scroll -2px -126px transparent;
    float: left;
    height: 13px;
    margin: 1px 7px 0 0;
    width: 16px;
}
.fix-width .all-comment h1 span {
    color: #1053A1;
}
.fix-width #quickpost .ui-fix-post a.share span {
    background: url("../../images/sprite2.png") repeat scroll -28px -115px transparent;
    float: left;
    height: 16px;
    margin: 10px 0 0 10px;
    width: 16px;
}
.fix-width .ui-story .right a.reply {
    color: #1053A1;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
}
.fix-width .ui-story .right a.reply:hover {
    text-decoration: underline;
}
.fix-width .ui-story .right ul li {
    width: 95%;
}
.block-right .ui-tit h2 a.fix-a {
    color: #1053A1;
    float: none;
    font: bold 12px Arial;
}
.block-right ul.fix-img li a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1F1F1;
    padding: 2px;
    width: 100px;
}
.block-right ul.fix-img li .title-block {
    margin: 0 0 0 115px;
}
.block-right ul.fix-img li .title-block a {
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 2px;
}
.block-right ul.fix-img li .title-block h3 {
    font-size: 11px;
    font-weight: normal;
}
.block-tit-post {
    border-bottom: 1px solid #DDDDDD;
    display: inline-block;
    padding: 0 0 5px;
    width: 100%;
}
#right-content  .block-tit-post h1 {
    color: #666666;
    display: inline-block;
    margin: 18px 0 0;
}
.list-album {
    border-top: 1px solid #FFFFFF;
    clear: both;
    padding: 20px 0 0;
}
.list-album .position {
    float: left;
    margin: 0 4px 12px 0;
    position: relative;
}
.list-album .position a.border {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    height: 120px;
    padding: 2px;
    width: 149px;
}
.list-album .position a.border img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 120px;
    padding: 2px;
    width: 149px;
}
.list-album .fix-margin {
    margin: 0 0 12px;
}
.list-album a.border:hover, #right-content  .list-album a.border:hover img {
    border: 1px solid #999999;
}
.list-album .position .tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 3px 3px 3px 3px;
    color: #999999;
    display: none;
    left: 0;
    position: absolute;
    top: 131px;
    width: 243px;
    z-index: 9999;
}
.list-album .position .tooltip h1 {
    border-bottom: 1px dotted #333333;
    color: #FFFFFF;
    padding: 15px;
    position: relative;
}
.list-album .position .tooltip h1 span {
    background: url("../../images/sprite2.png") repeat scroll -28px -142px transparent;
    height: 8px;
    left: 85px;
    position: absolute;
    top: -8px;
    width: 15px;
}
.list-album .position .tooltip ul.media {
    display: inline-block;
    font: 11px Tahoma;
    padding: 15px;
    width: 462px;
}
.list-album .position .tooltip ul.media li {
    border-right: 1px dotted #333333;
    display: inline;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.list-album .position .tooltip ul.media li span.icon1 {
    background: url("../../images/sprite2.png") repeat scroll -2px -66px transparent;
    display: inline-block;
    height: 11px;
    text-indent: -9999px;
    width: 15px;
}
.list-album .position .tooltip ul.media li span.icon2 {
    background: url("../../images/sprite2.png") repeat scroll -1px -144px transparent;
    display: inline-block;
    height: 12px;
    text-indent: -9999px;
    width: 17px;
}
.list-album .position .tooltip ul.media li span.icon3 {
    background: url("../../images/sprite2.png") repeat scroll -2px -161px transparent;
    display: inline-block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
}
.list-album .position .tooltip ul.media li span.icon4 {
    background: url("../../images/sprite2.png") repeat scroll -2px -181px transparent;
    display: inline-block;
    height: 14px;
    text-indent: -9999px;
    width: 16px;
}
.list-album .position .tooltip ul.media li span.icon5 {
    background: url("../../images/sprite2.png") repeat scroll -3px -202px transparent;
    display: inline-block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
}
.list-album .position .tooltip ul.media li a {
    color: #999999;
    text-decoration: none;
}
.list-album .position .tooltip ul.media li a:hover {
    text-decoration: underline;
}
.list-album .position:hover .tooltip {
    display: block;
}
ul li a.print {
    background: url("../../images/sprite2.png") repeat scroll -27px -223px transparent;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 16px;
}
ul li a.mail {
    background: url("../../images/sprite2.png") repeat scroll -27px -206px transparent;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 16px;
}
ul li a.tw {
    background: url("../../images/sprite2.png") repeat scroll -27px -189px transparent;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 16px;
}
ul li a.fb {
    background: url("../../images/sprite2.png") repeat scroll -27px -172px transparent;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 16px;
}
ul li a.lh {
    background: url("../../images/sprite2.png") repeat scroll -27px -155px transparent;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 16px;
}
.ui-tit h2 a {
    color: #1053A1;
    text-decoration: none;
}
.ui-tit h2 a:hover {
    text-decoration: underline;
}
ul.other-news {
    margin: 3px 0 0;
}
ul.other-news li {
    border-bottom: 1px dotted #DDDDDD;
    padding: 8px 0;
    width: 75%;
}
ul.other-news li a {
    color: #333333;
    display: block;
    text-decoration: none;
}
ul.other-news li a:hover {
    text-decoration: underline;
}
ul.other-news li span {
    background: none repeat scroll 0 0 #888888;
    float: left;
    height: 4px;
    margin: 6px 7px 0 0;
    width: 4px;
}
.fixbg form.cam {
    background: none repeat scroll 0 0 #FEA904;
    border-radius: 3px 3px 3px 3px;
    height: auto;
    padding: 20px;
    width: auto;
}
.selectFruits {
    background: url("../../images/drop.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
    padding: 0 0 0 10px;
    width: 185px;
}
.selectFruits:focus {
    background: url("../../images/drop.png") no-repeat scroll 0 -30px transparent;
    height: 30px;
    width: 185px;
}
.selectFruits ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    color: #1053A1;
    font: 11px Tahoma;
    padding: 10px;
    width: 100%;
}
.selectFruits ul li {
    padding: 3px 0;
}
.selectFruits ul li span {
}
.selectFruits ul li span:hover {
    text-decoration: underline;
}
ul.widthauto li {
    width: 100%;
}
.thongtin-sp img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F0F0F0;
    padding: 3px;
}
.fix-stt {
    -moz-transition: all 0.3s ease 0s;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    display: inline-block;
    float: right;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    text-decoration: none;
}
.fix-stt:hover {
    -moz-transition: all 0.3s ease 0s;
    background: -moz-linear-gradient(#FFFFFF, #F4F4F4) repeat scroll 0 0 #F4F4F4;
    border: 1px solid #999999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
}
.blog {
    background: none repeat scroll 0 0 #F5F5F5;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    box-shadow: 0 3px 3px #DDDDDD inset;
    width: 713px !important;
}
.blog .boxer {
    -moz-transition: all 0.2s ease 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 20px 20px;
    position: relative;
    width: 211px;
    font-size: 12px;
}

.blog .boxer a {
    color: #1053A1;
    text-decoration: none;
}
.blog .boxer a:hover {
    text-decoration: underline;
}
.blog .boxer a.img-thumb {
    display: block;
}
.blog .boxer a.img-thumb img {
    display: block;
    height: auto;
    padding: 10px;
    width: 191px;
}
.blog .boxer .data {
    background: none repeat scroll 0 0 #F0F4FA;
    font-size: 11px;
    margin: 1px !important;
    padding: 7px 10px !important;
    width: 189px;
}
.blog .boxer .data a {
    float: left;
    margin: 0 8px 0 0;
}
.blog .boxer .data a span {
    font-weight: bold;
}
.blog .boxer ul.comm {
}
.blog .boxer ul.comm li {
    background: none repeat scroll 0 0 #F0F4FA;
    margin: 0 1px 1px;
    min-height: 32px;
    padding: 10px;
}
.blog .boxer ul.comm li a.ava img {
    float: left;
    height: 32px;
    width: 32px;
}
.blog .boxer ul.comm li .right {
    margin: 0 0 0 42px;
}
.blog .boxer ul.comm li .right a {
    float: left;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.blog .boxer a.more {
    background: none repeat scroll 0 0 #F0F4F4;
    display: block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 1px;
    text-align: center;
}
.blog .boxer:hover {
    -moz-transition: all 0.2s ease 0s;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
.blog .boxer .like {
    display: none;
    left: 20px;
    position: absolute;
    top: 20px;
}
.blog .boxer .like a {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: -1px 1px 1px #FFFFFF inset;
    display: inline-block;
    font-size: 11px;
    line-height: 17px;
    padding: 5px;
}
.blog .boxer .like a:hover {
    -moz-transition: all 0.3s ease 0s;
    background: -moz-linear-gradient(#FFFFFF 1%, #E1E1E1 49%, #F1F1F1) repeat scroll 0 0 #E1E1E1;
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    text-decoration: none;
}
.blog .boxer .like a i {
    background: url("../../images/sprite2.png") repeat scroll -1px -42px transparent;
    float: left;
    height: 17px;
    margin: -2px 3px 0 0;
    width: 19px;
}
.blog .boxer:hover .like {
    display: block;
}
.blog-r {
    margin: 0 0 0 736px !important;
    padding: 20px 0 0;
}
.bloghot {
    margin: 10px 0 0;
}
.bloghot img {
    height: auto;
    max-width: 244px;
}
.bloghot h1 a {
    color: #333333;
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    text-decoration: none;
}
.bloghot h1 a:hover {
    text-decoration: underline;
}
.bloghot .data {
    color: #999999;
    font-size: 11px;
    margin: 5px 0 0;
}
.bloghot .data a {
    color: #1053A1;
    text-decoration: none;
}
.bloghot .data a:hover {
    text-decoration: underline;
}
ul.top-bloger {
    margin: 10px 0 0;
}
ul.top-bloger li {
    float: left;
    position: relative;
}
ul.top-bloger li:hover .hide, ul.top-bloger li:hover .bg-hv {
    display: block;
}
ul.top-bloger li a img {
    float: left;
    height: 50px;
    margin: 0 5px 5px 0;
    width: 50px;
}
ul.top-bloger .hide {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #001834;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.55);
    display: none;
    left: 0;
    position: absolute;
    top: 52px;
    width: 240px;
    z-index: 9999;
}
ul.top-bloger .hide i.icon {
    background: url("../../images/sprite2.png") repeat scroll -3px -225px transparent;
    height: 9px;
    left: 18px;
    position: absolute;
    top: -8px;
    width: 15px;
}
ul.top-bloger .hide a img {
    display: inline;
    float: left;
}
ul.top-bloger .hide .right {
    margin: 0 0 0 60px;
}
ul.top-bloger .hide .right a {
    color: #1053A1;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
ul.top-bloger .hide .right a:hover {
    text-decoration: underline;
}
ul.top-bloger .hide .right span {
    color: #666666;
    font-size: 11px;
}
ul.top-bloger .hide ul {
    clear: both;
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}
ul.top-bloger .hide ul li {
    border-top: 1px solid #DDDDDD;
    float: none;
    height: 28px;
    line-height: 28px;
}
ul.top-bloger .hide ul li a {
    color: #1053A1;
    font-size: 11px;
    text-decoration: none;
}
ul.top-bloger .hide ul li a:hover {
    text-decoration: underline;
}
ul.top-bloger .hide ul li a .icon1 {
    background: url("../../images/sprite.png") repeat scroll -28px -140px transparent;
    float: left;
    height: 28px;
    margin: 0 2px 0 0;
    width: 28px;
}
ul.top-bloger .hide ul li a .icon2 {
    background: url("../../images/sprite2.png") repeat scroll -2px -10px transparent;
    float: left;
    height: 14px;
    margin: 6px 6px 0;
    width: 18px;
}
ul.top-bloger .hide ul li a span {
    font-weight: bold;
}
.bg-hv {
    background: url("../../images/sprite2.png") repeat scroll 0 -242px transparent;
    display: none;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}
.blog-list {
}
.blog-list a img {
    float: left;
    width: 180px;
}
.blog-list .right {
    margin: 0 0 0 190px !important;
}
.social a {
    border-left: 1px solid #DDDDDD;
    font-size: 11px;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 7px;
}
.social a span {
    font-weight: bold;
}
.social a .icon1 {
    background: url("../../images/sprite2.png") repeat scroll -1px -42px transparent;
    float: left;
    height: 17px;
    margin: -6px 2px 0 0;
    width: 19px;
}
.social a .icon2 {
    background: url("../../images/sprite2.png") repeat scroll 0 -66px transparent;
    float: left;
    height: 13px;
    margin: 1px 1px 0 0;
    width: 20px;
}
.social a .icon3 {
    background: url("../../images/sprite2.png") repeat scroll -3px -202px transparent;
    float: left;
    height: 14px;
    margin: 0 3px 0 0;
    width: 14px;
}
.social a .icon4 {
    background: url("../../images/sprite2.png") repeat scroll -3px -181px transparent;
    float: left;
    height: 17px;
    margin: -6px 2px 0 0;
    width: 19px;
}
.myaccunt .notif-ctn {
    top: 27px;
}
#frbtnFlyout {
    left: 70px;
}
.myaccount .selected {
    display: block;
}
.targetclose {
    display: none;
}
.notif-ctn {
    background-color: white;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 30px;
    width: 330px;
    z-index: 10;
}
.row input {
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    height: 37px;
    margin-top: 5px;
    padding-left: 9px;
    width: 329px;
}
#container-bottom {
    background: url("../../images/login/bg_timban.png") no-repeat scroll left top transparent;
    clear: both;
}
#container-bottom #con_bot_mid {
    background: url("../../images/login/bg_con_bot_right.png") no-repeat scroll right top transparent;
}
#container-bottom #con_bot_content {
    background: url("../../images/login/bg_con_bot_content.png") repeat-x scroll 0 0 transparent;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
#container-bottom #con_bot_content h4 {
    color: #032D5C;
    font: bold 12px Arial;
    margin-top: 10px;
}
#container-bottom #con_bot_content #timban {
    border-right: 1px solid #DDDDDD;
    float: left;
    margin-top: 4px;
    padding-left: 20px;
    width: 263px;
}
#container-bottom #con_bot_content #dangtimkiem {
    border-left: 1px solid #FFFFFF;
    float: left;
    height: 265px;
    margin-top: 4px;
    padding-left: 20px;
}
#container-bottom #form-timban, #mycarousel {
    height: 215px;
    margin-top: 11px;
    padding-top: 15px;
}
#container-bottom #form-timban {
    border-right: 1px solid white;
}
#container-bottom .select {
    background: url("../../images/login/new_arrow.png") no-repeat scroll 224px center #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    width: 244px;
}
#container-bottom .row {
    clear: both;
    margin-top: 5px;
    overflow: hidden;
}
.tim_ten {
    margin-top: 0 !important;
}
#container-bottom .row label {
    color: #333333;
    float: left;
    font: 12px/29px Tahoma;
    height: 29px;
    margin-right: 10px;
}
#container-bottom .age {
    background: url("../../images/login/new_arrow.png") no-repeat scroll 52px center #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    float: left;
    overflow: hidden;
    width: 72px;
}
#container-bottom .age select {
    width: 72px;
}
#container-bottom .select select {
    width: 244px;
}
#container-bottom #timban select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #999999;
    font-family: Tahoma;
    font-size: 11px;
    padding: 7px 5px;
}
#container-bottom #timban-form {
    background: url("../../images/login/bg_timban_trong.png") no-repeat scroll right top transparent;
}
#form-timban .row input {
    height: 27px;
    width: 235px;
}
#form-timban .row input#submit {
    background: url("../../images/login/bg_register.png") repeat-x scroll left -5px transparent;
    width: 87px;
}
#dangtimkiem {
    position: relative;
}
.carousel-wrap {
    float: left;
    width: 595px;
}
.carousel-wrap a {
}
#mycarousel {
    overflow: hidden;
    width: 100%;
}
#mycarousel ul {
    height: 240px;
    margin: 0;
    padding-left: 0;
}
#mycarousel div ul li {
    display: inline;
    float: left;
    height: 240px;
    margin-right: 20px;
    overflow: hidden;
    width: 125px;
}
.carousel-previous {
    background: url("../images/login/previous_bor.png") no-repeat scroll center center transparent;
    float: left;
    margin-right: 10px;
    width: 22px;
}
.carousel-next {
    background: url("../images/login/next_bor.png") no-repeat scroll center center transparent;
    float: right;
    margin-left: 5px;
    width: 22px;
}
.carousel-control {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 999px;
    margin-top: 40px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 22px;
}
#item_image {
    border: 1px solid #CACFD7;
    padding: 2px;
}
#item_profile p#name {
    margin-bottom: 0;
    margin-top: 5px;
}
#item_profile #item_name {
    color: #333333;
    font: bold 12px Arial;
}
#item_profile #item_info {
    color: #666666;
    font: 11px Arial;
}
#mycarousel .center-wrap {
    position: absolute;
    right: 50px;
    top: 10px;
    width: 50px;
}
#mycarousel .carousel-pagination p {
    margin-bottom: 5px;
    text-align: right;
}
#mycarousel .carousel-pagination p a.active {
    display: inline;
}
#mycarousel .carousel-pagination p a {
    display: none;
    text-decoration: none;
}
#mycarousel .carousel-pagination p span {
    color: #032D5C;
    font: 12px Arial;
}
/*#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 11px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: left;
    width: 980px;
    z-index: 99999;
}
#footer .menu {
    float: right;
}
#footer .menu ul li {
    background: url("../../images/node_footer_menu.png") no-repeat scroll right center transparent;
    height: 15px;
}
#footer .menu ul li.last, .menu ul li.last {
    background: none repeat scroll 0 0 transparent;
}
#footer .menu ul li a {
    color: #1053A1;
}*/
div.flash-error, div.flash-notice, div.flash-success {
    border: 2px solid #DDDDDD;
    margin-bottom: 1em;
    padding: 0.8em;
}
div.flash-error {
    background: none repeat scroll 0 0 #FBE3E4;
    border-color: #FBC2C4;
    color: #8A1F11;
}
div.flash-notice {
    background: none repeat scroll 0 0 #FFF6BF;
    border-color: #FFD324;
    color: #514721;
}
div.flash-success {
    background: none repeat scroll 0 0 #E6EFC2;
    border-color: #C6D880;
    color: #264409;
}
div.flash-error a {
    color: #8A1F11;
}
div.flash-notice a {
    color: #514721;
}
div.flash-success a {
    color: #264409;
}
div.form .rememberMe label {
    display: inline;
}
div.view {
    border: 1px solid #C9E0ED;
    margin: 10px 0;
    padding: 10px;
}
div.breadcrumbs {
    border-bottom: 1px solid #EBEBEB;
    font-size: 0.9em;
    padding: 5px 20px;
}
div.breadcrumbs span {
    font-weight: bold;
}
div.search-form {
    background: none repeat scroll 0 0 #EEEEEE;
    margin: 10px 0;
    padding: 10px;
}
.portlet {
}
.portlet-decoration {
    background: none repeat scroll 0 0 #B7D6E7;
    border-left: 5px solid #6FACCF;
    padding: 3px 8px;
}
.portlet-title {
    color: #298DCD;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.portlet-content {
    background: none repeat scroll 0 0 #EFFDFF;
    font-size: 0.9em;
    margin: 0 0 15px;
    padding: 5px 8px;
}
.portlet-content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.portlet-content li {
    padding: 2px 0 4px 0;
}
.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.operations li {
    padding-bottom: 2px;
}
.operations li a {
    color: #0066A4;
    display: block;
    font: bold 12px/15px Arial;
    padding: 2px 0 2px 8px;
    text-decoration: none;
}
.operations li a:visited {
    color: #0066A4;
}
.operations li a:hover {
    background: none repeat scroll 0 0 #80CFFF;
}
.myaccunt {
    float: left;
    margin-left: 62px;
    margin-top: 13px;
    padding: 0;
    position: relative;
}
.ntbtn {
    cursor: pointer;
}
.notif, .pmbtn, .frbtn, .emailbtn {
    display: inline;
    float: left;
    height: 19px;
    margin-left: 10px;
    outline: medium none;
    overflow: visible;
    position: relative;
    width: 22px;
    z-index: 600;
}
#main, .whead .tagpage li, .notif, .ntmin, .pmbtn, .frbtn, .emailbtn {
    background-image: url("../../images/line-box.png");
    background-repeat: no-repeat;
}
#notif {
    background-position: 0 0;
}
.ntbtn-hover, ntbtn.selected {
    background-position: 0 -20px;
}
#pmbtn {
    background-position: -33px 0;
}
.pmbtn-hover, .pmbtn.selected {
    background-position: -33px -20px !important;
}
#frbtn {
    background-position: -74px 0;
}
.frbtn-hover, .frbtn.selected {
    background-position: -74px -20px !important;
}
.myaccunt .boxshadow_popup {
    right: -9px;
    top: 25px;
    width: 301px;
}
.ntbtn .boxshadow_popup {
    cursor: default;
    z-index: 600;
}
.boxshadow_popup {
    position: absolute;
    width: 371px;
    z-index: 1100;
}
.search_top {
    float: left;
}
#search_top {
    background: url("../../images/login/bg_input.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    height: 29px;
    margin-left: 35px;
    margin-top: 5px;
    padding-left: 9px;
    width: 191px;
}
.feed_content_comments {
/*    padding-bottom: 20px;*/
}
#infscr-loading {
    border-width: 3px 0;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
}
.sales { background:none !important; border:none !important; box-shadow:none !important; width:780px !important; margin:20px 0 0 20px;float: left}
.sales .boxer { border:1px solid #c0c0c0; border-radius:3px; -moz-border-radius:3px; padding:1px; width:236px; position:relative; margin:0 10px 20px 10px}
.sales .boxer a { display:block}
.sales .boxer a img { margin:9px 0 1px 0}
.sales .boxer h1 { background:#e1e1e1; font-size:16px; padding:7px}
.sales .boxer h1 a { color:#333}
.sales .boxer span.icon { background:url(../../images/sprite2.png) -53px 0; width:15px; height:9px; position:absolute; left:25px; bottom:-8px}
.sales .boxer strong { display:inline}
.sales .boxer .cam { position:absolute; background:url(../../images/sprite2.png) -2px -294px; width:62px; height:62px; color:#fff; font-weight:bold; font-size:16px; line-height:62px}
.sales .boxer .cam span { margin:0 0 0 11px}
.toggle-list {
    display: none;
    left: 0;
    padding-top: 7px;
    position: absolute;
    top: 100%;
    width: 195px;
    z-index: 1;
}
.toggle-list .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    position: relative;
}
.toggle-list .content .caset {
    background-image: url("../../images/profile/icon.png");
    background-position: -134px -22px;
    background-repeat: no-repeat;
    display: block;
    height: 10px;
    left: 0;
    margin-left: 5px;
    position: absolute;
    top: -10px;
    width: 16px;
}
.toggle-list .content ul {
    padding: 2px 0;
}
.toggle-list .content ul li {
    padding: 2px 5px;
}
.toggle-list .content ul li:hover {
    color: #ffffff;
    background: #467ab6
}
.toggle-list .content ul li.title{
    font-weight: bold;
}
.toggle-list .content ul li.title:hover{
    background: none;
    color: #666666;

}
.toggle-list .content ul li.line{
    border-bottom: 1px dashed #666666;
    margin: 2px 0;
    padding: 0;
}
.ready-icon{
    background-image: url("../../images/profile/ready.png");
    background-position: -7px 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 9px;
    margin-right: 5px;
    width: 10px;
}
.toggle-list .content ul li:hover i.ready-icon{
    background-position: -7px -60px;
}
.ready-icon-white{
    background-position: -7px -60px !important;
}
.attention{
    background-color: #F03D25;
    border: 1px solid #D83722;
    border-bottom: 1px solid #C0311E;
    border-top: 1px solid #E23923;
    border-radius:  2px;
    box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
    display: block;
    padding: 0 1px;
    font-family: "lucida grande",tahoma,verdana,Arial;
    color: white;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    top: -8px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    line-height: 13px;
}

.ZeroCount{
    display: none;
}

.redactor_editor{
    border: solid 1px #ccc;
    width: 98%;
}
