/* SLIDER STYLE _____________*/
#logoWrap {
	z-index: 888;
}
#footer {
	background: #3a3a3a;
	color: #fff;
}

.navFloat {
	min-height: 500px;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
    margin-top: 0;
}

.navFloat.active {
	margin-top: -400px;
	background: #C58E90;
}

.moreCrowd {
	display: none;
}

.navFloat.active .crowdWrap{
display: block;
max-height: 2000px;
padding-bottom: 50px;
}

.navFloat.active #crowdback{

}

.navFloat.active .moreCrowd  {
	display: block;
}

.navFloat.active .brideForm, .navFloat.active .register, .navFloat.active .login {
	opacity: 0.3;
}

.navFloat.active .moreCTA {
	background-position: 0 0;
	top: 5px;
}

.error {
	text-align: center;
	font-size: 16px;
	color: #d40000;
	width: 80%;
	margin: 0 auto 15px auto;
}


.crowdWrap {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	background: rgba(255,255,255,1);
	z-index: 2;
	margin-top: 0px;
	max-height: 200px;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

.crowdWrap2 {
	background: #FFD6E0;
	cursor: pointer;
}

.crowdCTAwrap {
	width: 100%;
	text-align: center;
}


.crowdWrap h1{
	width: auto;
	display: inline-block;
	left: 20px;
	position: relative;
}
.moreCTA {
	text-align: center;
	background: url('/static/images/caret-01.png') 0 -40px no-repeat;
	width: 40px;
	height: 40px;
	left: 80px;
	top: 10px;
	position: relative;
	display: inline-block;
/*	opacity: 0.2;*/
}

.crowdWrap.active {
}

.crowdText {
	width: 60%;
	clear: left;
	text-align: left;
	margin: 0px auto;
	padding: 25px 35px 35px 35px;
}

#crowdCTA {
	float: left;
	width: 72%;
	margin: 10px 10% 10px 10%;
	border: none;
	padding: 4% 4% 4% 4%;
	font-size: 15px;
	color: #fff;
	border: none;
	text-align: center;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	background: #D40000;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

#crowdCTA:hover {
	background: #B40000;
}


.brideForm {
	width: 40%;
	clear: left;
	margin: 30px auto;
	padding: 25px 25px 25px 25px;
	position: relative;
	z-index: 2;
	/*background: url('/static/images/jbxxl_11.png') repeat;*/
	background: rgba(255,255,255,0.75);
	display: inline-block;
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

.brideForm.crowdWrap p{
	font-size: 13px;
}

.brideForm h1{
	margin: 0;
	padding: 0 0 0px 0;
	font-weight: 700;
/*	color: #fff;*/
		-webkit-font-smoothing: antialiased;
}

.brideForm h2{
	margin: 0;
	padding: 20px 0 10px 0;
	font-weight: 500;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

.brideForm .formRow {
	width: 70%;
	margin: 0 15% 2% 15%;
	float: left;
}


.brideForm label{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	margin: 10px 0 0px 0;

}

.brideForm input[type="text"] {
	float: left;
	width: 96%;
	margin: 10px 0% 2px 0%;
	padding: 2%;
	text-align: left;
	font-size: 14px;
}

#crowdback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.brideForm input.send {
	float: left;
	width: 70%;
	margin: 10px 15% 10px 15%;
	border: none;
	padding: 2% 0 2% 0;
	font-size: 15px;
	color: #fff;
	border: none;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	background: #d40000;
	-webkit-font-smoothing: antialiased;
}

.brideForm input.send:hover {
	background: #BF0000;
	cursor: pointer;
/*	color: #000;*/
}




#footer {
	margin-top: 0px;
/*	top: 95px;*/
	padding-bottom: 200px;
	z-index: 9999;
}




.gifts {
	float: left;
	width: 100%;
	text-align: left;
	background: #eee;
	margin-top: 20px;
	padding-bottom: 100px;
}

.giftTitle {
	float: left;
	width: 100%;	
}

.gifts h2 {
	font-size: 28px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
float: left;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 4px solid #000;
}

.gifts h3 {
	font-size: 28px;
text-transform: uppercase;
font-weight: 100;
letter-spacing: 2px;
float: left;
line-height: 180%;
padding-bottom: 10px;
color: #777;
}

#giftInner {
	width: 980px;
	margin: 0 auto;
}

