/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");

/* begin general styles for all themes */
html,body {
	margin: 0px;
	padding: 0px;
	
	background-color:#ffffff;
	
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

#page-container {
width:996px;
margin: auto;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #669999;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #003366;
	text-decoration: none;
}

.actCHECKOUTEM {
	background-color: #33ccff;
}

.actCHECKOUTBG {
	background-color: #99cccc;
}

.actlarger {
	font-size: large;
	color: #000000;
}

.actsmaller{
	font-size: x-small;
	color: #000000;
}

.actxxsmall {
	font-size: x-small;
	color: #000000;
}

.actxsmall {
	font-size: small;
	color: #000000;
}

.actsmall {
	font-size: small;
	color: #000000;
}

.actregular {
	font-size: large;
	color: #000000;
}

.actlarge{
	font-size: medium;
	color: #000000;
}

.actxlarge {
	font-size: x-large;
	color: #000000;
}

.actxxlarge {
	font-size: x-large;
	color: #000000;
}

.actwarningcolor {
	color: #ff0000;
}
	
.actrequiredcolor {
	color: #ff0000;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #ff0000;
}

.actwarning {
	font-size: small;
	color: #ff0000;
}

.actwelcome {
	font-size: small;
	color: #000000;
}

.actlogotext {
	font-size: small;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: small;
	color: #003366;
}

.thinborder1 {
	border: 1px solid #ffffff;
}

.thinborder2 {
	border: 1px solid #b9cbe6;
}

.thinred {
	border: solid 1px #ffffff;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #b9cbe6;
	border-top: 0px;
} 

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

.boxheading {
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

table.checkout td {
	background-color: #99cccc;
}

table.checkout th {
	background-color: #33ccff;
}

.cart {
	background-color: #99cccc;
}

.cartheading {
	background-color: #33ccff;
	font-weight: bold;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ccffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

/* end of general styles for all themes */

