/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../images/background_pattern.jpg);
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}


input, select {
	font-size: 11px;
}

#content_filter {
	height: 138px;
	padding: 10px;
	clear: both;
}




.box_content {
	background-image:url('../images/box_bg.png');
	margin: 3px;
}

.box_content p {
	padding: 6px;
	text-align: justify;
}

.box {
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}

.box label {
	cursor: pointer;
}

.box_tl, .box_t, .box_tr, .box_r, .box_br, .box_b, .box_bl, .box_l {
	position: absolute;
/*	z-index: 1;*/ 
}

.box_tl { width: 3px; height: 3px; left: 0px; top: 0px; background-image:url('../images/box_tl.png'); }
.box_t  { height: 3px; left: 3px; right: 3px; top: 0px; background-image:url('../images/box_t.png'); }
.box_tr { width: 5px; height: 3px; right: -2px; top: 0px; background-image:url('../images/box_tr.png'); }
.box_r  { width: 5px; bottom: 3px; top: 3px; right: -2px; background-image:url('../images/box_r.png'); }

.box_br { width: 5px; height: 5px; right: -2px; bottom: -2px; background-image:url('../images/box_br.png'); }
.box_b  { height: 5px; left: 3px; bottom: -2px; right: 3px; background-image:url('../images/box_b.png'); }
.box_bl { width: 3px; height: 5px; left: 0px; bottom: -2px; background-image:url('../images/box_bl.png'); }
.box_l  { width: 3px; bottom: 3px; top: 3px; left: 0px; background-image:url('../images/box_l.png'); }


#category_list form {
}

#category_list {
}

#category_list ul,
#sub_category ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#category_list li,
#sub_category li {
	padding: 0px 6px 0px 2px;
	margin: 0px;
	display: block;
	overflow: hidden;
	height: 22px;
}

#category_list label,
#sub_category label {
	top: -3px;
	position: relative;
}

#category_list input,
#sub_category input {
	position: relative;
	margin: 3px 3px 0px 0px;
	padding: 0px;
}

#filter_keyword {
	font-size: 10px;
}

#filter_keyword h2,
#filter_color h2 {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
	color: #888;
}

#filter_keyword select {
	border: 1px solid #acacac;
}

#filter_keyword label {
	width: 30px;
	display: block;
	float: left;
}

#input_keyword #searchbutton {
	width: 16px;
	height: 16px;
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color:#FFFFFF;
}

#input_keyword select {
	font-size: 10px;
}

#input_keyword input {
	border: none;
	height: 13px;
	position: relative;
	margin: 0px;
	padding-top: 1px;
	vertical-align: top;
	color: #acacac;
	width: 137px;
	float: left;
	display: inline;
}

#input_keyword {
	border: 1px solid #acacac;
	background-color: #fff;
	height: 16px;
}

#input_keyword img {
	position: absolute;
	right: 4px;
}


table {
	empty-cells: show;
}

#filter_color {
	position: relative;
	/*padding: 3px;*/
	display: block;
	/*height: 120px;*/
  font-size: 16px;
}

#filter_color .color {
	border: 1px solid black;
	width: 18px;
	height: 18px;
	position: relative;
	float: left;
	margin: 3px;
  cursor: pointer;
}

#filter_color .color:hover {
  border: 1px solid #fff;
}

#color_select {
	clear: both;
	float: left;
	position: relative;
}

#colorselector_bg {
  cursor: pointer;
}

/************** DATAGRID **************/
#content_datagrid {
	background-color: #fff;
	position: relative;
	left: 0px;
	z-index: 0;
}

#content_datagrid img {
	border: 1px solid black;
	display: block;
	margin: 0px auto;
}

#content_datagrid img#order {
	border: none;
	margin: 0;
	padding-left: 4px;
	display: inline;
	position: absolute;
	top: 5px;
	text-decoration: none;
}

#content_datagrid .shadow_top {
	background-image:url(../images/datagrid_shadow.png);
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
	position: absolute;
	top: -4px;
}

#content_datagrid .shadow_bottom {
	background-image:url(../images/datagrid_shadow_bottom.png);
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: -4px;
}


#content_datagrid table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 1px;
}


#content_datagrid thead {
	background-image: url(../images/thead.gif);
	background-repeat: repeat-x;
	background-color: #cecece;
	height: 28px;
	font-weight: bold;
	font-size: 12px;
}

#content_datagrid thead td {
	height: 28px;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 5px;
}

