/*=============================================================================
 * Public CSS file.
 *
 * This will be copied to /public/stylesheets when running 
 * 'rake substruct:prepare_layout_for_modification'
 *
 * That file is the one that should be modified when customizing your site.
 *
 ============================================================================*/




/**
 *  Sandler's Color Palette
 *  =======================
 *  Red         #ac1600
 *  Rust        #c7530d
 *  Orange      #ff7d00
 *  Dark Orange #fa6718
 *  Light Tan   #c3bcaf
 *  Tan         #f3f0ea
 *  Light Grey  #eee
 *  Grey        #acacac
 *  Medium Grey #999
 *  Dark Grey   #444
 *  Blue        #3c99ff
 *  Green       #779c01
 *
 *  Sandler's Fonts
 *  =======================
 *  Georgia, 'Times New Roman', Times, serif
 *  "Lucida Grande", Tahoma, Arial, Verdana, sans-serif
 */




/**
 *  Style default elements
 */

body {
  background: #fff url('/images/page-bg.png') repeat-x top left;
  _background: #fff url('/images/page-bg.gif') repeat-x top left;
  font-weight: normal;
  font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
}

a {
  color: #ac1600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Remove link outlines placed by Firefox */
a:link, a:active, a:hover, a:visited { outline: none; }


h1 {
  font-family: Georgia, 'Times New Roman', Times, serif; 
  font-weight: normal;
  font-size: 2.7em;
  color: #ac1600;
}

.space-h1 {
  height: 2.7em;
  background-color: transparent;
  _background-color: #fff;
  _color: #fff;
}

h2 {
  font-family: Georgia, 'Times New Roman', Times, serif; 
  font-weight: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #779c01;
}

h3 {
  font-family: Georgia, 'Times New Roman', Times, serif; 
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.3em;
  color: #ac1600;
  margin-bottom: 0;
}

h3 a {
  color: #ac1600;
}

td h6 {
  font-style: none;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ac1600;
  margin: 0;
  padding: 0;
}

td p {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #444;
  color: #444;
  height: 1px;
  _margin-bottom: 0;
}

hr {
  background-color: #444;
  color: #444;
}

hr.space {
  _margin: 0;
  _color: #f3f0ea;
}




/**
 *  General Classes
 */

/* Alignment */
.align-left { float: left; }
.align-right { float: right; }

ul.horiz li,
dl.horiz dt,
dl.horiz dd { 
  display:inline;
}

ul.horiz {
  margin-left: 0;
}

ul.stack {
  list-style: none;
  margin-left: 0;
}

/* Balanced columns */
.balanced {
  overflow: hidden;
}

.balanced div {
  float: left;
  padding-bottom: 999em;
  margin-bottom: -999em;
}

.balanced .span-9 div { width: 308px; } /* For IE 7 */

tr.odd td {
  background-color: #f3f0ea;
}

tr th, 
tr.odd td, 
tr.even td {
  border-bottom: 1px solid #444;
}

tr.none td {
  border-bottom: 0;
}


tr.even td {
  background-color: #fff;
}

.tooltip {
  display: none; 
  margin: 5px;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #ac1600;
}




/**
 *  Blueprint overrides
 */

.rule {
  border-bottom: 1px solid black;
  height: 1px;
  margin: 5px 0 10px 0;
}

hr.space {
  margin: 1em 0;
  background-color: transparent !important;
}

.selected {

}

.box {
  background-color: transparent;
  margin-bottom: 0;
}

.text-box {
  padding: 1.5em 0 1.5em 240px;
}

.boxintro {
  margin: 0 1.5em;
}

.row {
  margin-bottom: 1.5em;
}

div.border {
  border-right: 1px dotted #999;
}

.borderbox {
  color: #fff;
  overflow: hidden;
}

.borderbox div {
  border: 1px solid #fff;
  margin: 10px;
  padding: 10px;
  display: block;
  padding-bottom: 999em;
  margin-bottom: -999em;
}

.borderbox h2,
.borderboxpromo h2 {
  font-family: Georgia, 'Times New Roman', Times, serif; 
  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.borderbox a,
.borderboxpromo a {
  color: #fff;
}

.borderbox li,
.borderbox p,
.borderboxpromo li,
.borderboxpromo p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.borderbox li,

.borderboxpromo li {
  margin-bottom: .5em;
  list-style-image: url('/images/bullet-arrow.png');
  _list-style-image: url('/images/bullet-arrow.gif');
}

.borderboxfoot {
}

.borderboxfoot div {
  margin: 0 10px 10px 10px;
  border-top: 1px solid #fff;
}

.borderboxpromo {
  color: #fff;
  overflow: hidden;
  /* height: 394px; */
}

.span-18.bigpromo {
  height: 798px !important;
}

.borderboxpromo div {
  border: 1px solid #fff;
  margin: 10px;
  padding: 10px;
  display: block;
  /*height: 352px;*/
}

div.rust { background-color: #c7530d }

div.red { background-color: #ac1600 }

div.orange { background-color: #ff7d00 }




/**
 *  Custom Ids
 */

#header {
  margin-bottom: 2px;
}

#pagebody {
  background-color: #fff;
}

#callnumber {
  margin-top: 40px;
  display: table; 
  overflow: hidden;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.8em;
  color: #779c01;
}

#callnumber a {
  color: #779c01;
}

#callnumber a:hover {
  color: #779c01;
}

