@font-face {
    font-family: 'Prompt';
    src: url('../../assets/google_font/prompt/Prompt-Light.ttf');
}

.outerDivFull {
    margin: 50px;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 55px;
    max-width: 55;
    height: 22px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #3e98d3;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'No';
    position: absolute;
    top: 5px;
    left: 30px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'Yes';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.weekDays-selector input {
    display: none!important;
}

.weekDays-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 25px;
    width: 60px;
    margin-right: 3px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked+label {
    background: #1b7506;
    color: #ffffff;
}

้.html {
    font-family: 'Prompt', sans-serif !important;
}

body {
    font-family: 'Prompt', sans-serif !important;
    /* font-size:15px;
  margin: 0px; */
}

a {
    color: #0066CC;
    text-decoration: none;
}


/* ลิงค์ในเว็บทั้งหมด */

a:hover {
    color: #333333;
}

a.side {
    color: #555555;
    text-decoration: none;
}


/* ลิงค์ในกล่องพาแนล */

a:hover.side {
    color: #000000;
    text-decoration: underline;
}

a.menu {
    font-size: 12.5px;
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    CURSOR: hand;
    border-style: solid;
    border-width: 0px;
    HEIGHT: 20px;
    TEXT-DECORATION: none;
    position: relative;
    padding-top: 3px;
    color: #AF7817
}

a:hover.menu {
    box-shadow: 2px 2px 2px gray;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #336699;
    PADDING-RIGHT: 3px;
    padding-bottom: 5px;
    padding-top: 2px;
    PADDING-LEFT: 3px;
    CURSOR: hand;
    BACKGROUND-COLOR: #AF9B60;
    border-radius: 5px 5px 5px 5px;
}

a:hover.menu:active {
    BACKGROUND-COLOR: #C0C0C0;
    color: #000000;
}

a.menu1 {
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    CURSOR: hand;
    border-style: solid;
    border-width: 0px;
    HEIGHT: 20px;
    TEXT-DECORATION: none;
    position: relative;
    padding-top: 3px;
    color: #ffffff
}

a:hover.menu1 {
    color: #000000;
    text-decoration: none;
    border: 1px solid #336699;
    PADDING-RIGHT: 3px;
    padding-bottom: 5px;
    padding-top: 2px;
    PADDING-LEFT: 3px;
    CURSOR: hand;
    BACKGROUND-COLOR: #c0c0c0;
    border-radius: 5px 5px 5px 5px;
}

td {
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
}

.side-border-left {
    /* พาแนลซ้าย */
    background-color: #fff;
    padding: 5px;
}

.main-bg {
    /* พาแนลกลาง */
    background-color: #fff;
    padding: 5px;
}

.side-border-right {
    /* พาแนลขวา */
    background-color: #fff;
    padding: 5px;
}

hr {
    height: 1px;
    color: #999999;
}


/* เส้นทั้งหมด */

hr.side-hr {
    height: 1px;
    color: #F0F0F0;
}


/* เส้นในพาแนล */

pre {
    font-family: 'Prompt', sans-serif !important;
    font-size: 11px;
}


/* หัวข้อขนาดใหญ่เพิ่มเติม  */

.h1 {
    font: bold 13px 'Prompt';
    color: #000000;
}

.h2 {
    font: 18px 'Prompt';
    color: #3399FF;
    FONT-WEIGHT: bold;
}


/* หัวข้อเพิ่มเติมแนะนำสินค้า  */

.producttitle {
    font: bold 13px 'Prompt';
    color: #000000;
    FONT-WEIGHT: bold;
}

.producprice {
    font: bold 13px 'Prompt';
    color: #696969;
    FONT-WEIGHT: bold;
}

.tbl-border {
    padding: 5px;
    spacing: 1px;
    background-color: #F7F7F7
}


/* ใช้ตางรางหลักหลายส่วน*/

.tbl-head {
    color: #0000FF;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #0000FF;
    background-color: #99CC33;
    background-image: url('')
}

.tbl {
    font-size: 11px;
    padding: 4px;
}


/* ใช้ตางรางหลักหลายส่วน  #64CDFF*/

.tbl-chk {
    font-size: 11px;
    color: #000;
    background-color: #FFFFFF;
    padding: 4px;
}


/* ใช้ตางรางแบ่งสีสลับกับ tbl2  */

.tbl1 {
    font-size: 11px;
    color: #000;
    background-color: #DFEFBE;
    padding: 4px;
}


/* ใช้ตางรางแบ่งสีสลับกับ tbl2  #F0FBFF*/

.tbl2 {
    font-size: 11px;
    color: #000;
    background-color: #C9E391;
    padding: 4px;
}


/* ใช้ตางรางแบ่งสีสลับกับ tbl1  */

.quote {
    /* ตารางคำพูดในเว็บบอร์ด */
    color: #000;
    background-color: : #F7F7F7;
    padding: 2px;
    border: 1px solid #F0F0F0;
}

form {
    margin: 0px 0px 0px 0px;
}

.button {
    /*  ปุ่มส่งแบบฟอร์ม  */
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #666666;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #666666;
    color: #333333;
    background-color: #FFFFFF;
    height: 20px;
    background-image: url('images/button.gif');
    font-weight: bold
}

.bgtotal {
    color: #000000;
    border: 1px solid #888888;
    ;
    background-image: url('images/bgs.gif');
    background-repeat: repeat;
    background-attachment: scroll
}

.buttonlogin {
    /*  ปุ่มส่งแบบฟอร์ม  */
    color: #000000;
    border: 1px solid #888888;
    ;
    background-image: url('images/buttonlogin.gif');
    background-repeat: repeat;
    background-attachment: scroll
}

.buttonmenu {
    /*  ปุ่มส่งแบบฟอร์ม  */
    color: #333333;
    border: 1px solid #333333;
    ;
    background-image: url('images/menubutton.gif');
    background-repeat: repeat;
    background-attachment: scroll;
    font-size: 24pt;
    font-family: 'Prompt';
    font-weight: bold;
    width: 150;
    height: 100
}

.textbox {
    /*  ช่องกรอกข้อความแบบฟอร์ม  */
    font-family: 'Prompt', sans-serif !important;
    padding: 1px;
    font-size: 11px;
    color: #3366CC;
    background-color: #FFFFFF;
    border: 1px solid #0099CC;
}

.comment-name {
    font-weight: bold;
    color: #000;
}


/* รูปแบบชื่อแสดงความคิดเห็น */


/* รูปแบบข้อความสั้น */

.shoutboxname {
    font-weight: bold;
    color: #000;
}

.shoutbox {
    color: #000;
}

.shoutboxdate {
    font-size: 10px;
    color: #000;
}


/* รูปแบบขนาดเรียกใช้ต้องการฟอนค์ขนาดเล็ก */

.small {
    font-size: 11px;
    font-weight: normal;
}

.small2 {
    font-size: 10px;
    font-weight: normal;
    color: #000;
}

.side-small {
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.side-label {
    padding: 2px;
}


/* ส่วนอัลบั้มภาพ */

.gallery {
    padding: 16px 0px 8px 0px;
}

.gallery img {
    border: 1px solid #F7F7F7;
    filter: none;
}


/* ปกติ */

:hover.gallery img {
    border: 1px solid red;
    filter: none;
}


/* วางเมาส์เหนือภาพ */

img.activegallery {
    border: 1px solid green;
    filter: none;
}


/* -------------------------------เรียกใช้เฉพาะธีม---------------------------*/

.main-title {
    /* หัวข้อ opentable */
    font-family: 'Prompt', sans-serif !important;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    padding: 4px;
}

.main-body {
    /* ใน opentable */
    font-family: 'Prompt', sans-serif !important;
    font-size: 11px;
    color: #CECCEE;
    background-color: #CECCEE;
    padding: 3px 4px 3px 4px;
}

.side-title {
    /* หัวข้อ openside */
    font-family: 'Prompt', sans-serif !important;
    font-size: 11px;
    color: #000000;
    background-color: #F0F0F0;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    text-align: center;
}

.side-body {
    /* ใน openside */
    font-family: 'Prompt', sans-serif !important;
    font-size: 11px;
    color: #000000;
    background-color: #fff;
    padding: 2px 4px 4px 4px;
}

.news-footer {
    /* ข้อความด้านล่างข่าวสาร  */
    font-family: 'Prompt', sans-serif !important;
    font-size: 10px;
    padding: 2px 4px 4px 4px;
}

.textex {
    font-family: 'Prompt', sans-serif !important;
    font-size: 11px;
    color: #000000;
}


/* -------------------------------เรียกใช้เฉพาะธีม---------------------------*/

.title A:link {
    color: #FFFFFF;
    font-size: 12px;
}

.title A:visited {
    color: #33CCFF;
    font-size: 12px
}

.title A:hover {
    color: #FF6600;
    text-decoration: none;
    font-size: 12px
}

.overview {
    font-size: 12px;
    font-family: 'Prompt', sans-serif !important;
    background-color: #FFFFFF
}

.overview A:link {
    text-decoration: none;
    color: #0066CC;
    font-family: 'Prompt', sans-serif !important;
    font-size: 12px
}

.overview A:visited {
    text-decoration: none;
    color: #0066CC;
    font-family: 'Prompt', sans-serif !important;
    font-size: 12px
}

.overview A:hover {
    color: #FF6600;
    text-decoration: none
}

.last_month {
    color: #C0C0C0;
    font-size: 12px
}

.next_month {
    color: #999999;
}

.overview #today {
    color: #FF0000;
    font-weight: bold;
    font-size: x-small;
    background-color: #FFCC99;
    font-family: 'Prompt', sans-serif !important;
}

.overview #selected {
    color: #FFFFFF;
    background-color: #FF6600
}

