@charset "UTF-8";

/* CSS Document */

/* Select Controls
----------------------------------------------- */
#effectsSelect { width: 180px; }
#effectsControls {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	top: 228px;
	position: absolute;
	display: block;
	font-weight: bolder;
}
#effectsGalleries {	margin:0 auto 20px 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 a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 120px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.effectsTransport a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
.effectsTransport a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
.effectsTransport a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
.effectsTransport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

.effectsReload_0 {
  margin: 0;
  padding: 0;
  list-style: none;
   left: 0px;
}

#effectsReload a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.1em;
	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:138px;
	height:180px;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
/*////////////////////////////////////////////////////////////////*/
.content_panel {
	width:680px;
	padding: 10px;
	background-color: #FFFFFF;
	display:block;
	color: #000000;
	border: 0px none #999;
	min-height: 700px;
}

.container {
	width:680px;
	background-color:#FFFFFF;
	margin-left: 160px;
	display:block;
	margin-bottom:10px;
	min-height: 700px;
}

#text_pane {
	width:100%;
	height:1px;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-indent:5px;
}

/* Effect Boxes
-----------------------------------------------
#content_box{
	background-image:url(product_box_shots.gif)
} */
#effectsContro {
position:absolute;
left:864px;
	top:228px;
}

