@charset "utf-8";
/* CSS Document */

/* Global Reset */
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, tt, var,
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-weight: inherit;
	font-size: 13px;
	font-style: inherit;
	font-family: Tahoma, Arial;
	vertical-align: baseline;
	text-indent: 0;
}

body {
    background: url(../img/content_bg.jpg) top center repeat-y #0074ca;
}

#header-wrapper {
    width: 100%;
    height: 134px;
    background: url(../img/header_bg.png) top left repeat-x #000;
}

#header {
    width: 1004px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    height: 134px;
}

#header .logo {
    width: 173px;
    height: 184px;
    position: absolute;
    top: 0;
    left: -110px;
}

#header .advertisement {
    top: 10px;
    left: 225px;
    position: absolute;
    height: 114px;
    width: 740px;
}

#header .advertisement p {
    font-size: 10px;
    color: #7cd5f5;
    text-indent: 10px;
}

#header .advertisement p a {
    font-size: 10px;
    color: #7cd5f5;
    text-decoration: none;
}

#header .advertisement p a:hover {
    text-decoration: underline;
}

#header .advertisement .background {
    top: 12px;
    left: 0px;
    position: absolute;
    height: 104px;
    width: 742px;
    background: url(../img/header_banner_ad_bg_bottom.png) top left no-repeat;
}

#header .advertisement .ad {
    top: 15px;
    left: 4px;
    position: absolute;
}

#content-wrapper {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 750;
}

#login {
    width: 1004px;
    margin: 0 auto 23px auto;
}

#login .login-panel {
    width: 730px;
    height: 80px;
    margin: 0 0 0 230px;
    position: relative;
}

#login .login-panel .current-date {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    color: #00257d;
    font-size: 14px;
    line-height: 18px;
    top: 13px;
    left: 20px;
    width: 250px;
}

#login .login-panel .current-date .date {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

#login .login-panel .login-bar {
    width: 730px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#login .login-panel .login-bar .bar-start {
    width: 13px;
    height: 38px;
    background: url(../img/grey_bar_end_over.png) top left no-repeat;
    float: left;
}

#login .login-panel .login-bar .bar {
    width: 717px;
    height: 38px;
    background: url(../img/login_bar_bg.png) top left repeat-x;
    float: left;
    text-align: right;
    position: relative;
}

#login .login-panel .login-bar .bar form {
    height: 25px;
    position: absolute;
    top: 7px;
    right: 8px;
}

#login .login-panel .login-bar .bar form fieldset {
    margin: 0;
    padding: 0;
}

#login .login-panel .login-bar .bar form .submitBtn {
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: url(../img/login_submit.png) top left no-repeat;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#login .login-panel .login-bar .bar form a {
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: -7px;
    line-height: 12px;
    height: 12px;
    padding: 13px 10px;
    display: block;
    width: 130px;
    text-align: center;
    right: 409px;
    background: url(../img/login_btn_bg.png) top left repeat-x;
    text-decoration: none;
}

#login .login-panel .login-bar .bar form a .bar-start {
    width: 13px;
    height: 38px;
    background: url(../img/grey_bar_end.png) top left no-repeat;
    position: absolute;
    top: 0px;
    left: -12px;
    display: none;
}

#login .login-panel .login-bar .bar form a:hover .bar-start {
    display: block;
}

#login .login-panel .login-bar .bar form a.second {
    right: 560px;
}

#login .login-panel .login-bar .bar form a:hover {
    background: url(../img/login_btn_bg_over.png) top left repeat-x;

}

#login .login-panel .login-bar .bar form .textInput {
    width: 168px;
    height: 12px;
    border: none;
    padding: 6px 6px 7px 6px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    
    position: absolute;
    top: 0;
    right: 35px;
}

#login .login-panel .login-bar .bar form .textInput2 {
    width: 168px;
    height: 12px;
    border: none;
    padding: 6px 6px 7px 6px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    
    position: absolute;
    top: 0;
    right: 220px;
}

#login .login-panel .small-menu {
    position: absolute;
    top: 10px;
    right: 0;
}

#login .login-panel .small-menu ul {
    list-style-type: none;
}

#login .login-panel .small-menu ul li {
    float: left;
    margin-left: 1px;
}

