/* ---------------------- SHOP ---------------------*/
/* featured category*/
#categoriesHolder {
	float:left;
	width:666px;
}
#categoriesHolder .h2Holder a, #productsHolder .h2Holder a {
	float:right;
}
.featured_category {
	height: 208px;
	width: 208px;
}
.featured_products {
	width: 97px;
}
.featured_category, .featured_products {
	margin: 0 14px 14px 0;
	float:left;
	position:relative;
}
.one_category_featured_products {
	max-width: 299px;
	height: 325px;
	padding: 0 13px;
	width:100%;
	float: left;
	border: 1px #999999 solid;
	background-color: #CCCCCC;
}
#categoriesHolder .one_category_featured_products ul {
	margin: 0 10px;
list-style-type:none;
}
#categoriesHolder .one_category_featured_products li {
	margin-bottom: 7px;
}

#categoriesHolder .one_category_featured_products .featured_image {
	margin-right: 15px;
	vertical-align: middle;
	max-width: 25px;
}
#categoriesHolder .one_category .featured_name {
	bottom: -1px;
	width: 315px;
	line-height: normal;
}
.one_category{
	width: 325px;
	height: 325px;
	margin-right: 0;
}
.two_categories {
	width: 319px;
	height: 319px;
	margin-right: 14px;
}
.one_category .featured_image {
	max-width: 325px;
	max-height: 325px;
}
.two_categories .featured_image {
	max-height: 317px;
	max-width: 317px;
}
.featured_image {
	max-width: 206px;
	max-height: 206px;
	border: 1px solid #999999;
}
#categoriesHolder .two_categories .featured_name {
	width: 307px;
	bottom: 0px;
	line-height: normal;
}
.featured_category .featured_name {
	/* CSS3 standard - also set in IE stylesheets */
  opacity:0.8;
	background-color:#fff;
	position:absolute;
	bottom:-1px;
	line-height: normal;
}
.featured_details .featured_name {
	padding: 5px 0 0 0;
	margin: 0;
}
.featured_name {
	margin-left: 1px;
	min-height:18px;
	padding:5px 5px 0 5px;
	width:198px;
	z-index:1;
	font-weight:bold;
}
.featured_shortdesc {
	margin: 5px 0 10px 0;
}
/* featured product*/
#productsHolder {
	float:left;
	width: 666px;
	margin-top:5px;
}
.featured_products .featured_details {
	width:95px;
	max-width: 95px;
	margin-top:-6px;
}
.featured_products .featured_image {
	max-width: 95px;
	max-height: 95px;
}
.featured_products .featured_name {
	width:95px;
	font-size: 11px;
	min-height:19px;
}
.featured_products .featured_price {
	font-weight:normal;
}
/* category list */
.list_item {
	background-color:#DDDDDD;
	margin: 0 0 13px 0;
	clear: both;
	position: relative;
	padding:10px;
}
.list_details {
	margin: 0 0 0 114px;
	min-height: 102px;
}
.list_image {
	float:left;
	max-width: 112px;
	max-height: 112px;
	border:1px solid #999;
}
.list_name {
	margin: 0;
	font-size: 16px;
}
.list_right {
	float:right;
	width:155px;
}
.list_right .list_price {
	font-size:16px;
}
.list_right .cart_add {
	margin-top:5px;
}
.list_shortdesc {
	margin: 5px 0 10px 0;
	width:435px;
}
.list_right span.added, .list_right span.noStock {
}
.list_right span.list_price {
	display:block;
	margin-bottom:5px;
}
/* product page*/
#article .product_add {
	margin-bottom:10px;
}
div.product_add {
	float: left;
	background-color:#DDDDDD;
	padding:10px;
	width:375px;
}
.product_right {
	float:right;
	width:155px;
}
.product_cart {
	margin-top: 20px;
}
.product_image {
	margin: 0 15px 10px 0;
	float:left;
}
.product_image img {
	border:1px solid #999;
}
#article .product_description {
	float: none;
	min-height:264px;
}

#article .product_description p {
	margin-top:0;
}

