/* Products.css */
/* __________________
Contains all styles needed for Products circuit
Version 2.0
__________________*/

.Prod_Img{
  border: 1px solid #000;
  }

.New{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Gray;
}

.Hot{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: red;
	color: Red;
}

.Sale{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: red;
	color: Gray;
}
/* Style for product names, if no image defined   */
.prodname {
	font-size: 14px;
	font-weight: Bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 14px;
	font-weight: bold;
}
/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 11px;
	color : #666666;
}
/* Style for Product price, if turned on */
.prodprice {
	font-size : 11px;
}
/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 11px;
	font-weight: bold;
	color: #000;
}
/* Style for Product discount line, if turned on */
.proddisc {
	font-size: 14px;
	color : maroon;
}
/* Style for border around image on moreinfo page */
.listingimg {
	margin-right : 10px;
}

.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : Silver;
	padding : 10px;
	background-color: #fff;
}

.adminbutton {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	color: #FF9933;
	TEXT-DECORATION: none
}

.adminbutton a:link, .adminbutton a:visited{
	color: #FF9933;
	TEXT-DECORATION: none
}
#poductSubcat {
}
#poductSubcat td {
	margin: 0px;
	padding: 0px;
}
#poductSubcat img {
	width: 175px;
}
#poductSubcat h2, #poductSubcat h2 a:link, #poductSubcat h2 a:active, #poductSubcat h2 a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
}
#poductSubcat h2 a:hover {
	text-decoration: underline;
}
#APIHead {
    background-color: #000;
	border-bottom: #000 solid 2px;
	border-top: #000 solid 2px;
    color: #ddbeac;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height:35px;
	padding-left: 17px;
	padding-right:23px;
	text-align: left;
	vertical-align: middle;
}
.additionalProductImages {
    background-color: #ddbeac;
	margin-top: 10px;
	margin-left: 19px;
	margin-bottom: 5px;
}
.additionalProductImages img{
	margin-right: 10px;
}
.additionalProductImages h5{
	margin: 0px;
	padding: 5px 0 0 0;
	font-size: 14px;
}
#productPage {
	margin: 5px 23px 10px 19px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#productPage h1 {
	color: #000;
}
.productDetailsTbl {
	margin-bottom: 20px;
	font-size: 14px;
	border: #000 solid 2px;
	background-color: #ddbeac;
}
.productDetails {
	padding: 30px 17px 10px 19px;
}
.productDetails p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.prodDetailsLabel {
	font-weight: bold;
	font-size: 16px;
}
.prodDetailsData {
	font-size: 16px;
}