@charset "utf-8";
/* CSS Document */
.gray{
background-color:#F4F4F4;
text-decoration:none;
}
.simple{
text-decoration:none;
}
.gray_1{
background-color:#F7F7F7;

}
.simple_1{
text-decoration:none;
}
.small_link {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px;
	 COLOR: #333333; 
	 FONT-FAMILY: Arial, Helvetica, sans-serif;
	 text-decoration:none;
}
.small_link:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR:#999999; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.red_bg_1 {
	BACKGROUND-COLOR: #551206;
	border:none;
	text-decoration:none;
	color:#FFFFFF;
	font:Verdana;
	font-weight:600;
	height:20px;
	cursor:hand;
}
.red_bg_1:hover {
	BACKGROUND-COLOR: #551206;
	border:none;
	text-decoration:none;
	color:#EAE1EA;
	font:Arial;
	font-weight:600;
	height:20px;
	cursor:hand;
}
.red_bg_2 {
	BACKGROUND-COLOR: #666666;
	border:none;
	text-decoration:none;
	color:#FFFFFF;
	font:Verdana;
	font-weight:600;
	height:20px;
	cursor:hand;
}
.style12 {color:#999999;
text-align:center;
font-size:15px;

font-family:Verdana;
}
.link{
	font-size:12px;
	text-decoration:overline;
	font:Verdana, Arial, Helvetica, sans-serif;
}
.link:hover{
	font-size:12px;
	color:#CCCCCC;
	text-decoration:none;
}
.borderstyle{
border-style:inset;
border:thin;
border-width:thin;
border-color:#551206;
}
.faded_text{
color:#DADADE;}
#main_div{
width:100%;
}
#sub_div{
width:110px;
height:15px;
text-align:left;
}

/*------------------ styles for main product page -------------------*/

#item_container
{
	width:137px;
	height:182px;
	float:left;
	padding-top:8px;
	text-decoration:none;
}

#item_container:hover
{
	background-color:#F4F4F4;
}

.product_link
{
	color:#0000FF;
	text-decoration:none;
}
.product_link:hover
{
	color:#FF0000;
}


.black_overlay
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 700px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}

