/* main global stuff ---------------------------------------- */

/* this is to force divs to fit their floated contents */
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

h2 {
	display: inline;
	color: #9EB0B3;
	font-size: 19px;
	font-weight: normal;
}


h3 {
	font-size: 13px;
	display: inline;
}


a:link {
	color: #678187;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #99b6bb;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #b9cccf;
	text-decoration: none;
	font-weight: bold;
}

/* get rid of image link borders */
a img {
	border-style: none;
}


body {
	/* gradient background */
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #8b8b8b;
	margin: 0px;
	padding: 0px;
	
	/* font defaults */
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #676767;
	height: 100%; 
}

input {
/*	position: relative;*/
	/*top: -3px;*/
}

label {
	text-align: right;
	display: block;
	float: left;
	width: 100px;
}


#container {
/*	position: relative;
	top: -15px;*/
	margin: auto; /* horizontally center the div */
	width: 924px;
	background-color: #8b8b8b;
	overflow: hidden;
}

#left_gradient {
	float: left;
	background-color: #8b8b8b;
	width: 10px;
	background-image: url(../images/left_gradient_repeat.jpg);
	background-repeat: repeat-y;
}

#right_gradient {
	float: left;
	background-color: #8b8b8b;
	width: 10px;
	background-image: url(../images/right_gradient_repeat.jpg);
	background-repeat: repeat-y;
}

#inner_container {
	width: 904px;
	float: left;
	background-color: #FFFFFF;
}

#main {
	float:left;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#main .prop {
    height:700px;
    float:right;
    width:1px;
}

#header {
	height: 167px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#header img.productphoto {
	margin: 54px 0 0 543px;
}

#header img.logo {
	margin: 14px 0 0 0;
	float: right;
}

#content {
	display: inline; /* fix IE double-margin float bug */
	margin: 1.5em 0px 0px 115px;
	padding: 0px 0px 50px 0px;
	width: 525px;
	float: left;
}

#contentwide {
	display: inline; /* fix IE double-margin float bug */
	margin: 1.5em 0px 0px 115px;
	padding: 0px 0px 50px 0px;
	width: 700px;
	float: left;
}

#rightcol {
	float: right;
	margin: 0px 18px 0px 0px;
	width: 219px;
}

.logoutbox {
	text-align: right;
}
.logoutbox2 {
	margin-right: 37px;
	text-align: right;
}

#footer {
	clear: both;
}

.thankyoutext {
	font-size: 15px;
}

/* end main ---------------------------------------- */


/* login -------------------------------------------- */

#login {
	margin: 150px 0px 0px 40px;
}

#login * {
	float: left;
}

#login input {
	margin: 0px 15px 8px 15px;
	text-align: right;
}

#login .inactive {
	color: #343434;	
}

#login .active {
	color: #56949C;
}

#loginmessage {
	margin: 15px 0px 0px 265px;
	display: inline;
	width: 218px;
	float: left;
	clear: both;
}

.error {
	color: #ec2a1b;
}


/* end login ---------------------------------------- */

