/* @override 
	http://www.wish3s.com.au/css/wish3s.css
	https://wish3s.millstream.com.au/css/wish3s.css
*/

html {
	height: 100%;
	overflow: auto;
}

/* @group Fonts */

body {
	font-size: 62.5%;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

h1 {
	display: block;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

h2 {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

h3 {
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

a img {
	border: 0;
}

a {
	color: #ACAF78;
}

.backlink {
	color: #fff;
	clear: left;
	font-size: 1.2em;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}

.toplink {
	clear: both;
	text-indent: -1000em;
}

hr {
	margin: 20px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group Templates */

body {
	height: 100%;
	background-color: #704064;
	background-image: url(../upload/template/wish3s/body-background-001.png);
}

#container {
	height: 100%;
	position: relative;
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #704064;
	border-right: 1px solid #704064;
}

#banner {
	position: absolute;
	bottom: 0;
	height: 115px;
	width: 100%;
	background-color: #6f732d;
	background-image: url(../upload/template/wish3s/banner-background-001.png);
	z-index: 1000;
}

#banner h1 {
	text-indent: -1000em;
	/*background-color: red;*/
	position: absolute;
	width: 354px;
	height: 79px;
	right: 17px;
	top: 20px;
	background-image: url(../upload/template/wish3s/footer-001.jpg);
	background-repeat: no-repeat;
}

/*#banner #graphic {
	position: absolute;
	top: 10px;
	right: 17px;
	height: 79px;
	width: 419px;
}*/

#main {
	position: absolute;
	top: 0;
	bottom: 115px;
	left: 0;
	right: 0;
	padding: 15px 0 20px 175px;
	overflow: auto;
	width: 785px;
}

#content {
	width: 700px;
	padding: 0 25px 100px 30px;
	margin-left: 10px;
	border-left: 1px solid #977c90;
}

.narrow {
	width: 350px;
	float: left;
}

/* @end */

#related {
	position: absolute;
	top: 60px;
	right: 0;
	width: 200px;
}

#related ul {
	list-style-type: none;
	border-top: 1px solid #977c90;
	padding-top: 10px;
}

#related a {
	text-decoration: none;
	color: #fff;
}

.result img {
	float: left;
}

.result .description {
	margin-left: 280px;
}

.description {
	font-size: 1.2em;
	line-height: 1.4;
}

.pricing {
	font-size: 1.2em;
	line-height: 1.4;
}

.contents {
	font-size: 1.2em;
	line-height: 1.4;
}


.summary img {
	float: left;
	margin-bottom: 20px;
}

.summary .description {
	margin-left: 220px;
}

/* @group Navigation */

#navlist0 {
	position: absolute;
	left: 0;
	top: 15px;
	width: 120px;
	height: 390px;
	padding: 8px;
	margin: 0 25px;
	list-style-type: none;
	background-image: url(../upload/template/wish3s/navigation-background-002.png);
	z-index: 100;
}

#navlist0 li {
	width: 120px;
	margin: 10px 0;
	z-index: 10000;
}

#navlist0 a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 1px 5px 0 5px;
	height: 16px;
	z-index: 10000;
}

#navlist0 a:hover, #navlist0 li.selected {
	background-image: url(../upload/template/wish3s/navigation-button-001.png);
	background-repeat: no-repeat;
}

/* @end */

/* @group Product Listing */

.productlist {
	list-style-type: none;
}

.productlist li {
	position: relative;
	border: 1px solid #977c90;
	padding: 5px;
	margin: 5px 0;
	height: 110px;
	width: 683px;
}

.productlist li .image {
	position: absolute;
	border: none;
	text-align: center;
	width: 172px;
	height: 111px;
}

.productlist li .image img {
	width: 172px;
	height: 111px;
}

.productlist li .item {
	position: absolute;
	border: none;
	top: 0;
	left: 200px;
	width: 465px;
}

.productlist li .item h2 {
	margin: 0.5em 0;
}

.productlist li .itemlink {
	color: #fff;
	font-size: 1.2em;
	padding-top: 10px;
	display: block;
	text-decoration: none;
}

.productlist li .addtocart {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.productlist li .continuelink {
	position: absolute;
	text-indent: -1000em;
	display: block;
	right: 5px;
	bottom: 5px;
	color: #fff;
	width: 62px;
	height: 16px;
	background-image: url(../upload/template/wish3s/continue-button-002.png);
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

/* @end */

/* @group Gift */

#giftlist, .gallery {
	position: relative;
	list-style-type: none;
	margin: 20px 0 0 -100px;
	overflow: hidden;
}

#giftlist li, .gallery li {
	float: left;
	/*margin-left: 105px;*/
	width: 160px;
	height: 240px;
	padding: 0 0 10px 100px;
}

#giftlist li .image, .gallery li .image {
	border: none;
}

#content .choose-gift #springform p {
	width: 700px;
}

#content #springform #giftlist li label, .gallery li p  {
	width: 160px;
	padding: 10px 0 0 0;
}

