
html {

}

body {
	color: #000;
	text-align: left;
	font-size: 12px;

}




#page{
	width:950px;
	padding:0 5px;
	margin:0 auto;

}



button{
	cursor:pointer;
}


.strong{
	font-weight:bold;

}





/*
	Rating Stars
*****************/

.stars{
	display:block;
	/*height:14px;*/
	/*float:left;*/
	/*color: transparent;*/
}

div.comm_item_inner {
	padding-right: 10px;
}

div.comm_item_inner span {
	word-wrap: break-word;
}

form#reviewForm div.input_inside {
	margin: 0 7px 0 -7px;
}

/*
	required
*****************/

.required.right{
	margin: 0 0 0 20px;
	font-size: 90%;
	color: #666;
	max-width: 60%;
}











table.store-openings {
	padding: 0;
	margin: 20px 0;

}

table.store-openings td {
	padding: 1px 8px !important;
	border-bottom: 1px solid #EEEEEE !important;
}

table.store-openings td.weekday_openings_day {
	padding: 1px 8px 1px 8px !important;
	font-weight: bold;
}

table.store-openings td.specialday_openings_date {
	padding: 1px 8px 1px 0 !important;
	font-weight: bold;
}













/*


	Cart and Pickup button
*****************/

button.pickupInStoreButton,
button.addToCartButton{
	height:40px;
	background:#000;
	color:#fff;
	border:2px solid #000;
	padding:0;
	width:100%;
	font-size:1em;
}


button.pickupInStoreButton{
	background:#fff;
	color:#000;

}

button.addToCartButton{
	font-weight:bold;
	text-transform:uppercase;
}
/*


	alerts
*****************/



.alert{
	padding:12px;
	border:1px dotted;
	margin:0 0 20px 0;
	background-color: #fff;
}

.alert.positive{
	border-color:#339b01;
	color:#339b01;
}

.alert.negative{
	border-color:#c90400;
	color:#c90400;
}

.alert.neutral{
	border-color:#000;
	color:#000;
}
















/*
	Scroller
*****************/



.span-24 > .scroller{
	padding:40px 0;
}

.span-24 > .scroller .title{
	font-size:1.167em;
	font-weight:bold;
	color:#666666;
	border-bottom:1px solid #979797;
	padding:0 0 5px 0;
	text-transform:uppercase;
	margin:0 0 40px 0;
}



.span-24 > .scroller ul li{
	width:220px;
	margin:0 20px 0 0;
}

.span-24 > .scroller ul li{
	width:230px;
	margin:0 10px 0 0;


}

.scrollerProduct{
	margin:0 5px;
	display:block;
}


.scrollerProduct .thumb{
	padding:0 0 20px 0;
		margin:0 0 5px 0;
		border-bottom:1px dotted #c1c1c1;
}

.scrollerProduct .thumb img{
	width:100%;
}




.scrollerProduct .details{
	color:#8f8f8f;
	padding:0 40px 0 0;

}


.scrollerProduct .priceContainer{
	float:right;
	margin: 0 0 0 5px;
}









/*
	Scroller
*****************/

.jcarousel-clip {
	overflow: hidden;
}


.jcarousel-skin .jcarousel-prev,
.jcarousel-skin .jcarousel-next {
	position: absolute;
	width: 25px;
	height: 25px;
	border: 0;
	padding: 0;
	background: url("../images_old/scroller-sprite.png") no-repeat;
	margin:0;
}

.jcarousel-skin .jcarousel-prev[disabled],
.jcarousel-skin .jcarousel-next[disabled] {
	opacity: 0.1;
	cursor: default;
}


.jcarousel-skin .jcarousel-prev-horizontal,
.jcarousel-skin .jcarousel-next-horizontal {
	top: 40%;
}

.jcarousel-skin .jcarousel-prev-horizontal {
	left: -30px;
	background-position: 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal {
	right: -30px;
	background-position: right 0;
}


.jcarousel-skin .jcarousel-prev-vertical,
.jcarousel-skin .jcarousel-next-vertical {
	left: 50%;
	margin-left: -12.5px;
}

.jcarousel-skin .jcarousel-prev-vertical {
	top: -30px;
	background-position: 0 bottom;
}

.jcarousel-skin .jcarousel-next-vertical {
	bottom: -30px;
	background-position: right bottom;
}







.jcarousel-container-vertical{
	margin:30px 0;
}



.jcarousel-container{
	background:#fff;
}





ul.jcarousel-skin{
	background: url("../images_old/spinner.gif") no-repeat center center ;
    display: block;
    height: 100%;
    width: 100%;
	min-width:50px;
	min-height:50px;

}
/* hide loading */
ul.jcarousel-skin li{
	display:none;
}





/*
	Banner Sizes
*****************/

.cms_disp-img_slot .thumb img,
#content .simple_disp-img img{
	width:100%;
	height:auto;
}










.doCheckoutBut{
	margin-right:0;
}





.disp-img{
	clear:both;


}

.disp-img .title{
	display: block;

}

.disp-img .thumb{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

}

/*
	Video
*****************/

.video_card_showcase_carousel {
    overflow: hidden;
    visibility: visible;
    position: relative;
    z-index: 2;
    left: 0;
    width: 560px;
    margin-left: 202px;
    /*height: 315px;*/
}

ul.video_list {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    z-index: 1;
    width: 560px;
    left: 0;
}

ul.video_list li.video_item {
    overflow: hidden;
    float: left;
    width: 560px;
    height: 315px;
}

ul.video_list li.video_item iframe.video{
    width: 560px;
    height: 315px;
}

