/*  
Theme Name: EKUZO
Theme URI: http://www.ekuzo.com
Description: A CMS theme for Wordpress
Version: 3.0
Author: Albert Ginger
Author URI: http://www.ekuzo.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');


/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	margin:0 auto;
	padding:0;
	background:#111111;
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100% "微软雅黑",sans-serif,sans-serif;
	}
	
p {	
	font-family:"微软雅黑",sans-serif;
	margin: 15px 0;
	line-height:1.5em;
	}

a, a:visited {
	color: #185801;
	}

a:hover, a:active {
	color:#FFD803;
	}
	
th a,th a:visited {
	color:#ffffff;
}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

a img, a:visited img {
	border:none
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em "微软雅黑",sans-serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
img {
	border:0px;
	}		

small {
	color:#aaaaaa;
	margin-left:6px;
}
.fontBold {
	font:bold 1.2em "微软雅黑",sans-serif;
}
/* ---------- @ Structure -----------*/

#page {
	width:960px;
	margin:0 auto;
	background:#F4F4F4;
	/* padding-top:8px;*/
	}

.page-over {
	width:100%;
	background:#F4F4F4;
	}
	
#wrapperIndex {
	background:#F4F4F4 url(images/worker_foot.jpg) top left no-repeat;
	font-size:0.75em;
	padding:0;
	}
	
#wrapper {
	font-size:0.75em;
	padding:0;
	}

#board-home {
	width:100%;
	background:#1F7600;
	height:285px;
}

#board-home-in {
	width:960px;
	margin:0 auto;
	background:#1F7600;
}

#board-home-in .mleft {
	width:254px;
	height:285px;
	float:left;
}

#board-home-in .mright {
	width:700px;
	height:285px;
	float:right;
}

#content {
	width:650px;
	float:left;
	}
	
#content li {
	line-height:1.5em;
}
#masthead {
	width:960px;
	margin:0 auto;
	padding:14px 0 8px 0;
	}

.headerlogo {
	width:257px;
	height:55px;
	float:left;
	}

.description {
	width:610px;
	float:left;
	height:55px;
	font-size:1.5em;
	color:#676767;
	text-align:left;
	line-height:55px;
	padding-left:15px;
	/*background:#66FF00;*/
	}
	
.languages {
	width:100px;
	float:left;
	/*background:#FFFF33;*/
}

.languages ul {
	padding-top:20px;
	clear:both;
}

.languages ul li {
	list-style:none;
	float:left;
	margin-right:10px;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width:260px;
	float:right;
	margin:20px 30px 20px 0px;
	}
	
/* #sidebar h3 {
	background:#232323;
	padding-left:10px;
	color:#fff;
	border-left:5px solid #1F7600;
	height:18px;
}
*/

#sidebar h3 {
	padding-left:2px;
	color:#232323;
	border-bottom:1px dotted #d7d7d7;
	margin-bottom:3px;
}

#sidebar ul {
	margin-bottom:12px;
}

#sidebar ul li {
	list-style-image:url(images/dot.gif);
}

#featured-cats {
	width:182px;
	float:left
	}

#more-posts {
	width:413px;
	float:right;
	}
	
	
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em "微软雅黑",sans-serif;
	letter-spacing:-0.01em;
	float:left;
	}
	
h2 {
	font: 2.5em "微软雅黑",sans-serif;
	padding-bottom:8px;
	margin-bottom:20px;
	}

#lead h2 {
	font: 2.2em "微软雅黑",sans-serif;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
.post {
	margin-bottom:20px;
}

h2.posttitle {
	margin:25px 0 0 0;
	padding:0 0 15px 0;
	font:bold 24px "微软雅黑",sans-serif;
	color:#111111;
	}

h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font:bold 32px "微软雅黑",sans-serif;
	color:#111111;
	}
				
h3 {
	border-bottom:1px dotted #d7d7d7;
	font:bold 1.2em "微软雅黑",sans-serif;
	padding:5px 0 4px 5px;
	margin:0px 10px 10px 10px;
	background:none;
	color:#232323;
	letter-spacing:0.02em;
	}
