* {
    box-sizing: border-box;
}

/* define widths for 12 column grif */
/* -----------------------------------------------------*/

.col-1 {width: 8.33%;}
.col-2 {width: 30.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 69.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* -----------------------------------------------------*/

[class*="col-"] {
    float: left;
    padding: 15px;
}

/* -----------------------------------------------------*/

.row::after {
    content: "";
    clear: both;
    display: block;
}


.header::after {
    content: "";
    clear: both;
    display: block;
}

/* -----------------------------------------------------*/


                                                          


/* -----------------------------------------------------*/

.header {
   background-color: white;
   color: #ffffff;
   padding: 15px;  
   background-image: url(../Images/top_background.png);
   background-repeat: no-repeat;
   background-position: right top;
   padding-top:5px;
   max-width: 1200px;
   margin: auto;
}

/* -----------------------------------------------------*/

INPUT.canvas_start_design{
  margin-top: 20px;
  width: 200px;
  height:45px;
  font: bold 20px arial;
  color: white;
  background-color: #E31B22;
  border-radius: 20px; 
  border: solid 1px #E31B22;  
  cursor:pointer;
}


select.bgdrop{
    font-size: 14px;
    padding: 8px;
    margin-right: 45px; 
    margin-left: 20px; 
    text-align: right; 
    float: right;
    margin-top: 6px;
}


#loggin_div{
  display: block;
  text-align: right;
  height: 60px;
  margin-right: 0px;
  margin-top: 0px;
  border: solid 0px red;
  direction: rtl;
}


#loggin_menu{
  list-style-type: none;
  list-style-position: outside;
  display: block;
  width: 480px;
  height: 60px;
  padding:0px;
  margin: 0px;
  margin-top:0px;
  margin-right:120px;
  text-align: right;
}


#loggin_menu li{
  display: block;
  float: right;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  color: black;
  padding-right: 10px;
  padding-top: 5px;
}


#loggin_menu li a{
  font: bold 12px arial;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  color: black;
  border: solid 0px black;
  border-right-width: 1px;
  padding-right: 10px;
  padding-top: 5px;
  position: relative;
  top:0px;
}

/* -----------------------------------------------------*/
  
#logo{
  border-width: 0px;
}

/* -----------------------------------------------------*/







/* -----------------------------------------------------*/
.phone_number{
  font: bold 20px arial;
  color: black;
  margin-top: 40px;
  margin-left: 0px;
  display: inline;
  float: right;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
#top2{
  width:100%;
  height: 30px;
  background-image: url(../Images/top_menu_bg.jpg);
  background-repeat: repeat-x;
  max-width: 1200px;
  margin: auto;
  direction: rtl;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/

.top_menu_shrink{
  display: block;
  border: solid 0px #cfcfcf;
  border-left-width:1px;
  padding: 3px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:7px;
  height: 20px;
  font: bold 13px arial;
  text-decoration: none; 
  color: black; 
  width: 120px;
  display: none;
  visibility: hidden;
}

#top_menu{
  
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
  width: 959px;
  height: 28px;

  margin-bottom: 0px;
  
}


#top_menu li{
  float: right;
  border: solid 0px #cfcfcf;
  border-left-width:1px;
  padding: 3px;
}

#top_menu li.selected{
  float: right;
  border: solid 0px #cfcfcf;
  border-left-width:1px;
  padding: 3px;
  background: #eaeaea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#e9e9e9'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e9e9e9)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #eaeaea,  #e9e9e9); /* for firefox 3.6+ */
}


#top_menu li:hover{
  background: #eaeaea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#e9e9e9'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#e9e9e9)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #eaeaea,  #e9e9e9); /* for firefox 3.6+ */
}


#top_menu li a{
  display:block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:3px;
  height: 20px;
  font: bold 13px arial;
  text-decoration: none; 
  color: black; 
}


/* -----------------------------------------------------*/





/* -----------------------------------------------------*/
#product_top_menu{
  position: absolute;
  top: 80px;
  left: -200px;
  z-index: 2000;
  width: 1180px;
  border: solid 1px #828080;
  border-top-width:4px;
  border-top-color: #e1e1e1;
  background-color:#f9f9f9;
  direction: rtl;
  padding:5px;
  display: none;
}



div.top_menu_cat_holder{
  width: 140px;
  height: 270px;
  float: right;
  margin-right: 5px;
}


a.tm_category{
  display:block;
  text-decoration: none;
  font: bold 14px arial;
  color: #ed1d25;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  border: solid 1px #e4e4e5;
  padding: 3px;
  background-color: white;
}





#product_top_menu ol.category_links{
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}


ul.subcat_menu{
   list-style-type: none !important;
   padding: 0;
   margin: 0;
}



/* -----------------------------------------------------*/




