@charset "utf-8";
/* CSS Document */

@import "top2.css?v=1";
@import "footer.css?v=1";
@import "stickyfooter.css?v=1";
@import "nicetitle.css?v=1";

a {
	outline: none;
}

body,*{
	margin:0;
	padding:0;
}
body{
	background:#080808;
	font-family:Arial, Helvetica, sans-serif;
}

::-moz-selection {
	background-color:transparent;
	color:#FF7001;
}
::selection {
	background-color:transparent;
	color:#ff5f1d;
}
/**/
#basdebit{
	width:100%;
	background:#ff5f1d;
	height:18px;
	color:white;
	padding:2px 0 0;
	font-size:12px;
	line-height:14px;
}
#basdebit p {padding:0 5px;font-size:12px;line-height:14px;height:14px;margin:0}
#basdebit a{
	color:white;
}
#basdebit::selection  {
	background-color:transparent;
	color:white;
}
#basdebit a::selection  {
	background-color:transparent;
	color:white;
}
#basdebit::-moz-selection  {
	background-color:transparent;
	color:white;
}
#basdebit a::-moz-selection  {
	background-color:transparent;
	color:white;
}
/**/

#top ul li a.nav-faces{color:#ff5f1d;}

.wrap{
	width:950px;
	_width:990px;
	margin:0 auto;
}

#separator{
	float:left;
	position:relative;
	width:178px;
	margin:-15px -70px 0 -70px;
	z-index:10;
	height:498px !important;
	background:url(../img/faces/dots.png) top left no-repeat;
	_background:url(../img/faces/dots.gif) top left no-repeat;
}

.faces{
	width:980px;
    height:460px;
	margin:20px auto;
}

.faces-gaza{
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    width:450px;
	_width:470px;
}

.faces-sderot{
    float:right;
    font-family:Georgia, "Times New Roman", Times, serif;
    width:450px;
	_width:470px;
}

.faces a{
    background-position:top right;
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:144px;
    margin:0 5px 5px 0;
    width:144px;
}
.faces a:hover{
    /*background-position:top left;*/
}

/****************************************************************************************************************************************************** PAGINATION */
.pagination{
	clear:both;
	padding:5px 0;
	text-align:center;
}
.pagination span{
	font-size:14px;
	font-weight:bold;
	color:white;
	border:1px solid white;
	padding:2px 6px;
}
.pagination a{
	font-size:14px;
	font-weight:bold;
	color:#8a8a8a;
	text-decoration:none;
}
.pagination a:hover{
	text-decoration:underline;
}

/****************************************************************************************************************************************************** BUBBLEINFO */
.bubbleInfo {
   /*position: relative;*/
	float:left;
}
.trigger {
    /*position: absolute;*/
	float:left;
}

/* Bubble pop-up */

.gazapopup {
    /*border-left:8px solid #ff5f1d;*/
    background:url(../img/faces/bg-bubble.png) top left no-repeat;
	_background:url(../img/faces/bg-bubble_gaza.gif) top left no-repeat;
	position:absolute;
	display:none;
	z-index:20;
	border-collapse:collapse;
    width:270px;
    padding-left:34px;
}
*:first-child+html .gazapopup {
    background:url(../img/faces/bg-bubble_gaza.gif) top left no-repeat;
}
.gazapopup .popup-contents {
    background-color:#3f3f3f;
	font-size:12px;
	line-height:16px;
	color: #a8a8a8;
    padding:20px 10px 15px 10px;
}
.gazapopup h3 {
	color:#ffffff;
	font-size:25px;
    font-weight:bold;
}
.gazapopup p {
    margin:15px 0 10px 0;
}
.gazapopup ul {
    list-style:none;
}
.gazapopup ul li {
    margin-top:3px;
}
.gazapopup ul a {
    display:inline;
    float:none;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
}
.gazapopup ul a:hover {
    color:#ff5f1d;
}
/**********************************/
.sderotpopup {
    /*border-left:8px solid #ff5f1d;*/
    background:url(../img/faces/bg-bubble_sderot.png) top right no-repeat;
	_background:url(../img/faces/bg-bubble_sderot.gif) top right no-repeat;
	position:absolute;
	display:none;
	z-index:20;
	border-collapse:collapse;
    width:270px;
    padding-right:34px;
}
*:first-child+html .sderotpopup {
    background:url(../img/faces/bg-bubble_sderot.gif) top top right no-repeat;
}
.sderotpopup .popup-contents {
    background-color:#3f3f3f;
	font-size:12px;
	line-height:16px;
	color: #a8a8a8;
    padding:20px 10px 15px 10px;
}
.sderotpopup h3 {
	color:#ffffff;
	font-size:25px;
    font-weight:bold;
}
.sderotpopup p {
    margin:15px 0 10px 0;
}
.sderotpopup ul {
    list-style:none;
}
.sderotpopup ul li {
    margin-top:3px;
}
.sderotpopup ul a {
    display:inline;
    float:none;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
}
.sderotpopup ul a:hover {
    color:#ff5f1d;
}
/**/
.faces-gaza .bubbleInfo{
	float:right !important;
}