
/*general styles*/

* {
	margin:0;
	padding:0;
	}
	
body {
	background-color: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	}

	
div#wrapper {
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
p {
	padding-bottom: 1.2em;
	}
	
a {
	cursor: pointer;
	color: #336699;
	text-decoration: none;
	padding: .2em;
	}

a:link, a:visited {
	color: #336699;
	font-weight: normal;
	}
	
a:hover, a:active {
	color: #C67A02;

	}
.a { /* hide things from users for aesthetic and/or functional purposes while maintaining accessibility */
	position: absolute;
	left: -9999px;
}
.lb
{
	cursor: pointer;
	color: #336699;
	text-decoration: none;
	padding: .2em;
}
.lb:hover
{
	color: #C67A02;
}

.help {
	margin-top: 10px;
	display: block;
}
h1 {
	padding-top: 32px;
	padding-bottom: 156px;
	padding-left: 60px;
	width: 300px;
	visibility: hidden;
	}
	
.javaScript
{
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:1.2;
	color: #336699;
	font-weight: normal;
}
ul {
	list-style: none;
}
	
ul.links li {
	margin: 4px 0;
	padding-left: 8px;
	background: url('../images/bullet.gif') no-repeat 0 2px ;
	}
	
ul.linkscode li {
  
	margin: 4px 0;
	padding-left: 8px;

	background: url('../images/bullet_right.gif') no-repeat 250px 2px ;
	
	}
	
ul.linkscoded li {
  
	margin: 4px 0;
	padding-left: 8px;
	background: url('../images/bullet_right.gif') no-repeat 190px 2px ;	
}

ul.linksmid li {
  
	margin: 4px 0;
	padding-left: 1px;

	background: url('../images/bullet_right.gif') no-repeat 175px 2px ;	
}
	
/*header styles*/
	
div#header {
	padding-left: 20px;
	padding-right: 20px;
	/*background: url(../images/header.gif) 50% top no-repeat;*/
	background: 50% top no-repeat;
	}
	
	div#headerDefaultRedirect {
	padding-left: 20px;
	padding-right: 20px;
	background: url('../images/header.gif') no-repeat 50% top;
	}
	
	div#headerMySpace
	{
		padding-left: 20px;
		padding-right: 20px;
		/*background: url(../images/header.gif) 50% top no-repeat;*/
		background: 50% top no-repeat;
	}
div#headernew {
	padding-left: 20px;
	padding-right: 20px;
	background: url('../images/header.gif') no-repeat 50% top;
	}
ul#headerlinks {
	float: right;
	padding-top: 10px;
	padding-right: 56px;
	}
	
ul#headerlinks li {
	background: url('../images/headerbullet.gif') no-repeat 0 2px;	
	}
	
ul#headerlinks a:link, ul#headerlinks a:visited {
	color: #fff;
	}
	
ul#headerlinks a:hover, ul#headerlinks a:active {
	color: #ff9d05;
}

ul.headerlinks {
	float: right;
	padding-top: 10px;
	padding-right: 56px;
	}
	
ul.headerlinks li {
	background: url('../images/headerbullet.gif') no-repeat 0 2px;
	padding-left:10px
	}
	
ul.headerlinks a:link, ul.headerlinks a:visited {
	color: #fff;
	}
	
ul.headerlinks a:hover, ul.headerlinks a:active {
	color: #ff9d05;
}
	

ul.headerlinksar {
	float: right;
	padding-top: 10px;
	padding-right: 56px;
	}
	
ul.headerlinksar li {
	background: url('../images/bullet_right.gif') no-repeat 60px 2px;	
	padding-right:15px
	}
	
ul.headerlinksar a:link, ul.headerlinksar a:visited {
	color: #fff;
	}
	
ul.headerlinksar a:hover, ul.headerlinksar a:active {
	color: #ff9d05;
}

ul.headerlinkstell {
	float: right;
	padding-top: 10px;
	padding-right: 56px;
	}
	
ul.headerlinkstell li {
	background: url('../images/bullet_right.gif') no-repeat 70px 2px;	
	padding-right:20px
	}
	
ul.headerlinkstell a:link, ul.headerlinkstell a:visited {
	color: #fff;
	}
	
ul.headerlinkstell a:hover, ul.headerlinkstell a:active {
	color: #ff9d05;
}
	
/*content styles*/

div#content {
	padding-left: 20px;
	padding-right: 20px;
	background: url('../images/content_bg_sides.gif') repeat-y 20px 0;
	}
	
