/* ------------------------------------------------------------ */
/* Item Listing v1 */
/* Structural formatting */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

.Product{
    padding-bottom:8px;
}

.Product-Row {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #dbdbdb;
}

.Product-Row:first-child {
	border: 0;
}

/* ----- Product Rows ----- */


.Product-Row-Images {
	position: relative;
	float: left;
	width: 100%;
}

.Product-Row-Images .Product {
	text-align:center;
	min-height:201px;
	padding:15px 0 0 0;
}

.Product-Row-Title {
	position: relative;
	float: left;
	padding: 0 0 0 0;
	width: 100%;
}

.Product-Row-Title .Product{
    min-height:62px;
}

.Product-Row-Price {
	position: relative;
	float: left;
	padding: 0 0 0 0;
	width: 100%;
}

.Product-Row-Buttons{
	position: relative;
    float: left;
    padding: 0 0 0 0;
    overflow: hidden;
    width: 100%;
}

.Product-Row-Buttons .Product{
    padding:12px;
}

.Product-Row-Buttons .info-button {
	float: left;
	margin: 0 5px 0 0;
}

/* ----- Product Elements ----- */

.Product {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 12px 0 12px;
	border-right:1px solid #DBDBDB;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}

.Product .Product-Icon{
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 1px;
}

.Product .Product-Img {
	border: 1px solid #ffffff;
	max-width: 150px;
	max-height: 180px;
	z-index: 1;
}
.Product .Product-Img:hover { border: 1px solid #d7d7d7; }

.Product .Product-Text-Link {
	display: block;
	padding: 10px 0 0;
}

.Product-Buy-Button{
	float: left;
	height: 23px;
	width: 60px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/2466/images/objects/buttons/buy-now.gif);
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

/* ----- Product Elements ----- */

.Product a { color: #333333; }
.Product a:hover { color: #333333; }

.Product .Product-Price-Title { color: #d17c23; }
.Product .Product-Price { color: #d17c23; }

.Product .Product-Price-Title-Sale { color: #d17c23; }
.Product .Product-Price-Sale { color: #d17c23; }

.Product .ST{ color: #333333; }
.Product .LT{ color: #0f79c2; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

/* ----- Product Elements ----- */

.Product {
	font-size: 0.81em;
	text-align: left;
}

.Product a { text-decoration: none; }
.Product a:hover { text-decoration: underline; }

/* ----- Product Prices ----- */

.Product .Product-Price-Title,.Product .Product-Price-Title-Sale {
	font-weight: bold;
	font-size: 1em;
}

.Product .Product-Price,.Product .Product-Price-Sale {
	font-weight: bold;
	font-size: 1em;
}

.Product .ST{
	font-size: 0.9em;
	font-weight: normal;
}

.Product .LT{
	font-size: 1.0em;
	text-decoration: line-through;
	font-weight: normal;
}

.Display-Options {
    clear: both;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.Display-Options ul {
    height: 23px;
    line-height: 23px;
    display: block;
    overflow: hidden;

    background-image: url(http://images.esellerpro.com/2466/images/block-backgrounds/display-options-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.Display-Options select{
	margin: 0 4px 0 2px;
}

.Display-Options ul li {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    color: #444;
    font-size: 0.68em;
}
.Display-Options a {
    color: #004a97;
    text-decoration: none;
}
.Display-Options a:hover { text-decoration: underline; }
.Paging li {
    width: 205px;
}
.Paging li.total { text-indent: 8px; }
.Paging li.page { text-align: center; }
.Paging li.show {
    text-align: right;
    width: 195px;
    padding: 0 8px 0 0;
}

.Display-Options .Sorting li {
    text-align: center;
    display: block;
    float: none;
}
.Sorting li a {
    padding: 0 4px 0 4px;
}
.Sorting li a.no-border: { border: 0 none; }

.Sort-Filter { display: none; }