/* -----------------------------------------------------*/
.hopepage_banner{
  display: block;
  width:100%;
  max-width: 1200px;
  margin: auto;
  padding:0px;
  height:374px;
  padding-right:10px;
  background-image:url(../Images/shoppingIL_banner.png); //url(../Images/banner_with-writing.jpg);          
  background-position: 50% 0; 
  background-repeat: no-repeat;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/

.frontpage_category_holder{
  background-color: white;
  max-width: 1200px;
  margin: auto;
  direction: rtl;
  content: "";
  clear: both;
  display: block;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px;
}







div.frontpage_cat_holder img{
  max-width: 260px;
}


.frontpage_category_holder div.product_description{
  padding: 20px;
  margin-top: 15px;
  background-color: #F0F2F3;
  font: normal 14px arial;
  line-height: 30px;
}



.frontpage_category_holder::after {
    content: "";
    clear: both;
    display: block;
}


a.product_buttons{
   border-radius: 3px;
   background-color: #e4e5e5;
   color:#3f658f;
   text-align: center;
   width: 120px;
   height: 30px;
   display: inline-block;
   text-decoration: none;
   padding-top:8px;
   font: normal 14px arial; 
}

a.product_buttons:hover{
  color: #42c4ea;
}




div.design_option_div{
  display: block;
  width: 33%;
  height: 270px;
  float: right;
  margin-right:10px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}


div.design_option_div::after {
    content: "";
    clear: both;
    display: block;
}



div.responsive_design_buttons{
  width: 97%;
  height:60px;
  padding: 5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: solid 0px red;
  display: none;
  margin-bottom: 45px;
}


div.responsive_design_buttons a{
  font: normal 11px arial;
  color: black;
  text-decoration: none;
  display: inline-block;
  width: 68px;
  margin-top:10px;
}




td.SpecsOn{
  padding: 7px;
  background-color: #E6E6E6;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
}


td.SpecsOn a{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #e31b22;
  text-decoration:none;
}


td.SpecsOff{
  padding: 7px;
  background-color: #C1C1C1;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
}


td.SpecsOff a{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: gray;
  text-decoration:none;
}


/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
.content_holder{
  background-color: white;
  max-width: 1200px;
  margin: auto;
  direction: rtl;
  content: "";
  clear: both;
  display: block;
  font: normal 14px arial;
  line-height: 28px;
  padding: 10px;
}

.content_holder::after {
    content: "";
    clear: both;
    display: block;
}

.content_holder h3{
  font-size: 28px;
  font-weight: normal;
  margin: 0px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
  text-align: right;
  border: solid 0px silver;
  border-bottom-width: 1px;
}

.content_holder h2{
  font-size: 28px;
  font-weight: normal;
  margin: 0px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
  text-align: right;
  border: solid 0px silver;
  border-bottom-width: 1px;
}



/* -----------------------------------------------------*/



/* -----------------------------------------------------*/
ul.about{
  list-style-position: outside;
  list-style-type: none;
  margin:0px;
  padding:3px;
  padding-right: 0px;
  margin-right: 10px;
}


ul.about li{
  text-align: right;
  padding: 5px;
  padding-top: 7px;
  border: dotted 0px silver;
  border-bottom-width:1px;
  padding-bottom: 12px;
  padding-right: 25px;
}


ul.about li:hover{
  background-color: white;
}

ul.about li a{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: normal;
  font-size:14px;
  text-decoration: none;
  color: #636465;
  padding: 5px;

}


ul.about li.current a{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
  font-size:14px;
  text-decoration: none;
  color: #ea2121;
  padding: 5px;
}




div.sidemenu_button_holder{
  width:100%;
  background-color: #636465;
  padding: 6px;
  display: none;
  direction: rtl;
}

div.sidemenu_button_holder a{
  color: white;
  font: bold 20px arial;
  text-decoration: none;
}



/* -----------------------------------------------------*/




/* -----------------------------------------------------*/

div.catalogue_category{
  width: 330px;
  height: 430px;
  border: dashed 0px silver;
  border-right-width: 1px;
  border-bottom-width: 1px;
  float: right;
  margin-left: 25px;
  margin-bottom:25px;
  padding-right: 10px;
}


a.tm_category{
  display:block;
  text-decoration: none;
  font: bold 14px arial;
  color: #ed1d25;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  border: solid 1px #e4e4e5;
  padding: 8px;
  background-color: white;
  width:100%;
}

i {
    border: solid #ed1d25;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    float: left;
}


a.tm_item{
  font: bold 14px arial;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  color: #848484;
  padding:8px;
  padding-right: 18px;
  border: solid 0px #b7b9ba;
  border-bottom-width:1px;
  width:100%;
}


a.tm_item:hover{ 
  color:#ED1D25;
}


div.category_sublinks a{
  height: 30px;
  float: right;
  text-align: right;
  font: bold 13px arial;
  text-decoration: none;
  color: #888889;
  margin-right: 15px;
}


div.category_sublinks{
  padding: 10px;
  width: 300px;
  display: block;
  float: right;
}


div.category_sublinks a:hover{
  text-decoration: underline;
  color: #ED1D25;
}

div.intro{
  font: normal 12px arial;
  line-height: 20px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 0px;
}





div.frontpage_cat_holder{
  width: 290px;
  min-height: 380px;
  max-height: 380px;
  padding: 10px;
  font: normal 12px arial;
  line-height: 25px;
  float: right;
  margin-right: 3px;
  margin-top: 20px;
  border: solid 1px #e8e9e7;
}


div.upload_design_box{
  min-width: 290px;
  min-height: 380px;
  padding: 10px;
  font: normal 12px arial;
  line-height: 25px;
  float: right;
  margin-right: 8px;
  margin-top: 20px;
  border: solid 1px #e8e9e7;
}


div.explenation_box{
  display: block;
  float: right;
  min-width: 250px !important;
  margin-right: 15px;
  
}




div.frontpage_cat_holder a.cat_header{
  font: normal 20px arial;
  color: #393939;
  line-height: 30px;
  text-decoration: none;
}

span.cat_header_line{
  display: block;
  height: 40px;
  width: 260px;
  border: solid 0px #393939;
  border-bottom-width: 1px;
}

img.fontpage_cat_pic{
  width: 260px;
}

a.show_more{
  display: block;
  font: normal 13px arial;
  color: #393939;
  margin-top: 10px;
}


div.cat_body_text{
  height: 90px;
  overflow: hidden;
}

div.top_line_div{
  display: block;
  height: 27px;
  width: 260px;
  border: solid 0px #e8e9e7;
  border-top-width: 1px;
  margin-top:10px;
  width:260px;
  text-align: left;
  padding-top: 8px;
}


a.select_cat{
  font: normal 15px arial;
  color: #E31E3B;
  text-decoration: none;
  padding-top: 10px;
}


select.design_selector{
    font: bold 15px arial; 
    padding: 8px; 
    margin-right: 15px; 
    width: 140px;
}

/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
INPUT.calculator_button{
  background-position: 160px 7px; 
  background-image: url("../Images/calculator_icon.png");
  
  
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../Images/calculator_icon.png"),position: 160px 7px,linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
 
  border-radius: 5px; 
  border-width:0px; 
  padding: 7px; 
  font: bold 20px arial; 
  color: white; 
  width: 220px; 
  height: 70px;
  z-index: 5;
  
  float: left;
  margin-top: 15px;
  margin-left: 15px;
}


INPUT.calculator_button{
  background-image: url("../Images/calculator_icon.png");
  background-color: #EA5653;
  background-repeat: no-repeat;
  background-position: 210px 7px;
  border-radius: 4px;
  padding: 4px;
  border: solid 0px #B22F2D;
  border-bottom-width: 1px;
  border-right-width: 1px;
  font: bold 25px arial; 
  color: white; 
  width: 280px; 
  height: 70px;
  z-index: 5;
  
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  box-shadow: 2px 2px 5px #888888;
  cursor: pointer;
}


table.product_samples{
  width:210px; 
  float:right; 
  margin-right: 20px; 
  margin-bottom:20px;
  border: solid 0px silver;
  margin-left:10px;
  margin-top: 7px;
}

table.product_samples:hover{
  background-color: #EFEFEF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
}


/* -----------------------------------------------------*/




/* -----------------------------------------------------*/
.footer{
  max-width: 1200px;
  margin: auto;
  direction: rtl;
  margin-top: 30px;
}

.footer_menu_table{
  width: 100%;
}

.footer_menu_table a{
  text-decoration: none;
  color: #626262;
  font-weight:normal;
  line-height: 30px;
}

/* -----------------------------------------------------*/

/* -----------------------------------------------------*/
div.mobile_only{
   width: 100%;
   direction: rtl;
   margin-top: 90px;
   text-align: center;
   display: none;
   margin-bottom:5px;
   border: solid 0px green;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
.short_footer{
   text-align: center;
   max-width: 300px;
   margin: auto;
   display: none;
}


.short_footer a{
  text-decoration: none;
  color: #626262;
  font-weight:normal;
  line-height: 30px;
}

/* -----------------------------------------------------*/

/* -----------------------------------------------------*/
div.breadcrumbs{
  padding-right: 20px;
  margin-bottom: 0px;
  font: normal 12px arial;
  padding-top: 5px;
}

div.breadcrumbs a{
  color: #E31B22;
  text-decoration: none;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
#general_link_menu{
  
  float: right;
  display: none;
  width: 250px;
  background-color: #dbdbdb;
  z-index: 2000;
   
}

#general_link_menu td.head{
  background-color: #747475;
}

#general_link_menu a{
  
  display:block;
  padding: 5px;
  font: bold 14px arial;
  text-decoration: none;
  background-color: #dbdbdb;
  color: black;
}

#general_link_menu a:hover{
  background-color: white;
}

INPUT.close_button{
  display: block;
  background-color: silver;
  border: solid 1px black;
  padding: 5px;
}

/* -----------------------------------------------------*/




/* -----------------------------------------------------*/
#content_table{
  display: inline-block;
  width: 73%;
}




#content_table INPUT{
  padding: 5px;
}

#contact_content_table INPUT{
  padding: 5px;
}


#responsive_contact_form{
  width: 450px;
  font: bold 14px arial;
  display: none;
}

#responsive_contact_form INPUT{
  padding: 5px;
}

#responsive_contact_form TEXTAREA{
  padding: 5px;
}

#responsive_contact_form INPUT.submit_responsive_form{
  width: 255px;
  background-color: #747475;
  color: white;
  font-weight: bold;
  
}

#responsive_contact_form div.responsive_address_box{
  font-weight: normal;
  margin-top: 20px;
}

/* -----------------------------------------------------*/

/* -----------------------------------------------------*/
#content_side_menu{
  width: 25%;
  max-width: 300px;
  background-color: #dbdbdb;
  direction: rtl;
  float: right;
  padding: 5px;
  display: inline-block;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/

div.responsive_fs_calculator_box{
  float: right;
  max-width: 300px;
  padding: 10px;
  direction: rtl;
  margin-left: 35px;
}

div.responsive_fs_calculator_box h2{
  border-width: 0px;
}

div.responsive_fs_calculator_box SELECT{
  padding: 5px;
}

div.responsive_fs_calculator_box INPUT{
  padding: 5px;
}

div.responsive_fs_calculator_box #price_estimate{
  font-size:20px;
}

/* -----------------------------------------------------*/



/* -----------------------------------------------------*/
th.boxit{
  border: solid 1px silver;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #eeebeb;
}

table td.boxit{
  border: solid 1px silver;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}


#lockers th.boxit{
  border: solid 1px silver;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #eeebeb;
}

#lockers td.boxit{
  border: solid 1px silver;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}


#comparisson th.boxit{
  border: solid 1px silver;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #eeebeb;
}

#comparisson td.boxit{
  border: solid 1px silver;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}
/* -----------------------------------------------------*/




/* -----------------------------------------------------*/

div.frontpage_category_holder h1.title_h1{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #E31B22;
  font-size: 28px;
  padding: 0px;
  margin:0px;
  margin-bottom: 0px;
  padding-top: 15px;
  margin-right: 25px;
  padding-bottom: 10px;
}

