input {
	margin:				0px;
	padding:			0px;
}

.aLogin {
	display:			block;
	height:				12px;
	margin-left:		10px;
	width:				110px;
	font-size:			10px;
	padding:			0px;
}

#loginBut{
	margin-left:		2px; 
	width:				28px; 
	height:				17px;
	border-style:		none;
	cursor:				pointer;
	background-color:	transparent;
}

.loginTxt {
	margin-top:			22px; 
	margin-left:		10px; 
	width:				145px; 
	height:				12px; 
	border-style:		none;
	color:				white;
	font-size:			10px;
	cursor:				text;
	border-color:		transparent;
	border-width:		0px;
	border:				none;
	background-color:	transparent;
}

#loginBox {
	display:			block;
	height:				106px;
	width:				234px;
	background-image:	url(../images/login.jpg);
	background-repeat:	no-repeat;
}

#logoutBox {
	display:			block;
	height:				59px;
	width:				234px;
	background-image:	url(../images/discon.jpg);
	margin-top:			0px;
	background-repeat:	no-repeat;
}

body {
	background-color:	#6d95b0;
}

.menuTd {
	display:			table-cell;
	background-image:	url(../images/menuBg.jpg);
	width:				884px;
	height:				35px;
}

img.menuItem {
	float:				left;
	position:			relative;
	z-index:			50;
	border-style:		none;
}

#menu_kayak {
	margin-left:		59px;
}

#contentZone {
	padding-left:       76px;
	color:				white;
	font-family: 		Arial;
	font-size:			10pt;
	padding-bottom:     70px;
	padding-right:      10px;
}

a, a:visited, a:hover {
	color:				white;
}

.style1 {
	font-size: 12px;
	color: #DDDDDD;
}

.stateTD {	
	width:					20px;
	background-position:	center center;
	background-repeat:		no-repeat;
	background-image:		url(../images/ButbutOrange.jpg);
}

li {	
	color:					#8db348;
}

p {
		padding:			0px;
		margin:				0px;
		color:				white;
}

#productTable {
	width:					100%;
	vertical-align:			top;
	border-collapse:		collapse;
}

.miniProductPic {
	width:					150px;
	vertical-align:			bottom;
	cursor:					pointer;
}

.shortDescTd {
	vertical-align:			top;
	padding-left:			15px;
}

.productNameTd {
	vertical-align:			middle;
	height:					35px;
	font-weight:			bold;
	text-indent:			15px;
}

.productPriceTd {
	vertical-align:			middle;
	height:					35px;
	text-align:				right;
}

.listPan {
	cursor:					pointer;
}

.line {
	border-bottom-style:	solid;
	border-bottom-width:	3px;
	border-bottom-color:	#8db248;
}

.productTitle {
	text-align:				center;
	font-weight:			bold;
}

#bigDesc {
	width:					100%;
}
