/*
 * Puckhaber Main Stylesheet
 */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
	text-align: center;
	margin: 0;
	
	background-color: #c1beb3;
	
	color: #f3f2e3;
	font-size: 10pt;
	font-family: 'Myriad Pro', Tahoma, Arial, sans-serif;
}

form {
	margin: 0;
}

#rap {
	width: 1001px;
	margin: 50px auto;
	
	text-align: left;
}

#banner {
	clear: both;
	margin-right: 15px;
}

#bannerimage {
	margin-left: 130px;
	margin-bottom: 6px;
	border: 0;
}

#navigation {
	clear: both;
	margin-right: 15px;
}

#navcontents {
	margin-left: 130px;
	background-color: #F3F2E3;
	height: 28px;
	color: #9C9A92;
	border: 1px solid #9c9a92;
}

#navcontents ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navcontents li {
	float: left;
	margin-left: 8px;
	margin-top: 7px;
	margin-right: 15px;
	
	font-size: 11pt;
}

.colheights {
	height: 501px;
}

#col1 {
	width: 130px;
	float: left;
		
	text-align: right;
}

#col1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: 18px;
	margin-bottom: 20px;
}

#col1 ul ul {
	margin-right: 1px;
}

#col1 li {
	font-size: 11pt;

	color: #ffffff;
}

#col1 ul ul li {
	font-size: 9pt;
}

#col2 {
	width: 603px;
	float: left;
	
	background-color: #fff;
	
	border-left: 1px solid #9c9a92;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #9c9a92;
	border-top-style: none;
}

.pagesectionheading {
	/*color: #C1BEB3;*/
}

#maincontent {
	height: 491px;
	padding: 10px 20px 0px 20px;
	overflow: auto;
	
	/* added 23/6/09 */
	color: #7c746b;
}

.categoryitem {
	background-color: #fafaf4;
	border-top: 1px solid #f2f2f1;
	border-left: 1px solid #f2f2f1;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	padding: 2px;
	margin-bottom: 5px;
	
	/*min-height: 150px;*/
	
	cursor: pointer;
}

.catitemimagerap {
	float: left;
	width: 180px;
	text-align: center;
}

.catitemimage {
	border: 0;
	margin: 0 auto;
}

.catitemtextrap {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.catitemtitle {
	font-size: 12pt;
}

.catitemdesc {
	font-size: 9pt;
	width: 520px;
	height: 50px;
}

.catitemrightrap {
	float: right;
	margin-right: 15px;
	margin-top: 16px;
}

#col3 {
	width: 250px;
	float: left;
	
	background-color: #fff;
	
	border-top-style: none;
	border-left-style: none;
	border-right: 1px solid #9c9a92;
	border-bottom: 1px solid #9c9a92;
}

.insetimage, .insetimage2 {
	border: 0;
	margin: 0;
	padding: 0;
}

.insetimage2 {
	margin-top: 1px;
}

#col4 {
	width: 15px;
	float: left;
	position: relative;
}

#creditimage {
	margin-left: 2px;
	border: 0;
	position: absolute;
	bottom: 0;
}

#footer, #footer2 {
	clear: both;
}

.footerimage1 {
	float:  left;
	margin-left: 130px;
}

.footerimage2 {
	float: right;
	margin-right: 15px;
}

.footerimage {
	margin-top: 5px;
}

.home-image {
	display: none;
}

/*
 * Puckhaber Links Stylesheet
 * Ibis Design 2009
 */
 
a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

#navcontents a, #navcontentsadmin a, #navcontents a:visited, #navcontentsadmin a:visited {
	color: #9C9A92;
}

/*#navcontents a:hover, #navcontentsadmin a:hover, #navcontents a:active, #navcontentsadmin a:active {
	color: #ffffff;
}*/

#col1 a, #col1 a:visited {
	/* color: #c1beb3; */
	color: #ffffff;
}

/*#col1 a:hover, #col1 a:active {
	color: #c1beb3;
}*/

#col2 a, #col2 a:visited, #colmain a, #colmain a:visited {
	color: #c1beb3;
	text-decoration: underline;
}

#col2 a:hover, #col2 a:active, #colmain a:hover, #colmain a:active {
	color: #c1beb3;
	text-decoration: none;
}

/*
 * Forms stuff
 */

.textbox {
	border: 1px solid #c1beb3;
	color: #9c9a92;
	background-color: #f3f2e3;
	padding: 2px;
}

.button {
	background-color: #c1beb3;
	border: 1px solid #9c9a92;
	color: #f3f2e3;
	padding: 2px;
	
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}

.specialbutton {
	background-color: #c1beb3;
	padding: 0px 6px;
	border: 1px solid #9c9a92;
	height: 24px; 
	line-height: 24px;
	color: #f3f2e3;
	font-size: 12px;
}

div.formelement label {
	display: block;
	margin-bottom: 8px;
}