.product_right .shoppingLinks {
	float:left;
}
span.added {
	display: none;
	background: transparent url(../../media/shop/icons/added.png) no-repeat top left;
	padding: 2px 0 0 20px;
}
span.noStock {
	background: transparent url(../../media/shop/icons/no_stock.png) no-repeat top left;
	padding: 2px 0 0 20px;
}
span.in_cart {
	display: inline;
}
/* RH side cart panel */
#shop_contents p {
	margin: 5px 0;
}
#side_cart_qty, #side_cart_total {
	color:#CC0000;
	font-weight:bold;
}
/* CHECKOUT */
/* check out table */
table.shop {
	width: 100%;
	text-align: right;
	border-collapse:collapse;
	margin-bottom:30px;
}
table.shop td, table.shop th {
	padding:5px;
}
table.shop th {
	background-color:#ccc;
}
table.shop .CartImg {
	width:30px;
	text-align:left;
}
table.shop .CartImg a {
	display:block;
}
table.shop .CartImg img {
	border:1px solid #999;
}
table.shop .CartName {
	width:340px;
	text-align:left;
}
table.shop .cartQty {
	float:right;
	padding: 8px 0 0 0;
}
table.shop .CartDelete {
	text-align: left;
	width:20px;
}
table.shop .qty_more, 
table.shop .qty_less,
.cart_item .qty_more,
.cart_item .qty_less {
	text-align: left;
}
table.shop td {
	border-bottom:1px dotted #CCCCCC;
}
table.shop tr.extra_total td {
	border-bottom: 0;
}
table.shop tr.total td {
	font-weight:bold;
	background-color:#ccc;
}
table.shop tr.total td, table.shop tr.total th, table.shop tr.sub_total td, table.shop tr.extra_total td {
	text-align: right;
}
table.order_total {
	margin: 20px 0;
	float: right;
}
table.order_total td.numeric {
	width: 100px;
}
table.order_total td {
	text-align: right;
}
div.product_price h3 {
	margin:0;
	padding-bottom:5px;
}
div.product_add select {
	width: 40px;
}
div.submit_order {
	padding: 0 0 40px 0;
	clear: both;
	text-align: right;
}
.shoppingButton {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	height:21px;
	text-transform:uppercase;
}
#cart_submit {
	background: transparent url(../../media/shop/submit.png) no-repeat scroll 0 0;
	width:118px;
	margin-left:5px;
}
#cart_register {
	background: transparent url(../../media/shop/register.png) no-repeat scroll 0 0;
	width:90px;
}
#cart_login {
	background: transparent url(../../media/shop/login.png) no-repeat scroll 0 0;
	width:62px;
}
#cart_go {
	background: transparent url(../../media/shop/but_go.png) no-repeat scroll 0 0;
	width:30px;
}
#cart_next {
	background: transparent url(../../media/shop/next.png) no-repeat scroll 0 0;
	width: 57px;
	margin-left:5px;
}
.shoppingLinks {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	height:21px;
	float:left;
	display:block;
	margin:0 0 10px;
	text-transform:uppercase;
	text-align: left;
}
.product_add .shoppingLinks {
	margin-top:6px;
}
.in-cart-hidden {
	display: none;
}
form fieldset#fieldset_payment_options label {
	width: 160px;
}
div#nota_bene span.required_field_legend {
	padding-left: 20px;
}
#cart_submit:hover, #cart_register:hover, #cart_login:hover, #cart_go:hover, #cart_next:hover, #cart_preview:hover, a#cart_checkout:hover, a#cart_hide:hover, a#cart_back:hover, a.cart_add:hover, a#cart_cancel:hover {
	background-position: left bottom;
}
a#cart_preview {
	background: transparent url(../../media/shop/preview.png) no-repeat scroll 0 0;
	width: 82px;
	margin-bottom:15px;
}
a#cart_checkout {
	background: transparent url(../../media/shop/checkout.png) no-repeat scroll 0 0;
	width: 97px;
	margin-left:1px;
	margin-bottom:15px;
}
#popup_cart a#cart_checkout {
	margin-bottom:10px;
}
a#cart_hide {
	background: transparent url(../../media/shop/hide_preview.png) no-repeat scroll 0 0;
	width: 120px;
}
input#cart_back, a#cart_back {
	background: transparent url(../../media/shop/back.png) no-repeat scroll 0 0;
	width: 59px;
}
a#paypal_submit {
	height: 28px;
	width: 86px;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
	background: transparent url(https://www.paypalobjects.com/en_AU/i/btn/btn_paynow_SM.gif) no-repeat scroll 0 0;
	display: none;
}
a#cart_cancel {
	background: transparent url(../../media/shop/cancel.png) no-repeat scroll 0 0;
	width: 78px;
}
a.cart_add {
	background: transparent url(../../media/shop/add_to_cart.png) no-repeat scroll 0 0;
	width:107px;
}
a.cart_add_song {
	background: transparent url(../../media/shop/audio_add.png) no-repeat scroll 0px -21px;
	width:44px;
	margin: 0;
}
a.cart_add_song_all_songs {
	background: transparent url(../../media/shop/audio_add.png) no-repeat scroll 0px 0px;
	width:44px;
}
a.cart_add_song:hover {
	background: transparent url(../../media/shop/audio_add.png) no-repeat scroll 0px -42px;
	width:44px;
}
a.cart_add_variations {
	background: transparent url(../../media/shop/add_to_cart.png) no-repeat scroll 0 0; /*TODO: a button called 'View Items' needs to replace add_to_cart */
	width:107px;
}
/* TODO: a.cart_add_variations and all its variants needs to be implemented; and a button added.*/
a.download {
	background: transparent url(../../media/shop/download.png) no-repeat scroll 0px -21px;
	width: 112px;
	margin: 0;
	float: right;
}
a.download:hover {
	background: url(../../media/shop/download.png) no-repeat scroll 0px -42px;
}

