/*
--------------------------------------------------
Main CSS file for yvod.com

Modified: 		09-14-06
Authors: 			Ulan McKnight and Marisa Desalles

Centered, 700px wide, 5 column website
column 1		140
column 2		280
column 3		420
column 4		560
column 5		700

text gray		#505050
slate gray	#606060
light gray	#999999
orange			#f60f60
dark orange	#f30f30
--------------------------------------------------
*/

/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}

/*
--------------------------------------------------
main stuff
--------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
  font-size: 62.5%;
  color: #505050;
	font-family: xVerdana, Verdana, Tahoma, "Lucida Sans", 'Trebuchet MS', Arial, sans-serif;
  background-color: #ffffff;
  background-repeat: no-repeat;
  width: 600px;
	margin: 10px auto 5px auto; 
	padding: 0px 0px 0px 0px;
	text-align: center; /* IE bug fix to center div */
}

/*\*/
html>body {
	text-align: left;
}
/**/

p { 
	font-size: 1.1em;
}

.center { 
	text-align: center;
	display: block;
}

.main-content {
	width: 700px;
}

#breadcrumbs {
	background: url(https://secure.yvod.com/yvod/media/new/breadcrumbs-background.gif) no-repeat;
	color: #999999;
	font-size: 0.8em;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 10px;
}

