/* Import Common Styles */
@import url("/common/common.css");

/* Store Template Styles */
a {
	color:#55944F;
}
.navTopDivider {
	width:1px;
	height:26px;
	background-color:#FFFFFF;
	margin-left:17px;
	margin-right:17px;
}
.navDivider {
	width:95px;
	height:1px;
	background-color:#A6CDAF;
	margin:5px;
}
.navContent #navContentContainer {
	margin-top:65px;
	margin-left:30px;
	margin-right:26px;
}
.navContent #navContentStoreLinks a {
	display:block;
	margin-bottom:10px;
}
.bodyContent {
	margin-top:10px;
}

.prodTitle {
	margin-left:25px;
	margin-top:17px;
	overflow:hidden;
	font-weight:bold;
	font-size:15px;
	color:#371C00;
}
select.optionDropDown{
	max-width:100px;
}
.optionContainer {
	width:170px;
	overflow:hidden;
}