/* !!!IMPORTANT!!! PLEASE READ: do NOT modify this file.  This file WILL GET OVERWRITTEN during every upgrade.*/
/* If you would like to implement custom CSS changes, please do so in the issues.css file, NOT HERE. */
/* In that file you can override classes declared here and implement your custom CSS changes. */
/* We make sure to include issues.css last in all of our distributed templates to make sure that your changes */
/* override all of the in-house CSS.  However, it is up to you to make sure issues.css is included last to make sure */
/* that your CSS changes take effect. */
/* file should be the same */
/* css/nds.css */
/* secure/css/nds.css */


body {

}

a {

}

a:active {

}

a:visited {

}

a:hover {

}

a:visited:hover {

}

.sublink {

}

a.sublink {

}

a.sublink:active {

}

a.sublink:visited {

}

a.sublink:hover {

}

a.sublink:visited:hover {

}

h2, .page-title  {

}

h2 a {

}

h2 a:hover {

}

form {

}


.padMe {

}

.display-line {

}

.display-line-footer {

}

#bg {

}

#page {

}

#tabs {

}

#masthead {

}

.container {

}

.container .pageNote {
	padding: 10px;
	margin: 0px 10px 0px 10px;

}

hr {

}

.disabled {

}

.myerror, .pending{
	color:#EC0433;
	font-weight:bold;
}

.price, .display-item-price {

}

.form-label {

}

.form-label-required {

}

.form-field {

}


#infolist {

}

#infolist li {

}

input, textarea, select {

}

#orderStats {

}

.goLeft, .section {

}

.goRight, .logout {

}

.goUp {

}

.moneyFormat{

}


#pageNote {
	margin: 0px 10px 0px 10px;
	padding: 10px;
	width: 440px;
}

.submitBtn {

}

.submitOrder {

}

#logo {

}








/* begin giftCerts */
/* used in templates/gift.certs.tem.php */

#giftCerts {

}

#giftCerts h2 { }

#giftCerts #pageNote {

}

#giftCerts .form-label { }

#giftCerts .form-field { }


/* end giftCerts */







/* begin categoryList */
/* used in templates/category.grid.tem.php */
/* only used when the cart is displaying a "list" of categories */

#categoryList {

}

#categoryList h2 { }

#categoryList #categoryDescription {

}

#categoryList #topOptions .sort .option select {

}

#categoryList .content-odd1 {

}

#categoryList .content-even1 {

}

#categoryList .title {

}

#categoryList .title a {

}

#categoryList .title a:hover {

}

#categoryList .photo {

}

#categoryList .description {

}

#categoryList .details {

}

#categoryList .details .buttons {

}

#categoryList .details .buttons .detailBtn {

}

#categoryList .details .buttons .detailBtn a {

}

#categoryList .details .buttons .detailBtn a:hover {

}


#categoryList #btmOptions {

}


#categoryList #btmOptions .pagination {

}

#categoryList #btmOptions .pagination a {

}

#categoryList #btmOptions .pagination a:hover {

}

/* end categoryList */












/* begin categoryGrid */
/* only used when the cart is displaying a "grid" (multiple columns) of categories */

#categoryGrid {
	 width:456px;
	 border:2px solid #ccc;
	 margin:0 10px 0 10px;
}


.categoryGridRow {
	width:456px;
	margin:5px 0 5px 0;
	background-image:url(../../images/category_bgrnd.gif);
	background-repeat:repeat-y;
	background-position:left;
	
}


#categoryGrid h2 { 
	background-color:#2B4C96;
	background-image:url(../../images/blue_grad2.jpg);
	background-repeat:repeat-x;
	padding:5px;
	color:#fff;
	font-size:1em;
}


#categoryGrid #categoryDescription {

}

/* used in 2 column category Grids */
#categoryGrid .content-odd2 {

}

#categoryGrid .content-even2 {

}


/* used in 3 column category Grids */
#categoryGrid .content-odd3 {
	width:131px;
	padding:5px 10px 5px 10px;
	float:left;
}

#categoryGrid .content-even3 {
	width:132px;
	padding:6px 10px 6px 10px;
	float:left;
}


/* used in 4 column category Grids */
#categoryGrid .content-odd4 {

}

#categoryGrid .content-even4 {

}


/* used in 5 column category Grids */
#categoryGrid .content-odd5 {

}

#categoryGrid .content-even5 {

}


#categoryGrid .title {
	max-height:2.73em;
	overflow:hidden;
}

