@charset "UTF-8";

@import url('/plugins/sIFR/styles/sifr.css');

/*
@website:www.tittletattle.com.au
@author:
@copyright:

1.   general rules
1.1. global reset
1.2. typography
1.3. forms
1.4. tables
1.5. alignment classes
1.6. floats
1.7. misc

2.   layout
2.1. container
2.2. header
2.3. content
2.4. footer
*/

/*************************************
1. General rules
**************************************/

/*---------1.1. global reset-------------*/
*{ 
    margin:0px;
    outline:0; 
    font-size:100%; 
    text-decoration:none;
    list-style:none;
		text-indent:0px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, option, optgroup{
	padding:0px;
}

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background:#65C3CB url(../images/body.gif) top left repeat-x;
}

*:focus::-moz-focus-inner {
    border-color: transparent ! important;
}

blockquote,
q {
	quotes: none;
}

pre {
	white-space: pre; /* CSS2 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  word-wrap: break-word; /* IE */
	width:100%; /*IE*/
	overflow:auto;
	font-family:monospace;
}

pre code {
	display:block;
	padding:0px 10px;
}

fieldset,
img {
	border:none;
}
/*end*/

/*-------1.2. typography----*/

/*headings and paragraphs*/
h1 {
	font-size:20px;
	font-weight:normal;
	color:#65C3CB;
	margin-bottom:10px;
}

h1.infoHeading {
	padding:0px 0px 20px 120px;
	color:#613A14;
}

h1.catName {}

div#productsContainer h1.catName {
	font-size:24px;
	font-weight:lighter;
}

h1.memberHeading {}

h1.productDetailName{
	text-align:center;
	text-transform:capitalize;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#65C3CB;
}

h3 {
	font-size:16px;
	font-weight:normal;
	color:#613A14;
}

h4 {
	font-size:12px;
	font-weight:normal;
	color:#ED1C24;
}

h5 {}

h6 {}

p {
	margin-bottom:15px;
}

p.productDetailDescription{
	color:#613A14;
	min-height:175px;
}

blockquote {}

blockquote p {}

/*links*/
a{
	cursor:pointer;
	color:#65C3CB;
}

a:hover, 
a:focus{
	color:#ED1C24 !important;
}

/*phrase elements*/
strong, b {
	font-weight:bold;
}

em, i {
	font-style:oblique;
}

del, strike, s {
	text-decoration:line-through;
}

ins {
	text-decoration:underline;
}

abbr,
acronym {
	border-bottom:1px dashed #000;
	cursor:help;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

dfn {}

cite {}

kbd {}

var {}

code {}

samp {}
/*end*/

/*------------1.3. forms-----------------*/
form {}

form ol {}

form li {
	margin-bottom:3px;
}

form dl dt {
	float:left;
	clear:left;
	width:50%;
}

form dl dd {
	float:right;
	clear:right;
	width:50%;
}

form li label {
	display:block;
}

label em{
	color:#ff0000;
}

form label.desc {
	cursor:default;
}

legend {}

input.textInput {
	border:1px solid #231F20;
}

input.passwordInput {}

input.fileInput {}

input.hiddenInput {}

input.radioInput {}

input.checkbox {}

input.imageInput {}

input[type="submit"],
input[type="reset"],
input[type="button"],
button{
	cursor:pointer;
}

button { 
  text-align:center; 
}
button span { 
  display:block; 
  white-space:nowrap; 
}

.submitBtn {}

.resetBtn {}

select {
	border:1px solid #231F20;
}

option {}

optgroup {}

textarea {
	border:1px solid #231F20;
}
/*end*/

/*--------------1.4. tables-------------*/
table {
  border:none;
	border-collapse:collapse; 
	border-spacing:0;  /*when set to "0" cellspacing has no effect on tables */
}

tr {}

td {}

th {}
/*end*/

/*-------1.5. alignment classes-------*/
.left {
	text-align:left;
}

img.left {
	float:left;
	clear:left;
}

.center {
	text-align:center;
}

img.center {
	margin:0 auto;
	display:block;
}

.right {
	text-align:right;
}

img.right {
	float:right;
	clear:right;
}
/*end*/

/*-------------1.6. floats-------------*/
.floatLeft {
	float:left;
	clear:left;
}

.floatRight {
	float:right;
	clear:right;
}
/*end*/

/*------1.6.1. clearing floats---------*/
.clearfix:after,
form li:after,
form dl:after,
form dt:after, 
form dd:after,
ul:after,
ol:after,
dl:after,
#header:after,
#cross-promotion:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*end*/

/*-------1.7. misc------*/
.accessAid {
	position:absolute !important;
	top:-9999em !important;
	left:-9999em !important;
	width:0px !important;
	height:0px !important;
	overflow:hidden !important;
	font-size:0px !important;
	margin:0px !important;
	padding:0px !important;
	background:none !important;
	display: none;
}

.noJSWarning {
	text-align:center;
	color:#FF0000;
}

label.error{
	display:block;
	color:#ff0000;
	font-size:10px;
}

.priceWrap{
	position:relative;
}

.pad1 {}

.pad2 {}

.highlight1 {}

.highlight2 {}
/*end*/

/************************************
2. Layout
*************************************/

/*------------2.1. container------------*/
#container {
	width:950px;
	margin:0px auto;
	position:relative;
	font-size:12px;
	color:#231F20;
	padding-top:123px;
}
/*end*/

