/** --
| Theme Name: giccard
| Theme URL: http://www.globalicare.com
| Description: Global i-care Loyalty Program
| Author: Global i-care Team
| Author URI: http://www.globalicare.com
| Version: 9.9
-- */

/* Style Index * /

#0 RESET
#1: GENERAL
#2: LAYOUT
#3: MAIN MENU
#4: SUBMENU STYLE
#5: SUBMENU BOTTOM BORDER
#6: MAIN BANNER
#7: GALLERY
#8: MERCHANT
#9: CO-BRAND
#10: REDEMPTION
#11: RIGHT SIDE BAR
#12: NEWS
#13: CAREER
#14: MARQUEE
#15: BUTTON
#16: FORM
#17: FOOTER


/********************************************************************/
/* 1: GENERAL */
/********************************************************************/
*{
    font-family: verdana, tahoma;
    font-size: 12px;
    color: #333;
}
input, textarea{
    color: #222;
}
body{
    text-align: center;
    margin: 0;
    padding: 10px;
    background: url(../images/pattern/bg_main.png) #0000e6;

}
#wrapper{
    width: 975px;
    margin: 0px auto;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0px 0px 2px #dcdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
p, ul, ol, h1, h2, h3, h4, h5, h6{
    margin: 10px 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: verdana;
    color: #485356;
    font-weight: bold;
}
h1{
    font-size: 20px;
}
h2{
    font-size: 20px;
    font-weight: normal;
    font-family: tahoma;
}
h2 a.f-right{
    font-size: 11px;
}
h2.title_blog{
    margin-right: 15px;
}
h3{
    font-size: 14px;
    clear: both;
}
h4{
    font-size: 13px;
}
h5, h6{
    font-size: 11px;
}
.a-center{
    text-align: center;
}
.a-right{
    text-align: right;
}
.a-left{
    text-align: left;
}
.f-right{
    float: right;
}
.f-left{
    float: left;
}
img.f-left{
    margin: 0 10px 10px 0;
}
img.f-right{
    margin: 0 0 10px 10px;
}

a{
    text-decoration: none;
    color: #f70;
    outline: none;
}
a:hover, a:focus{
    color: #B10;
    text-decoration: none;
    outline: none;
}
a img, a:hover img{
    border: none;
    text-decoration: none;
}
h2 a{
    text-decoration: none;
    font-size:20px;
    font-family: tahoma;
    color: #485356;
}
h2 a:hover{
    text-decoration: underline;
    color: #485356;
}
.bullet{
    list-style-image: url(../images/Bullet05.jpg);
}
.clear{
    clear: both;
	height: 5px;
}
/*==================================================================*/
/* 2: LAYOUT */
/*==================================================================*/
#g-block{
    margin: 0px auto;
    width: 975px;

}

#block{
    width: 902px;
    margin: 0px auto;
    padding-bottom: 1px;
}

.block{
    background:#fbfbfb url(../images/pattern/texture.png);
    padding-right: 10px;
    overflow: hidden;
    padding-bottom: 15px;
    border:1px solid #cdcdcd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
h1{
    float: left;
    width: 188px;
}

h1 a{
    margin: 0px;
    background: transparent url(../images/Logo.png) no-repeat top left;
    text-indent: -9999px;
    width: 188px;
    left: 100px;
    display: block;
    float: left;
}
.block-l{
    padding-left: 10px;
}
.block-l h2{
    margin:0px 0px 0px 10px;
    pading-right: 15px;
    border-bottom: solid #CCC 1px;
    padding-bottom: 4px;
}
li{
    margin-bottom: 10px;
}
/********************************************************************/
/* 3: MAIN MENU */
/********************************************************************/
#sddm{
    margin: 0;
    padding: 0;
    z-index: 30
}
#sddm li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial
}
#sddm li a{
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 10px;
    width: 71px;
    background: #5970B2;
    color: #FFF;
    text-align: center;
    text-decoration: none
}
#sddm li a:hover{
    background: #ed635c;
    width: 71px
}
#sddm div{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #EAEBD8;
    border: 1px solid #5970B2
   }
#sddm div a{
    position: relative;
    display: block;
    margin: 0;
    width: 71px;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #EAEBD8;
    color: #2875DE;
    font: 11px arial
}
#sddm div a:hover{
    background: #ed635c;
    color: #FFF
}
#navigation{
    clear: both;
    margin-top:10px;

}
#navigation h2{
    position: absolute;
    top: -9999px;

}
#navigation ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#navigation li{
    float: left;
    position: relative;
    margin-right: 5px;
}
#navigation li object{
    width: 176px;
    height: 126px;
    position: absolute;
    z-index: 1;
}
#navigation li.last{
    float: right;
    margin: 0px;
}
#navigation li a{
    display: block;
    width: 176px;
    height: 201px;
    position: relative;
    z-index: 10;
    background: transparent url(../images/transparent.gif);
}
#navigation .merchant{
}
#navigation .merchant li{
    border-top: solid #555 5px;
}
#navigation .merchant li ul li{
    border-top: none;
}
#navigation .merchant li a{
    height: 74px;
}
#navigation .merchant li ul a{
    height: auto;
}
#navigation li a span{
    position: absolute;
    display: block;
    text-indent: -9999px;
    height: 74px;
    width: 176px;
    background:  transparent url(../images/background/top-menu.jpg) no-repeat top left;
    bottom: 1px;
    z-index: 10;
}
#navigation .th li a span{
    background:  transparent url(../images/background/top-menu-th.jpg) no-repeat top left;
}

