/* 
    Document   : empresas
    Author     : NitsNets Studios
    Description:
        Dashboard de empresas
*/

/* ------------------------------------------------------------
 * FIRMA
 * ------------------------------------------------------------
 */

/* Enlace de opciones */
.options {
	color: 		#6a6a6a;
	font-size: 	9px;
	font-weight:bold;
}
	.options:hover { color: #e36019; text-decoration: none; }
	
.options_no_image {
	font-weight:normal;
	line-height:14px;
}

/* Enlaces */	
.company_links { min-height: 10px; padding: 0px 0px 25px 0px; }
	.company_links_border { border-bottom: 1px solid #cfd4d5; margin: 0px 0px 15px; padding: 0px 0px 15px; }
	
/* Listado de amigos */	
.company_friends { }
	.company_friends img { float: left; margin: 0px 19px 15px 0px; }
	.company_friends img.last { margin: 0px 0px 15px 0px; }
	
/* Listado de juegos */
.company_games { padding: 5px 0px 12px; }
	.company_games .row { padding: 0px 0px 5px 0px; }
	.company_games .game { float: left; height: 65px; margin: 0px 7px 0px 0px; position: relative; width: 49px; }
		.company_games .game_last { margin: 0px 0px 0px 0px; } 
		.company_games .game img { border: 1px solid #6b696a; bottom: 0px; left: 0px; position: absolute; }

/* Listado de comentarios */
.company_comments { width: 100%; }
	.company_comments .single_comment { margin: 0px 0px 15px; padding-top: 0px; }
		.company_comments .single_comment .info { padding: 0px 5px 0px 0px; width: 400px; }
		
/* Listado de publicidad */
.company_ads { padding: 10px 0px 18px; }

/* Menú */
.company_menu { float: left; width: 221px; }
	.company_menu .company_menu_top { background: url(images/empresas/company_menu_top.gif) no-repeat 0px 0px; height: 6px; }
	.company_menu .company_menu_content { background: url(images/empresas/company_menu_center.gif) repeat-y 0px 0px; padding: 0px 12px; width: 197px; }
	.company_menu .company_menu_bottom { background: url(images/empresas/company_menu_bottom.gif) no-repeat 0px 0px; height: 6px; }
	
	.company_menu ul { color: #6a6a6a; font: bold 10px/18px Verdana; }
		.company_menu ul li { font-weight: bold; list-style-position: outside; list-style: none; padding: 0px 0px 4px; }
		.company_menu ul li ul { padding: 0px 0px 8px; }
		.company_menu ul li ul li { 
			background: url(images/empresas/company_menu_selected.gif) no-repeat 0px 5px; 
			font-size: 	9px; 
			font-weight:normal; 
			line-height:14px; 
			margin: 	0px 17px; 
			padding: 	0px 0px 0px 6px;
		}
		
		.company_menu ul li a { color: #6a6a6a; }
			.company_menu ul li a:hover, .company_menu ul li a.selected { color: #e36019; text-decoration: none; }
			.company_menu ul li ul li a:hover, .company_menu ul li ul li a.selected { color: #454545; text-decoration: underline; }
			
		.company_menu ul li img { padding-right: 5px; vertical-align: -4px; }
		
/* Company content */
.company_content { float: right; width: 671px; }

/* Filtro de búsqueda */
.company_filter { color: #c9c9c9; font-size: 9px; padding: 0px 0px 25px; width: 100%; }	
	.company_filter_no_padding { padding-bottom: 5px; }	
	.company_filter .company_filter_top { background: url(images/empresas/filter_top.gif) no-repeat 0px 0px; height: 6px; }
	.company_filter .company_filter_content { background: #454545; padding: 0px 12px; }
	.company_filter .company_filter_bottom { background: url(images/empresas/filter_bottom.gif) no-repeat 0px 0px; height: 6px; }
	
	.company_filter_small .company_filter_top { background: url(images/empresas/filter_small_top.gif) no-repeat 0px 0px; }
	.company_filter_small .company_filter_bottom { background: url(images/empresas/filter_small_bottom.gif) no-repeat 0px 0px; }
	
	.company_filter a { color: #c9c9c9; }
		.company_filter a:hover { color: #ffffff; text-decoration: none; }
		
	.company_filter select { font: normal 9px Verdana; }
	.company_filter .input_submit { background: none; border: none; color: #c9c9c9; cursor: pointer; font: bold 9px Verdana; margin: 0px; padding: 0px; }
		.company_filter .input_submit:hover { color: #ffffff; }
		
	.company_filter h2 { background: none; color: #ffffff; padding-bottom: 3px; }
		
/* Ficha de juegos */
.content_user { position: relative; height: 60px; width: 92px; }
.content_user img.user { border: 1px solid #ffffff; right: 3px; position: absolute; top: 26px;}

.company_games_list { }
	.company_games_list .game img { border: 1px solid #6b696a; }
	.company_games_list .game .content_user { position: relative; height: 60px; width: 92px; }
	.company_games_list .game .content_user img.user { border: 1px solid #ffffff; right: 3px; position: absolute; top: 26px;}
	.company_games_list .title { color: #454545; font: bold 20px/24px Verdana; }
	.company_games_list .title_medium { color: #454545; font: bold 15px/18px Verdana; padding: 0px 0px 2px 0px; }
	.company_games_list .info { color: #0f5e91; font: bold 9px/11px Verdana; }
	.company_games_list .info_2 { color: #6a6a6a; font: normal 9px/11px Verdana; padding: 3px 0px 0px 0px; }
	.company_games_list .important { font: bold 20px/22px Verdana; }
	
	.company_games_list .company_games_hover { color: #ffffff; font: normal 10px/13px Verdana; }
		.company_games_list .company_games_hover strong { color: #6a6a6a; }
		.company_games_list .company_games_hover span { padding-right: 15px; }
		.company_games_list .company_games_hover p { font: normal 10px/13px Verdana; padding-bottom: 5px; }
		
.company_games_activated .white_row_2_top,
.company_games_activated .white_row_2_bottom,
.company_games_activated .white_row_2_content { background: #171717; }
		
/* Bloques */
.company_block { padding: 0px 0px 25px 0px; }
	.company_block table tr td { border-bottom: 1px solid #cfd4d5; padding: 8px 0px; }
	.company_block table tr.gamers td { background: #242424; padding-bottom: 0px; }	
		.company_block table tr.gamers td img { border: 1px solid #6a6a6a; margin: 0px 11px 6px 15px; }
	.company_block table tr.no_border td { border-bottom: none; }
		.company_block table tr.no_border td tr td { border-bottom: 1px solid #cfd4d5; }
	.company_block table tr.no_padding td { padding: 0px; }
	.company_block table tr td .stars { height:  19px; margin-top: 2px; }
	.company_block table tr.twitter td { color: #454545; line-height: 14px; }
	.company_block table tr.twitter .twitter_text { padding: 0px 20px 0px 0px; word-wrap: break-word; }
	
.company_block_left { float: left; width: 320px; }
.company_block_right { float: right; width: 320px; }

.company_block_3_1 { float: left; padding: 0px 35px 0px 0px; width: 200px; }
.company_block_3_2 { float: left; width: 200px; }	
.company_block_3_3 { float: right; width: 200px; }	
		
/* Listado de juegos */
.company_games_row { border-bottom: 1px solid #cfd4d5; padding: 8px 0px; }
.company_games_row_no_border { border: none; }
	.company_games_top { float: left; padding: 0px 20px 0px 0px; width: 210px; } 
		.company_games_top_last { padding: 0px 0px 0px 0px }
	.company_games_top .title { padding: 0px 0px 12px; }
	.company_games_top .image { float: left; }
		.company_games_top .image img { border: 1px solid #6a6a6a; }
	.company_games_top .info { float: right; width: 150px; }
		.company_games_top .info .name { background: url(images/line_dashed_1.gif) repeat-x left bottom; color: #6a6a6a; margin: 0px 0px 6px; padding: 0px 0px 6px; }
		.company_games_top .info .name a { color: #6a6a6a; }
	
/* Listado de clanes */
.company_clan_list { }
	.company_clan_list img { margin: 0px 16px 10px 0px; }
	.company_clan_list img.last { margin-right: 0px; }
	
/* Listado de comentarios */
.company_comments_list { padding-bottom: 25px; }
	.company_comments_list .info { line-height: 15px; }
	.company_comments_list .text { font-size: 10px; line-height: 13px; padding: 5px 0px 0px 0px; }
	.company_comments_list .icon { padding-top: 25px; }

        .margin_top_20{
            margin-top: 20px !important;
}

.volver_elemento{
background:transparent url(cms/images/login_volver.gif) no-repeat scroll left center;
display:block;
float:left;
height:12px;
color: #5C5C5C;
padding:0 0 0 12px;
font-weight: bold;
font-size: 12px;
}

.volver_elemento_carro{
background:transparent url(cms/images/login_volver.gif) no-repeat scroll left center;
height:12px;
padding:0 0 0 12px;
color:#6A6A6A;
font-size:9px;
font-weight:bold;
margin-right: 15px;
}

.volver_elemento_carro:hover { color: #e36019; text-decoration: none; }

.anular_pedido{
background:transparent url(images/empresas/ico_delete.png) no-repeat scroll right center;
height:22px;
padding:3px 19px 3px 0 ;
color:#6A6A6A;
font-size:9px;
font-weight:bold;
margin-right: 13px;
}

.anular_pedido:hover { color: #e36019; text-decoration: none; }