/*------------2.2. header---------------*/
#header {
	position:relative;
	background:#ffffff;
	margin:0px 0px 5px 0px;
	height:143px;
}

a#logo {
	float:left;
	margin:0px 100px 0px 50px; 
}

a#logo img{
	display:block;
}

/*-------------------------------------*/
/* @group main navigation */
/*-------------------------------------*/
#mainNav {
	font-family:"Century Gothic";
	font-size:16px;
	line-height:140px;
	text-transform:capitalize;
}

#mainNav li {
	display:inline;
	padding:0px 15px 0px 10px;
	background:url(../images/dot1.gif) center right no-repeat;
}

#mainNav li.last{
	background:none;
	padding-right:0px;
}

#mainNav a {}

#mainNav a:hover {}
/* @ end*/

/*-------------------------------------*/
/* @ group minicart */
/*-------------------------------------*/
#miniCart{
	display:block;
	width:110px;
	height:90px;
	position:absolute;
	bottom:0px;
	right:10px;
	background:url(../images/miniCart.jpg) center center no-repeat;
	text-transform:uppercase;
	text-align:center;
}

#miniCart a{
	display:block;
	color:#613A14;
	padding:48px 0px 0px 0px;
}

#miniCart span{
	display:block;
	font-size:16px;
}

#miniCart a:hover,
#miniCart a:focus{
	color:#ED1C24;
}
/* @ end */

/*end*/

/*------------2.3. content--------------*/
#content{
	background:#ffffff;
}

/* main content */
#mainCell{
	padding:10px;
}

#mainContent{
}

#breadcrumb{
	color:#A97C50;
	text-transform:lowercase;
	margin-bottom:10px;
}

#breadcrumb a{
	color:#E5D6B6;
}

#breadcrumb a:hover{
}

#breadcrumb .trail{}

#breadcrumb .prevNext{
	float:right;
	color:#65C3CB;
	text-align:center;
	width:430px;
}

#breadcrumb .prevNext a{
	color:#65C3CB;
}
/* end */

/* @ group contact form*/
#contactForm{}

#contactForm .textInput{
	width:250px;
}

#contactForm textarea{
	width:250px;
	height:100px;
}

#contactDetails{
	float:right;
	width:300px;
	padding:12px 0px 0px 0px;
}
/* end */

/* side content */
#sideCell{
	width:170px;
	text-align:center;
	background:url(../images/sideCell.gif) center bottom no-repeat;
	padding:15px 0px 150px 0px;
}

#sideContent{

}

/* @group side navigation */
#sideNav{
font-weight: bold;
}

#sideNav a{
	display:block;
	line-height:2em;
	color:#231F20;
}

#sideNav a:hover,
#sideNav a:focus{}

#sideNav li.selected a{
	color:#ED1C24;
}