#login .login-panel .small-menu ul li a {
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    line-height: 12px;
    display: block;
    text-decoration: none;
    float: left;
    background: url(../img/small_menu_bg.png) top left repeat-x #000;
    position: relative;
}

#login .login-panel .small-menu ul li a .bar-start {
    width: 13px;
    height: 32px;
    background: url(../img/small_menu_start.png) top left no-repeat;
    position: absolute;
    top: 0px;
    left: -6px;
}

#login .login-panel .small-menu ul li a:hover .bar-start {
    background: url(../img/small_menu_start_over.png) top left no-repeat;
}

#login .login-panel .small-menu ul li a:hover {
    background: url(../img/small_menu_bg_over.png) top left repeat-x #000;
}

#login .login-panel .small-menu-down {
    position: absolute;
    bottom: 3px;
    right: 0;
}

#login .login-panel .small-menu-down ul {
    list-style-type: none;
}

#login .login-panel .small-menu-down ul li {
    float: left;
    margin-left: 1px;
}

#login .login-panel .small-menu-down ul li a {
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    line-height: 12px;
    display: block;
    text-decoration: none;
    float: left;
    background: url(../img/small_menu_bg.png) top left repeat-x #000;
    position: relative;
}

#login .login-panel .small-menu-down ul li a .bar-start {
    width: 13px;
    height: 32px;
    background: url(../img/small_menu_start.png) top left no-repeat;
    position: absolute;
    top: 0px;
    left: -6px;
}

#login .login-panel .small-menu-down ul li a:hover .bar-start {
    background: url(../img/small_menu_start_over.png) top left no-repeat;
}

#login .login-panel .small-menu-down ul li a:hover {
    background: url(../img/small_menu_bg_over.png) top left repeat-x #000;
}

#content {
    width: 1004px;
    margin: 0 auto;
    padding: 0px 0 0 0;
    position: relative;
}

#content .content-shadow {
    width: 1136px;
    background: url(../img/content_shadow.png) top left repeat-y;
    position: absolute;
    left: -66px;
}

#content .content-shadow-top {
    width: 1134px;
    height: 65px;
    background: url(../img/content_shadow_top.png) top left no-repeat;
    position: absolute;
    left: -65px;
}

#content .content-area {
    width: 964px;
    background: url(../img/content_area_bg.jpg) bottom left no-repeat #fff;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
}

#content .content-area .left-panel {
    width: 645px;
    float: left;
}

#content .content-area .left-panel .purple-bar-section {
    width: 645px;
    clear: both;
    margin: 5px 0;
}

#content .content-area .left-panel .purple-bar-section .title {
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    height: 34px;
    width: 565px;
    padding: 10px 40px;
    background: url(../img/purple_bar.png) top center no-repeat;
    color: #fff;
    z-index: 100;
}

#content .content-area .left-panel .black-bar-section {
    width: 645px;
    clear: both;
    margin: 5px 0;
}

#content .content-area .left-panel .black-bar-section .small-black {
    width: 305px;
}

#content .content-area .left-panel .black-bar-section .title-edge {
    position: absolute;
    top: 0;
    width: 13px;
    height: 38px;
}

#content .content-area .left-panel .black-bar-section .left {
    float: left;
    margin-left: 8px;
}

#content .content-area .left-panel .black-bar-section .left .title-edge {
    left: 0;
    background: url(../img/grey_bar_left_bg.png) top left no-repeat;
}

#content .content-area .left-panel .black-bar-section .right {
    float: right;
    margin-right: 9px;
}

#content .content-area .left-panel .black-bar-section .right .title-edge {
    right: 0;
    background: url(../img/grey_bar_right_bg.png) top left no-repeat;
}

#content .content-area .left-panel .black-bar-section .small-black .title {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 265px;
    position: relative;
    padding: 11px 20px;
    background: url(../img/grey_bar_bg.png) top left repeat-x;
    color: #fff;
    z-index: 100;
}

#content .content-area .left-panel .black-bar-section .small-black .info {
    width: 305px;
    position: relative;
    background: url(../img/blue_gradient_bg.png) top left no-repeat #0076cb;
}

