#content span.date + span.separator {
    display: inline-block;
    padding: 0 10px;
}

.clear {
    clear: both;
}

#content span.date + span.separator + h6 {
    display: inline;
    margin-bottom: 0;
}

*+html #content span.date + span.separator {
    display: inline;
}

/**+html #content span.date + span.separator + h6 {
    display: inline;
    margin-bottom: 0;
}*/

#content span.date + span.separator + h6 + * {
    margin-top: 18px;
}

/* Tabs ***********************************************************************/
#content dl.tab {
    position: relative;
    overflow: hidden;
}

#content dl.tab > span {
    position: absolute;
    top: 0;
    height: 35px;
    background: url(/img/tab-dl.png) no-repeat;
}

#content dl.tab > span.left {
    right: 20px;
    left: 0;
    background-position: left;
}

#content dl.tab > span.right {
    right: 0;
    width: 20px;
    background-position: right;
}

#content dl.tab > dt {
    top: 3px;
    left: 0;
    float: left;
    display: block;
    margin: 0 0 0 7px;
    padding: 0 13px 0 0;
    cursor: pointer;
}

#content dl.tab > dd + dt,
#content dl.tab > dt + dt {
    margin-left: 3px;
}

#content dl.tab > dt > span {
    display: block;
    padding: 6px 0 12px;
    height: 14px;
    background-repeat: no-repeat;
}

#content dl.tab > dt > span.left {
    padding-left: 10px;
    background-position: top left;
    color: #0b1b27;
    text-decoration: underline;
    font: normal 11px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#content dl.tab > dt > span.left > a {
    color: #0b1b27;
    text-decoration: underline;
    font: normal 11px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#content dl.tab > dt > span.right {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    background-position: top right;
}

#content dl.tab > dd {
    visibility: hidden;
    margin: 66px 0 0;
}

#content dl.tab > dt.active {
    cursor: default;
}

#content dl.tab > dt.active span {
    background-image: url(/img/tab-dt.png);
}

#content dl.tab > dt:hover > span.left,
#content dl.tab > dt:active > span.left,
#content dl.tab > dt.active > span.left,
#content dl.tab > dt:hover > span.left > a,
#content dl.tab > dt:active > span.left > a,
#content dl.tab > dt.active > span.left > a {
    text-decoration: none;
}

#content dl.tab > dt:hover > span.left .jQueryTextShadow,
#content dl.tab > dt:active > span.left .jQueryTextShadow,
#content dl.tab > dt.active > span.left .jQueryTextShadow {
    text-decoration: none !important;
}

#content dl.tab > dt.active + dd {
	display: block !important;
}

/* Spoiler ********************************************************************/
#content dl.spoiler {
    overflow: hidden;
}

#content dl.spoiler > dt {
    position: relative;
    overflow: hidden;
    padding: 0 0 9px 17px;
}

#content dl.spoiler > dt,
#content dl.spoiler > dt > a {
    color: #1f66ad;
    font: bold 12px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    cursor: pointer;
}

#content dl.spoiler > dt > a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}

#content dl.spoiler > dt > a:hover {
    text-decoration: underline
}

#content dl.spoiler > dt.active,
#content dl.spoiler > dt.active > a {
    color: #4a4a4a;
}

/*#content dl.spoiler > dt > a > span {
    float: left;
    clear: both;
    display: block;
    height: 14px;
    border-bottom: 1px dashed transparent;
}

#content dl.spoiler > dt.active,
#content dl.spoiler > dt.active > a > span {
    color: #4a4a4a;
}

#content dl.spoiler > dt:hover > a > span {
    border-bottom-color: #1f66ad;
}

#content dl.spoiler > dt.active:hover > a > span {
    border-bottom-color: #4a4a4a;
}*/

#content dl.spoiler > dt > i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 18px;
}

#content dl.spoiler > dd {
    display: none;
    margin: 4px 0 25px 17px;
}

#content dl.spoiler > dd > *.last-child {
    margin-bottom: 0;
}