/*#sidebar h3, .widget h3 {
	border-bottom:1px;
}*/
.post h3 {
	border:none;
	font:1.7em "微软雅黑",sans-serif;
	color: #232323;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.1em "微软雅黑",sans-serif;
	margin:20px 0px;
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.8em "微软雅黑",sans-serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
	font:bold 0.9em "微软雅黑",sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-bottom:10px;
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:22px 0;
	background:#ededed;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	}

#lead:hover {
	background:#e8e8e8;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}

#lead-text {
	float:left;
	width:320px;
	padding:13px 15px 16px 0;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:left;
	margin-right:22px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em "微软雅黑",sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em "微软雅黑",sans-serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

#sidebar li, .headlines li {
	margin-left:30px;
	padding:5px 0;
	}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:100%;
	margin: 10px 0px;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0 0 12px 0;
	padding:4px 0 0 0;
	}
		
#pagination {
	margin-top:20px;
	margin-bottom:20px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry, .entry div {
	line-height:20px;
	padding-bottom:15px;
	text-align:left; 
	/*text-justify:distribute-all-lines;*/
	}

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:115%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:115%;
	}
	
.planPrice {
	white-space:nowrap;
	text-align:center;
	color:#FF6600;
	font:bold 1.2em "微软雅黑",sans-serif;
}
.entry table {
	margin-top:10px;
	text-align:left;
	border:3px solid #cccccc;
	padding:5px;
}
.entry table tr {
	font-size:12px;
	background:#FFFFFF;
}
.entry table th {
	padding:5px;
	font-weight:normal;
	text-align:left;
	background:#333333;
	color:#ffffff;
	border-bottom:1px solid #ccc;
}
.entry table tr td {
	padding:5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#f5f3ee;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em "微软雅黑",sans-serif;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em "微软雅黑",sans-serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:3px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 5px 10px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:60px;
	}

#searchform {
	float:right;
	width:230px;
	text-align:right;
	padding-top:8px;
	}

#s {
	width:190px;
	font-size:1em;
	}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top
	}		
	

	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/
#footer {
	width:960px;
	margin:0 auto;
	font-size:0.75em;
	padding:16px 0px 25px 0px;
	}

#footer a, #footer a:visited {
	color:#94928b;
	text-decoration:none;
	}

#footer a:hover {
	color:#5a5954;
	}

#footer a:active {
	text-decoration:underline
	}
			
#footer img {
	vertical-align:middle;
	}
	
#copyright {
	float:left;
	width:550px;
	color:#666666;
	text-align:left;
	}

#copyright dl dt {
	padding-left:15px;
	line-height:17px;
}

#copyright dl .tags {
	font-size:11px;
}

#rss {
	float:right;
	width:350px;
	text-align: right;
	margin-right:20px;
	}
	
/* ---------- @ CarouselLite -----------*/			
#board-home-in .mright .prev, #board-home-in .mright .next, #board-home-in .mright .jCarouselLite {
	FLOAT: left
}

#board-home-in .mright .prev, #board-home-in .mright .next {
	cursor:pointer;
}

.jCarouselLite ul li{
	font-size:10px;
	padding:0px;
	margin:5px 12px;
	color:#E7E7E7;
}
.jCarouselLite .welcome {
	font-size:18px;
	width:100%;
	display:block;
	text-align:center;
	color:#E7E7E7;
	padding:0px;
	margin:20px 0px 0px 0px;
}
.jCarouselLite .introme {
	font-size:11px;
	width:100%;
	display:block;
	text-align:center;
	color:#9ECF8C;
	padding:0px;
	margin:7px 0px;
}
.jCarouselLite ul li img, .jCarouselLite ul li :link img, .jCarouselLite ul li :visited img {
	border:3px solid #FFD803;
	margin-bottom:6px;
	padding: 1px;
	background:#111111;
}
.jCarouselLite ul li :hover img {
	border:3px solid #FFFFFF;
	margin-bottom:6px;
	padding: 1px;
	background:#111111;
}

