/* -------------- reset -------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /* sub, sup, */ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------- site -------------- */

body {
	font:0.9em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#516060;
}
a {
	color:#cc5944;
}
a:hover {
	color:#B99A20;
	text-decoration:underline;
}
abbr {
	border-bottom:1px dotted;
	cursor:help;
}
.main {
	margin:0 auto;
	width:960px;
	text-align:left;
}
.header {
	margin:10px 0 0 0;
	overflow:hidden;
	position:relative;
}
.header .main {
	padding:22px 0 12px 0;
	position:relative;
	/*background:url(/_img/sps-bg-alpha.png) no-repeat 0 0;*/
}
.header h2 a {
	font:bold 3.4em Georgia, serif;
	letter-spacing:-2px;
	text-decoration:none;
	color:#003d6a;
	/*color:#311D11;*/
}
.header h2 a span {
	font:0.4em Arial, Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:0;
	color:#6b7c31;
}
.header h2 a:hover span {
	color:#505d24;
}
.menu {
	font:1em Verdana, Geneva, sans-serif;
	border-width:1px 0;
	border-style:solid;
	border-color:#ededed;
	background:#fafafa;
}
.menu ul {
	overflow:hidden;
}
.menu li {
	float:left;
	display:inline;
	margin:0 2px 0 0;
}
.menu li a {
	display:block;
	padding:10px 20px 12px 20px;
	text-decoration:none;
	color: #428ED5;
}
.menu li.current a, .menu li.current a:hover {
	background:#f0f0f0;
}
.menu li a:hover {
	background:#f3f3f3;
	text-decoration:underline;
}
.primary {
	color:#757566;
	overflow:hidden;
}
.content .main {
	padding:12px 20px 0 20px;
	width:920px;
}
.content {
	font:1.1em/1.5 Arial, Helvetica, sans-serif;
}
.content h1,
.content h2, 
.content h3,
.content h4,
.content h5,
.content h6 {
	font:bold 1em Arial, Helvetica, sans-serif;
	margin:0 0 8px 0;
	color:#507a98;
}
.content h1 {font:bold 1.9em Lucida Sans Unicode, Lucida Grande, sans-serif;letter-spacing:-3px}
.content h2 {font-size:1.6em;font-weight:normal;letter-spacing:-1px;}
.content h3 {font-size:1.1em;font-weight:normal}
.content h1 strong, .content h2 strong {
	color:#1c588c;
}
.content h1 .tagline {
	font:0.5em Verdana;
	letter-spacing:0;
	color:#a9a9a9;
}
.content h1.sec {
	padding:0 0 10px 0;
	border-bottom:2px dotted #ccc;
	margin-bottom:25px;
}
h2.tagline {
	font:1.3em Arial;
	letter-spacing:-1px;
	color:#555351;
}


