/*
ecommerce
Shipping geographic choice stylesheet
Version: 1.0
Date: 13 January 2010
Author: Joel Schou, Front End Developer, User Experience Team

Copyright (c) 2010 BI(R). All Rights Reserved. BI(R) is a trade name of Schoeneckers, Inc.
www.biworldwide.com
*/

/* this should always point at default */
@import url("../../ecommerce/designthemes/default2009/styles/login_main.css");


/* customizations start here */
a:link, a:visited {
	color: #00498f !important;
}
a:hover {
	color: #666 !important;
}


div.geochoice {
	width: 730px;
	min-width: 0 !important;
	margin: 0 auto !important;
	background: none;
}


div.geochoice #header {
	padding-left: 0 !important;
	width: 730px !important;
	min-height: 0 !important;
}

#header #logo {
	padding: 5px 0;
}


div.geochoice #content_wrapper {
	padding-left: 0 !important;
	width: 730px !important;
}

div.geochoice #content .half-module h2 {
	width: 720px !important;
	background: url(../../ecommerce/designthemes/default2009/images/half-module-h2.jpg) no-repeat !important;
}

div.geochoice .half-module {
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
	width: 730px !important;
	clear: both;
}

div.geochoice .half-content {
	padding-top: 10px !important;
	height: 330px;
	background: url(map.png) 0 0 no-repeat !important;
	overflow: auto;
}
div.insideUS .half-content {
	background-position: 0 -360px !important;
}
div.outsideUS .half-content {
	background-position: 0 -720px !important;
}


div.geochoice #footer {
	position: relative !important;
	bottom: auto !important;
	margin: 0 auto !important;
	width: 730px !important;
}