@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

div#main {
    width: 962px;
    margin: 30px auto 0 auto;
}


/**************************
        HEADER
**************************/

div#header {
    width: 962px;
    height: 39px;
    margin-bottom: 8px;
}

img#logo {
    float: left;
}

/*** nav ***/
ul#nav {
    width: auto;
    height: 20px;
    margin: 0px;
    padding: 0px;
    margin-top: 19px;
    float: right;
}
ul#nav li {
    list-style: none;
    float: left;
    border-right: 1px dashed #eaeaea;
    
    position: relative;
    z-index: 2;
}

ul#nav li a {
    color: #333333;
    display: block;
    padding: 0px 15px 2px 15px;
}

ul#nav li a:hover,
ul#nav li a.current {
    background-color: #AF2524;
    color: #fff;
}
ul#nav li a.expand:hover{
    background: url('/images/ddl_arrow_red.gif') 110px center no-repeat;
    background-color:#AF2524;
}
ul#nav li a.expand{
    background: url('/images/ddl_arrow.gif') 110px center no-repeat;
}
ul#nav li a.expandcurrent{
    color:#fff;
    background: url('/images/ddl_arrow_red.gif') 110px center no-repeat;
    background-color:#AF2524;
}
/*** drop down menu ***/
ul#nav li ul {
    border: 1px solid #eaeaea;
    background-color: #fff;
    width: 133px;
    
    margin: 0px;
    padding: 0px;
    
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 2;
    
    display: none;
}

ul#nav li ul li {
    width: 119px;
    
    border-right: 0px;
    border-bottom: 1px dashed #eaeaea;
    margin: 0px 7px;
    padding: 3px 0px;
}

ul#nav li ul li.end {
    border-bottom: 0px;
}
ul#nav li ul li a {
    font-size:11px;
    padding: 0px 3px;
}
ul#nav li.sec_over a.expand{
    background: url('/images/ddl_arrow_red.gif') 110px center no-repeat;
    background-color:#AF2524;
    color:#fff;
}
/*ul#nav li ul li a {
/*  background: url('/images/ddl_arrow.gif') 100px center no-repeat;*/
/*  font-size: 11px;
    padding: 0px 3px;
}

ul#nav li ul li a:hover,
ul#nav li ul li a.current {
/*  background: url('/images/ddl_arrow_red.gif') 100px center no-repeat; */
/*  background-color: #AF2524 !important;
    color: #fff !important;
}
ul#nav li ul li a.expand{
    background: url('/images/ddl_arrow.gif') 100px center no-repeat;
}
ul#nav li ul li a.expandcurrent{
    background: url('/images/ddl_arrow_red.gif') 100px center no-repeat;
    background-color: #AF2524 !important;
    color: #fff !important;
}
ul#nav li ul li a.expand:hover{
    background: url('/images/ddl_arrow_red.gif') 100px center no-repeat;
}*/
/*** second drop down menu ***/
ul#nav li ul ul {
    border: 1px solid #eaeaea;
    background-color: #fff;
    width: 218px;
    
    margin: 0px;
    padding: 0px;
    
    position: absolute;
    top: 6px;
    left: 119px;
    
    display: none;
}

ul#nav li ul ul li {
    width: 204px;
    
    border-right: 0px;
    border-bottom: 1px dashed #eaeaea;
    margin: 0px 7px;
    padding: 3px 0px;
}

ul#nav li ul ul li.end {
    border-bottom: 0px;
}

ul#nav li ul ul li a {
    background: none;
    font-size: 11px;
    padding: 0px 3px;
}

ul#nav li ul ul li a:hover,
ul#nav li ul ul li a.current {
    background: none;
    background-color: #AF2524 !important;
    color: #fff !important;
}

/*** mouse over ***/
ul#nav li.first_over ul {
    display: block;
}

ul#nav li.first_over ul li ul {
    display: none;
}

ul#nav li.first_over ul li.sec_over ul {
    display: block;
}

/**************************
        SEARCH BOX
**************************/

div#search_box_wrap {
    background: url('/images/bg_search_box.png') no-repeat;
    width: 190px;
    height: 14px;
    padding: 9px 5px;
    
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

