
/** bootstrap add ons ***/
.row-buffer-top {
	padding-top: 10px;	
}
.row-buffer-bottom {
	padding-bottom: 10px;
}
.row-buffer {
	padding: 10px 0;
}

a img { border: none; }
.pollgrey
{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: black;
}
td.pollgrey img { display: block; }
.pollwhite
{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: white;
}



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
#store-banner {margin: 0; position: relative; zoom: 1;}
#store-item-banner {margin: 0 0 2%; position: relative; zoom: 1;}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 40px; height: 40px; margin: -40px 0 0; display: block; background: url('/images/arrows-banner.png') no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 2%;}
.flex-direction-nav .flex-prev {left: 2%;}
#store-item-banner .flex-direction-nav a { top: 55%; }
#store-item-banner .flex-direction-nav .flex-next { right: 5%; }
#store-item-banner .flex-direction-nav .flex-prev { left: 5%; }
#store-item-carousel .flex-direction-nav a { top: 65%; }
#store-item-carousel .flex-direction-nav .flex-next { right: 5%; }
#store-item-carousel .flex-direction-nav .flex-prev { left: 5%; }
.flexslider:hover .flex-next {opacity: 1; filter: alpha(opacity=100);}
.flexslider:hover .flex-prev {opacity: 1; filter: alpha(opacity=100);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 0.9; filter: alpha(opacity=90);}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 30px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 2%; filter: alpha(opacity=100);}
  .flex-direction-nav .flex-next {opacity: 1; right: 2%; filter: alpha(opacity=100);}
}


/* ---------------------------------------------------- 
   hacks.css 
   ---------------------------------------------------- */

#iws_page_title_id {
	display: none;
}

/* ---------------------------------------------------- 
   store.css 
   ---------------------------------------------------- */

.cf:after { clear: both; display: block; margin: 0; padding: 0; height: 0; visibility: hidden; content: ":X"; }

/*****************
STORE GENERAL CUSTOM
*****************/
a.iw_button:link, a.iw_button:visited, input.iw_button {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 6px 15px 4px;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #595959;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	text-decoration: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
	cursor: pointer;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
}
input.iw_button {
	height: 30px;
}
a.iw_button:hover, a.iw_button:active, input.iw_button:hover {
	color: #454545;
	border-color: #bbb;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background-image: -webkit-linear-gradient(top, #eee, #ddd);
	background-image: -moz-linear-gradient(top, #eee, #ddd);
	background-image: -ms-linear-gradient(top, #eee, #ddd);
	background-image: -o-linear-gradient(top, #eee, #ddd);
	background-image: linear-gradient(to bottom, #eee, #ddd);
}

[class^="icon-"],
[class*=" icon-"] {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 18px;
	vertical-align: text-top;
}
i.icon-cart {
	background: transparent url('/images/icon-cart.png') 0 0 no-repeat;
}
.formInput {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 6px 10px 4px;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.05);    
    box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.05);
}
.formInput:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*****************
STORE HEADER
*****************/
#store-container {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	width: 100%;
}
#store {
	position: relative;
	margin: 0;
	padding: 0;
}
#store p.warning {
	font-style: italic;
}
#store-container .store-no-nav {
	width: 100%;
}
#store-container .store-with-nav {
	float: right;
	padding: 0 0 0 4%;
	width: 72.5%;		
}
#store #store-header {
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
}
#store #store-actions {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	max-width: 300px;
	z-index: 10;
}
#store #store-search {
	position: relative;
	margin: 0;
	padding: 0 0 5px;
	width: 100%;
}
#store #store-search .formInput {
	width: 178px;
	/* height: 18px; */
}
#store #store-search div.iw_button {
	display: inline-block;
	margin: 0;
	width: 78px;
}
#store #store-cart-btns {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store #store-title-container {
	position: relative;
	margin: 0;
	padding: 0 310px 0 0;
	width: auto;
}
#store #store-header ul.breadcrumbs {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 10px;
	min-height: 25px;
	list-style: none;
}
#store #store-header ul.breadcrumbs li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-header ul.breadcrumbs li:before {
	position: absolute;
	display: block;
	top: 0;
	left: 4px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	content: '-';
}
#store #store-header ul.breadcrumbs li:first-child {
	padding: 0;
}
#store #store-header ul.breadcrumbs li:first-child:before {
	content: '';
}
#store #store-header p.cart-count {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	min-height: 25px;
}
#store #store-header .header {
	/*
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 3.2em;
	line-height: 1em;
	*/
	display: none;
}

/*****************
STORE MOONSHINE LEATHER FILTER
*****************/
#store #store-moonshine-filter {
	position: relative;
	margin: 0;
	/* padding: 0 0 20px; */
	padding: 2% 0 2%;
	width: 100%;
}

#store #store-moonshine-filter div.filterBox {
	float: left;
	margin: 0;
	padding: 0 2%;
}

#store #store-moonshine-filter div.filterBox input.iw_button {
	margin-top: 3px;
}

#store #store-moonshine-filter label {
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

/*****************
STORE BANNER - rest of styles are in flexslider.css
*****************/
#store #store-banner {
	position: relative;
	margin: 0;
	padding: 0 0 55px;
	width: 100%;
}

/*****************
STORE DESCRIPTION
*****************/
#store #store-description {
	position: relative;
	margin: 0;
	padding: 0 0 55px;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-description .img {
	width: 30%;
	padding: 0 0 1.0em 0.6em;
	float: right;
}
#store #store-description img {
	display: block;
	margin: 0 auto;
	min-width: 50%;
	max-width: 100%;
}

/*****************
STORE CONTENT
*****************/
#store #store-content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store #store-content h2 {
	margin: 0 0 2%;
	padding: 0 0 5px;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.15);	
}

/*****************
STORE SORT BAR
*****************/
#store  .store-sort-bar {
	position: relative;
	margin: 0 0 2%;
	padding: 2%;
	width: 96%;
	background-color: rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.15);	
	border-bottom: 1px solid rgba(0,0,0,0.15);	
}
#store  #store-sort-bar-footer {
	margin: 0;
}
#store .store-sort-bar-pagers {
	position: relative;
	float: left;
	margin: 0;
	padding: 1% 2%;
	width: auto;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.05);    
    box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.05);	
}
#store .store-sort-bar-pagers p {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-sort-bar-pagers ul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#store .store-sort-bar-pagers ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-sort-bar-pagers ul li:first-child {
	padding: 0;
}
#store .store-sort-bar-pagers ul li a.prev,
#store .store-sort-bar-pagers ul li a.next {
	display: block;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	background: transparent url('/images/arrows-pager.png') 0 0 no-repeat;
}
#store .store-sort-bar-pagers ul li a.next {
	background-position: 100% 0;
}
#store .store-sort-drop {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
}