#callnumber div {
  display: table-cell; 
  vertical-align: middle;
  padding-left: 10px;
}

#logo { 
  margin-top: 10px;
  margin-bottom: 0;
}

#usermenu {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

#usermenu a span {
  display: inline-block; 
  vertical-align: middle;
  width: 20px;
  margin-right: .5em;
}

#usermenu ul {
  margin: 0;
}

#usermenu a {
  color: #ac1600;
}

#usermenu a:hover {
  color: #444;
  text-decoration: none;
}

#usermenu .usermessage {
  color: #444;
  border-bottom: 1px solid #444;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

#search-box {
  margin: 0 0 0 0;
  width: 230px;
  height: 37px;
  background: transparent url('/images/search-box-bg.png') no-repeat top left;
  _background: transparent url('/images/search-box-bg.gif') no-repeat top left;
}

#search-box fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#search-input {
  border: none;
  width: 168px;
  height: 21px;
  margin: 7px 2px 0 26px;
  padding: 2px 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  float: left;
}

#search-submit {
  width: 28px;
  height: 24px;
  margin: 6px 0 0 0;
}




/** 
 * Generic menu classes
 */

.level-1, .level-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.level-1 a {
  display: block;
  text-decoration: none;
  padding: 5px 3px;
}

.level-1 a.trigger {
  padding: 5px 16px 5px 10px;
}

.level-1 li { float: left; }

.level-1 li ul, .level-1 ul li  { width: 18em; }

.level-1 ul li a  { border-right: 0; }

.level-1 li ul {
  position: absolute;
  display: none;
  color: #fff;
  background-color: #ff7d00;
}

.level-1 li:hover a, .level-1 a:focus,
.level-1 a:active, .level-1 li.hvr a {
  color: #fff !important;
  background-color: #ff7d00;
}

.level-1 li:hover ul, .level-1 li.hvr ul { display: block; }

.level-1 li:hover ul a, .level-1 li.hvr ul a {
  color: #fff;
  background-color: #ff7d00;
}

.level-1 ul a:hover {
  color: #fff !important;
  background-color: #444 !important;
}

.level-1 a:active { width: auto; } /* for IE7 */




/** 
 * Quicklinks menu: uses generic menu classes
 */

#quicklinks, #quicklinks * {
  color: #fff;
  background-color: #ac1600;
  text-transform: uppercase;
}

#quicklinks .level-1 a {
  padding-right: 28px;
  background: transparent url('/images/dropdown-arrow.gif') no-repeat center right;
}

#quicklinks .level-2 a {
  padding-right: 0;
  background-image: none;
}

#quicklinks .level-1 li ul {
  position: absolute;
  color: #fff;
  background-color: #ac1600;
}

#quicklinks ul li ul.level-2 li a {
  text-transform: none;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  color: #fff;
}




/** 
 * Main menu: uses generic menu classes
 */

#mainmenu {
  float: left;
  background-color: #fff;
  z-index: 99;
}

#mainmenu, .level-1 ul a { height: 1%; } /* for IE7 */

#mainmenu ul li ul.level-2 li a {
  text-transform: none;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  color: #fff;
}

#mainmenu, 
#footer {
  border-width: 1px 0;
  border-style: solid;
  border: color: #444;
  background-color: #fff;
  margin: 0;
}

#mainmenu ul, 
#footer ul {
  margin: 0;
}