#navigation li a:hover span{
    cursor: pointer;
}
#navigation #nav-about a span{
    background-position: 0 0;
}
#navigation #nav-about a:hover span{
    background-position: -176px 0;
}
#navigation #nav-merchant a span{
    background-position: 0 -74px;
}
#navigation #nav-merchant a:hover span{
    background-position: -176px -74px;
}
#navigation #nav-news a span{
    background-position: 0 -148px;
}
#navigation #nav-news a:hover span{
    background-position: -176px -148px;
}
#navigation #nav-contact a span{
    background-position: 0 -222px;
}
#navigation #nav-contact a:hover span{
    background-position: -176px -222px;
}
#navigation #nav-login a span{
    background-position: 0 -296px;
}
#navigation #nav-login a:hover span{
    background-position: -176px -296px;
}
/********************************************************************/
/* 4: SUBMENU */
/********************************************************************/
#navigation li ul{
    position: absolute;
    display: none;
    top: 205px;
    left: 0px;
    width: 176px;
    padding: 7px 0;
    background: transparent url(../images/background/submenu-bg.png) no-repeat top left;
}
#navigation .merchant li ul{
    top: 80px;
}
#navigation ul.welcome li ul{
    top: auto;
    bottom: 200px;
}
#navigation #nav-merchant ul{
    background-position: -176px 0;
}
#navigation #nav-news ul{
    background-position: -352px 0;
}
#navigation #nav-login ul{
    background-position: -528px 0;
}
#navigation li li{
    background: transparent url(../images/background/submenu-m.png) repeat-y top left;
    float: none;
    margin: 0;
}
#navigation #nav-merchant li{
    background-position: -176px -14px;
}
#navigation #nav-news li{
    background-position: -352px -14px;
}
#navigation #nav-login li{
    background-position: -528px -14px;
}

#navigation li li a{
    text-align: left;
    background: transparent url(../images/background/Bullet.png) no-repeat 0px 10px;
    text-indent: 0px;
    height: auto;
    width: auto;
    margin: 0 10px;
    padding: 10px 10px 10px 15px;
    color: #FFF;
    text-decoration: none;
    border-bottom: solid #DDD 1px;
}
#navigation #nav-about li a, #navigation #nav-merchant li a, #navigation #nav-news li a, #navigation #nav-login li a{
    background: transparent url(../images/background/Bullet.png) no-repeat 0px 10px;
}
#navigation #nav-about li a:hover, #navigation #nav-merchant li a:hover, #navigation #nav-news li a:hover, #navigation #nav-login li a:hover{
    background: transparent url(../images/background/Bullet.png) no-repeat 0px 10px;
    text-decoration: underline;
}
/********************************************************************/
/* 5: SUBMENU BOTTOM BORDER */
/********************************************************************/
#navigation li li.no-border a{
    border: none;
}
#navigation li li.last{
    background: transparent url(../images/background/submenu-bg.png) no-repeat bottom left;
    height: 7px;
    width: 176px;
}
#navigation #nav-merchant li.last{
    background-position: -176px -7px;
}
#navigation #nav-news li.last{
    background-position: -352px -7px;
}
#navigation #nav-login li.last{
    background-position: -528px -7px;
}
/********************************************************************/
/* 6: MAIN BANNER */
/********************************************************************/
#main-banner{
    margin-top:10px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 277px;
    background: #FFF url(../images/mainbanner/banner-images.jpg) repeat 0 0;
}
#main-banner ul{
    list-style: none;
    width: 313px;
    float: right;
    margin: 0px;
    padding: 0px;
	border-bottom:1px #938F90 solid;
}
#main-banner li{
    padding: 0px;
    margin: 0px;
    position: relative;
}
#main-banner a{
    display: block;
    width: 313px;
    height: 56px;
    text-decoration: none;
    background: #FFF url(../images/mainbanner/main-tab.jpg) no-repeat 0 0;
}
#main-banner a#special-offers{
    display: block;
    width: 313px;
    height: 56px;
    text-decoration: none;
    background: #FFF url(../images/mainbanner/main-tab.jpg) no-repeat 0 0;
}
#main-banner a#special-offers{
    display: block;
    width: 313px;
    height: 56px;
    text-decoration: none;
    background: #FFF url(../images/mainbanner/main-tab.jpg) no-repeat 0 0;
}
#main-banner a#special-offers{
    height: 57px;
}
#main-banner a#dining-50{
    height: 55px;
}
#main-banner a#charity{
    height: 55px;
}
#main-banner a#prizes{
    height: 56px;
}
#main-banner a#careers{
    height: 57px;
}
#main-banner .th a{
    background: #FFF url(../images/mainbanner/main-tab-th.jpg) no-repeat 0 0;
}
#main-banner .th a#special-offers{
    background: #FFF url(../images/mainbanner/main-tab-th.jpg) no-repeat 0 0;
}
#main-banner a span{
    text-indent: -9999px;
    display: block;
    position: relative;
    width: 18px;
    height: 12px;
    top: 23px;
    left: 25px;
    background: transparent url(../images/mainbanner/bullet.jpg) no-repeat top left;
}
#main-banner a:hover span{
    background-position: 0 -12px;
}
#main-banner a#dining-50:hover span{
    background-position: 0 -18px;
}
#main-banner a#charity:hover span{
    background-position: 0 -36px;
}
#main-banner a#prizes:hover span{
    background-position: 0 -54px;
}
#main-banner a#careers:hover span{
    background-position: 0 -72px;
}
#main-banner #special-offers{
    background-position: 0 0;
}
#main-banner #special-offers:hover{
    background-position: -313px 0;
}
#main-banner .th #special-offers:hover{
    background-position: -313px 0;
}
#main-banner #dining-50{
    background-position: 0 -57px;
}
#main-banner #dining-50:hover{
    background-position: -313px -57px;
}
#main-banner #charity{
    background-position: 0 -112px;
}
#main-banner #charity:hover{
    background-position: -313px -112px;
}
#main-banner #prizes{
	background-position: 0 -167px;
}
#main-banner #prizes:hover{
    background-position: -313px -167px;
}
#main-banner #careers{
    background-position: 0 -224px;
}
#main-banner #careers:hover{
    background-position: -313px -224px;
}

