/* CSS Document */

.right_products_box{
  position: relative;
  float: left;
  width: 315px;
  height: 166px;
  padding: 0px;
  margin: 0px;
}

.right_products_box_title{
  position: relative;
  float: left;
  width: 315px;
  height: 29px;
  padding: 0px;
  margin: 0px;
}

.right_products_box_icon{
  position: relative;
  float: left;
  width: 29px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/products_box_icon.jpg);
  background-repeat: no-repeat;  
}

.right_products_box_title_text{
  position: relative;
  float: left;
  width: 278px;
  height: 22px;
  
  background-image: url(../../images/new_designer_layout/middle/products_box_middle_content.jpg);
  background-repeat: repeat-x;
  
  text-align:center;
  font-family:Verdana,sans-serif;
  font-size: 12px; 
  font-weight: bold; 
  color: #FFFFFF;
  padding-top: 7px;
}

.right_products_box_right_corner{
  position: relative;
  float: left;
  width: 8px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/products_box_right_corner.jpg);
  background-repeat: no-repeat;
}

.right_products_box_content{
  position: relative;
  float: left;
  width: 313px;
  height: 148px;
  border: 1px solid #1C5DB9;
  border-top: none;
  border-bottom: none;
  background-color: #D8E5FF;
  padding: 0px;
  margin: 0px;
}

.right_products_box_small_images_container{
  position: relative;
  float: left;
  width: 148px;
  height: 138px;
  padding: 0px;
  margin: 0px;
  padding-left: 12px;
  padding-top: 14px;
}

.right_products_box_big_image_container{
  position: relative;
  float: left;
  width: 149px;
  height: 152px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.small_images_line_container{
  position: relative;
  float: left;
  width: 132px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
  
  padding: 0px;
}

.small_images_image{
  position: relative;
  float: left;
  padding-left: 5px;
  padding-bottom: 5px;
}


/* product customize right box - the one with models */
.right_customize_box_title{
  position: relative;
  float: left;
  width: 315px;
  height: 29px;
  padding: 0px;
  margin: 0px;
}

.right_customize_box_icon{
  position: relative;
  float: left;
  width: 29px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/step2_corner_blue.jpg);
  background-repeat: no-repeat;  
}

.right_customize_box_title_text{
  position: relative;
  float: left;
  width: 278px;
  height: 22px;
  
  background-image: url(../../images/new_designer_layout/middle/customize_box_middle_content.jpg);
  background-repeat: repeat-x;
  
  text-align:center;
  font-family:Verdana,sans-serif;
  font-size: 13px; 
  font-weight: bold; 
  color: #FFFFFF;
  padding-top: 7px;
}

.right_customize_box_right_corner{
  position: relative;
  float: left;
  width: 8px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/customize_box_right_corner.jpg);
  background-repeat: no-repeat;
}

/* products customize right box - the one that links to producst box, disabled title */
.right_customize_box_disabled_icon{
  position: relative;
  float: left;
  width: 29px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/back_prod.gif);
  background-repeat: no-repeat;  
}

.right_customize_box_disabled_title_text{
  position: relative;
  float: left;
  width: 278px;
  height: 22px;
  
  background-image: url(../../images/new_designer_layout/middle/customize_box_middle_content_disabled.jpg);
  background-repeat: repeat-x;
  
  text-align:center;
  font-family:Verdana,sans-serif;
  font-size: 13px; 
  font-weight: bold; 
  color: #FFFFFF;
  padding-top: 7px;
}

.right_customize_box_disabled_right_corner{
  position: relative;
  float: left;
  width: 8px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/customize_box_right_corner_disabled.jpg);
  background-repeat: no-repeat;
}

/*product models - active box*/
.right_models_box_icon{
  position: relative;
  float: left;
  width: 29px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/step3_corner.jpg);
  background-repeat: no-repeat;  
}

.right_models_box_title_text{
  position: relative;
  float: left;
  width: 278px;
  height: 22px;
  
  background-image: url(../../images/new_designer_layout/middle/customize_box_middle_content.jpg);
  background-repeat: repeat-x;
  
  text-align:center;
  font-family:Verdana,sans-serif;
  font-size: 13px; 
  font-weight: bold; 
  color: #FFFFFF;
  padding-top: 7px;
}

.right_models_box_right_corner{
  position: relative;
  float: left;
  width: 8px;
  height: 29px;
  
  background-image: url(../../images/new_designer_layout/middle/customize_box_right_corner.jpg);
  background-repeat: no-repeat;
}
