@charset "utf-8";
/* CSS Document */

@import url("/_lib/css/base.css");

@import url("/_lib/css/box.css");



/*链接*/
a:link, a:visited{ color:#333;}
a:hover{ color:#333;}


#container{ width:960px; margin:0 auto; height:auto; padding:0;}

#left_container{ width:188px; float:left;}

#center_container{ width:552px; float:left;}

#right_container{ float:right; width:205px;} 


dl.list{ width:100%; height:auto; border-bottom:1px #aeaeae dotted; margin-top:10px; background:url(/ticket/images/icon.gif) 6px 10px no-repeat; text-indent:20px;font-size:14px;}
dl.list dt, dd{ height:26px; line-height:26px; color:#666666; width:100%;}
dl.list dt a{  color:#333333;}
dl.list dt a:hover{ color:#000000}
dl.list dd div{ float:left; height:22px;}
dl.list dd .time{ width:140px;}
dl.list dd .adr{ width:190px;}
dl.list dd .price{ width:220px;}

/*过期的票*/
dl.back{ width:100%; height:auto; border-bottom:1px #aeaeae dotted; margin-top:10px; background:url(/ticket/images/icon.gif) 6px 10px no-repeat; text-indent:20px;font-size:14px;}
dl.back dt, dl.back dd{ height:26px; line-height:26px; color:#AAA; width:100%;}
dl.back dt a{  color:#AAA;}
dl.back dt a:hover{ color:#AAA}
dl.back dd div{ float:left; height:22px;}
dl.back dd .time{ width:140px;}
dl.back dd .adr{ width:190px;}
dl.back dd .price{ width:220px;}


.detail_container{ width:520px; margin:10px auto 0;}
.detail_container .print{ float:right;}
.detail_container .det_box{ margin:36px 0 0; height:auto; padding-bottom:30px;}
.detail_container .pic{ padding:1px; border:1px #c5c5c5 solid; width:182px; height:232px; float:left; margin-bottom:30px; display:block;}
.detail_container dl.list2{ width:300px; float:right;}
.detail_container dl.list2 dt{ font-size:14px; font-weight:bold; color:#fe4d07; height:50px; line-height:50px; width:100%; overflow:hidden}
.detail_container dl.list2 dd{ color:#333333; line-height:18px; height:auto; margin:4px 0;}

.detail_container dl.list3{ width:100%;}
.detail_container dl.list3 dt{ font-weight:bold; color:#000000;width:100%;}
.detail_container dl.list3 dd{ color:#333333;width:100%; height:auto}