/*****************
STORE STRUCTURE
*****************/
#store .store-row {
	position: relative;
	margin: 0;
	padding: 0 0 2%;
	width: 100%;
}
#store .store-col-2 {
	position: relative;
	float: left;
	margin: 0;
	padding-left: 2%;
	padding-left: .5%\0;
	padding-right: .5%\0;
	width: 49%;
	clear: none;
}
#store .store-col-2:first-child {
	padding-left: 0;
	padding-left: .5%\0;
	padding-right: .5%\0;
}
#store .store-col-3 {
	position: relative;
	float: left;
	margin: 0;
	padding-left: 2%;
	padding-left: .66%\0;
	padding-right: .66%\0;
	width: 32%;
	clear: none;
}
#store .store-col-3:first-child {
	padding-left: 0;
	padding-left: .66%\0;
	padding-right: .66%\0;
}
#store .store-col-4 {
	position: relative;
	float: left;
	margin: 0;
	padding-left: 2%;
	padding-left: .75%\0;
	padding-right: .75%\0;
	width: 23.5%;
	clear: none;
}
#store .store-col-4:first-child {
	padding-left: 0;
	padding-left: .75%\0;
	padding-right: .75%\0;
}
#store .store-related-items, .store-featured-items {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*****************
STORE HOME LAYOUT
*****************/
#store #store-home-dept {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 4% 0 0;
	width: 72.5%;
}
#store #store-home-feature-container {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 23.5%;
	border-bottom: 1px solid rgba(0,0,0,0.15);	
}
#store #store-home-feature-container h2 {
	margin: 0;
}
#store #store-home-feature {
	position: relative;
	margin: 0;
	padding: 5%;
	width: 90%;
	background-color: rgba(0,0,0,0.05);
}

/*****************
STORE DEPARTMENT BOXES
*****************/
#store .store-dept {
	position: relative;
	margin: 0;
	padding: 5%;
	width: 90%;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);    
    box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);	
}
#store .store-dept .dept-image {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
}
#store .store-dept .dept-image a {
	display: block;
	text-decoration: none;
}
#store .store-dept .dept-image img {
	display: block;
	margin: 0 auto;
	min-width: 50%;
	max-width: 100%;
	z-index: 5;
}
#store .store-dept .dept-name {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	word-wrap: break-word;
}
#store .store-dept .dept-name h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}
#store .store-dept .dept-name h3 a {
	text-decoration: none;
}
#store .store-dept .dept-name h3 a:hover, .store-dept .dept-name h3 a:active {
	text-decoration: underline;
}

/*****************
STORE ITEM BOXES
*****************/
#store .store-item {
	position: relative;
	margin: 0;
	padding: 5%;
	width: 90%;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);    
    box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);	
}
#store .store-item .item-image {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
	min-height: 30px;
}
#store .store-item .item-image a {
	display: block;
	text-decoration: none;
}
#store .store-item .item-image img {
	display: block;
	margin: 0 auto;
	min-width: 50%;
	max-width: 100%;
	z-index: 5;
}
#store .store-item .item-image .feature-icon {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 4%;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
}
#store .store-item .item-image .feature-icon p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFF;
	text-transform: uppercase;
}
#store .store-item .item-name {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
	word-wrap: break-word;
}
#store .store-item .item-name h3.name {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-item .item-price {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
}
#store .store-item .item-price h4.price {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}
#store .store-item .item-price h4.sale {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	text-decoration: line-through;
}
#store .store-item .item-price h4.msrp {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	/* text-decoration: line-through; */
}
#store .store-item .item-price .sale-icon {
	position: relative;
	float: right;
	margin: 0 0 5px 5px;
	padding: 4%;
	background-color: rgba(0,0,0,0.8);
}
#store .store-item .item-price .sale-icon p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFF;
	text-transform: uppercase;
}
#store .store-item .item-description {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
	word-wrap: break-word;
}
#store .store-item .item-description p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
}

/*****************
STORE STAR RATINGS
*****************/
#store .star-ratings {
	position: relative;
	margin: 0;
	padding: 0 0 20px;
	width: 100%;
}
#store .star-ratings a {
	display: inline-block;
}
#store .star-ratings a.sub {
	margin: 0 0 0 10px;
	font-size: 1.3em;
	line-height: 1.5em;
}
#store .star-ratings p {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 1.3em;
	line-height: 1.5em;
}
#store .star-ratings ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
}
#store .star-ratings ul li {
	position: relative;
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
	width: 15px;
	height: 15px;
	background: transparent url('../images/icon-star-ratings.png') 0 0 no-repeat;
}
#store .star-ratings ul li:first-child {
	margin: 0;
}
#store .star-ratings ul li.full {
	background-position: 0 100%;
}
#store .star-ratings ul li.half {
	background-position: 0 50%;
}

/*****************
STORE ITEM 
*****************/
#store #store-item-header, #store .store-item-tabs, #store .store-item-reviews, #store .store-item-songs {
	position: relative;
	margin: 0;
	padding: 0 0 5%;
	width: 100%;
}

/*****************
STORE ITEM BANNER
*****************/
#store #store-item-images {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 3% 0 0;
	width: 61%;
}
#store .store-item-banner,
#store #store-item-banner {
	position: relative;
	margin: 0;
	padding: 2%;
	width: 96%;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);    
    box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);	
}
#store .store-item-banner ul,
#store #store-item-banner ul {
	z-index: 5;
}
#store .store-item-banner img,
#store #store-item-banner img {
	display: block;
	margin: 0 auto;
	min-width: 50%;
	max-width: 100%;
}
#store #store-item-banner .feature-icon {
	position: absolute;
	top: 3.2%;
	right: 2%;
	margin: 0;
	padding: 2%;
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
}
#store #store-item-banner .feature-icon p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFF;
	text-transform: uppercase;
}

#store .store-item-carousel,
#store #store-item-carousel {
	position: relative;
	margin: 0;
	padding: 2%;
	width: 96%;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);    
    box-shadow:  0px 0px 0px 1px rgba(0,0,0,0.15);	
}
#store .store-item-carousel li,
#store #store-item-carousel li {
	margin: 0 0 0 .05%;
	max-height: 150px;
	cursor: pointer;
}
#store .store-item-carousel li:first-child,
#store #store-item-carousel li:first-child {
	margin: 0;
}
#store .store-item-carousel li img,
#store #store-item-carousel li img {
	display: block;
	width: 100%;
}

