html 
{
	margin: 0px;
	padding: 0px;
}
body 
{
	margin: 0px;
	padding: 0px;
	background-color: White;
}
body, table, .body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a
{
	color: Blue;
	/*font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;*/
}

h1
{
	font-size: 25px;
	color: #C32836;
	padding-top: 0px;
	margin-top: 0px;
}

h2
{
	color: #005C85;
	font-size: 20px;
	font-weight: bold;
	font-family: Times New Roman;
	padding-top: 0px;
	margin-top: 0px;
}

h3
{
	background-color: #CCDEE7;
	font-weight: bold;
	font-size: 12px;
	color: #005C85;
	margin: 0px;
	padding: 7px 0px 7px 10px;
}

h4
{
	background-color: #EBE6D2;
	font-weight: bold;
	font-size: 12px;
	color: #C32836;
	padding: 7px 0px 7px 10px;
	margin: 0px;
}

h5
{
	font-weight: bold;
	font-size: 12px;
	color: #005C85;
	margin: 0px;
	padding: 7px 0px 7px 0px;
}

h6
{
	color: #D1303C;
	font-size: 18px;
	font-weight: bold;
	text-indent: 8px;
	margin: 0px;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AAAAAA;
}

.header
{
	background-image: url(../Images/meisel_header.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 960px;
}

.header .home
{
 display: block;
 width: 400px;
 height: 90px;
 text-decoration: none;
 float: left;
}

.product_left
{
	background-image: url(../Images/product_left.jpg);
	background-repeat: no-repeat;
	height: 579px;
	width: 10px;
}

.product_center
{
	background-image: url(../Images/product_center.jpg);
	background-repeat: repeat-x;
	width: 230px;
	height: 579px;
	vertical-align: top;
}

.product_right
{
	background-image: url(../Images/product_right.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 579px;
}

.main_product
{
	background-repeat: no-repeat;
	width: 700px;
	height: 325px;
}

.product_image_left
{
	background-image: url(../Images/product_image_left.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 388px;
}

.product_image_center
{
	border-top: solid 3px #ABB2B7;
	border-bottom: solid 3px #ABB2B7;
	width: 680px;
	height: 388px;
	vertical-align: top;
	padding-top: 7px;
}

.product_image_right
{
	background-image: url(../Images/product_image_right.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 388px;
}

.product_inner_left
{
	background-image: url(../Images/product_inner_left.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 118px;
}

.product_inner_center
{
	border-top: solid 2px #ABB2B7;
	border-bottom: solid 2px #ABB2B7;
	width: 315px;
	height: 118px;
}

.product_inner_right
{
	background-image: url(../Images/product_inner_right.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 118px;
}

.nav_left
{
	background-image: url(../Images/nav_left.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 10px;
}

.nav_center
{
	background-image: url(../Images/nav_center.gif);
	background-repeat: repeat-x;
	width: 250px;
	height: 36px;
}

.nav_center_links
{
	background-image: url(../Images/nav_center.gif);
	background-repeat: repeat-x;	
	width: 710px;
	height: 36px;
	text-align: right;
}

.nav_center_links a
{
	margin: 0px 2px 0px 3px;
	color: Black;
	text-decoration: none;
}

.nav_center_links a:hover
{
	text-decoration: underline;
}

.nav_center_main
{
	background-image: url(../Images/nav_center.gif);
	background-repeat: repeat-x;	
	width: 940px;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	font-family:  Times New Roman;
	color: #C32836;
}

.nav_center_main a
{
	margin: 0px 6px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman;
	color: #C32836;
	text-decoration: none;
}

.nav_right
{
	background-image: url(../Images/nav_right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 36px;
}

.pageBox
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.header 
{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 25px 15px 0px 0px;
}

.red
{
	color: #C32836;
}

.root_categories
{
	background-image: url(../Images/header.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: Arial;
	font-size: 18px;
	color: White;
	text-align: center;
	width: 226px;
	height: 34px;
	vertical-align: middle;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	display: block;
}

.subcategories
{
	color: #C32836;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.subcategories a
{
	color: #333333;
	text-decoration: none;	
}

.subcategories a:hover
{
	text-decoration: underline;	
}

.search
{
	text-transform: uppercase;
	font-size: 12px;
}


.search input
{
	font-size: 11px;	
	font-family: Arial;
	font-weight: normal;
}

.minicart
{
	color: Black;	
}

.button
{
	background-color: #E6C74A;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 11px;
	color: Black;
}

.link
{
	font-size: 11px;
	color: #005EB1;
	text-decoration: underline;
	text-transform: capitalize;
}

.learn
{
	font: normal normal normal 12px Arial;
	color: #A1272F;
}

.tiny
{
	font-size: 9px;	
}

.tiny_link
{
	font-size: 9px;
	color: #005EB1;
	text-decoration: underline;
}

.product_header
{
	font-weight: bold;
	font-size: 11px;
	color: #68757B;
}

.product_data
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
}

.admin_table tr
{
	vertical-align: top;
}

.admin_table th
{
	text-align: right;
}


.colhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #af0022;
	text-decoration: none;
}
.dataTable
{
}

.dataTable tr
{
	text-align: left;
}

.alt
{
	background-color: #FFFFCC;
}

.dataTable th
{
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid black;
}

.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}

.dataTable td
{
	padding: 1px 5px 1px 5px;
}

.boxed
{
	border-left : solid 3px #ABB2B7;
	border-right : solid 3px #ABB2B7;
}

.floater
{
	z-index: 1003;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
}
.floaterFrame
{
	z-index: 1002;
	position: absolute;
	top: 50%;
	left: 50%;
}
.floaterTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.pageBlocker
{
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pageBlockerFrame
{
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}

.colhead td
{
	background-color: #C7CDE4;
	padding: 0px;
	margin: 0px;
	text-indent: 5px;
	white-space: nowrap;
}

.gridsort
{
	display: block;
	width: 100%;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-indent: 5px;
	white-space: nowrap;	
	background-color: #C7CDE4;
}

.colhead a
{
	font-weight: bold;
}