/* item: preview */
div#popup_cart {
	display: none;
	position: absolute;
	right: 20px;
	top:225px;
	z-index: 2;
	width: 330px;
	border: 3px solid #bbb;
	padding: 10px;
	background-color: #fff;
}
div#popup_cart a#checkout, div#popup_carta#hideCheck {
	margin:0;
}
.item_name {
	width:146px;
	text-align:left;
}
.item_stock {
	width:20px;
}
.item_qty {
	width:60px;
	text-align:right;
}
.item_total {
	width:60px;
	text-align:right;
}
.item_remove {
	width:15px;
}
tr.cart_total_row {
	background-color:#E2E0D5;
	margin:0 0 15px 166px;
	padding:0 5px;
	border:none;
	text-align:right;
	font-weight:bold;
}
a.cart_button {
	background-color:green;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 7px;
	margin-right:5px;
	text-decoration:none;
	text-transform: uppercase;
	cursor: pointer;
}
a.shop_button:visited {
	color:#FFFFFF;
}
#aside a.shop_button {
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}
table.cart_item {
	float:left;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-collapse:collapse;
	width:330px;
	margin-top:0;
}
table.cart_item th {
	background-color:#E2E0D5;
	font-weight:normal;
	padding:0 4px;
	line-height:22px;
}
table.cart_item td {
	border-bottom: 1px dotted #DBD5C7;
}
table.cart_item .item_stock {
}
table.cart_item .item_qty span {
}
table.cart_total_row #cart_total {
}
table .item_actions {
	float:right;
	width:20px;
}
table .item_actions a {
	cursor: pointer;
	display:block;
	text-indent:-9999px;
	width:16px;
	float:right;
	height:15px;
}
.qty_more {
	background:transparent url(../../media/shop/icons/add.png) repeat scroll 0 0;
}
.qty_less {
	background:transparent url(../../media/shop/icons/minus.png) repeat scroll 0 0;
}
.item_del {
	background:transparent url(../../media/shop/icons/delete.png) repeat scroll 0 0;
}
#product_search_form input#search {
	margin-top: 5px;
	width: 132px;
}
#aside img.shop_image {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 6px 0 0;
	border:1px solid #DBD5C7;
}
form input.date-field {
	width:30px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:2px;
}
select.dropDown {
	width: 160px;
	padding:1px;
}
hr {
	border:none;
	border-bottom:1px dotted #999999;
	clear:both;
}
.badge_stock {
	background:transparent url(../../media/shop/out_of_stock_sm.png) repeat scroll 0 0;
	display:block;
	height:56px;
	position:absolute;
	width:91px;
}
.product_image .badge_stock {
	background:transparent url(../../media/shop/out_of_stock.png) repeat scroll 0 0;
	height:80px;
	width:154px;
}
.badge_recently_sold {
	background:transparent url(../../media/shop/recently_sold_sm.png) repeat scroll 0 0;
	display:block;
	height:56px;
	position:absolute;
	width:91px;
}
.product_image .badge_recently_sold {
	background:transparent url(../../media/shop/recently_sold.png) repeat scroll 0 0;
	height:80px;
	width:154px;
}
#cart_contents p {
}

