/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";
html {
	height: 100%;
	width: 100%
}

body {
	height: 100%;
	width: 100%;
	background: #fff  url(/images/bg.gif) repeat center scroll;
	background-attachment: fixed;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
}

a:link {
	color: #127DC1;
	text-decoration: underline;
	padding:0px 2px;
}

a:visited {
	color: #3878a1;
}

a:hover {
	color: #222;
	background:#feee81;
	text-decoration: none;
}

a img {padding:3px;}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.clear{
	clear: both;
}

em {font-style:italic;}

#wrapper {
	height: 100%;
	width: 800px;
	background-color: transparent;
	margin: 0 auto;
	display: block;
}

#header {
	position: relative;
	height: auto;
	width: 800px;
	padding-top: 99px;
	margin: 0 auto;
	background: transparent url(/images/top.jpg) repeat-x 0 0;
}

	#header div.header-content{
		height: 25px;
		background-color: #393945;
		padding:6px;
		padding-top:3px;
		margin-top:10px;
		color:#ddd;
		overflow: hidden;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}

	#header div.enewsletter-form{
		float: left;
		position: relative;
	}
	
			#header div.enewsletter-form label{
				text-align: right;
				display: block;
				float: left;
				padding:7px;
				font-weight:bold;
			}
			
			#header div.enewsletter-form input.text{
				width: 305px;
				height: 15px;
				background: #fff url(images/enter-your-email.gif) no-repeat  50% 50%;
				border: 1px solid #222;
				padding:5px;
			}
			
				#header div.enewsletter-form input.text.active{
					background-image: none;
				}			
			
				#header div.enewsletter-form input.submit{
					-moz-border-radius:5px;
					-webkit-border-radius:5px;
					border: 0;
					padding: 4px;
					cursor: pointer;
					right: 0;
					margin-left: 4px;
					background:#111;
					color:#fff;
					font-weight:bold;
				}	
				
				#header div.enewsletter-form input.submit:hover, #header div.enewsletter-form input.submit:focus  {background:#127dc1;}
				
						div#ie7 #header div.enewsletter-form input.submit,
						div#ie6 #header div.enewsletter-form input.submit{
							position: absolute;
						    top: 2px;
						}
						
						div#ie6 #header div.enewsletter-form input.submit{
							margin-right: -5px;
						}
			
		
	div.breadcrumb {padding:5px;color:#444 !important;}
	div.breadcrumb a {color:#999 !important;text-decoration:none;}
	div.breadcrumb a:hover {color:#222 !important;}
		
	#header div.cart-details{
		display: block;
		float: right;

		padding-left:10px;
		padding:7px;
		background-color: #393945;
	}
	
		#header div.cart-details .gocheckout a {color:#ddd;font-size:0.9em;margin-left:5px;}
		#header div.cart-details .gocheckout a:hover {color:#222;}
		
	
	div.header-adverts{
		float:right;
	}
	
	div.header-adverts div.left-advert{
		width: 318px;
		float: left ;
		margin-right: 0px; 
	}
	
		div#ie7 div.header-adverts div.left-advert,
		div#ie6 div.header-adverts div.left-advert{
			padding: 0;
		}
	
		div#ie6 div.header-adverts div.right-advert{
			float: right;
		}
	
	div.flash-home-showcase{
		color: #000;
		width: 640px;
		height: 284px;
		margin-top: 4px;
	}
	
	div.home-product-thumbs{
		width: 645px;
		height: 195px;
		background:#fff;
		padding-top:10px;
	}
	
		div.home-product-thumbs li{
			display: inline;
			float: left;
			width: 115px;
			margin-right: 4px;
		}
	
			div.home-product-thumbs li {
				width: 125px;
			}
			

			
			div.home-product-thumbs li img{
				width: 115px;
				height: 166px;
			}
			
			div.home-product-thumbs li a div.thumb-desc{
				width: 117px;
				height: 13px;
				padding: 10px 4px;
				color: #444;
				font-size: 11px;
			}
	
			div.home-product-thumbs li a:hover div.thumb-desc {background:#FBF2B4 !important;color:#333}	
	
	.top-page-title{
		font-size: 62px;
		height: 62px;
		width: 624px;
		padding: 8px;
		margin-top: 4px;
		background-color: #000;
		color: #fff;
		line-height: 1.2;
		font-weight: normal;

	}
	
	div.top-nav{
		padding:0;
		margin:0;
		margin-top: 9px; 
		position: relative;
	}
	
		div.top-nav ul li{
			display: inline;
			
		}
			
			div.top-nav ul li a{

				font-weight:bold;
				text-decoration:none;
				display: block;
				padding:5px 10px;
				margin-right: 5px;
				float: left;
				color: #444;
				font-size:1.2em;
				overflow: hidden;
				margin-right: 3px;
				background:#ddd;
				border-top-right-radius:5px; 	-moz-border-radius-topright:5px; 	-webkit-border-top-right-radius:5px;
				border-top-left-radius:5px; 	-moz-border-radius-topleft:5px; 	-webkit-border-top-left-radius:5px;
			}
			
	
				div.top-nav ul li a:hover {
					background:#fff !important;
					color:#127DC1 !important;
					}
				

				
			
	#menu {
		width: 150px;
		margin: 4px auto 0;
		background-color: #fff;
		float: left;
		}		
		
	#menu ul li {
	text-transform: uppercase;
	
	margin-bottom: 4px;
	height: auto;
}

	#menu ul li a {
		height: auto;
		width: 142px;
		display: block;
		padding: 4px 0 4px 8px;
		color: #fff;
		font-weight: bold;
		background-color: #000;
	}	
	
