/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 0px;
  }

  #page
  {
	height: 100%;
  }

  #page-inner
  {
  }
  
   #top_banner {
	width: 100%;
	height: 36px;
	background-color: #eb3d00;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
   }
   
   #top_banner_content {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	overflow: auto;
   }
   
   #top_banner_content  div {
   width: 25%;
   padding: 7px 0px;
   height: 22px;
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
	color: white;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Tahoma';
	float: left;
	text-align: center;
   }

/** header **/
	#header {
		left: 0px;
		background-color: #ffffff;
		
		width: 1000px;
		margin: 0px auto;
		z-index: 1;
		/* border-bottom: 1px solid #CBCBCB; */
	}

	h4 {
	color:green;
	}
	
  #header-inner
  {
  height: auto !important;

  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 27px 0;
    padding: 0;
	float: none !important;
  }

  #logo-image /* The actual logo image */
  {
  }
  
  #social_media_links {
	width: 100%;
	height: 32px;

  }
  
    #social_media_links a{
		display: block;
		width: 32px;
		height: 32px;
		margin: 0px 8px;
		float: left;
  }

  #header_shadow {
	
	
	width: 100%;
	height: 13px;
	  position: fixed;
  top: 135px;
  left: 0px;
  z-index: 1;
  }
  
  #shadow_left{
	background-image: url('images/header_bg1_shadow.png');

	float: left;
	width: 399px;
	height: 100%;
  }
  
  #shadow_center {
	background-image: url('images/header_bg3_shadow.png');
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 100%;
  }
  
  #shadow_right {
	background-image: url('images/header_bg2_shadow.png');
	float: right;
	width: 399px;
	height: 100%;
  }
  
  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  position: relative;
  left: 0px;
  z-index: 0;
  }

  #megabanner {
	background-image: url('images/bg_lines.png');
	background-repeat: repeat-x;
	height: 287px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #CBCBCB;
  }
  
    #megabanner-inner{
	width: 753px;
	height: 287px;
	margin: 0px auto;
	}
  
  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
	padding: 0px !important;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

 
  
  
  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  height: 0px;
  display: none;
  }

  .with-navbar #content {
  margin-top: 0px !important;
  }
  
  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {

  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  width: 170px !important;
  padding: 10px 7px !important;
  margin: 0px !important;
  float:	left;
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }


/** Drupal nodes **/
  .node /* Node wrapper */
  {
  width: 800px;
  margin: 0 auto;
  
  }

  .node-inner /* Additional wrapper for node */
  {
	
	overflow:auto;
  }
  
  .node-type-page .node-inner {
	overflow:hidden;
  }
  
  .node-inner  .title/* Additional wrapper for node */
  {
  text-align: left;
  padding: 10px;
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished .unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished .unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Tahoma, Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  margin: 0px auto !important;
  
  }
  
  .node-type-page p {
	width: 100%;
  }

  .node-type-story /* Story content node */
  {
  }

 

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node-inner .meta /* Wrapper for submitted and terms data */
  {
  display: none;
  }

  /*my changes*/
  
  /*general page*/
  
	#page {
		/*
		background: url('../img/fon.gif') 0 0 repeat;
		background-color: #ededed;
		*/
		background: url('../img/bg.png') 0 0 repeat;
		background-color: #accae0;
	}
  
	#page-inner{
		width: 1016px;
		margin: 0px auto;
		height: 100%;
		background: url('../img/shadow_general.png') 0 0 repeat-y;
	/*	background: url('images/fon_new_year.png') center repeat-y;*/

		
	}

  
    #page_wrapper {
		width: 1000px;
		background-color: #ffffff;
		margin: 0px auto;
	}
  
  
  #search {
	background: url('images/search_field.png') 0 0 no-repeat;
	overflow:auto;
  }
  
  #search-box {
	width: 150px !important;
  }
  
  #search #edit-search-theme-form-1-wrapper {

  margin: 0px;
  float: left;
  }
  
  #edit-search-theme-form-1 {
  background: url('images/transparent.png') 0 0 repeat;
  width: 125px;
  /*height: 32px;*/
  border:none;
  font-size:16px;
	line-height:normal;
	padding:3px 0px 2px 5px;
  }
  
   #search .form-submit {
	margin: 8px 0px 0px 3px;
	float: left;
	background: url('images/icon_search.png') 0 0 no-repeat;
	border:none;
	width: 11px;
  }
  
  .search-results {
  padding: 40px;
  }
  .search-results .content {
	overflow: auto;
	padding: 10px 0px;
  }
  
  .search_thumbnail {
	width: 140px;
	float: left;
  }
  .search_thumbnail img {
	width: 100px;
	margin: 0px auto;
	display:block;
  }
  .search_title {
	margin: 0px 0px 7px 0px;
  }
  
    .search_title a{
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
  }
  
	.snippet {
		float: left;
		width: 730px;
	}
  
  .sidebar_link_content .views-field-tid span.field-content {
	display: block;
	height: 20px;
        overflow: hidden;
  }
  
  
 .button_general_page {
	height: 17px;
	width: 100%;
	z-index: 31;
	padding: 0px 8px;
	
 }
 
 .button_general_page a span {
 display: block;
 }
 
 .button_general_page a.video {
	background-image: url('images/icon_video.png');
	display: block;
	margin-left: 7px;
	height: 17px;
	width: 25px;
	float: left;
 }
 
   .button_general_page a.details {
	background-image: url('images/icon_dd.png');
	display: block;
	margin-left: 49px;
		height: 17px;
	width: 25px;
	float: left;
 }
 
 .button_general_page .video_popups_disabled {
	display: block;
	margin: 0px 7px;
	margin-left: 7px;
		height: 17px;
	width: 25px;
	float: left;
	
 }
 .button_general_page .video_popups_disabled img {
 opacity: 0.5;
 }
 
 .view-thumbnails-general h3, .view-thumbnails_general_by_categories  h3	{
	display:block;
	margin: 10px 0px 0px;
	text-align: center;
	background: url('images/title_categories_fon.png') center no-repeat;
	font-weight: normal;
 }
 
 
	.view-Categories-block  span.views-field-tid, .view-Platforms-block span.views-field-tid, .description_field-image{
		width: 20px;
		/*height: 20px;*/
		display: block;
		float: left;
		margin: 2px;
	}
	
	.view-Categories-block  span.views-field-name, .view-Platforms-block span.views-field-name, .description_field-name {

		display: block;
		float: left;
		margin: 2px;

		
	}
 
 .categories_separator {
	overflow: auto;
	background-color: #D1D1D1;
	background: url('images/categories_separator_fon.png') center repeat-x;
	margin: 10px 0px 20px;
 }
 
  .categories_separator_left {
	float: left;
	background: url('../img/line_left.gif') center no-repeat;
	width: 100px;
	height: 25px;
 }
 
  .categories_separator_center{
	float: left;
	background-color: #ffffff;
	padding: 0px 10px;
	margin: 0px 24%;
	font-size:1.5em;
 }
 
 .categories_separator_center img {
	margin-right: 10px;
 }
 
   .categories_separator_right {
	float: right;
	background: url('../img/line_right.gif') center no-repeat;
	width: 100px;
	height: 25px;
 }
 
 #block-block-2 {
	text-align: center;
	margin-top: 35px;
 }
 
 
 .popup_details {
	position: absolute;
	margin-top:0px;
	margin-left: 57px;
	background-color: #F5F1F2;
	border: 1px solid #D0CECF;
	padding: 15px;
	display: none;
	z-index: 35;
 }
 
 .popup_details  ul {
	margin: 0px 0px 15px;
 }
 
 .view-thumbnails-general .view-content .item-list ul li ul {
	padding: 0px;
 }
 
 .view-thumbnails-general .view-content .item-list ul li ul li{
	float:none;
	padding: 0px;
	padding-bottom: 5px;
 }
 
 .link_popup_detail {
	background-image: url('images/icon_details.png');
	width: 98px;
	height: 24px;
	display: block;
	
 }
 
  .link_popup_detail span{
  color: #ffffff;
  padding: 2px 10px;
  display: block;
  }
 
 	.link_popup_detail:hover {
	background-position: left bottom;
}

	.link_popup_detail:hover span{
	display: block;
	  color: #ffffff;
  padding: 2px 10px;
}

.views-field-field-common-cost-value{
	overflow: auto;
	padding: 4px 0px 0px 0px;
}

.views-field-field-common-cost-value span div{
	margin: 0px auto;
}

#price_left {
	width: 5px;
	height: 22px;
	background: url('images/price_left.png') no-repeat;
	float:left;
}

#price_center {
	height: 22px;
	background: url('images/price_center.png') repeat-x;
	float:left;
	padding: 2px 0px 0px;
}

