@CHARSET "ISO-8859-1";


/***************************************************************
*** Rubio's Cards page styles
***************************************************************/
#rubioscards label{
	float:left;
	width:120px;
}
#rubioscards fieldset{
	width:45%;
	padding:15px;
}
#rubioscards .row{
	margin:4px;
	height:1%;
}

#rubioscards #fancylist{
	color:#663300;
	margin-left:12px;
	font-weight:bold;
	font-size: 11px;
	list-style: disc url('../images/nav/utility_nav_bug.gif');
}
#rubioscards #fancylist li{
	vertical-align: middle;
	margin-bottom:4px;
}
#rubioscards #cart {
	text-align: center;
	font-weight: bold;
}
#rubioscards #cart tr {
	height:30px;
}
#rubioscards #cart th {
	color:#5E2F00;
}
#rubioscards .hr {
	border-bottom:5px solid #E6E5D3;
	padding-bottom:5px;
	margin:10px 0;
}
#rubioscards .row a{
	color:black;
	text-decoration: underline;
}
#rubioscards .row a:hover{
	text-decoration: none;
}

#rubioscards .fieldlabel {
    color: red;	
}

#rubioscards .section div{
    margin-bottom: 4px;
}
