
/********************************************************************************/
/*** WINDSONG SPECIFIC STYLING **************************************************/
/********************************************************************************/

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

select {
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-weight: normal;
}

table.PageLayout {
  width: 800px;
  height: 100%;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #333;
  background-color: #F4F4F6;
  border-collapse: collapse;
}

.PageIndent {
  padding-left: 43px;
}

table.PageLayout td, p, div, span, input {
  font-family: Tahoma;
  font-size: 8pt;
  color: #252235;
}

table.MainBody, table.MainBodyContents, table.MainBodyContents table {
  width: 100%;
}

.productImageThumb img {
  border: 1px solid #333;
}

input#submit-button, input#yellow-arrow-button {
  color: #eee;
  background-color: #114675;
  padding: 0px 5px;
  font-size: 11px;
  border: 1px outset #fff;
  font-weight: bold;
  cursor: pointer;
}

.darkerBack, .DataRowAlt {
  background-color: #E5E5E9;
}

.lightBack, .DataRow {
  background-color: #F4F4F6;
}

.TableColumnHeading {
  font-weight: bold;
  text-align: center;
}

.SolidBorderRight {
  border-right: 1px solid #999;
}

td.PageTitle {
  font-size: large !important;
}

td.SearchTitle {
  font-style: italic;
  padding-bottom: 4px;
  padding-left: 43px;
  padding-top: 4px;
  text-decoration: underline;
}

input.invalidInputValue {
  border: 1px solid red !important;
}


input.QuantityBox {
  text-align: center;
}

/***********************************************************************/
/*** WELCOME, ABOUT US, CONTACT US, FAQ AND TERMS & CONDITIONS PAGES ***/
/***********************************************************************/

.welcomePage {
  padding: 0px;
  margin: 0px;
}

.welcomePage div {
  font-size: 12px;
}

.welcomePage .logoRow {
  height: 130px;
}

.welcomePage .bigLogo {
  width: 351px;
  height: 121px;
  margin-left: 20px;
  margin-top: 5px;
  float: left;
}

.welcomePage #topNavSubTitleCell div {
  float: left;
  font-family: sans-serif,Tahoma;
/*  font-family: "Arial Narrow", "Trebuchet MS", Helvetica, Verdana; */
  color: #eee;
  font-size: 28px;
  line-height: 80px;
}

.welcomePage #topNavSubTitleCell #loginIcon {
  background-image: url("../images/navigation/top/home.gif");
  background-repeat: no-repeat;
  border: none;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 180px;
}

.welcomePage #topNavSubTitleCell #loginLink {
  font-family: "Tahoma";
  border: none;
  height: auto;
  margin-left: 180px;
}

.welcomePage #topNavSubTitleCell #loginIcon:hover,
.welcomePage #topNavSubTitleCell #loginLink:hover {
  background-color: transparent;
}

.welcomePage .contactDetails{
  text-align: center;
  height: 100px;
  line-height: 14px;
  padding-top: 20px;
}

.welcomePage .WelcomeSubHeading {
  text-transform: uppercase;
  background-color: #6c819e;
  font-color: #ffffff;
  font-weight: bold;
}

.welcomePage .WelcomeSubHeadingCurve {
  background-image: url("../Images/Layout/curve.jpg");
}

.welcomePage .contentRow {
  padding: 15px 5px 15px 20px;
}

.welcomePage ul {
  padding-left: 5px;
}

.welcomePage ol {
  padding-left: 5px;
}

.welcomePage ol li {
  margin-left: 10px;
}

.welcomePage h3 {
  margin: 0px;
  height: 20px;
  line-height: 16px;
  margin-top: -3px;
}

.welcomePage h3 span {
  display: block;
  float: left;
}

.welcomePage h3 .subHeaders {
  padding: 3px 0px 3px 10px;
  background-color: #114675;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  margin-left: 15px; 
}

.welcomePage h3 .subHeadersEnds {
  background-image: url("../images/layout/titleBackRounded.gif");
  background-repeat: no-repeat;
  background-position: top right;
  height: 19px;
  width: 11px;
  padding: 3px 0px;
}

/*****************************************************************/
/*** ADVANCED SEARCH PAGE ****************************************/
/*****************************************************************/

#advSearchForm td {
  padding: 1px 0px;
}

#advSearchForm label {
  float: left;
  width: 130px;
  height: 18px;
  line-height: 18px;
}

#advSearchForm div {
}

#advSearchForm input, #advSearchForm select {
  border: 1px solid #666;
}


/*****************************************************************/
/*** SEARCH RESULTS PAGE *****************************************/
/*****************************************************************/

#frmSortResults {
  position: absolute;
}

td.SearchResultsNavigation {
  padding: 5px 0px 5px 5px;
}

