﻿#content .products_body .search_pages
{
    width: 700px;
    margin-bottom: 10px;
}

#content .products_body .search_pages a.active
{
    color: red;
}

#content .products_body .search_pages #searchform
{
    margin-bottom: 10px;
}

#content .products_body .search_pages #searchform input
{
    margin-right: 10px;
}

#content .products_body .drilldown
{
    float: left;
}

#content .products_body .pagination
{
    float: right;
}

#content .products_body ul#products
{
    width: 707px;
}

#content .products_body ul#products li
{
    background: #fff url('../images/productList_bg.gif') no-repeat;
    display: block;
    height: 124px;
    margin: 15px 0px;
    width: 100%;
}

#content .products_body ul#products li img
{
    float: left;
    margin: 20px 0px 0px 20px;
}

#content .products_body ul#products li .productInfo
{
    float: left;
    font-size: .9em;
    margin: 20px 0px 0px 20px;
    width: 320px;
}


#content .products_body ul#products li .productInfo strong
{
    color: #000;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

#content .products_body ul#products li .info
{
    float: right;
    height: 100px;
    margin-top: 15px;
    margin-right: 15px;
    width: 245px;
}

#content .products_body ul#products li .info .extra
{
    display: block;
    font-size: .9em;
    text-align: right;
}

#content .products_body ul#products li .info strong
{
    color: red;
    clear: both;
    display: block;
    float: right;
    font-size: 1em;
    font-weight: normal;
    margin-top: 5px;
}

#content .products_body ul#products li .info strong .price
{
    font-size: 1.3em;
    font-weight: bold;
}

#content .products_body ul#products li a.moreInfo
{
    display: block;
    font-size: .75em;
    margin-top: 10px;
}

/*
#content .products_body  ul#products li .info a {
	background: transparent url('../images/more_info.gif') no-repeat;
	clear: both;
	display: block;
	float: right;
	height: 26px;
	margin-top: 5px;
	text-indent: -9999px;
	width: 114px;
}

#content .products_body  ul#products li .info a:hover {
	background: transparent url('../images/more_info_roll.gif') no-repeat;
}
*/

#content .products_body ul#products li .info .addCartBtn
{
    background: url('../images/btn.gif') no-repeat;
    border: none;
    height: 26px;
    width: 114px;
    clear: both;
    display: block;
    float: right;
    margin: 5px 0px;
}

#content .products_body ul#products li .info .addCartBtn:hover
{
    background: url('../images/btn_roll.gif') no-repeat;
    border: none;
    height: 26px;
    width: 114px;
}

#content .under_graybox ul li ul
{
    font-size: 1em;
    margin: 0px;
    margin: 2px 0px 2px 20px;
}

#content .under_graybox ul li ul a, #content .under_graybox ul li ul a:hover
{
    background: none;
    color: #000;
}

#content .under_graybox ul li ul li ul a
{
    color: #fff;
}

/*

More Info Page --------------------------------------- */

.moreInfo_page
{
    margin-top: 20px;
}

.moreInfo_page img
{
    float: left;
}

.moreInfo_page .info
{
    float: right;
    padding-top: 30px;
    width: 340px;
}

.moreInfo_page .info strong
{
    color: #000;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.moreInfo_page .info .extra
{
    display: block;
    font-size: .9em;
    margin-top: 20px;
}

.moreInfo_page .info .extra strong
{
    color: #000;
    font-size: .9em;
    float: none;
    display: inline;
}


.moreInfo_page .info .options
{
    margin-top: 20px;
}

.moreInfo_page .info .options strong
{
    color: red;
    float: left;
    line-height: 32px;
    font-size: 1.2em;
}

/*

General --------------------------------------- */

.deleteBtn
{
    background: url('../images/delete.gif') no-repeat;
    border: none;
    cursor: pointer;
    height: 17px;
    width: 17px;
}

.deleteBtn:hover
{
    background: url('../images/delete.gif') no-repeat -17px 0px;
    border: none;
    height: 17px;
    width: 17px;
}

.btn
{
    background: url('../images/btn.gif') no-repeat;
    border: none;
    cursor: default;
    height: 26px;
    width: 114px;
}

.btn:hover
{
    background: url('../images/btn_roll.gif') no-repeat;
    border: none;
    height: 26px;
    width: 114px;
}

.detailsAddCartBtn
{
    background: url('../images/btn.gif') no-repeat;
    border: none;
    height: 26px;
    width: 114px;
    clear: both;
    display: block;
    float: left;
    margin-top: 50px;
}

.detailsAddCartBtn:hover
{
    background: url('../images/btn_roll.gif') no-repeat;
    border: none;
    height: 26px;
    width: 114px;
}

.browse_btn:hover
{
    background: url('../images/btn_roll.gif') no-repeat;
    border: none;
    height: 26px;
    width: 220px;
}
a.link_btn
{
    background: url('../images/btn.gif') no-repeat;
    display: block;
    height: 26px;
    font-size: .9em;
    cursor: default;
    margin: 5px 0px;
    padding-top: 4px;
    width: 114px;
    text-align: center;
    text-decoration: none;
}

a.link_btn:hover
{
    color: #000;
    background: url('../images/btn_roll.gif') no-repeat;
}

a.link_btn.small
{
    font-size: .75em;
}
li.created_modified
{
    font-size: .8em;
}

hr
{
    background: none;
    background-color: #929292;
    border: none;
    display: block;
    height: 1px;
    width: 100%;
}

.margin-top10
{
    margin-top: 10px;
}

strong
{
    font-weight: bold;
}

table
{
    width: 500px;
}

.small
{
    font-size: .8em;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

:focus
{
    outline: none;
}

/*

Checkout --------------------------------------- */

table tr.checkoutList
{
    height: 40px;
    font-size: .8em;
}

table tr td.price
{
    text-align: right;
}

td
{
    vertical-align: top;
}

/*

Checkout --------------------------------------- */

.customerDetails li
{
    clear: both;
}

.customerDetails li label
{
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 5px;
}

.customerDetails li input, #customerDetails li select
{
    float: left;
    clear: right;
}

