P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

BODY {
	background-color:#F1EFDB;
	margin:0;
	padding:0;
	scrollbar-base-color: #E8C899;	
}


#box {
	border:#999 1px solid;
}

#content {
	padding:4px 6px 4px 6px;
}


.boxlist {
	padding: 2px 5px 5px 0;
	margin:0 0 0 -10px;
}


.style4 {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; color: #FFFFFF; }
.style6 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	display:block;
	height:18px;
	background:url(/F/img/style/h2bk.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	/* text-transform:uppercase; */
	text-align: left;
	color:#FFF;
	font-weight:bold;
	padding:1px 0px 0px 5px;
	margin:0;
}

.dsm { }
.dsm h1 {
	display:block;
	height:18px;
	background:url(/F/img/style/h2bk_dsm.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	/* text-transform:uppercase; */
	text-align: left;
	color:#FFF;
	font-weight:bold;
	padding:1px 0px 0px 5px;
	margin:0;
}


/* DSM background color
   background-color:#b7431c;   */

a:link, a:visited {
	color:#F75B22;
	text-decoration:none;
}
a:hover, a:active {
	color:#600;
	text-decoration:underline;
}

a.link_brown:link, a.link_brown:visited {
	color:#600;
	text-decoration:none;
}
a.link_brown:hover, a.link_brown:active {
	text-decoration:underline;
}


/*-----------------------------------------------------------*/
/* Link style for "Log In", "View Cart", and "Checkout"      */
/*-----------------------------------------------------------*/
a.navuser:link, a.navuser:visited {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#600;
	text-decoration:none;
}
a.navuser:hover,  a.navuser:active {
	text-decoration:underline;
}


/*-----------------------------------------------------------*/
/* Style for navigation links row.                           */
/*-----------------------------------------------------------*/
.td_nav {
	background-color:#E8C899;
	border:#999 1px solid;
	height:23;
}

.h1_brown {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	font-size:20px;
	font-weight:normal;
}

.h2_brown {
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	font-size:16px;
	font-weight:normal;
}

.h3_brown {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	font-size:12px;
	font-weight:bold;
}

.dsm_title {
	font-family: Arial, Helvetica, sans-serif;
	color:#600;
	font-size:12px;
	font-weight:bold;
}

.code {
	font-family: Courier;
	color:green;
	font-size:10px;
}

.brown {
	color:#600;
}

.orange_title {
        display:block;
        height:18px;
        background:url(/F/img/style/h2bk.jpg) repeat-x;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10pt;
        /* text-transform:uppercase; */
        text-align: left;
        color:#FFF;
        font-weight:bold;
        padding:1px 0px 0px 5px;
        margin:0;
}
.brown_title {
        display:block;
        height:18px;
        background:url(/F/img/style/h2bk_dsm.jpg) repeat-x;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10pt;
        /* text-transform:uppercase; */
        /* text-align: left; */
        color:#FFF;
        font-weight:bold;
        padding:1px 0px 0px 5px;
        margin:0;
}


select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFFFFF;
	border: 1px solid #a33301;
}

input.button, .button {
        color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #bc4628;
	border: 1px solid #999999;
}

a.button_active:link, a.button_active:visited, a.button_active:hover, a.button_active:active {
	display: inline-block;
        color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color:#e2c59b;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999999;
}
a.button_inactive:link, a.button_inactive:visited, a.button_inactive:hover, a.button_inactive:active, .button_inactive {
	display: inline-block;
        color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color:#e2c59b;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999999;
}
.now_playing {
        color: #d54118;
}

input.button_active {
        color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color:#e2c59b;
	border: 1px solid #999999;
}
input.button_inactive {
        color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color:#e2c59b;
	border: 1px solid #999999;
}
input.button_add2cart {
        color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	background-color:#FFC401;
	border: 1px solid #999999;
}



.alignleft {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.alignright {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.error {
        color: red;
	font-weight:bold;
}

.column_head {
	text-decoration: underline
}

.more {
	font-weight:bold;
}

.table_altrow {
	background-color: #ede2c4;
}

.dsm_search_form {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #ede2c4;
}
.button_form {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

/* For displaying headings on forms */
/* class="form" is the normal text */
.form {
	font-weight: normal;
}
/* class="form_required" is for required fields */
.form_required {
	font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
	color: red;
	font-weight: bold;
}
/* class="form_warning" is for error fields */
.form_warning {
	color: #FF9900;
	font-weight: bold;
}
.small_input_box {
	font-size: 8pt;
	background-color:#F1EFDB;
	border: none;
}


.h1_giftcard {
        font-family:Arial, Helvetica, sans-serif;
        color: #BC5D01;
        font-size:20px;
        font-weight:normal;
}

.h2_giftcard {
        font-family:Arial, Helvetica, sans-serif;
        color: #BC5D01;
        font-size:16px;
        font-weight:bold;
}
.h2b_giftcard {
        font-family:Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:16px;
        font-weight:normal:
}

.h3_giftcard {
        font-family:Arial, Helvetica, sans-serif;
        color: #BC5D01;
        font-size:14px;
        font-weight:normal;
}


.h1_xmascard {
        font-family:Arial, Helvetica, sans-serif;
        color: #A10008;
        font-size:20px;
        font-weight:normal;
}

.h2_xmascard {
        font-family:Arial, Helvetica, sans-serif;
        color: #A10008;
        font-size:16px;
        font-weight:bold;
}
.h2b_xmascard {
        font-family:Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:16px;
        font-weight:normal:
}

.h3_xmascard {
        font-family:Arial, Helvetica, sans-serif;
        color: #A10008;
        font-size:14px;
        font-weight:normal;
}








