* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body{
    height: 100%;
    margin: 0 20px;
	position: relative;
	background: #EFEFEF;
	font-family: Arial, sans-serif;
}
#wrapper{
	margin: 25px auto;
	padding: 20px;
	width: 900px;
	background: #fff;
	-webkit-box-shadow:  0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow:  0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #eee;
}

*, a, input, textarea, button, .btn, .pagehead actionmenu {
    text-decoration: none;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
a{
	text-decoration: none;
}
a:link, a:visited{
	color: #993366;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
	color: #222;
}
a i{
    cursor: pointer;
}
a img {
    border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4 ,h5{
	font-weight: 400;
}

h2 {
	margin: 0;
	padding: 14px 0 20px 0;
	font-size: 2.4em;
	color: #993366;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #EEE;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix{
	clear: both;
}
.pimage{
	display: block;
	overflow: hidden;
	width: 125px;
	height: 125px;
	border: 1px solid #EEE;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
fieldset{
	text-shadow: 1px 1px 0 #FFFFFF;
	margin: 5px 0;
}
fieldset h3{
	font-size: 1.3em;
	margin: 0;
	padding: 5px 0 10px 0;
	color: #AAA;
	font-weight: normal;
	font-style: normal;
}
fieldset p{
	margin: 0;
	font-size: 0.9em;
}
.ptxt {
	margin-left: 10px;
	padding-left: 20px;
	width: 690px;
}
.price{
	font-size: 2.1em;
	display: block;
	padding: 0 0 7px 0;
	margin: 0;
	color: #993366;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.price span{
	font-size: 0.5em;
}
.sizerow{
	padding-top: 10px;
	display: block;
	border-top: 1px solid #FFF;
}
#address label{
	font-size: 1em;
}
label.lw1{
	width: 65px;
	display: block;
	float: left;
}
#address p{
	padding: 3px 0;
}

