/** 
*  /products/principalm
*  Principlam products page
**/

#container form.form_login .submit {
display:inline;
padding:.25em 25px .5em 25px;
}


.pp-cat a:hover {
	padding:.25em 1em .5em .5em;
	background-color: #e7e7e7;	
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#index #container .pp-cat form a:hover {
	color:#C27804;
	background:none;
	padding:0px;
}

/* testing */
#bg-hide{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
	opacity: 0.7;
}

div.hidden {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:260px;
	width:408px;
	background:#fafafa;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	top:1px;
	margin:0px auto;
	-moz-border-radius: 7px; -webkit-border-radius: 7px;
}