div.intro{
  font: normal 12px arial;
  line-height: 20px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 0px;
}

div.frontpage_cat_holder h2 {
    font: normal 20px arial;
    color: #393939;
    line-height: 30px;
    text-decoration: none;
}


/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
div.calculator_column{
  width: 250px;
  margin-right: 10px;
  float: right;
  text-align: right;
  font: normal 13px arial;
}

div.calculator_column select{
  padding: 5px;
}

div.calculator_column div.price_estimate {
    font-size: 20px;
    font-weight: bold;
}

/* -----------------------------------------------------*/


/* CSS Document */










/* -----------------------------------------------------*/
div.sq_meter_column{
  
  padding: 15px;
  width: 320px;
  display: inline-block;
  margin-left: 25px;
  vertical-align:top;
  border: solid 0px green;
  
}


div.data_block{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  width: 310px;
  vertical-align: top;
  height: 360px;
  padding-right: 10px;
  padding-left: 10px;   
  border: dotted 2px #f1f2f3;
  border-top-width:2px; 
  margin-right: 5px;
  font-size: 13px;
  display: inline-block;
  margin-left: 25px;
  vertical-align: top;
  text-align: right;
  margin-top: 10px;
}


div.data_block p{
  font-weight: normal;
  line-height: 20px;
}

h2.data_block_title{
  font-size:19px;
  font-weight: bold;
  background-color: white;
  border: dotted 0px #a22a30;
  border-bottom-width: 2px;
  width: 300px;
  color: #a22a30;
  padding: 10px;
  margin: 0px;
  margin-bottom: 10px;
  position: relative;
  left: 10px;
}


h3.data_block_title{
  font-size:19px;
  font-weight: bold;
  background-color: white;
  border: dotted 0px #a22a30;
  border-bottom-width: 2px;
  width: 270px;
  color: #a22a30;
  padding: 10px;
  margin: 0px;
  margin-bottom: 10px;
  position: relative;
  left: 10px;
}


div.data_block_title a{
  color: #a22a30;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}


h3.data_block_title a{
  color: #a22a30;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}

div.data_block a.read_more{
  text-decoration: none;
  font: bold 13px arial;
  color: #E31B22;
}

/* -----------------------------------------------------*/


/* -----------------------------------------------------*/

table.calc_table{
  margin-top: 20px;
}

table.calc_table b{
  font: bold 16px arial;
}



table.calc_table select{
  padding: 7px;
  font: normal 14px arial;
}


table.calc_table label{
  font: normal 15px arial;
}


table.calc_table ul.shipping_list li{
  font: normal 15px arial;
  line-height: 24px;
}


/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
input.site_orange_button{
  background-color: #B5121B;
  color: white;
  border: solid 0px white;
  padding:8px;
  font: bold 13px arial;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  cursor:pointer;
}


input.site_orange_button:hover{
  background-color: #ed1e29;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
a.styles_button{
  background-image: url(../Images/drop-down-button.jpg);
  display: block;
  width:160px;
  height: 30px;
  float: right;
  font: bold 18px arial;
  color: black;
  text-decoration: none;
  padding-top:5px;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
}



ul.bg_style_block{
  display: block;
  width: 197px;
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
  border: solid 1px #505050;
  border-top-width:0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  visibility: hidden;
  background-color:white;
  z-index:20;
}



ul.bg_style_block li a{
  display: block;
  width: 163px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  padding-right: 30px;
  background-image: url(../Images/red_arrow_top_menu.jpg);
  background-position: 170px center;
  background-repeat: no-repeat;
  color: #747577;
  background-color:white;
  margin-right: 2px;
  margin-bottom:1px;
}
/* -----------------------------------------------------*/



/* -----------------------------------------------------*/

div.loginwin{
  width:100%;
  min-height: 100%;
  z-index:300;
  position: absolute;
  top:0px;
  left: 0px;
  text-align: center;
  padding-top: 40px;
  background-image: url(../Images/semi_trans.png);
}

/* -----------------------------------------------------*/



/* -----------------------------------------------------*/
div.design_thumb_2sided{
  float: right;
  margin-right: 25px;
  margin-top: 45px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 10px;
  border: dashed 0px #656464;
  padding-bottom: 0px;
  margin-bottom: 30px;
}


div.design_thumb_vertical_2sided{
  float: right;
  margin-right: 15px;
  margin-bottom: 68px;
  padding-top:5px;
  border: solid 0px white;
  padding: 15px;
  padding-bottom: 35px;
}


div.design_thumb_2sided a img{
  border: solid 0px silver;
}


div.design_thumb_vertical_2sided a img{
  border: solid 0px silver;
}


div.upload_design{
  background-color: #EFEFEF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  float: right;
  margin-right: 30px;
  margin-top: 45px;
  border: solid 1px #F4F4F4;
  margin-top:10px;
  padding: 5px;
  width: 260px;
  height: 150px;
  position: relative;
  top: 35px;
}


div.upload_design_vertical{
  background-color: #EFEFEF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  float: right;
  margin-right: 40px;
  margin-top: 45px;
  margin-left: 0px;
  border: solid 1px #F4F4F4;
  margin-top:10px;
  padding: 5px;
  width: 175px;
  height: 240px;
  position: relative;
  top: 35px;
  text-align: center;
  border: solid 0px red;
  margin-bottom: 15px;
}


a.favorite_view_icon{
  display: inline-block;
  border: solid 1px #a5a5a5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  padding: 4px;
  padding-left:4px; 
  margin-left: 4px;
  position: relative;
  top:10px;
  margin-right: 10px; 
  background-image: url(../Images/favorites_icon_small.png);
  background-repeat: no-repeat;
  background-position: center center;
  
  width: 30px;
  height: 30px;
}





div.design_buttons a.favorites_link_on{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../Images/favorites_icon_hover.png);
  text-decoration: none;
  margin-left: 10px;
  position: relative;
  top:0px;
  margin-right: 8px; 
  background-color: white;
  box-shadow: 2px 2px 5px #888888;
}


div.design_buttons{
  width:100%;
  padding: 0px;
  display: block;
  direction: ltr;
  text-align:right;
  position:relative;
  top: -35px;
  visibility: hidden;
}

div.design_buttons a{
  
  background-color: #ffffff; //#f4f4f4;
  border: solid 1px #6a6a6a; //#a5a5a5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  display: block;
  width: 25px;
  height: 25px;
  padding: 2px;
  box-shadow: 2px 2px 5px #888888;
}

div.design_buttons a:hover{
  
}

div.design_buttons a img{
  //position: relative;
  //left: -6px;
  //top:2px;
}


div.design_buttons a.favorites_link{
  background-color: #ffffff;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../Images/favorites_icon.png);
  text-decoration: none;
  margin-left: 10px;
  position: relative;
  top:0px; 
  margin-right: 8px;
  box-shadow: 2px 2px 5px #888888;
}  

div.design_buttons a.favorites_link:hover{
  background-image: url(../Images/favorites_icon_hover.png);
}




div.design_buttons_2_sided{
  width:100%;
  padding: 0px;
  display: block;
  direction: ltr;
  text-align:right;
  position:relative;
  top: -45px;
  visibility: hidden;
}



div.design_buttons_2_sided a{
  position: relative;
  top: 1px;
  background-color: #ffffff; //#f4f4f4;
  border: solid 1px #a5a5a5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0px;
  box-shadow: 2px 2px 5px #888888;
}

div.design_buttons_2_sided a:hover{
  
}

div.design_buttons_2_sided a img{
  position: relative;
  left: -6px;
  top:2px;
}


div.design_buttons_2_sided a.favorites_link{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../Images/favorites_icon.png);
  text-decoration: none;
  margin-left: 10px;
  position: relative;
  top:-7px; 
  margin-right: 28px;
  background-color: #ffffff;
  border-color: #6a6a6a;
  box-shadow: 2px 2px 5px #888888;
}  

div.design_buttons_2_sided a.favorites_link:hover{
  background-image: url(../Images/favorites_icon_hover.png);
}



div.design_buttons_2_sided a.favorites_link_on{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../Images/favorites_icon_hover.png);
  text-decoration: none;
  margin-left: 10px;
  position: relative;
  top:-7px;
  margin-right: 28px; 
  background-color: #ffffff;
  border-color: #6a6a6a;
  box-shadow: 2px 2px 5px #888888;
}





a.close_button{
  position: relative;
  top: 25px;
  left: 15px;
}


