/*
-----------------------------------------------
Foundry Networks, Inc.
Author: Brian Yoshida
Stylesheet: E-commerce
Version: 1.0
----------------------------------------------- */
#ecom-header {
	float: left;
	width: 776px;
	}
#ecom-logo {
	float: left;
	width: 120px;
	height: 61px;
	padding: 12px 10px;	
	display: block;
	}

/* [ Lists ]
----------------------------------------------- */
ul.yes-arrow {
	margin: 0 0 1em 0;
	padding: 0;
	}
ul.yes-arrow li {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(/img/arrow-more.gif) no-repeat 0 5px;
	}

/* [ Buttons ]
----------------------------------------------- */
input.ecom-button-form {
	margin: 0;
	padding: .25em .5em .25em .5em;
	background: #a0a0a0 url(/img/btn-form-bg.gif) repeat-x;
	border: 1px solid #6f6f6f;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	overflow: visible;
	}
input.ecom-button-green-form {
	margin: 0;
	padding: .25em .5em .25em .5em;
	background: #4a6b2c url(/img/btn-form-bg-green.gif) repeat-x;
	border: 1px solid #4a6b2c;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	overflow: visible;
	}
.ecom-button-std a {
	margin: 0;
	padding: .25em .5em .25em .5em;
	background: #a0a0a0 url(/img/btn-form-bg.gif) repeat-x;
	border: 1px solid #6f6f6f;
	color: #fff !important;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	overflow: visible;
	}

/* [ Forms ]
----------------------------------------------- */
form p, form dl dd {
	margin: 0 0 .5em 0;
	padding: 0;
	}
#form-default {
	margin: 15px 0 0;
	padding: 10px;
	background: #e3eafa;
	}
input.input-default {
	width: 30px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 118%;
	color: #444;
	}
textarea.textarea-default {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	font-size: 118%;
	font-family: inherit;
	color: #444;
	}
select.select-default {
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 118%;
	color: #444;
	}
input:focus, textarea:focus {
	background: #f5f5f5;
	}

/* [ Tables ]
----------------------------------------------- */
#ecom-register h3 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	}
#ecom-register h4 {
	margin-bottom: 1em;
	font-size: 100%;
	}
#ecom-register h5 {
	margin-bottom: 0;
	font-size: 100%;
	font-weight: normal;
	}
#ecom-register table {
	width: 100%;
	margin-bottom: 1.4em;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 90%;
	}
table#ecom-register tr th {
	text-align: left;
	background: #f5f5f5;
	color: #333;
	}
table#ecom-register th, table#ecom-register td {
	margin: 0;
	padding: 5px 8px;
	border-bottom: 1px solid #e0e0e0;
	}
#ecom-register td.divider {
	text-align: left;
	background: #fff;
	font-weight: bold;
	}
table#ecom-cart {
	width: 100%;
	margin-bottom: 1.4em;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	background: #fff;
	font-size: 90%;
	}
table#ecom-cart tr th {
	text-align: left;
	background: #1f449c;
	color: #fff;
	}
table#ecom-cart th, table#ecom-cart td {
	margin: 0;
	padding: 5px 8px;
	border-bottom: none;
	}
#ecom-cart td.divider {
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	}

/* [ Status Bar ]
----------------------------------------------- */
#ecom-container {
	float: right;
	width: 520px;
	margin: 24px 10px 0 0;
	padding: 10px;
	border: 1px #666 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#ecom-container ul {
	margin: 0;
	padding: 0;
}
#ecom-container li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	background: url(/images/arrow_grey.gif) no-repeat 0 4px;
	display: inline;
}
#ecom-container li.on {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	background: url(/images/arrow_red.gif) no-repeat 0 4px;
	font-weight: bold;
	display: inline;
	color: #FF0000;
}
#ecom-container a {
	color: #333;
	text-decoration: underline;
}
#ecom-container a:hover {
	color: #333;
	text-decoration: none;
}
