﻿html, body
{
    direction: rtl;
    margin: 0;
    /*font: 11px Arial,Verdana;*/
    font: normal normal normal 14px/ 1.4em Arial, Verdana, sans-serif;
    background: #fff url("/images/bg.png") repeat-x top;
    height: 100%;
}

ul
{
    padding:0;
    margin: 0;
    list-style:none;
}

a
{
    text-decoration: none;
}

a img
{
    border: 0;
}

#register {display:none;}

#container
{
    min-height: 100%;
    position: relative;
}

.centerpage
{
    width: 958px;
    margin-left: auto;
    margin-right: auto;
}

#main
{
    padding: 10px 0 92px; /* bottom: 10px + footer-height */
}

#content
{
    float: right;
    width: 696px;
    position: relative;
}

#sidebar
{
    float: left;
    width: 250px;
}

#sidebar .reg_mail
{
    width: 174px;
    padding-right: 44px;
    line-height: 43px;
    background-image: url(/images/sprite_old.png);
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    background-position: 0 -168px;
    margin-top: 12px;
}

#sidebar .reg_mail:hover
{
    background-position: 0 -211px;
}

#sidebar .iphone_app
{
    width: 174px;
    padding-right: 44px;
    line-height: 43px;
    background-image: url(/images/sprite_old.png);
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    background-position: 0 -472px;
    margin-top: 5px;
}
#sidebar .iphone_app:hover
{
    background-position: -218px -472px;
}


#header
{
    height: 88px;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    background-image: url(/images/footer_bg.png);
    background-repeat: repeat-x;
    padding-top:20px;
    font-size:16px;
}

#tavo_logo
{
    display: block;
    width: 182px;
    color: #444;
    float: right;
    border: 0 !important;
    text-decoration: none;
    font-size: 14px;
    margin-top: 4px;
    text-align: center;
    font-weight: bold;
    line-height: 14px;
}


input
{
    border: 1px solid #AAA;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,-moz-box-shadow linear .2s;
    -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
}

input:focus
{
    outline: none;
    border-color: rgba(245,131,36,.75) !important;
    box-shadow: 0 0 8px rgba(245,131,36,.5);
    -moz-box-shadow: 0 0 8px rgba(245,131,36,.5);
    -webkit-box-shadow: 0 0 8px rgba(245,131,36,.5);
}

.big
{
    font-size: 13px;
    color: #555;
    height: 18px;
    padding: 3px 4px;
    position: absolute;
    left: 2px;
    top: -4px;
    padding-right: 7px;
    padding-left: 11px;
    padding-left: 34px;
}

.searchIcon
{
    background-image: url(/images/sprite_old.png);
    background-repeat: no-repeat;
    background-position: -762px -146px;
    cursor: pointer;
    top: -3px;
    position:absolute; left:5px; width:22px; height:22px;
}

.tabs
{
    height: 31px;
	font-size: 16px;
    font-weight: bold;
	background-image: url(/images/sprite_old.png);
	background-repeat: no-repeat;
	background-position: 0 -283px;
}


li.filter a:hover, li.filter:hover a, li.filter.active a { 
	background-position: 0 -394px;
	color: #727272;
}



li.filter, li.filter a { 
  	height:31px;  	
  	background:url(/images/sprite_old.png);
  	color: #fff;
  	line-height: 29px;  
}
 
li.filter { 
  padding:0 20px 0 0;
  float:right;
  background-position: right -332px;
  display: inline-block;
  cursor:pointer;
}

li.filter a { 
  background-position: 0px -332px;
  position:relative; 
  display:block;  
  padding:0 0 0 40px; 
}

li.filter.right  {
	background-position: right -363px;
	margin-right:3px;
}



li.filter:hover, li.filter.active { 
	background-position: right -394px;
	color: #727272;
}

li.filter.right:hover, li.filter.right.active {
	background-position: right -425px;
}





#filters, #filter_msgs, #deals
{
    background: url(/images/tabs_fill.png) repeat-y;
}


#filters
{
    display:none;
	padding: 0 5px;	
	font-size: 16px;
    font-weight: bold;
}


