/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   By Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
    padding: 0;
	margin: 0;  
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*--------------------------------------------------
*
* Jackpot Styles
*
*-------------------------------------------------*/


/* Body */


body {
	font: 13px/17px Arial, Helvetica, sans-serif;
	background: transparent url(/img/background.jpg) repeat top left;
	margin: 0;
	padding: 0;
	color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 1em;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* Header */

#header {
    background: url(/img/header_v2.png) no-repeat left top;
    height: 156px;
    position: relative;
}

#banner {
    text-indent: -9999em;
}

#description {
    position: relative;
    top: 101px;
    left: 205px;
    font-size: 13px;
    color: #fff;
}

#contact_info {
    position: relative;
    top: 40px;
    left: 374px;
    line-height: 18px;
}

/* Cart */

#cart {
    position: absolute;
    top: 0;
    background-color: #fff;
    right: 368px;
/*    padding-top: 4px;*/
/*    padding-left: 11px;*/
    background: url(/img/cart.png) no-repeat top left;
/*    width:  182px;*/
    height: 26px;
}

#cartModule {
    display: block;
    padding-right: 10px;
    padding-top: 3px;
    background: url(/img/cart-cap.png) no-repeat top right;
    height: 26px;
    position: relative;
    left: 10px;
}


/* Wrapper */

#wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* Main */

#main {
    clear: both;
    background: url(/img/body-tile.png) repeat-y top left;
}


/* Content */

#content {
    float: left;
    width: 620px;
    margin-left: 39px;
    padding-right: 30px;
    line-height: 16px;
}

h2.title {
    font-size: 26px;
    line-height: 35px;
}

/* Store */

#store {
    position: relative;
    padding-bottom: 100px;
    padding-top: 10px;
}

#homePage #store {
    padding-top: 0;
}

#homePage #new_releases h3 {
    float: left;
    height: 22px;
}

.shelf_row {
    clear: both;
}   

#shelves {
    margin-top: 6px;
    padding-top: 20px;
    border-top: 1px solid #aebcb7;
    clear: both;
}

#store h2.title {
    margin-bottom: 10px;
    background: url(/img/online-store.png) no-repeat top left;
    height: 27px;
    width: 126px;
    text-indent: -9999em;
}

.shelf_row {
	height:169px;
	padding:0 0 0 10px;
	width:964px;
	position: relative;
	left: -18px;
}

#merchPage .shelf_row {
    height: 190px;    
}

.shelf_row ul {
	list-style:none;
	margin:0;
	padding:0;
}
.shelf_row ul li {
	display:inline;
}
.shelf_row ul .album {
	display:block;
	float:left;
	height:139px;
	margin:0 9px;
	width:139px;
	border: 1px solid #aebcb7;
	position: relative;
}

#other_albums {
    margin-top: 20px;
    width: 240px;
    position: relative;
    left: 17px;
}

.other_album {
	display:block;
	float:left;
	height:75px;
	margin:8px;
	width:75px;
	border: 1px solid #000;
	position: relative;  
	left: 10px;
}

#albumPage .album {
    border-top: 1px solid #AEBCB7;
    margin-top: 20px;
    clear: both;
    padding-top: 20px;
}

#albumPage a.other_album {
    float: left;
    display: block;
    margin-right: 10px;
}


.album_art {
    width: 240px;
    margin-right: 20px;
    float: left;
}

.label_album_art {
    float: left;
    margin-right: 20px;
}

.label_title {
    margin-bottom: 20px;
}

#album_description {
    float: left;
    width: 360px;
}

#album_description h1 {
    font-size: 16px;
}

/* Tooltips */

.album_tooltip {
    display: none;
    position: absolute;
    top: -8px;
/*    left: 120px;*/
    left: 138px;
    z-index: 100;
    width: 222px;
}

.tooltip_title {
    background: url(/img/tool-tip-header.png) no-repeat top left;
    padding: 8px 15px 5px 30px;
}


.tooltip_info {
    background: transparent url('/img/tool-tip-body.png') no-repeat left top;
}

.tooltip_subname,
.tooltip_description,
.tooltip_price li {
    padding: 8px 15px 0px 30px;
}

