body{
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #181818;
	padding:0px;
	margin: 0px;
}
h1 {
  line-height: 20px;
}
#left h1 {
  margin: 0;
}
.top{
	height: 93px;
	background:#fff url(../images/topimg-stationarycar.jpg) no-repeat top right;
	white-space: nowrap;
}

.top .logo{
	margin: 0px 30px;
}

#menu a {
	font-weight:normal;
}

body #menu a.head {
/*padding-right:80px;*/
}
body #menu a.head-last {
/*padding-right:0;*/
}
/*
#content {
	width: auto !important;
	margin: 0px 20px  !important;
}

#footer {margin: 0px 20px  !important;
width: auto !important;}
	*/
#content{
  /*background-color: #FFFFFF;*/
  font-size:  12px;
  line-height: 18px;
  vertical-align: top;
}

.left-column{
	vertical-align: top;
	width: 222px;
	border-right: solid 1px #151563;
	background: #fff url(../images/indexleftbg.jpg) no-repeat top right;
}

.left-column h1{
	font-size:  16px;
	line-height: 20px;
	margin: 0px;
}

.footer{
	background-color: #FFFFFF;
	padding:20px;
	border-top: solid 1px #151563;
	text-align: center;
}

a{
	text-decoration: underline;
	color: #ce0000;
	font-weight: bold;
}

 a:hover{
	text-decoration: none;
	color: #161563;
	font-weight: bold;
}

#content h1{
	font-size: 	14px;
	color: #151563;
	line-height: 18px;
	font-weight: bold;
	/*font-family: Arial;*/
}

#content h2{
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 10px 0px;
	padding: 0px;
}


#content h3{
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	color: #181818;
	margin: 0px;
	padding: 0px;
}

#content p{
	margin: 20px 0px;
}

#content input{
 font-family: Arial;
 font-size: 11px;
 border: 1px solid black;
}

#content select{
 font-family: Arial;
 font-size: 11px;
 border: 1px solid black;
}

#content textarea{
 font-family: Arial;
 font-size: 11px;
 border: 1px solid black;
}

#content .data{
 border: 1px solid black;
 font-family: Arial;
 font-size: 10px;
 min-width: 200px;
}

#content .data th{
 background-color: silver;
}


#content .data tr.odd td{
 background-color: #FFFFFF;
}

#content .data tr.even td{
 background-color: #F0F0F0;
}


#content .data td.in-stock{
 background-color: #58ff54 !important;
}

#content .data td.out-of-stock{
 background-color: #ff5454 !important;
}

#content .pagination ul{
	list-style: none;
	display: inline;
}


#content .pagination li{
	list-style: none;
	padding: 0px 5px;
	display: inline;
}

#content .flash{
	background-color: silver;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
}

.form_error{
	color: red;
}

.debug .info{
display:none;
}

ul.cart{
	list-style: none;
	padding-left: 10px;
	margin:  5px 0px;
}

ul.menu{
	list-style: none;
	padding-left: 10px;
	margin:  5px 0px;
}

ul.menu li{
	padding: 5px 0px;
}


ul.menu li a{
	font-size: 13px;

}

ul.submenu li a{
	font-size: 11px;

}


ul.submenu{
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-size: 10px;
}

ul.submenu li{
	background-image: url("../images/li.gif");
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

a.active{
	text-decoration: none;
	color: #161563;
	font-weight: bold;
}
table.calendar{
  background-color: #fff;
}
table.calendar td.noevent{
	width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}

table.calendar .event{
	width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #000;
  color: #ff0000;
  font-size: 10px;
  text-align: left;
  vertical-align: top;
}
table.calendar .event span{
  color: #fff;
  background-color: #000;
  display: block;
  margin: 2px;
  padding: 2px;
}

table.calendar .event a{
  color: #fff !important;
}
table.calendar .event div{
	width: 100%;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #ff0000;
}
.calendar-prev a{
  font-size: 25px;
  text-decoration: none;
}
.calendar-next a{
  font-size: 25px;
  text-decoration: none;
}

.calendar-title{
  font-size: 15px;
}
.calendar-month{
  font-size: 25px;
  line-height: 25px;
}
div.calendar_logo{
  display: none;
}

#sf_admin_container #sf_admin_bar {
  right: 0px !important;
  }
  
#sf_admin_container label {
    /*border: 1px solid red;
  */}  
  
#sf_admin_container .form-row .content {
    /*border: 1px solid red;
    */display: inline;
    padding-left: 0em !important;
    height: 30px;
    width: 300px;
}