div#home_wrap div#search_box_wrap {
    top: 0px;
}

form.search_form {
    width: 190px;
    overflow: hidden;
}

form.search_form input#keyword {
    width: 120px;
    border: 1px solid #B2B2B2;
    padding:0px 2px;
    color: #B2B2B2;
    font-size: 11px;
    float: left;
}

form.search_form input#btn_submit {
    width: 57px;
    border: 0px;
    background-color: #000000;
    color: #fff;
    font-size: 11px;
    float: right;
}


/**************************
        BANNER
**************************/

div#banner_wrap {
    /*background: url('/images/bg_banner.gif') repeat-x;*/
    width: 962px;
    height: 162px;
    padding-top: 0px;
    margin-bottom: 25px;
    
    position: relative;
}

div#print_email_tab_bg {
    width: 86px;
    height: 14px;
    background: url('/images/bg_print_tab.png') no-repeat;
    color: #231F20;
    font-size: 11px;
    padding-top: 10px;
    padding-left: 30px;
    
    position: absolute;
    bottom: 0px;
    right: 12px;
}
div#print_email_tab {
    width: 86px;
    height: 14px;
    color: #231F20;
    font-size: 11px;
    padding-top: 10px;
    padding-left: 30px;
    
    position: absolute;
    bottom: 0px;
    right: 12px;
}

div#print_email_tab a {
    color: #231F20;
}


/**************************
        LEFT NAV
**************************/

div#leftnav_content_wrap {
    width: 962px;
    overflow: hidden;
}

/*** leftnav ***/
div#leftnav, ul#leftnav {
    width: 175px;
    margin: 0px;
    padding: 0px 40px 0px 25px;
}
div#leftnav{
    width:215px;
    padding-right:0px;
}
div#leftnav .left_search{
    background:url('/images/bg_search.gif') left top no-repeat;
    width:100%;
    height:40px;
    margin-bottom:30px;
    position:relative;
}
div#leftnav .left_search input{
    border:1px solid #ccc;
    font-size:11px;
    color:#aaa;
    position:absolute;
    left:10px;
    top:10px;
    width:115px;
    padding:2px 2px;
}
div#leftnav .left_search a{
    position:absolute;
    left:138px;
    top:10px;
    display:block;
    width:52px;
    height:15px;
    padding:2px 2px;
}
#search_result_area{
    padding-bottom:50px;
}
#tabs{
    width:100%;
    overflow:hidden;
}
#tabs img{
    margin:0;
    padding:0;
    float:left;
}
#search_results{
    width:98%;
    border:1px solid #eaeaea;
}
#search_results .result{
    width:95%;
    margin:20px auto 0;
    overflow:hidden;    
}
#search_results .result img{
    float:left;
    border:1px solid #eaeaea;
    padding:2px;
}
#search_results .result div{
    float:left;
    padding-left:10px;
    width:500px;
}
ul#leftnav li {
    list-style: none;
    border-bottom: 1px dashed #e4e4e4;
    margin-bottom: 6px;
    width: 165px;
    padding-left:10px;
}
ul#leftnav li.top{
    padding-left:0px
}
ul#leftnav li a {
    color: #231F20;
}

ul#leftnav li a.bullet {
    background: url('/images/bg_leftnav_list.gif') left 5px no-repeat;
    padding-left: 10px;
}

ul#leftnav li a:hover,
ul#leftnav li ul li a:hover,
ul#leftnav li ul li ul li a:hover {
    color: #AF2524 !important;
}

ul#leftnav li ul {
    width: 155px;
    margin: 0px;
    padding: 5px 0px 0px 10px;
}

ul#leftnav li ul li {
    width: 155px;
    padding:0px;
    border-bottom: 0px;
    margin-bottom: 4px;
}

ul#leftnav li ul ul {
    width: 145px;
}

ul#leftnav li ul li ul li {
    width: 145px;
    padding:0px;
}

ul#leftnav li.current {
    color: #AF2524;
}

ul#leftnav li.current a {
    color: #AF2524;
}

ul#leftnav li.current ul li a {
    color: #666666;
}

ul#leftnav li.current ul li.current a {
    color: #AF2524;
}

