/*-----------------
 * $GLOBAL STYLES
 *---------------*/
*{margin: 0; padding: 0;}/*all padding and margins set to 0*/
blockquote{margin: 1em; padding: 5px;}
ul{list-style: none;}
.blog ul{list-style: disc;}
.blog li{padding-left: 20px;}
blockquote{margin: 1em; padding: 5px;}
a img{border: none;}
p{margin: 1em 0;}

dl.form {clear: both;}
/*Clearfix*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display:inline-block; zoom: 1;
}
/* Hide from IE Mac \*/
.clearfix {
display:block;
}
/* End hide from IE Mac */

/* Pager */
.pager{float: right; clear: right;}
	.pager ul{display: inline;}
		.pager li{display: inline;}
			.pager .nav a{text-decoration: none;}
				.pager .nav a:link,
				.pager .nav a:visited{text-decoration: underline;}
					.pager .nav a.next:link,
					.pager .nav a.next:visited{text-decoration: none;}
					.pager .nav a.previous:link,
					.pager .nav a.previous:visited{text-decoration: none;}

/*----------------  
 *   MODULES 
 *--------------*/
/* BOX */ 
	/* Clearfix all boxes */
	.box:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;}
	/*.box {display:inline-block; zoom: 1;}
	/* Hide from IE Mac \*/
	.box {display:block;}
	/* End hide from IE Mac */
/* TABCONTROL */
	.tabControl h2{display: none;}
	.tabControl .currentTab a{text-decoration: none;}
/* INFO */
	.info .categories li{margin-bottom: 1em;}
		.info dt{font-weight: bold;}
		.info .payment li{display: inline;}

/* ITEMS */
	
	.items .itemsPerPage dt,
	.items .itemsPerPage dd{display: inline;}
	.items h2{display: none;}

	.items select{width: 4em;}
	.itemsDisplay li{display: inline;}
	
/* ITEM */	
	.endingSoon{color: red;}
	.buyNow a{
		background: url(../../images/buyitnow.gif) left no-repeat;
		text-decoration: none;}
		.buyNow span{visibility: hidden;}
/* ITEM Tiles */
.itemList li {
    float: left;
    width: 110px;
    margin: 10px;
    }
.item { 
    text-align: left;
    }
.item h2 {
    font-size: 1em;
    }
.item img {
    border: 2px solid #000000;
    width: 96px; 
    height: 96px;
    display: block;
    }
.item .itemImage {
    text-decoration: none;
    }
.item .details {
	position: absolute; 
	margin-top: -40px; 
	margin-left: -170px;
	width: 180px;
	font-size: .8em;
	background: #585fa1;
	border: 2px solid #414241;
	overflow: hidden;
	padding: 5px;
	color: #FFF;
	}
.item dl {
  	display: block;
  	}
.item dt {
  	display: inline;
  	}
.item dd { 
  	display: inline;}
  			
/* $ITEM TABLE */
.itemTable{
	border-collapse: collapse; 
	clear: both;}
	.itemTable tr{height: auto;}
		.itemTable .alt{background: #FFF;}
		.itemTable th{background: #585fa1;}
		.itemTable td,
		.itemTable th{}
			.itemTable .buyNow{width: 75px;}
			.itemTable .buyNow a{display: block;}
			.itemTable h3{font-size: 1em;}
			.itemTable img{
				display: block; 
				width: 96px; 
				height: 96px;}
  
/* SEARCH */
	.search h2{display: none;}
	.search select{width: 7em;}
	.search input,
	.search select{margin-right: 2px;}
	#btn_search a{
		text-decoration: none;
		}

/* BLOGS */
.blogList{clear:both;}
	.blog .next{
		display: block;
		float: right;}
		
/* COMMENTS */
	.blogComments .blog .next{display: none;}
	.comment{border-top: solid;}
	#commentText{width: 100%; height: 8em;}
	.validation{color: #adadad; border: thin solid; background: #fff;}
	
/* $BOOKMARK */
.bookmark{text-align: center;}
.bookmark a{display: block;}
.rss{margin: 10px 0;}
	.rss a{display: block;}
	.rss .disabled{color: #aaa;}
	

