body {
	background-color : #79A94B;
	font-size:15px;
	margin:0;
}

a {
	/*color: #f2df85;*/
	color:#cf0000;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	color: #ecd25a;
	text-decoration: underline;
}

a.no {
	color: #f2df85;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
a:hover.no {
	color: #f2df85;
	text-decoration: line-through;
	font-weight: bold;
}

h1{
	color: #f2df85;
	font-family: Arial;
	font-weight: bold;
}

h1 a {
	color: #f2df85;
}

h1 a:hover {
	color: #f2df85;
}

h2{
	color: #f2df85;
	font-style: italic;
}
h3{
	font-size: 14pt;
	color: white;
}

h4{
	font-family: "trebuchet ms";
	color: white;
	font-size:14px;
	font-style: normal;
}

hr {
	width : 95%;
	color: #f2df85;
}

#orderBy {
	display:none;
}

img.stock{
	border : 3px outset #f2df85;
}

font.highlight{
	color : #ffffff;
}

div.infobox {
	float:right;
	clear:both;
	text-align:left;
	width:198px;
	border: 1px solid #667635;
	background-color: #91A94B;
	padding:2px 5px;
	font-size:13px;
	margin-top:10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

div.infobox h3 {
	text-align:center;
}

div.infobox ul {
	list-style:none;
	line-height:18px;
}

div.infobox img {
	border: 0;
	vertical-align:top;
}

img.icon {
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	margin:0px;
}

img.smallicon {
	width: 47px;
	height: 47px;
}

div#photobox {
	text-align:center;
	margin-bottom:25px;
	margin-left:0;
	margin-right:0;
}

div#photobox img {
	max-width:900px;
	max-height:900px;
}

div#otherpics {
	float:right;
	max-width:210px;
	margin:5px 5px 0 10px;
	text-align:right;
}

/* --- Stock Listing Page --- */

p.tags a {
	color: #fefed6;
}

.stockitem p.tags {
	color: #7e7e56;
	text-align:center;
	display:none;
}

div#stockitems {
	width:100%;
	text-align:center;
	position:relative;
}

div.stockitem {
	border : 1px groove #c7d78e;
	background : #adc263;
	position:relative;
	height:600px;
}

div.stockitem p {
	text-align:justify;
	padding:0 5px;
}

/* --- Stock Item Page --- */
div#descriptionbox {
	border: 1px groove #c7d78e;
	background: #adc263;
	/*padding:0 0 22px 0;*/
	margin:10px 0;
	position:relative;
}

div#descriptionbox p {
	margin:10px;
}

div#descriptionbox a:hover {
	color:#9a1010;
}

div.price {
	position:absolute;
	bottom:0;
	left:0;
	padding: 3px 8px 3px 5px;
	background-image:url('/img/price-box.png');
	background-position: top right;
	background-repeat: no-repeat;
	display:inline-block;
	font-family: "verdana";
	font-size: 16px;
	vertical-align:top;
	color: #000;
}

a:hover < div.price {
	text-decoration:none;
}

div.stockitem a.price:hover {
	text-decoration:none;
}

p.warning {
	border: 1px solid #ffff00;
	background-color:#fff;
	padding:5px;
	font-family:verdana !important;
	font-size:10px !important;
	width:450px;
}

img.sold {
	border:0;
	position:absolute;
	top:0;
	left:0;
}

p.tags {
	font-size:12px !important;
	margin:0;
}
p.tags a {
	font-weight:normal;
}

div#orderBy {
	text-align:center;
	font-size:12px;
	font-family:'trebuchet ms',sans-serif;
	/*width:300px;
	margin-left:auto;
	margin-right:auto;*/
}

div#orderBy ul {
	list-style:none;
	padding:0;
	margin:0;
	visibility:hidden;
	height:0px;
}

div#orderBy ul li .selected {
	font-weight:bold;
	font-style:normal;
}

div#orderBy ul li a.selected {
	text-decoration:underline;
}

#header img {
	margin:10px;
	width:600px;
	height:131px;
	border:0;
}

#header {
	margin:0;
	text-align:center;
	background-image: url('/img/bg_tile.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	height:190px;
	background-color:#efefe5;
}