/* CSS style document for main secretsales.com website */
/* Piotr Nierobisz - neonm3@gmail.com */
/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------*/	
/* bottom panels - panel items*/
/* --------------------------------------------------------------------------------------------------------------------*/		
/* remember about that padding affects final size of div */

#panels_bottom {
 position: relative;
 height: 152px;
 width: 975px;
 top: 5px;
 margin: 0px 0px;
 padding: 0px 0px;
 clear: both;
}

	#panel_items {
	 position: relative;
	 float: left;  
	 padding: 0px;
	 width: 486px;
	 height: 150px;
	 background-color: #FFFFFF; 
	 background: url(//secretsales.com/_images/v1/footer/bottom_hot_items.jpg);
	}
	
		#item_larrow {
		 position: absolute;
		 width: 22px;
		 height: 22px;
		 top: 80px;
		 left: 14px; 
		}
		
		#item_rarrow {
		 position: absolute;
		 width: 22px;
		 height: 22px;
		 top: 80px;
		 left: 455px;
		}
	
		#items {
		 position: absolute;
		 width: 408px;
		 height: 105px;
		 top: 40px;
		 left: 40px;
		 white-space: nowrap;
		 overflow: hidden;
		}
		
/*-------------------------------------------------------------------------------------------------------------------------------*/	
/* bottom panels - panel update */
/* ------------------------------------------------------------------------------------------------------------------------------*/		
	
	#panel_update {
	 position: relative;
	 float: left;
	 margin-left: 6px;
	 padding: 0px;
	 width: 245px;
	 height: 150px;
	 background: url(//secretsales.com/_images/v1/footer/bottom_updates_new.jpg);
	 overflow: hidden;
	}
	
		#updates {
		 position: relative; 
		 top: 40px;
		 left: 12px;
		 width: 210px;
		 height: 70px;
		 float: left;
		}
		
		  .update {
		   font-family: Verdana, Arial, Helvetica, sans-serif;
		   font-size: 10px;
		   width: 235px;
		   height: 102px;
		   padding-bottom: 5px;
		   padding-left:10px;
 	       vertical-align: top; 
		   padding-top:43px;
		   color:#666666;
		  }
		  
		  .update a {
		   color: #FF33CC;
		   text-decoration: none; 
		   font-weight:bold;
		  }
		  
		  .update a:hover {
		   text-decoration: underline;
		   color:#666666;
		   font-weight:bold;
		  }
		  
		 
		  .panel_update_date a {
		   font-family: Verdana, Arial, Helvetica, sans-serif;
		   font-size: 11px;
		   display: inline;
		   font-weight: bold;
		   color: #F006DB;
   		   text-decoration: none;
		   float: left;
		  } 
		  
  		  .panel_update_date a:hover {
		   text-decoration: underline;
    	   }


/*------------------------------------------------------------------------------------------------------------------------------*/	
/* bottom panels - panel news */
/* -----------------------------------------------------------------------------------------------------------------------------*/		

	#panel_news {
	 position: relative;
	 float: right;
/*	 margin-left: 6px;*/
	 padding: 0px;
	 width: 232px;
	 height: 150px;
	 background: url(//secretsales.com/_images/v1/home/advancedsearch_bg_new.jpg);
	}
	
		/*
		#news_text {
		  position: relative;	
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 11px;
		  width: 204px;
		  height: 40px;
		  top: 40px;
		  left: 12px;
		  color:#666666;
		}
		
		#news_form {
		  position: relative;	
		  float: left;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 11px;
		  width: 204px;
		  height: 20px;		  
		  top: 48px;
		  left: 12px;
		  margin: 0 0;
		  padding: 0 0;
		}
		*/
			
			
			#goarrow {
			 margin-left: 10px;
			 float: left;
			 }
			
			
/*------------------------------------------------------------------------------------------------------------------------------*/	
/* bottom panels - panel referals */
/* -----------------------------------------------------------------------------------------------------------------------------*/		

	#panel_refer {
	 position: relative;
	 display: none;
	 float: right;
/*	 margin-left: 6px;*/
	 padding-top: 4px;
	 padding-left: 4px;  
	 width: 232px;
	 height: 122px;
	 background: url(//secretsales.com/_images/v1/index/refer_a_friend.png);
	}
	
		
			
#refer_form	a img {
position: relative;
top: 2px;

}



/*------------------------------------------------------------------------------------------------------------------------------------*/	
/* footer */
/* -----------------------------------------------------------------------------------------------------------------------------------*/		


#footer_background {
 position: relative;
 top: 0px;
 height: 25px;
 width: 975px;
 background-color: #000000;
 opacity: .20;
 filter: alpha(opacity=20); 
 -moz-opacity: 0.20;
}

.footer {
 position: relative; 
 top:-25px;
 width: 975px;
 z-index: 200;
}

	#copyright {
	 position: relative;
	 float: left;
	 margin-top: 5px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #9A9A9A;
	}
	
	#footer_menu {
	 position: relative;
	 float: right;
	 margin-top: 5px;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #9A9A9A;
	 font-weight: bold;
	 z-index: 90;
	/* width: 600px;*/
	/* left: 300px; no left when float*/
	}
	
	.footer a {
	 color: #9A9A9A;
	 text-decoration: none;
	}
			
	.footer a:hover {
	 text-decoration: none;
	 color: #F006DB;
	}
	
/*-----------------------------------------------------------------------------------------------------------------------------*/	
/* rollover tab */
/* ----------------------------------------------------------------------------------------------------------------------------*/		
	 
 
.rollover_tab {
  position: fixed;
  width: 170px;
  height: 80px;
  z-index: 50;
}

.rollover_tab_background {
  position: relative;
  width: 180px;
  height: 80px;
  background: #000000;
  opacity: .70;
  filter: alpha(opacity=70); 
  -moz-opacity: 0.70;
  border: 1px solid #CCCCCC;
}

.rollover_tab_container {
  position: relative;
  top: 80px;
}

.rollover_tab_title {
  position: relative;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  width: 180px;
  height: 15px;
  top: -75px;
  font-size: 12px;
  color: #FF00FF;
}

.rollover_tab_description {
  position: relative;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 170px;
  height: 30px;
  top: -75px;
  font-size: 9px;
  color:  #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}

.rollover_tab_price {
  position: relative;
  left: 18px;
  height: 15px;
  top: -70px;
}

	.rollover_tab_rpp_price {
	  text-align: right;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  height: 15px;
	  float: left;
	  font-size: 9px;
      color:  #FFFFFF;
	}
	
	.rollover_tab_our_price  {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-weight: bolder;
	  height: 15px;
	  float: left;
	  font-size: 9px;
	  color: #FF00FF;
	}


/*-----------------------------------------------------------------------------------------------------------------------------*/	
/* dropdown */
/* ----------------------------------------------------------------------------------------------------------------------------*/		


    #dropdown_holer {
      position: absolute; 
	  left: 480px; 
	  top: 25px; 
	  width:140px; 
	  height:25px; 
	  background-image: url(//secretsales.com/_images/v1/main/dropdown_background.gif);
	  border: 1px solid #8a8a8a;
	  z-index:800; 
	  overflow:hidden; 
	  margin: 0 0;
	  padding: 0 0;
	}
	
	.dropdown_element {
/*      height:20px; */
	  text-align:left;
	  padding-left: 5px;
	  padding-top: 5px;
	  padding-bottom: 5px;	  
	  width: 135px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;	  
	 }
     
	 .dropdown_element a {
	  color:  #444444;
	  text-decoration: none;
	 }
	 
	
	#dropdown_holder_over {
   	  position:absolute; 
      width:136px;	 
	  top: 25px; 
/*  	  margin-top:25px; */
	  left:0px; 
	  padding:0px; 
    }
	
	#dropdown_foreground {
      position:absolute; 
	  top:0px; 
      left: 0px;
	  height:16px; 
	  width:132px;	
	  z-index: 999;
	  text-align: left;
	  padding-left: 5px;
	  padding-top: 5px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  cursor: pointer;
     }
	 
	 #dropdown_foreground  a {
	  padding-top: 5px;
 	  color: #444444;
	  text-decoration: none;
     }