.dayname {
    background-color: #EEEEEE;
    font-weight: bold;
    font-size: x-small;
    font-family: 'Prompt', sans-serif !important;
    width: 10%;
    text-align: center
}


/* เมนูหลัก */

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


/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */

#menu51 {
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    width: 175px;
    margin: 0px
}

#menu5 li a {
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
}

#menu5 li a:link,
#menu5 li a:visited {
    background-position: right 0%;
    color: #777777;
    display: block;
    text-align: right;
    padding-left: 2px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 0;
    background-image: url('menu5.gif');
    background-repeat: repeat;
    background-attachment: scroll
}

#menu5 li a:hover,
#menu5 li #current {
    color: #fff;
    background: url(menu5.gif) 0 -32px;
    padding: 8px 25px 0 2px;
    text-align: right;
}

#menu5 li a:active {
    color: #fff;
    background: url(menu5.gif) 0 -64px;
    padding: 8px 25px 0 10px;
    text-align: right;
}


/*Form*/

.tab-page {
    clear: both;
    border: 1px solid rgb( 200, 200, 200);
    background: rgb( 255, 255, 255);
    z-index: 2;
    position: relative;
    top: -2px;
    font-size: 11px;
    font-family: 'Prompt', sans-serif !important;
    color: Black;
    filter: progid: DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFF, EndColorStr=#F2F2F2, GradientType=0) progid: DXImageTransform.Microsoft.Shadow(Color=#EFEFEF, Strength=5, Direction=135);
    /*244, 243, 238*/
    /* 145, 155, 156*/
    padding: 5px;
}

