/* set sensible defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ margin:0; padding:0; }
table{ border-collapse:collapse; border-spacing:0; }
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal; }
strong{font-weight:bold;}
li{ list-style:none; }
caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal; }
abbr,acronym { border:0; font-variant:normal; }
sub { vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit; font-size:inherit; font-weight:inherit; }


.transparent_png { behavior: url(/javascripts/iepngfix.htc) }

html{ color:#000; background:#660505;}
legend{ color:#000; }

body { font:10pt/1.231 verdana, arial, clean, sans-serif; *font-size:small; *font:x-small;}
table { font-size:inherit; font:100%; }
pre,code,kbd,samp,tt{ font-family:monospace; *font-size:108%; line-height:100%;}


.clear { 
	clear: both; 
}
.bold{
	font-weight:bold;
}

a:hover {
	color: #993333 !important;
}

#header_container {
	background-image: url(/images/r2/MTX_header_background_tile.png);
	width: 100%;
	height: 132px;
}
#header {
	background-image: url(/images/r2/MTX_header_background.png);
	background-position:center;
	width: 1080px;
	height: 132px;
	margin: 0 auto;
	position: relative;
}
#header .logo { 	
	background-image: url(/images/r2/MTX_logo.png);
	_background-image: url(/images/r2/MTX_logo.jpg);
	width: 532px;
	height: 129px;

	float: left;
	position: relative;
	top: 0px;
	left: 285px;
}
#header .logo h1, #header .logo h3{
	display: none;
}

#header #head_nav_left { 
	width: 136px;
	float: left;
	position: relative;
	top: 15px;
	left: -375px;
}

#header #head_nav_right { 
	width: 136px;
	float: left;
	position: relative;
	top: 15px;
	left: 125px;
}
#header #head_nav_search { 
	float: left;
	position: relative;
	top: 108px;
	left: -58px;
}
#header #head_nav_search .textInput {
	width:120px;
	padding:2px;
	font-size:.8em;
	color:#666;
	float: left;
}
#header #head_nav_search .submitButton {
	margin: 1px 5px;
float: left;
}

#main_nav_container {
	background-image: url(/images/r2/navigation/MTX_nav_main_background.png);
}

#content_container {
	background-color: #660505;
	width: 1080px;
	margin: 0 auto;
}
#content_home {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(/images/r2/MTX_page_background.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#content_main {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(/images/r2/navigation/MTX_nav_left_background.png);
	background-repeat: repeat-y;
	background-position: bottom left;	
	padding-bottom: 10px;
}

#home_col_left{
	float: left;
	width: 190px;
	_width: 180px;
	font-size: 95%;
}

#left_home .content{
	padding: 0 10px;
	font-size:.8em;
}
#left_home img {
	_width: 180px;
}
#left_home h3 {
	margin: 4px 0;
}
#left_home p {
	margin: 12px 0;
}
#left_home .bold {
	color: #033364;	
}

#home_col_center {
	
}

#col_left {
	width: 157px;
	float:left;
	background-color: #e3deca;
}
#col_center {
	width: 454px;
	float:left;	
}
#col_center_wide {
	width: 603px;
	float:left;	
}
#col_right {
	width: 147px;
	float:left;
	border-left: solid 2px #e0e0e0;	
}

#home_products {
	clear: both;
}
#home_products .featured_product {
	float: left;
	margin: 0 8px;
}

#footer {
	clear: both;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 80%;
}

#section_header {
	height: 44px;
	color: #fff;
	background-color: #a72222;
	background-image: url(/images/r2/MTX_section_header_background.png);
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 44px;
	font-weight: bold;
	font-size: 150%;
	padding: 0 10px;
	overflow: hidden;
}
#section_description {
	padding: 3px 10px;
	color:#A72120;
	background-color: #FFEFC4;
	font-size: 85%;
}
#section_description h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 4px 0;
	margin-bottom: 0;
}
.section_description {
	padding: 5px 10px;
	color:#A72120;
	background-color: #FFEFC4;
	font-size: 85%;
	clear: left;
}
.section_description p {
	font-weight:bold;
	padding: 5px;
	padding-left: 0;
}

#section_list {

}
#section_list p{
	text-align:center;
}
#section_list img.default {
	width: 430px;
}


div#content_body h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

div#content_body p {
	margin-bottom: 5px;
}

div#content_body ul {
	margin: 5px;
}

div#content_body li {
	list-style: disc;
	margin-left: 20px;
}

div#fullContent {
	padding: 5px;
}

div#fullContent h1 {
	font-size: 1.2em;
	font-weight: bold;
}


div#fullContent p {
	margin-bottom: 5px;
}

div#fullContent textarea, div#fullContent input.textInput  {
	width: 400px;
}

div#content_body {
	padding: 10px;
}


div#flash {
	color: white;
	text-align: center;
	padding: 10px;
}

div#flash h2 {
	font-size: 1.2em;
	font-weight: bold;
}


div#content_container form {
	padding: 5px;
}



div#content_container form h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 15px 0 5px 0px;
}

div#content_container input.text {
	margin-bottom: 3px;
	padding: 2px;
	border:2px solid #ccc;
	width:30px;
}

ul#cart_menu {
	list-style: none;
}


ul#cart_menu li {
	display: inline;
	font-size: 11px;
	padding: 5px;
	padding-right: 10px;
}


ul#cart_menu li a, ul#cart_menu li a:visited {
	color: black;
	text-decoration: none;
}

table#cart_items {
	width: 440px;
	margin: 3px auto;
	border: 1px solid black;
}

table#cart_items td {
	font-size: 11px;
}

tr.cart_item {
/*	font-size: 11px;*/
}

tr.cart_item td {
	padding: 5px;
}

table#cart_items span.label {
	color: #7B7B7B;
}

table#cart_items span.item_name {
	color: #852224;
	font-weight: bold;
}

tr.cart_item td.item_info {
	width: 300px;
	vertical-align: top;
}

 td.item_quantity {
	width: 110px;
	vertical-align: top;
		text-align: right;
}


tr.cart_item td.item_buttons a, a.cart_button{
	padding: 5px;
	background: #F7DAA1;
	color: #842327;
	border: none;
	width: auto;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

tr.cart_item_additions {
	border-top: 1px dashed #D1D1D1;
/*	border-bottom: 1px solid black;*/
}

tr.cart_item_additions td {
	padding: 5px;
	color: #852224;
}

tr.cart_item_amount td {
	padding: 0 5px 5px 0;
	text-align: right;
}

h2#cart_total, h2.cart_total {
	text-align: right;
	font-size: 1.2em;
	padding-right: 15px;
}

h2.cart_subtotal{
	text-align: right;
	font-size: 1.1em;
	padding-right: 15px;
}

span#cart_total_amt {
	font-weight: bold;
}

input.new_item_qty{
	width: 2em;
	border: 1px solid black;
	margin: 0;
}

input.new_item_qty_submit {
	width: 50px ;
	padding: 0 !important;
	margin: 0;
	
}

td.item_buttons {
	width: 30px;
}

div.dealer_promo {
	color: #AA3D42;
	font-style: italic;
	font-size: 10px;
}

div.dealer_promo p {
	margin-bottom: 3px;
}

div.dealer_promo a, div.dealer_promo a:visited {
	color: #7B7B7B !important;
/*	text-decoration: underline;*/
	font-weight: normal !important;
	font-style: normal !important;
	line-height: 12px !important;
}

.only_print {
	display: none;
}

a.big_link {
	color: #832228;
	font-weight: bold;
	line-height: 25px; 
	vertical-align: top;
	margin-left: 15px;
}

div.product, div.wish_product {
	float: left;
	width: 215px;
	_height: 300px;
	max-height: 300px;
	min-height: 200px;
	margin: 3px;
	overflow: hidden;
}

div.wish_product {
	position: relative;
}

.product_icon_floater {
	position: absolute;
	top: 5;
	right: 0;
}

li.addon_option {
	margin-left: 10px;
	padding: 3px;
}

li.addon_option * {
	vertical-align: middle;
}


div.addon_info {
	float: left;
}

tr.cart_item_additions h2 {
	color: #7B7B7B;
/*	font-weight: bold;*/
	font-size: 1.1em;
}

tr.cart_item_additions h2 a{
	color: #852224;
	font-weight: bold;
/*	text-decoration: underline;*/
}

tr.cart_item_amount {
	border-bottom: 1px solid #000;
}

span.item_name a {
	color: #852224;
	font-weight: bold;	
}

.form_block{clear:both;}
.form_block div.float{float:left;clear:none;}

.finish_order div.floatHalf{
	width:48%;
	float:left;
	margin:20px 0;
	margin-right:3px;
}
.finish_order h2{
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.finish_order div.floatHalf th{font-weight:bold;}

.form_block label{
	width:180px;
	display:block;
	float:left;
	
}
.form_block div{clear:both;padding-top:5px;}

table.list{
	width:100%;
}
table.list th{
	font-weight:bold;
	color:#666;
	padding:2px;
}

.odd{background:#e6e6e6;}


h2.cart_subtotal {
	text-align: right;
	font-size: 1em !important;
	padding-right: 15px;
	margin: 2px !important;
}

h2.cart_subtotal span {
		font-weight: normal !important;
}


h3.msg {
	margin: 5px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

div#left_nav h3 {
	font-weight: bold;
	color: #033364;
}

.locator_form {
	margin: 10px;
	width: 300px;
	font-size: 0.9em;
}

p.dealer_location {
	margin: 10px 20px;
	border-bottom: 2px solid;;
	font-size: 0.9em;
}

span.small_italic, span.variation_description {
	font-size: 0.9em;
	font-style: italic;
}