
html, body {
	background: white;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585D63;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1.3em;
	height: 100%;
}

a img {border: none}

select {
	width: 120px;
	height: 17px;
	font-size: 9px;
	color: #6E7379
}

.hidden {
	visibility: hidden;
	display: none
}
.visible {
	visibility: visible;
	display: inline
}

/* ===== Typography ===== */

p {
	margin-top: 0px;
}
a {
	color: #0080C6; 
	text-decoration: none;
	cursor: pointer
}
a:hover {
	color: #E84E89
}
a.infolink {
	color: #6E7379; 
	text-decoration: none;
	cursor: pointer
}
a:hover.infolink {
	color: #0080C6
}
a.pwdlink {
	font-weight: bold;
	color: #333; 
}
a:hover.pwdlink {
	color: #0080C6
}
li {
	list-style: none;
	margin-left: -40px;
	padding-left: 1em;
	text-indent: -1em;
}
.text-title {
	width: 350px;
	padding-left: 12px;
	padding-bottom: 3px;	
}
.text-mainhead {
	padding-left: 12px;
	padding-top: 10px;
}
.text-head {
	width: 350px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 20px;
}
.text-subtitle {
	color: #0080C6;
	font-weight: bold;
}
.text-para {
	width: 350px;
	padding-left: 12px;
	padding-top: 8px;
	line-height: 1.4em
}
.text-smallhead {
	width: 232px;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: bold
}
.text-smallpara {
	width: 232px;
	margin: 0;
	padding-top: 4px;
}
.text-full {
	width: 576px;
	padding-left: 12px;
	padding-top: 12px;	
}
.text-bankdetails {
	width: 350px;
	padding: 8px 12px 8px 12px;
	line-height: 1.5em;
	background: #FFFFDB;
	border-top: solid 2px #FFF4CE;
	border-bottom: solid 2px #FFF4CE;
}
.narrow-head {
	width: 302px;
	padding-left: 12px;
	padding-top: 6px;
	font-size: 14px;
	line-height: 20px;
}
.narrow-para {
	width: 302px;
	padding-left: 12px;
	padding-top: 12px;	
}

.head-someoneelse {
	padding-bottom: 2px;
	font-size: 11px; 
	font-weight: normal;
	color: #8C9399
}
.text-someoneelse {
	padding-top: 4px;
	font-size: 10px; 
	font-weight: normal;
	vertical-align: top;
	color: #8C9399
}
.text-help1 {
	font-size: 10px; 
	font-weight: normal;
	vertical-align: top;
	color: #8C9399
}
.text-help2 {
	font-size: 11px; 
	font-weight: normal;
	color: #8C9399
}
.text-ccv {
	margin: 0;
	padding: 0;
	font-size: 11px; 
	line-height: 12px;
	font-weight: normal;
	color: #666
}
.text-feedback {	
	font-size: 11px; 
	font-weight: normal;
	color: #0080C6	
}
.text-emailthispage {
	padding-left: 8px;	
	font-size: 11px; 
	font-weight: bold;
	color: #8FA06A	
}
.hilite {
	color: #0080C6
}
.pink {
	color: #E84E89
}
.pink-link {
	color: #E84E89
}
a:hover.pink-link {
	color: #0080C6
}
#quicklinks {
	float:left;
	width: 178px;
	margin-top: 0px;
	position: relative;
	font-size: 10px
}
.sale {
	color: #FF000A;
	font-weight: bold;
	text-transform: capitalize;
}
.dis {
	color: #E84E89;
	font-weight: bold;
	font-style:italic;
	text-transform: capitalize;
}
.pre-order {
	color: #934E8A;
	font-weight: bold;
	text-transform: capitalize;
}
.sale-column {
	width: 147px;
	height: 184px;
	margin-bottom: 10px;
}
#sale-menu {
	float:left;
	width: 178px;
	margin-top: 0px;
	position: relative;
}
#newarrivals-menu {
	float:left;
	width: 178px;
	margin-top: 10px;
	position: relative;
}
.new {
	color: #9FBE46;
	font-weight: bold;
	text-transform: capitalize;
}
.faq-no {
	color: #585D63
}

