﻿/* This style sheet overrides many of the settings found in the frame.css file
for the products page layout */

#contentWrap
{
    background: transparent url(/Images/OUTBACK/OUTBACK_contentWrapBG.gif) repeat-y scroll left top;
}

/***************************************
        LEFT HAND NAVIGATOR PANEL
****************************************/

#contentColLeft span.LeftNavTitle 
{
    border-bottom:1px solid #B5B5B5;
}

#contentcolleft span a 
{
    color: #300E05;
	font-weight: normal;
	background-position: 0 9px;
	background-repeat: no-repeat;
	background-image: url(bullet_default.gif);
	display: block;
	line-height: 22px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 7px;
	padding-right: 20px;	
	margin-left: 25px;
}

#contentcolleft span a:hover
{
    color: #F1AB00;
    background-position: 0 9px;
	background-repeat: no-repeat;
	background-image: url(bullet_hover.gif);
}


#contentColLeft * 
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #FFFFFF;	
	
}

#contentColLeft
{
    height: 80%;
}

/***************************************
          CENTER CONTENT PANEL
****************************************/
#contentColMiddle
{
    padding-bottom: 0px;
}

#contentColMiddle h1
{
    font-weight: bold;
    border-bottom:1px solid #B5B5B5;
}

#contentColMiddle p
{
    color: #000000;
}


/***************************************
        RIGHT HAND CONTENT PANEL
****************************************/

#contentColRight h5
{
    color: #DF6206;
    font-family: Arial;
}

#contentColRight p
{
    color: #383838;
    font-family: Arial;
}

#contentColRight a:hover
{
    color: #F1AB00;
}