@import url("generic.css");
@import url("navigation.css");
@import url("listings.css");
@import url("forms.css");
@import url("flash-notice.css");
@import url("pagination.css");
@import url("tables.css");
@import url("backend.css");
/* -------------- GLOBAL STYLES -------------- */

html, body {
	height: 100%;
}
a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	text-decoration:none;
}
a:hover {
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d30424;
	text-decoration:underline;
	
}
/* -------------- LAYOUT -------------- */

#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
.container {
	width: 980px;
	margin: 0 auto;
}
#header {
	background: #2e2c23 url(../images/bg.png) repeat-x;
	height: 100px;
	padding-top: 25px;
}
#header .logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	width:156px;
	height:61px;
	text-indent: -5000px;
	overflow: hidden;
	text-align: left;
}
#header .logo a {
	display: block;
	height: 100%;
	color: #ffffff;
}
#header .logo a:hover {
	text-decoration: none;
}
#main {
}
.content {
	float: left;
	width: 690px;
	margin: 0 40px 10px 0;
}
#col-right {
	width:238px;
	float: left;
	margin-top: 10px;
}
#footer {
	font-size: 1em;
	padding: 15px 0;
	color: #6f6953;
	background: #efe9d1 url(../images/bg-footer.png) repeat-x;
	border-top: 1px solid #e3dab8;
	min-height: 60px;
}
#footer a {
	color: #993909;
}
#footer small {
	color: #8f8a74;
	margin: 10px 0 0 0;
	display: block;
}
/* -------------- CONTENT ELEMENTS -------------- */

.content h2 {
	color:#004F7D;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -.03em;
	border-bottom: 1px solid #004F7D;
	padding-bottom: 7px;
}
.content h2 span {
	color: #2e2c23;
}
.content h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 40px;
}
.content p {
	text-align: left;
}
.content ul li {
	padding-left: 1.2em;
}
.content ol li {
	margin-bottom: 1em;
}
/* -------------- RIGHT COLUMN ELEMENTS -------------- */

#col-right h2 {
	color: #29261b;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 2px 0;
}
#col-right h2 span {
	color: #2e2c23;
}
#col-right h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 40px;
}
.sideoptions {
	margin-top: 20px;
}
.sideoptions li {
	margin: 0 0 5px 0;
}
/* -------------- VARIOUS ELEMENTS -------------- */

#wrapper pre, #wrapper code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	background-color: #0f0f0f;
	border: 1px solid #2f2f2f;
	display: block;
	margin: 0 0 2em 0;
	/* white-space: normal; */
	/* word-wrap: break-word; */
	padding: 12px 10px 12px 10px;
}
/* -------------- JAVASCRIPT STYLES -------------- */

