/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cat-Lock Shopping Cart Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
body, td, th, p { font: normal 1em Arial, Helvetica, sans-serif; }*/

a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	color: #696969;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cat-Lock 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cat-Lock Shoppping cart pages.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

/*input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}*/
.addtoCart{
width:112px;
height:48px;
border:none;
float:right;
/*padding-top:10px;*/
	margin:0px 10px 10px 0px;
cursor: hand;
cursor: pointer;
background: url(../../../../_img/baddcart.png) no-repeat right;
}
.orderNow{
	background-image:url(../../../../_img/order_now.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:115px;
	height:50px;
	border:none;
	float:right;
	/*padding-top:10px;*/
	margin:0px 10px 10px 0px;
cursor: hand;cursor: pointer;
}
#orderFormNext{
	background-image:url(../../../../_img/bcont.png);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	float:right;
	padding-top:10px;
	margin-right:10px;
cursor: hand;cursor: pointer;
}
.signin{
	background-image:url(../../../../_img/bsignin.png);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	float:right;
	padding-top:10px;
	margin-right:10px;
cursor: hand;cursor: pointer;
}
.signin{
	background-image:url(../../../../_img/bsignin.png);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	float:right;
	padding-top:10px;
	margin-right:10px;
cursor: hand;cursor: pointer;
}

#forgot{
	background-image:url(../../../../_img/bsendpw.png);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	float:right;
	padding-top:10px;
	margin-right:10px;
cursor: hand;cursor: pointer;
}
.placeBtn{
	background-image:url(../../../../_img/bplace.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	float:right;
	padding-top:10px;
	margin-right:10px;
cursor: hand;cursor: pointer;
}
.shipBtn{
	background-image:url(../../../../_img/bship.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	float:right;
	padding-top:10px;
	margin-right:10px;
cursor: hand;cursor: pointer;
}

.checkOut{
	background-image:url(../../../../_img/checkOutBtn.png);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	padding-top:10px;
	margin-right:10px;
	cursor: hand;cursor: pointer;
}

.applyCode{
	background-image:url(../../../../_img/bapply.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	cursor: hand;cursor: pointer;
	vertical-align:middle;
	padding-top:10px;
	margin:0 0 0 10px;
}

/*.floatBtn1{
float:right;
position:relative; 
top:-170px;
}
*/
.floatBtn2{
float:right;
position:relative; 
top:10px;
}

.floatBtn3{
float:right;
position:relative; 
top:30px;
left: -10px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData, table.tabularData th {
/*	border: 1px solid #696969;
*/	border-collapse: collapse;
}
table.tabularData, table.tabularData th{
padding: 3px;
font-style:normal;

}
table.tabularData th{
padding: 3px;
font-style:normal;
font-weight: normal;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
/*	background: #979797;
	color: #FFFFFF;
*/}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
/*	background-color: #E6E6E6;
*/}
.altRowOdd{
/*	background-color: #D6D6D6;
*/}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

/*Style for table select make, model and year */
table td {
	/*height:28px;*/
	padding:4px;
	
}

table select{
	width:180px;
	height:20px; 
}

.modelYearMake {
	width:180px;
	height:20px;
	margin: 0 0 5px 4px;
}

input {
	height:15px;
}


img {
	border:none;
}

.details {
	float:left;
	width:310px;
}

.selectModel{
	width:200px;
	height:280px;
	float:left;	
	background-color:#f7f7f7;
	padding:8px;
	border:#999 1px solid;
	margin: 0 0 0 10px;
}


submBtn {
	text-align:right; cursor: hand;cursor: pointer;

}

.dotted {
	background-image:url(../../../../_img/dot.png);
	background-repeat:repeat-x;
}

.updateBtn{
	background-image:url(../../../../_img/updateBtn.png);
	background-position:right;
	background-repeat:no-repeat;
	width:112px;
	height:48px;
	border:none;
	float:right;
	padding-top:10px;
	margin-right:10px;
cursor: hand;cursor: pointer;
}
