/* Master link colors */
a:link, a:visited {
	color: #0058b4;
	text-decoration: none;
}
a:hover, a:active {
	color: #451A62;
	text-decoration: underline;
}


/* Site Headers */

.lrgHdr,.lrghdr, h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0058B4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.medHdr,.medhdr, h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.smHdr,.smhdr, h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #0058B4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Content text */

.bodyText {
	font-size: 12px;
}
.medText {
	font-size: 11px;
}
.smText {
	font-size: 10px;
}

/* Content Stuff */

body {
	font-family: Helvetica, Arial;
	background-color: #5D357A;
	margin: 20px 0px 0px;
	background-image: url(/mainimagesNew/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
.addressPadding {
	padding-bottom: 20px;
}
.announcementBox {
	background-color: #6F4D87;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.emailAttentionBox {
	background-color: #EAE2EF;
}
.announcementBox #announcecontent {
	padding: 10px 10px 15px 20px;
	/*
	font-size: 11px;
	color: #FFF;*/
}
/*
#announcecontent h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#announcecontent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
.announcementBox #expresscontent {
	width: 250px;
}
#blankcol {
	width: 25px;
}
#blankrow {
	height: 20px;
}
.bodyArea {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
}
.bodyBg {
	background-color: #FFF;
	border: 1px solid #C6C6C6;
}
.button {
	background-image: url(/mainimagesNew/buttonBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #CCC;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #5C3578;
	display: block;
	text-align: center;
	color: #FFF;
}
.button a:link, .button a:visited {
	color: #FFF;
	text-decoration: none;	
}
.button a:hover, .button a:active {
	color: #000;	
}
.cartBox {
	font-size: 12px;
	color: #4D226D;
	padding-top: 8px;
}
.contentArea {
	font-size: 12px;
	min-height: 420px;
}
.contentGray {
	background-color: #D9D9D9;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.contentGray #authorInfoBox h3 {
	color: #0058B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	line-height: 18px;
}
.contentGray #authorInfoBox #subtable {
}
.contentGray #authorInfoBox #subtable th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.contentGray #authorInfoBox #subtable td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
}
.contentGray #authorInfoBox #datebox {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.contentGray #authorInfoBox #pricebox {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.contentGray #authorphoto {
	padding-right: 15px;
	text-align: center;
}
.contentGray #authorphoto img {
	margin-bottom: 5px;
}
.contentPadding {
	padding: 30px;
}

.contentPaddingOther {
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 30px;
	min-height:300px;
	padding-top: 5px;
}
.contentPadding #productimage {
	padding-left: 15px;
}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
	padding: 8px;
}
.copyright a {
	color: #FFF;
	text-decoration: underline;
}
.errors {
	font-size: 13px;
	color: #BB0000;
}
.expressBox {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #DBDBDB;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 10px;
	color: #333;
}
.expressBox #textfield {
	width: 158px;
	margin-right: 5px;
}
.expressBox h2 {
	font-size: 16px;
	font-style: italic;
	color: #0058B4;
	margin: 0px 0px 3px;
}
.formbutton {
	background-image: url(/mainimagesNew/buttonBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #CCC;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #5C3578;
	display: block;
}
.grayBoxes {
	background-color: #F0F0F0;
	border: 1px solid #CACACA;
	width: 355px;
}
.grayBoxes h2 {
	margin-bottom: 15px;
}
.grayBoxes h4 {
	margin: 0px;
}
.grayBoxes #padding {
	padding: 20px;
}
.homeBanner {
	border-bottom: 4px solid #6F4D87;
}
.homeTable #contentSidebar {
	background-color: #EEE;
	padding: 20px;
}
.homeTable #contentSidebar h2 {
	font-size: 15px;
	color: #0058B4;
	margin: 0px 0px 10px;
}
.homeTable #contentSidebar p {
	margin: 0px;
}
.homeTable #contentSidebar #textfield {
	width: 220px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.homeTable #contentLeft {
	width: 536px;
}
#hometopbox {
	margin-bottom: 10px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1B1B1B;
	border-bottom-color: #1B1B1B;
}
#homebttmbox {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1B1B1B;
	border-bottom-color: #1B1B1B;
}
#homecontentbox {
	background-color: #4B2870;
}
.loginBox {
	background-image: url(../mainimagesNew/textfieldBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 3px;
}
.loginField {
	background-color: #DBDBDB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90px;
	font-size: 11px;
}
.logoutBox {
	background-image: url(../mainimagesNew/textfieldBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 5px;
}
.logoutBox #welcomeText {
	padding-right: 8px;
	padding-left: 8px;
	min-width: 139px;
}
.logoSpacing {
	padding: 20px 20px 0px;
}
.logoSpacing i {
	color: #0058B4;
	padding-left: 10px;
	font-size: 13px;
	padding-top: 10px;
	display: block;
	font-weight: bold;
}
.navBar {
	padding-right: 0px;
	height: 26px;
	padding-top: 8px;
	font-size: 12px;
	padding-left: 135px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #6F4D87;
}
.navBar2 {
	background-color: #582C74;
}
.navBar table {
	width: 725px;
}

.navSubMarker a:link, .navSubMarker a:visited {
	background-image: url(/mainimagesNew/tabWhiteBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	color: #000;
}
.navSubMarker a:hover, .navSubMarker a:active {
	background-image: url(/mainimagesNew/tabWhiteBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	color: #6F4D87;
}
.navSubMarker span {
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	display: block;
}
.navSubMarker a:link span,.navSubMarker a:visited span {
	background-image: url(/mainimagesNew/tabWhiteEnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.navSubMarker a:active span,.navSubMarker a:hover span {
	background-image: url(/mainimagesNew/tabWhiteEnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.navSubTabsTable {
	background-image: url(/mainimagesNew/tabBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #D9D9D9;
}

.navSubTabs {
	background-image: url(/mainimagesNew/tabBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #D9D9D9;
	margin-bottom: 10px;
	height: 29px;
}
.navSub a:link, .navSub a:visited {
	background-image: url(/mainimagesNew/tabGrayBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	color: #000;
}
.navSub a:hover, .navSub a:active {
	background-image: url(/mainimagesNew/tabWhiteBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	color: #6F4D87;
}
.navSub span {
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	display: block;
}
.navSub a:link span,.navSub a:visited span {
	background-image: url(/mainimagesNew/tabGrayEnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.navSub a:active span,.navSub a:hover span {
	background-image: url(/mainimagesNew/tabWhiteEnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.searchBox {
	background-image: url(/mainimagesNew/textfieldBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 5px;
	margin-top: 8px;
}
.searchField {
	background-color: #DBDBDB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 178px;
	font-size: 11px;
}
.sidebarGrayBoxTop {
	background-color: #F0F0F0;
	padding: 20px;
}
.sidebarGrayBoxTop td {
	padding-top: 1px;
	padding-bottom: 5px;
}
.sidebarGrayBoxBttm {
	background-image: url(/mainimagesNew/sidebarBgFade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px;
}
.sidebarGrayBoxBttm p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.sidebarGrayBoxBttm img {
	margin-bottom: 10px;
}
.sidebarGrayBoxBttm h2 {
	color: #0058B4;
}
.sidebarPadding {
}
.sidebarRight {
	width: 220px;
}
.sidebarSep {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#sitemapbox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	font-size: 10px;
	color: #FFF;
}
#sitemapbox a:link, #sitemapbox a:visited {
	color: #FFF;
}
#sitemapbox a:hover, #sitemapbox a:active {
	color: #FFF;
	text-decoration: underline;
}
#sitemapbox h2 {
	font-size: 12px;
	color: #FFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 5px;
	margin-bottom: 5px;
}
#sitemapbox td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #83679A;
	width: 105px;
	padding: 10px;
}
#sitemapbox ul {
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
#sitemapbox table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #83679A;
}
.tableBorderCart {
	font-size: 12px;
	padding: 5px;
}
.tableBorder {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #000000;
}
.tableCell1 {
	padding: 8px;
}
.tableCell1Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableCell2 {
	padding: 8px;
	background-color: #EEEEEE;
}
.tableCell2Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #EEEEEE;
}
.tableFooter {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6F4D87;
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6F4D87;
	background-color: #EEEEEE;
}
.tableHeader {
	background-color: #6F4D87;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.tableHeader a, .tableHeader a:link, .tableHeader a:link, .tableHeader a:hover, .tableHeader a:active {
	color: #FFF;
	text-decoration: none;
}
.tableHeaderCol {
	background-color: #6F4D87;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
}
.tableHeaderCol a, .tableHeaderCol a:link, .tableHeaderCol a:link, .tableHeaderCol a:hover, .tableHeaderCol a:active {
	color: #FFF;
	text-decoration: none;
}
.tableHeader2 {
	background-color: #451A62;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.tableHeader2 a, .tableHeader2 a:link, .tableHeader2 a:link, .tableHeader2 a:hover, .tableHeader2 a:active {
	color: #FFF;
	text-decoration: none;
}
.tableHeader2Col {
	background-color: #451A62;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
}
.tableHeader2Col, a .tableHeader2Col a:link, .tableHeader2Col a:link, .tableHeader2Col a:hover, .tableHeader2Col a:active {
	color: #FFF;
	text-decoration: none;
}
.tableHeader3 {
	background-color: #777777;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	text-decoration:none
}
.tableHeader3Col {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
	background-color: #777777;
}
.tableRowAttention a:link, .tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.tableRowAttention {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tableRowAttentionCol {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRow1 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.tableRow1Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.tableRow2 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #FBFBFB;
	font-family: Helvetica, Arial;
}
.tableRow2Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	background-color: #FBFBFB;
}
.tableStyle {
	font-size: 11px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 15px;
}
.tableStyle td {
	padding: 4px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tableStyle th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding: 8px;
}
.tableStyle th a {
	font-size: 11px;
	font-weight: normal;
	float: right;
	display: block;
	padding: 2px 5px;
	clear: left;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.tableStyle th a:active {
	color: #FFFFFF;
	background-color: #CC6600;
}
.tableStyle th a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.tableStyle th a:link, #tableStyle th a:visited {
	color: #FFFFFF;
	background-color: #333333;
}
.topbarBg {
}
.topbarBg #topright {
	padding-top: 6px;
	padding-right: 20px;
	font-size: 11px;
}
.topbarBg #topright2 {
	padding-top: 0px;
	padding-right: 20px;
	font-size: 11px;
}
.topbarBg #topright form {
}
.topbarBg #topright table {
}



 /* Management Menu
 To edit the manage menu text colors edit
  #p7PMnav a {} //font color for menu
  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
  #p7PMnav .p7PMmark {} // current page marker
*/

.manageMainMenuBorder {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color:#FFFFFF
     padding: 0px;
     border: 1px solid #000000;
}

.manageMainMenu{
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
}

.manageMainMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
}

.manageSubMenu{
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
}
.manageBox {
		background-color: #FFFFFF;
		padding: 5px;
		border: 1px solid #222222;
		min-width: 700px;
}

#recommendedProducts {
	
}

