/* ------------------------------ Profile Head */
#profile {
	margin: 0 auto;
	width: 970px;
}

#profileHead,
#profileCompanyBanner,
#profileCompanyLogo{
	/*clear:both;*/
	/*position:relative;*/
}
#profileCompanyLogoText h1 {
	color: #716658;
}

#profileCompanyLogo td,
#profileCompanyBanner td {
	border: none;
}

/* ------------------------------ Profile Main Navigation */

#profileNavigation {
	background: url('/res/profile/res/profile_home_nav_bg.jpg') repeat-x;
	border-bottom: 1px solid #9F9F9F;
	float: left;
	width: 970px;
}

#profileNavigation li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 10px;
	margin: 0 0 0px 0;
	color: black;
}

#profileNavigation ul{
	margin: 0;
	padding: 4px 20px 0 20px;
}

#profileNavigation a:hover,
#profileNavigation .active a{
	background-color: #FFFFFF;
	border: 1px solid #9F9F9F;
	padding: 2px 9px;
	color: black;
}

#profileNavigation a:hover{
	font-weight: normal;
}

#profileNavigation .active a{
	font-weight: bold;
	position: relative;
	top: 1px;
	left: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#profileNavigation li{
	display: inline;
	list-style: none;
	padding: 0 10px;
	float: left;
}


/* ------------------------------ Profile Sub Navigation */


#profileLeft{
	clear: both;
	float: left;
	width: 180px;
	min-height: 400px;
	padding-top: 20px;
}

#profileSubNavigation ul {
	background-color: #F4F4F4;
	border: 1px solid #E2E2E2;
	padding: 0;
	margin: 0;
}

#profileSubNavigation li{
	list-style: none;
	border-bottom: 2px solid #FFFFFF;
	padding: 4px 3px;
}

#profileSubNavigation li a{
	font-weight: normal;
}

#profileSubNavigation .active a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}



/* ------------------------------ Profile Content */
#profileHomeEditInfo {
	font-size: 108.34%;
		margin: 0 0 5px 0;
	color:#73655A;
}
#profileContent{
	float: left;
	width: 570px;
	padding: 43px 15px 20px 15px;
}
#profileContent .right {
	white-space:nowrap;
}
#profileContent td {
	border: 1px solid white;
}
#profileContent h1 {
	color: #716658;
}
#profileContent input[type=text] {
	margin-right: 5px;
}
#profileContent td div span {
	padding-right: 5px;
}
#profileContent .mceLayout td div span {
	padding-right: 0px;
}
#profileFooter{
	text-align:center;
}

/* ------------------------------ Profile Right Side (Extra Info) */

#profileRight{
	float: right;
	width: 190px;
	padding-top: 20px;
}

/* ------------------------------ Profile Foot */

#profileFoot{
	clear: both;
	font-size: 83.34%;
}

/* ------------------------------ Other */
.zCError {
	color: red;
	font-size: 12px;
}

#profile .information {
	font-size: 83.34%;
	color: #666;
}

#profile .information {
	font-size: 83.34%;
	color: #666;
}

#editModeButton {
	/*position: absolute;
	right: 15px;
	top: 60px;*/
	float: right;
	padding: 10px 0 0;
}

#editModeButton button {
	background-color: #FF6600;
	color: #FFFFFF;
	padding: 0 15px;
	 -moz-box-shadow: 5px 5px 5px #ccc;
	  -webkit-box-shadow: 5px 5px 5px #ccc;
	  box-shadow: 5px 5px 5px #ccc;
}

.zip input{
	width: 50px;
}

/* ------------------------------ Product Listing */
.productDetailLink {
	padding:3px 0 10px;
}
.productListing{

}
.product {
	clear: both;
}
.productImage{
	float: left;
	width: 80px;
	height: 80px;
	vertical-align: top;
	text-align: center;
	padding:5px;
}
.productDescription{
	float: left;
	padding: 0;
	/*width: 320px;*/
}
.productDescription p.bodytext{
	padding:0;
}
.productListing h2 {
	font-size: 100%;
}
/* ------------------------------------- News */

#newsList div {
	margin-bottom:5px;
}

#newsList ul {
	margin: 0;
	padding: 0;
}
#newsList li {
	list-style: none;
	padding-bottom: 5px;		
}


/* ------------------------------------- News Teaser */
.newsTeaser {
	margin:0 ;
	padding: 5px 5px;
}

.newsTeaser li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*
.subTitle{
	padding: 10px 0;
	font-weight: bold;
}*/

.newsDate{
	padding: 5px 0;
	display: block;
}
hr.spacer {
	margin-top:15px;
}

