
.theme_site-font {
	font-family:Arial, Helvetica, sans-serif;
}

.theme_site-ext {
	background-color:#FFFFFF;
}

.theme_site-int {
	background-color:#FFFFFF;}


.theme_menu-main a:link, .theme_menu-main a:visited {
	color:#888888;
}
.theme_menu-main a:hover {
	color:#000000;
}
.theme_menu-main a.sel {
	color:#000000 !important;
}


.theme_box {}
.theme_box_bg {
	background-color:#FAFAFA;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.theme_box_bg_60 {
	background-color:#FAFAFA;
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

.theme_form-field {
	background-color:transparent;
	border:1px solid #EAEAEA;
	color:#474747;
	font-family:inherit;
}
input[type=submit].theme_form-field {
	color:#BABABA;
	cursor:pointer;
}
input[type=submit].theme_form-field:hover {
	color:#000000;
}


.cartViewport {
	border-top:1px dashed #BABABA;
	border-bottom:1px dashed #BABABA;
}



.theme_menu-sub a:link, .theme_menu-sub a:visited {
	color:#888888;
}
.theme_menu-sub a:hover {
	color:#000000;
}
.theme_menu-sub a.sel {
	color:#000000;
}


.theme_text-body {
	color:#474747;
}
.theme_text-body p.dim {
	color:#AAAAAA;
}

.theme_text-body a:link, .theme_text-body a:visited {
	color:#888888;
}
.theme_text-body a:hover {
	color:#000000;
}

/* add to cart button */
.theme_text-body input.add_to_cart {
	color:#888888;
}
.theme_text-body input.add_to_cart:hover {
	color:#000000;
}


.theme_text-pages {
	color:#AAAAAA;
}
.theme_text-pages a:link, .theme_text-pages a:visited {
	color:#BABABA;
}
.theme_text-pages a:hover {
	color:#000000;
}
.theme_text-pages a.pageSelected {
	color:#000000;
}



.jspTrack {
	background-image:url('../images/scroll_dark_track_repty.png');
	backgrond-position:0px 0px;
	background-repeat:repeat-y;
	position: relative;
}

.jspDrag{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-image:url('../images/scroll_dark_knob.png');
}

.jspVerticalBar .jspArrowUp {
	background-image:url('../images/scroll_dark_up.png');
}
.jspVerticalBar .jspArrowDown {
	background-image:url('../images/scroll_dark_down.png');
}
