* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #FFF;
	font-family: tahoma, verdana, sans-serif;
	color: #666b73;
	font-size: 11px
	}

form {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
a {
	color: #666b73;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

a:focus {
	outline: none;
	}

a:-moz-any-link:focus {
	outline: none;
	}

ul {
	list-style-image: url(/images/arrow_1.gif);
	line-height:16px;
	padding:0 0 0 0;
	margin:10px 0 0 16px;
	}
	
ul a {
	font-size: 11px;
	color: #4b4b4b;
	}
li {
	list-style-image: none;
	}

table {
	border-collapse: collapse;
	width: 100%;
	}

td {
	vertical-align: top;
	}

.clear {
	clear: both;
	}

.fleft {
	float: left;
	}

.fright {
	float: right;
	}

.tar {
	text-align: right;
	}

.half {
	width: 49%;
	}	

.text_bold {
	font-weight: bold;
	}


/* PAGE */
#page {
	margin: 0 auto;
	width: 1000px;
	}

#header {
	background: #FFF url(images/header_bg.jpg) no-repeat;
	height: 105px;
	}
	
#header_bottom {
	height: 9px;
	font-size: 1px;
	background: #ff0000 url(images/header_btm_bg.jpg) repeat-x;
	}
	
#logo {
	padding-top: 17px;
	padding-left: 51px;
	}
	
/* /PAGE */



/* MAIN MENU */
#menu {
	float:left;
	height: 20px;
	background: #2f8bff url(images/menu_bg.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	}

#menu ul {
	background: #2f8bff url(images/menu_bg.jpg) repeat-x;
	float: left;
	line-height: 20px;
	list-style: none;
	margin: 0 auto;
	padding: 0 20px 0 35px;
	}

#menu li {
	display: inline;
	}

#menu a {
	color: #FFF; 
	float: left;
	padding: 0 3px 0 3px; 
	text-decoration: none;
	}

#menu a.AddThis {
	padding-top: 2px;
	}
	
#menu a span {
	display:block;
	float:none;
	padding: 0 15px 0 12px;
	}

#menu a:hover{
	background: url(images/btn_left.jpg) no-repeat left center;
	}

#menu a:hover span {
	background: url(images/btn_r.jpg) no-repeat right center;
	}

/* /MAIN MENU */

/* SEARCH FORM */
#search {
	float: right;
	padding-top: 10px;
	width: 184px;

	}

#search input, select, option {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	}

a.search {
	color: #585d64;
	}

#search_keyword {
	width: 170px;
	}
	
#search_category {
	width: 110px;
	margin-right: 5px;
	margin-top: 5px;

	}

#search_button {
	width: 55px;
	height: 20px;
	border: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	background-color: #ff0000;
	margin-top: 5px;
	}
	
.icon_search {
	background: transparent url(images/icon_search.gif) no-repeat left top;
	color: #585D64;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 0 10px 25px;
	}
/* /SEARCH FORM */

/* LEFT COLUMN */

#leftcolumn {
	float:left;
	width: 186px;
	}
		
/* Category list */	
.categories ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 184px;
	list-style: none;
	border: 1px solid #c0d6f3;
	border-bottom: 2px solid #c0d6f3;
	}

.categories li {
	width: 100%;
	display: inline;
	}
	
.categories a {
	display: block;
	color: #666b73;
	padding-left: 30px;
	text-decoration: none;
	background: transparent url(images/marker_1.gif) no-repeat left center;
	border-bottom: 1px solid #c0d6f3;
	}
.old_articals a{
	text-decoration: none;
	background: transparent url(images/marker_1.gif) no-repeat left center;
	display: block;
	padding-left: 30px;
	font-size:11px;
	font-family:Tahoma;
	color:#666B73;
	margin:0 0 0 -24px;
}
.old_articals {
	padding: 0 0 0 20px;
}
a.main_category {
	display: block;
	color: #2b4260;
	text-decoration: none;
	background: transparent url(images/arrow_1.gif) no-repeat 10px center;
	padding: 2px 0 2px 24px;
	}
	
.categories a:hover{
	background-color: #2f8bff;
	color: #FFF;
	}
    
li.heading_category, li.heading_right  {
	display: block;
	background: #FFF url(images/heading_bg.jpg) repeat-x;
	color: #2b4260;
	font-weight: bold;
	border-bottom: 1px solid #c0d6f3;
	}
	
.heading_category div {
	background: transparent url(images/arrow_1.gif) no-repeat 10px center;
	padding: 2px 0 2px 24px;
	}

li.heading_right  {
	color: #407fdd;
	height: auto;
	}
a.rss_icon_sm {
	padding: 3px;
	border: none;
}

/* ICONS */	
.icon_stats, .icon_featured, .icon_news, .icon_best {
	padding: 2px 0 3px 27px;
	}
.icon_article {
	background: transparent url(images/icon_article.gif) no-repeat left top;
	padding: 15px 20px 20px 10px;
	}

.icon_stats {
	background: transparent url(images/icon_stats.gif) no-repeat 2px center;
	}
	
