#ecom {
	height:75px;
}
/*-------------------------------------------- MINI CART-----------------------------------------------*/
.checkout {
/*width: 265px;
	position:absolute;
	top:530px;
	left:560px;*/
}
#sidebar-cart {/*---will probably need to be moved to the inner module*/
	width: 265px;
	position:absolute;
	top:-40px;
	left:560px;/*position:relative;*/
	z-index:100;
}
#sidebar-cart .img {
	width:115px;
	height:115px;
	background-image:url(../images/backgrounds/miniCartBack.png);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	top:-15px;
}
#sidebar-cart .title {
	font-family:GillSansStdBold;
	color:#4c4e50;
	top:45px;
	left:120px;
	position:absolute;
	width:120px;
}
#sidebar-cart .qty {
	clear:both;
	width:150px;
	float:right;
	position:absolute;
	left:0px;
	top:80px;
}
#sidebar-cart a.quickCheckout {
	left: 155px;
	position: absolute;
}
a.quickCheckout {
	color: #D18316;
	font-size: 0.8em;
	font-weight: bold;
	top: 85px;
	width: 80px;
}
#sidebar-cart .qty span {
	line-height:2em;
}
/*---------------------------------------------------------ECOM SLIDER ------------------------------*/




/*#ecom .slider {
	position:absolute;
	z-index:10;
	top:530px;
	width:545px;
	
}*/

#ecom .slider {
	position:relative;
	top:-60px;
	z-index:2;
}
#ecom .slider #category-products {
	position:absolute;
	z-index:10;
	width:545px;
	height:110px;
}
#ecom .slider #prev, #ecom .slider #next {
	float:left;
	width:37px;
	height:110px;
}
#ecom .slider #prev:hover, #ecom .slider #next:hover {
	cursor:pointer;
}
#ecom .slider #prev {
	background-image:url(/images/nav/btnSliderLeft.png);
	background-repeat:no-repeat;
}
#ecom .slider #next {
	background-image:url(/images/nav/btnSliderRight.png);
	background-repeat:no-repeat;
}
#ecom .slider #product-box {
	float:left;
	position:absolute;
	height:104px;
	border-top:solid 3px #d18316;
	border-bottom:solid 3px #d18316;
	background-color:#e3e1e1;
	top:50px;
}
#ecom .slider .mask {
	width:465px;
	height:160px;
	top:-50px;
	overflow:hidden;
	float:left;
	position:relative;
}
#ecom .slider .product {
	float:left;
	width:150px;
	margin-left:5px;
}
#ecom .slider .product .left {
	width:45px;
	position:relative;
	float:left;
}
#ecom .slider .product .left a {
	width:38px;
	height:154px;
	position:absolute;
	top:-50px;
}
#ecom .slider .product img {
	/*width:38px;*/
	height:154px;
	position:absolute;
	top:-55px;
	left:-5px;
}
#ecom .slider .product .right {/*--keep right until it gets added then remove the rest*/
	width:105px;
	float:right;
	position:relative;
	top:5px;
}
#ecom .slider .product .info {
	height:95px;
	position:relative;
	padding-top:10px;
	font-size:.9em;
}
#ecom .slider .product .name a {
	text-decoration:none;
	color:#4c4e50;
}
#ecom .slider .product .awards {
	display:none;
}
#ecom .slider .product .right .name {
	margin-bottom:7px;
	height:35px;
}
#ecom .slider .product .right .price {
	/*padding-bottom:5px;
	padding-top:5px;*/
	margin-bottom:5px;
	font-weight:bold;
}
#ecom .slider .product .right .link {
/*position:absolute;
	bottom:0;*/
}
#ecom .slider .product .right .link a {
	text-decoration:underline;
	text-transform:uppercase;
	color:#4c4e50;
	font-size:.8em;
	letter-spacing:.08em;
}
/*------------------------------------------- LARGE PRODUCT SHOT home page ------------------------*/
#product-shot {
	position:absolute;
	top:215px;
	right:10px;
}
/*---------------------------------------------------	 ECOM IMAGES --------------------------------------*/

#ecom .images {/*---move to the inner module---*/
	width:175px;
	position:absolute;
	right:20px;
	
	/*bottom:300px;*/
	max-height:515px;
	z-index:500;
}
#ecom .images:empty {
	display:none;
}
#ecom .images img {
	position:absolute;
	bottom:-55px;
	left:5%;
	width:155px;
	
}

