#inner-page {
  /*background: #ffffff url('http://i1.ooshirts.com/images/bg-inner-page.jpg') 0 0 repeat-x;*/
}

#inner-page #page-header {
  border-bottom: 1px solid #d4d7d9;
  background-color: #ffffff;
}

.breadcrumb {
  margin: 0 20px 36px 20px;
  padding: 14px 0 12px;
  border-bottom: 1px solid #e8e8e8;
  color: #8a8b8c;
}
.breadcrumb li {
  float: left;
  position: relative;
  padding: 0 18px;
  font-size: 13px;
}
.breadcrumb li.first {
  padding-left: 0;
}
.breadcrumb .separator {
  position: absolute;
  top: 5px;
  right: -3px;
  display: block;
  width: 3px;
  height: 5px;
  background: transparent url('../png/small-arrow.png') no-repeat;
}

#sidebar {
  width: 168px;
  margin-left: 20px;
  float: left;
}
#sidebar .box {
  padding: 15px 5px 15px 20px;
}
#sidebar .box.coloured {
  border: 1px solid #eeeeee;
  background-color: #fbfdfd;
  -webkit-box-shadow: inset 0 0 0 1px white, 0 0 3px rgba(0, 0, 0, .05);
     -moz-box-shadow: inset 0 0 0 1px white, 0 0 3px rgba(0, 0, 0, .02);
          box-shadow: inset 0 0 0 1px white, 0 0 3px rgba(0, 0, 0, .02);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#sidebar h4 {
  font-size: 14px;
  line-height: 28px;
  color: #5b6f82;
  font-weight: bold;
}
#sidebar .nav-links > li {
  padding: 4px 0;
}
#sidebar .nav-links > li > a,
#sidebar .expandable span,
#sidebar .collapsable span {
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  cursor: pointer;
}
#sidebar .expandable span,
#sidebar .collapsable span {
  color: #a1a7ab;
}
.subnav-links {
  padding-top: 155px;
}
#sidebar .subnav-links > li > a {
  font-size: 13px;
  line-height:17px;
}

#page-content-wrapper {
  width: 770px;
  padding-left: 40px;
  display:inline-block;
}
#page-content-wrapper h1 {
  font-family: 'MuseoSlab500Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  color: #5b6f82;
  font-weight:normal;
}
#page-content-wrapper h1 span {
  font-family: "MuseoSlab500Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-left: 10px;
  line-height: 16px;
  color: #8b9aa7;
}

.product-list-item {
  height:366px;
  float: left;
  overflow: hidden;
  width: 225px;
  border: 1px solid #eeeeee;
  margin: 15px;
  text-align: center;
  vertical-align: top;
  padding-bottom:10px;
  background-color:#f6f8f7;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.product-list-item:hover {
  border-color: #afd4f0;
  -webkit-box-shadow: 0 0 5px #bcdaf3;
     -moz-box-shadow: 0 0 3px #bcdaf3;
          box-shadow: 0 0 3px #bcdaf3;
}
.product-list-item:hover .price {
}

.product-list-item .details {
  min-height: 320px;
  font-family: Helvetica, Arial, sans-serif;
}
.product-list-item .image {
  margin:0 0 10px 0;
  width:100%;
}
.product-list-item .title {
  font-family: "MuseoSlab500Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  padding: 0;
  color: #1f9bdf;
}
.product-list-item .title:hover {
  text-decoration:underline;
  cursor: pointer;
}

.product-list-item .description {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 8px;
  padding: 0 15px;
  color: #848789;
}
.product-list-item .price {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 8px;
  padding: 0 15px;
  color: #bbbbbb;
}

.product-list li.first {
  margin-left: 0;
}

.product-list-item a {
  text-decoration: none;
}

#footer-note {
  font-family: "MuseoSlab500Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 25px;
  padding: 30px 0;
  margin-top: 55px;
  margin-bottom: 50px;
  color: #848789;
}

#footer-wrapper {
  border-top: 1px solid #d4d7d9;
}


#colorcontainer{
	float:left; 
	width:60%;
	margin:0 0 0 20px;
	border:1px solid #eee;
	padding:0 0 15px 10px;
	}
.colorswatch{
	float:left;
	width:22px;
	height:22px;
	margin-right:5px;
	border:1px solid #eee;
}
.colorbox{
	float:left;
	width:150px;
	height:24px;
	padding:2px 0 2px 3px;
	font-size:13px;
	text-decoration:underline;
	color:#6F6C7B;
	line-height:22px;
	overflow:hidden;
}
.colorbox:hover{
	background-color:#f2f2f2;
	cursor:pointer;
	color:#111;
}
#product-image{
	float:left;
	border:1px solid #eee;
	width:33%;
	}
#product-image a{
	color:#888;
	}

#product-details{
	padding-bottom:70px;
	color:#777;
	font-size:13px;
	line-height:15px;
	float:left;
	width:45%;
	margin-right:25px;
	}
#product-details a{
	color:#888;
	}
#product-details div{
	clear:both;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#828289;
	line-height:17px;
	margin-top: 8px;
	}
#product-details div u{
	font-size:14px;
	}

#product-reviews{
	float:left;
	width:45%;
	}
#product-reviews div{
	font-family:Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#828289;
	line-height:17px;
	margin-top: 15px;
	}


@media screen and (max-width: 1000px) {
	#sidebar{
		display:none;
	}
	#page-content-wrapper{
		width:97%;
		padding:0 20px;
		}
	.product-list-item{
		width:27%;
		}
}

@media screen and (max-width: 600px){
	.product-list-item{
		width:45%;
		margin:0 5px 10px 0;
		}
	}

@media screen and (max-width: 550px){
	
	#product-image{
		width:95%;
		}
	#colorcontainer{
		width:95%;
		border-top:none;
		margin:0;
		}
	#breadcrumb-wrapper{
		display:none;
		}
	#page-content-wrapper{
		padding-top:20px;
		}
	}


/* IE 6 */
.lt-ie7 #sidebar{
	margin-left:10px;
	}
.lt-ie7 #page-content-wrapper{
	margin-left:220px;
	}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0}
.clearfix { display: inline-block }
/* start commented backslash hack \*/
* html .clearfix {height: 1%}
.clearfix {display: block}
/* close commented backslash hack */