HTML {
	height:100%;
	width:100%;
}
BODY {
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	background:url(/etc/ni/bg_tile.gif) top repeat-x;
	background-color:white;
	font-size: 12px;
	color: #5e5e5e;
}
* {
	margin:0;
	padding:0;
}

A, A:active {
	outline:none;
	color:#0eaee6;
	text-decoration:none;
}
A:hover {
    text-decoration:underline;
}
H1 {
	font-size:22px;
	color:#4fbb1b;
	font-weight:normal;
	padding-bottom: 10px;
}
H2 {
	font-size:18px;
	color:#4fbb1b;
	padding-bottom: 5px;
	font-weight: normal;
}
H3 {
	font-size:14px;
	color:#005679;
	font-weight:normal;
	padding-bottom: 5px;
}
IMG {
	border:0px;
}

P {
	margin-bottom: 5px;
}

UL {
	padding-left: 20px;
}

/********************************** Layout *******************************/
#holder {
	width:980px;
	margin:0 auto 0 auto;
}
#top {
	height:147px;
	width:100%;
}
#content {
	width:100%;
	height:auto;
	padding-top: 15px;
}
#left-block {
	width:730px;
	float: left;
}
#right-block {
	width:230px;
	float:right;
}
#bottom {
	height:auto;
}

#share_this_page {
	float:right;
	padding-top: 35px;
}


/********************************* Common Stuff ***********************************/

.clear {
	clear: both;
}

.taglist
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.taglist img
{
	padding-right: 5px;
	vertical-align: middle;
}

.tag  {
	color:#333333;
	background:none #DCF1FC;
	line-height:2.2;
	margin-bottom:7px;
	padding:2px 5px;
	text-transform:lowercase;
	border:solid 1px #B2E9FE;
}
.tag:hover {
	background:none #EEF8FD;
}

.large_tag {
	font-size:18px;
	color:#333333;
	margin-right:3px;
	background:none #DCF1FC;
	margin-bottom:7px;
	padding: 2px 5px 2px 5px;
	text-transform:lowercase;
	border:solid 1px #B2E9FE;
	display: inline-block;
}
.large_tag IMG {
	vertical-align:middle;
}

.special_tag
{
	font-weight: bold;
}

.ckEditorBody
{
	background:none;
}

.fnt11 {
	font-size: 11px;
}

.fnt10 {
	font-size: 10px !important;
}

/*************************************TOP*******************************************/
.topInfoBlock{
	height:97px;
	width:100%;
}

.topInfoBlock #logo A {
	height:97px;
	width:395px;
	float:left;
	background:url(/etc/ni/logo.png) left no-repeat;
}

.topInfoBlock #logo A:hover {
	text-decoration: none;
}
/***********************************USER BLOCK************************************/
#userblock {
	float:right;
	width:auto;
	height:auto;
	margin-top:10px;
	font-size:12px;
	color:#47b3d9;
	text-align: right;
	white-space:normal;
}
#userblock IMG {
	border:solid 1px #4ec4ed;
	margin-right:5px;
	float:left;
}
#userblock A {
	height:auto !important;
	width:auto !important;
	background:none;
	float:none;
	color:#47b3d9;
	text-decoration:underline;
}/***********************************INPUTS**********************************************/
.buttonBlue {
	height:23px;
	width:63px;
	background:url(/etc/ni/button_blue.png) no-repeat;
	line-height:23px;
	text-align:center;
	font-size:11px;
	color:#005679;
	border:0;
	cursor:pointer;
	display:inline-block;
}
.buttonGreen{
	height:23px;
	width:63px;
	background:url(/etc/ni/button_green.png) no-repeat;
	line-height:23px;
	text-align:center;
	font-size:11px;
	color:#005679;
	border:0;
	cursor:pointer;
	display:inline-block;
}
/**************************MAIN MENU***************************************/
#mainmenu {
	height:50px;
	background:url(/etc/ni/main_menu_tile.gif) repeat-x;
}
#mainmenu UL {
	background:url(/etc/ni/main_menu_tile.gif) repeat-x;
	height:50px;
	width:auto;
	width:717px;
	float:left;
	list-style: none;
	padding-left: 0px !important;
}
#mainmenu UL LI {
	position:relative;
	height:44px;
	float:left;
	background:url(/etc/ni/menu_spacer.gif) top right no-repeat;
}