.tooltip_description {
    background: url(/img/tool-tip-footer.png) no-repeat bottom left;
    position: relative;
    top: 7px;
    padding: 5px 15px 15px 30px;
    min-height: 50px;
}

.other_album .album_tooltip {
    top: -50px;
    left: 75px;
}

#you_cant_lose_image .album_tooltip {
    left: 120px;
    top: -35px;
    text-align: left;
}

.shelf_row ul.tooltip_price li {
    display: block;
}

.shelf-title {
    text-align: center;
}

.single_album {
    clear: both;
    margin-bottom: 30px;
}

.shelf_row ul.tooltip_price,
.tooltip_price {
    margin-top: 10px;
}

.album_tooltip li {
    padding: 0;
}


/* Search */

.searchbar {
	background:url(/img/bg-search_bar.jpg) no-repeat 0 0;
	height:20px;
	margin:0;
	padding:0px;
	width:218px;
	border: 1px solid #aebcb7;
	position: absolute;
	top: 15px;
	left: 393px;
	color: #636363;
}

#homePage .searchbar {
    top: 5px;
}

.search-head { 
    padding-top: 18px;
    clear: both; 
    border-top: 3px solid #aebcb7;
}

.search-head h2 {
    font-size: 20px;
}

#searchPage #shelves {
    border-top: none;
}

h2.search-title {
    background: url(/img/search-results.png) no-repeat top left;
    width: 153px;
    height: 27px;
    text-indent: -9999em;
    margin-bottom: 10px;
}

#search #shelves {
    border-top: none;
}


/* Alphabet */

#alpha {
    height: 22px;
    float: left;
    margin-right: 20px;
}

#alpha-list li {
    margin-right: 7px;
    float: left;
    position: relative;
    left: 5px;
}

#musicPage #alpha-list li {
    margin-right: 3px;
}

#pagination {
    float: left;
    font-weight: bold;
}

#pagination_bottom {
    font-weight: bold;
    height: 20px;
    padding-right: 8px;
}

#pagination_bottom .previous {
    float: left;
}

#pagination_bottom .next {
    float: right;
}

/* Product Count */

#product_count a {
    text-decoration: underline;
    float: left;
    margin-left: 270px;
}


/* Our Label */

#label {
    position: relative;
    padding-top: 10px;
}

#latest_jackpot {
    clear: both;
}

#latest_jackpot img {
    border: 1px solid #000;
}

#latest_cover {
    float: left;
    margin: 0 15px 0 0;
}

#latest_name {
    margin: 20px 0;
    font-weight: bold;
    font-size: 14px;
}

#latest_description {
    height: 137px;
}

#latest_description object,
#latest_description span {
    display: none;
}

#latest_controls {
    margin: 22px 0;
}

#latest_controls a {
    font-weight: bold;
}

a.more_link {
    text-decoration: underline;
}

#homePage hr {
    width: 651px;
    border: none;
    background-color: #aebcb7;
    position: relative;
    left: -15px;
    margin-bottom: 18px;
    height: 1px;
}

#our_label {
    height: 70px;
    position: relative;
    background: url(/img/our-label.png) no-repeat top left;
    width: 100px;
    height: 70px;
    text-indent: -9999em;
}

a.more_info {
    font-weight: bold;
}


/* Scroller */

#scroll_container {
    width: 455px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 65px;
    float: right;
    position: absolute;
    top: -4px;
    left: 170px;
}

#scroller {
    overflow: hidden;
    width: 421px;
    float: left;
    position: relative;
    left: 10px;
}

#scroller ul {
    position: relative;
    left: 5px;
}

#scroller ul {
    width: 3900px;
}

#scroller li {
    float: left;
    margin: 0 3px;
}

#scroller img {
    width: 63px;
    height: 63px;
    border: 1px solid #000;
}

.scroller_control {
    position: relative;
    top: 25px;
}

#scroll_prev {
    float: left;
    display: block;
    background: url(/img/arrows.png) no-repeat top left;
    width: 9px;
    height: 13px;
    text-indent: -9999em;
}

#scroll_next {
    float: right;
    display: block;
    background: url(/img/arrows.png) no-repeat top right;
    width: 9px;
    height: 13px;
    text-indent: -9999em;
}



/* Primary */

