body {
	position:relative;
	margin:0px;
	background-color:#F2F2F2;
	font-family:arial, sans serif;
	font-size:12px;
}

div {
	position:relative;
}

.pRelclrBth {
	position:relative;
	clear:both;
}

img {
	border:0px;
}

a {
	font-weight:bold;
	color:#4F8245;
	text-decoration:none;
}

a:hover {
	color:#AD4517;
}


.jumpLinkA {
	text-deocoration:none;
	padding-left:10px;
}

.jumpLinkA:hover {
	text-decoration:none;
	background-image:url('/img/jumpLinkDownArrowOrange.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#2E862E;
}

/*********curve corner boxes */

.crvBoxTB {
	position:relative;
	clear:both;
	z-index:0;
	line-height:5px;
	height:5px;
	overflow:hidden;
	width:100%;
	font-family:trebuchet ms;
	clear:both;
}

.crvBoxTB_l {
	position:relative;
	float:left;
	left:-7px;
	font-family:trebuchet ms;
}

.crvBoxTB_r {
	position:relative;
	float:right;
	left:-17px;
	font-family:trebuchet ms;
}

.crvBoxTB_bgDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	
}

/*colors*/

.crvBoxTB_bgDiv div.center_DG {
	position:relative;
	margin-left:4px;
	margin-right:4px;
	background-color:#006F00;
}

.crvBoxTB_l .top_DG, .crvBoxTB_r .top_DG {
	position:absolute;
	font-size:50pt;
	text-align:left;
	line-height:60px;
	top:-45px;
	color:#006F00;
	font-family:trebuchet ms;
}

.crvBoxTB_l .bottom_DG, .crvBoxTB_r .bottom_DG {
	position:absolute;
	font-size:50pt;
	text-align:left;
	line-height:60px;
	top:-50px;
	color:#006F00;
}

.crvBoxContent_DG {
	position:relative;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	background-color:#006F00;
	clear:both;
}


.crvBoxTB_bgDiv div.center_LG {
	position:relative;
	margin-left:4px;
	margin-right:4px;
	background-color:#B9ECB7;
}

.crvBoxTB_l .top_LG, .crvBoxTB_r .top_LG {
	position:absolute;
	font-size:50pt;
	text-align:left;
	line-height:60px;
	top:-45px;
	color:#B9ECB7;
	font-family:trebuchet ms;
}

.crvBoxTB_l .bottom_LG, .crvBoxTB_r .bottom_LG {
	position:absolute;
	font-size:50pt;
	text-align:left;
	line-height:60px;
	top:-50px;
	color:#B9ECB7;
}

.crvBoxContent_LG {
	position:relative;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	background-color:#B9ECB7;
	clear:both;
}


.crvBoxTB_bgDiv div.center_MG {
	position:relative;
	margin-left:4px;
	margin-right:4px;
	background-color:#4F8245;
}

.crvBoxTB_l .top_MG, .crvBoxTB_r .top_MG {
	position:absolute;
	font-size:50pt;
	text-align:left;
	line-height:60px;
	top:-45px;
	color:#4F8245;
	font-family:trebuchet ms;
}

.crvBoxTB_l .bottom_MG, .crvBoxTB_r .bottom_MG {
	position:absolute;
	font-size:50pt;
	text-align:left;
	line-height:60px;
	top:-50px;
	color:#4F8245;
}

.crvBoxContent_MG {
	position:relative;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	background-color:#4F8245;
	clear:both;
}

/* end curveCorner boxes *********************************************/


/*********************** item listing component *********************/

.ilist_oBx {
	position:relative;
	left:40px;
	clear:both;
	width:800px;
	margin-top:20px;
}

.statBar {
	position:relative;
	float:right;
	width:384px;
	padding-right:4px;
	line-height:16px;
	height:35px;
	top:5px;
}

.statCont {
	margin:0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.nameDiv {
	position:relative;
	padding-bottom:8px;
	clear:left;
}

.cName {
	font-size:23px;
	font-weight:bold;
	color:#174A0D;
}

.lName {
	font-size:17px;
	font-weight:bold;
	color:#4F8245;
}

.iimgDiv {
	position:relative;
	float:left;
	left:10px;
	text-align:center;
	width:102px;
}

.moreImgA img {
	border:1px solid #174A0D;
}

.idescP {
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
}

.szsDiv {
	position:relative;
	width:645px;
	padding-top:8px;

}

.szsTtlDiv {
	position:relative;
	float:left;
	padding-top:5px;
	padding-right:5px;
}

.szsTtlDiv span {
	font-weight:bold;
	font-size:14px;
	color:#4F8245;
}

.priceTagDiv {
	position:relative;
	float:left;
	margin-right:10px;
	width:80px;
	line-height:16px;
}

.clk2AddP {
	margin:0px;
	position:relative;
	clear:both;
	font-size:10px;
	font-weight:bold;
	color:#7CA97B;

}

.crvBox_btm_strut {
	
	position:relative;
	height:1px;
	line-height:1px;
	overflow:hidden;
	clear:both;

}

.szGuid {
	position:relative;
	float:left;
	width:80px;
	line-height:27px;
}


.emailA , .szGuid a {
	font-weight:bold;
	color:#4F8245;
	text-decoration:none;
}

.emailA:hover, .szGuid a:hover {
	color:#AD4517;
}

.szInfoDiv {
	position:absolute;
	left:0px;
	top:-45px;
	height:70px;
	width:200px;
	background-color:#B9ECB7;
	border:1px solid #006F00;
	line-height:14px;
	padding-left:3px;
	padding-right:3px;
	display:none;
}

.szItl {
	display:block;
	padding-bottom:3px;
	font-weight:bold;
	color:#4F8245;
}

.tagMsgDiv {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:80px;
}

.sldO {

	position:relative;
	top:-1px;
	color:#FB5D5D;
	line-height:12px;
	font-weight:bold;
	font-size:11px;

}

/*********************** end item listing component *********************/


.pHeaderBx {
	position:relative;
	left:40px;
	clear:both;
	width:800px;
	margin-top:10px;
}



.navLinkA {
	color:#fff;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;

}

.navLinkA:hover {
	color:#FBA35D;


}

.moreImgA {

	text-decoration:none;
	color:#157D00;
	font-weight:bold;

}

.moreImgA:hover {

	color:#AD4517;

}

.priceTagA {
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:16px;
	height:16px;
}

.priceTagA:hover {

	color: #FBA35D;
}

.priceTagA:hover .size {
	color: #FBA35D;
}

.priceTagA:hover .price {
	color: #FBA35D;
}


.priceTagA .size {
	color:#D1DBCF;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}

.priceTagA .price {
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	line-height:16px;
}

.submitA {
	color:#ffffff;
}

.submitA:hover {
	
	color:#A4ECA6;
}
