body {
	background-color:#1A1A1A;
	background-image:none;
	color:white;
}
#main{
	position:relative;
	 width:69%;
	 margin:0px auto;
	 min-width:20em;
	 max-width:873px; /* I only cut the left background images out to 630px. You could do much larger, etc. */
}
#content{
	width:873px;
	position:relative;
}
#dynamic_table{
  width:873px;
	margin-top:20px;
}

.hide{
	display:none;
}
.bd .c span.hide{
  padding: 0 5px;
}

#adidas-header{
	 position:relative;
	 margin-left:5px;
}
a.logo{
	float:none;
}
#adidas-header h2{
	color:white;
	position:absolute;
	top:25px;
	left:210px;
}
td {
	padding:2px 5px 2px 5px;
}
#collapsible{
	display:none;
}
#collapsible span{
	cursor:pointer;
}
.export_rounded{
	position:absolute;
	right:0px;
	width:130px;
}
.export_text{
	text-decoration:none;
	display:block;
	font-weight:bold;
	color:white;
	font-size:14px;
	padding-left:4px;
}
.export_text:hover{text-decoration:none;}

input.autoComplete{
	background-image:url('/images/disc_tool/input.png');
	color:white;
	width:121px;
	height:17px;
	border:none;
}
#art_num{
  border-color:#000 !important;
  border:none !important;
}


#dropdown{
	width:873px !important; 
}

/* Custom-themed auto-suggest */
.ac_odd{
	background-color:#484848;
}
.ac_event{
	background-color:#1A1A1A;
}
.ac_over{
	background-color:#0A246A;
}
.ac_results{
	border-color:#999999;
}

#selected{
	font-weight:bold;
}
.hide{
	font-weight:normal;
}

#show_selections{
	margin-top:-20px;
	color:#484848;
}



/* ------------- 		Rounded Corners			------------- */
.rounded , #dynamic_table{
 color:#fff;
}
.zebra, #selected, .blank{
 width:100%;
}




/* ---------- */
.rounded .hd .c,
.rounded .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}
.zebra .hd .c,
.zebra .ft .c,
#selected .hd .c,
#selected .ft .c,
.blank .hd .c,
.blank .ft .c{
 height:5px;
}



/* ---------- */
#dropdown.rounded .ft .c {
 height:30px;
}




/* ---------- */
.rounded .hd {
 background:transparent url(/images/disc_tool/filter-tl.png) no-repeat 0px 0px;
 margin-right:14px; /* space for right corner */
}
.zebra .hd {
 background:transparent url(/images/disc_tool/zebra-tl.png) no-repeat 0px 0px;
}
#selected .hd {
 background:transparent url(/images/disc_tool/selected-tl.png) no-repeat 0px 0px;
 margin-right:13px; /* space for right corner */
}
.blank .hd {
 background:none;
}


/* ---------- */
.rounded .hd .c {
 background:transparent url(/images/disc_tool/filter-tr.png) no-repeat right 0px;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}
.zebra .hd .c {
 background:transparent url(/images/disc_tool/zebra-tr.png) no-repeat right 0px;
 margin-right:-7px; /* pull right corner back over "empty" space (from above margin) */
}
#selected .hd .c {
 background:transparent url(/images/disc_tool/selected-tr.png) no-repeat right 0px;
 margin-right:-7px; /* pull right corner back over "empty" space (from above margin) */
}
.blank .hd .c {
 background:none;
}


/* ---------- */
.rounded .bd {
 background:transparent url(/images/disc_tool/filter-ml.png) repeat-y 0px 0px;
 margin-right:6px;
}
.zebra .bd {
 background:transparent url(/images/disc_tool/zebra-ml.png) repeat-y 0px 0px;
}
#selected .bd {
 background:transparent url(/images/disc_tool/selected-ml.png) repeat-y 0px 0px;
}
.blank .bd {
 background:none;
}

/* ---------- */
.rounded .bd .c {
 background:transparent url(/images/disc_tool/filter-mr.png) repeat-y right 0px;
 margin-right:-6px;
}
.zebra .bd .c {
 background:transparent url(/images/disc_tool/zebra-mr.png) repeat-y right 0px;
 margin-right:0px;
}
#selected .bd .c {
 background:transparent url(/images/disc_tool/selected-mr.png) repeat-y right 0px;
 margin-right:0px;
}
.blank .bd .c {
 background:none;
}

/* ---------- */
.rounded .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(/images/disc_tool/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}
.blank .bd .c .s {
 background:none;
}

/* ---------- */
.rounded .ft {
 background:transparent url(/images/disc_tool/filter-bl.png) no-repeat 0px 0px;
 margin-right:14px;
}
.zebra .ft {
 background:transparent url(/images/disc_tool/zebra-bl.png) no-repeat 0px 0px;
}
#selected .ft {
 background:transparent url(/images/disc_tool/selected-bl.png) no-repeat 0px 0px;
 margin-right:13px;
}
.blank .ft {
 background:none;
}

/* ---------- */
.rounded .ft .c {
 background:transparent url(/images/disc_tool/filter-br.png) no-repeat right 0px;
 margin-right:-14px;
}
.zebra .ft .c {
 background:transparent url(/images/disc_tool/zebra-br.png) no-repeat right 0px;
 margin-right:-7px;
}
#selected .ft .c {
 background:transparent url(/images/disc_tool/selected-br.png) no-repeat right 0px;
 margin-right:-7px;
}
.blank .ft .c {
 background:none;
}


/* content-specific */

.rounded h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

p {
 font-family:verdana,tahoma,arial,"sans serif";
}

.rounded p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .rounded pre {
 font-size:1.1em;
 }
 
 
 
 
 
 /* ------------- ROUNDED-CORNER ROWS  ------------- */
 
/*#dynamic_table {
  border-collapse:collapse;
  width:50%;
}
#dynamic_table td, #dynamic_table th {
  margin:0;
  padding:0px 5px 17px 5px; /* bottom padding is equal to size of bck image*/
/*}
#dynamic_table td, #dynamic_table th {
  background:#E3E7D8 url(tr1.gif) left bottom repeat-x;
}
#dynamic_table td.f, #dynamic_table th.f {
  background:#E3E7D8 url(tr1f.gif) left bottom no-repeat;
}
#dynamic_table td.l, #dynamic_table th.l {
  background:#E3E7D8 url(tr1l.gif) right bottom no-repeat;
}*/






ul{
	list-style:none;	
}

#dropdown>div{
	height:100%;
}

td{
	width:100px;
	vertical-align:top;
	text-align:left;
}
.first_td{
	width:160px;	
}
.small_td{
	width:80px;
}
#filters img{
	padding-left:5px;
}
#filter_reset img{
	padding-left:30px;
}