#categoryGrid .title h3 {
	font-size:1.36em;
	line-height:1em;
}

#categoryGrid .title a {

}

#categoryGrid .title a:hover {

}

#categoryGrid .photo {
	width:131px;
	height:95px;
	overflow:hidden;
	margin-bottom:5px;
}

#categoryGrid .description {
	font-size:0.91em;
	line-height:1.09em;
	padding:2px 0 2px 0;
	max-height:3.27em;
	overflow:hidden;
	text-align: left;
}

#categoryGrid .details {

}

#categoryGrid .details .buttons {

}

#categoryGrid .details .buttons .detailBtn {
	max-height:2.55em;
	overflow:hidden;
}

#categoryGrid .details .buttons .detailBtn a {

}

#categoryGrid .details .buttons .detailBtn a:visited,
#categoryGrid .details .buttons .detailBtn a:link,
#categoryGrid .details .buttons .detailBtn a:active {
	font-weight:bold;
	text-decoration:underline;
	color: #EC0433;
}

#categoryGrid .details .buttons .detailBtn a:hover {
   	font-weight:bold;
	text-decoration:underline;
	color: #666;
}


#categoryGrid #btmOptions {
	padding:10px 0 10px 0;
}

#categoryGrid #btmOptions .pagination {
	text-align:center;
}

#categoryGrid #btmOptions .pagination a {

}

#categoryGrid #btmOptions .pagination a:hover {


}

/* end categoryGrid */







/* begin affiliateLogin */
/* used in templates/affiliate.login.tem.php */
/* used in templates/affiliate.login.password.tem.php */
/* used in templates/affiliate.default.tem.php */

#affiliateLogin {

}

#affiliateLogin h2 { }


/* end affiliateLogin */









/* begin customerLogin */
/* used in templates/client.login.tem.php */
/* used in templates/client.login.password.tem.php */
/* used in templates/client.create.form.tem.php */

#customerLogin {
	width:460px;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

#customerLogin h2 { 
	color:#fff;
	background-color:#4E575B;
	width:440px;
	padding:10px;
	font-weight:normal;
}

#customerLogin #existingCustomer {

}

#customerLogin #newCustomer {

}

#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {

}

#existingCustomer .body { }

#newCustomer .body {

}

#newCustomer .body input {

}


#customerLogin #passwordRemindCustomer, #customerLogin #createCustomer {

}

#customerLogin #createCustomer .body { }


/* end customerLogin */







/* begin productGrid */
/* only used when a product is displaying a "grid" (multiple columns) of products */

#productGrid {
	 width:460px;
	 margin:0 10px 0 10px;

}

.productGridRow {
	padding:0 0 10px 0;
	
}

#productGrid h2 { 
	background-color:#2B4C96;
	background-image:url(../../images/blue_grad2.jpg);
	background-repeat:repeat-x;
	padding:5px;
	color:#fff;
	font-size:1em;
}

#productGrid .title h3 {
	font-size:1.36em;
}

#productGrid #categoryDescription {

}

#productGrid table{

}

#productGrid #topOptions, #productGrid #topPagination {
	width: 230px;
	float: left;
}
#productGrid #topPagination {
	text-align: right;
}

#productGrid #topOptions .search {

}

#productGrid #topOptions .myrow {

}

#productGrid #topOptions .display {

}

#productGrid #topOptions .sort {

}

#productGrid #topOptions .sort .label {

}

#productGrid #topOptions .sort .option {

}

#productGrid #topOptions .sort .option select {

}


/* used in 2 column product Grids */
#productGrid .content-even2 {

}

#productGrid .content-odd2 {

}



/* used in 3 column product Grids */
#productGrid .content-odd3 {
	width:148px;
	padding:5px 0 0 0;
	border: solid 1px #4E575B;
	float:left;
}

#productGrid .content-even3 {
	width:148px;
	padding:5px 0 0 0;
	border: solid 1px #4E575B;
	margin:0 5px 0 5px;
	float:left;
}




/* used in 4 column product Grids */
#productGrid .content-even4 {

}

#productGrid .content-odd4 {

}


/* used in 5 column product Grids */
#productGrid .content-even5 {

}

#productGrid .content-odd5 {

}

#productGrid .title {
	font-size:1.09em;
	line-height:1.09em;
	width:131px;
	padding:0 8px 0 9px;
	margin-bottom:3px;
	font-weight:bold;
	height:2.27em;
	overflow:hidden;
}

