
/*
                         
============================================================
Site Designed & Powered by CrystalCommerce.com
	Designer        Tiffany Kosa
	Coded			Tiffany Kosa, base: Ross Dallaire, Andy Herman
	Created         1/1/2013
============================================================
============================================================ */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
 
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	font-size: 13px;
	font-family:'Montserrat',sans-serif;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:700;
}

del {
	text-decoration:line-through;
}

abbr[title],dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

input,select {
	vertical-align:middle;
}

input:focus {
	background:#FBF397;
}

/* CLEARFIX */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearfix {
	display:inline-block;
}

html[xmlns] .clearfix {
	display:block;
}

* html .clearfix {
	height:1%;
}

/* /END CLEARFIX */
/*
	Outline
=======================================
Author Info
Colors
Reset/ Other
Global                      Anything that defines something that is reused including classes
Page Layout & Framework
Category Tree
Dynamic Displays

*/
/* ========================================================== */
/* 	                         Global                           */
/* ========================================================== */
* {
	font-family:'Montserrat',sans-serif;
}

body {
	font-family:'Montserrat',sans-serif;
	background: #161b1e url(../img/Pink_BG_2.jpg);
	color:#CCC;
}

.bg_wrapper {
	background:url(../img/floor_BG_99.png) bottom center no-repeat;
	height:100%;
	width:100%;
}

a {
	color:#f300b2;
}

p {color:#CCC;}

.wrapper {
	margin:0 auto;
	width:1000px;
	position:relative;
}

#two-column-grid {
	width:1000px;
}

#left-column {
	float:left;
	width:275px;
	margin:0 0 20px;
}

#right-column {
	float:right;
	width:700px;
	min-height:300px;
	margin-bottom:40px;}

#right-column.sitepages {
	float:right;
	width:705px;
	min-height:300px;
	margin-bottom:40px;
}

#content {
	width:680px;
	margin:10px auto;
	min-height: 875px;
}

/*** Automated Banner ***/
.banner {
	margin:20px 0 20px 140px;
}

.side-banner {
	width:275px;
	background:#1e1e1e;
}

h1,h2,h3,h3,h5,h6 {
	font-family:'Titillium Web',sans-serif;
	font-weight: 200;
	color:#0ecf69;
}
h1.pagetitle {
	font-family:'Titillium Web',sans-serif;
	font-weight: 200;
}

h1.fontTitle {
	color:rgba(48,233,104,0.76);
	text-shadow: 0px 0px 10px #008215, -1px -1px 0px rgba(164,252,192,1);
	padding-left:20px;
		font-weight: 200;
	font-size: 50px;
	margin: 0 0 40px 0;
}

div.fontTitle p {
	color:rgba(48,233,104,0.76);
	font-family:'Titillium Web',sans-serif;
	text-shadow: 0px 0px 10px #008215, -1px -1px 0px rgba(165,253,253,1);
	padding-left:20px;
		font-weight: 200;
	font-size: 50px;
	margin: 0 0 40px 0;}

#category-breadcrumbs h4 a,
#breadcrumbs-container #category-breadcrumbs a  {
	color: #f300b2;
	font-size: 10px;
}

/*h4.grid-item-title {*/
	/*display: block;*/
	/*z-index: 800;*/
	/*color:#b7b7b7;*/
	/*font-family:'Titillium Web',sans-serif;*/
	/*font-weight: 200;*/
/*}*/

h4.grid-item-title {
	display: block;
	z-index: 800;
	color:#b7b7b7;
	font-family:'Titillium Web',sans-serif;
	font-weight: 200;
	height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ========================================================== */
/* 	                   Utility Title Bar                      */
/* ========================================================== */
/*** Utility Titlebar at top ***/
#utility {
	height:50px;
	width:100%;
	background:#000;
	z-index:520;
}

#utility:after {
	content:"";
	display:block;
	height:4px;
	width:100%;
	z-index:520;
}

