html {
	margin: 0px; padding: 0px;  
}

body {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

a {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #6666FF;
}

a:hover {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

h1 {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-style: normal;
	font-weight: bold;
	color: #666000;
}


h2 {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
}


h3 {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
}

.smallContactP {
	margin: 0px;
	padding: 0px; 
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 10px;
	font-weight: bold;
	color: #CC0066;
}



.mainTable {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: none;
	border-right: 1px solid #000000;
}

.noPad {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.cellPad10 {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.cellPad5 {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.cellPad3 {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.cellIndent15 {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.cellIndent5 {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.imgPad10left {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 10px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.shopCell {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.flashPad {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
}

.prodTitle {
	margin: 0px;
	padding: 0px; 
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.prodDesc {
	margin: 0px;
	padding: 0px; 
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.prodSKU {
	margin: 0px;
	padding: 0px; 
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.prodPrice {
	margin: 0px;
	padding: 0px; 
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.holiday {
	margin: 0px;
	padding: 0px; 
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

div#navBar {
    background-color: #ffffff;
    display: block;
	font-size: 12px;
	font-weight: bold;
}	

div#navBar a {
    background-color: #ffffff;
	border: none;
	padding: 3px 0px 3px 5px;
	margin: 0px;
    display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}	


div#navBar a:hover {
    background-color: #CCCC99; 
    display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}	

div#onestroke_online_shop a:hover {
    background-color: #ffffff;
}


div#gallery {
    background-color: #ffffff;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
    display: block;
	font-size: 11px;
	font-weight: bold;
}	

div#gallery a {
    background-color: #ffffff;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
    display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}	


div#gallery a:hover {
    background-color: #CCCC99; 
    display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}	

div#shopNav a {
    background-color: #ffffff;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
    display: block;
	font-size: 12px;
	font-weight: bold;
}	

div#shopNav a:hover {
    background-color: #CCCC99; 
    display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}	

div#linkurl a {
    background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
	line-height: 15px;
}

div#linkurl a:hover {
    background-color: #CCCC99; 
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}	

div#linkText {
    background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	line-height: 15px;
}

div#footer p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
