/* ===================== General CSS (Broad Changes) ======================== */
body
{
	background-image: url(../images/site_images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #e6e6e6;
	margin: 0px 0px 0px 0px;
	color: #000000;
}
/*====IE PNG Fix=====*/
img
{
	behavior: url(iepngfix.htc)
}
a:link { color: #ba0000; text-decoration: none; }
a:active { color: #ff0000; text-decoration: underline; }
a:visited { color: #ba0000; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }

td
{
	font-family: verdana;
	font-size: 11px;
}

div
{
	font-family: verdana;
	font-size: 12px;
}

img
{
	border: 0px;
}

.clearfix
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#template_container
{
	width: 964px;
	padding: 7px 8px 8px 8px;
}

#header
{
	width: 980px;
	height: 123px;
	position:relative;
}

#top1
{
	float: left;
}

#top2
{

	position:absolute;
	top:5px;
	left:13px;
}

#top3
{
	float: left;
}

#top4
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 380px;
    border: 0px solid red;
    text-align: right;
    margin-top: 7px;
    margin-right: 12px
}

#top5
{
	float: left;
}

#search
{
    padding: 0px;
    text-align: right;
    background-image: url(../images/site_images/header_right.gif);
    background-repeat: no-repeat;
}

.search
{
	padding: 0px;
	margin: 1px 0px 0px 0px;
	background-image: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	color: #323232;
	border: 1px solid #abadb3;
	width: 144px;
	height: 16px;
    vertical-align: top;
}

.searchbutton
{
	margin-left: 0px;
	padding: 0px;
	width: 23px;
	height: 21px;
	vertical-align: top;
}

#nav
{
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#body
{
	margin-top: 0px;
	width: 964px;
}

.cartwrapper
{
	margin: 0px 0px 8px 0px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 11px;
}

.cart a:link, .cart a:visited, .cart a:active, .cart a:hover
{
	font-size: 11px;
}

.body_table
{
	width: 100%;
}
.body_left_cell
{
	width: 1px;
	text-align: left;
	overflow: hidden;
	padding-right: 5px;
}

.body_right_cell
{
	border-left: 1px dotted #cccccc;
    padding: 0px 0px 0px 5px;
}

#rightwrapper
{
	border: 1px solid #d7d6d6;
    background-color: #fff;
}

#right
{
	/*width: 748px;*/
	/*margin: 7px;*/
}

#categories
{
}

#leftbgwrapper
{
	margin-top: 0px;
	border: 0px solid #d7d6d6;
	background-color: #e6e6e6;
	color: #444444;
}

#leftbg
{
	padding: 8px 0px 8px 8px;
	font-size: 11px;
}

#shoppingcart
{
	margin-top: 11px;
}

#footer
{
	margin-top: 0px;
	width: 980px;
	font-size: 10px;
}

#footer_nav
{
	background-image: url(../images/site_images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #808080;
	font-size: 10px;
	margin-left: 0px;
	padding-top:15px;
	padding-left:8px;
	width: 972px;
	height: 19px;
	font-family: arial,helvetica,sans-serif;
}

#footer_nav a:link, #footer_nav a:active, #footer_nav a:visited
{
	color: #808080;
	text-decoration: none;
}

#footer_nav a:hover
{
	color: #808080;
	text-decoration: underline;
}

#footer_copy
{
	font-size: 10px;
	text-align: right;
	color: #666666;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
	vertical-align:bottom;
}

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #ba0000;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}

.submit
{
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #444444;
	background-color: #ba0000;
	cursor: pointer;
}

.submit_disabled
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #D0D0D0;
	cursor: default;
}

.small
{
	font-size: 7pt;
	color: #000000;
	font-weight:Bold;
}

.error
{
	font-family: verdana;
	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;
}