#home #ecom .images img{/*-----------changed for holiday gift - =---change back after holidays*/
	/*width:280px;*/
	left:-10px;
}
/*-----------------------------------------------PRODUCT PAGES ------------------------------------*/
#ecom-purchase {
	position:relative;
	overflow:hidden;
	width:1020px;
	/*left:-305px;*/
/*	height:560px;*/
top:-122px;
	height:676px;
}
#ecom-purchase .product {
	position:relative;
	height:676px;
}
#ecom-purchase .product p {
	line-height:1.5em;
	margin-bottom:10px;
}
#ecom-purchase .product .left {
	position:absolute;
	left:0;
	z-index:1;
	width:100%;
	height:676px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
#ecom-purchase .product .right {
	position:absolute;
	/*left:100%;*/
bottom:676px;
	z-index:1;
	width:100%;
	height:676px;
	background-repeat:no-repeat;
	background-position:center bottom;
}
#ecom-purchase .product .scroller {
	/*width:625px;*/
	
	height:300px;
	position:relative;
	left:50px;
	top:175px;
	/*padding:15px;
	padding-left:30px;*/
	
	overflow:hidden;/*padding-bottom:5px;*/
}
#ecom-purchase .product .scroller .wrapper {
	font-size:16px;
	background-color: transparent;
	background-color: rgba(0,0,0,0.75);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000)";
	border-left:solid 1px #444;
	border-bottom:solid 1px #444;
	margin-left:30px;
	padding:15px;
	/*padding:15px;
	padding-left:30px;*/
	width:570px;
	min-height:255px;
}
#ecom-purchase .product .description {
	color:#fff;
}
#ecom-purchase .product .description p {
	color:#fff;
	line-height:1.5em;
	margin-bottom:20px;
	letter-spacing:0.05em;
}
#ecom-purchase .product .scroller .title {
	color:#d18316;
	font-size:2.333em;
	margin-bottom:20px;
	font-family:ClarendonLight;
	letter-spacing:.08em;
}
#content-area #ecom-purchase .product .scroller p {
	line-height:1.5em;
	letter-spacing:.1em;
	margin-bottom:20px;
}
#ecom-purchase .pricing {
	position:absolute;
	top:475px;
	left:80px;
	width:477px;
	height:30px;
	padding:10px;
	z-index:2;
	background-color: transparent;
	background-color: rgba(0,0,0,0.75);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000)";
}
#ecom-purchase .pricing .price {
	font-size:1.8em;
	color:#fff;
	font-family:Clarendon;
	letter-spacing:.2em;
	text-shadow:2px 2px 2px #000;
	zoom:1;
}
#ecom-purchase .pricing .options {
	color:#fff;
	position:absolute;
	left:15px;
	bottom:100px;
}
#ecom-purchase .pricing .options input {
	margin-bottom:10px;
}
#ecom-purchase .pricing form {
	float:right;
	padding-top:5px;
	margin-left:15px;
}
#ecom-purchase .pricing form .qty span {
	float:left;
	color:#fff;
	margin-right:5px;
	text-shadow:3px 3px 3px #000;
}
#ecom-purchase .pricing form .qty input[type="text"] {
	width:25px;
	height:22px;
	margin-left:5px;
	margin-right:15px;
	margin-top:-3px;
	text-align:center;
}
#ecom-purchase .pricing form .qty input[type="submit"] {
	margin-top:-5px;
}
/*------------------------------------------- CHECKOUT -------------------------------------------*/

