/* CSS Document */

#results {
	display:block; 
	position:relative; 
	margin-left:-5px;
}

#results .bar01 {
	display:block; 
	height:29px; 
	background-color: #cccccc; 
	margin:2px 0px; 
	font-size:12px; 
	color:#484848;
}

#results .bar01 .inner {
	background-color: #cccccc; 
	display:block; 
	height:29px;
}

#results .bar01 .inner .left {
	font-weight:bold; 
	padding-left:12px; 
	padding-top:7px; 
	float:left;
}

#results .bar01 .inner .right {
	float:right; 
	padding-right:12px; 
	padding-top:5px;
}

#results .bar01 .inner .right select {
	vertical-align:middle; 
	font-size:12px; 
	width:45px;
}

#results .bar02 {
	display:block; 
	height:29px; 
	background-color: #e5e5e5; 
	margin:2px 0px; 
	font-size:12px; 
	color:#484848;
}

#results .bar02 .inner {
	background:url(img/bar02_right.gif) top right no-repeat; 
	display:block; 
	height:29px;
}

#results .bar02 .inner .left {
	float:left; 
	padding-left:12px; 
	padding-top:7px;
}

#results .bar02 .inner .right a {
	color:#903e53;
	text-decoration:none;
	font-weight:bold;
}

#results .bar02 .inner .left a:hover {
	text-decoration:underline;
}

#results .bar02 .inner .right {
	float:right; 
	padding-right:10px; 
	padding-top:4px;
}

#results .bar02 .inner .right select {
	vertical-align:middle; 
	font-size:12px; 
	width:96px;
}

#results .bar02 .inner .right img {
	vertical-align:middle;
}

#results .bar02 span {
	padding-left: 10px;
}


/********** result_table styles ***********/

#result_table {
	display:block; 
	padding:20px 0px;
	overflow:hidden;
}


#result_table .product {
	display:block; 
	width:130px; 
	float:left; 
	font-size:12px; 
	color:#2d2d2d; 
	line-height:18px;
	margin-right:32px;
}

#result_table .break {
	margin-right:0px;
}

#result_table .product a {
	color:white;
}

#result_table .product{
	height:250px;
}

#result_table .product a:hover {
	text-decoration:none;
}

#result_table .product .price {
	font-weight:bold; 
	font-size:14px; 
	color:white; 
	padding:10px 0px 10px;
}

#result_table .product .img {
	display: block;
	height: 154px;
	width: 130px;
}

/* MAIN */

.leftcol{
	float:left;
	width:200px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}
.rightcol{
	float:right;
	width:523px;
	padding-bottom:30px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	padding-right:10px;
	padding-top:10px;
}
.rightcol a, .leftcol a{
	color:white;
}
.rightcol img{
	border:0px;
}
.rightcol h1 a{
	text-decoration:none;
}
.rightcol h1{
	margin-top:0px;
}
.rightcol li{
	padding-top:5px;
}
.spacer{
	clear:both;
}
.grand_total{
	font-size:18px;
}