#sideNav li.selectedwithsub a{}

#sideNav li.subselected a{
	color:#ED1C24;
	font-weight:bold;
}

#sideNav li.subcat a{
	color:#65C3CB;
	font-weight:bold;
}

#sideNav li.highlight1 a{
	font-weight:bold;
}

#sideNav li.highlight2 a{
	font-weight:bold;
	color:#ff0000;
}
/* @ end */

/*-------------------------------------*/
/* @ group home page*/
/*-------------------------------------*/
#customPromo{
	text-align:center;
	position:relative;
}

#homeOverlay{
	position:absolute;
	bottom:30px;
	right:-18px;
	width:61px;
	height:144px;
	background:url(../images/homePageOverlay.png) center  center no-repeat;
}

#customPromo table{
	margin:0  auto;
}

#customPromo a{
	display:block;
	height:201px;
	margin:0px 2px;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
}

td.product1 a{
	border:2px solid #ED1C24;
}

td.product2 a{
	border:2px solid #65C3CB;
}

td.product3 a{
	border:2px solid #613A14;
}

#customPromo img{
	display:block;
	vertical-align:top;
}

#welcomeMessage{
	padding:10px 20px 0px 20px;
	text-align:justify;
	font-weight:bold;
	color:#65C3CB;
}

#securityLogos{
	text-align:center;
}

#securityLogos a{
	margin:0px 10px;
}
/* @ end */

/*-------------------------------------*/
/* @ group product page */
/*-------------------------------------*/
table#prodtable {
}

tr.trImage {}

td.tdImage {}

td.tdImage td{
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:middle;
	border:2px solid #65C3CB;
}

td.tdImage img,
td.tdImage a
{
	display:block;
	margin:0 auto;
	width:130px;
	height:130px;
}

tr.trName {
}

td.tdName {
	padding:0px 15px;
	font-weight:bold;
}

div.nameWrapper{
	width:160px;
	margin:0 auto;
}

div.prodname a{
	display:block;
	margin-right:50px;
	text-align:left;
	padding:2px 0px;
}

tr.trDescription {}

td.tdDescription {
}

div.proddescription{
	width:160px;
	margin:0 auto;
	text-align:left;
}

tr.trPrice {}

td.tdPrice {
	color:#ED1C24;
}

div.prodprice{
	width:160px;
	margin:0 auto;
	text-align:left;
}

div.buyButton {
	float:right;
	width:48px;
	height:40px;
	line-height:40px;
	position:relative;
	z-index:10;
	margin-top:-9px;
}

td.tdBuyButton {}

td.productsImageHolder {}

.pagenums {
	text-align:center;
	text-transform:lowercase;
	color:#ED1C24;
}
/* @ end */

/*-------------------------------------*/
/* @ group categories page*/
/*-------------------------------------*/
table#categoriesTable {}

table#categoriesTable td{
	vertical-align:middle;
}

td.tdCatImage td{
	text-align:center;
	vertical-align:middle;
	width:150px;
	height:150px;
	border:2px solid #65C3CB;
}

td.tdCatImage img,
td.tdCatImage a{
	display:block;
	margin:0 auto;
}

td.tdCatName{
	padding-bottom:15px;
}

td.tdCatName a {
	display:none;
}

td.tdCatName a:hover{}
/* @ end */

/*-------------------------------------*/
/* @ group product details page */
/*-------------------------------------*/
/*product details table*/
table#productDetailTable {}

td.image-cell {
	width:302px;
}

a.hrefProductDetailImage {
	display:block;
	border:2px solid #65C3CB;
}

img.prodfullimage {}

a.zoom {
	display:block;
	text-align:right;
	padding:3px 0px;
	color:#A97C50;
}

a.zoom:hover {}

td.text-cell {
	padding:0px 40px 0px 60px;
}

div.productDetailOptions {}

div.productDetailOptions fieldset {
	padding:2px 0px;
}

div.productDetailPrice {
	color:#ED1C24;
	font-size:14px;
	padding:6px 0px;
	margin:10px 0px 0px 0px;
	border-bottom:1px solid #fbc8b4;
	border-top:1px solid #fbc8b4;
	text-transform:uppercase;
}