#top-nav{
    list-style: none;
    position: absolute;
    top: -30px;
    right: 0px;
}
#top-nav li{
    float: left;
    padding: 0 4px;
}
#top-nav a{
    color: #AAA;
    text-decoration: none;
    font-family: verdana;
}

#flash_logo{
    position: absolute;
    top: -12px;
    left: 0px;
}
#flash_bird{
    float: right;
}
#header{
    position: relative;
    height: 140px;
    margin-bottom: 10px;
}
#header span{
    font-size: 14px;
    font-style: italic;
    color: #333;
}
#content{
    clear: both;
    overflow: hidden;
    height: 100%;
    margin-top: 10px;
}
#maincontent{
    float: left;
    width: 600px;
}
#maincontent_cb{
    float: left;
    width: 900px;
}
#maincontent h2{
    color: #B14;
    margin-top: 23px;
    margin-bottom: 20px;
    border-bottom: solid #CCC 1px;
}
#merchant-info h2{
    margin-top: 0px;
}
form#merchant-search{
	background: #efefef;
}
/********************************************************************/
/* 7: GALLERY */
/********************************************************************/

#gallery_show img{
    float:left;
    margin-top:5px;
    border:1px #cccccc solid;
    width: 162px;
    height: 107px;
}
#gallery_show h3{
    margin:0px;
    padding:0px;
    padding-bottom:2px;
    border-bottom:1px #CCCCCC solid;
}
#gallery_show h3 a{
    font-size:16px;
    font-weight:bold;
    color:#BB1144;
    text-decoration:none;
}
#gallery_show h3 a:hover{
    text-decoration:underline;
}
#gallery_show .right_pic{
    float:left;
    margin:0px;
    padding:0px;
    margin-left:10px;
    width:370px;
}
#gallery_show p{
    margin:0px;
    padding:5px 0px;
    font-size:12px;
    color:#000000;
}
#gallery_show .picshow{
    border: 1px solid #cdcdcd;
    margin: 0px 0px 10px 10px;
    overflow:hidden;
    height:1%;
    padding: 10px;
    border: dashed #CCC 1px;
}
#gallery_all .picall{
    float:left;
    padding:5px 5px;
}
#gallery_all img{
    border:1px #cccccc solid;
}
.gallery-hr {
    clear:both;
    width:250px;
}
#list_gallery{
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    margin: 0px 0px 0px 10px;
    border: 1px solid #cdcdcd;
    padding-top:10px;
}
#list_gallery li{
    float: left;
    text-align: center;
    padding: 0;
    max-width: 350px;
    margin:10px;
}
#list_gallery img{
    margin: 10px;
    max-height: 350px;
}
/********************************************************************/
/* 8: MERCHANT */
/********************************************************************/
.block_head{
    margin: 0px 0px 0px 15px;
}
img.banner_top{
    margin: 0px 10px 0px 10px;
    width: 100%;
    max-width: 576px;
    max-height: 200px;
    border: 1px solid #cdcdcd;
}
img.thumb{
    border: 1px solid #cdcdcd;
    width: 200px;
    height:170px;
    overflow: hidden;
    max-width: 200px;
    max-height: 170px;
    -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
    display: block;
    padding: 1%;
    background:#ffffff;
}
img.thumb:hover{
    border: 1px solid #cdcdcd;
    width: 200px;
    height:170px;
    overflow: hidden;
    max-width: 200px;
    max-height: 170px;
    -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
    display: block;
    padding: 1%;
    background:#ffffff;
}
#category-list, #subcategory-list{
    list-style: none;
    padding: 0px;
    margin: 0 10px;
}
#subcategory-list{
    margin: 5px 0px 5px 5px;
}
#category-list li, #subcategory-list li{
    margin: 10px 10px 5px 20px;
    background:url('../images/Bullet05.jpg') no-repeat center left;
    list-style:none;
    list-style-position:outside;
    padding-left:15px;
}
#subcategory-list li{
    border: none;
}
#category-list a, #subcategory-list a{
    display: block;
    text-decoration: none;
    font-size: 14px;
}
#merchants-list{
    list-style: none;
    margin: 0px 0px 15px 10px;
    padding:0px;
    widht:100%;
    background: #f5f5f5;
}
#merchants-list li{
    padding: 20px 15px 15px 15px;
    margin: 0;
    border: dashed #CCC 1px;
    overflow: hidden;
    height: 1%;
    margin-top:10px;
}
#merchants-list li.type1en{
    background:url('../images/MerchantsIN/BlueMemIcon.png') no-repeat top right;
    padding-top: 10px;
}
#merchants-list li.type1th{
    background:url('../images/MerchantsIN/th_BlueMemIcon.png') no-repeat top right;
    padding-top: 10px;
}
#merchants-list li.type3en{
    background:url('../images/MerchantsIN/GoldMemIcon.png') no-repeat top right;
    padding-top: 10px;
}
#merchants-list li.type3th{
    background:url('../images/MerchantsIN/th_GoldMemIcon.png') no-repeat top right;
    padding-top: 10px;
}
#merchants-list li.type5en{
    background:url('../images/MerchantsIN/RedemptionMemIcon.png') no-repeat top right;
    padding-top: 10px;
}
#merchants-list li.type5th{
    background:url('../images/MerchantsIN/th_RedemptionMemIcon.png') no-repeat top right;
    padding-top: 10px;
}
#merchants-list .merchant-info{
    float: right;
    width: 320px;
    margin-left: 10px;
}
#merchants-list img{
    float: left;
}
#merchants-list h3{
    margin: 0px;
}
#merchant-info h2{
    line-height:61px;
}
#merchant-info h2 img{
   margin-top:35px;
}
#merchant-info h2.type1en{
    background:url('../images/MerchantsIN/BlueMemIcon.png') no-repeat 510px 0px;
}
#merchant-info h2.type1th{
    background:url('../images/MerchantsIN/th_BlueMemIcon.png') no-repeat 510px 0px;
}
#merchant-info h2.type3en{
    background:url('../images/MerchantsIN/GoldMemIcon.png') no-repeat 510px 0px;
}
#merchant-info h2.type3th{
    background:url('../images/MerchantsIN/th_GoldMemIcon.png') no-repeat 510px 0px;
}
#merchant-info h2.type5en{
    background:url('../images/MerchantsIN/GoldMemIcon.png') no-repeat 510px 0px;
}
#merchant-info h2.type5th{
    background:url('../images/MerchantsIN/th_GoldMemIcon.png') no-repeat 510px 0px;
}
#merchant-info h2 span{
    font-weight: bold;
    line-height:30px;
    display:block;
    text-indent:10px;
    font-size:20px;
    color: #bb1144;
    marging-left: 10px;
}