#steps {
	width:100%;
	padding-top:10px;
	text-align:center;
	margin-bottom:25px;
	background-color:#000;
	text-transform:uppercase;
}
#steps .stage {
	height:72px;
	display:inline-block;
	width:180px;
	text-align:center;
	padding-top:10px;
}
#steps .stage .number {
	display:block;
	font-size:1.6em;
	/*text-transform:uppercase;*/
	font-family:Clarendon;
	color:#888888;
	margin-bottom:10px;
}
#steps .stage .text {
	display:block;
	font-size:.8em;
	color:#888888;
	font-family:GillSansMT;
}
#steps .stage.active {
}
#steps .stage.active .number {
	color:#fff;
}
#steps .stage.active .text {
	color:#d18316;
}
.mycart-left {
	float:left;
	width:600px;
}
.mycart-right {
	float:right;
	width:315px;
	margin-right:15px;
}
#mycart_main_div {
	position:relative;
}
#mycart_main_div .links {
/*clear:both;
	position:absolute;
	right:90px;
	top:325px;*/
	
}
.cart-related-product hr {
	display:none;
}
#mycart_discount .errmsg {
	margin-top:5px;
	margin-bottom:5px;
}
#mycart_main_div .links a {
	color:#fff;
	text-decoration:none;
}
#mycart_main_div .links a:hover {
	color:#d18316;
}
#mycart_main_div .title, .module-title, #loginform-table .title {
	font-family:Clarendon;
	font-size:1.3em;
	color:#d18316;
	margin-bottom:20px;
}
#mycart_inner_div, #checkout_shipaddr {
	background-color: rgba(0,0,0,0.8);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000)";
	color:#fff;
	padding:15px;
	min-height:234px;
	position:relative;
	padding-bottom:25px;
	overflow:hidden;
}
#checkout_shipaddr .def_field, .signup_main_div .def_field {
	width:200px;
	height:20px;
	padding-left:5px;
	padding-right:5px;/*color:#fff;
background-color:#333;
	border-left:solid 5px #999;
	border-bottom:solid 1px #999;
	padding-left:10px;
*/}
#checkout_shipaddr .def_field_ddl, .signup_main_div .def_field_ddl, #signup_table .def_field_ddl {
	width:200px;
	height:22px;/*color:#fff;
background-color:#333;*/	
}
.signup_rqd {
	color:red;
}
#signup_table2 {
	margin-bottom:15px;
}
/*----------- TABLE STUFF---*/
#loginform {
	width:400px;
	height:183px;
	padding:15px;
	background-color: rgba(0,0,0,0.8);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000)";
	color:#fff;
	position:absolute;
	left:60px;
}
#loginform-table {
	width:100%;
}
#loginform-table input[type="text"], #loginform-table input[type="password"] {
	width:280px;
	height:22px;
}
.links-div {
	padding-top:15px;
	padding-left:25px;
	color:#fff;
	width:400px;
	padding:15px;
	background-color: rgba(0,0,0,0.8);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000)";
	position:relative;
	/*	left:60px;
	top:225px;*/
	top:213px;
	left:-235px;
}
.links-div .links {
	margin-bottom:10px;
}
#main_body .links-div .links a {
	color:#fff;
	min-width:110px;
}
#content-area #loginform-table #btnLogin input[type="submit"] {
	margin-right:0px;
}
.links-div .links span {
	line-height:1.2em;
}
#loginform-table td {
	padding:5px;
}
.table-dropshadow td, .cbb table td {
	padding:5px;
	border-bottom:solid 1px #444;
}
#checkout_shipaddr .table-dropshadow tr > :first-child, .table-dropshadow tr > :nth-child(3n) {
	border-left:solid 5px #444;
	border-bottom:solid 1px #444;
}
#checkout_shipaddr input[type="submit"], #checkout_shipaddr input[type="image"] {
	float:right;
}
#checkout_shipaddr table {
	margin-bottom:15px;
}
#mycart_inner_div .buttons {
	position:absolute;
	bottom:15px;
	width:95%;
}
#content-area #mycart_discount input[type="submit"] {
	margin-top:5px;
}
#mycart_table {
	width:100%;
}
#mycart_table td {
	padding:5px;
}
#mycart_table th {
	font-family:GillSansStdBold;
}
#mycart_inner_div a {
	color:#fff;
	text-decoration:none;
}
/*============== copy over for checkout page my cart totals section==================*/

#mycart_totals {
	font-size:1.2em;
	margin-bottom:20px;
	padding:15px;
 width:ƒ.links95%;
	background-color:#000;
	color:#fff;
}
#mycart_totals span {
	padding-left:8px;
	text-align:right;
}
#mycart_totals span.total {
	color:#d18316;
	font-family:Clarendon;
}
.mycart-right .price {
	color:#fff;
}
.mycart-right td {
	text-align:right;
	padding-top:2.5px;
	padding-bottom:2.5px;
}
#mycart_totals table {
	width:100%;/*width:80%;*/
}
.mycart-right .title {
}
/*--*/

