﻿html, body
{
    background-color: #022A47;
    font-family: Arial;
    font-size: 12px;
    color: #383838;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

header, footer, nav, section
{
    display: block;
}

form
{
    height: 100%;
}

a, a:link, a:visited
{
    color: #006DD6;
    text-decoration: none;
}

a:hover
{
    color: #001F35;
    text-decoration: none;
}

.page
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 100%;
    background-color: #fff;
}

header
{
    height: 120px;
}

#masterRandomContent
{
    height: 120px;
    width: 324px;
    float: left;
    background-image: url(  'images/layout/master_randomContent.jpg' );
    text-align: center;
    direction: rtl;
    color: #424242;
}

#divRandomContent, #divLogin
{
    padding-top: 12px;
}

.divRandomContentHeader
{
    font-weight: bold;
    font-size: 14px;
}

#masterLogin
{
    text-align: right;
    direction: rtl;
    height: 120px;
    width: 354px;
    float: left;
    background-image: url(  'images/layout/master_login.jpg' );
    color: #424242;
}

#masterLogo
{
    height: 120px;
    width: 312px;
    float: left;
    background-image: url(  'images/layout/master_logo.jpg' );
    cursor: pointer;
}

#masterLogoLink
{
    height: 99px;
    width: 312px;
    float: right;
    text-indent: -9999px;
}

nav
{
    background-image: url(  'images/layout/master_menuHeaders.jpg' );
    background-color: #eee;
    width: 990px;
    height: 28px;
}

#masterMenu
{
    background-color: #007EDB;
    width: 990px;
    height: 18px;
    color: #fff;
    text-align: center;
    direction: rtl;
    padding-top: 4px;
    padding-bottom: 2px;
}

#masterMenu a
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#masterMenu a:hover
{
    text-decoration: underline;
}

#masterContentTop
{
    background-color: #DFDFDF;
    width: 990px;
    height: 2px;
    overflow: hidden;
    color: #383838;
    direction: rtl;
    padding-top: 5px;
}

#masterContentTop a
{
    text-decoration: none;
}

#masterContentTop a:hover
{
    text-decoration: underline;
}

section#main
{
    background-color: #fff;
    width: 990px;
    text-align: right;
    direction: rtl;
    padding-bottom: 145px;
}

#masterContentCenter
{
    padding: 5px;
}

footer
{
    clear: both;
    background-color: #007EDB;
    height: 135px;
    width: 990px;
    text-align: center;
    direction: rtl;
    color: #DDDDDD;
    position: absolute;
    bottom: 0;
}

footer a
{
    color: #fff !important;
    text-decoration: none !important;
}

footer a:hover
{
    text-decoration: underline !important;
}

footer #disclamer
{
    font-size: 8.5px;
    direction: ltr;
    text-align: left;
}

/*SEARCH*/

.masterSearch
{
    width: 160px;
    padding-top: 7px;
    padding-right: 80px;
}

#searchContainer
{
    height: 26px;
    float: left;
    padding-right: 3px;
    width: 165px;
}

.searchBox
{
    background-color: #fff;
    height: 22px;
    width: 130px;
    float: right;
    font-size: 16px;
    direction: rtl;
    padding: 0px;
    border-width: 0px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.searchButton
{
    background-image: url(images/layout/searchButton.png);
    border: 0px;
    width: 26px;
    height: 26px;
    float: left;
}

/*SEARCH*/

/*BOX*/

.boxDiv
{
}

.boxTitle
{
    background-image: url('images/layout/boxTitle.png');
    height: 28px;
    color: #515151;
    font-size: 15px;
    font-weight: bold;
    padding-right: 5px;
}

.boxTitleAlt
{
    background-image: url('images/layout/boxTitleAlt.png');
    height: 28px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-right: 5px;
}

.boxTitleAlt a
{
    color: black;
}

.boxContent
{
    border: solid 1px #D7D7D7;
    background-color: #F5F5F5;
}

.boxLinks
{
    font-size: 11px;
    float: left;
    padding-left: 3px;
    padding-top: 3px;
}

/*BOX*/

/*MENU*/

#menuList
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    height: 28px;
    width: 990px;
    padding-right: 2px;
    padding-left: 2px;
}

