/* BULL BBQ DEALER LOCATIONS STYLE SHEET */
/* ADRIAN NAVARRETE - ANDESIGN@MAC.COM */
/* CREATED JANUARY 20, 2007 */

/* DEALER LOCATIONS CONTENT ----------------------------------------------------------------------------------------------------*/

#dealer-locations-content {
position:relative;
z-index:3;
float:right;
width:612px;
}

#dealer-locations-content  h2 {
font-size:24px;
margin:0 0 10px 0;
padding:0;
}

#dealer-locations-content  h3 {
margin:0 0 3px 0;
}

#dealer-locations-content  #note {
font-size:12px;
color:#999999;
}

/* SEARCH FORM --------------------------------------------------------------------------------*/

#dealer-locations-content #search {
}

#dealer-locations-content #search #zip-code-search {
width:310px;
padding:10px;
border:1px solid #adb9c2;
float:left;
}

#dealer-locations-content #search #state-search {
width:205px;
padding:10px;
border:1px solid #adb9c2;
float:right;
}

#dealer-locations-content #search #or {
width:53px;
padding-top:20px;
text-align:center;
float:left;
font-size:24px;
font-weight:bold;
color:#c22829;
}

#dealer-locations-content #search form h4 {
margin:0 0 5px 0;
padding:0;
}

#dealer-locations-content #search form div {
float:left;
}

#dealer-locations-content #search form .field {
margin-right:10px;
}

#dealer-locations-content #search form .field input, #dealer-locations-content #search form .field select {
background-color:white!IMPORTANT;
}


/* UNITED STATES LIST ----------------------------------------------------------------------------------------------------*/

#dealer-locations-content #united-states {
width:612px;
margin:10px 0 0 0;
padding:0;
border:2px solid #adb9c2;
border-collapse:collapse;
}

#dealer-locations-content #united-states td {
text-align:center;
font-size:16px;
padding:10px;
border:1px solid #adb9c2;
}

/* UNITED STATES CITY LIST ----------------------------------------------------------------------------------------------------*/

#dealer-locations-content #dealer-cities {
width:612px;
margin:20px 0 0 0;
padding:0;
}

#dealer-locations-content #dealer-cities th {
background-color:#f6d7d7;
padding:10px;
}

#dealer-locations-content #dealer-cities td {
font-size:16px;
padding:10px;
border-bottom:1px dotted #adb9c2;
}

#dealer-locations-content #dealer-cities .city {
padding-left:20px;
text-align:left;
background: url(../images/global/bullet.gif) left no-repeat;
}

#dealer-locations-content #header .city {
background-image:none;
background-color:#f6d7d7;
}

#dealer-locations-content #dealer-cities .city a:visited {
color:#2ca3db;
}

#dealer-locations-content #dealer-cities .city a:hover {
color:black;
}

#dealer-locations-content #dealer-cities .count {
text-align:center;
}

/* DEALER DETAILS ----------------------------------------------------------------------------------------------------*/

#dealer-details {
width:612px;
}

#dealer-locations-content ul {
list-style:none;
margin:25px 0 0 0;
padding:0;
}

#dealer-locations-content li {
margin:0 0 25px 0;
padding:0;
line-height:20px;
}

#dealer-locations-content li .dealer-name {
font-size:18px;
font-weight:bold;
}

#dealer-locations-content li .map {
float:left;
display:block;
width:75px;
height:25px;
}

#dealer-locations-content li .map a {
display:block;
width:75px;
height:25px;
text-indent:-5000px;
background:url(../images/dealer-locations/view-map.gif) top right no-repeat;
}

#dealer-locations-content li .dealer {
float:right;
width:525px;
}

/* SIDEBAR NAVIGATION --------------------------------------------------------------------------------*/

#sidebar-navigation {
position:relative;
z-index:5;
float:left;
width:168px;
margin-right:20px;
}

#sidebar-navigation #sidbar-top-cap {
background:url(../images/dealer-locations/sidebar-top.gif) top right no-repeat;
padding-top:15px;
}

#sidebar-navigation #sidbar-btm-cap {
background:url(../images/dealer-locations/sidebar-btm.gif) bottom right no-repeat;
height:20px;
line-height:20px;
margin-bottom:250px;
}

#sidebar-navigation #navigation-container {
position:relative;
z-index:6;
border-left:1px solid #adb9c2;
border-right:1px solid #adb9c2;
/*background:url(../images/dealer-locations/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 {
padding:5px 0;
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;
}

/* ADMIN AREA LOG IN ----------------------------------------------------------------------------------------------------*/

#admin-login {
margin:20px auto 60px auto;
padding:30px 100px;
width:200px;
border:1px solid #adb9c2;
}

#admin-login label {
display:block;
font-weight:bold;
}

#admin-login p input {
padding:3px 5px;
font-size:14px;
border:1px solid #adb9c2;
}

