/* CSS Document */

#product {
	max-height: 93px;
	margin-left: 20px;
}

#gotodetail{
	width: 483px;
	margin-top:-90px;
	padding-right:20px;
}

#mainbox{
	background-image: none;
}

#btnSingle{
	margin-top:14px;
}


@media screen and (max-width: 1000px){
#gotodetail {
    float: none;
    height: auto;
    margin: 15px 0 0 20px;

}
#viewwrap{
	margin-top: 95px;
}
}
