/* @group General */

p.viewcart_button {
	margin-top:20px;
}

#products li {
	list-style-type: none;
}

#products img {
	border: 0;
	padding: 0;
	margin: 0;
}

#products .clearer {
	clear: both;
}

#products .hidden {
	display: none;
}

#products img.icon {
	height: 16px;
	width: 16px;
	vertical-align: bottom;
}

/* @end */


/* @group Products */

#products {
	width: 98%;
	margin: 10px;
}

/* @group product */

#products .product {
	border-bottom: 2px dashed silver;
	padding: 10px;
}

#products .product h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #333;
}

/* floats */

#products .leftfloat{
	float: left;
	margin-right: 10px;
}


#products .rightfloat{
	float: right;
	margin-left: 10px;
}

#products div.price{
	font-size: 1.2em;
}



#products .details{
	margin-top: 10px;
	width: 95%;
}

#products div.product{
		padding: 10px;
}

/* @end */

/* @end */

#sales_header{
	padding: 10px;
	background: #d0d8de;
	color: white;
}
#sales_footer{
	padding: 10px;
	background: #d0d8de;
	color: white;
}


/* @group Smoothbox */

#SB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#SB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#SB_window a:link {
	color: #666666;
}

#SB_window a:visited {
	color: #666666;
}

#SB_window a:hover {
	color: #000;
}

#SB_window a:active {
	color: #666666;
}

#SB_window a:focus {
	color: #666666;
}

#SB_overlay {
	position: absolute;
	z-index: 601;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#SB_window {
	position: absolute;
	background: #ffffff;
	z-index: 10002;
	color: #000000;

/* display:none; */
	border: 4px solid #000;
	text-align: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

#SB_window img {
	display: block;
	margin: 15px 0 0 15px;
}

#SB_caption {
	height: 25px;
	padding: 7px 30px 10px 35px;
	float: left;
	color: #666;
}

#SB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#SB_closeAjaxWindow {
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#SB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 20px;
	margin-bottom: 1px;
}

#SB_title {
	background-color: #e8e8e8;
	height: 27px;
	color: #666;
	text-shadow: #FFF 2px 2px 1px;
	border-bottom: 1px solid #CCC;
}

#SB_ajaxContent {
	clear: both;
	padding: 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#SB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#SB_load {
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 10001;
}

div.loader {
	height: 18px;
	width: 18px;
	background-image: url(loading.gif);
}

#SB_HideSelect {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#SB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

/* close button */

#SB_closeWindowButton {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -12px;
	left: -15px;
	background-image: url(box_close.png);
	text-indent: -1000em;
	overflow: hidden;
}

#SB_closeWindowButton:active {
	background-position: 0 -30px;
}

/* @end */