.icon_featured {
	background: transparent url(images/icon_featured.gif) no-repeat 2px center;
	}

.icon_news {
	background: transparent url(images/icon_news.gif) no-repeat 2px center;
	}	
	
.icon_best {
	background: transparent url(images/icon_best.gif) no-repeat 2px center;
	}
	
.icon_library {
	background: transparent url(images/icon_library.jpg) no-repeat 7px center;
	}

.icon_add {
	background: transparent url(images/icon_add.jpg) no-repeat 7px center;
	}
	
.icon_dlibrary {
	background: transparent url(images/icon_dlibrary.jpg) no-repeat 7px center;
	}

.icon_promotion {
	background: transparent url(images/icon_promotion.gif) no-repeat 2px center;
	}
/* /ICONS */

a.readmore, a.readmore_2 {
	display: block;
	color: #666b73;
	padding: 7px 20px 7px 0;
	text-align: right;
	text-decoration: underline;
	background: transparent url(images/arrow_2.gif) no-repeat  170px center;
	border-bottom: 1px solid #c0d6f3;
	}

a.readmore_2 {
	background: transparent url(images/arrow_3.gif) no-repeat 170px center;
	padding: 12px 20px 12px 0;
	}
	
a.readmore:hover, a.readmore_2:hover {
	background-color: #2f8bff;
	color: #FFF;
	text-decoration: none;
}

/* /Category list */

.featured_templates {
	margin: 18px 0 0 14px;
	}
	
.featured_templates a, .featured_templates a:hover  {
	margin: 0;
	padding: 0;
	background: none; border: none;
	}

.featured_details {
	background-color: #eef1f5;
	border: 1px solid #dfe6ef;
	width: 156px;
	color: #666b73;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0 5px 0;
	padding: 5px 0;
	}

.featured_details a {
	color: #666b73;
	display: inline;
	}

.featured_details a:hover {
	color: #407fdd;
	text-decoration: underline;
	}	
	
.padd_btm_15 {
	padding-bottom: 15px;
	}
	
.txt_column p {
	padding: 14px 5px 3px 15px; 
	}	
/* /LEFT COLUMN */



/* MAIN CONTENT */
#maincontent {
	float:left;
	width: 628px;
//	width: 625px;
	}

.heading_border {
	border: 1px solid #58a2ff;
	background-color: #fff;
	padding: 1px;
	color: #2b4260;
	font-size: 11px;
	font-weight: bold;
	margin: 1px;
	}

.heading_border_inner {
	background-color: #58a2ff;
	padding: 1px;
	margin: 1px;
	}

.heading_rss_big {
	padding: 2px 5px 2px 0;
	}

h1.pagetitle {
	background-color: #58a2ff;
	padding: 5px;
	padding-left: 30px;
	color: #2b4260;
	font-size: 12px;
	font-weight: bold;
	}
	
.tutorials_list {
	padding: 20px 12px 10px 12px;
	}
    
.news_list {
	padding: 5px 12px 0px 12px;
	}
	
.topic_block {
	padding: 0px 3px 0px 3px;
	}
	
.topic_block div.indent {
	padding-left: 80px;
	}

.topic_block img {
	padding: 0px 10px;
	}

.topic_block a {
	color: #407fdd;
	font-weight: bold;
	}

.tutorial_block, {
	padding: 0 3px 5px 3px;
	}

.tutorial_block img {
	border: 1px solid #7d7d7d;
	background-color:#FFFFFF;
	padding: 2px;
	}
	
.tutorial_block div {
	margin:0 0 0 75px;
	font-size: 11px;
	}
	
.tutorial_block span {
	color: #de3636;
	font-size: 11px;
	}
	
.tutorial_block a {
	font-size: 12px;
	font-weight: bold;
	color: #407fdd;
	text-decoration: underline;
	}

.tutorial_block a:hover {	
	text-decoration: none;
}


.line {
	border-top: 1px solid #d5d7d8;
	margin: 12px 0 0 0;
	height: 1px;
	font-size: 1px;
	padding:0 0 8px 0
	}

.padd {
	margin-bottom:15px;
	}

.padd_1 {
	padding-bottom:2px;
	}
	

.padd_1 a {
	font-size: 12px;
	}

.padd_h1 {
	padding-left: 20px;
	}

.bottom_links {
	clear:both;
	padding: 5px 27px 4px 0;
	}

.border1px {
	border-right: 1px solid #d5d7d8;
	width:49%;
	}

.padd10px {
	padding: 10px;
	}
	
.padd20px {
	padding: 20px;
	}

.caption {
	font-weight:bold;
	color: #407fdd;
	}

.link_tutorial {
	padding: 0 0 0 13px
	}

/* article heading */
.article_heading {
	/*background-color: #f6f9ff;*/
	background-color: #E4F0FE;
	line-height: 17px;
	padding: 20px 15px;
	}
	
