/* CSS STLYESHEET */
/* BY ANDY KERR */

*  {	
	margin: 0px;
	font-family: Arial, Verdana, Trebuchet MS;
	padding: 0px;
	border: 0px;
}

	/* statistics */
	.stats
	{
		float:none;
		clear:both;
		width:80%;
	
	}
	
	.stats li
	{
		float:left;
		text-align:right;
		width:20%;
		text-shadow:1px 1px 0 #fff;
	}
	
	.stats li strong
	{
		display:block;
		font-weight:normal;
		font-size:2.1em;
		line-height:1.1;
		color:#0a4270;
	}
	
	.stats li span
	{
		display:block;
		color:#4c7ea6;
		text-transform:uppercase;
	}

a {
	color: #000;
}

body  {	
	background-color: #FFF;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	background: transparent;
}

.clear {
	clear:both;
}

/* HEAD */

#header_container {
	background: #1C344E;
	border-bottom: 1px solid #32659F;
	height: 87px;
}

#head {
	width: 960px;
	height: 87px;
	margin: 0 auto;
}

#head h1, #head h1 a {
	background: url('/imgs/logo.gif') no-repeat;
	text-indent: -3000px;
	height: 100%;
	float: left;
	display: block;
	margin: 0;
	width: 353px;
}

#head form {
	padding: 22px 0 0 50px;
	float: right;
}
#head form #daput {
	background:url("/imgs/dainput_bg.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	color:#3589B4;
	float:left;
	font-size:14px;
	height:43px;
	padding-left:15px;
	width:172px;
}

#head form #daimg {
	border: 0;
	float: left;
}

#head img {
	padding: 26px 0 0 10px;
	float: left;
}

/* NAVIGATION/LOGIN */

#navigation_container {
	height: 49px;
	background: #195191;
	border-bottom: 1px solid #fff;
}

#navigation {
	margin: 0 auto;
	width: 960px;
	height: 49px;
}

#navigation form {
	float: left;
	padding-top: 9px;
}

#navigation form .dauser {
	border: 0;
	float: left;
	font-size: 14px;
	color: #282828;
	padding:6px 10px 7px;
	margin-right: 10px;
	width: 120px;
}

#navigation #dalogin {
	float: left;
}
#navigation form img {
	margin-left: 10px;
	float: left;
}

#navigation form a#quicklink {
	float: left;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 10px;
	padding-top: 6px;
	
}

#navigation ul {

}

#navigation ul li {
	float: right;
}

#navigation ul li a {
	padding-top: 16px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 28px;
	height: 33px;	
}

#navigation ul li a:hover {
	color: #BAD5F4;
}

#navigation li:last-child {
	padding-top: 16px;
	font-size: 14px;
	color: #BAD5F4;
}

/* THE INTRODUCTION PART WHERE IT INTRODUCES YOU TO THE SITE */

#introduction_container {
	background: url('/imgs/introduction_container_bg.gif') repeat-x #E3E3E3;
	border-bottom: 1px solid #BFBFBF;
	height: 264px;
	padding-top: 20px;
}

#introduction {
	margin: 0 auto;
	width: 960px;
	height: 245px;
	background: url('/imgs/introduction_bg.gif') repeat-x #447DC0;
}

#introduction h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 22px 0 0 0;
	text-shadow: 1px 1px 0 #0E3C6E;
	width: 631px;
}

#introduction p {
	font-size: 13px;
	color: #fff;
	float: left;
	margin: 10px 0 0 0;
	width: 631px;
}

#introduction a {
	float: left;
}

#introduction img {
	float: left;
	border: 8px solid #fff;
	margin: 19px 20px 0 19px;
}

#introduction a img {
	float: left;
	border: 0px;
	margin: 19px 20px 0 19px;
}

#introduction a img:hover {
	opacity: 0.95;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	-khtml-opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

/* MAIN CONTAINER STUFF */

#main_container {
	background: #FFFFFF;
}

.main_white {
	background: #FFFFFF;
}
.main_grey {
	background: #FFF;
}