#footer ul {
  padding: 5px 10px 5px 10px;
}

#mainmenu li, 
#footer li {
  margin-right: 1.2em;
}

#mainmenu a, 
#footer a {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #444;
}

#mainmenu .selected a,
#footer .selected a {
  color: #fa6718;
}

#footer {
  background-color: #f3f0ea;
  margin-bottom: 1em;
}

#footer p {
  margin: .5em;
  color: #999;
}

#price h1 {
  color: #acacac;
}




/**
 *  Custom Classes
 */
 
.more a {
  padding-left: 1.5em;
  background: transparent url('/images/more-arrow.png') no-repeat top left;
  _background: #fff url('/images/more-arrow.gif') no-repeat top left;
  color: #779c01;
}

.info {
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #acacac;
}

.price {
  color: #ac1600;
}

.product-list .price {
  color: #000;
}

td.radio {
  width: 2em;
}


h1 .info {
  font-size: .5em;
}

h3 .info {
  font-size: .8em;
}

table.list {
  border-top: 1px solid #444;
}

table.list td {
  vertical-align: top;
  text-align: left;
}

table.list img {
  float: left;
}

table.receiptlist td,
table.receiptlist th {
  vertical-align: top;
  text-align: left;
  border-bottom-width: 0;
}

table th {
  vertical-align: top;
}

div.listdelete img {
  float: left;
}

.sprite {
  display: inline-block; 
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-image: url('/images/sprites.png');
  _background-image: url('/images/sprites.gif');
}

.sprite span {
}

span.search input {
  width: 20px;
  height: 20px;
}

a .sprite { text-decoration: none; }

a:hover .sprite { text-decoration: none; }

/* Sprite offsets */
a .login { background-position: 0 0; }
a:hover .login { background-position: -20px 0; }

a .signup { background-position: 0 -20px; }
a:hover .signup { background-position: -20px -20px; }

a .cart { background-position: 0 -60px; }
a:hover .cart { background-position: -20px -60px; }

a .gift { background-position: 0 -100px; }
a:hover .gift { background-position: -20px -100px; }

a .track { background-position: 0 -120px; }
a:hover .track { background-position: -20px -120px; }

a .checkout { background-position: 0 -80px; }
a:hover .checkout { background-position: -20px -80px; }

span.search { background-position: 0 -40px; }
span:hover .search { background-position: -20px -40px; }

p.button a {
  display: block;
  color: #fff;
  width: 230px;
  height: 31px;
  text-align: center;
  padding: 8px 5px;
}

p.button a:hover {
  text-decoration: none;
}

.button {
  background: #fff url('/images/buttons.png') no-repeat top left;
  _background: url('/images/buttons.gif');
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border: none;
  width: 230px;
  height: 31px;
}

.button:hover {
  background-position: 0 -31px;
  cursor: pointer;
}



/**
 * Form styles
 */

fieldset {
  padding: 0;
  border: 0;
}

label {
  display: block;
}



.pagination {

}
.disabled {
  color: #acacac;
}
.prev_page {
  padding-left: 1.3em;
  background: transparent url('/images/prev-arrow.png') no-repeat top left;
  _background-image: url('/images/prev-arrow.gif');
}
.prev_page.disabled {
  background-image: url('/images/prev-arrow-disabled.png');
  _background-image: url('/images/prev-arrow-disabled.gif');
}
.pagination .selected {
  font-weight: bold;
}
.next_page {
  padding-right: 1.3em;
  background: transparent url('/images/next-arrow.png') no-repeat top right;
  _background-image: url('/images/next-arrow.gif');
}
.next_page.disabled {
  background-image: url('/images/next-arrow-disabled.png');
  _background-image: url('/images/next-arrow-disabled.gif');
}




/**
 *  CDS Calendar Styles
 */

.calendar_date_select {
  background-color: #eee;
  width: 194px;
}

.calendar_date_select thead th {
}

.calendar_date_select .cds_buttons {
}

.calendar_date_select .cds_footer {
}

.calendar_date_select table {
  margin-bottom: 0;
}


.calendar_date_select .cds_header {
  background-color: #c3bcaf;
}

.calendar_date_select .cds_header * {
}

.calendar_date_select .cds_header span {
}

.calendar_date_select select { 
}

.calendar_date_select .cds_header a:hover {
}
.calendar_date_select .cds_header a {
}

