@media print {
	.noprint { display: none; }
}

body{
	background-repeat:no-repeat;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color:#2f87a8; /* 000099 */
}
img{
	border:0;
}
p{
	margin:0.6em 0;
}
th{
	white-space:nowrap;
}

fieldset{
	border:1px solid #f52fbe;
}




/* Content styles */

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#containerdir {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	color: #3e4788;
	background: #fef7b2 url(images/bg_containerdir.gif) top left no-repeat;
	border-top: 10px solid #fff;
}

#containerdirbase {
	width: 980px;
	height: 27px;
	margin: 0 auto;
	background: #fff url(images/bg_containerdir_base.gif) top left no-repeat;
}

#head {
	width: 980px;
	height: 67px;
	position: relative;
	padding-top: 10px;
}

.onoffer {
	float: left;
	width: 180px;
	padding: 0 10px;
	background: #fff url(images/bg_onofferlong.jpg) bottom left no-repeat;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

.title {
	width: 980px;
	padding: 10px 0;
	background: #fff url(images/bg_headlong.jpg) bottom right no-repeat;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

#search {
	color: #fff;
	text-align: right;
	padding: 10px 0;
	background: #f52fbe url(images/bg_search_baselong.gif) bottom left no-repeat;
}

#content {
	width: 980px;
	background: #ececec;
	margin: 0;
	padding: 0;
}

#contenthold {
	width: 980px;
	background: #ececec url(images/bg_content.gif) top left repeat-y;
}

#contentprintpic {
	width: 980px;
	background: #f4f4f4 url(images/bg_printpic.jpg) bottom left no-repeat;
	margin: -10px;
	padding: 0 10px;
}

#colfull {
	width: 980px;
	color: #3d4788;
	border-top: 10px solid #fff;
	background: #f4f4f4 url(images/bg_colfull_top.gif) top left no-repeat;
	padding: 0;
}

#colleft {
	width: 720px;
	float: left;
	background: #f4f4f4 url(images/bg_colleft_top.gif) top left no-repeat;
	padding: 0 30px;
}

#colright {
	width: 200px;
	float: right;
	background: #ececec url(images/bg_colright_top.gif) top left no-repeat;
}

.clearer {
	display: block;
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
}

.clearercontent {
	display: block;
	height: 22px;
	margin: 0;
	padding: 0;
	clear: both;
	background: #fff url(images/bg_content_base.gif) bottom left no-repeat;
}

.clearercontentfull {
	display: block;
	height: 22px;
	margin: 0;
	padding: 0;
	clear: both;
	background: #fff url(images/bg_contentfull_baselong.gif) bottom left no-repeat;
}

#foot {
	position: relative;
	margin: 10px 0;
}




/* Head styles */

#head img.logo {
	float: left;
}

#head a:link, #head a:visited {
	color: #f52fbe;
}

#head a:hover {
	color: #999;
	text-decoration: none;
}

#head .signin {
	width: 500px;
	float: right;
}





/* Title styles */

.title #step1, .title #step2, .title #step3 {
	width: 266px;
	margin: 0 0 10px 0;
	padding: 0;
}

.title #step1 .step1top {
	background: url(images/bg_step1_top.gif) bottom left no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
}

.title #step2 .step2top {
	background: url(images/bg_step2_top.gif) bottom left no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
}

.title #step3 .step3top {
	background: url(images/bg_step3_top.gif) bottom left no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
}

.title #step1 .stepmid, .title #step2 .stepmid, .title #step3 .stepmid {
	font-size: 120%;
	background: url(images/bg_step_mid.gif) top left repeat-y;
}

.title #step1 .stepmid img, .title #step2 .stepmid img, .title #step3 .stepmid img {
	float: left;
}

.title #step1 .stepmid .text, .title #step2 .stepmid .text, .title #step3 .stepmid .text {
	margin-left: 50px;
	padding: 0 10px 0 0;
}

.title #step1 .stepbase, .title #step2 .stepbase, .title #step3 .stepbase {
	background: url(images/bg_step_base.gif) top left no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
}

.title a:link, .title a:visited {
	color: #f52fbe;
}

.title a:hover {
	color: #999;
	text-decoration: none;
}





/* Offer styles */

