#sticky-wrapper
{
	background:url(../img/shop/shop_bg.gif) top center repeat;
}

#main-column p.image
{
	line-height: 0;
	margin-left: 0;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 18px;
	float:left;
}

#main-column p.image img
{
	border: 10px solid white;
}

#main-column p.image a
{
	padding: 0;
	margin: 0;
}

#main-column p.image a:hover img
{
	border-color: #d5e0e8;
}

#main-column p.image a.caption
{
	display: block;
	font-family:Georgia, Arial, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#5682a5;
	font-style:italic;
	margin-top:15px;
	text-align: center;
	width: 190px;
	margin-bottom:25px;
}

#widgetshoppingcart, #sideshoppingcart
{
	background-color: white;
	margin:20px;
}

#widgetshoppingcart, #sideshoppingcart, #widgetshoppingcart div, #sideshoppingcart div
{
	padding-top:0;
}

#widgetshoppingcart h3, #sideshoppingcart h3, #widgetshoppingcart p, #sideshoppingcart p
{
	border-bottom: 1px solid #d5e0e8;
	margin:0;
	padding: 10px;
}

#widgetshoppingcart h3, #sideshoppingcart h3
{
	font-family:Georgia, Arial, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#5682a5;
	font-style:italic;
}

#widgetshoppingcart .bottom, #sideshoppingcart .bottom
{
	border-bottom: none;
}

#widgetshoppingcart .button a, #sideshoppingcart .button a
{
	display: block;
	background-color: #4f7a9d;
	color: white;
	border: none;
	padding:2px 6px;
	margin-left: 85px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

#widgetshoppingcart .empty a, #sideshoppingcart .empty a
{
	margin-bottom:10px;
}

#widgetshoppingcart .button a:hover, #sideshoppingcart .button a:hover
{
	background-color:#d5e0e8;
	color: #4f7a9d;
}

.product
{
	background: url(../img/shop/divider.gif) top center no-repeat;
	padding-left: 20px;
	margin-top: 20px;
	clear:left;
}

.product img
{
	border: 10px solid white;
	float:left;
	margin-bottom: 20px;
}

.product .description
{
	padding-top:0px;
	padding-bottom:20px;
	float:left;
	width: 280px;
}

.product .description h3
{
	font-family:Georgia, Arial, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#5682a5;
	font-style:italic;
	margin:0px 0px 15px 20px;
}

.product .description form
{
	margin-left: 20px;
}

.product .description select
{
	margin-left: 5px;
	width: 40px;
	margin-right:30px;
}

.product .description form input, .wpsc_checkout_forms input.button, .productcart input.button, .productcart button
{

	background-color: #4f7a9d;
	color: white;
	border: none;
	padding:2px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width:125px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.product .description form input:hover, .wpsc_checkout_forms input.button:hover, .productcart input.button:hover
{
	background-color:#d5e0e8;
	color: #4f7a9d;
}

.productcart input.button, .productcart button
{
	float:none;
}

.productcart input.button:hover, .productcart button:hover
{
	background-color:white;
	color:#4f7a9d;
	
}

.wpsc_loading_animation
{
	  display: none;
}

table
{
	width: 670px;
	margin: 0px 20px;
}

th, td
{
	border-left: 1px solid white;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

th.firstcol, td.firstcol
{
	border-left: none;
	width: 104px;
}

th
{
	background-color: #4f7a9d;
	color: white;
}

td
{	
	border-top: 1px solid white;
	background-color: #d5e0e8;	
	font-weight: bold;
	color:#4f7a9d;
}

td.firstcol img
{
	margin: 8px;
	border: 5px solid white;
}

table.calculations
{
	margin-bottom: 20px;
}

table.calculations td
{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #4f7a9d;
	background:#e9eff3;
	padding: 10px;
}

table.calculations td.left
{
	text-align:left;
}

table.calculations td.right
{
	text-align:right;
}

.wpsc_checkout_forms table, .wpsc_checkout_forms p.button
{
	width: 80%;
	margin-left: 10%;
}

.wpsc_checkout_forms th, .wpsc_checkout_forms td.firstcolumn
{
	text-align: left;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.wpsc_checkout_forms table input, .wpsc_checkout_forms table textarea, .wpsc_checkout_forms table select
{
	width: 400px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	padding:2px;
	margin:5px;
	border-width: 1px;
	border-style: solid;
	border-color: #4f7a9d;
}

.wpsc_checkout_forms p.button
{
	margin-top: 10px;
}