/* Femplay NZ CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background: url("images/background.gif") no-repeat top center;
	background-color: #f5e2e2;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #791a37;
}

#main-wrap {
	margin: 0 auto;
	width: 990px;
	min-width: 800px;
	text-align: left;
}

/* Common Elements */

p {
margin: 0 0 19px 0;
}

form {
	margin: 0px;
	padding: 0px;
}

.no-border {
	border: 0px;
}

#clear-all, .clear-all {
	clear: both;
}

.FontNormal {
	font-weight: normal;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

hr {
	height: 0px; 
	border: none; 
	border-top: 1px dashed #d894a3; 
	margin-top: 15px; 
	margin-bottom: 15px;
}

/* extras */

.Fleft {
float: left;
}

.Fright {
float: right;
}

.margBot10 {
margin-bottom: 10px;
}

.pad15 {
padding: 15px;
}

.width50 {
width: 46%;
}


/* Font Sizes */

.smaller {
	font-size: 70%;
}


.small {
	font-size: 80%;
}


.grey {
color:#999999;
}

.blackfont {
color: #000;
}

/* Header Elements */

#header-wrap {
	position: relative;
	height: 115px;
	background: url("images/header-back.gif") repeat-x;
}

img.logo {
	float: left;
	border: 0px;
}

/* header checkout box */

#cart-disp {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 75px;
	max-height: 75px;
	width: 490px;
	background: url("images/cart-back.gif") no-repeat;
}

#cart-disp .cart-contents {
	position: absolute;
	top: 20px;
	left: 110px;
	color: #b31b4a;
	font-size: 14px;
	border: 0px;
}

#cart-disp .bcheckout {
	position: absolute;
	top: 15px;
	right: 20px;
}

#cart-disp .freeship {
	position: absolute;
	bottom: 5px;
	right: 30px;
	width: 315px;
	text-align: center;
	color: black;
	font-size: 14px;
}

/* Header nav */

#h-nav {
	position: absolute;
	bottom: 7px;
	right: 5px;
}

#h-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#h-nav ul li {
	float: left;
}

#h-nav li a {
	display: block;
	padding: 0px 10px;
	font-size: 80%;
	color: #9f2665;
	text-decoration: none;
	border-right: 1px dotted #9f2665;
}

#h-nav li a:hover {
	color: #000;
}

#h-nav .navend {
	border-right: none;
	}
	
#h-nav .navend2 {
	border-left: 1px dotted #9f2665;
	border-right: none;
	}


/* End Header Elements */


/* Start Content Area Elements */

#body-wrap {
	position: relative;
	width: 990px;
	background: url("images/body-back.gif") no-repeat;
}


/* Start Side Elements */
#side-wrap {
	float: left;
	width: 180px;
	background: none;
}

#search-box {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #9f2665;
	text-align: center;
}

#search-box form {
	margin: 0px;
}

#search-box input.txt {
	color: #9f2665;
	margin: 6px 0px;
}

/* Side Nav */

#catNav {
	margin: 10px 5px;
}

#catNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#catNav ul li {
	background: url("images/nav-back.gif") repeat-x;
	margin: 1px;
	
}

#catNav ul li a {
	border: 1px dashed #d894a3;
	display: block;
	height: 100%;
	padding: 3px 0px 3px 18px;
	color: #9f2665;
	font-size: 80%;
	background: url("images/bullet-heart.gif") no-repeat 3% center;
	text-decoration: none;
	
}

#catNav ul ul li a {
	padding: 3px 0px 3px 28px;
	background-position: 8% center;
	background-color: #eeced2;
	border: none;
	border: 1px solid #eeced2;
}

/* catNav Hover items */

#catNav ul li a:hover {
	color: black;
	background-color: #f5e2e2;
}

#catNav ul ul li a:hover {
	background-color: #e8c6cb;
}


/* Top 10 */

.top10-head {
	font-size: 120%;
	font-weight: bold;
	color: #9f2665;
	text-align: center;
	margin-top: 15px;
}

