/* @group Body */

/* @end */

/* @group Images */

body {
 	font-family: Tahoma, Geneva, Arial, sans-serif;
	background-color: #999999;
/*	background-image:url(/img/bg.jpg);*/
    font-size: 12px;
 	color: #000000;
	text-align:left;
}

.productcat a {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #3C4244;
	text-decoration: none;
}

a.create-account {
	color: #ffffff;
	text-decoration: none;
}

a.create-account:hover {
	color: #F60 !important;
	text-decoration: underline;
}

a.usermessage {
	color: #F60 !important;
	text-decoration: none;
}

a.usermessage:hover {
	color: #F93 !important;
	text-decoration: underline;
}

.create-account {
	margin-left: 50px;
}

.container {
	background-color: #ffffff;
	width: 1000px;
	border-right: 2px #3C4244 solid;
	border-left: 2px #3C4244 solid;
}
.login{
/*	background-image:url(/img/login.jpg);	
	background-repeat: no-repeat;*/
	width: 260px;
	height: 100px;
    font-size: 12px;
 	color: #cccccc;
	text-align:left;
	padding-left: 15px;
	margin-top: 25px;
}

.login a {
	color: #ffffff !important;
}

.login a:hover {
	color: #cccccc !important;
}

.loginform {
/*	background-color: #f8b085;*/
	border: 0px;
}

.loginformsubmit {
	background-color: #F60;
	border: 0px;
	font-size: 10px;
	font-weight: bold;
}

.header {
	border: 0px #000000 solid;
	background-color: #333333;
}

.footer{
	background-image:url(/img/footer.png);
	background-repeat: no-repeat;
	height: 175px;
    font-size: 12px;
 	color: #cccccc;
 	vertical-align: middle;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #cccccc;
	text-decoration: none;
}

.sidenav{
	background-image:url(/img/sidebar.jpg);
	background-repeat: no-repeat;
	background-color: #f37021;
	width: 196px;
    	font-size: 12px;
 	color: #000000;
	text-align:left;
	vertical-align: top;
}

.content {
    font-size: 12px;
 	color: #000000;
 	vertical-align: top;
 }

.content2{
    font-size: 12px;
  	color: #000000;
  	vertical-align: top;
  	padding: 10px;
 }

.content3{
    font-size: 12px;
  	color: #000000;
  	vertical-align: top;
  	padding: 10px;
 }

.content2 a{
  	color: #f37021;
  	vertical-align: top;
 }

.topnav {
	background-image: url(/img/menu-bar.png);
	background-repeat: no-repeat;
	height: 30px;
}

.topnav a {
	color: #ffffff !important;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 30px 7px 30px;
	line-height: 30px;
}

.topnav a:hover {
	color: #cccccc !important;
	background: url(/img/nav_bg.gif) no-repeat bottom center;
}

.topnav2 {
	background-color: #ffffff;
	height: 30px;
}

.topnav2 a {
	color: #ffffff !important;
	font-size: 12px;
	padding: 7px 14px 7px 14px;
	line-height: 30px;
}

.topnav2 a:hover {
	color: #cccccc !important;
	background: url(/img/nav_bg.gif) no-repeat bottom center;
}

.headertxt {
	font-size: 12px;
}

.mainmenu{
	padding: 10px;
}

.mainmenu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.mainmenu li {
	background-position:0px 5px;
	padding-left:0px;
	margin-bottom: 3px;
}

.menu ul {
	list-style-type:square;
	padding:0px;
	margin:0px;
}

.menu li {
	background-position: 0px 5px;
	padding-left: 14px;
}
#foldheader{
	cursor:pointer;
	cursor:hand;
	list-style-image:url(plus.gif);
	margin-bottom: 3px;
}

#foldinglist{
	list-style-image:url(list.gif);
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

.img {
	display: block;
}

.our-price {
	color: #060;
}
/* @end */


.row-color-even {
	background-color: #ffffcc;
}