/* ---------- @ index columns -----------*/	
.columnsLeft {
	width:318px;
	float:left;
	padding-top:40px;
}
.columnsLeft dl {

}
.columnsLeft dl dt {
	margin-bottom:6px;
	margin-left:13px;
	height:16px;
	overflow:hidden;
}
.moreclick {
	text-decoration:none;
	margin-left:12px;
	font-size:10px;
}
.columnsCenter {
	width:318px;
	float:left;
	background:url(images/bg_center.gif) top left repeat-y;
}
.columnsCenter ul {
	margin:12px;
}
.dotBorder {
	padding-bottom:5px;
	border-bottom:1px dotted #d7d7d7;
}
.columnsCenter ul li {
	margin:6px 0px 6px 80px;
	list-style:none;	
}
.develop {
	background:url(images/icon_develop.gif) top left no-repeat;
}
.btnTurnkey {
	margin:8px 0px 4px 10px;
}
.promotion {
	background:url(images/icon_promotion.gif) top left no-repeat;
}
.bgCartLogo {
	background:url(images/logo_carts.gif) top left no-repeat;
}
.columnsRight {
	width:318px;
	float:left;
}
.columnsRight dl {
	margin-left:13px;
	margin-bottom:8px;
	clear:both;
}
.columnsRight dl dt {
	margin:0px;
	padding:0px;
	height:20px;
}
.columnsRight a, .columnsRight a img {
	margin:0px;
	padding:0px;
}
.columnsRight p {
	margin:10px 0 0 13px
}
.columnsRight p .imgmargin {
	margin-left:13px;
}
.originalArticle {
	font-family:"微软雅黑",sans-serif;
}
.originalArticle a, .originalArticle a:visited, .originalArticle a:hover, .originalArticle a:active {
	font-family:"微软雅黑",sans-serif;
	text-decoration:none;
	color:#1d1d1d;
}

/* ---------- @ search -----------*/	

#rss dl dt {
	margin-right:20px;
	margin-bottom:6px;
	padding-bottom:5px;
	height:25px;
}

.searchWrapper {
	text-align:right;
	padding-right:10px;
	background:url(images/searchbg.png) right center no-repeat;
}
*+html .searchWrapper {
	/*margin-top:11px;*/
}
.searchWrapper .s {
	border:none;
	width:170px;
	margin-right:5px;
	font:12px Arial, Helvetica, sans-serif;
}
.searchform {
	margin:0px;
	padding:0px;	
}
.searchform .sgo {
}

/* ---------- @ faq -----------*/	

.faqClass strong {
	font-size:1.2em;
	line-height:30px;
	padding:4px 0px 12px 32px;
	background:url(images/qna_q.gif) left top no-repeat;
}

.faqClass blockquote {
	font-size:1.2em;
	line-height:20px;
	padding-left:32px;
	background:url(images/qna_a.gif) left top no-repeat;
	margin:0 0 0 20px;
	border-left:0px;
}
.faqClass  .guarantee {
	padding-left:150px;
	min-height:130px;
	background:url(images/logo_guarantee2.gif) left top no-repeat;
}
.faqSubMenu {
	margin-bottom:20px;
}
.faqSubMenu dt {
	font:bold 1.3em Arial;
	float:left;
	padding-left:100px;
	width:200px;
	height:80px;
	line-height:80px;
	border:1px solid #ddd;
}
.faqTitle1 {
	background:#fff url(images/faqList1.gif) left top no-repeat;
	margin:0px 0px 20px 0px;
}
.faqTitle2 {
	background:#fff url(images/faqList2.gif) left top no-repeat;
	margin:0px 0px 20px 20px;
}
.faqTitle3 {
	background:#fff url(images/faqList3.gif) left top no-repeat;
	margin:0px 0px 40px 0px;
}
.faqTitle4 {
	background:#fff url(images/faqList4.gif) left top no-repeat;
	margin:0px 0px 40px 20px;
	clear:right;
}