ul#leftnav li.current ul li.current ul li a {
    color: #666666;
}

ul#leftnav li.current ul li.current ul li.current a {
    color: #AF2524;
}

/*** content_wrap ***/
div#content_wrap {
    width: 700px;
    padding-left: 21px;
    border-left: 1px dashed #e4e4e4;
    float:right;
    padding-bottom:25px;
}

div#breadcrumb {
    color: #333333;
    font-size: 11px;
    margin-bottom: 10px;
}

div#breadcrumb a {
    color: #333333;
    text-decoration: underline;
}

div#breadcrumb span {
    color: #AF2524;
}


/**************************
        FOOTER
**************************/

div#footer {
    width: 962px;
    overflow: hidden;
    color: #666666;
    font-size: 11px;
    padding-bottom: 10px;
}

div#footer a {
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

div#print_footer{
    background:#AF2524;
    color:#fff;
    width:100%;
    height:80px;
    overflow:hidden;
    display:none;
}
div#print_footer .one{
    width:30%;
    margin:15px 10px;
    padding-right:10px;
    text-align:right;
    border-right:1px dashed #fff;
    height:50px;
}
div#print_footer .two{
    width:40%;
    margin:15px 10px;
    text-align:left;
    height:50px;
}
div#print_footer .three{
    border-left:1px dashed #fff;
    width:20%;
    margin:15px 10px;
    padding-left:10px;
    text-align:left;
    height:50px;
}
/**************************
        HOME
**************************/

div#home_wrap {
    position: relative;
}

div#home_info_wrap {
    width: 390px;
    padding-top: 15px;
    margin-bottom: 25px;
    padding-left: 15px;
}

div#home_info_wrap p {
    width: 100%;
    overflow: hidden;
    line-height:1.2em;
    margin-bottom:0.5em;
}

div#home_info_wrap p img {
    float: none;
    margin: 1em 0 0 0;
}

div#home_info_wrap div {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

div#app_img_wrap {
    width: 540px;
    overflow: hidden;
    
    position: absolute;
    top: 245px;
    left: 415px;
    z-index: 1;
}

div#app_img_wrap div {
    background: url('/images/home/bg_app_img.png') no-repeat;
    width: 120px;
    height: 180px;
    padding-top: 2px;
    padding-left: 6px;
    padding-right:8px;
    margin-bottom: 10px;
    float: left;
}

div#app_img_wrap div a.indent {
    display:block;
    font-size: 13px;
    padding-left:10px;
}

div#app_img_wrap div a span {
    color: #333333;
}