/* side shop categories*/
#productCatView {
	clear:both;
	float:right;
	margin: 5px 0;
}
#productCatView div.text {
	display:inline;
	float:left;
}
a.textView, a.imageView {
	background:transparent url(../../media/shop/image_text_view.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:16px;
	margin-left:3px;
	text-indent:-9999px;
	width:16px;
	overflow:hidden;
}
a.textView:hover, a.textView.selected-view {
	background-position: left bottom;
}
a.imageView {
	background-position: right top;
}
a.imageView:hover, a.imageView.selected-view {
	background-position: right bottom;
}
#aside .product_categories_img ul {
	margin:0;
}
.product_categories_img ul li {
	float:left;
	list-style-image:none;
	list-style-type:none;
	width:61px;
	margin:0;
	position:relative;
}
#aside .product_categories_img img {
	border:1px solid #999;
	margin:0 9px 0 0;
	}
#aside ul a {
}
.product_categories_img .featured_name {
bottom:0;
	left:0;
/* CSS3 standard - also set in IE stylesheets */
  opacity:0.9;
	padding:5px 0;
	font-size:11px;
	min-height:10px;
	overflow:hidden;
	line-height:1.1;
	margin:-5px 0 0 0;
	width:56px;
	z-index:1;
}
.product_categories_img li .featured_image {
	max-height: 56px;
	max-width: 56px;
}
.cart_submit_message {
	font-size: 13px;
	padding-left:150px;
	color:#CC0000;
}
.cart_submit_message span.payment_amount {
	font-weight: bold;
}
.shopL {
	clear:both;
	display:block;
	float: right;
	margin: 8px 13px 0 0;
}
li .shopL {
	float: none;
	margin: 0;
}
.shop-categories .shopL {
	float: left;
}
.related-shop-cats {
	border:1px solid #999;
	padding:8px;
	margin-top:15px;
}
.related-shop-cats h3 {
	margin-top:0;
}
#cart_msg {
}
/*login forms*/
fieldset.login, fieldset.register {
	float:left;
	width:43%;
}
fieldset.login {
	margin-left:15px;
}
fieldset.login label, fieldset.register label {
	width:39%;
}
fieldset.login .field, fieldset.register .field {
	margin-left:126px;
}
fieldset.register hr {
	padding:10px;
}
.pullout {
	background-color:#fff;
	border:2px #2F89D3 solid;
	padding: 0 10px;
}
/* myaccount */
#account fieldset {
	float: none;
}
#account .account_menu {
	width: 100%;
	border-bottom: 1px #BBBBBB solid;
	margin: 0 0 15px 0;
	height: 24px;
}

#account .account_menu li {
	float: left;
	list-style-type: none;
	background: url(../../media/shop/tabs.png) no-repeat;
	padding-left: 7px;
	margin-right: 1px;
}

#account .account_menu li a {
	background: url(../../media/shop/tabs.png) 100% 0 #F5F5F5 no-repeat;
	padding: 6px 6px 4px 0;
	display: block;
	float: left;
	color: #777777;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	outline: none;
}

#account .account_menu li.current {
	background-position: 0 -25px;
	height: 26px;
}

#account .account_menu li.current a {
	background-position: 100% -25px;
	color: #0077B4;
	padding-bottom: 6px;
}

.product_image img.badge {
	display: inline-block;
	float: left;
	height: 48px;
	border: 0;
}

.product_image .badge_text {
	display: inline-block;
	float: left;
	background-color: #8b071b;
	color: #FFF;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	/* TODO: insert some sort of background gradient to make this look pretty. */
}

.list_item .badge {
	display: inline-block;
	float: left;
	height: 24px;
}

.featured_products img.badge {
	display: inline-block;
	float: left;
	height: 24px;
	border: 0;
}

.list_item .badge_text {
	display: inline-block;
	float: left;
	font-size: 9px;
	background-color: #8b071b;
	color: #FFF;
	font-weight: bold;
	padding: 4px;	
	margin: 4px;
}

.badges > img {
	border: 0;
}

#promo_codes {
	padding-bottom: 20px;
}

#promo_codes label {
	display: block;
	height: 16px;
	width:200px;
	clear: left;
	vertical-align: bottom;
	padding-top:5px;
	text-align: left;
	padding-left:100px;
}

#promo_codes a.item_del {
	float:left;
	display: block;
	height: 16px;
	width: 16px;
	clear: right;
	text-indent: -1000px;
	vertical-align: bottom;
	margin-top:5px;
}