#top10 {
	margin: 5px;
	border: 1px dashed #d894a3;
	background-color: #f8ebeb;
	font-size: 70%;
	color: #9f2665;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#top10 ol {
	padding-left: 13px;
	margin-left: 13px;
}

#top10 li {
	margin-bottom: 10px;
}

#top10 ol li a {
	color:#9f2665;
	text-decoration: none;
}

#top10 ol li a:hover {
	color: black;
}


/* Content Area */

#content-wrap {
	position: relative;
	float: left;
	margin-left: 14px;
	width: 788px;
	background: none;
}

#featured-prod {
position: relative;
	float: left;
	width: 566px;
	height: 197px;
	background: url("banner-background.gif") no-repeat;
	margin-top: 18px;
}

#featured-prod img {
	position: absolute;
	right: 30px;
	top: 25px;
	border: none;
	padding: 5px;
	margin-right: 10px;
	}
	

#featured-prod div.txt {
	position: absolute;
	top: 50px;
	left: 115px;
	width: 250px;
	font-size: 70%;
	line-height: 130%;
}

#featured-prod a {
	font-size: 140%;
	color: #791a37;
	line-height: 160%;
}

#featured-prod a:hover {
	text-decoration: none;
}

.bannersale {
	float: left;
	margin-top: 18px;
}

#home-content {
	margin: 20px 0px;
	margin-right: 8px;
	padding: 10px;
	font-size: 70%;
	line-height: 120%;
	border-top: 1px dashed #d894a3;
	border-bottom: 1px dashed #d894a3;
}

#home-content H1 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

/* Category Display */

#title-bar {
position: relative;
border: 1px solid pink;
background-color: white;
padding: 5px;
font-size: 80%;
color: #b91b4b;
margin-right: 8px;
margin-bottom: 8px;
}

#title-bar H1 {
position: relative;
margin: 0px;
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 170%;
font-weight: normal;
}

#title-bar a {
color: #b91b4b;
}

#title-bar a:hover {
text-decoration: none;
color: black;
}

.breadpages {
position: relative;
z-index: 10;
border-top: 1px dashed #d894a3;
padding-top: 5px;
}

.breadcrumbs {
position: relative;
float: left;
}

.pageno {
position: relative;
float: right;
}

a#nextlink {
padding: 5px 10px;
background-color: #169f74;
color: white;
text-decoration: none;
font-weight: bold;
}

a:hover#nextlink {
background-color: #8d1b40;
color: white;
}

/* Category Featured Product */

#CatFeatProd {
position: relative;
border: 1px solid white;
background: url(images/feat-prod-back.gif) no-repeat bottom right;
width: 700px;
height: 206px;
margin-left: 44px;
margin-bottom: 8px;
font-size: 100%;
}

.CatFeatProdImg {
position: absolute;
top: 10px;
left: 10px;
width: 180px;
height: 180px;
overflow: hidden;
margin-bottom: 5px;
background-color: white;
border: 1px solid #96ceb5;
text-align: center;
}

.CatFeatProdTxt {
position: absolute;
top: 10px;
left: 210px;
color: black;
width: 480px;
}

.CatFeatProdTxt H2{
margin: 0px;
margin-bottom: 10px;
font-size: 130%;
color: #1c645e;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 5px;
border-bottom: 1px dashed white;
}

.CatFeatProdDesc {
font-size: 80%;
height: 85px;
margin-bottom: 7px;
overflow: hidden;
}

.CatFeatProdLink {
display: block;
font-size: 80%;
margin-top: 10px;
}

.CatFeatProdLink a {
color: black;
}

.CatFeatProdLink a:hover {
text-decoration: none;
}



#CatprodDisp {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#CatprodDisp li{
	float: left;
	width: 384px;
	border: 1px solid #eda9b2;
	background-color: white;
	margin: 0 8px 8px 0;	
}

#CatprodDisp li a{
	text-decoration: none;
}