#primary {
    float: left;
    width: 143px;
    margin-left: 22px;
    text-align: center;
}

#navigation {
    margin-bottom: 14px;
    margin-left: 3px;
    margin-top: 4px;
    line-height: 1.3em;
}

#join {
    border-bottom: 1px solid #aebcb7;
    padding-bottom: 1em;
    margin-bottom: 1em;
    position: relative;
}

#join form {
    margin-left: 3px;
}


#join h3 {
    margin: 0 0 5px 0;
    padding: 0px;
    text-indent: -9999em;
    overflow: hidden;
    background: url('/img/jackpot-vip-club.png') no-repeat center top;
    height: 59px;
}

#join p {
    text-align: center;
    margin-bottom: 10px;
}

#join-email {
    background: none;
    border: 1px solid #aebcb7;
    width: 135px;
    text-align: center;
    margin-bottom: 10px;
    color: #636363;
}

.submitter {
    background-color: #333;
    color: #fff;
    width: 135px;
    text-align: center;
    padding: 4px 0;
    border: 0;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
}

.submitter:hover {
    background-color: #636363;
}

.join .name {
	background:url(/img/bg-pencil.jpg) no-repeat right center;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #7f7f7f;
	color:#7f7f7f;
	padding:5px 0;
	width:180px;
}
.join .email {
	background:url(/img/letter.jpg) no-repeat right center;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #7f7f7f;
	color:#7f7f7f;
	padding:5px 0;
	width:180px;
}
.join .submitter {
	background:#222;
	border:none;
	cursor:pointer;
	color:white;
	height:30px;
	line-height:30px;
	margin:5px 0 0 0;
	width:100%;
}

#you_cant_lose {
    text-align: center;
    border-style: solid;
    border-color: #aebcb7;
    border-width: 1px 0 1px 0;
    padding: 1em 0;
    margin-bottom: 10px;
    position: relative;
}

#you_cant_lose_image {
    position: relative;
}

#you_cant_lose h3 {
    padding-bottom: 10px;
    width: 135px;
    height: 17px;
    background: url(/img/you-cant-lose-v2.png) no-repeat top center;
    text-indent: -9999em;
}

#you_cant_lose_price {
    color: red;
    font-weight: bold;
    margin-bottom: 4px;
}

.events-title {
    padding-bottom: 10px;
    width: 135px;
    height: 21px;
    background: url(/img/events-v2.png) no-repeat top center;
    text-indent: -9999em;
}

#events img {
    display: block;
}

#locations {
    padding: 10px 4px 0 4px;
    border-top: 1px solid #aebcb7;
}

#locations h2 {
    margin-bottom: 10px;
    text-indent: -9999em;
    background: url(/img/locations.png) no-repeat top center;
    width: 135px;
    height: 18px;     
}

#locations ul {
    margin-bottom: 10px;
}




/* Nav */

#navigation a {
    display: block;
    padding: 1px 0px;
    font-size: 17px;
    font-weight: bold;
    width: 142px;
    position: relative;
    left: -2px;
}

#navigation a:hover,
#navigation a:active {
    text-decoration: none;
    background-color: #aebcb7;
}


/* Secondary */

#secondary {
    float: left;
    width: 310px;
    margin-left: 21px;
    position: relative;
    top: -103px;
}

#secondary_blog_title {
    text-indent: -9999em;
    background: url(/img/newsfeed-v2.png) no-repeat top left;
    width: 70px;
    height: 18px;
    margin-bottom: 15px;
}

.fb_edge_widget_with_comment {
    position: absolute;
    top: -19px;
    left: 166px;
}

#events {
    position: relative;
    z-index: 2;
}

#events img {
    margin: 10px auto;
}

.event {
    margin-top: 22px;
}

#events .entry-meta,
#events .entry-utility {
    display: none;
}

#events .entry-content {
/*    margin: 0 4px;*/
}

#events .entry-content img {
/*    display: none;*/
    border: 1px solid #aebcb7;
}

#entries {
    margin-bottom: 20px;
}

#events h2.entry-title {
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    
}

.more-link {
    display: block;
    margin-top: 1em;
}

#events .post {
    margin-bottom: 2em;
}

/*#blog_controls {*/
/*    float: right;*/
/*    margin-top: -31px;*/
/*}*/

