/* @override 
	http://theantiquefloorcompany.com/design/css/screen.css
	http://www.theantiquefloorcompany.com/design/css/screen.css
*/

/* @group Common Styles */

body {
  margin: 0;
  padding: 0;
  background: url("/design/images/bg_repeat_y.jpg") repeat-y center top;
}

h1 {
  /*text-transform: uppercase;*/
  font-size: 1.2em;
  color: #7c160e;
}

h2 {
  font-size: 1em;
}

dt {
  float: left;
  width: 200px;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  padding-top: 2px;
  clear: left;
}

dt, dd {
  margin-bottom: 4px;
}

form dd.info {
  font-size: 0.9em;
  font-style: italic;
}

.titles td {
  font-weight: bold;
  border-bottom: 1px solid #999;
}

table img {
  vertical-align: middle;
}

.image_line {
  text-align: center;
}

.right_img, 
.left_image {
  text-align: center;
  width: 277px;
  margin: 10px 0;
}

.right_img { float: right; clear: right; }
.left_img { float: left; }

.centered { text-align: center; }
.centered img { vertical-align: middle; }

hr {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom: 1px solid #d0bdbb;
}

a img { border-style: none; }

fieldset {
  background-color: #e9e2d0;
  border-top-style: none;
  border-left-style: none;
  border-right: 2px solid #af9765;
  border-bottom: 2px solid #af9765;
  margin-top: 10px;
  margin-bottom: 10px;
}

fieldset legend {
  font-weight: bold;
  position: relative;
  top: 15px;
  font-style: italic;
  color: #957c49;
}

/* @end */

/* @group Page Layout */

#container {
  width: 905px;
  margin-right: auto;
  margin-left: auto;
}

#head {
  text-align: center;
  background: url("/design/images/bg_head.gif") no-repeat;
}

#head form {
  margin: 0;
  padding: 0;
}

#footer {
  margin: 25px;
  text-align: center;
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #7c6260;
  border-top: 1px solid #d0bdbb;
  padding-top: 6px;
  clear: both;
}

#footer a { color: #7c6260; }
#footer a:hover { color: #5d312e; }

#intro_img {
  margin-top: 0;
  margin-bottom: 0;
}

#main_links,
#sub_links {
  list-style-type: none;
  margin: 0;
  padding: 6px 10px;
  background-color: #d8c49f;
  text-align: left;
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main_links li,
#sub_links li {
  display: inline;
  margin: 0;
  border-right: 1px solid #8c774e;
  padding-right: 9px;
  padding-left: 9px;
}

#main_links li.no_border,
#sub_links li.no_border {
  border-right-style: none;
}

#main_links li a,
#sub_links li a {
  color: #590600;
  text-decoration: none;
}

#main_links li a:hover,
#sub_links li a:hover {
  text-decoration: underline;
}

#sub_links.search {
  text-align: right;
}

#sub_links.search li {
  border-right-style: none;
}

#sub_links {
  background-color: #e9dabf;
}

#content {
  margin: 25px;
  color: #320300;
  font: 0.8em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content img {
  /*border: 1px solid #b5a9a8;*/
  margin: 10px;
  padding: 3px;
}

#content img.no-margin {
  padding: 0px;
  margin: 0px;
}

#content a {
  color: #9f3937;
}

#content a:hover {
  color: #401716;
}



/* @end */

/* @group Errors */

#errorExplanation {
  background-color: #fff6f6;
  border: 3px solid #5f0605;
  padding: 10px;
}

#errorExplanation h2 {
  margin: 0;
}

.fieldWithErrors input, 
.fieldWithErrors textarea {
  background-color: #ffe5e5;
}

#flash {
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background-color: #f9f6f1;
  border: 1px solid #a30000;
  color: #a30000;
}

/* @end */

/* @group Page Specific */

dl.faq_list {
  font-size: 0.9em;
}

.faq_list dt {
  font-size: 1.2em;
  text-align: left;
  float: none;
  width: 100%;
}

.faq_list dd {
  margin: 0;
  font-style: italic;
  margin-bottom: 20px;
}

.todo {
  background-color: #730080;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
}

.todo pre {
  font-size: 0.8em;
}

