﻿body {
	background: #CCCCCC;
	font: 0.9em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
	margin-left:0px;
	margin-top:0px;
}
td
{
	font: 9px Verdana, Tahoma, arial, sans-serif;
}
select
{
	margin:-2px;
	border:1px solid #4d88c6;
	font-size: 9px;
	background-color: #e4ecf4;
	outline-style:none;	
}
input
{
	border:expression((this.type=="checkbox"||this.type=="radio"||this.type=="image")?"0px":"1px solid #4d88c6");
	border-color:expression((this.type=="checkbox"||this.type=="radio"||this.type=="image")?"#ffffff":"#4d88c6");
	background-color:expression((this.type=="checkbox"||this.type=="radio"||this.type=="image")?"#ffffff":"#e4ecf4");
	font-size: 9px;
}

textarea {
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #4d88c6;
	font-size: 9px;
	background-color: #e4ecf4;
	}
	
.tabHeader
{
	background-image:url(../../images/TabTop.gif);
	height:30px;color:Black; font-size:9px;
}
.commonbutton{
	border: 1px solid #4d88c6;
	background-color: #9ebfe0;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	background-image: url(../../images/formButtonBg.gif);
	}

.bgcolorOver{
	background-image: url(../../images/hover_tab_bg.gif);
	 background-repeat: no-repeat;
	 font-size:9px;
}
.bgcolorOut{
	background-image: url(../../images/tab_bg.gif);
	 background-repeat: no-repeat;
	 font-size:9px;
}

.DefaultTab 
{
  background-image: url(../../images/tab_bg.gif);
  	 background-repeat: no-repeat;
	 font-size:9px;
  cursor:default;
height:21px;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(../../images/hover_tab_bg.gif);
  font-size:9px; 
  cursor:default;
  	 background-repeat: no-repeat;
}

.SelectedTab 
{
  background-image: url(../../images/selected_tab_bg.gif);
  cursor:default;
  background-repeat: no-repeat;
  font-size:9px;
  height:21px;
}
	
.checkbox,.radio {
	border:0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
	}
	
.UpdateProgressBar
{
	z-index: 101; 
	margin: 0px auto auto -150px; 
	position: absolute; 
	top: 50%; left: 50%;
	/*position: absolute;
	top:expression((this.parentElement.offsetHeight-this.offsetHeight)/2);
	left:expression((this.parentElement.offsetWidth-this.offsetWidth)/2);*/
}

.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
top:-5px;
}

.downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
right: -25px;
cursor: hand;
}

.dropdown{ /*style of Drop Down Menu that appears onMouseover */
POSITION: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border: 1px solid black;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
background-color: #F0F0F0;
}

.dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
font-size:9px;
background: #fff7d1;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dropdown a:hover{
background: #ffe469;
}

a.titleWhite:hover
{
	color:White;
}

a.titleWhite:visited
{
	color:White;
}

A
{
	color:Black;
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline
}
A.a1
{
    COLOR: #3F8805;
    TEXT-DECORATION: none
}
A.a1:hover
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
A.a2
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
A.a2:hover
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
A.a3
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A.a3:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}

/* Top Elements */

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}

img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #AF7F5B;	
}

ul span, ol span {
	color: #666666;
}


blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../../images/quote.gif) no-repeat 5px 5px;    
}

label 
{
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #888;
	height:100px;

	color:#777;
}

input.button { 
	margin: 0; 
	font: bolder 9px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #AF7F5B;
}

input.radio {
 border:0px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 1000px;
	background: #CCC url(../../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 930px;
	padding: 0;
	margin: 0 auto;
	background-color:#FFFFFF;

}
#header {
	width: 1000px;
	position: relative;
	height: 106px;
	background: #CCC url(../../images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 50px;	
}
#header h1#logo-sub {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 1.8em 'Trebuchet MS', Arial, Sans-serif,italic;

	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 18px; left: 350px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0 40px 0 0;
	font: normal 1.2em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 54px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(../../images/menu.jpg) repeat-y center top;	
	font: bold 9px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #300;	
	text-decoration: none;
	font-size:12px;
	font-family:Verdana, Tahoma, arial, sans-serif;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
	font-size:12px;
	font-family:Verdana, Tahoma, arial, sans-serif;
}
#menu ul li#current a {	
	background-color: #0074dd;
	color: #fff;
	font-family:Verdana, Tahoma, arial, sans-serif;
}

