/* CSS Document */

#contentBoxDefault {
	margin:0;
	background:none;
}
#contentDefault {
	padding:0;
	background:none;
	color:#000;
}
#contentDefault a {
	color:#000;
}
/* styles index */
.styles {
	height:100px;
	background:url(../images/stylesIndex_out.gif) top left no-repeat;
	position:relative;
	margin-bottom:10px;
	cursor:pointer;
}
.styles .productsOnline {
	width:70px;
	position:absolute;
	left:0;
	top:0;
}
.styles .stylesIMG {
	width:500px;
	position:absolute;
	left:70px;
	top:0;
}
.styles .stylesDesc {
	width:310px;
	padding:10px;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
}
.styles h1 {
	color:#FFF;
	text-transform:uppercase;
	margin:0;
}
.styles p {
	margin:0;
	margin-top:3px;
	color:#000;
	font-size:11px;
}
/* styles shop */
#shopDetailView {
	position:relative;
	height:500px;
	/*background:url(../images/productDetail_bg.jpg) top left no-repeat;*/
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#shopDetailView a {
	color:#fff;
	text-decoration:none;
	font-size:13px;
	margin:0 5px;
}
#shopDetailView a:hover, #shopDetailView a.active {
	color:#000;
	text-decoration: none;	
}
#shopDetailView img {
	border:none;
}

#shopDetailView #productInfo a {
	color: #000;	
}

#shopDetailView #productInfo a:hover {
	color: #fff;	
}

#sex, #product, #size, #buy, #viewAll {
	position:absolute;
	top:25px;
	left:20px;
	width:205px;
	text-align:center;
	z-index:1000;
}
#shopDetailView #sex a {
	margin:0 12px;
}
#viewAll {
	left:272px;
	width:auto;
}
#product {
	left:350px;
}
#size {
	left:594px;
}

#size a {
	cursor:pointer;
}

#size a.active, #sex a.active, #product a.active {
	font-weight:bold;
}
#size form {
	display:inline;
	margin:0;
	padding:0;
	padding-right:5px;
}
#size select {
	font-size:10px;
}
#buy {
	right:13px;
	top:15px;
	left:auto;
	width:auto;
}
#productStyle {
	position:absolute;
	top:262px;
	left:15px;
}
#productStyle a {
	display:block;
	height:24px;
	line-height:24px;
	margin-bottom:2px;
	width:260px;
	padding-left:18px;
	background:url(../images/productStyle_out.png) top left no-repeat;
	cursor:pointer;
}
#productStyle a:hover, #productStyle a.active {
	background:url(../images/productStyle_over.png) top left no-repeat;
	color:#000;
}
#productStyle .inactive {
	cursor:default;
	color:#999;
	display:block;
	height:24px;
	line-height:24px;
	margin-bottom:2px;
	width:260px;
	padding-left:18px;
	background:url(../images/productStyle_out.png) top left no-repeat;	
}
#productTurn {
	cursor: pointer;
	position:absolute;
	top:260px;
	left:472px;
	z-index:5;
}
#productInfo, #productShortDesc {
	position:absolute;
	right:36px;
	top:65px;
	width:270px;
	overflow:hidden;
	font-size:11px;
}
#productInfo h1, #productInfo h2 {
	font-size:14px;
	color: #000;
	margin:0;
	margin-bottom:15px;
}
#productInfo p {
	margin:15px 0;
}
#productShortDesc {
	top:123px;
}
#productIMG {
	position:absolute;
	z-index:500;
	left:135px;
	left:88px;
	bottom:0px;
	min-width:300px;
	width:400px;
	text-align:center;
	overflow:hidden;
	z-index:2;
}
#productDetailIMG {
	position:absolute;
	right:0px;
	bottom:10px;
}
#productDetailIMG #showDetail {
	position:absolute;
	top:34px;
	right:0;
}
#productPrice {
	position:absolute;
	top:290px;
	left:300px;
}
#productPrev, #productNext {
	position:absolute;
	bottom:15px;
	left:18px;
	z-index:6;
}
#productNext {
	left:442px;
}
#productPreviews {
	/*background:url(../images/productsSmall.jpg) top left no-repeat;*/
	margin-bottom:10px;	
}
#holder {
	height:267px;
	overflow: auto;
}

#holder img {
	margin:0 10px;
	float:left;
}

#productPrints {
	
}

#holder_prints {
	height:200px;
	overflow: auto;
	width:900px;
}

#productLongDesc {
	padding:20px 0;
	/*background:url(../images/productLongDesc.gif) top left no-repeat scroll;
	color:#FFF;*/
}

.inactive {
	color: darkgrey;
	text-decoration:none;
	font-size:13px;
	margin:0 5px;
}

#clearChart {
	display:block;
	background:url(../images/clearChart.gif) top left no-repeat;
	width:107px;
	height:15px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#clearChart:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
img, a, span { 
	behavior: url(../images/iepngfix.htc);
}

