/* CSS FOR ALL SYSTEM PLUGINS */
/* BLOG STYLES */
#blog {
	width: 100%
}

#blog-body {
	border-right:solid #E9E9E9 1px;
	padding-right: 10px;
}


#blog-sidebar {
	width: 230px;
	padding-left: 10px;
}

#blog-calendar {
	background-color:#eaeaea;
	border:solid silver 1px;
	margin:0 0 10px 0 !important;
	padding:0
}
#blog-calendar td {
	padding:3px;
	text-align: center !important;
	background-color: white
} 
#blog-calendar .day-has-entries {
	background-color:silver !important;
}
#blog-calendar .day-has-entries a {
	color: black !important;
	font-weight: bold
}

#blog-calendar .current-day {
	background-color:whitesmoke !important;
	color: black
}


#blog-calendar .date-header {
	background-color:#f5f5f5 !important;
	color:black;
	text-align: center
}
#blog-calendar select {
	margin:0;
	padding: 3px
}

#blog-authors {
	margin-bottom:20px;
}
#blog-categories {
	margin-bottom:20px;
}
#blog-datearchive {
	margin:10px 0 30px;
}
#blog-datearchive a, #blog-categories a, #blog-authors a {
	display:block;
	border-bottom: solid #DEDEDE 1px;
	text-decoration: none;
	padding-bottom: 5px;
	color: #21759B
}

#blog-categories a.active {
	font-weight: bold !important
}
#blog-categories a.active {
	font-weight: bold !important
}

#blog_search { 
	margin-bottom: 20px;
}
#blog_search input, #blog_search select, , #blog_search submit { 
	height: 25px;
	padding: 3px;
	margin:0
}

#blog-commentform {
	background-color:none !important;
	padding:0;
	margin:0;
	width: 440px;
}


#reader-comments img {
	background-color: none !important;
	padding:0;
	margin:0;
}
#reader-comments h2 {
	font-size: 16px !important;
	margin:0 0 15px 0 !important;
}

#reader-comments separator {
	margin:10px 0 15px 0 !important;
}


#blog-comments {
	background-color:#EAEBE5;
	width:400px;
	padding: 20px;
	border: solid silver 1px
} 
#blog-comments .comment-title {
	font-size: 24px
}

.blog-widget {
	width: 230px;
	margin: 0 0 0 0;
}

.blog-widget p {
	font-size:14px;
	font-weight: bold;
	color: black;
	margin: 0 0 7px 0 !important;
	padding: 0
}

#blog_recentposts img {
	padding:0 !important;
	margin:0 !important;
	background-color:none !important
}

#blog-mediaviewer img {
	background-color:none !important
}
#blog-mediaviewer {
	margin:0;
}
#blog-mediaviewer td {
	padding:0;
	border: none;
}

.imagewidget {
	background-color: none
}

/* BLOG POST STYLES  */
#blogpost {
	margin-bottom:10px
}

#blogpost .preview {
	float: left;
	width: 461px
}

#blogpost .separator {
	clear:both;
	margin:15px 0 15px 0;
	border-bottom:dotted whitesmoke 1px;
	background-color: #e9e9e9;
}

#blogpost .blog-photo {
	float:left;
	width:200px;
	height:200px;
	margin:0 15px 15px 0;
	border: solid silver 1px
}

#blogpost h1 {	/* applied to the title of a blog entry */
	font-size:26px;
	color:#708090;
	font-family:arial,Tahoma;
	margin:0 0 5px 0 !important;
	padding: 0;
	font-weight:bold
} 

#blogpost a {
	text-decoration:none;
}

#blogpost p {
	padding-right: 10px
}

#post-details span {
	padding: 3px;
	background-color: #F3F3F3
}

#post-details {
	font-size: 11px;
}

/* blog tags cloud formatting */
#blog-tagcloud {
	margin-bottom:30px
}

#blog-tagcloud a {
	font-family:Helvetica,times;
	text-decoration:none;
	color:black
}
#blog-tagcloud .title {
	color:black;
	font-size:18px;
	margin:0;
	padding:0
}
#tag0 { font-size: 9px; }
#tag1 { font-size: 10px; }
#tag2 { font-size: 11px; }
#tag3 { font-size: 12px; }
#tag4 { font-size: 13px; }
#tag5 { font-size: 14px; }
#tag6 { font-size: 15px; }
#tag7 { font-size: 16px; }
#tag8 { font-size: 17px; }
#tag9 { font-size: 18px; }
/* LOGIN FORM */
#login {
	
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}
/* KNOWLEDGE BASE STYLES */
#searchtable {color: black}
.Knowledge_Base_Search {
	background-color:silver;
	width:500px;
	color: black;
	xxborder: solid silver 1px;
} /* applied to the table containing the knowledge base search box */

