body
{
	background-color: #1d1d1d;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(background.png);
	color: #333333;
}

/* @group Header */

#header
{
	background-image: url(logo.png);
	width: 215px;
	height: 69px;
	margin: 60px auto;
}

#product-selector
{
	height: 50px;
	width: 751px;
	margin: 0 auto;
}


/*
#product-selector .product
{
	display: table-cell;
	height: 43px;
}
#cap-left
{	
	display: table-cell;
	width: 36px;
	height: 50px;
}
#cap-right
{	
	display: table-cell;
	width: 36px;
	height: 50px;
}
*/
#product-selector .product {
	height: 50px;
	float: left;
}
#cap-right {
	float: left;
	width: 36px;
	height: 50px;
}

#cap-left {
	float: left;
  	width: 36px;
	height: 50px;
}
/* end */


#product-selector .product.selected
{
	background: url(ps_middle_selected.png) repeat-x;
}
#product-selector .product.unselected
{
	background: url(ps_middle_normal.png) repeat-x;
}

#product-selector .product .name
{
	font-weight: bold;
	font-size: 18px;
	
	text-align: center;
}
#product-selector .product.selected .name
{
	color: white;
	margin-top: 17px;
	text-shadow: #1c54ae 0 -1px 0;
}
#product-selector .product.unselected .name
{
	color: #808080;
	margin-top: 17px;
	text-shadow: white 0 1px 0;
}

/* @group Caps */

#product-selector #cap-left.unselected
{
	background-image: url(cap_left_normal.png);
}
#product-selector #cap-left.selected
{
	background-image: url(cap_left_selected.png);
}
#product-selector #cap-right.unselected
{
	background-image: url(cap_right_normal.png);
}
#product-selector #cap-right.selected
{
	background-image: url(cap_right_selected.png);
}

/* @end */

/* @end */

/* @group Content */

#content
{
	width: 751px;
	margin: 0 auto;
	background-image: url(middleground.png);
}
#content .inner
{
	padding: 23px 36px;
}
#content h1
{
	margin: 0;
	font-size: 22px;
}
#content p.tag
{
	font-size: 13px;
	
	padding-left: 1px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#content form.center
{
	font-size: 14px;
	text-align: center;
		
	margin: 0 auto;
	padding-top: 11px;
}
#content form p
{
	margin-top: 15px;
	margin-bottom: -7px;
}
#content form label
{
	font-weight: bold;
}
#content form label.extra
{
	font-weight: normal;
}
#content form input[type="text"]
{
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #333333;
	
	text-align: right;
		
	width: 30px;
	height: 17px;
}

/* @end */

/* @group Footer */

#footer
{	
	width: 751px;
	height: 13px;
	margin: 0 auto;
	background: url(middleground_bottom.png) no-repeat 0 top;
}

#subtotal
{
	font-size: 15px;
	font-weight: bold;
	color: #fefefe;
	
	padding-top: 16px;
	padding-left: 14px;
	text-shadow: rgba(0,0,0,0.25) 0 2px 1px;
}

#button
{
	font: bold 15px Helvetica, Arial, sans-serif;
	color: white;
	text-align: left;

	background: url(arrowbutton.png) no-repeat 0 top;
	border: none;
	width: 110px;
	height: 37px;
	
	padding-left: 16px;
	padding-top: 3px;
	
	cursor: pointer;
	
	position: relative;
	top: -10px;
	left: 5px;
	
	float: right;
}

/* @end */