/* ------------------------------------

	File: master.css / master stylesheet
	Date: 08/15/09
	Client: twotweet.com
	Author: Tim Mather / timmatherdesign.com
	
	Color Reference:
	
	#ffffff - Background
	#000000 - Body Copy
	#99cc33 - Link
	#66cc00 - Link Hover
	#0099ff - Headers

------------------------------------ */


/* Global -------- */

body{
	font-family: "Arial", Helvetica, Geneva, sans-serif;
	background-color: #008cbd;
}

a{
	color: #99cc33;
	text-decoration: none;	
}

a:hover{
	color: #66cc00;
	text-decoration: none;	
}

a:active, a:visited {
	color: #99cc33;
	text-decoration: none;	
}

.clear{
	clear: both;
}

.right{
	float: right;
}

h2{
	color: #1BB1F0;
	font-size:22px !important;

}

h3{
	color: #1BB1F0;
	font-size:18px !important;
}




/* Header -------- */

#headerContainer{
	width: 100%;
	height: 89px;
	background: #fff url(../images/backgroundHeader.jpg) top left repeat-x;
	display: block;
}

#headerContainerInternal{
	width: 900px;
	margin: 0 auto;
	padding: 6px 20px 0;
}

h1 a{
	display: block;
	text-indent: -5000px;
	background: url(../images/twotweetLogo.png) top left no-repeat;
	width: 180px;
	height: 76px;
}

#navContainer{
	float: right;
	margin-top: -25px;
}

#navContainer li{
	float: left;
	margin-left: 10px;
}

#navSignIn{
	display: block;
	text-indent: -5000px;
	background: url(../images/nav/navSignIn.png) top left no-repeat;
	width: 101px;
	height: 28px;
}

#navSignIn:hover{
	background-position: bottom left;
}

#navHelp{
	display: block;
	text-indent: -5000px;
	background: url(../images/nav/navHelp.png) top left no-repeat;
	width: 101px;
	height: 28px;
}

#navHelp:hover{
	background-position: bottom left;
}

#navAbout{
	display: block;
	text-indent: -5000px;
	background: url(../images/nav/navAbout.png) top left no-repeat;
	width: 101px;
	height: 28px;
}

#navAbout:hover{
	background-position: bottom left;
}

#navContact{
	display: block;
	text-indent: -5000px;
	background: url(../images/nav/navContact.png) top left no-repeat;
	width: 101px;
	height: 28px;
}

#navContact:hover{
	background-position: bottom left;
}

#headerLoggedIn{
	font-size: .8em;
	float: right;
	line-height:1.3
}

#headerLoggedIn a{
	color: #333;
	font-weight: bold;
}

#headerLoggedIn a:hover, a:visited{
	color: #666;
}


/* Footer -------- */

#footerContainer{
	width: 100%;
	background: #008cbd url(../images/footerBackground.png) top left repeat-x;
}

#footerContainerInternal{
	width: 900px;
	height: 50px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
}

#footerContainerInternal span{
	color: #ffffff;
	font-size: .8em;
}

#footerContainerInternal span a{
	color: #ffffff;
}

#footerContainerInternal span a:hover{
	text-decoration: underline;
}

#footerLoggedIn{
	text-align: right;
	margin-bottom: 15px;
	font-size: .8em;
	color: #fff;
}

#footerLoggedIn a{
	font-weight: bold;
	color: #fff;
}

#footerLoggedIn a:hover{
	text-decoration: underline;
}

/* Intro -------- */

#introContainer{
	width: 100%;
	height: 386px;
	background: #008cbd url(../images/backgroundIntro.jpg) top left repeat-x;
}

#introContainerInternal{
	width: 900px;
	padding-top: 28px;
	margin: 0 auto;
}

#introHeadline{
	margin: 0 auto;
	display: block;
	text-indent: -5000px;
	background: url(../images/introHeadline.png) top left no-repeat;
	width: 845px;
	height: 39px;
}

#howContainerBuyer{
	margin: 14px auto;
	width: 852px;
	height: 278px;
	background: url(../images/howBackgroundBuyer.png) top left no-repeat;
}

#howContainerSeller{
	margin: 14px auto;
	width: 852px;
	height: 278px;
	background: url(../images/howBackgroundSeller.png) top left no-repeat;
}

#howTabs{
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 5px;
}

#howTabs li{
	float: left;
	margin-right: 6px;
}

#howTabs span{
	width: 260px;
	height: 35px;
	padding: 10px 0 0 8px;
	display: block;
	color: #000;
}

#howTabs span:hover{
		color: #666;
}

#howContentBuyer{
	width: 830px;
	margin: 0 auto;
	display: block;
	padding-top: 14px;	
}

#howContentBuyer ul{
	width: 830px;
	height: 200px;
	margin: 0 auto;
}

#howContentBuyer ul li{
	float: left;
	width: 244px;
	margin: 0 16px;
}

#howContentBuyer ul li span{
	display: block;
	text-align: center;
	width: 240px;
}

#howContentBuyer ul li p{
	margin: 10px 0 20px 0;
	font-size: 14px;
	line-height: 20px;
}

