/* Font setting */

body, input, select {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	color: #666;
	font-size: 76%;
}

body {
	background: #C6C176 repeat-x center top;
	padding: 0 25px;
	margin: 29px 0;
	text-align: center;
}

/* Content frame */

#shadow {
	background: center top no-repeat;
	margin: 0 auto 0 auto;
	padding: 9px 0 0;
	text-align: left;
	width: 716px;

}

#content {
	border: 1px solid #9F994B;
	background: #fff;
	margin: 0 8px;
	padding: 0 20px 20px;
}


/* Location */

#location {
	padding: 20px 0 16px 0;
}
#location h1 {
	color: #FFC76F;
	font-size: 21px;
	padding: 0;
	margin:0px;
	font-weight: normal;
}
#location h1 a {
	color: #BDB76B;
	font-size: 18px;
	text-decoration: none;
}
#location h1 a:hover {
	color: #F0E68C;
}


/* Main & Extra */

#main {
	position: relative;
	float: left;
	width: 460px;
	margin: 20px 0;
}

#extra {
	position: relative;
	float: right;
	width: 180px;
	margin: 20px 0;
}

#main h1, #extra h1 {
	font-size: 1em;
	font-weight: normal;
	color: #BDB76B;
	margin: 0;
}

#main h2, #extra h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #2F4F4F;
	margin: 12px 0 0;
}

#main h3, #extra h3 {
	font-size: 1em;
	font-weight: normal;
	color: #BDB76B;
	margin: 0;
}


/* Files content */

#files {
	position: relative;
	float: left;
	margin: 20px 0;
	width: 100%;
}
#files h3 {
	font-size: 1em;
	font-weight: normal;
	color: #718ea5;
	margin: 0;
}


/* Copyright notice */

#copy {
	margin-top: 5px;
}
#copy p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#copy a {
	color: #718ea5;
	text-decoration: none;
}
#copy a:hover {
	color: #8cc0e5;
	text-decoration: underline;
}



/* Line */

.line {
	background: #718ea5 url("line.gif") repeat-x;
	height: 1px;
	font-size: 0;
	clear: both;
	margin: 0;
	padding: 0;
}


/* Item box */

.item {
	position: relative;
	background: #fafbfc url("item_bg.gif") left bottom repeat-x;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
}
.item a {
	color: #93b2c8;
}
.item a:hover {
	color: #8cc0e5;
	background: #fff;
}
.item h4 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #222;
}
.item p {
	font-size: 0.9em;
	text-align: justify;
	margin: 0 0 5px 0;
}

.price #old {
	color: #FF4500;
	text-decoration: line-through;
}

.price #new {
	font-weight: bold;
}

.oldprice {
	text-decoration: line-through;
	color: #FF4500;
}

.newprice {
	color: #FF4500;
}

.promo {
	color: #556B2F;
}

/* Lists */

.nav {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: disc outside url("arrow.gif");
}
.nav li {
	padding: 0;
	margin: 0;
}

.check {
	padding: 0;
	margin: 0 0 0 18px;
	list-style: outside url("check.gif");
}
.arrow {
	padding: 0;
	margin: 0 0 0 18px;
	list-style: outside url("arrow.gif");
}


.right {
	position:relative;
	float:right;
}


.files {
	width: 100%;
	
}
.files th {
	text-align: left;
}
.files td {
	border-top: 1px solid #fff;
}
.files img {
	border: 0;
	margin-right: 2px;
	vertical-align: text-bottom;
}

h4.func {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	background: #ecf0f3;
}

/* forms */
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 1em;
}
select {
	font-size: 1em;
}


code, pre {
	padding: 1px;
	border: 1px solid #dcddde;
	background-color: #eeeff0;
	font-family: "Courier New", courier, monospace;
	font-size: 0.8em;
}