#content dl.spoiler > dd ul li {
    margin-bottom: 0;
    padding-left: 36px;
    background-position: -127px 1px;
}

/* Spoiler FAQ ****************************************************************/
#content dl.spoiler.faq > dt {
    padding-bottom: 2px;
}

#content dl.spoiler.faq > dt,
#content dl.spoiler.faq > dt a {
    font-weight: normal;
}

#content dl.spoiler > dt > i {
    overflow: hidden;
    background: url(/img/list-marker.png) no-repeat -98px -49px;
    text-indent: -9999px;
}

#content dl.spoiler > dt.active > i {
    background: url(/img/list-marker.png) no-repeat -48px -99px;
}

#content dl.spoiler.faq > dd {
    margin-top: 0;
    margin-bottom: 18px;
}

#content dl.spoiler.faq > dd + dt {
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
}

#content dl.spoiler.faq > dd + dt > i {
    top: 10px;
}

#content dl.spoiler.faq > dd cite {
    display: block;
    margin: 0 0 6px;
    color: #a8a8a8;
}

#content dl.spoiler.faq > dd > div {
    position: relative;
}

/*#content dl.spoiler.faq > dd > div > i:first-child {
    position: absolute;
    top: 0;
    left: -17px;
    display: block;
    width: 17px;
    height: 18px;
}*/

/* Spoiler Disc ***************************************************************/
#content dl.spoiler.disc > dt,
#content dl.spoiler.disc > dt > a {
    font-weight: normal;
}

/*#content dl.spoiler.disc > dt > i {
    overflow: hidden;
    background: url(/img/list-marker.png) no-repeat -98px -49px;
    text-indent: -9999px;
}

#content dl.spoiler.disc > dt.active > i {
    background: url(/img/list-marker.png) no-repeat -48px -99px;
}*/

/* Spoiler Contacts ***********************************************************/
#content dl.contacts {
    float: left;
    padding-top: 27px;
    width: 100%;
}

#content dl.contacts > dt {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 0;
}

#content dl.contacts > dd {
    margin-top: 0;
    margin-bottom: 27px;
    margin-left: 0;
}

#content dl.contacts > dt > a {
    color: #205f9a;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 17px/17px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#content dl.contacts > dt > a > span {
    margin-bottom: 6px;
    height: 17px;
}

#content dl.contacts > dd span.tel {
    float: left;
    display: block;
    margin: 0 12px 0 0;
}

#content dl.contacts > dd span.tel + p {
    overflow: hidden;
}

/* Materials ******************************************************************/
#content .materials {
    padding: 15px 0 0;
}

#content .materials + .materials {
    padding-top: 7px;
}

/* File ***********************************************************************/
#content .file {
    position: relative;
    margin: 0 0 20px;
    padding: 5px 0 0 112px;
    min-height: 64px;
}

*+html #content .file {
    z-index: 0;
}

*+html #content .file.active {
    z-index: 1;
}

#content .file + .file {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

#content .file > div > a,
#content .file > div > span,
#content .file > div > cite,
#content .file > div > p {
    display: block;
    margin: 0 0 6px;
}

*+html #content .file > div > * {
    position: relative;
    z-index: 0;
}

#content .file > div > cite {
    position: relative;
    font-weight: bold;
}

*+html #content .file > div > cite {
    z-index: 1;
}

#content .file > div > *.last-child {
    margin-bottom: 0;
}

/* File Icon ******************************************************************/
#content .file i {
    position: absolute;
    top: 10px;
    left: 37px;
    display: block;
    width: 43px;
    height: 59px;
    background: url(/img/file-icons.png) no-repeat;
}

#content .file + .file i {
    top: 23px;
}

#content .file.pdf i {
    background-position: 0 0;
}

#content .file.doc i {
    background-position: -43px 0;
}

#content .file.xls i {
    background-position: -86px 0;
}

#content .file.jpg i {
    background-position: -129px 0;
}

#content .file.zip i {
    background-position: -172px 0;
}

