#product_left {
  width: 338px;
  float: left;
}

h1.large_brand {
  font-size: 33px;
  margin: 0;
  padding: 5px 0 0 0;
}

h1.large_brand img {
  padding: 0;
}

#product_title {
  width: 555px;
}

#product_title .title {
  width: 380px;
  height: 22px;
  overflow: hidden;
  float: left;
}

.related {
  padding-top: 20px;
}

#product_title h2, .related h2 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 26px;
  height: 22px;
  border: solid;
  border-color: #f35d5f;
  border-width: 0 0 3px 0;
  margin: 0 0 5px 0;
}

#sold_out_colors .title {
  font-size: 13px;
  font-weight: bold;
  color: #f35d5f;
  padding: 4px;
  border: dashed;
  border-color: #ccc;
  border-width: 1px 1px 0 1px;
}

#sold_out_colors .content {
  border: solid;
  border-color: #ccc;
  border-width: 1px;
}

#sold_out_colors .content img {
  width: 50px;
  height: 50px;
}

#sold_out_colors .color {
  font-size: 11px;
  text-align: center;
}

#product_title h2 #price {
  float: right;
}

#buy {
  float: left;
  width: 213px;
  padding: 5px 0 0 9px;
}

h2 {
  font-size: 20px;
}

#grey_sides {
  margin-top: 5px;
}

#thumbs {
  padding: 2px 0;
}

#thumbs .thumb {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 5px;
  padding: 2px 1px 1px 1px;
  overflow: hidden;
  border: solid;
  border-color: #BFBFBF;
  border-width: 1px;
}

#thumbs .thumb.selected, #thumbs .thumb:hover {
  border-color: #f35d4f;
}

#thumbs .thumb img {
  width: 25px;
  height: 25px;
}

.clothing_product_image_container {
	padding-top: 10px;
	position: relative;
	padding-right: 40px;
	text-align: center;
}

.clothing_product_image_container #thumb_picker {
	clear: both;
	position: relative;
	width: 345px;
	height: 52px;
	padding: 10px 0;
}

.clothing_product_image_container #thumb_picker #thumbs {
	float: right;
}

.clothing_product_image_container .thumb {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 5px;
}

.clothing_product_text {
	padding-top: 10px;
	text-align: left;
	width: 366px;
	float: left;
}

.clothing_product_text .blue_button {
	float: none;
	text-align: left;
}

.clothing_product_text h1 {
	font-size: 20px;
}

.description {
	font-style: italic;
}

.on_sale_price {
  color: #D33D4F;
  text-decoration: line-through; 
  font-size: 11px; 
  padding-right: 2px;
}

.price {
	color: #6F9BE2;
}

#price {
	color: #6F9BE2;
}

#main_img {
  width: 327px;
  height: 327px;
  padding: 5px;
  border: solid;
  border-color: #BFBFBF;
  border-width: 1px;
}

.clothing_product_text .price {
	padding: 10px 0;
}

#views {
	width: 38px;
	height: 14px;
}

/* neighbors */
#neighbors {
  width: 120px;
  padding-left: 10px;
  text-align: center;
  color: #ccc;
	text-transform: uppercase;	
	font-size: 10px;
	line-height: 10px;
}

#neighbors .neighbor img {
  height: 40px;
  width: 40px;
}

#neighbors .neighbor.prev {
  float: left; 
  padding-right: 12px; 
  border: solid; 
  border-color: #ccc; 
  border-width: 0 1px 0 0;
}

#neighbors .neighbor.next {
  float: left; 
  padding-left: 11px;
}

#neighbors .icons {
  clear: both;
  padding: 5px 0 0 0px; 
  text-align: left;
}

#neighbors #back img, #neighbors #next img {
  width: 39px;
  height: 12px;
}

#neighbors #next {
  padding: 0 0 0 22px;
}

#neighbors a {
	color: #d33d4f;
	font-size: 10px;
	font-weight: bold;
}

/* more info and description */
#more_info {
  padding: 10px 0 0 0;
}

#more_info .left {
	width: 200px;
	text-align: center;
	float: left;
}

#more_info .left img {
	width: 150px;
	height: 150px;
}

#more_info .right {
	float: left;
	width: 370px;
}

#more_info #description {
  /*background: #fffff9;*/
	padding: 5px;
	margin: 0 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: dashed 1px #ccc;
}

#more_info #description img {
  width: 134px;
  height: 21px;
  display: block;
}

/* buy product */
.buy_product {
  float: left;
  border: solid;
  border-color: #BFBFBF;
  border-width: 1px;
  width: 100px;
  height: 245px;
  margin: 0px 8px 8px 0;
  text-align: center;
  overflow: hidden;
}

.buy_product img.inventory_image {
  width: 80px;
  height: 80px;
}

.buy_product .inner {
  padding: 3px 8px 5px 8px;
  text-align: left;
}

.buy_product .color_name {
  color: black;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  height: 12px;
  overflow: hidden;
  padding: 1px 0 0 0;
  font-weight: bold;
}

.buy_product.last {
  margin-right: 0;
}

.buy_product .cp_select {
  padding: 8px 0;
}

.buy_product .cp_select img.size {
  width: 31px;
  height: 12px;
}

.buy_product .cp_select img.quantity {
  width: 71px;
  height: 14px;
}

.buy_product .inventory_select {
  width: 86px;
  z-index: 1;
}

.in_store_only {
  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  font-size: 12px;
  line-height: 13px;
  color: #f35d5f;
}

.sold_out {
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding-top: 50px;
  font-size: 14px;
  line-height: 16px;
  color: #f35d5f;
}

#shop_img {
  width: 29px;
  height: 15px;
}