/* CSS Document */

#Content h1, #Content h1 a, #Content h2, #Content h2 a, #Content h3, #Content h3 a,
 #Content h4, #Content h4 a, #Content h5, #Content h5 a, #Content h6, #Content h6 a {
	color: #603;
}

#Content h1 {
	font-size: 20px;
}

#Content h2 {
	font-size: 20px;
	margin-bottom: 0;
	padding: 0;
}

#Content h3 {
	font-size: 16px
}

#Content h4 {
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;
}

#Content h5 {
	font-size: 12px;
}

#Content h6 {
	font-size: 12px;
	margin-bottom: 0;
	padding: 0;
}

.New {
	font-weight: bold;
	font-size: 1.2em;
	color: #603;
}

.ProductBucket {
	margin: 10px 0 10px 0;
	/*width: 46%;*/
	width: 700px;
	
}

.ProductBucket img {
	border: #584 solid 2px;
	padding: 0;
	margin: 0 10px 5px 0;
}

.Left {
	float: left;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 10px;
}

.Right {
	float: right;
	margin-right: 0;
	padding-left: 20px;
	padding-bottom: 10px;
}

div.HomeRow {
	display: table-row;
	float: center;
	width: 700px;
}

a {
	color: #900;
}

a:link, a:visited {
	text-decoration: underline;
}

a:focus, a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

#Content ul {
	list-style-type: none;
	list-style-image: url(../images/design/berry_bullet_16.gif);
}

#Content ul ul {
	list-style-type: none;
	list-style-image: url(../images/design/berry_bullet_14.gif);
}

#Content ul ul ul {
	list-style-type: none;
	list-style-image: url(../images/design/berry_bullet_12.gif);
}