/*/*
Template Name: Yellow Blog
Template URI: http://www.wpfreeware.com/yellow-blog/
Author: WpFreeware
Author URI: http://www.wpfreeware.com
Description: A Pro bloging responsive website template
Version: 1.0 
License: GPL 2.0 or Later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
@font-face {
    font-family: 'bnazanb';
    src:url('/content/Font/bnazanb.eot?#') format('eot'),    
        url('/content/Font/bnazanb.woff') format('woff'),
        url('/content/Font/bnazanb.ttf') format('truetype'); 
}

* {
    margin: 0;
    padding: 0;
}
input{
    font-family: bnazanb; 

}
body {
    background: url("Images/body_top_bg.png") repeat-x scroll center top #fff;
    font-family: bnazanb;
    font-size: 14px;
    line-height: 20px;
    direction: rtl;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

input[type=text], input[type=password], input[type=submit] {
    border: 1px solid #ddd;
    padding: 5px;
    outline: 0;
    box-shadow: inset 0px 0px 50px 0px #999999;
    -webkit-box-shadow: inset 0px 0px 50px 0px #999999;
    -moz-box-shadow: inset 0px 0px 50px 0px #999999;
    -o-box-shadow: inset 0px 0px 50px 0px #999999;
    height: 25px;
    margin: 2px;
    width: 250px;
}

textarea {
    border: 1px solid #ddd;
    padding: 5px;
    outline: 0;
    margin: 2px;
    box-shadow: inset 0px 0px 50px 0px #999999;
    -webkit-box-shadow: inset 0px 0px 50px 0px #999999;
    -moz-box-shadow: inset 0px 0px 50px 0px #999999;
    -o-box-shadow: inset 0px 0px 50px 0px #999999;
    height: 100px;
    width: 250px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 15px;
    font-family: bnazanb;
}

h2 {
    font-size: 20px;
    line-height: 30px;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.wrapper {
    width: 1020px;
    display: block;
    margin: 0 auto;
}

.clearfix {
    overflow: hidden;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#selectnav1 {
    display: none;
}
/* home page style */
#header_area {

}

#content_area {
    padding-top: 25px;
}

#footer_top_area {
    background: none repeat scroll 0 0 #171716;
    margin-top: 25px;
    padding: 20px 0;
    border-top: 5px solid #FFD500;
}

#footer_bottom_area {
    padding: 15px 0px;
    background: #222;
}

.header {
  /* background: url("Images/header_bg3.png") repeat-x scroll 0 0 ;*/
    background-color: #2B405A;
}

.header_top {
    padding: 15px 0;
}

.logo {
    margin-left: 10px;
}

.logo a {
}

.logo a h1 {
    color: #fff;
    font-family: bnazanb;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

.logo a h1 span {
    color: #ffd500;
}

.search {
    background: none repeat scroll 0 0 #2c2c2b;
    border: 1px solid #595957;
    padding: 5px;
    margin-right: 10px;
}

.search input[type="text"] {
    background: none;
    border: none;
    outline: 0;
    color: #999;
    width: 200px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    direction: rtl;
    float: right;
    height: 15px;
}

.search input[type="button"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("Images/search.png") no-repeat scroll 5px 0px rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #595957;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium 1px;
    cursor: pointer;
    height: 22px;
    padding-left: 5px;
    text-indent: -99999px;
    width: 33px;
}

.header_bottom {
    background: none repeat scroll 0 0 #ffd500;
    min-height: 30px;
    padding: 10px;
}
/* dropdown menu*/
.header_bottom ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.header_bottom ul li {
    float: right;
    position: relative;
}

.header_bottom ul li a {
    display: block;
    font-family: bnazanb;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: bold;
}

.header_bottom ul li a:hover {
    background: #f5f5f5 url(Images/menu_item.png) no-repeat scroll left center;
    -webkit-transition: background 3ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}
/* dropdown menu 2nd level*/
#dropdown {
    background: url("Images/down.png") no-repeat scroll right 8px rgba(0, 0, 0, 0);
    padding-right: 2px;
}