#utility .wrapper #u-left {
	color:#ccc;
	float:left;
	height:50px;
	line-height:50px;
	margin:0 275px 0 0;
	font-size:12px;
}

#utility .wrapper #u-left a:hover {
	text-decoration:underline;
}

#utility a {
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	color:#fff;
	font-family:'Titillium Web',sans-serif;
	font-weight:200;
}

#utility a:hover {
	color:#fefefe;
}

#utility a#sales-link {
	text-decoration:none;
	line-height:50px;
	font-size:15px;
	font-weight:200;
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	color:#f300b2;
}

#utility a#sales-link:hover {
	color:#fff!important;
}

#utility a#phone-link {
	color:#fff;
	text-decoration:none;
	margin:0 0 0 15px;
}

/* ========================================================== */
/* 	                         Header                           */
/* ========================================================== */
#header {
	height:0;
/*nav is in header*/
	width:100%;
	position:relative;
}

/*** Logo ***/
#header #brand h1 {
	font-size:50px;
	font-family:'Open Sans Condensed',sans-serif;
	position:absolute;
	top:46px;
	text-shadow:1px 1px 0 #eee;
	display:none;
}

#header #brand h1 a {
	color:#1e1e1e;
	text-decoration:none;
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}

#header #brand h1 a:hover {
	color:#383838;
}

#header #brand #logo {
	margin-top:12px;
}

/*** Header Navigation ***/
#header nav#site-nav {
	position:absolute;
	right:0;
	top:60px;
}

#header nav#site-nav ul {
	list-style:none;
}

#header nav#site-nav ul li {
	display:inline-block;
	margin:0 0 0 5px;
	font-size:16px;
}

#header nav#site-nav ul li a {
	text-decoration:none;
	padding:5px;
	color:#929292;
	font-weight:600;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
	font-weight:600;
}

#header nav#site-nav ul li a i {
	font-size:30px;
}

#header nav#site-nav ul li a:hover {
	color:#000;
}

#top_neon {
	width:100%;
}

.neon {
	height:12px;
	width:2px;
	background:url(../img/neon_2.png) repeat-x;
	z-index:999!important;
	position:relative;
}

/* ========================================================== */
/* 	                    Navigation Bar                        */
/* ========================================================== */
/*** Category Tree Button ***/

#product-nav {
	height:60px;
	position:relative;
	display: block;
	width:100%;
	margin:25px 0;
	z-index: 999 !important;
}

/*** Navigation Bar Links ***/
ul.product-links {
position: relative;
}

ul.product-links li {
	display:block;
	float:left;
	border-right:1px solid rgba(255,255,255,0.03)
}

ul.product-links li a {
	display:inline-block;
	height:60px;
	width:125px;
	line-height:60px;
	color:#ddd;
	font-size:14px;
	text-align: center;
	text-decoration:none;
	/*transition:background .2s linear;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;*/
	font-family:'Montserrat',sans-serif;
	font-weight: normal;
	background: url("../img/carrot.png") 105px 30px no-repeat;
}

ul.product-links li a.reg {
	margin-left:-14px;
}

/*ul.product-links li a:hover {
	background:#383838;
}*/

.nav-parent {border-radius: 5px 5px 0 0; position: relative;}

.nav-parent:hover {
	background:#000;
	border-top:3px solid #8af09d;
	border-right:3px solid #8af09d;
	border-left:3px solid #8af09d;
	margin-top:-3px;
	margin-left:-3px;
	margin-right:-2px;
}

.nav-parent:after {
	content:"";
	height:10px;
	width:111px;
	position:absolute;
	bottom:-3px;
	display: block;
	z-index: 999!important;
}

.nav-parent:hover:after {
	background:black;
	z-index: 999!important;
}

ul.product-links li a.home {
	padding-left:16px;
}

ul.product-links li a.home_lnk {
width: 48px;
padding-top: 10px;
margin:0;
}
/* commented out css below to make sure the color of home icon matches cart, which is what client wants - matt s 8-26-13 */
/*ul.product-links li a.home_lnk img {*/
	/*opacity:0.7;*/
	/*filter:alpha(opacity=70); *//* For IE8 and earlier */
