html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #EFEFEF;
	color: #5A5A50;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Georgia,sans-serif;}
h2 {font: normal 2.2em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif; color: #2C334D;} 
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	border: 1px solid #DDC;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #CCC;}
a:hover {
	color: #5B76D9;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

/*input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
} */

/*input.button {
	background: #E9E8E8 url('img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
} */
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #3F496E;}
input.button:hover, input.button:focus {
	color: #2C334D;
	cursor: pointer;
}
INPUT, SELECT, TEXTAREA {
background-color: #2C334D; margin-bottom: 3px;
color: white;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
border: solid 1px #A9A9A9;
}
/*input, textarea, select {color: #FFF; font: normal 11px Arial, sans-serif; background-color: #2C334D; border: 1px solid #000000; height:20px; padding: 2px 3px 3px 3px;} */
.btn {color: #000; background: #CCC; margin: 4px 0 4px 0; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; height:24px; border: 1px solid #2C334D;}
.top_login_content input {padding: 4px 0px 0px 3px; margin: 0px 0px 2px 0px; height:18px;}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

#searchbar {
height: 20px;
width: 300px;
	text-align: right;
	font-weight: normal;
	float: left;
	padding: 0;
	position: relative;
	top: 55px;
	color: #FFF;
}
/*#search_container {width: 300px; height: 20px; display: block; padding: 0; margin: 0 0 10px 0; float: right;}
#search_container input {background-color:#CCC; border-right: 1px solid #000000; border-bottom: 1px solid #000000;} 
.search {padding: 2px 0px 0px 3px; margin: 0 0 6px 0; height:20px;}    */


/* Specific */

.form_row {
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

/* Separators */
.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}
.error2 {color: #F00;} .error2 a{color: #F00;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	width: 995px;
}

#header {
	height: 108px; background: #9EA3A7; padding: 0;

}
#header_imagebg {height: 120px; background: url('../../images/logo.gif') no-repeat top left; padding: 0;}
.header_center_wrapper {height: 108px; width: 892px; /*padding-left: 20px;*/ background: #9ea3a7; padding: 0; /*border-bottom: 1px solid #000;*/}

/* Toplinks */
#toplinks {
	background: #353530;
	color: #554;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}
#toplinks a {color: #887;}
#toplinks a:hover {color: #DDC;}

.featured_items {
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
font-family: arial, helvetica;
font-size: 11px;
border: 1px solid #999;
background-color: #CCC;
color: #2C334D;
}
.featured_items_link {
font-family: arial, helvetica;
font-size: 12px;
font-weight: bold;
color: #2C334D;
text-decoration: none;
}
.featured_items_link:hover {
font-size: 12px;
font-weight: bold;
color: #595F75;
text-decoration: none;
}
.featured_items_link:visited {
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.featured_price {
color: #2C334D;	
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;                                                           
}
/****************************************SEARCH *************************************************************************************************************************/
#search_container {width: 350px; display: inline; padding: 0; margin: 0 0 3px 0; float: right;}
#search_container input {background-color:#CCC; color: #2C334D; border: 1px solid #2C334D;}
#search_container textarea {background-color:#CCC;  }
#search_container .search_btn {color: #FFF; padding-bottom: 4px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; height:26px; width:54px; background: url(../../images/button.gif);}
.search {padding: 4px 0px 0px 3px; margin: 0 0px 0px 0px; height:22px;}

.search_btn {color: #FFF; padding-bottom: 4px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; height:26px; width:54px; background: url(../../images/button.gif);}
.btn {background: url(../images/button.gif); padding: 0 2px 3px 0;}

/******************************************************************************/
/* Lower Header */
#lower_header {
	color: #998;
	padding: 0;

}
#lower_header a {
	color: #FFF;
	text-decoration: none;
}
#lower_header a:hover {color: #FFB;}
#lower_header h1 span {color: #CCB;}


/* Navigation */
#navigation_content {height: 197px;}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation {border-top: 1px solid #000; border-bottom: 1px solid #000;} 
#navigation a {background: #CCC url('../../images/backgrounds.gif') repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #474747;
	color: #474747;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 0px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px; 
	color: #FFF; /* #543*/
}
#topnavbar		{
	width: 450px;
	margin: 0;
	text-align: center;
	font-weight: normal;
	float: left;
	padding: 0;
	position: relative;
	top: 34px;
	left: 10px;
	color: #FFF;
}
#topnavbar ul 	{
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans-serif;
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	position: relative;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnavbar li	{
	display: inline;
	float: left;
}
#topnavbar a	{ margin: 0; text-decoration: none; color: #fff; text-decoration: none; overflow: hidden; padding: 0; }
#topnavbar a:hover	{
	padding: 0;
	margin: 0;
	color: #f2d536;
	text-decoration: none;
	overflow: hidden;
}
.nav_center_wrapper {margin: 0 auto; height: 100%; width: 892px; background-position: 52% 60%;}
.nav_center_filler {margin: 0 auto; height: 100%; width: 892px; background-position: 52% 0%;} /* not being used right now - setup for expanding menu */

