/* 
 *
 * CSS For: 	KIDS.GE
 * Version:		1.1
 * Web Site:	https://kids.ge
 * Author:		David Tsvariani
 * Email: 		info@kids.ge
 * Facebook: 	facebook.com/kids.ge
 * 
*/




@font-face {
  font-family: "Phunji";
  src: 	url("/fonts/phunji.eot?") format("eot"),
  		url("/fonts/phunji.woff") format("woff"),
  		url("/fonts/phunji.ttf") format("truetype");
}

@font-face {
  font-family: "Eka";
  src: 	url("/fonts/eka.eot?") format("eot"),
  		url("/fonts/eka.woff") format("woff"),
  		url("/fonts/eka.ttf") format("truetype");
}

@font-face {
  font-family: "BPGNino";
  src: 	url("/fonts/bpgnino.eot?") format("eot"),
  		url("/fonts/bpgnino.woff") format("woff"),
  		url("/fonts/bpgnino.ttf") format("truetype");
}

@font-face {
	font-family: 'BPGGlaho';
	src:	url('/fonts/BPGGlaho.eot?#iefix') format('embedded-opentype'), 
			url('/fonts/BPGGlaho.woff') format('woff'),
			url('/fonts/BPGGlaho.ttf')  format('truetype'),
			url('/fonts/BPGGlaho.svg#BPGGlaho') format('svg');
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'bpg_nateli';
	src:	url('/fonts/bpg_nateli.eot?#iefix') format('embedded-opentype'), 
			url('/fonts/bpg_nateli.woff') format('woff'),
			url('/fonts/bpg_nateli.ttf')  format('truetype'),
			url('/fonts/bpg_nateli.svg#bpg_nateli') format('svg');
	font-weight: normal; font-style: normal;
}



.Phunji 	{ font-family: "Phunji", 		"Sylfaen"; }
.Eka 		{ font-family: "Eka", 			"Sylfaen"; }
.BPGNino	{ font-family: "BPGNino", 		"Sylfaen"; }
.BPGGlaho	{ font-family: "BPGGlaho", 		"Sylfaen"; }
.bpg_nateli { font-family: "bpg_nateli",	"Sylfaen"; }






body, html {
	margin:0;
	padding:0;
}

body {
	background:url(/images/bg.jpg);
}

.clr {
	clear:both;	
}


h1 {
	/*font-size:24px;*/
	margin-bottom:20px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}
h1, h2, h3 {
	color:#F90; /*8dc63f*/
	margin:0px;
	margin-bottom:10px;
	/*text-shadow:0px 1px 1px #999;*/
}
h4, h5, h6 {
	font-size:18px;
}

/* Mozilla based browsers */
::-moz-selection {
   background-color:#8dc63f;
   color:#FFF;
}
/* Works in Safari */
::selection {
   background-color: #8dc63f;
   color:#FFF;
}


select, input {
	margin:0px;
	padding:3px;	
}

.left {
	float:left;
}

.right {
	float:right;	
}

.comment {
	font-size:12px;
	color:#333333;
	font-weight:normal;
}


.message {
	font-size:12px;
	color:#000;
	font-weight:normal;	
}

.msg {
	width:185px;
	color:#333;
	border:#999 thin dashed;
	padding:5px;
	margin-bottom:20px;
	background-color:rgba(150, 255, 150, 0.5);	
}

.msg_success {
	color:#333;
	border:#999 thin dashed;
	padding:5px;
	margin-bottom:20px;
	background-color:rgba(150, 255, 150, 0.5);	
	font-size:14px;
}

.msg_fail {
	color:#333;
	border:#999 thin dashed;
	padding:5px;
	margin-bottom:20px;
	background-color:rgba(255, 150, 150, 0.5);	
	font-size:14px;
}
.system_message {
	font-size:10pt;
	color:#333;
	border:#999 thin dashed;
	padding:5px;
	margin-bottom:20px;
	background-color:#FF9;
	min-height:40px;
}


.greeting {
	color:#90F;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
}


#livesearch{
	list-style:disc;
}

#livesearch .words {
	font-size:20px;
	text-shadow:0px 1px 2px #999;
	font-weight:bold;
}

#livesearch .tytle {
	
}

.input {

}

.input_short {
	width:350px;
	font-size:16px;
	font-weight:bold;
	color:#90F;
	padding:10px;
}

.input_area {
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#90F;
	padding:10px;
}

.input_title {
	font-size:18px;
	font-weight:bold;
	color:#90F;
}