/*}*/
/*ul.product-links li a.home_lnk img:hover {*/
	/*opacity:1;*/
	/*filter:alpha(opacity=100); *//* For IE8 and earlier */
/*}*/

ul.sub-links {
	position:absolute;
	left:-3px;
	padding:15px 0;
	top:57px;
	background:#000;
	display: block;
	width:300px;
	border:3px solid #8af09d;
	border-radius: 0 5px 5px 5px;
	box-shadow: 5px 5px 8px #274f2c;
}

ul.sub-links li {
	background:none;
	display: block;
	width:100%;
	line-height: 35px;
	height:35px;
}

ul.sub-links li a {
	background:none;
	display: block;
	width:285px;
	text-align: left;
	padding-left:15px;
	line-height: 35px;
	height:35px;
}
ul.sub-links li a:hover {
	/*background:#ca66a6;*/
	background:#E7B1D4;
	color: #a22c8f;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
	box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
}

/*** Search Field Styles ***/
#search-wrapper {
	margin: 0 10px 0 15px;
	display: inline-block;
}

#search-wrapper #search-options {
	display:inline-block;
	margin:9px 16px 0 0;
	vertical-align:top;
}

#search-wrapper #search-options label {
	font-size:12px;
	color:#ccc;
	vertical-align:middle;
	cursor:pointer;
	line-height:1.8em;
}

#search-wrapper #search-options label input {
	vertical-align:top;
	margin-right:4px;
}

#search-wrapper form {
	position:relative;
}

#search-wrapper form input.search {
	height: 44px;
	width: 195px;
	line-height: 44px;
	background: #141718;
	color: #ccc;
	font-size: 11px;
	margin-top: 8px;
	padding: 0 10px;
	border-radius: 44px;
	border-top: none;
	border-bottom: 2px solid rgba(255,255,255,0.05);
	border-right: 2px solid rgba(255,255,255,0.05);
	border-left: 2px solid rgba(255,255,255,0.05);
	box-shadow: inset 0px 4px 2px rgba(0,0,0,0.5);
	position: relative;
	margin-left: 0;
	padding-right: 70px;
}

#search-wrapper form input.search:focus {
	color:#777;
	border:none;
	outline: none;
	background:#141718;
	border-top:none;
	border-bottom: 2px solid rgba(255,255,255,0.05);
	border-right: 2px solid rgba(255,255,255,0.05);
	border-left: 2px solid rgba(255,255,255,0.05);
	/*box-shadow: inset 0px 4px 2px rgba(0,0,0,0.5);*/
	box-shadow: 0 0 3px 1px #F7C3E7;
}

#search-btn {
display: block;
position: absolute;
top: 20px;
right: 17px;
}

#loginlinks {
	color:#ccc;
	padding-left:30px;
}
#loginlinks a {
	display: inline; 
	background: none;
	text-align: center;
	}
#loginlinks a:hover {
	text-decoration: underline;
}

/* ========================================================== */
/* 	                      Left Column                         */
/* ========================================================== */
#mainLogo {
	margin-left:-50px;
	margin-bottom:-45px;
	z-index:-1;
	margin-top:-8px;
}

#mainLogo img {
	z-index:510;
	width:387px; 
	height:318px;
}

#mainLogo img.smaller {
	width: 350px;
	height: auto;
	margin: 13px 0;
}

/*** Stop Selling on Buylist Notification ***/

/*** Stop Selling on Buylist Notification ***/
#stop_selling {
	border: 3px solid #8af09d;
	border-radius: 5px;
	box-shadow: 5px 5px 8px #274f2c;
	margin: 20px auto;
	padding:10px 0 5px;
}

#stop_selling h2 {
	margin:0 10px 8px;
	font-size:17px;
}

#stop_selling p {
	margin:0 10px 8px;
	font-size:13px;
	line-height:1.2em;
}

#stop_selling a:hover {
	text-decoration:underline;
}