.ninesixty {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}




/* TABS THAT CONTROL THE AUCTION CATEGORIES */


#tabs_container {
	margin-top: 20px;
	background: transparent url('/imgs/tabs_bg.gif') bottom left repeat-x;
	height: 46px;
}

#tabs {
	margin: 0 auto;
	width: 960px;
}

#tabs li {
	float: left;
	margin-left: 3px;
}

#tabs li a {
	display: block;
	background: url('/imgs/tabs_alt_left.gif');
	font-size: 13px;
	color: #000;
	text-decoration: none;
	height: 40px;
}

#tabs li a span {
	display: block;
	background: url('/imgs/tabs_alt_right.gif') top right no-repeat;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding:12px 12px 10px;
	height: 18px
}

#tabs li a:hover {
	background: url('/imgs/tabs_left.gif');
}

#tabs li a:hover span {
	background: url('/imgs/tabs_right.gif') top right no-repeat;
}


#tabs li#active a {
	background: url('/imgs/tabs_left.gif');
}

#tabs li#active a span {
	background: url('/imgs/tabs_right.gif') top right no-repeat;
}


/* THE MAIN AUCTION TABLES */

.auctiontables {
	width: 100%;
	margin: 20px 0 0 0;
}

.auctiontables thead tr td {
	border-bottom: 4px solid #999999;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;
}

.auctiontables tr td.justright {
	text-align: right;
}

.auctiontables tr td.justcenter {
	text-align: center;
}


.auctiontables tbody tr td {
	background: #F7F7F7;
	border-bottom: 1px solid #EFEFEF;
}

.auctiontables tbody tr.alt td {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.auctiontables tbody tr td {
	color: #333333;
	font-size: 14px;
	padding: 10px;
}

.auctiontables tbody tr td a {
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
}

.auctiontables tbody tr td a:hover {
	text-decoration: underline;
}

.auctiontables tbody tr.blue td {
	background: #ECF7FF;
	border-bottom: 1px solid #CADDEB;
	color: #20314C;
}

.auctiontables tbody tr.blue td a {
	font-weight: bold;
	color: #20314C;
}

/* FOOTER */

#footer_container {
	border-top: 1px solid #BFBFBF;
	background: #DBDBDB;
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 960px;
	background: transparent url('/imgs/footer_bg.gif') no-repeat;	
	height: 150px;
	padding: 10px 0;
}

#footer p {
	width: 300px;
	float: left;
	background: transparent url('/imgs/footer_seperator.gif') repeat-y top right;
	color: #363636;
	line-height: 26px;
	padding: 0px 20px 20px 0;
	margin: 0 20px 0 0;
	font-size: 13px;
}

#footer p a {
	color: #000;
	text-decoration: underline;
}

#footer ul {
	float: right;
	width: 140px;
}

#footer ul li {
	display: block
	color: #363636;
	font-weight: bold;
	font-size: 13px;
	line-height: 26px;
}

#footer ul li a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#footer ul li a:hover {
	text-decoration: none;
}

#theend_container {
	background: #195191;
}

#theend {
	background: transparent url('/imgs/theend_bg.gif') no-repeat left center;	
	margin: 0 auto;
	height: 46px;
	width: 950px;
	text-align: right;
	color: #fff;
	padding-right: 10px;
	font-size: 13px;
	padding-top: 30px;
}

/* PAGINATION */

.pagination {
	display:block;
	width:100%;
	height:36px;
	margin:18px 0 0 20px;
}

.pagination a {
	background-color: #C2DD94;
	color:#000000;
	display:block;
	float:left;
	font-size:13px;
	height:18px;
	margin:0 4px 0 0;
	padding:6px 8px 3px;
	text-decoration:none;
	border: 1px solid #195191;
}

.pagination a.current, .pagination a.current:hover {
	background: #F7F7F7;
	color: #333333;
	border: 1px solid #E3E3E3;
}

.pagination a:hover {
	background: #ECF7FF;
	color: #222934;
	border: 1px solid #CADDEB;
}


