/* ------------------------------------------------------------ */
/* Item Listing v1 */
/* Structural formatting */
/* ------------------------------------------------------------ */

#Tab-Container-Itemlist{
	margin: 0px 0 0 10px;
	width: 799px;
	min-height: 60px;
}

#Tab-Container-Itemlist .Tabs {
	background-image: url(http://images.esellerpro.com/2235/images/elements/tabs.gif);
	border: 0;
	padding: 0;
	margin: 10px 0 0 0;
}

#Tab-Container-Itemlist .Tabs a {
	padding: 0 8px 10px 5px;
	background-repeat: no-repeat;
}

#Tab-Container-Itemlist .Tabs a.Double {
	padding: 5px 8px 10px 5px;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

.Product-Row {
	position: relative;
	float: left;
	width: 798px;
	padding: 0 0 15px;
	background-image: url(http://images.esellerpro.com/2235/images/elements/itemlist-bg.gif);
}

/* ----- Product Rows ----- */


.Product-Row-Images {
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
}

.Product-Row-Title {
	position: relative;
	float: left;
	padding: 0 0 4px 0;
	width: 100%;
}

.Product-Row-Price {
	position: relative;
	float: left;
	padding: 0 0 4px;
	width: 100%;
}

.Product-Row-Price .Product{text-align: center; height: 40px; line-height: 18px; }

.Product-Row-Buttons{
	display: block;
}

/* ----- Product Elements ----- */

.Product {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 22px;
}
 

.Product .Sentinel{
    width: 150px;
    height: 150px;
}

.Product .Product-Img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
	max-width: 150px;
	max-height: 150px;
}

.Save{
	position: absolute;
	left: 0px;
	height: 39px;
	width: 51px;
	background-image: url(http://images.esellerpro.com/2235/images/objects/save-dot.png);
	text-align: center;
	padding: 12px 0 0 0;
}

/* ----- Product Row Buttons ----- */

.View{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 104px;
	height: 29px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/2235/images/objects/buttons/view-details.gif);
}

.Product-Soldout-Button{
	float: right;
}

.Product-Row-Buttons p{
	position: absolute;
	bottom:0;
	right:0;
	font-size: 0.9em;
	padding: 0;
}

.Product-Row-Buttons p a{
	color: #818181;
	text-decoration: none;
}

.Product-Row-Buttons p a:hover{
	color: #186DA9;
	text-decoration: none;
}

.Product-Row-Buttons .Product-Buy-Button {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 104px;
	height: 29px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/2235/images/objects/buttons/buy-now.gif);
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

/* ----- Product Elements ----- */

.Product a { color: #000000; }
.Product a:hover { color: #000000; }

.Product .Product-Price-Title { color: #d91010; }
.Product .Product-Price { color: #d91010; }

.Product .Product-Price-Title-Sale { color: #666666; }
.Product .Product-Price-Sale { color: #666666; }

.Save { color: #ffffff; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

/* ----- Product Elements ----- */

.Product {
	font-size: 0.75em;
	text-align: center;
}

.Product a { font-size: 1.1em; text-decoration: none; }
.Product a:hover { text-decoration: underline; }

.Save{
    
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

/* ----- Product Prices ----- */

.Product .Product-Price-Title{
	font-weight: bold;
	font-size: 1.25em;
}

.Product .Product-Price{
	font-weight: bold;
	font-size: 1.25em;
}

.Product .Product-Price-Title-Sale {
	font-size: 0.9em;
}

.Product .Product-Price-Sale {
	font-size: 0.9em;
}