#mycart_discount {
	background-color:#000;
	width:292px;
	padding:10px;
	color:#fff;
	min-height:101px;
}
#mycart_discount .text {
	font-family:Clarendon;
	color:#d18316;
	font-size:1.2em;
}
#mycart_discount input[type="text"] {
	width:220px;
	height:22px;
	margin-top:5px;
}
#mycart_discount input[type="submit"] {
	float:right;
}
#mycart_discount ul {
	margin-top:10px;
}
#mycart_discount ul li {
	display:inline;
}
#mycart_discount ul li a {
	color:#fff;
	text-decoration:none;
}
.discount_code {
	overflow:hidden;
}
/*------------------------------------------------ RELATED PRODUCTS ------------------------------------------*/
.cart-related-products {
	font-size:15px;
	line-height:1em;
}
#sub-content .cart-related-products .title {
	font-family:Clarendon;
	font-size:1.6em;
	letter-spacing:.07em;
	margin-bottom:20px;
}
.cart-related-products .cart-related-product {
	float:left;
	margin-right:12px;
	margin-bottom:25px;
}
.cart-related-products .cart-related-product .image {
	float:left;
	margin-right:15px;
}
.cart-related-products .cart-related-product .right {
	float:left;
	width:130px;
	padding-top:20px;
}
.cart-related-products .cart-related-product .left img {
	width:43px;
	height:168px;
}
.cart-related-products .cart-related-product .right .name {
	min-height:30px;
}
#sub-content .cart-related-products .cart-related-product .right .name a {
	font-size:	0.867em;
	margin-left:5px;
	color:#4c4e50;
	text-decoration:none;
	font-family:GillSansMT;
}
.cart-related-products .cart-related-product .right .pricing {
	font-family:Clarendon;
	color:#4c4e50;
	font-size:1.267em;
	padding-bottom:5px;
	width:100%;
	border-bottom:solid 1px #b5b5b5;
	margin-bottom:6px;
	margin-left:5px;
	letter-spacing:.07em;
}
.cart-related-products .cart-related-product .right .qty {
	width:100%;
	margin-left:5px;
}
.cart-related-products .cart-related-product .right .qty .qty {
	float:left;
	margin-right:10px;
}
.cart-related-products .cart-related-product .right .qty .qty span {
	margin-right:30px;
}
.cart-related-products .cart-related-product .right .qty input[type="text"] {
	width:25px;
	height:22px;
	text-align:center;
}
.cart-related-products .cart-related-product .right .cart .addTooCartBtn {
	margin-top:10px;
}
#ecom-purchase .left, #ecom-purchase .right {
	float:left;
	width:1020px;
}
#ecom-purchase .left .click {
	position:absolute;
	display:block;
	right:339px;
	top:140px;
	height:20px;
	width:175px;
	padding:10px;
	padding-top:5px;
	font-size:.85em;
	text-transform:uppercase;
	text-align:center;
	background-color:rgba(0,0,0,.75);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000', GradientType=0 ); /* IE6-9 */
}
#ecom-purchase .click:hover {
	cursor:pointer;
}
#ecom-purchase .right .click {
	position:absolute;
	display:block;
	/*right:-103px;*/
	right:-147px;
	top:140px;
	height:20px;
	width:175px;
	padding:10px;
	padding-top:5px;
	font-size:.85em;
	text-transform:uppercase;
	text-align:center;
	background-color:rgba(0,0,0,.75);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000', GradientType=0 ); /* IE6-9 */
}
/*------------------------------------- FORMS ---------------------------------------*/
#wineclub-signup, #news-signup {
	color:#fff;
	padding:15px;
}
#wineclub-signup table, #news-signup table {
	width:100%;
	padding:15px;
}
#wineclub-signup table td, #news-signup table td {
	padding:5px;
}
#wineclub-signup textarea {
	width:200px;
	height:50px;
}
.def_field_ddl {
	width:200px;
	height:22px;
}
#wineclub-signup tr > :first-child {
	border-left:solid 5px #444;
	border-bottom:solid 1px #444;
}
#wineclub-signup input[type="text"], #wineclub-signup input[type="password"], #news-signup input[type="text"], news-signup input[type="passowrd"], #signup_inner_div input[type="text"], #signup_inner_div input[types="password"], #signup_inner_div .del_field_ddl, #signup_right_div input[type="text"], #signup_right_div input[type="password"], .cbb table input[type="text"], .cbb table input[type="password"], .cbb table select {
	height:22px;
	width:200px;
}
#news-signup input[type="text"], news-signup input[type="passowrd"] {
	width:250px;
}
#news-signup .title {
	font-size:1.3em;
}
#wineclub-signup input[type="submit"] {
	margin-right:60px;
}
#wineclub-signup textarea {
	height:70px;
}
#news-signup input[type="submit"] {
	margin-right:65px;
}
#news-signup.happy-hour input[type="submit"] {
	margin-right:0;
}
#chkout-pmt-div {
	width:1020px;
	margin-left:-35px;
}
#order-history {
	margin-top:25px;
}
#order-history-address, #order-history-receipt {
	width:50%;
	float:left;
}
#order-history-addres table, #order-history-receipt table {
	width:90%;
}
#order-history-table {
	width:95%;
}
#myaccount_main_div {
	padding:15px;
	width:100%;
}
#myaccount_table {
	width:100%;
}
#myaccount_hdr {
	color:#d18316;
	font-size:2.333em;
	margin-bottom:20px;
	font-family:ClarendonLight;
	letter-spacing:.08em;
}
#content-area .cbb h1 {
	margin-bottom:15px;
	color:#999;
	font-family:GillSansStdBold;
	font-size:1.2em;
}
#accountInfo {
	width:100%;
}
.cbb table {
	width:100%;
}
.cbb input[type="submit"] {
	float:right;
}
#myaccount_status {
	margin-bottom:15px;
	color:#d18316;
}
.sub-title, #order-history-details .title, #order-history-address .title {
	font-family:GillSansStdBold;
	margin-bottom:5px;
	color:#999;
	font-size:1.2em;
}
#myaccount_table.table-dropshadow tr > *:nth-child(3n) {
	border-left:none;
}
#myaccount_table.table-dropshadow tr th/*,#order-history-table.table-dropshadow tr th*/, #order-history-table.table-dropshadow tr td {
	border:none;
}
#order-history-table th {
	border-left:none;
	border-bottom:solid 1px #444;
}
table.table-dropshadow {
	margin-bottom:25px;
}
#order-history-address, #order-history-address-table {
	width:100%;
}
#signup-form {
	background-color: rgba(0,0,0,0.75);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000)";
	padding:15px;
	color:#fff;
}
#signup_inner_div, #signup_right_div {
	width:45%;
	float:left;
}
.signup_main_div table td {
	padding:5px;
}
#signup_table2 input[type="submit"] {
	float:right;
}
#checkout-beanstream {
	float: left;
	margin-left: 90px;
	margin-right:10px;
	overflow: hidden;
	width: 230px;
}
#checkout-other {
	float: left;
	width: 65%;
}
#checkout-other .method {
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
	overflow: hidden;
	width: 230px;
}
#signup_table .def_field_ddl {
	width:210px;
}
#frmPayment table td {
	padding:5px;
}
/* ------------------------- MEGAMENU ECOM -------------------------- */
#megamenu-ecom {
	display: block;
	position: relative;
}
#megamenu-ecom .info {
	position: relative;
	width: auto;
	padding: 30px 20px;
	padding-left: 160px;
	min-height: 256px;
	text-align: left;
}
#megamenu-ecom .name {
	color:#d18316;
	font-size: 24px;
	margin-bottom:10px;
	font-weight:100;
	font-family:Clarendon;
}
#megamenu-ecom .year {
	font-size: 48px;
	display: block;
}
#megamenu-ecom .price {
	color:#fff;
	font-size: 24px;
	margin-bottom:10px;
	font-weight:100;
	display: block;
}
#megamenu-ecom p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
#megamenu-ecom .absolute-image {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#megamenu-ecom .product.gift .absolute-image{
left:0px;
}