#filters ul
{
    display:none;
    border-bottom: 2px solid #E0E0E0;
}


#filters ul li {
    display: inline-block;
    padding: 5px 15px;
    /*IE 7*/
    *display: inline; *zoom:1;
}

#filters a, #filter_msgs a {
   color:#257FD2;
   font-weight: bold;
}

#filters a:hover, #filters a.active, #filter_msgs a:hover {
	color:#FE9527;
}


#filters ul li a.close {
	color:#FE9527;
	padding: 2px;
	cursor: pointer;
}

#filters ul li a.close:hover {
	background-color:#257FD2;	
}


#filter_msgs
{
    padding: 8px 10px;
    font-size: 16px;
}
#filter_msgs .baloon {
	text-align: center;
	line-height:30px;
	background-color: #fff;
	border: solid 2px #E0E0E0;
	border-radius: 5px;
	color:#257FD2;
}



#deals
{
    padding: 10px;
	min-height: 400px;
}

#deals .deal .data
{
    height: 102px;
    cursor:pointer;
}

#deals .deal .tools
{
	background-image: url(/images/sprite_old.png);
	background-repeat: no-repeat;
	background-position: 0 -107px;
	height: 61px;
	position: relative;
	display:none;
}

#deals .deal
{
    width: 674px;
    min-height: 107px;
	position: relative;
	background: url(/images/sprite_old.png) no-repeat;
	margin-bottom: 15px;
}

#deals .discount {
	width: 136px;
	height: 53px;
	background-image: url(/images/sprite_old.png);
	background-repeat: no-repeat;
	background-position: -438px -168px;
	position: absolute;
	top: -2px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	left: 0;
}

#deals .logo {
	position: absolute;
	width: 132px;
	height: 35px;
	top: 65px;
	left: 2px;
	background-repeat: no-repeat;
}

#deals .price_row {
	position: absolute;
	width: 270px;
	left: 285px;
	top: 80px;
	font-weight: bold;
}

#deals .title {
	position: absolute;
	border-bottom: 1px #E7E7E7 solid;
	width: 270px;
	padding-bottom: 5px;
	height: 63px;
	left: 285px;
	top: 5px;
	overflow: hidden;
}

#deals .img
{
	position: absolute;
	width: 103px;
	height: 87px;
	padding: 18px 2px 0 0;
}


.price_text {
	float:right;
}

.price
{
    color: #247DCF;   
    font-size: 120%;
}

.reg_price
{
    color: #247DCF;   
}

.fblike
{
	float: left;
	width: 44px;
	height: 20px;	
}

.fblike_frame 
{
    border: none; overflow: hidden; width: 90px; height: 20px;
}

.vars {
	position: absolute;
	width: 109px;
	height: 84px;
	left: 155px;
	top: 7px;
	padding-top: 7px;
	background-image: url(/images/sprite_old.png);
	background-position: -674px 0;
	background-repeat: no-repeat;
}

.vars .end_time
{
    display: none;
}

.countdown
{
    color: #777;
	font-size: 80%;
	text-align: center;
	height:35px;   
}

.countdown div
{
    float:right;
    width: 100%;
}

.countdown.show3 div
{
    width: 32.5%;
}

.countdown.show2 div
{
    width: 48%;
}

.countdown.show2 .day
{
    display:none;
}
.countdown.show1 .hour
{
    display:none;
}
.countdown.show1 .day
{
    display:none;
}

.countdown.highlight div
{
    color:#FE9527;
}

.countdown span 
{
    display: block;
    font-size: 19px;
}

.vars .bought
{
    font-weight: bold;
	text-align: center;
	margin-top: 25px;
	font-size: 13px;
	color: #247DCF;
}

.vars .bought .amount
{
    font-size: 15px;
}

.tools > div {
	width: 500px;
	top: 24px;
	right: 12px;
	position: absolute;
}

.tools > div a {
	float: right;
	margin-right: 8px;
}


.fb_share,.show-location,.show-rest,.show-gmail,.show-zap, .samesame {
	background: url(/images/sprite_old.png) no-repeat;
	height: 18px;
	width: 74px;
	display: block;
	cursor: pointer;
}