#container {
	width: 778px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}



/* ------------ sash ----------- */

#sash {
	width: 98px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	visibility: visible;
	z-index: 1;
	clear: none;
	float: right;
	top: 60px;
	right: 0px;
}
.sash-div {
	position:absolute;
	left:0px;
	top:0px;
}


/* ------------ error ----------- */

#message {
	clear: both;
	position: relative;
	background-color: #F1F6E3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BECD9A;
	border-bottom-color: #BECD9A;
	font-size: 10px;
	width: 588px;
	top: 13px;
}
.message-text {
	/*float: left;*/
	padding-top: 14px;
	padding-left: 12px;
	padding-bottom:14px
}
.message-title {
	font-size: 16px;
	color: #8DA653;
	font-style: normal;
	font-weight: bold;
}
.message-body {
	font-size: 11px;
	line-height: 1.4em;
	color: #585D63;
	font-weight: normal;
}
.message-link {
	color: #8DA653;
}

#error {
	clear: both;
	position: relative;
	background-color: #FBE4ED;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F299BB;
	border-bottom-color: #F299BB;
	font-size: 10px;
	width: 588px;
	top: 13px;
}
.error-text {
	padding-top: 14px;
	padding-left: 12px;
	padding-bottom:14px
}
.error-title {
	line-height: 1.2em;
	font-size: 16px;
	color: #E84E89;
	font-style: normal;
	font-weight: bold;
}
.error-body { 
	font-size: 11px;
	line-height: 1.4em;
	color: #585D63;
	font-style: normal;
	width: 495px;
}


#left {
	float: left; 
	width: 178px;
	margin-top: 16px;
	padding-right: 12px;
	text-align: right;
	position: relative
}
#nav-left {
	/*float: left;*/
	width: 154px;
	margin-top: 12px;
	/*margin-right: 24px;*/
	position: relative;
	font-size: 11px;
	line-height: 1.4em
}
.nav-menu {
	float: right;
	padding-right: 24px;
	text-align: right
}
.menu {
	color: #8A8E93
}
a:hover.menu {
	color: #0080C6
}
.menu-link {
	color: #585D63
}
a:hover.menu-link {
	color: #0080C6
}
.menu-hilite {
	color: #0080C6;
	/*font-weight: bold;  //used for left menu - don't bold, this no longer used in menu*/
}
/*.menu-selected {
	color: #0080C6;
}*/
.menu-spacer {
	height: 4px
}

.breadcrumbs {
	width: 576px;
	margin-top: 24px;
	margin-left: 12px;
	text-align: left;
	font-size: 11px;
	text-transform: lowercase;
}
.breadcrumb-link {
	color: #666;
	font-size: 11px;
}
a:hover.breadcrumb-link {
	color: #0080C6
}
.breadcrumb-hilite {
	color: #0080C6;
	text-transform: lowercase;
}

.asseenin {
	height: 162px;
}
.asseenin-text {
	float:left;
	width:100px;
}
.asseenin-pic {
	float:right;
	width:127px;
	margin-top: 10px
}

#quicklinks {
	float:left;
	width: 178px;
	margin-top: 19px;
	position: relative;
	font-size: 10px
}
.quicklinks-title {
	padding-right: 24px;
	color: #6E7379;
}
.quicklinks-select {
	margin-top: 2px;
	padding-right: 24px;
	color: #6E7379;
}
.quicklinks-selectbox {
	width: 115px;
	font-size: 10px
}

.pad-right {
	padding-right: 24px;
}

#search {
	float:left;
	width: 178px;
	margin-top: 16px;
	background: transparent url('../images/search.gif') no-repeat 43px 0px;
	position: relative;
}
.search_input {
	width: 74px;
	height: 19px;
	margin-right: 18px;
	background-color: transparent;
	border-color: white;
	border: 0px;
	font-size: 12px;
	line-height:17px;
	color: #6E7379;
}

#nav-icons {
	float:left;
	width: 178px;
	margin-top: 0px;
	position: relative;
}
.nav-icon {
	padding-top:26px;
	padding-right: 24px;
}