#price_right {
	width: 5px;
	height: 22px;
	background: url('images/price_right.png') no-repeat;
	float:left;
}
 
 /* admin view*/
 
 .node-mine .node-inner {
	overflow: hidden;
 }
 
 .node-mine {
	margin: 20px 50px;
 }
 
 .node-mine .field {
	height: 100%;
	overflow: auto;
	padding: 10px 0px;
 }
 
  /*page content*/ 
  
  .view-thumbnails-general .view-content {
	margin-top: 0px;
  }
  
  .node-form {
	padding: 20px 50px;
  }
  
  #header .clear-block {
	height: 0px;
  }
  
  #content-area /* Wrapper for the actual page content */
  {
	margin: 15px auto;
	font-family: 'Tahoma';
	overflow: auto;
	padding: 0px 20px;
  }
  
  #logo-title {
	float: left;
	margin: 60px 0px 0px 28px;
	width: 155px;
  }
  
  #banner {
	float: left;
	margin:14px 0px 0px 20px;
  }
  
  .slideshow {  
    height:  280px;  
    width:   760px;  
    padding: 0;  
    margin:  0;  
} 
 
.slideshow img { 
	visibility: hidden;
    padding: 0px;   
    width:  760px; 
    height: 280px; 
    top:  0; 
    left: 0 
} 
  
  #sidebar-left a {
	color: #40ABFB;
  }
  
    #sidebar-left-inner h2 {
	font-weight: normal;
	padding: 0px 0px 5px 13px;
  }
  
  .view {
	margin: 0px auto;
	
  }
  
  .view-display-id-page_1 {
  float:left;
  }

  .frame_thumbnail {
	background-image: url('images/frame.png');
	width: 100px;
	height: 100px;
	position:absolute;
	z-index: 30;

  }
  

	.views-field-title{
		height: 36px;
	
	}
  .view-thumbnails-general {
	float:left;
  }
  
  .views-view-grid {
	margin: 0px;
	}
  
  .views-view-grid td {
	vertical-align: top;
	width: 135px;
	padding: 8px 10px;
	text-align:center;
  }
  
  .views-view-grid td .field-content a{
	text-decoration: none;
  font-weight: normal;
  color: #444444;
  font-size: 1em;
  }
  
  .views-view-grid td .field-content {
  font-weight: normal;
  color: #444444;
  font-size:0.9em;
  display: inline-block;
  zoom: 1;
        *display: inline;

  }
  
  .view-thumbnails-general .views-row {
  width: 113px;
  text-align: center;
  }
  

  
  .view-thumbnails-general .view-content .item-list ul  {
	list-style: none;
	overflow: auto;
  }
  
  .view-thumbnails-general .view-content .item-list ul li a{
  text-decoration: none;
  font-weight: bold;
  color: #444444;
  font-size:0.9em;
  }
  
     .views-field-field-thumbnail-general-fid {
	width: 100px;
	margin: 5px auto 7px;
  }
  
  #footer {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 40px;
  }
  
  #footer #copyright {
	text-align: center;
	font-size:0.8em;
	color: #656565;
	width: 700px;
	margin: 0px auto;
  }
  
  #footer-inner {
  margin: 0px auto;
	color: #656565;
  text-align: center;
  padding: 10px;
  overflow: hidden;
  }
  
  #footer a{
	text-decoration: none;
	color: #40ABFB;
	padding: 5px 11px;
  }
  
	#footer a:hover {
		color: #cccccc;
	}
  
	#footer_adddd {
		width: 170px;
		float: left;
		margin-left: 20px;
	}
	
	#footer_main_content {
		float: right;
		width: 780px;
		margin-top: 50px;
	}
	
	#footer_line {
		width: 100%;
		background-color: #D1D1D1;
		height: 1px;
		margin: 0px 0px 20px;
	}
  
	#footer_line_left {
		background-image: url('../img/line_left.gif');
		float: left;
		height: 100%;
		width: 100px;
	}
	
	#footer_line_right {
		background-image: url('../img/line_right.gif');
		float: right;
		height: 100%;
		width: 100px;
	}
  
	.view-Categories-block  div.views-row, .view-Platforms-block  div.views-row  {
		margin:3px;
		height: 25px;
		overflow: hidden !important;
		width: 100%;
	}
  
	.sidebar_link {
		overflow: auto;
		height: 25px;
		width: 100%;
	}
  
	.sidebar_link_left {
		float: left;
		width: 9px;
	}
  
    .sidebar_link_content {
		float: left;
		
		width: 132px;
		height: 25px;
                overflow: hidden;
	}
	
	img.icon_all {
		float: left;
		margin: 3px 3px 0px 0px;
	}
  
    .sidebar_link_right {
		float: left;
		width: 9px;
	}
	
	.sidebar_link_selected {
		overflow: auto;
		height: 100%;
	}
	
	.sidebar_link_selected span{
		color: #000000;
	}
  
	.sidebar_link_selected div.sidebar_link_left {
		float: left;
		background: url('../img/selection_link_left.png') no-repeat;
		width: 9px;
		height: 25px;
	}
  
    .sidebar_link_selected div.sidebar_link_content {
		float: left;
		/*overflow: auto;*/
		background: url('../img/selection_link_center.png') repeat-x;
		height: 25px;
		overflow: hidden;
		width: 132px;
	}
  
    .sidebar_link_selected div.sidebar_link_right {
		float: left;
		background: url('../img/selection_link_right.png') no-repeat;
		width: 9px;
		height: 25px;
	}
	
	.view-empty {
		color: #cccccc;
		font-size: 1.3em;
		
	}
    
