/* 
******************************************************************* 
 
Title:			shoppingcart.css 
Browser(s):		Safari, Firefox, IE7 
 
Author:			Andy Davis (adavis@raddsigns.com) 
Version:		v1.0
Last modified:	10.07.2008 
 
******************************************************************* 
*/ 

html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #b7b7b7;
}

body {
	background: url(../images/main-bg.jpg) no-repeat top center #000;
}

a {
	color: #ed1c24;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a.visited {
	color: #ed1c24;
	text-decoration: none;
}

/*  HEADER  */

h1.logo {
	display: block;
	width: 345px;
	height: 50px;
	background: url(../images/showdown-logo.png) no-repeat;
	text-indent: -9999px;
	color: #000;
	float: left;
	margin: 37px 0 0 0;
	padding: 0px;
}

h1.logo a {
	border: none;
	display:block;
}

/*  FOOTER  */

#search-bar {
	width: 940px;
	height: 45px;
	background: url(../images/search-bar-bg.gif) no-repeat;
}

#search-box {
	width: 635px;
	float: left;
}

.search {
	width: 460px;
	height: 24px;
	background-color: #383737;
	border: none;
	margin:10px 0 0 60px;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #707070;	
}

p.btn-search a {
	position: relative;
	top: -28px;
	left: 545px;
	display: block;
	width: 79px;
	height: 28px;
	background: url(../images/btn-search.png) no-repeat;
	font: bold 14px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #707070;	
	text-indent: -9999px;
}

p.btn-search a:hover {
	background-position: -79px 0;
}

/*  SHOPPING CART  */

h3 {
	font-size: 15px;
	color: #EFEFEF;
	margin-bottom: 20px;
}

.instruct {
	font-size: 10px;
	color: #FFF;
}

.warning,
.error {
	color: #ff0000;
}
.success {
	color: green;
	font-weight: bold;
}

table.dealer-datagrid th {
	font-weight: bold;
	padding: 5px;
}

table.dealer-datagrid td {
	padding: 6px;
	text-align: center;
}

#credits {
	padding-top: 10px;
	font-size: 11px;
} 
.red-text {
	color: #ed1c24;
}
/*********** CART INFO *************/

#cart_tab {
	width:290px;
	height:25px;
	color:#FFF;
	font: normal 11px Helvetica, Arial, sans-serif;
	float: left;
	padding: 5px 0 0 25px;
	position: absolute;
	top: 32px;
	left: 645px;
	background: url(../images/shopping-cart-icon.png) no-repeat;
	color: #7a1314;
}

#cart_tab a {
	color: #7a1314;
}

#cart_tab a:hover {
	color: #333;
}

#cart h3 {
	font: bold 20px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #ed1c24;
}
#cart {
	padding: 20px;
}

table#view-cart th {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #999;
    padding: 2px;
    margin: 2px;
    height: 20px;
    text-align: center;
}

/* register page */
div#cart table td {
	padding-bottom: 10px;
}
div#payment,
div#summary {
	font-size: 0.85em;
}
/* myaccount page */
blockquote {
	padding-left: 20px;
}
.ordernum {
	font-weight: bold;
	font-size: 1.1em;
}
/* shipping page */
.shippingoptions .alternate,
.shippingoptions .description {
	background-color: #999;
	color: #000;
}
/* payment page */
.ordersummary .alternate {
	background-color: #ababab;
	color: #000;
}

/* BUTTON TEMPLATE */

.inputSubmit {
    background: transparent url('../images/btn_bg.png') no-repeat;
    color: #FFF;
    font: bold 12px "Lucida Grande", Helvetica, Arial, sans-serif;
    text-decoration: none;
    border: 1px solid #666;
    text-shadow: #333 1px 1px 1px;
}

.inputSubmit:hover {
    color: #FFF;
    border: 1px solid #333;
    outline: none; /* hide dotted outline in Firefox */
    text-shadow: #333 1px -1px -1px;
    background: transparent url('../images/btn_bg.png') no-repeat;
}