#menu_container li
{
    list-style:none;
}

#product_category img
{
    border:solid 1px #68191F;
	padding:5px;
	background:#FFDFE2;
}

#product_category img:hover
{
    border:solid 1px #2A5183;
	padding:5px;
	background:#A8CDF8;
}

#product_category a
{
    text-decoration:none;
}

#product_category a:hover
{
    text-decoration:none;
}

#product_category li
{
    float:left;
    text-align:center;
    list-style:none;
    margin-left:-20px;
    padding:10px;
    width:205px;
    min-height:350px;
	/*border-bottom:solid 1px #C7CBCE;*/
}

#cart_info
{

}

#cart_info li
{
    list-style:none;
    margin-left:20px;
}

.statusupdate
{
    color:red;
}

#product_category .category
{
    float:none;
    text-align:left;
}

#category_description
{
    padding-bottom:10px;
}

#shop_nav
{
    padding-bottom:10px;
}

/* Make sure you add "<div id="product_nav">{% block navbar %}{% endblock %}</div>" above {% block content %} */
#product_nav { padding-bottom:15px; }
#product_nav li { float:left; margin-right:6px; list-style:none; }
#product_nav li:before { content: " » "; }
#product_nav li.first:before { content:""; }

.category_td
{
        padding-bottom:7px;
}
.category_td a,
#category_list li a
{
    font-size: 12pt;
}

.paginator {
	text-align:center;
	text-transform:uppercase;
	padding-top:5px;
}

/******* Floating Quick Cart ********/
#quickcart {
	position:fixed;
	float:right;
	right: 15px;
	width:250px;
	top:0px;
}

#incart {
	position:relative;
	background: url('/media/images/qcbg.png') top center;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	width:230px;
	z-index: 3;
}

#incart .title {
	color:#FFF;/* opacity setting */
	padding:10px;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .iccon {
	color:#FFF;/* opacity setting */
	background:#666;
	padding:5px;
	border:1px solid #FFF;
	font-size:12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
	max-height:200px;
	overflow-y:scroll;
}

#incart .icitems{
	height:2px;
	padding-top:2px;
	border-bottom:1px dotted #FFF;
}

#incart a {
	color:#FFF;
	text-decoration:none;
}

#incart a:hover {
	color:#FFF;
	text-decoration:none;
}

#incart .icbttn{
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	height:36px;
}

#incart .edit {
	float:left;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .buy {
	float:right;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .edit:hover {
	float:left;
	filter:alpha(opacity=75);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE 8  */
	-moz-opacity:0.75;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.75;    /* for really really old safari */  
	opacity: 0.75;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .buy:hover {
	float:right;
	filter:alpha(opacity=75);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE 8  */
	-moz-opacity:0.75;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.75;    /* for really really old safari */  
	opacity: 0.75;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incarttop {
	position:relative;
	background: url('/media/images/qcshow.png') top center;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	width:230px;
	height:38px;
	text-align:center;
	z-index: 3;
}

#incarttop.active {
	background: url('/media/images/qchide.png') top center;
}

#incarttop a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

#cart_nav {
	float:right;
	margin-top:15px;
}

#cart_nav a {
	border: 1px solid maroon;
	background-color: #BA2434;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	color: white;
	text-shadow: 0 1px 1px black;
	padding: 10px 30px;
	text-decoration:none;

}

#cart_nav a:hover {
	border: 1px solid maroon;
	background-color: #EF0E27;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	color: white;
	text-shadow: 0 1px 1px black;
	padding: 10px 30px;
	text-decoration:none;

}

#payment ul {
	margin-top:0px;
}

#payment ul li {
	list-style:none;
}

#shipping ul {
	margin-left:0px
  	padding: 0;
	margin-top:10px;
}

#shipping ul li {
	list-style:none;
	border-bottom:1px solid #999999;
}

#shipping .shipdesk {
	font-style:italic;
}


#checkout_question_table ul {
    padding: 0;
	margin-top:0px;
}

#checkout_question_table ul li {
	list-style:none;
}