/*page content end*/
  
  /*description page*/
  
  #screenshots {
	/*width: 100% !important;*/
  }
  
  #popups .clear-block {
	height: 0px;
  }
  
	.view-application-info .views-admin-links {
		display: none;
	}
  
  #popups-close {
	width: 26px;
  }
  
  #popups-close a {
	background-image: url('images/popup_exit.png');
	width: 26px;
	height: 26px;
	margin: 0px 0px 0px -10px;
	display: block;
  }
  
  	#popups-close a:hover {
	background-position: left bottom;
}

	#popups-close a:hover span{
	display: block;
	}
	#popups-close span {
		display:none;
	}
  
  .appl_info_cols {
	float:left;
  }
  
  .appl_info_cols ul {
	margin: 0px;
  }
  
  #col_left {
	width: 132px;
  }
  
  #col_right {
	width: 580px;
  }
  
  .views-row label {
  padding: 0px 5px 0px 0px;
  font-weight: bold !important;
  color: #333;
  }
  
  .views-field-tid-1 {
  overflow: auto;
  float:left;
  width: 165px;
  }
  
  .view-application-info .views-field-field-screenshot-fid {
	padding: 15px;
	height: 409px;
	float:left;
  }
  
  .view-application-info .views-field-field-thumbnail-general-fid {
	float: left;
	width: 107px;
	margin: -7px 0px 0px -7px;
  }
  
  /*.view-application-info .frame_thumbnail {
	margin: -7px 0px 0px -7px;
	left: 22px;
  }
  */
  .imagecache-Thumbnail_description {
	margin: 7px;
  }
  
  #buttons {
	width: 100px;
	/*position: absolute;
	top: 137px;
	left: 22px;*/
	float:left;
	text-align: center;
	text-decoration:none;
  }
  

	#buttons a:hover {
	background-position: left bottom;
}

	#buttons a:hover span{
	display: block;
}
  
  #buttons a{
	width: 100%;
	height: 24px;
	margin: 0px 0px 8px;
	display: block;
	text-decoration: none;
  }
  
  #buttons a span{
	display: block;
	padding: 4px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
	text-align: center;
  }
  
  #buttons a.buy {
	background-image: url('images/Buy.png');
  }
  
    #buttons a.about{
	background-image: url('images/about_green.png');
  }
  
  .view-application-info .views-field-title {
	float: left;
	font-size: 1.2em;
	margin-right: 15px;

  }
  
  .views-field-field-by-value {
	float: left;
	/*margin-right: 20px;*/
	font-size: 0.8em;
	padding: 6px 0px 0px;
	color: #7D7D7D;
  }
  
  .view-application-info .views-field-body {
		float: left;
		font-size: 0.8em;
		overflow: auto;
  }
  
  .views-field-field-version-value {
	float: left;
	margin: 0px 0px 10px 170px;
	padding: 0px 10px;
	font-size: 0.8em;
  }
  
  .views-field-field-size-value {
	float: left;
	margin: 0px 0px 10px 30px;
	padding: 0px 10px;
	font-size: 0.8em;
  }
  
  .views-field-field-cost-value {
	float:left;
  }
  
    .views-field-field-cost-value .field-content {
	float:left;
  }
	
	.views-field-field-last-update-value-1 {
 		float:left;
			margin: 0px 0px 10px 30px;
		padding: 0px 10px;
		font-size: 0.8em;
	}
	.views-field-field-date-upload-value-1 {
		float:left;
			margin: 0px 0px 10px 30px;
		padding: 0px 10px;
		font-size: 0.8em;
	}
	
	.views-field-field-review-value-1 {
	font-size: 0.8em;
	}
  
  
  .content p {
 /* float:left;*/
 /* width: 523px;*/
 /* padding: 10px;*/
  }
  
  .field-label {
	float:left;
  }
  .field-items {
	float:left;
  }
  
  .views-row {
 /* overflow:auto;*/
  width: 100%;
  }
  
  .views-row  label{
	font-weight: bold;
  }
  
  
    div.demo {
	float:left;
	
  }
  
  .views-field-tid-2 ul li {
	margin: 4px 0px;
  }
  
  .term_image ul{
	list-style: none;
	display:block;
	overflow: auto;
	padding: 0px;
	
  }
  
    .term_image ul li{
	display:block;
	overflow: auto;
  }
  
  .term_image {
  padding: 10px 0px 0px 0px;
  overflow: auto;
  }
  
  #tabs, #tabs_steps {
	margin: 14px 0px 0px 0px;
	width: 577px;
	height: 443px;
	overflow: hidden;
	/*border: 1px solid #b9b9b9;
	border-width: 1px;*/
  }
  
  #tabs ul.tabs_items , #tabs_steps ul.tabs_items{
	line-height: 25px;
	list-style: none;
	height: 24px;
	width: 100%;
	display: block;
	margin: 0 0 0 -28px;
	z-index:10;
	position: relative;
}
	#tabs ul.tabs_items li , #tabs_steps ul.tabs_items li {
	
	float: left;
	display: block;
	font-weight: normal;
