#pack_sel {
    -moz-border-radius-topright: 0.6em;
    -moz-border-radius-topleft: 0.6em;
    -webkit-border-radius-top-right: 0.6em;
    -webkit-border-radius-top-left: 0.6em;
    }
    
#pack_sel .hd {
        }

#pack_sel .hd .title {
    text-align: center;
    font-weight: bold; 
    color: #fff !important;   
    }

#pack_sel, #pack_sel .bd:first-child {
    border-top-width: 1px;
        }

#pack_sel, #pack_sel .ft, #pack_sel .bd:last-child {
        }

#pack_sel .ft {
    font-size: .8em;    
}

#pack_sel .ft .yui-button {
    vertical-align: super;
    }

#pack_sel .ft .yui-button button {
    font-weight: normal;
}

#pack_sel .bd .innerBody, #noPackages {
    background: #1f1f1f url(../../../../../img/cart/cartbbg-grad.gif) repeat-x;
    border: 1px solid;
    border-color: #262626 #292929 #424242;
    padding: 1em;
        -moz-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25) inset;
    }

#pack_sel .bd .innerBody {
    overflow: hidden;
    position: relative;
}    

#pack_sel .bd .innerBody .readOnly {
    font-weight: normal;
    margin: 280px 0px 0px;
    text-align: center;
}
    
#pack_sel_cancel, #pack_sel_choose {
	background: url("../../../../../img/buttons/buttongroup_sprite.png") repeat-x scroll 0 -120px #2F2F2F;
}

#noPackages {
    text-align: center;
    margin: 0;
    }
    
#noPackages span {
    line-height: 6em;
    color: #ffffc0;
    font-weight: normal;
    font-size: 153.9%;
    text-shadow: 0 .1em .1em rgba(0, 0, 0, .5);
    }

#pack_sel + .underlay {
    opacity: 0;
    }
    
#pack_sel .ft {
    text-align: right;
    }

#pack_sel .warning {
    text-align: center;
    color: goldenrod;    
    margin-left: 14px;
    margin-bottom: 1em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
    line-height: 1em;
    font-size: 1em;
    white-space: nowrap;
    }

#pack_sel .warning .icon {
    display: inline-block;
    ~display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    background: url(../../../../../img/packages/extlink.gif) no-repeat left center;
    }

/**
 * Disabled state
 */
#pack_sel .yui-button-disabled {
    border-color: #ccc;
    background-position: 0 -1500px;
    }
    
#pack_sel .yui-button-disabled .first-child {
    border-color: #ccc;
    }
    
#pack_sel .yui-button-disabled button, #pack_sel .yui-button-disabled a {
    color: #A6A6A6;
    cursor: default;
    }
    
#pack_sel .yui-menu-button-disabled button {
    background-image: url(../../../../js/yui/2.8.1/assets/skins/sam/menu-button-arrow-disabled.png);
    }

#pack_sel div.bar_outer {
    height: 0px;
    overflow: hidden;
    border-top: 1px solid #111112;
    border-bottom: 1px solid #2f2f2f;
    margin-right: 1em;
    }

#pack_sel .package {
    border-bottom: 1px solid #2f2f2f;
    cursor: pointer;
    zoom: 1;
    margin-right: 1em;
    }

#pack_sel .package .content {
    border-bottom: 1px solid #111112;
    padding: 1em;
    overflow: hidden;
    }
    
#pack_sel .package-selected .content {
    background: rgb(100, 100, 100);
    background: rgba(100, 100, 100, 0.5);
    background: -moz-linear-gradient(center top , rgba(125, 125, 125, 0.5) 25%, rgba(75, 75, 75, 0.5));
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(125,125,125,0.5)), to(rgba(75,75,75,0.5)));
    -moz-box-shadow: 0pt 0.5em 1em rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0pt 0.5em 1em rgba(0,0,0,0.5);
    -moz-border-radius: 0.35em;
    -webkit-border-radius: 0.35em;
}

#pack_sel .package .content * {
    vertical-align: middle;
    zoom: 1.0;
    }

#pack_sel .package .content .tag {
    display: inline-block;
        }
    
#pack_sel .package .content .singleMulti {
    line-height: 73px;
    font-size: 1em;
    width: 6.1em;
    display: inline-block;
    margin: 0 1em;
        }

#pack_sel .package .content .desc {
    font-size: 1em;
    width: 17em;
    overflow: hidden;
    display: inline-block;
    max-height: 76px;    
        }