.video_card_showcase_dots {
    float: right;
    margin-top: 10px;
    overflow: hidden;
}
.video_card_showcase_dots .dot_video_item.active {
    background: #70baf9 none repeat scroll 0 0;
    cursor: default;
}
.video_card_showcase_dots .dot_video_item {
    background: #b2b2b2 none repeat scroll 0 0;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    height: 12px;
    margin-left: 4px;
    width: 12px;
}

/*
	In-basket button
*****************/
.btn:focus {
	color: #fff;
}

.menu_second .dop_menu div.yCmsComponent.last a{
	border-right: 0;
	border-radius: 0 9px 0 0
}

.menu_second .dop_menu div.yCmsComponent.first a{
	border-left: 0;
	border-radius: 9px 0 0 0
}

.prod_presence__cat {
	position: relative;
}

.h-order-wrap-cart {
	font-size: 0;
}

.h-order-wrap-cart #order_success_message {
	position: relative;
	display: inline-block;
	width: 400px;
	height: 101px;
	padding: 25px;
	border-left: 2px solid #6aaadd;
	border-top: 2px solid #6aaadd;
	border-bottom: 2px solid #6aaadd;
	border-radius: 10px 0 0 10px;
	font-size: 14px;
}

.h-order-wrap-cart #order_success_message::after {
	content: '';
	position: absolute;
	top: -2px;
	right: -78px;
	width: 78px;
	height: 155px;
	background: url(../images/arrow.png);
}

.h-order-wrap-cart #promocode-element-container {
	display: inline-block;
	margin-left: 135px;
}

.h-order-wrap-cart #promocode-element-container .promo-head {
	font-size: 19px;
	color: #676767;
}

.h-order-wrap-cart #promocode-element-container .promo-summ {
	font-size: 17px;
	color: #676767;
}

.h-order-wrap-cart #promocode-element-container .promo-order-wrap {
}

.h-order-wrap-cart #promocode-element-container .promo-order-wrap .promo-order {
	display: inline-block;
	width: 220px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #eb8900;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	text-shadow: 0 2px #c55816;
	text-transform: uppercase;
	background: url(../images/bgbut.png);
}

.h-order-wrap-cart #promocode-element-container .promo-order-wrap .promo-order:active {
	background: url(../images/bgbuthover.png);
}

.dm_product_gallery .b-product_label
{
	left: 15px;
	top: 14px
}

.dm_product_gallery .label_action_popup
{
	width: 300px
}

.product_block .dm_product_gallery
{
	background: #fff;
	border: 2px solid #e8e8ea;
	border-bottom: 0;
	border-radius: 9px 9px 0 0;
	position: relative;
	height: 454px
}

.product_block .dm_product_gallery.product_gallery_only
{
	height: 530px;
	border-radius: 9px;
	border: 2px solid #e8e8ea
}

.product_block .dm_product_gallery img
{
	cursor: pointer;
	position: relative;
	z-index: 1
}

.product_block .dm_product_gallery .view
{
	background: url('../images/v/view.png') no-repeat left top;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 22px;
	cursor: pointer}


.product_block .dm_product_gallery .marker
{
	width: 72px;
	height: 73px;
	position: absolute;
	z-index: 2;
	left: -6px;
	top: -6px}


.product_block .dm_product_gallery .m3
{
	background: url('../images/v/angl_all.png') no-repeat -249px top}


.product_block .dm_product_gallery .m0
{
	background: url('../images/v/angl_all.png') no-repeat 3px top}


.product_block .dm_product_gallery .m1
{
	background: url('../images/v/angl_all.png') no-repeat -81px top}


.product_block .dm_product_gallery .m4
{
	background: url('../images/v/angl_all.png') no-repeat -333px top}


.product_block .dm_product_gallery .m2
{
	background: url('../images/v/angl_all.png') no-repeat -165px top}


.product_block .dm_product_gallery .imageContents
{
	background: url("../images/v/pixel.gif") no-repeat 50% 50%;
	width: 483px;
	height: 450px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 9px 9px 0 0}


.product_block .dm_product_gallery.product_gallery_only .imageContents
{
	padding-top: 35px
}

.dm_product_gallery .b-product_label {
	left: 15px;
	top: 14px
}

.dm_product_gallery .b-product_label {
	left: 15px;
	top: 14px
}

.oldpanel-wrap {
	width: 100%;
	height: 47px;
	text-align: center;
	background: #4497c7;
	line-height: 47px;
	position: relative;
	z-index: 1;
}

.oldpanel-wrap .oldpanel-text,
.oldpanel-wrap .oldpanel-link {
	color: #f1faff;
	font-size: 13px;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.oldpanel-wrap .oldpanel-text,
	.oldpanel-wrap .oldpanel-link {
		font-size: 15px;
	}
}

.oldpanel-wrap .oldpanel-link {
	text-decoration: underline;
}

#popup_notice_redirect {
	z-index: 10000;
	color: #fff;
	width: 380px;
	left: 50%;
	margin-left: -190px;
	position: fixed;
	text-align: center;
	font-size: 108px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#popup_notice_redirect .popup_notice_redirect_padding {
	padding: 55px 10px 20px
}

.btn_redirect{
	margin-top: 30px;
	cursor: pointer;
}
.caption .product_action{
	height: auto;
}
.caption .product_action a{
	text-align: center;
}

.no-info-block {
	text-align: center;
	padding-top: 100px;
}

.no-info-block h3{
	text-transform: none !important;
}

.no-info-block span.h2-blue{
	cursor: pointer;
	margin-top: 20px;
	display: block;
}
