@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
	alignment-adjust: middle;
}
/* IE 6 不支持最大宽度，因此默认为 100% 宽度 */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 流体网格属性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	灵感来自于 Ethan Marcotte 的“具有响应的 Web 设计” 
	http://www.alistapart.com/articles/responsive-web-design
	
	和 Joni Korpi 的“黄金网格系统”
	http://goldengridsystem.com/
*/

/* 移动设备布局: 480px 及更低。 */

.gridContainer {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background: #FFDAFC;
	padding-left: 2%;
	padding-right: 2%;	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	height: auto;

}
#SideBar{
    width: 30%;
	text-align: right;
	margin-right: 10px;
	float: right;
}
#Delivery{
	width: 50%;	    
}
.HairAccessoriesHeader{
	    width: 96%;
		text-align: center;
	    font-weight: bold;
		margin-top: 20PX;
	    font-family: Arial, Helvetica, sans-serif;
	    display: inline-block;
}
	.Hair_Accessories{
		width: 98%;
		height: auto;
		background: #FFDAFC;
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
		display: flex;
		flex-direction: row;
		flex-flow: wrap;
		justify-content: space-around;
	}
.box {
	width:44%;
	height: auto;
	background: white;
	margin: 10px;
	color: #C09;
	text-align: center;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.ContactBottom{
	width: 98%;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding-top: 5px;
	background-color: darkgray;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */

/*@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}*/

/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	height: 78px;
	max-width: 940px;
	margin: auto;
	font-weight: normal;
	color: #C09;
	text-decoration: underline;
	background-color: #FFDAFC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1.2%;
	padding-right: 0.9%;
	padding-bottom: 0.9%;
	padding-left: 0.9%;
	border: medium none #C09;
	text-align: right;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-around;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 34%;
	display: block;
	}
#SideBar{
    width: 24%;
	text-align: center;
	
}
#Wig{
	height: 22px;
	margin-top: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
#Hair Extensions {
	height: 16px;
	text-align: center;
	font-size: 16px;
}
#Accessories {
	height: 16px;
	margin-top: 6px;
	text-align:center;
	font-size: 16px;
}
#Delivery{
	width: 18%;
	float: right;    
}
	.HairAccessoriesHeader{
		text-align: center;
	    font-weight: bold;
		margin-top: 20PX;
	    font-family: Arial, Helvetica, sans-serif;
	}
	.Hair_Accessories{
		width: 100%;
		height: auto;
		background: #FFDAFC;
		margin-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
		display: flex;
		flex-direction: row;
		flex-flow: wrap;
		justify-content: space-around;
	}	
	.box{
		width:20%;
		height: 314px;
		background: white;
		margin: 20px;
		box-sizing: 50px;
		color: #C09;
		text-align: center;
		padding-top: 10px;
	}
.ContactBottom{
	width: 100%;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding-top: 5px;
	background-color: darkgray;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
}