/* product */

#top {
	width:100%;
	height:auto;
	background-color:#Fbf1f1;
overflow:hidden;
}

#product .a {
	float: right;
	color:#666666;
	font-size: 10px;
	padding:10px;
	margin: 10px 10px 10px 0;
	text-align: center;
	cursor: pointer;
	width:auto;
	height:auto;
	background-color:#f6dada;

}

#product .options{
	float:left;
	margin: 0 0 0 10px;
	width:250px;
	height:auto;

}

#product .productTitle{

	padding:4px 0 2px 0;
	font-family: Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	color:#6eb3d4;

}

#product .productPrice{
	width:100%;
	font-size:18px;
	color:#d6a5aa;
	padding:0 0 5px 0;
	border-bottom:1px solid #f6dada;

}

#product .productPrice span{

	font-size:11px;

	padding:0 0 5px 0;

}

#product .productOptions{

	font-size:11px;
	font-weight:bold;
	color:#be7676;
	margin:10px 0 0 0;

}

#product td {margin:5px 0 0 0;}
#product select {font-size:10px;}

.moreimagesTitle{
	width:100%;
	font-size:11px;
	color:#be7676;
	padding:4px 0 2px 0;
	border-bottom:1px solid #EEEEEE;

}

.descTitle{
	width:100%;
	font-size:11px;
	font-weight:bold;
	color:#be7676;
	padding:4px 0 2px 0;
	

}

.moreimagesTitle span{color:#999999;}

.descHolder{
	position:relative;
	margin:20px 0 20px 0;
	
}

#product p{

	padding:4px 0 2px 0;
	font-size:11px;
	color:#555555;
	line-height:16px;

}

#product .b {

	margin-bottom: 20px;
}