/*************************************************************************
' Function : CSS defintions for the store.
' Product  : Shopping Tree Store Frontend
' Version  : 3.3
' Modified : January 2005
' Copyright: Copyright (C) 2004 Shopping Tree.Com 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at webmaster@ShoppingTree.com
'**************************************************************************/
/* CSS Template Additonl Body and HTML styles */
html,body{
	margin:0;
	padding:0;
}
body {
	min-width: 95%;
	text-align: center;
	/*background-color: #5B3A18;*/
	background: url(../Images/back3.jpg) repeat;
}
a {
	text-decoration: none;
}
/* General Tag specifications */
BODY, B, TD, P     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}
/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: none}
/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}
/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}
/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}
/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}
/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}
/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt}
/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}
/* Product Long Description */
.CPprodDescLong {}
/* Product Detail */
.CPprodDet {}
/* Product SKU */
.CPprodSKU {}
/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}
/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}
/* Product List Price - Text Label */
.CPprodLPriceT {}
/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}
/* Product Sale Price - Text Label */
.CPprodSPriceT {}
/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}
/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}
/* In Stock text */
.CPinStock {COLOR: #888888}
/* Out of Stock text */
.CPoutStock {COLOR: red}
/* No Image text */
.CPnoImgT {COLOR: #800000}
/* Category List */
.CPcatDescList {}
/* Category Description - No products linked to it */
.CPcatDesc {}
/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}
/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}
/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}
/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}
/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */
/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: none}
/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt;}
.CPsysMsgURL {FONT-SIZE: 10pt}
/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */
/* Highlights used in search results */
.CPhighlight {
	COLOR: #000000;
	BACKGROUND-COLOR: #ffff66;
}
/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */
/* Radio Button options */
.CPoptRadio {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 8pt;
}
/* Option Description for "Mandatory" options*/
.CPoptDescM {
	FONT-STYLE: italic;
	color: Red;
}
/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {
	FONT-SIZE: 6pt;
	TEXT-DECORATION: none;
}
.install { 
	BORDER: 1px solid #BBC3D3
}
.installcomment {
	PADDING-LEFT: 30px;
}
.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}
.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

/*ADDED for CPMods.com Multiple Image Support */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images/prevlabel.gif) left top no-repeat; } 
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right top no-repeat; } 


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* END of CPMods.com Multiple Image Support*/
/* --- Navigation Styles ---*/
/* Navigation */
ul#mainnav {
	position: static;
	/*background-color: #F9C963;*/
	width: 100%;
	margin: 0px;
	padding: 1px;
	list-style: none;
	/*color: #666666;*/
	color: #FFFFFF;
	font-size: 11px;
}
ul#mainnav li {
	border-bottom: 1px dashed White;
	margin: 0px;
	padding: 0px;
	padding:5px;
	display: block;
	list-style: none;
	width: 100%;
}
ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	/*color: #615336;*/
	color: #FFFFFF;
	display: block;
	margin: 0px;
	height: 12px;
	padding-left:4px;
	/*padding: 2px;
	border: 2px none White;	*/
}
ul#mainnav li a:hover {
	text-decoration: underline;
	/*color: #000;
	background: #603F1E;*/
	font-weight: normal;
	list-style: none;
}
/*CPMods, Extra Page TITLE CSS*/
.hText1 {
	COLOR: #FF4500;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.hText2 {
	COLOR: #FF4500 ;
	font-size: 14px;	
}
.hText3 {
	COLOR: #000 ;
	font-size: 11px;
	font-weight: normal;
}
/* --------------------------- */
/* --- CSS Template Styles --- */
/* --------------------------- */
/* --- _INCtemplate_.asp --- */
div#surfmovie{
	width: 180px;
}
div#container{
	background: #EEE8AA;
	/*background: url(../Images/bg_sidemenu.jpg) repeat;*/
	margin: 0px auto;
	height: 100%;
	width: 765px;
	text-align:	center;
	border-left: 1px solid White; 
	border-right: 1px solid White; 
	/*border: 1px solid #DDDDDD;*/
}
div#header{
	position: relative;
	top: 0px;
	height: 175px;
	width: 100%;
	vertical-align: bottom;
	background: White;
}
div#headerleft{
	position: absolute; 
	/*top:0px; */
	left: 1em; 
	width: 25%;  
	/*margin: 1% 1% 0 0;*/
	vertical-align: bottom;
}
div#headermiddle{
	position: absolute; 
	top:10px;
	left: 41%;
	width: 20%; 
	margin-top: 1%;
	text-align: left;
}
div#headerright{
	position: absolute; 
	bottom:0px; 
	right: 1em; 
	margin: 1% 0 0 1%;
}
div#cartinfo{
	position: relative;
	width: 140px;
	background-color: #F5F5F5;
	border: 1px solid #BBC3D3;
}
div#cartinfoH{
	position: relative;
	font-weight: bold;
	text-align: center;
	background-color: #DDDDDD;
	border-bottom: 1px solid #BBC3D3;
	height: 1.4em;
}
div#cartinfoB{
	position: relative;
	height: 1.4em;
	width: 100%;
}
div#cartinfoL{
	position: absolute;
	left: 0em;
	width: 49%;
	text-align: left;
	padding-left: .5em;
}
div#cartinfoR{
	position: absolute;
	right: 0em;
	width: 49%;
	font-weight: bold;
	text-align: left;
}
div#main{
	/*position: relative;*/
	float: right;
	width:550px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: left;
	}

