body {
	margin: 0px 0px 10px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: #ffffff ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #5C5D6C !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

table {
	border-collapse: collapse ;
}

p, li {
	line-height: 19px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 18px ;
	font-weight: bold ;
	color: #5C5D6C ;
	font-family: tahoma ;
	margin-top: 0px ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

a.navLink:link, a.navLink:active, a.navLink:visited, a.navLink:hover {
	background: url(/images/navBg.gif) ;
	background-position: top ;
	padding: 10px 10px ;
	border-right: 1px solid #55655D ;
	text-align: center ;
	display: block; 
	color: #ffffff ;
	text-decoration: none ;
	font-size: 13px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.navLink:hover {
	background: url(/images/navBg_up.gif) ;
	color: #55655D ;
	text-decoration: underline ;
}

a:link {
	color: #5C5D6C ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #8CA799 ;
}

#content {
	padding: 0px ;
}

a.shopLink:link, a.shopLink:active, a.shopLink:visited, a.shopLink:hover {
	display: block; 
	padding: 7px 10px ;
	border-bottom: 1px solid #5C544C ;
	color: #ffffff ;
	text-decoration: none ;
	font-weight: bold ;
	font-size: 14px ;
	letter-spacing: -1px ;
}

a.shopLink:hover {
	color: #ffff00 ;
	text-decoration: underline ;
}

.product_listBox {
	text-align: center ;
	padding-bottom: 10px ;
	vertical-align: top ;
}

.required {
	text-align: center;
	color: #900;
}


/* BLOGS STYLES */

div.blogs_list {
	border-top: solid 1px  ;
	border-bottom: solid 1px ; 
}

div.blogs {
	padding: 10px 0px; 
	border-top: 1px dashed  ; 
}

div.blogs:first-child {
	border-top: 0px; 
}

div.blogs_title {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blogs_date {
	font-style: italic;
	font-size: 1em; 
}

div.blogs_teaser {
	margin-top: 5px; 
}

div.blogs_link {
	text-align: right;
}

img.blogs_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blogs_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blogs_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blogs_comments {
	width: 100%; 
}

table.blogs_comments td {
	vertical-align: top;
}

div.blogs_leave_comment {
	margin-left: 10px; 
	background-color: ;
	padding: 10px; 
	border: solid 1px ;
}

div.blogs_comment_action_end {
	text-align: center;
	font-weight: bold;
	color:  ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 250px; 
	height: 6em; 
}

div.blogs_comment {
	border: solid 1px ;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.blogs_comment.row0 {
	background-color: ;
}

div.blogs_comment.row1 {
	background-color: ;
}

div.blogs_comment_date {
	font-size: .8em; 
}

div.blogs_comment_title {
	font-size: .8em;
}

div.blogs_comment_content {
	margin-top: 10px; 
}

div.mailing_list {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.mailing_list_title {
	font-weight: bold; 
	font-size: 13px;
}

div.mailing_list_link {
	text-align: right;
}
