/* Stylesheet Fruits */

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	background: #eee;
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	min-height: 90%;
	background: #eee url('./images/content.gif') repeat-y;
}

#wrapheader {
	height: 100px;
	background: #eee url('./images/header.gif') no-repeat;
	line-height: 25px;
}
#wrapheader h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -3px;
	padding: 30px 0 0 30px;
}
#wrapheader h1 a {
	text-decoration: none;
	color: #EC8714;
}
#wrapheader h1 a:hover {
	text-decoration: none;
	color: #999;
}
#wrapheader h2 {
	color: #89A537;
	font-size: 20px;
	font-weight: 100;
	padding: 0 0 0 31px;
}

#wrapcentre {
	padding: 15px 25px 0 25px;
}

#bottom {
	width: 800px;
	margin: 0 auto;
	background: #eee url('./images/bottom.gif') no-repeat;
	padding-top: 10px;
	height: 20px;
}

#wrapfooter {
	font-size: 11px;
	color: #666;
	text-align: center;
}

#menu {
	height: 180px;
	background: #eee url('./images/menu.gif') no-repeat;
	line-height: 24px;
}
#menu ul {
	list-style-type: none;
	padding: 10px 0 0 40px;
}
#menu ul li a {
	color: #E7D68D;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
}
#menu ul li.menu-default a {
	color: #800;
}
#menu ul li a:hover {
	color: #333;
	text-decoration: none;
}

#main-menu {
	float: right;
	margin: 23px 10px 0 0;
}

#main-menu li {
	list-style: none;
	display: inline;
	padding: 2px 7px;
}

#datebar {
	border-top: 1px solid #aaa;
}


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #666;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
 
table {
	width: 100%;
	/*border: 1px solid #CCCFD3;*/
	background-color: #FFFFFF;
	padding: 1px;
}

th {
	padding: 3px 4px;
	color: #FFFFFF;
	background: #70AED3 url("./images/gradient2b.gif") bottom left repeat-x;
	border-top: 1px solid #6DACD2;
	border-bottom: 1px solid #327AA5;
	text-align: center;
	text-transform: uppercase;
}

td {
	padding: 4px;
	line-height: 1.20em;
}

/*table {
	width: 100%;
}
 
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 2px 5px;
}

td {
	padding: 2px;
}*/
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
	background: #70AED3 url("./images/gradient2b.gif") bottom left repeat-x;
	text-indent: 4px;
}

.row1 { background-color: #F9F9F9; }
.row2 { background-color: #DCEBFE; }
.row3 { background-color: #DBDFE2; }
.row4 { background-color: #E4E8EB; }
.col1 { background-color: #DCEBFE; }
.col2 { background-color: #F9F9F9; }

.spacer {
	background-color: #DBDFE2;
	height: 1px;
	line-height: 1px;
}

/*.row1 {
	background-color: #ECECEC;
	padding: 4px;
}

.row2 {
	background-color: #DCE1E5;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}*/

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}

/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.content {
	font-size: 13px;
}

.username-coloured {
	font-weight: bold;
}

/* Div
 ------------ */
div.back2top {
	text-align: right;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

/* Product
 ------------ */
/* cat_desc */
#cat_desc { }

#cat_desc_img {
	width: 10px;
}

#cat_desc_content {
	font-size: 1.1em;
	vertical-align: top;
	text-align: left;
}
/* item_detail */
#item_detail .item_img {
	text-align: center;
}

#item_detail .item_content {
	vertical-align: top;
	/*text-align: center;*/
}

#item_detail .item_price {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}

#item_detail_btn {
	clear: both;
	margin-top: 100px;
}

#item_detail_btn .btn_return {
	font-size: 13px;
	font-weight: 600;
}

/* item_info */
ol.item_info {
	font-size: 1.2em;
	list-style: none;
	padding-left: 12px;
	vertical-align: top;
}

ol.item_info li {
	margin-bottom: 10px;
}

ol.item_info li span {
	margin:0;
	padding:0;
	display: block;
	padding-left: 12px;
}

/* catlist & itemlist */
table.catlist td {
	width: 1%;
	text-align: center;
	font-size: 1.33em;
	height: 50px;
}

table.itemlist td {
	width: 1%;
	font-size: 1.3em;
	text-align: center;
}

table.itemlist .price {
	color: #990000;
	font-weight: 600;
}

table.item_pages th {
	text-align: left;
	font-size: 13px;
}

table.item_pages th a {
	color: #FFFFFF !important;
}

table.item_pages span.date {
	display: block;
	margin-bottom: 0.75em;
	font-size: x-small;
}

/* Index
 ------------ */

#side-block {
	position: absolute;
	margin-left: 550px;
	width: 200px;
}

#new-posts {
	margin-bottom: 20px;
}

#new-posts ul {
	list-style: none;
}

#new-posts b, #new-posts div {
	background-color: #CED1E1;
}

#new-posts div {
	padding: 8px;
	font-size: 10px;
	min-height: 15em;
}

#rel-links b, #rel-links div {
	background-color: #DEE4E2;
}

#rel-links div {
	padding: 8px;
	font-size: 12px;
}

b.b1f, b.b2f, b.b3f {
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin: 0;
	padding: 0;
}
b.b1f {
	margin: 0 4px; 
	height: 1px;
}
b.b2f {
	margin: 0 2px; 
	height: 1px;
}
b.b3f {
	margin: 0 1px; 
	height: 2px;
}

#main-content {
	width: 550px;
}

#index-content {
	line-height: 1.5em;
	padding-bottom: 20px;
}

#rand-items	{
	margin-top: 30px;
	font-size: 1.1em;
}