@charset "UTF-8";
/* CSS Document */

#toppageContents {
	margin-top:45px;
}
#thisWeek {
	margin:0 -7px;
	padding-top:30px;
}
.thisWeekItem ul {
	width:228px;
	float:left;
	margin:0 7px 20px 7px;
	position: relative;
}

.thisWeekItem ul li.itemImage {
	position:relative;
	cursor:pointer;
	background:#000;
	height:
}
.thisWeekItem ul li.itemImage span {
	display:block;
	overflow:hidden;
	height:171px;
}
.thisWeekItem ul li.itemImage .rec {
	position:absolute;
	top:7px;
	right:-3px;
}
.thisWeekItem ul li.itemName {
	padding:4px 10px;
	background:#3B3F47;
	font-size:14px;
	cursor:pointer;
}
.thisWeekItem ul li.itemName a {
	border-left:#D4145A 2px solid;
	padding-left:6px;
	color:#FFF;
}
.thisWeekItem ul li.itemCode {
	padding-top:.5em;
}
.thisWeekItem ul li.itemPrice {
}
.thisWeekItem ul li.itemLink {
	border-top:#999 1px dotted;
	padding-top:.75em;
	margin-top:.5em;
}
.thisWeekItem ul li.itemLink a {
	color:#D4145A;
	text-decoration:underline;
	display:inline-block;
}
#sort {
	margin-top:30px;
	position:relative;
	height:33px;
	margin-bottom:20px;
}
#sort p {
	display:none;
}
#sort p a {
	position:absolute;
	display:block;
}
#sort .search {
	display:none;
}
#sort #showall {
	left:362px;
	top:0;
	width:95px;
	height:33px;
	background-image:url(../images/tools/all.png);
	background-repeat:no-repeat;
	cursor: default;
}
#sort #showall.on {
	background-position:0 0;
}
#sort #showall.off:hover {
	background-position:0 -33px;
}
#sort #showall.off:hover {
	background-position:bottom;
}
#sort #showall.off {
	background-position:0 -33px;
	cursor:pointer;
}
#sort #categorySort {
	left:480px;
	top:0;
	width:148px;
	height:33px;
	cursor:pointer;
	background-image:url(../images/tools/categorysort.png);
	background-repeat:no-repeat;
}
#sort #categorySort.off {
	background-position:top;
}
#sort #categorySort.on {
	background-position:0 -33px;
}
#sort #categorySort.hover {
	background-position:0 -66px;
}
#sort #categorySort.current {
	background-position:bottom;
}
#sort .listContainer {
	display:none;
	width:920px;
	padding:20px;
	position:absolute;
	z-index:1000;
	top:33px;
	background:#0E121C;
	border-top:#D4145A 2px solid;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#sort .listContainer li {
	color:#FFF;
}
#sort ol li {
	list-style:none;
	cursor:pointer;
}
#moreBtn {
	display:none;
}
#products {
	min-height:100px;
	margin-right:-20px;
}
#products h4 {
	display:none;
	margin-bottom:15px;
	padding-left:12px;
	border-left:#D82C6B 2px solid;
	font-size:17px;
}
#products div {
	display:none;
	float:left;
	width:446px;
	margin-bottom:15px;
	margin-right:20px;
	padding:12px;
	background:#FFF;
	overflow:hidden;
	cursor:pointer;
}
#products div p {
	position:relative;
	margin-right:20px;
	width:117px;
	height:87px;
	overflow:hidden;
	float:left;
	text-align:center;
	background:#F2F2F2;
}
#products div p .new {
	position:absolute;
	right:-3px;
	top:4px;
}
#products div ul li.name a {
	color:#D4145A;
}
#info {
	margin-top:45px;
}
#lean_overlay {
    background: none repeat scroll 0 0 transparent;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 995;
}
#loader {
	display:block;
	margin-bottom:40px;
	text-align:center;
}
#infoText {
	padding:25px 0 45px;
}
#infoText dl {
	overflow:hidden;
	font-size:12px;
}
#infoText dl dt {
	clear:left;
	float:left;
	width:8em;
	padding:.5em 0;
}
/*#infoText dl dt a {
	color:#D4145A;
}*/
#infoText dl dd {
	padding:.5em 0 .5em 8em;
	border-bottom:#CCC 1px dotted;
}
#infoText dl dd.deco {
	text-decoration:underline;
}
#infoText dl.hover {
	background:#FBEEEE;
	cursor:pointer;
}

.search #searchText {
	right:0;
	top:4px;
}
.search #searchBtn {
	right:6px;
	top:10px;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}