/* Products.css */
/* _____________
Contains all styles needed for Products circuit
Version 2.0
__________________*/

#ProductMainImage{
	vertical-align:top;
	text-align:left;
	padding: 0px 5px 0px 0px;
}

#ProductDetails {
	width:320px;
	vertical-align:top;
	text-align:left;
	padding: 0px 15px 0px 5px;
}

#ProductDetails h2{	
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:12px;
}

#ProductDetails h3{	
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:12px;
}

#ProductDetails p{
	padding: 0px 15px 0px 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}


.Prod_Img{
  border: 1px solid #000;
  }

.New{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Gray;
}

.Hot{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: red;
	color: Red;
}

.Sale{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: red;
	color: Gray;
}

/* Style for product names, if no image defined   */
.prodname {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
.prodname a:link, .prodname a:visited{
	text-decoration: none;
}

.prodname a:hover{
	text-decoration: underline;
}

/* Style for product names, if no image defined   */
.prodname_list {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:12px;
	text-decoration: none;
}
/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 10px;
	color : #000000;
}
/* 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 : 000000;
}
/* 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: #000000;
	TEXT-DECORATION: none
}

.adminbutton a:link, .adminbutton a:visited{
	color: #000000;
	TEXT-DECORATION: none
}

/* productListing Styles*/
.productListing{
}

.productListingIMG{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.productListing td{
	margin:0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}

.seeAll{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:10px;
	text-decoration: none;
	border-bottom: #000000 solid 1px;
	text-align:right;
}

.seeAll a:link, .seeAll a:active, .seeAll a:visited{
	color: #000000;
	text-decoration: none;
}

.seeAll a:hover{
	color: #000000;
	text-decoration: underline;
}

.productListingHead{
	padding:10px 0px 0px 0px;
	border-bottom: #000000 solid 1px;

}

.productListing h2, .productListing h2 a:link,.productListing h2 a:active,.productListing h2 a:visited{
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:10px;
	text-decoration: none;
}

.productListing h2 a:hover{
	text-decoration: underline;
}

.productListing h3, .productListing h3 a{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:12px;
	text-decoration: none;
}

.productListing h3 a:hover{
	text-decoration: underline;
}

.ProdVertP{
	padding: 0px 15px 0px 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;

}

#productSubcat {
}

#productSubcat td {
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
}

#productSubcat img {
	width: 185px;
}

#productSubcat h2, #productSubcat h2 a:link, #productSubcat h2 a:active, #productSubcat h2 a:visited {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:12px;
	text-decoration: none;
}

#productSubcat h2 a:hover {
	text-decoration: underline;
}
#APIHead h2{
   font-family:Arial, Helvetica, sans-serif;
   vertical-align:top;
   text-align:left;
   FONT-WEIGHT:Bold;
   font-size: 16px;
   COLOR: #000000;
   TEXT-DECORATION: none;
}

#ProductCircuitTBL {
	width:100%;
	border-collapse:collapse; 
	background-color:#fff;
	padding:0px 0px 0px 17px;
	margin:0px 0px 0px 0px;
}
#ProductCircuitTBL h1{
   padding: 10px 0px 10px 15px;
   font-family:Arial, Helvetica, sans-serif;
   vertical-align:top;
   text-align:left;
   FONT-WEIGHT:Bold;
   font-size: 16px;
   COLOR: #000000;
   TEXT-DECORATION: none;
}

.ProductPreviousNext{
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:right;
	text-align:right;
	FONT-SIZE: 11px;
	color:#000000;
}

.ProductPreviousNext a:link, .ProductPreviousNext a:visited, .ProductPreviousNext a:active, .ProductPreviousNext a:hover {
	COLOR: #000000;
}