#menuList li
{
    display: block;
    height: 25px;
    float: right;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 3px;
    text-align: center;
}

#menuList li.fm2026
/*#menuList li.hebrew*/
{
    text-shadow: 0 0 3px #64BDFF, 0 0 8px #64BDFF, 0 0 22px #64BDFF;
}

#menuList li:hover
{
    color: #007EDB;
}

#menuList li.selected
{
    color: #fff;
    background-image: url('images/layout/menuItemSelected.jpg');
    text-shadow: 0 0 0px #fff;
}

/*MENU*/

/*TABLE LAYOUT IN PAGES*/

.topFullRow
{
    padding-bottom: 5px;
    clear: both;
}

.topFullRowAd
{
    padding-bottom: 5px;
    padding-top: 5px;
    clear: both;
    text-align: center;
    background-color: #F5F5F5;
}

.rightSecondaryColumn
{
    float: right;
    padding-left: 6px;
    padding-bottom: 5px;
}

.leftMainColumn
{
    float: right;
    padding-bottom: 5px;
}

.rightColumnAdFixed
{
    position: fixed;
    top: 6px;
    margin-left: 5px;
}

/*TABLE LAYOUT IN PAGES*/

/*SITE MAP*/

.siteMapItem
{
    background: url( 'images/layout/breadcrumbsArrow.png' ) no-repeat right;
    padding-right: 25px;
    padding-top: 4px;
    height: 25px;
    float: right;
}

