/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
}

.input {
	font-size:14px;
	color:#000000;
}

.titletxt {
	font-size:12px;
	color:#555555;
	text-decoration:none;
}

.blktxt {
	font-size:12px;
	color:#818181;
	text-decoration:none;
}

.blktxt_u {
	font-size:12px;
	color:#818181;
	text-decoration:underline;
}

.history {
	font-size:12px;
	color:#818181;
}

.small {
	font-size:10px;
	color:#818181;
	text-decoration:none;
}

.menu_bar {
	background-image:url(bar.gif);
	border-bottom:1px solid #000000;
	background-repeat:repeat-x;
	font-size:12px;
	color:#818181;
	text-decoration:none;
}

.search_title {
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

.search_frame {
	border-right:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#666666;
	height:24px;
	background-color:#cfcfcf;
	background-image:url(bar.gif);
	background-repeat:repeat-x;
	font-size:12px;
}

.border {
	border:1px solid #bdbdbd;
}

.result_table_bg {
	background-color:#f5f5f5;
}

.result_table {
	margin-bottom:0px;
}

.result_bg {
	font-size:12px;
	padding:2px;
	color:#000000;
	background-color:#ededed;
	background-image:url(result_bar.gif);
	background-repeat:repeat-x;
	height:26px;
	border-bottom:1px solid #a2a2a2;
}

.result_bg_cost {
	font-size:15px;
	padding:2px;
	color:#000000;
	background-color:#ededed;
	background-image:url(result_bar.gif);
	background-repeat:repeat-x;
	height:26px;
	font-weight:bold;
	border-bottom:1px solid #a2a2a2;
}

.result_bg_time {
	font-size:12px;
	padding:2px;
	color:#000000;
	background-color:#ededed;
	background-image:url(result_bar.gif);
	background-repeat:repeat-x;
	height:26px;
	font-weight:bold;
	border-bottom:1px solid #a2a2a2;
}


.result_link {
	font-size:15px;
	color:#000000;
	text-decoration:none;
}

// High Slide Module Style -------------------------------##

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(/js/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: #666666;
	font-size: 6pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 1px;
	margin-left:3px;
	border: 1px solid #666666;
    background-color: white;
    
    padding-left: 6px;
    background-image: url(/js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(/js/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/***** Added 29th Sept 08 *********/

.errorBox
{
	border: 1px solid #FF0000;
	background: #FDE8EA;
	width: 50%;
	margin: 10px auto;
	text-align: center;
}

.errorBox p
{
	font-size:14px;
	font-weight: bold;
	color:#FF0000;
}

.relatedCol
{
	width: 100px;
	float: left;
}

.relatedRow
{
	height: 20px;
	width: 100%;
}

.redTime, .red/*red now*/
{
	color: #FF0000;
}

.buyit
{
	font-size: 10px;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}

.affLabel
{
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #E0E0E0;
	margin: 5px 0;
	font-size: 14px;
	padding: 4px;
}

.affInput
{
	width: 200px;
	height: 30px;
	line-height: 30px; 
	margin: 5px 0;
	font-size: 14px;
	padding: 4px;
}

.linkhead
{
	color:#666666;
	background: #CCCCCC;
	font-weight:bold;
	text-align:center;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 5px 0;
}

.link-box
{
	margin: 10px 0;
}

.link-leftcol
{
	float: left;
	width: 30%;
	height: 80px;
	overflow: hidden;
}

.link-rightcol
{
	float: left;
	width: 65%;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
	color:#666666;
}

.clear
{
	height: 1px;
	clear: both;
}

.linkimg
{
	border: none;
}