#offer {
	float: left;
	width: 210px;
	padding-left: 10px;
	background: url(images/bg_offer_base.gif) bottom right no-repeat;
}

#offer .offertop {
	display: block;
	width: 210px;
	height: 31px;
	background: url(images/bg_offer_top.gif) top left no-repeat;
}

#offer .offertop h2 {
	padding: 8px 0 2px 10px;
	line-height: 1em;
}

#offer .offermid {
	width: 190px;
	background-color: #fff;
	margin: 0;
	padding: 0 10px;
}

#offer .offerbase {
	display: block;
	width: 210px;
	height: 17px;
}







/* Search styles */

#search img.search {
	float: left;
	padding-left: 40px;
}

#search .searchform {
	padding-right: 20px;
}

#search .searchform a:link, #search .searchform a:visited {
	color: #000;
}

#search .searchform a:hover {
	color: #ef8dd4;
	text-decoration: none;
}


.result td{
	border-bottom:1px solid #CCCCCC;
	color:#666666;
}

.result_selected td{
	background:#FFFF99;
}

.premium td{
	border-top:1px solid #FF00FF;
	border-bottom:1px solid #FF00FF;
	font-weight:bold;
	color:#056597;
	margin-bottom:5px;
	background:#fff;
}

.premium td:first-child{
	border-left:1px solid #FF00FF;
}

.premium .lc{
	border-right:1px solid #FF00FF;
}

#search_results h3{
	font-size:14px;
	margin:0 0 0.3em 0;
	padding:0;
}

#search_results td, #search_results th{
	padding:15px 3px;
	vertical-align:top;
}



/* Colleft styles */

#colleft li a:link, #colleft li a:visited {
	color: #f52fbe;
}

#colleft li a:hover {
	color: #999;
	text-decoration: none;
}




/* Colfull styles */

#colfull a:link, #colfull a:visited {
	color: #2f87a8;
}

#colfull a:hover {
	color: #999;
	text-decoration: none;
}

#colfull p {
}

#colfull p.pagenumber {
	color: #f52fbe;
}

td.lozenge {
	border-right: 1px solid #f52fbe;
	border-left: 1px solid #f52fbe;
	background-color: #fff;
}

td.underline {
	border-bottom: 1px solid #f52fbe;
	background-color: #fff;
}



/* Directory page styles */

p.registerlink a:link, p.registerlink a:visited {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #3e4788;
	padding: 2px 0;		
	text-decoration: none;
}

p.registerlink a:hover {
	text-align: center;
	color: #111847;
	text-decoration: underline;
}




/* Foot styles */

#foot a:link, #foot a:visited {
	color: #333;
}

#foot a:hover {
	color: #f52fbe;
	text-decoration: none;
}

#foot .copyright {
	position: absolute;
	top: 0;
	right: 0;
}

#foot p.shiftcreate {
	padding-top: 10px;
}

#foot p.shiftcreate a:link, #foot p.shiftcreate a:visited {
	color: #000;
}

#foot p.shiftcreate a:hover {
	color: #00a261;
}




/* EXISTING CSS STYLES */

#bar{
	background:url(images/bar-bg.png);
	background-repeat:repeat-x;
	font-size:12px;
}
h2{
	color:#6d73a0;
	font-size:19px;
	margin:0.6em 0;
}

h3{
	font-size:19px;
	color: #fefefe;
	padding: 5px 0;
}

h4{
	font-size:12px;
	color: f52fbe;
	padding:0;
	margin:0;
	margin-top:10px;
}

#bar a{
	color:#000000;
}
#bar .left{
	background:url(/images/bar-left.png) no-repeat left top;
	padding:6px 10px;
}
#bar .right{
	background:url(/images/bar-right.png) no-repeat right top;
	padding:6px 10px;
}
#intro{
	padding:0 30px;
}
#intro h2{
	margin:0 0 0.5em 0;
	color:#005b7f;
}
#intro p{
	width:60%;
}
#intro img{
	margin:10px;
}

.gradient{
}

#hotlist h2{
	/*background:#ffd633;
	color:#005b7f;*/
	color:#6d73a0;
	margin:0;
	/*padding:4px 0;*/
}

#hotlist a{
	color:#2f87a8;
	font-weight:bold;
}

