@charset "UTF-8";

body 
{ 
	background: #000;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Sans Serif;
	font-size: 12px;
	margin: 0;
	color: #999;
}

.content {
	width: 805px;
	background: #000;
	margin: 0 auto 0 auto;
	padding: 0 18px 0 20px;
}

img { border: none; }

.left 
{
	float:left;
}
#slideNav 
{
	width: 804px;
	/* background: #000;*/
	color: #fff;
	padding: 0;
	margin: 0;
	min-height: 30em;
	line-height: 1.5em;
	font-size:10px;
}

.SnavB
{
	margin: 5px 0 0 0;
	padding: 0;
	width: 114px;
	background: #000;
	float: left;
}
.Snav
{
	margin: 0;
	padding: 5px 0 0 10px;
	color: #666;
	width: 104px;
	background: #000;
	float: left;
	opacity: 0.5;
	filter:alpha(opacity=50);	
}

a, .Snav a
{
	text-decoration: none;
	color: #666;
}
a, .Snav-hover a {
	text-decoration: none;
	color: #999;
}


.Snav a:hover, .Snav-hover a:hover, a:hover {
	text-decoration: none;
	color: #fff;
}

.Snav-hover {
	margin: 0;
	padding: 5px 0 0 10px;
	color: #999;
	width: 104px;
	background: #000;
	float: left;
	opacity: 1.0;
	filter:alpha(opacity=100);

}


.Snav strong, .SnavTop a 
{
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}

.Snav input, .Snav-hover input, .Snav:hover input, input {
	background: #222;
	border: 1px solid #ccc;
	color: #ccc;
}

.btn {
	background: none;
	border:none;
}

.SnavTop
{
	background: #000;
	padding: 0;
	margin: 0;
}

.hi {
	color:#9CC4FF;
}
.line { 
	border-top: 1px dotted #ccc;
	text-align:center;
	padding: 10px 0 0 0;
}

.S {
	font-size: 9px;
}

.prod, .product {
	font-size: 10px;
	color: #ddd;
	line-height: 1.5em;
	float: left;
	width: 170px;
	text-transform: uppercase;
}

.gap {
	width: 32px;
	float: left;
	
}
.catgap {
	width: 40px;
	float: left;
	
}



strong {
	background: #ddd;
	color: #000;
	font-weight:normal;
	text-transform: uppercase;
}

strong a {
	color: #000;
}

strong a:hover
{
	color: #333;
}



strong.grey {
	background: #333;
	color: #fff;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing: 1px;
	font-size: 9px;
	padding: 0 3px 0 3px;
}

h4 {
	color: #eee;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

h5 {
	color: #AAA;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #AAA;
}

.t {
	height: 1.5em;
	overflow: hidden;
	margin: 0;
}

.mens {
	float: left;
	margin: 5px 0 0 0;
}
.womens {
	float: right;
	margin: 5px 3px 0 0 ;
}

.show {
	display: block;
}
.hide {
	display: none;
}

label {
	width: 55px;
	float: left;
	text-align: left;
	margin: 0 8px 0 0;
	font-size: 10px;
}

select {
	background: #000;
	border:  1px solid #333;
	color: #fff;
	font-size: 10px;
	margin: 0 0 4px 0;
}

.quickbuy {
	line-height:1.5em;
	border-top:1px dotted #666;
	border-bottom:1px dotted #999;
	margin:10px 0 10px 0;
	padding:10px 0 3px 0;
}
.loading {
	line-height:1.5em;
	background: url(images/loading-dial.gif) no-repeat;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	margin:10px 0 10px 0;
	padding:10px 0 3px 0;
}


.category {
	float: left;
	margin: 5px 0 0 0 ;
	width:800px;
}

.product {
	width:800px;
}

ul.tabs {
	padding: 0;
	margin: 25px 0 0 0;
	list-style: none;
	
}
ul.tabs li {
	float: left;
	margin: 0 15px 0 0;
	color: #333;
}

ul.tabs li.sel {
	text-decoration: underline;
	color: #fff;
}