/*Catalog Search */
div.catalogSearch form.catalog {
	background:#f7f8f8;
	padding:0.25em 1em 1em 1em;
	-moz-border-radius:15px;
	border-radius: 15px;
	-webkit-border-radius:15px;
}

div.catalogSearch form.catalog dl {
	width:85%;
	float:none;
	clear:left;
}

form.catalog dt {
	float:none;
	margin:0.1em;
	padding:0;
	width:100%;
}

form.catalog dt label {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
}

form.catalog dd {
	float:none;
	margin:0;
	padding:0.15em 0;
	width:100%;
}
/*Catalog Search*/

/*Search Result Page*/
span.query, a.resetFilter {
	display:block;
	margin-bottom:1em;
}

span.query span.keyWord {
	font-style:italic;
}

a.reset {
    background: url("/.style/standard/xhtml/catalog/resetFilter.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    padding-left: 1.9em;
}
/*Search Result Page*/

/*Catalog Unit List*/
div.catalogUnitList {
	max-width:none;
}

div.catalogUnitList div.catalogUnit {
	width: 100%;
	margin:0;
	margin-bottom: 50px; 
    position:relative;
	vertical-align:top;
}

div.catalogUnitList.short div.catalogUnit {
	width: 50%;
}

div.catalogUnitList.short div.catalogUnit div.attributes,
div.catalogUnitList.short div.catalogUnit div.modifications,
div.catalogUnitList.short div.catalogUnit p.paragraph.links,
div.catalogUnitList.short div.catalogUnit span.description {
	display: none;
}

div.catalogUnitList.short div.catalogUnit div.images {
	float: none;
}

div.catalogUnitList div.catalogUnit h2.heading {
	position:relative;
	margin-top: 0;
}

div.catalogUnitList div.catalogUnit h2.heading span.matchString { 
	background-color: yellow;
}

div.catalogUnit span.imageTitle {
	display: none;
}

div.catalogViewSwitcher
{
	float: left;
	margin-bottom: 27px;
	width: 100%;
	clear: both;
}

div.catalogViewSwitcher span.short,
div.catalogViewSwitcher span.full
{
	display: block;
	float: left;
	margin-right: 25px;
	overflow: visible;
	color: #b50000;
	border-bottom: 1px dotted #b50000;
	cursor: pointer;
}

div.catalogViewSwitcher span.active
{
	color: #161616;
	border: 0;
	cursor: default;
}

/*Catalog Unit List*/

/*Catalog Unit*/
div.catalogUnit div.images {
	float:left;
	margin-right:1em;
	margin-bottom: 1em;
}

div.catalogUnit div.images div.previews {
	margin-left: -5px;
}

div.catalogUnit div.images.modal div.previews a.imageLink:first-child
{
	display: none;
}

div.catalogUnit div.images div.previews a.imageLink {
	margin: 0 5px;
	display: inline-block;
	line-height: 0;
}

div.catalogUnit div.images div.previews a.imageLink img {
	margin: 0;
}

div.catalogUnit div.images div.previews a.imageLink.active {
	outline: 2px solid red;
	cursor: default;
}

div.catalogUnit div.marketItem {
	width: 100%;
	clear: both;
    margin-bottom: 20px;	
}

div.catalogUnit div.image ul.images, 
div.marketItem ul.prices
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	background: 0;
}

div.catalogUnit div.image ul.images li:before,
div.marketItem ul.prices li:before
{
	content: "";
}

div.catalogUnit div.image ul.images li.item,
div.marketItem ul.prices li.item
{
	margin: 0;
	padding: 0;
	background: 0;
	text-indent: 0;
}

span.orderedQuantity.number {
	font-weight: bold;
}

div.catalogUnit span.price {
	display: inline-block;
	font-weight:bold;
	font-size: 1.5em;	
}

div.catalogUnit div.marketItem div.prices
{
	margin-right: 1em;
}

div.catalogUnit div.marketItem form.order
{
    margin: 0;
    padding: 0;	
	margin-top: 20px;
	text-align: left;
	width: auto;
	display: block;
}

div.catalogUnit div.marketItem form.order span.text
{
	position: relative;
	top: -13px;
}

div.catalogUnit div.marketItem form.order div.field
{
    margin-bottom: 0;
    margin-top: 0;
	margin-right: 0;
    vertical-align: top;
	width: auto;
}

div.catalogUnit div.marketItem form.order div.action
{
	margin-left: 0.5em;
}

div.catalogUnit div.marketItem div.prices
{
	display: inline-block;	
	vertical-align: top;
}

div.catalogUnit div.marketItem div.prices ul li
{
	background: 0;
	padding: 0;
	margin-bottom: 10px;
}

div.catalogUnit div.marketItem div.prices ul li.last
{
	margin-bottom: 0px;
}

div.addItemResult.error
{
	color: red;
}
/*Catalog Unit*/

/* Common catalog */

div.catalog > span.description {
    display: block;
    margin: 20px 0 20px;
}

body.noFancyArrows a#fancybox-right,
body.noFancyArrows a#fancybox-left
{
	display: none !important;
}