div.productDetailPrice strong{
	font-weight:normal;
}

div.productDetailEmailFriend {
	text-transform:uppercase;
	font-size:14px;
	padding:8px 0px 5px 35px;
	background:url(../images/eFriend.gif) center left no-repeat;
	zoom:1.0;
}

div.productDetailAddToWishlist {}

div.productDetailBuyNow {
	position:absolute;
	top:-15px;
	right:0px;
	width:74px;
	height:58px;
	text-align:center;
	background:#fff;
}

div.productDetailBuyNow strong{
	display:block;
	line-height:58px;
	font-weight:normal;
}
/* end */

/* @ group cross promotion */
div#cross-promotion {
    clear: both;
		background:url(../images/crossPromo.jpg) top center no-repeat;
		padding:28px 0px 0px 0px;
}

table#cross-promotion-table {
	float:right;
	display:inline;
	margin:0px 65px 0px 0px;
	text-align:center;
}

td.tdCrossPromo{
	width:141px;
}

tr.image-row {}

tr.image-row td img {
	width:110px;
	height:110px;
}

tr.image-row a {}

tr.product-name-row {
	display:none;
}

tr.price-row {
	display:none;
}
/* end */

/* @ group multi images */
#multiple-images a{
	display:block;
	text-align:center;
}
/* end group */

/* @ end */

/*-------------------------------------*/
/* @ group cart page */
/*-------------------------------------*/
form#checkoutForm {}

form#checkoutForm td,
table.cobtbl td{
	padding:2px;
}

#mainForm {}

#mainForm td {
	padding:2px;
}

#mainForm label{}

#mainForm input.textInput {
	width:220px;
}

#mainForm select {
	width:223px;
}

#mainForm select#payprovider {
	margin-left:78px;
	margin-bottom:5px;
}

#mainForm textarea {
	width:220px;
	height:70px;
	margin-left:78px
}
/* @ end */

/*-------------------------------------*/
/* @ group search page */
/*-------------------------------------*/
form#search-page-form {
}

form#search-page-form fieldset {
	padding:2px;
}

form#search-page-form label{
	display:block;
}

form#search-page-form input.textInput {
	width:220px;
}

form#search-page-form select {
	width:223px;
}

#search-info dt{
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}

#search-info dd{
	margin:0px 0px 10px 20px;
}
/* @ end */

/*-------------------------------------*/
/* @ group info pages*/
/*-------------------------------------*/
.contents{
	padding:60px 90px 20px 90px;
	background:url(../images/contents.gif) top left no-repeat;
}
/* @ end */

/*-------------------------------------*/
/* @ group affiliate page*/
/*-------------------------------------*/
table#affiliateTable td{
	padding:2px;
}

table#affiliateTable .textInput{
	width:100px;
}
/* @ end */

/* end */

/*-----------2.4. footer----------------*/
#footer {
	color:#ffffff;
}

#footer a {
	color:#ffffff;
	text-transform:capitalize;
}

#footer a:visited{}

#footer a:hover,
#footer a:focus {
	color:#ED1C24;
}

#footer1{
	background:#613A14;
	padding:4px 15px;
}

/* @ group subscribe form*/
#subscribeForm{
	float:left;
	width:32em;
}

#footer .submitBtn{
	vertical-align:middle;
}

#footer form label strong{
	text-transform:uppercase;
	color:#63C4CB;
	font-size:16px;
	font-weight:normal;
}

#footer .textInput{
	width:150px;
	border:1px solid #fff;
	margin:0px 5px 0px 10px;
	vertical-align:middle;
}
/* end */

/* @ group footer navigation */
#footerNav {
	text-align:right;
	line-height:2.6em;
	margin: 0px 0px 0px 505px;
}

#footerNav ul {}

#footerNav li {
	display:inline;
	padding:0px 5px;
}
/* end */

#credits{
	text-align:right;
	padding:3px 15px;
}

#credits a{}

#copyright{
	float:left;
	padding:3px 15px;
}

#copyright a{}
/*end*/


#searchForm{
	width: 285px; 
	float: left;
}