.top_login_content {width: 210px; height: 175px; padding-left: 20px;}
#navigation_content .top_login {width: 270px;}
#navigation_content .top_col3 {width: 235px;}
#navigation_content .top_col3mid {width: 265px;}
#navigation_content .top_col3mid .top_col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 3px 20px;
	margin: 0 10px;
	width: 320px;
}

/* Main */
#main_content {/*text-align: left;*/ margin: 5px 0 0 5px;}
#main_wrapper_outer {background: #2C334D;}
#main_wrapper_inner {
	line-height: 1.4em;
	padding: 0; margin-bottom: 0;
}
#main_wrapper_inner_image {/*height: 100%;*/ width: 892px; background: url('../../images/main_bg.gif') repeat-y top left;}
/*#main_wrapper_inner_image {background: url('-main_bg.gif') repeat-y center top;  width: 892px; margin: 0 auto;} NOT BEING USED*/
#main_wrapper_inner_background {/*background: #FFF; border-left: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5;*/width: 890px; margin-right: 0;}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 770px; padding-right: 5px;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

/* Prodcut Details */
.prod_name {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
padding: 10px 0 0 5px;
} 
.prod_id {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
padding: 10px 5px 0 0;
text-align: left;
} 
.prod_container {
	margin-top: 5px;
	margin-bottom: 4px;
	vertical-align:top;
	border: 1px solid #FFF;
	padding: 11px 0 0 5px;
	width: 640px;
	background: #21263A;
	height: 37px
}
.prod_desc {
    margin-top: 0px;
	border: 1px solid #FFF;
	padding: 8px 5px 8px 5px;
	width: 628px;
	background: #21263A;
}
.prod_info {
	position: relative;
	top: 0;
	margin-top: 5px;
	vertical-align:top;
	border: 1px solid #FFF;
	padding: 11px 0 0 5px;
	width: 180px;
	background: #21263A;
	height: 37px
}
.left {
	float: left;
}
.right {
	float: right;
}
/* #prod_detail */
#prod_detail {
	width: 640px;
}
.prod_detail_center_wrapper {width: 675px;}
.prod_detail_center_wrapper h4 {font: 18px Arial, sans-serif; }
#prod_detail {padding: 0;}