#social {
	width:100%;
	position:relative;
	margin-top:5px;
	height:200px;
}

#social .l {
	position:absolute;
	left:0;
}

#social .r {
	position:absolute;
	right:0;
}

/* ========================================================== */
/* 	                     Right Column                         */
/* ========================================================== */
#right-column p {
}

.slider_container {
	width:670px;
	height:250px;
	position:relative;
	z-index:475;
	margin-bottom:43px;
}

.slider_container .carousel_BG {
position: absolute;
top: 242px;
left: 0;
background-image: url(../img/shelves_BG-2.jpg);
width: 712px;
height: 241px;
z-index: -1;
}

/*** Carousel Styles ***/
.carousel_container {
	/*width:670px;*/
	position:relative;
	display:block;
	height:138px;
}

.carousel_BG {
	position:absolute;
	top:93px;
	left:0;
	background-image:url(../img/shelves_BG-2.jpg);
	width:712px;
	height:241px;
	z-index:600;
}

#carousel-wrapper1,
#carousel-wrapper2 {
	position:relative;
	display:block;
	z-index:700;
	background: red;
}

#carousel-wrapper1 {
	margin: 90px 0 20px;
}

#carousel-wrapper2 {
	margin: 53px 0 20px;
}

#carousel1,#carousel2 {
	margin:0 50px;
	padding:0;
	list-style:none;
	display:block;
	z-index:700;
}

#carousel1,#carousel2 {
	font-size:40px;
	color:#999;
	text-align:center;
	width:131px;
	height:155px;
	padding:0;
	margin:0 11px;
	display:block;
	float:left;
	z-index:705;
}

#carousel1 li,#carousel2 li {
	width:131px;
}

#carousel1 li span.carouselImage,
#carousel2 li span.carouselImage {
	position: relative;
	display: block;
	 width:131px;
	width: -moz-max-content;
	margin:0 auto;
}

#carousel1 li span.carouselImage a, 
#carousel2 li span.carouselImage a {
    display: table-cell !important;
    height: 110px;
    width:131px;
    text-align: center;
    text-decoration: none;
	text-align: center;
    vertical-align: bottom;
    z-index: 725;
    margin:0 auto;
}

#carousel1 li .carouselImage img,
#carousel2 li .carouselImage img {
	display: block;
	min-width: 50px;
	max-width:120px;
	max-height:110px;
	border:none;
	z-index:725;
	margin: 0 auto;
	-webkit-filter: contrast(1.3);
}

#carousel1 li .carouselInfo,#carousel2 li .carouselInfo {
	font-size:12px;
	padding:0;
	text-align:center;
	z-index:725;
	position: relative;
	height:30px;
	position:absolute;
	bottom:7px;
	right:7px;
	background: url("../img/price_tag.gif") top left no-repeat;
	display: none;
}

#carousel1 li .carouselInfo a,#carousel2 li .carouselInfo a {
	font-size:12px;
	line-height:1.2em;
	font-weight:700;
	z-index:725;
}

#carousel1 li .carouselInfo .carouselPrice,
#carousel2 li .carouselInfo .carouselPrice {
	display:block;
	width: 44px;
	color:#111;
	font-size:12px;
	font-weight:200;
	z-index:730;
	padding: 17px 0 0 0;
}

#carousel.responsive {
	width:auto;
	margin-left:0;
}

.carousel-prev1, .carousel-prev2, .carousel-prev3 {
	background:url(../img/btn_carousel-prev.png) center no-repeat;
	height:60px;
	width:60px;
	display:block;
	position:absolute;
	left:0;
	top:33px;
	visibility: hidden;
	z-index:715;
}

.carousel-next1, .carousel-next2, .carousel-next3 {
	background:url(../img/btn_carousel-next.png) center no-repeat;
	height:60px;
	width:60px;
	display:block;
	position:absolute;
	right:0;
	top:33px;
	visibility: hidden;
	z-index:715;
}


