/*
#BA8748 brown
*/


body {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #BA8748;
}


a {
	text-decoration: none;
	color: #BA8748;
}
	
	
a:hover {
	color: #BA8748;
	text-decoration: none;
	border-bottom : 2px solid #BA8748;
}



/* for email link graphic */

.plain {
	background : transparent;
	width: 20px;
	border-bottom: 1px none #990033;
	}
	
.plain:hover {
	background : transparent;
	width: 20px;
	border-bottom: 1px none #990033;
	}

.plain:visited {
	text-decoration:none;
	background : transparent;
	}

	
	/* for body text Link  */

.bodylink {
	color: #BA8748;
	padding-left:0px;
	padding-right:0px;
	border-bottom : 1px none #BA8748 ;
	width: 200px;
	text-decoration:none;

}
.bodylink:hover {
	color: #835114;
	background : transparent;
	padding-left:0px;
	padding-right:0px;
	border-bottom : 1px none #BA8748 ;
	text-decoration:underline;
}


/* body copy  */

p {
	text-align: left;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Sale specific banner text */

.saletext {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 26px;
	font-weight: bold;
}

/* product comments */

.comment {
	text-align: center;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* product comments */

.nav {
	font-size: 12px;
	font-weight: bold;
}


/* for siserone text Link  */

.smalllink {
	color: #BA8748;
	border-bottom : 1px none #3E8A80 ;
	width: 76px;
	text-decoration:none;
	font-size: 10px;
}

.smalllink:hover {
	color: #DFBE95;
	border-bottom : 1px none #DFBE95;
	text-decoration:underline;
	font-size: 10px;
}

/* for product pages Links  */

.subnav {
	color: #906024;
	border-bottom : 1px none #3E8A80 ;
	width: 76px;
	text-decoration:none;
	font-size: 11px;
}

.subnav:hover {
	color: #BA8748;
	border-bottom : 1px none #DFBE95;
	text-decoration:underline;
	font-size: 11px;
}


.formbutton {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color : #BA8748;
	border-top : 1px solid #DFBE95;
	border-left : 1px solid #DFBE95;
	border-bottom : 2px solid #BA8748;
	border-right : 2px solid #BA8748;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom:0px;
}	