/* Footer */

#footer {
    clear: both;
    background: transparent url('/img/footer.png') no-repeat left top;
    width: 1200px;
    height: 71px;
}

#footer .footer_links {
    clear: both;
    height: 22px;
    text-align: center;
    position: relative;
    left: -76px;
    top: -57px;
}

#ads {
    height: 520px;
}

#ads li {
    float: left;
    margin: 0 12px 12px 0;
    position: relative;
    left: 115px;
}


/*********** PAGES ************/

/* Contact */

.comment_form {
    position: relative;
    left: 114px;
}

#contact_form input,
#contact_form textarea {
    border: 1px solid #AEBCB7;
    padding: 10px;
    margin-bottom: 10px;
    width: 365px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#contact_form .submitter {
    background-color: #333333;
    width: 387px;
}

#contact_form .submitter:hover {
    background-color: #636363;
    width: 387px;
}

/* Directions */

#content iframe {
    border: 1px solid #AEBCB7;
    margin: 10px;
}


/* Merch */

.merch-title {
    background: url(/img/merch.png) no-repeat top left;
    text-indent: -9999em;
    width: 70px;
    height: 27px;
    margin-bottom: 10px;
}

/* Our Label */

.label-title {
    background: url(/img/our-label.png) no-repeat top left;
    text-indent: -9999em;
    width: 99px;
    height: 27px;
    margin-bottom: 10px;
}

/* About & FAQ */

.about-title {
    background: url(/img/about.png) no-repeat top left;
    text-indent: -9999em;
    width: 128px;
    height: 33px;
    margin-bottom: 4px;
}

/* Contact */

.contact-title {
    background: url(/img/contact.png) no-repeat top left;
    text-indent: -9999em;
    width: 254px;
    height: 33px;
    margin-bottom: 4px;
}

/* Press */

.press-title {
    background: url(/img/press.png) no-repeat top left;
    text-indent: -9999em;
    width: 254px;
    height: 33px;
    margin-bottom: 4px
}

/* Tickets on sale */

.tickets-title {
    background: url(/img/tickets-on-sale.png) no-repeat top left;
    text-indent: -9999em;
    width: 254px;
    height: 33px;
    margin-bottom: 4px;
}

/* Directions */

.directions-title {
    background: url(/img/directions.png) no-repeat top left;
    text-indent: -9999em;
    width: 106px;
    height: 26px;
    margin-bottom: 4px;
}

/* Cart */

.cart-title {
    background: url(/img/your-cart.png) no-repeat top left;
    text-indent: -9999em;
    width: 101px;
    height: 27px;
    margin-bottom: 4px;
}


/* View Cart */

a.continue-shopping {
    color: red;
}

/* Confirm */

.confirm-title {
    background: url(/img/confirm-your-order.png) no-repeat top left;
    text-indent: -9999em;
    width: 196px;
    height: 26px;
    margin-bottom: 4px;
}

.shipping-info-title {
    background: url(/img/shipping-info.png) no-repeat top left;
    text-indent: -9999em;
    width: 136px;
    height: 33px;
    margin-bottom: 4px;
}

/* Thank you */

.thank-you-title {
    background: url(/img/thank-you.png) no-repeat top left;
    text-indent: -9999em;
    width: 258px;
    height: 27px;
    margin-bottom: 20px;
}


/* Privacy Policy */

.privacy-policy-title {
    background: url(/img/privacy-policy.png) no-repeat top left;
    text-indent: -9999em;
    width: 147px;
    height: 33px;
    margin-bottom: 4px;
}

#mainCol {
/*    padding-top: 10px;*/
}



/* Maps */


#map-downtown {
	position: absolute;
	top: 105px;
	right: 125px;
	width: 76px;
	height: 20px;
}

#map-hawthorne {
	position: absolute;
	top: 105px;
	right: 18px;
	width: 100px;
	height: 20px;
}


#map {
	float:left;
	font-family:Futura, Arial, sans-serif;
	font-size:8px;
	font-weight:bold;
	height:74px;
	margin:0 0 0 15px;
	padding:45px 0 0 0;
	text-transform:uppercase;
	width:223px;
}