.carousel_container:hover .carousel-next1,
.carousel_container:hover .carousel-next2,
.carousel_container:hover .carousel-next3,
.carousel_container:hover .carousel-prev1,
.carousel_container:hover .carousel-prev2,
.carousel_container:hover .carousel-prev3 {
	visibility: visible;
}

/*****Slider*/


#carousel-wrapper3 {
position:relative;
margin-left:40px;
width:620px;
height:255px;
background: #1e1e1e;
} 

ul#carousel3 {
}

ul#carousel3 img {
width:620px;
height:255px;
z-index: 805;
}

#slider_tab {
	width:110px;
	height:43px;
	position:absolute;
	right:0;
	bottom: 0;
	/* hide the slider arrow nav ...until slider is hovered on... see below */
	visibility: hidden;
	z-index: 815;
}

/* show slider arrow nav on hover of the slider */
.slider_container:hover #slider_tab {
	visibility: visible;
}


#tab_rel {
	height:65px;
	height:43px;
	position:relative;
}

.slider_arrows {
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	height: 43px;
	z-index: 999;
}

.slider_arrows:hover {
	background-position: 0 -43px;
}

.sl_l {
	background-image: url("../img/bannerNavPrev.png");
	right: 40px;
	width: 170px;
}

.sl_r {
	background-image: url("../img/bannerNavNext.png");
	right: 0;
	width: 40px;
}

/*** Dynamic Displays ***/

.lists {
	position:relative; 
	z-index:785;
	width:700px;
	margin: 50px -20px 50px 0;
	display: block;
	height: 446px;
}

.pl_l,
.pl_r {
	padding-top: 47px;
	position:absolute;
}
.pl_l {
	left: 0;
}

.pl_r {
	right:0;
}

.product_listing {
	position: relative;
	list-style: none;
	width: 305px;
	background: url("../img/wood_BG.jpg");
	padding: 10px 5px;
	border-radius: 4px;
	border: 4px solid rgba(253,183,226,0.94);
	box-shadow: 0 0 0 2px #ff05bc, 0 0 40px 0 rgba(255,4,188,0.56), inset 0 0 40px 0 rgba(255,5,188,0.7), inset 0 0 0 2px rgba(255,5,188,0.9);
}

.product_listing li {
	display:block;
	position:relative;
	list-style-type:none;
	width:100%;
	height:70px;
	margin:0;
	border-bottom:1px solid rgba(0,0,0,0.7);	
	border-top:1px solid rgba(255,255,255,0.07);
}

.product_listing li a.list_pic_image_link {
	position:absolute;
	left:0;
	top:10px;
	width:100%;
}
.product_listing li span.img_hide {
display: block;
height: 70px;
width: 70px;
overflow: hidden;
position: absolute;
top: 0;
left:10px;
}

.product_listing li span.img_hide a.list_pic_image_link img {
max-width: 72px;
max-height: 86px;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
z-index: 800;
}

.product_listing li  a.list_pic_product_title {
	display:block;
	position:absolute;
	top:15px;
	left:100px;
	font-size: 15px;
	font-family:'Titillium Web',sans-serif;
	color:#bbbbbb;
}

.product_listing li span.prod_title {
	display:block;
	position:absolute;
	top:40px;
	right:50px;
	color:#03d059;
}

.product_listing li:hover a.list_pic_image_link img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	z-index: 99900;
}

.product_listing li:hover span.img_hide {
	overflow: visible;
	z-index: 99905;
}

.product_listing li:hover {
	background:rgba(0,0,0,0.3);
}

/*.cta {*/
	/*width:100%;*/
	/*display: block;*/
	/*margin-left:-2px;*/
/*}*/
/*.cta img {*/
	/*float:left;*/
	/*margin:0 12px;*/
/*}*/
/*.cta img.first,*/
/*.cta img.last {margin:0 0;}*/


/* ========================================================== */
/* 	                         Footer                           */
/* ========================================================== */
#pre-supplementary {
	height:135px;
	position:relative;
	width:1000px;
	margin:0 auto;
}

