/* Added 3/4/2010 */

.button_gray {
color:#fff;
float:left;
font-size:.7em;
height:23px;
padding:0px 8px;
position:relative;
text-decoration:none;
}

.button_gray span.left,
.button_gray span.right {
display:block;
height:23px;
position:absolute;
top:0px;
width:8px;
}

.button_gray span.left {
background:url(../images/button_gray_left.png) no-repeat;
left:0px;
}

.button_gray span.middle {
background:url(../images/button_gray_middle.png) repeat-x;
display:block;
padding:4px 2px 6px 2px;
height: 23px;
}

.button_gray span.middle span {
font-weight:bold;
}

.button_gray span.right {
background:url(../images/button_gray_right.png) no-repeat;
right:0px;
}

/* Home Buttons */

#home_buttons {
overflow:hidden;
}

a.button_green:link {color: #fff;}
a.button_green:visited {color: #fff;}
a.button_green:hover {color: #000;}
a.button_green:active {color: #fff;}

.button_green {
background:url(../images/index.button.buy_now.png) no-repeat;
color:#000;
float:left;
font-size:.7em;
height:34px;
padding:16px 8px 0px 46px;
text-decoration:none;
width:80px;
}

.button_green span {
font-weight:bold;
}

a.button_gray_blue:link {color: #fff;}
a.button_gray_blue:visited {color: #fff;}
a.button_gray_blue:hover {color: #000;}
a.button_gray_blue:active {color: #fff;}

.button_gray_blue {
background:url(../images/index.button.learn_more.png) no-repeat;
color:#000;
float:left;
font-size:.7em;
height:34px;
padding:16px 8px 0px 46px;
text-decoration:none;
width:84px;
}

.button_gray_blue span {
font-weight:bold;
}

/* End Home Buttons */

/* End Added 3/4/2010 */