/*****************************************
  master.css (Stylesheet by One Shoe)
*****************************************/

/**
 *  GENERAL
 */

body{
  background-color: black;  
}

.background_wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1301px;
}

#background{
  overflow: hidden;
  background: transparent;
  position: fixed;
  z-index: -990;
}

hr{
  background-color: #8b8b8b;
  border: 0px;
  height: 9px;
  margin-top: 40px;
  margin-bottom: 15px;
}

#container{
  margin: auto;
  width: 980px;
}

#header{
  position: relative;
  width: 980px;
  height: 54px;
  clear: both;
}

#wrapper{
  overflow: hidden;
  width:100%;
  clear: both;
}

#sub_nav, #main_nav{
	background-image: url('../images/black_transparent.png');
	width: 877px;  
	padding: 7px;
	padding-bottom: 5px;
	margin-top: 17px;
	float: left;
}

#main_nav{
	margin-left: -161px;
}

#sub_nav{
	margin-top: 0px;
	margin-left: -160px;
  background-image: url('../images/white_70.png');
  padding: 10px;
  height: 16px;
  width: 870px;
}

#sub_nav ul,
#main_nav ul{
  float: right;
}

#sub_nav ul li,
#main_nav ul li{
  float: left;
}

#sub_nav li.active a,
#main_nav li.active a{
  color: #ff7300;
}

#sub_nav ul li a,
#main_nav ul li a{
  background-image: url('../images/menu_seperator.png');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 8px;
  margin-right: 3px;
}

#sub_nav ul li a{
  background-image: url('../images/subnav_seperator.png');
}

#sub_nav ul li.first a,
#main_nav ul li.first a{
  background: none;
}

#main_nav ul li:hover a,
#sub_nav ul li:hover a{
  color: white;
}

#main_nav .cart {
	display:none;
	float:left;
	margin:-7px -4px -7px 153px;
	background-color:#EB6305;
}

#main_nav .cart img {
	display:block;
	float:left;
}

#main_nav .cart span {
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding:6px 8px 6px 0;
}

.search{
  float: right;
  width: 192px;
  padding-top: 27px;
  z-index: 20;
  position: absolute;
  right: 0px;
  top: 0px;
}

.search .searchfield{
  background-image: url('../images/search_magnifier.gif');
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 3px;
  border: 0px;
  height: 16px;
  width: 116px;
  color: #656565;
  font-size: 11px;
  float: left;
}

.search .searchsubmit{
  background-image: url('../images/search_submit.png');
  background-repeat: no-repeat;
  border: 0px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 19px;
  width: 19px;
  float: left;
}

#header .site_logo{
  position: absolute;
  right: 0px;
  top: 22px;
}

#content{
  width: 980px;
  margin-top: 36px;
  float: left;
}

.content_left{
  padding-right: 10px;
  float: left;  
  min-height: 300px;
}

.share_media {
	clear:right;
    overflow: hidden;
    padding-top: 5px;
}

.share_media a {
	display: inline-block;
	float:right;
	margin-left:5px;
	width:30px;
	height:30px;
}

.share_media a:hover {
	background-position:0 -30px;
}

.share_media a#tellafriend {
	background-image:url('/TXP/deltion/images/sm_tellafriend.png');
}

.share_media a#facebook {
	background-image:url('/TXP/deltion/images/sm_facebook.png');
}

.share_media a#twitter {
	background-image:url('/TXP/deltion/images/sm_twitter.png');
}

.share_media a#hyves {
	background-image:url('/TXP/deltion/images/sm_hyves.png');
}

.sections img{
  
  filter:alpha(opacity=40); /* msie */  
  -moz-opacity: 0.40; /* firefox 1.0 */  
  -khtml-opacity: 0.40; /* webkit */  
  opacity: 0.40; /* css 3 */
  float: right;
  margin-bottom: 14px;
}

.sections img:hover,
.sections .active img{
  filter:alpha(opacity=100); /* msie */  
  -moz-opacity: 1; /* firefox 1.0 */  
  -khtml-opacity: 1; /* webkit */  
  opacity: 1; /* css 3 */
  float: right;
}

