/*

CSS FOR THE PRODUCTS SECTION, SHOULD BE MERGED WITH MAIN STYLESHEET

*/

#products #paginating {
    clear: both;
    text-align: center;
    padding-top: 50px;
}



/* SORTING */

#products #sorting {
    padding-bottom: 50px;
}

#products #sorting h3 {
    float: left;
    width: 110px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

#products #sorting ul {
    float: left;
}

#products #sorting ul li {
    display: inline;
}

#products #sorting ul li a {
    color: #6dab1b;
}



/*
    List with images in 2 columns
*/

#products #content {
    color: #999999;
	padding-top: 78px;
}

#products #content ul.columns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#products #content ul.columns ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

#products #content ul.columns li {
    position: relative;
    float: left;
    width: 280px;
    height: 100px;
    margin: 0 0 40px 0;
}

#products #content ul.columns ul li {
    margin: 0;
    position: relative;
    margin-left: 150px;
    height: auto;
    font-size: 11px;
    border: none;
}

#products #content ul.columns ul li.img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #cee8ed;
    width: 128px;
    height: 98px;
}

#products #content ul.columns ul li.link {
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

#products #content ul.columns ul li h2 {
    background: none;
    color: #999999;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 19px;
    width: 110px;
}

#products #content {
}


/*
    List without images, in rows
*/

#products #content h1 {
    margin-bottom: 50px;
}


/* Basic list style */
#products #content ul.rows, #products #content ul.rows ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 575px;
}

#products #content ul.rows ul {
    position: relative;
    float: left;
    border-bottom: 1px dotted #666;
}

#products #content ul.rows ul:hover {
    -background: #eee;
}
#products #content ul.rows li.producer ul:hover {
    background: #eee;
}

/* List header */
#products #content ul.rows li ul#row-header {
    background: #e6f3f6;
    font-weight: bold;
}
#products #content ul.rows li ul#row-header:hover {
    background: #e6f3f6;
}

/* List items */

#products #content ul.rows ul li {
    float: left;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 12px;
    height: auto;
    line-height: 22px;
}

#products #content ul.rows ul li a {
    color: #666;
    text-decoration: none;
}
#products #content ul.rows ul li a:hover {
    text-decoration: underline;
}

#products #content ul.rows ul li h2 {
    font-size: 12px;
    font-weight: normal;
    background: none;
    color: #666;
}

/* Columns */
#products #content ul.rows ul li.product {
    width: 310px;
    z-index: 11;
}

#products #content ul.rows ul li.producer {
    position: relative;
    width: 130px;
    z-index: 10;
}

#products #content ul.rows ul li.accepted {
    width: 105px;
    position: absolute;
    top: 0;
    left: 440px;
}

/* Descripton field */
#products #content ul.rows ul li.description {
    display: none;
    line-height: 18px;
    width: 450px;
    z-index: 100;
    margin-bottom: 5px;
    padding-right: 125px;
}

/* More link */

#products #content ul.rows ul li.more {
    position: absolute;
    top: 1px;
    width: 575px;
    height: 21px;
    z-index: 5;
}

/* LEAFY/LANGRIDGE IMAGE REPLACEMENT */
#products #content ul.rows ul li.more a {
	display: block;
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 544px 0;
    height: 0px !important;
    height /**/:21px;
}

#products #content ul.rows ul li.more a:hover {
    background-image: url(/media/css/images/open.png);
}

.addhover {
    background-image: url(/media/css/images/open.png);
}


/* STYLES FOR PRODUCER LISTING */

#products #content #producer-list ul li.producer {
    z-index: 0;
}

#products #content ul.rows ul li.info {
    position: relative;
    width: 280px;
    border-bottom: 1px solid #fff;
}
#products #content ul.rows ul li.link {
    width: 110px;
    position: relative;
    z-index: 10;
}






/* STYLES FOR SEARCH LISTING */


/* Basic list style */
#search #aside ul.rows, #search #aside ul.rows ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 270px;
}

#search #aside ul.rows ul {
    position: relative;
    float: left;
    border-bottom: 1px dotted #666;
}

#search #aside ul.rows ul:hover {
    background: #eee;
}

/* List header */
#search #aside ul.rows li ul#row-header {
    background: #e6f3f6;
    font-weight: bold;
}
#search #aside ul.rows li ul#row-header:hover {
    background: #e6f3f6;
}

/* List items */

#search #aside ul.rows ul li {
    float: left;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 12px;
    height: auto;
    line-height: 22px;
}

#search #aside ul.rows ul li a {
    color: #666;
    text-decoration: none;
}
#search #aside ul.rows ul li a:hover {
    text-decoration: underline;
}

#search #aside ul.rows ul li h2 {
    font-size: 12px;
    font-weight: normal;
    background: none;
    color: #666;
}

/* Columns */
#search #aside ul.rows ul li.product {
    width: 260px;
    z-index: 11;
}

#search #aside ul.rows ul li.producer {
    display: none !important;
}

#search #aside ul.rows ul li.accepted {
    display: none !important;
}




/* Descripton field */
#search #aside ul.rows ul li.description {
    display: none;
    line-height: 18px;
    width: 255px;
    z-index: 100;
    margin-bottom: 5px;
    padding: 0 5px 0 10px;
}

/* More link */

#search #aside ul.rows ul li.more {
    position: absolute;
    top: 1px;
    width: 260px;
    height: 21px;
    z-index: 5;
}

/* LEAFY/LANGRIDGE IMAGE REPLACEMENT */
#search #aside ul.rows ul li.more a {
	display: block;
    padding: 21px 0 0 0;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 239px 0;
    height: 0px !important;
    height /**/:21px;
}

#search #aside ul.rows ul li.more a:hover {
    background-image: url(/media/css/images/open.png);
}

.addhover {
    background-image: url(/media/css/images/open.png);
}
