html,body {
	
	margin: 10px;
	font-family: verdana;
	font-size: 0.8em;
	height: 100%;

}

form {padding:0;margin:0;}
label { float: left; width: 120px;}

/*page title*/
h1 {font-size:1.6em;border-bottom:2px dashed #cccccc;padding-bottom:3px;}

/*page sub heading*/
h2 {font-size:1.4em;}

/*page sub-sub heading*/
h3 {font-size:1.2em;margin-top:2px;}

/*paragraphs throughout*/
p {font-size:1.1em;}

/*default link style*/
a {color:black;}
a:visited {}
a:hover {text-decoration:none;}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

/* Header Divs */

div#header {
	
	background: url("../images/header.jpg");
	height: 170px;
	
}

div#top-banner { 
	width:420px;
	height:61px;
	position:absolute;
	top:27px;
	left:50%;
	margin-left:-70px;
	color: white;
	}
	
div#top-banner a {
	
	text-decoration: none;
	
	color: white;
	
}

div#top-nav {
	
	margin-left: 168px;
	margin-right: 125px;
	padding-top: 121px;
	padding-bottom: 0;
	
}

div#bottom-nav {
	text-align:center;
	margin-left: 82px;
	margin-right: 52px;
	margin-bottom: 0;
	
	
}

div#header ul {
	
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#header li {
	
	display: inline;
	padding: 0;
	margin: 0;

}

div#title-image {

	width: 253px;
	height: 56px;
	position:absolute;
	top:62px;
        _margin-left:-170px;

}


/* End of Header Divs */

/* Body Divs */

div#main {

}

div#content {
	margin-top: 10px;
	margin-left: 165px;
	margin-right: 165px;
	width:424px;
}

div#sidebar-right {
	
	float: right;
	width: 157px;
	text-align: right;
	padding-top: 5px;
	margin-left: 2px;
	
}

div#sidebar-left {
	
	float: left;
	width: 157px;
	text-align: left;
	padding-top: 5px;
	margin-right: 2px;

}

.sidebar {
	background-color: #e7e7e7;
}

.sidebar-form { width:140px; margin:auto; margin-top:5px;margin-bottom:5px; }

#small-search, #tell-a-friend {
        text-align:center;
        margin-bottom:10px;
        margin-left:5px;
        width:152px;
}

#small-login, #small-user, #successful-swaps, #credit-cards {
        text-align:center;
        margin-bottom:10px;
        margin-right:5px;
        width:152px;
        padding-bottom: 5px;
}

.sidebar-input-select {
	width: 140px;
    color:#000000;
	background-color:#ffffff;
	font-size:90%;
	margin:auto;
}
.sidebar-input-text {
	width: 136px;
        color:#000000;
	background-color:#ffffff;
	font-size:90%;
	margin:auto;
}
.sidebar-button {
        color:#000000;
	background-color:#ffffff;
	font-size:90%;
	border:1px solid black;

}

.s-login {
	width: 140px;
}

#small-sidebar-text {
	font-size:90%;
        padding-top:5px;
        padding-bottom:5px;
        color:#5a5b5e;
}
#small-sidebar-text a { color:#5a5b5e; }
#small-sidebar-text a:hover { text-decoration:none; }

h4#small-login-header {
	
	margin: 0;
	margin-bottom: 5px;
	background: url("../images/login.gif") top left no-repeat;
	height: 22px;
	
}

h4#small-login-header span {
	
	display:none;
	
}

h4#small-account-header {
	
	margin: 0;
	margin-bottom: 5px;
	background: url("../images/myaccount.gif") top left no-repeat;
	height: 22px;
	
}

.offer-seperator {
	
	border-bottom: 4px solid #390;
	width: 100%;
	
}

#small-user {
	
	text-align: left;
	
}

#small-user-content {
	
	padding: 0 10px 0 10px;
	
}

#small-user-content-top {
	
	border-bottom: 2px dashed #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 2px;
	
}

#small-account-username {
	
	font-size: 160%;
	
}

#small-account-username a {
	
	text-decoration: none;
	
}

h4#small-account-header span {
	
	display:none;
	
}

h4#small-search-header, h4#tell-a-friend-header, h4#success-header {
	margin: 0;
	margin-bottom: 5px;
	height: 22px;
}
h4#small-search-header { background: url("../images/search.gif") top left no-repeat; }
h4#tell-a-friend-header { background: url("../images/tell_a_friend.gif") top left no-repeat; }
h4#success-header { background: url("../images/successful_swaps.gif") top left no-repeat; }

h4#small-search-header span, h4#tell-a-friend-header span, h4#success-header span {
	display:none;
}

.Content-Header {
	
	margin-bottom: 0px;
	
}

/* End of Body Divs */

/* Footer Divs */

div#footer {
	background: url("../images/footer.jpg");
	background-repeat:no-repeat;
	height: 26px;
	width: 760px;
	margin-top: 5px;
	clear:both;
}

div#footer-left {
	float:left;
	color:#ffffff;
	padding:8px;
	font-size:90%;
}
div#footer-left a { color:#ffffff; }
div#footer-left a:hover { color:#ffffff;text-decoration:none; }

div#footer-right {
	float:right;
	color:#ffffff;
	padding:8px;
	margin-right: 10px;
	font-size:90%;
}
div#footer-right a { color:#ffffff; }
div#footer-right a:hover { color:#ffffff;text-decoration:none; }

/* Flash & Error Classes */

.flash {
	
	color: black;
	border: 2px solid red;
	background-color: #FFE7F0;
	padding: 3px;
	vertical-align: bottom;
	
}

