/* --- GENERAL --- */

@import url('/stylesheets/reset.css');

body {
	background: url('/images/bg_body.gif') repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 100%;
}

a,
a:visited {
	color: #ff5c26;
}

a:hover, a:visited:hover {
	color: #ff794d;
	text-decoration: none;
}

.hidden {
	display: none;

}
.clear {
	clear: both;

}

#page {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

/* --- HEADER + NAV --- */

#header {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 0px;
	width: 880px;
	height: 209px;
}

h1#site-title {
	width: 880px;
	height: 120px;
	margin: 0;
	padding: 0;
}

/* 
h1#site-title {
	width: 880px;
	height: 120px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

h1#site-title a {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('/images/logo_header-remarketcisco.gif') no-repeat;
	text-indent: -5000px;
}
*/

#navigation {
	background: #000000 url('/images/bg_navigation_bottom.gif') bottom no-repeat; /* was 272c2d */
	font-size: 0.75em;
	line-height: 0px;
}

#navigation ul {
	padding: 20px 0px 69px 32px;
}

#navigation ul li {
	display: inline;
	float: left;
}

img.navigation-shadow {
	margin-bottom: -5px;
}


/* --- MAIN --- */

#main {
	background: #323435 url('/images/bg_main.gif') repeat-y;
	float: left;
	padding-bottom: 5px;
}



/* --- CONTENT --- */

#content { 
	float: left;
	margin: 0px 16px 0px 32px;
	width: 564px;
	background: #ffffff;
}

#content img.feature {
	/* border-top: 32px solid #323435; */
	border-bottom: 31px solid #323435;
}

#content-wrapper {
	padding: 20px;
	font-size: 0.75em;
	line-height: 1.67em;
}

#content-wrapper p {
	padding-bottom: 32px;
	color: #656565;
}

#content-wrapper ul {
	padding-bottom: 20px;
	padding-left: 32px;
	list-style-type: square;
	color: #656565;
}

#content-wrapper ul.index {
	font-weight: bold;
	padding-bottom: 32px;
	padding-left: 32px;
	list-style-type: none !important;
}

#content-wrapper ul.index li {
	padding-bottom: 0px;
}

#content-wrapper em {
	color: #333333;
	font-style: italic;
}

#content-wrapper strong {
	color: #000000;
	font-weight: bold;
}

#content-wrapper li a.andmore {
	color: #000000;
	font-size: 167%;
	font-weight: bold;
	text-decoration: none;
}

#content-wrapper li a.andmore:hover {
	color: #000000;
	text-decoration: underline;
}

#content-wrapper strong em {
	color: #ff5c26 !important;
	font-weight: bold;
	font-style: italic;
}

#content-wrapper h3 {
	padding-bottom: 15px;
	margin-bottom: 16px;
	border-bottom: 1px solid #999999;
	font-size: 18px;
}

#content-wrapper ul.buttons {
	padding: 0px !important;
}

#content-wrapper ul.buttons li {
	float: left;
	list-style-type: none;
	padding-right: 30px;
	padding-bottom: 32px;
}

#content-wrapper.cisco-inventory li {
	padding-bottom: 8px;
}

#content-wrapper.cisco-inventory li strong {
	display: block;
}

#content-wrapper h3 strong {
	font-weight: normal;
	color: #ff794d;
}

#content-wrapper blockquote {
	padding: 0px 32px;
}

#content-wrapper fieldset {
	border: none;
}

#content-wrapper form.login input,
#content-wrapper form.login label,
#content-wrapper fieldset input,
#content-wrapper fieldset label,
#content-wrapper fieldset textarea {
	display: block;
	color: #000000;
}

#content-wrapper fieldset p {
	float: left;
	padding-right: 32px;
}

#content-wrapper p.submit {
	padding-top: 15px;
	margin-top: 16px;
	border-top: 1px solid #999999;
}

#content-wrapper p.submit a.addanotherasset {
	padding-right: 10px;
}

#content-wrapper table.lot {
	border-collapse: collapse;
	margin-bottom: 32px;
	/* font-size: 0.625em; */
	line-height: 100%;
}

#content-wrapper table.lot th {
	font-weight: bold;
	font-size: 0.625em;
}

#content-wrapper table.lot td {
	border-right: 1px solid #ededed;
}

#content-wrapper table.lot th,
#content-wrapper table.lot td {
	margin: 5px;
	padding: 5px;
}

#content-wrapper table.lot th.partnum,
#content-wrapper table.lot td.partnum {
	border-right: none;
	margin-left: 0;
	padding-left: 0;
	width: 120px;
}

#content-wrapper table.lot th.tested,
#content-wrapper table.lot td.tested {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	width: 80px;
}

#content-wrapper table.lot th.serialnum,
#content-wrapper table.lot td.serialnum {
	width: 100px;
}

#content-wrapper table.lot th.quantity,
#content-wrapper table.lot td.quantity {
	width: 30px;
}

#content-wrapper table.lot td.quantity {
	text-align: center !important;
}

#content-wrapper table.lot th.description,
#content-wrapper table.lot td.description {
	width: 190px;
}

/* --- SIDEBAR --- */

#sidebar {
	float: right;
	width: 218px;
	border-left: 1px solid #1d1d1f;
	border-right: 1px solid #101111;
	margin: 0px 32px 0px 16px;
	font-size: 0.625em;
	background: #4c4d4f;
}

#sidebar h3 {
	width: 218px;
	font-size: 133%;
	line-height: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-bottom: -12px;
}

#sidebar img.sell {
	padding: 20px 0px 0px 20px;
}

#sidebar .hot-item {
	margin: 32px 0px 0px 49px;
}

#sidebar .hot-item img {
	display: block;
}

#sidebar .hot-item img.reflection {
	margin-bottom: -40px;
}

#sidebar .hot-item a {
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
}

#sidebar p {
	width: 178px;
	text-align: justify;
	line-height: 1.25em;
	padding: 40px 0px 0px 20px;
	color: #ffffff;
}



/* --- FOOTER --- */

/* img.footer-shadow {
	margin-bottom: -5px; 
} */

#footer {
	clear: left;
	background: url('/images/bg_footer_bottom.gif') bottom no-repeat;
	font-size: 0.75em;
	line-height: 0px;
	color: #414142;
	margin-bottom: 20px;
}

#footer ul {
	padding: 20px 0px 50px 32px;
}

#footer ul li {
	display: inline;
	float: left;
}

#footer ul li.copyright {
	padding-right: 40px;
	line-height: 32px;
}

#footer ul li.logo {
	padding-right: 32px;
	float: right;
}

#footer ul li.right {
	float: right;
}

#footer ul li.right a {
	line-height: 32px;
}

#footer ul li.right a img {
	text-decoration: none;
}

#disclaimer {
	font-size: 0.625em;
	color: #999999;
	margin: 0px 32px 20px;
}

#disclaimer strong {
	font-weight: bold;
}
