﻿.Div_Gallery
{
	clear:both;
}

.gallery_box    
{ 
	float:left;
	text-align:left;
	position:relative;
	width:220px;
	height:400px;
}

	.gallery_rating
	{	
		float:left;
		margin-top:7px;
		clear:both;
		
	}
	
	.gallery_title
	{
		clear:both; float:left; text-align:left; width:210px; margin-top:5px;
	}
	
	
	.gallery_designer
	{
		float:left;  margin-right:10px; margin-top:4px; width:150px;
	}

	.gallery_table_container
	{
		width:210px; height:297px; 
	}

		.gallery_image  
		{ 
			border-style:ridge;
			border-width:1px; 
			border-color:#000000;
			border-color:#BBBBBB;
		
			cursor:pointer; 
			background-image:url('../graphics/background_main.gif');
			
		}
	
	.gallery_buy_button
	{
		float:right; margin-right:20px; margin-top:6px;
		cursor:pointer;
	}
	
	.gallery_buy_panel
	{
		position:absolute; top:160px; left:15px; width:141px; height:77px;
		background-image:url('../graphics/background_buy_panel.png'); 
	}
	
		.gallery_buy_progress
		{
			left:0px; top:0px;
			width:139px; height:77px;
			text-align:center;
			vertical-align:middle;
		}
		
			.gallery_buy_image_progress
			{
				text-align:center;
				float:left;
				margin-top:20px;
				width:139px;
			}
			
		.gallery_buy_blank
		{
			float:left;
			margin-left:0px;
			margin-top:0px;
			cursor:pointer;
		}
		
		.gallery_buy_customize
		{
			float:left;
			margin-left:0px;
			cursor:pointer;
		}
		
		.gallery_buy_no_thanks
		{
			float:left;
			margin-left:0px;
			cursor:pointer;
		}
		
		
.popup_buy_option
{
    position:fixed;  
    z-index:2000; 
    width:520px; 
    height:300px; 
    top:50%; 
    left:50%;
    margin:-150px auto auto -275px;
	
    border:solid 2px #97b647;
    background-color:#FFFFFF;
    padding:10px 10px 10px 10px;
}