#mc-info{
    background:#f5f5f5;
    border: 1px solid #cdcdcd;
    clear: both;
    padding: 15px;
    margin:10px 0px 0px 10px;
}
#mc-info .middle{
    padding: 0px;
}
#mc-info .middle h3{
    margin: 0 0 5px 5px;
    padding-left: 10px;
    width:540px;
    background: url(../images/Bullet04Details.jpg) no-repeat top left;
}
#mc-info .middle h3.texttop{
    margin: 0 10px 10px 0px;
    padding-left: 20px;
    width:530px;
    background: url(../images/Bullet04Details.jpg) no-repeat top left;
}
#mc-info .footer{
    height: 0px;
}
#merchant-info .mc-detail-wrapper{
    width:550px;
    margin-left:20px;
    margin-top:-10px;
}
#mc-detail-wrapper{
    clear: both;
    position:relative;
    z-index:1;
    margin: 10px 0px 0px 10px;
    padding-top: 15px;
    background:#f5f5f5;
    border:1px solid #cdcdcd;
}
#mc-detail-wrapper .middle{
    padding: 0 10px;
}
#mc-detail-wrapper .footer{
    height: 20px;
}
#mc_detail_wrap{
    width:570px;
    position:relative;
    z-index:1;
    overflow:hidden;
}
#mc_detail_wrap #mcd_contain{
    margin:0px;
    padding:0px;
    margin-top:5px;
    width:370px;
    min-height:120px;
    height:auto !important;
    height:140px;
    overflow:hidden;
}
#mc_detail_wrap #mcd_contain p{
    margin-bottom:10px;
    overflow:hidden;
    height:1%;
}
#mc_detail_wrap #mcd_contain p.last{
    margin-bottom:0px;
    overflow:hidden;
    height:1%;
}
#mc_detail_wrap #mcd_contain .mcd_div{
    clear:left;
    padding:5px 0px;
}
#mc_detail_wrap #mcd_contain label{
    clear:left;
    float:left;
    width:75px;
    text-align:right;
}
#mc_detail_wrap #mcd_contain span{
    float:left;
    display:block;
    width:265px;
}
#mc_detail_wrap #mcd_contain-right{
    float:right;
    width:195px;
    height:133px;
    position:absolute;
    top:0px;
    left:365px;
    z-index:2;
}
#mc_detail{
    padding-top:15px;
    width: 370px;

}
#mc_detail .middle{
    background: transparent url(../images/MerchantsIN/BackAddress/BAck02.jpg) repeat-y center;
    padding: 0 15px;
    min-height:120px;
    height:auto !important;
    height:120px;
}
#mc_detail .middle-wrapper{
    margin:0px;
    padding:0px;
    width:335px;
    float:left;
}
#mc_detail .middle p{
    padding-bottom: 10px;
    overflow: hidden;
    height: 1%;
}
#mc_detail .middle strong{
    display: block;
    width: 110px;
    float: left;
    text-align: right;
}
#mc_detail .middle p span strong{
    display: inline;
    float: none;
    text-align: left;

}
#mc_detail .middle span{
    display: block;
    width: 220px;
    float: right;
}
#merchant-info .mc-contact-container-left{
    float:left;
    width:370px;
}
#mc-contact-container-right{
    float:left;
    width:218px;
}
#mc-contact-container-right img{
    margin-left:1px;
    width:217px;
    height:152px;
}
#merchant-info .mc-contact-top{
    width:370px;
    height:15px;
    background: transparent url(../images/MerchantsIN/BackAddress/BAck01.jpg) no-repeat top center;
}
#merchant-info .mc-contact-center{
    width:370px;
    background: transparent url(../images/MerchantsIN/BackAddress/BAck02.jpg) repeat-y center;
    margin: auto 0px;
}
#merchant-info .mc-contact-bottom{
    width:370px;
    height:19px;
    background: transparent url(../images/MerchantsIN/BackAddress/BAck03.jpg) no-repeat top center;
}
#merchant-info .mc-contact-wrapper{
    width:355px;
    margin-left:10px;
    margin: auto 0px;
}
#merchant-info #mc-offer{
    clear:left;
    position: relative;
    padding: 10px;
    margin: 10px 0px 0px 10px;
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
}
#merchant-info #mc-offer .middle{
    min-height:70px;
    height:auto !important;
    height:70px;
    padding-left: 130px;
    padding-right: 15px;
}
#merchant-info #mc-offer .middle h3{
    border: none;
    margin: 0;
}
#merchant-info #mc-offer .middle img{
    margin-top: 10px;
    position: absolute;
    top: 1px;
    left: 15px;
}
#merchant-info #mc-offer .bottom{
    height:19px;
}
#merchant-info #mc-offer .mc-offer-wrapper{
    width:550px;
    margin-left:20px;
}
#mc-images{
    clear:left;
    position: relative;
    width:555px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #cdcdcd;
}
#mc-images .middle{
    padding: 0px;
}
#mc-images .bottom{
    height:0px;
}
#merchant-info p{
    margin:0px 0px 0px 5px;
    padding:0px;
}
#merchant-info p.textbottom{
    margin: 0px;
    padding:0px;
    width:550px;
    line-height:18px;
}
#merchant-info p.offer-textbottom{
    margin:0px 5px 0px 15px;
    padding:0px;
    line-height:18px;
}
#merchant-info .mc-contain{
    clear:left;
    padding:5px 0px;
    vertical-align:text-top;
}
#merchant-info .mccon-lb{
   width:125px;
   float:left;
   font-size:13px;
   font-weight:bold;
   color:#5A5A5A;
   text-align:right;
}
#merchant-info .mccon-detail{
   float:left;
   width:220px;
   font-size:13px;
   font-weight:normal;
   color:#5A5A5A;
   text-align:left;
}
#mc-offer-footer img{
    width:111px;
    height:101px;
    float:left;
    position:relative;
    margin-top:-14px;
    z-index:10;
}
#mc-offer-footer p{
    float:left;
    width:430px;
}
.height5px{
    height:5px;
    clear:both;
}
.height10px{
    height:10px;
    clear:both;
}
.merchant-star-search{
    margin-right:5px;
    margin-top:0px;
    float:left;
    border:1px #FF0000 solid;
}
.mc-search{
    background: transparent url(../images/MerchantsIN/search.png) no-repeat 0 2px;
    padding-left:30px;
    padding: 5px 0px 1px 30px;
}
.mc-search-tp{
    padding-top:25px;
}
.mc-search-tp2{
    padding-top:20px;
}
.global-logo{
    margin-top:20px;
}
.global-logo img{
    margin-left: 40px;
    width:241px;
    height:121px;
}
#player{
    display:block;width:520px;height:330px
}
#provinces-map{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 560px;
    background: #FFF url(../images/background/thailand-map.jpg) no-repeat top left;
}
#provinces-map li{
   position: absolute;
}

