/*@import url("reset.css");*/
@import url("cart.css");

@import url("screen-generic.css");
@import url("main-nav.css");
@import url("section-nav.css");
@import url("products.css");

/***************************************************************************************************
 * Top Bar (div#top-bar)
 **************************************************************************************************/
div#top-bar {
	text-align: right;
	border: 1px solid #000;
	font-size: 13px;
}

div#top-bar ul {
	float: right;
	list-style: none;
	margin: 0; padding: 7px 0 0 10px;
}

div#top-bar ul li {
	display: inline-block;
	float: left;
	padding: 0 10px 0 0;

}


div#top-bar ul li a.shopping_cart,
div#top-bar ul li a.online_shopping {
	padding-right: 23px;
	background-position: right;
	background-repeat: no-repeat;
}

div#top-bar ul li a.shopping_cart {
	background-image: url(../images/icon_cart.gif);
}

div#top-bar ul li a.online_shopping {
	background-image: url(../images/icon_bag.gif);
}


div#top-bar ul li.last {
	border: none !important;
}

div#top-bar ul a {
	text-decoration: none;
	color: #666 !important;
}

div#top-bar ul a.current {
	text-decoration: underline;
}

div#top-bar ul.left {
	float: left;
}


/***************************************************************************************************
 * Login Box (form#login)
 **************************************************************************************************/
form#login {
	width: 330px;
	margin: 100px auto 0 auto;
}

form#login legend { display:none; }

form#login fieldset {
	padding: 40px 20px 10px 20px; border:none;
	/* background-color:white; */
}

form#login label {
	padding: 2px 0 0 0;
	display: block;
	width: 120px;
	float: left;
	font-size: 12px;
	font-weight:bold;
}

form#login input.text {
	width: 155px;
	margin: 0 0 5px 0;
	float: left;
}

form#login span {
	display: block;
	text-align: right;
}
form#login p.msg {
	text-align: center;
	width: 100%;
}

form#login span.buttons { margin-right:4px; }

form#login ul.errors { background-color:white; }

/***************************************************************************************************
 * Errors (ul.errors)
 **************************************************************************************************/
ul.errors {
	text-align: left;
	color: #FF0000;
	border: 1px solid #FF0000;
	margin: 20px 0 0 0;
	padding: 10px;
}
ul.errors li {
	margin: 0 0 0 15px;
}


/***************************************************************************************************
 * Account Form (form#account)
 **************************************************************************************************/


form#account {
	font-size: 10px;
	width: 500px;
}

form#account label {
	margin-left: -140px;
	float: left;
	font-weight: bold;
	padding: 0.3em 0.5em 0 0;
}

form#account label.radio, form#account label.checkbox {
	font-weight: normal;
	margin: 0;
	float: none;
}

span.required {
	color: #FF0000;
	font-size: 150%;
}

form#account label span.required {

	width: 10px;
	float: left;
	margin: 0 0 0 -10px;
}

/* IE 6 and 7 Fixes */
* html form#account label { margin-bottom: -2em; }
*:first-child+html form#account label { margin-bottom: -2em; }

form#account p.buttons {
	border-bottom: none;
	padding: 0 0 20px 160px;
	text-align: right;
}

form#account p.opening_error {
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 494px;
}

form#account p.buttons input {
	width: auto;
}

form#account p input, form#account p textarea {
	width: 99%;
}

form#account input.radio, form#account input.checkbox {
	width: auto;
}

form#account p {
	padding-left: 150px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #999;
	width: 340px;
}

form#account fieldset fieldset p {
	width: 320px;
}

form#account p.opening {
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	border: none;

}

form#account span.error {
	color: red;
	display: block;
	margin: 0.5em 0 0 0;
}

form#account span.caption {
	color: #666;
	font-size: 0.9em;
	display: block;
	margin: 0.2em 0 0 0;
}


form#account fieldset {
	border: 1px solid #CCC;
	padding: 0.8em;
	margin-bottom: 1em;
}

form#account fieldset legend {
	border: 1px solid #CCC !important;
	background-color: #EEE;
	padding: 0.3em 0.5em 0.3em 0.5em;
	font-weight: bold;
}


/***************************************************************************************************
 * Misc Additions
 **************************************************************************************************/

div#si_text {
	width: 190px;
	height: 169px;
	background-position: 0 !important;
	background-image: url('../images/bg_side_box_text.jpg');
	padding: 10px
}

div#si_text p {
	margin: 0; padding: 0;
	line-height: 12px;
	font-size: 11px;
}

div#si_text h1 {
	background-repeat: no-repeat;
	background-image: url('../images/hd_welcome.gif');
	width: 78px; height: 11px;
	margin: 0 0 8px 0; padding: 0;
}
div#si_text h1 span {
	display: none;
}