.prodImg {
	position: relative;
	float: left;
	border: 1px solid #eda9b2;
	margin: 9px;
	width: 160px;
	height: 160px;
	text-align: center;
	overflow: hidden;
}

.prodImg img {
	position: relative;
	border: none;
	max-height: 160px;
}


.RelprodImg {
	position: relative;
	float: left;
	border: 1px solid #eda9b2;
	margin: 9px;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	background-color: white;
}

.RelprodImg img {
	position: relative;
	border: none;
	max-height: 120px;
}


#CatprodDisp li span.prodTitle {
	padding-top: 7px;
	color: #010101;
	display: block;
}

#CatprodDisp li span.prodPrice {
	color: #b91247;
	padding-top: 7px;
	display: block;
}

#CatprodDisp li span.prodDesc {
	color: #686667;
	font-size: 70%;
	padding: 7px;
	padding-left: 0px;
	height: 60px;
	overflow: hidden;
	display: block;
}

#CatprodDisp li span.prodLinkTxt {
	color: #b2315a;
	font-size: 70%;
	text-decoration: underline;
	display: block;
}

.prodBorder {
	position: relative;
	border-top: 1px dashed #eda9b2;
	clear: both;
	width: 378px;
	font-family: Arial, Helvetica, sans-serif;
	}
	

.addtocartbut {
	float: left;
	border: 0px;
	margin: 9px;
	margin-top: 3px;
}

.stocknotice {
	width: 180px;
	margin-top: 3px;
	float: left;
	font-size: 100%;
}

.inStock {
	color: red;
	font-weight: bold;
}

.limStock {
	color: #0033ff;
	font-weight: bold;
}

.guaranteed a{
	font-size: 70%;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

.guaranteed a:hover {
	text-decoration: none;
}


.missit {
	font-size: 70%;
	color: #666;
	font-weight: normal;
}


.CatdispShip {
	color: black;
	font-weight: bold;
}

.prodBorder form {
	margin: 0px;
	margin-top: 5px;
	font-size: 80%;
}

.prodBorder label {
	font-size: 80%;
}

.prodBorder input {
	font-size: 11px;
	padding: 1px;
}

.soldout {
text-align: center;
}

/* Bordered Content Block */

.borderTxt, #prodFAQ, .message {
	border: 1px solid #eda9b2;
	background-color: #fff;
	font-size: 90%;
	padding: 9px;
	margin-right: 8px;
}

.borderTxt H1 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 15px;
}

.borderTxt H2 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 15px;
}

.highlight {
	border: 1px solid #eda9b2;
	background-color: #fff;
	font-size: 90%;
	padding: 9px;
	margin: 10px;
}

/* Product Page */

#RightSideConWrap {
float: right;
width: 479px;
margin-right: 8px;
font-size: 90%;
color: black;
}

#RightSideConWrap H1 {
	color: #b91b4b;
	font-size: 130%;
	margin: 0px;
}

#RightSideConWrap H2 {
	color: #b91b4b;
	font-size: 110%;
	margin: 0px;
	margin-bottom: 7px;
}

#LeftSideConWrap {
	float: left;
	width: 286px;
}

.RightConBox, .LeftConBox {
	position: relative;
	background-color: white;
	border: 1px solid #eda9b2;
	margin-bottom: 8px;
}

.padding {
	padding: 7px;
}

.padding2 {
	padding: 2px;
}

.jenniferBack {
	background: url(images/jennifer-back.gif) no-repeat top right;
	background-color: white;
}

.addcartBack {
	margin: 2px;
	background: url(images/prod-add-cart-back.gif) repeat-y top right;
	background-color: white;	
}

#RightSideConWrap .prodPrice, #LeftSideConWrap .prodPrice {
	display: block;
	color: #b91247;
	padding: 7px;
	font-size: 110%;
}

.prodAddCart {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	text-align: center;
	padding-top: 7px;

}

.prodAddCartbut {
	padding: 10px;
}


