/***** Standard Element Styles *****/
body {
    font: 11px Arial, sans-serif;
    margin: auto;
}
th {
    /*etter-spacing: 2px;*/
	font-weight: bold;
}
td {
    font: 11px Arial, sans-serif;
	vertical-align: top;
}
a {
    color: #330063;
	font-weight: bold;
}
a img {
	border: 0px none;
}
a:hover {
    text-decoration: none;
    color: #663396;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", "Century Gothic";
	clear: both;
	border-bottom: 1px solid;
}
h1 {
	font-size: 22px;
	line-height: 21px;
}
h2 {
	font-size: 18px;
	line-height: 17px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 0;
}
h3 {
	font-size: 14px;
	line-height: 13px;
}
h4 {
	font-size: 12px;
	clear: both;
}
p {
	margin: 0;
	padding: 8px 0;
}
hr {
	clear: both;
	margin: 5px 0;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ffcb31;
}
/***** Container Styles *****/
#container {
	width: 750px;
	margin: auto;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	height: 73px;
}
#topNav {
	position: relative;
	top: 0;
	left: 0;
	height: 35px;
	background: url(../../images/nav_bg.gif) repeat-x 8px 0;
	vertical-align: middle;
	font-size: 12px;
	margin: 0 8px;
	margin-bottom: 6px;
}
table#wrapper {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
td#leftNav {
	width: 150px;
}
#contentWrapper {
	padding-left: 5px;
}
#content {
	float: left;
	width: 390px;
	padding-right: 5px;
}
#rightbar {
	width: 200px;
	float: right;
	text-align: center;
}
#footerNav {
	height: 30px;
	background: url(../../images/footer_bg.gif) repeat-x;
	vertical-align: middle;
	font-size: 11px;
	margin-bottom: 3px;
	margin-left: 6px;
}
/***** Form Styles *****/
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
input {
	vertical-align: middle;
}
label {
	vertical-align: middle;
	font-weight: bold;
}
.button {
}
.txtField {
	background: #fff;
	border: 1px solid #d99917;
	padding-left: 3px;
}
.txtField2 {
	background: #fff;
	border: 1px solid #330063;
	padding-left: 3px;
}
.txtField3 {
	background: #fff;
	border: 1px solid #000;
	padding-left: 3px;
	width: 172px;
}
.txtFormTitle {
    font-weight: bold;
    color: #970d0d;
    height: 20px;
    text-align: right;
}
.txtFormItems {
    color: #fff;
    height: 20px;
    text-align: left;
}
.dropdown {
	background: #fff url(../none) !important;
	border: 1px solid #330063 !important;
	vertical-align: middle;
}
/***** Store Styles *****/

.prodOptionsHead {
	background: #EBEBEB url(/images/product_detail_option_head.gif);
	width: 226px;
	color: #330063;
	text-transform: uppercase;
	font: 12 px Arial, sans-serif;
	font-weight: bold;
	text-align: center;

}

.prodOptionsBody {
	background: #EBEBEB url(/images/product_detail_option_bottom.gif) no-repeat left bottom;
	width: 226px;
	color: #333;
	font: 11 px Arial, sans-serif;

}

.prodOptionsBody label {
	font-weight: bold;
}
.Price {
    text-decoration: line-through;
}
.salePrice {
    font-weight: bold;
    color: #f00;
    text-align: center;
}
/***** Misc Styles *****/
.hidden {
	display: none;
}
/***** Legacy Styles carried over from old Spinning Site *****/
.txtDetail {
    font: 11px Arial, sans-serif;
}
.txtBold {
    font-weight: bold;
}
.txtHeader_table {
    font-weight: bold;
    font: 12px Arial, sans-serif;
    color: #fff;
    letter-spacing: 2px;
}
.txtBold_table {
    font-weight: bold;
    color: #878785;
    letter-spacing: 2px;
}
.txtHeader {
    font-weight: bold;
    font-size: 14px;
	color: #210069;
}
.txtErrorMessage {
    font-weight: bold;
    font-size: 10px;
    color: #f00;
}
.foobar {
    margin: 0;
}
/***** IE Rendering Bug Fix ****\*/
* html .iefix {
	height: 0.01%;
}
* html {
	border: 0;
	border-top: 1px solid #ded3bd;
}

/***** Legacy Styles ******/
.txtHeader_table {
  	font: 12px Arial, sans-serif;	
	font-weight: bold;
	color: #333;
}