
/*--------------------------
	CSS by Rod Miles	
	One Grey Paw
	www.OneGreyPaw.com
	
	September 2008
	
	Print CSS Styles for
	MusicCityCanada.com
----------------------------*/

body { font-family: arial, helvetica, verdana; }

#leftPanel, #header, #footer { display: none; }

#contentBody { width: 90%; }

#productsTable .productsTableHeading td { font-weight: bold; border-bottom: 2px solid #ccc; }


/*----------------------
	Base Classes
-----------------------*/

.adobe { background: url('../images/adobe-icon.gif') no-repeat 0 0; padding-left: 20px; }

.clear { clear: both; }
	
.tBold { font-weight: bold; }
.tItalic { font-style: italic; }
.tSmall { font-size: 0.8em; }
.tLarge { font-size: 1.2em; }
.tCenter { text-align: center; }
.tUnder { text-decoration: underline; }
.tStrike { text-decoration: line-through; }
.tRed { color: #C30C10; }
.tCapitalize { text-transform: capitalize; }
.tUpper { text-transform: uppercase; }

.imgR { float: right; margin: 0.8em 0 1em 1em; }
.imgL { float: left; margin: 0.8em 1em 1em 0; }
 
.horizBorder { border-top: 1px solid #ccc; height: 1px; }
.horizBorderDashed { border-top: 1px dashed #ccc; height: 1px; }
.horizDouble { border-top: 3px double #ccc; height: 3px; }

.pipe { padding: 0 4px; color: #999; }

.required { color: #F11B25; font-weight: bold; }

.noShow { display: none; }