#bangkok{
    top: 0px;
    left: 100px;
}
#chiang-rai{
    top: 0px;
    left: 200px;
}
#chon-buri{
    top: 0px;
    left: 300px;
}
#chumphon{
    top: 0px;
    left: 400px;
}
#kalasin{
    top: 0px;
    left: 500px;
}
#kamphaeng-phet{
    top: 30px;
    left: 0px;
}
#kanchanaburi{
    top: 30px;
    left: 100px;
}
#khon-kaen{
    top: 30px;
    left: 200px;
}
#krabi{
    top: 30px;
    left: 300px;
}
#lampang{
    top: 30px;
    left: 400px;
}
#loei{
    top: 30px;
    left: 500px;
}
#lop-buri{
    top: 60px;
    left: 0px;
}
#lumpoon{
    top: 60px;
    left: 100px;
}
#mae-hong-son{
    top: 60px;
    left: 200px;
}
#maha-sarakham{
    top: 60px;
    left: 300px;
}
#mukdahan{
    top: 60px;
    left: 400px;
}
#nakhon-nayok{
    top: 60px;
    left: 500px;
}
#nakhon-pathom{
    top: 90px;
    left: 0px;
}
#nakhon-phanom{
    top: 90px;
    left: 100px;
}
#nakhon-ratchasima{
    top: 90px;
    left: 200px;
}
#nakhon-sawan{
    top: 90px;
    left: 300px;
}
#nakhon-si-thammarat{
    top: 90px;
    left: 400px;
}
#nan{
    top: 90px;
    left: 500px;
}
#narathiwat{
    top: 120px;
    left: 0px;
}
#nong-bua-lamphu{
    top: 120px;
    left: 100px;
}
#nong-khai{
    top: 120px;
    left: 200px;
}
#nonthaburi{
    top: 120px;
    left: 300px;
}
#pathum-thani{
    top: 120px;
    left: 400px;
}
#pattani{
    top: 120px;
    left: 500px;
}
#pattaya{
    top: 150px;
    left: 0px;
}
#phang-nga{
    top: 150px;
    left: 100px;
}
#phatthalung{
    top: 150px;
    left: 200px;
}
#phayao{
    top: 150px;
    left: 300px;
}
#phetchabun{
    top: 150px;
    left: 400px;
}
#phetchaburi{
    top: 150px;
    left: 500px;
}
#phichit{
    top: 180px;
    left: 0px;
}
#phitsanulok{
    top: 180px;
    left: 100px;
}
#phrae{
    top: 180px;
    left: 200px;
}
#phuket{
    top: 180px;
    left: 300px;
}
#prachin-buri{
    top: 180px;
    left: 400px;
}
#prachuap-khiri-khan{
    top: 500px;
    left: 170px;
}
#ranong{
    top: 210px;
    left: 0px;
}
#ratchaburi{
    top: 210px;
    left: 100px;
}
#rayong{
    top: 210px;
    left: 200px;
}
#roi-et{
    top: 210px;
    left: 300px;
}
#sa-kaeo{
    top: 210px;
    left: 400px;
}
#sakon-nakhon{
    top: 210px;
    left: 500px;
}
#sala-buri{
    top: 240px;
    left: 0px;
}
#samut-prakan{
    top: 240px;
    left: 100px;
}
#samut-sakhon{
    top: 240px;
    left: 200px;
}
#samut-songkhram{
    top: 240px;
    left: 300px;
}
#satun{
    top: 240px;
    left: 400px;
}
#si-sa-ket{
    top: 240px;
    left: 500px;
}
#sing-buri{
    top: 270px;
    left: 0px;
}
#songkhla{
    top: 270px;
    left: 100px;
}
#sukhothai{
    top: 270px;
    left: 200px;
}
#suphan-buri{
    top: 270px;
    left: 300px;
}
#surat-thani{
    top: 270px;
    left: 400px;
}
#surin{
    top: 270px;
    left: 500px;
}
#tak{
    top: 300px;
    left: 0px;
}
#trang{
    top: 300px;
    left: 100px;
}
#trat{
    top: 475px;
    left: 348px;
}
#udon-thani{
    top: 300px;
    left: 300px;
}
#uthai-thani{
    top: 300px;
    left: 400px;
}
#uttaradit{
    top: 300px;
    left: 500px;
}
#yala{
    top: 330px;
    left: 0px;
}
#merchant-info h3{
    border-bottom: solid #EEE 1px;
    color:#0376C7;
    font-size:14px;
    font-weight:bold;
    padding-bottom:2px;
}
/***********************************************************************/
/* 9: CO-BRAND */
/***********************************************************************/
#cobranding{
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#cobranding li{
    padding: 5px 0;
    border-bottom: solid #EEE 1px;
    overflow: hidden;
    height: 1%;
}
#cobranding li img{
    float:left;
    margin-bottom:10px;
}
#our-cobranding {
    width:290px;
    text-align:center;
}
#our-cobranding{
    margin:15px;
    padding:0px;
    overflow:hidden;
    height:1%;
    margin-bottom:0px;
}
#our-cobranding li{
    margin:0 10px 10px 0;
    padding:0px;
    list-style:none;
    float:left;
}
#our-cobranding img{
}