#map .topfold {
	color:#7e7e7e;
	height:50px;
	padding:3px 0 0 0;
}
#map .topfold span {
	color:#adadad;
}

#map .topfold table {
	margin:0 0 0 15px;
	width:165px;
}

#map .bottomfold {
	color:#699177;
	font-weight:normal;
	padding:0 0 0 47px;
}
#map .bottomfold span {
	color:#363e39;
	font-weight:bold;
}

#map .bottomfold strong {
	color:white;
	display:block;
	font-weight:bold;
}




/* -------------------------*/
/* Album Styles             */
/*--------------------------*/


#albumPage .lockup { height: 40px; }

#albumPage div.selectbox-wrapper {
	top: 45px;
	left: 255px;
}

#albumPage span.color-contain div.selectbox-wrapper {
	top: 45px;
	left: 399px;
}



#musicPage .list-view  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#musicPage list-view ul li {
	display: inline;
}

#musicPage .list-view ul .album {
	background-color: #fff;
	padding: 8px;
	width: 450px;
	float: left;
	margin: 2px;
	height: 116px;
}

#musicPage .list-view ul .album_art {
	float: left;
	margin-right: 14px;
}

#musicPage .album h2 {
	font-size: 14px;
	margin: 8px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}

#musicPage .album h2 a, #musicPage .album h2 a:visited {
	color: #222;
	text-decoration: none;
}

#musicPage .albumname a, #musicPage .albumname a:visited {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

#musicPage .albumname a:hover, #musicPage .album h2 a:hover { color: #f66; }

#musicPage .lockup, #albumPage .lockup {
	margin-top: 18px;
	position: relative;
	margin-bottom: 16px;
}

#musicPage .lockup-merch, #albumPage .lockup-merch {
	margin-top: 8px;
	position: relative;
	width: 100%;
	height: 80px;
}

#musicPage .album select, #albumPage .album select {
	float: left;
	margin-right: 12px;
}

#musicPage .album .add, #albumPage .album .add, 
#musicPage .album .add-merch, 
#albumPage .album .add-merch, 
#albumPage #album_description .add-merch,
#albumPage .lockup .add {
	background-color: #333333;
	color:white;
	display:block;
	float:left;
	height:34px;
	line-height:30px;
	margin:0 0 20px 0;
	padding:0 20px;
	text-decoration:none;
	text-transform:uppercase;
}

#musicPage .album .add-merch, #albumPage .album .add-merch { margin-top: 4px; }

#musicPage .album .add:hover, #albumPage .album .add:hover, #musicPage .album .add-merch:hover, #albumPage .album .add-merch:hover {background-color:#636363;}

div.selectbox-wrapper {
	position:absolute;
	width:130px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	margin-top:-11px;
	padding:0px;
	font-size:0.9em;
	text-align:left;
	overflow:auto;
	top: 45px;
	left: 130px;
	z-index: 10;
}

span.color-contain div.selectbox-wrapper { left: 275px; }

div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.selectbox-wrapper ul li.selected { 
	background-color: #f66;
	color: #fff;
}
div.selectbox-wrapper ul li.current { 
	background-color: #222;
	color: #fff;
}
div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:6px;
	cursor:pointer;
}

.selectbox {
	margin: 0;
	padding: 10px 0 0 8px;
	font-size:0.8em;
	display : block;
	background: transparent url('/img/form-bg-select.gif') top left no-repeat;
	cursor: pointer;
	border: none;
	color:#000;
	width: 137px;
	height: 25px;
	float: left;
}

/* -------------------------------- Album Page ------------------------------ */




/* ----------- */
/* Cart Styles */
/* ----------- */

#cartPage .error_message {
	background: url(images/bg-error.jpg) repeat-x 0 0;
	border: 1px solid #ededed;
	color: #fff;
	float: left;
	font-size: 11px;
	height: 18px;
	padding: 6px 10px 0 10px;
}

#cartList {
/*	margin-top: 20px;*/
}

#cartList h2.title {
    border-bottom: none;
    background: none;
    text-indent: 0;
    width: 100%;
}

#cartList h1 span {
	position: absolute;
	right: 0;
	top: 0;
}

#cartList .cart_total {
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	float: right;
}

#cartList table {
	margin: 20px 0;
	width: 100%;
}