#content .content-area .left-panel .blue-bar-section {
    width: 645px;
    clear: both;
    padding: 5px 0;
}

#content .content-area .left-panel .blue-bar-section .title {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    width: 587px;
    position: relative;
    left: -1px;
    padding: 19px 30px;
    background: url(../img/content_area_title_bar_long_bg.png) top left no-repeat;
    color: #fff;
    z-index: 100;
}

#content .content-area .left-panel .blue-bar-section .title a, #content .content-area .left-panel .blue-bar-section .title a:visited {
	color: #fff;
	text-decoration: none;
}

#content .content-area .left-panel .blue-bar-section .title a:hover {
	color: #fff;
	text-decoration: underline;
}

#content .content-area .left-panel .blue-bar-section .info {
    width: 607px;
    position: relative;
    z-index: 10;
    padding: 27px 9px 1px 9px;
    background: #01ace4;
    margin: -20px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

#content .content-area .left-panel .blue-bar-section .info-end {
    height: 14px;
    width: 625px;
    background: url(../img/info_end_bg.png) top left no-repeat;
    position: relative;
    top: -0px;
    margin: 0 auto;
}

#content .content-area .left-panel .blue-bar-section .small-blue {
    width: 300px;
}

#content .content-area .left-panel .blue-bar-section .left {
    float: left;
    margin-left: 8px;
}

#content .content-area .left-panel .blue-bar-section .right {
    float: right;
    margin-right: 9px;
}

#content .content-area .left-panel .blue-bar-section .small-blue .title {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    width: 264px;
    position: relative;
    left: -9px;
    padding: 19px 30px;
    background: url(../img/content_area_title_bar_short_bg.png) top left no-repeat;
    color: #fff;
    z-index: 100;
}

#content .content-area .left-panel .blue-bar-section .small-blue .info {
    width: 287px;
    position: relative;
    margin-top: -20px;
    padding: 27px 9px 1px 9px;
    background: #01ace4;
}

#content .content-area .left-panel .blue-bar-section .small-blue .info-end {
    height: 12px;
    width: 305px;
    background: url(../img/info_end_short_bg.png) top left no-repeat;
    position: relative;
    top: -0px;
}


#content .content-area .right-panel {
    width: 300px;
    float: right;
}

#content .content-area .right-panel .blue-bar-section {
    width: 300px;
}

#content .content-area .right-panel .blue-bar-section .title {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 314px;
    position: relative;
    left: -7px;
    padding: 18px 0;
    text-align: center;
    background: url(../img/right_side_category_title_bar_bg.png) top left no-repeat;
    color: #fff;
    z-index: 100;
}

#content .content-area .right-panel .blue-bar-section .title-with-name {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    height: 28px;
    width: 314px;
    position: relative;
    left: -7px;
    padding: 18px 0 16px 0;
    text-align: center;
    background: url(../img/right_side_category_title_name_bar_bg.png) top left no-repeat;
    color: #fff;
    z-index: 100;
}

#content .content-area .right-panel .blue-bar-section .title-with-name .small-text {
    font-size: 12px;
    line-height: 16px;
font-weight: normal;
}


#content .content-area .right-panel .blue-bar-section .info {
    width: 298px;
    position: relative;
    z-index: 10;
    top: -7px;
    margin: 0 auto;
}

#content .content-area .right-panel .ad {
    width: 290px !important;
    padding: 4px;
    background: url(../img/ad_bg.png) top left repeat-x #0076cb;
    top: -8px !important;
    margin: 0 auto;
    text-align: center;
}

#content .content-area .right-panel .info .small-ad {
    width: 130px;
    padding: 4px;
    background: url(../img/ad_bg.png) top left repeat-x #0076cb;
    margin: 3px auto;
    text-align: center;
}

#content .content-area .right-panel .info .small-ad-spacer {
    width: 298px;
    height: 20px;
}

#content .content-area .right-panel .info .float-left {
    float: left;
}

#content .content-area .right-panel .info .float-right {
    float: right;
}

#footer-wrapper {
    width: 100%;
    padding-bottom: 70px;
}

#footer {
    width: 1004px;
    height: 65px;
    position: relative;
    margin: 0 auto;
}