#megamenu-ecom .absolute-image img {
	height: 322px;
}
/*------------------------------------- ECOM GIFTS 2011 ------------------------------*/

.gift-packs,.case-packs{
	position:relative;
	padding-top:15px;
color:#fff;
background-color: transparent;
	background-color: rgba(0, 0, 0, 0.55);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000)";	
}

.case-packs{

}

.case-pack {
	margin-bottom:40px;
	position:relative;
}

.case-packs{
margin-bottom:130px;	
}

.gift-packs .gift-pack {
	width:470px;
	min-height:260px;
	margin-bottom:40px;
	margin-right:20px;
	float:left;
	position:relative;
}

.gift-packs .gift-pack .image {
	width:110px;
	float:left;
	margin-right:20px;
	text-align:right;
}

.case-packs .case-pack .image{
float:left;
width:173px;	

overflow:hidden;
margin-right:20px;
}
.gift-packs .gift-pack  .image img{
	
	max-height:248px;
}

.case-packs .case-pack .image img {
max-width:100%;	
}

a:hover{
cursor:pointer;	
}

.gift-packs .gift-pack .info,.case-pack .info {
	float:left;
	width:330px;
}

.case-pack .info {
width:750px;	
}
.gift-packs .gift-pack .name,.case-packs .case-pack .name {
	color:#d18316;
	font-family:Clarendon;
	font-size:	1.467em;
	letter-spacing:.1em;
	margin-bottom:10px;
}
.gift-packs .gift-pack .popup .description,.case-packs .case-pack .popup .description {
	border:none;
	width:300px;
	float:left;
}
.gift-packs .gift-pack .description,.case-packs .case-pack .description {
	font-family:GillSansMT;
	line-height:1.5em;
	letter-spacing:.1em;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:solid 1px #50534e;
	overflow:hidden;
}

