/* @group Layout */
#shopheader{
	background: url(/images/shop-hd-bg.png) repeat-x;
	text-align: right;
	padding-right: 20px;
}
#shoptitle{
	margin-bottom: 19px;
}
#cartpreview{
	text-align: right;
	font-size: 108%;
	margin-right: 9em;
	margin-bottom: 1em;
	float: right;
}
#cartpreview a{
	color: #999;
}
/* @end */
/* @group Listing */
#productlistingwrapper{
	width: 825px;
	margin: 0 auto;
}
#shopintro{
	font-size: 108%;
	margin-bottom: 1em;
	clear: both;
}
#productlisting{
	width: 90%;
	margin: 0 auto;
}
#productlisting td{
	width: 33%;
	text-align: center;
	vertical-align: bottom;
	padding: 1em 0 0 0;
	border-bottom: 1px solid #CCC;
}
#productlisting .info{
	min-height: 5em;
}
#productlisting .image img{
	width: 165px;
}
#productlisting .name{
	font-weight: bold;
}
#productlisting td .colorwrapper{
	float: left;
	position: relative;
}
#productlisting td .colors{
	position: absolute;
	top: 0;
	left: 0;
}
#productlisting .colors img{
	/*display: block;
	width: 20px;
	height: 20px;*/
	margin-bottom: 5px;
	/*clear: both;*/
	border: 1px solid #CCC;
}
.pager{
	text-align: right;
	margin-bottom: 1em;
	font-size: 93%;
	color: #999;
}
.pager a{
	color: #999;	
}
/* @end */

#productimage{
	float: left;
	width: 300px;
	margin: 0 4em 1em 100px;
}
/* @group Detail */

/* @end */
#productdetails{
	float: left;
	width: 400px;
}
#product h1{
	margin: 1em 0 1em 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 1em;
}
#breadcrumb{
	color: #333;
	margin-bottom: 1em;
}
#nextproduct{
	margin-left: 3em;
}
#product h4{
	margin-bottom: .5em;
}
#description{
	color: #999;
}
#selectorbox{
	padding: .3em;
	background-color: #F4F3F4;
}
#sizes{
	height: 20px;
	margin-bottom: .5em;
	position: relative;
}
#sizes .sizeoption{
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 1em;
}
a.sizeoption.selected{
	background-color: #CCC;
	color: #FFF;
}
.sizeoption span{
	border: 1px solid #CCC;
	padding: 1px 6px;
	display: block;
}
#quantitywrapper div{
	text-align: right;
	border-top: 1px dotted #000;
	padding: .5em 0;
	margin-right: 1em;
}
#quantitywrapper .label{
	display: block;
	float: left;
	width: 120px;
	text-align: left;
	font-weight: bold;
}
#qty{
	margin-top: 2em;
}
#price{
	font-weight: bold;
	border-bottom: 1px dotted #000;
	margin-bottom: 1em;
}
#cartbuttonwrapper{
	clear: both;
	margin-top: 2em;
	text-align: right;
	font-size: 93%;
	font-weight: bold;
	opacity: .3;
	filter:alpha(opacity=30);
}
#cartbuttonwrapper img{
	vertical-align: middle;
}
#alertmessage{
	height: 2em;
	width: 300px;
	border: 2px solid #fffdb8;
	background-color: #FFF;
	display: none;
	position: absolute;
	z-index: 2;
	padding: .4em;
	opacity: 0;
	filter:alpha(opacity=0);
}
#thumbnails{
	margin-bottom: 1em;
}
#thumbnails img{
	margin: 1em 1em 0 0;
}
#tellafriend,
#sharethis{
	border-top: 1px solid #CCC;
	padding: .5em;
}
#tellafriend{
	font-weight: bold;
	font-size: 93%;
}
#sharethis{
	text-align: right;
	
}
/* @group Colors */
#options{
	margin-bottom: 1em;
}
.coloroption{
	display: block;
	float: left;
	margin: 1px 5px;
	padding: 1px;
}
a.coloroption.selected{
	border: 1px solid #000;
	margin-top: 0;
	margin-bottom: 0;
}
.coloroption span{
	border: 1px solid #CCC;
	width: 20px;
	height: 10px;
	display: block;
}
/* @end */
/* @group Cart */
#cartheader{
	font-size: 138.5%;
	margin-bottom: .5em;
}
#cartheader img{
	vertical-align: middle;
}
#cart{
	margin-left: 5em;
}
#cart .item td, #cart th{
	border-bottom: 1px solid #333;
	padding: .5em;
}
#cart th{
	background-color: inherit;
	border: none;
	text-align: left;
}
#cart .summary td{
	padding: .5em;
}
#cart .summarylabel{
	text-align: right;
	font-weight: bold;
}
.cartRemove{
	color: #999;
}
/* @end */