.submit {
	width:100px;
	height:28px;
} 

input, select, textarea, file {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



/*  */
.infotip, .infotip:hover, .infotip:active {
	font-size:8pt !important;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold !important;
	color:#33A !important;
	text-decoration:none !important;
}







/* ################################################################################################ */
/* ##########################                H E A D E R   			 ############################## */
/* ################################################################################################ */

#header_line {
	width:100%;
	height:40px;
	border-bottom: 1px solid #000;
	background: #333;
	text-shadow:0px 1px 1px #000;
	color:#999;
}

#header_inner {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	padding-top:11px;
}

#header_inner a {
	text-decoration: none;
	color:#CCC;
	text-shadow:0px 1px 1px #000;
	font-size:12px;
}
#header_inner a:hover {
	color:#8dc63f;
}


#header_left {
	float:left;
	text-align:left;
}
#header_right{
	float:right;
	text-align:right;	
}


#notification {
	width:100%;
}
#notification_inner {
	background-color:#FFBFBF;
	border: 1px solid #F00;
	margin-bottom:20px;
	padding:10px;
	text-align:center;
	font-size:14px;
}

img {
	border:none;	
}


#birthday_message {
	width:600px;
	height:400px;	
}







/* ################################################################################################ */
/* ##########################                  M E N U  			 ############################## */
/* ################################################################################################ */
/* menu */
#menu {
	height: 40px;
	margin-bottom: 10px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	background:url(/images/menu_bg.png);
	
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-webkit-box-shadow: 0px 1px 2px #999;
	-moz-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
	padding: 0px 5px;
	
	z-index:100000 !important;
		
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	/*z-index: 100002;*/	
}
#menu > ul > li:hover {
	/*background:#96F;*/
}
#menu > ul > li > a {
	font-size: 13px;
	color: #000;
	text-shadow:0px 1px 1px #999;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 13px 15px 14px 15px;
	/*z-index: 100001;*/
	position: relative;
}
#menu > ul > li > a:hover {
	color: #FFF;
}
#menu > ul > li > div {
	display: none;
	background:#fdb913;
	position: absolute;
	z-index: 100003;
	padding: 10px;
	
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display:table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	text-shadow:0px 1px 1px #999;
	font-size:13px;
}
#menu > ul > li ul > li > a:hover {
	color:#FFF;
}
#menu > ul > li > div > ul > li > a {
	color: #000;
}







/* ################################################################################################ */
/* ##########################              C O N T E N T 			 ############################## */
/* ################################################################################################ */
#wrapper {
    width:980px;
    overflow:hidden;
    padding:0px;
	background-color:#FFF;
}

#wrapper a {
    text-decoration:none;
	color:#66C;
}
#wrapper a:hover {
    text-decoration:underline;
}

#container {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:10px;
	width:980px;
	background-color:#FFF;
	padding:20px;
}

#cont_bottom {
	background:url(/images/cont_bottom.png) top no-repeat;
	height:61px;
}

#column-left {
	float: left;
	width: 200px;
}
#column-right {
	float: right;
	width: 262px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 225px;
}
#column-right + #content {
	margin-right: 275px;
}




.content-block {
	border:#DDD thin solid;
	padding:20px;
	font-size:11pt;
	
}
.content-block-full {
	border:#DDD thin solid;
	padding:10px;
	font-size:10pt;	
}
.content-block-navigation {
	font-size:10pt;
	background-color:#FFD;
	/*border:#DDD thin solid;*/
	padding: 10px;
}

.nav_selected, .content-block-navigation span.nav_selected {
	font-size:13px;
	color:#F90;
	font-weight:bold;
	display:inline;
}

.content-block-sicial {
	height:20px;
	margin-bottom:30px;
	width:100%;
	overflow:hidden;
}


.content-block-bottom {
	height:10px;
	width:100%;
	background:url(/images/cont_block_bottom.png) no-repeat bottom;
	margin-bottom:20px;
}

.content-block-bottom-large {
	height:10px;
	width:707px;
	background:url(/images/cont_block_bottom_large.png) no-repeat top;
	margin:0 0 20px 0;
}