.cb-pic{
    clear:both;
    width:100%;
    margin:20px 0px;
}
.cb-pic img{
    width:320px;
    height:195px;
}
.cobranding-content{
    float: left;
    width: 430px;
    padding-left:10px;
    display: inline;
}
.cobranding-content h3{
    margin-top: 0px;
}

/**********************************************************************/
/* 10: REDEMPTION */
/**********************************************************************/

#redemption-list{
    list-style: none;
    margin: 15px 0;
    padding: 0px;
}
#redemption-list li{
    float: left;
    width: 25%;
    text-align: center;
    border: none;
}

#copy{
    color: #81BBE4;
    text-align: center;
    margin: 0px;
}
.home{
    font-size:15px;
    font-weight:bold;
}
.lang-line{
    line-height:14px;
    vertical-align:middle;
}
.lang-home{
    margin-top:-1px;
}
.sub-head{
    color:#bb1144;
}.sup-content{
    font-size:4px;
}
#sup-footer{
    font-size:4px;
    color: #81BBE4;
}
#copy{
    color:#FFFFFF;
    text-align: center;
    margin: 0px;
}
.contac-select{
    margin:0px;
    padding:0px;
    text-align:center;
}
.cb-interested{
    margin:5px 0px;
    padding:5px 0px;
    width:250px;
    font-size:15px;
    font-weight:bold;
    text-align:left;
}
.cb-botton{
    margin:0px;
    padding:0px;
    margin-left:75px;
    text-align:center;
}
.height15{
    height:15px;
    float: right;
}
.world{
    margin-right:5px;
    margin-top:0px;
    float:left;
}

h2.m-category{
    padding-left: 25px;
    background: url(../images/MerchantsIN/Bullet03.jpg) no-repeat top left;
    margin-bottom: 20px;
}

/***********************************************************************/
/* 11: RIGHT SIDE BAR */
/***********************************************************************/
.block{
    background: #efefef;
    padding-top: 15px;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.subcontent{
    clear: right;
    float: right;
    width: 292px;
    margin-bottom: 15px;
}

.subcontent h2{
    color: #B14;
    margin: 0 10px;
    border-bottom: solid #EBE7E3 1px;
}
#services-list{
    list-style: none;
    margin: 10px;
    padding: 0px;
    padding-bottom:10px;
}
#services-list li{
    border-bottom: dashed #EBE7E3 1px;
    padding: 10px;
    margin: 0px;
}

#gallery-list{
    list-style: none;

    margin: 10px;
    padding: 0;
    clear:both;
}
#gallery-list h3{
    margin-top:0px;
}
#gallery-list li{
    margin: 0px;
    padding: 10px 0 10px 15px;
    border-bottom: dashed #EEE 1px;
    background:url(../images/Bullet05.jpg) no-repeat center left;
}
#gallery-list li a{
    margin:0px;
    text-decoration: none;
}
#gallery-list .news{
    float:right;
}
#gallery-list p{
    margin:0px;
}

#mer-content{
    overflow: hidden;
    height: 1%;
    border-top: solid #CCC 1px;
    padding-top: 10px;
}
#mer-subcontent{
    float: left;
    width: 150px;
}

#mer-maincontent{
    float: right;
    width: 700px;
    border-left: solid #DDD 1px;
    padding-top: 15px;
}
#mer-navigation{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 180px;
    border-top: solid #DDD 1px;
}
#mer-navigation li{
    margin: 0;
}
#mer-navigation a{
    display: block;
    padding: 5px;
    text-decoration: none;
    border-bottom: dashed #EEE 1px;
}
#mer-content table{
    border-collapse: collapse;
}
#mer-content th{
    background-color: #2B363C;
    color: #FFF;
    padding: 5px;
}
#mer-content td{
    border-bottom: dashed #EEE 1px;
    padding: 5px 3px;
}

.dashboard a#dashboard, .profile a#profile, .images a#images, .mypages a#mypages, .update a#update, .password a#password{
    background-color: #EFEFEF;
}