.SupplierInfo {
	position: relative;
	float: left;
	width: 210px;
	text-align: center;
}

.SupplierInfo img {
	max-width: 200px;
	border: none;
}

.prodSpecs {
	position: relative;
	width: 230px;
	float: left;
	display: inline;
	color: #b31b4a;
	font-size: 80%;
	margin-left: 10px;
}

.customerReview {
	border-bottom: 1px dashed #d894a3;
	color: #666666;
	font-size: 90%;
	margin-bottom: 8px;
}

.reviewProd {
	display: block;
	font-size: 75%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #d894a3;
}

.reviewProd a {
	color: #999999;
}

.reviewProd a:hover {
	color: #d894a3;
	text-decoration: none;
}

span.date {
	font-size: 70%;
}


.prodFloatL {
	position: relative;
	min-height: 190px;
	padding-right: 200px;
}

.prodFloatL ul {
	margin: 0px -5px 0px 14px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.prodFloatL li {
	line-height: 18px;
	font-size: 75%;
}

.productImg {
	position: relative;
	padding: 7px;
	margin-bottom: 8px;
	background-color: white;
	border: 1px solid #eda9b2;
	text-align: center;
	font-size: 80%;
	color: #999;
	width: 270px;
	overflow: hidden;
}

productImg img {
	max-width: 240px;
	border: none;
}

a.enlargeImg {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 3px;
	padding: 2px 8px;;
	text-align: right;
	border: 1px solid #eda9b2;
	background-color: white;
	color: #922837;
	text-decoration: none;
	font-size: 90%;
}

a:hover.enlargeImg {
	color: white;
	background-color: #922837;
	border: 1px solid #fff;
	
}

.LeftAddCart {
	background-color: #d1eadf;
	text-align: center;
}

.recommend {
	position: relative;
	background-color: #f8e9e9;
	border: 1px solid #eda9b2;
	margin-bottom: 8px;
}

.recommend H3 {
	display: block;
	background-color: #eda9b2;
	margin: 0px;
	padding: 5px;
	color: #b91b4b;
	font-size: 100%;
	margin: 1px;
}

.recProduct, .top5 {
	position: relative;
	padding: 5px;
	color: #b91b4b;
	font-size: 75%;
	border-top: 1px solid #eda9b2;
}

.recProduct label, .recProduct input {
	position: relative;
	}


.top5 ol, .prodQuestions ol {
	margin: 0px -5px 0px 14px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.top5 ol li a,  .prodQuestions ol li a{
	line-height: 22px;
	color: #9f2665;
	text-decoration: none;
}

.top5 ol li a:hover, .prodQuestions ol li a:hover {
	color: black;
}

/* FAQ */

#prodFAQ { /* also attached to borderTxt */
	padding: 2px;
}

.prodQuestions {
	float: left;
	width: 275px;
	padding: 10px;
	margin-right: 2px;
	color: #b91b4b;
	font-size: 85%;
	min-height: 100%;
}

.prodQuestions ol {
	margin: 5px 5px 5px 14px;
}

.Qform {
	float: left;
	border-left: 1px dashed #eda9b2;
	padding: 10px;
	font-size: 85%;
}

.Qform label {
	float: left;
	width: 150px;
	margin-bottom: 3px;
	margin-left: 20px;
}

.Qform input {
	float: left;
	margin-bottom: 3px;
}



/* Checkout Page */

#chOut_wrap {
margin-right: 8px;
background-color: #FFFFFF;
border: 1px solid #eda9b2;
font-size: 80%;
padding: 10px;
}



#chOut_product_details_head, #chOut_product_price_head, #chOut_product_total_head, #chOut_product_qty_head {
	position: relative;
	float: left;
	width: 365px;
	border-bottom: 1px solid #eda9b2;
	padding: 3px;
	font-size: 110%;
	font-weight: bold;
}

#chOut_product_price_head, #chOut_product_total_head, #chOut_product_qty_head {
	width: 143px;
	text-align: center;
	border-left: 1px dashed #eda9b2;
}

