html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #E3B5DA;
	font-family: Arial, Helvetica, sans-serif;
}

/* Links */

a:link {
	color: #92027B;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #08728C;
}

/* Overall container */
 
#pagewidth{ 
	width: 748px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	margin-top: 10px;
	border: 1px solid #92027B;
	background-color: #FFF;
}

/* Page header */
 
#header{
	position:relative; 
	height: 64px; 
	width:100%;
	border-bottom: 4px solid #92027B;
} 

/* Top horizontal navigation */

#topnav {
	background-color: #70B6C2; 
	position: relative; 
	width: 748px; 
	margin: 2px 0 0 0;
 } 
 
#topnav ul {
	list-style-type: none;
	color: #000;
	font-size: 75%;
	margin: 0;
	padding: 6px 0;
	text-align: left;
}

#topnav ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #447A86;
	border-left: 1px solid #ADDBE8;
}

#topnav ul li#topnav_firstlink {
	border-left: none;
}

#topnav ul li#topnav_lastlink {
	border-right: none;
}

#topnav ul li a:link, #topnav ul li a:visited, #topnav ul li a:active {
	color: #000;
	text-decoration: none;
}

#topnav ul li a:hover {
	text-decoration: underline;
}

 
/* Main content */
 
#maincol{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 740px;
	font-size: 80%;
	line-height: 150%;
	padding: 4px;
 }
 
/* Page footer */
 
#footer{
	width: 748px;
	clear:both;
	font-size: 70%;
	color: #92027B;
	text-align: left;
} 
 
#footer #footer_right {
	float: right;
	width: 450px;
	text-align: right;
}

#footer a {
	color: #92027B;
}

/* Header styles */

h1 {
	color: #92027B;
	font-size: 120%;
	margin-top: 0.5em;
}

h2 {
	color: #92027B;
	font-size: 110%;
	margin-top: 0.5em;
}

.breadcrumb {
	font-size: smaller;
}

/* Product category table */

.categorytable {
	background-color: #FFF;
}

.categorytable td {
	background-color: #EAEAEA;
	padding: 3px;
}

.categorytable td img {
	display: block;
	border: 1px solid #92027B;
}

/* Product detail page */

#detailbox_detailimg {
	display: block;
	border: 1px solid #92027B;
}

/* Product options table */

#options_table {
	background-color: #FFF;
}

#options_table th {
	background-color: #D2D2D2;
	font-size: 80%;
}

#options_table td {
	border-bottom: 1px solid #D2D2D2;
	background-color: #EAEAEA;
	font-size: 80%
}

#options_table td td {
	font-size: 100%;
}

#options_table select {
	font-size: 12px;
}

/* Form styles */

textarea {
	width: 95%;
	border: 1px solid #4A6D21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #4A6D21;
}
.fullwidth {
	width: 95%;
}
.checkbox {
	border: 0px none;
}

legend {
	color: #390021;
	font-size: 120%;
	font-weight: bold;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #4A6D21;
}
.buttoncontainer {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #4A6D21;
}
.form_not_valid {
	color: red;
	font-weight: bold;
}

.yellow_button {
	background-color:#92027B;
	font-size:11px; 
	border-width: 2px;
	border-color: #999999;
	border-style: outset;
	cursor: hand;
	color: #FFF;
}

.options_select {
	font-size: 10px;
}

iframe {
	width: 100%;
	height: 200px;
}

/* Checkout progress */

.checkout_stages {
	background-color: gray;
}
.checkout_stages td {
	background-color: white;
	text-align: center;
	
}
.checkout_stages_current {
	color: red;
	font-weight: bold;
}
.checkout_stages_notdone {
	color: #CCC;
}
.checkout_stages_done {
	color: #CCC;
	text-decoration: line-through;
}


/* News box */

.newsbox {
	width: 100%;
	float: left;
	border-bottom: 1px solid #486D20;
	padding: 5px 0;
	margin-bottom: 0.25em;
	background-color: #EAEFEB;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */