@charset "utf-8";
/* CSS Document */


.shiftcontainer{
margin: 0 auto;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
width: 260px; /* container width*/
}

.shiftcontainer2{
margin: 0 auto;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
width: 280px; /* container width*/
}

.shadowcontainer{
width: 250px; /* container width*/
background: transparent url(/product_focus/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer2{
width: 270px; /* container width*/
background: transparent url(/product_focus/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid #1E7106;
padding: 6px;
height:20px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.shadowcontainer2 .innerdiv2{
/* Add container height here if desired */
background-color: white;
border: 1px solid #1E7106;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
min-height:115px;
}

#productscats h1{
margin:0; 
font-size:20px;
}

#productscats h1 a{
margin:0; 
font-size:20px;
text-decoration:none;
color:#000000;
}

#productscats h1 a:hover{
margin:0; 
font-size:20px;
text-decoration:underline;
color:#000000;
}

#productscats h2{
margin:0; 
font-size:12px;
}

#productscats h2 a{
margin:0; 
font-size:12px;
text-decoration:none;
color:#000000;
}
#productscats h2 a:hover{
margin:0; 
font-size:12px;
text-decoration:underline;
color:#000000;
}

#searchp{
float:right; 
height:40px; 
width:170px; 
vertical-align:middle;
}
#searchpscuare{
position: relative;
margin-bottom:-2px;
padding-top:6px; 
height:21px; 
width:150px; 
float:left; 
border: 1px solid #CCCCCC;
top:2px;
background:#F0F0F0;
color:#000000; 
text-decoration:none;
cursor : pointer;
}
.searchoverflow{
position:absolute;
visibility: hidden;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background: #F0F0F0 url(/product_focus/bag_search.jpg) top left no-repeat;; 
width: 300px; 
padding: 10px; 
z-index:1;
margin-top:25px;
*margin-top:0px;

}