/*Kimberly Ayres CSS*/


body{
	text-align: center;
	background: #fff;
}
img{
	display: block;
}
#centering_container{
	border: 1px solid #62655b;
	margin: auto;
	text-align: left;
	width: 950px;
	height: 550px;
}

#leftside{
	width: 249px;
	float: left;
	height: 550px;
}

#rightside_long{
	float: right;
	width: 700px;
	height: 550px;
	overflow: auto;
	border-left: 1px solid #62655b;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
}

#rightside_short{
	float: right;
	width: 701px;
	height: 550px;
	overflow: auto;
}

#rightside_content_sm{
	width: 700px;
	height: 400px;
	overflow: auto;
}


.nav{
	margin-left: 50px;
}

.nav div{
	padding: 0 !important;
	line-height: 0;
	font-size: 0;
}

.nav .off, .nav .on, .nav .active{
	margin-top: 15px;
}






.subnav{
	margin-left: 11px;
	margin-top: 11px;
}



.subnav .off, .subnav .on, .subnav .active{
	margin-bottom: 1px;
	margin-top: 0;
}







td{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #3b3f32;
}



table.collection_index td{
	border: 2px solid #ccc;
	padding: 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	font-weight: bold;
}

div.product_image{
	text-align: center;
	width: 150px;
	height: 150px;
}


p.productname{
	margin-top: 6px;
	width: 150px;
	text-align: center;
}



.formtable{
	margin-top: 120px;
}
.formtable .formtitle{
	font-weight: bold;
	color: #666;
}

input, textarea{
	border: 1px solid #ccc;
	background: #e1ebf6;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}


.clear{
	clear: both;
}


