/* --------------------------------------------------------------------------------- */
/* shopping cart style sheet */
a {
    color:#3399ff;
}

#main {
	float:left;
	width:650px;
	margin:0px 0px 0px 11px;
	padding:10px 0px 10px 31px;
}

#main h1 {
	width:485px;
	font-size:2em;
	color:#0ab0f0;
}

.copy p {
	margin:5px 0px 0px 0px;
}

#header {
	padding-top: 1.5em;
	font-weight: bold;
	color: #2461A5;
	font-size: 1em;
}

.copy img {
	float: right;
	}

#cart {
	
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	display: inline;
	clear: all;
}

.row {
    border-bottom:1px solid #000;
	float: left;
}

.item {
	width:80px;
	float:left;
	margin:0px 0px 0px 0px;
    padding:2px 5px 2px 0px;
	font-size: .75em;

}

.wide {
    width:90px;
}

.price {
    width: 90px;
	text-align: right;
	margin-right: 40px;
}

.headerprice {
 	width: 90px;
	text-align: left;
	margin-left: 40px;
}

.part {
    width: 75px;
	text-align: center;
	margin-right: 10px;
}


.buy {
    width:80px;
	text-align: right;

}


.wider {
	width:325px;
}

.bold {
	font-size:12px;
	color:#0ab0f0;
	font-weight:bold;
	padding-top:5px;
}

#cart a {
	font-weight: bold;
	color:#0ab0f0;
}

#cart {
	font-weight: bold;
	color:#2461A5;
}

#sidebar {
	width:153px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 9px;
}
#sidebar a {
	display:block;
	width:130px;
	background:url(../images/more_arrow_small_blue_17px.gif) left top no-repeat;
	border-bottom:1px solid #0ab0f0;
	text-decoration:none;
	font-size:12px;
	color:#0ab0f0;
	padding:3px 0px 4px 17px;
}

#sidebar a:hover {
	background-color:#e4ddeb;
	color:#3399ff;
	font-weight:normal;
}

#subnav {
	width:144px;
	background-color:#dddfef;
	padding:10px 0px 10px 4px;
}
#subnav a {
	width:140;
	display:block;
	border-bottom:1px solid #666666;
	text-decoration:none;
	color:#2461a5;
	font-size:10px;
	padding:2px 0px 2px 17px;
	background:url(../images/more_arrow_small_blue.gif) left no-repeat;
	font-weight:bold;
}
#subnav a:hover {
	background-color:#FFFFFF;
}
a:hover {
	background-color:#e4ddeb;
	color:#3399ff;
}
.goback {
	width:100% -20px;;
	display:block;
	height:17px;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-align:right;
	margin:10px 0px 0px 0px;
	text-decoration:none;
	background:url(../images/more_arrow_small_back.gif) right no-repeat #0ab0f0;
	padding:0px 30px 0px 12px;
}
	