/*****************
STORE ITEM DETAILS
*****************/
#store #store-item-details {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 34%;
}
#store #store-item-details h2 {
	margin: 0;
	padding: 0 0 4%;
	border-bottom: none;
}
#store #store-item-details p {
	margin: 0;
	padding: 0 0 2%;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-item-details p.small {
	font-size: 1.0em;
}
#store #store-item-details p.link {
	position: relative;
	top: -8px;
	margin: 0;
	padding-left: 2%;
}
#store .store-share {
	position: relative;
	margin: 0;
	padding: 0 0 4%;
	width: 100%;
}
#store .store-item-info {
	position: relative;
	margin: 0;
	padding: 0 0 4%;
	width: 100%;
	word-wrap: break-word;
}
#store #store-item-details .star-ratings {
	padding: 0 0 4%;
}
#store .store-item-price {
	position: relative;
	margin: 0;
	padding: 0 0 4%;
	width: 100%;
}
#store .store-item-price h4.price {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
}
#store .store-item-price h4.sale {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	text-decoration: line-through;
}
#store .store-item-price h4.msrp {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	/* text-decoration: line-through; */
}
#store .store-item-price .sale-icon {
	position: relative;
	float: right;
	margin: 0 0 5px 5px;
	padding: 4%;
	background-color: rgba(0,0,0,0.8);
}
#store .store-item-price .sale-icon p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFF;
	text-transform: uppercase;
}
#store .store-item-options {
	padding: 0 0 4%;
}
#store .store-item-options .store-input {
	position: relative;
	margin: 0;
	padding: 0 0 4%;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store .store-item-options .store-input label {
	display: block;
	margin: 0;
	padding: 0 0 2%;
}
#store .store-item-options .store-input input.formInput {
	width: 70%;
}
#store .store-item-options .store-input input.quantity {
	width: 15%;
}
#store .store-item-options .store-input input.radio,
#store .store-item-options .store-input input.checkbox {
	display: inline-block;
	margin: 0 2% 2% 3%;
}
/*
.store-item-options .store-input input.radio:first-child,
.store-item-options .store-input input.checkbox:first-child {
	margin: 0 2% 0 0;
}
*/
#store .store-item-options label.value {
	margin: 0;
	padding: 0 0 2px 2px;
}
/*
.store-item-options p {
	margin: 0;
	padding: 0;
	border: 1px solid #f00;
}
*/


/*****************
STORE ITEM Options
*****************/

.store-item-subitem {
	background: rgba(0,0,0,0.05);
	padding: 10px !important;
	margin: 10px 0 !important;
	display: inline-block;
}
.store-input.sub-item {
	padding-top: 10px;
	font-size: 12px;
	/* border-bottom: 1px solid rgba(0,0,0,0.25); */
}
.store-item-subitem p {
	padding: 10px 0 0 !important;
}
.store-item-subitem h4 {
	padding: 0 !important;
	margin: 0 !important;
}
.store-item-subitem .store-input-label {
	padding-top: 10px !important;
}
.store-item-subitem p.contenterror {
	color: red !important;
	font-size: 12px !important;
}
.store-item-subitem .iw_button {
	padding-top: 10px !important;
}
.sub-item-label {
/* 	float: left !important; */
	display: inline-block;
	/* padding:  10px 40px 0 0; */
	padding:  10px 2% 0 0;
}
.sub-item-price {
/* 	float: left !important; */
	display: inline-block;
	padding: 10px 0 0 0;
}
.store-input.sub-item .sale {
	font-size: 12px;
	line-height: 12px;
	text-decoration: line-through;
	padding-bottom: 2px !important;
}
.store-input.sub-item .sale-icon {
	display: none;
}
.sub-item-qty {
/* 	float: right !important; */
	display: inline-block;
	width: 40%;
}
.sub-item-qty input.formInput.quantity {
/* 	float: right; */
	width: 20%;
	text-align:center;
}
.store-item-subitem .store-input {
	text-align: center;
	padding: 10px 0;
}

.sub-item-header {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding-top: 0 !important;
}
.sub-item-header.sub-item-label {
	width: 40%;
	text-align: left;
}

/*****************
STORE ITEM SONGS
*****************/
#store .store-item-songs ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(0,0,0,0.15);		
	border-right: 1px solid rgba(0,0,0,0.15);		
	border-bottom: 1px solid rgba(0,0,0,0.15);		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-item-songs ul li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.15);	
}
#store .store-item-songs ul li:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}
#store .store-item-songs ul li .song-play, #store .store-item-songs ul li .song-title, #store .store-item-songs ul li .song-time, #store .store-item-songs ul li .song-price, #store .store-item-songs ul li .song-add-to-cart {
	position: relative;
	float: left;
	padding: 10px 1%;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#store .store-item-songs ul li div p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-item-songs ul li.songs-table-header .song-title, #store .store-item-songs ul li.songs-table-header .song-time, #store .store-item-songs ul li.songs-table-header .song-price {
	padding: 10px 1%;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
}
#store .store-item-songs ul li.songs-table-header .song-title {
	text-align: left;
}
#store .store-item-songs ul li.songs-table-header h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-item-songs ul li .song-play {
	width: 8%;
}
#store .store-item-songs ul li .song-play .iw_button {
	padding-left: 10px;
	padding-right: 10px;
}
#store .store-item-songs ul li .song-title {
	padding: 18px 1%;
	width: 52%;
}
#store .store-item-songs ul li .song-time {
	padding: 18px 1%;
	width: 10%;
	text-align: center;
}
#store .store-item-songs ul li .song-price {
	padding: 18px 1%;
	width: 10%;
	text-align: center;
}
#store .store-item-songs ul li .song-add-to-cart {
	width: 20%;
	text-align: center;
}
#store .store-item-songs ul li .song-add-to-cart .iw_button {
	display: block;
	padding-left: 10px;
	padding-right: 10px; 
	min-width: 102px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-item-songs .store-songs-buttons {
	position: relative;
	margin: 0;
	padding: 30px 1% 0;
	width: 100%;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-item-songs .store-songs-buttons p {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1em;
}
#store .jp-jplayer {
	/* display: none;
	visibility: hidden; */
	width: 0;
	height: 0;
}

#store .store-item-songs .song-preview-all {
	display: none;
	margin: 0;
	padding: 0 1% 10px 1%;
}
#store .store-item-songs .song-preview-all span {
	margin: 0 0 0 -5px; 
	padding: 0;
}
#store .store-item-songs .song-preview-all .iw_button {
	padding-left: 10px;
	padding-right: 10px;
}

/*****************
STORE ITEM - TABS
*****************/
#store .contentTabs {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store .contentTabs ul.shadeTabStructure {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}
#store .contentTabs ul.shadeTabStructure:after {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	content: "";
}
#store .contentTabs ul.shadeTabStructure li {
	position: relative;
	top: 0;
	float: left;
    margin: 0 5px 0 0;
	padding: 0;
	border: none;
	background: none;
}
#store .contentTabs ul.shadeTabStructure li a {
    display: block;
    margin: 0;
    padding: 10px;
    font-weight: bold;
	font-size: 1.3em;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
	background: rgba(0,0,0,0.05);	
}
#store .contentTabs ul.shadeTabStructure li a span {
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0.8);
	background: none;
}
#store .contentTabs ul.shadeTabStructure li.shadeTabs a {
    background: rgba(0,0,0,0.8);
}
#store .contentTabs ul.shadeTabStructure li.shadeTabs a span {
	color: rgb(255,255,255);
}
#store .contentTabs ul.shadeTabStructure li a:hover, #store .contentTabs ul.shadeTabStructure li a:active {
	background-color: rgba(0,0,0,0.05);
}
#store .contentTabs ul.shadeTabStructure li a:hover span, #store .contentTabs ul.shadeTabStructure li a:active span {
	color: rgba(0,0,0,0.8);
}
#store .tabContainer0 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 1.3em;
	line-height: 20px;
	background-color: rgba(0,0,0,0.05);
	border: none;
}
#store .tabContainer1,
#store .tabContainer2 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
	border: none;
}
#store .tabContainer3 {
	position: relative;
	margin: 0;
	padding: 30px;
	background: none;
}

