@charset "utf-8";
/* CSS Document */

/*--------------Contact1------------- */
#Contact1{
	clear: both;
	margin:20px auto;
	width:1060px;
	height:auto;
	display:block;
	z-index: 3;
	overflow: hidden;
}

/*---main---*/

.mainProductlist ul li{
	float:left; 
	font-family: 'Lato', sans-serif;
	margin-right:10px;
	border: solid 1px #d2d2d2;
	height: 400px;
	padding: 10px;
}

.mainProductlist ul li a{
	color:#bd8c77;
}

.mainPhoto{
	position:relative;
	width:320px;
 	font-size:1em;
	list-style:none;
	text-decoration:none;
	
}
.mainPhoto ul a{
	list-style:none;
	text-decoration:none;
}

.mainPhotoTXT{
	position:absolute;
	width:330;
 	font-size:1em;
	padding:20px 20px 20px 30px;
	color:#f0f0f0;
	font:1em;
}
#mainPhotoTXT{
	position:absolute;
	display:block;
	width:330px;
	z-index: 10;

}


#checkbox, #radio{
	width:20px;
	color:#000000;
	background-color:#000000;
	padding:2px 0px 3px 0;
}



.mainTXT a{
	width:320px;
	height:50px;
    display:block;
 	font-size:13px;
    line-height:16px;
	list-style:none;
	text-decoration:none;
	font-weight:normal;
	LETTER-SPACING:0.8pt;
	padding-top:7px;
	overflow:hidden;
	border-top: solid 5px #bd8c77;
}

.mainTXT a:hover{
	color:#555;
}

#checkbox{
font-size:12px;

}
.mainCompare{
    display:block;
	width:320px;
	padding-top:15px;
	float: right;
	text-align: right;	
}

.mainCompare a{
	clear:both;
	font-weight:400;
	list-style:none;
	text-decoration:none;
	font-size: 15px;
	padding: 0 0 4px;
	background: #bd8c77; /* Old browsers */
	background: -moz-linear-gradient(top,  #bd8c77 0%, #6b3a20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd8c77), color-stop(100%,#6b3a20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bd8c77 0%,#6b3a20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bd8c77 0%,#6b3a20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bd8c77 0%,#6b3a20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bd8c77 0%,#6b3a20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8c77', endColorstr='#6b3a20',GradientType=0 ); /* IE6-9 */	
}


.mainCompare a strong{
	color:#fff;
	padding: 10px;
}

.mainCompare a:hover{
	text-decoration: none;
	text-shadow:0px -1px 0px #000;
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