.button2:active {
    position: relative;
    top: 3px;
}

.button2 {
    background: #0275d8;
    font-family: 'Prompt', sans-serif !important;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 18px 8px 18px;
    border: solid #0275d8 1px;
    text-decoration: none;
}

.button2:hover {
    background: #0065bc;
    text-decoration: none;
}

.button9:active {
    position: relative;
    top: 3px;
}

.button9 {
    background: #0275d8;
    font-family: 'Prompt', sans-serif !important;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    border: solid #0275d8 1px;
    text-decoration: none;
}

.button9:hover {
    background: #0065bc;
    text-decoration: none;
}

.button21 {
    border-top: 1px solid #94a0a8;
    background: #6a6f73;
    background: -webkit-gradient(linear, left top, left bottom, from(#424d54), to(#6a6f73));
    background: -webkit-linear-gradient(top, #424d54, #6a6f73);
    background: -moz-linear-gradient(top, #424d54, #6a6f73);
    background: -ms-linear-gradient(top, #424d54, #6a6f73);
    background: -o-linear-gradient(top, #424d54, #6a6f73);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: 'Prompt', sans-serif !important;
    text-decoration: none;
    vertical-align: middle;
}

.button21:hover {
    border-top-color: #192126;
    background: #192126;
    color: #ccc;
}

.button21:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.tb2 {
    background: #167F92;
    border: 1px solid #167F92;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px #888888;
}

.tb2 th {
    padding: 4px 10px;
    font-size: 11px;
    font-family: 'Prompt', sans-serif !important;
    color: white;
}

.tb2 #b1 {
    border-bottom: 1px solid gray;
}

.tb2 #b2 {
    border-right: 1px solid gray;
}

.tb2 td {
    background: #fff;
}

.tb2 tr.even td {
    background: #eee;
    color: black;
}

.tb2 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.tb2 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.tb2 collapsed {
    border-collapse: collapse
}

.tb {
    background: #167F92;
    border: 1px solid #167F92;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px #888888;
}

.tb th {
    padding: 4px 10px;
    font-size: 12px;
    font-family: 'Prompt', sans-serif !important;
    font-weight: bold;
    color: white;
}

.tb td {
    background: #fff;
}

.tb tr.even td {
    background: #eee;
    color: black;
}

.tb tbody tr:hover {
    background-color: #BCC6CC;
    color: #FFFFFF;
}

.tb tbody tr:hover td {
    background-color: transparent;
    /* or #000 */
    color: #FFFFFF;
}

.tb tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.tb tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.tb collapsed {
    border-collapse: collapse
}

.tb1 {
    background: #167F92;
    border: 1px solid #167F92;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px #888888;
}

.tb1 th {
    padding: 4px 10px;
    font-size: 12px;
    font-family: 'Prompt', sans-serif !important;
    font-weight: bold;
    color: white;
}

.tb1 td {
    background: #fff;
}

.tb1 tr.even td {
    background: #eee;
    color: black;
}

.tb1 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.tb1 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.tb1 collapsed {
    border-collapse: collapse
}

#report {
    box-shadow: 4px 4px 5px #888888;
    background: #167F92;
    border: 1px solid #167F92;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

#report h4 {
    margin: 0px;
    padding: 0px;
}

#report img {
    float: right;
}

#report ul {
    margin: 10px 0 10px 40px;
    padding: 0px;
}

#report th {
    padding: 7px 15px;
    text-align: center;
    color: white;
    font-family: 'Prompt', sans-serif !important;
    font-size: 12px;
}