/*****************
STORE ITEM REVIEWS
*****************/
#store .store-item-reviews .review-btns {
	position: relative;
	float: right;
	margin: 0 0 0 2%;
	z-index: 10;
}
#store .store-item-reviews .star-ratings {
	padding: 0 0 2%;
	z-index: 5;
}
#store .store-item-reviews .star-ratings ul {
	margin: 0 10px 0 0;
}
#store .store-item-reviews .item-review {
	position: relative;
	margin: 0;
	padding: 4%;
	width: 92%;
	border-top: 1px solid rgba(0,0,0,0.15);
}
#store .store-item-reviews .item-review h3 {
	margin: 0;
	padding: 0 0 1%;
	font-size: 1.8em;
	line-height: 1em;
}
#store .store-item-reviews .item-review p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.5em;
}

/*****************
STORE NAVIGATION
*****************/
#store-container #store-nav-container {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 23.5%;
}
#store-container #store-nav {
	position: relative;
	margin: 0;
	padding: 15% 8%;
	width: 84%;
	background-color: rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.15);	
	border-bottom: 1px solid rgba(0,0,0,0.15);	
}
#store-container #store-nav .nav-group {
	position: relative;
	margin: 0;
	padding: 15% 0 0;
	width: 100%;
}
#store-container #store-nav .nav-group:first-child {
	padding: 0;
}
#store-container #store-nav .nav-group h3 {
	margin: 0 0 2%;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.6em;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
#store-container #store-nav .nav-group .nav-items {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store-container #store-nav .nav-group .nav-items ul {
	margin: 0 0 0 5%;
	padding: 0;
	font-size: 1.3em;
	line-height: 1em;
}
#store-container #store-nav .nav-group .nav-items ul li {
	position: relative;
	margin: 0 0 0 5%;
	padding: 5% 0 0;
}

/*****************
VIEW CART
*****************/
#store .store-cart {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store .store-cart form {
	display: block;
	width: 100%;
}
#store .store-cart ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(0,0,0,0.15);		
	border-right: 1px solid rgba(0,0,0,0.15);		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-cart ul li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.15);	
}
#store .store-cart ul li:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}
#store .store-cart ul li .items, .store-cart ul li .item-price, .store-cart ul li .quantity, .store-cart ul li .price, .store-cart ul li .remove {
	position: relative;
	float: left;
	padding: 20px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#store .store-cart ul li div p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-cart ul li.store-cart-header div {
	padding: 10px 1%;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
}
#store .store-cart ul li.store-cart-header .items {
	text-align: left;
}
#store .store-cart ul li.store-cart-header h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-cart ul li .items {
	width: 50%;
}
#store .store-cart ul li .items .item-details {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store .store-cart ul li .items .item-image {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 2% 0 0;
	width: 33%;
} 
#store .store-cart ul li .items .item-image a,
#store .store-cart ul li .items .item-image img {
	display: block;
	width: 100%;
}
#store .store-cart ul li .items .item-info {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 65%;
	word-wrap: break-word;
}
#store .store-cart ul li .items .item-info h3 {
	margin: 0;
	padding: 0 0 1%;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}
#store .store-cart ul li .items .item-info h3 a {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
#store .store-cart ul li .item-price {
	width: 10%;
	text-align: center;
}
#store .store-cart ul li .quantity {
	width: 15%;
}
#store .store-cart ul li .quantity .formInput {
	margin: 0 0 5px;
	padding: 6px 5px 4px;
	width: 100%;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-cart ul li .quantity .iw_button {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-cart ul li .quantity p {
	text-align: center;
	/* font-weight: bold; */
}
#store .store-cart ul li .price {
	/* width: 10%; */
	width: 15%;
	text-align: center;
}
#store .store-cart ul li .price p {
	font-weight: bold;
}
#store .store-cart ul li .remove img {
	height: 22px;
}
/*
#store .store-cart ul li .remove {
	width: 15%;
	text-align: center;
	width: 20px;
}
*/
#store .store-cart ul li .remove .iw_button {
	display: block;
	padding-left: 10px;
	padding-right: 10px; 
	min-width: 82px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-cart-pricing, #store .store-cart-buttons {
	position: relative;
	margin: 0;
	padding: 30px 1%;
	width: 100%;
	text-align: right;
	border-top: 1px solid rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-cart-pricing form {
	display: block;
}
#store .store-cart-pricing form label.store-label {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store .store-cart-pricing p {
	margin: 0;
	padding: 5px 0 0 12%;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store .store-cart-pricing p b {
	display: inline-block;
	margin: 0 0 0 10px;
	min-width: 60px;
	font-weight: bold;
	font-size: 1.1em;
}
#store .store-cart-pricing h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 2.0em;
	line-height: 1em;
}
#store .store-cart-pricing h4 b {
	display: inline-block;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.1em;
}

/*****************
STORE LOGIN
*****************/
#store #store-login {
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	width: 90%;
	max-width: 740px;
}
#store #store-login .login-box {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 4%;
	width: 48%;	
}
#store #store-login .login-box:first-child {
	padding: 0;
}
#store #store-login .login-box-header {
	position: relative;
	margin: 0;
	padding: 2% 5%;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-login .login-box-header h2 {
	margin: 0;
	padding: 0;
	line-height: 30px;
	border-bottom: none;
}
#store #store-login .login-box-content {
	position: relative;
	margin: 0;
	padding: 25px 5%;
	width: 100%;
	min-height: 350px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	background: rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-login .login-box-form-wrap {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
}
#store #store-login .login-box-form-label {
	position: relative;
	margin: 0;
	padding: 0 0 5px;
	width: 100%;
	font-size: 1.3em;
	line-height: 1em;
}
#store #store-login .login-box-form-element {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store #store-login .login-box-form-element input.formInput {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-login .login-box-form-submit, #store #store-login .fblogin {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	width: auto;
}
#store #store-login .login-box-form-submit:first-child {
	padding: 0;
}
#store #store-login .login-box-content div.right {
	margin: 0;
	padding: 15px 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: right;
}
#store #store-login .login-box-content p {
	margin: 0;
	padding: 15px 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-login .login-box-content p:first-child {
	padding: 0;
}
#store #member-login .login-box-content p {
	padding: 2px 0 0;
}
#store #store-login .login-box-content ul,
#store #store-login .login-box-content ol,
#store #store-login .login-box-content dl {
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-login .login-box-content p.right {
	text-align: right;
}
#store #store-login .login-box-row {
	position: relative;
	margin: 30px 0 0;
	padding: 30px 0 0;	
	width: 100%;
	text-align: right;	
	border-top: 1px solid rgba(0,0,0,0.15);
}
#store #store-login .login-box-row p {
	display: inline-block;
	margin: 5px 10px 5px 0;
}
#store #store-login .login-box-row a.iw_button {
	text-align: right;
}