.gift  {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.gift h3, .gift p{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	width: 100%;
}

.gift p b {
	width: 100px;
}

.productDetail {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 0;
	top: 0px;
	float: left;
}

select {
   padding: 2px 8px 2px 8px;
   font-size: 11px;
   line-height: 150%;
    border: 1px solid #ddd;
   border-radius: 0;
   height: 24px;
	margin-top: 8px;
	margin-right: 5px;
   margin-left: 5px;
   -webkit-appearance: none;
   font-family: "Open Sans", arial;	
}

.optionTitle {
	font-size: 13px;
	float: left;
	text-align: left;
	padding: 2px 8px 2px 0px;
  line-height: 150%;
  height: 24px;
margin-top: 8px;
  margin-left: 0px;
}

.optionHelp {
	font-size: 11px;
	float: left;
	text-align: left;
	padding: 2px 0 2px 0;
  	line-height: 100%;
	margin: 8px 0 0 8px;
  	 -webkit-appearance: none;
  	font-weight: 500;
  	color: #999;
  	text-transform: uppercase;
  	border-bottom: 1px solid #ccc;
   font-family: "Open Sans", arial, sans-serif;	
   cursor: pointer;
}

#wrap {
	width: 100%;
	float: left;
}

#wrap a{
	width: 100%;
	float: left;	
}

#wrap a img{
	width: 100% !important;
	height: auto !important;

}


#left_container {
	width: 730px;
}

#content {
	margin-top: 10px;
	width: 350px;
	float: left;
}

.thumbs .bx-wrapper {
	float: left;
}

ul#thumbset {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#thumbset {
	margin: 0;
	padding: 0;
}

.thumbwrap {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.thumbwrap .bx-viewport {
	height: 450px !important;	
}


.thumbs {
	float: left;
	width: 100% !important;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 1;
	list-style: none;
	top: 0px;
}

.thumbs a{
	float: left !important;
	height: 100px;
	padding: 5px;
}

.thumbs a:hover {
	cursor: pointer;
	opacity: 0.85;
}

/* Product Detail Style ___________ */
#productTop {
	width: 980px;
	margin: 0 auto;
}

.pledgeWrap {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#graph {
	width: 90%;
	margin: 10px auto 20px auto;
	height: 10px;
	background: #ddd;
	float: left;
}

#fund {
	background: #d40000;
	height: 10px;
	width: 0%;
	float: left;
	position: relative;
}

#bride_wrap {
	float: left;
	width: 46%;
	margin: 4% 4% 0 0;
}

.g_row {
	float: left;
	text-align: left;
	margin: 0 20px 0 0;
}

.g_row p, .g_row h3{
	padding: 0;
	margin: 0 0 5px 0;
}


.brideImages {
	float: left;
	width: 100% !important;
}

.brideimg {
	float: left  !important;
	margin: 0 0 20px 0;
	left: 0;
	width: 100% !important;
}

.brideimg img{
	width: 100% !important;
	height: auto;
	float :left;
	margin-bottom: 8px;
}

#prod_det{
	float: left;
	width: 50%;
	margin: 20px 0 0 0%;
	text-align: left;
	min-height: 500px;
}

#prod_det h1{
	margin: 10px 0 10px 0;
	line-height: 100%;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 0;
	text-align: left;
/*	text-transform: uppercase;*/
	font-family: Georgia, serif;
	-webkit-font-smoothing: antialiased;
}

#prod_det p {
	padding: 0 0 2px 0;
	font-size: 12px;
	margin: 0;
	/*font-family: Georgia, serif;*/
}

.setDesc {
	float: left;

	width: 100%;
	margin: 0 0 10px 0;
	
}

.prod_description .setDesc a{
	margin-bottom: 8px;
	color: #999;
	float: left;
}

.setDesc a:hover {
	color: #FF969C;
}

#prod_det h4{
	text-transform: uppercase;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	margin: 0px 0 5px 0;
	padding: 0;	
	font-size: 14px;
	letter-spacing: 0;
}

#prod_det p.sku {
	text-transform: uppercase;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 00;
	margin: 0 0 10px 0;
	padding: 0;
}

#prod_det ul {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
}

#prod_det ul li {
/*	list-style-type: circle;
*/}

#options {
/*	z-index: 3;*/
	position: relative;
}

#options input {
  	padding: 2px 2px 2px 4px;
   font-size: 12px;
   line-height: 150%;
    border: 1px solid #ddd;
   border-radius: 0;
   height: 20px;
   margin: 5px 0 5px 0;
   -webkit-appearance: none;
   font-family: "Open Sans", arial;	
}

#options input[name="custom_email"] {
	min-width: 100%;
}

textarea {
 border: 1px solid #ddd;	
}