/* VIEW AUCTION PAGE */

#auction_container {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
}

#auction_container #auction_left {
	width: 640px;
	float: left;
}

#auction_container #auction_right {
	width: 320px;
	float: left;
}

#auction_container #auction_left .abox, #auction_container #auction_right .abox {
	background: #fff;
	border: 1px solid #DBDBDB;
	display: block;
}

#auction_container #auction_left .abox {
	margin: 0px 15px 15px 0px;
	color: #000;
	font-size: 14px;
	padding: 10px 10px 18px 10px;
}

#auction_container #auction_right .abox {
	margin: 0px 0px 15px 0px;
	clear: both;
	font-size: 13px;
	padding: 10px;
        background: #D3E7B4;
	border:1px solid #e6f2e4;
	border-bottom-color:#d6e2d4;
}

#auction_container h2 {
	color: #1B1B1B;
        font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	text-decoration:none;
	padding-left: 10px;
}

#auction_container h3 {
	color: #6D6D6D;
	font-size:14px;
	font-weight:normal;
	padding-left:10px;
}

#auction_container #summary #leftt {
	float: left;
	width: 250px;
}

#auction_container #summary #leftt #thumbnail {
	width: 250px;
	height: 174px;
	padding:23px 0 0 22px;
	background: transparent url('/imgs/thumbnail_background.gif') no-repeat;
}

#auction_container #summary #leftt ul#thumbnails {
	padding-left: 20px;
	height: 88px;
}

#auction_container #summary #leftt ul#thumbnails li {
	float: left;
	height: 75px;
}

#auction_container #summary #leftt ul#thumbnails li img {
	padding: 1px;
	border: 2px solid #DDDDDD;
	margin: 0 2px;
	width: 93px;
	height: 69px;
}

#auction_container #summary #leftt #seeall {
	clear: both;
	background: #EEEEEE;
	color: #000;
	margin: 0 0 0 22px;
	text-align: center;
	padding: 3px 0;
	width: 201px;
	display: block
}

#auction_container #summary #leftt #seeall:hover {
	background: #F5F5F5;
}

#auction_container #summary #rightt {
	-moz-border-radius:15px 15px 15px 15px;
	#background:none repeat scroll 0 0 #EEEEEE;
	background:none repeat scroll 0 0 #D3E7B4;
	float:left;
	margin-top:22px;
	padding-bottom:13px;
	width:345px;
}

#auction_container #summary #rightt h4 {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	border-width: 1px 0;
	border-color: #DDDDDD;
	border-style: solid;
	margin: 10px;
	padding:6px 0 6px 6px;
}

#auction_container #summary #rightt #bidding dl dt {
	position:relative;
	top:1px;
	clear:left;
	float:left;
	width:83px;
	#color: #666666;
	color: green;
	font-size: 13px;
}
#auction_container #summary #rightt #bidding dl dt, #auction_container #summary #rightt #bidding dl dd {
	float:left;
	padding:0 0 9px 15px;
}

#auction_container #summary #rightt #bidding dl dd  {
	width:223px;
	font-size: 13px;
	color: #000;
}

#auction_container #summary #rightt #bidding dl dd .arroww {
	display: block;
	clear: both;
}

#auction_container #summary #rightt #bidding dl dd .arroww #putinbutton {
	float: left;
	position: relative;
	top: -3px;
}

#auction_container #summary #rightt #bidding dl dd .arroww #putinbid {
	background:url("imgs/bid_background.gif") no-repeat scroll 0 0 #FFFFFF;
	float:left;
	height:20px;
	padding:6px 3px 4px 18px;
	width:69px;
	margin-right: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #E0E0E0;
}

#auction_container #summary #rightt #bidding dl dd .arroww2 i {
	color: #A3A3A3;
}

#auction_container #summary #rightt #bidding dl dd .arroww2 {
	margin-bottom: 5px;
	clear: both;
}