#content .file.rar i {
    background-position: -215px 0;
}

#content .file.ppt i {
    background-position: -258px 0;
}

#content .file.jpg i {
    background-position: -301px 0;
}

#content .file.pps i {
    background-position: -344px 0;
}


/* File Tooltip ***************************************************************/
a[rel="tooltip"] {
    background: transparent;
    color: #618b3d;
}

a[rel="tooltip"] + div.tooltip {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    overflow: hidden;
    padding: 14px 24px 16px 14px;
    width: 312px;
    min-height: 50px;
    line-height: 15px;
    font-weight: normal;
    display: none;
}

a[rel="tooltip"] + div.tooltip > img,
a[rel="tooltip"] + div.tooltip > img + div {
    position: relative;
    z-index: 1;
}

a[rel="tooltip"] + div.tooltip > img {
    float: left;
    display: block;
    margin: 0 14px 0 0;
    padding: 4px;
    width: 109px;
    background: #fff;
}

a[rel="tooltip"] + div.tooltip > img + div {
    overflow: hidden;
    margin-top: 6px;
}

a[rel="tooltip"] + div.tooltip > img + div h6 {
    margin: 0 0 15px;
    line-height: 15px;
}

a[rel="tooltip"] + div.tooltip > img + div > a.last-child {
    display: block;
    margin: 7px 0 0;
}

/* File Tooltip background ****************************************************/
a[rel="tooltip"] + div.tooltip > div.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a[rel="tooltip"] + div.tooltip > div.bg span,
a[rel="tooltip"] + div.tooltip > div.bg .middle {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
}

a[rel="tooltip"] + div.tooltip > div.bg span.top {
    top: 0;
    height: 10px;
    background: url(/img/tooltip-bg.png) no-repeat left top;
}

a[rel="tooltip"] + div.tooltip > div.bg span.bottom {
    bottom: 0;
    height: 10px;
    background: url(/img/tooltip-bg.png) no-repeat left bottom;
}

a[rel="tooltip"] + div.tooltip > div.bg .middle {
    top: 10px;
    bottom: 10px;
}

a[rel="tooltip"] + div.tooltip > div.bg span.middle img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Pagination *****************************************************************/
#content div.pagination {
    clear: both;
    overflow: hidden;
    padding: 24px 0 0;
}

#content div.pagination a.prev,
#content div.pagination a.next {
    position: relative;
    top: 6px;
    float: left;
    display: block;
    overflow: hidden;
    width: 5px;
    height: 10px;
    background: url(/img/pagination.png) no-repeat;
    text-indent: -9999px;
}

#content div.pagination a.prev {
    margin: 0 11px 0 0;
    background-position: 0 0;
}

#content div.pagination a.next {
    margin: 0 15px 0 0;
    background-position: -5px 0;
}

#content div.pagination a.all {
    position: relative;
    top: 3px;
    float: left;
    display: block;
    margin: 0 36px 0 0;
}

#content div.pagination a.rss {
    position: relative;
    top: 5px;
    float: left;
    display: block;
    overflow: hidden;
    margin: 0;
    width: 44px;
    height: 15px;
    background: url(/img/icon-rss.png) no-repeat;
    text-indent: -9999px;
}

#content div.pagination ul {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 11px 0 0;
    padding: 0;
    list-style: none;
}

#content div.pagination ul li {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: none;
}

#content div.pagination ul li + li {
    margin-left: 4px;
}

#content div.pagination ul li a {
    float: left;
    display: block;
    padding: 4px 0;
    width: 13px;
    height: 15px;
    color: #1e5081;
    text-align: center;
    text-decoration: none;
    font: bold 12px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#content div.pagination ul li.active a {
    width: 23px;
    background: url(/img/pagination.png) no-repeat -10px 0;
    color: #2d728f;
    cursor: default;
}

/* Table **********************************************************************/
#content table {
    width: 100%;
}

#content table tr td {
    padding: 0 0 0 15px;
}

