@charset "utf-8";

/* CSS Document */
img {
	border: none;
}

pre {
	display: block;
	padding: 10px;
	border: 1px solid #bae2f0;
	margin: .5em 0;
	width: 725px;
}

/* image replacement */
.graphic,#prevBtn_slider_main,#nextBtn_slider_main {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

/* // image replacement */
.main-left-2col-left #container_main {
	margin: 0px;
	padding: 3px;
	border: 1px solid #000;
	position: relative;
	text-align: left;
	width: 972px;
	margin-bottom: 2em;
}

.main-left-3col #container_main {
	margin: 0px;
	padding: 3px;
	border: 1px solid #000;
	position: relative;
	text-align: left;
	width: 736px;
	margin-bottom: 2em;
}

/* Easy Slider */
#slider_main {
	
}

#slider_main ul,#slider_main li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-left-2col-left #slider_main li { /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
	width: 972px;
	height: 241px;
	overflow: hidden;
}

.main-left-3col #slider_main li { /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
	width: 738px;
	height: 241px;
	overflow: hidden;
}

#prevBtn_slider_main,#nextBtn_slider_main {
	display: block;
	width: 17px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 106px;
}

.main-left-3col #nextBtn_slider_main {
	left: 700px;
}

.main-left-2col-left #nextBtn_slider_main {
	left: 936px;
}

#prevBtn_slider_main a,#nextBtn_slider_main a {
	display: block;
	width: 17px;
	height: 26px;
	background: url(../images/prev-button.png) no-repeat 0 0;
}

#nextBtn_slider_main a {
	background: url(../images/next-button.png) no-repeat 0 0;
}

#nextBtn_slider_main a:hover {
	background: url(../images/active-right.png) no-repeat 0 0;
}

#prevBtn_slider_main a:hover {
	background: url(../images/active-left.png) no-repeat 0 0;
}

#prevBtn_slider_main:hover a,#nextBtn_slider_main:hover a {
	display: block;
}

.left-slide {
	width: 608px;
	float: left;
}

.right-slide {
	font-size: 12px;
	width: 282px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}

.right-slide .product-name {
	font-size: 18px;
	font-weight: bold;
}

.right-slide strong {
	color: #4f4f4f;
}

.right-slide .more-info {
	
}

.right-slide .model {
	font-weight: bold;
	color: #66bc1a;
	margin-top: 10px;
}

.right-slide .price {
	font-weight: bold;
	color: #66bc1a;
}

.content-right {
	margin-top: 50px;
}

#slider_main ul a li {
	display: none;
}

#slider_main ul a:first-child li {
	display: block;
}

.wapper-frame-slide .one-frame {
	float: left;
}

.wapper-frame-slide .one-frame .logo-desinged {
	margin: 6px;
	position: relative;
	height: 186px;
	width: 226px;
	background: url(../images/frame-logo.png) no-repeat;
}

.one-frame-virtual {
	display: none;
	height: 186px;
	width: 226px;
	background: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
	position: absolute;
	top: 0;
}

.wapper-frame-slide .one-frame img {
	margin: 3px;
}

.dot-slide-page {
	background: url(../images/ball-actvie.png) no-repeat;
	float: left;
	width: 16px;
	height: 16px;
	margin: 14px 4px 10px 4px;
	cursor: pointer;
}
.wapper-page-dot{
	margin-left:30px;
	float:left;
}
.wapper-page-dot .dot-active {
	background: url(../images/ball-no-active.png) no-repeat;
}
.big-frame{
	background:url(../images/big-frame-slide.png) no-repeat;
}

.left-logo-detail{
	float:left;
	width:710px;
}
.right-logo-detail{
	float:left;
	background:url(../images/right-bg-detail.png) no-repeat;
	width:226px;
	height:389px;
	margin-left:14px;
}
#contenu{
	width:226px;
	overflow-y:auto;
}
.left-logo-detail #prevBtn_slider_main{
	left:10px;
}
.all-logo-detail{
	width:950px;
	margin:0px auto;
}
.title-logo-detail{
	background:url(../images/line-bottom-title.png) no-repeat bottom;
	padding:10px 10px 18px 10px;
	color: #F5E2D9;
}
.contetn-logo-detail{
	padding:0px 10px;
	color:#f5e2d9;
}
.title-logo-detail h1{
	font-size:16px;
	font-weight:bold;
	color:#d5b9b8;
	padding:10px 0px;
}
.strong-title{
	font-weight:bold;
	color:#cc6699;
}

.wapper-frame-slide{
	position: relative;
}