@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	margin:auto;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
	background-image:url(/images/layout/main_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
	color:#0088DD;
	text-transform:capitalize;
	text-shadow: 1px 1px #FFFFFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	color:#0088DD;
}

#wrapper{
	width:984px;
	margin:auto;
	font-size:0px;
}

#cols_container{
	text-align:left;
	margin:auto;
	float:left;
	width:984px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:0px;
}

#main_col {
	
	display:block;
	overflow:hidden;
	float:left;
	
	margin-left:10px;
	margin-right:10px;
	font-size:13px;
	
	width:644px;
	
	/*
	width:622px;
	padding:10px;
	border:1px solid #CCC;
	background-image:url(/images/layout/layout_combined.png);
	background-repeat:no-repeat;
	background-position:0px -64px;
	*/
}

#left_col {
	width:160px;
	float:left;
	overflow:hidden;
	text-align:left;
	font-size:12px;
}

#right_col {
	width:160px;
	float:right;
	overflow:hidden;
	text-align:left;
	font-size:12px;
}

#top_menu {
	width:984px;
	height:40px;
	margin-bottom:14px;
	text-align:left;
	float:left;
	background-image:url(/images/layout/layout_combined.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}


#top_menu a:link, #top_menu a:visited {
	color:#000;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	display:block;
	float:left;
	margin-right:1px;
	font-size:10px;
	line-height:32px;
	text-transform:uppercase;
	font-weight:bold;
}

#top_menu a:hover {
	color:#000;
	background-image:url(/images/layout/top_bar_white_rollover.png);
	background-repeat:no-repeat;
	background-position:center 1px;
}

.menu_separator{
	background-image:url(/images/layout/icons_layout.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	display:block;
	width:2px;
	height:32px;
	float:left;
}


#small_header{
	padding:4px; 
	text-align:right; 
	font-size:10px; 
	text-transform:uppercase;
	color:#CCC;
}
#small_header a:link, #small_header a:visited {
	color:#FFF;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}
#small_header a:hover {
	text-decoration:none;
	color:#FFF;
}



#footer {
	border-top:1px solid #EBEBEB;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;	
	color:#999;
	font-size:11px;
	cursor:default;
	float:left;
	width:100%;
	text-transform:uppercase;
}
#footer a:link, #footer a:visited {
	color:#999;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}
#footer a:hover {
	text-decoration:none;
	color:#333;
}

/* a wide thin line separating items in page */
.page_separator{
	width:642px; 
	margin-left:-10px; 
	display:block; 
	height:1px; 
	background-color:#CCC;
}



/* these modules go inside the left/right columns and inside main_column*/
.col_module{
	background-image:url(/images/layout/layout_combined.png);
	background-repeat:no-repeat;
	background-position:-656px -64px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:138px;
	padding:10px;
	float:left;
}
.col_module_shadow{
	background-image:url(/images/layout/layout_combined.png);
	background-repeat:no-repeat;
	background-position:-656px -54px;
	width:158px;
	height:10px;
	float:left;
}
.col_module_title{
	margin-top:-2px;
	margin-left:-10px;
	padding-left:10px;
	width:148px; 
	padding-bottom:9px; 
	margin-bottom:10px; 
	color:#999; 
	font-weight:bold;
	background-image:url(/images/layout/layout_combined.png);
	background-position:bottom;
	background-position:-823px -76px;
}
/* note that the above col_module_title has its own separator */
.col_line_separator{
	display:block; 
	width:158px; /* 160 also works */
	height:1px; 
	margin-left:-10px; 
	background-color:#CCC;
	border-bottom:1px solid #FFF;
	
}


/* main col module */
.big_module{
	background-image:url(/images/layout/layout_combined.png);
	background-repeat:no-repeat;
	background-position:0px -64px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:622px;
	padding:10px;
	float:left;	
}
.big_module_shadow{
	background-image:url(/images/layout/layout_combined.png);
	background-repeat:no-repeat;
	background-position:0px -54px;
	width:643px;
	height:10px;
	float:left;
}