.header_bottom ul li ul {
    background: none repeat scroll 0 0 #FFD500;
    right: -99999px;
    position: absolute;
    z-index: 1000;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
}

.header_bottom ul li:hover ul {
    right: 0px;
    top: 30px;
}

.header_bottom ul li ul li {
    width: 200px;
    border-bottom: 1px solid #ddd;
}

.header_bottom ul li ul li:last-child {
    border-bottom: 0px;
}

.header_bottom ul li ul li a {
    padding: 10px;
}

.header_bottom ul ul li a:hover {
    background: #f5f5f5 url(Images/menu_item.png) no-repeat scroll left center;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
    padding-left: 15px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
}


.main_content_area {
}

.main_content {
    width: 690px;
    margin-right: 10px;
}

.slider {
    background: url("Images/slider_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 35px;
    padding: 5px;
}

.content {
}

.content_title {
    background: url("Images/latest_post_bg3.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 73px;
    margin-bottom: 15px;
}

.content_title h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding: 8px;
    text-transform: uppercase;
}

.single_content {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #E7E7E7;
}

.single_content:last-child {
    border-bottom: none;
}

.post_date {
    background: none repeat scroll 0 0 #c3c3c3;
    margin-right: 10px;
    padding: 5px;
}

.post_date .date {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.post_date h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.post_date p {
    font-size: 14px;
    font-family: bnazanb;
}

.post_detail {
}

.post_detail > a {
    background: url("Images/nav_right.png") no-repeat scroll 6px 4px #ffd500;
    display: block;
    font-family: bnazanb;
    margin-top: 10px;
    padding: 5px 10px;
    width: 140px;
    float: left!important;
}

.post_detail > a:hover {
    font-family: bnazanb;
}
.post_detail h2 a {
    font-size: 25px;
    line-height: 30px;
    text-shadow: 2px 2px 3px #999;
    padding-right: 10px
}
.post_detail h2 {
    font-size: 20px;
    margin-bottom: 10px;
}



.post-meta {
    margin-bottom: 25px;
}

.post-meta p {
}

.post-meta p span {
    background: none repeat scroll 0 0 #ecebeb;
    color: #999;
    padding: 5px 14px;
}

.post-meta p span i {
    color: #A09E9E;
}

.post_excerpt {
}
#StatnewsTopic{
    float: right;
}
#divimgnew{
    float: left;
}
#StatNewsd2{
    max-width: 334px;
    float: left;
    min-width: 300px;
}
.post_excerpt img {
    float: left;
    margin-right: 10px;
    width: 220px;
    height: 150px;
}

.post_excerpt p {
    padding-right: 10px
}

.pagination {
    margin-bottom: 15px;
}

.pagination ul {
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    margin-right: 3px;
}

.pagination ul li a {
    background: none repeat scroll 0 0 #e7e7e7;
    color: #999;
    padding: 5px 8px;
}

.pagination ul li a:hover {
    background: #464646;
    color: #fff;
}

.sidebar_container {
    background: none repeat scroll 0 0 #fff;
    width: 300px;
    min-height: 400px;
}

.newsletter {
    padding: 10px;
    border-bottom: 3px solid #ddd;
    margin-bottom: 25px;
}

.newsletter > h2, .newsletter > h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.newsletter input[type=text] {
    margin-bottom: 15px;
}

.newsletter input[type=email] {
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 5px;
    width: 257px;
    margin-bottom: 15px;
    box-shadow: inset 0px 0px 50px 0px #999999;
    -webkit-box-shadow: inset 0px 0px 50px 0px #999999;
    -moz-box-shadow: inset 0px 0px 50px 0px #999999;
    -o-box-shadow: inset 0px 0px 50px 0px #999999;
}

.newsletter input[type=button] {
    background: url("Images/nav_right.png") no-repeat scroll 90px 6px #ffd500;
    border: medium none;
    font-family: bnazanb;
    font-size: 14px;
    padding: 8px;
    border: solid 1px #CCC;
    text-transform: uppercase;
    width: 120px;
    cursor: pointer;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
    vertical-align: top;
}

.newsletter input[type=button]:hover {
    background-color: #ff9400;
}