.Knowledge_Base_Search_Header {
	font-family:Tahoma,Arial;
	font-size:13px;
	color:white;
	background-color:silver;
	font-weight:bold;
	padding: 5px
} /* applied to the header of the knowledge base search box */

.Knowledge_Base_Search_Body {
	background-color:white;
	color: black;	
}

.Knowledge_Base_Article_Details_Header {
	font-family:Arial;
	font-size:11px;
	color:black;
	background-color: white;
	font-weight:bold;
	text-decoration:none;
	padding: 3px;
	border-bottom: solid silver 1px;
} /* applied to the header solution information panel */

.Knowledge_Base_Article_Details_Body {
	font-family:Arial;
	font-size:11px;
	color:Black;
	xxbackground-color:#F1F1FF;
	text-decoration:none
} /* applied to the body of the solution information panel */ 

.Email_Article_Header {
	background-color:silver;
	color:Black
} /* applied to the header of the email an article to a friend option */

.Search_Results_Article_Normal {
	font-size: 14px;
	background-color:white;
	color:black;
	text-decoration:none
} /* knowledge base search results links - normal state */

.Search_Results_Article_Hover {
	font-size: 14px;
	background-color:#FFF7C6;
	color:red;
	text-decoration:underline
} /* knowledge base search results links - hover state */

.search_results_title {
	font-size: 24px;
	font-weight: normal;
	margin-top:0;
}
/* Viewing a Solution */

.problem {
	font-size :28px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: normal;
}
.section_header {
	display: none;
}
.content {
	font-size: 14px;
}

/* new KB layout styles */
#kbright {
	border: solid silver 1px;
	margin-bottom: 10px
}
.group_articles {
	float:left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 25px;
	height: 175px;
	line-height: normal;
}
#kbleft ul {
	list-style: none;padding:0
}
#kbleft ul a {
	font-size: 14px;
	text-decoration: none
}
#kbleft ul li ul li {
	padding: 0px 0 3px 0;
	margin-bottom: 5px;
	line-height: normal;
}
#kbleft h3 {
	margin-top: 0 0 5px 0 !important;
	line-height: normal;
}
#kbleft h3 a {
	margin:0 0 15px 0;
	font-size: 24px;
	color: black;
	font-weight: normal
}
#kbright h3 a {
	font-size: 14px;
	color: black;
	text-decoration: none
}
#kbright a {
	text-decoration: none
}
.article {
	color: #363636
}
.morearticles {
	font-size:11px !important
}
.topic {
	font-size:11px;
	color:##7e7e7e !important;
}
#category_tree li {padding:0 2px 3px 0}
#category_tree ul { padding: 0 0 0 15px; list-style: none; margin: 0}
.kbtrail {
	text-decoration: none;
	color: #a2a2a2
}


/* EVENT SEARCH*/
/* title="Events" */
.e-header, .e-header td {
	background:#91999E; /* edit="Section Header BG color" */
	font-weight: bold; 
	color:#FFFFFF; /* edit="Section Header FG color" */
}
#event-search table td  {padding: 7px !important;}
#search-table { 
	background:#D5F0EC; /* edit="Search table BG color" */
	margin-bottom: 10px; color: black; width: 100%; 
}
#search-table input {padding: 2px}
#search-table {border: solid silver 1px}
#event-details .description { color: #474747 }
#event-details a {color: black }
.years{ font-size: 18px; background-color: transparent  }
.event-year {background-color: transparent ;}
.course-month {float:left; margin-right: 7px; background-color: silver; width: 60px; padding: 3px}
.course-month a {color: white !important; text-decoration: none}
#course-table .odd {
	background-color:#85FFDA; /* edit="Odd rows BG color" */
}
#course-table .even {
	background-color:white; /* edit="Odd rows BG color" */
}

/* EVENT CALENDAR */