#auction_container #summary #rightt #bidding dl dd label {
	position: relative;
	top: -18px;
}
#auction_container #summary #rightt #bidding dl dt #bidofpadding, #auction_container #summary #rightt #bidding dl dd #bidofpadding {
	margin-top: 10px;
}

#auction_container #summary #rightt #bidding dl dd #putinbinbutton {
	position: relative;
	top: -7px;
	margin-left: 6px;
}

#auction_container h5 {
	clear: both;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #DADADA;
	padding-bottom: 4px;
}

#auction_container p {
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 19px;
}

#auction_container #auction_right h5 {
	margin: 0 0 7px 0;
}

#auction_container #auction_right #badalert {
	color: red;
	margin: 11px 0 7px 0;
}

#auction_container #auction_right #goodalert {
	color: green;
	margin: 11px 0 7px 0;
	display: none;
}

#auction_container #auction_right ul {
	padding-top: 6px;
}

#auction_container #auction_right ul li {
	height: 29px;
	color: #000;
}

#auction_container #auction_right ul li a {
	color: #000;
	text-decoration: underline;
}

#auction_container #auction_right ul li span {
	#color: #898989;
	color: green;
}

#auction_container #auction_left a {
	text-decoration: underline;
	color: #000;
}


#auction_container #auction_left #thethumbs li {
	display: inline;
}

#auction_container #auction_left #thethumbs li img {
	border: 4px solid #E3E3E3;
	background: #fff;
	padding: 2px;
}

#auction_container #auction_left #thethumbs li img:hover {
	border-color: #C5C5C5;
}



/* COMMENTS BIT */

.acomment {
	background: #FAFAFA;
	border: 1px solid #DADADA;
	padding: 4px;
	margin-bottom: 10px;
	-moz-border-radius: 12px;
}

.acomment:hover {
	background: #fff;
	border: 1px solid #EBEBEB;
	padding: 4px;
	margin-bottom: 10px;
}

.owner {
	background: #F6FAFF;
	border: 1px solid #C6D6F8;
}

.owner:hover {
	background: #FBFDFF;
	border: 1px solid #E1E9FA;
}

.acomment h6 {
	color: #8B8B8B;
	font-size: 14px;
	border-bottom: 1px solid #EBEBEB;
	padding: 3px 5px 8px 5px;
	margin: 4px;
}

.owner h6 {
	color: #A9BDD6;
	border-bottom: 1px solid #C6D6F8;
}

.acomment h6 a {
	color: #0066CC !important;
	padding-right: 4px;
}

.acomment p {
	color: #000;
	font-size: 14px;
	padding: 3px 5px 8px 5px;
	margin: 4px;
}

#postcomments {
	margin-top: 20px;
}

#postcomments textarea {
	#background: #F5F5F5;
	#background: #D3E7B4;
	background: #F6FAFF;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #E0E0E0;
	width: 585px;
	padding: 8px;
	font-size: 14px;
	color: #4A4A4A;
	height: 125px;
	margin-bottom: 10px;
}

#auction_container #auction_right ul.manageoffers li {
	height: auto;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	padding-top: 12px;
}

#auction_container #auction_right ul.manageoffers li p {
	#color: #666; font-size: 12px;
	color: green; font-size: 12px;
}

#auction_container #auction_right ul.manageoffers li h6 a {
	font-size: 12px;
	font-weight: normal;
}

#verifybox {
	background:none repeat scroll 0 0 #F3F3F3;
	border-color:#999999;
	border-style:solid;
	border-width:1px 0 0 1px;
	display:block;
	font-family:arial,verdana,tahoma;
	font-size:11px;
	margin-top:12px;
	padding:5px;
	width:287px;
}


/* GENERAL DIV.. */

#generaldiv {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#main .left {
	border-right:1px solid #E4E4E4;
	float:left;
	margin-bottom:20px;
	width:230px;
}

#main .right {
	border-left:1px solid #E4E4E4;
	margin-left:230px;
	padding-left:20px;
	padding-top:20px;
}

