/* SECOND PAGE */

#page{
	width:805px;
	background-color:#FFFFFF;
	text-align:left;
}
#nav_bar{
	width:785px;
	height:30px;
	padding:19px 0px 0px 20px;
	background-image:url(../images_root/backgrounds/red_gradient.jpg);
	color:white;
}
.nav_arrow{
	margin-right:3px;
	margin-left:15px;
}
#nav_bar a:link, #nav_bar a:visited{
	color:white;
	text-decoration:none;
}
#nav_bar a:hover, #nav_bar a:active{
	color:#01E0CC;
	text-decoration:none;
}
#content{
	padding:20px 20px 20px 20px;
	width:765px;
}

/* LISTING +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#prod_listing{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#01E0CC;
	width:765px;
}
#prod_listing h1{
	font-size:10pt;
	display:inline;
	font-weight:bold;
}
#prod_listing a:link, #prod_listing a:visited{
	color:#019587;
	text-decoration:none;
}
#prod_listing a:hover, #prod_listing a:active{
	color:#95010F;
	text-decoration:none;
}

#prod_pic{
	width:100px;
	text-align:center;
	vertical-align:middle;
}
#prod_pic{
	margin:5px 0px 5px 0px;
}
#prod_details{
	margin-top:15px;
	float:right;
	width:645px;
}

/* PRODUCT PAGE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#prod_content{
	width:440px;
	height:300px;
	position:relative;
	left:25px
}
#prod_content h1{
	text-transform:capitalize;
}
a.back:link, a.back:visited{
	text-transform:uppercase;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	color:#019587;
	
}
a.back:hover, a.back:active{
	text-transform:uppercase;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	color:#019587;
}
.prod_detail_text{
	font-size:12pt;
}
.prod_price_text{
	font-size:18pt;
	color:red;
	font-weight:bold;
}

#prod_pic_big{
	float:left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */