*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "Lucida Grande","Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #4d4d4d;
	background: url(../images/backgrounds/main_topstrip.png) repeat-x top left;
}
body a
{
	color: #4d4d4d;
	text-decoration: none;
}
body a:hover
{
	color: #F42D86;
	text-decoration: none;
}
ul
{
	list-style: none;
}
input
{
	height: 17px;
	border: 1px solid #cfcfcf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4d4d4d;
	padding: 4px 10px 4px 10px;
	background: url(../images/backgrounds/search.png) repeat-x top left;
	margin-right: 10px;
}
option
{
	padding-right: 10px;
}
p
{
	margin-bottom: 20px;
}
#mainWrapper
{
	float: left;
	width: 960px;
	position: relative;
	margin: 20px 0px 20px 0px;
}
.fieldError
{
	background-image: none;
	background-color: #FCFF8C;
}

.wrapper
{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}
#contentWrapper
{
	padding: 0px 20px 20px 20px;
}

#colOne
{
	float: left;
}
#colTwo
{
	float: right;
}

/* ---------------------------------------
ACCOUNT BAR
--------------------------------------- */

#accountBar
{
	height: 25px;
}
#accountBar div
{
	float: right;
}
#accountBar ul
{
	margin-top: 7px;
	height: 15px;
}
#accountBar li
{
	float: left;
	padding: 0px 10px 0px 10px;
	height: 11px;
	border-right: 1px solid #b0b0b0;
	line-height: 11px;
}
#accountBar #basket
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	border: none;
	background: url(../images/icons/top_basket.png) no-repeat center left;
}
#accountBar a:hover
{
	color: #4d4d4d;
	text-decoration: underline;
}

/* ---------------------------------------
NAV BAR
--------------------------------------- */

#navBar
{
	height: 44px;
	margin: 20px 0px 20px 0px;
}
h1
{
	width: 178px;
	height: 44px;
	position: relative;
	font-size: 6px;
	line-height: 6px;
}
h1 span
{
	background: url(../images/icons/logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h1,#navHolder,#navBar ul,#navBar li
{
	float: left;
}
#navHolder
{
	width: 782px;
}
#navHolder div
{
	float: right;
}
#navBar ul
{
	margin-top: 33px;
	height: 11px;
}
#navBar li
{
	font-size: 13px;
	border-right: 1px solid #b0b0b0;
	padding: 0px 10px 0px 10px;
	height: 11px;
	line-height: 11px;
}
#navBar #navLast
{
	padding: 0px 0px 0px 10px;
	border: none;
}

/* ---------------------------------------
WELCOME BAR
--------------------------------------- */

#welcomeBar
{
	width: 960px;
	height: 35px;
	background-color: #F42D86;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1px;
}
#welcome
{
	float: left;
	width: 690px;
	padding: 8px 20px 0px 20px;
	font-size: 19px;
	color: #fff;
}
#welcome span
{
	float: left;
}
#buyersVendors
{
	float: right;
}
#buyersVendors a
{
	display: block;
	float: left;
	height: 20px;
	margin-left: 10px;
	position: relative;
}
#buyersButt
{
	width: 70px;
}
#buyersButt span
{
	background: url(../images/buttons/buyers.gif) no-repeat top left;
}
#buyersButt:hover span
{
	background: url(../images/buttons/buyers.gif) no-repeat bottom left;
}
#vendorsButt
{
	width: 80px;
}
#vendorsButt span
{
	background: url(../images/buttons/vendors.gif) no-repeat top left;
}
#vendorsButt:hover span
{
	background: url(../images/buttons/vendors.gif) no-repeat bottom left;
}
#buyersVendors a span
{
	position: absolute;
	width: 100%;
	height: 100%;
}
#signUp
{
	float: right;
	width: 230px;
	height: 35px;
	background: #454545 url(../images/icons/signin_arrow.gif) no-repeat;
	color: #a3a3a3;
	font-size: 13px;
}
#signUp a
{
	color: #fff;
}
#signUp a:hover
{
	color: #fff;
	text-decoration: underline;
}
#signUp div
{
	padding: 10px 0px 10px 45px;
}

/* ---------------------------------------
WELCOME SCROLL
--------------------------------------- */

#signInBar,#vendorsBar,#buyersBar
{
	float: left;
	width: 960px;
	background: url(../images/backgrounds/signin.gif) repeat-y top left;
	margin-bottom: 1px;
}
#signInErrors
{
	float: right;
	width: 250px;
	padding: 18px;
	color: #fff;
}
#signInErrors div
{
	height: 25px;
	padding-left: 25px;
	margin-bottom: 15px;
}
.errorIcon
{
	background: url(../images/icons/sigin_error.gif) no-repeat top left;
}
#signInForm
{
	width: 200px;
	float: right;
	padding: 15px;
}
#signInForm input
{
	width: 178px;
	margin-bottom: 10px;
}
#signInForm a
{
	color: #fff;
}
#signInForm a:hover
{
	color: #fff;
	text-decoration: underline;
}
#forgot
{
	float: left;
}
#signInButt
{
	display: block;
	float: right;
	width: 70px;
	height: 20px;
	position: relative;
}
#signInButt span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/buttons/signin_butt.gif) no-repeat top left;
}
#signInButt:hover span
{
	background: url(../images/buttons/signin_butt.gif) no-repeat bottom left;
}

#vendorsBar div,#buyersBar div
{
	padding: 10px 0px 15px 10px;
}
.loginStats
{
	float: left;
	margin-right: 25px;
}
.loginStats h5
{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}
.loginStats ul
{
	list-style: none;
}
.loginStats li
{
	border-bottom: 1px solid #F998C2;
	margin-top: 3px;
}
.loginStats a
{
	color: #fff;
}
.loginStats a:hover
{
	color: #F998C2;
}

/* ---------------------------------------
HEADER IMAGES
--------------------------------------- */

h2
{
	clear: both;
	width: 960px;
	height: 180px;
	position: relative;
	margin-bottom: 20px;
}
h2 span
{
	background: url(../images/headers/new_header.jpg) no-repeat;
	position: absolute;
	width: 960px;
	height: 180px;
}
h2 span a
{
	display: block;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------
HEADINGS
--------------------------------------- */

h3
{
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #F42D86;
	padding-bottom: 5px;
	border-bottom: 1px solid #F42D86;
	margin-bottom: 20px;
}

h3 #newMore
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: "Lucida Grande","Lucida Sans",Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #4d4d4d;
}
h3 #newMore:hover
{
	color: #F42D86;
}

/* ---------------------------------------
TWITTER
--------------------------------------- */

div#twitter
{
	position: relative;
	width: 946px;
	height: 28px;
	padding: 22px 0 0 14px;
	background: url(../images/backgrounds/twitter_feed.png) no-repeat top left;
	margin-bottom: 20px;
}
div#twitter h2
{
	font: 15px/15px Georgia, "Times New Roman", Times, serif normal;
	display: inline;
}
div#twitter a#follow
{
	position: absolute;
	top: 0px;
	right: 12px;
	display: block;
	width: 61px;
	height: 40px;
}

/* ---------------------------------------
WHATS NEW
--------------------------------------- */

#newItems,#newItems *
{
	float: left;
}
#newItems
{
	margin-bottom: 20px;
}
#newItems img
{
	width: 110px;
	height: 110px;
	border: 0;
}
#newItems a
{
	padding: 4px;
	margin-right: 20px;
	background-color: #e6e6e6;
	border: 1px solid #ccc;
}
#newItems a:hover
{
	background-color: #F76DA9;
	border: 1px solid #F42D86;
}
#newItems .lastNewItem
{
	margin: 0;
}

/* ---------------------------------------
SEARCH BOX
--------------------------------------- */

#searchForm
{
	float: left;
	position: relative;
	width: 960px;
	border-top: 1px solid #F42D86;
	border-bottom: 1px solid #F42D86;
	padding: 20px 0px 7px 0px;
	margin-bottom: 20px;
}
#searchForm *
{
	float: left;
}
#searchForm h3
{
	border: 0;
	padding: 3px 0px 0px 0px;
	margin-right: 20px;
}
#searcher
{
	width: 195px;
}
#searchButt
{
	background: none;
	border: none;
	padding: 0;
	width: 29px;
	height: 28px;
}
#adSearchLink
{
	margin: 5px 0px 0px 15px;
}

#adSearch
{
	margin-bottom: 20px;
}
#adSearchForm p
{
	float: left;
	width: 100%;
}
#adSearchForm label,#adSearchForm select
{
	float: left;
}
#adSearchForm label
{
	display: block;
	padding-right: 10px;
}
#adSearchForm select
{
	margin-right: 20px;
}

#autoCompleteChoices
{
	position: absolute;
	float: none;
	top: 47px;
	left: 241px;
	width: 215px;
	background-color: white;
	border: 1px solid #cfcfcf;
	margin: 0px;
	padding: 0px;
}
#autoCompleteChoices ul
{
	float: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#autoCompleteChoices ul li
{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#autoCompleteChoices ul li a
{
	float: none;
	display: block;
	padding: 3px;
}
#autoCompleteChoices ul li a:hover
{
	color: #fff;
	background-color: #F998C2;
}

/* ---------------------------------------
BROWSE CATEGORIES
--------------------------------------- */

#female,#male
{
	float: left;
	margin-bottom: 20px;
}
#browseCategories
{
	float: left;
	width: 920px;
	padding: 15px 20px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 20px;
}
#female #browseCategories
{
	background-color: #fde1ed;
	border-top: 1px solid #F42D86;
	border-bottom: 1px solid #F42D86;
}
#male #browseCategories
{
	background-color: #D4EFF5;
	border-top: 1px solid #86D2E4;
	border-bottom: 1px solid #86D2E4;
}
#browseCategories span
{
	float: left;
}
#womenMen
{
	float: right;
}
#womenMen a
{
	display: block;
	float: left;
	width: 70px;
	height: 20px;
	margin-left: 10px;
	position: relative;
}

#female #womenButt span
{
	background: url(../images/buttons/women_women.gif) no-repeat top left;
}
#female #womenButt:hover span
{
	background: url(../images/buttons/women_women.gif) no-repeat top left;
}
#female #menButt span
{
	background: url(../images/buttons/women_men.gif) no-repeat top left;
}
#female #menButt:hover span
{
	background: url(../images/buttons/women_men.gif) no-repeat bottom left;
}

#male #womenButt span
{
	background: url(../images/buttons/men_women.gif) no-repeat top left;
}
#male #womenButt:hover span
{
	background: url(../images/buttons/men_women.gif) no-repeat bottom left;
}
#male #menButt span
{
	background: url(../images/buttons/men_men.gif) no-repeat top left;
}
#male #menButt:hover span
{
	background: url(../images/buttons/men_men.gif) no-repeat top left;
}

#womenMen a span
{
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------
MAIN CATEGORIES
--------------------------------------- */

#mainCategories
{
	float: left;
	width: 960px;
	background: url(../images/backgrounds/cat_faux_cols.png) no-repeat bottom left;
}
#mainCategories div
{
	float: left;
	width: 184px;
	margin-right: 10px;
	padding-bottom: 7px;
}
#mainCategories #lastCategory
{
	margin-right: 0px;
}

h4
{
	display: block;
	width: 174px;
	height: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding: 13px 0px 0px 10px;
}
#female h4
{
	background: url(../images/backgrounds/women_cat_header.png) no-repeat;
}
#male h4
{
	background: url(../images/backgrounds/men_cat_header.png) no-repeat;
}

#male a:hover
{
	color: #86D2E4;
}

#mainCategories ul
{
	list-style: none;
	width: 182px;
	border-left: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
#mainCategories li
{
	width: 172px;
	height: 20px;
	background: url(../images/icons/main_cat_arrow.gif) no-repeat center left;
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0px 0px 10px;
}
#mainCategories .lastSubCategory
{
	border: 0;
}

/* ---------------------------------------
LEGAL STRIP
--------------------------------------- */

#legalBar
{
	clear: both;
	height: 45px;
	background: url(../images/backgrounds/legal_strip.png) repeat-x top left;
}
#legal
{
	width: 930px;
	height: 30px;
	background: url(../images/icons/legal_icon.png) no-repeat top left;
	margin: 0px 20px 0px 20px;
	padding: 15px 0px 0px 30px;
}
#legal span
{
	color: #7d7d7d;
	margin-right: 7px;
}
#legal li
{
	float: left;
}
#legal a
{
	border-left: 1px solid #7d7d7d;
	padding: 0px 7px 0px 7px;
}
#legal a:hover
{
	color: #4d4d4d;
	text-decoration: underline;
}

/* ---------------------------------------
BUTTONS
--------------------------------------- */

#proceedButt
{
	display: block;
	position: relative;
	width: 120px;
	height: 20px;
}
#proceedButt span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/buttons/proceed.gif) no-repeat top left;
}
#proceedButt:hover span
{
	background: url(../images/buttons/proceed.gif) no-repeat bottom left;
}

#finishButt
{
	display: block;
	position: relative;
	width: 120px;
	height: 20px;
}
#finishButt span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/buttons/finish.gif) no-repeat top left;
}
#finishButt:hover span
{
	background: url(../images/buttons/finish.gif) no-repeat bottom left;
}

.error
{
	margin-bottom: 20px;
	color: #CC0000;
}
