@charset "UTF-8";

/* CSS Document */

/* Select Controls
----------------------------------------------- */
#effectsSelect { width: 184px; }
#effectsControls {	margin:0 auto 10px auto;}
#effectsGalleries {	margin:0 auto 0 auto; }
#effectsGalleries label { padding-bottom: 2px; }

#effectsTransport {
	margin: 0;
	padding: 0;
	list-style: none;
}

#effectsTransport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.effectsTransport_1 {

}
.effectsTransport_2 {

}
.effectsTransport_3 {

}
.effectsTransport_4 {

}
.effectsTransport_5 {

}
.effectsTransport_6 {

}
.effectsTransport_7 {

}
.effectsTransport_8 {

}
.effectsTransport_9 {

}


#effectsTransport a {
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 184px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#effectsTransport a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #1f437d;
	text-transform: uppercase;
}
#effectsTransport a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #1f437d;
	text-transform: uppercase;
}
#effectsTransport a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #dc8815;
	text-transform: uppercase;
}
#effectsTransport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

.effectsReload_0 {
  margin: 0;
  padding: 0;
  list-style: none;
  position:absolute;
}

#effectsReload a {
	text-decoration: none;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 120px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#effectsReload a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#effectsReload a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#effectsReload a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #333;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#effectsReload a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}


/* Boxes
----------------------------------------------- */
.navigation_pane {
  width:184px;
  position:absolute;
}

.content_pane {
  width:525px;
  height:309px;
}

#text_pane {
  text-indent:5px;
}

/* Effect Boxes
----------------------------------------------- */
#product_box {
	position:absolute;
}