h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #336699;
	font-weight: normal;
	}
	
h2#first_heading {
	background: url('../images/content_bg_top.gif') no-repeat;
	}
	#first_heading {
	background: url('../images/content_bg_top.gif') no-repeat;
	}
div#step1, div#step2, div#step3, div#step4, div#step5, div#step6 {
	clear: both;
	padding-bottom: 14px;
	margin-right: 35px;
	width: 659px;
	}
	
div.explanation {
	float: left;
	padding-top: 20px;
	margin-left: 20px;
	width: 200px;
	background: url('../images/explanation_bg.gif') no-repeat 0 14px;
	}

.errMessage{
	color:red;
	float: left;
	margin-left: 35px;
}

div.step {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	width: 376px;
	}
	
div#step1 div.step {
	background: url('../images/step1_bg_top.gif') no-repeat;
	}
	
div#step2 div.step {
	background: url('../images/step2_bg_top.gif') no-repeat;
	}
	
div#step3 div.step {
	background: url('../images/step3_bg_top.gif') no-repeat;
	}
	
div#step4 div.step {
	background: url('../images/step4_bg_top.gif') no-repeat;
	}
	
div.step h3 {
	padding-top: 18px;
	padding-bottom: 6px;
	height: 20px;
	color: #2DA274;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: 0 8px no-repeat;
	margin-bottom:15px;
	}
div.new h3 {
	padding-top: 18px;
	padding-bottom: 6px;
	height: 20px;
	color: #2DA274;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: 0 8px no-repeat;
	margin-bottom:15px;
	}
	
span.page_heading {
	margin-left: 35px;
	}
	
	
h3#price {
	background-image: url('none');
	}
	
hr {
	margin-top: 10px;
	margin-bottom: 6px;
	width: 320px;
	}

div#blank {
	background-image: url('none');
	}
	
form {
	padding-bottom: 0px;
	padding-left: 0px; 
	}
	
form p {
	padding-top: 3px;
	}
div.form div.formtop{
	color: #fff;
	padding-bottom: 16px;
	margin-bottom: 10px;
	margin-left: 17px;
	width: 359px;
	background: #eae5d5 url('../images/step_bg_top.gif') no-repeat 0 bottom;
	}
	
div.form {
	padding-bottom: 16px;
	margin-bottom: 10px;
	margin-left: 17px;
	width: 359px;
	background: #eae5d5 url('../images/step_bg_bottom.gif') no-repeat 0 bottom;
	}
	
div#step5 div.form {
	margin-bottom: 0;
	}

#step5 div.step {
	color: #fff;
	background: url('../images/step5_bg_top.jpg') no-repeat 17px top;
	}	
	
#step5 div.form {
	background: #31a46d url('../images/step5_bg_bottom.jpg') no-repeat 0 bottom;
	}
	
#browsebutton {
	padding-left: 10px;
	margin-bottom: -6px;
	}
	
#fifthform form {
	padding-top: 18px;
	}
	
fieldset {
	width: 335px;
	padding-left: 24px;
	border: 0px none;
	}
	
fieldset#set1 {
	background: url('../images/step1_bg_top.gif') no-repeat -17px 0;
	}
	
fieldset#set2 {
	background: url('../images/step2_bg_top.gif') no-repeat -17px 0;
	}
	
fieldset#set3 {
	background: url('../images/step3_bg_top.gif') no-repeat -17px 0;
	}
	
fieldset#set4 {
	background: url('../images/step4_bg_top.gif') no-repeat -17px 0;
	}
	
fieldset#set5 {
	background: url('../images/step5_bg_top.jpg') no-repeat;
	}
	
fieldset#set5 a {
	text-decoration: underline;
	}
	
fieldset#set5 a:link, fieldset#set5 a:visited {
	color: #fff;
	}
	
fieldset#set5 a:hover, fieldset#set5 a:active {
	color: #ff9d05;
	}
	
fieldset p {
	width: 300px;
	}
	
select#ItemCurrency {
	margin-left: 0px;
	}
	
#category {
	width: 180px;
	}
	
#subcat {
	width: 200px;
	}
	
input#Terms {
	margin-top: 16px;
	}
	
p.button {
	text-align: center;
	line-height: 28px;
	text-shadow:#0066CC;
	border-color:#0066CC;
	
	}
	
	
/*footer styles*/
	
