

/*							 */
/*	Formatting				 */
/*							 */

body
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:			#3F3F3F;
}


/*						 */
/*	Links				 */
/*						 */

a:link, a:visited
{
	color:				#3C638C;
	cursor:				pointer;
}

a:active, a:hover
{
	color:				#641407;
	cursor:				pointer;
	text-decoration:	none;
}

/*							 */
/*	Templates				 */
/*							 */

#content_center
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	width:				780px;
	height:				400px;
	font-size:			12px;
	line-height:		14px;
}

#content_cell
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	height:				400px;
	font-size:			11px;
	line-height:		14px;
}

#content_left
{
	width:				467px; 
	height:				100%;
	padding:			15px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	background-color:	white;
	
}

#content_right
{
	width:				262px; 
	height:				100%;
	font-size: 			11px;
	padding:			10px 5px 5px 5px;
	margin:				0px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	line-height:		normal;
	background-image:	url('/client/assets/images/_template/sidebarbk.gif');
	background-position:top left;
}

#content_seperator
{
	height:				100%;
	width:				2%;
	background-color:	white;
}

#float_image
{
	padding: 5px 5px 3px 10px; 
	float: right; 
	right: 5px; 
	top: 5px;
}


.ShoppingCartCell
{
	text-align:			right;
	padding:			4px;
	color:				#000000;
}
.ShoppingCartHeader
{
	text-align:			center;
	font-size: 			11px;
	font-weight:		bold;
	color:				#000000;
	padding:			2px;
}

.Clickable
{
	cursor:				pointer;
}

.Inset
{
	background-color:	#fafafa;
	border-top:			1px solid #E0E0E0;
	border-left:		1px solid #E0E0E0;
	border-bottom:		1px solid #F4F4F4;
	border-right:		1px solid #F4F4F4;
	padding: 			8px;
}

.InsetSelected
{
	background-color:	#CAD9E2;
	border-top:			1px solid #49606D;
	border-left:		1px solid #49606D;
	border-bottom:		1px solid #49606D;
	border-right:		1px solid #49606D;
	padding: 			8px;
}

.SelectableOn
{
	cursor:				pointer;
	border:				2px solid #49606D;
	margin: 			4px; 
}

.SelectableOff
{
	cursor:				pointer;
	border:				2px solid #FFF;
	margin: 			4px; 
}

.divOutline
{
	margin-top:			4px;
	border:				solid 2px #A0A0A0;
	padding:			4px;
}

.divLoginPopup
{
	background-color:	#FFF;
	margin-top:			4px;
	border:				solid 2px #A0A0A0;
	padding:			4px;
}

.divHeaderBar
{
	background-color:	#C0C0C0;
	padding:			2px;
	color:				#FFFFFF;
}

.divForm
{
	margin: 			5px; 
	width: 				400px;
}

.divFormField
{
	float: 				left; 
	display: 			inline; 
	margin: 			5px; 
	width: 				150px;
}

