/* promo boxes */

.large-promo {
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.large-promo img {
    display: block;
}

.large-promo .details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    width: 713px;
    min-height: 65px;
    background: url(../img/black-semi.png);
    color: white;
    /*font-family: "Futura Md BT";*/
    font-weight: bold;
    text-transform: uppercase;
}

.large-promo .details.hideoverlay
{
	background: none;
	min-height: 30px;	
}


.large-promo .details .strap {
    margin: 0px 0px 0px 0px;
	display: inline;
}

.large-promo .details .strap.hideoverlay {
    float:right;
}

.large-promo .details h2 {
    width: 425px;
    font-size: 225%;
}

.large-promo .details a {
    color: #79bdde;
}

.large-promo .details .price {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #df2a30;
}

.large-promo .details .price p,
.large-promo .details .price div {
    float: left;
}
.large-promo .details .price p {
    font-size: 28px;
    margin-left: 10px;
    line-height: 16pt;
}
.large-promo .details .price p strike {
    color: #f7cacb;
    font-size: 13px;
}
.large-promo .buy {
    position: relative;
    width: 170px;
    height: 62px;
    top: 0px;
    right: -10px;
    background: url(../img/promo-buy-button.png) no-repeat top left;
}

.large-promo .buy a {
    color: white;
    display: block;
    font-size: 150%;
    padding: 15px 0px 15px 0px;
    text-align: center;
}
.large-promo button.buy {
    border: none;
    /*font-family: "Futura Md BT";*/
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

/* small */

#promo-stacks {
	width: 745px;
	float: left;
	padding: 0px 0px 0px 0px;
}
.promo {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
    position: relative;
}
.promo img {
	float: left;
	display: block;
}

.promo .details {
    position: absolute;
    bottom: 0px;
    left: 0px;
	right: 0px;
    padding: 6px;
    background: url(../img/black-semi.png);
    color: white;
    /*font-family: "Futura Md BT";*/
    font-weight: bold;
    text-transform: uppercase;
	min-height: 33px;
}

.promo .details.hideoverlay
{
	background: none;
}

.promo .details .strap {
    margin: 4px 8px 0px 0px;
    float:right;
}

.promo .details h3 {
    font-size: 1em;
}

.promo .details a {
    color: #79bdde;
}

.promo .details .price {
}

.promo .details .price p,
.promo .details .price div {
}
.promo .details .price p {
    font-size: 18px;
    line-height: 16pt;
}
.promo .details .price p strike {
    color: #f7cacb;
    font-size: 13px;
}
.promo .buy {
    position: relative;
    width: 170px;
    height: 62px;
    top: 0px;
    right: -10px;
    background: url(../img/promo-buy-button.png) no-repeat top left;
}

.promo .buy a {
    color: white;
    display: block;
    font-size: 150%;
    padding: 15px 0px 15px 0px;
    text-align: center;
}

/* big old search */

#big-search {
    position: relative;
    float: left;
    width: 733px;
    background: #79bcde;
    margin-bottom: 10px;
}

#big-search form {
    position: relative;
    margin: 20px auto 0px auto;
    padding: 0px;
    display: block;
    width: 580px;
}

#big-search-field {
    width: 420px;
    height: 25px;
    padding: 5px;
}

#big-search-button {
    width: 75px;
    height: 35px;
    border: none;
    background-color: #df2a30;
}

#big-search p {
    float: left;
    width: 713px;
    background: url(../img/black-semi.png);
    /*font-family: "Futura Md BT";*/
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    margin: 20px 0px 0px 0px;
}

#big-search p a:link,
#big-search p a:visited {
    color: #79bcde;
}

.preorder {
	color: #CDFF3D;
}
.discount {
	color: white;
}
.strap {
	background-color: #CDFF3D;
	font-size: 13px;
	color: #333333;
	padding: 1px 5px;
	display: inline;
	position: relative;
	top: -2px;
}


