/**
 * @file
 * Block Styling
 */


.block { /* Block wrapper */
  margin-bottom: 1.5em;
/*  background-color: #F6F6F2;
  border-color: #F9F9F9;
*/}

.sidebars .region-sidebar-first .block {
	padding:10px;
	width:180px;
	margin-bottom:2px;
}

.sidebars .region-sidebar-first h2 {
    border-bottom: none;
    font-size: 1.071em;
    line-height: 1.2;
    margin: 0 0 0.5em;
    padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
}

.sidebars .region-sidebar-first .block ul {
	margin:8px 0;
}

.sidebars .region-sidebar-first .block ul li a {
	color:#FFF;
	text-decoration:none;
}


.sidebars .region-sidebar-first .block ul li.leaf {
	list-style-image:url(../images/arrow-white.png) !important;
}

.sidebars .region-sidebar-first.block ul li.leaf a:link {
	color:#FFF;
	text-decoration:none;
}



.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 */
}

/*.page-admin-store-orders-create #uc-order-create-form .form-radios {
	display:none !important;
}*/

.page-admin-store-orders-create #uc-order-create-form .form-item-customer-type #edit-customer-type-create,
.page-admin-store-orders-create #uc-order-create-form .form-item-customer-type #edit-customer-type-none,
.page-admin-store-orders-create #uc-order-create-form .form-item-customer-type label.option,
.page-admin-store-orders-create #uc-order-create-form .form-item-customer-type label.option {
	display:none !important;
}

.page-node-add-activity #edit-field-activity-type-und .form-type-checkbox {
	float:left;
	width:330px;
	margin-right:10px;
}

#edit-field-activity-status {
	margin-top:0px;
	float:left;
}

#block-search-form {
	background-color:#A9E1FB;
}

#block-masquerade-masquerade {
	background-color:#78D3F9;
}

#block-system-navigation {
	background-color:#33C7F7;
}

#block-menu-menu-general-administration {
	background-color:#00BCF4;
}

#block-menu-menu-reports{
	background-color:#00AEE8;
}



#block-uc-cart-cart {
	background-color:#00CCFF;
	color:#FFF;
	margin:0;
}

#block-views-products-view2-block
{
	width:850px;
	float:left;
	clear:left;
	//margin-top:-250px;
}


#block-block-3 a:link {
	color:#999999;
}


#block-block-3 a:hover {
	color:#FF9900;
}


#block-views-intro-text-block {
	border-bottom:1px dashed #AAAAAA;
	margin-bottom:25px;
	padding-bottom:25px;
	color:#666;
}

#block-block-4{
float:right;
display:inline;
clear:right;
}


#block-block-4 h2 {
	font-size:32px;
	margin-top:15px;
}

#block-block-8 {
	margin-top:25px;
}



#block-block-5 p {
	margin:0;
}