#report td {
    background: #D1D0CE none repeat-x scroll center left;
    color: #000;
    padding: 3px 15px;
}

#report tr.odd td {
    background: #fff url(row_bkg.png) repeat-x scroll center left;
    cursor: pointer;
}

#report div.arrow {
    background: transparent url(images/arrows.png) no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    display: block;
}

#report div.up {
    background-position: 0px 0px;
}

#report tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#report tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#report collapsed {
    border-collapse: collapse
}

#report tr.even td {
    background: #eee;
    color: black;
}

#report tbody tr:hover {
    background-color: #BCC6CC;
    color: #FFFFFF;
}

#report td {
    background: #fff;
}

#report tbody tr:hover td {
    background-color: #BCC6CC;
    color: #FFFFFF;
}

#img_del {
    display: none;
}

#ss:hover #img_del {
    display: inline;
}

#img_view {
    display: none;
}

#ss:hover #img_view {
    display: inline;
}

#ss:hover .text {
    display: none
}

#sitemap,
#sitemap ul,
#sitemap li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sitemap {}

#sitemap ul {
    display: none;
}

#sitemap li {
    line-height: 200%;
    margin-top: 1px;
    position: relative;
    width: 100%;
}


/* IE leaves a blank space where span is added so this is to avoid that */

* html #sitemap li {
    float: left;
    display: inline;
}

