/*Frontend Styles*/
.transportation_button {
    background-color: #3D65A3;
    background-image: url("/img//truck_icon.png");
    background-position: 25px center;
    background-repeat: no-repeat;
    border-radius: 2px;
    color: #97A8EC;
    font-size: 15px;
    height: 68px;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 10px 10px 10px 77px;
}
.transportation_button a {
    color: #97A8EC;
    text-decoration: none;
}
.transportation_button p{padding:0}
.cont_pad {
    height: 100%;
    margin-bottom: 10px;
}
.cont_pad a {
    color: #6C80F1;
    display: block;
    font-size: 14px;
    padding: 7px;
}
.img_padd {
    padding-bottom: 10px;
    padding-top: 10px;
}
#customcontent_top {
	margin-bottom:0px;
	width:100%;
	background:url(img/top_banner.gif) repeat-x;
}
#customcontent_top ul li { 
	overflow:hidden;
	padding:6px 18px 27px 16px;
}
#customcontent_top ul li h2 {
	float:left;
	font-size:21px;
	line-height:normal;
	color:#5b5b5b;
	text-transform:uppercase;
	padding:0 0 0 27px;
	background:url(img/h2.png) 0 6px no-repeat;
}
#customcontent_top ul li span {
	text-transform:uppercase;
	display:inline-block;
	padding:8px 0 0 6px;
}
#customcontent_top ul li h3 {
	float:right;
	font-size:21px;
	line-height:normal;
	color:#5b5b5b;
	padding:0 0 0 19px;
	background:url(img/h3.png) 0 0 no-repeat;
	margin-top:1px;
}
#customcontent_left ul li {
  list-style: none;
}
#customcontent_left { margin-bottom:10px;}
#customcontent_left ul li img { vertical-align:top;}
#customcontent_right ul li {
  list-style: none;
}
#customcontent_footer {
	float:left;
	font-size:11px;
	padding-top:3px;
}
/*Backend Styles*/
.customcontent_fieldset.deleteItem {
  background: #F2DEDE;
  border-color: #EED3D7;
}
.customcontent_fieldset {
  margin-bottom: 20px;
}
.customcontent_fieldset label {
  width: 120px;
}
.customcontent_fieldset .left-col {
  float: left;
  margin-right: 20px;
  width: 510px;
}
.customcontent_fieldset .field {
  margin-bottom: 6px;
}
.customcontent_fieldset .html {
  position: relative;
}
.customcontent_fieldset .html .displayed_flag {
  float: right;
}
.customcontent_fieldset .html .language_flags {
  position: absolute;
  top: 0;
  right: 20px;
}
.customcontent_fieldset .deleteItem {
  overflow: hidden;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.customcontent_fieldset .deleteItem input {
  float: left;
  margin-right: 6px;
}
.customcontent_fieldset .deleteItem label {
  width: auto;
  float: none;
  display: inline;
}
.submit-wrapper {
  margin: 20px 0;
}

#customcontent_home {
	margin-bottom:0px;
}
#customcontent_home li img { vertical-align:top;}
#customcontent_home li { float:left;
margin-left:20px;}
#customcontent_home li:first-child { margin-left:0;}