th{
    background-color: #bb1144;
    color: #ffffff;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: center;
}
td{
    border-bottom: dashed #CCC 1px;
    padding: 5px;
}
.large{
    width: 300px;
}
.button{
    color: #FFF;
    background-color: #B14;
    border: solid #F70 1px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: bold;
}
a.button{
    text-decoration: none;
}
a.button:hover{
    color: #CCC;
}

/**********************************************************************/
/* 12: NEWS */
/**********************************************************************/

.news-list{
    list-style: none;
    padding: 0px;
    clear:both;
}
.news-list h3{
    margin-top:0px;
}
.news-list li{
    border: 1px solid #cdcdcd;
    margin: 0px 0px 10px 10px;
    overflow:hidden;
    height:1%;
    padding: 10px;
    border: dashed #CCC 1px;
}
.news-list li a{
    margin:0px;
}
.news-list .news{
    float:right;
    width:150px;
}
.news-list p{
    margin:0px;
}
.news-list img{
    float:left;
    border:1px #CCCCCC solid;
    max-width: 200px;
    max-height: 160px;

}
#news-cat-list{
    list-style: none;
    margin: 10px;
    padding: 0px;
    clear:both;
}
#news-cat-list h3{
    margin-top:0px;
}
#news-cat-list li{
    border-bottom: solid #EBE7E3 1px;
    padding:10px;
    padding-left:10px;
    margin: 0px;
    vertical-align:top;
    overflow:hidden;
    height:1%;
}
#news-cat-list .news{
    float:right;
    width:150px;
}
#news-cat-list p{
    margin:0px;
}
#news-cat-list img{
    width:75px;
    height:75px;
    float:left;
    border:1px #CCCCCC solid;
}
#news_list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#news_list li{
    padding: 5px 0;
    overflow: hidden;
    height: 1%;
}
#news_list li img{
    float:left;
}
.news-content{
    float: right;
    width: 330px;
    display: inline;
}
.news-content h3{
    margin-top: 0px;
}

/******************************************************************/
/* 13: CAREER */
/******************************************************************/
#cr-list{
    clear: both;
    margin: 10px 0;
    padding-top: 15px;
    background: transparent url(../images/careers/BAck01.jpg) no-repeat top center;
}
#cr-list .middle{
    padding: 0 10px;
    background: transparent url(../images/careers/BAck02.jpg) repeat-y center;
    overflow:hidden;
    height:1%;
}
#cr-list p {
    margin-top:10px;
    color:#6D6D6D;
    font-size:11px;
}
#cr-list strong{
    color:#6D6D6D;
    font-size:11px;
}
#cr-list .middle h3{
    margin: 0 0 0 10px;
    padding-left: 20px;
    width:390px;
    background: #FFF url(../images/Bullet04Details.jpg) no-repeat top left;
}
#cr-list .middle h3.texttop{
    margin: 0 0 0 5px;
    padding-left: 20px;
    width:375px;
    background: #FFF url(../images/careers/Bullet_incress.jpg) no-repeat top left;
}
#cr-list .footer{
    height: 20px;
    background: transparent url(../images/careers/BAck03.jpg) no-repeat center;
}
#cr-list .cr-img{
    float:left;

}
#cr-list div.wp-right{
    float:left;
    width:385px;
    margin-left:10px;
}
#cr-list h3{
    border-bottom:1px #eeeeee solid;
}
#cr-list h3 a{
    font-size:14px;
    font-weight:bold;
    color:#0575C7;
    text-decoration:none;
}
#cr-list h3 a:hover{
    text-decoration:underline;
}

#merchant-info .padhead{
    height:20px;
}
#category-list a.cr-sidebar{
    display: block;
    text-decoration: none;
    font-size: 13px;
}
#merchant-info h2 span.career-botton{
    background:url('../images/careers/Bullet_incress.jpg') no-repeat center left;
    font-weight: bold;
    line-height:27px;
    display:block;
    text-indent:20px;
    font-size:20px;
    color: #0574C7;
    padding-top:0px;
    padding-bottom:3px;
}
#crs-address{
    clear: both;
    float:left;
    margin: 0 0 10px 0;
    padding-top: 15px;
    width:226px;
    background: transparent url(../images/careers/address/BAck01.jpg) no-repeat top center;
}
#crs-address .middle{
    padding: 0 5px;
    background: transparent url(../images/careers/address/BAck02.jpg) repeat-y center;
    overflow:hidden;
    height:1%;
}
#crs-address .footer{
    height: 20px;
    background: transparent url(../images/careers/address/BAck03.jpg) no-repeat center;
}
#crs-address .cr-img{
    float:left;
}
#crs-address div.wp-right{
    float:left;
    width:200px;
    color:#6D6D6D;
    margin-left:5px;
}
#crs-address p {
    margin:0px 0px 5px 0px;
    color:#6D6D6D;
    font-size:11px;
}
#crs-address .middle h3{
    margin: 0 0 0 5px;
    padding-left: 15px;
    background: #FFF url(../images/careers/BulletOR.jpg) no-repeat center left;
}
#crs-address strong{
    color:#6D6D6D;
    font-size:13px;
}
#crs-address label{
    clear:left;
    float:left;
    width:60px;
    margin-top:15px;
    font-size:13px;
    font-weight:bold;
    color:#666666;
    text-align:right;
}
#crs-address span{
    float:left;
    display:block;
    width:130px;
    margin-top:15px;
    font-size:11px;
    color:#666666;
}
.crs-banner{
    float:left;
    width:355px;
    height:215px;
    margin-bottom:10px;
    margin-left:7px;
}
#crs-detail{
    clear: both;
    margin: 10px 0;
    padding-top: 15px;
    width:593px;
    background: transparent url(../images/careers/BackDetail/BAck01.jpg) no-repeat top center;
}
#crs-detail .middle{
    padding: 0 10px;
    background: transparent url(../images/careers/BackDetail/BAck02.jpg) repeat-y center;
    overflow:hidden;
    height:1%;
}
#crs-detail .footer{
    height: 20px;
    background: transparent url(../images/careers/BackDetail/BAck03.jpg) no-repeat center;
}
#crs-detail .cr-img{
    float:left;
}
#crs-detail div.wp-right{
    float:left;
    width:340px;
    color:#6D6D6D;
    margin-left:10px;
}
#crs-require{
    clear: both;
    margin: 10px 0;
    padding-top: 15px;
    width:593px;
    background: transparent url(../images/careers/BackRequirement/BAck01.jpg) no-repeat top center;
}
#crs-require .middle{
    padding: 0 10px;
    background: transparent url(../images/careers/BackRequirement/BAck02.jpg) repeat-y center;
    overflow:hidden;
    height:1%;
}
#crs-require .footer{
    height: 20px;
    background: transparent url(../images/careers/BackRequirement/BAck03.jpg) no-repeat center;
}
#crs-require .cr-img{
    float:left;
}
#crs-require div.wp-right{
    float:left;
    width:560px;
    color:#6D6D6D;
    margin-left:2px;
}
#crs-require p {
    margin-top:12px;
    color:#6D6D6D;
    font-size:11px;
}
#crs-require .middle h3{
    margin: 0 0 0 5px;
    padding-left: 20px;
    background: #FFF url(../images/careers/HeadRequire.jpg) no-repeat top left;
}
#crs-require strong{
    color:#6D6D6D;
    font-size:11px;
}
.header_francise{
    border-bottom:solid #dddddd 1px;
    overflow:hidden;
    margin-top:20px;
}

