/* reset begin */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset end */


body {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #000;
    background: #fff;
}

.clearall { clear: both; }
/*
.clearall:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearall { display: inline-block; }
html[xmlns] .clearall { display: block; }
* html .clearall { height: 1%; }
*/

a { 
    color: #00AEEF;
    text-decoration: none;
}
a:hover { text-decoration: underline; }

#container {
    width: 965px;
    margin: 0 auto;
}
#header {
    height: 113px;
    background: url(/images/layout/map_bg.gif) 0 0 no-repeat;
    padding: 0 16px;
}
#logo {
    width: 383px;
    height: 44px;
    float: left;
    margin-top: 22px;
    background: url(/images/layout/aegon.png) 0 0 no-repeat;
}
#logo img {
    width: 123px;
    height: 44px;
}
#searchbox {
    float: right;
    margin-top: 11px;
    width: 300px;
    height: 67px;
    background: url(/images/layout/searchbox_bg.gif) 0 0 no-repeat;
}

#searchbox .l {
    float: left;
    padding: 12px 0 0 33px;
    font-weight: bold;
    width: 105px;
}

#searchbox .r {
    float: right;
    width: 150px;
    padding: 11px 10px 0 0;
}
#searchbox .r a.site {
    line-height: 18px;
    display: block;
    width: 145px;
    padding-left: 5px;
    height: 18px;
    background: url(/images/layout/alege_bg.gif) 0 0 no-repeat;
    color: #999;
    font-size: 10px;
    text-decoration: none;
    float: right;
}
#searchbox .r .search_wrp {
    width: 148px;
    height: 16px;
    border: 1px solid #e7e3e7;
    float: right;
    margin-top: 8px;
    background: #fff;
}
#searchbox .r .search_wrp input.sf {
    border: 0;
    width: 120px;
    height: 11px;
    line-height: 16px;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    float: left;
}
#searchbox .r .search_wrp input.sb {
    float: right;
}
#bigbox {
    border: 1px solid #e0e0e0;
    padding: 16px 15px;
    position: relative;
    margin-bottom: 44px;
}
#main_pic {
    padding-top: 67px;
    width: 933px;
    height: 158px;
}
#main_pic h1.home {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding-left: 15px;
    height: 35px;
    padding-bottom: 9px;
}
#main_pic .blue_tile {
    width: 222px;
    height: 83px;
    float: left;
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #fff;
    background: url(/images/layout/blue_tile.gif) 0 0 no-repeat;
    padding: 15px;
}
#main_pic .blue_tile h2 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
}
#main_pic .blue_tile .txt {
    line-height: 12px;
    padding-top: 9px;
}
#main_pic .blue_tile .txt a {
    color: #fff;
    text-decoration: none;
}
#main_pic .blue_tile .txt a:hover {
    text-decoration: underline;
}
#newsbar {
    height: 32px;
    width: 931px;
    background: url(/images/layout/newsbar_bg.gif) 0 0 no-repeat #3878db;
    border: 1px solid #ccc;
    margin-top: 17px;
    line-height: 32px;
    font-size: 11px;
}
#newsbar .news {
    float: left;
    padding-left: 151px;
    width: 630px;
    overflow: hidden;
}
#newsbar a {
    color: #fff;
    text-decoration: none;
}
#newsbar a:hover {
    text-decoration: underline;
}
#newsbar .links {
    float: right;
    width: 130px;
    padding-right: 15px;
    color: #fff;
    text-align: right;
}
#home_blue_box {
    width: 259px;
    height: 170px;
    padding: 74px 14px 14px 14px;
    border: 1px solid #ccc;
    background: url(/images/layout/bluebox_bg.jpg) 0 0 no-repeat #e7f7ff;
    margin-top: 17px;
    float: left;
}
#home_blue_box h3.headline {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
}
#home_blue_box select {
    border: 1px solid #999;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,Sans-serif;
}
#home_blue_box input.form_button {
	margin:0;
	padding:0 6px;
	border: 1px solid #999;
	font-size: 11px;
	height: 17px;
	vertical-align: middle;
	color: #00aeef;
	background: url(/images/layout/form_button_bg.gif) top left repeat-x #fff;
	vertical-align: top;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
}
#home_blue_box ul { 
    margin-top: 16px;
}
#home_blue_box ul li {
    line-height: 16px;
	padding: 0 0 0 1em;
	list-style: none;
	list-style-position: outside;
	background: url(/images/layout/bullet.gif) 0 7px no-repeat;
}

