@charset "UTF-8";

#col1_store { float:left; width:250px; margin-left: 0px; margin-top: 15px;
}
#col3_sitebar_left_store { width:auto; margin:0px 0px 35px 340px; min-height:400px;
}

#store_nav{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;

    margin-bottom:20px;

    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;

    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
}

#product_add {
    padding-top:5px;
}

/* styles for shopping cart page */
table#shopping_cart{
	width:100%;
	border-collapse:collapse;
	color:#616161;
}
h1,caption{
	text-align:left;
	font-size:x-large;
	margin-bottom:15px;
	color:Black;
}
th,td{
	text-align:left;
	padding:3px;
}
thead th{
	color:White;
	background-color:#616161;
}
tfoot th{
	height:40px;
}
table#shopping_cart th.right, td.right{
	text-align:right;
}
a.cart{
	color:DarkOrange;
}
/*