.sidebar {
}

.single_sidebar > h2 {
}

.single_sidebar {
    background: url("Images/slider_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    margin-bottom: 25px;
}

.sidebar_title {
    background: url("Images/title_down.png") no-repeat scroll 12px 45px rgba(0, 0, 0, 0);
    height: 73px;
    margin-bottom: 15px;
    transform: scaleX(-1);
}

.sidebar_title > h2 {
    background: none repeat scroll 0 0 #2B405A;
    color: #fff;
    font-size: 18px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 100%;
    transform: scaleX(-1);
}

/*popular post*/
.single_sidebar .popular_post ul {
}

.single_sidebar .popular_post ul li {
}

.single_sidebar .popular_post ul li a {
    display: block;
    background: #fff;
    padding: 3px;
    margin-bottom: 3px;
    font-size: 16px;
    font-family: bnazanb;
    box-shadow: 1px 4px 3px -2px #DDDDDD;
    -webkit-box-shadow: 1px 4px 3px -2px #DDDDDD;
    -moz-box-shadow: 1px 4px 3px -2px #DDDDDD;
    -o-box-shadow: 1px 4px 3px -2px #DDDDDD;
}

.single_sidebar .popular_post ul li a:hover {
    background: #FFD500;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}

/*Category*/
.single_sidebar .cat-item {
    background: none repeat scroll 0 0 #454545;
    color: #ffd500;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-align: right;
}

.single_sidebar .cat-item a {
    color: #ddd;
    display: inline-block;
    font-weight: normal;
    width: 80%;
    text-align: left;
    float: left;
}

.single_sidebar .cat-item a:hover {
    color: #000;
    text-decoration: none;
}

.single_sidebar .cat-item:hover {
    color: #000;
    background: #FFD500;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}

/*default sidebar list item*/
.single_sidebar > ul {
}

.single_sidebar > ul li {
    margin-bottom: 3px;
    padding: 3px;
    background: #fff;
}

.single_sidebar > ul li a {
}

.single_sidebar > ul li a:hover {
    text-decoration: underline;
}

.footer_top {
}

.footer_top_container {
    margin-left: -20px;
}

.single_footer_top {
    color: #999;
    margin-left: 20px;
    width: 326px;
}

.single_footer_top h2 {
    color: #FFD500;
}

.single_footer_top a {
    color: #ddd;
}

.single_footer_top ul {
}

.single_footer_top ul li {
}

.single_footer_top ul li a {
    background: none repeat scroll 0 0 #000;
    color: #ddd;
    display: block;
    margin-bottom: 5px;
    padding: 8px;
    font-family: bnazanb;
}

.single_footer_top ul li a:hover {
    background: #FFD500;
    color: #000;
}

.footer_bottom {
}

.copyright {
    font-family: bnazanb;
    margin-top: 8px;
}

.copyright p {
    color: #fff;
}

.copyright a {
    color: #ffd500;
    transition: all 1.3s ease 0s;
    -moz-transition: all 1.3s ease 0s;
    -webkit-transition: all 1.3s ease 0s;
    -o-transition: all 1.3s ease 0s;
    -ms-transition: all 1.3s ease 0s;
}

.copyright a:hover {
    color: #ff9400;
}

.social {
}

.social ul {
}

.social ul li {
    float: left;
}

.social ul li a {
    color: #fff;
    display: block;
    font-size: 25px;
    padding: 5px;
}

.social ul li a:hover {
    color: #FFD500;
}

/* Single page style */

.content h1 {
    font-size: 25px;
    line-height: 30px;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    font-size: 16px;
}

.rectangle_large {
    width: 336px;
    height: 280px;
    box-shadow: 1px 1px 13px -2px #DDDDDD;
    -webkit-box-shadow: 1px 1px 13px -2px #DDDDDD;
    -moz-box-shadow: 1px 1px 13px -2px #DDDDDD;
    -o-box-shadow: 1px 1px 13px -2px #DDDDDD;
    display: block;
}

.rectangle_medium {
    width: 300px;
    height: 250px;
    box-shadow: 1px 1px 13px -2px #DDDDDD;
    -webkit-box-shadow: 1px 1px 13px -2px #DDDDDD;
    -moz-box-shadow: 1px 1px 13px -2px #DDDDDD;
    -o-box-shadow: 1px 1px 13px -2px #DDDDDD;
    display: block;
}

blockquote {
    border-left: 3px solid #ffd500;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: 10px;
    padding: 10px;
    background: #f5f5f5;
}

.more_post_container {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #ddd;
    padding: 10px;
}

.more_post_container h2 {
    border-left: 5px solid #ffd500;
    margin-bottom: 0;
    padding: 5px;
}

.more_post {
    background: none repeat scroll 0 0 #f5f5f5;
    border-left: 5px solid #ddd;
    padding: 10px 5px;
}

.more_post a {
    display: block;
    margin-bottom: 2px;
    color: #000;
}

.more_post a:hover {
    color: #FFD500;
    font-weight: bold;
}

.advertisement_container {
}

.advertisement {
}

.content ul {
    margin-left: 30px;
}

.content ul li {
    margin-bottom: 5px;
    color: #222;
}

.content ul li a {
    color: #222;
    display: block;
    padding: 5px;
}

.content ul li a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.btn {
    display: inline-block;
    padding: 8px 14px;
    background: #FFD500;
    border: solid 1px #CCC;
    cursor: pointer;
    margin: 15px 5px 15px 0px;
    font-family: bnazanb;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}

.btn:hover {
    background: #ff9400;
}

/*Related post */

.more_themes {
    margin-top: 50px;
    width: 100%;
}

.more_themes > h2 {
    background: url("Images/slider_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    margin-bottom: 30px;
    padding: 8px;
}

.more_themes h2 i {
    color: #ffd500;
}

.more_themes_container {
    margin-left: -15px;
}

.single_more_themes {
    margin-left: 15px;
    width: 220px;
    background: #FFD500;
    color: #fff;
    margin-bottom: 15px;
}

.single_more_themes img {
}

.single_more_themes a h2 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
}

/*Related post for work*/

.more_works {
    margin-top: 50px;
    width: 100%;
}

.more_works > h2 {
    background: none repeat scroll 0 0 #454545;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 8px;
    border-left: 5px solid #FFD500;
}

.more_works h2 i {
    color: #ffd500;
}

.more_works_container {
    margin-left: -15px;
}

.single_more_works {
    background: none repeat scroll 0 0 #222;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 220px;
}

.single_more_works img {
}

.single_more_works a h2 {
    color: #ffd500;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px;
}

/* work page style*/

.single_work_container {
    margin-left: -15px;
}

.single_work {
    float: left;
    margin-left: 15px;
    width: 337px;
    position: relative;
    margin-bottom: 15px;
    height: 190px;
    background: url(Images/work_bg.png) repeat scroll 0 0 #222;
}

.single_work:hover img.img_bottom {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    transition: all 1.3s ease 0s;
    -moz-transition: all 1.3s ease 0s;
    -webkit-transition: all 1.3s ease 0s;
    -o-transition: all 1.3s ease 0s;
    -ms-transition: all 1.3s ease 0s;
}

.single_work:hover p.caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 5px;
}

.single_work img {
}

.single_work h2 {
    background: none repeat scroll 0 0 #ffd500;
    font-size: 16px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    font-size: 16px;
    font-family: bnazanb;
}

.work_pagination {
    width: 98%;
    margin-left: 15px;
}

.work_pagination .newer, .work_pagination .older {
    background: none repeat scroll 0 0 #454545;
    color: #ffd500;
    display: block;
    font-family: bnazanb;
    padding: 10px;
}

.work_pagination .newer:hover, .work_pagination .older:hover {
    background: #222;
}

/* single work page style */
.single_work_page {
    background: #f5f5f5;
}

.work_single_page_feature {
}

.work_single_page_feature img {
}

.work_meta {
    background: none repeat scroll 0 0 #ddd;
    padding: 20px;
}

.work_meta p {
    font-family: bnazanb;
}

.work_meta p span {
    display: inline-block;
    font-family: bnazanb;
    margin-right: 15px;
}

.work_meta a {
    font-family: bnazanb;
}

.single_work_page_content {
    padding: 10px;
}

/* contact page style */

.contact_us {
}

.wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-textarea:focus {
    box-shadow: 0.1px 0.1px 5px 1px #ddd !important;
    transition: all 0.5s ease-in-out 0s !important;
}

.contact_us form {
    margin-left: 30px;
    margin-top: 25px;
}

.contact_us form p {
    margin-bottom: 10px;
}

.contact_us form input.wpcf7-text {
    width: 45%;
    height: 30px;
}

.contact_us form input.wpcf7-email {
    width: 45%;
    height: 30px;
}

.contact_us form textarea.wpcf7-textarea {
    height: 150px;
    width: 70%;
}

.contact_us form input.wpcf7-submit {
    background: #222222;
    border: medium none;
    color: #FFD500;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 40px;
    font-family: bnazanb;
}

.contact_us form input.wpcf7-submit:hover {
    background: #FFD500;
    color: #000;
}


#btn_refresh_nscaptcha, #btn_refresh_captcha {
    cursor: pointer;
    font-size: 35px;
    color: #808080;
}

#btn_refresh_nscaptcha:hover, #btn_refresh_captcha:hover {
    color: #ffd500;
}


