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

body{
	margin:0 auto;
	padding:0;
	color:#777;
	background:#996;
	font-family:Verdana, Geneva, sans-serif;
}

.content{margin:0 auto;padding:16px 0; background:#fff; width:800px;border:1px solid #663; border-width:0 1px;}
.shirts{width:95%;margin:0 auto;margin-bottom:16px;}
.item{display:block; float:left; width:230px;font-size:12px; border-right:5px solid #996; padding-right:20px; margin:6px 6px 6px 15px; text-align:center;}
.item strong{text-transform:uppercase; letter-spacing:-1px;}

.item1{display:block; float:left; width:230px;font-size:12px;margin:6px 0 6px 6px;text-align:center;}
.item1 strong{text-transform:uppercase; letter-spacing:-1px;}
.section1{margin:16px 0; background:#D9D7B0;border:1px solid #996; border-width:1px 0;}

p{padding:0 16px; margin-bottom:16px;}

i{font-size:12px;}

.fb-share-button{float:right;padding-right:16px;}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
  .content{margin:0 auto;padding:16px 0; background:#fff; width:100%;}
  .item, .item1 {float:none;display:block;font-size:12px; border:solid #996; border-width:0 0 5px 0; padding:0 0 12px 0; margin:6px auto; text-align:center;width:100%;}
  .item img{width:177px;}
  .fb-share-button{float:none; margin:0 auto;}
  
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
  .content{margin:0 auto;padding:16px 0; background:#fff; width:100%;}
  .item, .item1 {float:none;display:block;font-size:12px; border:solid #996; border-width:0 0 5px 0; padding:0 0 12px 0; margin:6px auto; text-align:center;width:100%;}
  .item img, .item1 img{width:177px;float:left;}
  .fb-share-button{float:none; margin:0 auto;}
  

}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  .content{margin:0 auto;padding:16px 0; background:#fff; width:100%;}
  .item {width:90%;}
  .fb-share-button{float:none; margin:0 auto;}

}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
 .content{margin:0 auto;padding:16px 0; background:#fff; width:100%;}
 .item {width:90%;}
 .fb-share-button{float:none; margin:0 auto;}
 
}
