/**

 * Main CSS Stylesheet

 *

 * @package templateSystem

 * @copyright Copyright 2003-2007 Zen Cart Development Team

 * @copyright Portions Copyright 2003 osCommerce

 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $

 */



body {

	margin-top: 38px;

	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 62.5%;

	color: #000000;

	background-color: #e5edf5;

	}

#productsListingTopNumber,
#productsListingBottomNumber {
display:none;
}

a img {border: none; }



a:link, #navEZPagesTOC ul li a {

	color: #71888B;

	text-decoration: none;

	}

 

a:visited {

	color: #71888B;

	text-decoration: none;

	}



a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {

	color: #5AA2AB;

	}



a:active {

	color: #71888B;

	}



h1 {

	font-size: 1.5em;

	color: #9a9a9a;

	}



h2 {

	font-size: 1.4em;

	}



h3 {

	font-size: 1.3em;

	}



h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	font-size: 1.1em;

	}



.biggerText {

	font-size: 1.2em;

	}



h1, h2, h3, h4, h5, h6 {

	margin: 0.3em 0;

	}



/*  Might uncomment either or both of these if having problems with IE peekaboo bug:

h1, h2, h3, h4, h5, h6, p {

	position: relative;

	}

*html .centerColumn {

	height: 1%;

	}

*/



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 1em;

	}



FORM, SELECT, INPUT {

	display: inline;

	font-size: 1em;

	margin: 0.1em;

	}



TEXTAREA {

	margin: auto;

	display: block;

	width: 95%;

	}



input:focus, select:focus, textarea:focus {

	background: #E4FEF5;

	}



FIELDSET {

	padding: 0.5em;

	margin: 0.5em 0em;

	border: 1px solid #cccccc;

	}



LEGEND {

	font-weight: bold;

	padding: 0.3em;

	color: black;

	}



LABEL, h4.optionName {

	line-height: 1.5em;


	}



LABEL.checkboxLabel, LABEL.radioButtonLabel {

	margin: 0.5em 0.3em;

	}



#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;

	}



LABEL.inputLabel {

	width: 9em;

	float: left;

	}



LABEL.inputLabelPayment {

	width: 14em;

	float: left;

	padding-left: 2.5em;

	}



LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {

	width: 11em;

	float: left;

	}



#checkoutPayment LABEL.radioButtonLabel {

	font-weight: bold;

	}



P, ADDRESS {

	padding: 0.5em;

	}



ADDRESS {

	font-style: normal;

	}



.clearBoth {

	clear: both;

	}



HR {

	height: 1px;

	margin-top: 0.5em;

	border: none;

	border-bottom: 1px solid #9a9a9a;

	}



/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {

	line-height: 1.8em;

	padding: 0.2em;

	border: 1px solid #9a9a9a;

	}



.messageStackWarning, .messageStackError {

	background-color: #ff0000;

	color: #ffffff;

	}



.messageStackSuccess {

	background-color: #99FF99;

	color: #000000;

	}



.messageStackCaution {

	background-color: #FFFF66;

	color: #000000;

	}



/*wrappers - page or section containers*/

#mainWrapper {

	text-align: left;

	width: 900px;

	vertical-align: top;


	}



#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;

	}



#logoWrapper{

display:none;

	}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	} 

#navColumnOneWrapper, #navColumnTwoWrapper {

	margin-left: 0.5em;

	margin-right: 0.5em;

	}

	

#tagline {

	color:#000000;

	font-size: 2em;

	text-align : center;

	vertical-align: middle;

	}



#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: right;

	margin: 0em 0em 1em 1em;

	}



.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {

	margin: 0;

	width: 47%;

	}



.wrapperAttribsOptions {

	margin: 0.3em 0em;

	}



/*navigation*/



.navSplitPagesResult {}

.navSplitPagesLinks {}



.navNextPrevCounter {

	margin: 0em;

	font-size: 0.9em;

	}

.navNextPrevList {

	display: inline;

	white-space: nowrap;

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	}



#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {

	margin: 0em;

	font-weight: bold;

	color: #ffffff;

	height: 1%;

	}



#navCatTabsWrapper {
display:none;

	color: #9a9a9a;

	background-image:none;

}



#navMain ul, #navSupp ul, #navCatTabs ul {

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	text-align: center;

	line-height: 1.5em;

	}



#navMain ul li, #navSupp ul li, #navCatTabs ul li {

	display: inline;

	}
