/* ########## SignUp Menu ########## */

#signupMenu {
        list-style: none;
        position: absolute;
        top: 80px;
        left: 160px;
	width:900px;
}

#signupMenu li {
        display: inline;
        padding: 0 10px;
}

#signupMenu li a {
        text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
        color: #88A3FF;
}

#signupMenu li a.selected {
	color: #fff;;
	font-size: 18px;
}

#signupMenu li a.past {
	color: #1A4EFF;
}
#signupMenu li a small {
	color: #1A4EFF;
}


/* ########## SignUp Content ########## */

#signupWrapper {
        background: #FFF  url('/images/content-bgR.png') repeat-y right;
        margin: 0 10px 0 150px;
}

#signupContent {
        width: 440px;
	margin: 5px;
        padding: 20px;
	height:825px;
}

#signupContent p {
	margin: 10px 0;
}

#signupContent p.note {
	font-size: 14px;
	color: #667D20;
}
small.note {
	line-height:12px;
	font-style:italic;
}
#signupContent ul {
	list-style:none;
	margin: 10px;
}


/* ########## SignUp Forms ########## */


label {
	display: block;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 0 2px;
	color: #666;
}

input, select, textarea { 
	float: left;
	background: #FFF;
	border: 1px solid #999;
	font-size: 16px;
	padding: 5px 5px 5px 10px;
}

select {
	padding: 4px 2px;
	min-width: 100px;
}

textarea { 
	font-family: 'Trebuchet MS';
}

form br {
	clear: left;
}
.validateStatus {
	position: relative;
	display: block;
	width: 27px;
	height: 27px;	
	left: -16px;
	top: 1px;
	background: url('/images/form-marker-required.png') no-repeat top left;
}

.validateGood {
	background: url('/images/form-marker-good.png') no-repeat top left;
}

.validateError {
	background: url('/images/form-marker-error.png') no-repeat top left;
}

.validationFailure {
	background-color: #FCC;
	border: 1px solid #FEAD82;
	color: #FF5800;
}

.warning {
	background: #FCC url('/images/warning.png') no-repeat 12px 50%;
	border: 1px solid #FEAD82;
	padding: 8px 8px 8px 45px;
	font-size: 14px;
	color: #FF5800;
}

label div.passwordStrength {
	color: #666;
	position:absolute;
	left:420px;
	margin:-15px 0 0 0;
}

.meter {
	float: left;
	width: 140px;
	border: solid 1px #999;
	background: #fff;
}

.meter div {
	background-color: #C00;
	height: 30px;
	width: 0px;
}

.next {
	padding-top: 30px;
	margin-left: 440px;
	border: none;
}




/* ########## Theme ########## */


#currentThemeDetails {
	margin: 10px 0 20px 0;
}

#currentThemeDetails h2 {
	font-size: 18px;
}

#currentThemeDetails p {
	color: #666;
	font-size: 14px;
}

#themeSelector {
	position: relative;
	float: left;
	width: 460px;
	margin: 0 auto;
	padding: 50px 0;
	border: 1px solid #90bde4;
}

#themeSelectorRange {
	display: inline;
	position: absolute;
	left: 205px;
	top: 15px;
	padding: 4px;
	color: #0039C4;
	font-weight: bold;
}

#moveLeft {
	display: block;
	position: absolute;
	left: 165px;
	top: 12px;
	width: 35px;
	height: 25px;
	background: url('/images/move-left.png') no-repeat;

}

#moveLeft.disabled {
	background: url('/images/move-left-disabled.png') no-repeat;
}


#moveRight {
	display: block;
	position: absolute;
	right: 155px;
	top: 12px;
	width: 35px;
	height: 25px;
	background: url('/images/move-right.png') no-repeat;
}

#moveRight.disabled {
	background: url('/images/move-right-disabled.png') no-repeat;
}

#themeList {
	position: absolute;
	top: 0;
	left: 0;
	height: 360px;
}

#themeViewport {
	position: relative;
	height: 360px;
	width: 390px;
	margin: 0 auto;
	overflow: hidden;
}

#themeList a.screenshot {
	display: block;
	padding: 10px;
	width: 182px;
	height: 166px;
	float: left;
	background: url('/images/screenshot_background.png') no-repeat top left;
	text-decoration: none;
}

#themeList a.screenshot.selected {
	background: url('/images/screenshot_background-selected.png') no-repeat top left;
}

#themeList a.screenshot img {
	border: 1px solid #CCC;
}

#themeList a.screenshot.selected img {
	border: 1px solid #274872;
}