/* category ---------------------------------------- */
.category {
	width: 100%;
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.category .bar {
	background-color: #c9dee1;
	width: 100%;
	line-height: 8px;
}

.category:hover .bar {
	background-color: #b9cccf;
	width: 100%;
	line-height: 8px;
}

.category .barselect {
	background-color: #d50f00;
}

.category:hover .barselect {
	background-color: #ec2a1b;
}

.categorytitle {
	float: left;
	margin-top: 3px;
	font-size: 13px;
	font-weight: 900;
	color: #343434;
}

.dropdown {
	margin: 3px 0px 0px 0px;
	float: right;
	width: 19px;
}

.categorycontent {
	width: 100%;
	float: left;
}

.categorydesc {
	margin: 0px 0px 10px 0px;
}

/* end category ---------------------------------------- */



/* product ---------------------------------------- */

.product {
	float: left;
	width: 100%;
	border-top: 1px solid #ec2a1b;
	padding: 7px 0px 7px 0px;
}

.first {
	border-top-style: none;
}

.productname {
	float: left;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	width: 100%;
	text-align: right;
}

.productdesc {
	float: left;
	font-size: 8pt;
	margin: 0px 0px 20px 0px;
	clear: both;
	width: 100%;
	text-align: left;
}


.productbuttons {
	width: 100%;
}

.productbuttons img {
	vertical-align:middle;
}

.productavailable {
	float: left;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
}

.productavailable a:link{
	color: #a5b3b6;
}

.productavailable a:visited{
	color: #a5b3b6;
}

.productavailable a:hover{
	color: #d50f00;
}

.productavailable a.red {
	color: #d50f00;
}

.productavailable img {
	position: relative;
	top: -2px;
	margin: 0 4px 0 0;
}

.galsonavail {
	color: #9D9D9D;
}


.productadd {
	float: right;
}

.productadd input {
	width: 2em;
}

.productdetails {
	float: right;
	clear: both;
	width: 100%;
}

.pricing {
	color: #FFFFFF;
	margin: 12px 0px 12px 0px;
	background-color: #afc1c4;
}

.pricingbody {
	width: 100%;
	background-color: #f3f6f6;
}

.price {
	float: left;
	margin: 0px 40px 0px 0px;
}

.productdetails table {
	clear: both;
	margin: 12px 0px 12px 0px;
	width: 100%;
	border-spacing: 2px;
}

.productdetails th {
	color: #FFFFFF;
	background-color: #9eb0b3;
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
}

.productdetails td {
	color: #555;
	font-size: 11px;
	background-color: #DDE6E6;
	background-color: #F8F8F8;
	padding: 5px;
}

.checkoutinfo {
	width: 97%;
	background-color: white;
	padding: 5px 8px;
}

/* end product ---------------------------------------- */


/* cart ---------------------------------------- */


#cart {
	position: relative;
	right: -4px;
	width: 219px;
	margin: 0px 0px 30px 0px;
	background-image: url(../images/cart_bg.gif);
	background-repeat: repeat-y;
	
	/* these are all for fixed positioning of cart, which I scrapped
		because of IE being dumb
	position: absolute;
	top: 200px;
	left: -300px;
	width: 219px;
	padding: 0px 15px 0px 0px;
	background-image: url(../images/cart_bg.gif);
	background-repeat: repeat-y;*/
}

#cart_items {
	padding: 10px 0px 0px 0px;
}

#cart_items p {
	text-align: center;
	font-style: italic;
	font-size: 8pt;
	margin-bottom: 15px;
}

#cart .item {
	width: 185px;
	background-color: #F8F8F8;
	margin: auto;
	margin-bottom: 5px;
	padding: 3px;
	font-weight: bold;
	color: #769CA5;
/*	background-color: #DDE6E6;*/
}

#cart .itemname {
	float: left;
	width: 85%;
}

#cart .itemname img {
	margin: 5px;
	float: left;
}

#cart .quantity {
	float: right;
	text-align: right;
}

.cartremove {
	width: 20px;
}

.cartname {
	width: 100%;
}

.cartserial {
	width: 85%;
	font-weight: normal;
}

.cartdetail {
	float: left;
	width: 100%;
	display: none;
}

.cartqty {
	margin-top: 10px;
	float: right;
}

.cartqty .remove {
	margin-right: 22px;
}

.cartqty input {
	width: 20px;
}

.cartbottom {
	position: relative;
	top: 5px;
}

#cart .checkout {
	float: right;
	margin-top: 15px;
	margin-right: 13px;
	margin-bottom: 7px;
}

/* end cart ---------------------------------------- */

/* shipping box ----------------------------*/

#shippingbox {
	margin: 0px 0px 0px 0px;
	position: relative;
	right: -4px;
	width: 219px;
	background-image: url(../images/cart_bg.gif);
	background-repeat: repeat-y;
}

#shippingbox div {
	height: 38px;
	width: 204px;
	font-size: 11pt;
	color: #FFFFFF;
	margin: 0px 0px 0px 4px;
	padding: 7px 0px 0px 5px;
	background-image: url(../images/box_gradient.jpg);
	background-repeat: repeat-x;
}

#shippingbox p {
	margin: 10px 10px 10px 13px;
}

/* end shipping box ------------------------*/

/* checkout ---------------------------------*/

table.checkout {
	clear: both;
	margin: 0px 0px 12px 0px;
	width: 100%;
	border-spacing: 2px;
}