#productGrid .title a {

}

#productGrid .title a:hover {

}

#productGrid .photo {
	width:131px;
	height:95px;
	overflow:hidden;
	padding:0 8px 2px 9px;
	text-align: center;
}

#productGrid .details {
	background-color:#4E575B;
	color:#fff;
	width:98px;
	padding:10px 41px 10px 9px;
	position:relative;
}

#productGrid .details .details_text {
	height:1.27em;
	overflow:hidden;
}

#productGrid .description {
	font-size:0.91em;
	line-height:1.09em;
	padding:2px 8px 2px 9px;
	width:131px;
	height:3.27em;
	overflow:hidden;
}

/* #productGrid .details .sprice { */
#productGrid .sprice {
	font-weight:bold;
	color:#EC0433;
	font-size:1.54em;
	padding:0 8px 4px 9px;
	width:131px;
}

#productGrid .details .buttons {
	width:29px;
	float:right;
	text-align:right;
	float:right;
	position:absolute;
	bottom:0.36em;
	right:9px;
}

#productGrid .details .buttons .detailBtn {

}

#productGrid .details .buttons .detailBtn a:visited,
#productGrid .details .buttons .detailBtn a:link,
#productGrid .details .buttons .detailBtn a:active {
	font-weight:bold;
	text-decoration:underline;
	color: #EC0433;
}

#productGrid .details .buttons .detailBtn a:hover {
   	font-weight:bold;
	text-decoration:underline;
	color: #666;
}

#productGrid .details .buttons .addToCartBtn {

}

#productGrid .details .buttons .addToCartBtn a {

}

#productGrid .details .buttons .addToCartBtn a:hover {

}

#productGrid .details .pricenote {

}

#productGrid .options {


}

#productGrid .options .form-label{

}

#productGrid .options .form-field{

}

#productGrid #btmOptions {

}

#productGrid #btmOptions .batchAddToCartButton {

}

#productGrid #btmOptions .batchAddToCartButton a {

}

#productGrid #btmOptions .batchAddToCartButton a:hover {

}

#productGrid #btmOptions .pagination {
	text-align:center;
}

#productGrid #btmOptions .pagination a {

}

#productGrid #btmOptions .pagination a:hover {


}

#productGrid #btmCategoryPhoto {

}

#productGrid #btmCategoryPhotoImage {

}

#productGrid #btmCategoryPhotoCaption {

}
/* end productGrid */









/* begin productList */
/* used in templates/product.grid.tem.php */
/* only used when a product is displaying a "list" of products */

#productList {

}

#productList h2 { }

#productList #categoryDescription {

}

#productList table{

}

#productList #topOptions {

}

#productList #topOptions .search {

}

#productList #topOptions .display {

}

#productList #topOptions .sort {

}

#productList #topOptions .sort .label {

}

#productList #topOptions .sort .option {

}

#productList #topOptions .sort .option select {

}

#productList .content-even1 {

}

#productList .content-odd1 {

}

#productList .title {

}

#productList .title a {

}

#productList .title a:hover {

}

#productList .photo {

}

#productList .description {

}

#productList .details {

}

#productList .details .sprice {

}

#productList .details .buttons {

}

#productList .details .buttons .detailBtn {

}

#productList .details .buttons .detailBtn a {

}

#productList .details .buttons .detailBtn a:hover {

}

#productList .details .buttons .addToCartBtn {

}

#productList .details .buttons .addToCartBtn a {

}

#productList .details .buttons .addToCartBtn a:hover {

}

#productList .details .pricenote {

}

#productList .options {

}

#productList .options .qty {

}

#productList .options .qty input {

}

#productList .options .form-label {

}

#productList .options .form-field {

}

#productList #btmOptions {

}

#productList #btmOptions .batchAddToCartButton {

}

#productList #btmOptions .batchAddToCartButton a {

}

#productList #btmOptions .batchAddToCartButton a:hover {

}

#productList #btmOptions .pagination {

}

#productList #btmOptions .pagination a {

}

#productList #btmOptions .pagination a:hover {


}

#productList #btmCategoryPhoto {

}

#productList #btmCategoryPhotoImage {

}

#productList #btmCategoryPhotoCaption {

}

/* end productList */











/* begin productDetail */
/* used in templates/product.detail.tem.php */


#productDetail{

}

