/* CSS Document */

/* product info screen begin */

#prodinfo {
	 width: 900px;
	 padding: 0 0 0 10px;
	 min-height: 100%;
	 }
 
#pisleft {
	position: relative;
	padding-left: 10px;
	width: 346px;
	float: left;
	}
	
#piscenter {
	position: relative;
	margin: 22px 15px 0 15px;
	width: 425px;
	float: left;
	}
	
#pisright {
	position: relative;
	width: 77px;
	float: left;
	}
		
.pispicture {
	border: 4px solid #666633;
	}
	
#pisordersection {
	width: 425px;
	padding: 3px;
	display: block;
	background-color: #ECEAD8;
	border-top: 1px dotted #666;
	color: #333;
	}

#pissubsection {
	width: 425px;
	padding: 3px;
	display: block;
	background-color: #F7F6EE;
	border-bottom: 1px dotted #666;
	}

#pissubsection a {text-decoration: none;}

#aboutthissample {
	width: 430px;
	padding: 3px;
	line-height: 1.5em;
	display: block;
	height: auto;
	}

#aboutthissample li {
	padding-left: 30px;
	list-style:inside;
	}

.pisnav {
	margin-top: 22px;
	border: 3px solid #666633;
	}


/*** not used .pisnav a {
display:block;
width: 90px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;;
color:#333;
background: url("rollover-image.gif") 0 0 no-repeat;
text-decoration: none;
}
.pisnav a:hover { 
background-position: 0 -35px;
color: #049;
}
.pisnav a:active {
background-position: 0 -70px;
color:#fff;
}

***/


/* product info screen end*/