#main .left h3 {
	background:url("/images/fading-border.png") no-repeat scroll 100% 100% transparent;
	color:#4B6C8F;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 0;
	padding:0 0 4px;
}

#main #featuredstuff {
	background:url("/widget_bg.jpg") repeat-x scroll 0 0 #FAFAFA;
	border-bottom:1px solid #E4E4E4;
	overflow:hidden;
	padding:20px 20px 10px;
}

#main #featuredstuff ul {
	margin:3px 0 15px;
}

#main #featuredstuff ul li {
	background:url("/bullet.png") no-repeat scroll 5px 50% transparent;
	border-bottom:1px solid #E4E4E4;
	font-size:12px;
	height:38px;
	line-height:34px;
	list-style:none outside none;
	overflow:hidden;
	padding:0 0 0 25px;
}

#main #featuredstuff ul li a {
	color:#0B2236;
	display:block;
	text-decoration:none;
}

#main #news {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DADADA;
	font-size:12px;
	line-height:23px;
	margin-bottom:20px;
	padding:19px 10px 10px;
}

#main h2 {
	color:#1B1B1B;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	text-decoration:none;	
}

#main p {
	font-size:14px;
}

#main p a {
	color: #000;
}

#main p a:hover {
	text-decoration: none;
}


#main .right .form .sub-left {
	padding:0 0 22px;
	width:280px;
}

#main .right .form .sub-left label {
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:bold;
	width:280px;
}

#main .right .form .sub-left .description {
	color:#888888;
	display:block;
	font-size:14px;
	font-style:normal;
}

#main .right .form .sub-right {
	vertical-align:top;
}

#main .right .form .input {
	background-color:#F8F8F8;
	border-color:#AAAAAA #DDDDDD #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-family:sans-serif;
	font-size:14px;
	padding:7px;
	width:320px;
}

#main .right .form .button {
	color:#303030;
	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:4px 2px 4px 3px;
}

#main .right .form h2 {
	margin-bottom: 14px;
}















#main .right .listings .title {
	border-bottom: 4px solid #999999;
	margin-top:10px;
}

#main .right .listings .title td {
	font-size:12px;
	padding:5px;
	font-weight: bold;
	color: #333333;
	text-align:center;
}

#main .right .listings .listing {
	background:none repeat scroll 0 0 #F7F7F7;
	border-bottom:1px solid #EFEFEF;
}

#main .right .listings .listing .listing-title {
	padding-left:10px;
	text-align:left;
}

#main .right .listings .listing td {
	color:#333333;
	font-size:14px;
	padding:10px;
}

#main .right .listings .listing .listing-title a {
	color:#000000;
	text-align:left;
}

#main .right table.listings a, #main .right table.listings a:visited {
	text-decoration:none;
}

#main .right .listings .blue {
	background:none repeat scroll 0 0 #ECF7FF;
	border-bottom:1px solid #CADDEB;
	color:#20314C;
}

#main .right .listings .blue a {
	color:#20314C;
	font-weight:bold;
}

#main .right .listings .alt {
	background:none repeat scroll 0 0 #FFF;
	border-bottom:1px solid #FFF;
}

#main .right .listings .listing img {
	margin-right: 8px;
}

#main .left .info, #main .left #info {
	-moz-border-radius:10px 10px 10px 10px;
	background:none repeat scroll 0 0 #D4E3F2;
	color:#3F678F;
	font-size:13px;
	margin:12px 0 14px 9px;
	padding:11px 9px 14px;
	text-align:center;
	width:192px;
}

#main .right .message .whispers {
	border-left:1px solid #DDDDDD;
	margin-top:21px;
	width:100%;
}

#main .right .message .whispers .heading {
	background:url("/1486899921276461434.jpg.png") repeat scroll 0 0 transparent;
	color:#888;
	height:28px;
}

#main .right .message .whispers .heading td {
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 1px 1px 0;
}

#main .right .message .whispers td {
	border-color:#DDDDDD #DDDDDD #DDDDDD #EEEEEE;
	border-right:1px solid #DDDDDD;
	border-style:solid;
	border-width:0 1px 1px 0;
	font-size:14px;
	padding:6px;
}