#productDetail h1, 
#productDetail h2 { 
	color:#fff;
	background-color:#4E575B;
	width:440px;
	padding:10px;
	margin:0 10px 10px 10px;
	font-weight:normal;
}

#productDetail #productPhotos {
	/*width:262px;
	height:190px;*/
	width: 190px;
	border: 1px solid #4E575B;
	overflow:hidden;
	float:left;
	margin:0 0 0 10px;
}

#productDetail #prodThumbnails {

}

#productDetail #extraDetails {
	/*width:187px;*/
	width: 250px;
	float:right;
	padding:0 10px 0 0;
}


#productDetail .submitBtn {

}

#productDetail #qtyPricing {

}

#productDetail #qtyPricing .hdr-title-left {

}

#productDetail #qtyPricing .hdr-title-right {

}

#productDetail #qtyPricing .list-left {

}

#productDetail #qtyPricing .list-right {

}

#productDetail #price {
	font-size:1.54em;
	font-weight:bold;
	color:#EC0433;
}

#productDetail .form-label {
	width:70px;
	float:left;
	padding:0 0 10px 0;
}

#productDetail .form-field { 
	width:180px;
	float:right;
	padding:0 0 10px 0;
}

#productDetail input,
#productDetail select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #666666;
}

#productDetail #customerUpload {

}

#productDetail #detailGroup {

}

#productDetail #detailTabs {

}

#productDetail #detailTabs ul {

}

#productDetail #detailTabs li {

}

#productDetail #detailTabs a .current {

}

#productDetail #detailTabs a {

}

#productDetail #detailTabs a span {

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#productDetail #detailTabs a span {

}

/* End IE5-Mac hack */
#productDetail #detailTabs a:hover span {

}

#productDetail #detailTabs a:hover {

}

#productDetail #detailTabs a:hover span {

}

#productDetail .hdr-title {
	width:448px;
	padding:5px;
	color:#fff;
	background-color:#2B4C96;
	background-image:url(../../images/blue_grad2.jpg);
	background-repeat:repeat-x;	
	font-size:1em;
	font-weight:bold;
}

#productDetail .container {

}

#productDetail .body {

}

#productDetail #productDescription {
	width:460px;
	padding:10px;
}

#productDetail #productDescription p {

}

#productDetail #productReviews {

}

#productReviews .body {

}

#productReviews .form-field {

}

#productDetail #productReviews #productReviewsAddNote {

}

#productDetail #productReviews #productReviewsAdd {

}

#productDetail #productsRelated {
	width:458px;
	margin:0 10px 10px 10px;
	border:1px solid #4E575B;
}


#productDetail .productsRelatedGridRow {
	margin:5px 0 5px 0;
	background-image:url(../../images/category_bgrnd.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#productDetail #productsRelated .content-odd3 {
	width:131px;
	padding:5px 10px 5px 10px;
	float:left;
}

#productDetail #productsRelated .content-even3 {
	width:132px;
	padding:5px 10px 5px 10px;
	float:left;
}


#productDetail #productsRelated .title {
	font-size:1.09em;
	font-weight:bold;
	line-height:1.09em;
	height:2.27em;
	overflow:hidden;
}

#productDetail #productsRelated .title a {

}

#productDetail #productsRelated .title a:hover {

}

#productDetail #productsRelated .photo {
	margin:5px 0 5px 0;
	width:131px;
	height:95px;
	overflow:hidden;
	text-align: center;
}

#productDetail #productsRelated .details {

}

#productDetail #productsRelated .details .sprice {

}

#productDetail #productsRelated .details .detailsBtn {

}

#productDetail #productsRelated .details .detailsBtn a {

}

#productDetail #productsRelated .details .detailsBtn a:hover {

}

/* end productDetail */








/* begin search form */
/* used in templates/search.form.tem.php */

#searchForm {

}

#searchForm h2 { }

#searchForm #searchFormCategory {

}

#searchForm #searchFormCategory .label {

}

#searchForm #searchFormCategory .field {

}

#searchForm #searchFormCategory select {

}

#searchForm #searchFormVendor {

}

#searchForm #searchFormVendor .label {

}

#searchForm #searchFormVendor .field {

}

#searchForm #searchFormVendor select {

}

#searchForm #searchFormKeywords {

}

#searchForm #searchFormKeywords .label {

}

#searchForm #searchFormKeywords .field {

}

#searchForm #searchFormKeywords input {

}

#searchForm #searchFormSubmit {

}

#searchForm #searchFormSubmit .button {

}

/* end search form */









