
hr {
    color: #000000;
	height: 1pt;
}

h1 {

	color: #080463;
	font-size: 16px;
    line-height: 18pt;
}

h2 {
	color: #080463;
    font-size: 16px;
    line-height: 18pt;
	font-variant: small-caps;
}

h3 {
     font-size: 12px;
     line-height: 14pt;
}

/* ------------------------------------------------------------

	account style

------------------------------------------------------------ */

.accountHeader {
	background-color: #A50008;
	color: #FFFFFF;
	font-weight: bold;
}

.accountSubHeader  {
	background-color: #D7D7D7;
	color: #000000;

}

/* ------------------------------------------------------------

	content style

------------------------------------------------------------ */

#content a:link {
	color: #C76702;
	text-decoration: none;
}

#content a:visited {
	color: #AB5901;
	text-decoration: none;
}

#content a:hover {
	color: #080463;
	text-decoration: none;
}

/* ------------------------------------------------------------

	button styles

------------------------------------------------------------ */

input {color: #6B6B6B;
	border-style: solid;
	border-color: #C1C1C1;
	border-width: 1px;
	font-family: verdana;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 11px}

input.noborder {
	border-style: solid;
	border-color: white;
	border-width: 0px;
}

input.submit {
	color: #000;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	background: #C97B27;
	margin: 1px;
	}
	
input.submit2 {
	color: #000;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	background: #FB9930;
	margin: 1px;
	}

.newuser img{
	color: #000;
	margin: 0;
	margin-top: 2px;
	width: 58px;
	height: 20px;
	border-style: none;
	cursor: pointer;
	float: left;
	clear: both;
}	
button.submit {
	color: #000;
	margin: 0px;
	width: 62px;
	height: 24px;
	border-style: none;
	cursor: pointer;
	background: #838383;
}

button.submit2 {
	color: #000;
	margin: 0px;
	width: 62px;
	height: 24px;
	border-style: none;
	cursor: pointer;
	background: #fff;
}

button.add {
	color: #000;
	margin: 0px;
	width: 35px;
	height: 22px;
	border-style: none;
	cursor: pointer;
	background: #fff;
}

button.checkout {
	color: #000;
	margin: 0px;
    margin-top: 20px;
    margin-left: 515px;
	width: 100px;
	height: 26px;
	border-style: none;
	cursor: pointer;
	background: #fff;
}

button.delete {
	color: #000;
	margin: 0;
	width: 42px;
	height: 18px;
	border-style: none;
	cursor: pointer;
	background: #fff;
}

button.placeorder {
	color: #000;
	margin: 0px;
	margin-left: 245px;
	width: 100px;
	height: 26px;
	border-style: none;
	cursor: pointer;
	background: #fff;
}

button.update{
	color: #000;
	margin: 0px;
	width: 50px;
	height: 22px;
	border-style: none;
	cursor: pointer;
	background: #fff;
}

input.delete{
	color: #000;
	margin: 0px;
	width: 50px;
	height: 22px;
	border-style: none;
	cursor: pointer;
	background: #fff;
}

button.search {
	color: #000;
	margin: 0px;
	width: 62px;
	height: 24px;
	border-style: none;
	cursor: pointer;
	background: #838383;
}

/* ------------------------------------------------------------

	shopping cart

------------------------------------------------------------ */

/* right column mini cart */
#cart th {
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

#cart td{
	vertical-align:bottom;
}

#cart tr {
	border-top: 1px solid #ddd;
}

#cart .total td{
	border-top:1px solid #000;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

#cart .list td{
	border-bottom:1px solid #ccc;
}

/* shopping cart */
.bordered-cart {
	border-left: 1px solid #000000;
	padding-left: 20px
}

.border-bottom2 {
	border-bottom: 1px solid #000000;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	width: 500px;

}

.borderedTop {
	border-top: 1px solid #000000;
	padding: 6px;
}