div.rotatescreen{
  
  width:100%;
  min-height: 100%;
  z-index:300;
  position: absolute;
  top:0px;
  left: 0px;
  text-align: center;
  background-image: url(../Images/semi_trans.png);
  position: fixed;
  display: none;
  
}


a.PageOn{
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  font: bold 14px arial;
  background-color: #B5121B;
  color: white;
  border: solid 1px black;
  text-decoration: none;
  padding-bottom: 10px;
  padding-right: 7px;
  padding-top: 6px;
  float: left;
  margin-right: 10px;
}


a.PageOff{
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  font: bold 14px arial;
  background-color: white;
  color: #B5121B;
  border: solid 1px black;
  text-decoration: none;
  padding-bottom: 10px;
  padding-right: 7px;
  padding-top: 6px;
  float: left;
  margin-right: 10px;
}


a.PageOff:hover{
  background-color: #B5121B;
  color: white;
}


input.design_selector_button{
   font: bold 12px arial;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAEAEA'); /* for IE */
   background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEAEA)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #FFFFFF,  #EAEAEA);
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
   color:black;
   border: solid 1px #CCCDCE;
   padding: 2px;
   padding-left: 15px;
   padding-right: 15px;
   cursor: pointer;
}


/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
#ColorMenu{
  -moz-box-shadow: 5px 5px 10px #565757;
  -webkit-box-shadow: 5px 5px 10px #565757;
  box-shadow: 5px 5px 10px #565757;
  border:solid 1px black;
  position:absolute;
  top:0px;
  left:0px;
  visibility:hidden;
  z-index:40;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
table.set_large_icon{
   margin:10px;
}


table.set_large_icon img.large_icon{
  margin:10px;
  border: solid 0px silver;
  box-shadow: 2px 2px 10px #888888;
  margin-bottom: 10px;
}


img.large_icon{
  margin:10px;
  border: solid 0px silver;
  box-shadow: 2px 2px 10px #888888;
  margin-bottom: 10px;
}


div.set_thumb{
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  //float: right;
  margin-right: 10px;
  text-align: center;
  border: solid 0px silver;
  height: 165px;
  display: inline-block;
}


div.set_thumb:hover{
  background-color: silver;
}

div.set_thumb img{
  border: solid 0px black;
  box-shadow: 2px 2px 5px #888888;
}


span.large_set_title{
  font: bold 18px arial;
  direction: rtl;
  float: right;
  width: 98%;
  border: solid 0px black;
  border-bottom-width: 1px;
  text-align: right;
  padding: 5px;
  margin-bottom: 10px;
}


span.small_set_title{
  font: bold 12px arial;
  direction: rtl;
}


a.favorites_link_set{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../Images/favorites_icon.png);
  text-decoration: none;
  margin-top: 10px;
}  

a.favorites_link_set:hover{
  background-image: url(../Images/favorites_icon_hover.png);
}


a.favorites_link_on_set{
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../Images/favorites_icon_hover.png);
  text-decoration: none;
  margin-top: 10px;
}


div.proofbox{
  background-color: #E5E9EA;
  border-radius: 4px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  font: normal 14px arial;
  line-height: 22px; 
  width:70%;
  padding: 15px;
}


div.confirmation_message{
  width: 70%;
  margin-top: 15px;
}

/* -----------------------------------------------------*/




/* -----------------------------------------------------*/

input.orders{
  padding: 7px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}


div.order_cube_hoder{
  float: right;
  margin-right: 20px;
  margin-left:20px;
  margin-top: 20px;
}

table.orders{
  width: 340px;
}


table.orders td{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  color: #737475;
  border: solid 0px #737475;
  border-bottom-width: 1px;
  background-color: white;
}


table.orders td.odd{
  background-color: #f6f7f8;
}



table.orders td.head{
  background-color: #df2f2f;
  
  color: white;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
  padding: 3px;
  font-weight: bold;
}


div.order_bubble{
  padding-right: 25px;
  padding-top:15px;
  width: 90%;
}


a.close_button{
  position: relative;
  top: 25px;
  left: 15px;
}


div.order_header{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: 0px;
  font-weight: bold;
  text-decoration: underline; 
  margin-bottom: 5px;
  color:#B5121B;
}


div.gray_order_bubble{
  background-color: #f8f7f7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 20px;
  width: 920px;
}



table.cart td.cart_head{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}


table.cart{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}


table.cart td{
  padding: 5px;
  border: dotted 0px silver;
  border-bottom-width: 1px;
}


table.cart td.no_records{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #ED1D25;
}


table.cart select{
  padding: 10px;
}


input.gray_button{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d4d5', endColorstr='#f1f4f6'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d4d5), to(#f1f4f6)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #d3d4d5,  #f1f4f6);
  border-radius: 4px;
  border: solid 1px #a6a8a9;
  padding: 4px;
  -webkit-box-shadow: 3px 3px 4px #565757;
  box-shadow: 3px 3px 4px #565757;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#565757')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#565757');
  z-index:20;
}



table.myaccount_menu{
  margin-top: 10px;
  margin-right: 20px;
}

table.myaccount_menu td.inactive{
  border: solid 1px #a8a9aa;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  width: 145px;
  padding: 8px;
  text-align: center;
  padding-bottom: 10px;
  background-color: #e3f3fc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c5c4c4'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c5c4c4)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #c5c4c4); /* for firefox 3.6+ */
}


table.myaccount_menu td.inactive:hover{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#da0f1a'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#da0f1a)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #da0f1a); /* for firefox 3.6+ */
}


table.myaccount_menu td.active{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#da0f1a'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#da0f1a)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fff,  #da0f1a); /* for firefox 3.6+ */
  border: solid 1px #a8a9aa;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  width: 145px;
  padding: 8px;
  text-align: center;
  padding-bottom: 10px;
}



table.myaccount_menu td a{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #777879;
  text-decoration: none;
  font-weight: bold;
}


table.myaccount_menu td.active a{
  color: white;
}


table.myaccount_menu td.menu_line{
  background-color: #777879;
  font-size: 2px;
  height: 8px;
  position: relative;
  top: -8px;
}



table.my_account_designs{
  background-color: white;
  border: solid 0px #a8a9aa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
}


table.my_account_designs td{
  border: solid 0px silver;
  border-bottom-width: 1px;
}


table.my_account_designs td.row{
  width: 140px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: silver; 
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 14px; 
}


table.summary{
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size:13px;
}

table.summary td{
  border: solid 1px silver;
  border-top-width: 0px;
  border-right-width: 0px;
}

table.summary td.head{
  background-color: #B5121B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3404a', endColorstr='#B5121B'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f3404a), to(#B5121B)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #f3404a,  #B5121B);
  color:white;
  font-weight: bold;
  font-size: 15px;
  border-width:0px;
}


table.summary td.left{
  border-left-width: 0px;
}

input.white_button{
  min-width: 100px;
  height: 30px;
  border: solid 1px #e3e6e6;
  border-bottom-color: #767979;
  border-right-color: #767979;
  background-color: white;
  color: #B5121B;
  font: bold 13px arial;
  border-radius: 5px;
  -moz-border-radius: 5px;
  cursor:pointer;
}


div.design_sample_a_landscape{
  text-align: left;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  width: 290px;
  font-weight: bold;
}


div.design_sample_b_landscape{
  text-align: right;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
  position: relative;
  top: -70px;
  left: 70px;
  width: 290px;
}


img.design_thumb{
  border: double 1px black;
}



div.design_sample_a_portrait{
  text-align: left;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  height: 290px;
  font-weight: bold;
  float: left;
  margin-left: 20px;
}




div.design_sample_b_portrait{
  text-align: right;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
  float: left;
  position: relative;
  left: -50px;
  height: 290px;
}



div.price_estimate{
  font-size: 20px;
  font-weight: bold;
}






td.my_account_sidemenu{
  padding-right: 25px;
  font-family: Tahoma, Helvetica, sans-serif;
}

td.my_account_sidemenu h1{
  font: bold 24px black;
  font-family: Arial, Helvetica, sans-serif;
}

td.my_account_sidemenu ul{
  list-style: circle url("../Images/my_account_sidemenu_bullet.png");
}


td.my_account_sidemenu ul a{
  color: #ea1f23;
  font: normal 15px arial;
  text-decoration: none;
  line-height: 30px;
  font-weight: 600;
}


td.my_account_sidemenu ul a:hover{
  text-decoration: underline;
}


table.filters{
  width: 96%;
  border: double 0px silver;
  margin-bottom: 10px;
  border-bottom-width: 3px;
}