#footer .background {
    width: 1004px;
    height: 65px;
    background: url(../img/footer_bg.png) top left no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
}

#footer .shadow {
    width: 1134px;
    height: 120px;
    background: url(../img/footer_shadow.png) top left no-repeat;
    position: absolute;
    top: 0;
    left: -65px;
}

.slip {
    padding: 8px 4px 8px 4px;
    border: 1px solid #000;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.slip-image {
	float: left;
	display: inline;
}

.slip-image img {
	border: 1px solid #dedfdf;
	padding: 4px;
}

.slip-text {
	float: left;
	display: inline;
	padding-left: 10px;
	font-size: 12px;
}

.slip-text a, .slip-text a:visited, .info a, .info a:visited {
	text-decoration: none;
	color: #8a0ba1;
}

.slip-text a:hover, .info a:hover {
	text-decoration: underline;
}

.slip-title {
	padding-bottom: 3px;
	font-weight: bold;
	padding-left: 5px;
	font-size:14px;
	/*color: #007fce;*/
	color: #000;
}

.slip-large {
	font-size:12px;
}

.slip-blue {
	/*color: #007fce;*/
	color: #000;
	font-weight: bold;
}

.image-panel {
    width: 200px;
    float: left;
}

.info-panel {
    width: 370px;
    float: left;
    margin-left: 10px;
}

.long-gallery {
    width: 580px;
    margin: 0 auto;
}

.short-gallery {
    width: 250px;
    margin: 0 auto;
}

.short-more-link-a {
    margin: 0 auto;
    padding: 6px;
    text-align: right;
    font-size: 12px;
    height: 16px;
}

.short-more-link-a a, .short-more-link-a a:visited {
    padding: 3px 20px;
    background: #fff;
    border: 1px solid #007fce;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    font-family: Tahoma;
    text-decoration: none;
    color: #007fce !important;
}

.short-more-link-a a:hover {
    background: #007fce;
    color: #fff !important;
    text-decoration: none;
}

.short-more-link {
    width: 238px;
    margin: 0 auto;
    padding: 6px;
    text-align: right;
    font-size: 12px;
    height: 16px;
}

.short-more-link a, .short-more-link a:visited {
    padding: 3px 20px;
    background: #fff;
    border: 1px solid #007fce;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    font-family: Tahoma;
    text-decoration: none;
    color: #007fce !important;
}

.short-more-link a:hover {
    background: #007fce;
    color: #fff !important;
    text-decoration: none;
}

.prev-link {
    width: 286px;
    margin: 0 auto;
    padding: 4px;
    text-align: left;
	float: left;
}

.prev-link a, .prev-link a:visited {
    padding: 3px 20px;
    background: #fff;
    border: 1px solid #007fce;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    font-family: Tahoma;
    text-decoration: none;
    color: #007fce;
    height: 10px;
}

.prev-link a:hover {
    background: #007fce;
    color: #fff;
    line-height: 10px;
    height: 10px;
    text-decoration: none;
}

.next-link {
    width: 286px;
    margin: 0 auto;
    padding: 4px;
    text-align: right;
	float: right;
}

.next-link a, .next-link a:visited {
    padding: 3px 20px;
    background: #fff;
    border: 1px solid #007fce;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    font-family: Tahoma;
    text-decoration: none;
    color: #007fce;
    height: 10px;
}

.next-link a:hover {
    background: #007fce;
    color: #fff;
    line-height: 10px;
    height: 10px;
    text-decoration: none;
}


.more-link {
    width: 572px;
    margin: 0 auto;
    padding: 4px;
    text-align: right;
}

.more-link a, .more-link a:visited {
    padding: 3px 20px;
    background: #fff;
    border: 1px solid #007fce;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    font-family: Tahoma;
    text-decoration: none;
    color: #007fce;
    height: 10px;
}

.more-link a:hover {
    background: #007fce;
    color: #fff;
    line-height: 10px;
    height: 10px;
    text-decoration: none;
}

.photo-item {
    border: 1px solid #b2b2b2;
    padding: 3px;
    width: 105px;
    margin: 0 6px 12px 6px; 
    float: left;
}