#calendar a {
	font-size: 11px
}
.Calendar {
	background-color:silver
} 
.Calendar_Header {
	background-color:#eaeaea;
	font-size:20px;
	color: black
} 
.Calendar_Days_Header {
	background-color:#b4b4b4;
	font-weight:bold;
	color:black
} 
.Calendar_Cell_Formatting {
	background-color:white;
	color: black;
}
.Calendar_Current_Day_Formatting {
	background-color:whitesmoke;
	color: black;
} 
.Calendar_Event {
	background-color:ivory
} 

/* TESTIMONIALS */
#testimonials #view-submitter {
	font-family: arial;
	font-size: 24px;
}
#testimonials .list-submitter {
	font-family: arial;
	font-size: 11px;
	font-weight: bold
}
#testimonials hr {
	color: #f5f5f5;
	border: solid #eaeaea 1px;
	margin:10px 0 10px 0
}
.r7info, .r7success, .r7warning, .r7error {
    border: 1px solid;
    margin: 15px 0px;
    padding:15px 20px 15px 55px;
    width: 500px;	
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    text-shadow: 2px 2px 2px #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.r7info {
    color: #00529B;
    background: #BDE5F8 url('/images/icon-info.png') no-repeat 10px center;
}
.r7success {
    color: #4F8A10;
    background: #DFF2BF url('/images/icon-ok.png') no-repeat 10px center;
}
.r7warning {
    color: #9F6000;
    background: #FEEFB3 url('/images/icon-warning.png') no-repeat 10px center;
}
.r7error {
    color: #D8000C;
    background: #FFBABA url('/images/icon-error.png') no-repeat 10px center;
}

/* NAVIGATION CONTROLS */
#navigator .navigation {
	background-color:#EBF2FF;
	color: #0066CC;
	font-weight: bold;
	border:solid silver 1px !important;
	padding:3px !important;
	font-size:10px;
	font-family:Verdana,Georgia;
	text-decoration:none !important;
}
#navigator .current {
	background-color:white !important;
	color:black !important;
	border: none !important
}
#navigator .pages {
	background-color:white;
	color:black !important;
	font-weight: normal;
}
/* MESSAGE BOARD STYLES */

.Message_Board {
	background-color:silver;
	color: black;
	font-size:12px;
} /* applied to the table containing the message board and topics listing */

.Message_Board_List {
	background-color:whitesmoke
} /* applied to each row of the message board list */

.Message_Board_List_Header {
	background-color:#ECF0F2;
	color:black;
	font-size:13px;
	font-weight:bold
} /* applied to the header of the message board topic listing */

.Message_Board_Title {
	color:black;
	font-size:12px
} /* applied to all titles in the message board area */

.Message_Odd_Threads {
	background-color:#F1F1F1;
	color:black
} /* applied to the odd rows of the topics listing */

.Message_Even_Threads {
	background-color:#FFFFFF;
	color:black
} /* applied to the even rows of the topics listing */ 

.r7button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
    background: -moz-linear-gradient(center top, #ffffff 0%, #f8f8f8 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0px 1px 0px #ffffff;
    padding: 10px 15px;
    border-color: #dbdbdb;
    border-width: 1px;
    border-style: solid;
    font-family: Helvetica;
    font-size: 12px;
    color: #5e5e5e;
    font-weight: bold;
}
a.r7button {
    text-decoration:none;
	color: #5e5e5e
}
.r7button:hover {
    color: #77a918;
}
.r7button:active {
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 10px 3px #ededed inset;
    -moz-box-shadow: 2px 2px 10px 3px #ededed inset;
    box-shadow: 2px 2px 10px 3px #ededed inset;
}
/* NEWS STYLES */

#news-calendar td {padding: 8px}
#news-calendar .month-header {background: #fbfbfb}
#news-calendar .day-header {background: #d7d7d7}
#news-calendar {background: #d8d8d8}

.news_table {
	color:black;
	font-family:arial
} /* applied directly to the table holding the news plugin */

.News_Release_Title {
	font-size:18px;
	font-weight:bold
} /* used for the title when you view a news release */

.News_Previewtext {
	font-family:arial
} /* applied to the news release preview text on the news listing */

.News_Previewtext_More {} /* applied to the [more] text beside the news release preview text on the year listing */