/*	background: url('images/button.png') repeat-x;
	border-bottom: 1px solid #F9F9F9;*/
	position: relative;
	margin: 0 0 1px;
	/*border: 1px solid #b9b9b9;
	border-width: 0px 1px 1px 0px;*/
/*	width: 165px;*/
	height: 24px;
	font-size: 0.9em;
	color: #000000;
}

#tabs ul.tabs_items li div.tab_item_sep_start , #tabs_steps ul.tabs_items li div.tab_item_sep_start {
	float: left;
	width: 23px;
	height: 100%;
	background: url('images/Tab-d-top-left.png') no-repeat;
}

#tabs ul.tabs_items li#free div.tab_item_sep_start , #tabs_steps ul.tabs_items li#free div.tab_item_sep_start  {
	background: url('images/tab-free-left.png') no-repeat;
}

#tabs ul.tabs_items li div.tab_item_content, #tabs_steps ul.tabs_items li div.tab_item_content {
	float: left;
	height: 100%;
	background: url('images/tab_content.png') repeat-x;
}

#tabs ul.tabs_items li#free div.tab_item_content, #tabs_steps ul.tabs_items li#free div.tab_item_content {
	background: url('images/tab-free-fon.png') repeat-x;
}

#tabs ul.tabs_items li div.tab_item_sep_next, #tabs_steps ul.tabs_items li div.tab_item_sep_next {
	float: left;
	width: 23px;
	height: 100%;
	background: url('images/tab-d-d.png') no-repeat;
}


#tabs ul.tabs_items li div.tab_item_sep_end, #tabs_steps ul.tabs_items li div.tab_item_sep_end {
	float: left;
	width: 23px;
	height: 100%;
	background: url('images/tab-d.png') no-repeat;
}

#tabs ul.tabs_items li#free div.tab_item_sep_end, #tabs_steps ul.tabs_items li#free div.tab_item_sep_end {
	background: url('images/tab-free-right.png') no-repeat;
}

#tabs ul.tabs_items li#free, #tabs_steps ul.tabs_items li#free {
	float: right;
	margin-right: 30px;
	opacity: 1;
}

#tabs ul.tabs_items li#free div.tab_item_content a, #tabs_steps ul.tabs_items li#free div.tab_item_content a{
	color: #FFFFFF !important;
}

#tabs_steps ul.tabs_items li div.tab_item_content span, #tabs_steps ul.tabs_items li.ui-tabs-selected div.tab_item_content span{
	position: absolute;
	top: 0px;
	color: transparent;
}

#tabs ul.tabs_items li.ui-tabs-selected div.tab_item_sep_start , #tabs_steps ul.tabs_items li.ui-tabs-selected div.tab_item_sep_start {
	float: left;
	width: 23px;
	height: 100%;
	background: url('images/tab_sep_start_selected.png') no-repeat;
}

#tabs ul.tabs_items li#free.ui-tabs-selected div.tab_item_sep_start , #tabs_steps ul.tabs_items li#free.ui-tabs-selected div.tab_item_sep_start {
	background: url('images/tab-free-left-select.png') no-repeat;
}

#tabs ul.tabs_items li.ui-tabs-selected div.tab_item_content, #tabs_steps ul.tabs_items li.ui-tabs-selected div.tab_item_content {
	float: left;
	height: 100%;
	background: url('images/tab_content_selected.png') repeat-x;
}

#tabs ul.tabs_items li#free.ui-tabs-selected div.tab_item_content, #tabs_steps ul.tabs_items li#free.ui-tabs-selected div.tab_item_content {
	background: url('images/tab-free-fon-selected.png') repeat-x;
}