#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}


#container {
	width: 640px;
	margin: 0 ;
	margin-left: 160px;
	overflow: hidden;

	/*background: transparent url(images/content-bg.gif) repeat-y 100% 0;*/
}

.top {background:#fff;}

	div#ie6 #container {
		width: 637px;
		float: right;
		margin-left: 0px;
	}
	
	div#ie7 #container {
		/*background: transparent url(images/content-bg.gif) repeat-y 0 0;*/
	}

#content {
	width: 640px;
	background: transparent url(images/content-bg.gif) repeat-y 0 0;
}

.post {
	margin-bottom: 5px;padding:5px;clear:both;
}

 h1.post-title,
 h2.post-title{
	font-size: 2.6em;
	padding:5px 5px;
	margin-bottom:10px;
	color: #333 !important;
	line-height: 150%;
	border-bottom:1px solid #ddd;
	font-weight: bold;
	text-transform: uppercase;
}


.post-title a {text-decoration:none;color:#333;}

h3.page-subtitle {
	color:#333;
	font-size:62px;
	font-weight:bold;
	height:auto;
	line-height:1.2;
	padding:8px;
	margin-bottom:4px;
	text-transform:uppercase;
	width:624px;
}

	h3.page-subtitle canvas{
		margin-top: 8px;
	}
/*h3.page-subtitle {
	font-weight: bold;
	color: #000;
	font-size: 100%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 0px solid #EFEFEF;
	margin-bottom: 4px;
}
*/
.post-meta {
	color: #777;
	margin-bottom: 10px;
	padding-left:5px;
	font-style:italic;
}


.post-meta a {
	font-style:normal;
}

	.post-meta.post-meta-after {
		text-transform: none;	
	}
	
		
		
		.addthis-container{
			margin-left: 5px;
			width:165px;
			padding:10px; 
			background:#fbf2b4;
			float:right;
		}
		
		.addthis-container a:hover {background:none;}
		
		
			div#ie7 .post-meta.post-meta-after ,
			div#ie6 .post-meta.post-meta-after {
			}
			
			div#ie7 .addthis-container,
			div#ie6 .addthis-container{
				padding-bottom: 5px;
				position: absolute;
				right: 0;
			}

		
		
		.ngg-imagebrowser .addthis-container.addthis-container-gallery{
			margin: 10px auto;
			float: none;
			width: 170px;
		}
		


	
		
		.addthis-container-gallery a,
		.addthis-container-product a{
			color: #000;
		}


		
			div#content div.navigation{
				height: 16px;
				padding: 4px;
				text-transform: uppercase;
				font-weight: bold;
			}