#mainmenu UL LI A {
	display:inline-block;
	line-height:44px;
	font-size:15px;
	padding:0 15px;
	color:#005679;
}

#mainmenu UL LI:hover > A {
	border-left:solid 1px #2eb3e0;
	border-right:solid 1px #2eb3e0;
	padding:0 14px !important;
	background:url(/etc/ni/main_menu_hover.png) top repeat-x;
	text-decoration:none !important;
}

#mainmenu UL LI:hover UL {
	display:block;
}

#mainmenu UL LI UL {
	position:absolute;
	top:100%;
	left:0;
	width:180px;
	height:auto;
	z-index:1000;
	background:none;
	display:none;
	text-align:left;
}

#mainmenu UL LI UL LI {
	height:22px !important;
	border-left:solid 1px #ade6fa;
	background:url(/etc/ni/submenu_tile.png) right repeat-y;
	float:none !important;
	zoom:1;
	width:180px !important;
	white-space:nowrap;
}

#mainmenu UL LI UL LI A {
	line-height:22px;
	color:#5c5c5c;
	padding-left:5px;
	font-size:14px;
	text-align:left;
	width:auto !important;
}

#mainmenu UL LI UL LI:hover>A {
	line-height:22px !important;
	height:auto !important;
	width:170px !important;
	padding:0 0 0 4px !important;
	background:url(/etc/ni/submenu_hover_tile.gif) repeat-x;
	border-left:solid 1px #2bb2df !important;
	border-right:solid 1px #2bb2df !important;
	color:white;
	text-decoration:none !important;
}

.submenubottom {
	width:180px;
	background:url(/etc/ni/submenu_bottom_tile.png) top right no-repeat !important;
	border:none !important;
}
.current {
	line-height:44px;
	font-size:15px;
	padding:0 15px;
	color:#005679;
	background:url(/etc/ni/main_menu_hover.png) top repeat-x !important;
	border-left:solid 1px #2bb2df;
	border-right:solid 1px #2bb2df;
}
.leftCorner {
	height:50px !important;
	width:10px !important;
	background:url(/etc/ni/main_menu_left.gif) left bottom no-repeat !important;
	padding:0 !important;
	float:left;
}
.rightcorner {
	background:url(/etc/ni/main_menu_right.gif) right no-repeat;
	float:right;
	height:50px !important;
	width:10px !important;	
}
/***************************************************Search Block*************************************/
#search {
	width:auto;
	height:50px;
	float:left;
	background:url(/etc/ni/main_menu_tile.gif) repeat-x;
}
#search INPUT[type="text"] {
	position: relative;
	top:10px;
	left:0;
	background-color:white;
	border:solid 1px #aae1f6 !important;
	width:180px;
	height:20px !important;
}
#search INPUT[type="submit"]{
	height:23px;
	width:63px;
	background:url(/etc/ni/button_blue.png) no-repeat;
	font-size:11px;
	color:#005679;
	border:0;
	cursor:pointer;
	position:relative;
	top:10px;
}
/************************************ROUNDEC CORNERS BLOCK ***********************************************************/
.main-block {
	height:auto;
	margin-bottom:15px;
}
.btop, .bbottom {
	background:none repeat scroll 0 0 transparent;
	display:block;
	font-size:1px;
}
.b1, .b2, .b3, .b4, .b5 {
	display:block;
	width:auto;
}
.b1, b5, .b2, .b3, .b5 {
	height:1px;
}

.b2, .b3, .b4 {
	background:none white;
	border-left:1px solid #b2e9fe;
	border-right:1px solid #b2e9fe;
}
.b1 {
	background:none white;
	margin:0 3px;
	border-bottom:solid 1px #b2e9fe;
}

.b2 {
	border-width:0 1px;
	margin:0 2px;
}
.b3 {
	margin:0 1px;
}
.b4 {
	margin:0 1px;
}
.b5 {
	background:none white;
	margin:0 3px;
	border-top:solid 1px #b2e9fe;
}
.block-content {
	background:none white;
	border:solid 1px #b2e9fe;
	border-top:none;
	border-bottom:none;
	display:block;
	padding:10px;
	text-align:left;
}
.block-content H2 {
	font-size:18px;
	color:#4fbb1b;
	padding-bottom: 10px;
	font-weight: normal;
}
.block-content P {
	font-size:12px;
	color:#5e5e5e;
	line-height:18px;
	margin-top:10px;
	color:#5e5e5e;
}
.block-content B {
	color:#0eaee6;
}