#hotlist .hr{
	height: 6px;
	/*background:#ffd633;*/
	margin: 50px 0 10px 0;
	background: #f4f4f4 url(/images/bg_dotted.gif) repeat-x top left;
}

#hotlist h3{
	margin:0;
	font-size:16px;
	/*color:#005b7f;*/
	color:#6d73a0;
	padding:0px 0;
}

#footer{
	padding:0 30px;
	font-size:11px;
	height:60px;
	background:url(/images/footer-bg.png) repeat-x left bottom;
}
#footer a{
	color:#000000;
}


#topnav{
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li{
	padding-right:5px;
	height:20px;
	margin:0;
	display:table-cell;
	text-align:center;
	float:left;
}
#topnav td{
	border:1px solid #bbbbbb;
	height:20px;
	margin:0;
	border-bottom-width:3px;
	display:table-cell;
	text-align:center;
}
#topnav a{
	display:block;
	background:url(images/menu_bg.gif);
	text-decoration:none;
	color:#3d3d3d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 6px;
	white-space:nowrap;
}
#topnav a:hover{
	background:url(images/menu_bg-over.gif)
}
#topnav #current a{
	font-weight:bold;
}
.MainText, .LHS-Text, .LogText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.LogText {
	padding:0 10px;
	font-size: 11px;
}

.TableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}
.outline-blue {
	border: 1px solid #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
.Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;

}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3333;
}
.button {
	display:block;
	border:#BDBDBD solid 1px; 
	background:#D2D2D2 url(images/button.gif) repeat-x;
	color:#000;
	font-weight:normal;
	text-align:center;
	width:100px;
	text-decoration:none;
	padding:4px;
}

.button:hover {
	background:#FFFF99;
}
	
.button a{
	text-decoration:none; 
	color:#000; 
	display:block;
	padding:3px 5px;
}

#userButtons{
	text-align:center;
	margin:10px 0;
}

#userButtons a {
	border:#BDBDBD solid 1px; 
	background:#D2D2D2 url(images/button.gif) repeat-x;
	color:#000;
	text-decoration:none;
	height:20px;
	margin:0;
	padding:3px 10px;
}

.buttonEdit {
	 border:#BDBDBD solid 1px; 
	 background:#D2D2D2 url(images/button.gif) repeat-x;
	 color:#000;
	 font-weight:normal;
	 text-align:center;
	 width:55px;
	 float:right;
	 margin-right:60px;
}

.buttonEdit a{
	text-decoration:none; 
	color:#000; 
	display:block;
	padding:2px;
}
	
/* Form Stuff for Edit */

#editDetails{
	width:630px;
	padding:0;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

#editHeader{
	background:#FFF url(images/edit_head.gif) no-repeat;
	height:36px;
	padding:0;
	margin:0;
	font-size:70%;
}

#editFooter{
	background:#FFF url(images/edit_foot.gif) no-repeat;
	height:36px;
	padding:0;
	margin:0;
	font-size:70%;
}

#editBody{
	background:#FFF url(images/edit_body.gif) repeat-y;
	padding:0 25px;
}

#editBody .image{
	text-align:center;
	padding-bottom:15px;
	border-bottom:#ECECEC solid 1px;
}

#editBody form{
	border-top:#3B94B3 solid 1px;
	padding:15px 5px;
}

#editBody p {
	clear:left;
	border-bottom:#ECECEC solid 1px;
	padding:5px 0;
	margin:2px 0;
}

#editBody form label{
	width:150px;
	display:block;
	float:left;
	margin-left:10px;
}

#editBody form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:#999 solid 1px;
	padding:3px;
	width:300px;
	background:#FFFDDD;
}

#editBody form select{
	font-size: 11px;
	border:#999 solid 1px;
	padding:1px;
	width:210px;
	background:#FFFDDD;
}
	
#editBody form input{
	font-size: 11px;
	border:#999 solid 1px;
	background:#FFFDDD;
	padding:1px;
	width:200px;
}

#editBody form button{
	font-size: 11px;
	height:44px;
	background:#3B94B3 url(images/savebutton.gif) no-repeat;
	padding:1px;
	width:175px;
	border:none;
	color:#FFF;
	font-size:115%;
	font-weight:bold;
}
	
