@charset "UTF-8";
/* CSS Document */

/** {cursor: none;}*/

@font-face {
	font-family: Gotham-Book;
	src: url('fonts/Gotham-Book.otf');
}
@font-face {
	font-family: Gotham-Italic;
	src: url('fonts/Gotham-BookItalic.otf');
	font-style:italic;
	font-weight:lighter;
}
@font-face {
	font-family: Gotham-Bold;
	src: url('fonts/Gotham-Bold.otf');
	font-weight: bold;
}
button {
	margin-left:3px;
}
html {
	height: 100%;
	}
body {
	color:#939597;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
}
.lfloat{
	font-size:11px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

* {
	outline: 0 !important;
}

.thumb {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}


/* UI */
.noTitleStuff .ui-dialog-titlebar {display:none;}

a:link {padding:0px 10px; font-size:1.1em; color:#666; text-decoration:none;} /* unvisited link */
a:visited {padding:0px 10px; font-size:1.1em; color:#666;}  /* visited link */
a:hover {padding:0px 10px; font-size:1.1em; color:#C2B136;}  /* mouse over link */
a:active {padding:0px 10px; font-size:1.1em; color:#666;}  /* selected link */ 

#menubar a {display:inline-block; letter-spacing:.1em; color:#939597; white-space:nowrap; padding:10px 16px; font-size:0.95em; text-decoration:none;} /* unvisited link */
#menubar a:hover, #menubar a.open {color:#C2B136;}  /* mouse over link */

#sidemenu a, #downloads span, #downloads a {font:italic normal 1.3em Gotham-Italic; display:block; letter-spacing:1.6px; margin-bottom:16px; color:#666; text-decoration:none;} /* unvisited link */
#sidemenu a:hover, #downloads a:hover {color:#C2B136;}  /* mouse over link */

#otheroptions a {font:italic normal 1.15em Gotham-Italic; display:block; letter-spacing:1.6px; margin-bottom:6px; color:#666; text-decoration:none;} /* unvisited link */
#otheroptions a:hover {color:#C2B136;}  /* mouse over link */

a:link.innerside {font:italic normal 1.3em Gotham-Italic; display:block; letter-spacing:1.6px; margin-bottom:13px; color:#666; text-decoration:none;}



#sections .product_details span { font:normal 1em Gotham-Book; line-height:1em; padding-bottom:5px; margin-top:-2px; padding-top:0px; }
