@charset "UTF-8";
/* CSS Document */
/* new product item format*/
#productTable{
	padding-top:10px;
}
#productTable table{
	width:100%;
}
#productTable table td{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:.9em;
}

#productTable table td h1{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:1.5em;
	margin:0px 0px -8px 0px;
	padding:0px;
	font-weight:bold;
	background:none;
}
#productTable table td a{
	color:#4F597B;
}
#productTable table td h1 a{
	text-decoration:none;
	color:#990033;
	font-weight:bold;
	font-size:.9em;
}
#productTable table td h1 a:hover{
	text-decoration:underline;
	color:#990033;
}
#productTable table td input[type=text]{
	font-size:1.3em;
	width:35px;
	border:1px solid #9FBCCA;
	padding:2px;
}
#productTable table.itemTable{
	width:275px;
	
}
#productTable table.itemTable td{
	padding:1px 2px;
}
#productTable table.PLBody>tbody>tr>td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	width:50%;
	padding-top:8px;
	padding-bottom:3px;
}
#productTable table.PLBody>tbody>tr>td:first-child{
	border-left:0px;
}
#productTable table.PLBody{
	border-top:1px solid #ccc;
}
#productTable td.itemAddtoCart{
	text-align:right;
	padding-top:5px !important;
}

#productTable td.itemQTY{
	text-align:right;
	white-space:nowrap;
	font-size:.8em;
}
#productTable td.itemImg{
	height:100px;
	width:95px;
	text-align:left;
	vertical-align:top;
}
#productTable td.itemTitle{
	padding-top:3px !important;
	vertical-align:top;
}
.price{
	font-size:1.1em;
	font-weight:bold;
	padding-right:1px;
}