#content_datagrid tbody td {
	padding-right: 20px;
	padding-left: 5px;
	height: 24px;
}

#content_datagrid tbody .border {
	border: 1px solid #000;
}

#content_datagrid tbody .center {
	text-align: center;
}

#content_datagrid .even td {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	white-space: nowrap;
}

#content_datagrid .oneven td {
	background-color: #ededed;
	border-bottom: 1px solid #e7e7e7;
	white-space: nowrap;
}



#content_datagrid tfoot td {
	height: 1px;
	background-color: #fff;
	position: relative;

}

#content_datagrid p {
	padding: 10px;
}



/************** FOOTER **************/
#content_footer {
	margin: 10px;
}

#content_footer #left p {
	color: #cacaca;
	background-color: #000;
	display: inline;
	padding: 0px 1px 1px 1px;
	float: left;
	position: relative;
}

#content_footer #right p {
	color: #cacaca;
	background-color: #000;
	padding: 0px 1px 1px 1px;
	float: right;
	display: inline;
	position: relative;
}

#content_footer a {
	color: #cacaca;
	text-decoration: none;
}

/************** POPUP STYLES **************/
#backgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}


#popupClose {
	background-image: url(../images/popup_close.png);
	right:-22px;
	top:-22px;
	position:absolute;
	color:#6fa5fd;
	display:block;
	z-index: 23;
	width: 41px;
	height: 41px;
	cursor: pointer;
}

#popupClose:hover {
	background-image: url(../images/popup_close_hover.png);
}

.inactive_overlay_img {
	background-image:url(../images/inactive_overlay.png);
	left: -2px;
	top: -2px;
	width: 247px;
	height: 100px;
	position: absolute;
	z-index: 2;
	float: left;
}

.inactive_overlay_txt {
	position: absolute;
	top: 44px;
	font-size: 12px;
	width: 247px; 
	height: 100px;
	z-index: 3;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.inactive_overlay_img2 {
	background-image:url(../images/inactive_overlay.png);
	left: -2px;
	top: -2px;
	width: 160px;
	height: 100%;
	position: absolute;
	z-index: 2;
	float: left;
	padding: 0px;
	margin: 0px;
}

.inactive_overlay_txt2 {
	position: absolute;
	top: 24px;
	font-size: 12px;
	width: 160px; 
	height: 100%;
	z-index: 3;
	float: left;
	text-align: center;
	vertical-align: middle;
}

#position_right {
	right: 0px;
	position: relative;
	float: right;
}

#selection_list {
	display: none;
}

.scroll {
	overflow: auto;
	height: 110px;
	position: absolute;
	width: 180px;
	height: 120px;
}

#event_list {
	height: 120px;
	display: none;
}

#all_items_list {
	display: none;
}

#breadcrumbs {
	margin: 10px 10px 20px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #696;
	letter-spacing: 1px;
}

#breadcrumbs span {
	font-weight: none;
	font-size: 12px;
	margin: 10px;
}

#breadcrumbs a {
	color: #696;
}

.keywords span {
	text-decoration: underline;
	font-style: italic;
	font-size: 11px;
}

.keywords a {
	font-size: 10px;
	text-decoration: none;
}

.keywords a:hover{ 
	text-decoration: underline;
}

/* SliderStuff */
#slider {
	clear: both;
  height: 46px;
}

#slider label {
  font-size: 11px;
  height: 16px;
	display: block;
}

#tolerance {
  display: none;
}

#filter {
  margin: 3px 10px 0px 0px;
}
/* End sliderstuff*/

#sb-body-inner { background-color: #ffffff; }

#preselected_colors {
	display: block;
  height: 26px;
}

.colorselector_block {
	margin: 3px 8px 3px 3px;
}

.select_color_text {
	margin-top: 2px;
	margin-left: 5px;
	height: 22px;
  font-size: 11px;
  line-height: 16px;
  display: inline-block;
}

.filter_button {
  background-color: #ccc;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  width: 79px;
  cursor: pointer;
  letter-spacing: 1px;
	font-family: arial;
}

/* Contact block */
#box_right {
  float: right;
	height: 200px;
}
#box_right .box {
  float: none;
}

#box_right a {
	text-decoration: none;
}
#box_right a:hover {
	text-decoration: underline;
}

#contact {
	text-align: right;
	line-height: 16px;
}

#download {
	text-align: right;
	line-height: 16px;
}

#contact h2,
#download h2 {
  font-weight: lighter;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	color: #888;
}
