/*
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.2.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/*
	Copyright (c) 2007-2008 JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

/* -- General & Body Rules -- */

body {
	background: url(/img/layout/bg-body.gif) repeat-x #978f8e;
	font-family: Arial, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
}

#content a {
	background-color: #FDF7A3;
	padding: 0 2px;
}

#content a:hover {
	background-color: #FEFBD1;
	color: #111;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.center {
	text-align: center;
}

.highlight {
	font-weight: bold;
}

/* -- Top Section -- */

#top a {
	font-size: 14px;
	color: #fff;
}


/* -- Boxed Sections -- */

.box {
	border: 1px solid #bbb;
	background: url(/img/layout/bg-box.gif) repeat-x top #fafafa;
	overflow: hidden;
	margin-bottom: 18px;
	clear: both;
}

#content .box h2 {
	color: #333;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	font-weight: bold;
	margin: 0 0 10px;
	text-shadow: #fff 1px 1px 1px;
}

#content .box p {
	margin: 18px 20px;
}

#content .box p.author {
	margin-top: 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

/* -- Image Positioning -- */

img.fl {
	float: left;
	margin: 10px 20px;
}

img.fr {
	float: right;
	margin: 10px 20px;
}

img.center {
	margin-bottom: 18px;
}



/* -- Search Forms -- */

table.search {
	margin-bottom: 18px;
}

table.search td {
	padding-right: 20px;
}

table.search #keywords {
	width: 300px;
}

table.search input#code {
	width: 130px;
}

label {
	font-weight: bold;
	line-height: 1.8em;
}



/* -- Link Buttons -- */

a.button input {
	position: absolute;
	width: 1px;
	height: 1px;
	border: none;
	background: none;
	overflow: hidden;
}

#content .button/*, #content .submit_button*/ {
	outline: none;
	background: transparent url('/img/layout/bg-button-l.png') no-repeat left top;	
	display: block;
	height: 30px;
	padding-left: 10px;
	text-decoration: none;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-right: 0.5em;
}

#content .button span/*, #content .submit_button span*/ {
	background: transparent url('/img/layout/bg-button-r.png') no-repeat scroll top right;
	display: block;
	padding-right: 10px;
	line-height: 30px;
}

#content .button:hover/*, #content .submit_button:hover*/ {
	background-position: 0 -30px;
	color: #000;
}

#content .button:hover span/*, #content .submit_button:hover span*/ {
	background-position: right -30px;
}

/* -- Button Icons -- */
.icon_tick
{
	background: transparent url(/img/icons/tick.png) no-repeat scroll 0pt 50%;
	padding-left: 20px;
}

.icon_plus
{
	background: transparent url(/img/icons/add.png) no-repeat scroll 0pt 50%;
	padding-left: 20px;
}

.icon_cross
{
	background: transparent url(/img/icons/cross.png) no-repeat scroll 0pt 50%;
	padding-left: 20px;
}

.icon_back
{
	background: transparent url(/img/icons/arrow_left.png) no-repeat scroll 0pt 50%;
	padding-left: 20px;
}

.icon_print
{
	background: transparent url(/img/icons/printer.png) no-repeat scroll 0pt 50%;
	padding-left: 20px;
}

/* -- Alert Box -- */

.alert {
	background: url(/img/layout/bg-alert-top-wide.gif) no-repeat top;
	text-align: center;
	color: #222;
	margin-bottom: 18px;
	clear: both;
}

#content .alert p {
	margin: 0;
	padding: 9px 6px;
}

#content .alert .last {
	background: url(/img/layout/bg-alert-btm-wide.gif) no-repeat bottom;
	padding-bottom: 6px;
}

#content.columns .alert {
	background: url(/img/layout/bg-alert-top.gif) no-repeat top;
	clear: both;
}

#content.columns .alert .last {
	background: url(/img/layout/bg-alert-btm.gif) no-repeat bottom;
}


/* -- Feedback Box -- */
.feedback {
	background: #e2f1de;
	text-align: center;
	color: #222;
	margin-bottom: 18px;	
}

.feedback-warning {
	background: #ffe6e3;
}

#content .feedback .last {
	margin: 0;
	padding: 3px 0 3px;	
}

#content .feedback .last img {
	padding-right: 5px;
	position: relative;
	top: 3px;
}

#content .feedback .last a {
	color: #0061bc;
	background: #e2f1de;
	font-weight: bold;
	margin-left: 3px;
}

#content .feedback-warning .last a {
	background: #ffe6e3;
}

#price_dollar_sign {
	float: left;
}

div.itemimg {
	position: absolute;
	right: 30px;
	top: 30px;
	border: 1px solid #E4E4E4;
	background-color: #FAFAFA;
	padding: 6px;
}

.tempimage {
	width: 200px;
	font-size: 10px;
	text-align: center;
}

#loginbar, #loginbar-columns {
	text-align: center;
	float: right;
	padding: 0;
	margin: 8px 0 16px;
}





#content .full_list_link {
	background: transparent #000000 url('/img/stuff') scroll 0 0;
	width: 200px;
	height: 30px;
}

.valid_addresses, .valid_addresses_col {
	color: #006600;
}

#content .valid_addresses p, #content .valid_addresses_col p {
	background-color: #CCFFCC;
	list-style: none;
	padding: 10px;
	margin: 10px 0;
	color: #000000;
}

.valid_addresses_col {
	float: left;
	width: 445px;
	margin-right: 30px;
}

.invalid_addresses, .invalid_addresses_col {
	color: #CC0000;
}

#content .invalid_addresses p, #content .invalid_addresses_col p {
	background-color: #FFE6E3;
	list-style: none;
	padding: 10px;
	margin: 10px 0;
	color: #000000;
}

.invalid_addresses_col {
	float: left;
	width: 445px;
}

#content .framed h1 {
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 10px;
}

#content .framed .buttons-container {
	margin: 20px 0 20px;
	border-top: 1px solid #ADADAD;
	padding-top: 10px;
	clear: both;
}

.email_details {
	margin-bottom: 20px;
	padding-top: 55px;
	background: url('/img/layout/email_gradient.jpg') repeat-x;
}


/* -- Misc rules -- */

a.button {
	display: block;
	background: url(/img/layout/bg-button-l.png) no-repeat left top;
	color: #fff;
	line-height: 28px;
	padding-left: 10px;
	font-size: 14px;
	outline: none;
	margin: 0;
	float: left;
}

a.button span {
	display: block;
	background: url(/img/layout/bg-button-r.png) no-repeat right top;
	height: 30px;
	padding: 0 10px 0 0;
}

a.button:hover {
	text-decoration: none;
	background-position: left -30px;
}

a.button:hover span {
	background-position: right -30px;
}

a.button:active {
	outline: none;
}

.buttons {
	padding: 10px 0 25px 0;	
	float: left;
	width: 100%;
}

.button.left {
	float: left;
}

.button img {
	vertical-align: top;
	float: left;
	padding: 6px 3px 0 0;
}

.buttons-container {
	clear: both;
	float: left;
	width: 100%;
}

.buttons-container p {
	padding-top: 5px;
}