.News_Title_Link {
	text-decoration: underline;
	color: #ed7b78 !important;
	font-family:arial
} /* applied directly to the title/topic on the news listing */
#myaccount-header { background-color: #363636; color: white; font-size: 12px }
#myaccount-menu { list-style:none; margin-left:0; -webkit-padding-start: 0px; }
#myaccount-menu li  { border-right: solid #d8d8d8 1px; border-left: solid #d8d8d8 1px; border-top: none; padding: 5px; display: block; padding:5px; margin: 0 !important }
#myaccount-menu li:last-child  { border-bottom: solid #d8d8d8 1px;  }
#myaccount-menu li a { text-decoration: none; color: #6c6c6c; font-weight: bold; padding: 2px; display: block }
#myaccount-menu li:hover { background-color: #eaeaea; color: black !important; font-weight: bold; }
.myaccount-menu-active, .myaccount-menu-active a { background-color: #eaeaea; color: black !important; font-weight: bold; }
#myaccount-menu .myaccount-menu-active { background-color: #eaeaea; color: black !important; font-weight: bold; }
.account-menu {width: 200px}

/* STORE CHECKOUT */
#accountinfo, #newsletters {	/* main styles for each of the checkout sections */
	width: 100%;
	xheight: 165px;
	border: solid #e9e9e9 2px;
	margin:0 10px 20px 0;
	color: #666666;
	background-color: #fcfcfc
}

.current-button { /* applied to the current of the 2 checkout buttons  */
	background-color: #d8d8d8  !important;
	color: black !important;
}

#confirm-order-message { 
	margin: 0 0 10px 0; 
	font-size: 13px
}

#purchase-summary {
	color: black;
}
#purchase-summary td {
	padding: 5px;
}

.grand-total {
	border-top: solid silver 1px;
	background: #d8d8d8;
	font-weight: bold;
	font-size: 14px;
}

.order-total { /* order total button on checkout form */
	background-color: whitesmoke  !important;
	color: black !important;
	float:right;
	font-weight: bold;
	border: solid black 1px
}

#myaccount #accountinfo a {  /* applied to all links in the checkout sections */
	color: #666666
}

.profile {
	font-weight: normal
}

.profile a {
	color: black !important;
}

.checkouterror {
	color: red;
	font-weight: bold
}

.account-section-header {
	background-image:url(../images/myaccount-header.gif);
	background-repeat:repeat-x;
	height: 30px;
	wdidth: 47%;
	padding-top: 8px;
	margin: 0;
}

.account-section-header a {
	float: right;
	margin:0px 10px 0 0;
	color: #666666
}

.account-section-header span {
	padding-left: 10px;
	font-weight: bold;
	font-family: verdana;
	font-size: 16px;
	color: black
}

#accountinfo .profile, #newsletters .profile {
	padding: 15px 0 20px 20px;
	margin:0
}

.confirm-order { /* additional CSS applied only to the 'confirm order' checkout buttons (buttons than can be clicked) */
	color: white !important;
	background-color: #8080ff !important;
	border: solid #a2a2a2 1px;
}

/* STORE  STYLES */

/* Style for the main product detailed view */
#product-image {float: left; padding-right: 30px; width: 40%}
#product-summary {float: left; width: 50%}
#product-summary .description {color: #7e7e7e; font-size: 28px; font-weight: bold}
#product-summary .productsummary {margin: 20px 0 20px 0;}
#product-summary .price {font-size: 26px; font-weight: bold; color: black}
#product-summary .sale-price {font-size: 17px; font-weight: bold; color: silver}
#product-summary .links {margin-top: 15px}
.store-products {	/* Applied to the div wrapper of the store products */
	float:left;
	width:70%
}
.jThumbnailScroller { width: 100% !important }
.variant1, .variant2, .variant3 {
	width: 190px
}
#store-wrapper ul li {list-style: none !important}
/* applied to the undo link present when a user chooses a product narrowing option*/
.undo {color: red; font-weight: bold; font-size:11px}
#store-brand-links a {text-decoration: none; color: black; font-size :28px; font-weight: normal}

#store-wrapper {/* applied directly to the table that holds the entire store. (Search, product thumbnails, sidebar, etc) */
	float:left;margin-right: 15px; width: 180px
}
#store-wrapper .section-header {font-size: 18px; font-weight: bold; color: black; margin-bottom: 0px;}
#store-wrapper .store-options { width: 160px;}
#store-wrapper .category-title {color: black; font-weight: bold; font-size: 13px }
#store-wrapper .section-image { margin-bottom: 30px; padding: 3px; border:solid #d8d8d8 1px; max-width: 724px }
.category-image-wrapper { text-align: center; float: left; padding:0; margin-right: 15px; width: 170px; height: 150px; overflow: hidden }
#store-wrapper .category-image-container { height: 128px }
#store-wrapper .category-image { max-width:170px; max-height: 128px }
#store-wrapper .store-options li { padding-left:0;}
#store-options td {padding:6x 0 6px 0}