.article_heading h1 {
	color: #407fdd;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

.article_heading a {
	font-weight: bold;
	}
	
.rank img {
	vertical-align:middle;
	}

/* /article heading */

.topic {
	padding: 20px;
	}

.topic p {
	padding-bottom: 10px;	
	}

.topic_img {
	padding: 20px 0;
	}

.article_rating {
	padding: 20px 40px;
	}

.rating_btn {
	background: url(images/rank_off.gif) no-repeat 0%;
	width:12px;
	height: 12px;
	display:block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 2px;
	text-decoration: none;
	vertical-align:middle;
	line-height:11px;
	}

.rating_btn:hover {
	background: url(images/rank_on.gif) no-repeat 0%;
	}


.rating_item {
	margin-right: 0px;
	}

.pager {
	padding: 2px 25px;
	font-size: 11px;
	}
	
/* /MAIN CONTENT */


/* RIGHT COLUMN */
#rightcolumn {
	float:left;
	width: 186px;
	}

.stat_box, .stat_number {
	background-color: #eef1f5;
	border: 1px solid #dfe6ef;
	padding: 4px 5px;
	}
	
.stat_id {
	padding-left: 5px;
	border-bottom: 1px solid #dfe6ef;
	}
	
.stat_number {
	padding: 0 0 0 6px;
	font-weight: bold;
	}
	
/* /RIGHT COLUMN */

/* FOOTER */
#footer {
	width: 100%;
	}
	
#menu_footer {
	float:left;
	height: 24px;
	background: #58a2ff url(images/menu_ftr_bg.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	}

#menu_footer ul {
	float: left;
	line-height: 21px;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 135px;
	}

#menu_footer li {
	display: inline;
	}
	
#menu_footer a {
	display:block;
	color: #FFF; 
	float: left;
	padding: 0 15px 0 15px;
	text-decoration: none;
	}

#menu_footer a.AddThis {
	padding-top: 2px;
	}
	
#menu_footer a:hover{
	color:#36598e;
	}

#menu_footer a:focus {
	outline: none;
   	}

#copyright {
	color: #838383;
	text-align:center;
	padding: 20px 0 30px 0;
	}	
/* /FOOTER */




.text_area {
	float: left;
	margin-top: 15px;
}

.input_block {
	margin: 5px 0;

}

.input_block input, .input_block textarea  {
	width: 222px;
	height: 18px;
	font-family: tahoma;
	font-size: 12px;
	border: 1px solid #bec8d5;
	margin-left: 10px;
	}
	
.input_block textarea {
	height:160px;
	overflow:auto;
	}	
	

.input_block select, .small_select {
	width: 300px;
	height: 18px;
	font-family: tahoma;
	font-size: 12px;
	padding: 1px 0;
	margin: 3px 0 3px 10px;
	border: 1px solid #bec8d5;
	}
	
.input_block_sm input  {
	width: 148px;
	height: 18px;
	font-family: tahoma;
	font-size: 12px;
	border: 1px solid #bec8d5;
	margin-left: 10px;
	}	
	
.small_select  {
	width:97px;
	margin: 0;
	}
    
.img_nolink img {
    float: left;
    padding: 2px;
    
}

.approve_txt, .error_txt {
    color: #075D2D;
    font-size: 14px;
    font-weight: bold;
}

.error_txt {
    color: #A50000;
}

a.blocklink {
	display:inline;
	padding: 0;
	color: #407FDD;
	text-decoration: none;
	background:none; border: none;
	}

a.blocklink:hover  {
	color: #407FDD;
	padding: 0;
	text-decoration: underline;
	background:none;
	border: none;
	}

.active_category {
	color: #2b4260;
	background: transparent url(images/arrow_1.gif) no-repeat 10px center;
	padding: 2px 0 2px 24px;
	background-color: #2f8bff;
	color: #FFF;
	}

.active_subcategory {
	padding-left: 30px;
	background: transparent url(images/marker_1.gif) no-repeat left center;
	border-bottom: 1px solid #c0d6f3;
	background-color: #2f8bff;
	color: #FFF;
	}

/*Sponsors page styles starts here*/

a.SponsorsLink
	{
	display: block;

	height: 20px;

	padding: 0 3px 0 3px; 

	line-height: 20px;
	text-decoration: none;

	font-weight: bold;

	background: #2f8bff url(images/menu_bg.jpg) repeat-x;
	color: #FFF; 
	}


.sponsors {border:solid 1px #c0d6f3; background-color: #EEF5FF;}
.sponsors td {padding:5px; border:solid 2px #c0d6f3;}
.sponsors a {font-weight:bold; color:#2B4260 ;text-decoration:}
.sponsors a:hover { font-weight:bold; color:#2B4260; text-decoration:none}

/*Sponsors page styles ends here*/

/*Useful links panel styles starts*/

ul.UsefullLinksList
	{
	margin-top: 20px;
	}

/*Useful links panel styles ends*/

/*AddThis styles starts here*/

a.AddThis
	{
	padding: 4px 0 0 0;
	}

/*AddThis styles ends here*/
/* Add_Comments*/
.input_add_coment{
	background:none; 
	border:none; 
	background-color:#58a3ff; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:11px;
	border:#385f92 1px solid; 
	text-align:center; 
	padding:2px;
}
.add_coment_form{
	width: 588px;
	padding: 0 20px;
}
