@charset "utf-8";
/* CSS Document */

#rightView {
	background-color:#3C383E;
	width:655px;
	height:580px;
	padding:20px;
}

#highlight {
	font-weight:bold;
	color:#FFFFFF;
}


#links th a {
	color:#4D4D4D;
}

#links th {
	border-bottom-color:#4E8B55;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom:5px;
}

#viewTable {
	color:#FFFFFF;
	width:649px;
}

#productHeader {
	font-size:25px;
	font-weight:bolder;
	padding-top:10px;
}

#productHeader td {
	padding-top:10px;
}

#productDesc {
	font-size:14px;
	line-height:20px;
	word-spacing:2px;
}

#productDesc td {
	padding-bottom:30px;
}

#pic_list {
	height: 350px;
	overflow: auto;
}

#pic_list tr {
	vertical-align:top;
}

.pictureTable {
	padding-right:20px;
	padding-bottom:30px;
}


.picture img{
	width:122px;
	height:122px;
	border-style:none;
	margin-right:10px;
}

.picName td {
	padding-top:5px;
	color:#FFFFFF;
	font-size:12px;
}