.long-gallery-item {
    width: 108px;
    margin: 0 4px 8px 4px;
    float: left;
    font-size: 10px;
    color: #fff;
    line-height: 12px;
    font-size: Arial, Helvetica, sans-serif;
    text-align: center;
}

.long-gallery-item img {
    border: 1px solid #b2b2b2;
    padding: 3px;
}

.long-gallery-item2 {
    width: 108px;
    float: left;
    font-size: 10px;
    color: #fff;
    line-height: 12px;
    font-size: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 3px;
}

.long-gallery-item2 img {
    border: 1px solid #b2b2b2;
    padding: 3px;
}

.long-gallery-short {
    width: 280px;
    margin: 10px auto;
}

.long-gallery-item-short {
    width: 60px;
    margin: 0 4px 8px 4px;
    float: left;
    font-size: 10px;
    color: #007fce;
    line-height: 12px;
    font-size: Arial, Helvetica, sans-serif;
    text-align: center;

}

.long-gallery-item-short img {
    border: 1px solid #b2b2b2;
    padding: 3px;
}

.tall-gallery-item {
    padding: 8px 4px 8px 4px;
    width: 265px;
    float: left;
    border: 1px solid #000;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tall-gallery-item img {
    border: 1px solid #b2b2b2;
    padding: 3px;
    float: left;
    margin-left: 5px;
}

.tall-gallery-item .slip-text, .horizontal-item .slip-text {
	width: 140px;
}

.tall-gallery {
    width: 580px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.left-gallery-panel {
    width: 285px;
    float: left;
    clear: none;
}

.horizontal-item {
    float: left;
    clear: both;
    padding: 8px 4px 8px 4px;
    border: 1px solid #b2b2b2;
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 10px;
    width:275px;
}

.horizontal-item img {
    border: 1px solid #dedfdf;
    padding: 3px;
    float: left;
    clear: left;
}

#copyright {
    position: absolute;
    top: 25px;
    left: 50px;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#copyright img {
    vertical-align: middle;
    margin-right: 15px;
}

#copyright a {
    margin: 0 5px;
    color: #30abe0;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

.bg-decoration {
    background: url(../img/bg_decoration.png) top left no-repeat;
    position: absolute;
    width: 803px;
    height: 573px;
    top: 134px;
    left: -290px;
}

