
html {
	
}

*{
	padding:0;
	margin:0;
	font-weight:lighter;
	color:#666;
}

body {
	color: #000;
	text-align: left;
	font-size: 12px;
	margin:0;
	padding:0;
}

a{
	font-weight:inherit;
	color:inherit;
}
ul{
	list-style-type:none;
}

#content{
	float:left;
	width:100%;
	margin-bottom:15px;
}
#page{
	width:100%;
	padding:0;
	margin:0 auto;
}
#header_above{
	background-color:#000;
	color:#999;
	font-weight:500;
	font-size:11px;
	float:left;
	width:100%;
}
#header_above .selected{
	color:#fff;
}
#header_above ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#header_above li{
	margin-right:20px;
	float:left;
	line-height:30px;
	text-transform:uppercase;
}
#header{
	border-top:4px solid #003395;
	border-bottom:4px solid #003395;
}
#header_top ul{
	font-size:12px;
	list-style-type:none;
	float:right;
}
#header_top li{
	float:left;
	padding:10px;
	font-weight:600;
	color:#808080;
}
#header_top .selected{
	background-color:#003395;
	color:#fff;
    border-radius: 0 0 5px 5px;
    font-weight:400;
}
.site_cont{
	width:940px;
	margin:auto;
	float:none;
	margin-bottom:30px;
}
.site_cont.breadcr ul{
	padding:12px 0;
}

.rounded_border{
	border-radius:5px;
}
.bottom_txt{
	width:100%;
	text-align:center;
	margin-top:40px;
	font-style:italic;
}
.bottom_txt a{
	font-style:normal;
	font-weight:bold;
	margin-left:10px;
}



button{
	cursor:pointer;
}


.strong{
	font-weight:bold;
	
}





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

.stars{
	background:url("../images/stars.png") repeat-x left center  #cccccc;
	display:block;
	height:14px;
	float:left;
	color: transparent;
}



/*
	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;
	width: 95px;
}
/*


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



.alert{
	padding:12px;
	border:1px solid;
	margin:0 auto 20px;
	width:914px;
	text-align:center;

}

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

.alert.negative{
	border-color:#d02b25;
	background-color:#ffeeee;
	color:#c90400;

}

.sessionExpire{
	padding:5px;
	border:1px solid;
	margin:0 auto -47px;
	width:300px;
	text-align:center;
	font-weight: bold;
}

.sessionExpire.negative{
	border-color:#d02b25;
	background-color:#ffeeee;
	color:#c90400;

}

.sessionExpire.negative.blockdisplay{
	display: none;
}

.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/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/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 {
	width:100%;
	height:auto;
}

.crossselling .simple_disp-img img {
	height:auto;
	float:right;
}

.doCheckoutBut{
	margin-right:0;
}

/***** FONTS *****/

.blue_font{
	color:#003395;
}
button.blue_font{
	background:none;
	border:none;
	float:right;
	margin:0;
	padding:0;
}
.light_font{
	font-weight:lighter;
}
/********** CALENDAR **********/
.calendar input{
	border:none !important;
	color:#003395;
	font-weight:bold;
	background: url("../images/calendar.png") no-repeat scroll left center transparent;
	padding: 6px 0 0 30px !important;
	cursor:pointer;
}
@media screen and (max-width: 996px) {
	.page-searchEmpty #page { 
		overflow-x: scroll;
	}
	.page-searchEmpty #footer_bottom {
		display:inline-block;
		background-color: #4e4e4e;
	}
	.page-search #page {
		overflow-x: scroll;
		display:inline-table;
	}
	.page-utasHomepage #page {
		overflow-x: scroll;
		display:inline-table;
	}
}