#navMain ul li a{
color:#71888B;
font-size:14px;
font-weight:bold;
}
#navMain ul li a:hover{
color:#5AA2AB;
}


#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {

	text-decoration: none;

	padding:0 1em 0 0;

	margin: 0;

	white-space: nowrap;

	}



#navCatTabs ul li a {

	color: #9a9a9a;

	}



#navEZPagesTOCWrapper {

	font-weight: bold;

	float: right;

	height: 1%;

	border: 1px solid #9a9a9a;

	}



#navEZPagesTOC ul {

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	line-height: 1.5em;

	}



#navEZPagesTOC ul li {

	white-space: nowrap;

	}



#navEZPagesTOC ul li a {

	padding: 0em 0.5em;

	margin: 0;

	}



#navCategoryIcon, .buttonRow, #indexProductListCatDescription {

	margin: 0.5em;

	}



#navMainSearch {

	float: right;

	}



#navBreadCrumb {

	padding: 0 1em 0 0;

	font-size: 12px;

	font-weight: bold;

	margin: 0em;

	}



#navEZPagesTop {

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em;

	}



#navColumnOne, #navColumnTwo {

	background-color: transparent;

	}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	}



/*.content,*/ #productDescription, .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0.5em;

	}



.alert {

	color: #FF0000;

	margin-left: 0.5em;

	}

.advisory {}

.important {

	font-weight: bold;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

	

	}



.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 0.9em;

	}



/*Shopping Cart Display*/

#cartAdd {


	text-align: left;

	}
.additionalImages {
text-align:left;
width:100px;
}
.centerBoxContentsProducts a img {
border:5px solid #CCCCCC;
}
#productAttributes{
height:60px;
}
#productAdditionalImages {
width:100%;
border-top:1px dashed #000000;
border-bottom:1px dashed #000000;
}
.tableHeading TH {


	}



.tableHeading, #cartSubTotal {

	background-color: #cccccc;

	 }



#cartSubTotal {


	font-weight: bold;

	text-align: right;

	line-height: 2.2em;

	padding-right: 2.5em;

	}



.tableRow, .tableHeading, #cartSubTotal {

	height: 2.2em;

	}



.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {

	padding: 0.5em 0em;

	}

.cartTotalsDisplay{
display:none;
}
.navNextPrevCounter{
display:none;
}
.navNextPrevWrapper {
border-top:1px dashed #000000;
padding-top:10px;
padding-bottom:5px;
margin-top:10px;
}
.cartUnitDisplay, .cartTotalDisplay {

	text-align: right;

	padding-right: 0.2em;

	}



#scUpdateQuantity {

	width: 2em;

	}



.cartQuantity {

	width: 4.7em;

	}



.cartNewItem {

	color: #33CC33;

	position: relative;  /*do not remove-fixes stupid IEbug*/

	}



.cartOldItem {

	color: #660099;

	position: relative;  /*do not remove-fixes stupid IEbug*/

	}



.cartBoxTotal {

	text-align: right;

	font-weight: bold;

	}



.cartRemoveItemDisplay {

	width: 3.5em;

	}



.cartAttribsList {

	margin-left: 1em;

	}



#mediaManager {

	width: 50%; 

	margin: 0.2em;

	padding: 0.5em;

	background-color: #E4FEf5;

	border: 1px solid #003D00;

	}

.mediaTitle {

	float: left;

	}

.mediaTypeLink {

	float: right;

	}



.normalprice, .productSpecialPriceSale {

	text-decoration: line-through;

	}



.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {

	color: #ff0000;

	}



.orderHistList {

	margin: 1em;

	padding: 0.2em 0em;

	list-style-type: none;

	} 



#cartBoxListWrapper ul, #ezPageBoxList ul {

	list-style-type: none;

	}



#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {

	margin: 0;

	padding: 0.2em 0em;

	} 



#cartBoxEmpty, #cartBoxVoucherBalance {

	font-weight: bold;

	}



.totalBox {

	width: 5.5em;

	text-align: right;

	padding: 0.2em;

	}



.lineTitle, .amount {

	text-align: right;

	padding: 0.2em;

	}



.amount {

	width: 5.5em;

	}



/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {

	margin: 0em 1em 1em 0em ;

	}



.categoryIcon {}



#cartImage {

	margin: 0.5em 1em;

	}



/*Attributes*/

.attribImg {

	width: 20%;

	margin: 0.3em 0em;

}



.attributesComments {}



/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

	}



.centerBoxWrapper {


	height: 1%;

	margin: 1.1em 0;
background:#cccccc;
	}