table.filters select{
  font: normal 13px arial;
  padding: 5px;  
  width: 165px;
}

table.filters input{
  font: normal 13px arial;
  padding: 5px;
}


table.filters td{
  padding: 4px;
}

table.filters td.head{
  font: bold 18px arial;
}


input.white_button_red{
  min-width: 100px;
  height: 30px;
  border: solid 1px #e3e6e6;
  border-bottom-color: #767979;
  border-right-color: #767979;
  background-color: white;
  color: #B7182C;
  font: bold 15px arial;
  border-radius: 5px;
  -moz-border-radius: 5px;
  cursor:pointer;
}


div.design_recommendations_holder{
  display: block;
  width: 815px;
  height: 178px;
  border: solid 0px black;
  overflow: hidden;
  margin-right: 0px;
  display: inline-block;
}


table.recommendations_table{
  position: relative;
}


div.design_recommendations_holder table.recommendations_table td.recommendations_table_td{
  border: solid 0px red;
  width: 179px;
}  


div.cart_td5{
  font: bold 20px arial;
  margin-top: 10px;
}



/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
div.photo_editor_button{
  display: block;
  width: 210px;
  background-color: while;
  border: solid 0px silver;
  border-bottom-width: 1px;
  font: normal 13px arial;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: right;
  padding: 10px;
  padding-right: 15px;
  color: black;
}




div.photo_editor_button span.photo_link_header{
  font: bold 20px arial;
  color: #47bde3;
  display: block;
  margin-bottom: 5px;
}

a.sq_m_link{
  display: block; 
  padding: 8px; 
  padding-top:12px; 
  padding-bottom:12px;
  font: bold 14px arial; 
  color:black; 
  background-color: white; 
  border: solid 3px black; 
  text-decoration:none; 
  text-align:center; 
  vertical-align: middle;
}

a.sq_m_link:hover{
  border-color:#a8f0f8;
}

img.sq_m_link{
  border: solid 3px black;
}

img.sq_m_link:hover{
  border-color:#a8f0f8;
}


input.proceed{
  width:140px;
  background-color: #c22525;
  color: white;
  padding:10px;
  border: solid 0px orange;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  float: left;
  margin-left: 0px;
  margin-bottom: 50px;
}


/* -----------------------------------------------------*/


/* -----------------------------------------------------*/

div.calculator_title{
  font: bold 20px arial !important;
  color: black;
}


select.calculator_select{
  margin-top: 8px;
  height:35px !important;
  font: normal 14px arial !important;
}

span.calculator_block label{
  font: normal 14px arial !important;
  line-height: 28px !important;
}


div.design_display{
  float: left;
  margin-top:30px;  
}

/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
div.delivery_banner{
  margin-top: 20px;
  margin-bottom: 40px !important;
  background-color: #E8E9EA;
  padding: 10px;
}

div.delivery_banner b{
  margin-bottom: 15px;
  padding: 10px;
}

div.delivery_icon_pickup{
  width: 55px;
  height: 55px;
  background-image: url("../Images/delivery_icons/pickup_icon_off.png");
}

div.delivery_icon_pickup:hover{
  background-image: url("../Images/delivery_icons/pickup_icon_on.png");
}

div.delivery_icon_stores{
  width: 55px;
  height: 55px;
  background-image: url("../Images/delivery_icons/stores_off.png");
}

div.delivery_icon_stores:hover{
  background-image: url("../Images/delivery_icons/stores_on.png");
}

div.delivery_icon_locker{
  width: 55px;
  height: 55px;
  background-image: url("../Images/delivery_icons/locker_off.png");
}

div.delivery_icon_locker:hover{
  background-image: url("../Images/delivery_icons/locker_on.png");
}


div.delivery_icon_post{
  width: 55px;
  height: 55px;
  background-image: url("../Images/delivery_icons/post_icon_off.png");
}

div.delivery_icon_post:hover{
  background-image: url("../Images/delivery_icons/post_icon_on.png");
}

div.delivery_icon_messenger{
  width: 55px;
  height: 55px;
  background-image: url("../Images/delivery_icons/delivery_off.png");
}

div.delivery_icon_messenger:hover{
  background-image: url("../Images/delivery_icons/delivery_on.png");
}

/* -----------------------------------------------------*/


/* -----------------------------------------------------*/

div.content_menu{
    width: 25%;
    min-width: 200px;
    float: right;
    min-height: 100%;
    padding: 10px;
    min-width: 200px;
    border: solid 0px red;
}



div.content_article{
  width: 74%;
  float: right;
  direction: rtl;
  padding: 10px;
  font: normal 14px arial;
  line-height: 20px;
  border: solid 0px green;
  height: 600px;
  overflow: scroll;
  overflow-x: hidden;
}



div.new_order_holder{
  margin: auto;
  width: 90%;
}

/* -----------------------------------------------------*/

a.fb_login{
  display: block;
  width: 230px;
  height: 40px;
  background-color:#2c4588;
  background-image: url('../Images/fb_logo.png');
  background-repeat: no-repeat;
  background-position: 195px 8px;
  border-radius: 6px;
  font: bold 15px arial;
  color: white;
  text-decoration: none;
  direction: rtl;
  padding: 6px;
  padding-right: 50px;
  padding-top:12px;
}


a.g_login{
  display: block;
  width: 230px;
  height: 40px;
  background-color:#c7c7c9;
  background-image: url('../Images/g_logo.png');
  background-repeat: no-repeat;
  background-position: 195px 8px;
  border-radius: 6px;
  font: bold 15px arial;
  color: black;
  text-decoration: none;
  direction: rtl;
  padding: 6px;
  padding-right: 50px;
  padding-top:12px;
}


a.li_login{
  display: block;
  width: 230px;
  height: 40px;
  background-color:#429ddc;
  background-image: url('../Images/li_logo.png');
  background-repeat: no-repeat;
  background-position: 195px 8px;
  border-radius: 6px;
  font: bold 15px arial;
  color: white;
  text-decoration: none;
  direction: rtl;
  padding: 6px;
  padding-right: 50px;
  padding-top:12px;
}


/* -----------------------------------------------------*/




/* -----------------------------------------------------*/


  a.canvas_title_off{
    font: bold 20px arial;
    color: #696969;
    text-decoration: none; 
  }


  a.canvas_sizes{
    display:block;
    width:100px;
    height: 100px;
    box-shadow: 2px 2px 2px #7e7d7d;
    border: solid 1px #7e7d7d;
    font: bold 20px arial;
    text-decoration: none;
    text-align: center;
  }
  
  
  
  a.customize_button{
    font: bold 15px arial;
    display: block;
    width: 300px;
    height: 30px;
    color: white;
    text-decoration: none;
    background-color: #E31B22;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
  }
  

  div.delivery_desc_popup{
    width: 304px;
    height: 141px;
    background-image:url('../Images/delivery_popup_bg.png');
    background-color:red;
    direction: rtl;
    padding: 15px;
    font: normal 12px arial;
    line-height: 20px;
    color: white;
  }

/* -----------------------------------------------------*/

a.flyer_slider_icon_on{
  display:block;
  width: 90px;
  height: 120px;
  background-color: #ec1c24;
}

a.flyer_slider_icon_off{
  display:block;
  width: 90px;
  height: 120px;
  background-color: #7e7d7d;
}


/* -----------------------------------------------------*/



/* -----------------------------------------------------*/

div.sticker_subcat_holder{
  width: 260px;
  background-color: white;
  border-radius: 6px;
  float: right;
  margin-right: 3px;
  margin-top: 20px;
}

div.sticker_subcat_holder:hover{
  background-color:#fcb5b8;
}

span.sticker_subcat_header_line{
  direction:rtl; 
  font-size: 19px;
  text-align:center;
}

span.sticker_subcat_header_line a{
  font: normal 19px arial;
  text-decoration: none;
  color:#474848; 
}

div.sticker_cat_holder{
  max-width: 1052px;
  margin-right: auto;
  margin-left: auto;
}



div.service_description{
  margin-top: 0px; 
  width:250px;
  float:right;
  margin-right: 110px;
  text-align:center;
  font-size:14px;
  line-height: 18px;
  margin-top: 30px;
  position: relative;
  top: -50px; 
}


div.service_description span.service_title{
  display: block;
  margin: 10px;
  font: bold 17px arial;
}


div.sticker_calculator{
  width:300px;
  background-color: white;
  border: solid 5px #cccccc;
  border: 5px solid rgba(204, 204, 204, .5);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  
  border-radius: 8px;
  padding: 10px;
  float: left;
  margin-left: 55px;
  font-size:14px;
  margin-top: 5px;
  position: relative;
  top:-120px;
}


