/* CUSTOM CSS */
/* Constants 

*/

.pageshad {
	background: url('../img/pageshad_new.png') repeat-y 50% 0%;
	width: 980px;
}

.cgreen_col{
	color: #385206;
}

.cgreen_dark_col{
	color: #2d400a;
}

.cgreen_back{
	background: #385206;
}

.cgreen_dark_back{
	background: #2d400a;
}

.grback{
	background: url('../img/grback.jpg') repeat-x #385206;
	border: 2px solid #385206;
}

.cart_empty{
	background: url('../img/cart_empty.png') no-repeat 50% 50%;
}

.cart_full{
	background: url('../img/cart_full.png') no-repeat 50% 50%;
}

.fbigtit{
	font-size: 20px;
}

.dirFldClose{
	background: url('../img/ftv2folderclosed.gif') no-repeat 0% 50%;
	padding-left: 20px;
	height: 18px;
}

.dirFldOpen{
	background: url('../img/ftv2folderopen.gif') no-repeat 0% 50%;
}

.tocart_wh{
	background: url('../img/tocart_wh.png') no-repeat 50% 50%;
	width: 30px;
	height: 18px;
}

.fromcart{
	background: url('../img/fromcart.png') no-repeat 50% 50%;
	width: 30px;
	height: 18px;
}

.plus{
	background: url('../img/plus.png') no-repeat 50% 50%;
	width: 10px;
	height: 18px;
	margin-right: 0px;
}

.minus{
	background: url('../img/minus.png') no-repeat 50% 50%;
	width: 10px;
	height: 18px;
}


.td_sep{
	border-right: 1px solid #FFF;
}

.navbut {
	border: none;
	/*color: #999;*/
	background: #000;
	width: 16px;
	line-height: 16px;
	margin: 0px 2px;
}

.blbut {
	border: none;
	background: #000;
	color: #CCC;
	width: auto;
	padding: 2px;
	margin: 0px 2px;
}

a.accol{
	color: #EEE;
	text-decoration: none;
}

a.accol:hover{
	/*color: #f4f5d1;*/
	color: #FC2;
	text-decoration: none;
}

.highlight{
	/*background: #f4f5d1;*/
	background: #FFF;
	color: #000;
}

.highlight:hover{
	/*background: #f4f5d1;*/
	background: #FC2;
	color: #000;
}

.highbut{
	border: 1px solid #FFF;
}

.highbut:hover{
	border: 1px solid #FC2;
}

.high2{
	color: #f4f5d1;
	color: #FC2;
}

.a_fwd, .a_fwd_a, .a_bwd, .a_bwd_a{
	width: 20px;
	height: 20px;
	border: none;
}

.a_fwd{
	background: url('../img/a_fwd.gif') no-repeat 50% 50%;
}

.a_fwd:hover{
	background: url('../img/a_fwd_h.gif') no-repeat 50% 50%;
}

.a_fwd_a{
	background: url('../img/a_fwd_a.gif') no-repeat 50% 50%;
}

.a_fwd_a:hover{
	background: url('../img/a_fwd_a_h.gif') no-repeat 50% 50%;
}

.a_bwd{
	background: url('../img/a_bwd.gif') no-repeat 50% 50%;
}

.a_bwd:hover{
	background: url('../img/a_bwd_h.gif') no-repeat 50% 50%;
}

.a_bwd_a{
	background: url('../img/a_bwd_a.gif') no-repeat 50% 50%;
}

.a_bwd_a:hover{
	background: url('../img/a_bwd_a_h.gif') no-repeat 50% 50%;
}