.sections_sub{
  background-color: #040300;
  float: right;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sections_sub ul li{
  text-align: right;
  margin-top: -1px;
  line-height: 19px;
  width: 236px;
  float: right;
}

.content_top{
  background-image: url('../images/white_transparent_90.png');
  width: 732px;
  height: 222px;
  float: left;
}

.tabs{
  background-color: black;
  width: 720px;
  height: 180px;
  margin-top: 43px;
  margin-left: 12px;
  position: relative;
}

.tabs .tabs_wrapper{
  height: 144px;
  width: 720px;
  padding-top: 10px;
  padding-left:15px;
}

.tabs .tabs_wrapper div{
  color: white;
}

.tabs .tabs_nav{
  background-color: #4b4a4a;
  padding-left: 15px;
  padding-top: 4px;
  position: absolute;
  height: 22px;
  width: 705px;
  bottom: 0px;
  left: 0px;
}

.tabs .tabs_nav li{
  background-color: white;
  width: 172px;
  height: 16px;
  float: left;
  text-align: center;
}

.tabs .tabs_nav li.active,
.tabs .tabs_nav li:hover{
  background-color: #ff6800;
}

.tabs .tabs_nav li a{
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: black;
}

.tabs .tabs_nav li.active a,
.tabs .tabs_nav li a:hover{
  text-decoration: none;
}

#tabs-1{
  height: 141px;
}

#tabs-1 .img_wrapper{
  width: 72px;
  height: 124px;
  margin-bottom: 10px;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 22px;
}

#tabs-1 .img_wrapper img{
  width: 71px;
  height: 94px;
  cursor: pointer;
}

#tabs-1 .img_wrapper div{
  position: absolute;
  top: 126px;
  color: #4d4d4d;
  font-size: 8.25px;
  font-weight: bold;
}

.content_center{
  margin-top: 16px;
  float: left;
}

.content_center ul{
  padding-top: 5px;
  padding-bottom: 5px;
}

.content_center ul li{
  list-style-type: disc;
  list-style-position: inside;
}

.content_center ul li ul{
  margin-left: 25px;
}

.content_center ul li ul li{
  list-style-type: square;
}

.content_center ol{
  padding-top: 5px;
  padding-bottom: 5px;
}

.content_center ol li{
  list-style-type: decimal;
  list-style-position: inside;
}

.content_center ol li ol{
  margin-left: 25px;
}

.content_center ol li ol li{
  list-style-type: upper-roman;
}

.frontpage .content_center ul li{
  list-style: none;
  list-style-position: outside;
}

.content_center img{
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 4px;
}

.content_right{
  float: left;
}

.blocks{
  width: 495px;
  height: 267px;
}

.block{
  margin-bottom: 19px;
}

.block h2{
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.deltion .block h2, .frontpage .block h2{
  /*margin-left: 10px;*/
  color: white;
}

.blocks_left{
  width: 236px;
  float: left;
}

.block .block_content{
  background-image: url('../images/black_transparent.png');
  padding: 10px;
  width: 208px;
  color: white;
  float:left;
}
.block .portfolio{
  color:#FF6800;
}

.block .related h3{
  margin-bottom:20px;
}

.block img{
  float:left;
}

.block p{
  margin-right:5px;
  line-height:20px;
  width:130px;
  float:right;
}

.block a{
  color:#FF6600;
  font-weight:bold;
  display:block;
}

.block ul li{
  list-style:url('../images/list-style.png');
  margin:6px 10px;
  font-weight:bold;
  line-height:20px;
}

.block ul li a{
  color:#ff6600;
}

.block .tellafriend h3{
  margin:0;
}

.block .special.active,
.block .signup:hover,
.block .special:hover,
.block .signup.active {
  background-image: none;
  background-color: #eb6305;
}

.block .special.active a,
.block .special:hover a,
.block .signup.active a,
.block .signup:hover a,
.block .special:hover .orange{
  color: black;
}

.block .special h2 a{
  color:white;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

.jongeren .content_right .block .block_content{
  width: 217px;
}

.content_right .block .block_content{
  width: 226px;
}


.overview_studies{
  margin-top: 10px;
  margin-bottom: 10px;
}
/**
 *  END GENERAL
 */

/**
 *  FRONTPAGE
 */
.frontpage .content_left{
  width: 484px;
  min-height: 642px;
}

.frontpage .content_left .sections{
  width: 485px;
  height: 376px;
}

.frontpage .sections img{

  float: right;
  margin-bottom: 14px;
}

.frontpage .sections a img:hover,
.frontpage .sections .active img{
}

.frontpage  .blocks_left{
  width: 236px;
  float: left;
}

.frontpage .blocks_right{
  margin-left: 13px;
  width: 236px;
  float: left;
}

.frontpage .content_center{
  background:none;
  padding: 0;
  width: 235px;
  min-height:800px;
}

.frontpage .center_menu{
  margin-left: 16px;
  padding: 30px 0;
  display: none;
}

.frontpage #jongeren_menu {
	margin-top:-5px;
}

.frontpage #volwassenen_menu {
	margin-top:105px;
}