.post-comments {
	float: right;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	background-color: #fff;
	padding:10px;
	color:#444;
}


	.post-content img{
		margin: 0 0 4px 0;
	}
	
		.post-content img.size-full{
			margin-top: -6px;
			margin-left: -4px;
		}
	
	.post-content p{
		line-height: 140% !important;
		margin-bottom:15px;
	}

	
	.post-content input[type='text'], select, textarea {padding:3px !important;border:1px solid #ccc !important;background:#f7f7f7 !important;color:#222 !important;}
	.post-content input[type='submit'], button{background:#222;cursor:pointer;color:#fff;padding:2px;border:none;}
	.post-content input[type='submit'] {padding:3px 10px;}	
	.post-content input[type='submit']:hover, .post-content input[type='submit']:focus{background:#127DC1;color:#fff;}

	button.remove_button {background:#a70000;margin-left:10px;font-size:0.9em;padding-top:1px;}
	button.remove_button:hover {background:red;}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 0px solid #EFEFEF;
	padding: 10px 0 5px;
	color:#777;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}



.post-content img.alignnone {
	background: transparent;
	border: 0px solid #EFEFEF;
	padding: 0px;
}

.post-content p object{
	margin-left: -4px;
	margin-top: -4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	margin-top: 6px;
}

.section-title {
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments{
	color: #fff;
}

 #comments h2.section-title{
	background-color: #000;
	padding: 4px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 4px;
 }

 #comments ol li {
	padding: 4px;
	overflow: hidden;
	height: 1%;
	background-color: #000;

}



.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 4px;
}

	#respond p.logged-in{ 
		display: none;
	}

	#respond h2.section-title{
		color:#333;
		padding: 8px;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		margin-bottom: 4px;
	}

label {cursor:pointer;padding:4px;}	


#respond form {	margin:10px;
	padding:10px;
	background:#eee;
	
	}

#comment-form {

}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
	
}

input[type='submit'] {cursor:pointer;}

#recaptcha-submit-btn-area {margin-top:10px;}

#comment-form textarea {
	height: 120px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width:90%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 160px;
	margin-top: 3px;
	color: #000;
	margin-top:47px;
	
}

#sidebar a {text-decoration:none;}

	
	
.sidepanel {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
	display: none;
}