/*****************
STORE CHECKOUT - STEPS
*****************/
#store #store-checkout {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store #store-checkout-steps {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 4% 0 0;
	width: 72.5%;
}
#store #store-checkout-steps .store-step {
	position: relative;
	margin: 0;
	padding: 2% 0 0 0;
	width: 100%;
}
#store #store-checkout-steps .store-step:first-child {
	padding: 0;
}
#store #store-checkout-steps .store-step-header {
	position: relative;
	margin: 0;
	padding: 2%;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-checkout-steps .store-step-header h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 30px;
	border-bottom: none;
}
#store #store-checkout-steps .store-step-header p {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 30px;
	text-align: right;
}
#store #store-checkout-steps .store-step-header a.editBtn,
#store #store-checkout-steps .store-step-header a.iw_button {
	float: right;
	text-align: right;
}
#store #store-checkout-steps .store-step-content {
	position: relative;
	margin: 0;
	padding: 2% 3%;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	background: rgba(0,0,0,0.05);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-checkout-steps .store-step-review {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 3%;
	/* width: 30%; */
	width: 27%;
}
#store #store-checkout-steps .store-step-review p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-checkout-steps .store-step-box,
#store .store-step-summary {
	position: relative;
	margin: 0;
	padding: 5% 3%;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.15);	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-checkout-steps .store-step-box:first-child {
	border-top: none;
}
#store #store-checkout-steps .store-step-summary:first-child {
	border-top: none;
}
#store #store-checkout-steps .store-step-box h3,
#store #store-checkout-steps .store-step-summary h3 {
	margin: 0;
	padding: 0 0 15px;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
}
#store #store-checkout-steps .store-step-box h3 i {
	font-size: 0.6em;
}
#store #store-checkout-steps .store-step-form-wrap {
	position: relative;
	margin: 0 0 3%;
	padding: 0;
	width: 100%;
}
#store #store-checkout-steps .store-step-form-wrap p {
	margin: 0;
	padding: 5px 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-checkout-steps .store-step-form-label {
	position: relative;
	float: left;
	margin: 0 2% 0 0;
	padding: 8px 0 0;
	width: 30%;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: right;
}
#store #store-checkout-steps .store-step-form-element,
#store #store-checkout-steps .store-step-form-element-short {
	position: relative;
	float: left;
	margin: 0;
	width: 68%;
}
#store #store-checkout-steps .store-step-form-element input.formInput,
#store #store-checkout-steps .store-step-form-element-short input.formInput {
	margin: 3% 0 0;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-checkout-steps .store-step-form-element input.formInput:first-child,
#store #store-checkout-steps .store-step-form-element-short input.formInput:first-child {
	margin: 0;
}
#store #store-checkout-steps .store-step-form-element-short input.formInput {
	width: 30%;
	min-width: 100px;
}
#store #store-checkout-steps .store-step-form-element-short p {
	display: inline-block;
	margin: 0 0 0 2%;
}
#store #store-checkout-steps .store-step-form-element select.selectbox {
	margin-top: 8px;
	width: 80%;
}
#store #store-checkout-steps .store-step-form-element select.selectbox-half {
	margin: 0 2% 0 0;
	width: 30%;
}
#store #store-checkout-steps .store-step-form-description {
	position: relative;
	margin: 0 0 3%;
	padding: 6px 0 6px 8%;
	font-size: 1.2em;
	line-height: 1.2em;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#store #store-checkout-steps .store-step-next-button {
	position: relative;
	margin: 0;
	padding: 0 0 5%;
	width: 100%;
	text-align: right;
}
#store #store-checkout-steps .store-step-payment {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store #store-checkout-steps .store-step-payment-box {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store #store-checkout-steps .store-step-payment-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#store #store-checkout-steps .store-step-payment-box ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 5%;
	width: 30%;
}
#store #store-checkout-steps .store-step-payment-box ul li.row2 {
	padding: 5% 5% 0 0;
}
#store #store-checkout-steps .store-step-payment-box ul li:first-child {
	padding: 0;
}
#store #store-checkout-steps .store-step-payment-box ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
#store #store-checkout-steps .store-step-payment-box ul li a .payment-method {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store #store-checkout-steps .store-step-payment-box ul li a p {
	margin: 0;
	padding: 10px 0 0;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
}
#store #store-checkout-steps .store-step-check {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store #store-checkout-steps .store-step-check label,
#store #store-checkout-steps .store-step-check p {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store .store-step-summary {
	position: relative;
	margin: 0;
	padding: 5% 0 0;
	width: 100%;
}
#store .store-step-summary ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(0,0,0,0.15);		
	border-right: 1px solid rgba(0,0,0,0.15);		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}
#store .store-step-summary ul li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.15);	
}
#store .store-step-summary ul li:nth-child(even) {
	background-color: rgba(255,255,255,0.8);
}
#store .store-step-summary ul li .items, #store .store-step-summary ul li .item-price, #store .store-step-summary ul li .quantity, #store .store-step-summary ul li .price {
	position: relative;
	float: left;
	padding: 10px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
#store .store-step-summary ul li div p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-step-summary ul li.store-step-summary-header div {
	padding: 10px 1%;
	text-align: center;
	vertical-align: middle;
	word-wrap: break-word;
}
#store .store-step-summary ul li.store-step-summary-header .items {
	text-align: left;
}
#store .store-step-summary ul li.store-step-summary-header h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
}
#store .store-step-summary ul li .items {
	width: 55%;
}
#store .store-step-summary ul li .items .item-details {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#store .store-step-summary ul li .items .item-image {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 2% 0 0;
	width: 33%;
} 
#store .store-step-summary ul li .items .item-image a,
#store .store-step-summary ul li .items .item-image img {
	display: block;
	width: 100%;
}
#store .store-step-summary ul li .items .item-info {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 65%;
	word-wrap: break-word;
}
#store #store-checkout-steps .store-step-summary ul li .items .item-info h3 {
	margin: 0;
	padding: 0 0 1%;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}
#store .store-step-summary ul li .item-price,
#store .store-step-summary ul li .quantity,
#store .store-step-summary ul li .price {
	width: 15%;
	text-align: center;
}
#store .store-step-summary ul li .quantity p,
#store .store-step-summary ul li .price p {
	font-weight: bold;
}