.hidden {
	display: none;
}
.blockUI.blockMsg {
	font-size: 150%;
}
.regboxsection {
	padding:.5em!important;
	line-height:118%;
}
.regboxcols {
	margin:0 -.5em;
	padding:0 .5em;
	width:100%;
	overflow:hidden;
}
.step-section {
	margin-bottom:1em;

}
.regstep {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	border:1px solid #eee;
	line-height:1.3em;
	font-family:verdana, arial, sans-serif!important;
	background:white;
	border-color:#ddd #555 #333 #bbb;
	opacity:.8;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	min-height:45px;
}
.regboxsection .last .regcolbody, .last .regcolbody, .regcol .regcolbody .last .regcolbody {
	margin-left:.5em;
	margin-right:0;
}
.regcol, .regitem {
	width:100%;
	float:left;
	overflow:hidden;
}
.regcol .regcolbody, .regcol .regcolbody .regcol .regcolbody {
	margin:0 .5em;
}
.divby3 .regcol {
	width:33.32%;
}
.divby3 .regcol .spans2 {
	width:66.65%;
}
.divby3 .regcol .spans3 {
	width:99.99%;
}
.regselectedStep {
	color:white;
	border-color:transparent;
	background:#c33;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}
.regstep a:link, .regstep a:visited {
	color:black;
	display:block;
}
.regstepClickable:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}
.regstepClickable:hover a:link, .regstepClickable:hover a:visited {
	color:#000;
	text-decoration:underline;
}
.regselectedStep .stepBody {
	border-color:#333;
}
.regstep .stepNum {
	color:#ccc;
	font-weight:bold;
	font-size:2.75em;
	position:absolute;
	left:15px;
	top:5px;
	line-height:1em;
}
.regselectedStep .stepHead {
	font-size:1.3em;
	line-height:1.25em;
	padding-left:.5em;
}
.regselectedStep .stepNum {
	display:none;
}
.stepHead {
	padding:.5em .5em .5em .5em;
	padding-left:4em;
}
.stepBody {
	border-top:1px solid #666;
	margin:.25em .5em;
	padding:.75em .5em .5em .5em;
}
.stepDescr {
	font-size:.9em;
}
.stepName {
	font-weight:bold;
	display:block;
	margin:0;
	padding:0;
	padding-left:3.75em;
	padding:0;
}
.skipSteps {
	margin-top:.5em;
	text-align:right;
	font-style:italic;
}
.regstepClickable {
	cursor:pointer;
}
.regstepClickable:hover {
	color:black;
}
.regstepClickable:hover .stepBody {
	text-decoration:underline;
	border-color:#333;
}
.hasJS .regstep .stepButton {
	visibility:hidden;
	position:absolute;
}
.regstepDone, .regstepDone:hover {
	background:white;
	border:none;
	color:black;
}
.regstepDone:hover a:link, .regstepDone:hover a:visited {
	color:inherit;
}
.regstepDone a:link, .regstepDone a:hover, .regstepDone a:visited {
	text-decoration:underline;
	display:inline;
}
.regstepDone .stepName {
	padding-left:0;
}
.regstepDone .stepHead, .regstepDone .stepBody {
	text-align:center;
}
.regstep {
	opacity:.5!important;
	filter: alpha(opacity=50)!important;
	-moz-opacity: 0.5!important;
}
.regselectedStep {
	opacity:1!important;
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
}
.regfutureStep {
	opacity:.9!important;
	filter: alpha(opacity=90)!important;
	-moz-opacity: .9!important;
}
.status_box {
	padding:5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background:#FFF bottom center repeat-x;
	border:1px solid;
	white-space:normal;
}
.status_box h6 {
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
	margin: 5px auto 5px 5px;
}
.status_box ul {
	text-align:left;
	margin: 0;
	padding-left: 30px;
	color: #000;
}
.status_box ul li {
	list-style:none;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding-top:4px;
}
.status_box ul span {
	list-style:none;
	color:#990000;
	font-size:13px;
	font-weight:bold;
	padding-top: 10px;

}
.status_box.information {
	border-color: #004F7D;
	background-image:url('../images/status/bg_info.gif');
}
.status_box.information h4 {
	color: #004F7D;
	font-size:1.2em;
	background: url(../images/icons/information.png) no-repeat 0px 50%;
	padding-left: 25px;

}
.status_box.information h6 {
	color: #004F7D;
	background: url(../images/icons/information.png) no-repeat 0px 50%;
	padding-left: 25px;
}
.status_box.information ul  {
	padding-top: 10px;
}
.status_box.information ul li {
	color:#333333;
	background: url(../images/icons/tick.png) no-repeat 0px 50%;
	padding-left: 25px;
}
.status_box.success {
	border-color: #00CC00;
	background-image:url('../images/status/bg_success.gif');
}
.status_box.success h6 {
	color: #00CC00;
	background: url(../images/icons/accept.png) no-repeat 0px 50%;
	padding-left: 25px;
}
.status_box.success ul li {
	color:#333333;
	background: url(../images/icons/tick.png) no-repeat 0px 50%;
	padding-left: 25px;
}
.status_box.warning {
	border-color: #FF6600;
	background-image:url('../images/status/bg_warning.gif');
}
.status_box.warning h6 {
	color: #FF6600;
	background: url(../images/icons/error.png) no-repeat 0px 50%;
	padding-left: 25px;
}
.status_box.error {
	border-color: #FF0000;
	background-image:url('../images/status/bg_error.gif');
}
.status_box.error h6 {
	color: #FF0000;
	background: url(../images/icons/exclamation.png) no-repeat 0px 50%;
	padding-left: 25px;
}
.redtext {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #009E29;
	font-size: 12px;
	line-height: 11px;
	white-space: nowrap;
	text-decoration:none
}
.redtext a {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #009E29;
	font-size: 12px;
	line-height: 11px;
	white-space: nowrap;
	text-decoration:none
}
.redtext a:hover {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: #009E29;
	font-size: 12px;
	line-height: 11px;
	white-space: nowrap;
	text-decoration:none
}
.greentext {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #D62628;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	text-decoration:none
}
.greentext a {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #D62628;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	text-decoration:none
}
.greentext a:hover {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #D62628;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	text-decoration:none
}
.listprice {
	color:#333333;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	white-space: nowrap;
	text-decoration:line-through;
}
.sellingprice {
	color:#990000;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	text-decoration:none;
}


#themegrid {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	clear:both;
	vertical-align:top;
}
.themecolumn {
	text-align: left;
	padding: 1px;
	float: left;
	width: 190px;
	vertical-align:top;
	color:#333333;
	font-size:11px;
	
}
.themecolumn .titlerow{
	color:#004F7D;
	
	font-size:12px;	
}
.themecolumn .selectinput{
	text-align:left; width:20px; padding:0; margin:0
}
.themecolumn img {
	/*	border: 1px solid #0A53DC;*/
	padding: 1px;
	margin: auto;
	/*background: #fff;*/
	clear:both;
}
.themecolumn img:hover {
/*background: #eaeae0;
	border: 1px solid #ff6600;*/
}
.themecolumn img:hover {
/*	background: #eaeae0;
	border: 1px solid #ff6600;*/
}
.themecolumn p {
	margin: 4px 0 0 0;
	line-height: 1.5em;
}
.themecolumn h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 10px;
}
.themecolumn h2 a {
	color: #000000;
}
.themecolumn h2 a:hover {
	color:#fff000;
}
.style1 {
	color: #FFFFFF
}