/* mainA Column */
#mainA {
	float: left;
	width: 72%;
	padding: 10px 0 0 0; 
	margin: 0;
}
#mainA h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#mainA .nbleft-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#mainA .left-box {
   width: 190px;
	float:left;
	border: 0px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#mainA .right-box {
	float:right;
	border: 0px solid #EFF0F1;
	margin: 0 0 0 0;
	width: 71%;
}
#mainA .full-box {
	border-left: 1px solid #EFF0F1; 
	border-bottom: 1px solid #EFF0F1; 
	border-right: 1px solid #EFF0F1; 
	border-Top: 0px ; 
	margin: 0 0 0 0;
	}
#mainA .left-50box {
	float:left;
	width:50%;
	border: 0px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#mainA .right-50box {
	
	border: 0px solid #EFF0F1; 
	margin: 0 0 0 0;	
}

#mainA ul.MainBenifit {
	list-style: none;
	text-align: left;
	margin: 10px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#mainA ul.MainBenifit li {
	border-bottom: 1px dotted #EFF0F1;
	font: bold 1.4em Verdana, 'Trebuchet MS', Sans-serif;
	background: url(../../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#mainA ul.MainBenifit li p {
	line-height: 14px;
	font: 9px Verdana Arial Helvetica sans-serif;
	color: #6D6D6D;
	padding: 1px 0 3px 0;
}
#mainA ul.MainBenifit li span {
	line-height: 14px;
	font: 9px Verdana Arial Helvetica sans-serif;
	color: #333333;
}
#mainA ul.MainBenifit a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#mainA ul.Features {
	color: #AF7F5B;
	
}
#mainA ul.Features li {
	font: bold 1.2em Verdana, 'Trebuchet MS', Sans-serif;
	margin: 0 2px;	
}

#mainA ul.Features li p {
	font: 0.8em Verdana, 'Trebuchet MS', Sans-serif;
	color: #333333;
   padding: 1px 0 3px 0;
}




/* Main Column */
#main {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	padding-left: 5px;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #AF7F5B;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../../images/square-green.png) no-repeat 3px 50%;	
}


/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	margin: 0;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;
	background: #f8f8f8 ;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* rightSidebar */	
