/*global*/
dl,dt,dd,h3,h4 {margin:0}
dl:after, .info:after {display:block;content:'\20';height:0;clear:both;}
dl,.info {zoom:1;}
.info {padding-bottom:20px!important;}
.ti2em {padding:5px 0;}
.ti2em p {text-indent:2em; margin:0 0 0.3em 0;}
.intro {color:#808080;}
.app .info {background:#fff;margin-bottom:1px;}
.app dt {float:left; overflow:hidden;}
.app h4 a {color:#282828; font-weight:600}
.app dd {color:#808080; font:12px/1.8 tahoma,arial,simsun;}

/*公用标题栏*/
.shop_title,.cms_title,.bbs_title,.blog_title,.other_title {
	background-image:url(tbg.jpg);background-repeat:no-repeat;
	height:40px; 
	font:600 14px/36px tahoma,arial,simsun; color:#fff;
	margin-left:-5px;margin-top:-1px; padding:0 10px 0 22px;
}
.shop_title {background-position:0 0; color:#455272;}
.cms_title {background-position:0 -50px; color:#2E4207;}
.bbs_title {background-position:0 -100px; color:#017DB0;}
.blog_title {background-position:0 -150px; color:#224963;}
.other_title {background-position:0 -200px; color:#222;}

/*列表页*/
.ver {padding-left:10px; font-weight:normal!important; font-size:12px; color:#383838;}
.space {float:left; width:15px; height:100px;}
.more a {margin-right:8px;}
.ico_info {background:url(info.gif) left center no-repeat; padding-left:16px}
.ico_view {background:url(view.gif) left center no-repeat; padding-left:16px}

/*详细页*/
.details {padding-top:0!important;}
.details dl {padding:6px 0 18px 0; border-bottom:1px dashed #f5f5f5;}
.details dd {
	-moz-box-shadow:1px 1px 2px 1px rgba(0,0,0,.1) inset; 
	box-shadow:1px 1px 2px 1px rgba(0,0,0,.1) inset; 
	border:1px solid; border-color:#E9E9E9 #EFEFEF #EFEFEF #E9E9E9;
	-moz-border-radius: 5px; 
	border-radius:5px;
	padding:10px; 
}
.details h4 {color:#282828; font-size:14px;}
.details .more {color:#333}
.details .pkg {margin:10px 0; color:#333}

/*程序图标*/
.ico_shop,.ico_cms,.ico_bbs,.ico_blog,.ico_other {display:inline-block;*display:inline;*zoom:1; width:238px; height:80px; background-repeat:no-repeat; margin:5px 0 10px 1px;}
.ico_shop {background-image:url(shop.gif);} 
.ico_cms  {background-image:url(cms.gif);} 
.ico_bbs  {background-image:url(bbs.gif);} 
.ico_blog {background-image:url(blog.gif);}
.ico_other{background-image:url(other.gif);}
.bp1 {background-position:4px 0}
.bp2 {background-position:4px -120px}
.bp3 {background-position:4px -240px}
.bp4 {background-position:4px -360px}
.bp5 {background-position:4px -480px}
.bp6 {background-position:4px -600px}
.bp7 {background-position:4px -720px}
.bp8 {background-position:4px -840px}
.bp9 {background-position:4px -960px}
.bp10 {background-position:4px -1080px}

/*标签*/
.app dt i {display:inline-block; *display:inline;*zoom:1; margin:8px 0 3px 5px; padding:3px 7px; height:16px; line-height:16px; font-style:normal; font-size:12px; cursor:default;
	/*background-image:url(ico_tags.gif); background-repeat:no-repeat;
	background:#F5F5F5;*/
	-moz-box-shadow:1px 1px 0 #aaa; /*ltFF3.6*/
	box-shadow:1px 1px 0 #aaa;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#aaaaaa'); /*ltIE9*/
}
.ico_php	{color:#030406; background:#EFF5FD}
.ico_mysql	{color:#023B5B; background:#FBEBD9}
.ico_zend	{color:#133149; background:#f6f6f6}
.ico_asp	{color:#666; background:#F5F5F5}
.ico_access {color:#1C5674; background:#DDEFF7}
.ico_aspnet {color:#276780; background:#FFF2EA}
.ico_mssql	{color:#1C5674; background:#FFF2EA}
.ico_open	{color:#296D37; background:#E1F4E5}
.ico_free	{color:#f60; background:#FFF2EA}

/*按钮*/
.bt_3rd {
	height:1.5em;
	padding: .1em .8em;
	display:inline-block; *display:inline; *zoom:1;
	color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, #ccc); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fff, #ccc); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fff, #ccc); /* IE10 */
	background-image:      -o-linear-gradient(top, #fff, #ccc); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fff, #ccc);
	filter: progid:DXImageTransform.Microsoft.Gradient(enabled='true', startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6–IE9 */
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font:14px/1.5em tahoma,'microsoft yahei',simhei;
	text-shadow: 0 1px #fff;
}
.bt_3rd:hover{
	color: #000;
	text-decoration: none;
	background:#eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, #bbb); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fff, #bbb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fff, #bbb); /* IE10 */
	background-image:      -o-linear-gradient(top, #fff, #bbb); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fff, #bbb);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6–IE9 */
	border-color: #54A1CB;
	-moz-box-shadow: 0 0 3px rgba(84,161,203,.8);
	box-shadow:  0 0 3px rgba(84,161,203,.8);
}
.bt_3rd:focus {
	outline:0 none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#fff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #bbb, #fff); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #bbb, #fff); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #bbb, #fff); /* IE10 */
	background-image:      -o-linear-gradient(top, #bbb, #fff); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bbb, #fff);
	filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6–IE9 */
	border-color: #888 #aaa #aaa #888;
}


.title2{border-top:1px solid #eee;}
#title{padding:6px 10px 6px 20px;font-weight:bold;}
.bt1{padding:0px 40px 0px 0px;}
.bt1 a{background:url(../n/bt1.gif) center -25px no-repeat;color:white;padding:3px 0px 1px 0px;text-align:center;display:block;float:right;width:96px; text-decoration:none;margin-left:10px;}
.bt1 a:hover {background-position:center 0px;color:white;text-decoration:none;}
.ttd {border-top:1px dotted #ccc;}
.ttd td{ border-bottom:1px dotted #ccc;padding:5px 0;}
.detail{color:#f00;font-size:13px;padding-top:5px;}

/*第三方程序详细页*/
#templateList{padding-top:10px;}
#templateList li{float:left;padding:6px 6px 6px 6px;margin:5px 0px 10px 10px;}
#templateList li img{padding-left:5px;width:140px;border:0px;}
#templateList a{padding:145px 1px 1px 1px;display:block;color:#000;height:1px;border:2px solid #cccccc;width:203px;}
#templateList a:hover{color:#ff3300;border:2px solid #ff3300;}
#pagelist {overflow:hidden;zoom:1;clear:both;padding:10px;display:block;width:100%;text-align:center;}
#pagelist a{padding:0px 0px 0px 0px;border:1px solid #ccc;text-align:center;margin:0px 5px 0px 5px;}
#pagelist a:hover{background:#f30;color:white;border:1px solid #f30;}
#mTab {padding-left:30px;height:33px;line-height:33px;}
#mTab a{float:left;width:100px;text-align:center;padding:6px 0px 6px 0px;font-size:14px;color:#000;border-top:3px solid #ccc;}
#mTab a.hot{background:#fff;border-top:3px solid #c00;}
#mTab a:hover{star:expression(this.onFocus=this.blur());}
#sh0,#ec0{text-align:center;margin-left:10px;margin-top:10px;}
#sh0 a,#ec0 a{line-height:30px;}

.details .more{ background:#eff5fd; padding:0 10px; height:50px; line-height:50px;}
.details .pkg{ margin:15px 0}
table.ttd{ border-collapse:collapse; border-top:0; margin-top:10px}
table.ttd th{ background:#eff5fd; height:50px; line-height:50px; text-align:center; font-size:14px;color:#333;font-weight:normal;}
table.ttd a{ color:#666; height:50px;}
table.ttd a:hover{ color:#cc0000}
table.ttd .detail{ color:#0066CC}

.bt{background:#cc0000;padding:0px; width:80px; height:25px; text-align:center; line-height:25px; color:#fff !important}
.bt1 a{background:#cc0000;padding:0px; width:80px; height:25px; text-align:center; line-height:25px; color:#fff !important}
.priceS{ width:200px; height:25px; line-height:25px; border:1px #ccc solid}
.priceS strong{ font-family:Arial, Helvetica, sans-serif; color:red; font-size:18px}


.ico_php{color:#666; background:#EFF5FD}
.detail{color:#0066cc;font-size:12px;padding-top:5px;}

.ti3em {padding:5px 0;}
.ti3em p {margin:0 0 0.3em 0;}
table.sub_ttd td{padding:10px 0px}
table.ttd .bt1 a{height:auto !important;}

.app dd {width:750px; float:right;border:0;border-radius:0;box-shadow:none; border-left:1px dotted #e0e0e0;}
.app dt {width:150px; float:left;}
.app dd .price{ margin-right:5px;}



.hidden{ display:none;}
.dropbox{ position:relative; margin:15px;border:1px solid #ccc;}
.dropbox .price{ width:100px; text-align:right; font-weight:normal; color:#000; font-size:13px; }
.dropbox .price strong{ font-family:Georgia,Tahoma; color:#f00; font-size:16px; padding-right:5px;}
.dropbox .selected{ background:#fcfcfc url(/mohost/images/v5/drop.jpg) 130px center no-repeat;  height:20px; line-height:20px; clear:both; cursor: pointer;padding:10px 28px 10px 15px;}
.dropbox .selected span{ float:left; display:block; line-height:22px;}
.dropbox ul{ position:absolute; top:40px; background:#fff; border:1px solid #ccc; border-top:0; width:100%; overflow:hidden;zoom:1; left:-1px;}
.dropbox ul li a{ display:block; clear:both; border-top:1px solid #ccc; height:25px; line-height:25px; padding-left:8px; cursor:pointer;}
.dropbox ul li a:hover{ background:#eee; text-decoration:none; }
.dropbox ul li a span{ float:left; display:block; line-height:24px; vertical-align:bottom; color:#333; }
.dropbox ul li a span.hidden{ display:none;}
/*第三方程序详细页*/