.message_success {
	padding:4px;
	background-color:#009900;
	border:1px solid #006600;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}

.message_error {
	padding:4px;
	background-color:#CE0000;
	border:1px solid #990000;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}


.message_info {
	padding:4px;
	background-color:#FFFFCC;
	border:1px solid #993300;
	color:#990000;
	margin-top:0px;
	margin-bottom:10px;
}


hr{
	display:block;
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
	
	border:none;
	height:1px;
	background-color:#CCC;
	
	margin-top:10px;
	margin-bottom:10px;
}

a:link, a:visited {
	color:#0088DD;
	text-decoration:underline;
}
a:hover{
	color:#0099DD;
	text-decoration:underline;
}

.breadcrumb {
	color:#999999;
	font-size:11px;
	margin-top:-10px;
	margin-bottom:20px;
	padding:0px;
	letter-spacing:1px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#999999;
}
.breadcrumb a:hover {
	color:#333333;
}

.red_text {
	color:#FF0000;
}







.pagination_table{
	clear:both;
	margin-top:10px;
}
.pagination_table a:link, .pagination_table a:visited {
	text-decoration:none;
}


.listing_actions {
	font-size:13px;
}

.listing_actions a:link, .listing_actions a:visited{
	border:1px solid #CCCCCC;
	background-color:#FAFAFA;
	background-repeat:no-repeat; 
	text-decoration:none;
	padding:2px;
	padding-left:24px;
	line-height:18px;
	color:#000000;
	/*width:175px;*/
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}
.listing_actions a:hover{
	border:1px solid #FDBE00;
	background-color:#FFFF00;
	margin-bottom:5px;
}


.categories_list{
}
.categories_list a:link, .categories_list a:visited  {
	text-decoration:none;
}

.text_link_sponsors{
}

.text_link_sponsors a:link, .text_link_sponsors a:visited {
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	display:block;
	text-decoration:none;
	background-color:#FAFAFA;
	color:#D90000;
}
.text_link_sponsors a:hover {
	background-color:#D90000;
	color:#FFFFFF;
	border:1px solid #880000;
}



/* 
-----------------------------------
RIGHT COL links (categories, favorites, etc)
-----------------------------------
*/


.right_col_categories_tab{
	margin:-10px;
	margin-bottom:10px; 
	font-size:11px;
	float:left;
	display:block;
}

.right_col_categories_tab a:link,.right_col_categories_tab a:visited {
	display:block;
	/*width:96px;*/
	width:40px;
	float:left;
	padding:6px;
	
	color:#999;
	text-align:center;
	text-decoration:none;
	
	background-repeat:repeat-x;
	background-position:0px -14px;
}

.right_col_categories_tab a:hover{
	color:#000;
}

/* the vertical separator (categories | fav | new) */
.right_tab_separator{ 
	float:left;
	display:block;
	width:0px;
	height:24px;
	margin-left:-1px;
	margin-right:-1px;
	border-left:1px solid #CCC;
	border-right:1px solid #FFF;
}



/* the arrow indicator on the right column */
.column_arrow_indicator{
	display:inline-block;
	width:1px;
	height:14px;
	padding-left:11px;
	background-image:url(/images/layout/icons_layout.gif);
	background-repeat:no-repeat;
	background-position:0px -184px;
	cursor:pointer;
}



/* right col links (favorites, new, etc) */
.right_col_links{
	display:block;
	float:left;
}
.right_col_links a:link, .right_col_links a:visited{
	display:block;
	line-height:18px;
	text-decoration:none;
}

.right_col_links a:hover{
	color:#000;
}

.right_col_active_link a:link, .right_col_active_link a:visited {
	color:#000;
	font-weight:bold;
}










/* individual icons that are displayed when browsing listings as thumbs or as list; ! the flash as version has its own class ! */
.browse_listings_icon{
	display:inline-block; 
	background-image:url(/images/icons_browse_listings.gif); 
	height:16px; 
	width:16px; 
}




/* setting style for LARGE THUMBS display mode */ 

a.large_thumbs_view_a {
	width:150px;
	height:124px;
	float:left;
	display:block;
	padding:0px;
	margin-right:7px;
	margin-bottom:7px; 
	background-color:#F4F4F4;  
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-decoration:none;
	border:none;
	text-transform:capitalize; 
	cursor:pointer;
	color:#999;
}
.large_thumbs_view_title {
	padding:5px;
	line-height:19px;
	color:#666;
	text-decoration:none;
}
.large_thumbs_view_downloads{
	width:46px; 
	display:block; 
	line-height:9px; 
	padding-top:5px;
	float:left; 
	text-align:center; 
	color:#999;
}
.large_thumbs_view_flash_version{
	line-height:12px; 
	padding:3px; 
	color:#999; 
	float:right;
	text-align:right;
	text-transform:none;
	background-image:url(/images/icons_browse_listings.gif);
	background-position:0px -103px;
	background-repeat:no-repeat;
	padding-left:15px;
}

.large_thumbs_view_rating{
	/* we will set a background position on the fly instead of repeating this code 10 times here */
	background-image:url(https://cdn.mmfiles.com/images/stars_mini.gif);
	background-repeat:no-repeat;
	width:39px;
	height:3px;
	overflow:hidden;
	margin-left:8px;
	margin-top:8px;
	float:left; 
}


/* setting style for LIST display mode */ 

.list_view_img {
	padding:5px; 
	border:1px solid #EBEBEB; 
	float:left; 
	margin-right:10px; 
}

.list_view_h2{
	margin:0px;
}


a.list_view_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:2px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	display:inline-block;
}

.list_view_price {
	color:#390;
	font-weight:bold;
}

.list_view_author {
	font-size:12px;
	font-weight:normal;
	color:#999;
}

.list_view_description {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0px; 
	float:left; 
	width:450px; 
	height:77px; 
	border-bottom:1px dotted #CCCCCC; 
	margin-bottom:10px;
}

.list_view_description_text{
	height:48px; 
	display:block; 
	overflow:hidden;
}



.list_view_flash_version{
	float:left; 
	color:#999; 
	font-size:12px; 
	height:20px;
	margin-top:6px; 
	margin-right:20px;
	background-image:url(/images/icons_browse_listings.gif);
	background-position:0px -78px;
	padding-left:19px;
	background-repeat:no-repeat;
}

.list_view_sales{
	float:left; 
	color:#999; 
	font-size:12px; 
	height:20px;
	margin-top:6px; 
	margin-right:20px;
}

.list_view_rating{
	/* we will set a background position on the fly instead of repeating this code 10 times here */
	background-image:url(https://cdn.mmfiles.com/images/stars.gif);
	background-repeat:no-repeat;
	width:90px;
	height:16px;
	
	float:left; 
	margin-top:6px;
	margin-right:20px;
}



/* the small icons on listing details page */
.icon_listing_details, a.icon_listing_details{
		background-image:url(/images/icons_listing_details.gif);
		background-repeat:no-repeat;
		width:16px;
		height:16px;
		vertical-align:top;
		display:inline-block;
		float:left; 
		margin-left:5px;
	}





/* -------------------------------------------------------------------*/
/*  THE LIQUID_BUTTON is class applied to <a> tag, not form imput !!! */
/* -------------------------------------------------------------------*/

a.liquid_button, input.liquid_button{
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#07aaff;
	border:1px solid #0b7fde;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	background: url(/images/layout/liquid_button.gif) no-repeat;
	cursor:pointer;
}

a.liquid_button:hover, input.liquid_button:hover{
	background-position:0px -50px;
	cursor:pointer;
}

a.liquid_button_disabled, input.liquid_button_disabled{
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#CCCCCC;
	border:1px solid #a7a7a7;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	background: url(/images/layout/liquid_button.gif) no-repeat 0px -100px;;
	cursor:default;
}



/* second button is buy button */
a.buy_button{
	color:#000;
	text-decoration:none;
	text-align:center;
	background-color:#FFCC00;
	border:1px solid #FFAA00;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	background: url(/images/layout/liquid_button.gif) no-repeat;
	background-position:0px -150px;
	cursor:pointer;
}

a.buy_button:hover{
	background-position:0px -200px;
	cursor:pointer;
}

a.buy_button_disabled{
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#CCCCCC;
	border:1px solid #a7a7a7;
	padding:5px;
	display:inline-block;
	background: url(/images/layout/liquid_button.gif) no-repeat 0px -250px;;
	cursor:default;
}




/* --------------------------------------------- */
/*   the input button, applied to form buttons   */
/* --------------------------------------------- */


input.button_110{
	border:none;
	color:#FFF;
	background-color:#07aaff;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:3px;
	width:110px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	/* note that it is "background" NOT "background-image", that would not work in IE and PNG would not be 100% transp*/
	background: url(https://cdn.mmfiles.com/images/button_110.gif) no-repeat;
	cursor:pointer;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input.button_110:hover{
	background-position:0px -30px;
}

input.button_190{
	border:none;
	color:#FFF;
	background-color:#07aaff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:3px;
	width:190px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	/* note that it is "background" NOT "background-image", that would not work in IE and PNG would not be 100% transp*/
	background: url(https://cdn.mmfiles.com/images/button_190.gif) no-repeat;
	cursor:pointer;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input.button_190:hover{
	background-position:0px -30px;
}


.user_profile_rating{
	/* we will set a background position on the fly instead of repeating this code 10 times here */
	background-image:url(https://cdn.mmfiles.com/images/stars.gif);
	background-repeat:no-repeat;
	width:90px;
	height:16px;
}


.icon_user_profile, a.icon_user_profile{
		background-image:url(https://cdn.mmfiles.com/images/icons_user_profile.gif);
		background-repeat:no-repeat;
		width:16px;
		height:16px;
		vertical-align:top;
		display:inline-block;
		float:left; 
		margin-left:5px;
	}



/* these are the buttons under listin preview, the ones that say "next, previous, next from author, etc */
.file_nav{
	background-image:url(images/file_nav_combined.gif);
	background-repeat:no-repeat;
	width:47px;
	height:25px;
	display:inline-block;
}
.file_nav_disabled{
	background-image:url(images/file_nav_combined.gif);
	background-repeat:no-repeat;
	width:47px;
	height:25px;
	display:inline-block;
	
	filter:alpha(opacity=30); 
	opacity:.30; 
	float:left; 
	margin-right:4px;
}


.icon_layout, a.icon_layout{
	background-image:url(/images/layout/icons_layout.gif);
	background-repeat:no-repeat;
}




.listing_details_actions_links{
	line-height:21px; 
	font-size:12px;
	
	cursor:pointer; 
	display:inline-block;
}

.listing_details_actions_links a:link, .listing_details_actions_links a:visited{
	text-decoration:none;
}

.listing_details_actions_links a:hover{
	text-decoration:underline;
}




/* FORUM styling */

.forum_post{
	margin-top:-1px; 
	margin-bottom:0px; 
	margin-left:-11px; 
	margin-right:-11px; 
	padding:10px; 
	display:block; 
	width:100%; 
	float:left; 
	clear:left; 
	border:1px solid #CCC; 
	background-image:url(/images/forum_post_bg.gif); 
	background-repeat:repeat-y; 
	background-position:84px 0px; 
}

.forum_post_buttons{
	float:right; 
	width:538px; 
	text-align:right; 
	color:#CCC;
}

.forum_post_buttons a:link, .forum_post_buttons a:visited{
	background-position:0px 1px;
	padding-bottom:3px;
	background-repeat:no-repeat;
	padding-left:19px;
	text-decoration:none;
	margin-left:10px;
}

.forum_post_text {
	line-height:1.8em;
	display:inline-block; 
	width:530px; 
	margin-top:4px;
}

.forum_post_text h2{
	color:#0088DD;
	margin-top:10px;
}
.forum_post_text h3{
	color:#0088DD;
	margin-top:10px;
}

/* larger blocks of code */
.forum_post_text pre{
	background-color:#FFC;
	border:1px solid #CCC;
	padding:10px;
	overflow:hidden;
}

/* smaller code (like inline code) */
.forum_post_text code{
	background-color:#FFC;
	border:1px solid #CCC;
	padding:4px;
}

.forum_post_text blockquote{
	background-color:#FFC;
	border:1px solid #CCC;
	padding:10px;
	padding-left:14px;
	padding-right:14px;
	font-style:italic;
	border-radius:7px;
	margin-left:20px;
	margin-right:20px;
	/*opacity:0.7;*/
}





.forum_pagination {
	display:block;
	text-align:left;
	height:22px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.forum_pagination a:link, .forum_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

.forum_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

.forum_pagination a.active_forum_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#000;
	cursor:default;
	font-weight:bold;
}

.forum_pagination a.disabled_forum_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}




/* the lightbox appearing in center of the screen and showing content */
#center_lightbox{
	display:none; /* note that display should be set to 'TABLE' when activating the lightbox */
	position:fixed;
	top:0px; 
	left:0px; 
	height:100%; 
	width:100%; 
	text-align:center;
	background-image:url(/images/lightbox_background.png);
}

#center_lightbox_cell{
	display:table-cell; 
	vertical-align:middle; 
	text-align:center; 
	width:100%;
}

#center_lightbox_content{
	padding:10px; 
	background-color:#FFF; 
	min-width:300px; 
	display:inline-block;
	text-align:left;
	border:4px solid #09C;
	/*box-shadow: 0px 0px 5px #333;*/
}