/**************************
        APPLICATION
**************************/
ul#applications{
    list-style-type: none;
    margin:20px 0px 20px -10px;
    width:100%;
    overflow:hidden;
}
ul#applications li{
    width:172px;
    height:270px;
    padding-left:1px;
    border-right:1px dashed #ccc;
    float:left;
    overflow:hidden;
    margin-bottom:2px;
}
ul#applications li{
    height:270px;
}
ul#applications li.last{
    border-right:0px;
}
ul#applications li .text{
    margin-left:15px;
    margin-right:10px;
}
ul#applications li img{
    /*background:url('/images/app/bg_app_thumb.jpg');*/
    /*padding:0px 16px 13px;*/
}
ul#applications li .head{
    font-size:12px;
    margin-bottom:3px;
    color:#000;
}
ul#applications li .intro{
    line-height:15px;
}
ul#applications li ul{
    margin:0px 0px 0px 0px;
    padding:0px;
    overflow:hidden;
    width:100%;
}
ul#applications li ul li{
    margin:0px;
    padding:3px 0px 2px 10px;
    width:142px;
    background:url('/images/spec/bg_bullet.png') left 7px no-repeat;
    height:auto;
}
.spec_read_more{padding-top:10px;}
/**************************
        CATEGORY
**************************/
div#content_wrap .head{
    margin-bottom:0px;
    font-size:14px;
    font-weight:bold;
}
div#content_wrap .text{
    margin-bottom:10px;
    font-size:12px;
    line-height:17px;
}
.limit{
    width:470px;
}
.limit2{
    width:480px;
}
#featured_casestudy{
    width:195px;
    margin-top:-25px;
}
.casestudy{
    border-top:1px dashed #eaeaea;
    margin-top:10px;
    padding-top:10px;
}
#application{
    padding-right:21px;
    border-right:1px dashed #eaeaea;
}
.category{
    border:1px solid #eaeaea;
    padding:15px 15px;
    margin-bottom:15px;
    height:97px;
}
.category img{
    float:left;
}
.category .des{
    margin-left:125px;
}
#category{
    width:100%;
    margin-top:30px;
    overflow:hidden;
}
/***********************
        PRODUCT
***********************/
#category .product{
    float:left;
    margin:0 10px 15px 0;
    width:328px;
    height:105px;
    padding:8px 0px 8px 10px;
    border:1px solid #eaeaea;
    overflow:hidden;
}
#category .product img{
    float:left;
    margin-top:5px;
}
#category .product .intro{
    margin-left:70px;
}
.product_spec{
    width:100%;
    overflow:hidden;
}
.product_spec div{
    font-size:11px;
    float:left;
}
.product_spec div.weight{
/*    width:88px;*/
	margin-right:5px;
}
.product_spec div.width{
/*    width:95px;*/
	margin-right:5px;
}
.product_spec div.color{
/*    width:72px;*/
}
div.back_to_top{
    padding:30px 50px 50px;
    float:right;
}
#product{
    width:100%;
}
ul.details{
    list-style-type:none;
    margin:40px 0 20px;
    padding:0;
}
ul.details li{
    border-bottom:1px dashed #eaeaea;
    padding:3px 5px;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
}
ul.details li.heading{
    background-color:#333;
    color:#fff;
    border:none;
    margin-bottom:5px;
}
ul.details li span.red{
    padding-right:5px;
}
ul.details li span.link{
    padding-left:10px;
}
ul.details li.last{
    border-bottom:1px solid #eaeaea;
}
/*************
    news
**************/
#newss{
    width:100%;
    overflow:hidden;
    margin-bottom:-10px;
}
#newss .news{
    width:320px;
    height:120px;
    float:left;
    margin:0px 16px 30px 0px;
}
#newss .second{
    margin:0px 0px 30px 0px;
}
.date{
    font-size:12px;
    text-align:right;
    font-weight:bold;
}
#newss .inner{
    height:78px;
    padding:8px;
    border:1px solid #eaeaea;
}
#newss .news img{
    float:left;
}
#newss .news .intro{
    margin-top:5px;
    margin-left:82px;
}
/*****************
    casestudy
******************/
#casestudies{
    width:100%;
    overflow:hidden;
    margin-bottom:-10px;
}
#casestudies .casestudy{
    width:320px;
    height:90px;
    float:left;
    padding:10px 10px;
    margin:0px 16px 30px 0px;
    border:1px solid #eaeaea;
}
#casestudies .second{
    margin:0px 0px 30px 0px;
}
#casestudies .casestudy img{
    float:left;
}
#casestudies .casestudy .intro{
    margin-top:5px;
    margin-left:82px;
}
#casestudy_below{
    padding-top:20px;
    width:100%;
    overflow:hidden;
}
.featured{
    overflow:hidden;
}
.item{
    width:104px;
    margin-right:30px;
    height:160px;
    float:left;
    text-align:center;
    margin-top:15px;
}
#casestudy_below .app{
    margin-top:33px;
}
.img img{
    display:block;
    margin-bottom:20px;
}
div#brand_list{
    position:relative;
    width:673px;
    height:143px;
    background:url('/images/brands/featured_brand_list.png') left top no-repeat;
}
div#brand_list a{
    position:absolute;
    display:block;
    height:30px;
    z-index:2;
}
div#brand_list a#l1{
    width:60px;
    left:12px;
    top:20px;
}
div#brand_list a#l2{
    width:130px;
    left:97px;
    top:20px;
}
div#brand_list a#l3{
    width:100px;
    left:250px;
    top:20px;
}
div#brand_list a#l4{
    width:80px;
    left:360px;
    top:20px;
}
div#brand_list a#l5{
    width:75px;
    left:462px;
    top:20px;
}
div#brand_list a#l6{
    width:95px;
    left:565px;
    top:20px;
}
div#brand_list a#l7{
    width:55px;
    left:12px;
    top:55px;
}
div#brand_list a#l8{
    width:50px;
    left:110px;
    top:55px;
}
div#brand_list a#l9{
    width:75px;
    left:207px;
    top:55px;
}
div#brand_list a#l10{
    width:95px;
    left:322px;
    top:55px;
}
div#brand_list a#l11{
    width:95px;
    left:455px;
    top:55px;
}
div#brand_list a#l12{
    width:55px;
    left:582px;
    top:55px;
}
div#brand_list a#l13{
    width:55px;
    left:12px;
    top:98px;
}
div#brand_list a#l14{
    width:75px;
    left:112px;
    top:98px;
}
div#brand_list a#l15{
    width:60px;
    left:222px;
    top:98px;
}
div#brand_list a#l16{
    width:70px;
    left:332px;
    top:98px;
}
div#brand_list a#l17{
    width:95px;
    left:442px;
    top:98px;
}
div#brand_list a#l18{
    width:75px;
    left:572px;
    top:98px;
}
ul#brands{
    list-style-type: none;
    margin:30px 0px 0px;
    margin-left:-10px;
    width:100%;
    overflow:hidden;
}
ul#brands li{
    width:174px;
    height:220px;
    border-right:1px dashed #ccc;
    float:left;
    overflow:hidden;
    margin-bottom:2px;
}
ul#brands li.last{
    border-right:0px;
}
ul#brands li .text{
    margin-left:15px;
    margin-right:10px;
}
ul#brands li .head{
    font-size:13px;
    margin-bottom:3px;
}
ul#brands li .intro{
    line-height:15px;
}
img.fb{
    margin:20px 0px;
}
ul#subbrands{
    margin:0px 0px 20px 0px;
    padding:0px;
    border:1px solid #eaeaea;
    list-style-type: none;
    width:690px;
}
ul#subbrands li.heading{
    background:url('/images/brands/bg_subbrand.png') no-repeat left top;
    width:690px;
}
ul#subbrands li.heading a.subbrand{
    width:655px;
    height:34px;
    display:block;
    line-height:30px;
    color:#fff;
    font-size:14px;
    padding-left:35px;
}
ul#subbrands li.heading a.open{
    background:url('/images/brands/icon_close.png') 15px top no-repeat;
}
ul#subbrands li.heading a.closed{
    background:url('/images/brands/icon_open.png') 15px top no-repeat;
}
ul#subbrands li ul{
    width:625px;
    margin:20px auto;
    padding:0px;
    list-style-type:none;
    display:none;
}
ul#subbrands li ul li{
    width:100%;
    padding-bottom:10px;
    margin-bottom:15px;
    border-bottom:1px dashed #eaeaea;
    overflow:hidden;
}
ul#subbrands li ul li.last{
    border-bottom:0px dashed #eaeaea;
}
ul#subbrands li ul li .left_div{
    width:300px;
    float:left;
}
ul#subbrands li ul li .right_div{
    width:300px;
    float:right;
}
.enquiry{
    padding-right:30px;
}
.enquiry a{
    font-size:11px;
}