#themeList a.screenshot span {
	display: block;
	width: 160px;
	padding: 4px 0;
	color: #666;
	text-align: center;
}

#themeList a.screenshot.selected span {
	color: #fff;
}



/* ########## Domain ########## */

#domainType {
	border-top: 1px solid #90bde4;
	border-bottom: 1px solid #90bde4;
	margin: 20px 0;
}

#domainType h3 {
	margin: 10px 0;
}

#domainType h3 a {
	padding-right: 40px;
	color: #444;
}

#domainType h3 a.selected {
	color: #111;
	background: url('/images/move-left.png') no-repeat right 50%;
}

.domainSection {
	display: none;
	margin: 20px auto;
}
#successMessage.success {
	border:1px solid #003DC9;
	background:#DDEBFF;
	padding:5px;
	font-size:18px;
	color:#0023A3;
}

#successMessage.greensuccess {
	border:1px solid #269317;
	background:#90F652;
	padding:5px;
	font-size:18px;
	color:#269317;
}

.domainSection.selected {
	display: block;
}

#sld {
	text-align: right;
}

#domainSearch {
	margin-top:38px;
	margin-left:5px;
}



/* ########## Buy ########## */

#orderTotals {
        margin: 20px 0;
	width: 100%;
}

#orderTotals  td {
        font-size: 12px;
        padding: 4px 7px;
        background-color:#D9E2F7;
}

#orderTotals .odd td {
        background-color:#EAEFFB;
        border-bottom: 1px solid #CFDBF5;
        border-top: 1px solid #CFDBF5;
}

#orderTotals .USD {
	text-align: right;
}
#orderTotals .total {
	background:#fff;
	font-size:18px;
}
#orderButton {
	margin-top:10px;
	float:right;
}

#sbWrapper {
	position:relative;
	margin: 0;
	width: 450px;
	padding:0px 0px 150px 0px;
	overflow: hidden;
}
#themeSidebar {
	position: absolute;
	width: 380px;
	top:0px;
	overflow: hidden;
	left:650px; */
	padding-left: 10px;
	border: 1px solid #90bde4;
}

#themepreview {
	position: absolute;
	top: -22px;
}

#sbHeader, #sbMain {
	position: absolute;
}
#memberLogos {
	width:100%;
	height:125px;
}
.break {
	padding:10px 0px;
}

/* ########################### */
#progressbar {
    position:absolute;
    top:0;
    right:40px;
    width:223px;
    border-left: 1px solid #ccc;
    color:#444;
    padding:10px 15px 10px 25px;
    display:block;
}

#progressbar ol {
	padding-left: 30px;
}

#progressbar ol li.complete {
	background: url('/images/checkmark.png') no-repeat right 50%;
}

#progressbar ol li {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#progressbar ol li a {
	text-decoration: none;
	color: #777;
}

#progressbar ol li a.current {
	color: #EE8800;
	text-decoration: none;
}

#progressbar ol li a.complete {
	color: #269317;
	text-decoration: none;
}

#progressbar ol li a.incomplete {
	color: #777;
	text-decoration: none;
}

#progressbar p {
	line-height: 1.7em;
	text-align: justify;
}

#progressbar .widget {
	margin-bottom:15px;
}
#progressbar h2.widgettitle {
	color:#0d3fa8;
}

#progressbar a {
	
	
    /*    color:#003399;
        text-decoration: none;
        border-bottom: 1px dotted #003399;  */
}

#progressbar a:hover {
	color:#111;
}

#progressbar .adrotator {
	background: url('/images/sidebar-bg.png') no-repeat top;
	display:block;
	width:213px;
	height:219px;
	color:#fff;
	padding:10px;
}
#progressbar .adrotator h2 {
	font-size:1.4em;
	border-bottom:1px solid #4597f1;
	color:#fff;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:10px;
}
#progressbar .adrotator ul {
	margin-left:5px;
}
#progressbar .adrotator ul li {
	background: url('/images/progressbar-bullet.gif') no-repeat left;
	padding-left:10px;
	line-height:18px;
}
#progressbar .adrotator img {
	border:none;
	margin:12px auto;
}
#progressbar .adrotator small {	
	color:#f1f1f1;
	font-size:.6em;
}
#progressbar .adrotator .reg {
	color:#3567B0;
	text-transform: capitalize;
	font-size:.8em;
	font-weight:normal;
}
#progressbar .adrotator a.button {
	margin:5px 0 0 20px;
}


/* ################################################ */