.frontpage #bedrijven_menu {
	margin-top:215px;
}

.frontpage .center_menu li.active a,
.frontpage .center_menu li a:hover{
  color: #ff6800;
}

.frontpage .content_right .kieswijzer{
  margin-top: 393px;
  margin-left: 12px;
}

/**
 *  END FRONTPAGE
 */
 
/**
 *  JONGEREN
 */

.content_left{
  margin-top: 9px;
  width: 236px;
}

.sections img{
  margin-bottom:1px;
}

.sections .active img {
  filter:alpha(opacity=1); /* msie */  
  -moz-opacity: 1; /* firefox 1.0 */  
  -khtml-opacity: 1; /* webkit */  
  opacity: 1; /* css 3 */
}

.block{
  margin-bottom: 12px;
  float:left;
}

.content_center{
  background-image: url('../images/white_transparent_90.png');
  margin-top: 0px;
  width: 460px;
  padding-top: 35px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px;
}

.content_right{
  padding-left: 10px;
  padding-top: 14px;
  width: 238px;
}

.content_right .kieswijzer{
  margin-bottom: 5px;
}

.deltion .content_center{
  background-image: url('../images/black_transparent.png');
}

.jongeren_opleiding .content_center{
  margin-top: 17px;
  padding-top: 10px;
}

.jongeren_opleiding .study_image{
  margin: 0px;
}

.jongeren_opleiding .content_right{
  margin-top: 235px;
}

.quote{
  width: 225px;
  float: left;
}

.quote.even{
  float: right;
}

.quote img{
  margin-bottom: 0px;
}

/**
 *  END JONGEREN HOME
 */ 

#footer{
  background: url('../images/footer.png') no-repeat 0 0;
  width: 956px;
  height: 85px;
  clear: both;
  padding: 12px;
}

#footer ul{
  width: 280px;
  float: right;
  height: 72px;
}

#footer ul li{
  width: 139px;
  text-align: right;
  float: left;
  
}

#footer ul li a{
  font-size: 11px;
  color: white;
  font-weight: bold;
}

#footer ul li a span{
  vertical-align: top;
  font-size: 10px;
}

/* BIG FOOTER */
#footer_big {
  background-image: url('../images/footer.png');
  width: 956px;
  float: left;
  clear: both;
  padding: 12px;
}

#footer_big .footer_block {
  float: left;
  width: 246px;
  margin-top: 75px;
}

#footer_big .footer_block_last {
  float: left;
  width: 190px;
  margin: 75px 0 0 20px;
}

#footer_big .footer_block h2,
#footer_big .footer_block_last h2 {
  color: #8B8B8B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer_big ul li a{
  font-size: 11px;
  color: white;
  font-weight: bold;
}

#footer_big .footer_block_bottom {
  float: right;
}

#footer_big .footer_block_bottom  li {
  float: left;
  padding-left: 10px;
  margin-top: 20px;
}

/* NEWS */
.agenda .content_center h1,
.zoekresultaten .content_center h1,
.news .content_center h1{
  font-size: 40px;
  color: #8b8b8b;
  font-weight: bold;
}