/* ################################################################################################ */
/* ##########################              B O X E S 				 ############################## */
/* ################################################################################################ */
/* box */
.box {
	margin-bottom: 20px;
	font-size:14px;
	text-shadow:0px 1px 2px #999;
}
.box .box-heading {
	background: url(/images/background.png) repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
}
.box .box-content {
	background:#FFF;
	padding: 10px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top:#EEE 1px solid;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}









/* ################################################################################################ */
/* ##########################              P R O D U C T			 ############################## */
/* ################################################################################################ */
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(/images/add.png) left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(/images/add.png) left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 230px;
	height:320px;
	padding:7px;
	display: inline-block;
	vertical-align: top;
	margin-top:3px;
	margin-right: 5px;
	margin-bottom: 15px;
	text-align:center;
	
	/*border:#999 thin dotted;*/	
	/*background:url(../image/boxes_bottom.png) bottom no-repeat;*/
}
.product-grid > div:hover {
	/*background-color:#CFC;*/
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
	width:230px;
	height:230px;
	background:url(/images/no-image.png) center no-repeat;
}
.product-grid .image img {
	border:none;
}
.product-grid .name a {
	color:#F90;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	/*text-shadow:0px 1px 1px #CCC;*/
	font-size:18px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #666;
	margin-bottom: 4px;
	font-size:12px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url(/images/add.png) left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}


.add_to_cart_btn{
	width:48px;
	height:48px;
	background:url(/images/add_to_shopping_cart.png) center no-repeat;
	cursor:pointer;
}








/* ################################################################################################ */
/* ##########################              F O O T E R 				 ############################## */
/* ################################################################################################ */
#footer_inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	/* background: url(/images/type6.png) top no-repeat; */
}

.dashed_line {
	border-bottom:#555 thin dashed;
	padding-bottom:10px;
}

/* footer */ 
#footer {
	width:100%;
	clear: both;
	overflow: auto;
	min-height: 100px;
	border-top: 1px solid #000;
	background: #333 url(/images/footer_bg.jpg);
	text-shadow:0px 1px 1px #000;
}
#footer h3 {
	color:#fdb913;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 200px; /*239px;*/
	min-height: 140px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style:none;
	
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color:#CCC;
	font-size:12px;
}
#footer .column a:hover {
	color:#8dc63f;
}

#powered {
	text-align:center;
	color:#FFF;
	font-size:12px;	
}

/* ################################################################################################
** ADS
*/ 
.top_ads {
	width:700px;
	height:90px;
	overflow:hidden !important;
}
.top_ads img {
	width:700px;
	overflow:hidden;
	border:none;
}
.ads {
	padding:5px !important;
	border: 1px solid #CACAFF;
	margin-bottom:10px;
	overflow:hidden;
	background-color:#FFF;
}
.ads img {
	width:250px !important;
	overflow:hidden !important;
	border:none !important;
}
.ads:hover {
	border: 1px solid #99F;
}

.ad-T1 {
	width:700px;
	height:90px;
	overflow:hidden !important;
}



.ad-T1, .ad-R1, .ad-R2, .ad-R3, .ad-R4, .ad-R5, .ad-R6,  .ad-R7 {
	overflow:hidden !important;
	box-sizing:content-box !important;
}


.ad-R1, .ad-R2, .ad-R3, .ad-R4, .ad-R5, .ad-R6, .ad-R7 {
	padding:5px !important;
	border: 1px solid #ECECFF; /* CACAFF */
	margin-bottom:8px;
	overflow:hidden;
	background-color:#FFF;
}





/* ################################################################################################
** INDEX
*/ 
.home_thumbs {
	width:310px;
	height:200px;
	margin-bottom:20px;
	overflow:hidden;
	padding:5px;
	border: 1px solid #CACAFF;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#FFF;/*-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;*/
}
.home_thumbs .inner {
	width:310px;
	height:200px;
	overflow:hidden;
}
.colorgin_categories {
	width:200px;
	height:190px;
	padding:10px;
	margin-right:5px;
	float:left;
	overflow:hidden;
}
.colorgin_categories:hover {
	background-color:#FC0;
}
.colorgin_categories a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.colorgin_categories a:hover {
	color:#FFF;
}
.colorgin_categories img {
	border:none;
}
/* ################################################################################################
** COLORING 
*/
.colorgin_categories {
	width:200px;
	height:190px;
	padding:10px;
	margin-right:5px;
	float:left;
	overflow:hidden;
}
.colorgin_categories:hover {
	background-color:#FC0;
}
.colorgin_categories a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.colorgin_categories a:hover {
	color:#FFF;
}
.colorgin_categories img {
	border:none;
}
/* ################################################################################################
** REGISTRATON
*/
.input {
	width:300px;
	padding:10px;
	font-weight:bold;
	font-size:16px;
}
.textarea {
	width:647px;
	padding:10px;
	font-weight:bold;
	font-size:16px;
}
.select {
	padding:10px;
	font-weight:bold;
	font-size:16px;
}