div#mmenu{
	position: relative;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	float: left;	
	width:190px;
	/*padding-top: 16px;
	padding-left:10px;*/
	BACKGROUND-COLOR: #5B3A18;
	/*background: url(../Images/bg_sidemenu.jpg) repeat;*/
}
div#mmenucontainer{
	position: relative;
	left: 0px;
	/*width: 95%;*/
	margin-left: 0px;
	padding-left: 0px;
	/*border: 1px solid #BBC3D3;*/
}
div#mmenuhead{
	font-weight: bold;
	BACKGROUND-COLOR: #000 ;/*#5B3A18;*/
	color: White;
	text-align: center;
	height: 1.5em;
}
div#mmenubody{
	/*BACKGROUND-COLOR: #F9C963;*/
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
div#mmenubody A:link{
	COLOR: #333333; 
	FONT-SIZE: 10px; 
	text-align: left;
	TEXT-DECORATION: none;
}
div#mmenubody A:visited{
	COLOR: #333333; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none;
}
div#mmenubody A:hover{
	COLOR: #996666; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none;
}
div#topbar{
	position: relative;
	COLOR: White; 
	padding-top: 0px;
	margin-top: 0px;
	BACKGROUND-COLOR: #5B3A18; 
	height: 20px;
	vertical-align: top;
	border-bottom: 2px solid White;
}
div#topbar A:link     {
	COLOR: White;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
div#topbar A:visited  {
	COLOR: White;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
div#topbar A:hover    {
	COLOR: #FFA500;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
div#topbarleft{
	position: absolute; 
	top:0px; 
	left: 10px;  
	margin: 2px 0 0 0;
	height: 20px;
	width: 90%;
	text-align: center;
}

div#topbarright{
	position: absolute; 
	top:0px; 
	right: 10px; 
	margin: 2px 0 0 0;
	height: 20px;
}