#tabs ul.tabs_items li.ui-tabs-selected div.tab_item_sep_next, #tabs_steps ul.tabs_items li.ui-tabs-selected div.tab_item_sep_next{
	float: left;
	width: 23px;
	height: 100%;
	background: url('images/tab_next_selected.png') no-repeat;

	
}

#tabs ul.tabs_items li.ui-tabs-selected div.tab_item_sep_prev, #tabs_steps ul.tabs_items li.ui-tabs-selected div.tab_item_sep_prev{
	float: left;
	width: 23px;
	height: 100%;
	margin-left: -23px;
	background: url('images/tab_prev_selected.png') no-repeat;
	
}

#tabs ul.tabs_items li.ui-tabs-selected div.tab_item_sep_end, #tabs_steps ul.tabs_items li.ui-tabs-selected div.tab_item_sep_end  {
	float: left;
	width: 23px;
	height: 100%;
	background: url('images/tab_sep_end_selected.png') no-repeat;
}

#tabs ul.tabs_items li#free.ui-tabs-selected div.tab_item_sep_end, #tabs_steps ul.tabs_items li#free.ui-tabs-selected div.tab_item_sep_end  {
	background: url('images/tab-free-right-select.png') no-repeat;
}

#tabs ul.tabs_items li.ui-tabs-selected a, #tabs_steps ul.tabs_items li.ui-tabs-selected a{
	color: #000000;	
}

#tabs ul.tabs_items li.ui-tabs-selected, #tabs_steps ul.tabs_items li.ui-tabs-selected {
	opacity: 1;
	/*border-right: 1px solid #f4f1f1;*/
}

#tabs ul.tabs_items li a, #tabs_steps ul.tabs_items li a {
	color: #000000;
	text-decoration: none;
	display: block;
	/*padding: 14px 15px;
	/*height: 29px;
	padding: 16px 13px;*/
}

  #tabs_steps ul.tabs_items li.ui-tabs-disabled a, #tabs_steps ul.tabs_items li.ui-tabs-disabled span{
	color: #cccccc;
  }

.ui-tabs-panel {
	/*background-color: #f4f1f1;
	border-left: 1px solid #b9b9b9;
	border-width: 1px;*/
	/*float: left;*/
	/*overflow: auto;*/
	/*width:546px;*/

}



  
  #tab_content, #tab_content_free {
	width: 100%;
	height: 420px;
	background-color: #FFFCDF;
	clear: both;
	position: relative;
	top: -4px;
	z-index: 9;
  }
  
  #tab_content_free {
	background-color: #8CC002;
  }
  
  #tab_content_header{
	height: 23px;
	overflow: hidden;
	clear: both;
  }
  
   #tab_content_header-left {
  float: left;
  width: 23px;
  background: url('images/tab-left.gif') repeat-y;
  height: 100%;
  }
  
  #tab_content_free #tab_content_header-left {
	background: url('images/free-left.gif') repeat-y;
  }
  
    #tab_content_header-center {
	  float: left;
	  background: url('images/tab-top.gif') repeat-x;
	  width: 531px;
	  height: 100%;
	}
	
	#tab_content_free #tab_content_header-center  {
		background: url('images/free-top.gif') repeat-x;
	}
  
  #tab_content_header-right {
	  float: right;
	  width: 23px;
	  background: url('images/tab-top-right.png') no-repeat;
	  height: 100%;
  }
  
  #tab_content_free #tab_content_header-right {
	background: url('images/free-top-right.png') no-repeat;
  }
  
  #tab_content_center {
	height: 374px;
  }
  
  #tab_content_center-left {
  float: left;
  width: 23px;
  background: url('images/tab-left.gif') repeat-y;
  height: 100%;
  }
  
  #tab_content_free #tab_content_center-left {
	background: url('images/free-left.gif') repeat-y;
  }
  
    #tab_content_center-center {
  float: left;
  background-color: #FFFCDF;
  overflow: auto;
  width: 531px;
  height: 100%;
  }
  
  #tab_content_free #tab_content_center-center {
	background-color: #8CC002;
  }
  
  #tab_content_center-right {
  float: right;
  width: 23px;
  background: url('images/tab-right.gif') repeat-y;
  height: 100%;
  }
  
  #tab_content_free #tab_content_center-right {
	background: url('images/free-right.gif') repeat-y;
  }
  
  #tab_content_footer{
	height: 23px;
	overflow: hidden;
  }
  
    #tab_content_footer-left {
  float: left;
  width: 23px;
  background: url('images/tab-bottom-left.png') no-repeat;
  height: 100%;
  }
  
  #tab_content_free #tab_content_footer-left {
	background: url('images/free-bottom-left.png') no-repeat;
  }
  
    #tab_content_footer-center {
  float: left;
  background: url('images/tab-bottom.gif') repeat-x;
  width: 531px;
  height: 100%;
  }
  
  #tab_content_free #tab_content_footer-center {
	background: url('images/free-bottom.gif') repeat-x;
  }
  
  #tab_content_footer-right {
  float: right;
  width: 23px;
  background: url('images/tab-bottom-right.png') no-repeat;
  height: 100%;
  }
  
  #tab_content_free #tab_content_footer-right {
	background: url('images/free-bottom-right.png') no-repeat;
  }
  
