
    

 ul.tight
  {
  margin-top: -10px;
  }

  
/* ============================================================== */
/* NOTICE / WARNING / FLASH */
  
.warning
  {
  color: red;
  }

.notice
  {
      width: 480px;
      text-align: left;
      margin: 0px 0 20px 0;
      padding: 20px 30px;
      border-top: 2px #333 solid;
      border-bottom: 2px #333 solid;
      font-size: 14px;
      color: #666;
  }

  
#warning  notice {
      width: 520px;
      background: #FFFAD5 url(/images/admin/warningnotice.png) center no-repeat;
      background-position: 15px 50%;
      text-align: left;
      margin: 0px 0 20px 0;
      padding: 20px 20px 20px 65px;
      border-top: 2px #FF7F00 solid;
      border-bottom: 2px #FF7F00 solid;
      font-size: 14px;
      }


#supernotice {
      width: 300px;
      background: #FFE4C0;
      color: #B87E44;
      text-align: center;
      margin: 0px 0 0px 0;
      padding: 4px; 10px 4px 10px;
      border-left: 2px #FF7F00 solid;
      border-righxt: 2px #FF7F00 solid;
      border-bottom: 2px #FF7F00 solid;
      font-size: 14px;
      position: relative;
      top: -20px;
      left: 36px;
      float: right;
      }
      

/* ============================================================== */
/* SEARCH BAR */
    
#searchbar
  {
  padding-left: 20px;
  padding-bottom: 20px;
  font-family: Arial;
  font-size: 12px;
  color: #b6D8D7;
  }

   
  #searchbar input
    {
    font-size: 11px;
    font-family: Arial;
    color: #333;
    background: fff;
    iex-width: 120px;
    }
    
  .advancedsearch
    {
    margin-top: -18px;
    padding-right: 30px;
    float: right;
    }

*:first-child+html .advancedsearch
    { margin-top: -38px; }

    
    .advancedsearch a
      {
      color: #fff;
      }
      
  table.advancedsearchtable
    {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    }
    
  table.advancedsearchtable td.half
    {
    width: 50%;
    vertical-align: top;
    font-size: 10px;
    }
    




/* ============================================================== */
/* RATINGS */

.ratingblock
  {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
  }
 
 .ratingblock h3
  {
  padding: 0px;
  margin: 0px;
  }
  
.starblock
  {
  padding: 10px 0;
  
  }
  /*styles for the star rater*/	
  	.star-rating{
  		list-style:none;
  		margin: 0px;
  		padding:0px;
  		width: 125px;
  		height: 25px;
  		position: relative;
  		background: url(/images/theme_defaults/star.gif) top left repeat-x;		
  	}
  	
  	.star-rating li{
  		padding:0px;
  		margin:0px;
  		/*\*/
  		float: left;
  		/* */
  	}
  	.star-rating li a{
  		display:block;
  		width:25px;
  		height: 25px;
  		text-decoration: none;
  		text-indent: -9000px;
  		z-index: 20;
  		position: absolute;
  		padding: 0px;
  	}
  	.star-rating li a:hover{
  		background: url(/images/theme_defaults/star.gif) left bottom;
  		z-index: 2;
  		left: 0px;
  	}
  	.star-rating a.one-star{
  		left: 0px;
  	}
  	.star-rating a.one-star:hover{
  		width:25px;
  	}
  	.star-rating a.two-stars{
  		left:25px;
  	}
  	.star-rating a.two-stars:hover{
  		width: 50px;
  	}
  	.star-rating a.three-stars{
  		left: 50px;
  	}
  	.star-rating a.three-stars:hover{
  		width: 75px;
  	}
  	.star-rating a.four-stars{
  		left: 75px;
  	}	
  	.star-rating a.four-stars:hover{
  		width: 100px;
  	}
  	.star-rating a.five-stars{
  		left: 100px;
  	}
  	.star-rating a.five-stars:hover{
  		width: 125px;
  	}
  	.star-rating li.current-rating{
  		background: url(/images/theme_defaults/star.gif) left center;
  		position: absolute;
  		height: 25px;
  		display: block;
  		text-indent: -9000px;
  		z-index: 1;
  	}		
  	
