body {
	margin: 0;
	padding: 0;
	background-color: #F8F8F8;
	font: 11px/17px Lucida Sans, Lucida Grande, Tahoma, Geneva, Verdana, sans-serif;
	color: #666666;
}
h1 {
	margin: 0;
	padding: 10px 0 15px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #0097D3;
}
#content h1 a {
	color: #D8D8D8;
	text-decoration: underline;
}
h2 { /* initial paragraph on content pages */
	margin: 12px 0;
	padding: 0;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}
h3 { /* subheadings */
	margin: 25px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #0097D3;
}
h4 { /* headings in footer */
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0097D3;
	display: inline;
	border-bottom: 1px solid #C6E5F1;
}
h5 { /* date on news items */
	margin: -10px 0 0;
	padding: 0;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
}
p {
	margin: 12px 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 a {
	color: #0097D3;
}
p a {
	text-decoration: underline;
	color: #0097D3;
}
ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 5px 10px;
	background: url(/images/page/bullet.gif) top left no-repeat;
}
small {
	font-size: 10px;
	line-height: 13px;
	color: #999999;
}
td small {
	display: block;
	padding-top: 5px;
}

form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
select, input, textarea {
	font: 12px/18px Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, Verdana, sans-serif;
	color: #666666;
}
#button {
	text-transform: uppercase;
	font-size: 11px;
	color: #0085BA;
}



#page-bg {
	background: #FFFFFF url(/images/page/page-bg.gif) top repeat-x;
}
#glow-bg {
	background: url(/images/page/glow-bg.gif) top center no-repeat;
}
#container {
	margin: 0 auto;
	width: 950px;
}

#nav {
	float: right;
	text-align: right;
}
#nav a {
	line-height: 30px;
	padding: 0 5px 0 15px;
}
#nav a:hover {
	color: #0097D3;
}

#searchbar {
	clear: right;
	float: right;
	padding: 20px 5px 20px 0;
	width: 370px;
}
#searchbar td {
	padding: 0 0 0 7px;
}
#searchbar input {
	font-size: 14px;
}
#searchbar h1 {
	padding: 30px 0 0;
}


#content {
	padding: 10px 5px 20px 0px;
}

.clear {
	clear: both;
	height: 40px;
}


#footer {
	background: url(/images/page/footer-bg.gif) top repeat-x;
	padding: 15px 0;
}
#footer table {
	margin: 0 auto;
	width: 950px;
}
#footer td {
	width: 20%;
	vertical-align: top;
}
#footer ul {
}
#footer li {
	padding: 0;
	background: none;
	display: inline;
}
#footer li a {
	display: block;
	line-height: 20px;
	text-decoration: none;
}
#footer li a:hover {
	color: #0097D3;
}

#footer div {
	margin: 40px 0 35px;
	width: 175px;
	height: 53px;
	border: 1px solid #D8D8D8;
	background: url(/images/page/bestseller-footer.jpg) top left no-repeat;
}
#footer div a {
	display: block;
	padding: 11px 10px;
	font-size: 11px;
	line-height: 14px;
}

#credit {
	color: #BBB;
}
#credit a {
	color: #BBB;
}

/* -------------------- data table used in my account pages -------------------- */

.data-table, #cart {
	margin-top: -11px;
}
.data-table th, #cart th {
	background: #FFFFFF url(/images/page/page-bg.gif) top repeat-x;
	padding: 45px 10px 15px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	color: #0097D3;
	border-bottom: 1px solid #EBEBEB;
}

.data-table td {
	padding: 10px;
	border-bottom: 1px solid #EBEBEB;
}
#cart td {
	padding: 10px;
}

.data-table tr:hover, #cart tr:hover {
	background-color: #F8F8F8;
}


#progress {
	line-height: 30px;
	margin: 0 10px 40px 0;
	border: 1px solid #F1F1F1;
	width: 400px;
}
#progress th {
	background-color: #F8F8F8;
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #0097D3;
}
#progress td {
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #999999;
}
#progress a {
	color: #0097D3;
	text-decoration: underline;
}




.postit-note { /*tooltip like div, used in my account mostly*/
	border: 1px solid #F1F1F1;
	background-color: #F8F8F8;
	padding: 0px 20px 10px;

/*	background-color: #F2FAFB;
	padding-top: 0px;
	border: 2px solid #D4E2F0;*/
}
.postit-note a { 
	color: #0097D3;
	text-decoration: underline;
}

/*used to confirm an action, i.e. user updates
account details, the confirmtion message would
be in this div*/
.confirm-action {
	border: 1px solid #F1F1F1;
	background-color: #F8F8F8;
	padding: 0px 20px 10px;
	margin-top: 20px;
}
.confirm-action h2 {
	margin-bottom: 0;
}
.confirm-action strong p {
	font-weight: normal;
}


.level_Blue {
	color: #0281C8;
}
.level_Red {
	color: #D55846;
}
.level_Yellow {
	color: #FBB70E;
}


.separator {
	margin: 40px 0 20px;
	border-bottom: 1px solid #D8D8D8;
}
.clear {
	clear: both;
}

#profilepic {
	float: left;
	padding: 0 25px 0 0;
	margin-right: 25px;
	border-right: 1px solid #D8D8D8;
}


#pagination {
	clear: left;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	text-align: center;
/*	border: 1px solid red;*/
}
#pagination li {
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
/*	border: 1px solid blue;*/
	padding: 0px;
	margin: 0px;
	background-image: none;
	color: #FFFFFF;
}
#pagination a {
	display: inline;
	text-decoration: none;
	padding: 0 4px;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #FFFFFF;
	background: none;
	white-space: nowrap;
}
#pagination a:hover {
	background-color: #C6E5F1;
	border-top: 1px solid #C6E5F1;
	border-bottom: 2px solid #C6E5F1;
	color: #0097D3;
}
.active {
	background-color: #0097D3;
	border-top: 1px solid #0097D3;
	border-right: 4px solid #0097D3;
	border-bottom: 2px solid #0097D3;
	border-left: 4px solid #0097D3;
}