/**************************************************Small Blocks****************************************/
.small-block {
	width:auto;
	margin:0px 9px 15px 0;
	float:left;
	background: url(/etc/ni/small_block_tile.gif) left top repeat-x;}
	
.no_right_margin
{
	margin-right: 0 !important;
}
	
.left_span {
	background: url(/etc/ni/block_top.png) left top no-repeat;
	height:31px;
	width:7px;
	float:left;
}
.right_span {
	background: url(/etc/ni/block_top.png) right top no-repeat;
	height:31px;
	width:7px;
	float:right;
}
.small-block H2 {
	line-height:32px;
	height:32px;
	float:left;
	padding-bottom: 0px;
	color: #005679;
	font-size:14px;
	font-weight:normal;
}
.small-block UL {
	width:auto;
	list-style:none;
	padding-left: 0px !important;
	text-align:left;
	white-space:normal;
}
.small-block UL LI {
	width:auto;
	font-size:12px;
	height:45px;
}
.small-block IMG {
	margin-right:10px;
	border:0;
	float:left;
}

.size_full {
	width: 100%;
}

.size_half {
	width: 360px;
}

.size_third {
	width: 237px;
}

.centered {
	text-align: center;
	margin:  auto;
	width: 100%;
}

/************************************Product Blocks*****************************************/
.products {
	height:186px;
	margin-top:15px;
	padding-bottom: 15px;
}
.products IMG {
	margin:10px auto 0 auto;
	padding:0;
	clear:both;
}
.products DIV {
	height:176px;
	width:227px;
	float:left;
	text-align:center;
	padding:10px 5px 0 5px;
}
.block-blue {
	background:url(/etc/ni/block_blue.png) no-repeat;
	margin-right:9px;
}
.block-blue IMG {
	border:solid 1px #8CD7F4;
}
.block-yellow {
	background:url(/etc/ni/block_yellow.png) no-repeat;
	margin-right:9px;
}
.block-yellow IMG {
	border:solid 1px #FFD745;
}
.block-green {
	background:url(/etc/ni/block_green.png) no-repeat;
}
.block-green IMG {
	border:solid 1px #7AE049;
}

.title_image
{
	float: left;
	display: inline-block;
	
	padding-right: 15px;
	padding-bottom: 15px;

}
.buy_block
{
	text-align: center;
	padding-top: 15px;
}

/********************************cloud tags*******************************************/
.tagcloud {
	text-align:center;
	white-space:normal;
	display:block;
}
.tagcloud A {
	color:#0eaee6;
	text-decoration:none;
}
.tagcloud A:hover {
	text-decoration:underline;
}
.cloudfont1
{
	font-size:  10px;
}
.cloudfont2
{
	font-size:  12px;
}
.cloudfont3
{
	font-size:  14px;
}
.cloudfont4
{
	font-size:  18px;
}
.cloudfont5
{
	font-size:  20px;
}
.cloudfont6
{
	font-size:  24px;
	padding: 0px;
	margin: 0px;
}

/*******************************************************************/
.links {
	color:#4fbb1b !important;
	font-weight:bold !important;
	
}
.links2 {
	text-align:right;
	height:auto !important;
	margin:0 !important;
}
.links2 A {
	color:#5e5e5e !important;
	font-size:10px !important;
	text-decoration:underline !important;
}
.links3 {
	white-space:normal;
	line-height:14px;
}
.links3 A {
	color:#005679;
	text-decoration:underline;
}
.userLink {
	color: #5e5e5e !important;
	text-decoration:underline !important;
}
.userLink:hover {
	color: #aeaeae !important;
}

.blogLink {
	color: #4fbb1b !important;
	text-decoration:none !important;
}
.blogLink:hover {
	text-decoration:underline !important;
}

/************************************follow us************************/
.folow-us{
	height:45px;
	width:126px;
	background: url(/etc/ni/follow_us.png) top right no-repeat;
	margin-top:15px;
}
.folow-us A{
	display:block;
	height:26px;
	width:26px;
	background:none;
	margin-right:7px;
	float:left;
	text-decoration:none !important;
}
/***************************bottom***************************************/
.bottomlist {
    list-style: none;
	float:left;
	margin-right:20px;
	padding-left: 0px;
	width:140px;
	line-height:20px;
	white-space:normal;
}

