/* Styles used only on the Bagbuilder page. */

/* Styles for Bagbuilder Power Reviews containers. */
.BB-reviews-container {
	border: 0;
	padding: 5px 13px 5px 13px;
	margin: 0 0 0 0;
	width: 874px;
	min-width: 874px;
	min-height: 20px;
	float: left;
	clear: both;
	display: none;
}

	.BB-reviews-title {
		font-family: arial,verdana,sans-serif;
		font-size: 18px;
		color: #2D2D2A;
		font-weight: bold;
		padding: 10px 0 17px 0;
		border: 0;
		margin: 0;
		width: 852px;
		min-width: 852px;
		float: left;
		clear: both;
		display: block;
	}

	.BB-reviews {
		border-width: 0 1px 1px 1px;
		border-color: #BEBEBE;
		border-style: solid;
		padding: 0 10px 20px 10px;
		margin: 0;
		width: 852px;
		min-width: 852px;
		min-height: 102px;
		float: left;
		clear: both;
		display: none;
	}

	.BB-reviews-pwr {
		border: 0;
		padding: 0;
		margin: 0;
		width: 852px;
		min-width: 852px;
		min-height: 102px;
		float: left;
		clear: both;
		display: block;
	}

	.BB-reviews-header-button {
		background-image: url('/static/widgets/bagbuilderCradle/reviews_bar.png');
	}

/* Styles for Suggested Bags (color mixer). */
.BB-suggestions-container {
	border: 0;
	padding: 5px 13px 2px 13px;
	margin: 0 0 0 0;
	width: 874px;
	min-width: 874px;
	min-height: 20px;
	float: left;
	clear: both;
	display: none;
	overflow: hidden;
}

	.BB-suggestions {
		border-width: 0 1px 1px 1px;
		border-color: #BEBEBE;
		border-style: solid;
		margin: 0;
		padding: 7px 0 0 5px;
		width: 867px;
		height: 102px;
		min-width: 867px;
		min-height: 102px;
		float: left;
		clear: both;
		display: none;
		overflow: hidden;
	}

	.BB-suggestions-thubmnail {
		padding: 0;
		margin: 0;
		border: 0;
		cursor: pointer;
	}

	.BB-suggestions-label {
		padding: 0 9px 0 0;
		margin: 0;
		border: 0;
		display: block;
		float: left;
		cursor: pointer;
	}

	.BB-suggestions-label-final {
		padding: 0;
	}

	.BB-suggestions-header-button {
		background-image: url('/static/widgets/bagbuilderCradle/color_mixer_bar.png');
	}

	.BB-suggestions-divider {
		border: 0;
		padding: 0;
		margin: 0 4px 0 4px;
	}

/* Styles for the Reviews and Suggestions headers. */
.BB-header-button {
	border: 0;
	padding: 0;
	margin: 0 0 0 0;
	width: 874px;
	height: 20px;
	min-width: 874px;
	min-height: 20px;
	float: left;
	clear: both;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
}

	.BB-header-button-closed {
		background-position: 0px -20px;
	}

		.BB-header-button-closed:hover {
			background-position: 0px -40px;
			background-position: 0px 0px;
		}

	.BB-header-button-open {
		background-position: 0px -60px;
	}

		.BB-header-button-open:hover {
			background-position: 0px -40px;
		}

/* A clear hit area that covers the background images
 * comprising our Reviews and Suggestions header buttons.
 * Required to keep IE7 from skipping our mouse events.
 */
.BB-header-button-shim {
	width: 874px;
	height: 20px;
	display: block;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* Style for the 'loading' graphic, a placeholder for
 * the Suggestions box.
 */
.BB-suggestions-loading {
	display: none;
	border: 0;
	padding: 0;
	margin: 0 0 0 5px;
}

.BB-suggestions-thumbnail {
	width: 200px;
	height: 150px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}


#get-inspired {
	xdisplay:none;
}
#bagbuilder-container {
	margin: 10px 0 0 35px;
	height: 560px;
}




.tumblr-customizer-suggestions #custom-feed {
	background: none;
	padding: 10px;
	height: 210px
}
.tumblr-customizer-suggestions #custom-feed-refresh a {
	display: none;
}
.tumblr-customizer-suggestions .custom-thumb {
	width: 200px;
}
.tumblr-customizer-suggestions .custom-thumb-img {
	height: 150px;
	width: 200px;
}
.tumblr-customizer-suggestions .custom-thumb-spacer {
	margin: 0 5px 0 0;
}
.tumblr-customizer-suggestions .bag-title {
	margin-top: 3px;
}
.tumblr-customizer-suggestions #custom-feed-widget {
	border: 0 none;
	padding: 0;
}

.tumblr-customizer-suggestions #custom-feed-previous , .tumblr-customizer-suggestions #custom-feed-next {
	margin:0;
}

.tumblr-customizer-suggestions #custom-feed-next a {
	width: 36px;
	height: 70px;
	background: transparent url(/static/resources/imgs/misc/carousel_next_36.png) no-repeat 0 0;
	cursor: pointer;
	margin-left:17px;
	margin-top: 40px;
}

.tumblr-customizer-suggestions #custom-feed-next a:hover {
	background-image: url(/static/resources/imgs/misc/carousel_next_36.png);
	background-position: -36px 0;
	cursor: pointer;
}

.tumblr-customizer-suggestions .previous-enabled a, .tumblr-customizer-suggestions .previous-disabled a {
	width: 36px;
	height: 70px;
	background: transparent url(/static/resources/imgs/misc/carousel_prev_36.png) no-repeat 0 0;
	margin-top: 40px;
}

.tumblr-customizer-suggestions .previous-enabled a:hover {
	background-image: url(/static/resources/imgs/misc/carousel_prev_36.png);
	background-position: -36px 0;
	cursor: pointer;
}

