body, form, dl, dt, dd {
	padding: 0;
	margin: 0;
	}
body {
	font-family: Verdana;
	}

td {
	margin: 0;
	padding: 0;
	}
	
#pagetop,
#page {
	width: 100%;
	border-collapse: collapse;
	}

#header ul {
	list-style: none;
	}
#header {
	border-bottom: 1px solid silver;
	}

	
#content {
	vertical-align: top;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	list-style: square;
	padding: 0 5px;
	background-color: white;
	}

#footer {
	background-color: gray;
	padding: 5px;
	text-align: center;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: x-small;
	}
#footer ul {
	list-style: none;
	}

	
/* full page style */
#pagetop.full,
#page.full #header,
#page.full #navstub,
#page.full #nav,
#page.full #footer {
	display: none;
	}
#page.full #content {
	border-style: none;
	}

table.PkgURD {
	border-collapse: collapse;
	border: 1px solid black;
	width: 338px;
	}
table.PkgURD th {
	/*font-size: x-small;
	font-weight: bold;
	color: white;
	background-color: gray;
	padding: 2px;
	*/
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	color: #FFFFFF;
	background-color: #808080;
	height: 24px;
	border-right: 1px solid white;
	}
table.PkgURD td {
	text-align: center;
	font-size: small;
	font-family: Arial;
	}
	
table.PkgURD th.discount {
	font-weight: bold;
	border: 1px solid black;
	border-left: 1px solid black;
	}
table.PkgURD td.discount {	
	font-weight: bold;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

/* xf = extra feature */
#xf1 {
	float: right;	
	border: 1px solid gray;
	width: 150px;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
	}
#xf1 span {
	font-size: small;
	font-weight: bold;
	font-family: arial;
	}
#xf1 ul {
	list-style: none;
	margin: 0;
	}
#xf1 ul li {
	float: right;
	text-align: center;
	padding: 3px;
	width: 120px;
	margin: 0;
	}
#xf1 img {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border: none;
	}
	
/* pd = Product Detail */	
#pdContainer {
	position: relative;
	background-color: white;
	}
#pdH {
background-color: transparent;
width: 100%;
	font-size: large;
	text-align: center;
z-index: -10;
	}
#c1 {
	float: left;	
	width: 250px;
	text-align: center;
	clear: left;
margin: 10px 0 0 0;
background-color: silver;	
z-index: 10;
	}
#c1 img {
	zoom: 1;
	width: 200px;
	height: 200px;
	}
#c2 {
	margin: 0 162px 0 250px;
	text-align: center;
	}

#pdSpecs {
	width: 80%;
	margin: 10px auto;
	}
	
#pdCopy	{
	text-align: left;
	font-size: small;
	font-family: arial;
	padding: 5px 3px 10px 3px;
	width: 100%;
	text-align: left;
	}

#pdSKUSelect {
	display: block;
	}
#pdQuantityLbl {
	font-size: x-small;
	margin: 0 4px 0 0;	
	}
#pdQuantity {
	width: 35px;
	margin: 10px 0 0 0;
	}
	
#pdCartSbmt {
	margin: 10px 0;
	width: 75px;
	height: 30px;
	border: none;
	font-weight: bold;
	color: white;
	background-color: blue;
	/* background-image: url("/skins/pgihm/pdCartSbmt.gif");
	*/
	background-image: url("/skins/pgihm/AddtoCart.jpg");
	cursor: pointer;
	}
	
#pdCartSbmt.custom {
	background-color: red;
	background-image: url("/skins/pgihm/pdCartSbmtCstm.gif");
	}

#pdPriceList {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	}
#pdPriceList table {
	margin: auto;
	}
	
#C5hivol {
	padding: 10px;
	border: 2px solid red;
	text-align: left;
	color: black;
	width: 84%;
	margin: 15px 0 0 7%;
	font-size: 11px;
	font-family: arial;
	}	