.bottomlist A, .bottomlist A:hover, .bottomlist A:active {
	font-size:11px;
	color:#0eaee6 !important;
}
.bottomlist b {
	font-weight:bold;
	color:#0eaee6;
	font-size:11px;
	line-height: 30px;
	vertical-align: top;
}

.bottom-menu {
	font-size:11px;
	color:#0eaee6;
}
.bottom-menu UL {
	list-style: none;
	padding-left: 0px !important;
	margin:0;
	width:auto;
	float:right;
}
.bottom-info {
	font-size:10px;
	color:#848383;
	float:left;
	padding:5px 0;
}

/**************************resazable buttons***********************************/
button.small-blue, button.small-green, button.big-blue, button.big-green {
	text-align:center;
	vertical-align:middle;
	border:0;
	cursor:pointer;
	color:#005679;
	background:none;
	margin:0;
	padding:0;
	width:auto;
	overflow:visible;
	white-space:nowrap;
	cursor:pointer;
	outline:none;
	margin:0;
	padding:0;
}
button.small-blue, button.small-green {
	font-size:14px;
}
button.big-blue, button.big-green {
	font-size:18px;
}
button.small-blue span, button.small-blue em, button.small-green span, button.small-green em, button.big-blue span, button.big-blue em, button.big-green span, button.big-green em { 
	display:block; 
	font-style:normal;
}
button.small-blue span, button.small-blue em, button.small-green span, button.small-green em {
	height:23px;
	line-height:23px;
}
button.small-blue em, button.small-green em, button.big-blue em, button.big-green em {
	padding-right:10px;
	font-style:normal;

}

button.small-blue span, button.small-green span, button.big-blue span, button.big-green span{
	padding-left:10px;

}
button.small-blue span {
	background:url(/etc/ni/button.gif) bottom left no-repeat;
}
button.small-blue em{
	background:url(/etc/ni/button.gif) bottom right no-repeat;
}

button.small-green span {
	background:url(/etc/ni/button.gif) top left no-repeat;
}
button.small-green em {
	background:url(/etc/ni/button.gif) top right no-repeat;
}

button.big-blue span, button.big-blue em, button.big-green span, button.big-green em { 
	height:36px;
	line-height:36px;
}
button.big-blue span {
	background:url(/etc/ni/button_big.gif) bottom left no-repeat;
}
button.big-blue em {
	background:url(/etc/ni/button_big.gif) bottom right no-repeat;
}

button.big-green span {
	background:url(/etc/ni/button_big.gif) top left no-repeat;
}
button.big-green em {
	background:url(/etc/ni/button_big.gif) top right no-repeat;
}

/******************************** Forms ****************************************/
.stdform {
	font-weight:normal;
	font-size:14px;
}

.stdform ul, .smallform ul {
	padding-left: 0px;
	list-style: none;
}

.stdform ul li, .smallform ul li {
	margin-bottom:15px;
	width:100%;
}
.hint {
	color:#AEAEAE !important;
	font-size:10px !important;
}
.stdform label, .smallform label {
	display:block;
	color:#5E5E5E;
}

.stdform textarea, .smallform textarea {
	font-family:Verdana, Geneva, sans-serif;
}

.stdform label {
	font-size:16px;
	line-height:16px;
	margin-bottom:5px;
}
.smallform label {
	font-size:12px;
	line-height:12px;
	margin-bottom:3px;
	vertical-align:middle;

}
.stdform input[type="password"], .stdform input[type="text"], .smallform input[type="password"], .smallform input[type="text"], .stdform textarea, .smallform textarea, .stdform select, .smallform select {
	border:solid 1px #CCC;
	color:#5E5E5E;
}
.smallform input[type="password"], .smallform input[type="text"] {
	height:20px;
	line-height:20px;
	font-size:12px;
}
.stdform input[type="password"], .stdform input[type="text"] {
	font-size:16px;
	height:30px;
	line-height:30px;
}

.stdform select {
	font-size:16px;
}
.smallform select {
	font-size:14px;
}
.stdform input[type="password"], .smallform input[type="password"] {
	color:#AEAEAE !important;
}
.stdform input[type="checkbox"], .smallform input[type="checkbox"] {
	margin-right:5px;
}
.stdform textarea, .smallform textarea {
	min-height:180px;
	overflow:auto;
}