/* ============================================================== */
/* COMMENTS */

.commentblock
	{
	padding: 0px;
	background: #fff;
	width: 180px;
	}
  
  .commentblockheader
	  {
	  padding: 8px 20px;
	  background: #fff;
	  float: left;
	  border-bottom: 2px solid #aaa;
	  }
   
  .commentblockheader p
	  {
	  color: #000;
	  padding: 0px;
	  margin: 0px;
	  }
	

   .commentblock h3
    {
    padding: 0px;
    margin: 0px;
    }

  .commentblock a
	  {
	  font-size: 10px;
	  }

  .comment 
    {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    }
    
  .comment p
    {
    font-size: 11px;
    font-style: italic;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }

  #comment_form
    {
    padding-top: 10px;
    }  
    
  #comment_form textarea
    {
    width: 180px;
    height: 100px;
    background: #E5F3FA;
    }

  #comment_form submit
    {
    font-size: 10px;
    }
    

/* ============================================================== */
/* ICONS */
  
.asseticon
  {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 440px;
  }

.small_icon
  {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  }
  
.video_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_video_no_bubble.png) no-repeat;
  margin-left: 2px;
  padding: 0px;
  }

.simple_video_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_video_no_bubble.png) no-repeat;
  margin-left: 2px;
  padding: 0px;
  }

.release_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_release_no_bubble.png) no-repeat;
  }

.simple_release_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_release_no_bubble.png) no-repeat;
  }


.other_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_other_no_bubble.png) no-repeat;
  }

.simple_other_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_other_no_bubble.png) no-repeat;
  }


.audio_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_audio_no_bubble.png) no-repeat;
  }

.simple_audio_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_audio_no_bubble.png) no-repeat;
  }

.photo_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_photo_no_bubble.png) no-repeat;
  }

.simple_photo_icon
  {
  height: 30px;
  width: 30px;
  background: url(/images/theme_defaults/small_icon_photo_no_bubble.png) no-repeat;
  }

  
/* ============================================================== */
/* ASSETS */

#back_to_project
  {
  }


table.tablesocial tr
  {
  height: 30px;
  }

/* ============================================================== */
/* JOURNALIST SIGNUP / PROFILE */

.formdivider
  {
  border-bottom: 1px dotted #888;
  margin: 20px 0;
  width: 500px;
  }
  
.required
  {
  font-weight: bold;
  color: #FF0009;
  }

.formnote
  {
  font-size: 10px;
  color: #999;
  margin-bottom: 12px;
  margin-top: 0px;
  }

.checkboxes
  {
  margin-bottom: 20px;
  
  }
.checkbox
  {
  font-size: 10px;
  padding: 0px 0;
  margin: 0px;
  }
  
table.tableforms
  {
  width: 500px;
  border-collapse: collapse;
  
  }
  
  table.tableforms tr
    {
    }
    
  table.tableforms td.label
    {
    padding-right: 10px;
    text-align:right;
    border-right: 1px; solid #aaa;
    width: 150px;
    vertical-align: top;  
    padding-bottom: 10px;    
    }

  table.tableforms td.label p
    {
    font-size: 11px;
    font-weight: bold;
    color: #333;

    }
    
  table.tableforms td.input
    {
    text-align: left;
    vertical-align: top;
    }


/* ============================================================== */
/* MISC WIDGET FORMATTING */

.cart_links
  {
  margin: 0px;
  padding: 10px 0 14px 0 ;
  width: 500px;
  }

  .cart_links a
    {
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #008aB0;
    padding: 0px;
    margin: 0px;
    }


table.table_cart_links td
  { 
  padding-right: 10px;
  }

.back_icon_links
  {
  padding-top: 6px;
  }  
  

/* ============================================================== */
/* ASSET PAGE */

.full_asset
  { 
  
  }

/* AssetType Specific */
.videosurround  
  {
  background: #000;
  width: 620px;
  margin-left: -40px;
  text-align: center;
  }

* html .videosurround {
width: 560px;
margin: 0;
  }

.audiosurround  
  {
  background: #000;
  width: 620px;
  margin-left: -40px;
  text-align: center;
  }

.photosurround
  {
  text-align: center;
  }