h2.centerBoxHeading {

	font-size: 1.3em;

	color: #000000;

	}



/*sideboxes*/

.columnLeft {}



h3.leftBoxHeading, h3.leftBoxHeading a,

h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 1em;

	color: #ffffff;

	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {

	font-size: 0.9em;

	color: #ffffff;

}



.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {

	margin: 0em;


	padding: 0.5em 0.2em;

	}



.leftBoxContainer, .rightBoxContainer {

display:none;

	}



.sideBoxContent {

	padding: 0.4em;

	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

	color: #5AA2AB;

	text-decoration: none;

	} 



.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {

	color: #71888B;

	}



.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {

	text-align: center;

	}

.centerBoxContentsProducts{
margin-bottom:20px;
width:150px;
}

#bestsellers .wrapper {

	margin: 0em 0em 0em 1.5em;

	}



#bestsellers ol {

	padding: 0;

	margin-left: 1.1em;

	}



#bestsellers li {

	padding: 0;

	margin: 0.3em 0em 0.3em 0em;

	}



#bannerboxHeading {

	background-color: #0000CC;

}



#upProductsHeading {

	text-align: left;

	}



#upDateHeading {

	text-align: right;

	}



/* categories box parent and child categories */

A.category-top, A.category-top:visited {

	color: #008000;

	text-decoration: none;

	}

A.category-links, A.category-links:visited {

	color: #004080;

	text-decoration: none;

	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {

	color: #FF0000;

	text-decoration: none;

	}

SPAN.category-subs-parent {

	font-weight: bold;

	}

SPAN.category-subs-selected {

	font-weight: bold;

	}

/* end categories box links */



/*misc*/

.back {

	float: left;

	}



.forward, #shoppingCartDefault #PPECbutton {

	float: right;

	}



.bold {

	font-weight: bold;

	}



.rowOdd {

	background-color: #E8E8E8;

	height: 1.5em;

	vertical-align: top;

	}

#cartInstructionsDisplay{
display:none;
}

.rowEven {

	height: 1.5em;

	vertical-align: top;

	}



.hiddenField {

	display: none;

}

.visibleField {

	display: inline;

}



CAPTION {

	/*display: none;*/

	}



#myAccountGen li, #myAccountNotify li {

	margin: 0;

	} 



.accountTotalDisplay, .accountTaxDisplay {

	width: 20%;

	text-align: right;

	/*vertical-align: top*/

	}



.accountQuantityDisplay {

	width: 10%;

	vertical-align: top

	}



TR.tableHeading {

	background-color: #cacaca;

	height: 2em;

	}



.productListing-rowheading {

	height: 2em;

	color: #FFFFFF;

	}



#siteMapList {

	width: 90%;

	float: right;

	}



.ratingRow {

	margin: 1em 0em 1.5em 0em;

	}



LABEL#textAreaReviews {

	font-weight: normal;

	margin: 1em 0em;

	}



#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {

	}

.information {padding: 10px 3px; line-height: 150%;}



#shoppingcartBody #shippingEstimatorContent {

	clear: both;

	}



.seDisplayedAddressLabel {

	background-color:#85C285;

	text-align: center;

	}

.seDisplayedAddressInfo {

	text-transform: uppercase;

	text-align: center;

	font-weight: bold;

	}

#seShipTo {

	padding: 0.2em;

	}

#checkoutSuccessOrderNumber{
display:none;
}















































body {

font-family:Arial, serif;

font-size:13px;

font-style:normal;

font-variant:normal;

font-weight:normal;

line-height:1.7em;

background: #E6E6E6;

color:#000000;

}
.post h1 a{
color:#000000;
}
a {

text-decoration:none;

color:#71888b;

font-weight:600;

}

a:hover {

color:#5AA2AB;

}

.post h1 a {

text-decoration:none;

color:#000000;

font-weight:600;

}

.textwidget{

margin-bottom:15px;

}

.bdate{

font-size:14px;

font-weight:bold;

}

.bauthor{

font-size:14px;

font-weight:bold;

}

.post h1 a:hover {

color:#000000;

}

hr{

margin-top:20px;

border:0;

width:620px;

color:#fff;

clear:both;

}

#wrapper {

width:900px;

margin:0px auto;

}

#header {

float:left;

width:900px;

border-bottom:10px solid #CCCCCC;

margin:0;

}

#logo {

float:left;

width:auto;

padding:18px 0 10px;

}

#logo a {

color:#000000;

