/* CSS Document */
main {
	overflow: hidden;
}
h1 {
	text-transform: capitalize;
}
div#introTxt span.price {
	display: block;
	font-size: 22px;
	margin-bottom: 12px;
	color: #000;
}
div.text {
	float: left;
	width: calc(100% - 170px);
}
div#images {
	overflow: hidden;
	text-align: center;
	max-width: 1160px;
	margin: 0 auto;
}
div.frame {
	width:calc(100% / 3 - 20px) ;
	overflow:hidden;
	background:#9e9fa1;
	float:left;
	text-align:center;
	margin:10px;
	text-decoration:none !important;
	border-radius:14px;
}
div.frame div.frameInner {
	margin: 10px;
}
div.frame div.frameInner a img {
	height: auto;
	width: 100%;
	margin: auto;
	display: block;
}
div.frame span.type {
	font-weight: bold;
	margin: 12px 0 0 0;
	background: #FFF;
	color: #000;
	padding: 10px;
	font-size: 18px;
	line-height: 24px;
}
div#cartInfo {
    max-width: 1140px;
    margin: 0 auto;
}
fieldset#fsCartAdd {
	border:1px solid #9e9fa1;
	border-radius:14px;
	padding:6px 8px 10px 8px;
	background:#d4d4d4;
	text-align:center;
	
}
fieldset#fsCartAdd legend {
	display:none;
}
fieldset#fsCartAdd span {
	display:block;
	font-weight:bold;
	font-size:18px;
	margin:4px 0px;
}
fieldset#fsCartAdd label {
	display:inline-block;
	font-size:18px;
}
fieldset#fsCartAdd div.input-row select {
	font-size:18px;
}
a#back {
	float: right;
	display: inline-block;
	margin-left: 10px;
	font-size: 18px;
	padding: 0px 50px 0px 6px;
	border: 6px solid #77825e;
	text-decoration: none;
	background: #77825e url(../../images/structure/manicule-2-reverse.png) no-repeat right center;
}
a#back:hover {
	background-color: #c1bebd;
	border: 6px solid #c1bebd;
}
div#enquiry {
	background:#f9f9f9;
	padding: 20px;
	overflow: hidden;
	border-radius:14px;
	max-width: 1100px;
	min-width:280px;
	margin: 0 auto 18px auto;
}
div#fields {
	float: left;
	width: 240px;
	margin-bottom: 12px;
}
div#msg {
	float: left;
	width: calc(100% - 250px);
}
div.action-row {
	clear: both;
}
DIV.input-row textarea {
	min-width: 200px;
	width: 100%;
	max-width: 100%;
}
div.type {
	display: block;
	margin: 12px 0px;
}
div.type span {
	font-weight: bold;
	background: #FFF;
	color: #000;
	padding: 10px;
	font-size: 18px;
	line-height: 24px;
	-webkit-box-shadow: 10px 10px 14px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 14px -15px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 14px -15px rgba(0,0,0,0.75);
}

@media only screen and (max-width : 640px) {
div.frame {
	width: calc(100% / 2 - 20px);
}
div#fields, div#msg {
	float: none;
	width: 100%;
}
}

@media only screen and (max-width : 450px) {
div.frame {
	width: calc(100% - 20px);
}
div.text {
	float: none;
	width: auto;
}
a#back {
	float: none;
	margin: 0px auto;
}
}