/*****************
STORE CHECKOUT - RIGHT
*****************/
#store #store-checkout-right {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 23.5%;
	background-color: rgba(0,0,0,0.05);
	border-top: 1px solid rgba(0,0,0,0.15);	
	border-bottom: 1px solid rgba(0,0,0,0.15);	
}
#store #store-checkout-right-content {
	position: relative;
	margin: 0;
	padding: 20px 5%;
	width: 90%;
}
#store .store-checkout-right-box {
	position: relative;
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
}
#store .store-checkout-right-box:first-child {
	padding: 0;
}
#store .store-checkout-right-box h5 {
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1em;
}
#store .store-checkout-right-box-content {
	position: relative;
	margin: 0;
	padding: 5%;
	width: 90%;
	background: rgba(255,255,255,0.8);
	border-top: 1px solid rgba(0,0,0,0.15);	
	border-bottom: 1px solid rgba(0,0,0,0.15);	
}
#store #store-checkout-right-summary p {
	margin: 0;
	padding: 5px 0;
	font-size: 1.3em;
	line-height: 1.3em;
}
#store #store-checkout-right-summary p span {
	float: left;
	display: inline-block;
	max-width: 60%;
}
#store #store-checkout-right-summary p b {
	float: right;
	display: inline-block;
	margin: 0 0 0 5%;
	min-width: 35%;
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
}
#store #store-checkout-right-summary h6 {
	margin: 10px 0 0;
	padding: 15px 0 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	border-top: 1px solid rgba(0,0,0,0.15);
}
#store #store-checkout-right-summary h6 span {
	float: left;
	display: inline-block;
	max-width: 60%;
}
#store #store-checkout-right-summary h6 b {
	float: right;
	display: inline-block;
	margin: 0 0 0 5%;
	min-width: 35%;
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
}
#store #store-checkout-right-cart .iw_button {
	position: absolute;
	top: 20px;
	right: 0;
}
#store #store-checkout-right-cart ul.right-cart-list {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#store #store-checkout-right-cart ul.right-cart-list li {
	position: relative;
	margin: 15px 0 0;
	padding: 15px 0 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.15);
}
#store #store-checkout-right-cart ul.right-cart-list li:first-child {
	margin: 0;
	padding: 0;
	border-top: none;
}
#store #store-checkout-right-cart ul.right-cart-list li .item-image {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
#store #store-checkout-right-cart ul.right-cart-list li .item-image a, #store #store-checkout-right-cart ul.right-cart-list li .item-image img {
	display: block;
	width: 100%;
}
#store #store-checkout-right-cart ul.right-cart-list li .item-info {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 5%;
	width: 100%;
	word-wrap: break-word;
	/* Add back when images enabled.
	width: 45%; */
}
#store #store-checkout-right-cart ul.right-cart-list li .item-info h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
}
#store #store-checkout-right-cart ul.right-cart-list li .item-info p {
	margin: 0;
	padding: 5px 0 0;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1em;
}
#store #store-checkout-right-payment-types ul.credit-cards {
	margin: 0;
	padding: 0;
	list-style: none;
}
#store #store-checkout-right-payment-types ul.credit-cards li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 5px 5px;
	width: 35px;
}
#store #store-checkout-right-payment-types p {
	margin: 0;
	padding: 20px 5% 0;
	font-size: 1.2em;
	line-height: 1.2em;
}
#store #store-checkout-steps #morderdiv {
	font-size: 1.3em;
	line-height: 1.3em;
}

/*****************
STORE BOX NEW
*****************/

@media screen and (max-width:750px) {
	#store {
		padding: 2%;
	}

	#store .store-item-options .store-input input.quantity {
		width: 25%;
	}

	/* Cart Page */
	#store .store-cart ul li .remove {
		float: right;
	}

	#store .store-cart ul li .items {
		width: 40%;
	}

	#store .store-cart ul li .quantity input {
		max-width: 90px;
		width: 100%;
	}

	#store .store-row {
		padding-bottom: 12px;
	}
}

@media screen and (max-width:600px) {
	/* Cart Page */
	#store .store-cart ul li .quantity,
	#store .store-cart ul li .price {
		width: 24%;
	}

	#store .store-cart ul li .item-price {
		display: none;
	}

	#store .store-cart ul li .remove {
		max-width: 40px;
		padding-left: 8px;
		padding-right: 8px;
		float: right;
	}

	#store .store-col-2{
		width: 95%;
		margin: 8px auto;
		padding: 0;
		float: none;
	}
}

@media screen and (max-width:480px) {
	/*
	#store .store-row {
		padding: 0 4px;
	}
	*/

	#store #store-content,
	#store #store-description {
		width: 95%;
		margin: 0 auto;
	}

	#store .store-col-2{
		width: 95%;
		margin: 8px auto;
		padding: 0;
		float: none;
	}
	#store .store-dept,
	#store .store-item {
		width: auto;
	}

	#store #store-title-container {
		position: static;
		margin: 0 auto;
		padding: 0;
		width: 95%;
	}

	/*
	#store #store-header ul.breadcrumbs {
		padding-top: 16px;
	}
	*/
	#store #store-item-images {
		position: static;
		float: none;
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}

	#store #store-item-banner {
		width: 100%;
	}

	#store #store-item-details {
		position: static;
		float: none;
		width: 95%;
		margin: 0 auto;
	}

	#store .store-item-options .store-input input.quantity {
		display: block:
		padding: 0 0 2%;
		width: 100%;
	}

	#store .store-item div.iw_button {
		display: block;
		width: 100%;
		padding: 12px;
	}
	#store .store-item-options .store-input div.iw_button {
		display: block;
		width: 100%;
	}
	#store .store-item-options .store-input div.iw_button input {
		width: 100%;
		padding: 12px;
	}

	/* Cart Page */
	#store .store-cart ul li .item-details,
	#store .store-cart ul li .items .item-info {
		width: 100% !important;
	}
	#store .store-cart ul li .items .item-image {
		display: none;
	}

	#store .store-cart ul li .quantity,
	#store .store-cart ul li .price {
		width: 20%;
	}


	/* Checkout */
	#store #store-checkout-right {
		display: none;
	}

	#store #store-checkout-steps {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#store .store-step-summary ul li.store-step-summary-header div.item-price {
		display: none;
	}

	/*#store .store-step-summary ul li .item-price,
	#store .store-step-summary ul li .quantity,
	#store .store-step-summary ul li .price {
	*/
	#store .store-step-summary ul li .item-price {
		display: none;
	}
}

/*
@media screen and (max-width:400px) {
}
*/
#contentTabs {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
}
#tabbedContent li a {
	text-decoration: none;
}

.shadeTabStructure {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.shadeTabStructure li {
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	border: 1px solid #cccccc;
	border-bottom: 0;
}
.shadeTabStructure li a {
	float: left;
	color: #999999;
	text-decoration: none;
}
.shadeTabStructure li a span {
	display: block;
	float: none;
	padding: 7px 12px;
}
.shadeTabStructure li a:hover {
	color: #666666;
	text-decoration: none;
}

.shadeTabs{
	position: relative;
	top: 1px;
	background: #eeeeee url(/images/tabs/tab_center_standard.gif) top left repeat-x;
}

.shadeTabs a span {
	margin: 0 0 0 0;
	color: #000000;
}

.shadeTabsSelected{
	position: relative;
	top: 1px;
	background: #ffffff url(/images/tabs/tab_center_standard_over.gif) top left repeat-x;
}

.shadeTabsSelected a span {
	margin: 0 0 1px 0;
	color: #000000;
}

.tabContainer1 {
	clear: both;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.tabContent {
}

/* main */
#campaignContainer {

}

#campaignContainer ul.campaignUserList  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#campaignContainer ul.campaignUserList .teamTotal {
	clear: both;	
}

#campaignContainer ul.campaignUserList > li {
	float: left;	
	width: 320px;
	border: 1px #ccc solid;
	padding: 10px;
	margin: 10px;
}

#campaignContainer ul.campaignUserList > li .campaignUserPhoto {
	width: 170px;
	height: 170px;
	float: left;
	margin: 5px;
	border: 1px #ccc solid;
}