font-size:60px;

font-weight:600;

text-decoration:none;

border-bottom:none;

letter-spacing:-2px;

margin-left:-3px;

}

#logo h2 {

font-size : 18px;

font-weight : 200;

padding : 20px 4px 0 0;

letter-spacing : -1px;

}

#nav {

float:right;

width:auto;

padding:12px 0 0;

}

#nav ul {

height:50px;

float:right;

}

#nav li {

text-align:center;

float:left;

display:inline;

width:auto;

}

#nav li a {

font-size:20px;

font-weight:400;

display:block;

padding:15px;

border-bottom:none;

}

#nav li a:hover {

background-color:#f7f7f7;

}

#blurb {

font-family:Arial;

height:auto;

width:100%;

float:left;

padding:20px 0 0 0;

font-size:32px;

font-weight:400;

line-height:120%;

}

#blurb:hover {

color:#e12000;

}

#content {

width:620px;

float:left;

padding:0 0 30px 0;

min-height:420px;

}

.post {

padding:0 30px 0 0;

}

.post p {

margin:14px 0 14px 0;

}

.post em{

font-style:italic;

}

.post h2 {

font-family:Arial;

font-size:24px;

margin:25px 0 10px 0;

font-weight:normal;

}

.post h1, .post h1 a{

font-family:Arial;

font-size:28px;

margin:30px 0 10px 0;

font-weight:bold;

line-height:32px;

}

.post h1{

border-bottom:8px solid #CCCCCC;

}

.post h3, .post h4 {

font-family:Arial;

font-size:20px;

margin:15px 0 10px 0;

font-weight:normal;

}

.post h4 {

font-size:18px;

}

.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {

color:#e12000;

}

.post .indent {

padding-left:10px;

}

.post .indent p {

padding-left:10px;

}

.post small {

font-size:11px;

}

.post small a {

font-weight:normal;

}

.post .alignright {

float:right;

margin-left:10px;

}

.post .alignleft {

float:left;

margin-right:10px;

}

.post .aligncenter {

margin:0 auto;

display:block;

}

.post abbr {

font-weight:normal;

}

.post ul{

list-style:circle;

margin:0 0 0 25px;

}

.post ol{

list-style:decimal;

margin:0 0 0 30px;

}

.post .wp-caption {

background:#f7f7f7;

border:1px solid #ccc;

margin:10px;

text-align:center;

padding:5px 0 0;

}

.post .wp-caption-text {

margin:0;

}

.post .wp-caption a, .post .wp-caption a:hover {

border-bottom:0;

}

.post blockquote {

color:#777;

border-left:5px solid #ccc;

margin:15px 30px 0 10px;

padding-left:20px;

}

.post pre {

font-family:Arial;

font-size:12px;

letter-spacing:-1px;

margin:14px 0 14px 0;

}

.post .message ul {

margin:12px 0 0;

}

.post .message {

display:none;

background:#0F67A1;

margin-top:10px;

padding:20px;

color:#fff;

}

#comments h3, #comments h4{

font-family:Arial;

font-size:24px;

margin:35px 0 5px;

font-weight:normal;

}

#comments h4{

font-size:28px;

}

#comments cite{

font-family:Arial;

font-size:18px;

font-weight:normal;

border-bottom:1px dotted #ccc;

}

#comments em {

font-style:italic;

text-align:right;

}

#comments ol.commentlist li {

margin-top:0px;

border:2px solid #666666;

border-right:0;
border-left:0;

padding:10px 5px 20px 10px;

min-height:110px;
background: #cccccc;

}

#comments p {

margin:10px 0 0 10px;

width:auto;

}

#comments span {

display:block;

color:#eee;

font-family:Arial;

font-size:120px;

font-weight:normal;

float:right;

padding-top:25px;

}

#comments ul.formlist {

margin:20px auto;

width:100%;

}

#comments ul.formlist li {

display:block;

margin:10px 0 0;

}

#comments ul.formlist p{

margin:10px 0 0;

text-align:left;

}

#comments input {

font-family:Arial;

width:370px;

font-size:18px;

font-weight:normal;

}

#comments textarea {

font-family:Arial;

width:100%;

font-size:14px;
color:#666666;

font-weight:normal;
background:#cccccc;
border:none;

}
#comments li.submitbutton input {

text-align:center;

background:#cccccc;

border:none;

color:#666666;

font-family:Arial;

font-weight:normal;

font-size:14px;

width:100%;

}

#comments .center {

