/***************************************************************
Style Sheet for eSpeakers.com

Copyright 2007 by eSpeakers.com, All Rights Reserved
***************************************************************/

#content {
}

#columnWrapper {
	padding:0;
	width:960px;
}

.column1 {
	display:inline;
	float:right;
	width:767px;
}

.column2 {
	display:inline;
	float:left;
	padding:0;
	width:193px;
}

/* Layout Styles for Inline Columns */
.column {
	float: left;
}
.threeSteps {
	font-size:95%;
}
	.threeSteps .column {
		margin-bottom:4px;
		padding:6px;
		min-height:20em;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:20em;
		
		width:224px;
		
		margin-right:8px;
		background: #ebebeb;
	}
	.threeSteps .step {
		float:left;
		margin:0 6px 6px 0;
	}

/* Preferences Layout and Appearance */
.preferenceBox {
	padding: 5px;
	font-size: 12px;
}
.preference {
	margin: 4px 0 8px;
	border-bottom: 1px solid #BCBEC0;
}

/* login screen */
hr.divider {
	border-bottom-color:#EFEFEF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color-ltr-source:physical;
	border-left-color-rtl-source:physical;
	border-left-color-value:-moz-use-text-color;
	border-left-style-ltr-source:physical;
	border-left-style-rtl-source:physical;
	border-left-style-value:none;
	border-left-width-ltr-source:physical;
	border-left-width-rtl-source:physical;
	border-left-width-value:0;
	border-right-color-ltr-source:physical;
	border-right-color-rtl-source:physical;
	border-right-color-value:-moz-use-text-color;
	border-right-style-ltr-source:physical;
	border-right-style-rtl-source:physical;
	border-right-style-value:none;
	border-right-width-ltr-source:physical;
	border-right-width-rtl-source:physical;
	border-right-width-value:0;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	height:2px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:auto;
	margin-top:3px;
	text-align:left;
	width:80%;
}

.membersince {
	color:black;
	font-size:14px;
	margin:0;
}

.package_current {
	color:#000;
	float:left;
	font-weight:bold;
	font-size:14px;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("/images/account_currentservice.png");
	background-position:left top;
	background-repeat:no-repeat;
	width:115PX;
	height:54px;
	margin-left:5px;
	margin-right:5px;
	padding-top:30px;
	text-align:center;
	text-decoration:none;
}

.package_available {
	color:#000;
	float:left;
	font-weight:bold;
	font-size:14px;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("/images/account_otherpackage.png");
	background-position:left top;
	background-repeat:no-repeat;
	width:115px;
	height:39px;
	margin-left:5px;
	margin-right:5px;
	margin-top:25px;
	padding-top:6px;
	text-align:center;
	
}

package_available a {
	text-decoration:none;
}
