/*

style sheet containing styles specific to individual product pages
this style sheet must be linked to after main.css for proper cascading
/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Page Structure
Headers
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
PAGE STRUCTURE
--------------------------------------------------------------------*/

#product-desc {
	border: 1px solid #9ACCEF;
	float: left;
	margin: 10px 0 10px 0;
	position: relative;
	left: 3px;
	text-align: center;
	width: 550px;
}

#right #product-desc p {
	padding: 0;
}

#right #product-desc div.desc {
	clear: both;
	padding: 0 14px 14px 14px;
	text-align: justify;
}

#right #product-desc div.desc div {
	clear: both;
	padding: 0 14px 14px 14px;
	text-align: justify;
}

#right #product-desc p.note, #right #product-desc p.caption {
	padding: 0 14px 14px 14px;
}

#right #product-desc ul {
	list-style-type: disc;
	padding: 0 14px 25px 14px;
}

#right #extended_info {
	border: 1px solid #9ACCEF;
	margin: 10px;
	padding: 5px 0 0 5px;	
}

#additional_photos {
	overflow: auto; 
	margin: 10px
}

.thumb-holder {
	float: left;
	margin: 0 10px 0 0;
	min-height: 210px; 
	position: relative;
	left: 60px;
}

* html body .thumb-holder {/*--hack for IE 6 to replicate min-height--*/
	height: 210px;
	overflow: visible;
}

.thumb-holder p {
	width: 130px;
}

.radio_og_name {
	padding: 0px 0px 0px 14px;
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	width: 30%;
	text-align: left;
}

.radio_option_name {
	text-align: left;
}

.fabric_link1 {
	font-size: 11px;
	text-align: left;
	font-weight:lighter;
}

.fabric_link2 {
	font-size: 13px;
	text-align: left;
	font-weight:lighter;
}

.combined_shipping {
	color:#990000;
}

.free_shipping {
	color:#ff0000;
}

.photo_option {
	border: 1px #000000 solid;
}

.price_label {
  font-weight: bold;  
}

/*--------------------------------------------------------------------
HEADERS
--------------------------------------------------------------------*/

#product-desc h2 {
	background: url(/images/headers/sub-cat-bg.gif) #9ACCEF no-repeat top right;
	float: left;
	font-size: 12px;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 20px 2px 5px;
	text-align: left;
	text-indent: 0;
	width: auto;
}

#product-desc h2 strong {
	color: #000;
}


/*--------------------------------------------------------------------
INFO BUTTONS (shipping info, more specs, etc.)
--------------------------------------------------------------------*/
a.info-button {
	background-color: #D1E9FB;
	color: #000;
	float: left;
	font-size: 12px;
	height: 15px;
	margin: 0 0 2px 0;
	padding: 0 0 0 2px;
	position: relative;
	left: 3px;
	width: 552px;
}

a.important {
	color: red;
}

a.info-button img {
	border: 0;
	float: left;
}

/*--styles for div that scrolls out onclick--*/

#info-fields-container p {
  padding: 0;
  margin: 0;
}

.hidden-info {
	background-color: #F5F5F5;
	float: left;
	margin: 0 0 5px 0;
	position: relative;
	left: 3px;
	text-align: justify;
	width: 552px;
}

.hidden-info ul {
	padding:25px;
	list-style-type: disc;
}

.hidden-info input {
	float: right;
	font-size: 13px;
	background-color: #E2EDF7;
	border:1px solid #bbb;
}

.hidden-info .closeButton {
	padding: 0 5px 20px 0;
}

.hidden-info .info-text {
	padding: 20px;
}

/*--testimonials--*/

.testim_text {
  margin: 0 0 10px 0;
}

.testimonial {
  margin: 10px 5px 10px 5px;
  padding: 10px;
}

#testimonials0 .border {
  border-top: 1px solid #a0bddd;
}

.testimonial .location {
  font-size: 11px;
}

.testimonial .date {
  font-size: 11px;
}


/*--------------------------------------------------------------------
IMAGES
--------------------------------------------------------------------*/

#product-desc img {
	border: 1px solid #000;
	margin: 5px 0;
}

/*--------------------------------------------------------------------
FORM AREA (order form appearing at the 
bottom of inidividual prooduct pages)
--------------------------------------------------------------------*/

.options {
	border: 1px solid #D1E9FB;
	float: right;
	margin: 7px 0 3px 3px;
	overflow: hidden;
	padding: 14px 0;
	width: 550px;
}

.options p.option-title{
	float: left;
	font-size: 1em;
	font-weight: bold;
	overflow: hidden;
	position: static;
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	text-align: left;
}

.options div{
	float: left;
	width: 225px;
}

/*--styles for scrolling design options--*/
.options div.frame{
	float: left;
/*	height: 150px;*/
	overflow: auto;
	width: 310px;
	padding-bottom: 10px;
}

.options div.frame img {
	border: 1px solid #222266;
	margin: 0 0 2px 0;
}

.options div.frame td {
	padding: 0 5px 0 0;
}

/*--sets styles for table containing most of the form--*/
#order-form {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	/*float: right;*/ /*Uncommenting leads to incorrect behavior in frontend proruct view page*/
	font-size: .9em;
	margin: 10px 0 10px 3px;
	width: 550px;
}

#order-form td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px 5px;
}

#order-form td.left {
	background-color: #f7f7f7;
	text-align: right;
}

td.option_item{
  text-align: center;
  vertical-align: top;
}

td.additional{
  text-align: center;
}

#order-form a{
	color: black;
}

#order-form input {
	cursor: hand;
	font-size: 13px;
	background-color: #E2EDF7;
	border:1px solid #bbb;
}


.old_price{
	text-decoration: line-through;
	color: #900b09; 
}

#old_price{
	text-decoration: line-through;
	color: #900b09; 
}

#cart_promo_notice{
	color: #900b09; 
}

.product-desc-wrapped {
	padding: 5px; 
	margin-bottom: 5px; 
	margin-left: 5px;
	text-align:left;
}

.product-desc-wrapped .picture {
	padding: 5px; 
	margin-bottom: 5px; 
	margin-left: 5px;
	border: 1px solid #cccccc;
	float:right;
	text-align:center;
}

.wide_control{
  width: 100%;
}

#email_this_page {
  padding: 5px 0 20px 10px;
}

.see_collection_link {
  padding: 0 0 10px 10px;
  font-weight: bold;
}

.see_collection_link a {
  color: #191970; 
}

#min_order {
	border: 1px solid #9ACCEF;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	left: 3px;
	text-align: center;
	width: 540px;
	padding: 5px;
}