@charset "utf-8";

/* radiused corners for productboxes */
.rbproducts {
	background-image: url(../web%20images/style%20images/prodbox_header.gif);
	background-repeat: repeat-y;
	height: 40px;
	width: 230px;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-top-color: #810303;
	border-right-color: #810303;
	border-left-color: #810303;
}

.rptop div {
	background-image: url(../web%20images/style%20images/products_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rptop {
	background-image: url(../web%20images/style%20images/products_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	text-align: center;
}

.rptop /* height and width stuff, width not really neccessary. */
 div, .rptop    {
	width: 100%;
	height: 40px;
}

.rpproductName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 220px;
	margin: 5px;
	height: auto;
}

.rpcontent {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #810303;
	border-left-color: #810303;
	height: auto;
	clear: both;
	width: 230px;
	float: left;
	background-color: #FFF;
}

.rpvendorImg {
	clear: both;
	float: left;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.rproductimage {
	width: 100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.rppromotion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 5px;
	width: 200px;
	float: left;
}

.rproundbox_bottom {
	background-image: url(../web%20images/style%20images/proddesc_header.gif);
	background-repeat: repeat-y;
	text-align: center;
	clear: both;
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #810303;
	border-bottom-color: #810303;
	border-left-color: #810303;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #810303;
}

.rpbot div {
	background-image: url(../web%20images/style%20images/products_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
}
.rpbot {
	background-image: url(../web%20images/style%20images/products_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.rpbot div, .rpbot {
	width: 230px;
	height: 25px;
	float: left;
	margin-left: 0px;
}
.catImg {
	background-color: #FFFFFF;
	background-position: center;
	height: 210px;
	width: 210px;
	border: 1px solid #666666;
	vertical-align: middle;
}
.catTitle {
	height: auto;
	width: 210px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../web%20images/style%20images/prodbox_header.gif);
	background-repeat: repeat-y;
	padding: 5px;
}
.catDesc {
	height: 80px;
	width: 200px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding: 5px;
	background-image: url(../web%20images/style%20images/proddesc_header.gif);
	background-repeat: repeat-y;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