.boxtitle{
	border:1px solid #B4C4CA;
	color:#000;
	padding:3px 0px;
	text-indent:10px;
	background-color:#E8F8FE;
	font-size:12px;
	width:176px;
	position:relative;
	top:15px;
	background-repeat:repeat-x;
	font-weight:bold;
}
.boxmain{
	background-color: #f4f4f4;
	/*border:1px solid #B4C4CA;*/ 
	/*border:1px solid #999;*/ 
	padding:22px 0 0 0;
	/*margin:auto 6px;*/
	/*background:url(/images/intro-bg.png) no-repeat right bottom;*/
}

/*.itemLink{
	color: #666;
	background-color: #fbee87;
	border-top: #c6c079 1px solid;
	border-bottom: #c6c079 1px solid;
	padding: 0.4em 0;
	font-weight: bold;
	line-height: 16px;
}*/





/* Button styles */

button{
	color:#3e4788;
	background:#ede28d;
	border:1px solid #c6be66;
	font-weight:bold;
	overflow:visible;
	margin:2px;
}

.itemLink {
	display: block;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.itemLink .buttonleft {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(images/button_left_off.gif) no-repeat;
}

.itemLink .buttontext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	color: #994800;
	text-decoration: none;
	background: transparent url(images/button_text_off.gif) no-repeat;
	height: 19px;
	padding: 6px 8px 0 8px;
}

.itemLink .buttonright {
	float: left;
	display: block;
	width: 5px;
	height: 25px;
	background: transparent url(images/button_right_off.gif) no-repeat;
}

.itemLink:hover .buttonleft {
	background: transparent url(images/button_left_on.gif) no-repeat;
}
.itemLink:hover .buttontext {
	text-decoration: underline;
	background: transparent url(images/button_text_on.gif) no-repeat;
}
.itemLink:hover .buttonright {
	background: transparent url(images/button_right_on.gif) no-repeat;
}
.itemLink.inactive .buttonleft {
	background: transparent url(images/button_left_off.gif) no-repeat;
}
.itemLink.inactive .buttontext {
	color: #333;
	background: transparent url(images/button_text_off.gif) no-repeat;
}
.itemLink.inactive .buttonright {
	background: transparent url(images/button_right_off.gif) no-repeat;
}

.files {
	list-style-type : none;
	margin : 0;
	padding : 0;
}
.files li {;
	cursor : move;
	margin : 0;
	padding : 0;
	float:left;
	margin:0 10px;
	height:200px;
}

.link{
	cursor:pointer;
	color:blue;
}
th{
	text-align:left;
}


h1, .ref{
	/*border-left:4px solid #B4C4CA;
	border-top:1px solid #B4C4CA;
	border-bottom:1px solid #B4C4CA;*/
	font-size:22px;
	/*padding:4px 0;*/
	color:#6d73a0;
	/*background-image:url('_lib/gradient.php?w=1100&start=C4DFE8&end=ffffff');
	background-repeat:repeat-y;
	background:#E8F8FE;*/
	margin:0.6em 0;
	font-weight:bold;
}

.highlightOff{
	background:#FFFFFF;
}
.highlightOff td{
	border-bottom:1px solid #666666;
}
.highlightOn{
	background:#FFFFCC;
}
.highlightOn td{
	border-bottom:1px solid #666666;
}

.directory th, .directory td{
	color:#787878;
}



#spec table{
	background:#CCCCCC;
}

#spec th,td{
	padding:2px;
}

#spec th{
	color:#FFFFFF;
	font-weight:bold;
	background:#666666;
}

#form td{
	padding:5px;
}


.result td{
	border-bottom:1px solid #CCCCCC;
	color:#666666;
}

.result_selected td{
	background:#FFFF99;
}

.premium td{
	border-top:1px solid #FF00FF;
	border-bottom:1px solid #FF00FF;
	font-weight:bold;
	color:#056597;
	margin-bottom:5px;
	background:#fff;
}

.premium td:first-child{
	border-left:1px solid #FF00FF;
}

.premium .lc{
	border-right:1px solid #FF00FF;
}

#search_results h3{
	font-size:14px;
}

#search_results td, #search_results th{
	padding:15px 3px;
	vertical-align:top;
}