.releasesurround  
  {
  margin-left: -40px;
  margin-right: 40px;
  padding-top: 30px;
  width: 540px;
  padding-left: 40px;
  padding-right: 20px;

  }

.wrap_webres_photo1
  {
  border: 2px solid #eee;  
  width: 440px;
  }

.wrap_webres_photo2
  {
  border: 6px solid #fff;
  }
  
.under_webres_photo
  {
  background: url(/images/theme_defaults/webresphotoshadow.png) no-repeat;
  width: 440px;
  height: 12px;
  }

.wrap_small_photo1
  {
  border: 1px solid #eee;  
  width: 230px;
  padding: auto;
  overflow: auto;
  height:100%;
  }

.wrap_small_photo2
  {
  border: 4px solid #fff;
  }
  
.under_small_photo
  {
  background: url(/images/theme_defaults/photoshadow.png) no-repeat;
  width: 230px;
  height: 3px;
  
  }

.wrap_thumb_photo1
  {
  border: 1px solid #eee;  
  width: 115px;
  background: #666;
  }

.wrap_thumb_photo2
  {
  border: 2px solid #fff;
  }
  
.under_thumb_photo
  {
  }

  
.asset_details
  {
  padding-top: 30px;
  }

  .asset_details p, 
    {
    vertical-align: top;
    font-family: Arial;
    color: #666;
    font-size: 12px;
    }  

  .asset_details a
    {
    font-family: Arial;
    color: #008ab0;
    font-size: 12px;
    }

  .asset_details b
    {
    font-size: 13px;
    font-weight: bold;
    color: #000;  
    }

.asset_details_group1
  {
  float: left;
  width: 200px;
  }


  .asset_details_group1 a
    {
    font-size: 11px;
    }
  
.asset_details_group2
  {
  width: 320px;
  float: right;
  }

  .asset_details_group2 h3
    {
    font-size: 12px;
    padding: 0px;
    }
    
  .asset_details_group2 p
    {
    padding-bottom: 11px;
    border-bottom: 1px dashed #ddd;
    }  

  .asset_details_group2 p.contact
    {
    font-size: 10px;
    }


/* ============================================================== */
/* TEASER BLOCKS ( Various Pages ) */

.asset_teaser
  {
  margin-bottom: 10px;
  padding: auto;
  overflow: hidden;
  height: 100%;
  }

.teaser_preview
  {
  float: left;
  width: 250px;
  }

.teaser_details_group1
  {
  margin-left: 260px;
  width: 260px;
 
  }

  .teaser_details_group1 p
    {
    font-family: Arial;
    color: #333;
    font-size: 12px;
    padding: 0px 0 12px 0;
    border-bottom: 1px dashed #ddd;

    }  

  .teaser_details_group1 a
    {
    font-family: Arial;
    color: #008ab0;
    font-size: 12px;
    }

  .teaser_details_group1 h3
    {
    font-size: 13px;
    font-weight: normal;
    color: #333;  
    padding-bottom: 0px;
    margin-bottom: 0px;
    }

/* ============================================================== */
/* SEARCH PAGE RESULTS */

.search_page_result
  {
  margin-top: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: auto;
  padding: auto;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #ccc;  
  background: #eee;
  padding: 20px;
  
  }
  
    .search_page_result a
    {
    font-size: 16px;
    }

    .search_page_result b
    {
    font-size: 11px;
    }

    .search_page_result p
    {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    }

    .search_page_result_block
      {
      padding-top: 0px;
      }

      .search_page_result_previews      
        {
        padding-top: 8px;
        }

      .search_page_result_previews li a
        {
        font-size: 11px;
        }

/* ============================================================== */
/* CART */
 
 #minicart
  {}
  
 .cartheader
  {
  background: url(/images/theme_defaults/cart.png) no-repeat;
  height: 30px;
  padding-left: 60px;
  padding-top: 18px;  
  } 
  
.cartitem
  {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  padding-top: 0px;
  }

  .cartitem a
    {
    font-size: 11px;
    padding-left: 6px;
    }
  .cartitem h2
    {  
    color: #666;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    text-decoration: none;
    }
  