.content p,
.content ul,
.content ol,
.content table {
	margin:0 0 15px 0;
}
.content ol, .content ul {
	margin-left:36px;
}
.content form ol {
	margin:0;
	list-style:none;
}
.content ol {
	list-style:decimal;
}
.content ul {
	list-style:square;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.floatright {
	float:right;
	display:inline;
}
.floatleft {
	float:left;
	display:inline;
}
.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.fullwidth {
	width:100%;
}
.left-20 {
	margin-left:20px;
}
.right-20 {
	margin-right:20px;
}
.left-10 {
	margin-left:10px;
}
.right-10 {
	margin-right:10px;
}
.top-15 {
	margin-top:15px;
}
.bottom-15 {
	margin-bottom:15px;
}

.font-smaller {
	font-size:smaller;
}
.ampersand {
	font:bold italic 1.4em/0 Baskerville, Palatino, Palatino Linotype, Georgia, serif;
	color:#cccac9;
}
.footer {
	font:0.7em/1.6 Verdana;
}
.footer .main {
	border-top:2px dotted #ddd;
	text-align:center;
}

.create {
	width:480px;
	background:#f7f7f7;
	padding:6px 10px 10px 10px;
	border-left:1px dotted #aaa;
	border-right:1px dotted #aaa;
}
.create.wide {
	width:640px;
}
.create form {
	margin:0;
	font-size:1.1em;
}
.create h2 {
	color:#669900;
	font:bold 1.65em Arial;
}
.create .input-text {
	width:270px;
}
.create.wide .input-text {
	width:440px;
}
.create.wide .input-text:focus {
	background-position:99% 50%;
}
.create textarea.input-text {
	width:400px;
	height:8em;
}
.create.wide textarea.input-text {
	width:560px;
	height:16em;
}
.create button {
	margin:16px 0 0 0;
}
.create .inline {
	margin:0 2px;
}
.create .url-slug {
	width:100px;
}
.create .inline-input {
}
.create .inline-input-text {
	font:0.8em Courier New;
	color:#333;
}

.price {
	color:#418200;
}
strong.darker {
	color:#3C4646;
}

.input-radio {
	margin-right:6px;
	margin-left:10px;
	vertical-align:middle;
}
ul.radios {
	margin:0 0 2px 0;
	list-style:none;
	line-height:1.2;
}
.input-checkbox {
	margin-right:5px;
	vertical-align:middle;
}
.input-text {
	border:1px solid #ccc;
	border-top-color:#999;
	font:0.75em Arial;
	padding:3px 22px 3px 2px;
	display:block;
}
.input-text:hover {
	border-color:#afafaf;
	border-top-color:#666;
}
.input-text:focus {
	background:#fff url(/_img/field-active.gif) no-repeat 98.5% 50%;
}
label {
	display:block;
	margin:0 0 4px 0;
	font:bold 0.85em Verdana;
}
label strong {
	font-weight:bold;
	font-size:1.6em;
	line-height:0;
	color: #FF0066;
}
legend {
	font:1.25em Arial;
	color:#9ab;
	padding:2px 0 8px 30px;
	background:url(/_img/fieldset.png) no-repeat 0 3px;
}
button {
	font:bold 0.8em Verdana, Helvetica, Arial, sans-serif;
	padding:5px 20px;
	cursor:pointer;
	color:#111;
	border-left: 3px double #CCCCCC;
	border-right: 3px double #999999;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #999999;
	background: #FFFFFF;
}
button:hover {
	background:#fafafa;
}
button:active {
	background:#f5f5f5;
}
button img {
	vertical-align:middle;
}
.standalone button {
	margin-top:10px;
}
.hint, .tip {
	font:italic 0.7em Verdana;
	color:#919191;
	padding:4px 0 0 0;
}
.tip {
	font-style:normal;
	color:#333;
	display:inline;
}
.tip strong {
	font-size:1em;
}

input.error, textarea.error {
	border-color: #FFCC00;
}
input.error:hover, textarea.error:hover {
	border-color: #FF9900;
}
span.error {
	color: #FF4111;
	font:bold 0.7em Tahoma;
	background:url(/_img/arrow-up.png) no-repeat 0 0;
	padding:0 0 0 18px;
}
span.example {
	border-bottom:1px dotted;
}
.notice {
	border:1px dotted #99CC00;
	padding:15px 20px 3px 20px;
	background: #FAFFE8;
	font:1em/1.4 Arial;
	color:#321;
	margin:0 0 7px 0;
}
.notice.warning {
	background:#FAFFE8 url(/_img/warning.png) no-repeat 99% 6px;
}
.notice h4 {
	color:#CC3300;
	margin-bottom:14px;
}
.notice strong {
	color:#110;
}
sup {
	font:0.7em Georgia;
}
sup a {
	padding:0 2px;
	text-decoration:none;
	color: #996600;
}
sup a:hover {
	color:#fff;
	background:#996600;
	text-decoration:none;
}
.paypal-form {
	margin:0 0 15px 0;
}
.signinnot {
	position:absolute;
	top:0;
	right:0;
	font:0.8em Tahoma;
	color:#516060;
}

.sidebar-menu {
	background:#FCFAF1;
	border-top:4px solid #EDDAA7;
	padding:8px 0 1px 0;
}
.sidebar-menu ul {
	margin-left:10px;
	list-style:none;
}
.sidebar-menu ul ul {
	margin-bottom:0;
}
.sidebar-menu li {
	margin:0 0 4px 0;
}
.sidebar-menu li a {
	font:bold 0.9em Trebuchet MS;
	text-decoration:none;
	color:#0261ca;
}
.sidebar-menu li a:hover {
	color:#3394FF;
	text-decoration:none;
}
.sidebar-menu li li {
	margin:0;
}
.sidebar-menu li li a {
	font:0.75em Arial;
}
.sidebar-menu li a.current {
	border-bottom:2px solid #B3D7FF;
}
.sidebar-menu li li a.current {
	border-bottom:1px solid #B3D7FF;
}
.sidebar-menu .count {
	font:11px Courier New;
}
.sidebar .text {
	margin:10px 0;
	padding:5px 10px;
	font:0.7em/1.5 Tahoma;
	border-left:1px dotted #bbb;
	border-right:1px dotted #bbb;
}
.sidebar .text p {
	margin-bottom:12px;
}
.sidebar .text .bulb {
	margin:0 8px 0 0;
}
.sidebar .text h5 {
	font:bold 2em Verdana;
	letter-spacing:-1px;
	margin-bottom:15px;
}
.sidebar {
	width:200px;
}
.main-column {
	margin:0 0 0 200px;
	padding:0 0 0 15px;
}
.main-column iframe {
	width:100%;
	height:10em;
}
table {
	width:100%;
	background:#fff;
	padding:1px;
	border-spacing:1px;
	border-collapse:separate;
	border:1px dotted #DCD8BE;
}
table a {
	text-decoration:none;
}
table a:hover {
	text-decoration:none;
	border-bottom:1px solid;
}
caption {
	color:#507a98;
	margin:0 0 4px 0;
}
td, th {
	padding:3px 6px 2px 6px;
	text-align:left;
}
.even td {
	background:#f6f6f6;
}
th {
	color:#9e7339;
	background:#f3f8ed;
}
th em {
	font-weight:normal;
	font-size:0.8em;
}
thead th, tfoot th {
	background: #EBF3FA;
	color:#222;
}
thead th.first, tfoot th.first {
	background: #D2E7F4;
}
.even th {
	background:#eaf0e5;
}
tbody td {
	font:0.9em Verdana;
	color:#584940;
}
form .question {
	font:0.75em Arial;
	margin:0 0 4px;
	padding:0 0 0 20px;
	background:url(/_img/icon-questionmark.png) no-repeat 0 50%;
	color:#516060;
}
form .question em {
	font-weight:bold;
}
ul.green-dots {
	list-style:none;
}
ul.green-dots li {
	background:url(/_img/green-dot.gif) no-repeat 0 11px;
	padding:0 0 0 10px;
}
.inline {
	display:inline;
	vertical-align:middle;
}

/* -------------- app -------------- */

.itemlist {
	padding:0;
	border-spacing:2px;
	border-collapse:separate;
	border:1px dotted #1f2733;
}
.itemlist tr:hover, .itemlist .even:hover td, .itemlist .even:hover th {
	background: #f5f5f5;
}
.itemlist th, .itemlist td {
	background:none;
	padding:7px 9px;
	vertical-align:middle;
}
.itemlist thead th {
	background:#3D4B63;
	color:#fff;
	font:1.1em Arial;
}
.itemlist .title {
	font:bold 0.9em Verdana;
}
.itemlist .title a {
	padding:0 0 0 24px;
	background:url(/_img/product.png) no-repeat 0 1px;
	color:#913700;
}
.itemlist .title.sub a {
	color: #D55000;
}
.itemlist .title a:hover {
	color:#bf9004;
	border:none;
}
.itemlist .actions {
	font:normal 0.85em Tahoma;
	margin:6px 0 2px 0;
}
.itemlist .actions a {
	color:#908070;
}
.itemlist .actions a:hover {
	color:#654;
}
.itemlist .actions a.danger {
	color:#b00;
}
.itemlist .actions a.danger:hover {
	color:#f00;
}
.itemlist .minor {
	font:0.85em/1.5 Tahoma;
}
.itemlist .even td, .itemlist .even th {
	background:#f8f8f8;
}

.itemlist.orders .title a {
	background-image:url(/_img/order.png);
}
.itemlist.orders .actions {
	margin-left:25px;
}

p.actions {
	font:0.8em Tahoma;
	padding:10px 0;
	border-top:1px dotted #eee;
	border-bottom:1px dotted #eee;
	margin:0 0 10px 0;
}
p.actions a {
	font-weight:bold;
	text-decoration:none;
	padding:1px 4px 2px 4px;
	border:1px dotted ;
	color:#a86;
}
p.actions a:hover {
	border-style:solid;
}
p.actions a.current, p.actions a.current:hover {
	padding:0;
	font-weight:bold;
	color:#333;
	border:none;
}
p.actions a.current:hover {
	text-decoration:underline;
}
.itemlist.trash .actions {
	margin:0;
}
.itemlist .suspended .title a {
	color:#d0d0d0;
	background-image:url(/_img/product-suspended.png);
}
.itemlist .suspended .actions a {
	color:#d0d0d0;
}
.itemlist .suspended .title .floatright {
	font:0.75em Tahoma;
	color:#d0d0d0;
}

.sidebar {
	width:180px;
}
.main-column {
	margin:0 0 0 180px;
}
.sidebar-menu li a {
	font:bold 0.85em Arial;
}

.rightbars {
	width:182px;
	font:0.85em Arial;
}
.rightbar {
	border:2px dotted #bbb;
	padding:7px 7px 9px 9px;
	background:#fcfcfc;
	margin:0 0 20px 0;
}
.rightbar ul, .rightbar ol {
	font-size:0.9em;
}
.rightbar li {
}
.rightbar a {
	text-decoration:none;
	color:#669900;
	padding:1px 2px;
	display:inline-block;
	margin:0 0 1px 0;
	vertical-align:top;
}
.rightbar a:hover, .rightbar .current a {
	background:#669900;
	color:#fff;
}
.rightbar h3 {
	margin:0 0 6px 0;
	font-weight:bold;
}
.rightbar ul, .rightbar ol {
	margin:0 0 0 20px;
}

#page_page_content {
	font:0.7em Courier New;
	height:30em;
}