.err {
    color: red;
}

.ok {
    color: green;
}

.small-loading {
    width: 25px;
    height: 25px;
}

#footer_top_area img {
    width: 96%;
    height: 160px;
    margin: 0px 2% 0px 2%;
}

.no-data {
    text-align: center;
    font-size: 18px;
    min-height: 400px;
}

.contact_form label {
    width: 100px;
    display: inline-block;
}
.viewall {
    display: block;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #222;
    color: #999;
    font-weight: bold;
    margin: 0 auto;
    width: 115px;
}

.viewall:hover{background:#FFD500;color:#000;
               -webkit-transition: background 300ms ease-in;
               -moz-transition: background 300ms ease-in;
               -ms-transition: background 300ms ease-in;
               -o-transition: background 300ms ease-in;
               transition: background 300ms ease-in;}

.tagcloud {
    overflow: hidden;
    margin-right: -2px;
    margin-bottom: -2px;
}

.tagcloud a{background: none repeat scroll 0 0 #454545;
            color: #ddd;
            display: inline-block;
            font-size: 16px !important;
            margin-right: 3px;
            padding: 5px 9px;
            border-radius: 2px;
            font-family: bnazanb;}
.tagcloud a:hover{background:#FFD500;color:#000;
                                      -webkit-transition: background 300ms ease-in;
                                      -moz-transition: background 300ms ease-in;
                                      -ms-transition: background 300ms ease-in;
                                      -o-transition: background 300ms ease-in;
                                      transition: background 300ms ease-in;}
