/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-image: url(../images/site_images/bg_tile.png);
	background-repeat: repeat;
	background-color: #6e0000;
	margin: 40px 0px 20px 0px;
	color: #000000;
}
/*====IE PNG Fix=====*/
img
{
	behavior: url(iepngfix.htc)
}
a:link { color: #a10007; text-decoration: none; }
a:active { color: #4b3866; text-decoration: none; }
a:visited { color: #a10007; text-decoration: none; }
a:hover { color: #4b3866; text-decoration: none; }

td
{
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 11px;
}

div
{
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 12px;
}

img
{
	border: 0px;
}

.clearfix
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#template_container
{
	width: 954px;
	background-color: #bfa13b;
	padding: 0px;
}

#header
{
	width: 954px;
	height: 222px;
}

#search
{
    padding: 0px;
    text-align: right;
    display: inline;
}

.search
{
	padding: 0px;
	margin: 0px 0px 18px 0px;
	background-image: #FFFFFF;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 11px;
	color: #323232;
	border: 1px solid #3d3d3d;
	width: 153px;
	height: 16px;
    vertical-align: top;
}

.searchbutton
{
	margin-left: 4px;
	padding: 0px;
	width: 58px;
	height: 18px;
	vertical-align: top;
}

#header_lockup
{
	height: 120px;
}

.header_links
{
	font-size: 12px;
	color: #fff7dc;
}

.header_links a:link, .header_links a:visited
{
    color: #fff7dc;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.header_links a:active, .header_links a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid;
}

#top_nav
{
	height: 60px;
}

#store_nav
{
	height: 42px;
}

#body
{
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
}



.body_table
{
	width: 100%;
	background-image: url(../images/site_images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: white;
	padding: 0px 11px 0px 11px;
}
.body_left_cell
{
	width: 1px;
	text-align: left;
	overflow: hidden;
}

.body_right_cell
{
	border: 0px;
    background-color: transparent;
    padding: 11px 0px 0px 19px;
}

#rightwrapper
{
	border: 0px solid #d7d6d6;
    background-color: #fff;
}

#right
{
	/*width: 748px;*/
	/*margin: 7px;*/
}

#categories
{
}

.cartwrapper
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #f4ad15;
	font-size: 11px;
}

.cart a:link, .cart a:visited, .cart a:active, .cart a:hover
{
	text-decoration: none;
	border: 0px;
}


#leftbgwrapper
{
	margin-top: 0px;
	border-top: 0px;
	border-right: 1px solid #ffec9f;
	border-bottom: 0px;
	border-left: 1px solid #ffec9f;
	background-color: #fff7de;
	padding: 8px 15px 8px 15px;
}

#categories_text
{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#cart_details
{
	font-size: 14px;
	margin-bottom: 10px;
}

#shoppingcart
{
	margin-top: 2px;
}

.left_nav_options_links
{

}

.left_nav_options_links a:link, .left_nav_options_links a:visited
{
	border-bottom: 1px dotted #a10007;
}

.left_nav_options_links a:active, .left_nav_options_links a:hover
{
	border-bottom: 1px solid #4b3866;
}

#footer
{
	margin: 0px;
	width: 954px;
	color: #fff7dc;
	font-size: 12px;
	background-color: #bfa13b;
	padding-bottom: 15px;
}

#footer a:link, #footer a:visited
{
	color: #FFF7DC;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#footer a:active, #footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid;
}

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #a10007;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}

.submit
{
	color: #FFFFFF;
	font-family:  "Georgia", "Times New Roman", serif;
	font-size: 11px;
	border: 1px solid #4b3866;
	background-color: #a10007;
	cursor: pointer;
}

.submit_disabled
{
	color: #FFFFFF;
	font-family:  "Georgia", "Times New Roman", serif;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #D0D0D0;
	cursor: default;
}

.small
{
	font-size: 7pt;
	color: #000000;
	font-weight:Bold;
}

.error
{
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	border-color: #ec3829;
	border-width: 0px;
}

.loading_box
{
	border: 1px solid black;
	background-color: #f0f0f0;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

.cvv2_whats_this
{
	font-size: 10px;
}

.time_to_ship_wrapper
{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
}
.po_any_code_demo_instructions_wrapper
{
	font-size:10px;
	color: #800;
	padding: 3px;
}
.any_cc_num_demo_instructions_wrapper
{
	font-size:10px;
	color: #800;
	padding: 3px;
	margin-left:5px;
}
.item_feature_wrapper
{
	margin-top:10px;
}
.item_feature_title
{
	font-weight:bold;
}
.cvv2_body
{
    border: 1px solid #000000;
    background-color: #ebebeb;
}