.portfolio .content_center,
.agenda .content_center,
.news .content_center{
  padding-top: 15px;
}

.agenda .content_center h3,
.news .content_center h3{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 3px;
}

.news .content_center h3{
  margin-bottom: 0px;
}

.portfolio .content_center .date,
.agenda .content_center .date,
.zoekresultaten .content_center h3,
.news .content_center .date{
  font-size: 20px;
  color: #8b8b8b;
  font-weight: bold;
  display: block;
}

.zoekresultaten .content_center h3{
  margin-bottom: 10px;
}

.zoekresultaten .content_center{
  padding-top: 15px;
}

.zoekresultaten hr{
  margin-top: 20px;
}

.portfolio .content_center .submitted,
.agenda .content_center .submitted,
.news .content_center .submitted{
  color: #4b4a4a;
  font-size: 10px; 
}

.content_center .more_news h1{
  font-size: 20px;
  margin-bottom: 5px;
}

.portfolio .content_center .news_link,
.agenda .content_center .news_link,
.news .content_center .news_link{
  background-color: #ff6800;
  padding: 6px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  clear: both;
  float: left;
  margin-top: 20px;
}

.news .content_center  hr{
  margin-top: 0px;
}

.portfolio .content_center .more_news .news_item,
.agenda .content_center .more_news .news_item,
.news .content_center .more_news .news_item{
  background-image: url('../images/black_transparent_10.png');
  width: 460px;
  margin-bottom: 9px;
  float: left;
}

.portfolio .content_center .more_news .news_item .news_img,
.agenda .content_center .more_news .news_item .news_img,
.news .content_center .more_news .news_item .news_img{
  width: 100px;
  float: left;
  width: 85px;
  overflow: hidden;
  margin-right: 12px;
}

.news_img img{
  margin-top: 0px;
}

.news_content p{
  margin-top: 0px;
}

.content_center .more_news .news_item .news_content{
  float: right;
  width: 344px;
  padding-right:10px;
}

.more_news .news_item .submitted {
  font-size: 12px;
  font-weight: bold;
  color: #8B8B8B;
}

.more_news h2{
  color: #8b8b8b;
}

.more_news h4 a{
  color:black;
  font-size:12px;
  font-weight:bold;
}

.news .news_archief{
  clear: both;
}

.zoekresultaten .results,
.news .news_archief{
  background-image: url('../images/black_transparent_10.png');
  padding: 7px;
}

.zoekresultaten table,
.news table{
  width:450px;
}

.zoekresultaten tr td,
.news tr td{
  height: 100%;
}

.zoekresultaten .date,
.news .date{
  font-size: 12px;
  display: table-cell;
  width: 91px;
  color: #8b8b8b;
  font-weight: bold;
}

.agenda .date{
  width: 100%;
}

.zoekresultaten tr td a,
.news tr td a{
  font-weight: bold;
  color: black;
}

.col{
  width: 230px;
  float: left;
}

.popup .col{
  width: 230px;  
  margin-right:8px; 
}

.jongeren .col{
  margin-right:8px; 
  width:222px;
}

.jongeren .col ul li{
  padding-left: 4px;
}

.col ul li{
  padding-left: 12px;
  margin: 0px;
  list-style: none;
}

/** END FANCY BOX */

/** OPLEIDINGEN TABLE */
table{
  width: 460px;
}
table tr th{
  background-color: #8b8b8b;
  height: 17px;
}

table tr th{
  color: white;
  font-weight: bold;
}

table tr{
  width: 460px;
}

table .title{
  font-weight: bold;
  display: block;
  color: black;
}

.jongeren_opleiding table tbody tr:hover td,
.jongeren_opleiding table tbody tr:hover td .title{
  text-decoration: none;
  color: #ff007a;
}

table tbody tr td{
  height: 34px;
}

table a{
  margin-top: 18px;
}

table .level, table .type{
  display: block;
  text-align: center;
}

/** END OPLEIDINGEN TABLE */
.actions{
  position: absolute;
}
.actions div{
  margin-top:2px;
}

.content_center{
  position: relative;
}