/* ---------- @ shopping cart software -----------*/
.iconV {
	background:#fff url(images/iconYes.gif) center center no-repeat;
}
.iconX {
	background:#fff url(images/iconNo.gif) center center no-repeat;
}
.compareSoftware {
	padding:0px;
	border:1px;
}
.compareSoftware tr td {
	text-align:center;
	padding:4px;
}
.cpPST {
	width:60px;
	font-weight:bold;
}
.cpMGT {
	width:60px;
	font-weight:bold;
}
.cpOPC {
	width:60px;
	font-weight:bold;
}
.cpOSC {
	width:60px;
	font-weight:bold;
}
.cpZCT {
	width:60px;
	font-weight:bold;
}
.cpCSC {
	width:60px;
	font-weight:bold;
}
.cpXCT {
	width:60px;
	font-weight:bold;
}
.entry a img {
	margin:4px 12px;
	/*margin-bottom:5px;*/
	border:0px;
	clear:none;
	display:inline;
}
.openDemo {
	font-weight:bold;
	padding-left:40px;
	background:url(images/icon_demo1.gif) left top no-repeat;
	line-height:36px;
}
.downloadLink {
	font-weight:bold;
	padding-left:40px;
	background:url(images/icon_down1.gif) left top no-repeat;
	line-height:36px;
}
.screenshot1 {
	font-weight:bold;
	text-align:left;
	float:left;
}
.screenshot2 {
	font-weight:bold;
	text-align:left;
	float:right;
}

.testimonials_manager_widget {
	background:url(images/bg_testimonials.gif) 10px 2px no-repeat; 
	padding:25px 30px 15px 36px;
	font-family:"微软雅黑",sans-serif;
	font-style:italic;
	color:#666666;
	text-align:justify;
}
.adsSidebar img {
	margin-bottom:15px;
	margin-left:8px;
	clear:both;
}
.payNow {
	font-size:12px;
	float:right;
	clear:both;
	margin:10px 0;
}
.payNow select, .payNow td {
	font-size:12px;
	text-align:center;
}

/* ---------- @ friendly links -----------*/
.linksbg {
	width:100%;
	background:#222222;
	color:#E7E7E7;
	padding:6px 0px;
}
.linkcat {
	width:960px;
	margin:0 auto;
	padding:0 8px;
	font-size:12px;
	text-align:left;
	clear:both;
}

.linkcat ul {
	float:left;
	clear:both;
	padding:0 5px 0 60px;
	background:url(images/icon_links.gif) 14px 3px no-repeat;
}
.linkcat ul li {
	list-style-type:none;
	float:left;
	margin:0 5px;
}
.linkcat a, .linkcat a:visited {
	color:#E7E7E7;
	text-decoration:none;
	}

.linkcat a:hover {
	color:#FFD800;
	}

.linkcat a:active {
	text-decoration:underline
	}
	
.linkcat .page_item {
	list-style-type:none;
	float:left;
	margin-left:15px;
}
.error404 {
	margin:100px 0px 100px 300px;
	padding:110px 0px 10px 0px;
	background:url(images/3.png) 100px 0px no-repeat;
}
.linkmore ul li {
	list-style-type:none;
	width:120px;
	float:left;
	text-align:center;
	padding:6px;
	margin:5px 10px 10px 0px;
	border:1px solid #cccccc;
	background:#ffffff;
}
.softPrice {
	font-size:20px;
	font-weight:bold;
	color:#165400;
	margin:15px 0px;
	clear:both;
	padding:12px;
	border:3px solid #BDDD39;
	background:#fff;
	width:50%;
}
.qqListBg {
	background:url(images/qq_livehelp.gif) 2px 0px no-repeat;
	padding:5px;
	}
.qqListFooter {
	margin-top:24px;
	margin-bottom:10px;
	}
.qqListFooter li {
	list-style:none;
	height:26px;
	margin-left:8px;
	}
.qqListFooter img {
	border:0px;
	margin-right:5px;
	}
.qqListFooter a {
	font-size:12px;
	}
.entry p {
	line-height:1.7em;
	font-size:15px;
	}
.cs-cart { padding-left:10px; }
.cs-cart dt { font:bold 12px Arial; color:#F60; }
.cs-cart dd { padding:0 0 8px 10px; font-size:11px; }
.cs-cart dt span { font:bold 15px Arial; color:#09F; padding-right:12px; }