/* begin registry search form */
/* used in templates/registry.search.form.tem.php */

#registrySearchForm {

}

#registrySearchForm h2 { }


#registrySearchForm #searchFormKeywords {

}

#registrySearchForm #searchFormKeywords .label {

}

#registrySearchForm #searchFormKeywords .field {

}

#registrySearchForm #searchFormKeywords input {

}

#registrySearchForm #searchFormSubmit {

}

#registrySearchForm #searchFormSubmit .button {

}

/* end registrysearch form */









/* begin view cart */
/* used in templates/view.cart.tem.php */

#viewCart {
	width:460px;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

#viewCart h2 { 
	color:#fff;
	background-color:#4E575B;
	width:440px;
	padding:10px;
	font-weight:normal;
}

#viewCart p {

}

#viewCart #pageNote {

}

#viewCart #pageError {

}

#viewCart #cartItems {
	width:100%;
	margin:10px 0 10px 0;
	border: 1px solid #4E575B;
	border-collapse: collapse;
}

#viewCart #cartItems thead tr th {
	background-color:#999;
	color:#fff;
	padding:5px;
	border: 1px dotted #fff;
}

#viewCart #cartItems tbody tr td {
	padding:5px;
	border: 1px dotted #999;
}

#viewCart #cartItems td.center {
	text-align:center;
}

#viewCart #cartItems .list input {
	font-size:1em;
	color:#333;
}

#viewCart #cartItems .cartError {

}

#viewCart #cartItems .normal {

}

#viewCart #cartItems .cartWarning {

}


#viewCart #cartInfo {

}

#viewCart #cartNumItems {
	float:left;
	width:315px;
	margin-bottom:20px;
	font-size:1.09em;
}

#viewCart #cartCoupon {
	float:left;
	width:315px;
}

#viewCart #cartCoupon input {
	font-size:1em;
	vertical-align:middle;
	color:#333;
}

#viewCart #cartAmounts {
	width:130px;
	float:right;
}

#viewCart #cartAmounts .field-link {

}


#viewCart #cartAmounts .field-label {
	float:left;
	width:60px;
	padding-bottom:5px;
	font-size:1.09em;
}

#viewCart #cartAmounts .field-price {
	float:right;
	width:70px;
	text-align:right;
	padding-bottom:5px;
	font-weight:bold;
	color:#333;
	font-size:1.09em;
}

#viewCart #cartButtons {
	margin:20px 0 0 0;
	text-align:center;
}

#viewCart .gatewayButtons {

}

#viewCart #crossSell {

}

#viewCart #crossSell .content-even {

}

#viewCart #crossSell .content-odd {

}

#viewCart #crossSell .title {

}

#viewCart #crossSell .title a {

}

#viewCart #crossSell .title a:hover {

}

#viewCart #crossSell .photo{

}

#viewCart #crossSell .details {

}

#viewCart #crossSell .details .detailsBtn {

}

#viewCart #crossSell .details .detailsBtn a {

}

#viewCart #crossSell .details .detailsBtn a:hover {

}

/* end view cart */








/* begin popupShipping */
/* used in templates/view.shipping.form.tem.php */
/* used in templates/view.shipping.results.tem.php */

#popupShipping {

}

#popupShipping h2 {

}

#popupShipping #pageNote{

}

#popupShipping #serviceLogo {

}


/* end popupShipping */






/* begin checkoutOnePage */
/* used in templates/checkout.onepage.tem.php */

#checkoutOnePage {

}

#checkoutOnePage h2 { }

#checkoutOnePage .form-label {

}

#checkoutOnePage .form-label-required {

}

#checkoutOnePage .form-label-long {

}

#checkoutOnePage .form-label-required-long {

}

#checkoutOnePage #cartItems {

}

#checkoutOnePage #cartItems thead tr th {

}

#checkoutOnePage #cartItems tbody tr td {

}

#checkoutOnePage #cartItems .cartError {

}

#checkoutOnePage #cartItems .normal {

}

#checkoutOnePage #cartItems .cartWarning {

}

#checkoutOnePage #cartInfo {

}

#checkoutOnePage #cartAmounts {

}

#checkoutOnePage #cartAmounts .field-link {

}

#checkoutOnePage #cartAmounts .field-price {

}

#checkoutOnePage #cartAmounts .field-label {

}

#checkoutOnePage #existingCustomer {

}

#checkoutOnePage #existingCustomer .hdr-title{

}

