/* @override http://webdesign.gs/garfield/style/garfield-order.css */

/* @group ORDER GOLD */

#ordergold {
	width: 438px;
	height: 710px;
	margin-left: 85px;
	margin-top: 25px;
}

#ordergold ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ordergold a {
	display: block;
	width: 160px;
	height: 160px;
	background: url(../images/gold-collection.jpg) no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
}

#ordergold ul li.left {
	float: left;
}

#ordergold ul li.right {
	float: right;
}

#ordergold ul li.center {
	width: 144px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

a#goldeagle {
	background-position: -5px -8px;
}

a#goldeagle:hover {
	background-position: -5px -718px;
}

a#goldkangaroo {
	background-position: -5px -179px;
}

a#goldkangaroo:hover {
	background-position: -5px -889px;
}

a#goldkrugerrand {
	background-position: -5px -354px;
}

a#goldkrugerrand:hover {
	background-position: -5px -1064px;
}

a#goldmapleleaf {
	background-position: -290px -8px;
}

a#goldmapleleaf:hover {
	background-position: -290px -718px;
}

a#goldpanda {
	background-position: -290px -179px;
}

a#goldpanda:hover {
	background-position: -290px -889px;
}

a#goldbuffalo {
	background-position: -290px -354px;
}

a#goldbuffalo:hover {
	background-position: -290px -1064px;
}

a#goldbar {
	width: 144px;
	height: 197px;
	background-position: -146px -513px;
}

a#goldbar:hover {
	background-position: -146px -1223px;
}



/* @end */

/* @group LEFT CHART */

#orderchart {
	float: left;
	background-color: #f1e8de;
}

#orderchart ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gold-chart-order .top {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	width: 250px;
	font: bold .7em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #cbbc9d;
}

#gold-chart-order {
	background-color: #f0e9dd;
	width: 250px;
	height: auto;
}

#gold-chart-order .top {
	background: url(../images/gold-bg.jpg) repeat-x;
}

#orderchart #gold-chart-order ul li {
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	border-bottom: 1px dotted #cbbc9d;
	padding-bottom: 15px;
	text-indent: 5px;
	padding-top: 15px;
}

#gold-chart-order li.type {
	float: left;
	width: 165px;
	border-right: 1px dotted #cbbc9d;
	border-left: 1px solid #cbbc9d;
}

#gold-chart-order li.cost {
	float: right;
	width: 80px;
	border-right: 1px solid #cbbc9d;
}

#order-wrap {
	width: 605px;
}

#coin-image {
	width: 185px;
	height: 375px;
	float: left;
	margin-left: 45px;
}

#coin-image img {
	margin: 0;
	padding: 0;
}

#coin-image h1 {
	text-align: center;
}

/* @end */

/* @group PRICE CHART */

#order-price-chart {
	width: 300px;
	float: right;
	background: url(../images/blue-bg.jpg) repeat-x;
	height: auto;
}

#order-price-chart h3 {
	margin: 0;
	padding: 0;
	font: bold 12px/40px Verdana, Arial, Helvetica, Geneva, sans-serif;
	display: block;
	text-indent: 15px;
}

#order-price-chart p {
	line-height: 12px;
}

#order-price-chart b {
	font-size: 11px;
	font-weight: bold;
}

#order-price-chart p span {
	font-style: italic;
	font-size: 10px;
}

#order-price-chart ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
	border-bottom: 1px dotted #d7dbe4;
}

.order-ul {
	height: 71px;
}

#order-price-chart ul li {
	padding-left: 5px;
}

li#weight.header, li#infoweight.info {
	border-right: 1px dotted #d7dbe4;
	border-left: 1px dotted #d7dbe4;
	width: 93px;
}

li.header {
	float: left;
	display: block;
	width: 95px;
	font-weight: bold;
	border-bottom: 1px dotted #d7dbe4;
	height: 15px;
}

li.info {
	float: left;
	display: block;
	width: 95px;
	height: 20px;
	border-bottom: 1px dotted #d7dbe4;
	padding-top: 3px;
	padding-bottom: 5px;
}

li.price {
	width: 144px;
	clear: both;
	float: left;
	height: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-right: 1px dotted #d7dbe4;
}

#order-price-chart ul li.price b {
	display: inline;
	font-size: 10px;
}

li.buy {
	width: 145px;
	float: right;
	height: 15px;
	padding-top: 1px;
}

li.buy input {
	width: 20px;
	border: 1px solid silver;
	position: relative;
	top: 2px;
}

li.buy input.buynow {
	height: 20px;
	margin-left: 5px;
	width: 70px;
	background: url(../images/buynow.jpg) repeat-x;
	border-style: none;
	text-indent: -9000px;
	overflow: hidden;
	position: relative;
	top: 1px;
}

li.buy input.buynow:hover {
	background-position: 0 -20px;
	cursor: pointer;
}



/* @end */
