@charset "utf-8";
/* CSS Document */

body{margin:0px; padding:0px;}

.clear{clear:both;}

/* product-main-box */

#product-main-box{ width:946px; height:auto; margin:0 auto; position:relative; padding:10px 0 0 0;}

/* Arrow img */

#product-main-box .arrow-pre{ width:56px; height:56px; margin:0px; float:left; position:absolute; left:0px; top:250px;}
#product-main-box .arrow-next{ width:56px; height:56px; margin:0px; float:right; position:absolute; right:0px; top:250px;}

/* End Arrow img */



/* Product Main */

#product-main-box .product-main{ width:800px; height:auto; margin:0 auto; background-color:#FFFFFF; box-shadow:0 0 8px #666; padding:15px 10px 55px 15px; float: none; }

#product-main-box .product-main .header-box{ width:800px; height:65px; margin:0px; padding:0px; float:left; }
#product-main-box .product-main .header-box .heading-box{ width:700px; height:65px; margin:0px; padding:0px 40px 0 0; float:left;}
#product-main-box .product-main .header-box .heading-box .head-link{ width:700px; height:35px; float:left; color: #9F4C82; font-size:18px; line-height:24px; padding:0px;}
#product-main-box .product-main .header-box .heading-box .sku-no{width:700px; height:30px; float:left; padding:0px;}


#product-main-box .product-main .header-box .close-button{ width:60px; height:65px; margin:0px; padding:0px; float:left; }
#product-main-box .product-main .header-box .close-button .close-link{font:bold 14px/20px Calibri, Tahoma; color:#666666; text-decoration:none;}
#product-main-box .product-main .header-box .close-button a.close-link:hover{color:#666666; text-decoration:none;}



#product-main-box .product-main .middle-box{ width:800px; height:auto; margin:0px; padding:0px; float:left; }

#product-main-box .product-main .middle-box .image-box{ width:350px; height:380px; margin:0px; padding:0px; float:left; }
#product-main-box .product-main .middle-box .image-box .product-img{ width:250px; height:260px; margin:0px; padding:0px 20px; float:left; }
#product-main-box .product-main .middle-box .image-box .small-img{ width:60px; height:300px; margin:0px; padding:0px; float:left; }
#product-main-box .product-main .middle-box .image-box .small-img img{margin:0; border:1px solid #e5e5e5}



#product-main-box .product-main .middle-box .detail-box{ width:450px; height:auto; margin:0px; padding:0px; float:left; }
#product-main-box .product-main .middle-box .detail-box .round-box{ width:428px; height:80px; margin:0px; padding:10px; float:left; border:1px solid #e5e5e5; border-radius:0 0 5px 5px; }
#product-main-box .product-main .middle-box .detail-box .round-box .our-price{ width:138px; height:70px; margin:0px; padding:0px; float:left; font:bold 20px/24px Calibri, Tahoma; color:#666666; }



#product-main-box .product-main .middle-box .detail-box .round-box .view-detail{ width:290px; height:60px; margin:10px 0 0 0; padding:0px; float:left;  }
#product-main-box .product-main .middle-box .detail-box .round-box .view-detail input[type="submit"],
#product-main-box .product-main .middle-box .detail-box .round-box .view-detail input[type="button"]{
background: #b75f98; /* Old browsers */
	background: -moz-linear-gradient(top,  #b75f98 0%, #9e4b81 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b75f98), color-stop(100%,#9e4b81)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b75f98 0%,#9e4b81 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b75f98 0%,#9e4b81 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b75f98 0%,#9e4b81 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b75f98 0%,#9e4b81 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b75f98', endColorstr='#9e4b81',GradientType=0 ); /* IE6-9 */
	color:#FFFFFF; padding:0px 10px 3px; height:32px; border:1px solid #9e4b81; border-radius:4px 4px;}

.list-menu {
    border: 1px solid #666666;
    color: #666666;
    float: left;
    font: 14px/20px Arial,Helvetica,sans-serif;
    height: 24px;
    margin: 0;
    padding: 0 0 0 5px;
    width: 250px;
}

.product-button-quick{
	font-size:12px;   
    font-weight: bold;    
    border: 1px solid #555555;    
    padding: 6px;    
    color: #fff;    
	margin:0 10px 0 0;
    background-color:#999999;    
    -moz-border-radius: 5px;    
    -webkit-border-radius: 5px;    
    border-radius: 5px;  
    background: #555555;    
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #999999), color-stop(1, #555555) );
    background: -moz-linear-gradient( center top, #999999 20%, #555555 100% ); 
	-moz-box-shadow: 2px 2px 2px #555555;
-webkit-box-shadow: 2px 2px 2px #555555;
box-shadow: 2px 2px 2px #555555;
cursor:pointer;
    text-decoration: none;
}

.product-button-quick:hover{ 
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #555555), color-stop(1, #999999) ); 
    background:-moz-linear-gradient( center top, #555555 20%, #999999 100% ); 
    color:#fff;
    border: 1px solid #555555;
}



/* Product Main */


/* End product-main-box */