.size_full {
	width:100%;
}

.form_indent {
	margin-left: 50px;
	margin-right: 50px;
}

.error_message {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #ff9880;
	background-color: #ffeae6;
	color: #cc0000;
}

.success_message {
	font-size: 18px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #8DE960;
	background-color: #D2FAC0;
	color: #4fbb1b;
}

/************************** Blogs & Posts *****************************/

.blog_title {
	color: #4fbb1b !important;
}

.add_post_block {
	float: right;
}

.add_post_block a {
	font-size: 12px;
}

.add_post_block img
{
	vertical-align: middle;
	margin-right: 5px;
}

.post_title {
    color: #0eaee6 !important;
}

.item_footer {
	height: 24px;
}

.avatar {
	float: left;
	margin-right: 5px;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
}

.item_footer_author {
	height: 24px;
	line-height: 24px;
	float: left;
	padding-right: 20px;
}

.item_footer_date {
	float: left;
	height: 24px;
	line-height: 24px;
}

.item_footer_comments {
	margin-left: 50px;
	height: 24px;
	line-height: 24px;
	float: left;
}

/********************************** Voting block *******************************/

.vote_block {
	float: right;
	width: auto;
	height: 24px;
}

.vote_score {
	width: 50px;
	font-size: 17px;
	text-align: right;
	line-height: 24px;
	height: 24px;
	margin-right: 5px;
	padding-right: 5px;
	float: right;
}

.score_red {
	color: #CC0000;
}

.score_green {
	color : #00CC00;
}

.score_grey {
	color: #CCCCCC;
}

.graph_bar {
	width: 100px;
	font-size: 8px;
}

.green_bar {
	height:11px;
	line-height:11px;
	background-color: #00cc00;
	float: left;
	margin-bottom: 2px;
	margin-right: 3px;
}

.red_bar {
	height: 11px;
	line-height:11px;
	background-color: #cc0000;
	float: left;
	margin-right: 3px;
}

.up_vote_count {
    color : #00CC00;
	float: left;
}

.down_vote_count {
    color: #CC0000;
	float: left;
}

.voteup {
	background-image: url(/etc/ni/vote_up_.gif);
	background-position: 0 -18px;
	width: 16px;
	height: 18px;
	float: left;
	margin-right: 5px;
	
}

.voteup:hover {
	background-position: 0 0;
}

.votedown {

	background-image: url(/etc/ni/vote_down_.gif);
	background-position: 0 -18px;
	width: 16px;
	height: 18px;
	float: right;
	
}

.votedown:hover {
	background-position: 0 0;
}

/*********************************** Comments *********************************/

#comment {
	width: 100%;
	height: 150px;
}

.comment {
	background-color: #FCFCFC;
	margin-bottom: 20px;
	padding: 5px;
	border-top: 1px solid #B2E9FE;
	border-bottom: 1px solid #B2E9FE;
}

.comment_text {
	margin: 15px 28px 15px 28px;
}

.comment_info {
	padding-top: 10px;
	height:35px;
	background:url(/etc/ni/comment_image.gif) bottom no-repeat;
}


/********************************** Directory **********************************/

.site_big_thumb {
	height: 170px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
}

.site_big_thumb .screenshot {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 1px solid #999;
}

.site_big_thumb p {
	padding-top: 5px;
	margin-left: 114px;
	margin-right: 10px;
}

.site_big_thumb .name {
	margin-left: 114px;
	margin-right: 10px;
	font-size: 16px;
}

.site_small_thumb {
	padding: 10px;
	height: 100px;
	margin-bottom: 10px;
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
}

.site_small_thumb .screenshot {

	float: left;
 	border: 1px solid #999;
}

.site_small_thumb p {
	margin-left: 50px;
	margin-top: 0px;
}

.directory_list_sites {
	text-align: right;
	padding-bottom: 30px;
}

.site_search_block {
	padding: 10px;
	margin-bottom: 10px;
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
}

.site_search_block .screenshot {

	float: left;
 	border: 1px solid #999;
}

.site_search_block p {
	margin-left: 50px;
	margin-top: 0px;
}


/************************************* Games **********************************/

.game_table_block {
	height: 107px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
}