#home_blue_box a {
    color: #00AEEF;
    text-decoration: none;
}
#home_blue_box a:hover {
    text-decoration: underline;
}
.reg_box {
    border: 1px solid #cecfce;
    width: 275px;
    height: 88px;
    padding: 12px 14px 12px 14px;
    margin: 17px 0 0 17px;
    overflow: hidden;
}
.reg_box_bblue {
    border: 1px solid #00aeef;
}
.reg_box .l { 
    float: left;
    width: 180px;
    height: 84px;
}
.reg_box .r { 
    float: right;
    width: 81px
    height: 84px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.reg_box img {
    margin: 0;
}
.reg_box h3.headline {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 4px;
    line-height: 19px;
}
.reg_box ul li {
    line-height: 16px;
	padding: 0 0 0 1em;
	list-style: none;
	list-style-position: outside;
	background: url(/images/layout/bullet.gif) 0 7px no-repeat;
}
.reg_box a {
    color: #00AEEF;
    text-decoration: none;
}
.reg_box a:hover {text-decoration: underline; }

.home_fl {
    float: left;
}
#footer {
    height: 53px;
    color: #999;
}
.footer_home {
    background: url(/images/layout/footer_bg.jpg) 0 0 no-repeat;
    padding-top: 58px;
}
#footer .bar {
    color: #ccc;
}
#footer a {
    color: #00AEEF;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer #copyright {
    margin-top: 10px;
}
/* home end */