div.sticker_calculator ul{
  list-style-position:outside;
  list-style-type: none;
  margin-right: 0px;
  padding:0px;
  padding-right: 5px;
  margin-top:5px;
}

div.sticker_calculator ul li{
  line-height: 22px;
}


span.sticker_calc_title{
  font: bold 20px arial;
  margin: 5px;
}


INPUT.next{
  margin-top: 10px;
  width: 200px;
  height: 45px;
  font: bold 20px arial;
  color: white;
  background-color: #E31B22;
  border-radius: 20px;
  border: solid 1px #E31B22;
  cursor: pointer;
}

span.sticker_intro{
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 600px;
}


table.sticker_top{
  background-repeat:no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  height: 570px;
}



/* -----------------------------------------------------*/



/*-----------------------------------------------------------*/


div.whyink{
    direction:rtl;
    width: 200px;
    display: inline-block;
    margin-right: 90px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
}


span.whyink_title{
    display: block;
    margin: 10px;
    font: bold 17px arial;
}


div.photobook_size{
    width: 170px;
    float: right;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    direction: rtl;
}

table.size_holder{
  direction: rtl;
}

table.size_holder img{
  box-shadow: 2px 2px 10px #888888;
}



/*-----------------------------------------------------------*/


/*--------------------------------------------------------------*/

div.design_service{
    width: 300px;
    text-align: center;
    background-color: white;
    font-family: 'Arimo', sans-serif;
    display: inline-block;
    margin-right: 30px;
    height: 450px;
    padding: 10px;
    box-shadow: 0px 0px 12px #dfe0e1;
    margin-top: 20px;
}


div.design_service_title{
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
    color: black;
    font-size: 17px;
    
}

ul.design_steps{
    display:block;
    width: 90%;
    direction: rtl;
    margin-left:auto;
    margin-right: auto;
    border: solid 0.5px #c2c3c6;
    counter-reset: section;
    padding-bottom: 5px;
    border-radius: 8px;
    margin-top; 0px;
    background-color: white;
}

ul.design_steps li{
    vertical-align:top;
    position: relative;
    float: none;
    display: table-cell;
    padding: 20px 22px 20px 80px;
    font-family: 'Arimo', sans-serif;
}

ul.design_steps li h5{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}

ul.design_steps li div{
    font-size:12px;
    line-height: 18px;
}


ul.design_steps li h5::before{
    counter-increment: section;
    content: counter(section);
    position: absolute;
    float:right;
    top: 40px;
    left: 100%;
    margin-right: -5px;
    font-size: 40px;
    line-height: 34px;
    font-weight: bold;  
}


ul.design_steps li div::after{
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    background: #fff;
    border-style: solid;
    border-color: #E31B22;
    border-width: 1px 1px 0 0;
    transform: scaleX(0.45) rotate(225deg);
    width: 59.5px;
    height: 59.5px;
    left: 40px;
    margin-top: -29.75px
}


div.design_info_bubble{
    font-family: 'Arimo', sans-serif; 
    display:block;
    width: 90%;
    direction: rtl;
    margin-left:auto;
    margin-right: auto;
    border: solid 0.5px #c2c3c6;
    padding-bottom: 5px;
    border-radius: 8px;
    margin-top; 0px;
    background-color: white;
    padding: 20px;
    margin-bottom: 15px;
    margin-top:40px;
    box-shadow: 0px 0px 12px #dfe0e1;
}

div.design_info_bubble h5{
    font-size:20px;
    padding:0px;
    margin:5px;
}

div.design_info_bubble div.description{
    width: 50%;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
    text-align: center;
    margin-top:0px;
}

div.design_info_bubble textarea{
    font-family: 'Arimo', sans-serif;
    padding: 10px;
    font-size:13px;
}


div.design_request_attachment{
    width: 100%;
    margin-bottom:10px;
    position: relative;
    text-align: center;
    direction:rtl;
}


div.design_request_attachment img{
    max-width: 80px;
    max-height: 50px;
}

div.design_request_attachment INPUT{
    background-color: #e8ebed;
    font: bold 13px arial;
    color: black;
    border: solid 1px black;
    cursor:pointer;
    padding: 6px;
    text-align:left;
}


div.design_request_attachment INPUT:hover{
    color: red;
}


div.attachment_icon{
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #f99da4;
    color: black;
    border: solid 1px black;
}


INPUT.design_request_submit{
    padding: 10px;
    font: bold 20px arial;
    background-color:#E31B22;
    color:white;
    border-radius: 20px;
    cursor:pointer;
    width: 200px;
    height: 45px;
    border: solid 1px #E31B22;
}

/*--------------------------------------------------------------*/



/* -----------------------------------------------------*/
@media only screen and (max-width: 900px) {
    #top_menu{
      display: none;
    }
    
    a.top_menu_shrink{
      display: block;
      visibility: visible;
    }
    
    a.tm_item{
      display: none;
    }
    
    #product_top_menu{
      max-width: 160px;
    }
    
    div.top_menu_cat_holder{
      height: 35px;
    }
    
    #content_side_menu{
      width:100%;
      max-width: 100%;
      display: none;
    }
    
    div.sidemenu_button_holder{
      display: block;
    }
    
    #content_table{
      clear:both;
      display: block;
      width:100%;
    }
    
    
    td.SpecsOn a{
      font-size: 16px;
    }
    
    td.SpecsOff a{
      font-size: 16px;
    }
    
    #cat_banner_holder{
      background-image:url() !important;
    }
    
    div.hopepage_banner{
      background-image: url('../Images/banner_with-no-writing.jpg');
    }
    
}
/* -----------------------------------------------------*/






h2.v3_design_options_title{
      display:none;
}


/* -----------------------------------------------------*/
a.flyer_simple_on:link{
    display:block;
    width: 120px;
    height: 100px;
    
    background-image:url('../Images/flyers/flyer_reg_on.png');
    background-repeat: no-repeat;
    background-position: 30px 0px;
    
    font: bold 17px arial;
    color: #696969;
    text-decoration: none;
     
}
/* -----------------------------------------------------*/
  
