/*@ Products
============ */

.products {
    margin: 0 auto;
    margin-top: -1em;
	position: relative;
}

#products_nav {
    border-top: 2px dotted #600;
	border-bottom: 2px dotted #600;
	color: #fff;
	background: #11395e;
	margin: 0 -6px;

	margin-bottom: 1em;
	margin-top: -0.5em;
}

#products_nav a {
	color: yellow;
}

#products_nav .innertube {
	padding:  1px 5px;
    padding-bottom: 0.25em;

}

#products_nav h2 {
    margin-top: 0.25em;
}

#products_nav ul, #products_nav li {
    margin: 0; padding: 0;
    list-style-type: disc!important;
}

#products_nav ul {
    margin: 3px;
}

#products_nav li {
    display: inline; /* IE6 */
}

#products_nav ul ul {
    margin: 0;
    padding-left: 2em;
    text-align: right;
}

#products_nav li a {
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted #aaa;
    padding: 0 0.25em;
}

#products_nav li a:hover {
    color: #11395e;
    background: #fff;
}


#products_nav .paypal_info img {
	width: 165px;
	height: auto;
	display: block;
	margin: 0 auto;
}


#products_nav h3, #products_nav h4 {
	color: #fff;
}


#products_nav .viewcart {
    text-align: center;
	margin-top: 1em;
}


.viewcart.floating {
	position: fixed;
	bottom: 1em;
	right: 33%;
	z-index: 99;
}

.products h3{
    text-align: center;
	font-size:  21px;
    color: #c02425;
	border-top: 1px dotted #11395e;
	border-bottom: 1px dotted #11395e;
	padding: 2px 10px;
	background: #eaeaea;
    margin-bottom: 0;
    margin-top: 3em;
    clear: both;
}

.products h4 {
    font-size: 16px;
	margin: 0.5em 0;
}

.prod_info h4 {
	margin: 0;
}


.product {
	margin: 1em 0;
	padding-top: 5px;
    border-top: 1px dotted #aaa;
	width: 100%;
}

.prodgroup_desc {
	background: #eaeaea;
	border-bottom: 1px dotted #11395e;
	margin-top: 0;
	padding: 0 1em;
	padding-top: 0.5em;
	width: auto;
}


.product .prod_nbr {
	float: right;
}

.products .product_info, .product .prod_info {
    margin-bottom: 1em;
}

td.product_info p, .prod_info p {
    margin-top: 6px;
}

.products td img, .prod_image img {
 border: 1px solid #999;
 margin-top: 2px;
 margin-right: 10px;
 width: 100px;
 height: auto;
}

.products .buy_button {
	float: right;
    vertical-align: middle;
    text-align: right;
	position: relative;
	width: 100%;
}

.buy_button option {
	text-align: right;
}


.buy_button label {
	margin-right: 5px;
}

.buy_button .options {
	margin-bottom: 3px;
}

.buy_button input.image {
	border: 1px solid #fff;
}

.buy_button input.image:hover,
 .buy_button input.image:focus{
	border-bottom: 2px solid #c02425;
	border-top: none;
}

.products .product_info img {
    border: none;
}



.products .price, .product .price {
	position: absolute;
	right: 101px;
	bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	
	text-align: right;
	font-weight: bold;
	color: #053d71;
	font-size: 14px;
}

* html .product .price {
	margin-right: 20px;
}

.price .dolsign {
 font-weight: normal;
 font-size: 12px;
 position: relative;
 top: -.5em;
}

.price .dol {
	font-size: 19px;
}

.price .cents {
    font-weight: normal;
    font-size: 11px;
    position: relative;
    top: -.6em;
    left: .1em;
    border-bottom: 1px dotted #aaa;
    padding-bottom: -1px;
}

.price .ftext {
    font-size: 13px;
    color: #444;
}

.price .msrp {
    color: #444;
}

.products td {
 vertical-align: top;
}


.product_nbr {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.subtitle {
	font-size: 13px;
}


.product .prod_image {
    float: left;
}

.prod_image a:hover img {
	border: 1px solid #c02425;
}

.product .prod_info {
    float: right;
	width: 450px;
}

.prod_info.no_img {
	width: 525px;
}

.product {
    clear: both;
}



.shopping_info {
 font-size: 10px;
}

.shopping_info h4 {
    margin: 0.25em 0;
}

.shopping_info table {
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
}

.shopping_info table h5 {
    margin: 0;
}