/* CSS Document */

.imageDisplay
{
	max-height: 400px;
	text-align: center;
	padding: 15px 0 0 0;
}


.productDetails 
{
	padding: 0 0 30px 0;
}



#productViewBG 
{
	/* background: transparent url(../images/productpage/gradient-bg.jpg) repeat-y 0 0; */
}

.roomViewImageHolder 
{
	padding-right: 30px;	
}

.roomViewBG1
{
	background: transparent url(../images/productpage/roomViews/roomView_1.jpg) no-repeat 0 0;
}
.roomViewBG2
{
	background: transparent url(../images/productpage/roomViews/roomView_2.jpg) no-repeat 0 0;
}
.roomViewBG3
{
	background: transparent url(../images/productpage/roomViews/roomView_3.jpg) no-repeat 0 0;
}

.imageViewSelection 
{
	padding: 5px 15px 10px 15px;
}

.enlarge
{
    margin: 5px 0;
}

.enlargeIcon
{
    padding: 0 0 0 20px;
    background: url(../images/productpage/icon_enlarge.gif) top left no-repeat;
}

.outlined
{
    border: solid 1px #ccc;
}

/* Product Options is the right column */



h1.productTitle 
{
	margin: 0px;
}


h2.productArtist
{
	margin: 0;
}


.productOptions 
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;	
	margin: 10px 0;
}

.totalPrice 
{
	font-size: 200%;
}
.framesPanel
{
	padding-top: 10px;
}

.optionTitle, .frameTitle
{
	width: 110px;
}

.optionRow 
{
	margin: 0 0 5px 0;
}

.optionSelection, .frameOptions 
{
	width: 235px;
}

.optionSelection select
{
	width: 235px;
}


#priceDetails td
{
	border-collapse: collapse;
	padding: 0 5px 2px 0;
	color: #666;
}



#buyAction 
{
	text-align: center;
}

	.breakDowns 
	{
		display: none;
	}



.pageFeedback 
{
	background: white url(../images/icons/tick_icon.jpg) no-repeat scroll 0 50%;
	padding: 5px 0 5px 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}

.aboutThisImage
{
    padding: 0 10px 0 0;
    margin: 20px 0;
    max-height: 200px;
    overflow: auto;
}


#productBundles
{
    background: transparent url('../images/productPage/bgr_crossSell.jpg') top left no-repeat;
    margin: 10px 0 0 0;
    padding: 0 5px 0 15px;
    border-top: 1px solid #ccc;
}



#productBundles .crossSellBox 
{
	
}





/* =============== DROP SHADOWS IN ROOM VIEW ======================= */

.imgShadow 
{
	background: transparent url(../images/productPage/roomViews/shadow.png) no-repeat bottom right !important;
	background: url(../images/productPage/roomViews/shadowGif.gif) no-repeat bottom right;
	float: right;
	margin: 5px 120px 0px 0px;
}

.imgShadow img
{
	display: block;
	
	position: relative;
	right: 7px;
	bottom: 7px;
	margin: 0;
}





.errorMessage {
	background:transparent url(../images/icons/icon_error.gif) no-repeat scroll 0 0;
	margin:0 0 5px;
	min-height:40px;
	padding:5px 0 0 50px;
}