.priced {
	float: left;
}

.prod_description {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}

.prod_description a strong, .prod_description strong a{
	font-weight: 600;
	margin-bottom: 0px;
}

.prod_description a{
 	font-family: "Open Sans", arial;	
 	font-weight: 400;
 	text-transform: uppercase;
 	float: left;
 	width: 100%;
 	margin-bottom: 10px;
}

#detailsTitle {
	float: left;
	width: 100%;
}

#detailsTitle h2{
	float: left;
	margin: 6px 0 5px 0;
	padding: 0;
	font-size: 12px;
}

#detailsTitle:hover {
	cursor: pointer;
}

.detailsWrap {
	float: left;
	padding: 10px 0 20px 0;
	margin: 0px 0 20px 0;

}

.plus {
	float: left;
	margin: 4px 0 0 10px;
	font-size: 14px;
}

.plus:hover {
	cursor: pointer;
}


.feature_wrap {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;	
}

.feature {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}

.feature_name {
	float: left;
	width: 15%;
	font-weight: bold;
}

.feature_name p{
	margin: 0;
	padding: 0;
}

.feature_text {
	float: left;
	width: 80%;
}

.feature_text p{
	margin: 0;
	padding: 0;
}

#price_quant {
	padding: 10px 0 0 0;
	font-size: 13px;
	font-family: Georgia, serif;
}

#js_error {
	float: left;
	margin-bottom: 10px; 
	width: 100%;
	text-align: left;
}

.guarantee {
	float: right;
	width: 100% !important;
	margin: 20px 0 5px 0;
	line-height: 120%;
	font-size: 14.5px;	
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.wheretobuy {
	float: left;
	width: 130px;
	padding-top: 5px;
	margin: 10px 0 0 0;
}

.wheretobuy a{
	border-bottom: 1px dotted #777;
}

.wheretobuy a:hover {
	color: #ccc;
	border-bottom: #ccc;
}

.prod_social, .social_links, .prod_social_wrap {
	float: left;
	width: 100%;
}

.prod_social .social_links {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}

.prod_social .social_links h2{
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100px;
	border: none;
}

.prod_social .social_links .fb_like{
	float: left;
	margin: 10px 0 8px 0;
}

.prod_social .social_links .twitter{
	float: left;
	margin: 10px 0 8px 20px;
}

.prod_social .social_links .pinit{
	float: left;
	margin: 10px 0 8px -10px;
}


.prod_social .social_links .gplus{
	float: left;
	margin: 10px 0 10px 0;
}

.prod_social .social_links .yelp{
	float: left;
	margin: 10px 0 10px 0;
}

#addcart {
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
	clear: left;
	padding: 0;
	text-align: left;
}

.add_buttons input{
	float: left;
	margin: 20px 0 0 0;
}

	
#options input.cartbutton{
	font-size: 15px;
	color: #fff;
	border: none;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	background: #D40000;
	width: 180px;
	height: 40px;
	margin-left: 3px;
	-webkit-font-smoothing: antialiased;
}

#options input.cartbutton:hover {
	background: #BA0000;
	cursor: pointer;
/*	color: #000;*/
}


#price_wrap {
	width: 290px;
	padding-bottom: 10px;
}

.msrpWrap {
	float: left;
	width: 100%;
	margin: 10px 0 5px 0;
}

#price {
	float: left;
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

#wholesale {
	display: none;
	margin-top: 0px;
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 16px;
}

.msrp{
	display: none;
	float: left;
	padding: 11px 8px 0 0;
	font-weight: normal;
}

.msrpWrap #price {
	font-size: 16px;
	font-weight: normal;
}

#wholesale.store, .msrp.store {
	display: block !important;

}




#quantitywrap {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	line-height: 100%;
	font-size: 13px;
	color: #333;
}

#optionwrap {
	float: right;
	clear: left;
	width: 100%;
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 9pt;
	color: #333;

}

.formrow {
	float: left;
	width: 40%;
}

#options .formrow input {
		float: left;
		width: 100%,;
}

#optionwrap p{
	margin: 0;
	float: left;
	clear: left;
	width: 100%;
	padding: 5px 0 0 0;
	line-height: 120%;
}

#optionwrap p.error {
	background: red;
	color: #fff;
}

#js_error {
	display :none;
}

#related_items{
	float: left;
	clear: left;
	width: 90%;
	padding: 5px 0 0 0;
	margin: 20px 0 20px 0;
	background: #f2f2f2;
}

