*{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

a, a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #330000;
	text-decoration: underline;
}

.portfolio_out {
	border: 1px solid #e5e5e5;
}

.portfolio_over {
	border: 1px solid black;
}


body {	
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

form{
	margin: 0px;
	padding: 0px;
}

img { border: none; }


select,input,textarea{
	border-width: 1px;
}

select,textarea, input.text{
	background-color: #f8f8f8;
	font-size: 12px;
	width: 245px;
}

.form, label{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

p, .p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;

}

.h1, h1 {
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2,.h2,.header {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}


.error{
	color: #990000;
}

.question {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}

.closetop{
	margin-top: 0px;
}

.closebottom{
	margin-bottom: 0px;
}


.footer{
	font-size:10px;
	color:#999999;
}

	
.soldout{
	color: #666666;
	font-size: 12px;

}

.almost{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}



.grayBorder{
	border: 1px solid #cccccc;
}

.notice{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 300px;
	height: 300px;
	background-color: black;
	color: white;
	font-size: 18pt;
	font-weight: bold;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	padding: 20px;
	text-align: center;
}