.views-field-tid-2 , .views-field-tid-3 , .views-field-tid-4 {
	clear: left;
	padding: 5px;
	width: 122px;
	font-size: 0.8em;
}  
  
  /* step 1 page*/

  #step {
	width: 100px;
	height: 100px;
	background-color: #cccccc;
  }
  
  .ahah-progress {
	/*margin-left: 26px;*/
	float: right;

  }
  
  .payment_steps {
	width: 816px;
	height: 49px;
	overflow: auto;
	margin: 30px 0px 20px;
	border: 0px;
  }  
  
	.payment_steps .step{
		width: 272px;
		height: 18px;
		background-image: url('images/popup_details05.png');
		color: #A5A5A5;
		font-weight: bold;
		float: left;
		text-align: center;
		padding: 15px 0px;
		border: 0px;
	}
	
	.payment_steps .iphone {
		width: 491px;
		height: 18px;
		background-image: url('images/popup_details07.png');
		color: #A5A5A5;
		font-weight: bold;
		float: left;
		text-align: center;
		padding: 15px 0px 15px 52px;
		border: 0px;
	}
	

	.payment_steps .active {
		background-image: url('images/popup_details06.png');
		color: #ffffff;
		border: 0px;
	}
  
	.separator_step {
		width: 2px;
		height: 48px;
		float: left;
		background-image: url('images/popup_details09.png');
		margin: 0px 0px 0px -1px;
		border: 0px;
	}
  
  #tabs_steps div.ui-tabs-panel {
	width: 252px;
	margin: 0px auto;

}

	#tabs_steps div#step_3_form , #tab_content_center-center #email_set_form {
		width: 400px;
		margin: 0px auto;
	}
	
	#email_field fieldset{
		border: none;
		margin: 0px;
	}
	
	#email_field fieldset div#edit-field-wrapper {
		margin: 0px;
	}
	
	#email_field fieldset div#edit-field-wrapper div.description {
		font-size: 0.8em;
	}
	
	.radio_wrapper div.description, .email_field div.description {
		font-size: 0.8em;
		margin-top: 3px;
	}

 
	#selects_wrapper{
		width: 250px;
 		/*background-color: #EEEEEE;
		border: 1px solid #d9d9d9;*/
		overflow: auto;
		margin: 0px auto;
	/*	padding: 94px 40px;
		border: 1px solid #B9B9B9;*/
	}
	

	#custom-module-forms-select-device-form  .device_select, #custom-module-forms-select-device-form-free  .device_select{

		border: none;
		margin: 25px 0px;
		height: 40px;
	}
	
	#custom-module-forms-select-device-form  .device_select select , #custom-module-forms-select-device-form-free  .device_select select {
		width: 183px;
		display: block;
		margin: 0px 0px 0px 35px;
		
	}
	
	#custom-module-forms-select-device-form .device_select label, #custom-module-forms-select-device-form-free .device_select label {
		font-size: 1em;
		text-align: center;
		font-weight: normal;
		padding: 0px;
		width: none;
		margin-bottom: 8px;
	}
	
	#custom-module-forms-select-device-form label span, #custom-module-forms-select-device-form-free label span{
		color: red;
		font-size: 0.8em;
		font-weight: normal;
	}
	
 
	/*#custom-module-forms-select-device-form #submit_wrapper #edit-submit.next, #custom-module-forms-select-device-form #submit_wrapper #edit-submit.buy,
#custom-module-forms-select-device-form-free #submit_wrapper #edit-submit.download, #custom-module-forms-select-device-form #submit_wrapper_iphone #edit-submit.next 	{
	width: 165px;
	height: 35px;
	margin: 15px auto 0px;
	display: block;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	clear: both;
	font-family: Arial, sans-serif;
	cursor: hand;
	overflow: hidden;
  }*/
  
  	#custom-module-forms-select-device-form #submit_wrapper .form-image, #custom-module-forms-select-device-form-free #submit_wrapper .form-image	{
	width: 165px;
	height: 35px;
	margin: 15px auto 0px;
	display: block;
	color: transparent;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	clear: both;
	font-family: Tahoma, sans-serif;
	cursor: hand;
	overflow: hidden;
	margin: 0px auto;
  }
  
	#custom-module-forms-select-device-form-free #submit_wrapper .download {
		width: 201px;
		height: 71px;
  }
  
  /*#custom-module-forms-select-device-form #submit_wrapper  .next_disable{
	background-image: url('images/Next_disabled.png');
  }
  
    #custom-module-forms-select-device-form #submit_wrapper  .next {
	background-image: url('images/Next.png');
  }*/
  
   /* #custom-module-forms-select-device-form #submit_wrapper .app_store_disable {
	background-image: url('images/App-Store_disabled.png');
  }
  
      #custom-module-forms-select-device-form #submit_wrapper .app_store {
	background-image: url('images/App-Store.png');
  }*/
  
  /*#custom-module-forms-select-device-form-free #submit_wrapper .download_disable{
	background: url('images/Download_disabled.png') center center no-repeat;
  }
  
    #custom-module-forms-select-device-form-free #submit_wrapper .download {
	background-image: url('images/glow_download_button.png');
  } */
  
  
   /* #custom-module-forms-select-device-form #submit_wrapper .buy {
	background-image: url('images/Download.png');
  }*/
  
  #description_free {
	width: 60%;
	margin: 30px auto;
	text-align: center;
  
  }
  
  	/* page 2 step */
	
	.form-radios {
		margin-top: 0px !important;
	}
	
	#payment_radios_wrapper{
		width: 250px;
 		/*background-color: #f5f1f2;
		border: 1px solid #d9d9d9;*/
		padding: 0px;
		margin: 0px auto;
	}
	
	#payment_radios_wrapper .form-radios .radio_wrapper {

		overflow: auto;
		/*width: 136px;
		height: 137px;
		padding: 0px 50px;*/
	}
	
		#payment_radios_wrapper .form-radios .radio_wrapper img{
			float: left;
			display: block;
	}
	
	#payment_radios_wrapper .form-radios .radio_wrapper .form-item {
		padding: 0px 17px;
		width: 80px;
		margin: 28px 0px;
		float: left;
	}
	#payment_radios_wrapper  label {
		font-weight: normal;
		text-align: center;
		width: 100%;
	}
  
	
	/* step 3 */
	
	#detail_step_wrapper{
 		/*background-color: #f5f1f2;
		border: 1px solid #d9d9d9;*/
		padding: 0px;
		margin: 30px auto 40px;
	}
	
	#box_cols {
		margin: 30px 0px;
		overflow: auto;
	}
	
	.credit_card_form_col {
		width: 50%;
		float: left;
	}
	
	.credit_card_form_col .form-item {
		margin: 0px;
		
	}
	
	.credit_card_form_col .form-item label {
		font-size: 0.8em;
		width: 120px;
		font-weight: normal;
		padding: 0px;
		float: left;
	}
	

  
  /*message page */
  
  #message_wait {
		width: 400px;
		height: 140px;
		margin: 40px auto;
		border: 1px solid #cccccc;
		text-align: center;
		padding: 20px 40px;
		
	}
	
	#message_free {
		width: 400px;
		margin: 40px auto;
		border: 1px solid #cccccc;
		text-align: center;
		padding: 40px;
		background-color: #FFFCDF;
	}
  
  #content-inner.page_message_download {
	background-image: url(images/bg_lines.png);
	background-repeat: repeat-x;
	padding: 50px 0px;
  }
  
  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    /*margin-bottom: 1em;
	margin-top: 1.5em;*/
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
  /* preview node page */
  
  ul#preview_node  {
	overflow: auto;
	display: block;
	padding: 0px;
  }
  
    ul#preview_node li {
	display: block;
	overflow: auto;
	margin: 5px 0px;
  }
  
  ul#preview_node li div.preview_label {
	float: left;
	font-weight: bold;
	margin-right: 10px; 

  }
  
  ul#preview_node li div.preview_content {
	float: left;

  }
  #links_upload{
	border: 1px solid #cccccc;
	padding: 0px 6px;
  }
  
  ul.links li a{
	font-weight: bold;
	color: black;
  }
  
	ul.links li {
	padding: 0px;
  }
  
  ul#screenshots_preview {
  overflow: auto;
  }
  
  ul#screenshots_preview li{
  float: left;
  }
  
  /* Statistic  */
  
	.stat_block {
	margin: 10px;
  }
  
  .stat_block a{
	color: #555555;
  }
  
  .togg_block {
	display: none;
  }
  
  .table_stat {
	width: 400px;
	font-size: 0.8em;
  }
  
  .table_stat tr.odd  td{
	background: #eeeeee;
  }
  
   .table_stat tr.even  td{
	background: #ffffff;
  }
  