#checkoutOnePage #existingCustomer .body {

}

#checkoutOnePage #newCustomer {

}

#checkoutOnePage #newCustomer .hdr-title{

}

#checkoutOnePage #newCustomer .body {

}

#checkoutOnePage #billAddress {

}

#checkoutOnePage #billAddress table {

}

#checkoutOnePage #shipAddress {

}

#checkoutOnePage #shipAddress table {

}

#checkoutOnePage #shipMethod {

}

#checkoutOnePage #shipMethod table {

}

#checkoutOnePage #shipMethod table .multiShipOptions {

}

#checkoutOnePage #paymentInfo {

}

#checkoutOnePage #paymentInfo table {

}

#checkoutOnePage #totalsInfo {

}

#checkoutOnePage #totalsInfo {

}

#checkoutOnePage #totalsInfo .totalLabel {

}

#checkoutOnePage #totalsInfo .totalField {

}

#checkoutOnePage #totalsInfo #grand_total_div {

}

#checkoutOnePage #checkoutSubscription {

}

#checkoutOnePage #checkoutSubscription table {

}

/* end checkoutOnePage */








/* begin checkoutBilling */
/* used in templates/checkout.billing.form.tem.php */


#checkoutBilling {
	width:460px;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

#checkoutBilling h2 {
	color:#fff;
	background-color:#4E575B;
	width:440px;
	padding:10px;
	font-weight:normal;
}

#checkoutBilling .form-label, #clientAccount .form-label { 
	width: 150px;
	float:left;
	margin-bottom:5px;
}

#checkoutBilling .form-label-required { 
	width: 150px;
	float:left;
	font-weight:bold;
	margin-bottom:5px;
}

#checkoutBilling .form-field, #clientAccount .form-field { 
	width: 300px;
	float:right;
	margin-bottom:5px;
}

#checkoutBilling .form-field input,
#checkoutBilling .form-field select { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #666666;
}

/* end checkoutBilling */









/* begin checkoutShipping */
/* used in templates/checkout.shipping.form.tem.php */

#checkoutShipping {
	width:460px;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

#checkoutShipping h2 {
	color:#fff;
	background-color:#4E575B;
	width:440px;
	padding:10px;
	font-weight:normal;
}

#checkoutShipping .form-label { 
	width: 150px;
	float:left;
	margin-bottom:5px;
}

#checkoutShipping .form-label-required { 
	width: 150px;
	float:left;
	font-weight:bold;
	margin-bottom:5px;
 }

#checkoutShipping .form-field { 
	width: 300px;
	float:right;
	margin-bottom:5px;
}

#checkoutShipping .form-field input,
#checkoutShipping .form-field select { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #666666;
}

/* end checkoutShipping */









/* begin checkoutPayment */
/* used in templates/checkout.payment.form.tem.php */

#checkoutPayment {
	width:460px;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

#checkoutPayment h2 {
	color:#fff;
	background-color:#4E575B;
	width:440px;
	padding:10px;
	font-weight:normal;
}

#checkoutPayment .form-label { 
	width: 150px;
	float:left;
	margin-bottom:5px;
}

#checkoutPayment .form-field { 
	width: 300px;
	float:right;
	margin-bottom:5px;
}

#checkoutPayment .form-field input,
#checkoutPayment .form-field select,
#checkoutPayment .form-field textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #666666;
}

#checkoutPayment #paymentOpts { }

#checkoutPayment #paymentOpts .form-label {

}

#checkoutPayment #paymentOpts .form-field {

}

#checkoutPayment #spacer {

}

#checkoutPayment .pageNote {

}

/* end checkoutPayment */









/* begin checkoutSubscription */
/* used in templates/checkout.subscription.form.tem.php */

#checkoutSubscription {

}

#checkoutSubscription .form-label { }

#checkoutSubscription .form-field { }

#checkoutSubscription #spacer {

}

/* end checkoutSubscription */








/* begin checkoutConfirm */
/* used in templates/checkout.confirm.tem.php */

#checkoutConfirm {
	width:460px;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

#checkoutConfirm h2 {
	color:#fff;
	background-color:#4E575B;
	padding:10px;
	font-weight:normal;
}

#checkoutConfirm #billInfo {
	border: solid 1px #4E575B;
	width:225px;
	min-height:155px;
	margin-right:6px;
	float:left;
	margin-bottom:10px;
}