.fb_share {
	background-position: 0 -255px;
}

.show-rest {
	background-position: -74px -255px;
}

.show-location {
	background-position: -148px -255px;
}

.show-gmail{
	background-position: -222px -255px;
}

.show-zap {
	background-position: -296px -255px;
	width:48px;
}

.samesame.active {
	opacity: 0.5
}

.samesame {
	background-position: -344px -255px;
	width:91px;
}






.go {
	width: 76px;
	height: 28px;
	line-height: 26px;
	background-image: url(/images/sprite_old.png);
	background-repeat: no-repeat;
	background-position: -674px -91px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	left: 5px;
	top: -5px;
	position: absolute;
}

.go:hover {
	background-position: -674px -119px;
}





.Pager
{
    text-align:center;
   
}


.Pager a
{
    display: inline-block;
    vertical-align: middle;
    min-width: 14px;
    height: 22px;
    padding: 0 4px 0 4px;
    background: #247DCF;
    margin: 0 0 0 5px;
    color: #fff;
    font: bold 12px arial;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
     font-size: 16px;
}


.Pager .current
{
    background: #fff;
    color: #0a96fc;
}






#heading_nav {
	margin-top: 30px;
	margin-right:62px;
	float:right;
}
#heading_nav ul{
	float:left;
}

#heading_menu li {
	float: left;
	text-align: center;
	display:inline-block;
	background-image: url(/images/sprite_old.png);
	background-repeat: no-repeat;
	background-position: -779px -91px;
	padding-right: 7px;
	padding-left: 11px;
}

#heading_menu li.last_item {
	background-image: none;
}

#heading_menu a {
	color: #444;
	font-size: 14px;
	float:left;
	font-weight: 600;
	text-decoration: none;
}

.footer_menu li {
	float: right;
	text-align: center;
	background-image: url(/images/sprite_old.png);
	background-repeat: no-repeat;
	background-position: -781px -186px;
	min-width: 70px;
	padding-right: 10px;
	padding-left: 10px;
}

.footer_menu a {
	color: white;
	font-weight: bold;
	text-decoration: none
}

#social-shortcuts {
	margin-top: -6px;
	margin-right: 5px;
	display: inline-block;
	float:right;	
}

#social-shortcuts li {
	margin-right: 5px;
}

#social-shortcuts a, #social-shortcuts li
{
	width: 32px;
	height: 32px;
	display: inline-block;
	float:left;
}

#social-shortcuts a {
	background-image: url(/images/sprite_old.png);
	background-repeat: no-repeat;
	float:left;
}

#social-shortcuts a.email {
	background-position: -751px -219px;
}

#social-shortcuts a.facebook {
	background-position: -719px -219px;
}

#social-shortcuts a.twitter {
	background-position: -687px -219px;
}

#social-shortcuts a.email {
	background-position: -751px -219px;
}

.samesame-discounts {
	margin-bottom: 20px;	
	padding-top: 20px;
	padding-bottom: 5px;
	display:none;
	position: relative;
	margin-right: -5px;
	background-color: #EFEFEF;	
	width: 686px;
}

.samesame-container {
	padding: 0 5px;
}

.samesame-ui {
	background-image: url(/images/sprite_old.png);
	position: absolute;
}

.samesame-ui.shadow {
	height: 8px;
	width: 100%;	
}

.samesame-ui.shadow.top {
	top: 0;
	background-position: 0 -456px; 
}

.samesame-ui.shadow.bottom {
	bottom: 0;
	background-position: 0 -464px; 
}

.samesame-ui.close {
	height: 38px;
	width: 48px;
	z-index: 999; 	
	cursor:pointer;
}

.samesame-ui.close.up {
	top: 0;
	right: 30px;
	background-position: -574px -170px; 	
}

.samesame-ui.close.up:hover {
	background-position: -626px -170px;
}
	
.samesame-ui.close.down {
	bottom: 0;
	left: 30px;
	background-position: -678px -170px; 	
}

.samesame-ui.close.down:hover {
	background-position: -730px -170px; 	
}
























