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

a {
	color: #749439; 
}

#header .anniversary { position:absolute; margin:25px 0px 0px 340px; }
#header .anniversary img {  }
#header .social_media { float:right; margin:15px 15px 0px 0px; }
#header .social_media a { border:none; }
#header .social_media a img { border:none; }

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

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

#content .widget.title {
	color: #333333;
	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 #BBBBBB;
	/*background: transparent url(/images/galloways/input_bg.png) repeat scroll 0 0;*/
	background: none;
	color: #555555;
	padding: 2px;
	text-indent: 1px;
}

select { width: 233px; background:none; padding: 0px; }
option { border:none; background:white; /*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
}

.widget.constant_contact_registration input[type="text"]
{
    background: url("/images/galloways/input_bg.png") repeat scroll 0 0 transparent;
    width:171px;
    border: 1px solid #513B2B;
    color: #555555;
    margin: 20px 0 0 10px;
    padding: 4px;
    text-indent: 3px;
}
.widget.constant_contact_registration .submit
{
    margin: 20px 0 0 10px;
    padding: 4px;
    vertical-align: bottom;
}

#header .widget.constant_contact_registration { float:right; margin:18px 10px 0px 0px; }
#header .widget.constant_contact_registration #cc_form h2 { float:left; padding:3px 10px 4px 0px; color:#e4dbcf; font-size:12px; font-weight:bold; }
#header .widget.constant_contact_registration #cc_form h2 span { display:none; }
#header .widget.constant_contact_registration #cc_form br { float:left; display:inline-block }
#header .widget.constant_contact_registration #cc_form input[type="text"] { float:left; width:150px; margin:0px 5px 0px 0px; color:#FFFFFF; }
#header .widget.constant_contact_registration #cc_form .submit { margin:0px; padding:0px; }



