
/* **** File Name:  forms.css.php *********************************************
 *    Description:  Stylesheet for forms.
 *                   
 *        Project:	Reactive Blue - the business of Art.
 *   Date Created:  Sep 26, 2006
 *         Author:  Gene Nagle
 *
 *	Code Copyright © 2006 by Tesla Technologies, All Rights Reserved.
 *
 *     Revision History
 *   Who   		  Date			CodeVersion - Comments
 *
 **************************************************************************/

/*****************************************************/
/*                FOR IMAGES                      */
/*****************************************************/
.artwork {
	border: 2px solid #3b2618;
	padding: 1px;
	background: #ffffff;
}

.artwork_thin {
	border: 1px solid #3b2618;
	padding: 1px;
	background: #ffffff;
}

/*****************************************************/
/*               FOR DETAIL PAGE                     */
/*****************************************************/
.image_text {
	padding-bottom: 10px;
}

.detail_wrapper {
	width: 700px;
	background: yellow;	
}

.image_container {
	width:460px;
	vertical-align: top;
}

.text_container {
	width:210px;
	padding:4px 10px 10px 4px;
	vertical-align: top;
	/* white-space: nowrap; */
}

.inventory {
	margin: 50px 0 10px 0;	
	font-family: Arial;
}