.body-content {
	width: 700px;
	background: url(https://secure.yvod.com/yvod/media/new/main-content-background.gif);
	background-repeat: repeat-y;
	margin: -12px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
}

.body-content-secure {
	width: 700px;
	background: url(https://secure.yvod.com/yvod/media/new/main-content-background.gif);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
}

.vertical-5 {
	width: 100%;
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-10 {
	width: 100%;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-20 {
	width: 700px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-40 {
	width: 700px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* align images on /clients.html */
.center-image {
	margin: 0px 0px 0px 20px;
	display: inline;
}

/*
--------------------------------------------------
index stuff
--------------------------------------------------
*/

.index-image {
	position: relative;
	width: 700px;
	height: 271px;
	z-index: 0;
}

.index-tagline {
	width: 220px;
	height: 60px;
	background: url(https://secure.yvod.com/yvod/media/new/tagline-back.gif) no-repeat;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: -260px 0px 0px 20px;
	padding: 10px 10px 0px 15px;
	position: relative;
	z-index: 3;
	clear: both;
}

/*\*/
html>body .index-tagline {
	padding: 10px 10px 0px 10px;
}
/**/

.index-content {
	width: 700px;
	height: 20px;
	background: url(https://secure.yvod.com/yvod/media/new/main-content-background.gif);
	background-repeat: repeat-y;
	margin: -10px 0px 0px 0px;
	padding: 12px 10px 0px 15px;
}

/*
--------------------------------------------------
slider code
--------------------------------------------------
*/

/* slider area definitions */
.slider {
	width: 629px;
	margin: 0px 0px 0px 0px;
	padding: 7px 7px 0px 7px;
	border: 1px solid #999999;

}

.slider a {
	color: #606060;
	background: #ffffff url(https://secure.yvod.com/yvod/media/new/plus-button.gif) no-repeat center right;
	min-height: 26px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html .slider a {
	height: 26px;
	padding: 4px 0px 0px 4px;
}

/* links within slider area */
.slider a.inline {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	border: none;
}

/*  OLD slider green cross image 
.slider a {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #D6EEF6 url(https://secure.yvod.com/yvod/media/new/service_open.jpg) no-repeat center right;
	border: 1px solid #B5DCF9;
	display: block;
	color: #606060;
}
*/

/*
--------------------------------------------------
column definitions
float left (organize as desired on page)
float-right allows text to flow around div
10px less than column width to allow for IE bug
universal padding of 5px (adjust spacing within section a required)
--------------------------------------------------
*/

.one-column {
	float: left;
	width: 128px;
  padding: 5px 5px 5px 5px;
}

.one-column-right {
	float: right;
	width: 128px;
  padding: 5px 5px 5px 5px;
}

.two-column {
	float: left;
	width: 258px;
  padding: 5px 5px 5px 5px;
}

.two-column-small {
	float: left;
	width: 240px;
  padding: 5px 5px 5px 5px;
}

.two-column-right {
	float: right;
	width: 258px;
  padding: 5px 5px 5px 5px;
}

.three-column {
	float: left;
	width: 398px;
  padding: 5px 5px 5px 5px;
}

.three-column-right {
	float: right;
	width: 398px;
  padding: 5px 5px 5px 5px;
}

.four-column  {
	float: left;
	width: 528px;
  padding: 5px 5px 5px 5px;
}

.five-column  {
	width: 668px;
  padding: 5px 5px 5px 5px;
}

/*
--------------------------------------------------
New Stuff 08-20-06
--------------------------------------------------
*/

.indent-1 {
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.indent-2 {
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.indent-3 {
	font-size: 0.9em;
	font-style: italic;
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

.product-logo {
	border: none;
	float: left;
	clear: both;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

/*
--------------------------------------------------
validated stuff
--------------------------------------------------
*/

.localnav {
	width: 138px;
}

.localnav-head {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(https://secure.yvod.com/yvod/media/new/localnav/ln_head.gif);
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 8px 6px 0px 21px
}

.localnav-content {
	background-image: url(https://secure.yvod.com/yvod/media/new/localnav/ln_repeat.gif);
	background-repeat: reapeat-x;
}

.localnav-foot {
	background: url(https://secure.yvod.com/yvod/media/new/localnav/ln_foot.gif) no-repeat top left;
	height: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navlocallist  {
	font-size: 9px;
	font-weight: bold;
	line-height: 150%;
	list-style-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif);
	list-style-position: inside;
	display: inline
}

ul {
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
}

.arrow-list {
	font-size: 0.9em;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

* html .arrow-list {
	margin: 0px 0px 0px 12px;
}

.localnav-list {
	font-size: 0.7em;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

* html .localnav-list {
	font-size: 0.8em;
}

li.blue,
	li.gray,
	li.green,
	li.orange,
	li.red,
	li.yellow,
	li.none,
	li.addy {
		background-repeat: no-repeat;
		background-position: 0px 2px;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 16px;
}

* html li.blue,
	* html li.gray,
	* html li.green,
	* html li.orange,
	* html li.red,
	* html li.yellow,
	* html li.none,
	* html li.addy {
		padding: 3px 0px 3px 0px;
}

li.blue {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-blue.gif);
}

li.gray {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-gray.gif);
}

li.green {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-green.gif);
}

li.orange {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-orange.gif);
}

li.red {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-red.gif);
}


li.yellow {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-yellow.gif);
}

li.none {
	margin-top: -7px;
}

/*
--------------------------------------------------
header text stuff
--------------------------------------------------
*/

h1  {
	color: #999999;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #505050;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3    {
	color: #505050;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h4  {
	color: #999999;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h5  {
	color: #999999;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
copy related
--------------------------------------------------
*/

.copy   {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 5px 20px 0px 0px;
	padding: 0px 0px 3px 0px;
}

.copy:first-line  {
	margin: 0px 20px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-medium   {
	font-size: 0.8em;;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-small   {
	font-size: 0.7em;;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html .copy-small   {
	font-size: 0.8em;;
}

.copyhuge   {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 20px 0 0;
	padding: 0 0 12px
}

.copy-notice   {
	font-size: 1.0em;
	line-height: 150%;
	margin: 0 20px 0 0;
	padding: 0 0 12px;
	color: #FF0000;
}

.red-text {
	color: red;
}

.orange-text {
	color: #f60f60;
}

.dark-orange-text {
	color: #f30f30;
}

/*
--------------------------------------------------
image related
--------------------------------------------------
*/

.arrow,
	.arrow-blue,
	.arrow-gray,
	.arrow-green,
	.arrow-orange,
	.arrow-red,
	.arrow-yellow {
		background-repeat: no-repeat;
		background-position: 8px 2px;
}

.arrow {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif);
}

.arrow-blue {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-blue.gif);
}

.arrow-gray {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-gray.gif);
}

.arrow-green {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-green.gif);
}

.arrow-orange {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-orange.gif);
}

.arrow-red {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-red.gif);
}

.arrow-yellow {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-yellow.gif);
}

/*
--------------------------------------------------
form related
--------------------------------------------------
*/

.form-box {
	width: 420px;
	background-image: url(https://secure.yvod.com/yvod/media/new/form-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
}

.form-box-top {
		background-image: url(https://secure.yvod.com/yvod/media/new/form-box-top.gif);
		background-repeat: no-repeat;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
}

.form-box-top-secure {
	height: 42px;
	background-image: url(https://secure.yvod.com/yvod/media/new/form-box-top.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.form-box-top p {
	color: red;
	font-size: 0.8em;
	padding: 10px 10px 0px 20px;
}

.form-box-top-secure p {
	color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 10px 0px 110px;
}

.form-box-repeat {
	background-image: url(https://secure.yvod.com/yvod/media/new/form-box-repeat.gif);
	background-repeat: repeat-y;
	background-position: bottom center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.form-left {
	float: left;
	width: 120px;
	font-size: 0.8em;
	vertical-align: top;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}

.form-right {
	float: left;
	width: 280px;
	font-size: 0.8em;
	vertical-align: top;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
new shopping stuff
--------------------------------------------------
*/

/*
-------------------------------------------------------------
.shopping-table definitions - define table on shopping pages
-------------------------------------------------------------
*/

.shopping-table {
	vertical-align: top;
	color: #000;
	border: 1px solid #f60f60;
	padding: 1px;
}

.shopping-table-header {
	background-color: #999999;
	color: #000;
	font-size: 1.5em;
	border-bottom: 1px solid #505050;
}

/* catalog number */
.shopping-table-column-1 {
	background-color: #fff;
	width: 10%;
	text-align: center;
}

/* short description */
.shopping-table-column-2 {
	background-color: #fff;
	width: 50%;
	text-align: center;
}

/* price */
.shopping-table-column-3 {
	background-color: #fff;
	width: 10%;
	text-align: center;
}

/* buy */
.shopping-table-column-4 {
	background-color: #fff;
	width: 10%;
	text-align: center;
}

/* qty */
.shopping-table-column-5 {
	background-color: #fff;
	width: 10%;
	text-align: center;
}

/* buy */
.shopping-table-column-6 {
	background-color: #fff;
	width: 10%;
	text-align: center
}

/* end shopping stuff */

p.cart-item {
	font-size: 0.8em;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

dd {
	font-size: 12px;
	font-family: Georgia, Times;
	line-height: 1.5em;
}

ul.list-blue {
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-blue.gif) no-repeat;
}
	
.row0 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4em
}

.row1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em
}

.row2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em
}

a:link,
	a:visited {
		color: #f60;
		text-decoration: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}

a:hover,
	a:active {
		color: #f30;
}

.list    {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 40px 0 0;
	padding: 5px 6px 8px 12px
}

.list_small_column {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 5px 6px 8px 12px
}

.list_small_column1 {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align: left;
	text-indent: 12px;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0;
	padding: 3px 6px 6px 0
}

.linklist_small  {
	font-size: 9px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 40px 0 0;
	padding: 3px 6px 0 12px
}

.id {
	color: red
}

.navlarge    {
	color: #7c7c7c;
	font-size: 14px;
	font-weight: bolder;
	margin: 0;
	padding: 6px 0 0 6px;
	list-stynew: none    
}

a.navlarge  {
	color: #7c7c7c;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

a.navlarge:link  {
	color: #7c7c7c;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

a.navlarge:visited  {
	color: #7c7c7c;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

a.navlarge:hover {
	color: #f50;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

.nav {
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px
}

.login {
	color:
}

a.nav {
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}

.nav a:link,
	.nav a:visited {
	color: #505050;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

.nav a:hover,
	.nav a:active,
	.login {
	color: #f50f50;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

.left  {
	background: #f0f0f0 url(https://secure.yvod.com/yvod/media/new/header/roundleft.gif) no-repeat;
	width: 138px;
	height: 92px
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.right  {
	background: #f0f0f0 url(https://secure.yvod.com/yvod/media/new/header/roundright.gif) no-repeat 120px 0;
	width: 138px;
	height: 92px;
	border-left: 2px solid #fff
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.featureblock {
	font-size: 10px;
	line-height: 1.4em;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.featurebox_top {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	background-color: transparent;
	background-image: url(https://secure.yvod.com/yvod/media/new/featurebox/fb_top_blue.gif);
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 3px 21px
}

.featurebox   {
	font-size: 10px;
	line-height: 140%;
	background-image: url(https://secure.yvod.com/yvod/media/new/featurebox/fb_repeat.gif);
	background-repeat: reapeat-y;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 0px 21px
}

.featurebox2_top   {
	font-size: 9px;
	font-weight: bold;
	line-height: 1.4em;
	background-color: transparent;
	background-image: url(https://secure.yvod.com/yvod/media/new/featurebox/fb_top_grey.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 3px 6px
}

.blockimages  {
	margin: 0px 12px 14px 0px;
	padding: 0px 0px 0px 0px;
}

.categoryhead {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	background-color: #e9e9e9;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0px 24px 0px 0px;
	padding: 4px 6px 6px
}

.categoryhead_gap {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	background-color: #e9e9e9;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0 24px 12px 0;
	padding: 4px 6px 6px
}

.categoryhead_gaptop {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	background-color: #e9e9e9;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 12px 24px 0 0;
	padding: 4px 6px 6px
}

.feature_home {
	font-size: 13px;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 6px
}

.feature_home_sml {
	font-size: 9px;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 6px 4px 0 8px
}

.copylarge {
	font-size: 11px;
	line-height: 150%;
	margin: 0 24px 0 0;
	padding: 0 0 12px
}

.copy-feature {
	font-size: 11px;
	/* font-weight: bold; */
	line-height: 150%;
	background-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 0 0 12px 21px
}

.copy-highlights    {
	font-size: 14px;
	/* font-weight: bold; */
	line-height: 150%;
	/* background-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif); */
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 0 0 12px 21px
}

.copy_larger {
	font-size: 13px;
	line-height: 150%;
	margin: 0 24px 0 0;
	padding: 0 0 12px
}

.image  {
	margin: 0;
	padding: 14px 0 6px
}

.copylargelist  {
	font-size: 11px;
	line-height: 150%;
	list-style-image: url(https://secure.yvod.com/yvod/media/new/arrow.gif);
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 0
}

.copylargemarg {
	font-size: 11px;
	line-height: 150%;
	font-size-adjust: ;
	margin: 0 12px 0 0;
	padding: 4px 0 0
}

.copymarg {
	font-size: 10px;
	line-height: 150%;
	font-size-adjust: ;
	margin: 0 12px 0 0;
	padding: 1px 0 0
}

.copysml {
	font-size: 9px;
	line-height: 150%;
	margin: 6px 12px 6px 0;
	padding: 0
}

.dividerline {
	color: #f0f0f0;
	font-size: 1px;
	line-height: 0;
	text-decoration: overline;
	margin: 0;
	padding: 0 0 12px
}

.footer   {
	color: #999;
	font-size: 9px;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 12px 12px 35px 0px;
}

.globalnav_background {
	background-image: url(https://secure.yvod.com/yvod/media/new/global_nav/global_nav.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.global-footer {
	height: 50px;
	background: url(https://secure.yvod.com/yvod/media/new/footer.gif) no-repeat bottom left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*\*/
html>body .global-footer {
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 10px 15px;
}
/**/

.global-footer p {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 25px;
}

/*\*/
html>body .global-footer p {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 15px;
}
/**/

.logo {
	margin: 12px 0 0;
	padding: 0
}

.navbackground {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
	width: 138px;
	height: 92px;
	border-left: 2px solid #fff
}

.localnav-data {
	font-size: 0.7em;
	line-height: 140%;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 6px 21px;
}

* html .localnav-data {
	font-size: 0.9em;
	padding: 0px 8px 6px 5px;
}

.navlocalhead {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	background-image: url(https://secure.yvod.com/yvod/media/new/localnav/ln_head.gif);
	background-repeat: no-repeat;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0;
	padding: 4px 6px 6px 21px
}

.navlocalbottom {
	background-image: url(https://secure.yvod.com/yvod/media/new/localnav/ln_bottom.gif) no-repeat;
	height: 8px;
	width: 140px;
}	

.navlocalhead_topmargin  {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	background-color: #e9e9e9;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 12px 0 0;
	padding: 4px 6px 6px 21px
}

.navlocalheadgreen {
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	background-color: #e3f6a8;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0;
	padding: 4px 6px 6px 21px
}

.navlocaltext  {
	font-size: 11px;
	line-height: 140%;
	text-decoration: none;
	text-align: left;
	list-style: none url(https://secure.yvod.com/yvod/media/new/arrow.gif);
	display: list-item;
	margin: 0 0 12px 16px;
	padding: 0 6px 0 0
}

.newsthread {
	color: #414141;
	font-size: 10px;
	line-height: 150%;
	font-size-adjust: ;
	background-color: #ebebeb;
	text-indent: 4px;
	display: block;
	margin: 16px 0 6px;
	padding: 0;
	border-bottom: 1px solid #fff
}

.pagetitle {
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	margin: 0;
	padding: 12px 0
}

.search {
	margin: 6px 0 0;
	padding: 0
}

.steps {
	font-size: 9px;
	line-height: 150%;
	background-color: #f0f0f0;
	margin: 0 2px 0 0;
	padding: 3px 0 4px 4px;
	position: relative;
	top: 6px;
	width: 134px;
	float: left
}

.titleimages {
	margin-top: 16px;
	margin-bottom: 18px;
	margin-left: 0
}


.worknetnav  {
	color: #414141;
	font-size: 10px;
	line-height: 150%;
	font-size-adjust: ;
	background-color: #ebebeb;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff
}

.worknettoday     {
	color: #414141;
	font-size: 10px;
	line-height: 150%;
	font-size-adjust: ;
	background-image: url(https://secure.yvod.com/yvod/media/today.gif);
	display: block;
	margin: 0;
	padding: 0
}

/*<agl.folder "usite">*/

.chart-box1 {
	color: #414141;
	font-size: 9px;
	line-height: 140%;
	font-size-adjust: ;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	/* background-color: #dbf4b7;
	border-bottom: 1px solid #fff;
	border-left: 2px solid white */
}

.chart-title {
	font-weight: bold;
	font-size: 10px;
	line-height: 140%;
	font-size-adjust: ;
	/* color: #414141;
	background-color: #dbf4b7;
	text-indent: 4px; */
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 2px solid white
}

.chart-category {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	font-size-adjust: ;
	background-color: #D6D6D6;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	/* border-bottom: 1px solid #fff;
	border-left: 2px solid white */
}


	.usitenavneutraltop {
	color: #414141;
	font-size: 9px;
	line-height: 140%;
	font-size-adjust: ;
	background-color: #d6d6d6;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 2px solid white
}

	.usitenavsub {
	color: #414141;
	font-size: 9px;
	line-height: 140%;
	font-size-adjust: ;
	background-color: #ecfdd2;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 2px solid white
}

	.usitenavsubneutral {
	color: #414141;
	font-size: 9px;
	line-height: 140%;
	font-size-adjust: ;
	background-color: #e8e8e8;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 2px solid white
}

.usitenavtop {
	color: #414141;
	font-size: 9px;
	line-height: 140%;
	font-size-adjust: ;
	background-color: #dbf4b7;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 2px solid white
}

	.usitepronavsub {
	color: #414141;
	font-size: 9px;
	line-height: 140%;
	font-size-adjust: ;
	background-color: #daf8fd;
	text-indent: 4px;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #fff
}

img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	.img a:link {
	background-color: transparent
}

	.img a:visited {
	background-color: transparent
}

	.img a:hover {
	background-color: transparent
}

	/*<agl.folder "ecommerce">*/
	a.login:link  {
	font-size: 11px;
	ba
/*<agl.folder "ecommerce">*/
	a.login:link  {
	font-size: 11px;
	background-color: #e9e9e9;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_login.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 12px;
	padding: 4px 0 6px 20px;
	width: 118px
}

	a.login:visited  {
	font-size: 11px;
	background-color: #e9e9e9;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_login.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 12px;
	padding: 4px 0 6px 20px;
	width: 118px
}

	a.login:hover  {
	font-size: 11px;
	background-color: #dedede;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_login.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 12px;
	padding: 4px 0 6px 20px;
	width: 118px
}

	a.login:active  {
	font-size: 11px;
	background-color: #dedede;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_login.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 12px;
	padding: 4px 0 6px 20px;
	width: 118px
}

	.buynow  {
	font-size: 11px;
	line-height: 150%;
	background-color: #f0f0f0;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_shoppingcart.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 2px 24px 0 0;
	padding: 0 0 0 21px
}

	.field {
	font-size: 11px;
	text-decoration: none;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0;
	padding: 2px 0 6px 20px;
	width: 118px
}

	.info  {
	font-size: 11px;
	text-decoration: none;
	background-color: #f0f0f0;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_info.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0;
	padding: 2px 0 4px 20px;
	width: 118px
}

	.login      {
	font-size: 11px;
	background-color: #f0f0f0;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_login.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 12px;
	padding: 4px 0 6px 20px;
	width: 118px
}

	.nogap {
	background-color: #f0f0f0;
	margin: 0;
	padding: 2px 0 0
}

	.noicon {
	font-size: 11px;
	text-decoration: none;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 2px 0 6px 20px
}

	.data_entry  {
	font-size: 11px;
	text-decoration: none;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	text-align: left;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 4px 0 4px 6px
}

	.data_entry_last {
	font-size: 11px;
	text-decoration: none;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	text-align: left;
	list-style-type: none;
	display: list-item;
	margin: 0 0 12px 0;
	padding: 4px 0 0 6px
}

	.pricelist  {
	font-size: 11px;
	line-height: 150%;
	background-color: #f0f0f0;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_info.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 2px 24px 0 0;
	padding: 0 0 0 21px
}

	.total  {
	font-size: 11px;
	line-height: 150%;
	background-color: #f0f0f0;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/lrg_icn_arw_12.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 2px 0 0;
	padding: 0 0 18px 21px
}

	.shoppingcart  {
	font-size: 11px;
	text-decoration: none;
	background-color: #f0f0f0;
	background-image: url(https://secure.yvod.com/yvod/media/new/icons/icn_shoppingcart.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0;
	padding: 2px 0 4px 20px;
	width: 118px
}

