a {
color: #333;
}
a:hover {
color: #FE9203;
}
td#wrapTableMain a {
font-weight: bold;
text-decoration: underline;
}
.clear {
clear: both;
}
/* ======== Main Featured Item ======== */
img#featuredMain {
margin-bottom: 10px;
}
/* ======== Featured Group ======== */
.featuredGroup {
margin-top: 10px;
}
div#featuredGroupTop {
margin-top: 0px;
}
/* ======== Featured Group Header ======== */
.featuredGroup .header {
background:#717171; border:solid 1px #717171; 
padding: 8px 10px 3px 10px;
}
.featuredGroup .header .h {
float: left;
}
.featuredGroup .header h3 {
color: #FFF;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
}
.featuredGroup .header div.more {
float: right;
}
.featuredGroup .header div.more img { display: none;}
.header .more a { color:#FFF; text-decoration:none !important; }
.featuredGroup .header img {
margin: 3px 3px 2px 5px;
}
/* ======== Featured Group Items ======== */
.featuredGroup .items {
padding-top: 5px;
background-color: white;
border:solid 1px #717171;
}
.featuredGroup .items .text, .featuredGroup .items .price {
font-size: 11px;
}
.featuredGroup table {
background-color: white;
}
/* ======== Featured Group Item ======== */
.featuredGroup table td.item {
border-width: 0 1px 0 0;
border-style: solid;
border-color: #CCC;
padding: 0;
width: 180px;
}
.featuredGroup table td.item {
padding: 0 4px 4px 4px;
}
.featuredGroup table td.last {
border-width: 0;
}
.featuredGroup table td.image {
padding-right: 8px;
padding-bottom: 4px;
}
.featuredGroup table td.text {
padding-bottom: 4px;
}
.featuredGroup table td.price {
font-weight: bold;
text-align: right;
}
.featuredGroup table td.button {
text-align: right;
padding-top: 4px;
background-image: url(../images/home/line_dotted.gif);
background-repeat: repeat-x;
}
/* Release 4 changes to remove borders inbetween the category promotions for PWP - Begins*/
.featuredGroup table td.PWPitem {
border-color: #CCC;
padding: 0;
width: 180px;
}
.featuredGroup table td.PWPlast {
border-width: 0 0;
}
.featuredGroup .PWPitems {
padding: 0;
background-color: white;
border:solid 1px #717171;
}
/* Release 4 changes to remove borders inbetween the category promotions for PWP - Ends*/
/* 2008-R5 Addition of H1 tags - Begins*/
h1.home_page {
font-size:12px;
color:#FFF; 
font-weight:bold; 
font-family:Arial,Helvetica, sans-serif;
}
.featuredGroup .header h1 {
color: #FFF;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
}
/* 2008-R5 Addition of H1 tags - Ends*/