#maincontent .header_francise h2{
    border: none;
    float: left;
    width:70%;
    margin:0px;
    padding:0px;
}
#maincontent .header_francise a{
    float: right;
    margin-top:10px;
}

/**********************************************************************/
/* 14: MARQUEE */
/**********************************************************************/
.mq_box{
    width: 100%;
    height: 30px;
    margin-top: 15px;
    display: block;
    border: 1px solid #cdcdcd;
    background:#f5f5f5;
}
.mq_title{
    float: left;
    width: 175px;
    height: 25px;
    display: block;
    padding-top:5px;
    padding-left:10px;
    font-family: verdana, gill, helvetica, sans-serif;
    font-size: 15px;
}
.mq_title p.title{
    color: #000;
    margin: 0;
    padding: 0;
}
.box_moving{
    float:left;
    width: 710px;
    height: 25px;
    display: block;
    padding-top: 5px;
    color: #ffffff;
}

/**********************************************************************/
/* 15: BUTTON */
/**********************************************************************/
.button-search{
    background: transparent url(../images/MerchantsIN/ButtonSearch.png) no-repeat center top;
    width:89px;
    height:30px;
    border:none;
    cursor:pointer;
    margin-top: 5px;
}
.button-submit{
    background: transparent url(../images/ButtonSubmit.png) no-repeat center top;
    width:89px;
    height:30px;
    border:none;
    cursor:pointer;
}
.button-login{
    background: transparent url(../images/ButtonLogin.png) no-repeat center top;
    width:89px;
    height:30px;
    border:none;
    cursor:pointer;
}
.readmore{
    background:#e9e9e9;
    width: 80px;
    height: 18px;
    text-align: center;
    padding: 4px;
    border: 1px solid #b9b9b9;
    color: #FFF;
    cursor: pointer;
    float: left;
    margin: 10px 10px 0 0;
    padding: 3px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-image: -moz-linear-gradient(top,  #eaeaea,  #c5c5c5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#eaeaea));
}
/********************************************************************/
/* 16: FORM  */
/********************************************************************/
.field{
    border: solid #DDD 1px;
    padding: 3px 0;
    width: 435px;
}
.subcontent .field{
    width: 190px;
}
.subcontent label{
    width: 65px;
}
.subcontent .cmd{
    padding: 0 0 0 75px;
    border: none;
}
#maincontent .field{
    width: 400px;
}
form div{
    padding: 5px 0;
    overflow: hidden;
    height: 1%;
}
form div p{
    margin: 0px;
}
label{
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 10px;
}
form .cmd{
    padding-left: 170px;
    padding-top: 15px;
    border-top: solid #DDD 1px;
}
form .indent{
    padding-left: 160px;
}
form .error{
    color: #f00;
    text-indent: 160px;
    margin: 0px;
}
fieldset{
    border: solid #CCC 1px;
    border-width: 1px 0 0 0;
}
legend{
    font-weight: bold;
}

.valid-msg{
    background-color: #E4FFDF;
    color: #0200AF;
    border: solid #48DF29 1px;
    padding: 10px;
}
.error-msg{
    background-color: #FFEFEF;
    color: #FF5F5F;
    border: solid #FF5F5F 1px;
    padding: 10px;
}
.notice{
    margin-left: 160px;
    color: #CCC;
}

.edit, .delete{
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
}
.edit{
    background: transparent url(../images/icons/brick_edit.png) no-repeat top left;
}
.delete{
    background: transparent url(../images/icons/delete.png) no-repeat top left;
}

.red{
    color: #F00;
    font-weight: bold;
}
.green{
    color: #089F00;
    font-weight: bold;
}
.blue{
    color: #00F;
}
.large{
    width: 300px;
}
.large-med{
    width: 250px;
}
.medium{
    width: 150px;
}
.small{
    width: 100px;
}
/********************************************************************/
/* 17: FOOTER */
/********************************************************************/
#footer{
    margin: 0px auto;
    width: 975px;
    height: 24px;
}