#prod_detail .image_container {width: 410px;}
#prod_detail .col3mid {width: 250px;}
#prod_detail .col3r {width: 5px;}
#prod_detail .col3r_content li{width: 250px; font: 11px Helvetica, Arial, sans-serif; color: #2C334D;}
#prod_detail .product_details_mid .product_details_content {
	vertical-align:top;
	border: 1px solid #FFF;
	padding: 5px 0 0 5px;
	width: 219px;
	background: #21263A;
	height: 170px;
	margin-left: 4px;
	margin-top: 1px;
	color: #FFF;
}
.banner_details_content {
	vertical-align:top;
	padding: 5px 0 0 0;
	width: 187px;
	height: 170px;
	margin-left: 8px;
	margin-top: 1px;
	color: #FFF;
}
.product_image {
	padding: 0; margin: 0; 
}
.home_content {
padding: 9px 0 9px 0; margin: 0; 
}
.info_spacer {
padding-top: 12px;	
}
.large {
	font-family: Arial, Helvetica, sans-serif;             
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF; 
	text-decoration: none;                                                   
}
/* Left Menu */
#leftmenu {position: relative; height: 100%; width: 150px; top: 2; /*padding-bottom: 20px; use if menu expands */}
#home_content_area {position: relative; height: 160px; width: 155px; top: 0; left: 221px; }
/*---------------------------------------------------- DHTML Menu ----*/

.nav ul {
list-style: none;
margin:0;
padding: 0;
}

.nav a {
font: normal 11px arial, helvetica, sans-serif;
color: #fff;
display: block;
width: 211px;
height: 25px;
line-height: 25px;
padding-left: 5px;
margin: 0;
background: #21263A; /*6490C8 807E67 C7D7EB */
border-bottom: 1px solid #CCC;
text-decoration: none;
list-style: none;
}

.nav a:hover {
color: #fff;
background: #979797;
text-decoration: none;
}

.nav li {
position: relative;
}

#leftmenu ul ul {
position: absolute;
top: 0px;
left: 100%;
width: 100%;
}

.nav ul ul a{
background: #21263A;
color: #FFF;
border: 1px solid #CCC;
text-decoration: none;
}

.nav ul ul a:hover{
background: #979797;
color: #000;
text-decoration: none;
}

.nav ul ul,
div#leftmenu ul ul li:hover ul ul
{display: none;}

/* NAV 2 */
.nav2 ul {
list-style: none;
margin:0;
padding: 0;
}

.nav2 a {
font: normal 11px arial, helvetica, sans-serif;
color: #2C334D;
display: block;
width: 216px;
height: 25px;
line-height: 25px;
padding: 0;
background: #CCC; /*6490C8 807E67 C7D7EB */
border-bottom: 1px solid #2C334D;
text-decoration: none;
list-style: none;
}

.nav2 a:hover {
color: #FFF;
background: #979797;
text-decoration: none;
list-style: none;
}

.nav2 li {
position: relative;
}

.nav2 ul ul a{
background: #999;
color: #21263A;
border: 1px solid #CCC;
}

.nav2 ul ul a:hover{
background: #979797;
color: #000;
text-decoration: none;
list-style: none;
}

.nav2 ul ul,
div#leftmenu ul ul li:hover ul ul
{display: none;}

div#leftmenu ul li:hover ul,
div#leftmenu ul ul li:hover ul
{
position: absolute;
display: block;
z-index: 100;
}

/*----------------------------------------------------END DHTML Menu ----*/



/* Sidebar */
#sidebar {
    background: #21263A;
	color: #665;
	width: 216px; /************************************************************************************** 256 ************************************/
	border-right: 1px solid #000;
	padding-bottom: 0;
}
#sidebar_content {padding-left: 0px;}
#sidebar a {color: #FFF;}
#sidebar .nav2 a {color: #21263A;}
#sidebar a:hover {color: #FFF;}