.content .pagenav {
	overflow:hidden;
	margin:0;
	font:0.8em Tahoma;
}
.content .pagenav.bottom-15 {
	margin-bottom:15px;
}
.pagenav li {
	float:left;
	display:inline;
	margin:0 4px 0 0;
}
.pagenav li.current, .pagenav li a {
	float:left;
	display:inline;
	padding:2px 5px;
}
.pagenav li a {
	color:#333333;
	text-decoration:none;
	background:#f6f6f6;
	border:1px solid #eeeeee;
}
.pagenav li.current {
	font-weight:bold;
	color:#000;
	border:1px solid #f6f6f6;
	background:#fff;

}
.pagenav li a:hover {
	background:#eeeeee;
	border:1px solid #cccccc;
}



.category_index {
	overflow:hidden;
	height:1%;
	padding:8px 12px 1px 12px;
	background:#f6f6f6;
	margin:0 0 15px 0;
}
.category_index.inner {
	font-size:0.8em;
	margin-top:160px;
}
.category_box {
	float:left;
	width:438px;
	margin:0 10px 2px 0;
	display:inline;
}

.crumb {
	font:0.8em Tahoma;
	color:#000;
}
.crumb a {
	text-decoration:none;
}
.crumb a:hover {
	text-decoration:underline;
}

.content .horizontal { /* horizontal ul, ol, dl */
	list-style:none;
	margin-left:0;
	overflow:hidden;
}
.horizontal li {
	float:left;
	display:inline;
	margin:0 10px 0 0;
}

.child_categories {
	float:right;
	background:#f6f6f6;
	padding:10px 14px 1px 14px;
	width:240px;
	font-size:0.9em;
	display:inline;
	margin:0 0 20px 10px;
	border-top:4px solid #555;
}
.child_categories.peers {
	width:320px;
}
.child_categories ul {
	margin-left:25px;
}
.child_categories .current {
	font-weight:bold;
}


.listings {
	font-size:0.9em;
	color: #3C4646
}
.listings ul {
	list-style:none;
	margin:0 0 0 10px;
}
.listings li {
	margin:0 0 20px 0;
	padding:0 0 0 20px;
	background:url(/_img/icon-arrowright.gif) no-repeat 0 7px;
}
.listings h3 {
	font:bold 1.4em Arial;
	margin:0 0 4px 0;
}


.listing-details .field {
	width:140px;
	float:left;
	text-align:right;
	padding:0 10px 0 0;
}
.listing-details p {
	clear:both;
}
.listing-details .value {
	
}










