@charset "utf-8";
/* CSS Document */

.break { width: 100%; height: 5px; background: #FFFFFF; margin: 0px; padding: 0px;}

.cat_tbl td { background-color:#FFFFFF; }
.cat_tbl td a { text-decoration: none; font-weight:bold; }

/*product/category lists*/
.pd_list a { text-decoration: none; font-weight: bold; }
.pd_list a:hover {font-style: italic;}

/*Wishlist link */
.wishlist { width: 95%; text-align: right; padding-top: 5px; padding-right: 30px; padding-bottom: 4px;}
.wishlist a { font-weight: bold; }

/*buttons*/
.box
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #FFFFFF;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}