table.cartitemtable
  {
  }  

  table.cartitemtable td
    {
    padding-left: 10px;
    }
  
  
table.cartdetailstable
  {
  padding-top: 10px;
  padding-bottom: 30px;
  xborder-bottom: 2px dashed #ddd;
  width: 100%
  }

  table.cartdetailstable td
    {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    }
    
  table.cartdetailstable td.icon
    {
    vertical-align: top;
    width: 100px;
    }

.cartassetformat
  {
  border-bottom: 1px solid #ddd;  
  padding-bottom: 10px;
  padding-top: 10px;
  }
  
  .cartassetformat ul
    {
    list-style-type: none;
    padding-left: 30px;  
    }


/* ============================================================== */
/* EMBEDS */

.embed_link
  {
  padding-top: 10px;
  }
    
.embed_box
  {
  background: #E5F3FA;  
  padding: 30px;
  width: 500px;
  }

  .embed_box h3
    {
    }

  .embed_box textarea
    {
    margin: auto;
    width: 500px;
    background: #fff;
    }
  

/* ============================================================== */
/* SUBSCRIPTIONS */

table.tablesubscriptions
  {
  width: 500px;
  border-collapse: collapse;
  
  }
  
  table.tablesubscriptions tr
    {
    }
    
  table.tablesubscriptions td.label
    {
    padding-right: 10px;
    text-align:right;
    border-right: 1px; solid #aaa;
    width: 50px;
    vertical-align: top;  
    padding-bottom: 10px;    
    }

  table.tablesubscriptions td.label p
    {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    }
    
  table.tablesubscriptions a
    {
    font-size: 11px;
    }

  table.tablesubscriptions td.input b
    {
    font-size: 11px;
    }




/* ============================================================== */
/* BUTTON DIVS */

.btn_normal
  {
  width: 80px;
  height: 16px;
  background-image: url(/images/theme_defaults/btn_generic.png);
  color: #fff;
  padding-top: 4px;
  text-align: center;
  color: #333;
  text-decoration: none;
  letter-spacing: 0px;
  font-family: arial;
  font-size: 11px;

  }

.btn_normal a
  {
   color: #333;
   text-decoration: none;
   letter-spacing: 0px;
   font-family: arial;
   font-size: 11px;
  }

.btn_wide
  {
  width: 160px;
  height: 16px;
  background-image: url(/images/theme_defaults/btn_wide.png);
  padding-top: 4px;
  text-align: center;
  color: #333;
  text-decoration: none;
  letter-spacing: 0px;
  font-family: arial;
  font-size: 11px;

  }

.btn_wide a
  {
   color: #333;
   text-decoration: none;
   letter-spacing: 0px;
   font-family: arial;
   font-size: 11px;
  }
  
#btn_subscribe_to_project
  {
  margin-left: 40px;
  margin-top: 20px;
  }


/* ============================================================== */
/* FEATURE GRID STYLING */

.feature_grid
  {
  text-align: center;
  margin-left: 370px;
  padding-right: 30px;
  }

.center_grid
  {
  margin: 0px auto;
  }
  
table.feature_grid_wrapper
  {

  border-collapse: collapse;  
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  }

  table.feature_grid_wrapper td.feature_left
    {
    min-width: 24px;
    width: 22px;  
    height: 144px;
    background: url('/images/theme_defaults/featured.png') no-repeat;
    padding: 0px;
    margin: 0px;
    }

  table.feature_grid_wrapper td.feature_right
    {
    width: 24px;
    min-width: 24px;
    height: 146px;
    background: url('/images/theme_defaults/featured_right.png') no-repeat;
    padding: 0px;
    margin: 0px;
    }

  table.feature_grid_wrapper td.grid_space
    {
    width: 10px;
    min-width: 10px;
    background: #fff;
    }
  
  .grid_container
    {
    padding-top: 10px;
    width: 130px;
    height: 132px;
    text-align: center;
    background: #D9E6EF;
    border: 1px solid #999;
    }

/* IE6 */
* html .grid_container {
    height: auto;
    padding: 4px 0 0 0;
  }


  .grid_preview
   {
   margin: 0px auto;
   }
   
  .grid_image
    {
   margin: 0px auto;
   height: 94px;
    }

  .grid_text
    {
    padding: 0 10px;
    }

  .grid_text a
    {
    text-decoration: none;
    font-size: 10px;
    letter-spacing: -1px;
    }