text-align:left;

}

#sidebar {

width:250px;

float:right;

margin:0 0 25px 0;

}
#sidebar a{

color:#000000;

}

#sidebar h3 {

padding:25px 0 3px 0;

font-size:18px;

}

#sidebar .block ul {

border-bottom:1px dotted #ccc;

}

#sidebar .block ul .children{

border:0;

padding: 0 0 0 8px;

}

#sidebar .block li {

list-style:none;

}

#sidebar .block li a {

border-bottom:medium none;

display:block;

font-size:30px;

font-weight:bold;

padding:20px 0 2px 0px;

text-transform:uppercase;

}

#sidebar .block li a:hover {



}

#sidebar .widget_search label {

display:block;

padding:25px 0 3px 0;

font-size:18px;

border-bottom:1px dotted #ccc;

margin:0 0 5px;

}

#sidebar .widget_recent_comments li {

background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;

padding:2px 0 2px 15px;

}

#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{

background:none;

border-bottom:1px dotted #000;

text-decoration:none;

color:#000;

font-weight:600;

}

#sidebar .widget_recent_comments li a:hover {

color:#e12000;

border-bottom:1px dashed #e12000;

background-color:#f7f7f7;

}

#sidebar .widget_tag_cloud h3 {

margin:0 0 8px;

border-bottom:1px dotted #ccc;

}

#sidebar .widget_text h3 , #sidebar .calendar h3{

border-bottom:1px dotted #ccc;

}

#sidebar .calendar h3{

display:none;

}

#sidebar #wp-calendar {

width:95%;

text-align:center;

}

#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{

text-align:center;

}

#sidebar #wp-calendar caption {

font-size:18px;

padding:25px 0 3px 0;

}

#sidebar #wp-calendar th {

font-weight: bold; 

border-top:1px dotted #ccc;

border-bottom:1px dotted #ccc;

}

#sidebar #wp-calendar tfoot td{

border-top:1px dotted #ccc;

border-bottom:1px dotted #ccc;

}
#sidebar2 {

width:250px;

margin:0 0 25px 0;

}
#sidebar2 a{

color:#000000;

}

#sidebar2 h3 {

padding:25px 0 3px 0;

font-size:18px;

}

#sidebar2 .block ul {

border-bottom:1px dotted #ccc;

}

#sidebar2 .block ul .children{

border:0;

padding: 0 0 0 8px;

}

#sidebar2 .block li {

list-style:none;

}

#sidebar2 .block li a {

border-bottom:medium none;

display:block;

font-size:30px;

font-weight:bold;

padding:20px 0 2px 0px;

text-transform:uppercase;

}

#sidebar2 .block li a:hover {



}

#sidebar2 .widget_search label {

display:block;

padding:25px 0 3px 0;

font-size:18px;

border-bottom:1px dotted #ccc;

margin:0 0 5px;

}

#sidebar2 .widget_recent_comments li {

background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;

padding:2px 0 2px 15px;

}

#sidebar2 .widget_recent_comments li a,#sidebar2 .widget_recent_comments li a:hover{

background:none;

border-bottom:1px dotted #000;

text-decoration:none;

color:#000;

font-weight:600;

}

#sidebar2 .widget_recent_comments li a:hover {

color:#e12000;

border-bottom:1px dashed #e12000;

background-color:#f7f7f7;

}

#sidebar2 .widget_tag_cloud h3 {

margin:0 0 8px;

border-bottom:1px dotted #ccc;

}

#sidebar2 .widget_text h3 , #sidebar2 .calendar h3{

border-bottom:1px dotted #ccc;

}

#sidebar2 .calendar h3{

display:none;

}

#sidebar2 #wp-calendar {

width:95%;

text-align:center;

}

#sidebar2 #wp-calendar caption, #sidebar2 #wp-calendar td, #sidebar2 #wp-calendar th{

text-align:center;

}

#sidebar2 #wp-calendar caption {

font-size:18px;

padding:25px 0 3px 0;

}

#sidebar2 #wp-calendar th {

font-weight: bold; 

border-top:1px dotted #ccc;

border-bottom:1px dotted #ccc;

}

#sidebar2 #wp-calendar tfoot td{

border-top:1px dotted #ccc;

border-bottom:1px dotted #ccc;

}

#footer {

width:900px;

float:left;

border-top:1px dotted #cccccc;

text-align:center;

padding:30px 0 40px 0;

}

#footer p{

padding:0;
margin:0;

}
#morespace {
height:50px;
}