/* page cat begin */
#bigbox2 {
    border: 1px solid #e0e0e0;
    padding: 8px 9px 16px 15px;
    position: relative;
    margin-bottom: 44px;
}
#breadcrumb {
    font-size: 11px;
    font-family: Verdana, sans-serif;
    color: #000;
    height: 24px;
}
#breadcrumb a {
    color: #00aeef;
    text-decoration: none;
}
#breadcrumb a:hover {
    text-decoration: underline;
}
#breadcrumb span {
    color: #ccc;
}
.col_main {
    width: 761px;
    border: 1px solid #e7e3e7;
    border-bottom: 0;
    float: left;
}
.col_side {
    float: right;
    width: 167px;
}
.header {
    width: 737px;
    height: 80px;
    padding: 112px 0 0 24px;
    position: relative;
}
.header .bara {
    position: absolute;
    left: 0;
    top: 102px;
    width: 474px;
    height: 90px;
    background: #005CAE;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.header .title {
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    width: 450px;
    position: relative;
}
.header .subtitle {
    color: #999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 20px;
    padding-top: 4px;
    line-height: 20px;
    height: 24px;
    width: 450px;
    position: relative;
}
.header .subsubtitle {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #fff;
    height: 12px;
    line-height: 12px;
    padding-top: 5px;
    width: 430px;
    line-height: 16px;
    position: relative;
}
.col_cat_1_2 {
    width: 237px;
    float: left;
}
.col_cat_1_2 .box_header {
    border-right: 1px solid #e0e0e0;
}
.col_cat_1_2 .box_content {
    margin-top: 12px;
    border-right: 1px solid #e0e0e0;
}
.col_cat_1_2 .lefty_pad {
    padding: 1px 15px 15px 25px;
}
.col_cat_1_2 .righty_pad {
    padding: 1px 15px 15px 15px;
}
.col_cat_1_2 .box_content h2.boxtitle {
    font-size: 19px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    height: 22px;
}
.col_cat_1_2 .box_content .boxtxt {
    font-size: 11px;
    line-height: 14px;
    font-family: verdana, sans-serif;
    padding-top: 6px;
}
.col_cat_1_2 .box_content .boxtxt ul li, .col_side .box_txtonly ul li {
    line-height: 16px;
	padding: 0 0 0 1em;
	list-style: none;
	list-style-position: outside;
	background: url(/images/layout/bullet.gif) 0 7px no-repeat;
}
.col_cat_1_2 .box_content .boxtxt a {
    color: #00AEEF;
    text-decoration: none;
}
.col_cat_1_2 .box_content .boxtxt a:hover {
    text-decoration: underline;
}
.col_cat_3 {
    width: 287px;
    float: left;
    margin-top: 20px;
}
.col_cat_3 .box_content {
    padding: 0 15px 15px 15px;
}
.col_cat_3 .box_content h2.boxtitle {
    font-size: 19px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    color: #000;
    line-height: 22px;
}
.col_cat_3 .box_content h3.boxtitle {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    height: 31px;
}
.col_cat_3 .box_content .boxtxt {
    font-size: 11px;
    line-height: 14px;
    font-family: verdana, sans-serif;
    /*padding-top: 6px;*/
}
.col_cat_3 .box_content .boxtxt ul li {
    line-height: 16px;
	padding: 0 0 0 1em;
	list-style: none;
	list-style-position: outside;
	background: url(/images/layout/bullet.gif) 0 7px no-repeat;
}
.col_cat_3 .box_content .boxtxt a {
    color: #00AEEF;
    text-decoration: none;
}
.col_cat_3 .box_content .boxtxt a:hover {
    text-decoration: underline;
}
/*
.col_side .box_txtonly {
    border: 1px solid #e0e0e0;
    padding: 9px;
    margin-bottom: 15px;
}
.col_side h3.boxtitle {
    font-size: 19px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    height: 22px;
}
.col_side .box_txtonly .txt{
    font-size: 11px;
    line-height: 14px;
    font-family: verdana, sans-serif;
    padding-top: 6px;
}
*/
.col_side .box_txtonly, .media_col_1 .box_txtonly {
    border: 1px solid #e0e0e0;
    padding: 9px;
    margin-bottom: 15px;
}
.col_side h3.boxtitle, .media_col_1 h3.boxtitle {
    font-size: 19px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    color: #000;
    line-height: 22px;
}
.col_side .box_txtonly .txt, .media_col_1 .box_txtonly .txt {
    font-size: 11px;
    line-height: 14px;
    font-family: verdana, sans-serif;
    padding-top: 6px;
}
.footer_cat_page {
    background: url(/images/layout/footer_bg.png) 0 0 no-repeat;
    padding-top: 73px;
}
.footer_cat_page_2 {
    background: url(/images/layout/footer_bg_2.png) 0 0 no-repeat;
    padding-top: 73px;
}
/* page cat end */

/* page begin */
.col_main2 {
    width: 762px;
    border: 1px solid #e7e3e7;
    border-left: none;
    border-bottom: 0;
    float: left;
}
.header_page {
    width: 557px;
    height: 71px;
    padding: 94px 0 0 205px;
    border: none;
    position: relative;
}
.header_page .bara {
    position: absolute;
    left: 0;
    top: 84px;
    width: 762px;
    height: 81px;
    background: #005CAE;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.header_page .title {
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    width: 450px;
    position: relative;
}
.header_page .subtitle {
    color: #fff;
    font-weight: normal;
    padding-top: 4px;
    height: 24px;
    width: 450px;
    position: relative;
/*
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    line-height: 20px;
*/
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
#left_menu {
    float: left;
    width: 174px;
    border-left: 1px solid #e0e0e0;
    position: relative;
    z-index: 500;
    top: -76px;
    left: 0;
    background: url(/images/layout/menu_bg.png) right 0 no-repeat;
    padding: 15px 15px 0 0;
}
#left_menu .entry {
    border-bottom: 1px solid #e0e0e0;
    /*line-height: 30px;*/
    line-height: 14px;
    padding-left: 18px;
    background: url(/images/layout/entry_bg.gif) 0 bottom repeat-x;
}
#left_menu .entryon {
    line-height: 14px;
    padding-left: 18px;
    background: url(../images/layout/arr_bg.gif) 9px 13px no-repeat #efefef;
    border-bottom: 1px solid #e0e0e0;
}
#left_menu .entryp {
    line-height: 14px;
    padding-left: 18px;
    background: url(../images/layout/arr2_bg.gif) 8px 14px no-repeat #efefef;
}
#left_menu .entry a, #left_menu .entryon a, #left_menu .entryp a {
    display: block;
    padding: 9px 0 10px 0;
}
#left_menu .entryon a, #left_menu .subentryon a, #left_menu .entryp a {
    color: #000;
}
#left_menu .subentry {
    line-height: 20px;
    padding-left: 27px;
}
#left_menu .subentryon {
    line-height: 20px;
    padding-left: 27px;
}