#campaignContainer ul.campaignUserList > li .campaignUserPhotoDefault {
	width: 170px;
	height:170px;
	background: #A29F89 url(/manager/images/avatar_large.gif) -35px -3px  no-repeat;
	float: left;
}

#campaignContainer ul.campaignUserList .campaignUserContainer {
	float: left;
	width: 138px;
}

 #campaignContainer h3 {
	margin: 0;
	padding: 0;
}

.progressBar {
	position: relative;
	width: 135px; 
	height: 20px;
	background: white url(/manager/images/grey_strip.png) 0 0 repeat-x; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.progressBarTotal {
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	background: #feccb1; /* Old browsers */
	background: -moz-linear-gradient(top,  #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feccb1), color-stop(50%,#f17432), color-stop(51%,#ea5507), color-stop(100%,#fb955e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feccb1 0%,#f17432 50%,#ea5507 51%,#fb955e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */

}

.progressBarComplete {
	position: absolute;
	background: white url(/images/im/manager_orange_bg.jpg) 0 0 repeat;
	left: 0;
	top: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fundraiserInfoDiv {
	padding: 10px;	
	border: 1px #ccc solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

#fundraiserInfoDiv .campaignUserContainer {
	float: left;
	width: 150px;
}
.progressBarPercent{
	position: absolute;
	width: 50px;
	height: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	left: 50%;
	top: 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	line-height: 20px;
	font-size: 16px;
	margin-left: -25px;
}

/* profile */
#fundraiserInfoDiv h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#fundraiserInfoDiv .campaignGoal {
	font-size: 14px;
}

#fundraiserInfoDiv .campaignUserPhoto {
	float: left;
	margin: 5px;
	width: 150px;
	height: 150px;
	border: 1px #ccc solid;
}

#fundraiserInfoDiv .campaignUserPhoto img {
	width: 150px !important;

}

#campaignHeader .progressBar {
	width: 500px !important;
	float: none;
}

#campaignHeader .progressBarComplete {
	float: none;
}


#campaignHeader .progressBarPercent{
	width: 200px;
	margin-left: -100px;
}



#campaignUserInfo .progressBar {
	width: 400px !important;
	float: none;
}

#campaignUserInfo .progressBarComplete {
	float: none;
}

#campaignUserInfo  h3, #campaignUserInfo h1, #campaignUserInfo h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

#campaignUserInfo  .campaignDesc {
}

#campaignUserInfo  .campaignGoal {
	float: left;
	margin-top: 10px;
	display: block;
	font-weight: bold;
}
			
#campaignUserInfo .campaignUserPhoto {
}

#campaignUserInfo .campaignUserPhoto img{
	padding: 0 20px 20px 0;
	float: left;
}

#campaignUserInfo .userInfo {
	float: left;
	width: 500px;
}

#campaignUserInfo #sponsorMeName {
}

#campaignUserInfo .campaignBtns {
	float:left;
	margin-right: 10px;
}

/* log table */

.campaignPublicLog {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.campaignPublicLog  th.cmpMessage {
	widtH: 50%;
}
.campaignPublicLog  th {
	background-color: #eee;
}
.campaignPublicLog td, .campaignPublicLog  th {
	padding: 5px 10px;
	border: 1px #ccc solid;
}

.campaignPublicLog td {
	font-size: 12px;
	vertical-align: top;
} 

.campaignPublicLog td .campaignDateTime {
	font-size: 10px;
}

/* small widget */
.campaignWidget {
	padding: 10px;
	width: 500px;
	border: 1px #eee solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}


.campaignWidget .campaignHeader {
	float: left;
}

.campaignWidget .campaignHeader h1{
	font-size: 12px;
	margin-right: 10px;
	font-weight: bold;
	margin: 0; 
	padding: 0;
}
.campaignWidget .campaignHeader h2{
	font-size: 10px;
	margin: 0 0 4px 0; 
	padding: 0;
}	
.campaignWidget .progressBar {
	width: 500px !important;
	float: none;
}

.campaignWidget .progressBarComplete {
	float: none;
}


.campaignWidget .progressBarPercent{
	width: 200px;
	margin-left: -100px;
}

.campaignWidget .progressBar{
	float: left;
}

.campaignWidget #campaignContainer ul.campaignUserList  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.campaignWidget #campaignContainer ul.campaignUserList > li {
	background: white;
	margin: 0px 2px 0 0 ;
	padding: 0px;
	float: left;	
	width: 80px;
	height: 80px;
	border: 1px #ddd solid;
}

.campaignWidget #campaignContainer ul.campaignUserList > li .campaignUserPhoto {
	margin: 4px;
	width: 70px;
	height: 70px;
	float: left;
	border: 1px #ccc solid;
}

.campaignWidget #campaignContainer ul.campaignUserList > li .campaignUserPhotoDefault {
	margin: 4px;
	width: 70px;
	height:70px;
	background: #A29F89 url(/manager/images/avatar_small.gif) -23px -5px  no-repeat;
	float: left;
}
.campaignWidget .campaignUserContainer {
	position: relative;
}

.campaignWidget .campaignBtns{
	float: right;
}
/* widget pop up */
.campaignPopUp {
	font-size: 12px !important;
	background-color: white;
	padding: 5px;
	border: 1px #eee solid;
	width: 150px;
	left: -40px;
	top: -10px;
	position: absolute;
	display: none;
	-moz-box-shadow: 0px 3px 25px #333;
    -webkit-box-shadow: 0px 3px 25px #333;
    box-shadow: 0px 3px 25px #333;
}
.campaignPopUp h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.campaignPopUp p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#campaignSearchDiv div {
	float: left;
	position: relative;
}

#campaignSearchDiv ul {
	float: left;
}

#campaignSearchDiv input {
	padding-left: 5px;
}

#campaignSearchDiv #removeUserSearch {
	position: absolute;
	left: 5px;
	top: 8px;
	display: none;
}

#campaignUserSearch {
	width: 400px;
	padding: 5px;
	border: 1px #ccc solid;
}
.blogManage {
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

.blogEntryPhoto {
	padding: 10px;
}

.blogManage div {
	padding: 7px; 
}

.blogManageHeader {
	clear: right;
}

.blogManageHeader a{
	font-size: 14px !important;
}

.blogManageIcons img{
	padding-right: 2px;	
}

.blogManageIcons a {
	border: 1px #333333 solid;
	padding: 2px;
	background-color: white;

}

.blogPhotoCont {
	width: 65px;
	height: 65px;
	padding: 0px !important; 
	margin: 0px;
	border: 2px white solid;
	overflow: hidden;
	position: absolute;
	right: 19px;
	top: 29px;
}

.blogrollWidget {
	margin: 10px;
	padding: 5px;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px #cccccc solid;
}
.blogPhotoCont img{
	padding: 0;
	margin: 0;
}

.blogNumEntries {
	float: right; 
	margin-right: 11px;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.blogManageEntries {
	border: 1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px;
	overflow: auto;
	min-height: 100px;
	max-height: 300px;
	background-color: #F8F8F8 
}

.blogManageEntries td {
	font-size: 12px;
}

.blogManageEntries .contentgrey {
	background-color: #dddddd;
}

#AddCommentForm label {
	margin-left: 10px;
	font-size: 12px;
	color: #555;
	font-weight: bold;
}

#AddCommentForm label span {
	font-size: 11px;
	font-style: italic;
}

