/*	
	Website:	winesaverpro.com
	File:		wspdistr.css

	css for distributors page elements
*/


/* show distributors menu */
	#distrnav_box { margin: 1em 0 10px 0; }

	#distr_nav
	{
		margin: 0;
		padding: 0 0 4px 0;
		border-bottom: 1px solid #CCCCCC;
		width: 32em;
	}

	#distr_nav li
	{
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
		
	}

	#distr_nav a:link, #distr_nav a:visited
	{
		line-height: 1em;
		font-size: 0.95em
		font-weight: bold;
		margin: 0 15px 4px 15px;
		text-decoration: none;
		color: #CCCCCC;
	}

	#distr_nav a:link#current, #distr_nav a:visited#current
	{
		padding-bottom: 2px;
		background: transparent;
		color: #FFFF66;
	}

	#distr_nav a:hover
	{
		padding-bottom: 2px;
		background: transparent;
		color: #CCCCCC;
	}

	#distr_nav select {width: 20em;}


/* headings */
	h6.distributor {
		margin: 9px 10px 3px 68px;
		padding: 6px 0 0 0;
		color: #FFFFFF;
		font-size: 0.8em;
		font-weight: bold;
		font-style: italic;
		display: block;
	}

	h6.distr_cnty {
		margin: 12px 10px 0 68px;
		padding: 0;
		color: #FFFF66;
		font-size: 0.98em;
		display: block;
	}

	h6.distr_st {
		margin: 15px 10px 3px 80px;
		padding: 5px 0 0 0;
		color: #FFFFFF;
		font-size: 0.98em;
		display: block;
	}


/* distributors list */
	ul.find_distr {
		list-style-type: none;
		margin: 0 10px 4px 0;
		color: #FFCC66;
		font-size: 1em;
		font-weight: bold;
		padding-left: 35px;
	}

	a.distr_rgn:link, a.distr_rgn:active, a.distr_rgn:visited {
		color: #FFCC66;
	}

	a.distr_rgn:hover {
		color: #FFFF66;
	}



/* distributors list - address */
	address.distr_lst {
		margin: 0 10px 3px 95px;
		font-style: normal;
		font-size: 0.95em;
		color: #FFFFFF;
	}

	address.distr_lst a:link, address.distr_lst a:active, address.distr_lst a:visited {
		color: #FFCC66;
	}

	address.distr_lst a:hover {
		color: #FFFF66;
	}


/* distributors listing table */
	table#distrtbl { margin: 9px 80px 3px 80px; width: auto; }

	th.dhead {padding: 0 5px; font-size: 0.8em;}

	tr.drow0 {background-color: #E5E5E5;}
	tr.drow1 {background-color: #CCCCCC;}

	td.dcell {
		padding: 2px 8px;
		color: black;
		font-size: 0.88em;
	}

	td.dcell2 {
		padding: 4px 12px;
		color: black;
		font-size: 0.88em;
	}

	td.dcell3 {
		padding: 3px 8px;
		color: black;
		font-size: 0.88em;
	}

	td.dcell_c {
		padding: 2px 8px;
		text-align: center;
	}

	td.dcell_lg {
		padding: 6px 12px;
		color: black;
		font-size: 1.1em;
		font-weight: bold;
	}

	td.dcell_sm {
		padding: 2px 8px;
		color: black;
		font-size: 0.78em;
	}

	span.dnotes {font-size: 0.9em; font-style: italic;}

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

	#dback a:link {
		font-size: 0.75em;
		color: #CCCCCC;
	}
