/******************************************************************************/
/*  PADDYO.COM Print Stylesheet                                               */
/*  Written 4/21/08     Modified                                              */
/*  (c)2008, Paddy O' Furniture. All rights reserved.                         */
/******************************************************************************/

/******************************************************************************/
/*  UNIVERSAL SETTINGS                                                        */
/******************************************************************************/

* { padding: 0; margin: 0; }

p {
 font-family: arial, verdana, sans-serif;
 font-size: 12px;
}

p.float_right, p.float_left {
 float: none ! important;
}

em {
 font-style: italic;
}

.noprint {
 display: none; 
}

.clear_all {
 clear: both;
}

a {
 color: #000;
 text-decoration: none;
 font-weight: bold;
}

.mini_emphasis {
 font-size: 11px;
 font-style: italic;
}

/******************************************************************************/
/*  MAIN BODY SETTINGS                                                        */
/******************************************************************************/

body { 
 font-family: arial, verdana, sans-serif; 
 font-size: 12px; 
 color: #000; 
 background-color: #fff;
 overflow: auto;
}

/******************************************************************************/
/*  HEADER AREA SETTINGS                                                      */
/******************************************************************************/

#header_inner_b {
 clear: both;
 border-bottom: 1px solid #000;
 margin-bottom: 15px;
}

/******************************************************************************/
/*  MAIN CONTENT AREA SETTINGS                                                */
/******************************************************************************/

#content { 
 color: #000;
 background: #fff;
 margin: 0;
 padding: 0;
}

h1 { 
 color: #000;
 display: block;
 clear: both;
 border-bottom: 1px solid #000;
 padding-bottom: 2px;
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 17px;
 font-weight: bold;
 font-style: italic;
}

h3 {
 color: #000;
 display: block;
 clear: both;
 padding-bottom: 2px;
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 14px;
 font-weight: bold;
 font-style: italic;
}

p {
 clear: both;
}

/******************************************************************************/
/*  FOOTER AREA SETTINGS                                                      */
/******************************************************************************/
	
#footer_inner {
 text-align: center;
 border-top: 1px solid #000;
 margin-top: 15px;
 padding-top: 10px;
 font-style: italic;
 font-size: 11px;
 clear: both;
}

/******************************************************************************/
/*  BOXED LINKS                                                               */
/******************************************************************************/

a.jump {
  width: 95%;
  padding: 7px;
  text-decoration: none;
  text-align: left;
  color: #000;
  display: block;
}

/******************************************************************************/
/*  SLIDESHOW THUMBNAILS                                                      */
/******************************************************************************/

#theImages img {
 float: left;
 padding: 0px;
 margin-right: 5px;
 margin-bottom: 5px;
 border: 1px solid #000;
 filter: alpha(opacity=100);
 opacity: 1;
}

#previewPane #largeImageCaption {
 padding-top: 12px;
 margin-bottom: 12px;
}

/******************************************************************************/
/*  CATALOG                                                                   */
/******************************************************************************/

.catthumb {
 border: 1px solid #000;
}

.catitem {
 display: block;
 float: left;
 padding-right: 20px;
 margin-bottom: 10px;
}

#descriptive {
 padding: 0 0 0 10px;
 background-color: #fff;
 float: left;
 text-align: left;
 color: #000;
}

.bigpic {
 float: left;
}

.fabric_swatch {
 width: 50px;
 height: 50px;
 float: left ! important;
 margin-right: 10px;
 margin-bottom: 5px;
}

.item_img {
 float: left;
 clear: left;
 display: inline;
 padding: 0 5px 0 0;
 overflow: visible;
 height: 140px;
}

.shade-a, .shade-b {
 width: 100%;
 border-bottom: none;
 padding: 0px;
 margin: 0px;
 clear: both;
 background-color: #fff;
 display: block;
 overflow: auto;
}

.item_img img {
 border: none;
 float: left;
 clear: left;
 height: 110px;
 overflow: visible;
}

.item_details {
 float: left;
 margin-left: 20px;
 clear: right;
}

.item_details h3 {
 font-weight: bold;
 font-size: 12px;
 color: #000;
 margin-bottom: 0;
 text-transform: uppercase;
}

.result_image {
 display: none;
}