#gallery{
    width:100%;
    overflow:hidden;
    margin-bottom:-30px;
}
#gallery .image{
    float:left;
    text-align:center;
    padding-right:20px;
    padding-bottom:50px;
}
#gallery .photo{
    padding-right:25px;
}
#gallery .image img{
    display:block;
    border:1px solid #eaeaea;
    padding:2px;
}
#pagination{
    height:20px;
    line-height:20px;
    text-align:right;
    margin:10px auto;
    width:630px;
}
#pagination span{
    padding:2px 5px;
    background-color:#000;
    color:#fff;
}
#pagination a{
    padding:2px 5px;
    color:#aaa;
    text-decoration:underline;
}
.pagination{
    height:20px;
    line-height:20px;
    text-align:center;
    margin:10px auto;
    width:98%;
}
.pagination .start{
    float:left;
}
.pagination .last{
    float:right;
}
.pagination span{
    padding:2px 5px;
    color:#AF2524;
}
.pagination span a{
    color:#666;
    text-decoration:underline;
}
/*****************
    contact form
******************/
.form{
    width:100%;
    overflow:hidden;
}
.form ul{
    margin:0px;
    padding:0px;
}
.form ul li{
    list-style-type:none;
    margin-left:120px;
    margin-top:0px;
    position:relative;
}
.form ul li.short{
    margin-left:80px;
}
.form ul li.short label{
    width:70px;
    left:-80px;
}
.form ul li label{
    position:absolute;
    left:-120px;
    width:110px;
    text-align:left;
    color:#000;
}
.form ul li label.error{
    color:#f00;
}
.form ul li label.inline{
    position:relative;
    left:auto;
    padding-left:1px;
}
.form select{
    font-size:11px;
    width:60px;
}
.form .text{
    width:164px;
    font-size:12px;
    padding:2px 0px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
}
.form .captcha{
    width:100px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
}
.form .postcode{
    width:35px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
}
.form .text_enquiry{
    width:204px;
    height:138px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.form .text_type{
    width:220px;
    height:40px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
/**********
    popup
***********/
#popup_enquiry{
    width:658px;
    height:462px;
    overflow:hidden;
    background:url('/images/spec/bg_enquiry_pop.png') no-repeat left top;
}
#popup_enquiry .close{
    display:block;
    padding:10px 15px;
}
#popup_enquiry .wrapper{
    margin:100px 30px 0px 20px;
    width:600px;
    overflow:hidden;
}
#popup_enquiry .wrapper ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
    float:left;
    width:285px;
}
#popup_enquiry .wrapper ul.two{
    width:310px;
}
#popup_enquiry .wrapper ul li{
    margin-left:120px;
    margin-top:8px;
    position:relative;
}
#popup_enquiry .wrapper ul li label{
    position:absolute;
    left:-120px;
    width:110px;
    text-align:right;
    color:#000;
}
#popup_enquiry .wrapper ul.two li{
    margin-left:90px;
}
#popup_enquiry .wrapper ul.two li.nomargin{
    margin-top:0px;
}
#popup_enquiry .wrapper ul.two li label{
    position:absolute;
    left:-90px;
    width:80px;
    text-align:right;
    color:#000;
}
#popup_enquiry .wrapper ul li label.error{
    color:#f00;
}
#popup_enquiry .wrapper ul li label.inline{
    position:relative;
    left:auto;
    padding-left:1px;
}
#popup_enquiry .wrapper ul li select{
    font-size:11px;
    width:60px;
}
#popup_enquiry .wrapper ul li input.text{
    width:164px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
}
#popup_enquiry .wrapper ul li input.captcha{
    width:100px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
}
#popup_enquiry .wrapper ul li input.postcode{
    width:35px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
}
.text_enquiry{
    width:220px;
    height:60px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.text_type{
    width:220px;
    height:40px;
    border:1px solid #ccc;
    border-top:1px inset #ccc;
    border-left:1px inset #ccc;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
#popup_enquiry .wrapper div{
    font-size:11px;
}
#popup_enquiry .wrapper #actions{
    margin-top:25px;
    width:100%;
    overflow:hidden;
}
#popup_enquiry .wrapper #actions #popup_status{
    width:300px;
    height:20px;
    float:right;
}
#popup_email_page{
    width:365px;
    height:489px;
    position:absolute;
    left:300px;
    top:200px;    
    z-index:10;
    display:none;
}
#popup_email_page .form{
    width:315px;
    height:399px;
    padding:90px 20px 0px 30px;
    background:url('/images/popup/email_bg.png') left top no-repeat;
}
#popup_email_page a.right{
    position:absolute;
    right:20px;
    top:10px;
    padding:10px;
}
#popup_email_page li{
    margin-bottom:2px;
}
#popup_email_page label{
    text-align:right;
}
/************
    print
*************/
#print_body{
    width:91%;
    height:760px;
    margin:5% auto;
    background-image:url('/images/print/bottom.gif');
    background-position:left bottom;
    background-repeat:no-repeat;
}
#print_banner{
    margin-top:10px;
    margin-bottom:50px;
}