#content table thead tr td {
    padding-top: 9px;
    padding-bottom: 9px;
    height: 15px;
    background: #84b5ca;
    color: #fff;
    vertical-align: middle;
    font: normal 12px/15px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;

}

#content table thead tr td:first-child {
    background: url(/img/table-thead.png) no-repeat left;
}

#content table thead tr td.last-child {
    background: url(/img/table-thead.png) no-repeat right;
}

#content table tbody tr td {
    padding-top: 20px;
    padding-bottom: 17px;
    vertical-align: top;
}

#content table tbody tr + tr td {
    border-top: 1px solid #d9d9d9;
}

/* Table Partners *************************************************************/
#content table.partners tr td:first-child/*,
#content table.partners tr td:first-child + td*/ {
    width: 145px;
}

/* Regalia ********************************************************************/
#content div.regalia {
    float: left;
    margin: 0 18px 18px 0;
    width: 330px;
    overflow: hidden;
}

#content div.regalia > a:first-child {
    text-decoration: none;
}

#content div.regalia img {
    display: inline-block;
    margin: 0 18px 0 0;
    width: 93px;
    height: 126px;
}

#content div.regalia > div {
    display: inline-block;
    width: 330px;
    vertical-align: bottom;
    font-weight: bold;
}

*+html #content div.regalia img,
*+html #content div.regalia a,
*+html #content div.regalia > div {
    float: left;
    display: block;
}

#content div.regalia img + div,
#content div.regalia > a + div {
    width: 216px;
}

*+html #content div.regalia > div {
    width: 200px;
}

/* Licence ********************************************************************/
#content div.licence {
    overflow: hidden;
    padding: 6px 0 0;
}

#content div.licence + div.licence {
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid #d9d9d9;
}

#content div.licence > a:first-child {
    text-decoration: none;
}

#content div.licence img {
    float: left;
    display: block;
    margin: 5px 18px 0 0;
    width: 93px;
    height: 126px;
}

#content div.licence > div {
    overflow: hidden;
}

#content div.licence > div > span.last-child {
    color: #858585;
}

#content div.licence > div > *.last-child {
    margin-bottom: 0;
}

/* Staff **********************************************************************/
#content div.staff {
    overflow: hidden;
    padding: 6px 0 0;
}

#content div.staff + div.staff {
    margin-top: 26px;
    padding-top: 21px;
    border-top: 1px solid #d9d9d9;
}

#content div.staff img {
    float: left;
    display: block;
    margin: 5px 36px 0 0;
    width: 108px;
}

#content div.staff > div {
    overflow: hidden;
}

#content div.staff > div h6 {
    margin-bottom: 10px;
}

#content div.staff > div p {
    margin-bottom: 10px;
}

#content div.staff > div > a.last-child {
    border-bottom: 1px dashed #1f5d97;
    text-decoration: none;
    font-weight: bold;
}

#content div.staff > div > a.last-child:hover,
#content div.staff > div > a.last-child:active {
    text-decoration: none;
    border-bottom-color: transparent;
}

#content div.staff > div > *.last-child {
    margin-bottom: 0;
}

/* rel=block ******************************************************************/
#content div[rel|="block"] {
    margin: 0 0 18px;
    color: #42819b;
}

#content div[rel|="block-gray"] {
    position: relative;
    padding: 13px 13px 19px;
}

#content div[rel|="block-gray"] .content {
    position: relative;
    z-index: 1;
}

#content div[rel|="block-gray"] .content > *.last-child,
#content div[rel|="block"] > *.last-child {
    margin-bottom: 0;
}

#content div[rel|="block"] ul li {
    margin: 0 0 18px;
    background: url(/img/list-marker.png) no-repeat 0 -147px;
}

#content div[rel|="block"] ul li.last-child {
    margin-bottom: 0;
}

/* Rounded Background *********************************************************/
.rounded-bg {
    position: relative;
}

.rounded-bg > * {
    position: relative;
    z-index: 1;
}

#content .rounded-bg .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}

#content .rounded-bg .bg span {
    position: absolute;
}

