/** 
 * Stylesheet for the user profile room
 *
 * @package Girls Games 123
 * @copyright 2015 Aceviral.com
 * @author Simon Pearson <simon.php@aceviral.com>
 * 
 * Last Edited: 14/04/2015
 */

/* Common my room styles */
#myroom_container {
  width: 750px; 
  height: 476px; 
}

#myroom_interface {
  width: 100%;
  height: 100%;
  float: left;
  background: #fcaeba;
}

#myroom_outer {
  width: 724px;
  height: 415px;
  float: left;
  margin: 10px 10px 5px 10px;
  background: burlywood;
  border-radius: 5px;
  border: solid 3px #fff;
  overflow: hidden;
  position: relative;      
}

#myroom_buttons {
  width: 750px; 
  float: left;
}

/* Editor styles */
#myroom_category_scroll {
  width: 724px;
  height: auto;
  float: left;
  clear: both;
  margin: 0px 0px;        
  position: absolute;
  top: 350px;
  z-index: 100;
  visibility: hidden;
}

#myroom_left_scroll {
  float: left; 
  width: 60px; 
  height: 60px;
  margin-left: 5px;
  cursor: pointer;
  background: url('../../../assets/shop/interface/left_arrow.png');   
}

#myroom_left_scroll:hover{
  background: url('../../../assets/shop/interface/left_arrow_onhover.png');     
}

#myroom_right_scroll {
  float: right; 
  width: 60px; 
  height: 60px;
  margin-right: 5px;  
  cursor: pointer;  
  background: url('../../../assets/shop/interface/right_arrow.png');     
}

#myroom_right_scroll:hover{
  background: url('../../../assets/shop/interface/right_arrow_onhover.png');     
}

#myroom_buttons .myroom_category {
  width: 30px; 
  height: 30px; 
  float: left; 
  margin-left: 10px; 
  border: solid 2px #fff;
  border-radius: 5px;
  background: #ffcfff;
  text-align: center;  
  cursor: pointer;
}

#myroom_buttons #myroom_edit_button, #myroom_buttons #myroom_save_button {
  width: auto;  
  min-width: 100px;
  height: 22px;
  float: right; 
  color: #fff3ff; 
  padding: 5px; 
  font-size: 18px; 
  text-align: center; 
  margin-right: 10px;
  border-radius: 5px;  
  cursor: pointer;
  
  background: #5CDB50; /* Old browsers */
  background: -moz-linear-gradient(top, #5CDB50 0%, #5CDB50 50%, #2BB720 50%, #2BB720 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5CDB50), color-stop(50%,#5CDB50), color-stop(50%,#2BB720), color-stop(100%,#2BB720)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5CDB50 0%,#5CDB50 50%,#2BB720 50%,#2BB720 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5CDB50 0%,#5CDB50 50%,#2BB720 50%,#2BB720 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5CDB50 0%,#5CDB50 50%,#2BB720 50%,#2BB720 100%); /* IE10+ */
  background: linear-gradient(to bottom, #5CDB50 0%,#5CDB50 50%,#2BB720 50%,#2BB720 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5CDB50', endColorstr='#2BB720',GradientType=0 ); /* IE6-9 */    
}

#myroom_buttons #myroom_edit_button:hover, #myroom_buttons #myroom_save_button:hover {
  background: #2BB720;
}

/* Room Contents */
#myroom_wallpaper {
  width: 724px;
  height: 430px;
  position: absolute;    
  top: -40px;
  left: 0px;  
  z-index: 5;
  background-repeat: no-repeat !important;
}

#myroom_carpet {
  width: 724px;
  height: 160px; 
  position: absolute;    
  bottom: 0px;
  left: 0px;  
  z-index: 0;  
  background-repeat: no-repeat !important;  
}

#myroom_accessory {
  width: 147px; 
  height: 175px;   
  position: absolute;
  bottom: 80px;
  left: 100px;   
  cursor: pointer;  
}

#myroom_bed, #myroom_bed_hover  {
  width: 292px; 
  height: 270px;   
  position: absolute;
  bottom: 40px;
  left: 213px; 
  z-index: 5;    
  cursor: pointer;  
}

#myroom_bed_hover {
  z-index: 15;    
}

#myroom_bedside_table {
  width: 100px; 
  height: 106px;     
  position: absolute;
  bottom: 90px;
  right: 150px;  
}

#myroom_disco_ball {
  width: 100px; 
  height: 100px;      
  position: absolute;
  top: 10px;
  right: 227px;  
  z-index: 10;   
}

#myroom_disco_lights_1, #myroom_disco_lights_2, #myroom_disco_lights_3, #myroom_disco_lights_4 {
  width: 400px; 
  height: 386px;      
  position: absolute;
  top: 60px;
  right: 100px;  
  z-index: 10;   
}

#myroom_lights {
  width: 150px; 
  height: 171px;      
  position: absolute;
  top: 40px;
  left: 282px;  
  z-index: 10;      
}

#myroom_trophy_wall {
  width: 138px; 
  height: 132px;   
  position: absolute;
  top: 70px;
  left: -10px;    
  cursor: pointer;  
}

#myroom_vanity_table {
  width: 143px; 
  height: 233px;   
  position: absolute;
  bottom: 0px;
  left: -15px;   
  cursor: pointer;  
}

#myroom_wall_decoration {
  width: 113px; 
  height: 127px;     
  position: absolute;
  top: 80px;
  right: 145px;  
}

#myroom_wardrobe {
  width: 199px; 
  height: 412px;    
  position: absolute;
  bottom: 0px;
  right: -40px;
}