/* ################################################################################################
** PAGINATION
*/
#pagination {
	margin-top:20px;	
}

.paginate, .current, .inactive {
	padding:5px;
	display:inline-block;
	min-width:20px;
	text-align:center;
	text-decoration:none;
	font-size:12pt;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	margin-left:5px;
}

.inactive { background-color:#CCC; }
.paginate {	background-color:#fdb913; }
.current { background-color:#8dc63f; font-weight:bold; color:#FFF; }

.paginate:hover, .current:hover {
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 6px #333;
	-moz-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
}







/* ################################################################################################
** SAYINGS 
*/
#saying-block {
	padding:20px;
	background-image:url("/images/152f1627a70e.png");
	background-repeat:no-repeat !important;
	background-position:bottom right !important;
}
	
#saying_content { 
	padding:50px;
	font-family: 'Eka', 'Sylfaen';
	font-size:20pt;
	text-align:center; 
	display:inline-block; 
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:20px;
	color:#303;
}
.sayint-tag-header {
	font-size:30px;
	font-family:Phunji, Sylfaen;	
}
.saying-about-tag {
	font-size:12pt;
	font-weight:normal;
}

/*LEFT*/
.small_fav_div {
	background-color:#FFB;
	border:#FF6 thin solid;
	padding:10px;
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 7px 8px 8px;
	border-radius: 8px 8px 8px 8px;	
}
.small_fav_div:hover {
	background-color:#FFC;
}


.verses_left_list {
	border-bottom:#AAA thin dotted;
	padding-top:5px;
	padding-bottom:5px;
	text-indent:5px;
	overflow:hidden !important;
	white-space:nowrap;
}
.verses_left_list:hover {
	background-color:#CCF;	
}

.left_list {
	border-bottom:#AAA thin dotted;
	padding-top:6px;
	padding-bottom:6px;
	text-indent:5px;
	overflow:hidden !important;
	white-space:nowrap;
	display:block;
	font-size:10pt;
}
.left_list:hover {
	background-color:#ECF5FF;	
	text-decoration:none;
	text-shadow:none;
}

#tagcloud{
		color: #dda0dd;
		font-family: Arial, verdana, sans-serif;
		width:200px;
		border: 1px solid black;
		text-align: center;
	}
	
	#tagcloud a{
		color: green;
		text-decoration: none;
		text-transform: capitalize;
	}
	
	  a.word {
		font-family: Verdana, Tahoma, Arial;
		padding: 4px 4px 4px 4px;
		letter-spacing: 3px;
		text-decoration: none;
		font-weight: normal;
	  }
	  a.size9 {
		color: #000;
		font-size: 19px;
	  }
	  a.size8 {
		color: #111;
		font-size:18px;
	  }
	  a.size7 {
		color: #222;
		font-size: 17px;
	  }
	  a.size6 {
		color: #333;
		font-size: 16px;
	  }
	  a.size5 {
		color: #444;
		font-size: 15px;
	  }
	  a.size4 {
		color: #555;
		font-size: 14px;
	  }
	  a.size3 {
		color: #666;
		font-size: 13px;
	  }
	  a.size2 {
		color: #777;
		font-size: 12px;
	  }
	  a.size1 {
		color: #888;
		font-size: 11px;
	  }
	  a.size0 {
		 color: #999;
		 font-size: 10px;
	  }
	  
	  
/* ################################################################################################
* RIGHT SIDE 
*/
.calendar-date {
	font-size:48px;
	font-family:"Comic Sans MS", cursive;	
	color:#F90;	
}
.calendar-month {
	font-size:34px;
	font-family:Phunji, Sylfaen;
	color:#F90;	
}
.calendar-info-box  {
	padding:10px;
	background-color:#F1F1FF;
	border:#C2C2FF thin solid;
	margin-bottom:10px;
}
.calendar-descrition {
	font-size:10pt;
	color:#666;	
}


.tag-questions-block {
	border-top:#F60 5px solid;
}
.tagadding {
	min-height:100px;	
	background-image:url("/images/spinner-yellow.gif");
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:#999 thin dotted;
}
.tag-question-box {
	margin:5px 0;
	padding:5px 0 20px 0;
	font-size:11pt;
	text-shadow:none;
	font-weight:bold;
	background-color:#FFF;
}