#content .rounded-bg .bg span.tl,
#content .rounded-bg .bg span.tr,
#content .rounded-bg .bg span.bl,
#content .rounded-bg .bg span.br {
    width: 3px;
    height: 3px;
    background: #fff url(/img/att-corners.png) no-repeat;
}

#content .rounded-bg .bg span.tl {
    top: 0;
    left: 0;
    background-position: left top;
}

#content .rounded-bg .bg span.tr {
    top: 0;
    right: 0;
    background-position: right top;
}

#content .rounded-bg .bg span.bl {
    bottom: 0;
    left: 0;
    background-position: left bottom;
}

#content .rounded-bg .bg span.br {
    right: 0;
    bottom: 0;
    background-position: right bottom;
}

#content .rounded-bg .bg span.t,
#content .rounded-bg .bg span.b {
    right: 3px;
    left: 3px;
    height: 3px;
    background: #fff url(/img/att-v.png) repeat-x;
}

#content .rounded-bg .bg span.t {
    top: 0;
    background-position: top;
}

#content .rounded-bg .bg span.b {
    bottom: 0;
    background-position: bottom;
}

#content .rounded-bg .bg span.l,
#content .rounded-bg .bg span.r {
    top: 3px;
    bottom: 3px;
    width: 3px;
    background: #fff url(/img/att-h.png) repeat-y;
}

#content .rounded-bg .bg span.l {
    left: 0;
    background-position: left;
}

#content .rounded-bg .bg span.r {
    right: 0;
    background-position: right;
}

/* Event **********************************************************************/
#content div.event {
    overflow: hidden;
    padding: 12px 0 20px;
}

#content div.event + div.event {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

#content div.event > img:first-child {
    float: left;
    display: block;
    margin: 0 20px 0 0;
}

#content div.event > div {
    overflow: hidden;
}

#content div.event > img:first-child + div {
    margin-left: 7px;
}

#content div.event > div > a,
#content div.event > div > span,
#content div.event > div > p {
    display: block;
    margin-bottom: 6px;
}

#content div.event > div > *.last-child {
    margin-bottom: 0;
}

/* Search *********************************************************************/
#content .breadcrumbs {
    overflow: hidden;
}

#content .breadcrumbs span,
#content .breadcrumbs i {
    float: left;
    display: block;
    color: #838383;
}

#content .breadcrumbs i {
    margin: 0 6px;
}

#content .breadcrumbs span.last-child {
    color: #000;
}

#content .search-result {
    padding: 16px 0;
}

#content .search-result + .search-result {
    border-top: 1px solid #d9d9d9;
}

#content .search-result > *.last-child {
    margin-bottom: 0;
}

#content .search-result span.mark {
    display: inline-block;
    height: 18px;
    background: #bfdde8;
}

/* Map ************************************************************************/
#content div.map {
    float: right;
}

#content div.map img {
    margin: -3px 0 0 -11px;
}

/* History jCarousel **********************************************************/
#content div.carousel-page {
    display: none;
}

#content div.carousel-page.p0 {
    display: block;
}

/* Content Years **************************************************************/
#content ul.years {
    overflow: hidden;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

#content ul.years li {
    float: left;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: none;
}

#content ul.years li + li {
    margin-left: 11px;
}

#content ul.years li a {
    float: left;
    display: block;
    height: 14px;
    border-bottom: 1px dashed #d9d9d9;
    color: #4e4c4c;
    text-decoration: none;
    font: normal 11px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#content ul.years li a:hover,
#content ul.years li a:active {
    border-bottom-color: transparent;
}
#content ul.years li.active a {
    color: #154578;
    cursor: default;
    border-bottom-color: transparent;
}

/* News ***********************************************************************/
#sidebar + #content.news,
#content.news {
    position: relative;
    overflow: visible;
    padding-left: 247px;
}

#content.news .news {
    position: relative;
    padding: 0 0 21px;
}

#content.news .news + .news {
    padding-top: 18px;
    border-top: 1px solid #d9d9d9;
}

