* {
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	font-family: tahoma, arial, helvetica, lucida sans, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

html {
	background-color:black;
}

body {
	margin: 0;
	padding:0;
}

#CI {
	width: 1004px;
	height: 798px; /*64*/
	margin: 0 auto;
	padding: 0;
	/* border: 1px solid black;*/
	position: relative;
	overflow: hidden;
}

#OptionsContainer {
	padding: 0;
	width: 936px;  /* former 1003 */
	height: 49px;
	margin:0;
	background-color: #777;
	border-bottom: 1px solid black; /*prev 222*/
	border-right: 1px solid black;
	border-top: 1px solid black;
	overflow: hidden;
}

#ImagesContainer {
	width: 936px;
	height: 762px;
	margin: 0;
	padding: 0 5px 1px 6px;
	border-top: 1px solid #555; /*prev 555*/
	border-right: 1px solid #222;
	float:left;
	overflow: hidden;
	clear:none;
	background-color:#444;
}

#ROptFrame {
	width: 55px;
	height: 764px; /*auto;*/
	margin: 0;
	padding: 0;
	border-left: 1px solid #555;
	background-color:#777;
	float:left;
	overflow: hidden;
}

#Frame0 {
	width: 614px;
	height: 746px;
	margin: 0 auto;
	padding: 5px 5px;
	border: 0px solid red;
	position: relative;
	clear: none;
	float: left;
}
#BrandProduct {
	width: 300px;
	height: 56px;
	padding: 5px 1px 0 1px;
	/* background-color:yellow; */
	clear: left;
	float: left;
}

#small_photo {
	width: 612px;
	height: 671px;
	margin: 0px;
	border: 1px solid #222;
	clear: left;
	float: left;
}
#small_photo_int {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #555;
	position:relative;
}

div.miniPhoto {
	position:relative;
	width: 90px;
	height: 55px;
	padding: 0;
	margin: 3px 1px;
	border: 0;
	/* background-color:white; */
	clear: left;
	float: left;
}

div.productInfo {
	display:none;
}

div.selectFrame {
	width: 200px;
	height: 57px;
	padding: 2px 2px;
	//clear: right;
	float: right;
	overflow: hidden;
	/* background-color:black; */
}
#troisDframe {
	display:none;
	padding:0;
	margin:0;
	visibility:visible;
	position:absolute;
	clear:none;
	width:800px;
	height:532px;
	background-color:black;
	border: 0;
	filter:alpha(opacity=70);
	opacity:0.70;
	z-index:500;
}

div.troisDFrame {
	width: 55px;
	height: 50px;
	padding: 5px 2px 0 2px;
	clear: right;
	float: right;
	overflow: hidden;
	
	/* background-color:black; */
}
div.miniFrame {
	width: 304px;
	height: 361px;
	/* padding: 4px 4px;
	border: 1px solid blue;*/
	padding: 5px 4px 3px 4px; 
	float:left;
	clear: none;
}

select.selectMenu {
	padding: 0;
	margin: 1px;
	height:17px;
	border: 0;
	/* background-color: green; */
	width: 200px;
}

div.RTouchButton {
	width: 54px;
	height: 55px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
	border-right: 1px solid #222;	
	float: left;
	clear: none;
	text-align: center;
	background-color: #444;
}

button {
	font-weight: normal;
	height:19px;
	float: right;
	clear: both;
	margin:0;
}

img.info{
	margin:0;
	padding:0;
	border:0;
}

a.cl1 {
	color:white;
	font-size: 15px;
	text-shadow: 2px 2px 4px black;
}
a.cl2 {
	color:white;
	font-size: 13px;
	text-shadow: 2px 2px 4px black;
}
a.cl3 {
	color:white;
	font-size: 11px;
	text-shadow: 1px 1px 2px black;
}
a.cl4 {
	color:orange;
	font-size: 11px;
	text-shadow: 1px 1px 2px black;
}
a.cl5 {
	font-size: 13px;
	position:relative;
	padding:2px 5px 0 5px;
	height:auto;
	width:auto;
	border-style:solid;
	border-width:1px;
	border-color:#555 #222 #444 #555;
	float:right;

}
a.cl5on {
	color:white;
	background-color:#444;
	text-shadow: 2px 2px 4px black;
}
a.cl5off:hover {
	cursor:pointer;
}
a.cl5on:hover {
	cursor:default;
}
a.cl5off {
	color:#444;
	background-color:#777;
	text-shadow: 0 0;
}