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

body
{
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.7em;
}

a
{
	background-color: transparent;
	color: #f5f5f5;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.cart
{
    background-image: url('../images/icons/cart.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.cancel
{
    background-image: url('../images/icons/cross.png');
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 16px;
    padding-left: 25px;
}

.tick
{
    background-image: url('../images/icons/tick.png');
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 16px;
    padding-left: 25px;
}

fieldset
{
    padding: 5px;
}

h1
{
    margin-bottom: 10px;
}

h2
{
    font-size: 1.6em;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    padding: 2px;
}

h3
{
    border-bottom: 1px dashed #666666;
    font-size: 1.4em;
    font-weight: bold;
    padding: 2px;
}

img, img a
{
	border: 0px;
}

input[type="text"], input[type="password"], textarea
{
	background-color: #f5f5f5;
	color: #333333;
	padding: 2px;
	width: 98%;
}

input[type="submit"]
{
	border: 1px solid #feef00;
	background-color: #000000;
	color: #feef00;
	font-weight: bold;
}

p
{
    margin: 10px 0px 10px 0px;
}

select option
{
    padding: 0px 2px 0px 2px;
}

ul
{
    margin-left: 20px;
}

#container
{
    background-color: #000000;
    color: #f5f5f5;
    margin: auto;
    padding: 3px;
    width: 960px;
}

#acknowledgement
{
    margin: 10px auto;
    text-align: center;
    width: 960px;
}

#container{
    background-color: #000000;
    color: #f5f5f5;
    margin: auto;
    padding: 3px;
    width: 960px;
}

#footer {
    background-color: #feef00;
    color: #333333;
    /*margin: 0px;*/
    padding: 4px;
    text-align: center;
}

#footer ul {
	display: block;
    list-style-type: none;
    text-align: center;
}

#footer li {
    border-right: 1px solid #666666;
    float: left;
    margin: 0px;    
    padding: 0px 10px 0px 10px;
}

#footer li:first-child {
    border-left: 1px solid #666666;
}

#footer a {
    background-color: transparent;
    color: #333333;
}

/*
* Common styling for the 3 floated rows
*/
#header, #menu, #main
{
    margin-top: 0px;
    margin-bottom: 3px;
}

#logo, #counter, #productNav
{
    background-color: #f5f5f5;
    color: #333333;
    float: left;
    text-align: center;
    width: 200px;
}

#banner, #topNav, #content
{
	float: right;
	width: 757px;
}
/*
* End of common styling
*/

#counter, #topNav
{
    height: 25px;
}

#banner
{
    background-color: #feef00;
    color: #333333;
    height: 150px;
}

#content
{   
    /* IE6 min-height hack */
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

#logo {
	height: 150px;
}

/**
* IE6 hack
*/
* html #banner,
* html #topNav
{
    margin-left: -1px;
}

#counter
{
    padding-bottom: 2px;
    padding-top: 2px;
}

#main
{
    background-image: url('../images/content-slice.gif');
    background-position: top left;
    background-repeat: repeat-y;
}

#productNav
{
    font-size: 1.2em;
    text-align: left;
}

/**
* IE6 hack to remove excess padding
*/
* html #productNav
{
    width: 190px;
}

#productNav a {
    background-color: transparent;
    color: #333333;
    display: block;
    margin: 0px;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
}

#productNav a:hover{
    text-decoration: underline;
}

#productNav ul{
    list-style-type: none;
    margin: 0px;
}

	#productNav ul li {
		border-bottom: 1px solid #cccccc;
	    font-weight: bold;
	    margin: 5px;
	    padding: 2px 0 2px 0;
	}

		#productNav ul li a, 
		#productNav ul li span {
			display: block;
			padding: 5px;
		}
		
		#productNav ul li span {
			border-bottom: 1px solid #cccccc;
			margin: -5px 0 0 -5px;
		}
		
			#productNav ul li ul {
			}
			
				#productNav ul li ul li {
					border: none;
				    font-weight: bold;
				    text-align: center;
				}

#productMain{
    /*
    margin-right: 140px;
    */
}

#productWrapper{
    margin-top: 20px;
}

#topNav
{
    background-color: #f5f5f5;
    color: #333333;
    height: 22px;
    padding: 7px 2px 0px 4px;
    width: 751px !important;
}

#topNav a
{
    background-color: transparent;
    background-image: url('../images/icons/bullet_go.png');
    background-position: center right;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: bold;
    padding-right: 20px;
    text-decoration: none;
}

#topNav a:hover
{
    text-decoration: underline;
}

#topNav p
{
    float: left;
    margin: 0px;
}

#topNav ul
{
    list-style-type: none;
    margin: 0px 0px 0px 90px;
    padding: 0px;
}

#topNav ul li
{
    display: none;
}

#topNav ul li:first-child
{
    display: block;
}

#panelWrapper
{
    margin-top: 3px;
}

#productsPanel
{
     float: left;
}

#galleryPanel
{
    float: left;
}

#newsPanel
{
    float: left;
    margin: 0px 3px 0px 3px;
}

#productsPanel, #galleryPanel, #newsPanel
{
    background-color: #f5f5f5;
    color: #333333;
    padding: 3px;
    width: 244px;
    
    /* IE 6 min-height hack */
    min-height: 370px;
    height: auto !important;
    height: 370px;
}

/**
* IE 6 hack as news panel appears to be too big in this browser
*/
* html #productsPanel
{
    width: 230px;
}

* html #newsPanel
{
    width: 240px;
}

* html #galleryPanel
{
    width: 230px;
}
/**
 * End of IE6 hacks
 */

