/**
 * @file
 * Block Styling
 */


.block { /* Block wrapper */
  margin-bottom: 1.5em;
}

.block.first { /* The first block in the region */
}

.block.last { /* The last block in the region */
}

.block.odd { /* Zebra striping for each block in the region */
}

.block.even { /* Zebra striping for each block in the region */
}

h2.block-title { /* Block title */
}

#block-aggregator-category-1 { /* Block for the latest news items in the first category */
}

#block-aggregator-feed-1 { /* Block for the latest news items in the first feed */
}

#block-block-1 { /* First block created with "Add block" link */
}

#block-blog-recent { /* "Recent blog posts" block */
}

#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
}

#block-comment-recent { /* "Recent comments" block */
}

#block-forum-active { /* "Active forum topics" block */
}

#block-forum-new { /* "New forum topics" block */
}

#block-locale-language { /* Language switcher block */
}

#block-menu-menu-NAME { /* Custom menu block */
}

#block-node-recent { /* "Recent content" block */
}

#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}

#block-poll-recent { /* "Most recent poll" block */
}

#block-profile-author-information { /* "Author information" block for the profile of the page's author */
}

#block-search-form { /* "Search form" block */
}

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

#block-statistics-popular { /* "Popular content" block */
}

#block-system-main-menu { /* "Main menu" block */
}

#block-system-management { /* "Management" block for Drupal management menu */
}

#block-system-navigation { /* "Navigation" block for Drupal navigation menu */
}

#block-system-user-menu { /* "User menu" block for Drupal user menu */
}

#block-system-help { /* "System help" block */
}

#block-system-main { /* "Main page content" block */
}

#block-system-powered-by { /* "Powered by Drupal" block */
}

#block-user-login { /* "User login form" block */
}

#block-user-new { /* "Who's new" block for a list of the newest users */
}

#block-user-online { /* "Who's online" block for a list of the online users */
}

#boxes-box-side_icons_image,
#boxes-box-side_icons {
	text-align: center;
}

#boxes-box-side_icons_image p,
#boxes-box-side_icons p {
  margin: 0 5px;
  text-transform: uppercase;
	font-size: .7em;
	line-height: 1.5em;
}

#boxes-box-side_icons_image a,
#boxes-box-side_icons a {
  color: #000;
	text-decoration: none;
}

#boxes-box-side_icons_image a:hover,
#boxes-box-side_icons a:hover {
  color: #96451D;
}

#boxes-box-side_icons_image div,
#boxes-box-side_icons div {
	margin-bottom: 18px;
}

#block-boxes-footer-links {
	margin: 0;
}
.sidenav1 {
	display: block;
	width: 90px;
	height: 54px;
	background: url('/sites/all/themes/pasha/images/ship-a-car.png');
	text-indent: -99999px;
}
a.sidenav1:hover {
	background-position: 90px; 0;
}
.sidenav2 {
	display: block;
	width: 90px;
	height: 54px;
	background: url('/sites/all/themes/pasha/images/ship-a-moto.png');
	text-indent: -99999px;
}
.sidenav2:hover {
	background-position: 90px; 0;
}
.sidenav3 {
	display: block;
	width: 90px;
	height: 54px;
	background: url('/sites/all/themes/pasha/images/ship-a-boat.png');
	text-indent: -99999px;
}
.sidenav3:hover {
	background-position: 90px; 0;
}
.sidenav4 {
	display: block;
	width: 90px;
	height: 54px;
	background: url('/sites/all/themes/pasha/images/ship-oversize.png');
	text-indent: -99999px;
}
.sidenav4:hover {
	background-position: 90px; 0;
}
.sidenav5 {
	display: block;
	width: 90px;
	height: 54px;
	background: url('/sites/all/themes/pasha/images/ship-a-container.png');
	text-indent: -99999px;
}
.sidenav5:hover {
	background-position: 90px; 0;
}
.pane-boxes-welcome {
	height: 174px;
	overflow: auto;
	padding: 10px 36px;
	width: 831px;
}

.pane-boxes-welcome h2 {
	font-size: 13px;
}

.pane-boxes-welcome p {
	margin: 0 0 10px;
}

.jspVerticalBar {
	right: 1px !important;
}

.jspTrack {
	background: #E1E1E1 !important;
}

.jspDrag {
	background: #CCCCCC !important;
}