.SearchResultsNavigation a {
  background-color: #114675;
  border: 1px outset #324972;
  color: #eee !important;
  font-weight: bold;
  padding: 1px 5px;
  text-decoration: none;
}

.SearchResultsNavigationCurrentPage {
  border: 1px outset #324972;
  color: #324972;
  cursor: default;
  font-weight: bold;
  padding: 1px 5px;
  text-decoration: none;
  background-color: #fff;
}

#searchResults .searchResultRow {
  height: 37px;
}

#searchResults .searchResultsColumn1, 
#searchResults .searchResultsColumn2,
#searchResults .searchResultsColumn3,
#searchResults .searchResultsColumn4,
#searchResults .searchResultsColumn5 {
  float: left;
  padding: 3px;
}

#searchResults .searchResultsColumn1 {
   width: 230px;
}

#searchResults .searchResultsColumn2,
#searchResults .searchResultsColumn3 {
   width: 130px;
}

#searchResults .searchResultsColumn4 {
   width: 160px;
}

#searchResults .searchResultsColumn1 .title {
  font-style: italic;
  font-weight: bold;
}

#searchResults .searchResultsColumn2 label,
#searchResults .searchResultsColumn3 label,
#searchResults .searchResultsColumn4 label {
  font-weight: bold;
}

#searchResults .searchResultsColumn5 input {
  text-align: center;
  border: 1px solid #999;
}

#searchResults .searchResultsColumn5 {
}

#searchResults .searchResultsColumn5 .unavailable {
  color: #666;
  display: block;
  width: 100px;
  height: 25px;
  overflow: hidden;
}

#searchResults .prodInfo .column1 {
  width: 125px;
  text-align: right;
}

#searchResults .prodInfo .column1 img {
  border: 1px solid #333;
  margin: 2px;
  vertical-align: middle;
}

#searchResults .prodInfo .column2 {
  width: auto;
  vertical-align: top;
  padding-left: 10px;
}

#searchResults .prodInfo .column2 a {
  text-decoration: none;
  font-size: 15px;
}

#searchResults .prodInfo .column2 .artist {

}

#searchResults .prodInfo .column2 .title {
  font-style: oblique;
  font-weight: bold;
}

#searchResults .prodInfo .column2 .price {
  font-weight: bold;
  font-size: 11px;
}

#searchResults .prodInfo .column2 input {
  border: 1px solid #666;
}

#searchResults .prodInfo .column3 {
  width: 160px;
}

#searchResults .prodInfo .column3 label {
  font-size: 90%;
  font-weight: bold;
}

#searchResults .prodInfo .column3 span {
  font-size: 90%;
  padding-left: 5px;
}

#searchResults .prodInfo .column4 {
  width: 160px;
}

#searchResults .prodInfo .column4 label {
  font-size: 90%;
  font-weight: bold;
}

#searchResults .prodInfo .column4 span {
  font-size: 90%;
  padding-left: 5px;
}

.campaignPrice {
  color: #f00;
  font-weight: bold;
}

/********************************************************************************/
/*** TOP NAVIGATION *************************************************************/
/********************************************************************************/

#topNavLogoCell {
  background-color: #221f3a;
}

#topNavSiteNameCell {
  background-color: #114675;
  height: 50px;
  line-height: 50px;
  color: #eee;
  /* text-transform: uppercase; */
  font-size: 38px;
  padding-left: 5px;
  text-align: left;
  border-bottom: 1px solid #fff;
  font-family: sans-serif, "Lucida Sans Unicode";

  /* font-family: "Arial Narrow", "Trebuchet MS", Helvetica, Verdana; */
}

#topNavSiteNameCellAdmin {
  background-color: #114675;
  height: 50px;
  line-height: 50px;
  color: #eee;
  /*text-transform: uppercase;*/
  font-size: 38px;
  padding-left: 5px;
  text-align: left;
  border-bottom: 1px solid #fff;
  font-family: sans-serif, "Lucida Sans Unicode";

  /* font-family: "Arial Narrow", "Trebuchet MS", Helvetica, Verdana; */
}

#topNavSubTitleCell {
    font-family: Tahoma, sans-serif;

  /* font-family: "Arial Narrow", "Trebuchet MS", Helvetica, Verdana; */
  background-color: #002d56;
  height: 100%;
  text-align: left;
  /*text-transform: uppercase; */
  font-size: 28px;
  padding-left: 5px;
  color: #eee;
}

#topNavSubTitleCellAdmin {
  background-color: #002d56;
  height: 36px;
}

#topNavSubTitleCellAdmin a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
}

#topNavSubTitleCellAdmin a:hover {
  text-decoration: underline;
}

#topNavSubTitleCell td {
  text-align: center;
  spacing: 1px;
  width: 70px;
}