.page_col {
    float: right;
    width: 522px;
    border-left: 1px solid #e0e0e0;
    padding: 20px 20px 0 29px;
    position: relative;
    left: -15px;
}
.page_col ul {
    list-style: disc;
    padding-left: 30px;
    margin: 0 0 14px 0;
}
.page_box {
    border: 1px solid #cecfce;
    padding: 12px 18px;
    background: #fffbff;
}
.footer_page {
    background: url(/images/layout/footer_page_bg.jpg) 0 0 no-repeat;
    padding-top: 73px;
}
/* page end */

/* media center begin */
.header_media {
    width: 738px;
    height: 44px;
    padding: 93px 0 0 23px;
    border: none;
}
.header_media .title {
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    /*width: 450px;*/
}
.media_col_1 {
    float: left;
    width: 465px;
}
.media_col_1 .title, .media_col_2 .title {
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    /*width: 450px;*/
}
.media_col_1 .press {
    height: 38px;
    color: #000;
    padding: 20px 0 0 23px;
}
.media_col_1 .col_inner {
    padding: 0 0 0 7px;
    width: 442px;
}
.media_col_1 .col_inner .check_all {
    padding: 7px 0 0 5px;
}
.media_col_1 .blue_border_box {
    border: 1px solid #00aeef;
    padding-left: 16px;
}
.right_border_box {
    border-right: 1px solid #e7e3e7;
    padding: 5px 13px 7px 5px;
}
.right_border_box2 {
    padding: 5px 0 7px 0;
    position: relative;
    left: -12px;
}
.right_border_box .boxdate, .right_border_box2 .boxdate {
    color: #999;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding-left: 12px;
}
.right_border_box .boxtitle, .right_border_box2 .boxtitle {
    background: url(/images/layout/bullet.gif) 0 5px no-repeat;
    padding-left: 12px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
.right_border_box .boxtxt, .right_border_box2 .boxtxt {
    padding-left: 12px;
}
.media_col_2 {
    float: right;
    width: 284px;
    padding-right: 10px;
}
.media_col_2 .team {
/*
    color: #000;
    padding-top: 14px;
    height: 28px;
*/
    height: 38px;
    color: #000;
    padding-top: 20px;
}
ul.regul li {
    line-height: 16px;
    padding: 0 0 0 1em;
    list-style: none;
    list-style-position: outside;
    background: url(/images/layout/bullet.gif) 0 7px no-repeat;
}
ul.regul li a {
    color: #00AEEF;
    text-decoration: none;
}
ul.regul li a:hover { text-decoration: underline; }
.media_col_2 .res_media {
    border: 1px solid #e7e3e7;
    background: url(/images/layout/res_media_bg.jpg) 0 0 no-repeat;
    padding: 11px 11px 11px 115px;
    width: 155px;
    height: 83px;
    margin-top: 22px;
}
.media_col_2 .res_media .res_title {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
}
/* media center end */

/* about us begin */
.header_about {
    width: 737px;
    height: 139px;
    padding: 90px 0 0 24px;
    position: relative;
}
.header_about .bara {
    position: absolute;
    left: 0;
    top: 68px;
    width: 456px;
    height: 161px;
    background: #005CAE;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.header_about .title {
    color: #fff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    width: 430px;
    position: relative;
}
.header_about .subtitle {
    color: #999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 20px;
    padding-top: 4px;
    line-height: 20px;
    height: 24px;
    width: 430px;
    position: relative;
}
.header_about .subsubtitle {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #fff;
    height: 12px;
    line-height: 12px;
    padding-top: 5px;
    width: 430px;
    line-height: 16px;
    position: relative;
}
.header_about .subsubtitle2 {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #fff;
    height: 12px;
    line-height: 12px;
    padding-top: 60px;
    width: 430px;
    line-height: 16px;
}
.col_about_1 {
    float: left;
    width: 425px;
    border-right: 1px solid #e7e3e7;
    margin-top: 20px;
    padding: 0 18px 0 13px;
}
.col_about_1  .main_box {
    padding: 3px 3px 3px 3px;
}
.col_about_1 .main_box .boxtitle {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    height: 31px;
}
.col_about_1 .main_box .boxtxt {
    font-size: 11px;
    line-height: 14px;
    font-family: verdana, sans-serif;
}
/* about us end */

/* news begin */
.news_box {
    padding-bottom: 7px;
}
.news_box .boxdate {
    color: #999;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding-left: 12px;
}
.news_box .boxtitle {
    background: url(/images/layout/bullet.gif) 0 5px no-repeat;
    padding-left: 12px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
.news_box .boxtxt {
    padding-left: 12px;
}
/* news end */

table.fond td {
    padding: 3px;
}
table.fond td.tcol1 {
    width: 25%;
    background: #A8B7BF;
    border: 1px solid #fff;
    vertical-align: top;
}
table.fond td.tcol2 {
    width: 75%;
    background: #EBEBEB;
    border: 1px solid #fff;
}
table.fund-prices {
    font-size: 12px;
    color: #333;
    font-family: Arial, sans-serif;
}
table.fund-prices td {
    padding: 3px 0 0 0;
    width: 20%;
    text-align: center;
}
table.fund-prices td.up {
    padding: 0 0 3px 0;
    border-bottom: 1px solid #fff;
}
iframe {
    background: #EBEBEB;
    border: none;
}
select.site_selector {
    font-size: 10px;
    font-family: verdana,arial,sans-serif;
    line-height: 18px;
    width: 150px;
    height: 18px;
}

/* tiny css begin */
a.za_button_mic {
    display:inline-block;
    zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
    display: inline;
    outline:none;
    cursor:pointer;
    padding:5px 9px;
    text-align:center;
    text-decoration:none !important;
    line-height:normal;
    font-weight:normal;
    overflow:visible;
    width:auto;
    font-size:1em;
    -moz-border-radius:.3em;/* FF1+ */
    -webkit-border-radius:.3em;/* Saf3+, Chrome */
    border-radius:.3em;/* Opera 10.5, IE 9 */
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);/* FF3.5+ */
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);/* Saf3.0+, Chrome */
    box-shadow:0 1px 2px rgba(0,0,0,.1);/* Opera 10.5, IE 9.0 */

    background: -moz-linear-gradient(center top , #FFFFFF, #EAEAEA) repeat scroll 0 0 transparent;
    border: 1px solid #BBBBBB;
    color: #0078AC !important;
}
a.za_button_mic:hover {
        background:#EDEDED;/* Fallback colour */
        background:-moz-linear-gradient(top,  #FFF,  #DBDBDB);/* FF3.6+ */
        background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DBDBDB));/* Saf4+, Chrome */
        -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', endColorStr='#DBDBDB');/* IE8 */
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DBDBDB');/* IE6, IE7 */
}
a.za_button_mic:active {
        background:-moz-linear-gradient(top,  #DBDBDB,  #FFF);/* FF3.6+ */
        background:-webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#FFF));/* Saf4+, Chrome */
        -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#DBDBDB', endColorStr='#FFFFFF');/* IE8 */
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#FFFFFF');/* IE6, IE7 */
}
/* tiny css end */

