﻿/* =========================================== *|
	This is the default CSS style for the
	header.
/* =========================================== */


	/* ------ General rules ------ */



table
{
	font-family:arial;

}

div,li,p,td,span,a,
h1,h2,h3,h4,h5,
input,textarea,select
{
	color:Black;
	font-family:Arial;
}

h1,h2,h3,h4,h5,
p,
ul,li,
dl,dt,dd
{
	margin:0px;
	padding:0px;
}

a
{
	cursor:pointer;
}

.invisible
{
	display:none;
}


	/* ------ Header ------ */

#TopBanner
{
	background-color: white;
	height: 110px;
	margin-top: 5px;

}	
	
#TopHeader
{
	background-color: white;
	height: 45px;

}

.headerContainer
{
	width:770px;
	margin:0 auto;
	position:relative;
	
	z-index:10;
}

	/* ------ Logo ------ */
	
.tapuzLogo
{
	bottom:-44px;
	right:0px;
	width:200px;
	height:43px;
}
.tapuzAreaExtra
{
	
	bottom:-31px;
	right:208px;
	width:56px;
	height:18px;
	background:url(/ie2/images/Getit_Tapuz_Shop.gif);
	background-repeat: no-repeat;
}
.tapuzLogo,
.tapuzAreaExtra
{
	position:absolute;
	display:block;
}
.logoLink,
.areaExtraLink
{
	display:block;
	bottom:0px;
	right:0;
}
.logoLink
{
	width:100%;
	height:100%;
	background:url(/ie2/images/Getit_Tapuz_logo.jpg);
}
.areaExtraLink
{
	width:100%;
	height:100%;
}

.bookmarkLink 
{
	background:url(/ie2/images/arrow-left.jpg) no-repeat scroll right 5px;
	color:#2F88AC;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:16px;
	line-height:16px;
	padding-right:10px;
	position:absolute;
	right:0px;
	bottom:-62px;
	text-decoration:none;
}
.bookmarkLink:hover
{ text-decoration:underline; }

	/* ------ header App Menu ------ */
.headerAppMenuContainer
{
	background:url(/ie2/images/AppsMenu.gif);
	background-repeat: no-repeat;
	list-style:none;
	position:absolute;
	bottom:-48px;
	left:0px;
	width:472px;
	padding:5px 9px 0px 0px;
	height:47px;
}
.headerAppMenuContainer li
{
	float:right;
	width:66px;
	height:36px;
}
.headerAppMenuContainer li a
{
	display:block;
	width:100%;
	height:100%;
	color:white;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	text-decoration:none;
}
.headerAppLinkSelected
{
	background:transparent url(/ie2/images/arrowAppsMenu.gif) no-repeat scroll 59px 13px;
}
.headerAppLink
{
}



	
	/* ------ Search ------ */
	

/* Modal Popup
===========================================*/



/* Search Bar
===========================================*/
			
			#SubSrchListContain
			{
			background: url(/ie2/images/Tapuz_Getit_SrchOptionBk.gif); border: 1px solid #83b7cd; height: 18px; background-repeat: no-repeat; width: 89px;
			}
	
			#SubSrchListContain a
			{
				color: white; padding-right:32px;float:right;font-weight: bold;
			}
			
			#SubSrchList
			{
				float: left;border: 1px solid #666666; height: 42px; width: 89px;display: none;position: absolute; background-color:#ffffff
			}		
			#SubSrchList a
			{
				color: #83b7cd; padding-right:2px;float:right;font-weight: bold; width: 87px;
			}
			#SubSrchList a:hover
			{
				color: white; padding-right:2px;float:right;font-weight: bold; width: 87px;background-color:#83b7cd;
			}	

