/*far Right Modules*/
.mod { 
	width: 214px;
}

.mod-admin { 
	width: 214px; 
	cursor: move; 
}

.mod-header { 
	color: #900; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	background-image: url(../images/module/header.jpg); 
	background-repeat: no-repeat; 
	text-align: center; 
	width: 214px; 
	height: 37px; 
	padding-top: 10px; 
}
.mod-link-admin { 
	color: #1b3577; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(../images/module/arrow.jpg); 
	background-repeat: no-repeat; 
	text-align: left; 
	width: 214px; 
	height: 29px; 
	cursor: move; 
	display: block; 
}

.mod-link { 
	color: #1b3577; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 29px; 
	min-height: 29px; 
	background-image: url(../images/module/arrow.jpg); 
	background-repeat: no-repeat; 
	text-align: left; 
	text-indent: 3em; 
	display: block; 
	width: 214px; 
	height: 29px; 
}
.mod-link a:link, .mod-link a:visited { 
	color: #000; 
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	color: #1b3577; 
	text-decoration: none; 
	width: 214px; 
	display: block; 
}

.mod-link a:hover { 
	color: #393; 
	background-image: url(../images/module/arrow_on.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
	width: 214px; 
	height: 29px; 
}

.mod-footer { 
	background-image: url(../images/module/footer.jpg); 
	background-repeat: no-repeat; 
	width: 214px; 
	height: 24px; 
	padding-bottom: 10px; 
}

/*Quick Search Module*/

.qsmod { 
	width: 214px; 
}

.qsmod-admin { 
	width: 214px; 
	cursor: move; 
}

.qsmod-header { 
	background-image: url(../images/module/qs_header.jpg); 
	background-repeat: no-repeat; 
	text-align: center; 
	width: 214px; 
	height: 47px; 
}

.qsmod-content-admin { 
	cursor: move; 
	color: #1b3577; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(../images/module/link.jpg); 
	background-repeat: no-repeat; 
	text-indent: 3em; 
	padding-top: 7px; 
}

.qsmod-body { 
	background-image: url(../images/module/qs_bkg.jpg); 
	background-repeat: repeat; 
	width: 214px; 
}

.qsmod-content { 
	color: #1b3577; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 7px 25px 5px 20px; 
}

.qsmod-content a:link, .qsmod-content a:visited { 
	color: #000; 
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px; 
	color: #1b3577; 
	text-decoration: none; 
}

.qsmod-content a:hover {
	 color: #c0c0c0; 
	 text-decoration: none; 
}
.qsmod-footer { 
	background-image: url(../images/module/qs_footer.jpg); 
	background-repeat: no-repeat; 
	width: 214px; 
	height: 26px; 
	padding-bottom: 10px; 
}
/*Middle Column Modules
*/
.midmod-container { 
	width: 165px; 
	/*padding-bottom: 10px;*/

}

.midmod-header { 
	background-image: url(../images/module/mc_mod_top.gif); 
	background-repeat: no-repeat; 
	width: 165px; 
	height: 11px; 
}

.midmod-body { 
	background-image: url(../images/module/mc_mod_bkg.jpg); 
	background-repeat: repeat-y; 
	width: 165px; 
}

.midmod-pic { 
	padding-left: 10px;
}


.midmod-price { 
	color: #000;
	font-size: 12px;
	font-weight: bold; 
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	
}

.midmod-address { 
	/*color: #1b3577;*/
	font-size: 11px;
	font-weight: normal; 
	text-align: left;
	padding-left: 10px;
	white-space: nowrap;
  overflow: hidden;
}

.midmod-city { 
	color: #1b3577;
	font-size: 11px;
	font-weight: bold; 
	text-align: left;
	padding-left: 10px;
	
}

.midmod-view { 
	color: #393; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	padding-right: 10px;
  text-align: right;
}

.midmod-view a:link, .midmod-view a:visited { 
	color: #393;
	text-decoration: none;
}

.midmod-view a:hover { 
	color: #e8a92f;
	text-decoration: none;
}

.midmod-source {
  color: #005D9D;
  font-variant: small-caps;
  padding-top: 6px;
  text-align: center;
}

.midmod-footer { 
	background-image: url(../images/module/mc_mod_bot.gif); 
	background-repeat: no-repeat; 
	width: 165px; 
	height: 25px; 
}