#checkoutConfirm #shipInfo {
	border: solid 1px #4E575B;
	width:225px;
	min-height:155px;
	float:right;
	margin-bottom:10px;
}

#checkoutConfirm #billInfo .hdr-title,
#checkoutConfirm #shipInfo .hdr-title  {
	width:215px;	
}

#checkoutConfirm #billInfo a,
#checkoutConfirm #shipInfo a  {
	text-decoration:underline;
}

#checkoutConfirm #paymentInfo {
	border: solid 1px #4E575B;
	width:225px;
	margin-bottom:10px;
}

#checkoutConfirm #orderDetails {
	border: solid 1px #4E575B;
	margin-bottom:10px;
	width:100%;
	border-collapse:collapse;
}

#checkoutConfirm #orderDetails th,
#checkoutConfirm #orderDetails td {
	border: dotted 1px #ccc;
	padding:5px;
}

#checkoutConfirm #orderDetails td.moneyFormat {
	font-weight:bold;
	color:#333;
}

#checkoutConfirm .hdr-title {
	padding:5px;
	color:#fff;
	background-color:#2B4C96;
	background-image:url(../../images/blue_grad2.jpg);
	background-repeat:repeat-x;	
	font-size:1em;
	font-weight:bold;
}

#checkoutConfirm .body {
	padding:5px;
}

#checkoutConfirm .submitOrder {
	text-align:center;
}

#checkoutConfirm .submitBtn {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.09em;
	font-weight:bold;
	background-color:#EC0433;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	padding:5px;
	background-image:url(../../images/red_grad2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	cursor:pointer;
}

.pageNote {
	padding:10px 0 10px 0;
}

/* end checkoutConfirm */








/* begin checkoutComplete */
/* used in templates/checkout.complete.tem.php */

#checkoutComplete {
	width:460px;
	margin:0 10px 0 10px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

#checkoutComplete h2 {
	color:#fff;
	background-color:#4E575B;
	padding:10px;
	font-weight:normal;
}

#checkoutComplete .container {

}

#checkoutComplete #pageNote {

}

#checkoutComplete #downloadFiles {

}

#checkoutComplete #downloadFiles input {

}

#checkoutComplete .hdr-title {
	font-size:1.09em;
	font-weight:bold;
	color:#333;
	padding:20px 0 20px 0;
}

#checkoutComplete .container input {

}

/* end checkoutComplete */







/* begin clientAccount */
/* used in all the client "my account" templates */
/* templates/client.*.tem.php */

#clientAccount {
	border-bottom:1px dotted #CCCCCC;
	margin:0 10px;
	padding-bottom:20px;
	width:460px;
}

#clientAccount h2 {
	color:#fff;
	background-color:#4E575B;
	width:440px;
	padding:10px;
	font-weight:normal;
}

#clientAccount .section {

}

#clientAccount .logout {
	text-align:right;
}

#clientAccount .logout a {

}

#clientAccount .logout a:hover { }

#clientAccount #billInfo {
width: 220px;
float:left;
      margin-top:10px;
      margin-bottom:20px;
}

#clientAccount #shipInfo {
width: 220px;
float:right;
      margin-top:10px;
      margin-bottom:20px;
}

#clientAccount #billInfo .hdr-title,
#clientAccount #shipInfo .hdr-title {
	background-color: #4c4c4c;
color:#fff;
padding:5px;
border:solid 1px #999;
       text-align:left;
}

#clientAccount #billInfo .body,
#clientAccount #shipInfo .body {
	min-height:150px;
}

#clientAccount #billInfo .body,
#clientAccount #shipInfo .body,
#clientAccount #paymentInfo .body {
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
padding:5px;
	vertical-align:top;
	border-collapse:collapse;
}

#clientAccount #billInfo a {

}

#clientAccount #shipInfo a {
	/* color: #FFFFFF; */
}

#clientAccount #paymentInfo {

}

#clientAccount #subscriptionBillInfo {

}

#clientAccount #subscriptionShipInfo {

}

#clientAccount #subscriptionPaymentInfo {

}

#clientAccount #orderDetails {

}

#clientAccount #orderDetails .list {

}

#clientAccount .hdr-title {

}

#clientAccount .body {

}

#clientAccount #orderList {
border:solid 1px #999;
       margin-bottom:20px;
}

#clientAccount #orderList table, #myAccount table {
width:450px;
      margin-left:5px;
border:solid 1px #999;
       border-collapse:collapse;
       /* *border-collapse: expression('separate', cellSpacing = '5px'); */
}

