div#side_col {
	position: relative;
	width: 170px;
	text-align: center;
}

#content {
	width: 750px;
	padding-top: 15px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#bgright {
	width: 190px;
}

#bgright div a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bgright d img{
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#bgright d img a{
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#footer {
	margin-left: 190px;
}

#dlg_mini_cart {
	margin-top: 50px;
	margin-bottom: 10px;
	/*	position: fixed;*/
	width: 188px;
	margin-right: 0;
	margin-left: 0;
	position: relative;
}

#side_col_fixed #dlg_mini_cart{
	display: block;
	margin-top: 20px;
}

#side_col_fixed {
	/*	position: fixed;*/
	position: relative;
	width: inherit;
	width: 188px;
	padding-bottom: 50px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	z-index: 1;
}

#store_features {
	height: 120px;
	margin-bottom: -20px;
}

#side_col_fixed img{
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#side_col_fixed a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 5px;
}

#side_col_fixed p{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 10px;
	width: 170px;
}


#dlg_mini_cart h4 {
	background: url('images/cart.png') no-repeat;
	width: 78%;
}

#tbl_cart_items {
	width: 100%;
	font-size: 9pt;
}

#tbl_cart_items tbody {
	background-color: #E6BF78;
}

#tbl_cart_items td {
	padding: 0 2px;
	text-align: right;
	font-size: 10px;
}

#tbl_cart_items th {
	padding: 0 2px;
	text-align: center;
}

#tbl_cart_items input[type="text"] {
	border: 1px solid #7D6D4F;
	text-align: center;
}

#tbl_cart_items tbody tr:nth-child(odd) > * {background-color: #C3A166;}
#tbl_cart_items tbody tr:hover > * {color: blue; cursor: pointer;}
#tbl_cart_items tbody tr.selected > * {background-color: #252525; color: yellow;}

#tbl_cart_items th.btn_remove,
#tbl_cart_items th.btn_remove_all {
	width: 25px;
	background-image: url(images/delete_gray_sm.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#tbl_cart_items th.btn_remove:hover,
#tbl_cart_items th.btn_remove_all:hover {
	cursor: pointer;
	background-image: url(images/delete_red_sm.png);
}

#tbl_cart_items tr.remove td,
#tbl_cart_items tr.remove th {
	background-color: #FF9F9F;
}