.tall-gallery-icons {
    padding: 0;
    width: 281px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.left-title {
    width: 280px;
    display: block;
    float: left;
}

.right-title {
    width: 180px;
    display: block;
    float: left;
    padding-left: 10px;
}

.comment-title, .comments {
    width: 560px;
    margin: 0 auto;
}

.leave-comment {
    width: 460px;
    margin: 0 auto;
}

.comment-title p {
    color: #fff;
    font-size: Tahoma;
    font-size: 20px;
    padding: 19px 0;
    float: left;
    width: 400px;
font-weight: bold;
}

.comment-title img {
    margin-right: 20px;
}

.comments
{
    clear: both;
    padding-top: 20px;
}

.comment {
    clear: both;
    margin-bottom: 20px;
    float: left;
}

.comment .comment-icon {
    padding: 8px 9px 8px 8px;
    background: url(../img/comment_photo_bg.png) top left no-repeat;
    width: 52px;
    height: 52px;
    float: left;
    margin-right: 10px;
}

.comment .comment-area {
    width: 457px;
    float: left;
}

.comment .comment-area .comment-top {
    width: 457px;
    height: 17px;
    background: url(../img/comment_bg_top.png) top left no-repeat;
    overflow: hidden;
}

.comment .comment-area .comment-bottom {
    width: 457px;
    height: 14px;
    background: url(../img/comment_bg_bottom.png) top left no-repeat;
    overflow: hidden;
}

.comment .comment-area .comment-middle {
    width: 400px;
    background: url(../img/comment_bg_repeat.png) top left repeat-y;
    position: relative;
    padding-left: 40px;
    padding-right: 17px;
}

.comment .comment-area .comment-middle .comment-arrow {
    width: 457px;
    background: url(../img/comment_bg_arrow.png) top left no-repeat;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.comment .comment-area .comment-middle p {
    position: relative;
    font-size: 12px;
    font-size: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}

.comment .comment-area .comment-middle p.name {
    font-size: 14px;
    color: #007fce;
    font-style: italic;
    font-weight: bold;
}

.comment .comment-area .comment-middle p.comment-text {
    font-size: 12px;
    color: #000;
    line-height: 16px;
}

.comment .comment-area .date {
    font-size: 10px;
    color: #828587;
    line-height: 14px;
    font-size: Arial, Helvetica, sans-serif;
    text-align: right;
    padding-right: 15px;
}

.leave-comment {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}

.leave-comment .field-title {
    vertical-align: top;
    font-size: 14px;
    color: #007fce;
    line-height: 18px;
    font-size: Arial, Helvetica, sans-serif;
    width: 146px;
    text-align: right;
    font-weight: bold;
    padding-top: 6px;
    padding-right: 12px;
}

.leave-comment .field-text {
    width: 302px;
    padding: 12px;
    background: url(../img/comment_add_bg_repeat.png) top left repeat-y;
    position: relative;
    display: block;
}

.leave-comment .field-text .enter-top {
    position: absolute;
    width: 302px;
    top: 0;
    left: 0;
    height: 11px;
    background: url(../img/comment_add_bg_top.png) top left no-repeat;
}

.leave-comment .field-text .enter-bottom {
    position: absolute;
    width: 302px;
    bottom: 0;
    left: 0;
    height: 11px;
    background: url(../img/comment_add_bg_bottom.png) top left no-repeat;
}

.leave-comment .field-text textarea {
    width: 278px;
    height: 100px;
    max-height: 100px;
    border: none;
    background: none;
    max-width: 278px;
    position: relative;
    font-size: 12px;
    font-family: Verdana;
}

.leave-comment .field-text .submit {
    cursor: pointer;
    background: url(../img/comment_submit.png) top left no-repeat;
    width: 119px;
    height: 32px;
    border: none;
}

.profile-photo {
    width: 280px;
    float: left;
    margin-left: 10px;
    text-align: center;
	font-weight: bold;
	font-size:14px;
	color: #007fce;
}

.profile-photo img {
    border: 1px solid #dedfdf;
    padding: 3px;
    margin-bottom: 10px;
}

.profile-info {
    width: 250px;
    float: left;
    margin-left: 10px;
    padding-left: 30px;
}

.profile-info .slip-text {
	float: left;
	display: inline;
	padding-left: 0px;
}

.profile-link {
    width: 280px;
}

.profile-link a, .profile-link a:visited {
    padding: 6px 20px;
    background: #fff;
    border: 1px solid #007fce;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    font-family: Tahoma;
    text-decoration: none;
    color: #007fce;
    height: 10px;
    clear: both;
    display: block;
    width: 75px;
    text-align: center;
}

.profile-link a:hover {
    background: #007fce;
    color: #fff;
    line-height: 10px;
    height: 10px;
    text-decoration: none;
}

.adhere {
    width: 300px;
    text-align: center;
    margin-bottom: 5px;
}

.adhere a {
    font-size: 10px;
    color: #007fce;
    text-decoration: none;
}

.adhere a:hover {
    text-decoration: underline;
}

.advertisement2 {
    position: relative;
    margin: 0 auto;
    top: 75px;
    left: 0;
    padding-bottom: 20px;
    height: 114px;
    width: 740px;
}

.advertisement2 p {
    font-size: 10px;
    color: #315360;
    text-indent: 10px;
}

.advertisement2 p a {
    font-size: 10px;
    color: #315360;
    text-decoration: none;
}

.advertisement2 p a:hover {
    text-decoration: underline;
}

.advertisement2 .background {
    top: 12px;
    left: 0px;
    position: absolute;
    height: 104px;
    width: 742px;
    background: url(../img/header_banner_ad_bg_bottom.png) top left no-repeat;
}

.advertisement2 .ad {
    top: 15px;
    left: 4px;
    position: absolute;
}

.media-player {
	position: absolute;
	display: block;
	height: 36px;
	width: 85px;
	background: url(../img/Listennow_btn.png) top left no-repeat;
	left: -90px;
	top: 40px;
}

.new_banner_ad {
	   width: 596px;
    position: relative;
    z-index: 10;
    padding: 27px 9px 9px 20px;
    background: #01ace4;
    margin: -20px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
}