﻿/*TOP MENU*/
.menu
{
	background-color: #FFFBD6;
}
.selectedTab
{
	background:Transparent url(../Resources/icons/TabSelected_Books.png) no-repeat;
	width:90px;
	height:26px;
	padding-top:5px;
}
.selectedTab a
{
	color:White;
	background-color:Transparent;
	background-image:none;
	text-decoration:none;
}
.selectedTab:hover
{
	color:White;
}
.unselectedTab
{
	color:Black;
	width:90px;
	height:26px;
	background:Transparent url(../Resources/icons/TabUnselected.png) repeat-x;
	color:black;
	padding-top:5px;
}
.unselectedTab a
{
	color:Black;
	background-color:Transparent;
	background-image:none;
	text-decoration:none;
}

/*BARRA HORIZONTAL*/
.horizontalBar
{
	/* Fondo */
    background-image: url('../Resources/icons/bg_vertical_Libros.png');	
	background-repeat:  repeat-x;
	background-position: center;
	width: 1024px;
	height: 32px;
}
/*RESULTADOS DE BÚSQUEDA*/
.searchResultsHeader
{
	background-color:#f88903;
	color:White;
	font-weight:bold;
}
/*PAGINADOR*/
.pager
{
	float:left;
	text-align:right;
	height:20px;
	width:580px;
	background-color:#f88903;
	margin-left:5px;
	margin-right:5px;
}

/*TABS*/

.CustomTabStyle .ajax__tab_header {font-family:tahoma;font-size:9px;background:url('../../resources/icons/tab-line_Books.gif') repeat-x bottom;}
.CustomTabStyle .ajax__tab_outer {padding-right:4px;background:url('../../resources/icons/tab-right.gif') no-repeat right;height:21px;}
.CustomTabStyle .ajax__tab_inner {padding-left:3px;background:url('../../resources/icons/tab-left.gif') no-repeat;}
.CustomTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url('../../resources/icons/tab.gif') repeat-x;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url('../../resources/icons/tab-hover-right_Books.gif') no-repeat right;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url('../../resources/icons/tab-hover-left_Books.gif') no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url('../../resources/icons/tab-hover_Books.gif') repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url('../../resources/icons/tab-active-right_Books.gif') no-repeat right;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {font-weight:bold;background:url('../../resources/icons/tab-active-left_Books.png') no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url('../../resources/icons/tab-active_Books.png') repeat-x;}
.CustomTabStyle .ajax__tab_body {font-family:tahoma;font-size:10pt; border:1px solid #f88903;border-top:0;padding:8px;background-color:#ffffff;}

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

/*FOOTER DEL PREVIEW*/
.previewLnk
{
	text-decoration:none;
	color:#f88903;
}
.previewFooter
{
	background-color:#f88903;
	position:relative;
	left:85px;
	top:-34px;
	width:200px;
	height:26px;
	line-height:25px;
	color:White;
	font-size:11px;
	padding-left:5px;
}

/*DETALLE DEL PRODUCTO*/
.detailHeader
{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color:#f88903;
	color:White;
	width:550px;
	height:auto;
	line-height:20px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	padding-left:5px;
	/*overflow:hidden;*/
}
.line
{
	overflow:hidden;
	background:#f88903;
	width:280px;
	height:1px;
}
.pfLeft
{
	float:left;
	width:70px;
}
.pfRight
{
	float:right;
	width:130px;
}
.pfIcon
{
	position:relative;
	left:142px;
	top:-70px;
	width: 144px; /*40*/
	height:auto;
}