.study_quote{
  position: absolute;
  top: 98px;
  left: 249px;
  width: 200px;
}

.blue .study_quote,
.brown .study_quote,
.black .study_quote  {
 color: white;
}

.study_quote .title{
  font-size: 20px;
  font-weight: bold;
  
}

.study_quote .function{
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
}

.deltion .blocks{
  margin-top: 210px;
  float: left;
}

.deltion .kieswijzer{
  margin-top: 376px;
}

.agenda .kieswijzer,
.default .kieswijzer,
.zoekresultaten .kieswijzer,
.news .kieswijzer{
  margin-top: 218px;
}

.default .actions{
  position: inherit;
  margin-bottom: 40px;
}

.purple h1{
  margin-bottom: 10px;
  margin-top: 10px;
}

.blue h1{
  color: #201c5c;
}

.popup{
  padding-top: 90px;
}

.popup_logo{
  position: absolute;
  right: 20px;
  top: 0px;
}

/* ACTIE BANNER */
.content_right .block_content.actie {
	background: url('../images/actie_banner_bg.jpg');
	margin-left:12px;
	width:210px;	
}

.frontpage .content_right .block_content.actiezwart {
  margin-left: 12px;
  width: 210px;
}

/* ACTIE BANNER */
.content_right .block_content.image_banner {
	background: url('../images/actie_banner_bg.jpg');
	width:210px;	
	padding: 0px;
	margin-left:12px;
}

.content_right .block_content.image_banner  span{
	display: none;
}

.content_right .block_content.image_banner a {
	display: block;
	width: 236px;
	height: 180px;
	background: url('../images/banner.png');
}

.content_right .block_content.image_banner a:hover {
	background-image: url('../images/banner_mo.png');
}


/** Portfolio **/
.portfolio .content_center{
  padding:10px;
}

.portfolio .breadcrumbs a,
.portfolio .breadcrumbs{
  color:#000000;
  font-weight:bold;
}

.portfolio hr{
  margin-top:10px;
}

.block .portfolio p {
  margin-right:0;
}

.portfolio .content_right{
  margin-top:80px;
}

.readmore a,
.readmore{
  text-align:right;
  display:block;
  margin:20px 2px 0 0;
  color:#000000;
  font-weight:bold;
  font-size:11px;
}

/** Tell a friend **/
#tell-a-friend-form{
  width:375px;
  padding-left:80px;
  color:#ff6600;
  font-weight:bold;
}

#tell-a-friend-form h1{
  font-size:28px;
  color:#666666;
}

#tell-a-friend-form fieldset{
  margin:30px 0;
}

#tell-a-friend-form legend{
  width:130px;
  text-align:right;
}

#tell-a-friend-form label{
  margin:8px 5px 0 0;
  width:130px;
  text-align:right;
  display:inline-block;
  vertical-align:top;
}

#tell-a-friend-form textarea,
#tell-a-friend-form input{
  margin:5px 0 0 0;
  line-height:20px;
  color:#333333;
  padding:3px;
  width:220px;
  border:1px solid #cccccc;
}
#tell-a-friend-form textarea{
  padding:0 3px;
  height:100px;
}

#tell-a-friend-form textarea:focus,
#tell-a-friend-form input:focus{
  border:1px solid #999999;
}

#tell-a-friend-form input#notify{
  width:auto;
  margin:5px;
}
#tell-a-friend-form input#send{
  background:#ffffff;
  margin-left:87px;
  border:solid 1px #cccccc;
  color:#666666;
  font-size:11px;
  width:auto;
  text-transform:lowercase;
  padding:1px 20px 3px 20px;
}
#tell-a-friend-form input#send:active,
#tell-a-friend-form input#send:hover{
  color:#999999;
  border-color:#999999;
}

/*  Deltion Kieswijzer  */
.deltion_kieswijzer .content_center{
  padding-top: 15px;
}

.deltion_kieswijzer .content_center h2{
  font-size:25px;
  color:#999999;
  margin-bottom:20px;
}

.deltion_kieswijzer .content_right{
  margin-top:40px;
}