.calendar_date_select .cds_header a.prev {
  padding: 2px;
  float: left;
}
.calendar_date_select .cds_header a.next {
  padding: 2px;
  float: right;
}
.calendar_date_select .cds_header a.close {
  padding: 2px 4px;
  float: right;
}

.calendar_date_select .cds_header select.month {
}

.calendar_date_select .cds_header select.year {
}

.calendar_date_select .cds_buttons {
}

.calendar_date_select .cds_buttons a {
  display: inline;
  margin-right: 6px;
}

.calendar_date_select table {
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #999;
}

.calendar_date_select th {
  background-color: #fff;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #999;
}

.calendar_date_select td {
  padding: 1px;
  text-align: center;
  background-color: #fff;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #999;
}

.calendar_date_select td.weekend {
  background-color: #f3f0ea;
}

.calendar_date_select td div {
}
.calendar_date_select td div.other {
}
.calendar_date_select td.selected div {
}

.calendar_date_select td.selected {
}

.calendar_date_select td:hover {
  background-color: #ac1600;
  color: #fff;
}

.calendar_date_select td.today {
  font-weight: bold;
  color: #ac1600;
}

.calendar_date_select td.disabled div {
}

.fieldWithErrors .calendar_date_select {
}

textarea#gift_message {
  width: 220px;
  height: 180px;
}

select#gift_select {
  width: 220px;
}

.floatHalf select {
  width: 220px;
}

.floatHalf p {
  margin: 0;
}





/**
 *  Substruct Styles ======================================
 */

/* Misc Substruct Styles */

a.action:link, 
a.action:visited, 
a.action.bad:link, 
a.action.bad:visited {

}

a.action.bad:link, a.action.bad:visited {
}

a.redlink, a.red:link, a.red:visited {
  color: #ac1600;
}

img.floater {
}

img.floater2 {
}

/* Secondary actions: orders ready to ship, on hold etc */

div.price {
}

.info {
}

.money {
}

.button, .buttonWarning {
}

#right a.button, a.button {
}

.buttonWarning {
}

/* end buttons */

*.small {
}


/* Begin table list CSS */

div.listContainer {
}

.list {
}

*.hover {
}

.hlt, 
tr.hlt td, 
tr.selected td {
  color: red;
}

.notes {
}

.notesEdit {
}

div.float, div.floatHalf {
}

div.floatHalf {
}

/* Main tri floats */
div.floatTri {
}

div.floatTri h2 {
}

div.floatTri h4 {
}

div.floatTri p {
}

div.floatTri form {
}

.floatTri .left {
}

.floatTri .right {
}

.floatTri .middle {
}


.fieldWithErrors input, 
.fieldWithErrors * option, 
.fieldWithErrors * {
  border: 1px solid red;
}

.formError {
	color: red;
}

#ErrorExplanation {
}

#ErrorExplanation h2 {
}

#ErrorExplanation p {
}

#ErrorExplanation ul li {
}

div.error {
}

input.error {
}

.textInput {
  margin-bottom: 5px;
}

.textInput, .textArea {
}

.textInput.big {
}


/* Classes */
.minor_callout {
}

.minor_callout p {
}

.main_block {
}

.form_block {
}

.form_block h2 {
}

.blog_entry {
}

.blog_entry.even {
}

/* Product 'chips' */
.product {
}

.product_top {
}

.product_bottom {
}

.product_main {
}

.product_image {
}

.product_title {
}

.product .money {
}

.box .icon {
  float: right;
}

.product_postcode {
}

/* Pagination  */
div.pagination {
}

div.pagination a {
}

div.pagination a, 
div.pagination span {
}

div.p * {
}

#flash {
  color: red;
}

#flash h2 {
}

#flash div, 
#flash .action {
}

#toplinks {
}

#toplinks li {
}

#searchbox {
}

#searchbox .textInput {
}

/* Div that comes before the content */
#preContent {
}

#contentBody {
}

#big_product_image {
}

#bLeftCol, #bMiddleCol, #bRightCol {
}

#bLeftCol {
}

#bMiddleCol {
}

#bRightCol {
}

/* Left content container */
#left {
}

/* Right content */
#right {
}

#right .textInput {
}

#right h2 {
}

#right h3 {
}

#customer_msg {
}

#submittingText {
}

/* Home page */

#main_callout {
}

#minor_callouts {
}

h1#new_sale_header {
}

.bigpromo {
  height: 394px;
}

.bigpromo div {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}



