.pinfo_tabs {
	display: block;
}
.pinfo_tabs > a, .pinfo_tabs > a:hover, .pinfo_tabs > a:focus {
	text-decoration: none;
	margin: 0 8px 0 0;
}
.pinfo_tab {
	background: none repeat scroll 0 0 #e7e7ed;
	background: linear-gradient(to bottom, #fafafb, #eaeaed) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #DDD #CCC;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	line-height: 24px;
	height: 24px;
	padding: 8px 10px;
	white-space: nowrap;
	color: #333;
}
.pinfo_tab:hover, .pinfo_tab:focus {
	background: none repeat scroll 0 0 #e2e2e8;
	background: linear-gradient(to bottom, #f7f7f9, #e2e2e8) repeat scroll 0 0 rgba(0, 0, 0, 0);
}   
.pinfo_tab:active {
	background: none repeat scroll 0 0 #e7e7ed;
	background: linear-gradient(to bottom, #f4f4f5, #e4e4ea) repeat scroll 0 0 rgba(0, 0, 0, 0);
	outline: none;
}
.pinfo_tab::-moz-focus-inner {
       border: 0;
}
.pinfo_tab.active {
	background: none repeat scroll 0 0 #f61;
	background: linear-gradient(to bottom, #f94, #f61) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #f61 #f72;
	color: #fff;
}
.pinfo_tab.active:hover, .pinfo_tab.active:focus {
    background-color: #F50;
	background-image: linear-gradient(#F94, #F50);
}   
.pinfo_tab.active:active {
	background-color: #F40;
	background-image: linear-gradient(#F94, #F40);
	outline: none;
}


.btn_nav, a.btn_nav, a.btn_nav:hover, a.btn_nav:focus  {
	text-decoration: none;
        cursor: pointer;
	font-weight: normal;
}
.btn_nav {
	background: none repeat scroll 0 0 #e7e7ed;
	background: linear-gradient(to bottom, #fafafb, #eaeaed) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #DDD #CCC;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
/* 	line-height: 24px; */
/* 	height: 24px; */
	padding: 8px 10px;
	white-space: nowrap;
	color: #333;
	font-size: 11px;
	font-weight: normal;
        margin: 2px;
	
	display: inline-block;
	text-align: center !important;
}
.btn_nav.bold {
	font-weight: bold;
}
.btn_nav.disabled, .btn_nav.disabled, .btn_nav.disabled:hover, .btn_nav.disabled:focus, a.btn_nav.disabled, a.btn_nav.disabled:hover, a.btn_nav.disabled:focus {
	color: #999;
	cursor: default;
}
.btn_nav > .icon {
	padding: 0 6px 0 2px;
	position: relative;
	top: 4px;
	display: inline-block;
/* 	line-height: 0; */
/* 	height: auto; */
/* 	float: left; */
}
.btn_nav > .icon > img {
	margin: 0;
	padding: 0;
	display: inline-block;
/* 	line-height: 0; */
/* 	height: auto; */
/* 	vertical-align: top; */
/* 	float: left; */
/* 	height: 12px; */
}
.btn_nav.small > .icon {
	padding: 0 6px 0 2px;
	position: relative;
	top: 4px;
}
.btn_nav.small {
        padding: 5px 8px;
/* 	line-height: 20px; */
/* 	height: 20px; */
        font-size: 10px;
}
.btn_nav:hover, .btn_nav:focus {       
	background: none repeat scroll 0 0 #e2e2e8;
	background: linear-gradient(to bottom, #f7f7f9, #e2e2e8) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #333;
}   
.btn_nav:active {       
	background: none repeat scroll 0 0 #e7e7ed;
	background: linear-gradient(to bottom, #f4f4f5, #e4e4ea) repeat scroll 0 0 rgba(0, 0, 0, 0);
	outline: none;
	color: #333;
}
.btn_nav::-moz-focus-inner {
       border: 0;
}

.btn_nav.highlight {
	background: none repeat scroll 0 0 #f61;
	background: linear-gradient(to bottom, #f94, #f61) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #f61 #f72;
	color: #fff;
}
.btn_nav.highlight:hover, .btn_nav.highlight:focus {
	background-color: #F50;
	background-image: linear-gradient(#F94, #F50);
	color: #fff;
	text-decoration: none;
}   
.btn_nav.highlight:active {
	background-color: #F40;
	background-image: linear-gradient(#F94, #F40);
	outline: none;
	color: #fff;
}

.btn_nav.highlight.important {
	background: none repeat scroll 0 0 #f00;
	background: linear-gradient(to bottom, #f33, #f33, #f00, #f00) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #f00 #f22;
	color: #fff;
}
.btn_nav.highlight.important:hover, .btn_nav.highlight.important:focus {
	background-color: #F55;
	background-image: linear-gradient(#F33, #F33, #F55, #F55);
	color: #fff;
	text-decoration: none;
}   
.btn_nav.highlight.important:active {
	background-color: #F40;
	background-image: linear-gradient(#F55, #F55, #F33, #F33);
	outline: none;
	color: #fff;
}