.siteMapItem a
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.siteMapItem a:hover
{
    color: #505050;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

/*SITE MAP*/

/* Classes for the Login and Random Contect section of the MASTERPAGE */

.DarkMenuHeader, .DarkMenuHeader:link, .DarkMenuHeader:visited, .DarkMenuHeader:hover
{
    color: #7BC2EE; /*border: Solid 1px #7BC2EE;*/
    padding: 2px;
    display: block;
    float: right;
    text-decoration: none;
    margin-right: 2px;
    margin-left: 2px;
}

.DarkMenuHeaderOver, .DarkMenuHeaderOver:hover
{
    text-decoration: underline;
}

#divLoginUserMenus
{
    clear: both;
    padding-top: 5px;
    width: 210px;
    margin: auto;
}

#divMenuAddItems, #divMenuUserOptions
{
    width: 70px;
    float: right;
    cursor: pointer;
    background-color: #007EDB;
    background-image: url('images/layout/menuArrow.png');
    background-position: right;
    background-repeat: no-repeat;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    border-radius: 0.7em;
    text-align: center;
    padding: 3px;
    padding-right: 10px;
    color: #fff;
}

#divMenuUserOptions
{
    margin-left: 4px;
    width: 105px;
}

#divAddItems
{
    margin-left: 8px;
	z-index: 4;
}

#lnkUserOptions, #lnkAddItems
{
    font-size: 13px;
}

#divRegisterLoginButtons
{
    font-size: 16px;
    font-weight: bold;
}

#divPasswordButton
{
    font-size: 10px;
}

a.pmsIcon, a.adminIcon
{
    width: 17px;
    height: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: -moz-inline-stack;
    display: inline-block;
    text-align: center;
}

a.pmsIcon
{
    background-image: url(images/layout/notificationIcon.png);
}

a.adminIcon
{
    background-image: url(images/layout/notificationIcon2.png);
}

.alertMessage
{
    font-size: 14px;
    font-weight: bold;
    color: #B40606;   
    cursor: pointer;
}

/* Classes for the Login and Random Contect section of the MASTERPAGE */

.dialogDiv
{
    direction: rtl;
    text-align: right;
    border: solid 1px #95CFF4;
    padding-bottom: 10px;
}

.popupDiv
{
    position: absolute;
    direction: rtl;
    background-color: #fff;
    text-align: center;
    border: solid 1px #007EDB;
    padding-top: 5px;
    padding-bottom: 5px;
}

#divVotes
{
    text-align: center;
    height: 40px;
    font-size: 20px;
}

.previewDiv
{
    border: solid 1px black;
    width: 600px;
    direction: rtl;
    padding: 5px;
    background-color: #F0F0F0;
    display: none;
    margin-top: 15px;
}

.previewCloseDiv
{
    text-decoration: underline;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

#centerPopup
{
    background-color: #E1E1E1;
    color: Black;
    border: solid 3px black;
    position: absolute;
    text-align: center;
    display: none;
    z-index: 1000;
    font-size: 15px;
    cursor: pointer;
}

.validator
{
    color: #FF5858;
    font-size: 12px;
}

textarea, input[type=text], input[type=password]
{
    border: 1px solid #BBBBBB;
}

/* Banners and Ads */

#leftFixedAd, #rightFixedAd
{
    position: fixed;
    width: 160px;
    height: 600px;
    left: 0px;
    top: 60px;
    display: none;
}

#rightFixedAd
{
    left: auto;
    right: 0px;
}

#rightFixedAd img
{
    border-width: 0px;
}

#bottomFixedBanner
{
    position: fixed;
    bottom: 0px; /*color:#fff;*/
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    direction: rtl;
    width: 100%;
    height: 77px;
    display: none;
    border-top: 2px solid #007EDB;
    padding-top: 2px;
    z-index: 2; /*original colors: BC1D1E to 650000*/
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ECECEC),to(#B2B2B2));
    background-image: -webkit-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: -moz-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: -ms-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: -o-linear-gradient(top,#ECECEC,#B2B2B2);
    background-image: linear-gradient(top,#ECECEC,#B2B2B2);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ECECEC', EndColorStr='#B2B2B2')";
}

#bottomFixedBanner .close
{
    background-image: url(images/layout/closeBottomBanner.png);
    width: 25px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 35%;
}

#bottomFixedBanner a
{
    color: #007EDB;
}

#bottomFixedBanner a:hover
{
    color: #222;
}

#bottomFixedBanner img
{
    border-width: 0px;
}

/* HELPERS*/

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.clear
{
    clear: both;
}

.hidden
{
    display: none;
}

.width25
{
    width: 25%;
}

.width50
{
    width: 50%;
}

.width75
{
    width: 75%;
}

.width100
{
    width: 100%;
}

.rightSpace
{
    margin-right: 10px;
}

.rightDoubleSpace
{
    margin-right: 40px;
}

.leftSpace
{
    margin-left: 10px;
}

.topSpace
{
    padding-top: 10px;
}

.topDoubleSpace
{
    padding-top: 20px;
}

.alignCenter
{
    text-align: center;
}

.clickableText
{
    cursor: pointer;
}

.bold
{
    font-weight: bold;
}

/* HELPERS */

/*JQUERY UI*/

.ui-dialog
{
    direction: rtl;
    font-size: 13px;
}

.ui-widget-header
{
    background-image: none !important;
    background-color: #007EDB !important;
    color: #fff !important;
}

.ui-dialog-content
{
    background-color: #fff !important;
}

.ui-dialog .ui-dialog-titlebar
{
    font-size: 14px;
}

.ui-widget-content
{
    border-width: 0px !important;
}

.ui-widget-overlay
{
    opacity: .60;
    filter: Alpha(Opacity=60);
    background: #000;
}

.ui-accordion-header
{
    background-color: #007EDB;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}

.ui-accordion-content
{
    padding: 6px !important;
}

.ui-widget input
{
    font-size: 14px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
    padding: 1px;
}

/*JQUERY UI*/

/* Special Offer Banner 
-----------------------*/

#SpecialOfferMainBanner
{
    background: url(images/specialOffer/specialOfferMainBanner.png?rand=2);
    width: 990px;
    height: 150px;
    color:#fff;
    position: relative;
display:none;
}

@-webkit-keyframes fadeInOutButton {
	0% {
		border-color: #000;
	}
	100% {
		border-color: #fff;
	}
}

#SpecialOfferMainBanner #GoToBasketPage,
#SpecialOfferMainBanner #ViewFeatures,
#SpecialOfferMainBanner #GoToBuySEGA,
#SpecialOfferMainBanner #GoToBuySteam,
#SpecialOfferMainBanner #GoToBuyEpic,
#SpecialOfferMainBanner #InstructionsButton 
{
    display: block;
    width: 190px;
    height: 60px;
    line-height: 58px;
    margin: auto;
    position: absolute;
    top: 18px;/*TEMP 42px;*/
    left: 14px;
    background-color: #f77e92;
   
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a88de8),to(#7459b3));
    background-image: -webkit-linear-gradient(top,#a88de8,#7459b3);
    background-image: -moz-linear-gradient(top,#a88de8,#7459b3);
    background-image: -ms-linear-gradient(top,#a88de8,#7459b3);
    background-image: -o-linear-gradient(top,#a88de8,#7459b3);
    background-image: linear-gradient(top,#a88de8,#7459b3);
    color: #111;
    font-size: 26px;
    font-weight: bold;
    /*text-shadow: #fff 0 1px 0;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0px 2px 8px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0px 2px 8px 1px;
    box-shadow: rgba(0, 0, 0, 1) 0px 2px 8px 1px;
}

#SpecialOfferMainBanner #GoToBasketPage
{
    -webkit-animation-name: fadeInOutButton;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-direction: alternate;
    border: 2px solid #000;
}

#SpecialOfferMainBanner #GoToBuySEGA,
#SpecialOfferMainBanner #GoToBuySteam,
#SpecialOfferMainBanner #GoToBuyEpic
{
    left: auto;
    right: 130px;
    top: 58px;
	font-size: 19px;
}

#SpecialOfferMainBanner #GoToBuySteam
{
    right: 340px;
}
#SpecialOfferMainBanner #GoToBuyEpic
{
	right: 550px;
}

#SpecialOfferMainBanner #ViewFeatures,
#SpecialOfferMainBanner #InstructionsButton 
{
    /*top:100px;*/
    top: 26px;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
}
#SpecialOfferMainBanner #InstructionsButton 
{
   top: 85px;
   line-height: 38px;
}
#SpecialOfferMainBanner #ReleaseDateLabel
{
    position: absolute;
    bottom: 14px;
    left: 45px;
    display: none;
}

/* ---Discount code-- */
/*#SpecialOfferMainBanner #GoToBasketPage
{
	line-height: 35px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#a8a8a8));
    background-image: -webkit-linear-gradient(top,#fcfcfc,#a8a8a8);
    background-image: -moz-linear-gradient(top,#fcfcfc,#a8a8a8);
    background-image: -ms-linear-gradient(top,#fcfcfc,#a8a8a8);
    background-image: -o-linear-gradient(top,#fcfcfc,#a8a8a8);
    background-image: linear-gradient(top,#fcfcfc,#a8a8a8);
}*/

#SpecialOfferMainBanner #DiscountPrice {
    display: none;
    font-size: 15px;
    line-height:normal;
    text-shadow: rgba(0,0,0,0) 0 1px 0;   
}
/* ---Discount code-- */

#SpecialOfferMainBanner #lblBuyersCounter
{
    position: absolute;
    top: 3px;
    left: 64px;
    font-weight: bold;
    font-size: 14px;
}

#SpecialOfferMainBanner #SpecialOfferContent
{
    margin-right:128px;   
}

#SpecialOfferMainBanner #OfferTitle 
{
    padding-top:10px;
    margin-bottom:23px;
    color:#a88de8;
    font-size:26px;
    font-weight:bold;
    text-shadow: #000 0 2px 1px;
}

#SpecialOfferMainBanner .OfferReason
{
    float:right;
    width:205px;  
    margin-left:20px; 
}

#SpecialOfferMainBanner .OfferReason .ReasonTitle
{
    font-size:17px;
    font-weight:bold;   
    background-image:url(images/specialOffer/checkSign.png?rand=3);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:20px;
}

#SpecialOfferMainBanner #CountdownToRelease
{
    clear:both;   
    margin-top:20px;
    height: 30px;
    line-height: 30px;
    color:#edd69d;
    font-size:18px;
    font-weight:bold;
    text-shadow: #000 0 2px 1px;
    
    background-image:url(images/specialOffer/countdownClock.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:35px;
}