#swatch
{
    border: 1px solid #cccccc;
    float: right;
    width: 130px;
}

#swatch a
{
	color: #f5f5f5;
	text-decoration: none;
}

#swatch a:hover
{
	background-color: #f5f5f5;
	color: #333333;
}

#swatch img
{
	display: inline;
	padding-right: 20px;
}

#swatch ul
{
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#swatch li{
	margin: 5px 0px 5px 10px;
}

/**
* Styles by class
*/
.album{
	background-color: #f5f5f5;
	color: #333333;
	margin: 20px 0px 20px 0px; 
	padding: 5px;
}

.album a{
	background-color: #transparent;
	color: #333333;
	font-weight: bold;
}

.albumDesc{
	vertical-align: top; 
	width: 75%;
}

.albumPic{
	width: 25%;
}

.clearFloat{
    clear: both;
    margin: 0px;
    padding: 0px;
}

.catSummary
{
	background-color: #ffffff;
	color: #333333;
    float: left;
}

	.catSummary a img
	{
		display: block;
	}

#salePromotion {
	float: right;
}

.comment{
    margin-bottom: 40px;
    margin-top: 40px;
}

.newsticker {
	display: block;
}

.newsItem
{
    background-color: #f5f5f5;
    color: #333333;
    margin-bottom: 10px;
}

.newsItem a
{
    display: block;
    background-color: transparent;
    color: #333333;
    height: 115px;
    padding: 5px;
    text-decoration: none;
}

.newsItem a:hover
{
    background-color: #cccccc;
    color: #333333;
}

.newsItem img
{
    float: left;
    margin-right: 10px;
}

.newsItemTitle
{
    font-size: 1.4em;
    font-weight: bold;
}

.newsSummary, .newsSummary a
{
    background-color: transparent;
    color: #333333;
}

.newsSummary
{
    margin-bottom: 5px;
    margin-top: 5px;
}

.newsSummary a
{
    display: block;
    padding: 5px;
    text-decoration: none;
    
    min-height: 115px;
    height: auto !important;
    height: 115px;
}

.newsSummary a:hover
{
    background-color: #cccccc;
    color: #333333;
}

.newsSummary a img
{
    float: left;
    margin-right: 10px;
}

.newsSummary a span
{
    font-size: 1.2em;
    font-weight: bold;
}

.productHome
{
	background-color: #f5f5f5;
    color: #333333;
}

.productHome a
{
	background-color: #transparent;
	color: #333333;
	display: block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
}

.productHome a:hover
{
	background-color: #cccccc;
	color: #333333;
}

.productHome a img
{
	float: left;
	margin-right: 10px;
}

.productHome span
{
	font-size: 1.2em;
	font-weight: bold;
}

.productSummary
{
	background-color: #f5f5f5;
    color: #333333;
    margin: 10px 0px 10px 0px;
    padding: 5px;
}

.productSummary a
{
	background-color: #f5f5f5;
	color: #333333;
    text-decoration: none;
}

.productSummary a:hover
{
	background-color: #f5f5f5;
	color: #333333;
    text-decoration: underline;
}

.productSummary span
{
    font-size: 1.2em;
    font-weight: bold;
}

.productImage
{
	display: block;
    float: left;   
    width: 150px;
    margin-right: 20px;
    text-align: center;
}

#message
{
    margin-top: 20px;
    width: 350px;
}

#messageExp
{
    border: 1px solid #cccccc;
    height: 100px;
    margin: 0px;
    padding: 5px;
    width: 338px;
}

.inStock
{
    background-image: url('../images/bg/inStock.png');
}

.inStockExp
{
    background-color: #81B994;
    color: #333333;
}

.outOfStock
{
    background-image: url('../images/bg/outOfStock.png');
}

.outOfStockExp
{
    background-color: #e07d7d;
    color: #333333;
}

.inStock, .outOfStock
{
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: bold;
    height: 30px;
}

.inStock a, .outOfStock a
{
    background-color: transparent;
    color: #333333;
    display: block;
    padding: 8px 5px 5px 40px;
    text-decoration: none;
}

.rss, .atom
{
    background-image: url('../images/icons/feed.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 25px;
}

/**
* These styles are needed by the sIFR javascript - do not edit
*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: -1;
}

.sIFR-replaced {
	visibility: visible !important;
	z-index: -1;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 {
    font-size: 2.4em;
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	letter-spacing: -9px;
	visibility: hidden;
}

.sIFR-hasFlash .navLink {
	font-size: 0.6em;
	letter-spacing: -9px;
	visibility: hidden;
	width: 180px;
}
/**
* End of sIFR styles
*/

.pageButton,
.pageNo,
.pageSelected {
	font-size: 1.2em;
	padding: 5px;
}

.pageSelected {
	font-weight: bold;
}

#manufacturerContainer {
	background-color: #ffffff;
	color: #cccccc; 
	margin-top: 20px;
	width: 100%;
}

#counter {
	margin-bottom: 3px;
}

#quickSearch {
	height: 25px;
	padding: 0px;
}

#quickSearch label {
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	width: 4em;
}

#quickSearch input[type='text'] {
	border: 2px solid #333333;
	width: 7em;
}

#alertEmail {
	width: 10em !important;
}

.affiliateContainer {
	margin: 10px auto 10px auto;
	width: 630px;
}

.affiliate {
	background-color: #f5f5f5;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	color: #333333;
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: center;
	width: 180px;
}

.affiliate a {
	background-color: #f5f5f5;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#content ol {
	margin: 0 40px;
}

#content ol li {
	margin: 5px 0;
}