#howContentSeller{
	width: 830px;
	margin: 0 auto;
	display: none;
	padding-top: 14px;
}

#howContentSeller ul{
	width: 830px;
	height: 200px;
	margin: 0 auto;
}

#howContentSeller ul li{
	float: left;
	width: 244px;
	margin: 0 16px;
}

#howContentSeller ul li span{
	display: block;
	text-align: center;
	width: 240px;
}

#howContentSeller ul li p{
	margin: 10px 0 20px 0;
	font-size: 14px;
	line-height: 20px;
}

.howRegister{
	text-align: center;
	display: block;
}

.howDivider{
	width: 11px;
	height: 212px;
	background: url(../images/how/howDivider.png) top left no-repeat;
	float: right;
	margin-right: -15px;
	margin-top: -5px;
}

/* Home -------- */

#homeContainer{
	width: 100%;
	padding: 20px 0 30px;
	background: #fff url(../images/backgroundHome.jpg) top left repeat-x;
}

#homeContainerInternal{
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

#homeRight{
	float: right;
	width: 280px;
}

#homeLogin{
	width: 280px;
	margin-bottom: 30px;
}

#homeLoginHeader{
	width: 280px;
	height: 8px;
	background: url(../images/loginHeader.png) top left no-repeat;
}

#homeLoginContent{
	background-color: #e7e7e7;
}

#homeLoginContent{
	padding: 10px 0 4px;
}

#homeLoginContent ul{
	width: 240px;
	margin: 0 auto;
}

#homeLoginContent ul li{
	font-size: .9em;
	margin-bottom: 12px;
}

#homeLoginContent ul li .homeLoginInput{
	width: 145px;
	float: right;
	padding: 1px;
	margin-top: -4px;
}

#homeLoginContent ul li span{
	font-size: .8em;
	font-weight: bold;
	display: block;
	padding-top: 14px;
}

#homeLoginContent ul li .homeLoginButton{
	margin-top: -22px;
}

#homeLoginContent ul li div{
	margin-top: 15px;
}




#homeLoginContent1{
	background-color: #e7e7e7;
}

#homeLoginContent1{
	padding: 10px 0 4px;
}

#homeLoginContent1 ul{
	width: 240px;
	margin: 0 auto;
}

#homeLoginContent1 ul li{
	font-size: .9em;
	margin-bottom: 12px;
}

#homeLoginContent1 ul li .homeLoginInput{
	width: 145px;
	float: right;
	padding: 1px;
	margin-top: -4px;
}

#homeLoginContent1 ul li span{
	font-size: .8em;
	font-weight: bold;
	display: block;
	padding-top: 14px;
}

#homeLoginContent1 ul li .homeLoginButton{
	margin-top: -22px;
}

#homeLoginContent1 ul li div{
	margin-top: 15px;
}


#homeLoginTabs ul li{
	width: 123px;
	height: 30px;
	float: left;
}

#homeLoginTabs ul li span{
	width: 123px;
	height: 30px;
	color: #1BB1F0;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0 0 8px ;
	display: block;
}

#homeLoginTabs ul li p:hover{
	color: #3399cc;	
}

#homeLoginTabsOn{
	background: url(../images/loginTabOn.png) top left no-repeat;
}

#homeLoginTabsOff{
	background: url(../images/loginTabOff.png) top left no-repeat;
}

#homeLoginFooter{
	width: 280px;
	height: 8px;
	background: url(../images/loginFooter.png) top left no-repeat;
}

#homeRegister{
	width: 280px;
}

#homeRegHeader{
	width: 280px;
	height: 8px;
	background: url(../images/homeRegHeader.png) top left no-repeat;
}

#homeRegContent{
	background-color: #e7e7e7;
	padding: 4px 12px;
}

#homeRegContent p{
	font-size: .9em;
	line-height: 1.3em;
	margin-top: 10px;
}

#homeRegContent ul{
	width: 240px;
	margin: 8px auto 0;
}

#homeRegContent ul li{
	float: left;
	margin: 0 10px;
}

.homeRegBuyer{
	display: block;
	width: 97px;
	height: 33px;
	text-indent: -5000px;
	background: url(../images/homeRegBuyer.png) top left no-repeat;
}

.homeRegBuyer:hover{
	background-position: bottom left;
}

.homeRegSeller{
	display: block;
	width: 97px;
	height: 33px;
	text-indent: -5000px;
	background: url(../images/homeRegSeller.png) top left no-repeat;
}

.homeRegSeller:hover{
	background-position: bottom left;
}

#homeRegFooter{
	width: 280px;
	height: 8px;
	background: url(../images/homeRegFooter.png) top left no-repeat;
}

#homeMain{
	width: 580px;
}

.homeFeatured{
	width: 260px;
	margin-bottom: 10px;
}

.homeFeatured ul li{
	border-top: dashed 1px #999;
	margin-top: 10px;
	padding-top: 10px;
}

.homeFeaturedTitle{
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 6px;
}

.homeFeaturedImg{
	float: left;
}

.homeFeaturedDetails{
	font-size: .8em;
	padding-left: 82px;
	margin-bottom: 20px;
}