.store-options li {list-style: none; padding:0; margin-bottom: 5px}
.store-options a {text-decoration: none; color: #5a5a5a; font-size: 13px }
.store-options ul {padding:0}
#store-header {background: whitesmoke; padding: 5px; margin-bottom: 15px  }
#storetitle {color: black; font-family: arial; font-weight: bold; font-size: 18px}

#feature-products #product-thumbnail {background: #dfffff !important}

#product-thumbnail {background: white; float:left; width:151px; height: 250px; padding: 10px; border: solid #d8d8d8 1px; margin: 0 17px 10px 0}
#product-thumbnail .thumbnail {width: 129px; height: 140px; ; overflow: hidden;margin: 0 auto }
#product-thumbnail .thumbnail img {max-width: 129px; max-height: 129px; display: block; margin: 0 auto }

/*size and hide the overflow of the description so it does not bleed out of it's allotted space*/
#product-thumbnail .description {margin: 5px 0 10px 0; color: red !important; overflow: hidden}

#product-thumbnail a {color: #0080c0 !important; font-weight: bold}
#product-thumbnail .price {font-size: 16px; font-weight: bold; color: black}
#product-thumbnail .regular-price {font-size: 11px; font-weight: bold; color: silver}

.ProductAndCategory_Headers { /* applied to the "Product Categories" table header if categories are used */
	background-color:black;
	color:white;
	padding:3px;
	height:22px
} 

.Product_Category_Images_Enclosure {/* applied to each cell of the product category images */
	font-size:12px
} 

.Product_Shop_Search_Header {/* applied to the product search header area */
	background-color:#5a5a5a;
	color:white;
	font-size:11px
} 

#product-details { margin-top: 20px }
#metadata td {	/* style for the product metadat table on the product view page */
	padding: 2px;
	font-size: 11px
}

.Metadata_Header {/* applied to the store meta data header */
	background-color:#7e7e7e;
	color:white;
	font-size:11px;
	font-weight:bold
} 

.Project_List_Header {/* applied to the shopping project header */
	background-color:#EDF8F9;
	color:black;
	font-size:12px;
	font-family:arial
} 

.Product_Customization_Options_Header {
	font-weight:bold
}

.Product_Description { /* applied to the product description */
	color:black;
	font-size:11px
} 

.Product_Title {
	color:#0098E3;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold
} /* applied to the product title */

.Product_Sale_Price { /* applied to the sale price text in the store below the thumbnail */
	color:red
} 

.Product_Images { /* applied directly to the image thumbnails */
	border:solid silver 0px
} 

.Product_Bottom_Border { /* used to add a border to the store products bottom edge  */
	border-bottom:solid #EDF8F9 1px
}

.Product_Right_Border { /* used to add a border to the store products right edge  */
	border-right:solid #EDF8F9 1px
}

.Product_Review { /* applied directly to the table used when you view a product */
	padding:10px
}

.Product_Review_Title { /* applied to the title when you view a product */
	font-family:Verdana;
	font-size:16px;
	color:red;
	font-weight:bold
}

.Product_Medium_Image { /* applied to the medium size image of the product review */
	width: 100%
}

.additional-image {		/* applied to the additional product images typically below the medium size image */
	float: left;
	margin-right: 10px;
	width: 63px;
	height: 63px;
	border: solid silver 1px;
	margin-top: 10px
}

#related_products {
	padding:10px
}


#storecategories { /* ----------store categories styling-------------- */
	border: solid #E0E0E0 0px
}
#storecategories, #storecategories li {
	xwidth: 200px	
}
#storecategories ul {
	margin:0; padding:0
}
#storecategories li {
	list-style: none;
	border-top: solid #E0E0E0 0px; 
	background-color: #F5F5F5;
	float:left
}
#storecategories li {
	background-image:url(config/images/sep2.gif); 
	background-position: bottom; 
	background-repeat: no-repeat
}
#storecategories a {
	color: #6c6c6c; 
	padding: 7px; 
	display: block; 
	text-decoration: none; 
	font-family: arial; 
	font-size: 11px
}
#storecategories a:hover {
	text-decoration: underline
}
#storecategories .previous {
	background-color: silver; 
	color: white
}
#storecategories .current {
	color: black; 
	font-weight: bold
}
#storecategories #storecategoryheader {
	background-color:black; 
	color:white; 
	font-weight: bold;
	display:block;
	border: none
}
#storecategoryheader a {
	color:white
}
/* SHOPPING CART */
#cart {	/* applied to the table containing the shopping cart */
	font-size:12px;
	color: black;
}

