/*base content layout and styles*/

#content-cell {
	width: 170px;
	height: inherit;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #cccccd;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 13px;
	margin-top: 13px;
	height: 350px;
}

#content-cell2 {
	width: 170px;
	height: inherit;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #cccccd;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 13px;
	margin-top: 13px;
	height: 280px;
}


#content-cell p{
	margin: 0 auto;
	padding: 0 0 0 0;
}

#content-cell input.submit { 
	color: #FFF;
	background-color: #f0820b;
	cursor: pointer;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
} 

.content-border-wrapper {
	border: 1px solid #cccccd;
	padding: 5px;
}

.cart-border-wrapper {
	border: 1px solid #cccccd;
	padding: 5px;
}

/*feature item layout and styles*/

#content-cell-feature {
	width: 170px;
	height: inherit;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #3aaa27;
	margin-left: 5px;
	margin-right: 2px;
	margin-bottom: 13px;
	margin-top: 13px;
	height: 360px;
	background-image: url(/common/graphics/feature-content-bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #FFF;
}

#content-cell-feature input.submit { 
	color: #FFF;
	cursor: pointer;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(/common/graphics/form-button-bg3.png);
	background-position: top;
	background-repeat: repeat-x;
} 

#content-cell-feature p{
	margin: 0 auto;
	padding: 0 0 0 0;
}

#feature-item-wrapper {
	width: 100%;
	height: inherit;
	text-align: left;
}

#feature-item-wrapper a:link {
	color: #3aaa27;
	text-decoration: none;
	font-weight: bold;
}

#feature-item-wrapper a:visited {
	color: #3aaa27;
	text-decoration: none;
	font-weight: bold;
}

#feature-item-wrapper a:hover {
	color: #68dc55;
	text-decoration: underline;
	font-weight: bold;
}

#feature-item-wrapper a:active {
	color: #3aaa27;
	text-decoration: none;
	font-weight: bold;
}

.feature-item-table-bg {
	background-color: #cccccd;
	background-image: url(/common/graphics/feature-table-bg.png);
	border: 1px solid #3aaa27;
}