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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#products {
	overflow:auto;
	width:100%;
	height:690px;
	position:absolute;
	bottom:0px;
}
#container {
	width:3100px;
	height:577px;
}
#info {
	width:3100px;
}
#info div{
	float:left;
	
}
#products img {
	padding:none;
	margin:none;
	bottom:0px;
}
.title {
	font-weight:bold;
}
.title div {
	text-align:left;
	width:340px;
	font-weight:normal;
	position:relative;
	left:55px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}
.desc_block {
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:5px;
	margin-top:10px;
}

#blue { width:406px; color:#0099FF; }
#brown { width:406px; color:#993300; }
#green { width:406px; color:#99CC00; }
#orange { width:406px; color:#FF6600; }
#pink { width:406px; color:#FF66FF; }
#red { width:406px; color:#FF3300; }
#yellow { width:406px; color:#FFCC00; }
#salsa { width:592px; color:#333333; }

.name {
text-align:left;
margin-left:50px;
}

.desc {
text-align:left;
position:relative;
left:50px;
width:340px;
color:#999999;
font-weight:normal;
font-size:13px;

}