.deltion_kieswijzer .content_right h3{
  margin-bottom:20px;
}

.deltion_kieswijzer table{
  font-weight:bold;
  margin-top:10px;
}
.deltion_kieswijzer table a{
  margin:0;
}
.deltion_kieswijzer table thead{
  text-align:left;
  border-bottom:2px solid #666666;
}

.deltion_kieswijzer table tbody > tr:first-child  td{
  padding:20px  0 2px 10px;
}

.deltion_kieswijzer table thead tr th{
  color:#000000;
  text-align:left;
  background:none;
  width:85px;
}


.deltion_kieswijzer table tbody tr td{
  height:21px;
  padding: 0 0 0 10px;
}
.deltion_kieswijzer table tbody tr > td:first-child,
.deltion_kieswijzer table thead tr > th:first-child{
  width:300px;
  padding-left:0;
}

/***
  Deltion Kieswijzer form 
  with Javascript Enabled
***/
/*  The general width */
.select-wrapper,
.select,
.select-hide{
  width: 80px;
}
.select-div{
  width:60px;
}

#kieswijzer_form .select-wrapper,
#kieswijzer_form .select,
#kieswijzer_form .select-hide,
#kieswijzer_form select{
  width: 170px;
}

#kieswijzer_form .select-div{
  width:150px;
}

#kieswijzer_form .select-wrapper{
  margin-bottom:10px;
}

/* This is the wrapper around a select box */
.select-wrapper {
  position: relative;
  display: inline-block;
  height: 20px;
  color:#656565;
  margin-right:5px;
}
/*  The span of the selected option */
span.value{
  margin-left:10px;
}

/** The default select box **/
.select {
}

/** Incase javascript is enabled perform a makeover **/
.select-hide {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}

/** The overlay div **/
.select-div {
  height: 20px;
  position: absolute;
  top: 0;
  display: none;
  background:url('../images/dropdown_bg.png') no-repeat;
  padding: 3px 10px 0;
}

/*  Filter dropdown specific  */
.dropdown_filter .select-div{
  background:url('../images/dropdown_filter.png') no-repeat;
}

.dropdown_filter span.value{
  margin-left:0;
}
.dropdown_filter .select-div{
  padding:2px 10px 0;
}


/** The overlay button **/
.select-div a {
  display: block;
  position: absolute;
  right: 0; 
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../images/dropdown_submit.png');
}
/***
  Deltion Kieswijzer form 
  with Javascript Disabled
***/ 
form#kieswijzer_form{
  margin-bottom:30px;
}
#kieswijzer_form label{
  display:block;
  font-weight:bold;
}
#kieswijzer_form select{
  margin-bottom:10px;
}

/* Opleiding (movie vensters) */

.content_movies {
	margin-top: 16px;
	float: left;
}

.content_movies .top {
    background-color:#EB6305;
    width:467px;
    padding:4px 8px;
	overflow:hidden;
}

.content_movies .top h3 {
	margin:0 30px 0 0;
	color:#FFFFFF;
	float:left;
	font-size: 17px;
}

.content_movies a {
	font-size: 17px;
    font-weight: bold;
	color:#000000;
}

.content_movies .top a {
	float:right;
}

.content_movies .top .breadcrumbs {
	color:#000000;
	clear:left;
	margin:0 0 0 13px;
}

.content_movies .top .breadcrumbs a {
	float:none;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.content_movies .middle {
    padding:8px;
    width: 718px;
	background-color:#000000;
}

.content_movies .middle img {
	display:block;
}

.content_movies .middle a {
	display: inline-block;
	margin:4px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
}

.content_movies .play, .content_movies .movie-title {
	position:absolute;
	left:0px;
	right:0px;
}

.content_movies .play {
	top:0px;
	bottom:20px;
	background:url('../images/play.png') no-repeat;
	background-position:center;
}

.content_movies .movie-title {
	bottom:0px;
	height:20px;
	background:url('../images/gradient-bar.png') no-repeat;
	padding:8px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
}

.content_movies .bottom {
	background-color:#EB6305;
	padding:8px 0;
}

.content_movies .bottom a {
	margin:0 40px;
}
