/* Products.css */
/* __________________
Contains all styles needed for Products circuit
Version 2.0
__________________*/

.Prod_Img{
  border: 1px solid #83011c;
  }

.New{
  font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: Gray;
}

.Hot{
  font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: red;
	color: Red;
}

.Sale{
  font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: red;
	color: Gray;
}
/* Style for product names, if no image defined   */
.prodname {
	font-size: 14px;
	font-weight: Bold;
	color: #17481b;
	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: 12px;
	color : #666666;
}
/* Style for Product price, if turned on */
.prodprice {
	font-size: 12px;
}
/* Style for Product price emphasized words */
.prodprice2 {
	font-size: 12px;
	font-weight: bold;
	color: #17481b;
}
/* Style for Product discount line, if turned on */
.proddisc {
	font-size : 12px;
	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: #17481b;
	TEXT-DECORATION: none
}

.adminbutton a:link, .adminbutton a:visited{
	COLOR: #17481b;
	TEXT-DECORATION: none
}

.productSubCat{
	margin-top : 10px;

}

.ProductTeaserTable{
 vertical-align:text-top;
 margin:10px 10px 20px 19px;
 width:100%;
}
/*-------------------- Products listing on Product Cat Index Pages --------------------*/
.productListA{
}
.productListA td{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.productListA p, .productListA p a:link, .productListA p a:active, .productListA p a:visited, .productListA p a:hover{
	color: #000;
}
.productListA h3, .productListA h3 a:link, .productListA h3 a:active, .productListA h3 a:visited{
	color: #83011c;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.productListA h3 a:hover{
	text-decoration: underline;
}
.productListA h4, .productListA h4 a:link, .productListA h4 a:active, .productListA h4 a:visited, .productListA h4 a:hover{
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.productListA img{
  border: 1px solid #83011c;
}
/*-------------------- Product display on Product Details Pages --------------------*/
.productDetPg {
	margin: 10px 0px 10px 20px;
}


.productDetPg h1, .productDetPg h1 a:link, .productDetPg h1 a:active, .productDetPg h1 a:visited{
	color: #83011c;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 0px;
}
.productDetPg h1 a:hover {
	text-decoration: underline;
}
.productDetPg img{
  border: 1px solid #83011c;
}
.productPgDetail {
  margin: 10px 10px 10px 10px;
  padding:  10px 10px 10px 10px;
  border-top: 1px solid #17481b;
  border-right: 1px solid #17481b;
  border-bottom: 1px solid #17481b;
  border-left: 1px solid #17481b;
  background-color: #d8cea8;
}
.productPgDetail input, .productPgDetail select{
  border: 1px solid #83011c;
}
.buyNowButton{
	background-image: url(../images/icons/buynow.jpg);
	height: 37px;
	width: 97px;
	display:block;
	border: none!important;
}
.prodLabel {
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

.prodData {
	color: #83011c;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
/*-------------------- Additional Product Images --------------------*/

.productAddImgsBar{
 width:600px;
 height:45px;
 background-image:url(../images/Layout_graphics/addimgsbar.jpg);
 background-repeat:no-repeat;
 background-color: #c6b573;
 border-top: #17481b solid 1px;
 border-bottom: #17481b solid 1px;
}
.productAddImgsBar h2{
	color: #c6b573;
	font-weight: normal;
	font-size: 14px;
	padding-left: 20px;
}
.prodDescription {
	padding: 10px;
}
/*-------------------- "Hot," "New" and "Sale" icons on products index page. --------------------*/
.poductVertListIcons {
}
.poductVertListIcons td{
}
.poductVertListIcons img{
	border: none;
}
