﻿/***********************************************/
/* link1_nav.css                               */
/* John D. Linscott                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: white; /*#333333*/
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	max-width:800px;
	/*	background-image: linear-gradient(to right, white, black);*/
	/*	background: lightgray;*/ /*#ffffff*/
	background: white;
}
* {
    box-sizing: border-box;
}

img {
	border-radius: 6px;
}
a:link, a:visited {
	color: white; /** #005FA9;**/
	text-decoration: none;
	font-size: 16px;
}

a:hover {
	text-decoration: underline;
	/*	font-weight:bolder;*/
	/*	font-weight:bold;*/
}
hr {
	width: auto;
	/*	max-width: 800px;*/
	margin: 0px 10px 0px 10px;
	color: green;
}

h1 {
	font: bold 80% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 10px;
}

h2 {
	font: bold 114% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3 {
	font: bold 100% Arial,sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
}

h4 {
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5 {
	font: 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: circle;
	margin-top: 0px;
}

	ul ul {
		list-style-type: disc;
	}

		ul ul ul {
			list-style-type: none;
		}

form {
	margin: 0;
	padding: 0;
}

label {
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}

input {
	font-family: Arial,sans-serif;
}

/*classes definitions*/

.label {
	text-align: right;
	vertical-align: top;
	width: auto;
	font-size: 18px;
}

.indexLabel {
	text-align: right;
	vertical-align: top;
	width: auto;
	font-size: 16px;
}

	.indexLabel a:link {
		font-size: 16px;
	}

.indexDesc {
	font-size: 12px;
	font-style: italic;
	text-align: left;
	padding-left: 5px;
}

.desc {
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
}

	.desc a:link, .desc a:visited {
		color: green;
	}

.price {
	font-size: 20px;
	text-align: left;
	padding-left: 5px;
	color: black;
}

.gs_container {
	position: relative;
	text-align: center;
	color: white;
	font-size: 14px;
}

.price-position {
	position: absolute;
	top: -4px;
	left: 10px;
	background-color:darkgreen;
	padding: 3px;
	border-radius:5px;
}
.list_ad {
	color: black;
	font-size: 10px;
}
.list_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 90px;
	opacity: .8;
}

	.list_img:hover {
		opacity: 1;
	}

.payMethod_img {
	display: block;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: auto;
	width: 100%;
	max-width: 175px;
}

.payMethod_desc {
	vertical-align: top;
	/*	margin-top: 10px;*/
}

/*id definitions*/

#header {
	color: black;
}

#def_header {
	height:65px;
	width:100%;
	border:0px;
	margin-left:5px;
	padding-bottom:10px;
	padding-top:5px;
}

#wanav {
	height:45px;
	width:auto;
/*	max-width: 800px;*/
	border-radius:10px;
	vertical-align:middle;
	margin: 0px 10px 0px 10px;
	font-size: large;
/*	background-color: white;*/
	padding: 8px 35px 0px 15px;
	background-image: linear-gradient(to right, black,  #006600);
}
#wanav img {
	height: 22px;
	padding-top:2px;
}
#adform {
	color:black;
	margin: 5px 20px 0px 20px;
	font-size: large;
	width:auto;
/*	max-width: 800px;*/
}

#footer {
	background-image: linear-gradient(to right, #006600, black);
/*	background-color: lightgray;*/
	height: 70px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	padding-top: 15px;
	color: white;
	font-size: small;
	border: 1px;
	border-radius: 8px;
	/*	max-width: 800px;*/
}

#classheader {
	height: 25px;
	color:black;
	text-align: left;
	font-size: 20px;
	margin-top: 0px;
	margin-left:1px;
}
#adheader {
	margin-top:10px;
	margin-left:12px;

}
#menu_link {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}

#footer_link {
	color: green;
}

#listings {
	border-collapse: collapse;
	margin: 10px 10px 10px 10px;
	width: auto;
/*	max-width: 800px;*/
}

	#listings td, #listings th {
		font-size: .9em;
		border: 1px solid #98bf21;
		padding: 3px;
		vertical-align: top;
	}

	#listings th {
		font-size: 12px;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 4px;
		background-color: #858585/* #858585*/;
		color: #ffffff;
	}

	#listings tr.alt td {
		color: #000000;
		font-size: 14px;
		background-color: lightgray; /* #E5E5E5*/
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 0px/*2%*/;
	right: 2%;
	width: 96%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	vertical-align:text-top;
}

/*#masthead{
	position: absolute;
	margin:auto;
	top: 0px;
	left: 0px;
	right:0%;
	width:98%;
	height:110px;
	background-color: white;
	
}*/

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


#faqs td, #faqs th
{
	font-size:.9em;
	border:0px solid #98bf21;
	padding:7px 7px 7px 7px;
	vertical-align:top;
	min-width:400px;
}

#faqs th 
{
	font-size: small;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: maroon /* #858585*/;
	color: #ffffff;
}
#faqs tr.alt td
{
	color: #000000;
	background-color: #E5E5E5;
}



/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000 /* #ffffff*/;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 70px;
	/*left: 518px;*/
	right: 0px;
	color: #000000 /* #919999*/;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

/*#globalnav was here - moved to header*/
/*#glovallink was here - moved to header*/


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