div#footer {
	clear: both;
	width: 750px;
	background: url('../images/content_bg_bottom.gif') no-repeat 20px 0;
	}	
	
div#footer ul#top {
	padding-top: 30px;
	padding-bottom: 2px;
	margin-left: 15px;
	margin-right: 55px;
	text-align: center;
	}
	
div#footer ul#bottom {
	padding-bottom: 30px;
	margin-left: 15px;
	margin-right: 55px;
	text-align: center;
	}
	
div#footer ul li {
	display: inline;
	}
	
ul.footerlinks li {
	padding-left: 0;
	background-image: url('none');
	}
	
p#copyright {
	text-align: center;
	font-size: .8em;
	}
		
	
	
/*styles for congrats.html*/

body#congrats div.main {
	clear: both;
	padding-bottom: 14px;
	margin-left: 35px;
	margin-right: 35px;
	width: 590px;
	background: #eae5d5 url('../images/main_bg_bottom.gif') no-repeat 0 bottom;
	}
	
body#congrats div.full {
	padding-left: 15px;
	}
	
body#congrats div.full pre {
	width: 340px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #fff;
	border: 1px solid #336699;
	}


body#congrats div.sidebar {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	margin-left: 30px;
	width: 180px;
	}

body#congrats {
	color: #333;
	}
	
body#congrats h2 {
	padding-left: 35px;
	padding-right: 35px;
	line-height: 1.2em;
	}
h4 {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 14px;;
	}

body#congrats h3.firsth3 {
	margin-left: -15px;
	padding-top: 12px;
	text-indent: 15px;
	color: #333;
	background: url('../images/main_bg_top.gif') no-repeat 0 top;
	}

body#congrats hr {
	margin-top: 20px;
	margin-bottom: 16px;
	width: 560px;
	}

h2#second_heading {
	padding-top: 25px;
	}
	
div#edit_and_sell {
	clear: both;
	padding-bottom: 14px;
	margin-left: 35px;
	margin-right: 35px;
	width: 580px;
	}
	
div#edit_and_sell hr {
	width: 584px;
	}
	
div#edit_and_sell h3 {
	padding-bottom: 12px;
	}

textarea {
	margin-top: 15px;
	padding-top: 5px;
	line-height: 1.4em;
	}
	
div#fifthstep a {
	color: #fff;
	text-decoration: underline;
	}
	
	/* */
	/* FAQ classes*/
	div.faqa {
	float: left;
	padding-top: 20px;
	margin-left: 20px;
	padding-right:20px;
	width: 620px;
	text-align:justify;
	
	}
    faqq{
	padding-bottom: 20px;
	padding-left: 20px; 
	}
	
	div.faq1 {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	width: 376px;
	}
	div.faq2 {
	margin-left: 17px;
	font-size: 13px;
	color: #2DA274;
	font-weight: bold;
	text-decoration: none;
	}
	
	div.faq2 a {
	margin-left: 17px;
	font-size: 13px;
	color: #2DA274;
	font-weight: bold;
	text-decoration: none;
	}
	div.faqmrtop {
	margin-left: 17px;
	margin-top:-15px;
	font-size: 13px;
	color: #2DA274;
	font-weight: bold;
	text-decoration: none;
	}
	div.faqmrtop1 {
	float: left;
	padding-top: 20px;
	margin-left: 20px;
	width: 640px;
	margin-top:-35px;
	margin-bottom:-30px;
	}
	p.text-12-brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DA8A00;
    }
	div.h-2-blue {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	
    }	
	div.h-2-blueU {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	text-decoration:underline;
	text-align:center;
    }	
	div.text-3-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #326496;
	margin-left: 20px;
    }
	
	div.text-blue, div.text-blue a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #326496;
   }
   
   div.frm-150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3A3A;
	border: 1px solid #C3C3A7;
	width: 130px;
	padding-left: 3px;
	height: 200px;
	
    }
	div.text-14-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2DA274;
	line-height: 24px;
    }
	div.comment {
	margin-left:190px;
	margin-bottom:-10px;
	margin-top:10px;
	
	}
	.divField {
	background-color: #FFFFFF; 
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 100%;
}
.divFieldSelected {
	background-color: #E0F1EA;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	width: 100%;
}input.btn {
   color:#050;
   font-family:Arial, Helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#dadada;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   padding-left:3px;
   padding-right:3px;
   padding-top:3px;
   padding-bottom:3px;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#dadada');}