#rightSidebar {	float: left;	width: 26.5%;	margin: 0;	padding-top: 0;	padding-right: 4px;	padding-bottom: 0;	padding-left: 0;}	
#rightSidebar h1 {	margin-top: 10px;	padding: 5px 0 5px 10px; 	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;	color: #555;	background: #EEF0F1 url(../../images/headerbg.gif) repeat-x left bottom;		border: 1px solid #EFF0F1;}
#rightSidebar .left-box {	border: 1px solid #EFF0F1; 	margin: 0 0 5px 0;	background: #f8f8f8 ;	}
#rightSidebar ul.sidemenu {	list-style: none;	text-align: left;	margin: 3px 0 8px 0; padding: 0;	text-decoration: none;		}
#rightSidebar ul.sidemenu li { border-bottom: 1px solid #EFF0F1; background: url(../../images/go.gif) no-repeat 5px 5px; padding: 2px 0 2px 25px; margin: 0 2px; }
#rightSidebar ul.sidemenu a { font-weight: bolder; text-decoration: none; background-image: none; }
/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 1000px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/*
#NavTd{
	background-color:#FFFFFF;
	float: left;
	margin-left:0px;
}

#xNav {width: 170px;font-size:9px; }
#xNav A {text-decoration: none;display: block;}
#xNav UL LI A {padding: 8px 6px 8px 16px;background: url(../../images/leftnav_arrow.gif) 6px 11px no-repeat;color: #06c;line-height:13px;}
#xNav a:hover, #xNav A.ont-selected {text-decoration: underline;background-color: #CFEAF9;}
#xNav DIV {margin-bottom: 6px;}
#xNav H3 {
	padding: 0;
	margin: 0;
	color: #002590;
	font: bold, arial,9pt;
	cursor: pointer;
	border: solid 1px #e0e0e0;
	border-bottom: solid 1px #e8e8e8;
	min-height: 22px;
}
#xNav H3 A {padding: 4px 20px 4px 6px;line-height: 14px;color: #002590;background: url(../../images/mainbar_off.gif) left bottom repeat-x #fff;}
#xNav H3 A:hover {background: url(../../images/mainbar_on.gif) left bottom repeat-x #fff;}
#xNav .navGrp H3 A {}
.xNavGrp, .navGrp {xborder-bottom: solid 1px #ccc;}
#xNav H3 .btn {width: 21px;height: 22px;margin: -22px 0 0 117px;background: url(../../images/dropdown_off.gif) no-repeat;}
#xNav H3 .btn#hover {background-image: url(../../images/dropdown_on.gif);}
#xNav UL {padding: 0;margin: 0;clear:both;}
#xNav UL LI {
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #efefef;
	list-style: none;
	font: verdana, 7.5pt;
	line-height: 7.5pt;
	margin: 0;
	padding: 0;
}
#xNav UL LI.last {border-bottom: solid 1px #e0e0e0;}

*/
/*tree／考虑三级菜单边线，设置背景图*/
#tree1{
  width:186px;
  background-image:url(../../images/myali_menubox_bg.gif);
  clear:both;/*../images/myali_menubox_bg.gif*/
}
#tree1 .linkItem{
	padding:1px;
}
/*阿里助手首页*/
#tree1 .indexmenu{
  padding-top:5px;
  padding-bottom:5px;
  border-left:1px solid #78BFD9;
  border-bottom:1px solid #78BFD9;
  background-color:#FFFFFF;
  margin-right:0px !important;
  margin-right:-1px;
  padding-left:9px;
}
#tree1 .indexmenu{font-weight:bold;color:#FF7400;}
#tree1 .indexmenu a:link,#tree1 .indexmenu a:visited,#tree1 .indexmenu a:hover{font-weight:bold;color:#FF7400;text-decoration: none}
/*一级菜单*/
#tree1 .menu{
	background-repeat:no-repeat;
	line-height:22px !important;
	line-height:28px;
	font-weight:bold;
	padding-left:10px;
	background-color:#B9DDFE;
	border-bottom:1px solid #A5B7DC;
	border-top:2px solid #DCEDFC;
	width:175px;
	padding-top:2px !important;
	padding-bottom:2px !important;
	padding-top:6px;
	padding-bottom:6px;
}
#tree1 .activedmenu{
	background-repeat:no-repeat;
	line-height:28px;
	font-weight:bold;
	padding-left:10px;
	background-color:#B9DDFE;
	border-bottom:1px solid #A5B7DC;
	border-top:2px solid #DCEDFC;
	width:175px;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-top:6px;
	padding-bottom:6px;
	background-image:url("../../images/menu_arrow.gif");
	background-position:right;

}
#tree1 .menu a:link,#tree1 .menu a:visited,#tree1 .activedmenu a:link,#tree1 .activedmenu a:visited{color:#112482;text-decoration: none}
/*二级菜单*/
#tree1 .item2{
	text-align:left;
	margin-top:7px;
	margin-bottom:7px;
}

/*当前选中菜单div*/
#tree1 .selectItem2{
  padding-top:5px;
  padding-bottom:5px;
  border-left:1px solid #78BFD9;
  border-top:1px solid #78BFD9;
  border-bottom:1px solid #78BFD9;
  background-color:#FFFFFF;
  margin-right:0px !important;
  margin-right:-1px;
  margin-top:5px;
}
#tree1 .selectItem2 a:link{ color:#FF7300;text-decoration: none}
/*二级菜单区域*/
#tree1 .itembox{
	margin-left:15px;
}

#tree1 div{
	clear:both;
}
#tree1{ font-size:12px;color:#112482}
#tree1 a:link {  font-size:12px;text-decoration:underline;color:#112482}
#tree1 a:visited { font-size:12px;text-decoration:underline;color:#112482}
#tree1 a:hover {   font-size:12px;text-decoration:underline;color:#112482}
#tree1 a:active {  font-size:12px;text-decoration:underline;color:#112482}

#tree1 .itembox a:hover{color:#FF7300;}