#cart a {	/* applied to the table containing the shopping cart */
	color: black;
}
.amount-column {text-align: right}
#buttons {background:whitesmoke;margin-top: 10px}
#buttons td {vertical-align: middle !important}

.checkout-button {	/* applied to the checkout buttom on the shopping cart */
	background-color: #8080FF !important;
	color: white !important;
}

#cart td {
	padding: 5px 10px 5px 10px !important;
}

#cart .header {	/* shopping cart header "QTY/PRODUCT/PRICE */
	background-color: #E5E5E5;
	color:#6c6c6c;
	font-size:13px;
	font-weight:bold;
	height: 40px
} 

#cart .items {	/* applied to each row of the cart items */
	background-color: white;
	color: black;
} 

/* loyalty shopping option */

#loyalty_shopping {
	background-color:whitesmoke;
	margin-top:20px;
	border:solid silver 1px;
	color: black
}

#loyalty_shopping p {
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:12px
}

#loyalty_shopping span {
	border:solid black 1px;
	padding:5px;
	background-color:silver;
	color:white
}
#blog-recent-entries .blog-photo {
	float: left;
	margin: 0 15px 5px 0;
	width: 65px;
	height: 65px
}
#blog-recent-entries .blog-title {
	margin: 0 0 5px 0;
	font-size: 14px;
}
#blog-recent-entries .blog-summary {
	font-size: 12px;
	margin-bottom: 4px
}
#blog-recent-entries .divider{
	margin-bottom: 10px;
}
#blog-recent-entries a {
	font-size: 11px;
}

/* Styles for the site search page input box and submit button */
#searchinput {
	background-color:whitesmoke;
	border-left-width: 1px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	height:19px
}
#searchbutton {
	background: url(/images/btnkbgo.gif); 
	width:62px;height:24px
}
#searchresults td {
	padding:2px
}
.search-highlight {
	font-weight:bold; color: black
}
.search-results-title { 
	font-size: 24px; color: silver; font-weight: bold; margin-bottom: 20px 
}
#simple-searchresults-wrapper { 
	font-size: 11px
}
.search-title { 
	color: #3E9AD5; font-size: 14px
}
.search-link { 
	color: #DE570D; font-size: 11px; font-weight: normal
}
.search-excerp { 
	color: silver 
}
.search-divider { 
	margin:10px 0 10px 0; border-bottom: solid silver 1px; height: 0px
}

.adbutton {
	width: 80px;
	text-align: center;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #a194a1) );
	background:-moz-linear-gradient( center top, #ededed 5%, #a194a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#a194a1');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#403840;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.adbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a194a1), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #a194a1 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a194a1', endColorstr='#ededed');
	background-color:#a194a1;
}.adbutton:active {
	position:relative;
	top:1px;
}
#member-search {
	font-family: arial;
	font-size: 12px
}
#category-list {
	border: solid #CFCFCF 1px;
	background-color: #F4F4F4;
	width: 610px;
	height: 132px
}
.member {
	width: 100%;
	position: relative;
	font-family: arial;
	font-size: 12px;
	color: #484848;
	padding: 10px 0 10px 0;
	border-bottom: solid #d8d8d8 1px
}
.memberwrapper {padding: 20px; }
.member .details {
	display: block;
	color: white;
	padding: 7px;
	position: relative;
	top: 30px;
	float: right;
	background-color: #E91E22;
	xborder: solid red 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.member .details a:hover {
	color: white
}
.member .details a {
	color: silver;
	text-decoration: none
}
/*
.member .label, #member-profile .label {
	color: silver
}
*/
.member .company {
	font-size: 16px;
	font-weight: bold
}
#member-profile {
	font-family: arial;
	font-size: 12px
}
#member-profile td {
	padding: 10px 10px 10px 0;
	border-bottom: solid silver 1px
}
.myButton {width: 75px !important; text-align: center !important; margin-right: 10px}