/* Advertise */
#advertise {
    background-color: #999;
	background: #FFF;
	border-top: 1px solid #000;
}
.advertise_center_wrapper {width: 750px; height: 30px; line-height: 30px;}
#advertise_content {padding: 7px 0 7px 10px; background: #2C334D; height: 40px; font: normal 0.9em Verdana,sans-serif; color: #FFF; background: #4B5477 url('images/advertise.gif') repeat-x; border-bottom: 8px solid #707070;}
.ad_span_bold {font: bold italic 1.5em Arial, Helvetica, sans-serif; color: #FFF;}

/* Ads */
#left_sky_ad {position: relative; height: 600px; width: 160px; background: red; top: 350px; left: 273px;}
#right_header_text {height: 30px; width: 380px; position: relative; top: 3px; left: 450px; padding: 10px 0 0 45px; font: normal .95em Verdana,sans-serif; color: #FFF;}


/* Dashboard */
#dashboard {
	background: #CCC;
	border-top: 1px dashed #C0C0B0;
	border-bottom: 10px solid #707070;
}
.dashboard_center_wrapper {padding-left: 10px; width: 750px;}
.dashboard_center_wrapper h4 {font: 18px Arial, sans-serif; }
#dashboard_content {padding: 20px 0 25px; background: #CCC;}

#dashboard .col3 {width: 200px;}
#dashboard .col3mid {width: 225px;}
#dashboard .col3r {width: 325px;}
#dashboard .col3r_content li{width: 283px; font: 11px Helvetica, Arial, sans-serif; color: #2C334D; padding-right: 0;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 0px;
	margin: 0 20px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #2C334D;} /* C6C6B6*/
#dashboard li a {
	color: #2C334D;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
#dashboard li a:hover {
	color: #000;
	font-size: 11px;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	padding: 7px 0;
	font-size: 10px;
	color: #FFF;
	height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	background: #2C334D;
	text-transform: uppercase;
}
#footer a {color: #FFF;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #999;}
.footer_center_wrapper {padding-left: 10px; width: 96%; height: 30px; line-height: 30px;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}
.post_body p {color: #FFF;}
.post_body {color: #FFF;}

.post_meta {
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.menu_box {margin: 0;}

.box_title {
	background: #9EA3A7 url('../../images/box_title_bg.gif');
	color: #2C334D;
	font-weight: bold;
	padding: 5px 8px;
}
.box_title_top {
	background: #9EA3A7 url('../../images/box_title_bg.gif');
	border-bottom: 1px solid #CCC;
	color: #2C334D;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px;}
.box_content2 {padding: 5px;}
.menu_content {padding: 0;}
.menu_content a{color: #FFF;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}

/* 
   Cart specific items 
------------------------------------------------------------------------------ */
/* search table */
 .cobtbl td { 
font: 11px/24px arial, helvetica;
/*border-collapse: collapse;
border: 1px solid #21263A;*/
background-color: #3F496E;
/*font-size: 12px;
font-weight: bold; */
color: #FFF;
border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: #21263A #21263A #21263A #21263A;
	border-collapse: collapse;


}  
table.cobh1 th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #21263A #21263A #21263A #21263A;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.cobh1 td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #21263A #21263A #21263A #21263A;
	-moz-border-radius: 0px 0px 0px 0px;
}
 /* client login table */
 .cobhl td { 
font: 11px/24px arial, helvetica;
border-collapse: collapse;
background-color: #21263A;
/*font-size: 12px;
font-weight: bold; */
color: #FFF;
} 
 /* client login table */
 .cobll td { 
font: 11px/24px arial, helvetica;
border-collapse: collapse;
background-color: #21263A;
/*font-size: 12px;
font-weight: bold; */
color: #FFF;
} 
.mincart {
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #2C334D;*/
	font-size: 12px;
	color: #FFF; /*#939b60*/
	text-decoration: none;  
	padding-left: 10px; 
	padding-top: 5px;   
	width: 100%;                                                
}
.ectlink_mincart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
.ectlink_mincart:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
.ect {
font-family: arial, helvetica;
font-size: 12px;
font-weight: bold;
color: #FFF;
text-decoration: none;
}
.ectlink {
font-family: arial, helvetica;
font-size: 12px;
font-weight: bold;
color: #FFF;
text-decoration: none;
}
.ectlink:hover {
font-size: 12px;
font-weight: bold;
color: #CCC;
text-decoration: none;
}
.ectlink:visited {
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
HR {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #FFF;
}
/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}