#main .left .info a, #main .left #info a {
	color:#3F678F;
	font-size:17px;
	font-weight:bold;
}









#main thead tr th, #main thead tr th a, #main thead tr th a:visited {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#main thead tr > th {
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding-bottom:8px;
	text-align:right;
	vertical-align:middle;
}
.access-label {
	left:-10000px;
	position:absolute;
}

table.listings, table.listings th, table.listings td {
	border:medium none;
	border-collapse:collapse;
}

table.listings {
	empty-cells:show;
	line-height:1.3;
	font-size: 14px;
	width: 700px;
}

table.listings a, a:visited {
	color:#333;
	cursor:pointer;
	text-decoration:none;
}

#generaldiv thead tr {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}

#generaldiv thead tr {
	background:url("/index_files/fading-border-inverted.png") no-repeat scroll 400px 90% transparent;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}

#generaldiv tbody td, #main tbody th {
	padding:4px 0 1px 8px;
}


#generaldiv thead .message{
	text-align: left;
}

#generaldiv tbody .message{
	text-align: left;
	font-weight: normal;
}

#generaldiv tbody .received {
	text-align: right;
}


dl.message-details dt, dl.message-details dd {
	padding:0 0 5px;
}
dl.message-details dt {
	float:left;
	width:8em;
	font-size: 14px;
}
dl.message-details * {
	font-weight:bold;
}
.frame .page a, .frame .page a:visited {
	color:#045AB0;
}
dl.message-details * {
	font-weight:bold;
}
.viewmessagetitle {
	background-image:none;
	border:medium none;
	color:#333333;
	font-size:1.8em;
	font-weight:normal;
	$r = mysql_fetch_assoc($q);
dl.message-details {
	margin:0 0 10px;
	color: #333;
}
	margin:0 0 0.3em;
	font-family:arial,sans-serif;
}
div.private-message-content  {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#EEEEEE;
	margin-bottom:20px;
	padding:10px;
	width: 690px;
}
.frame .page .column p.back, .frame .page .column p.send {
	margin:10px 0 7px;
}
p .back {
	background:url("/images/back.png") no-repeat scroll 0 45% transparent;
	padding-left:16px;
}
.frame .page p.back, .frame .page p.send {
		margin:15px 0 7px 15px;
}
p.to-inbox {
	float:left;
}

.searchinput {
	background: #f4f4f4;
	border-color:#E0E0E0;
	border-style:solid;
	border-width:0 1px 1px 0;
	float:left;
	height:20px;
	margin-right:4px;
	padding:30px 3px 4px 7px;
}

#products h3 {
	margin-top: 20px;
	text-decoration:underline;
}

#products p {
	margin-top: 30px;
	line-height: 20px;
}

#admin .right {
	margin-left: 0px;
	padding-left: 0px;
}

#admin .right .form h2 {
	padding:20px 0 9px 20px;
	margin-top: 100px;
	border-top: 1px solid #E4E4E4;
}

#admin .right .form .input {
	padding-left: 20px;
	margin:0 0 8px 20px;
}

#admin .right .form .button {
	margin: 0 0 0 20px;
}

#admin .right h3 {
	margin: 0 0 0 20px;
}

#admin p {
	padding-left: 20px;
}

#admin table {
	padding-left: 20px;
}

#admin .right .textarea {
	margin:0 0 8px 20px;
	background-color:#F8F8F8;
	border-color:#AAAAAA #DDDDDD #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-family:sans-serif;
	font-size:14px;
	padding:7px;
	width:320px;
}
.example-code{background-color:#fff;border:1px solid #ccc;border-radius:15px;margin:20px;padding:5px}
.example-display{background-color:#fcf9ee;border-radius:15px;margin:20px;padding:8px}

#promote ul li:first-child {
	margin-top: 20px;
}

#promote ul li input {
	border:1px solid #BBBBBB;
	margin-bottom:20px;
	padding:7px;
	width:318px;
}