<!--
/* Overall Template Styles */
body
{
background-color:#929192;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
height:100%;
}

form
{
padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
}

iframe.side_tile
{
width:280px;
}
a
{
color:#990000;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}
div
{
border:0px solid #00ff00;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
img
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
border:0px;
}
.overall
{
margin-top:15px;
width:856px;
text-align:left;
}
.logo
{
float:left;
width:200px;
padding-left:3px;
margin-bottom:10px;
}

/* Log text styles (text above header) */
.logtxt
{
margin-top:25px;
float:right;
padding-right:8px;
color:#FFFFFF;
font-size:12px;
line-height:18px;
}
.logtxt a
{
font-weight:bold;
text-transform:uppercase;
padding-left:8px;
}
.logtxt_name
{
float:left;
margin-right:13px;
}

/* Overall Borders                                                      */
/* Note: These are very delicate. Changes will break the side gradients */
.border_top
{
background:url(../images/template/shadow_top.gif) repeat-x;
width:856px;
height:9px;
overflow:hidden;
}
.border_top_left
{
background:url(../images/template/shadow_top_left.gif) no-repeat;
width:15px;
height:9px;
float:left;
}
.border_left_top
{
background:url(../images/template/shadow_left_top.gif) no-repeat;
width:8px;
height:8px;
float:left;
position:relative;
right:15px;
top:9px;
}
.border_top_right
{
background:url(../images/template/shadow_top_right.gif) no-repeat;
width:16px;
height:9px;
float:right;
}
.border_right_top
{
background:url(../images/template/shadow_right_top.gif) no-repeat;
width:8px;
height:8px;
float:right;
position:relative;
left:16px;
top:9px;
}

.border_bottom
{
background:url(../images/template/shadow_bottom.gif) top center repeat-x;
width:856px;
height:9px;
}
.border_bottom_left
{
background:url(../images/template/shadow_bottom_left.gif) no-repeat;
width:16px;
height:9px;
float:left;
}
.border_left_bottom
{
background:url(../images/template/shadow_left_bottom.gif) no-repeat;
width:8px;
height:8px;
float:left;
position:relative;
right:16px;
bottom:8px;
}
.border_bottom_right
{
background:url(../images/template/shadow_bottom_right.gif) no-repeat;
width:16px;
height:9px;
float:right;
}
.border_right_bottom
{
background:url(../images/template/shadow_right_bottom.gif) no-repeat;
width:8px;
height:8px;
float:right;
position:relative;
left:16px;
bottom:8px;
}

/* Main Section Styles */
.main
{
background:url(../images/template/shadow_sides.gif) center repeat-y;
background-color:#ffffff;
width:840px;
padding:0px 8px 0px 8px;
overflow:hidden;
}

/* Main Content Style */
.header
{
background:url(../images/template/gradient_header.gif) bottom repeat-x;
height:41px;
}
.content
{
background-color:#ffffff;
width:560px;
float:left;
}
.sidebar
{
background:url(../images/template/gradient_bg_right_sidebar.gif) top left repeat-y;
background-color:#ffffff;
width:280px;
float:left;
}

/* Page Titles, Subtitles */
.pageTitle
{
font-family:Georgia, Times, serif; font-size:26px; line-height:26px; color:#000000; margin-top:20px; margin-left:20px; padding-right:20px;
}
.pageSubTitle
{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#4e4e4e; margin-top:8px; margin-left:20px; padding-right:20px;
}

/* Section headers use this instead of images */
.hd_section
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height:17px;
color:#000000;
}

.redText
{
color:#990000;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
}

/* A generic generic style for button text      */
/* Localize to change font-size, or font-family */
a.btn_txt
{
font-weight:bold;
text-transform:uppercase;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.submit_btn
{
font-weight:bold;
text-transform:uppercase;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#990000;
text-decoration:none;
border:none;
background:none;
text-align:left;
}

/* CUSTOMER SERVICE STYLES */

.contactTitle{
margin-top:10px; margin-left:20px; margin-right:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#000000;
}

.contactBox{
margin-left:20px; margin-right:20px; width:275px;
}


/*  SECURE STYLES */

.secureContactTitle{
margin-top:10px; margin-left:10px; margin-right:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#000000;
}

.secureContactBox{
margin-left:10px; margin-right:10px; width:275px;
}

/*  ACCOUNT STYLES */

.AccountTitleBar { 
background-color:#D8DBEB; margin-left:10px; margin-right:10px; margin-right:10px; padding: 10px 10px 10px 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size:16px; width:520px; font-weight:bold;
}

/* ORDERS STYLES */

/* DetailBox and DetailTitle also is being used in the Account section */
.DetailBox
{
background-color:#eff3ff;padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:15px; width:540px;overflow:auto; min-height:15px; margin-bottom:10px;
}

.DetailTitle
{
font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; margin-bottom:15px;
}

.submit_btn_txt_div
{
margin-top:25px; margin-left:10px; margin-bottom:40px;
}

.requestNote
{
font-size:9px;
}

#itemCart
{
background-color:#eff3ff;
padding-left:20px;
padding-top:20px;
margin-top:25px;
overflow:auto;
}
	#itemCartTitle
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}
	#columnHeaders
	{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
	overflow:auto;
	}
	#itemDetails
	{
	clear:both;
	margin-bottom:20px;
	overflow:auto;
	}

.data
{
float:left;
}
#colISBN
{
width:178px;
}
	.prod_title
	{
	font-weight:bold;
	}
	.prod_isbn
	{
	color:#666666;
	}
#colStatus
{
width:100px;
/*display:none;*/
}
#colQTY
{
width:57px;
}
#colRPrice
{
width:68px;
}
#colRTotal
{
width:66px;
}
#remLink
{
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
float:right;
margin-bottom:20px;
margin-right:15px;
font-weight:bold;
}

#totalBar
{
background-color:#d8dbe6;
font-weight:bold;
text-align:right;
padding:9px 0px 9px 291px;
overflow:auto;
}
#totalBar div
{
float:left;
margin-left:20px;
}

#quickAdd
{
background:url(/images/6_orders/bg_quickadd.gif) top left repeat-y;
background-color:#e4e8f3;
font-size:11px;
color:#333333;
border-top:3px solid #9d0000;
border-bottom:3px solid #9d0000;
padding:13px 20px 3px 20px;
}
	.sideTileTitle
	{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	margin-bottom:10px;
	}
	.input_label
	{
	margin-top:10px;
	text-transform:uppercase;
	font-size:9px;
	color:#000000;
	}
	.input_warning
	{
	font-size:9px;
	color:#990000;
	}
	.input_submit
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	margin-top:15px;
	display:block;
	}




/* Footer Styles */
.copyright
{
padding-top:10px;
padding-left:46px;
padding-bottom:30px;
text-align:left;
width:856px;
line-height:0px;
font-size:0px;
}
.copyright_txt
{
margin-top:1px;
}
.copyright_line
{
margin-bottom:4px;
}

/* V-align Styles */
#valign_outer
{
display: table;
height: 60px;
#position: relative;
overflow: hidden;
}
#valign_inner
{
#position: absolute;
#top: 100%;
display: table-cell;
vertical-align: bottom;
}
#valign_item
{
#position: relative;
#top: -100%;
}

#list_products_spa { margin-left:155px; margin-top:5px; }



/* blah blah blah adding extra text here to ovveride Nightmareweaver's 8192 bug lolsauce!
http://www.mikepadgett.com/technology/technical/dreamweaver-cs3-crashes-and-wont-start-up-again/
*/


-->