.backs
{
    BACKGROUND-COLOR: #3F8805
}
.backts
{
    BACKGROUND-COLOR: #2C5C03
}
.backq
{
    BACKGROUND-COLOR: #EEFEE0
}
.backzq
{
    BACKGROUND-COLOR: #C8FC98
}
.backc
{
    BACKGROUND-IMAGE: url(images/greenbutton.gif);
    BORDER: medium none;
    COLOR: #ffffff;
    HEIGHT: 16px;
    WIDTH: 50px
}
.backc2
{
    BACKGROUND-IMAGE: url(images/arbutton.gif);
    BORDER: medium none;
    HEIGHT: 18px;
    WIDTH: 18px
}
.buttonBlue
{
	DISPLAY: block;
	vertical-align:text-bottom;
	color:White;
    BACKGROUND: url(../../images/button_s.gif) no-repeat left top;
    BORDER: medium none;
    HEIGHT: 16px;
    WIDTH: 62px;
     TEXT-ALIGN: center;
}
.fonts
{
    COLOR: #3F8805
}
/*
.page {text-decoration: none;font-family: sans-serif;font-size: 9px;padding: 5px;background: #E7E7E7;margin: 0px;color:#000000}
a.page, a.page:link, a.page:visited {font-family: sans-serif;text-decoration: none;color:#000000;}
a.page:hover  {font-family: sans-serif;text-decoration: none;color:#FFF;background: #0000CC;}

*/

.page{ padding-left:0px;margin-top:4px;}
.page a, .Page a:visited { border-right:1px solid #686866;border-bottom:1px solid #686866; padding-left:2px;padding-right:2px; background:#fff; color:#bc2931; clear:both; width:15px; font-weight:bold;text-align:center; margin:2px 2px 2px 2px ; }
.page .b2 {border-right:1px solid #686866;border-bottom:1px solid #686866; padding:2px 2px 0px 2px; background:#fff; color:#bc2931; clear:both; width:50px; text-align:center; }
.page a:hover {color:#bc2931;}
.page font{color:#000000; border-right:1px solid #686866;border-bottom:1px solid #686866; padding:0px 4px 0px 4px; background:#fff; clear:both; width:15px; font-weight:bold;text-align:center;   }

.p1
{
	text-indent: 25;
	line-height: 130%;
	margin-left: 30;
	margin-right: 25;
	margin-top: 10;
	margin-bottom: 5
}
/*
.gra{BACKGROUND-color: #BCFB84;font-size:1px;BORDER-bottom: #000000 1px solid;}
.gra2{BACKGROUND-color: #5EC707;font-size:1px;BORDER-bottom: #000000 1px solid;}
*/
.gra{BACKGROUND-color: #C7EEA6 ;font-size:1px;BORDER-bottom: #000000 0px solid;}
.gra2{BACKGROUND-color: #6DC227;font-size:1px;BORDER-bottom: #000000 0px solid;}
    .PicBar { 
	background-color: #FFCC66; border: 1px solid #000000; height: 12px;
}
    .PicBarH { 
	background-color: #FFCC66; border: 1px solid #000000; width: 4px;
}
.heading {
	padding:1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.4em;
}

.headerColor {color: #FFFFFF}

.topbtn
{
		PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; BACKGROUND: url(../../images/free_sample1.jpg) no-repeat left top; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center;width:136;height:30;
}


#NavTd{border-right:1px solid #999999;background-color:#e5eef9;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#ffffff',endColorStr= '#cadef4',gradientType= '0');}
#Nav{padding:2px 0 9px 0;font:1em Verdana,Arial;}
#Nav .line{border-top:solid 1px #999999;margin:5px 0 5px 0;}
#Nav > .line{margin:6px 0 4px 0;}
#Nav h4{margin:4px 0 5px 5px;font-size:95%;}
#Nav > h4{margin:4px 0 4px 5px;}
#Nav ul{list-style:none;margin:0;padding:0;}
#Nav li{padding:0;margin:-4px 2px;width:175px;}
#Nav > ul > li{margin:-3px 2px;}
#Nav a{cursor:pointer;display:block;color:#000000;padding:2px 4px 4px 8px;margin:1px 0;}
#Nav > ul > li > a{border:1px solid transparent;padding:2px 4px 4px 7px;}
#Nav a:visited{color:#000000;}
#Nav a:hover{border:1px solid #cccccc;margin:0;padding:2px 4px 4px 7px;background-color:#f1f1f1;text-decoration:none;}
#Nav > ul > li > a:hover{margin:1px 0;}

.titleWhite
{
	color:White;
}


.TopGroup
{
  z-index:99;
  position:relative;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:250px;
  position:relative;
  top:-3px;
  left:1px;
  z-index:98;
}
.tabfont {font-size: 9px}


.turnline
{
	WORD-BREAK: break-all ;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.post-footer {
	background-color: #fff;
	padding: 5px; margin: 5px 10px 0 10px;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.ticketLabel{
padding-bottom:3px;
}