@charset "utf-8";
/* CSS Document */

/* Font Sizes */

.ten {
	font-size: 10px;
}
.eleven {
	font-size: 11px;
}
.twelve {
	font-size: 12px;
}
.thirteen {
	font-size: 13px;
}
.fourteen {
	font-size: 14px;
}
.fifteen {
	font-size: 15px;
}
.sixteen {
	font-size: 16px;
}
.seventeen {
	font-size: 17px;
}
.eighteen {
	font-size: 18px;
}
.nineteen {
	font-size: 19px;
}
.twenty {
	font-size: 20px;
}

/* Font Colours */

.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.gray {
	color: #464646;
}
.purple {
	color: #e181af;
}
.red {
	color: #ff0000;
}

/* Font Style & Weight */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.strikeout {
	text-decoration: line-through;
}

/* Hovers */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.u2n {
	text-decoration: underline;
}
.u2n:hover {
	text-decoration: none;
}

/* Headings */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #e181af;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #e181af;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #e181af;
}

/* Form Fields */

.inputbox25 {
	width: 25px;
	background-color: #FFFFFF;
	color: #464646;
	font-size: 12px;
	padding-left: 5px;
	border: #464646 solid 1px;
}
.inputbox75 {
	width: 75px;
	background-color: #FFFFFF;
	color: #464646;
	font-size: 12px;
	padding-left: 5px;
	border: #464646 solid 1px;
}
.inputbox150 {
	width: 150px;
	background-color: #FFFFFF;
	color: #464646;
	font-size: 12px;
	padding-left: 5px;
	border: #464646 solid 1px;
}
.inputbox300 {
	width: 300px;
	background-color: #FFFFFF;
	color: #464646;
	font-size: 12px;
	padding-left: 5px;
	border: #464646 solid 1px;
}

/* Top Nav */

.top {
	background: url(../images/top-spring.png) no-repeat center;
	border-bottom: #e181af solid 4px;
}
.mainnav {
	width: 100%;
	line-height: 39px;
	background: #e181af;
}
.mainnav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.mainnav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mainnav ul li {
	display: inline;
}
.mainnav ul li a {
	color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.mainnav ul li a:hover, .mainnav ul li a.selected {
	color: #351622;
}

/* Left Nav */

.title {
	color: #FFFFFF;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	padding-left: 5px;
	background: #e181af;
}

.body {
	background: #fcf9fb;
}

.container {
	background: #fcf9fb;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.menu_list {	
	width: 176px;
}
.menu_none {
	line-height: 24px;
	padding-left: 10px;
	color: #464646;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #f5dbe8;
}
.menu_none a {
	text-decoration: none;
	color: #464646;
	display:block;
}
.menu_none a:hover {
	text-decoration: none;
	color: #055a9b;
}
.menu_head {
	line-height: 24px;
	padding-left: 10px;
	position: relative;
	margin:1px;
	color: #464646;
	font-size: 13px;
	font-weight: bold;
    background: #fcf9fb url(../images/left.png) center right no-repeat;
	border-bottom: 1px solid #f5dbe8;
}

.menu_head a {
	text-decoration: none;
	color: #464646;
	display:block;
}
.menu_head a:hover {
	text-decoration: none;
	color: #464646;
}

.menu_body {
	display:none;
	line-height: 24px;
	font-size: 13px;
}
.menu_body a{
  display:block;
  color:#464646;
  background-color:#fcf9fb;
  padding-left:25px;
  text-decoration:none;
  border-bottom: 1px solid #f5dbe8;
  background: url(../images/bullet.png);
}
.menu_body a:hover{
  color: #464646;
  text-decoration:underline;
 }
 
/* Breadcrumbs */

.breadcrumbs {
	font-size: 12px;
	color: #e181af;
	height: 30px;
	line-height: 30px;
	border-bottom: #e1e1e1 solid 1px;
}
.breadcrumbs a {
	color: #464646;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}

/* Buttons */

.btn70 {
	width: 70px;
	height: 20px;
	background: #e181af;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.btn100 {
	width: 100px;
	height: 25px;
	background: #e181af;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.btn150 {
	width: 150px;
	height: 25px;
	background: #e181af;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.btn200 {
	width: 200px;
	height: 25px;
	background: #e181af;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

/* Checkout Steps */

.checkoutsteps {
	font-size: 18px;
	color: #464646;
	height: 30px;
	line-height: 30px;
	border-bottom: #e1e1e1 solid 1px;
}
