body{
    margin:0;
    font:12px Arial,Verdana,sans-serif;
    color:#53606f;
    background:#fff url(../img/bg_body.gif) repeat-x 0 0;
}
div{
    overflow:hidden;
}
img{
    border:none;
    display:block;
}
form,fieldset{
    margin:0;
    padding:0;
    border:none;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    outline:none;
    text-decoration:none;
    cursor:pointer;
    color:#2470b8;
}
a:hover{
    text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p{
    margin:0;
}
div.main{
    width:915px;
    margin:0 auto;
}
/*header*/
div.header{
    width:100%;
    padding:37px 0 0 0;
}
h1{
    float:left;
}
h1 a{
    float:left;
    background: url(../img/logo.gif) no-repeat 0 0;
    width:247px;
    height:75px;
    text-indent:-9999px;
}
div.main_menu{
    float:right;
    width:644px;
    height:59px;
    background:url(../img/bg_main_menu.gif) no-repeat 0 0;
    margin:6px 0 0 0;
}
div.main_menu li{
    float:left;
    height:43px;
    font:20px Tahoma;
    background:url(../img/divider.gif) no-repeat 0 0;
    padding:16px 10px 0 10px;
    letter-spacing:-1px;
}
div.main_menu li.first{
    padding-left:15px;
    background:none;
}
div.main_menu li a{
    color:#2470b8;
}
div.main_menu li a:hover,
div.main_menu li.active a{
    color:#676767;
    text-decoration:none;
}
div.main_menu input{
    float:right;
    width:105px;
    height:35px;
    background:url(../img/btns.gif) no-repeat 0 0;
    border:none;
    cursor:pointer;
    margin:13px 23px 0 0;
}
div.content_holder{
    width:100%;
}
div.big_image{
    width:100%;
    position:relative;
    margin:20px 0 0 0;
}
div.buyer{
    position:absolute;
    top:13px;
    right:17px;
}
div.buyer_content{
    background:url(../img/bg_buyer.png) no-repeat 0 0;
    width:195px;
    height:300px;
    padding:0 26px 0 42px;
}
h2{
    font-size:31px;
    font-weight:normal;
    color:#2470b8;
    letter-spacing:-1px;
}
h3{
    font-size:22px;
    font-weight:normal;
    color:#2470b8;
    letter-spacing:-1px;
    margin:0 0 12px 0;
}
h4{
    font-size:18px;
    font-weight:normal;
    color:#2470b8;
}
h5{
    font-size:14px;
    color:#53606f;
    margin:6px 0 0 0;
}
div.buyer h2{
    color:#3c5f8b;
    margin:23px 0 0 0;
}
div.buyer p{
    color:#265289;
    height:45px;
    margin:10px 0 0 0;
}
div.two_buttons{
    margin:18px 0 0 0;
}
div.two_buttons a{
    float:left;
    margin:0 11px;
    position:relative;
}
p.top_text,
p.left_text,
p.right_text{
    position:absolute;
    color:#fff;
    padding:0 0 0 58px;
    background:url(../img/line_white.gif) no-repeat 0 8px;
}
p.top_text{
    top:15px;
    left:432px;
}
p.left_text{
    top:185px;
    left:80px;
    background-position:100% 8px;
    padding:0 51px 0 0;
}
p.right_text{
    bottom:25px;
    right:305px;
    color:#3b5f91;
    background:url(../img/line_blue.gif) no-repeat 0 8px;
}
/*content*/
div.content{
    width:100%;
    margin:30px 0 0 0;
    background:url(../img/bg_content.gif) repeat-y 0 0;
}
div.content_top{
    width:100%;
    background:url(../img/bg_content_top.gif) no-repeat 0 0;
}
div.content_bottom{
    width:100%;
    background:url(../img/bg_content_bottom.gif) no-repeat 0 100%;
    padding:12px 0 20px 0;
}
div.content_wide{
    width:100%;
    margin:30px 0 0 0;
    background:url(../img/bg_content1.gif) repeat-y 0 0;
}
div.content_wide div.content_top{
    width:100%;
    background:url(../img/bg_content_top1.gif) no-repeat 0 0;
}
div.content_wide div.content_bottom{
    width:883px;
    background:url(../img/bg_content_bottom1.gif) no-repeat 0 100%;
    padding:12px 17px 20px 17px;
}
div.wide_content{
    width:100%;
    margin:30px 0 0 0;
    background:url(../img/bg_content1.gif) repeat-y 0 0;
}
div.wide_content_top{
    width:100%;
    background:url(../img/bg_content_top1.gif) no-repeat 0 0;
}
div.wide_content_bottom{
    width:883px;
    background:url(../img/bg_content_bottom1.gif) no-repeat 0 100%;
    padding:12px 17px 20px 17px;
}
/*left_column*/
div.left_column{
    float:left;
    width:566px;
    padding:0 17px;

}
div.left_column p{
    margin:12px 0 0 0;
}
table.form{
    width:530px;
    margin:10px 0 0 0;
}
table.form td{
    padding:6px 0 0 0;
}
table.form input{
    width:228px;
    height:19px;
    border:1px #d2dbde solid;
    font:14px Arial;
    color:#53606f;
    padding:4px 10px 2px 10px;
    margin:0;
    float:left;
}
table.form select{
    width:250px;
    height:28px;
    border:1px #d2dbde solid;
    font:14px Arial;
    color:#53606f;
    padding:4px 10px 2px 10px;
    margin:0;
    float:left;
}
table.form textarea{
    width:508px;
    height:217px;
    border:1px #d2dbde solid;
    font:14px Arial;
    color:#53606f;
    padding:4px 10px 2px 10px;
    margin:0;
    float:left;
}
td.line_gray{
    background:url(../img/line_gray.gif) repeat-x 0 17px;
    height:30px;
}
td.button input{
    background:url(../img/btns.gif) no-repeat 0 -35px;
    height:35px;
    width:105px;
    margin:20px 0 0 213px;
    padding:0;
    border:none;
    cursor:pointer;
}
table.small_form{
    margin:0;
}
table.small_form textarea{
    width:228px;
    height:98px;
}
table.small_form td.button input{
    margin-left:72px;
}
/*right_column*/
div.right_column{
    float:right;
    width:257px;
    padding:0 20px 0 18px;
}
/*footer*/
div.footer{
    width:100%;
    clear:both;
    margin:20px 0 30px 0;
    border-top:1px #e7e7e7 solid;
}
div.footer ul{
    overflow:hidden;
    padding:13px 0 0 240px;
}
div.footer ul li{
    float:left;
}
div.footer ul li a{
    color:#53606f;
}
div.footer ul li span{
    padding:0 11px;
    cursor:default;
}
div.footer p{
    overflow:hidden;
    width:100%;
    text-align:center;
    margin:13px 0 0 0;
}
/*index page*/
div.index_page div.left_column{
    width:410px;
}
div.index_page div.right_column{
    width:410px;
}
div.index_page div.content{
    background:url(../img/bg_content_index.gif) repeat-y 0 0;
}
div.index_page div.content_top{
    background:url(../img/bg_content_index_top.gif) no-repeat 0 0;
}
div.index_page div.content_bottom{
    background:url(../img/bg_content_index_bottom.gif) no-repeat 0 100%;
    min-height:200px;
}
div.image{
    float:left;
    width:200px;
    height:129px;
    margin:0 18px 0 0;
}
ul.icons li{
    overflow:hidden;
    width:100%;
    background:url(../img/divider1.gif) repeat-x 0 0;
    padding:6px 0 4px 0;
}
ul.icons li.first{
    background:none;
}
ul.icons div.image{
    float:left;
    width:50px;
    height:45px;
}
ul.icons div.photo{
    width:55px;
    height:55px;
    border:1px #e1e1e1 solid;
    padding:1px;
    margin-right:15px;
}
ul.icons div.text{
    float:left;
    width:340px;
}
ul.icons div.photo_text{
    width:176px;
    font-size:11px;
}
ul.icons div.photo_text p{
    margin:10px 0 0 0;
}
ul.icons div.photo_text b{
    display:block;
    font-size:12px;
    margin:4px 0 0 0;
}
div.help p{
    margin:0 0 24px 0;
}
table.marketplace{
    width:878px;
    background-color:#fff;
    margin:10px 0 0 0;
}
table.marketplace td{
    text-align:center;
    height:110px;
    border:1px #eee solid;
    border-top:none;
    border-left:none;
    vertical-align:top;
    padding:17px 12px 0 12px;
}
table.marketplace td.al_left{
    text-align:left;
}
table.marketplace td.first{
    border-left:1px #eee solid;
}
table.marketplace tr.title td{
    height:40px;
    background:url(../img/bg_tr_title.gif) repeat-x 0 0;
    white-space:nowrap;
    vertical-align:middle;
    padding:0 12px;
}
table.marketplace tr.title td.first{
    background:url(../img/bg_td_first.gif) no-repeat 0 0;
    border-left:none;
}
table.marketplace tr.title td.last{
    background:url(../img/bg_td_last.gif) no-repeat 100% 0;
    border-right:none;
}
table.marketplace tr.gray td{
    background-color:#f8f8f8;
}
table.marketplace td img{
    width:91px;
    height:75px;
}
table.marketplace td strong{
    font-size:14px;
}
table.marketplace tr.title_blue td{
    background:url(../img/bg_tr_title_blue.gif) repeat-x 0 0;
}
table.marketplace tr.title_blue td.first{
    background:url(../img/bg_td_first_blue.gif) no-repeat 0 0;
}
table.marketplace tr.title_blue td.last{
    background:url(../img/bg_td_last_blue.gif) no-repeat 100% 0;
}
div.pager{
    padding:18px 0 0 293px;
}
div.pager li{
    float:left;
}
div.pager li a{
    display:block;
    width:25px;
    height:20px;
    padding:5px 0 0 0;
    margin:0 5px 0 0;
    text-align:center;
    background:url(../img/bg_pager.gif) no-repeat 0 0;
}
div.pager li a:hover,
div.pager li.active a{
    background-color:#ccc;
    text-decoration:none;
    background:url(../img/bg_pager_hover.gif) no-repeat 0 0;
}
div.pager li.prev a,
div.pager li.next a{
    width:67px;
    height:23px;
    padding:0;
    margin-top:1px;
}
div.pager li.prev a,
div.pager li.prev a:hover{
    background:url(../img/btns.gif) no-repeat 0 -70px;
}
div.pager li.next a,
div.pager li.next a:hover{
    background:url(../img/btns.gif) no-repeat 0 -93px;
}

.list1 {
    font-size: 16px;
    line-height: 30px;
    width: 380px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: both;
}
.list1 li{
    background-image: url('/img/check.gif');
    background-repeat: no-repeat;
    background-position: 0px 1px;
    text-indent:27px;
    font-size: 16px;
    margin:0px;
    font-weight: bold;
}

#panel-featured-merchant{
    margin:auto;
    background-image: url('/img/panel-featured-merchant.jpg');
    width: 346px;
    height: 142px;
    padding:10px 10px 0px 10px;
    margin-bottom: 8px;
}

#panel-featured-merchant img{
    float:left;
    margin:0px 8px 0px 0px;
    display:inline;
    background-color:#FFFFFF;
    padding:2px;
    border:1px solid #999;
}

#login-box {
    margin: 15px 0;
    padding: 15px;
    width: 90%;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.login-button{
    float:left;
    width:105px;
    height:35px;
    background:url(../img/btns.gif) no-repeat 0 0;
    border:none;
    cursor:pointer;
    margin:13px 23px 0 0;
}
input.site-styled {
    width:228px;
    height:19px;
    border:1px #d2dbde solid;
    font:14px Arial;
    color:#53606f;
    padding:4px 10px 2px 10px;
    margin-top: 10px;
}



.hidden {display:none;}