/* product */
#productOtherOption td {
	padding:4px 4px;
}
#productAddCartContainer {
	margin-top:15px;
	background-color:#F2F2f2;
	position:relative;
	height:32px;
}
#productAddCart {
	padding:5px 10px;
}
#productAddCart #productPrice {
	float:left;
	position:relative;
	top:2px;
}
#productAddCart #addCartBtn {
	float:right;
	position:relative;
}

#productAddCartContainer .c1, #productAddCartContainer .c2, #productAddCartContainer .c3, #productAddCartContainer .c4 {
	height:3px;
	width:3px;
	background-repeat:no-repeat;
	position:absolute;
}
#productAddCartContainer .c1{background-image:url(../image/roundcorner_s1.gif);top:0;left:0;}
#productAddCartContainer .c2{background-image:url(../image/roundcorner_s2.gif);top:0;right:0;}
#productAddCartContainer .c3{background-image:url(../image/roundcorner_s3.gif);bottom:0;left:0;}
#productAddCartContainer .c4{background-image:url(../image/roundcorner_s4.gif);bottom:0;right:0;}

#productOtherOption {
	margin-top:15px;
	border:1px solid #ccc;
	padding:0 10px 10px 10px;
}
#productOtherPhoto, #reviewContainer, #reviewDiv {
	margin-top:15px;
	border-top:1px solid #ccc;
}
#reviewDiv {
	margin-bottom:15px;
}
.heading {
	color:#F26521;
	font-weight:bold;
	margin:15px 0;
}
#productOtherPhoto .images {
	float:left;
}
#productGap {
	height:15px;
}
.productSmallInfo {
	margin-bottom:5px;
}
.productSmallInfo span {
	font-weight:bold;
}
.review .rating, .review .reviewAuthor {
	float:left;
}
.review .reviewAuthor {
	margin-left:10px;
	font-weight:bold;
}
.review .reviewDate {
	float:right;
}
.review .reviewArrow {
	clear:both;
	width:14px;
	height:9px;
	background:url(../image/comment_arrow.gif) no-repeat;
	margin-left:100px;
	margin-top:5px;
}
.review .reviewText {
	background-color:#ddd;
	padding:10px 10px;
	margin-bottom:20px;
}
#review_write .a {
	font-weight:bold;
}
#review_write .d {
	color:#555;
	margin-bottom:15px;
}
#review_write .d span{
	font-weight:bold;
}
#review_write .e {
	float:left;
}
#review_write .e input {
	top:3px;
	position:relative;
}
#review_write .button {
	float:right;
	margin-top:0px;
}