table.checkout th {
	color: #FFFFFF;
	background-color: #9eb0b3;
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
}

table.checkout td {
	color: #555;
	background-color: #DDE6E6;
	background-color: #F8F8F8;
	padding: 5px;
}

.bigger {
	font-size: 13px;
}



.checkoutboxes {
	margin: 10px 0px 0px 55px;
}

.checkoutbox {
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 219px;
	background-image: url(../images/cart_bg.gif);
	background-repeat: repeat-y;
}

.checkoutbox2 {
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 219px;
}

.checkoutbox div {
	height: 38px;
	width: 209px;
	font-size: 11pt;
	color: #FFFFFF;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	background-image: url(../images/box_gradient.jpg);
	background-repeat: repeat-x;
}

.checkoutbox div p {
	padding: 7px 0px 0px 0px;
}

.checkoutbox p {
	margin: 0px 10px 10px 10px;
}

.checkoutdates {
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

.checkoutdates6 {
	clear: both;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

.checkoutdates2 {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	width: 90%;
}

.checkoutduration {
	float: left;
	margin: 0px 30px 0px 0px;
}

.checkoutdates table .totals {
	width: 90%;
}

.checkoutdates th,td {
	text-align: left;
	font-size: 10pt;
	padding-right: 10px;
}

.total {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	color: #99b6bb;
}

.checkoutname {
	font-weight: bold;
}

.floatright {
	margin: 20px 0px 0px 10px;
	float: right;
}

.accountbg {
	background-color: #F8F8F8;
}

.accountrow {
	width: 100%;
}

.accountrow input {
	width: 200px;
}

.accountrow p {
	margin: 0;
	padding: 0;
	line-height: 5px;
}

.accountcol {
	width: 44%;
	float: left;
	margin: 0 10px 0 0px;
}
.accountcol2 {
	width: 46%;
	float: left;
}
.accountpad {
	padding: 15px;
}

.accounttitle {
	width: 50%;
	margin: 0;
}
.accountright {
	margin: 0;
}


#loginrightcol {
	margin: 123px 0 0 0;
}

textarea.comments {
	width: 100%;
}

#galsonAddressBox {
	margin: 15px 0 0 38px;
}

/* end checkout ---------------------------------*/

/* quick links ---------------------------------*/

a.quicklinks { font: normal 9px Verdana, Arial, Helvetica, sans-serif; color: #413054; text-decoration: none; font-weight: normal; margin: 0px; cursor: hand; }

/* end quick links ---------------------------------*/


/* Your Account */
#div_acctInfo{
	display: none;
}
#div_orderHist{
	display: none;
}
.rental_section{
	display: none;
}
.account_history{
	padding: 10px 0 0 15px;
	margin: 0 0 5px 0;
/*	background-color: #F8F8F8;*/
}
table.normal {
	clear: both;
	margin: 0px 0px 12px 0px;
	width: 100%;
	border-spacing: 2px;
	font-size: 11px;
}
table.normal tr{
	color: #555;
	background-color: #E7E7E7;
}
table.normal td.order{	
	/*color: #555;
	background-color: #E7E7E7;*/
	padding: 5px;
	/*text-transform: uppercase;*/
	font-size: 11px;	
	/*font-weight: bold;*/
}
th {
	color: #FFFFFF;
	background-color: #9eb0b3;
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
}
/*
td {
	color: #555;
	background-color: #F8F8F8;
	padding: 5px;
}*/
table.order_item{	
	width: 100%;
	font-size: 11px;
	background-color: white;

	border: 1px solid #E7E7E7;
}
table.order_item td{	
	color: #555;
	background-color: #F8F8F8;
	padding: 5px;
	border: 1px solid white;
}

table.order_item th{	
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #676767;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
	border-bottom: 1px solid #E7E7E7;
}
div.title{	
	margin: 0 2px 10px 2px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #EC2A1B;
}
.cent_col{
	text-align: center !important;
}
.right_col{
	text-align: right !important;
}
.acct_content_sect{
	margin: 10px 0 0 0;
}

.inventory_text{
color:#52666b;	
}

#inv3m{
	padding: 0 15px; 0 0;	
}

.productdesc{
    white-space: pre-wrap;
}
