/* ----------------------------------------------
	only shared layout info under shop dirs
	- page titles
	- layout
	- .greeting
	- #shop *
------------------------------------------------- */

/* ==============================================
	page titles
================================================= */

#index{ background-image: url(../../images/ordering_h1.png);}
#shirts{ background-image: url(../../images/shirts_h1.png);}
#pattern{ background-image: url(../../images/pattern_h1.png);}
#bespoke{ background-image: url(../../images/bespoke_h1.png);}
#prices{ background-image: url(../../images/prices_h1.png)}
#smalls{ background-image: url(../../images/smalls_h1.png);}
#access{ background-image: url(../../images/access_h1.png);}

/* ==============================================
	layout
================================================= */

.shop{
	padding: 0 34px;
}
.bottom{
	font-size: 80%;
	text-align: right;
}

/* layout 1:1 */
.layout11R,.layout11L{
}
.layout11L{
	background: url(../../../control/images/separator_vertical.png) no-repeat right center;
	display: inline-block;
	vertical-align: top;
	width: 360px;
	padding-right: 34px;
}
.layout11R{
	display: inline-block;
	vertical-align: top;
	width: 361px;
	padding-left: 34px;
}
	/* ie67 ------------- */
	* html .layout11L,
	* html .layout11R{ display: inline; width: 395px}
	*:first-child+html .layout11L,
	*:first-child+html .layout11R{ display: inline;}
	/* ------------------ */

/* ==============================================
	.greeting
================================================= */

.greeting{
	font-size: 80%;
}
.greeting h1{
	height: 40px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 1.5em 0 0;
}
.greeting h1 a{
	display: block;
	padding-top: 40px;
}
.greeting .img{
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	padding: 14px 0;
}
.greeting .img img{
	border: solid 1px #aaa;
}
.greeting .mes{
	width: 270px;
	display: inline-block;
	vertical-align: top;
	padding: 0 29px;
}
.greeting .nav{
	width: 258px;
	background: url(../images/nav_bottom.png) no-repeat center bottom;
	display: inline-block;
	vertical-align: middle;
}
.greeting .nav ul{
	background: url(../images/nav_top.png) no-repeat center top;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
.greeting .nav ul ul{
	background: none;
	padding: 0;
}
.greeting .nav li{
	border-bottom: solid 1px #999;
	padding-top: 3px;
	padding-left: 3px;	
}
.greeting .nav li li{
	margin-left: 2em;
	border-top: dotted 1px #999;
	border-bottom: none;
	border-left: dotted 1px #999;
	padding-left: 5px;
}
.greeting .nav li.end{
	border: none;
}
	/* ie67 ------------- */
	* html .greeting .img{ display: inline;}
	* html .greeting .mes{ display: inline; width: 328px}
	* html .greeting .nav{ display: inline;}
	*:first-child+html .greeting .img{ display: inline;}
	*:first-child+html .greeting .mes{ display: inline;}
	*:first-child+html .greeting .nav{ display: inline;}
	/* ------------------ */


/* ==============================================
	.shop *
================================================= */

.shop h2{
	font: 100%/1 serif;
	background: url(../../../control/images/hn_line_red.png) no-repeat 0 bottom;
	padding-bottom: 5px;
}
.shop h3{
	font-size: 90%;
	background: url(../../../control/images/hn_mk_blue.png) no-repeat 0 center;
	padding-left: 20px;
	border-bottom: dotted 1px #363;
}
.shop h3.hasTopMargin{
	margin-top: 2em;
}
.shop h4{
	font-size: 80%;
}
.shop p{
	font-size: 80%;
	line-height: 1.5;
}
.shop table{
	font-size: 80%;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
.shop table caption{
	font-weight: bold;
}
.shop table th,
.shop table td{
	padding: 3px;
}
.shop dl{}
.shop dt{
	font-size: 80%;
	font-weight: bold;
	margin: 0.7em 0;
}
.shop dd{
	margin: 0.5em 0 0.5em 0.5em;
}
.shop ul{
	font-size: 80%;
	list-style-type: none;
	margin: 0.7em 0;
	padding: 0;
}
.shop li{
	line-height: 1.5;
	background: url(../../../control/images/list_bg_blue.png) no-repeat 0 0.5em;
	padding-left: 15px;
}