#site-info p {
	float:left;
	font-size:12px;
	color:#919191;
	line-height:1.4em;
	margin:35px 25px 0 0;
}

/*** Newsletter Signup ***/
#newsletter {
	position:absolute;
	top:20px;
	right:150px;
	font-size:12px;
	color:#919191;
}

#newsletter p {
	margin-bottom:8px;
}

#newsletter form input#signup_email {
	width:158px;
	height:25px;
	line-height:25px;
	background:#fff;
	border:solid 1px #ccc;
	color:#919191;
	padding:0 6px;
}

#newsletter form input#signup_email:focus {
	color:#777;
	background:#fbf397;
}

#newsletter .mimi_field_feedback {
	padding:3px 0;
	color:#d07575;
	font-size:11px;
}

/*** Wizards Logo ***/
#wizards {
	position:absolute;
	top:0;
	right:0;
}

/*** Footer Navigation ***/
#supplementary {
	height:70px;
	background:#383838;
	width:100%;
	position:relative;
}

#supplementary nav {
	position:absolute;
	top:25px;
}

#supplementary nav ul li {
	display:inline-block;
	margin:0 10px 0 0;
	font-size:16px;
	font-weight:700;
}

#supplementary nav ul li a {
	text-decoration:none;
	color:#fff;
	padding:5px;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}

#supplementary nav ul li a:hover {
	color:#f300b2;
}

/*** Credit Card Information ***/
#payment-methods {
	float:right;
	margin-top:17px;
}

#payment-methods ul li {
	display:inline-block;
}

/*** Copyright Info ***/
#legal {
	width:100%;
	height:50px;
	position:relative;
}

#legal p#copyright {
	color:#8db0c3;
	display:inline-block;
	line-height:50px;
	margin:0 20px 0 0;
	font-size:12px;
	font-weight:700;
}

#legal ul {
	list-style:none;
	display:inline-block;
}

#legal ul li {
	display:inline-block;
	line-height:50px;
	font-size:12px;
	font-weight:700;
	margin:0 15px 0 0;
}

#legal ul li a {
	color:#929292;
	text-decoration:none;
}

#legal #author {
	position:absolute;
	right:230px;
	top:10px;
}

/* =================================================== */
/* ===== SHOPPING CART PREVIEW ELEMENTS & STYLES ===== */
/* =================================================== */

h2.list-heading {
	color:white;
	font-family:'Titillium Web',sans-serif;
	font-weight: 200;
	font-size: 25px;
	display: inline;
}
h2.price-heading {
	color:white;
	font-family:'Titillium Web',sans-serif;
	font-weight: 400;
	font-size: 15px;
	display: inline;
	margin-left:40px;
	text-transform: uppercase;
}


#cart-container {
	background: #0c0d0d;
	border:3px solid #8af09d;
	box-shadow: 5px 5px 8px #274f2c;
	height: 300px;
	padding: 30px;
	position: absolute;
	right: 63px;
	top: 69px;
	width: 230px;
	z-index: 150;
	display: none;
	border-radius: 5px;
}

article.cart-content {
    display: block;
    height: 290px;
    margin: 5px 0 5px 5px;
    padding: 0;
    position: relative;
    width: 220px;
}

#cart-preview-container b {
    font-family: Sans-Serif;
}

#cart-preview-container {
    display: block;
    font: 12px/18px Sans-Serif;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 220px;
}

.cart-empty {
    color: #EEE;
    margin: 10px 0 0 10px;
    width: 210px;
}

.preview-container {
    /*background: url(/themes/clients/channelfireball/newhotness/assets/img/ui/header-bg.png) repeat-x;*/
    
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 230px;
}

span.item-number {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 24px;
    line-height: 40px;
    margin: 0 5px 0 40px;
    text-align: left;
}

span.item-label {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
}

a.checkout-link {
	background:#ca66a6;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
	box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
    color: #fff;
    float: right;
    font-family:'Titillium Web',sans-serif;
    padding:0 5px;
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
}