/* ============================================================== */
/* MISC PROJECT */



table.withicons
  {
  width: 100%;
  }

table.withicons td.companyname
  {
  vertical-align: top;

  }
        
/* ============================================================== */
/* PROJECT TEASER BLOCK */

.project_page_asset
  {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  overflow: auto;
  padding: auto;
  }

.project_page_primary_asset
  {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  overflow: auto;
  padding: auto;
  }


.project_page_projects
  {
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #aaa;
  overflow: auto;
  padding: auto;
  }


.project_teaser,
  {
  margin-bottom: 10px;
  overflow: auto;
  padding: auto;
  }

.project_teaser h2
  {
  font-size: 15px;
  color: #222;
  padding-bottom: 10px;
  }

.project_teaser h3
  {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  padding-bottom: 12px;
  }

.project_teaser h4
  {
  font-size: 13px;
  font-weight: normal;
  color: #000;
  padding-bottom: 10px;
  padding-top: 8px;
  }

table.lock_home_project_teaser
  {
  }

.home_project_teaser
  {
  }

.home_teaser_preview
  {
  float: left;

  }

.home_teaser_preview img
  {
  border: 1px solid #999;
  }

.home_teaser_preview p
  {
  font-size: 10px;
  }
  
.home_teaser_details_group
 {
 margin-left: 150px;
 width: 380px;
 }  
 
.home_project_teaser h2
  {
  font-size: 12px;
  color: #222;
  padding-bottom: 10px;
	text-decoration: none;
  }

.home_project_teaser h3
  {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  padding-bottom: 12px;
  }

.home_project_teaser h4
  {
  font-size: 13px;
  font-weight: normal;
  color: #000;
  padding-bottom: 10px;
  padding-top: 8px;
  }

.home_teaser_details_add_to_cart
  {
  padding-bottom: 10px;
  }
  
.home_project_teaser_summary
  {  
  width: 510px;
  margin-top: 15px;
  border: 1px solid #eee;
  height: 40px;
  padding-top: 10px;
  padding-left: 20px;
  }

table.cc_link
  {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 8px;
  margin-bottom: 20px;
  width: 540px;
    }
 
table.cc_link td.text
  {
  width: 220px;
  text-align: right;
  vertical-align: bottom;
  }

table.cc_link td.text a
  {
  font-size: 10px;
  }
  
table.cc_link td.logo
  {
  width: 300px;
  }
  
table.cc_link td.logo img
  {
  border: 0px;  
  }



/* Project Page Redesign
--------------------*/

#back_to_home p, #back_to_home a
  {
  font-size: 14px;
  }

#article {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 15px;
}

#section {
	
	width: 230px;
	float: left;
}

#section a {
	display: block;
	font-size: .85em;
	text-decoration: none;
}

#section a:hover {
	text-decoration: underline;
}

#aside {
	
	width: 290px;
	float: right;
	font-size: .85em;
}

#aside div {
}

#aside h4 {
	display: inline;
	color: #8E9FAC;
}

#aside p {
	display: inline;
	color: #000;
 	font-size: 14px;	
}

#press_release_block
	{
	margin: 10px 0 0px 0;	
	}

.press-release-link {
	margin: 0 0;
	padding: 0;
	display: block;
}

.press-release-link a {
	margin: 0;
	font-size: .85em;
	text-decoration: none;
}

.press-release-link b {
	color: #8E9FAC;
  }
  
.press-release-link a:hover {
	text-decoration: underline;
}

.show_hide
	{
  text-align: right;
  padding: 6px 0;
	}

#project_table_wrapper
  {
  background: url(/images/theme_defaults/slice_bluefade.jpg) repeat-x bottom #E6EDF5;  
	border-top: solid 1px #ccccef;
	width: 100%;
	margin-top: 10px;
  }

#project_table_wrapper td, #project_table_wrapper td a
  {
  font-size: 14px;  
  
  }
#project_table_wrapper a
  {
  text-decoration: none;
  }