#content.news .news p {
    margin-bottom: 6px;
}

#content.news .news span.date + span.separator + h6 + * {
    margin-top: 6px;
}

#content.news .news > *.last-child {
    margin-bottom: 0;
}

/* News Gallery ***************************************************************/
#content div.gallery-container {
    padding: 7px 10px 7px 22px;
}

#content div.gallery-container.active {
    padding: 0 0 0 12px;
}

#content div.gallery {
    position: relative;
    margin: 0;
    padding: 6px 8px 8px 6px;
    width: 192px;
    height: 127px;
    background: url(/img/gallery-bg.png) no-repeat;
}

#content div.gallery.active {
    width: 212px;
    height: 141px;
    background: url(/img/gallery-bg-hover.png) no-repeat;
}

#content.news div.gallery {
    position: absolute;
    top: 40px;
    left: 10px;
}

#content.news div.gallery.active {
    top: 33px;
    left: 0;
}

#content.news .news div.gallery {
    margin: -48px 0 0 -247px;
}

#content.news .news + .news div.gallery {
    margin-top: -29px;
}

#content div.gallery a[class|="prev"],
#content div.gallery a[class|="next"] {
    position: absolute;
    top: 55px;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 29px;
    height: 30px;
    background: url(/img/gallery-arrows.png) no-repeat;
    text-indent: -9999px;
}

#content div.gallery.active a[class|="prev"],
#content div.gallery.active a[class|="next"] {
    top: 62px;
}

#content div.gallery a[class|="prev"] {
    left: -12px;
    background-position: left;
}

#content div.gallery a[class|="next"] {
    right: -10px;
    background-position: right;
}

#content.news .news div.gallery ul.gallery {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#content ul.gallery li {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 192px !important;
    height: 127px !important;
    background: none;
}

#content div.gallery.active ul.gallery li {
    width: 212px !important;
    height: 141px !important;
}

#content ul.gallery li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#content ul.gallery li img {
    display: block;
    width: 100%;
    height: 100%;
}

#content ul.gallery li span.number {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0 2px 0 0;
    margin: 0;
    width: 29px;
    height: 15px;
    background: url(/img/gallery-page-numbers.png) no-repeat;
    color: #fff;
    text-align: right;
    font: normal 11px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

/*#content div.gallery.active ul.gallery li span.number {
    display: block;
}*/

#content div.gallery ul.pagination li {
    display: none;
}

/* Form ***********************************************************************/
form {
    display: block;
    margin: 0 0 0 -16px;
    padding: 22px;
    color: #434343;
}

form + form {
    margin-top: 22px;
}

#sidebar + #content form {
    margin-left: 0;
}

form h1 {
    margin: 0;
}

form div.content > *.last-child,
#content form div.content > *.last-child {
    margin-bottom: 0;
}

/* Form Table *****************************************************************/
form table,
#content form table {
    margin: 0 0 18px;
    width: auto;
    border: none;
}

form + form p + table,
#content form + form p + table {
    margin-top: 23px;
}

form table tbody tr td,
#content form table tbody tr td {
    padding: 0;
    border: none ;
    background: none;
    color: #434343;
    vertical-align: top;
    line-height: 19px;
}

form table tbody tr td > div {
    position: relative;
}

form table tbody tr + tr td,
#content form table tbody tr + tr td {
    padding-top: 11px;
}

form table tbody tr td + td,
#content form table tbody tr td + td {
    padding-left: 15px;
}

form table tbody tr td:first-child,
#content form table tbody tr td:first-child {
    padding-left: 16px;
    width: 140px;
    font: normal 11px/19px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

form table tbody tr td:first-child + td,
#content form table tbody tr td:first-child + td {
    color: #000;
    font: normal 10px/19px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

#content form table tbody tr td:first-child + td.captcha {

}
#content form table tbody tr td.captcha input[type=text] {
	float: left;
	width: 100px;
	margin-right: 20px;
}
/* Form Label *****************************************************************/
form table tbody tr td:first-child label {
    position: relative;
    left: -16px;
    display: block;
}