.xmas-icon {
	padding-top:26px;
	padding-right: 1px;
}

#xmas {
	float:left;
	width: 178px;
	margin-top:0px;
	position: relative;
}
.xmastree {
	padding-right: 24px;
}
.xmas {
	width: 385px;
	margin-top: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 22px;
	position: relative;
}
.xmas-title {
	float:left;
	width: 175px;
	height: 108px;
}
.xmas-text {
	float:left;
	width: 205px;
	margin-top: 28px;
	font-size: 14px;
	line-height: 20px;
}
.xmas-textwide {
	width: 385px;
	font-size: 14px;
	line-height: 20px;
}


/* ----------- content ------------ */

#contact {
	float: right;
	width: 196px;
}
.box-contact {
	height: 119px;
	margin-top: 40px;
	margin-left: 1px;
	background: url(../images/box_newproducts.gif) no-repeat;
	padding: 12px;
	color: #6E7379;
	line-height: 16px;
}

#section {
	float: right;
	width: 178px;
	font-size: 11px;
	line-height: 1.5em;
}
#section-wide {
	float: right;
	width: 234px;
	font-size: 11px;
	line-height: 1.3em;
}
#section-arrivals {
	width: 234px;
	margin-left: 12px;
	font-size: 11px;
	line-height: 1.3em;
}
.section-head {
	margin-top: 38px;
	color: #585D63;
	text-transform: uppercase 
}
.section-subhead {
	color: #8A8E93;
}
.section-subhead2 {
	margin-top: 4px;
	color: #8A8E93;
	margin-bottom: 6px
}
.section-header {
	margin-top: 18px;
	font-weight: bold
}
.section-title {
	margin-top: 10px;
	font-weight: bold
}
.section-para {
	margin-top: 4px
}
.section-hr {
	width: 100%;
	height: 3px;
	margin-top: 16px;
	background: url(../images/form_bottomline.gif) repeat-x top left
}
.section-hr-top {
	width: 100%;
	height: 3px;
	margin-top: 16px;
	background: url(../images/form_bottomline.gif) repeat-x bottom left
}
.section-hr-bottom {
	width: 100%;
	height: 3px;
	background: url(../images/form_bottomline.gif) repeat-x top left
}
.section-link {
	color: #0682C7;
	font-size: 11px
}
a:hover.section-link {
	color: #E84E89
}

.section-info {
	color: #3C454C
}
.section-ol {
	margin-top: 2px;
}
.section-li {
	padding-top: 4px;
}

.product-addtocart {
	width: 233px;
	height: 44px;
	font-size: 16px;
	font-weight: bold;
	color: #0080C6;
	background: #E9F4FA;
	border-top: 2px solid white;
}
.section-addtocart {
	width: 233px;
	height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #0080C6;
	background: #E9F4FA;
	border-top: 2px solid white;
	border-bottom: 2px solid white
}
.section-price {
	float:left;
	padding-top: 14px;
	padding-left: 12px;
}
.product-currency {
	color: #a1d0e9;
}
.section-checkoutbtn {
	width: 233px;
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	color: #0080C6;
	background: #E9F4FA url(../images/form_bottomline.gif) repeat-x bottom left;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.btn-addtocart {
	float:right;
	padding-top: 11px;
	padding-right: 10px;
}

.brand-left {
	width: 154px;
	height: 184px;
	margin-bottom: 10px;
}
.brand-right {
	width: 154px;
	height: 184px;
	margin-bottom: 10px;
}

.product {
	width: 154px;
	margin-top: 10px
}

.product-left {
	width: 154px;
	height: 204px;
	margin-bottom: 10px;
}
.product-right {
	width: 154px;
	height: 204px;
	margin-bottom: 10px;
}

.gifts-left {
	width: 154px;
	height: 172px;
	margin-bottom: 10px;
}
.gifts-right {
	width: 154px;
	height: 172px;
	margin-bottom: 10px;
}