input.comment-form {
	padding: 5px;
	width: 180px;
}

textarea.comment-form {
	width: 500px;
	height: 180px;
}

#blogTagsSearchDiv {
	width: 315px; 	
	padding: 5px;
	background-color: white;
	min-height: 100px;
	max-height: 150px;
	overflow: auto;
	border: 1px #999999 solid;
	position: absolute;
	display: none;
}

#blogTagsSearchList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#blogTagsSearchList li {
	padding: 5px;
	background-color: #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1px;
	color: black;
	underline: none;
	font-size: 12px;
	cursor: pointer;
}
#blogTagsSearchList li:hover {
	background-color: #eeeeee; 
}

.blogTag {
	border: 1px #cccccc solid;
	padding: 5px;
	float: left;
	margin: 1px 2px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.blogTagX {
	border: 1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	margin: 1px 2px;
	background-color: #cccccc;
}

.blogTagX:hover {
	background-color: #ffcccc;
	color: white;
	cursor: pointer;
}

.blogCategory {
	border: 1px #cccccc solid;
	padding: 5px;
	float: left;
	margin: 1px 2px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blogCategoryWide {
	width: 300px;
	display: block;
}

.blogSubCategory {
	border: 1px #cccccc solid;
	padding: 5px;
	float: right;
	margin: 1px 6px;
	background-color: #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    width: 280px;
    display: block;
}

.blogCategoryX {
}

.blogCategoryX:hover {
}

.blogCategoryEdit {
    /*
	border: 1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    */
    display: block;
    width: 16px;
    height: 16px;
	margin: 1px 2px;
    float: right;
    background: url(/icons/page_edit.png) center left no-repeat;
    text-indent: -99999px;
}

.blogCategoryEdit:hover {
	background-color: #ffcccc;
}

#blogCategoriesSearchDiv {
	width: 315px; 	
	padding: 5px;
	background-color: white;
	min-height: 100px;
	max-height: 150px;
	overflow: auto;
	border: 1px #999999 solid;
	position: absolute;
	z-index: 1000;
	display: none;
}

#blogCategoriesSearchList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#blogCategoriesSearchList li {
	padding: 5px;
	background-color: #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1px;
	color: black;
	underline: none;
	font-size: 12px;
	cursor: pointer;
}
#blogCategoriesSearchList li:hover {
	background-color: #eeeeee; 
}

.blogSearchBar {
	width: 240px;
	float: right;
}
.blogSearchBar .blogSearchBarInput{
	width: 150px;
	float: left;
	padding: 6px 4px 2px 4px;
}
.blogSearchBar .blogSearchBarButton {
	float: right;
}
.blogSearchBar .blogSearchBarInput input {
	width: 150px;
}
.blogSearchBar .blogSearchBarButton input {
	widtH: 70px; 
	text-align: left; 
	padding-left: 20px; 
	margin-left: 4px;
}

.blogCategoryBar {
	width: 219px;
	float: right;
}
.blogCategoryBar .blogCategoryBarInput {
	width: 150px;
	float: left;
	padding: 6px 4px 2px 4px;
}
.blogCategoryBar .blogCategoryBarButton {
	float: right;
}
.blogCategoryBar .blogCategoryBarInput select {
	widtH: 154px; 
}
.blogCategoryBar .blogCategoryBarButton input {
	width: 50px; 
	text-align: left; 
	padding-left: 20px; 
	margin-left: 4px;
}
/* copy thie file into scheme folder to make custom changes */
.blogrollContainer {
}

.blogrollBlog {
	padding: 10px;
	background-color: #;
	margin: 5px;
}

.blogrollPhoto {
	float: left;
	padding: 3px;
}

.blogrollPhoto {
	padding: 5px;
	margin: 5px;
	background-color: white;
}

.blogrollPhoto img{
	border: 0;
	margin: 0;
	padding: 0;
}

.blogrollBlog:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.blogrollTitle {
	margin: 3px 0 0 0 ;
}
.blogrollTitle a.sub {
	font-size: 15px;
	text-decoration: none;
}

.blogrollHeadline {
	font-size: 12px;
	font-style: italic;
	color: #666666;
}

.blogrollDesc {
	margin: 2px;
	font-family: arial;
	font-size: 12px;
}
.couponTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}
.couponCaption
{
	font-size: 12px;
}
.couponSubText
{
	font-size: 11px;
}
a.rss {border:1px solid #ffcc00; color:#ffffff; background-color:#ff6600; font-weight: bold; font-size:10px;font-family:verdana; text-decoration:none; padding-right:1px;}
a.rss:hover {color:#ffcc00;}
a.rss:visited {color:#ffffff;}

.searchbox
{
	border: 1px black solid;
	padding: 2px;
}

.separator
{
	color: #FFFFFF;
	background: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	background-image: url(/images/grey_black_gradient.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#branding {
	position: relative;
	width: 125px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(/images/imavex_branding_bg.gif) top left no-repeat;
}
#branding_sequoia {
	position: relative;
	width: 125px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(/images/sequoia_branding_bg.png) top left no-repeat;
}

#brandingName {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 19px;
	font-weight: bold;
}
#brandingName a {
	color: #333333;
	text-decoration: none;
}

#brandingService {
	position: absolute;
	z-index: 2;
	top: 0; right: 0;
	width: 60px;
	text-align: left;
}
#brandingService span {
	display: block;
	font-size: 11px;
	height: 13px;
	padding: 8px 0 4px 0px;
	color: #666666;
	text-decoration: none;
}
#surveyFormField {
	display: none;
	width: 50px;
}

.profile {
	padding: 10px;
	width: 600px;
}
.profile h1 {
	padding-top: 0;
	margin-top: 0;
}
.profile #profileImage {
	text-align: center;
}
.profile #profileImage img {
	background-color: #;
	padding: 10px;
}

.iws_menu_group { overflow: hidden; }

ul.buttons {
    list-style-type: none;
    margin: 4px 0;
    padding: 0;
}
.mgrBtn, ul.buttons li a, #pageSubManagerMenu a, .pageSubManagerMenu a {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(235, 235, 235, 1) 51%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid #bbb;
    border-radius: 5px;
    color: #333 !important;
    display: block;
    font: bold 11px Arial, Helvetica, sans-serif;
    padding: 4px;
    text-decoration: none !important;
}
ul.buttons li {
    display: block;
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
}
ul.buttons li span {
    display: block;
    padding: 2px 3px 2px 23px;
}
ul.buttons span.printerBtn {
    background: url(/icons/printer.png) 0 0 no-repeat;
}
ul.buttons span.boxBtn {
    background: url(/icons/box.png) 0 0 no-repeat;
}
ul.buttons span.emailBtn {
    background: url(/icons/email.png) center left no-repeat;
}
.page_action_buttons {
	padding-top: 30px;
}
.page_action_buttons a.btn {
	margin-right: 5px;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