#topNavSubTitleCell a {
  border: 1px solid;
  color: #FFFFFF;
  display: block;
  font-size: 7pt;
  font-weight: normal;
  height: 28px;
  text-transform: uppercase; 
  line-height: 11px;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}

#topNavSubTitleCell a:hover{
  background-color: #529ad1;
}

#topNavSubTitleCell .navSeparator {
  width: 1px;
  color: #eee;
  vertical-align: bottom;
}

#topNavSubTitleCell .navPic {
  display: block;
  width: 44px;
  height: 44px;
  text-decoration: none;
  margin: 5px auto;
}

#topNavSubTitleCell #tnHome .navPic {
  background-image: url("../images/navigation/top/home.gif");
}

#topNavSubTitleCell #tnAdvancedSearch .navPic {
  background-image: url("../images/navigation/top/search.gif");
}

#topNavSubTitleCell #tnBasket .navPic {
  background-image: url("../images/navigation/top/basket.gif");
}

#topNavSubTitleCell #tnLogOut .navPic {
  background-image: url("../images/navigation/top/logout.gif");
}

#topNavSubTitleCell #tnMyAccount .navPic {
  background-image: url("../images/navigation/top/services.gif");
}

#topNavSubTitleCell #tnOffers .navPic {
  background-image: url("../images/navigation/top/offers.gif");
}

#topNavSubTitleCell #tnBest .navPic {
  background-image: url("../images/navigation/top/best.gif");
}

#topNavSubTitleCell #tnNew .navPic {
  background-image: url("../images/navigation/top/new.gif");
}

#topNavInfoCell {
  background-color: #529ad1;
  height: 35px;
  border-width: 1px 0px 0px 0px;
  border-color: #fff;
  border-style: solid;
}

#topNavInfoCellAdmin {
  background-color: #529ad1;
  height: 15px;
  border-width: 1px 0px 0px 0px;
  border-color: #fff;
  border-style: solid;
}

#topNavInfoCellAdmin td {
  text-align: center;
}

#topNavInfoCellAdmin a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
}

#topNavInfoCellAdmin a:hover {
  text-decoration: underline;
}

#topNavInfoCell form {
  margin: 0px;
}

#topNavInfoCell table {
  height: 100%;
}

#topNavInfoCell td {
  color: #eee;
  font-weight: normal;
  font-family: "Arial Narrow", "Trebuchet MS", Helvetica, Verdana;
  font-size: 11px;
  line-height: 18px;
}

#topNavInfoCell .TopNavTitle {
  text-transform: uppercase;
  font-weight: bold;
}

#topNavInfoCell .TopNavSelect {
  width: 140px;
}

#topNavInfoCell A {
  color: #eee;
  text-decoration: none;
}

#topNavInfoCell A:hover {
  color: #221F3A;
}

#topNavInfoCell label {
  padding: 0px 10px;
}

#topNavInfoCell input {
  border: 1px solid #ccc;
  padding: 1px 0px 1px 3px;
}

#topNavInfoCell select {
  border: 1px solid #ccc;
}

#topNavInfoCell #KeywordSearchGo {
  text-decoration: none;
  color: #333;
  background-color: #fffa8a;
  margin: 0px 5px 0px 0px;
  padding: 0px 5px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  border: 2px outset #d4d0c8;
}

#topNavInfoCell #loginGo {
  text-decoration: none;
  color: #333;
  background-color: #eee;
  margin: 0px 5px 0px 0px;
  padding: 0px 5px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  border: 2px outset #d4d0c8;
  cursor: pointer;
}

#headerShadow {
  border-top: 1px solid #fff;
  background-image: url("../images/navigation/top/backgrounds/header_shadow.gif");
  background-repeat: repeat-x;
}


/********************************************************************************/
/*** BOTTOM NAVIGATION **********************************************************/
/********************************************************************************/

.bottomNav {
  color: #eee;
  border-top: 2px solid #333;
  height: 30px;
  background-color: #114675;
  text-align: right;
}

.bottomNav div {
  color: #eee;
  font-family: Tahoma, Verdana, Arial;
  font-size: 8pt;
  font-weight: bold;
  display: inline;
  line-height: 30px;
}

.bottomNav #bottomNavCopyRightMessage {
  padding-right: 5px;
}

.bottomNav #bottomNavTC {
  padding-right: 5px;
}

.bottomNav #bottomNavTC a {
  color: #eee;
  text-decoration: none;
}

.CheckOutActive {
  font-weight: bold;
  font-size: 11px;
  color: #324972;
  font-family: Tahoma, Verdana, Arial
}

.CheckOutInActive {
  font-weight: bold;
  font-size: 11px;
  color: #aaaaaa;
  font-family: Tahoma, Verdana, Arial
}

.BasketTotal {
  font-weight: bold;
}

/********************************************************************************/
/*** WINDSONG SPECIFIC STYLING END **********************************************/
/********************************************************************************/