#project_table_wrapper a:hover
  {
  text-decoration: underline;
  }

.project_table {
	margin: 8px 0 0 0;
	padding: 10px 0 0px 0;

}

.project_table td {
	padding-bottom: 4px;

}

#fake
  {
  border: 0px;
  margin: 0px;
  padding: 0px;
  }
  
.project_table td.label {
  vertical-align: top;
  font-family: Arial;
  text-align: right;
  font-size: 13px;
  color: #000; 
  font-weight: bold; 
  padding-bottom: 4px;
  width: 70px;
  padding-left: 6px;
  }

.project_table td.value
  {
  vertical-align: top;
  padding-left: 10px;
  font-family: Arial;
  font-size: 12px;
  width: 200px;
  color: #000; 
  }

.project_table td.valuewide
  {
  vertical-align: top;
  padding-left: 10px;
  font-family: Arial;
  font-size: 12px;
  width: 400px;
  color: #000; 
  }

  
  
  }
#aside div > a {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: .85em;
	outline: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#aside div > a:hover {
	text-decoration: underline;
}

.tabs {
	width: 520px;
	clear: both;
}



/* Subsection Tabs
--------------------*/

#content #asset_tabs
  {
  margin-bottom: 0px;
  margin-left: 0px;  
  }
  
#content ul.subsection_tabs {
	list-style:none;
	padding:0;
	clear:both;
	border-bottom: 1px solid #ccc;
	height:31px;
	clear:both;
}

#content ul.subsection_tabs li.tab {
	float:left;
	text-align:center;
}

#content ul.subsection_tabs li.tab a {
	display:block;
	padding:0;
	background-color:#fff;
  color: #3333CC;
  font-weight: bold;
	width: 121px;
  height: 21px;
  padding-top: 10px;
  background:transparent url(/images/theme_defaults/not-selected-tab2.gif) no-repeat scroll 0 0;  
  text-decoration: none;  
}

#content ul.subsection_tabs li.tab a:hover {
}


#content ul.subsection_tabs li.tab a.active {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background:transparent url(/images/theme_defaults/selected-tab2.gif) no-repeat scroll 0 0;
}

#content ul.subsection_tabs li.source_code {
	float:right;
}

#asset_video_tab h3, #asset_photo_tab h3, #asset_audio_tab h3, #asset_other_tab h3 
  {
  color:#CFD9E0;
  font-size:1.8em;
  margin: 0 16px 4px 0;
  text-align:right;
  padding-top: 16px;
}

#asset_video_tab, #asset_photo_tab, #asset_audio_tab, #asset_other_tab
{
  background: #f2f6f9; 
  overflow: auto;
  height: 100%;
  padding-bottom: 10px;
}



#asset_video_tab .top_text, #asset_photo_tab .top_text, #asset_audio_tab .top_text, #asset_other_tab .top_text
  {
  background: #f2f6f9; 
  color: #999;
  padding-top: 12px;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-style: italic;
  width: 400px;
  float: left;
  }

#asset_video_tab .top_icon
  {
  background: url(/images/theme_defaults/media-icons-video-sm.png) no-repeat scroll left center #f2f6f9;
  padding-left:23px;
  float: right;
  padding-right: 20px;
  margin-top: 5px;
  }

#asset_photo_tab .top_icon
  {
  background: url(/images/theme_defaults/media-icons-photos-sm.png) no-repeat scroll left center #f2f6f9;
  padding-left:33px;
  float: right;
  margin-top: 5px;
  padding-right: 20px;
  }

#asset_audio_tab .top_icon
  {
  background: url(/images/theme_defaults/media-icons-audio-sm.png) no-repeat scroll left center #f2f6f9;
  padding-left:23px;
  float: right;
  margin-top: 5px;
  padding-right: 20px;
  }
  
#asset_other_tab .top_icon
  {
  background: url(/images/theme_defaults/media-icons-documents-sm.png) no-repeat scroll left center #f2f6f9;
  padding-left:23px;
  float: right;
  margin-top: 5px;
  padding-right: 20px;
  }


#asset_video_tab h3, #asset_photo_tab h3, #asset_audio_tab h3, #asset_other_tab h3
  {
  background: #f2f6f9;   
  font-size: 20px;
  padding: 0px;
  padding-bottom:3px;
  margin: 5px 0 0 0;
  }
  