.product-text {
	padding-left: 12px;
	padding-top: 4px;
	text-transform: lowercase
}
a:hover.product-textLink {
	color: #0080C6
}
a.product-textLink {
	color: #585D63; 
	text-decoration: none;
	cursor: pointer
}
.product-hr {
	float:left;
	width: 100%;
	height: 16px;
}
.product-flag {
	width: 16px;
	margin-left: -25px;
	margin-right: 6px;
}
.product-flag2 {
	width: 16px;
	margin-left: 0px;
	margin-right: 6px;
}
.product-item {
	width: 295px;
	height: 387px;
}
.product-exclusive {
	width:778px; 
	height:98px; 
	background: url(../images/sash_exclusive.png) no-repeat top right
}

.image-nav {
	width: 23px;
	height: 22px;
	vertical-align: bottom
}


.related {
	width: 300px;
	margin-top: 4px
}

.thumbs {
	width: 300px;
	margin-top: 4px;
	margin-left: -3px
}
.thumb{
	width: 55px;
	height: 39px;
	border: 1px solid #EFEFF0;
	text-align: center;
	vertical-align: middle
}

#right {
	width: 588px;
	float: right; 
	position: relative;
}
.header {
	width:578px;
	height: 14px;
	margin-bottom: 3px;
	background: #F1F2F2;
	text-align: right;
	font-size: 10px;
	color: #9ea2a6;
	padding-top: 3px;
	padding-right: 10px;
}
.cancelSignin {
	width:578px;
	height: 17px;
	background: #F1F2F2;
	text-align: right;
	font-size: 10px;
	color: #9ea2a6;
	padding-top: 3px;
	padding-right: 10px;
}
a.signin-link {
	color:#9ea2a6;
}
a:hover.signin-link {
	color: #0080C6;
}
#center {
	float: left;
	width: 388px;
	height: 368px;
	line-height: 1.5em;
}
#center-narrow {
	float: left;
	width: 320px;
	/*height: 518px;*/
	margin-bottom: 36px;
	line-height: 1.5em;
}
	
#center-long {
	float: left;
	width: 320px;
	height: 100%;
	margin-bottom: 36px;
	line-height: 1.5em;
}


/* ------------ top navbar ----------- */

.topspace {
	width: 588px;
	height: 46px;
}
.nav {
	width: 588px;
	height: 41px;
	font-size: 10px;
	background: #E9F4FA
}
#nav-links {
	padding-top: 26px;
	padding-left: 12px;
	line-height: 10px;
	height: 14px
}

.nav-link {
	color: #6E7379;
	font-size: 10px;
	text-transform: uppercase
}
.nav-on {
	color: #0080C6;
	font-size: 10px;
	text-transform: uppercase
}
a:hover.nav-link {
	color: #0080C6
}
.nav-cart {
	text-align: right;
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}
.nav-viewcart {
	color: #3C454C
}
.nav-separator {
	color: #6E7379;
	font-weight: normal
}
.nav-totals {
	color: #E84985
}
.nav-number {
	font-weight: normal;
	font-style: italic	
}

/* ------------ footer ----------- */

#footer {
	clear: both;
	width: 588px;
	height: 25px;
	position: relative;
	font-size: 10px
}
.footer_links {
	float: left;
	width: 338px;
	height: 20px;
	padding-top: 5px;
	background: #E9F4FA
}
.footer-link { 
	color: #6E7379; 
	padding-right: 12px;
}
a:hover.footer-link {
	color: #0080C6;
}
.cards {
	width: 238px;
	float: right;
}
.cap {
	width: 12px;
	float: left;
}
#gst {
	float: left;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 8px;
	font-size: 10px;
	color: #585D63
}
#brandLinks {
	width: 588px;
	padding-top: 22px;
	font-size: 10px;
	text-align: center;
}
.brands {
	color:#6E7379;
	line-height:14px;
	text-align: center;
}
.brandTitle {
	color:#585D63;
	line-height:14px;
}
.brandBar {
	color:#C6C9CB;
	line-height:14px;
}
a:hover.brands {
	color: #0080C6;
}
.copyright {
	margin-top:12px;
	margin-bottom:6px;
	color:#585D63;
	font-size: 10px;
	line-height:14px;
	text-align: center;
}
a:hover.copyright {
	color: #0080C6;
}