@charset "UTF-8";
/* CSS Document */

.scList {
	font-family: Helvetica, Geneva, Arial;
	font-size: 13px;
	font-style: normal;
	color: #000;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.scCatList {
	font-family: Helvetica, Geneva, Arial;
	font-size: .9em;
	font-style: normal;
	color: #000;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.scDescription {
	font-family: Helvetica, Geneva, Arial;
	font-size: 13px;
	font-style: normal;
	color: #000;
	line-height:15px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.scDetail {
	font-family: Helvetica, Geneva, Arial;
	font-size: .70em;
	font-style: normal;
	color: #000;
	line-height:20px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.scCategoryList {
	font-family: Helvetica, Geneva, Arial;
	font-size:  10px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.scLineList {
	font-family: Helvetica, Geneva, Arial;
	font-size:  12px;
	font-weight:bold;
	color: #00c;
	text-decoration: none;
}
.scCategoryTitle {
	font-family: Helvetica, Geneva, Arial;
	font-size:  12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
.scSearchTitle {
	font-family: Helvetica, Geneva, Arial;
	font-size:  12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
a.scCategoryList:link {color:#00C}
a.scCategoryList:visited {color:#00c}
a.scCategoryList:hover {color:#06F}
a.scCategoryList:active {color:#0000FF}
a.scDesc:link {color:#00C}
a.scDesc:visited {color:#00c}
a.scDesc:hover {color:#06F}
a.scDesc:active {color:#0000FF}
a.scLineList:link {color:#00C; font-size:12px}
a.scLineList:visited {color:#00c}
a.scLineList:hover {color:#06F}
a.scLineList:active {color:#0000FF}
.scDetailCat {
	font-family: Helvetica, Geneva, Arial;
	font-size: 14px;
	color: #000;
	line-height:25px;
	font-weight: bold;
}
.scChange {
	font-family: Helvetica, Geneva, Arial;
	font-size: .80em;
	font-weight: bold;
	line-height:30px;
	color: #000;
	text-decoration: none;
}
a.scChange:link {color:#00C}
a.scChange:visited {color:#00c}
a.scChange:hover {color:#06F}
a.scChange:active {color:#0000FF}
.scDesc {
	font-family: Helvetica, Geneva, Arial;
	font-size: .85em;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;	
}
.scError {
	font-family: Helvetica, Geneva, Arial;
	font-size: .76em;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
.payDetail {
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height:26px;
	text-decoration: none;
}
.payDetailB {
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	line-height:26px;
	font-weight:bold;
}
.smallDetail {
	font-family: Helvetica, Geneva, Arial;
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}

#overlay {
	background-image:url(/images/jquery/overlay/transparent.png);
	color:#efefef;
	height:450px;
}
 
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:400px;
	overflow-y:auto;
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/images/jquery/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/images/jquery/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(/images/jquery/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(/images/jquery/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

#facebox {
	/* overlay is hidden before loading */
	display:none;
	/* standard decorations */
	width:400px;	
	border:10px solid #666;
	font-size:14px;
	background-color:#fff;
 
	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(82, 82, 82, 0.698);
 
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
 
 
#facebox div {
	padding:10px;
	border:1px solid #3B5998;
	background-color:#fff;
	font-family:arial,verdana,sans-serif
}
 

#facebox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#000;
	background-color:#90C6FF;
	padding:5px 10px;
	border:1px solid #3B5998;
	font-size:14px;
}

div.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
td.CatMain { 
border-collapse: collapse; 
border: .05em solid #CCCCCC; 
} 

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.modal {
	background-color:#fff;
	display:none;
	width:500px;
	padding:15px;
	font-family:verdana,arial, sans-serif;
	text-align:left;
	border:2px solid #333;
	font-size:13px;
	line-height:16px;
 
	opacity:0.9;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-box-shadow: 0 0 50px #ccc; 
	-webkit-box-shadow: 0 0 50px #ccc; 
}
 
.modal h2 {
	font-family:verdana,arial, sans-serif;
	color: #666;
	background:url(/images/info.png) 0 50% no-repeat;
	margin:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:10px 0 10px 45px;
	/* border-bottom:1px solid #333; */
	font-size:13px;
	line-height:16px;
}
.modal h3 {
	font-family:verdana,arial, sans-serif;
	color: #666;	
	font-weight: normal;
	margin:40px;
	margin-bottom:0px;
	margin-top:0px;
	/* border-bottom:1px solid #333; */
	font-size:11px;
	line-height:14px;
}
.modal h4 {
	font-family:verdana,arial, sans-serif;
	color: #666;	
	margin:0px;
	margin-bottom:5px;
	margin-top:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:13px;
	line-height:16px;
}
.modal h5 {
	font-family:verdana,arial, sans-serif;
	color: #666;	
	font-weight: normal;
	margin:15px;
	margin-bottom:0px;
	margin-top:0px;
	/* border-bottom:1px solid #333; */
	font-size:13px;
	line-height:16px;
}


td.signupbox {
	font-family:verdana,arial, sans-serif;
	color: #666;	
	font-size:13px;
	line-height:16px;
}


.resultsarea {
	color: #F00;
}

.ThankYou {
	margin-bottom:0px;
	margin-top:0px;

}
