﻿/*
AUTHOR: Int'l Bridal LLC
DEVELOPER: Marcia Schreier
PROJECT: Romantic Gowns
VERSION: Product Page v2.1 - Layout Redesign
DATE: March 2010
*/

#page {
	padding: 15px 15px 15px 15px;
	border: 0px blue solid;
}

#product-view {
	text-align: left;
}

#product-detail {
	width: 250px;
	height: 334px;
	background-image:url('../images/imageNA-med.gif');
}

.page-title{
	font:normal 90% Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#C1D0E1;

}

.product-thumbnail {
	width: 40px;
	height: 53px;
	background:#000000;
	margin:6px 6px 6px 0px;
	border:2px #517CA4 solid; 
	cursor:pointer;
	float:left;
}

.product-thumbnail:hover {
	width: 40px;
	height: 53px;
	background:#cccccc;
	margin:6px 6px 6px 0px;
	border:2px #C1D0E1 solid; 
}

.product-thumbnail:active {
	width: 40px;
	height: 53px;
	background:#cccccc;
	margin:6px 6px 6px 0px;
	border:2px black solid; 

}

#product-info{
	text-align:left;
	padding-left: 15px;
	padding-top:0px;
	border: 0px lime solid;

	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 115%;
	color: #666666;
}

.product-name{
	font-size: 150%;
	font-weight: bold;
	line-height: 160%;
	color: #000000;
}

.product-price{
	font-size: 125%;
	line-height:135%;
	color: #666666;
}

.product-desc{
	font-size: 100%;
	line-height:110%;
	color: #666666;
}


.social-lnks{
	font-size: 11px;
	line-height:18px;
	color: #666666;
}

.social-lnks a{
	color:#44698E;
}

.social-lnks a:hover{
	background:#44698E;
	color:#ffffff;
}

#backlink a {
	font-size: 11px;
	line-height:18px;
	color:#44698E;
	padding:5px;
	white-space:nowrap;	
}

#backlink a:hover {
	background:#44698E;
	color:#fff;
}


.color-swatch {
	width: 25px;
	height: 25px;
	background-image:url('../images/imageNA-med.gif');
	border: 1px white solid;
}

.color-swatch:hover {
	border:1px #592000 solid;
}


.button{
	border:2px white solid;
}

.button:hover{
	border:2px #934900 solid;
}


.sidebar {
	padding:10px 10px 10px 10px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 115%;
	color: #934900;

}

/*-----------------------------------------*/
.triple_col_1 {
	float:left;
	padding-top:0px;
	width:250px;
}
.triple_col_2{
	float:left;
	width:315px;
}
.triple_col_3{
	float:right;
	width:175px;
	background: #CCCCCC;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