div#topbar H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #87CEEB;
	display: inline;
}
div#footer{
	position: relative;
	vertical-align: text-bottom;
	clear: both;
	text-align: center;
	height: 3em;
	padding: 0px;
	bottom: 0px;
}
div#footerimage {
	position: relative;
	vertical-align: text-bottom;
	clear: both;
	bottom: 0px;
}
div#footer a {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #396FF2;
}
div#footer a:hover{
	text-decoration: underline;
}
div#footerpolicies{
	position: relative;
	width: 100%;
	height: 1.2em;
	padding: 0em;
	background-color: #EEEEEE;
}
div#footerinfo{
	position: relative;
	width: 100%;
	height: .7em;
}
div#footerleft{
	position: absolute;
	left: 0em;
}
div#footerright{
	position: absolute;
	right: 0em;
}
div#footerstats{
	position: relative;
	text-align: center;
	width: 100%;
	top: .5em;
	height: 0.7em;
}
/* --- default.asp --- */
div#prodinfoB{
	display: block;
	margin-left: -200px;
	margin-right: -200px;
	width: 100%;
	height: 20em;
}
div#prodsub{
	 position:relative;
	 float: left;
	 width:48%;
	 left:0em;
	 height: auto;
	 border-bottom:1px solid #BBC3D3;
	 border-left: 1em solid #FFF;
}
div#prodimage{
	 position: relative;
	 width:30%;
	 float:left;
	 min-height:15.5em !important;
	 height:15.5em;
	 border:1px solid #BBC3D3;
	 border-bottom:0;
	 background-color:#F5F5F5;
}
div#prodinfo{
	 position: relative;
	 width:68%;
	 float: right!important;
	 float:left;
	 background-color:#FFFFFF;
	 text-align:left;
	 top: 0.5em;
	 border-left: 0.5em solid #FFF;
}
/* --- prodlist.asp --- */
div#prodinfoecB{
	position:relative;
	width: 98%;
	padding-bottom:1em;
	min-height:10em !important;
	height:10em;
	border-bottom: solid 1px #BBC3D3;
	border-left: solid .5em #BBC3D3;
	padding-left: 1%;
}
div#prodinfoecL{
	left:0em; 
	float:left;
	width:42%;
	text-align:left;
}
div#prodinfoecM{
	position:relative;
	right: 0em;
	width:42%;
	float: left;	
	height: 10em;
	bottom:1em;
}
div#prodinfoecR{
	position:relative; 
	float: left;
	right:1em; 
	top:0em; 
	width:15%;
	text-align: right;
}
div#prodinfoecRi{
	 position:absolute; 
	 left:0em; 
	 width:49%;
}
div#prodinfoecRb{
	 position:absolute; 
	 right:0em; 
	 width:49%; 
	 text-align:left; 
	 top:2em;
}
div#prodinfoColM{
	text-align:center;
	position:relative;
	float:left;
	min-height: 18em !important;
	height:18em;					
}
div#prodinfoColB{
	position:absolute;
	width:100%;
	vertical-align:text-bottom;
	left:0em;
	bottom:1em;
}
div#prodinfo2Col{
	text-align:center;
	position:relative;
	float:left;
	min-height:15em !important;
	height:15em;
	width:49%;
}
div#prodinfo2ColT{
	text-align:left; 
	width:69%;
	left:0em;
	float:left;
	padding:1em;
}
div#prodinfo2ColI{
	position:absolute;
	width:30%;
	right:0em;
	top:1em;
	bottom:1em;
	height:auto;
	text-align:center;
}
/* --- prodView.asp --- */
div#prodviewM{
	width:95%; 
	position:relative; 
	text-align:left;
}
div#prodviewL{
	width:65%; 
	position:relative; 
	float:left;
}
div#prodviewR{
	width:34%; 
	position:relative; 
	float:left
}
div#prodviewBox{
	width: 18em;
}
div#prodviewBoxH{
	width:100%;
	top:0em; 
	text-align:center;
}
div#spacer{
	height: 10px;
}
div#supplier{
	position: relative;
	width: 175px;
	/*height: 125px;*/
	text-align: center;
	vertical-align: middle;
	/*padding: 10px 20px;
	background-color: White;
	border: 1px solid #A9A9A9;*/
	left: 7px;
	top: 5px;
}
.imgbor {
	border-top: 2px solid White;
	border-bottom: 2px solid White;
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* 
  -----------------------------------
  Gallery Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Gallery Type: Horizontal
  Insert-Mode CSS
  -----------------------------------
*/
#p7GS {
	font-family: Arial, Helvetica, sans-serif;
}
#p7GSvpW3 {
	margin: 0 auto;
	background-color: #5B3A18; /*was FFFFFF*/
	border: 2px solid #FFFFFF;
	text-align: center;
}
#p7GSvp {
	margin:0 auto;
	background-color:#5B3A18; /* was FFFFFF */
	position:relative;
}
#p7GSsc {
	position:relative;
	margin:0;
}
/* ------------ Hide Description --------------------- */
#p7GSsc div {display: none;}

/* ------------ Thumbnail Lists --------------------- */
#p7GSsc ul {
	margin:0;
	padding:0;
	position:relative;
}
#p7GSsc li{
	margin:0;
	padding:0; /* do not use padding or margin on li, use margin and padding on img */
	list-style-type: none;
	display:inline;
}
#p7GSsc img {
	padding: 6px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 6px 6px;
}

/* ------ Thumbnail Hover and Down Classes ------------------------------- */