form table tbody tr td:first-child + td label {
    padding-left: 0;
    color: #434343;
    font: bold 11px/19px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

form table tbody tr td label {
    padding: 0 0 0 16px;
    font: normal 11px/19px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

form table tbody tr td label.required {
    background: url(/img/form-required-icon.png) no-repeat 0 2px;
}

/* Form Input & Textarea & Select *********************************************/
form input[type="file"] {
    width: 246px;
    color: #000;
    font: normal 10px/11px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    height: 19px;
}

input[type="checkbox"] {
    margin-left: 0;
    position: relative;
    top: 2px;
}

form table tbody tr td:first-child + td label + input[type="checkbox"] {
    margin-left: 10px;
}

form.custom-form input[type="text"],
form.custom-form input[type="password"],
form table tbody tr td input[type="text"],
form table tbody tr td input[type="password"],
form.custom-form select {
    padding: 3px;
    width: 240px;
    height: 11px;
    border: 1px solid;
    border-color: #7c7c7c #c3c3c3 #dddddd;
    background: #fff;
    color: #000;
    font: normal 10px/11px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

form.custom-form select {
    height: 19px;
    padding: 0 0 0 3px;
}

form.custom-form textarea,
form table tbody tr td textarea {
    padding: 3px;
    border: 1px solid;
    border-color: #7c7c7c #c3c3c3 #dddddd;
    background: #fff;
    color: #000;
    font: normal 10px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

form.custom-form textarea {
    vertical-align: text-top;
}

form table tbody tr td input[type="text"].alert,
form table tbody tr td input[type="password"].alert,
form table tbody tr td textarea.alert {
    border-color: #a04040 #d28f8f #dfafaf;
    background: #f1dcdc;
}

form table tbody tr td div input[type="text"]#tel-prefix {
    margin-bottom: 18px;
    width: 49px;
}

form table tbody tr td div input[type="text"]#tel {
    margin-bottom: 18px;
    width: 165px;
}

form table tbody tr td div input[type="text"]#tel-prefix + span,
form table tbody tr td div input[type="text"]#tel + span {
    position: absolute;
    top: 23px;
    display: block;
    margin: 0 0 0 0;
    width: 40px;
    height: 12px;
    color: #525252;
    line-height: 12px;
}

form table tbody tr td div input[type="text"]#tel-prefix + span {
    left: 22px;
}

form table tbody tr td div input[type="text"]#tel + span {
    left: 82px;
}

/* Form Button ****************************************************************/
form table tbody tr td button {
    margin-top: 16px;
}

form table tbody tr td div.alert-message,
form table tbody tr td div.error-message {
    position: relative;
    left: 15px;
    float: left;
    display: none;
    margin: 16px 0 0;
    width: 200px;
    color: #b83838;
    font: normal 11px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    height: 26px;
}

form table tbody tr td div.error-message {
    display: block;
    width: 300px;
    line-height: 26px;
}

form table tbody tr td:first-child + td + td button,
form table tbody tr td:first-child + td + td button + div.alert-message,
form table tbody tr td:first-child + td + td div.alert-message + div.error-message{
    top: -5px;
    margin-top: 0;
}

/* Form Search ****************************************************************/
form.search {
    position: relative;
    left: -16px;
    overflow: hidden;
    margin: 0 0 8px;
    padding: 0;
}

form.search div.input {
    float: left;
    padding: 0 9px;
    background: url(/img/form-search.png) no-repeat left;
}

form.search input {
    display: block;
    padding: 6px 0 5px;
    width: 672px;
    height: 12px;
    color: #000;
    font: normal 12px/12px Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}

form.search button {
    float: left;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 23px;
    background: url(/img/form-search.png) no-repeat right;
    text-indent: -9999px;
    cursor: pointer;
}

*+html form.search button {
    position: relative;
    top: 1px;
}

.expert_comments {}
.expert_comments p{
}

.expert_comments img {
	margin-right:20px;
	max-width: 150px;
}