.sidepanel ul li {
	border-bottom: 0px solid #EFEFEF;
	padding: 0 0 4px 0;
	line-height: 1.2;
	height: auto;
}

	#sidebar ul li.collapsItem a,
	.sidepanel ul li.collapsItem a,
	.sidepanel ul li.collapsPage a,
	.sidepanel ul li.collapsCat a,
	.sidepanel ul li.collapsCatPost a{

	}
	
	.PeCategories li.cat-item {display:block;height:0;margin:0;padding:0;}	
	.PeCategories li.cat-item a, span.category a.productlink, #sidebar ul.stockists li.cat-item a {background:#fff;padding:8px;font-size:1.2em;color:#222;display:block;float:left;}	
	.PeCategories li.cat-item span.category a, #sidebar ul.stockists li.cat-item a, .collapsItem a {
		background:#fff;
		padding:5px;
		width:140px;
		font-weight:bold;
		color:#222;
		display:block;
		float:left;
		margin:0;
		border-bottom:1px solid #333;
		}	
		
		.PeCategories li.cat-item span.category a, a.productlink {background:#fff url(images/arrow_down.png) no-repeat center right !important;}
	
	.collapsItem a {font-size:1.2em;}
	
	.PeCategories li.cat-item ul.SubCategories {display:none;margin:0;padding:0;}
	
	.PeCategories li.cat-item ul.SubCategories li, .sub-page li {text-indent:0px;font-size:1em;}
	.PeCategories li.cat-item ul.SubCategories li a, .sub-page li a, .stockist li.page-item  {
		background:#272727 !important;
		white-space:nowrap;
		text-indent:0px !important;
		font-size:1em !important;
		border-bottom:1px solid #222;
		border-top:1px solid #333;
		padding:7px 3px;
		width:135px !important;
		text-align:left !important;
		margin-right:10px;
		color:#ddd !important;
		display:block;
		float:left;
		font-weight:normal !important;
		}	
	.PeCategories li.cat-item ul.SubCategories li a span {font-size:0.8em;color:#555 !important;}	
	
.PeCategories li.cat-item ul.SubCategories li a:hover, .sub-page li a:hover {background:#127DC1 !important;color:#fff;}	
	
	ul.stockists li.cat-item a {border-bottom:none;}
	
	/*	
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.t-shirts{background: transparent url(images/sidebutton-tshirt.gif) no-repeat 5px 0px;}
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.hoodies{background: transparent url(images/sidebutton-hoodies.gif) no-repeat 5px 0px;}
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.singlets{background: transparent url(images/sidebutton-singlets.gif) no-repeat 5px 0px;}
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.casual-button-up{background: transparent url(images/sidebutton-casual-button-up.gif) no-repeat 5px 0px;}
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.caps{background: transparent url(images/sidebutton-caps.gif) no-repeat 5px 0px;}
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.bandanas{background: transparent url(images/sidebutton-bandanas.gif) no-repeat 5px 0px;}
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.head-wristbands{background: transparent url(images/sidebutton-head-wristbands.gif) no-repeat 5px 0px;}
			.PeCategories ul li.cat-item ul.SubCategories li.cat-item  a.categorylink.festival-party-packs{background: transparent url(images/sidebutton-festival-party-packs.gif) no-repeat 5px 0px; padding-top: 26px;}
			
			#sidebar ul.stockists li.cat-item ul.sub-page li a.ACT {background: transparent url(images/sidebutton-act.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.INTERNATIONAL {background: transparent url(images/sidebutton-international.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.NSW {background: transparent url(images/sidebutton-nsw.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.NT {background: transparent url(images/sidebutton-nt.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.TAS {background: transparent url(images/sidebutton-tas.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.SA {background: transparent url(images/sidebutton-sa.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.VIC {background: transparent url(images/sidebutton-vic.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.QLD {background: transparent url(images/sidebutton-qld.gif) no-repeat 5px 0px;}
			#sidebar ul.stockists li.cat-item ul.sub-page li a.WA {background: transparent url(images/sidebutton-wa.gif) no-repeat 5px 0px;}
		
		
		*/
	
			/*end shop categories*/

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 8px auto 0;
	text-align:right;
	height: 108px;
	border-top: 0px solid #EAEAEA;
	padding: 0px;
	background: transparent url(/images/bottom.jpg) repeat-x 0 0;
}

.footer-links {
	font-weight:bold;
	font-size:1.6em;
	color:#666;
	letter-spacing:-0.05em;
	float:right;
	line-height:120%;
}

.footer-links small {font-size:0.7em !important;}

.footer-links a{
	color:#eee;
	text-transform:uppercase;
	text-decoration:none;
	}
	
#footer a:hover {color:#fff; background:transparent !important;border-bottom:1px solid #ddd;}

.sep {
	color: #CCC;
	margin: 0px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

div.post.error404 form{
		padding: 20px 0;
}

/*cart*/
table.productcart tr.table-title.verify-order td{
color:#333;
}

 div#wpsc_shopping_cart_container div.enter-contact-details-title{
text-transform:uppercase;
}

	.single-product-thumbs {background:#fff;padding:10px;clear:both;}

	.single-product-thumbs h2{
		padding: 0;
		margin: 10px 0;
		display: block;
		color:#777;
	}
	
	.single-product-thumbs ul{
		list-style-type: none;
		margin-left: 0;
	}
	
		.single-product-thumbs ul li{
			display: inline;
			float: left;
			margin-right: 4px;
		}
		
		.single-product-thumbs ul li img{
			margin: 0px;
		}
		
		.single-product-thumbs a .thumb-desc{
			background-color: #000;
			padding: 5px 2px;
			font-size: 11px;
			text-align: center;
			font-weight: bold;
		}

		.single-product-thumbs a:hover .thumb-desc{
			background:#FBF2B4 !important;
			}

/*custom dropdown*/
/*
body { font-family:Arial, Helvetica, Sans-Serif; font-size:0.75em; color:#000;}
        .desc { color:#6b6b6b;}
        .desc a {color:#0092dd;}
        
        .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
        .dropdown dd { position:relative; }
        .dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
        .dropdown a:hover { color:#5d4617;}
        .dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}
        .dropdown dt a {background:#e4dfcb url(arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
                        border:1px solid #d4ca9a; width:160px; padding:5px;}
        .dropdown dt a span {cursor:pointer; display:block;}
        .dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block;}
        .dropdown dd ul li a:hover { background-color:#d0c9af;}
        
        .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
        .flagvisibility { display:none;}
		
*/

div#ie7  #sidebar ul li.collapsItem ,
div#ie6  #sidebar ul li.collapsItem {
	margin-bottom:1px;
}

div#ie7 .PeCatsBrands ul li ,
div#ie6 .PeCatsBrands ul li {
		margin-bottom:3px;
}

div#ie7 .PeCatsBrands ul li a,
div#ie6 .PeCatsBrands ul li a{
		margin-bottom:0px;
}