.gift-packs .gift-pack .description p,.case-packs .case-pack .description p{
	margin-bottom:10px;
}
.gift-packs .gift-pack .price,.case-packs .case-pack .price {
	font-family:Clarendon;
	font-size:1.667em;
	margin-bottom:5px;
	letter-spacing:.1em;
	display:block;
}



.case-packs .case-pack .price{
float:left;
}

.case-packs .case-pack .pricing form{
float:left;
margin-left:15px;	
}
.gift-packs .gift-pack input[type="text"],.case-packs .case-pack input[type="text"] {
	width:26px;
	height:22px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
	border:none;
	
}
.gift-packs .gift-pack input[type="submit"],.case-packs .case-pack input[type="submit"] {
	/*border:none;
	background:transparent;
text-transform:uppercase;
color:#fff;
background-color:#d18316;
border-radius:.4em;*/
	float:right;
	color:#fff;
	text-transform:uppercase;
	background-color:#d18316;
	border:none;
	-moz-border-radius: .3em;
	border-radius:.3em;
	margin-top:5px;
	margin-right:5px;
	text-decoration:none;
	line-height:1.1em;
	font-size:.7em;
	text-align:center;
	-webkit-appearance:none;/*----for iphone/ipad so the default input styles are erased--*/
	clear:both;
	float:none;
	padding:0;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.gift-packs .gift-pack .popup,.case-packs .case-pack .popup {
	position:absolute;
	z-index:99999999;	
	min-width:100px;
	min-height:100px;
	top:15%;
	left:15%;
	
}

.gift-packs .gift-pack .popup .top,.case-packs .case-pack .popup .top{
	width:610px;
	height:32px;
	position:relative;
		background-image:url(/images/backgrounds/christmasPopupTop.png);
	background-repeat:no-repeat;
}

.gift-packs .gift-pack .popup .middle,.case-packs .case-pack .popup .middle{
	width:570px;
	min-height:331px;
	position:relative;
	padding-left:20px;
	padding-right:20px;
		background-image:url(/images/backgrounds/christmasPopupMiddle.png);
	background-repeat:no-repeat;
	background-color:#000;
}

.popup .pop-image{
position:absolute;
right:30px;
bottom:15px;
z-index:5;	
}

.popup .jingles{
position:absolute;
z-index:10;	
right:-20px;
bottom:-30px;
background-image:url(/images/backgrounds/jingles2.png);
background-repeat:no-repeat;
width: 110px;
height:135px;
}

.gift-packs .gift-pack .popup .bottom,.case-packs .case-pack .popup .bottom{
	width:610px;
	height:71px;
		background-image:url(/images/backgrounds/christmasPopupBottom.png);
	background-repeat:no-repeat;
	position:relative;
}

.gift-packs .gift-pack .popup a,.case-packs .case-pack .popup a{
position:absolute;
top:13px;
right:10px;	
display:block;
font-size:.7em;
}
.gift-packs .gift-pack .popup a:hover,.case-packs .case-pack .popup a:hover{
	cursor:pointer;
}
 .gift-packs .gift-pack .popup .name,.case-packs .case-pack.popup .name {
	max-width:300px;
	float:left;
}
 .gift-packs .gift-pack .popup .description,.case-packs .case-pack.popup .description {
	 clear:both;
 }

.gift-packs .gift-pack .popup .pop-image {
	width:240px;
	text-align:right;
}

.case-packs .case-pack .pop-image{
	width:330px;
}

.gift-packs .gift-pack .popup .pop-image img,.case-packs .case-pack .pop-image img{
max-width:100%;	
max-height:460px;
}