a.checkout-link:hover{
	background: #ca45a0;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
	box-shadow: inset 0px 0px 12px 0px rgba(94,1,82,1);
}

#preview-heading {
    border-bottom: 1px dashed #555555;
    display: block;
    height: 40px;
    margin: 0;
    padding: 0 5px;
    width: 210px;
}

#preview-item-container .viewport {
    height:180px;
    width: 205px;
}

#preview-price-list {
    display: block;
    float: left;
    max-height: 195px;
    width: 60px;
    }

.preview-item-listing {
    border-bottom: 1px dashed #555;
    height: 30px;
    line-height: 30px;
}

.preview-item-name {
    display: inline-block;
    width: 145px;
}

.preview-item-name a {
    color: #ACACAC;
    display: inline-block;
    font: 12px/30px 'Helvetica-Medium', Sans-Serif;
}

.preview-item-name a:hover {
    color: #FFF;
}

.preview-item-qty {
    color: #EEE;
    float: right;
    margin: 0 10px 0 0;
}

.preview-item-subtotal {
    color: #0ece67;
    display: inline-block;
    font: 12px/30px 'Helvetica-Bold', Sans-Serif;
}

.preview-subtotal-container {
    color: #0ece67;
    font: 18px/30px 'Helvetica-Bold-Condensed', Sans-Serif;
    position: absolute; bottom: 0;
    width: 220px;
}

#preview-subtotal {
    color: #FFF;
    display: inline-block;
    font: 18px/30px 'Helvetica-Bold-Condensed', Sans-Serif;
    margin: 0 0 0 10px;
    width: 135px;
}

/* -- fancy scrollbar -- */
.scrollbar {
    height: 5px;
    overflow: hidden;
    position: relative;
    float: right;
    width: 15px;
    }

.scrollbar .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    }

.scrollbar .thumb .end,
.scrollbar .thumb,
.scrollbar .thumb .end,
.scrollbar .thumb {
    background: #2a2a2a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    }



.scrollbar .track {
    background-color: #191919;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 200px;
    position: relative;
    padding: 0 1px;
    width: 13px;
    }

.viewport {
    overflow: hidden;
    position: relative;
}

.viewport .overview{
    position: absolute;
    left: 0;
    top: 0;
}


#product-nav a#cart_btn {
		display: block;
		width: 54px;
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
		float:right;
		background:transparent;
		background-image: none;
		margin: 5px 63px 0 0;
		z-index: 999;
	}
	#product-nav a#cart_btn span.open-toggle {
		display:none;
	}
	#product-nav a#cart_btn:hover, a#cart_btn.visible {
	margin-top:4px;
	cursor: pointer;
	}

#locationsTable a {font-size: 11px; color: #888;}

#locationsTable * td { margin-bottom:20px;}

#locationsTable * tr.first {border-bottom:1px solid #333;}

#locationsTable .location-name {
	color: #F7C3E7;
	text-shadow: 1px 1px 12px #FF0099;
}

/* titles for product carousels */

.carousel-img-title {
	height: 45px;
	left: 50%;
	margin: 0 0 0 -132px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -1000px;
	top: -76px;
	width: 265px;
	z-index: 600;
}

.carousel-img-title.pre-orders {
	background: url(../img/title-pre-orders.png) no-repeat;
}

.carousel-img-title.new-arrivals {
	background: url(../img/title-new-arrivals.png) no-repeat;
}

.list-img-title {
	height: 45px;
	left: 50%;
	margin: 0 0 0 -132px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -1000px;
	top: 0;
	width: 265px;
	z-index: 600;
}

.list-img-title.pg-picks {
	background: url(../img/title-pg-picks.png) no-repeat;
}

.list-img-title.best-sellers{
	background: url(../img/title-best-sellers.png) no-repeat;
}


/* search page results */

.grid-item-price.out-of-stock {
	color:  #ff0000;
}

/* highslide overrides */
body .highslide-caption {
	background-color: #161B1E;
}