fieldset#Errors {
	
	border: 2px solid red;
	
}

fieldset#Errors legend {
	
	font-size: 125%;
	color: red;
	font-weight: bold;
	
}

/* Category + SubCategory Divs + Classes */

ul#CatList {
	
	font-size: 90%;
	list-style: none;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 10px;
	
}

ul#CatList li {
	
	margin-top: 5px;
	width: 49%;
	float: left;
	
}

ul#CatList h2 {
	
	font-weight: normal;
	
}

ul#SubCatList {
	
	font-size: 90%;
	list-style: none;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 10px;
	
}

ul#SubCatList li {
	
	margin-top: 5px;
	width: 49%;
	float: left;
	
}

ul#SubCatList h2 {
	
	font-weight: normal;
	
}

/* MyAccount Divs + Classes */

div#MyAccount-User {
	
	margin-top: -5px;
	
}

div#MyAccount-User ul {
	
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	padding-left: 2px;
	
}

.MyAccount {
	
	font-size: 90%;
	
}

.MyAccount-Fieldset {
	
	border: none;
	border-top: 4px solid green;
	padding-top: 10px;
	
}

.MyAccount-Legend {
	
	font-size: 150%;
	font-weight: bold;
	
}

div#MyAccount-Swaps th {
	
	background-color: #ececec;
	
}

.MyAccount-Table {
	
	width: 100%;
	font-size: 90%;
	border: 1px solid #dcdcdc;
	
}

.MyAccount-Table-Footer {
	
	background-color: #ececec;
	height: 10px;
	text-align: right;
	
}

/* Register Divs and Classes */


div#RegisterAccount fieldset {
	
	border: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
	
}

div#RegisterAccount legend {
	
	font-size: 125%;
	font-weight: bold;
	margin-left: 15px;
	
}

div#RegisterAccount label {
	
	float: left;
	width: 150px;
	
}

div#RegisterAccount input {
	
	margin: 2px 0 2px 0;
	
}

.Right-Submit {
	
	float: right;
	
}

h2#RegistrationStatus-YourDetails {
	
	background: url("../images/your_details.gif") top center no-repeat;
	height: 32px;
	
}

h2#RegistrationStatus-YourDetails span {
	
	display: none;
	
}

h2#RegistrationStatus-SelectMembership {
	
	background: url("../images/select_membership.gif") top center no-repeat;
	height: 32px;
	
}

h2#RegistrationStatus-SelectMembership span {
	
	display: none;
	
}

ul#SubscriptionList {
	
	list-style-type: none;
	padding-left: 0px;
	
}

.MembershipTitle {
	
	width: 100%;
	padding: 3px 0 3px 0;
	font-size: 100%;
	
}

.MembershipPrice {
	
	float:right;
	
}

/* Category Divs and classes */


/* Sub Category Divs and Classes */

/* Item Divs and Classes */

table#Items {
	
	font-size: 100%;
	width: 100%;
	
}

div#Item {
	
	
	
}

div#Item h3 {
	
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	padding: 5px 0px 5px 0px;
}

img#Large-Item-Image {
	
	float: left;
	margin-right: 2px;
	width: 200px;
	
}

div#Item-Footer {
	
	float: left;
	width: 100%;
	margin-top: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 0px 3px 0px;
	text-align: right;
	
}

div#Swapper {
	
	width: 100%;
	float: left;
	margin-top: 10px;
	
}

div#Swapper span {
	
	font-size: 125%;
	margin: 5px 0px 5px 0px;
	
}

table#Swapper-Details {
	
	font-size: 100%;
	width: 100%;
	
}

table#Swapper-Details td {
	
	width: 50%;
	
}

div#Item-Form label {
	float: left;
	width: 100px;
	
}

span#Item-Button {
	
}

div#Item-Form textarea {
	
	font: normal normal normal 9pt verdana;
	
}

span#Item-Button a {
	
	padding:7px;
	background-color: #ececec;
	border: 2px solid #494949;
	
}

/* Feedback Divs Tables etc */

table#Feedback {
	
	font-size: 100%;
	width: 100%;
	
}

table#Feedback td {
	
	font-weight: normal;
	
}

/* Swaps Divs Classes Etc */

div#Swap-Status {
	margin-top: 10px;
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 10px;
	border-bottom: 1px black solid;
	
}

div#Swap-Status input {
	
	margin: 5px;
	
}

div#Swap-Status h2 {
	
	border-bottom: 1px black solid;
	padding: 0;
	
}

div#Swap-Send-Message {
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 10px;
	border-bottom: 1px black solid;
	
}

div#Swap-Send-Message h2 {
	
	border-bottom: 1px black solid;
	padding: 0;
	
}

/* Odd Or Even Row classes */

.Table-Header {
	
	background-color: #ececec;
	font-weight: bold;
	padding: 0px;
	
}

.row-1 { 
	text-align: center;
}

.row-0 { 
	text-align: center;
}

/* Misc Classes */

.alignright { text-align:right; }
.aligncenter { text-align:center; }
.alignleft { text-align:left; }

.example-swap {}

.Separator {
	
	background: url("../images/separator.gif") top center no-repeat;
	height: 21px;
	margin: 0;
	
}

#Pagination {
	
	text-align: center;
	
}

.required {
	
	color: red;
	font-weight: bold;
	
}

.back_to_account{
	text-align: right;
}

.back_to_search_results {
	
	float: left;
	text-align: right;
	margin-bottom: 3px;
	
}

.Confirm {
	
	font-size: 8pt;
	
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 90%;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 5px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}