.paypal_buynow{
	display: none;
}

.boxy-wrapper  .container.boxy-content{
		margin: 5px;
		padding: 0;
		background-color: #fff;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 14px;
}

.boxy-wrapper h1.title{
			margin: 0px 0px 5px 0px;
			padding: 5px 0 0 0;
			height: 48px;
			width: 100%;
			background-color: #fff;
	}
	
	.boxy-wrapper .content{
			padding: 5px;
			color: #444;
			background-color: #fff;
		}
		
		.boxy-wrapper .content p{
			padding: 5px 0;
		} 
		
		.boxy-wrapper table td{
			border: 1px solid #fff;
			padding: 5px;
			color: #444 !important;
		}
		
		
	
/* Grid view css slapthegoon\wp-content\uploads\wpsc\upgrades\gold_cart_files */


div.product_grid_display{
 margin-bottom: 10px;
 float:left;
 width: 100%;
 text-align: left !important;
 }


/* can change the width and height of the grid view elements here */
div.product_grid_display div.product_grid_item{
	margin-bottom: 30px;
	width: 160px;
	margin-right:20px;
	float: left;
	height: 195px  !important;
	position: relative;
 }

div#ie6 div.product_grid_display div.product_grid_item{
	margin: 0 1px 4px 0;
}

div.grid_view_newline {
 clear: both;

}


div.grid_product_info{
 }

div.grid_product_info div.product_text{

/*  width: 106px; */
width: 156px;
height: 33px;
 padding: 10px 5px;
 background-color: #ddd;
 color: #333;
 text-align:left;
 margin-left:-1px;
 margin-top:3px;
 color:#555;
 }
 
 div.grid_product_info div.product_text strong {display:block;margin-bottom:5px;padding-top:4px;color:#222;}
 
div.grid_product_info div.product_text span.oldprice{
  color:#b5b5b5;
  float:right;
  }


  
div.product_grid_display div.product_grid_item img{
border:1px solid #ddd;
/*  padding: 0px !important; */
margin:0 0 0 -1px;
 padding:3px;
 }
 
 div.product_grid_item a:hover img {background:none !important;}


div.product_grid_display div.product_grid_item a.preview_link{
 display: block;
 font-size: 8pt;
 }

div.grid_more_info{
/*  height: 22px; 
 padding-top: 4px;
 padding-right: 7px;*/
 }

div.grid_more_info a{
 text-decoration: none;
 border-bottom: 0px;
 }

div.grid_more_info span{
 font-size: 8pt;
/*  float: left; */
/*  margin-left: 33px; */
 }

div.grid_more_info p{
 margin-bottom: 0px;
 padding-bottom: 0px;
 }
 
 div.grid_more_info select{
 margin-bottom: 0px;
 }


div.grid_more_info img{
 float: right;
 }

		
	
div.single_product_display div.textcol {margin:0 !important;}	

div.single_product_display div.textcol div.imagecol {margin:0 !important;}

.item a {color:#777;}
.item a:hover {color:#222 !important;}
.item img {padding:3px;border:1px solid #e7e7e7;}
.thumb-desc {background:#ddd !important;}
.item a:hover {background:#fff !important;}


/* ------------------------------ Homepage Crossfader -------------------------------*/		
	
		.crossfade {
			width:640px;
			height:240px;
			display:block;
			border:none;
			position:relative;
			overflow:hidden;
		}
			.crossfade .item {
				display:none;
				position:absolute;
				top:0;
				left:0;
				border:none;
			}
			.crossfade .item img {border:none;}
			.crossfade * {border:none;text-decoration:none;}
		
		.nav {float:right;margin-right:5px;}
		.nav  a:link, .nav  a:visited{text-decoration:none;background:#ddd;padding:3px 5px;color:#555;font-size:0.9em;}
		.nav  a:hover{background:#FBF2B4;}