#pack_sel .package .content .products {
    width: 20em;
    margin-left: 0.5em;
    margin-right: 0em;
    display: inline-block;
    overflow: hidden;
    max-height: 73px;
        
    }

#pack_sel .package .content .products ul {
    padding: .4em 1em;
    list-style: none;
    }

#pack_sel .products ul li.lineitem {
    overflow: hidden;
    width: auto;
    margin: 0.1em 0;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    }

#pack_sel .products ul li.lineitem:hover {
    background-color: rgba(164, 171, 155, .7);
    ~background-color: rgb(164, 171, 155);
}

#pack_sel .products li.lineitem .lineitem-label {
    vertical-align: top;
    float: left;
    width: 90%;
}

#pack_sel .products li.lineitem .lineitem-value {
    vertical-align: top;
    float: right;
}

.tag {
	position:relative;
	width: 178px;
	height: 73px;
	font-family: "Myriad Pro", "Trebuchet MS", "Arial", sans-serif;
    display: inline-block;
    ~display: inline;
    zoom: 1;
    }

.taginfo {
	position: absolute;
	overflow: hidden;
	width: 110px;
	height: 69px;
	top: 6px;
	right: 33px;
	text-align: left;
	color: black;
	padding: .6em 0;
    }

.tagtitle {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 0.8em;    }

.tagitemcount {
	font-weight: normal;
	font-size: 0.85em;
	line-height: 0.85em;    }

.tagprice {
	position: absolute;
	line-height: 30px;
	text-align: center;
	font-size: 1em;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	writing-mode: tb-rl\9;	
	unicode-bidi: embed;
	direction: ltr;
		width: 73px;
	height: 30px;
	right: -22px;
	top: 21px;
        }

#pack_sel .lcd {
    background-color: #C0C7B8;
    background-color: rgba(245, 255, 235, 0.75);
    ~background-color: #C0C7B8; /* for IE6 and IE7, this must be below rgba declaration */
    border-color: #111 #666 #91948D;
    border-color: rgba(0, 0, 0, 0.5) rgba(50, 50, 50, 0.5) rgba(100, 100, 100, 0.5);
    ~border-color: #111 #666 #91948D; /* for IE6 and IE7 */
    border-style: solid;
    border-width: 1px;
    color: #4D4F4A;
    color: rgba(0, 0, 0, 0.6);
    ~color: #4D4F4A; /* for IE6 and IE7 */
    font-size: 93%;
    padding: .25em .5em;
    -moz-border-radius: .5em;
    -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.5) inset, 0 -2em 5em -2em rgba(0, 0, 0, .5) inset;
    -webkit-border-radius: .5em;
    -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.5) inset, 0 -2em 5em -2em rgba(0, 0, 0, .5) inset;
 }
 
#pack_sel .lineitem {
    clear: both;
    margin: 0.1em 0;
    padding: 0 .2em;
    }

#pack_sel .lineitem-summaryline {
    border-top: 1px solid #595959;
    margin-top: -.1em;
    padding-top: .3em;
    }

#pack_sel .lineitem-label {
    display: block;
    float: left;
    clear: left;
    }

#pack_sel .lineitem-value {
    display: block;
    text-align: right;
    }

#pack_sel div.tag img {
        }
    
#pack_sel .yui-button {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    direction: ltr;
    background-color: #2F2F2F;
    background-image: url("../../../../../img/buttons/buttongroup_sprite.png");
    background-repeat: repeat-x;
    background-position: 0 -120px;
    margin: 0 3px;
    padding: 0;
    border-width: 1px;
    border-top-color: #FFFFFF;
    border-right-color: #CCCCCC;
    border-bottom-color: #A0A0A0;
    border-left-color: #CCCCCC;
    border-style: solid;
    -moz-box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: .25em;
    -webkit-box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: .25em;
    }
    
#pack_sel .yui-button .first-child {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    direction: ltr;
    background-color: transparent;
    background-image: none;
    margin: 0;
    padding: 0;
    border: none;
    }

#pack_sel .yui-button .first-child button {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #FFFFF9;
    text-align: center;
    direction: ltr;
    background-color: transparent;
    background-image: none;
    margin: 0;
    padding: 0 .8em;
    min-height: 2em;
    outline: medium none;
    border: none;
    cursor: pointer;
    display: block;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25);
    }