.game_table_block img {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 1px solid #999;
}

.game_table_block p {
	padding-top: 5px;
	margin-left: 114px;
	margin-right: 10px;
}

.game_table_block .name {
	margin-left: 114px;
	margin-right: 10px;
	font-size: 16px;
}

/************************************* Products **********************************/

.product_table_block {
	height: 107px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fbfbfb;
	border: 1px solid #f0f0f0;
}

.product_table_block img {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 1px solid #999;
}

.product_table_block p {
	padding-top: 5px;
	margin-left: 114px;
	margin-right: 10px;
}

.product_table_block .name {
	margin-left: 114px;
	margin-right: 10px;
	font-size: 16px;
}

.objective, .category, .dimensions, .credits
{
	font-weight: bold;
	
}


.product_list_item {
	padding-top: 10px;
	clear:both;
	min-height: 50px;

}

.product_list_item img {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 1px solid #999;
}

.product_list_item .name {
	margin-left: 54px;
	font-size: 14px;
}

.product_list_item .description
{
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 20px;
	margin-left: 54px;
}
/******************************** Pager ****************************************/
.directory_list_item {
padding-top: 10px;
	clear:both;
	min-height: 50px;

}

.directory_list_item img {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 1px solid #999;
}

.directory_list_item .name img {
	margin-left: 10px;
	float: right;
	border: none;
}
.directory_list_item .name {
	float:left;
	margin-left: 10px;
	font-size: 14px;
}

.directory_list_item .description
{
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 20px;
	margin-left: 54px;

}
/******************************** Pager ****************************************/

.pager {
	width: 100%;
	text-align: center;
	font-size: 17px;
}

.pager .cur_page {
	padding: 2px;
}

.pager .p_page {
	padding: 2px;
}


/********************************* Search ****************************************/

.refine_search_form {
	float: right;
}

.search_header {
	border-bottom: 1px solid #B2E9FE;
	height: 30px;
}

.search_total_items {
	float: left;
	display: block;
}

.search_item {
	padding-top: 10px;
	clear:both;
}

.search_item img {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 1px solid #999;
}

.search_item .name {
	margin-left: 54px;
	font-size: 14px;
}

.search_item .category {
	font-size: 10px;
	margin-left: 54px;
}

.search_item .tags {
	padding-top: 5px;
	margin-left: 54px;
}

.search_item .description {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 20px;
	margin-left: 54px;
}

/******************************* Misc content items ***********************************/

.item_video {
    text-align: center;
}

.ss_thumbs {
	text-align: center;
}

.ss_thumbs ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.ss_thumbs ul li
{
	display:inline;
	padding-right: 0px;

}

.ss_thumbs a
{
	text-decoration: none;
}

.item_small_thumb
{
	height: 50px;
	overflow: hidden;
}

.edit_link {
    float: right;
}
.edit_link a {
    font-size: 12px;
}

.list_all
{
	text-align: right;
	margin-right: 10px;
}


.rss_icon
{
	margin-left: 10px;
}

/******************** Game Advanced View ********************************/
.titleimage {
	margin-right:20px;
	float:left;
}
.downloadBuyBlock h5 {
	padding:5px 0;
}
.downloadBuyBlock hr {
	background-color:#B2E9FE;
	color:#B2E9FE;
	border:0;
	height:1px;
	margin:5px 0;
}
.versionListItem {
	text-align:center;
	padding:0 10px;
}
.versionListItem IMG:hover {
	text-decoration:none;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:10px;
}


/*********************************** User Profile ************************/

#profile_header
{

	margin: 0;
	padding: 10px;
	text-align: left;
	margin-bottom: 20px;
	height: 125px;
	border:solid 1px #B2E9FE;
	background:none #DCF1FC;
}

#profile_avatar {
	float: left;
	margin-right: 20px;
	height: 125px;
}

#profile_avatar a {
	color: #999;
	font-size: 11px;
}

#puzzleMana {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#puzzleMana .red {
	color: #CC0000;
}

#puzzleMana .green {
    color: #009900;
}

#puzzleMana .grey {
    color: #AAA;
}


.public_profile p
{
	margin-top: 15px;
}
.public_profile span.caption
{
	font-weight: bold;
	width: 85px;
 float: left;

}
.public_profile span.user_bio
{
	display:block;
	margin-left: 85px;
}