#chOut_product_total_head {
	width: 120px;
}

#chOut_product_qty_head {
	width: 103px;
}

#chOut_noproduct_wrap {
position: relative;
border: 1px solid #eda9b2;
border-top: none;
padding: 10px;
text-align: center;
background-color: #fff;
}

#chOut_product_wrap {
position: relative;
border: 1px solid #eda9b2;
border-top: none;
background-color: #fff;
}

#chOut_product_details, #chOut_product_price, #chOut_product_qty {
	position: relative;
	float: left;
	border-right: 1px dashed #eda9b2;
	height: 110px;
	width: 370px;
}


#chOut_product_price {
	width: 149px;
	text-align: center;
}

#chOut_product_qty {
	width: 109px;
	text-align: center;
}

#chOut_product_total {
	position: relative;
	float: left;
	width: 118px;
	font-size: 120%;
	padding-top: 12px;
	font-weight: bold;
	text-align: right;
}

#chOut_product_img {
	position: relative;
	float: left;
	width: 100px;
	height: 105px;
	overflow: hidden;
	border-right: 1px dashed #eda9b2;
	text-align: center;
	padding: 4px;
}

#chOut_img {
	max-height: 97px;
	border: none;
}

#chOut_product_info {
	position: relative;
	float: left;
    margin: 7px;
	width: 240px;
}

.chOut_prodDesc {
	height: 36px;
	color: #999999;
	overflow: hidden;
	font-size: 80%;
}

.remove-cart {
	font-size: 85%;
	margin-top: 10px;
}

#chOut_product_Subtotal, #chOut_free_shipping, #chOut_promo_code {
	border: 1px solid #eda9b2;
	border-top: none;
	float: right;
	width: 369px;
	padding: 8px;
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.subtotal-width {
	display: block;
	float: right;
	width: 120px;
	text-align: right;
}

#chOut_free_shipping {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c5858d;
	color: white;
	border-color: #c5858d;
}

#chOut_promo_code {
	border: none;
	font-size: 90%;
	font-weight: normal;
}

#chOut_promo_code input {
	font-size: 80%;
}

#chOut_security, #chOut_continue-shop {
	float: left;
	padding: 10px;
	width: 300px;
}

#chOut_continue-shop {
	text-align: left;
}

/* Order Page */

.formtable {
	border: 1px solid #eda9b2;
	font-size: 80%;
	margin: 10px;
	padding: 5px;
}


/* Sitemap */

#sitemap {
}

#sitemap h2 {
margin: 0px;
padding: 5px;
display: block;
border-bottom: 1px solid #eda9b2;
color: #b91b4b;
}

#sitemap ul, #sitemap li {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 95%;
}

#sitemap li a{
	display: block;
	height: 100%;
	padding: 4px;
	padding-left: 10px;
	margin-top: 3px;
	border: 1px solid #eda9b2;
	background-color: #eda9b2;
	color: #b91b4b;
	text-decoration: none;
	font-weight: bold;
}

#sitemap li a:hover {
background-color: #f8e9e9;
}

#sitemap ul ul li a{
	display: block;
	padding: 4px;
	padding-left: 20px;
	margin-top: 3px;
	background: #f8e9e9 url("images/bullet-heart.gif") no-repeat 10px center;
	font-weight: normal;
}

#sitemap ul ul li a:hover {
background-color: #fef8f8;
}


#sitemap ul ul ul li a{
	display: block;
	padding: 4px;
	padding-left: 30px;
	margin-top: 3px;
	background: url("images/bullet-heart.gif") no-repeat 15px center;
	text-decoration: none;
}


/*popups */

.faqs td {
font-size: 80%;
}


/* Footer Segments */

#footer-wrap {
	background: url("images/footer-back.gif") no-repeat;
	height: 140px;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 80%;
	text-align: center;
	color: #9f2665;
}

#footer-wrap a{
color: #9f2665;
}

#footer-wrap a:hover{
color: #000000;
}