#sitemap li a {
    padding-left: 28px;
}

#sitemap li span {
    float: left;
    position: absolute;
    top: 5px;
    left: 10px;
    top: 8;
    width: 13px;
    height: 13px;
    cursor: auto;
    font-size: 0;
    cursor: hand
}

#sitemap li span,
#sitemap li span.collapsed {
    background: transparent url(images/arrows.png) no-repeat scroll 0px -16px;
}

#sitemap li span.expanded {
    background-position: 0px 0px;
}


/* second level */

#sitemap li li {
    background: #fff;
}

#sitemap li li a {
    padding-left: 56px;
}

#sitemap li li span {
    left: 28px;
}


/* third level */

#sitemap li li li a {
    padding-left: 84px;
}

#sitemap li li li span {
    left: 56px;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 25px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 90px;
    text-align: center;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip {
    display: inline;
    position: relative;
}

.tooltip1:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 30px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 2px;
    position: absolute;
    z-index: 98;
    width: 170px;
    text-align: center;
}

.tooltip1:hover {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #336699;
    PADDING-RIGHT: 3px;
    padding-bottom: 5px;
    padding-top: 2px;
    PADDING-LEFT: 3px;
    CURSOR: hand;
    BACKGROUND-COLOR: #AF9B60;
    font-family: 'Prompt', sans-serif !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px gray;
}

.tooltip1:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 25px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip1 {
    display: inline;
    position: relative;
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    CURSOR: hand;
    border-style: solid;
    border-width: 0px;
    HEIGHT: 20px;
    TEXT-DECORATION: none;
    font-family: 'Prompt', sans-serif !important;
    position: relative;
    padding-top: 3px;
    color: #AF7817
}

textarea {
    font-size: 13px;
    font-family: 'Prompt', sans-serif !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #fff;
    border: 1px solid #aac;
}

input {
    font-size: 13px;
    font-family: 'Prompt', sans-serif !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #fff;
    border: 1px solid #aac;
}

input.time {
    width: 80px;
}

input.date {
    width: 90px;
}

fieldset {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.show_hide:hover {
    color: #fff;
    ;
    text-decoration: none;
    border: 1px solid #336699;
    PADDING-RIGHT: 3px;
    padding-bottom: 5px;
    padding-top: 2px;
    PADDING-LEFT: 3px;
    CURSOR: hand;
    BACKGROUND-COLOR: #AF9B60;
    font-family: 'Prompt', sans-serif !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px gray;
}

.show_hide {
    color: #fff;
    ;
    text-decoration: none;
    border: 1px solid #336699;
    PADDING-RIGHT: 3px;
    padding-bottom: 5px;
    padding-top: 2px;
    PADDING-LEFT: 3px;
    CURSOR: hand;
    BACKGROUND-COLOR: #AF9B60;
    font-family: 'Prompt', sans-serif !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px gray;
    display: inline;
    position: relative;
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    CURSOR: hand;
    border-style: solid;
    border-width: 0px;
    HEIGHT: 20px;
    TEXT-DECORATION: none;
    font-family: 'Prompt', sans-serif !important;
    position: relative;
    padding-top: 3px;
}