div.formelement label span {
	display:block;
	float:left;
	padding-right:6px;
	padding-top: 2px;
	width:150px;
	text-align:right;
	font-weight:bold;
}

div.formelementmessageerror label {
	display: block;
	margin-bottom: 8px;
}

div.formelementmessageerror label span {
	display:block;
	float:left;
	padding-right:6px;
	padding-top: 2px;
	width:150px;
	text-align:right;
	color: #f00;
}

div.formelementmessagesuccess label {
	display: block;
	margin-bottom: 8px;
}

div.formelementmessagesuccess label span {
	display:block;
	float:left;
	padding-right:6px;
	padding-top: 2px;
	width:150px;
	text-align:right;
	color: #030;
}

.tinymcepad {
	display: block;
	margin-bottom: 8px;
}

.tinymcepad2 {
	display:block;
	float:left;
	padding-right:6px;
	padding-top: 2px;
	width:150px;
	text-align:right;
	font-weight:bold;
}

.pagesection {
	margin-top: 10px;
	margin-bottom: 20px;
}

.pagesectionheading {
	font-size: 11pt;
	padding-bottom: 2px;
	border-bottom: 1px solid #c1beb3;
	margin-bottom: 10px;
}

#searchicon {
	float: right;
	padding-top: 3px;
}

#searchicon img {
	margin-top: 6px;
	margin-right: 6px;
}

.productmainimage {
	float: left;
	padding-right: 0px;
}

.productmainimage img {
	border: 2px #c1beb3 solid;
}

.productinfoheader {
	float: right;
}


/*
 * Puckhaber Extras Stylesheet
 * Ibis Design 2009
 */

#searchbox {
	position: absolute;
	top: 0;
	right: 0;
	float: right; 
	width: 198px; 
	height: 33px; 
	z-index: 10; 
	text-align: left; 
	display: none;
	border: 1px solid #9c9a92;
	background-color: #fff;
}

#searchbox div {
	padding: 5px;
}

#searchbox div form {
	margin: 0;
	padding: 0;
	display: inline;
}


/*
 * Puckhaber Admin Stylesheet
 * Ibis Design 2009
 */

#navcontentsadmin {
	margin-left: 130px;
	background-color: #F3F2E3;
	height: 28px;
	color: #9C9A92;
	border: 1px solid #9c9a92;
	
	margin-bottom: 10px;
}

#navcontentsadmin ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navcontentsadmin li {
	float: left;
	margin-left: 8px;
	margin-top: 7px;
	margin-right: 15px;
	
	font-size: 11pt;
}
 
#colmain {
	float: left;
	color: #ffffff;
	width: 626px;
	
	line-height: 160%;
}

#colmain a {
	color: #9C9A92 !important;
}

#colmain .heading {
	font-size: 11pt;
}

.adminsection {
	margin-top: 10px;
	margin-bottom: 20px;
}

.adminsectionheading {
	font-size: 11pt;
	padding-bottom: 2px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

#imagemgrleft {
	width: 250px;
	float: left;
	text-align: center;
}

#imagemgrright {
	width: 370px;
	float: left;
}

#imagemgrright a {
	color: #fff !important;
}

#imagemgrselect {
	width: 230px;
}

.imagemgrthumbnail {
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/empty.png');
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px #9C9A92 solid;
}

.imagemgrthumbnail2 {
	border: 2px #9C9A92 solid;
}

.listtable {
	width: 100%;
	border: 0;
}

.listtable td {
	border: 1px #9C9A92 solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
}

.headerrow td {
	font-weight: bold;
}

.listrow td {
	
}

.existingproductimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*
.mceToolbarTop * {
	float:left;
}

.mceToolbarTop select {
	width:auto!important;
}

.mceToolbarTop option {
	float:none;
}*/

.galleryview {
	clear: both;
	width: 100%;
}

.galleryitem {
	width: 100px;
	float: left;
	padding: 10px;
	font-size: 8pt;
}

.galleryitem a {
	color: #fff !important;
}

/*
 * facebook like buttons
 */
#navcontents {
	position: relative;
}

.twitter {
    position: absolute;
    right: 115px;
    top: 4px;
    width: 160px;
    overflow: hidden;
}

iframe.fblike {
	position: absolute;
	top: 4px;
	right: 20px;
}

/*
 * now using full height columns for all pages
 */
.colheights {
	height: auto;
	min-height: 501px;
}
#maincontent {
	height: auto;
	min-height: 491px;
}

/* subcategory listings */
.subcategory-item {
    float: left;
    width: 24%;
    margin: 25px 4% 25px 4%;
    text-align: center;
    min-height: 200px;
    background-color: #FAFAF4;
    border-top: 1px solid #F2F2F1;
    border-left: 1px solid #F2F2F1;
    border-right: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    padding: 5px 2px;
    color: #7C746B;
}

.subcategory-item a {
    color: #7C746B !important;
}

.subcategory-item img {
    display: block;
    margin: 0 auto 20px auto;
    border: 1px solid #9c9a92;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
