/* CSS Document */
@import "tinyMCE.css";
html, body{
	height:100%;
}
* html #container {
	height:100%
}
object { outline:none; }

/*FORMAT THE PAGE LAYOUT*/
#container {
	background:url(../images/fill-body.png) repeat-y top;
	padding: 0px 20px 10px 20px;
	width:962px;
	margin:auto;
	min-height:100%;
}
#menuLeft {
	width:178px;
	margin-top:3px;
	font-size:12px;
}

#content {
	float:left;
	width:740px;
	margin:10px 10px 20px 20px;
}
#header {
	height:100px;
	width:960px;
	margin-left:2px;
	margin-top:0px;
}
#headerLogo {
	height:80px;
	width:80px;
	float:left;
	overflow:hidden;
	margin:10px 10px 10px 12px;
}
#headerLeft{
	width:714px;
	margin:20px 20px 0px 20px;
	float:right;
}
#headerRight{
	float:right;
	width:80px;
	margin:10px;
}
#headerLeft h1 {
	margin:0px;
	font-size:30px;
	border:none;
}
#headerLeft h2 {
	margin:0px;
	font-size:14px;
	color:#ccc;
	font-weight:normal;
	border:none;
}
#footer {
	border-top:1px solid #ECECEC;
	margin-top:20px;
	margin-left:2px;
	background:url(../images/footer-bg.jpg) repeat-x top;
	height:40px;
}
/*****/
.error, .confirm {
	padding:2px;
	margin:10px auto 10px auto;;
	font-weight:bold;
	text-align:center;
	width:100%;
	font-size:12px;
}
.error {
	background-color:yellow;
	color:red;
	border:1px red solid;
}
.confirm {
	background-color:#E1FEDE;
	color:green;
	border:1px green solid;
}

.textarea_submit {
 	width:100%;
}

.form_heading {
	margin: 20px 0px 4px 0px;
	font-weight:bold;
	font-size:14px;
	color:#666;
}
.red {
	color:red;
}
.commentCount {
	padding-left:20px;
	background:url(../images/icon-comment.gif) no-repeat left;
	height:20px;
}

/*LEFT MENU*/

.menuLeftHeading, .adminMenuHeading {
	border:0px;
	font-weight:bold;
	color:#333;
	padding-left:20px;
	display:block;
	margin:10px 0px 4px 10px;
	font-size:15px;
}
#menuHeading_products {
	background:url(../images/icon-products.gif) no-repeat left;
}
#menuHeading_articles {
	background:url(../images/icon-category.gif) no-repeat left;
}
.adminMenuHeading {
	background:url(../images/icon-admin.gif) no-repeat left;
}
#menuLeft a {
	display:block;
	padding:4px;
	text-decoration:none;
	padding-left:14px;
}
.menuLeftActive a, .menuLeftActive{
	color:#FCAA07;
	font-weight:bold;
}
#menuLeft a:hover, .menuLeftActive a:hover {
	color:#4673a0;
	font-weight:bold;
	background-color:#EFEFEF;
}
.menuLeftItem a, .menuLeftItem a:visited, .menuLeftItem{
	color:#333;
}
#upperMenu{
	background-image:url(../images/menu.png);
	background-repeat:repeat-x; 
	background-position:bottom;
	height:30px;
	margin-left:2px;

}

#upperMenu ul{
	margin: 0; padding: 0;
	float: left;
}

#upperMenu ul li{
	display: inline;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	line-height:26px;
}

#upperMenu ul li a{
	float: left; text-decoration: none;
	color: white;
	padding: 2px 10px 2px 10px;
	background-color: #333;
	background:url(../images/menu_edge.png) no-repeat right;
}

#upperMenu ul li a:visited{
	color:#fff;
}

#upperMenu ul li a:hover, #upperMenu ul li .current{
	color:#FCAA07;
}

#upperMenu h3 {
	float:right;
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	padding-right:14px;
	font-size:18px;
	margin:0px;
}

/*PRODUCT PAGE*/
.quote {
	float:left;
	margin-right:6px;
}
#copyright, #bottomLinks {
	font-size:10px;
	margin-top:10px;
	color:#333;
}
#bottomLinks a, #copyright a {
	font-size:10px;
	color:#006699;
}
#shareMe {
	text-align:left;
}
#shareMe img {
	margin:4px;
}
/**/



.picFrame {
	padding:3px;
	background-color:#fff;
	border:1px solid #666;
	margin:4px;
}
.rating {
	text-align:right;
	font-size:12px;
}
.leaveComment {
	background:url(../images/icon-leavecomment.gif) no-repeat left;
	padding-left:20px;
	cursor:pointer;
	cursor:hand;
}
.leaveComment a {
	display:block;
	background:url(../images/icon-plus.gif) no-repeat right;
	font-weight:bold;
	color:#006699;
	padding:2px;
}
.leaveComment a:hover {
	background-color:#EEE;
}
#divComment{
	margin-bottom:20px;
}
#divLeaveAComment {
	margin:0px 40px 20px 40px;	
}
/*FORM CSS */
.formbutton {
	background:url(../images/button-bg.gif) repeat-x top;
}
.read_only {
	border:none;
	width:24px;
}
textarea, input, select {
 border:1px solid #999;
}
.checkbox {
	border:none;
}
.contactForm {
	border: 1px #ccc dashed;
	background-color:#EFEFEF;
	padding:6px;
	color:#666;
}
.textField {
	width:280px;
}
.fixedWidth {
	width:180px;
}
.selectBox {
	width:144px;
}
.phone1 {
	width:30px;
}
.phone2 {
	width:52px;
}
.login-field {
	width:120px;
}

fieldset {
	margin:10px 0px 10px 0px;
	border: 1px solid #ccc;
	padding:10px;
}
legend {
	padding:2px;
	color:#006699;
	font-size:14px;
}
.spacer {
	height:10px;
}
.helpText {
	font-size:12px;
	color:#006699;
}
.comment {
	padding:4px;
	margin:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	border:1px solid #ddd;
	color:#666;
}
.halfR, .halfL {
	float:left;
	width:48%;
}
.halfR {
	text-align:right;
	padding-right:2%;
}
.halfL {
	padding-left:2%;
}
.commentHeader {
	font-weight:bold;
	color:#333;
}
.td_pref {
	font-size:12px;
}
.commentModeration {
	font-size:10px;
}
#averageUserRating {
	width:99px;
	height:67px;
	float:right;
	background:url(../images/user-rating-bg.jpg) no-repeat center;
	font-size:28px;
	text-align:center;
	padding-top:33px;
	padding-right:1px;
	font-weight:bold;
}
.moderateCommentsStar {
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#FF9900;
}
.ratingBlock {
	border:1px solid #ccc;
	width:116px;
	height:20px;
	padding:2px;
}
#featuredPromo {
	width:100%;
	margin-bottom:10px;
	padding:10px;
}
#compDisc {
	width:90%;
	background-color:#EFEFEF;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	border:1px solid #ccc;
	text-align:center;
	margin:10px auto 10px auto;
}
#accDisc {
	margin:auto;
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
	color:#666;
	font-size:12px;
}
.contType{
	padding-left:6px;
}
.smallText {
	font-size:12px;
	color:#666;
}
.adminHomeItem {
	font-size:16px;
	background-color:#EEE;
	display:block;
	font-weight:normal;
	padding:2px;
}
.tinyText {
	color:#666;
	font-size:10px;
}