.row_odd td,
.row_even td {
  border-bottom: 1px solid #bababa;
}

.loading {
  text-align: center;
}

.loading img {
  margin: 0 !important;
}

#sortable_list {
  padding: 0;
  list-style-type: none;
}

#sortable_list li {
  background-color: #ffeac8;
  border: 1px solid #ffbe5d;
  padding: 5px;
  margin-bottom: 5px;
}

#sortable_list li:hover {
  cursor: move;
  color: #000;
  background-color: #ffe3b8;
  border: 1px solid #ff8100;
}

/* @group Contact */

.left_column {
  width: 500px;
  background-color: #eae3d1;
  padding: 1px 10px 1px 15px;
  border: 1px solid #d0bdbb;
  float: left;
  margin-bottom: 20px;
  clear: none;
}

.left_column p {
  font-size: 0.9em;
}

.left_column dt {
  text-align: left;
  width: 150px;
}

.left_column dd textarea {
  width: 300px;
}

.right_column {
  /*margin-left: 545px;
  margin-top: 21px;
  clear: none;*/
  width: 310px;
  display: inline;
  float: right;
}

.right_column dt {
  float: none;
  text-align: left;
  border-bottom: 1px dotted #d0bdbb;
  width: 100%;
}

.right_column dd {
  margin: 0 0 20px;
  color: #655421;
}

/* @end */

/* @group Categories */

.categories .category {
  width: 30%;
  text-align: center;
  float: left;
  height: 350px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: visible;
}

.categories .category h2 {
  margin: 0;
  /*text-transform: uppercase;*/
  font-size: 0.9em;
  height: 60px;
}

.categories .category h2 a {
  text-decoration: none;
}

.categories .category h2.bold a {
  color: #00f !important;
}



.categories .category h2.alt_bold a {
  color: #094200 !important;
}

.categories .category div.description {
  font-style: italic;
  font-size: 0.9em;
}

.category .thumbnail {
  height: 175px;
}

/* @end */

/* @group Products */

.product_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product_list .product {
  clear: both;
}

.product .thumbnail {
  float: left;
  width: 110px;
  text-align: center;
}

.product h2 {
  margin: 0;
  padding-top: 10px;
  font-size: 1.2em;
}

.product p {
  margin-left: 110px;
}

.single_product {
  width: 100%;
}

.single_product h1 {
  margin-bottom: 0;
}

#content div.single_product div.thumbnail {
  float: left;
  width: 170px;
  text-align: center;
}

div.single_product div.description2 div.description {
  margin-left: 10px;
  margin-top: 7px;
  float: left;
  width: 640px;
}

.single_product .price {
  margin-top: 10px;
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 180px;
}

.single_product h3 {
  text-align: center;
  font-size: 1.2em;
}

.extra_images {
  clear: both;
  text-align: center;
}

.image_container {
  width: 170px;
  text-align: center;
  margin-bottom: 10px;
  float: left;
  /*clear: left;*/
}

.image_container .image {
  width: 170px;
  height: 170px;
}

.image_container p {
  margin: 0;
  font-size: 0.8em;
  font-style: italic;
}

#email_page {
  margin-top: 9px;
  background: url("/design/images/email.gif") no-repeat 25px 2px;
  padding-left: 47px;
  float: left;
  font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#email_page a {
  text-decoration: none;
  color: #d6003c;
}

#email_page a:hover {
  color: #99002a;
  text-decoration: underline;
}

/* @end */

/* @group Search */

#content .right_column dl dd a.skype-logo img {
	margin: 10px 10px 0 0;
	padding: 0;
}

#search_form {
  text-align: center;
  background-color: #eae3d1;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 414px;
  border: 1px solid #d0bdbb;
  margin-right: auto;
  margin-left: auto;
}

#search_form * {
  padding: 0;
  margin: 0;
}

#search_results h3 {
  clear: both;
  font-size: 0.9em;
  margin: 0;
}

.result_set {
  clear: both;
  border-bottom: 1px solid #d0bdbb;
  margin-top: 10px;
  margin-bottom: 10px;
}

.results {
  margin: 10px;
}

.results .faq_list {
  font-size: 0.8em;
}

#contact_product_id {
  width: 300px;
}

