
/* Layout - side classes
******************/

/*side-form
***************/

#side-form input, 
#side-form textarea
{
	display: block;
}

#side-form label
{
	font-size: 1.0em;
	font-weight: bold;	
	line-height: 15px;
}

.side-form-top
{
	background: url(/images/layout/side-form-top.png) no-repeat top center;
}

.side-form-btm
{
	background: url(/images/layout/side-form-btm.png) no-repeat bottom center #f79420;
	margin-bottom: 5px;
}

.side-form
{
	padding: 15px;
}


/*side-static
***************/

.side-static
{
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px;	
}

.side-static h2
{
	margin: 10px 5px 5px 15px;	
}

.side-static p
{
	margin: 5px 5px 10px 15px;
	color: #636363;
}

.side-static img
{
	padding: 2px;
}

.side-static-top
{
	background: url(/images/layout/side-static-top.png) no-repeat top center;
}

.side-static-btm
{
	background: url(/images/layout/side-static-btm.png) no-repeat bottom center black;
}

#total
{
	text-align: right;
	font-weight: bold;
}

#checkout
{
	margin-left: 5px;
	margin-bottom: 20px;
}

/*testimonials
***************/
#testimonial-btm
{
	padding-bottom: 30px;
}

/*side-dynamic
***************/

.side-dynamic-top
{

	background: url(/images/layout/side-dynamic-top.png) no-repeat top center;
	width: 227px;
	padding: 0px;
	margin-top: 6px;
}

.side-dynamic
{
	padding: 15px;
}

.side-dynamic-btm
{
	background: url(/images/layout/side-dynamic-btm.png) no-repeat bottom center #dddddd;
}

/*shopping-cart
***************/
.cart-item
{
	width: 197px;
	margin-top: 5px;
	border-top: 1px solid #636363;
	margin-bottom: 2px;
}

.cart-item td
{	
	padding: 5px;
}