.tagcloud {color:#000;
                                      -webkit-transition: background 300ms ease-in;
                                      -moz-transition: background 300ms ease-in;
                                      -ms-transition: background 300ms ease-in;
                                      -o-transition: background 300ms ease-in;
                                      transition: background 300ms ease-in;}

#dorfak_nscaptcha{
    width: 32%;   
}
.ticker_wrap {
    margin-right: 16px;
    margin-left: 0;
    color: white;
}
.pgwSlider .ps-current span{
         min-height: 37px;
}

/*

//for isf template
*/
#PingPongMain{
    width: 100%;
}
.PingPongBox{
    min-height: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
    width: 100%;
}
.PingPongBox img{
    width: 155px;
    height: 166px;

}

.PingPongDiv{
    background-color: #F6F6F6;
    float: right;
    width: 98%;
    height: 100%;
    padding: 1%;
}
#PingPongText{
    min-height: 100px;
    width: 52%;
    float: right;
    margin-right: 5px;
    padding: 0px 10px;
}
#PingPongName{
    float: right;
    width: 65%;
    padding: 10px 10px;
}
#PingPongDetail{          
    width: 241px;
    border-right: solid thin red;
    float: right;
    padding: 0px 15px;
    font-size: 15px;
    margin: 32px 5px;
    color: #004AFF;
}