.wrapphoto
  {
  }

.wrapvideo, .wrapaudio, .wrapother
  {
  margin:2px 6px 8px 8px;
  }

.wrapvideo a, .wrapphoto a, .wrapaudio a, .wrapother a
  {
  display:block;
  text-decoration: none;
  width:160px;  
  }
  
.wrapvideo a:hover, .wrapphoto a:hover, .wrapaudio a:hover, wrapother a:hover  
  {
  text-decoration: underline;
  }

  table.tabbed_normal_assets
    {
    float: left;
    }

  table.tabbed_normal_assets td
  {
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
  vertical-align: top;
  }

 table.tabbed_photo_assets
    {
    margin-left: 20px;
    float: left;    
    }
    
  table.tabbed_photo_assets td
  {
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
  vertical-align: top;
  }

  .subscribe_to_all
        {
        padding:0px;
        margin: -28px 0 0 0 ;
        text-align: right;
        }

table.asset_format
  {
  margin: 10px 0;
  }
  
  table.asset_format td
    {
    }
    
  table.asset_format td.icon 
    {
    width: 80px;
    text-align: center;
    }
    
  table.asset_format td.content
    {
    width: 340px;
    padding-left: 30px;
    vertical-align: top;
    }

  table.asset_format td.content h2
    {
    color: #16428B;
    padding-bottom: 20px;
    }
  table.asset_format td.content p
    {
    padding: 0px;
    margin: 0px;
    }

  table.asset_format td.button
    {
    width: 100px;
    vertical-align: bottom;
    }   

  .cartassetformatbutton-download
    {
    background: url('/images/theme_defaults/download-button.png') no-repeat right;
    width: 100px;
    height: 20px;
    }
    
  .cartassetformatbutton-add_to_cart
    {
    background: url('/images/theme_defaults/addtocart-button.png') no-repeat right;
    width: 100px;
    height: 21px;
    }
    
    
    
table.library
  {
  margin-top: 14px;
  width: 100%;
  }

table.library tr.element
  {
  border: 1px solid red;
  }
  
table.library td
  {
  vertical-align: top;
  xxborder: 1px solid red;
  height: 200px;
  padding-bottom: 10px;
  background: #eee;
  padding-left: 10px;
  border-bottom: 20px solid #fff;
  }
  
.library_image_AssetPhoto
  {
  height: 96px;
  }
  
.library_image_AssetVideo
  {
  height: 126px;
  }
  

.library_actions
  {
  padding-top: 10px;
  margin-bottom: 0px;
  }

.library_action_checkbox
  {
  display: inline;
  padding-left: 36px;
  }
    
.library_text, .library_text a
  {
  width: 115px;
  font-size: 11px;
  padding-top: 10px;
  }
  
.library_submit_button
  {
  width: 100%;
  text-align: right;
  }
  
.embargoed
  {
  width: 520px;
  background: #FFFAD5;
  margin-top: 10px;
  }

#embargoed_link
  {
  margin: 20px 0px;
  border-top: 1px #ddd dashed;  
  border-bottom: 1px #ddd dashed;  
  padding: 10px 0px 14px 0px;
  }  
  
#embargoed_link a
  {
  color: red;
  }  
  
table.download_project
  {
  width: 100%;
  border-collapse: collapse;
  }

	table.download_project tr
	{
	}
	
	table.download_project tr.evenrow 
	{
	background-color: #fff; 
	
	}
	
	table.download_project tr.oddrow 
	{
	background-color: #E4F4FF; 
	}
	
table.download_project th
  {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background: #3790CB;
  color: #fff;
  padding: 6px 0;
  border-bottom: 1px solid #333;
  }
  
table.download_project td
  {
  font-size: 11px;  
  padding-bottom: 10px;
  padding-top: 6px;
  border-bottom: 1px solid #ccc;
  }

table.download_project td option
  {
  font-size: 11px;
  }

table.download_project td.title
  {
  width: 300px;
  }

table.download_project td.tag
  {
  width: 120px;
  }

table.download_project td.choices
  {
  }