#giftlist li .image img, .gallery li .image img {
	width: 160px;
	height: 160px;
}

#formsubmit,.formbutton {
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	height: 16px;
	background-image: url(../upload/template/wish3s/navigation-button-001.png);
	background-repeat: no-repeat;
	border: none;
	padding-bottom: 2px;
	background-color: transparent;
	cursor: pointer;
}

.formbuttonwide {
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 16px;
	background-image: url(../upload/template/wish3s/navigation-button-wide.png);
	background-repeat: no-repeat;
	border: none;
	padding-bottom: 2px;
	background-color: transparent;
	cursor: pointer;
}


.choose-gift #formsubmit {
	float: right;
	display: block;
	top: 0;
}


/* @end */




/* @group Sidebar Right */

#sidebar-right {
	float: right;
	width: 300px;
	padding: 0 0 20px 20px;
	border-left: 1px solid #977c90;
}

#sidebar-right .image {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #977c90;
}

#businessdetails .contents {
	line-height: 1.8em;
}

#sidebar-right #qtext {
	font-size: 1.4em;
}

#sidebar-right #qname {
	font-style: italic;
}

#sidebar-right #squot {
	padding-right: 5px;
}

#sidebar-right #equot {
	padding-left: 5px;
}

/* @end */

/* @group Newsletter */

#orderform {
	position: absolute;
	left: 25px;
	top: 435px;
	padding: 6px 12px;
	width: 112px;
	height: 37px;
	background-image: url(../upload/template/wish3s/button-background-001.png);
	background-repeat: no-repeat;
}

#orderform a {
	text-decoration: none;
	color: #fff;
}

#newsletter {
	position: absolute;
	left: 25px;
	top: 505px;
	padding: 6px 12px;
	width: 112px;
	height: 37px;
	background-image: url(../upload/template/wish3s/button-background-001.png);
	background-repeat: no-repeat;
}

#newsletter a {
	text-decoration: none;
	color: #fff;
}

#forward {
	position: absolute;
	left: 25px;
	top: 575px;
	padding: 6px 12px;
	width: 112px;
	height: 142px;
	background-image: url(../upload/template/wish3s/button-background-002.png);
	background-repeat: no-repeat;
}

/* @end */

/* @group Crossfader */

.crossfade {
	margin: 20px 0;
	position: relative;
	height: 173px;
	width: 669px;
}

.crossfade li {
	height: 173px;
	width: 669px;
	position: absolute;
}

/* @end */

/* @group Special */

#special {
	position: relative;
	background-image: url(../upload/template/wish3s/special-background-001.png);
	background-repeat: no-repeat;
	height: 187px;
	width: 651px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}

#special .item {
	position: absolute;
	top: 15px;
	left: 310px;
	width: 340px;
}

#special .item h2 {
	font-size: 1.7em;
	text-align: left;
	font-weight: bold;
}

#special .continuelink {
	position: absolute;
	left: 310px;
	top: 175px;
	text-align: left;
	font-size: 1.2em;
}

/* @end */

/* @group Cart */

#content form#springform.addtocart {
	width: auto;
	padding: 20px 0;
}

#content form#springform.addtocart label {
	width: 20px;
	line-height: 1.8;
}

#content form#springform.addtocart #quantity {
	width: 20px;
}

#content form#springform table.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

#content form#springform table.cart p {
	width: auto;
	padding: 0;
	margin: 0;
}

#content form#springform.special p {
	width: 350px;
	padding: 0;
}

#content form#springform table.cart th {
	background-color: #977c90;
}

#content form#springform table.cart td, #content form#springform table.cart th {
	border: 1px solid #977c90;
	padding: 5px;
}

.payment-options {
	font-size: 1.4em;
}

.payment-options li {
	padding: 1em 0;
}

/* @end */

/* @group Feature */

#feature {
	position: relative;
	background-image: url(../upload/template/wish3s/special-background-001.png);
	background-repeat: no-repeat;
	height: 187px;
	width: 651px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
	text-align: left;
}

#feature .image {
	position: absolute;
	left: 380px;
}

#feature .item {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 340px;
}

#feature .item h2 {
	font-size: 1.7em;
	text-align: left;
	font-weight: bold;
}

#feature .item h3 {
	font-size: 1.4em;
	text-align: left;
	font-weight: bold;
}

#feature .continuelink {
	position: absolute;
	left: 20px;
	top: 175px;
	text-align: left;
	font-size: 1.2em;
}

#feature .detailslink {
	position: absolute;
	left: 20px;
	top: 155px;
	text-align: left;
	font-size: 1.2em;
}

.steps {
	overflow: hidden;
	border-top: 1px solid #977c90;
	border-bottom: 1px solid #977c90;
	margin: 15px 0;
	width: 695px;
}

.steps li {
	float: left;
	padding: 10px 20px 10px 0;
	font-size: 1.4em;
	color: #977c90;
}

.steps li strong {
	color: #fff;
}


/* @end */

body>#container {
	display: block;
}