/* -----------------------------------------------------*/  
a.flyer_simple_on:hover{
    color: #E31B22;
    background-image:url('../Images/flyers/flyer_reg_on.png');
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
a.flyer_onefold_holder:link{
    display:block;
    width: 120px;
    height: 100px;
    
    background-image:url('../Images/flyers/flyer_fold_off.png');
    background-repeat: no-repeat;
    background-position: 32px 0px;
    
    font: bold 17px arial;
    color: #696969;
    text-decoration: none;
     
}
/* -----------------------------------------------------*/
  
/* -----------------------------------------------------*/  
a.flyer_onefold_holder:hover{
    color: #E31B22;
    background-image:url('../Images/flyers/flyer_fold_on.png');
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/
a.flyer_twofold_holder:link{
    display:block;
    width: 120px;
    height: 100px;
    
    background-image:url('../Images/flyers/flyer_2fold_off.png');
    background-repeat: no-repeat;
    background-position: 37px 0px;
    
    font: bold 17px arial;
    color: #696969;
    text-decoration: none;
     
}


div.flyer_calculator_holder{
  width: 290px;
  min-height: 380px;
  padding: 10px;
  font: normal 12px arial;
  line-height: 30px;
  float: right;
  margin-right: 3px;
  margin-top: 20px;
  border: solid 1px #e8e9e7;
}


/* -----------------------------------------------------*/
  
/* -----------------------------------------------------*/  
a.flyer_twofold_holder:hover{
    color: #E31B22;
    background-image:url('../Images/flyers/flyer_2fold_on.png');
}
/* -----------------------------------------------------*/




td.delivery_option:hover img{
  background-color: white;
  box-shadow: 2px 2px 5px #888888;
}


h1.photobook_h1{
  font-family: 'Arimo', sans-serif;
  text-align: center;
  padding-right: 150px;
  padding-left: 150px;
  color: black;
  font-size: 30px; 
  font-style: normal;
  font-weight: 430;
  line-height: 1.10909;
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px; 
  border: solid 0px red;
  background-image: url('../Images/header_background.png');
  direction:rtl;
}


h1.subcategory_header{
  font-family: 'Arimo', sans-serif;
  text-align: right;
  color: black;
  font-size: 35px; 
  font-style: bold;
  font-weight: 570;
  line-height: 1.10909;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px; 
  direction:rtl;
}


div.album_subcat_intro{
  direction: rtl;
  float:right;
  font-family: 'Arimo', sans-serif;
  font-weight: 270;
  text-align: right;
  font-size: 14px;
  line-height: 25px;
}


h2.subcategory_header2{
  font-family: 'Arimo', sans-serif;
  text-align: center;
  padding-right: 150px;
  padding-left: 150px;
  color: black;
  font-size: 30px; 
  font-style: normal;
  font-weight: 430;
  line-height: 1.10909;
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px; 
  border: solid 0px red;
  background-image: url('../Images/header_background.png');
  direction:rtl;
}



h2.photobook_header2{
  font-family: 'Arimo', sans-serif;
  text-align: center;
  padding-right: 150px;
  padding-left: 150px;
  color: black;
  font-size: 20px; 
  font-style: normal;
  font-weight: 430;
  line-height: 1.10909;
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px; 
  direction:rtl;
  border: solid 0px red;
}


div.photobook_thumbnail{
  text-align: center;
  margin-top: 50px;
  margin-right: 0px;
  width: 270px;
  height:190px;
  float: right;
  background-image:url('../Images/wood_shelf_tile.png');
  background-position: 0px 110px;
  background-repeat: repeat-x;
}

div.photobook_thumbnail a img{
  box-shadow: 2px 2px 5px #888888;
}




.container1 {
  position: relative;
  margin-left:auto;
  margin-right: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #F4342F;
}


.container1:hover .overlay {
  opacity: 0.8;
}


.overlay1 {
  position: absolute;
  left: 33px;
  top: 0px;
  height: 94%;
  width: 75%;
  opacity: 0;
  transition: .3s ease;
  background-color: #F4342F;
}


.container1:hover .overlay1 {
  opacity: 0.8;
}


a.thumbnail_selector{
  font-family: 'Arimo', sans-serif;
  display:block;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-decoration: none; 
}


table.photobook_prev{
   box-shadow: 2px 2px 5px #3F3F3F;
   border-radius: 8px;
}

a.photobook_prev_close{
  text-decoration: none;
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  color: #565656;
  font-size: 20px;
  margin-top: 5px;
  margin-left: 8px;
  float: left;
}

span.photobook_design_title{
  font-family: 'Arimo', sans-serif;
  color: #565656;
  font-size: 20px;
  display: block;
  padding-top:10px;
}

a.photobook_select:link{
  background-color: #ED1C24;
  padding: 10px;
  text-decoration: none;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
}

a.photobook_select:hover{
  background-color:white;
  border: solid 2px #ED1C24;
  color: #ED1C24;
}

img.photobook_display{
  box-shadow:0 0 20px rgba(0,0,0,0.2);
}

a.photobook_specs_botton:link{
  text-decoration: none;
  display: inline-block;
  width: 300px;
  height: 80px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  border: solid 0px silver;
  border-bottom-width: 1px;
  color: black;
}

span.phtobook_specs_num{
  font-family: 'Arimo',sans-serif;
  text-align: center;
  height: 100%;
  width: 50px;
  float: right;
  font-size: 42px;
  padding-left: 15px;
  padding-right: 62px;
  padding-top: 11px;
  color: #7a7e85;
  direction: ltr;
}

span.photobook_specs_title{
  font-family: 'Arimo',sans-serif;
  display: block;
  color: #272728;
  font-size: 17px;
  font-weight: 300;
  text-align: right;
  padding-top: 17px;
  margin-bottom:5px;
}


a.photobook_specs_botton_on{
  text-decoration: none;
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-bottom: 5px;
  border: solid 0px silver;
  border-bottom-width: 1px;
  color: white;
  background-color: #adadad;
}


a.photobook_specs_botton_on span.phtobook_specs_num{
  color: white;
}


a.photobook_specs_botton_on span.photobook_specs_title{
  color: white;
}


div.photobook_specs_botton_total{
  margin-top:20px;
  text-decoration: none;
  display: inline-block;
  width: 300px;
  height: 80px;
  background-color: white;
  text-align: center;
}


//a.photobook_specs_botton_on span.phtobook_specs_num{
//  color: white;
//}


//a.photobook_specs_botton_on span.photobook_specs_title{
//  color: white;
//}



span.photobook_specs_title1{
  display: block;
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 35px;
}

input.project_name{
  padding: 6px;
  font-size: 14px;
}

span.photobook_album_name{
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 17px;
  font-weight: 300;
}

input.pages_button{
  background-color: #7b7a7a;
  font: normal 14px arial;
  padding-top: 2px;
  border: solid 1px silver;
  text-align: center;
  display: inline-block;
  width: 27px;
  height: 27px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}


input.pages{
  padding: 5px;
  width: 50px;
  text-align: center;
}


div.album_options{
  background-color: white;
  position: absolute;
  top: 50px;
  left: 70px;
  width: 500px;
  height: 360px;
  border: solid 2px silver;
  visibility: hidden;
}


div.album_option_bubble{
  width: 120px;
  height: 120px;
  float: right;
  margin-right: 35px;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
  padding-top:7px;
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 13px;
  font-weight: 100;
  cursor: pointer;
  margin-bottom: 25px;  
}


div.album_option_bubble_off{
  width: 120px;
  height: 120px;
  float: right;
  margin-right: 35px;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
  padding-top:7px;
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 13px;
  font-weight: 100;
  cursor: pointer;
  background-color: #d0d4d5;
  margin-bottom: 25px; 
}



div.album_option_bubble:hover{
  background-color: pink;
}


div.album_option_bubble_on{
  width: 120px;
  height: 120px;
  float: right;
  margin-right: 35px;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
  padding-top:7px;
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 13px;
  font-weight: 100;
  cursor: pointer;
  background-color: pink; 
  margin-bottom: 25px; 
}



input.album_option_bubble{
  width: 120px;
  height: 120px;
  float: right;
  margin-right: 35px;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
  padding-top:7px;
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 12px;
  font-weight: 100;
  cursor: pointer;
  background-color: white;
  border: solid 0px white;
  text-align:center;
  line-height: 200px;
  direction: rtl;
}


input.album_option_bubble_off{
  width: 120px;
  height: 120px;
  float: right;
  margin-right: 35px;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
  padding-top:7px;
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 12px;
  font-weight: 100;
  background-color: #d0d4d5;
  border: solid 0px white;
  text-align:center;
  line-height: 200px;
  direction: rtl;
  cursor: default;
}


input.album_option_bubble_off{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


input.album_option_bubble:hover{
  background-color: pink;
}


input.album_option_bubble_on{
  width: 120px;
  height: 120px;
  float: right;
  margin-right: 35px;
  margin-top: 10px;
  text-align: center;
  border-radius: 6px;
  padding-top:7px;
  font-family: 'Arimo',sans-serif;
  color: #272728;
  font-size: 12px;
  font-weight: 100;
  cursor: pointer;
  background-color: pink;
  border: solid 0px white;
  text-align:center;
  line-height: 200px;
  direction: rtl;
}


.flyer_page_intro{
    width: 100%;
    max-width:1200px; 
    background-color: white; 
    height: 279px;  
    background-position: bottom left; 
    background-repeat: no-repeat;
}


#doc { 
      margin: 0px 0;
      padding: 0px;
      position: relative;
      left:0px;
      width: 100%;
      
}


#content {
    	margin: 0 0;
    	padding: 0px;
        width: 100%;
    	max-width: 1200px;
        background-image: url('../Images/photobook_banner/premuim_albums.jpg');	
        background-repeat:no-repeat;background-position: 0px 0px;    	
}


div.photobook_sizes{
    width: 100%; 
}


div.temp_background{
    padding-right:25px;
}


#photoboook_preview{
    width: 1000px; 
    height: 500px;        
}