.overlay{
	position: fixed;
	-webkit-transition: opacity 12s ease 1s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #000;	
	opacity: .3;
	filter: alpha(opacity=30);
}















     div.email_reg .background
            {
                background-image: url(/images/email/back.png?201203112204);
            }
            div.email_reg
            {
                width: 809px;
                height: 578px;
                background-image: url(/images/email/back.png?201203112204);
                position: fixed;
                z-index: 9999;
                margin: -290px -440px 0 0;
                top: 50%;
                right: 50%;
            }
            div.email_reg a#close
            {
                width: 37px;
                height: 37px;
                display: block;
                background-position: 0 -578px;
                position: absolute;
                top: 102px;
                left: 8px;
            }
            div.email_reg a#close:hover
            {
                background-position: -37px -578px;
            }
            div.email_reg a#btn_reg
            {
                width: 109px;
                height: 37px;
                display: block;
                background-position: -74px -578px;
                position: absolute;
                top: 292px;
                left: 40px;
            }
            div.email_reg a#btn_reg:hover
            {
                background-position: -183px -578px;
            }
            div.email_reg img#banner
            {
                display: block;
                top: 360px;
                left: 30px;
                position: absolute;
                width: 712px;
                height: 190px;
            }
            div.email_reg input#email
            {
                top: 296px;
                right: 126px;
                position: absolute;
                outline: 0;
                border: none;
                width: 234px;
                direction: ltr;
            }
            #ddl_area
            {
                position: absolute;
                background: transparent;
                width: 146px;
                margin: 0;
                padding: 0;
                top: 296px;
                left: 175px;
                text-align: right;
                font-size: 18px;
                height: 50px;
            }
            div.email_reg input
            {
                padding: 3px 4px;
                color: #555;
                height: 26px;
                line-height: 26px;
                font-size: 16px;
            }
            div.email_reg input:focus
            {
                outline: none;
            }
            div.email_reg span#disclaimer
            {
                display: block;
                position: absolute;
                top: 548px;
                left: 30px;
                font-size: 16px;
                font-weight: bold;
            }
            div.email_reg span#error_message
            {
                color: red;
                display: none;
                position: absolute;
                top: 343px;
                left: 490px;
                font-weight: bold;
            }
            .TopMiddle, .BottomMiddle
            {
                width: 154px;
                height: 6px;
                position: absolute;
                left: 6px;
            }
            .VerticalLeft, .VerticalRight
            {
                width: 6px;
                height: 27px;
                display: block;
                position: absolute;
                top: 6px;
            }
            .TopRight, .VerticalRight, .BottomRight
            {
                left: 160px;
            }
            .Middle
            {
                position: absolute;
                left: 6px;
                top: 6px;
                width: 154px;
                height: 27px;
            }
            #ddl_area
            {
                z-index: 2;
                float: left;
                clear: both;
            }
            .dropdown
            {
                position: absolute;
                list-style-type: none;
                display: block;
                margin: 0;
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAARVBMVEUAAAD///8CAgIDAwMGBgYBAQEbGxsfHx8+Pj5DQ0NLS0tSUlJra2tubm57e3usrKy2tra9vb3ExMTS0tLb29v4+PgTExPnhhopAAAAMElEQVR4XhXFxRHAQAzAQOkwyNB/qRm/lqkANK4ezrgB9cTng1F0IR3hnYc3dN31BxseAQutvQBIAAAAAElFTkSuQmCC') no-repeat 15px 14px;
                cursor: pointer;
            }
            ul.dropdown
            {
                padding-left: 8px;
            }
            .drop ul
            {
                width: 158px;
                list-style-type: none;
                margin: 0;
                left: 10px;
                padding: 0;
            }
            .drop ul li
            {
                display: none;
                padding: 0;
                margin: 0;
                background: white;
            }
            .drop ul li a:hover
            {
                background-color: #06f;
                color: white;
            }
            .selected
            {
                width: 140px;
                padding: 7px 8px 3px 7px;
                color: #555;
            }
            .dropdown ul li a
            {
                text-decoration: none;
                color: #555;
                display: block;
                margin: 0;
                padding: 8px;
            }