#related_items h4{
	border-top: 1px solid #eee;
	color: #666;
	padding: 0px 0 3px 0;
	margin: 0 0 7px 10px;
	text-align: left;
	margin-top: 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.relatedName {
	color: #bbb;
}

#related_items p{
	font-size: 12pt;
	letter-spacing: 1pt;
	text-align: left;
}

#related_items ul{
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

#related_items li{
	list-style: none;
	float: left;
	width: 30%;
/*	height: 265px;*/
	padding: 0;
	margin: 0 2% 0px 1%;
}

#related_items li:hover{
	opacity: 0.9;
}

#related_items li img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#related_items a{
	color: #111;
	text-decoration: none;
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
}

#related_items a:hover{
	color: #000;
}

#related_items img{

	
}

.prod_buttons {
	float: left;
	width: 50%;
	margin: 5px 0 0 10px;
	padding: 0;
}

.optionSet, .option {
	float: left;
	width: 100%;
}

.optionSet p{
	float: left;
	width: 100%;
}

.sizingwrap {
	float: right;
	width: 50%;
	text-align: left;
	margin: 0 0 0 0;
}

.sizingwrap a{
	float: left;
	margin: 10px 0 0 0;
	border: none;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #CCC;
	background: none;
	color: #777;
	font-family: Arial, sans-serif;
	letter-spacing: 0;
}

.sizingwrap a:hover{
	color: #000;
}

#sizing {
	width: 700px;
	text-align: left;
	margin: 20px;

}

.sizing_child {
	float: left;
	padding: 10px 0 10px 0;

}


#overlay {
	margin-top: 20px;
}

.storyWrap {
	float: left;
	width: 100%;
	text-align:left;
	margin-bottom: 20px;
}

.storyWrap h2 {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-style: italic;
	font-size: 22px;
	float: left;
	width: 100%;
	letter-spacing: 0px;
}

.bigStory {
	float: left;
	width: 100%;
}

#relatedSlider {
	float: left;
}

#relatedSlider li {
	margin: 0;
}

.storyWrap .bx-controls-direction {
	width:100%;
	float: left;
	margin-top: -10px;
	text-align: left;

}

.storyWrap a.bx-prev{
	position: relative;
	top: -135px;
	left: 985px;
	display: block;
	height: 38px;
	width: 34px;
	margin: 0px 0 0 0;
	text-indent: -999999px;
	background: url('/static/img/icons/left.png') no-repeat 0 -38px;
	z-index: 9999;
	opacity: .5;
}

.storyWrap a.bx-prev:hover {
	background-position: 0 0;
}

/*.storyWrap a.bx-next{
	display: inline-block;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}*/

/*.storyWrap a.bx-next:hover {
	background-position: 0 -46px;
}
*/
.storyWrap a.bx-next{
	position: relative;
	top: -225px;
	left: 990px;
	display: block;
	height: 38px;
	width: 34px;
	margin: 0px 0 0 0;
	text-indent: -999999px;
	background: url('/static/img/icons/right.png') no-repeat 0 -38px;
	z-index: 9999;
	opacity: .5;
}

.storyWrap a.bx-next:hover {
	background-position: 0 0;
}

.storyWrap a.bx-next.disabled, .storyWrap a.bx-prev.disabled {
	background-position: 0 0;
	opacity: 0.2;
/*	display: none;*/
}

.story {
	width: 22%;
	margin: 0 2% 0 0;
	float: left;
	cursor: pointer;
}

.story p{
	color: #999;
	font-size: 13px;
	line-height: 150%;
	float: left;
	margin: 8px 0 0 0;
}

.storyimg {
	float: left;
	width: 60%;
}

.storyimg img {
	width: 100%;
	height: auto;
}

.story img{
	width: 100%;
	height: auto;
}

.storyHeadline {
	height: 40px;
}


.storyCard {
	margin: 0 auto;
width: 70%;
max-width: 800px;
padding: 0;
display: inline-block;
background: #fff;
text-align: center;
position: absolute;
top: 15%;
left: 15%;
z-index: 999999;
}

.storyText {
	float: left;
	padding: 2%;
	width: 35%;
	text-align: left;
}

.fullTitle {
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	position: relative;
}

.fullTitle p{
	float: left;
	font-weight: bold;
	font-family: "Open Sans", arial, sans-serif;
	margin: 6px 0 5px 0;
	padding: 0;
	font-size: 12px;
}

.fullTitle:hover {
	cursor: pointer;
}

.fullDesc {
	float: left;
	padding: 10px 0 0 0;
	margin: 0px 0 0 0;
	width: 100%;

}

