/* BULL BBQ PRODUCTS STYLE SHEET */
/* ADRIAN NAVARRETE - ANDESIGN@MAC.COM */
/* CREATED JANUARY 15, 2007 */

/* PRODUCT CATEGORIES ----------------------------------------------------------------------------------------------------*/

#product #product-categories td {
width:270px;
}

#product #product-categories .end {
width:260px;
}

#product #product-categories .top-row {
height:160px;
vertical-align:top;
}

/* PRODUCT LIST ----------------------------------------------------------------------------------------------------*/

#product #product-list {
margin-top:10px;
padding:0;
}

/* SET THE HEIGHT OF THE LINK TAG FOR ALL ITEMS ON A SPECIFIC ROW */
/* REQUIRED WHEN THERE IS AN ITEM WITH A LINE BREAK IN THE NAME */
#product #product-list #set-height a {
height:135px;
}

#product #product-list td {
width:157px;
}

#product #product-list a {
display:block;
margin:0 10px 10px 0;
padding:10px;
text-align:center;
text-decoration:none;
font-size:12px;
font-weight:bold;
color:black;
background-color:#e9ecef;
border:1px solid #adb9c2;
}

#product #product-list a:hover {
background-color:#ffffff;
}

/* PRODUCT DETAIL PAGE CONTENT ----------------------------------------------------------------------------------------------------*/

#product-content {
position:relative;
z-index:3;
float:right;
width:626px;
}

#product-content  h2 {
font-size:32px;
margin:0 0 10px 0;
padding:0;
}

#product-content  h3 {
margin:0 0 5px 0;
padding:0;
color:black;
text-decoration:underline;
font-size:16px;
font-weight:bold;
}

#product-content  p {
margin-top:0;
}

#product-content ul {
list-style:none;
margin:0 0 20px 0;
padding:0;
}

#product-content li {
position:relative;
z-index:4;
margin:0 0 10px 0;
padding-left:20px;
background:url(../images/global/bullet.gif) top left no-repeat;
}

#product-content #product-image img {
margin-left:15px;
}

#product-content #item-number {
font-weight:bold;
font-size:14px;
}

#product-content #item-number span{
font-weight:normal;
font-size:12px;
}

#product-content #return {
margin-top:25px;
}

#product-content #discontinued {
color:red;
font-weight:bold;
}

/* SIDEBAR NAVIGATION --------------------------------------------------------------------------------*/

#sidebar-navigation {
position:relative;
z-index:5;
float:left;
width:152px;
margin-right:20px;
}

#sidebar-navigation #sidbar-top-cap {
background:url(../images/products/sidebar-top.gif) top right no-repeat;
padding-top:15px;
}

#sidebar-navigation #sidbar-btm-cap {
background:url(../images/products/sidebar-btm.gif) bottom right no-repeat;
height:20px;
line-height:20px;
}

#sidebar-navigation #navigation-container {
position:relative;
z-index:6;
border-left:1px solid #adb9c2;
border-right:1px solid #adb9c2;
/*background:url(../images/products/sidebar-bgnd.gif) top repeat-x;*/
background-color:#e1e6ea;
margin:0;
padding:0;
}

#sidebar-navigation h4 {
margin:0 10px;
padding:0;
}

#sidebar-navigation h4 a {
color:black;
}

#sidebar-navigation h4 a:visited {
color:black;
}

#sidebar-navigation h4 a:hover {
color:#c22829;
}

#sidebar-navigation ul {
list-style-image:url(../images/global/bullet-sm.gif);
margin:0;
padding:0;
}

#sidebar-navigation li {
margin:0 10px 0 25px;
}

#sidebar-navigation .hr {
border-bottom:1px solid #adb9c2;
padding-bottom:10px;
margin-bottom:10px;
}

#sidebar-navigation ul a {
font-size:12px;
text-decoration:underline;
color:black;
}

#sidebar-navigation ul a:visited {
color:#999999;
}

#sidebar-navigation ul a:hover {
color:#c22829;
}

#sidebar-navigation #dealer-locator h4 {
margin:20px 0 5px 0;
}

#sidebar-navigation #dealer-locator p {
margin:0 0 10px 0;
}