#clientAccount #orderList table thead tr th, 
#myAccount table thead tr th {
	background-color: #706f6f;
color:#fff;
padding:5px;
border:solid 1px #999;
       text-align:left;
}

#clientAccount #orderList table tbody tr td, 
#myAccount table tbody tr td {
border:solid 1px #999;
padding:5px;
	vertical-align:top;
}

#clientAccount #orderList table tbody tr td input {
	font-size: 1em;
color: #1A1A1A;
       font-family:Arial, Helvetica, sans-serif;
       font-weight:bold;
}

#clientAccount #orderList table thead tr th a {
	color: #FFF;
}

hr  {
color: #fff;
       background-color: #fff;
border: 1px solid #999;
	border-style: none none solid;
	margin-bottom:10px;
	margin-top:10px;
}

#clientAccount #orderList .title,
#clientAccount #orderList .all-link  {
padding:5px;
}

#clientAccount #myAccount {
	margin-bottom:20px;
}

#clientAccount #myAccount .body {
padding:5px;
	border-left:solid 1px #999;
	border-bottom:solid 1px #999;
	border-right:solid 1px #999;
}

#clientAccount #orderList .hdr-title,
#clientAccount #myAccount .hdr-title {
	background-color: #4C4C4C;
color:#fff;
padding:5px;
border:solid 1px #999;
       text-align:left;
}

#clientAccount #orderList .hdr-title {
	border-top: none;
	border-left: none;
	border-right: none;
}

#clientAccount #pageNote, #clientAccount .pageNote {

}

#clientAccount #clientAccount .body { }

#clientAccount .all-link {

}

#clientAccount .links {

}

#clientAccount .buttons {

}

#clientAccount #otherStats { }

#clientAccount .points {

}

#clientAccount .pagination {

}

#clientAccount .pagination a {

}

#clientAccount .pagination a:hover {

}

#clientAccount .myerror {

}

#clientAccount .adminFile {

}

#clientAccount #outOfStock {

}

#clientAccount #exceedingStock {

}


/* begin vendorLogin */
/* used in templates/vendor.login.tem.php */
/* used in templates/vendor.login.password.tem.php */

#vendorLogin {

}

#vendorLogin h2 { }

#vendorLogin #pageNote {

}

#vendorLogin .form-label { }

#vendorLogin .form-field { }

/* end vendorLogin */








/* begin vendorAccount */

#vendorAccount {

}

#vendorAccount h2 {

}

#vendorAccount hr {

}

#vendorAccount .vendorlink {

}

#vendorAccount .pagination {

}

#vendorAccount #pageNote {

}

#vendorAccount .myerror {

}

#vendorAccount .section {

}

#vendorAccount .logout {

}

#vendorAccount .logout a { }

#vendorAccount .logout a:hover { }

#vendorAccount #billInfo {

}

#vendorAccount #orderDetails {

}

#vendorAccount #orderDetails .list {

}

#vendorAccount .hdr-title {

}

#vendorAccount .body {

}

#vendorAccount #myAccount {

}

#vendorAccount #orderList .title {

}

#vendorAccount #orderList {

}

#vendorAccount #orderList thead th {

}

#vendorAccount #orderList tbody tr td {

}

#vendorAccount #orderList .buttons {

}

#vendorAccount #orderList thead tr th a {

}

#vendorAccount #orderList thead tr th a:hover {

}

#vendorAccount #orderList {

}

#vendorAccount #orderList table {

}

#vendorAccount #orderList table thead th {

}

#vendorAccount #orderList table tbody, #vendorAccount #orderList table tbody tr td {

}

#vendorAccount .buttons {

}

#vendorAccount #billInfo { }

#vendorAccount #otherStats { }

#vendorAccount .large {

}

#vendorAccount .productActionButtons {

}

#vendorAccount .productActionOptions {

}

#vendorAccount #productList {

}

#vendorAccount #productList thead tr th {

}

#vendorAccount #productList thead tr td { }

#vendorAccount #vendorTabs {

}

#vendorAccount #vendorTabs .tabs-on {

}

#vendorAccount #vendorTabs .tabs-off {

}

#vendorAccount .vendorTable {

}
/* end vendorAccount */








/* start registryList */
/* used in templates/registry.list.tem.php */

#registryList {

}

#registryList .content-even {

}

#registryList .content-odd {

}

#registryList .title {

}

#registryList #registryListResults{

}

/* end registryList */