#cartList thead td {
	font-size: 10px;
	text-align: center;
}

#cartList .artisthead {text-align: left !important;}
#cartList .pricehead {text-align: right;}


#cartList .artist_name {
	color: #99C68E;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


#cartList .album_name {
	font-size: 9px;
}

#cartList .music_type {font-size: 10px;}

#cartList .music_type {text-align: center;}

#cartList .quantity {color:#838383; text-align: center;}

#cartList .price {
	font-weight: bold;
	text-align: right;
}

#shippingBlock {
	position: relative;
	clear: both;
	margin-top: 20px;
}

#shippingBlock form {padding-bottom: 50px; position: relative;}

#shippingBlock h2.title {
	font-size: 26px;
	margin-top: 20px;
	line-height: 33px;
	border-bottom: 3px solid #000;
}

#shippingBlock h3 {
	font-size: 11px;
	margin-bottom: 3px;
}

#shippingBlock label {
	color: #5f5f5f;
	display: block;
}


#shippingBlock input {
	background: #333333;
	border: none;
	margin: 0 0 7px 0;
	padding: 5px 5px;
	width: 100%;
    cursor: pointer;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#shippingBlock input:hover {
	background: #636363;
}
#shippingBlock textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 0 5px 0;
	padding: 5px 0;
	width: 100%;
}

#shippingBlock .continue {
	background: #222;
	color: #fff;
	font-weight: bold;
	border: none;
	height: 30px;
	position: absolute;
	right:-20px;
	bottom: 0;
	width: 92px;
}

#shippingBlock .cities {float: left; width:67%;}
#shippingBlock .staties {float: left; margin-left: 20px; width:25%;}

#shippingBlock p {
	font-size: 11px;
	margin-top: 0;
}


/* Shopping Cart Overlay */

#cartLayer {
	background:#222;
	display:none;
	font-size:9px;
	position:absolute;
	top:40px;
	left:0;
	right:0;
	bottom:30px;
}

#cartLayer .content {
	background:#659bff;
	color:#004b84;
	padding:30px 0 0 160px;
	width:794px;
}

#cartLayer table {
	border:none;
	border-spacing:0;
	margin:20px 0 0 0;
	padding:0;
	width:100%;
}

#cartLayer th {
	color:white;
	font-size:9px;
	font-weight:nomral;
	padding:15px;
	text-align:left;
}

#cartLayer td {
	padding:15px;
	text-align:left;
}

.checkout_btn {
	background:#222;
	color:white;
	display:block;
	font-family:Futura Bold, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px 15px;
	text-decoration:none;
	text-transform:uppercase;
}
.checkout_btn:hover {background:white; color:black;}

.textshadow {
	color:#fff;
	display:block;
	font-size:18px; 
	margin:0;
	position:relative;
}
.textshadow span {display:block; position:absolute; top:0px;}
.textshadow:before {display:block; padding:2px; content: attr(title); color:#517ccc;}

.increase_btn {
	background:url(images/cart/btn-minus.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:13px;
	margin:4px 5px;
	width:15px;
}
.increase_btn:hover {background:url(images/cart/btn-plus.gif) no-repeat 0 -13px;}
.increase_btn span {display:none;}

.decrease_btn {
	background:url(images/cart/btn-plus.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:13px;
	margin:4px 5px;
	width:15px;
}
.decrease_btn:hover {background:url(images/cart/btn-minus.gif) no-repeat 0 -13px;}
.decrease_btn span {display:none;}

.remove_btn {
	background:url(images/cart/btn-cancel.gif) no-repeat 0 0;
	display:block;
	height:13px;
	width:15px;
}
.remove_btn:hover {background:url(images/cart/btn-cancel.gif) no-repeat 0 -13px;}
.remove_btn span {display:none;}

#cartLayer h4 {font-size:30px; width:617px;}

#cartLayer h4 em {
	color:#004b84;
	font-family:Georgia, serif; 
	font-style:normal; 
	position:absolute; 
	top:0; 
	right:0;
}

#cartLayer .quantity {display:block; float:left;}

input.cart-readonly { border: 0px solid red; font-size: 12px;}

.banner-main { margin-top: 12px; text-align: center; }

