h1 {
    color: #0671bf;

    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    float: left;
}

h2, h3 {
    color: #0671bf;
    margin-top: 0;
}

h3 {
    font-size: 12px;
}

em {
    color: #990033;
    font-style: normal;
    font-weight: bold;

}

p {
    margin: 0;
}

.filter_menu_container
{
    background: url(/static/img/store/bible_filter/container_background.png)
        repeat-x left top;
	display: block;
	height: 30px;
}

.filter_menu_container div
{
    width: auto;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	color: #FFFFFF;
}

.filter_menu_container .selected
{
    background: #990033;
    color: white;
    font-weight: bold;
}

#title
{
    background: #990033
        url(/static/img/store/bible_filter/title_background.png)
        no-repeat left top;

}

.filter_menu_container a
{
    background: url(/static/img/store/bible_filter/button_background.png)
        no-repeat right center;
	padding: 0 10px 0 5px;
    color: #990033;
	text-decoration: none;
}

#home_button
{
    background: url(/static/img/store/bible_filter/home_button_arrow.png)
        no-repeat right top;
	padding-right: 20px;
	float: right;
}

#bluebox_outer {
    margin: 20px 0;
    background: #eef5f9 url(/static/img/store/bluebox_top.png) no-repeat left top;

}

#bluebox_inner {
    background:  url(/static/img/store/bluebox_bottom.png) no-repeat
        left bottom;
    padding: 11px 0;

}
#bluebox_content {
    border-left: 3px solid #cfe1f0;
    border-right: 3px solid #cfe1f0;
    padding: 0 10px;
}

#whitebox_outer {
    background: url(/static/img/store/whitebox_top.png) no-repeat left top;
    width: 510px;
    margin-top: 8px;
    float: left;
}

#whitebox_inner {
    background: url(/static/img/store/whitebox_bottom.png) no-repeat
    left bottom;
    padding: 8px 0;
}

#whitebox_content {
    background: white;
    padding: 0 5px 5px 5px;

}

#categories {
    float: left;
}

#left_column {
    float: left;
    width: 250px;
}

.cat_button:first-child {
    text-align: center;
}

.cat_button {
    background: url(/static/img/store/category.png) no-repeat;
    width: 230px;
    height: 65px;
    font-size: 16px;
    margin: 3px 0;
    color: #0671bf;
    cursor: pointer;
}

#categories p {
    padding-top: 16px;
}

#categories .selected {
    background: url(/static/img/store/category_on.png) no-repeat;
}

.cat_img_holder {
    float: left;
    width: 90px;
    margin-top: 4px;
    text-align:center;

}

.product_box {
    position: relative;
    background: url(/static/img/store/product_bluebox_500px.png);
    width: 470px;
    height: 100px;
    margin-top: 10px;
    padding: 10px 10px 10px 20px;

}

.product_box:first-child {
    margin-top: 0;
}


.product_box .text_holder {
    width: 340px;
    float: left;
}

.product_box .button_row {
    position: absolute;
    top: 85px;
    left: 20px;
    width: 350px;
}

.product_box .button_110px {
    margin: 0 10px 0 0;
    float: left;
}

.product_box .img_holder {
    float: left;
    width: 120px;
    text-align: center;
}

a.button_110px {
    margin: 0;
}

#cart, #cart_sum {
    float: left;
    width: 200px;
    border: #d8d8d8 solid 1px;
    margin: 4px 0 0 4px;
    padding: 0 10px;

}

#cart {
    background: #eaf6fb;
    position: relative;
    padding: 10px 10px 4px 10px;
}

#cart_sum {
    margin-top: 0;
    background: #cbe3ef;
}

#cart p{
    float: left;
    margin: 0 0 5px;
    width: 130px;
}

#cart img {
    position: relative;
    top: 1px;
}

#cart form {
    margin: 10px 0 0;
    float: left;
}

#discount_input  {
    border: 1px solid #eaeaea;
    width: 85px;
    margin-right: 4px;
}

#discount_submit {
    position: relative;
    top: 5px;
}

#cart label {
    float: left;
    color: #7b7b7b;
    padding: 10px 4px 0 0;

}

#cart_sum p {
    margin: 6px 0 3px 0;
    float: left;
}

.price {
    float: right;
    color: #990033;
    font-style: normal;
    font-weight: bold;
    
}

.button_83px
{
    background: url(../img/global/buttons/blank_83px.png) no-repeat 2px 0;
	width: 86px;
	padding: 3px 0 5px 0;
    margin: 3px 0;
	text-align: center;
	text-decoration: none;
	color: #990033;
    float: right;
    cursor: pointer;
}
/*		popup: Product info	*/

DIV#product_info_container
{	position: relative;
	width: 680px;
	height: 680px;
}

#product_info_container DIV.product_info
{	position: relative;
	width: 680px;
	height: 320px;
	background: url(/static/img/store/popupbackground.gif) no-repeat left top;
}

DIV#product_info_container DIV.product_info DIV.product_image
{
	width: 220px;
	height: 320px;
    text-align: center;
    padding-top: 50px;
}

DIV#product_info_container DIV.product_info DIV.product_description
{	position: absolute;
	top: 10px;
	left: 240px;
	width: 420px;
	height: 320px;
}

DIV#product_info_container DIV.product_info DIV.product_description P
{	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 10px;
}

DIV#product_info_container DIV.product_info DIV.product_description FORM
{	margin-top: 10px;
}

DIV#product_info_container DIV.product_info DIV.product_description FORM INPUT
{	margin: 0;
}

DIV#product_info_container DIV.product_info DIV.product_description FORM SPAN
{	color: #990033;
}

DIV#product_info_container DIV.product_info DIV.product_description DIV.product_description_footer
{	position: absolute;
	top: 270px;
	left: 0;
	width: 250px;
	height: auto;
}

DIV#product_info_container DIV.product_info DIV.product_description DIV.product_description_footer H2
{	background: url(/static/img/store/price_arrow.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 1.8em;
	font-weight: normal;
	color: #990033;
	float: left;
	margin: 0;
}

DIV#product_info_container DIV.product_info DIV.product_description DIV.product_description_footer A.button_110px
{	background: url(/static/img/global/button_110px.gif) no-repeat 2px 0;
	width: 112px;
	padding: 3px 0 5px 0;
	text-align: center;
	display: block;
	float: right;
}

DIV#product_info_container DIV.product_info DIV.product_footer
{	position: absolute;
	top: 80px;
	left: 15px;
	width: 250px;
	height: 120px;
}

DIV#product_info_container DIV.product_info_footer
{	position: absolute;
	top: 330px;
	left: 0;
	width: 680px;
	height: 320px;
}

.red {
    color: #990033;
}

