@charset "UTF-8";
/* CSS Document */


.item {
	float:left;
	width: 680px;
	height:440px;
	margin:20px 0 20px 20px;
	border:2px solid #336633;
}


.itempictarea {
	float:left;
	width:304px;
	height:404px;
	background-color:#DCE6DC;
	margin:20px;
	overflow:auto;
	border:1px #336633 solid;
	text-align:center;
	padding:2px;
}


.itemformarea {
	font-size:14px;
	float:left;
	width:290px;
	margin:5px 20px 20px 10px;
}

.itemformarea ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}

.itemformarea ul {
	margin:0px;
	padding:0px;
	line-height: 170%;
	list-style:none;
}

.itemtitle {
	color: red;
	font-weight:bolder;
	font-size:16px;
	line-height:18px;
}

.itemdescrpt {
	color: #999999;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
}

.itemsltopt {
	font-size:12px;
}


.itemnumber{
	font-size:70%;
	color:#336633;
}

.itemviews {
	border:1px solid #336633;
	overflow:auto;
	width:175px;
	margin:0px 20px 20px 0px;
	padding:5px
}

.viewlinks {
	float:left;
	width:75px;
	height:75px;
	background-color:#DCE6DC ;
	margin:5px;
}


.itemprice{
	font-size:12px;
}

.itemqty{
	font-size:12px;
}

#altitemswrap {
	xborder:2px solid #336633;
	float:left;
	width:280px;
	height:470px;
	padding:10px;
	margin-left:10px;	
}

#altitmeheader {
	color: #336633;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	width:280;
	text-align:center;
	margin:5px;
	border-bottom: dotted 2px #999999;
	padding-bottom:5px;
}

.altitemcontent {
	float:left;
	width:130px;
	height:130px;
	background-color: #DCE6DC;
	margin:5px;
}

.altitemcontent a {
	float:left;
	margin:0;
	padding:0;
}