#p7GSsc .p7GSover {
	border-color: #FF9900;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #FFFFFF;
}
#p7GSsc .p7GSon {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #999999;
	border-color: #F0E68C;
}

/* ------------ Thumbnail Nav Styles ------------ */
#p7GSnv {
	margin: 0;
	padding: .25em 0;
	font-size: 0.75em;
	background-color: #EEE8AA; /* was FFFFFF */
	/*border: 1px solid #FFFFFF;*/
	color: #333333;
	text-align: center;
}
#p7GSnvtitle {
	margin: 0 10px 0 0;
	display: inline !important;
	color: #333333;
}
#p7GSnv span {
	display: none;
}
#p7GSnv h2 {
	margin: 0;
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: capitalize;
	letter-spacing: normal;
}
#p7GSnv a {
	padding: 0 .5em;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
}

#p7GSnv a:visited {
	color: #333333;
	background-color: #FFFFFF;
}
#p7GSnv a:hover,
#p7GSnv a:active,
#p7GSnv a:focus {
	border-color: #333333;
	color: #FFFFFF;
	background-color: #FF9900;
}

.p7GSnvon {
	color: #FFFFFF!important;
	border-color: #333333!important;
	background-color:#AEBF3F!important;
	cursor: default;
}

/* ------------FULLSIZE IMAGE DIV---------------- */
/* WRAPPER */
#p7GSfs {
	/* border: 1px solid red; */
	margin: 12px 0 12px 0;
	display: none;
}
/* FullSize Row Construct */
.p7GSfst {
	width: 1px;
	margin: 0 auto;
}
/* ------------FULLSIZE IMAGE DIV---------------- */
/*IMAGE ROW*/
.p7GSfsi {
	background-color:#FFFFFF;
	padding: 8px;
	border: 1px solid #333333;
}
/* IMAGE */
.p7GSfsi img {
	padding: 0px;
	border: 1px solid #000000;
}

/* -------------------------- IMAGE CAPTION ---------------- */
/* CAPTION ROW */
.p7GSfsc {
	color: #333333;
	padding: 3px 0;
}
.p7GSfsc p{
	font-size:0.9em;
}

/* ------------------------- IMAGE DESCRIPTION ------------- */
/* DESCRIPTION ROW */
.p7GSfsd {
	padding: 0;
	font-size: .9em;
}
.p7GSfsd div {
	margin: 0px;
	padding: 6px 0 0 0;
	color: #333333;
}
.p7GSfsd p{
	margin: 0px;
}

/* ------------- progess bar div ----------------- */
#p7GSpb {
	position:absolute;
	visibility:hidden;
}
/* ------------- placeholder div for loading image ---------- */
#p7GSah {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index: 1000;
}

/*COUNTER*/
.p7GScounter {
	letter-spacing: normal;
	font-weight: normal;
	text-transform: lowercase;
}
#Quantum-of-Solace {
	display : none;
	visibility: hidden;	
}
#web-design-maroochydore-sunshine-coast {
	display : none;
	visibility: hidden;
}
#blog {
	/*margin-left: 205px;*/
	margin-top: 50px;
	position: relative ;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Blog*/
/* Typography :: Main entry
----------------------------------------------- */
h2.date-header {
font-weight:normal;
text-transform:uppercase;
letter-spacing:.1em;
font-size:90%;
margin:0;
padding:0;
}
.title {
	font-size:12px;
	font-weight:bold;
}
.post {
margin-top:8px;
margin-right:0;
margin-bottom:24px;
margin-left:0;
}
.post h3 {
font-weight:normal;
font-size:140%;
color:#1b0431;
margin:0;
padding:0;
}
.post h3 a {
color: #1b0431;
}
.post-body p {
line-height:1.5em;
margin-top:0;
margin-right:0;
margin-bottom:.6em;
margin-left:0;
}
.post-footer {
font-family: Verdana, sans-serif;
font-size:74%;
border-top:1px solid #BFB186;
padding-top:6px;
}
.post-footer a {
margin-right: 6px;
}
.post ul {
margin:0;
padding:0;
}
.post li {
line-height:1.5em;
list-style:none;
background:url("http://www.blogblog.com/scribe/list_icon.gif") no-repeat left .3em;
vertical-align:top;
padding-top: 0;
padding-right: 0;
padding-bottom: .6em;
padding-left: 17px;
margin:0;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}