/* -----------------------------------------------------*/
@media only screen and (max-width: 600px) {

    div.frontpage_category_holder h1.title_h1{
      margin-right: 10px;
    }

    INPUT.next{
      width: 100%;
    }

    
    div.frontpage_category_holder h1.title_h1{
      margin-right: auto;
    }
    
    
    table.sticker_top{
      background-size: 120% auto;
      background-position: -60px 120px;
    }
    
    span.sticker_intro{
      width: 95%;
      margin-right: 0px;
      padding: 10px;
      text-align: center;
    }
    
     div.sticker_calculator{
       clear:both;
       top: 0px;
       float: none;
       margin-right: 30px;
       margin-top: 230px;
     }
    
    div.service_description{
      top: 0px;
      margin-right: 50px;
    }
    
    
    iframe.related_detials{
      height: 1000px;
    }
    
    
    div.sticker_subcat_holder{
      width: 140px;
      background-color: white;
      border-radius: 6px;
      float: right;
      margin-right: 17px;
      margin-top: 20px;
    }
    
    
    span.sticker_subcat_header_line{
      direction:rtl; 
      font-size: 12px;
      text-align:center;
    }
    
    span.sticker_subcat_header_line a{
      font: normal 12px arial;
      text-decoration: none;
      color:#474848; 
    }
    
    
    div.sticker_subcat_holder img{
      width: 120px;
    }
    
    div.header{
      background-image:url(''); 
    }
    
    #loggin_div{
      //display: none;
      //position: relative;
      //left: 250px;
      //margin-bottom: 0px;
      width: 100%;
    }
    
    #loggin_div img{
        display: none;
    }
    
       
    
    div.social_links{
      display: none;
    }
    
    #logo{
      width:100%;
      text-align: center;
    }
    
    
    
    #logo img{
      width: 120px;
      height: auto;    
      
    }
       
    div.hopepage_banner{
      display: none;
    }
     
    span.phone_number{
      display: none;      
    }
    
    div.mobile_only{
      display: block;
    }
    
    table.footer_menu_table{
      display: none;
    }
    
    div.short_footer{
      display: block;
    }
    
    div.short_footer a{
      display: inline;
    }
    
    
    .content_holder h3{
      font-size: 20px;
    }
    
    #contact_content_table{
      display: none;
    }
    
    #responsive_contact_form{
      display: block;
    }
    
    div.sidemenu_button_holder{
      display: block;
    }
    
    #content_table{
      clear:both;
      display: block;
      width:100%;
    }
    
    #content_table img{
      display: inline-block;
      float: left;
      max-width: 200px;
      max-height: 200px;
    }
    
    #content_side_menu{
      width:100%;
      max-width: 100%;
      display: block;
      display: none;
    }
    
    
    #design_options_div{
      display: none;
    }
    
    div.responsive_design_buttons{
      display: block;
    }
    
    td.SpecsOn a{
      font-size: 14px;
    }
    
    td.SpecsOff a{
      font-size: 14px;
    }
    
    #guidelines_popup_window{
      display: none !important;
      visibility: hidden;
    }
    
    div.rotatescreen{
      display: block;
    }
    
    div.frontpage_cat_holder{
      position: relative;
      left: -10%;
    }
    
    
    div.content_holder{
      background-image:url('') !important;
    }
    
    #wait_message{
      font-size: 12px !important;
    }
    
    div.content_article img{
        width: 100% !important;
        height: auto !important;
        
    }
    
    
    .radial1 img{
      width: 60% !important;
      height: auto !important;
    }
    
    #set_frame_scroller{
      width: 100% !important;
      
    }
    
    #design_preview img{
      max-width: 300px;
    }
    
    img.design_thumb{
      max-width: 200px;
    }
    
    td.cart_head{
      display: none;
    }
    
    td.cart_head4{
      display: none;
    }
    
    td.cart_head5{
      display: none;
    }
    
    td.cart_td{
      display: none;
    }
    
    td.cart_head3{
      max-width:120px;
    }
    
    td.cart_td4{
      display: none;
    }
    
    td.cart_td5{
      display: none;
    }
    
    td.cart_td1{
      width: 70px;
    }
    
    td.cart_td1 img{
      max-width: 80px;
    }
    
    td.cart_head2{
      max-width: 150px;
    }
    
    td.cart_td2{
      font-size:12px;
    }
    
    table.cart select{
      font-size:12px;
      padding: 3px;
    }
    
    td.cart_td3{
      max-width:120px;
    }
    
    table.product_recommendations{
      display: none;
    }
    
    #shipping_instructions{
      max-width: 95%;
    }
    
    #terms_of_service_frame{
      max-width: 95%;
    }
    
    table.shipping_details INPUT{
      max-width: 200px;
    }
    
    #lockers{
      max-width: 95%;
    }
    
    h2.v3_design_options_title{
      display:block;
    }
    
    #boxit_frame_holder img{
      width: 90% !important;
      height: auto !important;
    }
    
    #stores_frame_holder img{
      width: 90% !important;
      height: auto !important;
    }
    
    #ed_frame_holder{
      max-width: 90%;
    }
    
    td.delivery_option img{
        width: 40px;
        height: 40px;
    }
    
    
    
    h1.photobook_h1{
        font-family: 'Arimo', sans-serif;
        text-align: center;
        color: black;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 25px; 
        font-style: normal;
        font-weight: 330;
        line-height: 1.10909;
        display: block;
        width: 360px;
        margin-top: 15px;
        margin-bottom: 15px; 
        border: solid 0px red;
        background-image: url('');
        direction:rtl;
        
    }
    
    h2.photobook_header2{
       padding-right: 10px;
       padding-left: 10px;
       font-size: 25px; 
       width: 360px;
    }
    
    
    ul.design_steps li{
        vertical-align:top;
        position: relative;
        float: none;
        display: table-row;
        padding: 20px 22px 20px 80px;
        font-family: 'Arimo', sans-serif;
        height: 100px;
        margin-top: 10px;
        width: 85%;
    }
    
    
    ul.design_steps li h5::before{
        counter-increment: section;
        content: counter(section);
        position: relative;
        float:right;
        top: 0px;
        left: 10px;
        margin-right: 5px;
        font-size: 30px;
        line-height: 34px;
        font-weight: bold;  
    }
    
    ul.design_steps li div{
        width: 85%;
        margin-right: 20px;
    }
    
    
    ul.design_steps li div::after{
        box-sizing: border-box;
        content: " ";
        position: relative;
        top: 40%;
        z-index: 2;
        display: block;
        background: #fff;
        border-style: solid;
        border-color: #E31B22;
        border-width: 1px 1px 0 0;
        transform: scaleX(0.45) rotate(225deg);
        width: 25.5px;
        height: 25.5px;
        left: -95%;
        margin-top: 0px
        margin-bottom: 5px;
    }
    
    
    table.content_table img{
        max-width: 300px;
    }
    
    
    h1.header1{
        font-size: 16px;
    }
    
    
    select.design_selector{
        font: bold 12px arial; 
        padding: 6px; 
        margin-right: 6px; 
        width:auto;
    }
    
    
    #loggin_menu{
        width: 100%;
        margin-right: 0px;
    }
    
    select.bgdrop{
        font-size:12px;
        padding: 5px;
        margin-right: 20px;
        margin-left: 5px;
    }
    
    a.popup_link{
        margin-right: 15px !important;
    }
    
    .flyer_page_intro{
        padding-right: 5px;
        background-image:url() !important;
    }
    
    .flyer_page_intro H1.title_h1{
        margin-right: 10px !important;
    }
    
    #content{
        background-image: url('');
    }
    
    div.photobook_sizes{
        width: 95%;
        overflow-x: scroll;
    }
    
    div.temp_background{
        border: solid 1px white;
        background-color:white;
        opacity: 0.8;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: relative;
        width: 100%;
        height: 100%;
        padding-right: 25px; 
    }
    
    div.album_subcat_intro{
        font-weight: bold;
    }
    
    h2.subcategory_header2{
        font-family: 'Arimo', sans-serif;
        text-align: center;
        color: black;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 25px; 
        font-style: normal;
        font-weight: 330;
        line-height: 1.10909;
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: auto;
        margin-left: auto; 
        border: solid 0px red;
        background-image: url('');
        direction:rtl;
        position: relative;
        left: 25px;
    }
    
    
   #photoboook_preview{
      border: 1px;
      width: 300px !important;  
   }
    
   
   div.album_options{
      background-color: white;
      position: absolute;
      top: 10px;
      left: 5px;
      width: 97%;
      height: 450px;
      border: solid 2px silver;
      visibility: hidden;
   }
   
   
   div.album_option_bubble_on{
       margin-right: 10px;
   }
   
   div.album_option_bubble_off{
       margin-right: 10px;
   }
   
   div.album_option_bubble{
       margin-right: 10px;
   }
   
   
   input.album_option_bubble_on{
       margin-right: 10px;
       margin-top: 6px;
   }
   
   input.album_option_bubble_off{
       margin-right: 10px;
       margin-top: 6px;
   }
   
   input.album_option_bubble{
       margin-right: 10px;
       margin-top: 6px;
   }
    
}
/* -----------------------------------------------------*/