.homeFeaturedDetails p{
	margin-bottom: 6px;
	line-height: 1.2em;
	min-height: 25px;
}

.homeFeaturedBuy{
	float: right;
	text-indent: -5000px;
	background: url(../images/smallBuyButton.png) top left no-repeat;
	width: 55px;
	height: 21px;
}

.homeFeaturedBuy:hover{
	background-position: bottom left;
}

#homeFeaturedDivider{
	background: url(../images/featuredDivider.png) top left no-repeat;
	width: 11px;
	height: 257px;
	float: right;
	margin-right: 25px;
}

.homeInfo{
	margin-top: 25px;
}

.homeInfo ul{
	width: 289px;
	font-size: .9em;
	line-height: 1.2em;
}

.homeInfo ul li{
	height: 106px;
	margin-bottom: 15px;
}

.homeInfo ul li p{
	width: 265px;
	font-size: .9em;
	line-height: 1.4em;
	margin-top: 4px;
}

.homeInfoBottom{
	border-bottom: dashed 1px #999;
}

.homeInfoLeft{
	border-left: dashed 1px #999;
}

#homeUserControl{
	width: 280px;
}

#homeUserControlHeader{
	width: 280px;
	height: 8px;
	background: url(../images/homeRegHeader.png) top left no-repeat;
}

#homeUserControlContent{
	background-color: #e7e7e7;
	padding: 4px 12px;	
}

#homeUserControlContent ul{
	font-size: .9em;
	margin-top: 10px;
}

#homeUserControlContent ul li{
	margin-bottom: 8px;
}

#homeUserControlContent ul li a{
	color: #000;
}

#homeUserControlContent ul li a:hover{
	color: #666;
	text-decoration: underline;
}

#homeUserControlFooter{
	width: 280px;
	height: 8px;
	background: url(../images/homeRegFooter.png) top left no-repeat;
}
	

/* Sub Page Universal ------- */

#subContainer{
	width: 100%;
	padding: 20px 0 30px;
	/**background: #fff url(../images/backgroundSub.jpg) top left repeat-x;	**/
	float:left;
}

#subContainerInternal{
	width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	float:left;
}

/* Registration -------- */

#regHowContainer{
	width: 360px;
	margin-top: 40px;
}

#regHowContainer p{
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 20px;
}

#regHowContainer p img{
	margin-top: 10px;
}

#regContainer{
	width: 460px;
	border-right: 1px dashed #999;
}

.regFormSection{
	margin-top: 20px;
}

.regFormContainer{
	width: 415px;
	margin-top: 6px;
}

.regFormHeader{
	height: 6px;
	background: url(../images/regContainerHeader.png) top left no-repeat;
}

.regFormFooter{
	height: 6px;
	background: url(../images/regContainerFooter.png) top left no-repeat;	
}

.regFormContent{
	background-color: #eee;
	padding: 4px 14px;
}

.regFormContent ul li{
	margin: 12px 0;
	height: 20px;
}

.regFormContent ul li label{
	width: 130px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
}

.regFormContent ul li input, select{
	margin-top: -3px;
	padding: 3px;
}

.regFormContent ul li input:focus{
	border: 1px solid #1BB1F0;
}

#regFormTwotweet li input{
	width: 185px;
	border: 1px solid #9a9a9a;		
	background: #fff url(../images/regFormInputBackground.png) top left repeat-x;		
}

#regFormTwitter li input{
	width: 185px;
	border: 1px solid #9a9a9a;	
	background: #fff url(../images/regFormInputBackground.png) top left repeat-x;	
}

#regFormPersonal li input, select{
	width: 230px;
	border: 1px solid #9a9a9a;	
	background: #fff url(../images/regFormInputBackground.png) top left repeat-x;	
}

#regFormPersonal li .short{
	width: 150px;
}

#regFormStoreURL{
	margin-top: 8px;
	font-size: 12px;
	display: block;
	color: #99cc33;
}

#regFormTwitterOpts ul{
	width: 400px;
	display: block;
	height: 45px;
}

#regFormTwitterOpts ul li{
	float: left;
	margin-right: 12px;
}

#regFormTwitterOpts ul .short{
	width: 50px;
	font-size: 12px;
	border: none;	
}

#regFormTwitterOpts ul li label{
	width: 260px;
	line-height: 1.2em;
	margin-top: -1px;
}

#regFormPersonalShipping{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	height: 30px;
}

#regFormPersonalShipping li{
	float: left;
	margin-left: 10px;
}

#regFormPersonalShipping li label{
	margin-left: 15px;
}

#regFormSubmit{
	margin-top: 30px;
	font-size: 12px;
	margin-right:3px;
}

#regFormSubmit p{
	float: right;
	margin-top: -4px;
}

.emsg
{
font-size:12px;
color:#FF0000;
text-align:center;
float:left;
width:100%;
padding-bottom:3px;
}
.status_msg
{
color:red;
float:left;
width:200px;
text-align:center;
padding-top:20px;
}
#container{ margin:auto; width:1002px; }
.recent_top {
	float:left;
}