@charset "utf-8";
/* CSS Document */

a {
	color: #EDDFC7; 
}
#header .my_account {
	float:right;
	margin:0 10px;
	margin-top:69px;
	color:#d0bb97;
	font-weight:bold;
}
#header .logout {
	float:right;
	margin:0 10px;
	margin-top:69px;
	color:#d0bb97;
	font-weight:bold;
}

#header .my_account a {
	color:#d0bb97;
	font-weight:bold;
}

#content .widget.title {
	color: #D3C09E;
	font-size: 1.4em;
}

#footer div.menu {
	width: auto;
	margin: 0 auto;
	padding: 5px;
	margin-top: 5px;
}

#footer {
	font-size: 0.9em ;
	border-top: 5px solid #749439;
	width: 100%;
	height:75px;
	background: #4d3d34 url(/images/galloways/wood_bg.png) repeat scroll 0 0;
}

#footer a {
	color:#FFFFFF;
}

#footer .copyright {
	color: #b5a079 !important;
}

#footer .copyright a {
	color: #b5a079 !important;
}

#footer .copyright a:hover {
	color: #FFFFFF !important;
}

#footer .custom_text {
	margin-top:0px;
}

#content .shopping_cart table { 
	background: transparent url(/images/galloways/semitransparent_bg.png) repeat;
	margin-left: -5px;
	width: 680px;
	padding: 10px;
	padding-bottom: 30px
}

.hr_break {
	/*border-bottom: solid 5px #CFBB96;*/
	clear: left;
	display: block;
	padding: 10px;
	
}

input[type="text"], input[type="textbox"], input[type="password"], textarea, select {
	width: 130px;
	border: 1px solid #513b2b;
	background: transparent url(/images/galloways/input_bg.png) repeat scroll 0 0;
	color: #FFFFFF;
	padding: 2px;
	text-indent: 1px;
}

select { width: 233px; background:#8F7960; padding: 0px; }
option { border: 1px solid #513b2b url(/images/galloways/input_bg.png) ; background: #513b2b url(/images/galloways/input_bg.png) repeat scroll 0 0; }

.widget.browse_items_per_page select { width: auto; }

.error {
	color: #ff9600 !important;
	border: 1px solid #ff9600 !important;
}

.widget.registration_form .error {
	width: 233px !important;
}

.widget.login_box .error {
	width: 219px !important;
}

.widget.checkout_details_form .error {
	width: 233px !important;
}


.shopping_list_title {
	display:none;
}

.list_price{
	text-decoration:line-through
}