.fullText {
	float: left;
	margin-bottom: 10px;
}

.fullPlus {
	float: left;
	margin: 6px 0 0 10px;
	font-size: 14px;
}

.fullPlus:hover {
	cursor: pointer;
}

.finishHelp {
	position: absolute;
	top: 20px;
	left: 10%;
	margin: 0 auto;
	width: 80%;
	background: #fff;
	z-index: 9999999;
}

.finishHelp img{
	width: 100%;
	height: auto;
}


.finishText {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	color: #555;
	padding-bottom: 40px;
}

.finishText p{
	font-size: 13px;
}

.sizingHelp {
	position: absolute;
	top: 20px;
	left: 10%;
	margin: 0 auto;
	text-align: left;
	width: 80%;
	background: #fff;
	z-index: 9999999;
}

.sizingHelp img{
	width: 100%;
	height: auto;
}


.sizingHelp iframe{
	width: 100%;
	border: none;
	min-height: 400px;
	margin: 0 0 25px 0;
}

.mainsizing {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	color: #555;
	padding-bottom: 40px;
}

.sizingBlock {
	float: left;
	width: 100%;
	text-align: center;
}

.sizingBlock h2{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

#sizing2 {
	padding-bottom: 30px;
}

.sizeimg {
	text-align: center;
	margin: 0 auto;
	float: none;
	display: inline-block;
	padding: 15px 0 10px 0;
}

#sizing2 img, #sizing4 img{
	width: auto;
	margin: 0 auto;
	float: none;
}


.cat h1{
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

.mainsizing p{
	font-size: 13px;
}



.prodOverlay {
background: url('/static/img/base/black70.png') repeat;
float: left;
position: fixed;
top: 0;
left: 0%;
width: 100%;
height: 100%;
min-height: 1600px;
z-index: 10100;
}

.close {
	position: fixed;
	right: 30px;
	z-index: 10101;
	top: 30px;
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #888;
}


#optionwrap p.valuetitle {
	float: left;
	padding: 2px 8px 2px 0;
  	font-size: 13px;
  	line-height: 150%;
  	height: 24px;
	margin-top: 0px;
  	margin-left: 5px;
}

#valueDD {
	float: left;
	width: 23%;
}

.customvalue {
	float: left;
	width: 60%;
	border-left: 1px dotted #ddd;
	padding-left: 30px;
	margin: 0px 0 0 20px;
}

#optionwrap .customvalue p{
	text-align: left;
	float: left;
	padding: 2px 8px 2px 0;
  	font-size: 13px;
  	line-height: 150%;
  /*	height: 24px;*/
	margin-top: 0px;
  	margin-left: 0px;
}

.names {
	float: left;
	margin-bottom: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 1px solid #aaa;
	text-indent: -9999px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 8px 4px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 1px solid #aaa;
	background: #ddd;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#prod_det p.filterName {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Open Sans", arial, sans-serif;	
	font-weight: 100;
}

#kit {
	float: left;
	margin: 15px 0 10px 0;
	text-align: left;
}

#kit p{
	float: left;
	margin: 2px 10px 0 0;
	font-size: 11px;
	font-family: "Open Sans", arial, sans-serif;
}

#options #kit input#sizingkit {
  -webkit-appearance: checkbox;	
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
/*  position: relative;
  z-index: 4;*/
}

.prod_name.relatedName {
	margin-top: 0;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 200;
}

.priceWrap.relatedName {
	font-family: "Open Sans", arial, sans-serif;
	margin-top: 5px;
	color: #000;
	font-weight: 200;
	padding-bottom: 10px;
	display: inline-block;
	width :100%;
}

.store.catprice, .store.catprice.whole_tag {
	display: inline-block;	
}

.whole_tag {
	display: none;
}

.whole_tag.store {
	display: block;
}

.opWrap1, .opWrap2 {
	float: left;
	clear: left;
}

#gear {
	float: right;
	width: 32px; 
	height: auto;
	margin: 0px 0 20px 0;
}



.mobrides {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}

.mobrides a{
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}

#prod_det.customDet p {
	letter-spacing: 0;
	padding-bottom: 10px;

}

.dressWrap {
	float: left;
	width: 100%;
	text-align: left;	
	margin: 40px 0 20px 0;
}

.dressImages {
	margin: 0 auto;
	text-align: left;
	max-width: 980px;
}

.dress {
	width: 30%;
	float: left;
	margin-right: 10px;
	max-width: 200px;
}

.dressImages img{
	width: 100%;
	height: auto;
}
