/*================================================================
EXHIBTIONS stylesheet for the website.
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/


/****  CUSTOMS LAYOUT STYLES FOR THE STORE SECTION
================================================================*/

#ColumnLeft{
	width:135px;
}

#Content {
	width:485px;
	float:left;
	min-height:310px;
	_height:310px;
	border-left:none;
}

#PagePadding{
	width:465px;
	padding:0 10px;
	margin-top:-3px;
	_margin-top:-10px;
}

/****  BREADCRUMBS
================================================================*/
.test{
	text-indent:0;
}

a#rightLink1{
	background: url(../images/layout/right-side-nav.gif) no-repeat -124px 0px;
}
a#rightLink1:hover{
	background: url(../images/layout/right-side-nav.gif) no-repeat -124px 0px;
}

/****  SIDENAV
================================================================*/

#ColumnLeft ul{
	margin:0;
	padding:0;
}

#ColumnLeft ul li{
	margin:0 0 5px 0;
	padding:0;
}


#ColumnLeft ul li a, #ColumnLeft ul li a:link, #ColumnLeft ul li a:active, #ColumnLeft ul li a:visited{
	color: #333333;
	font-weight:bold;
	display:inline;
	margin:0;
	padding:0;
}

#ColumnLeft ul li a:hover{
	color: #BD5148;
	display:inline;
}


/****  PAGE LAYOUT STYLES
================================================================*/

ul#StoreCategories{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

ul#StoreCategories li{
	margin:6px 0 0 0;
	padding:0 0 0 0;
}

ul#StoreCategories li ul{
	margin:0 0 0 10px;
	padding:0;
}

ul#StoreCategories li ul li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.storeResultsTable table{
}

.storeResultsTable table td{
	padding:0;
	padding:0 6px 0px 0;
	
}

.storeDescription{
	margin-left:270px;
}

.shopbox{
	
}

.shopbox, .catbox{
	width:107px;
	border:#666 1px solid;
	float:left;
	margin:0px 0px 10px 0;
	padding-top:0;
	position:relative;
}

.shopbox, .catbox{
	height:160px;
}

#ShopLogo{
	background: #bd5148;
	width:112px;
	
}

#display:block;

.shopbox fieldset{
	margin:0;
}

.catbox{
	margin:0px 6px 10px 0;
}



.shopbox legend, .catbox legend{
	display:none;
}

.shopbox ol, .catbox ol{
	margin:0;
	padding:0;
}

.shopbox li, .catbox li{
	margin:0;
	padding:0;
}

.shopbox img, .catbox img{
	display:block;
	margin:0 auto;
	padding:3px 0;
}

.shopbox li.resultimg, .catbox li.resultimg{
	display:block;
	width:107px;
	margin:0 0 3px 0;
}

.shopbox li.resultdesc, .catbox li.resultdesc{
	display:block;
	height:36px;
	width:107px;
	overflow:hidden;
	margin:0;
	padding:0 2px;
	line-height:12px;
	font-weight:bold;
}

.storeResultsTable table .shopbox li.resultdesc{
	display:block;
	width:107px;
	text-align:center;
	position:absolute;
	bottom:13px;
}

.storeResultsTable table .shopbox span.price{
	display:block;
	width:107px;
	text-align:center;
	position:absolute;
	bottom:1px;
}

#StoreLayout{
	padding-top:3px;
}

#Pagination{
	text-align:right;
	padding-right:8px;
}

#Pagination a, #Pagination a:link, #Pagination a:active, #Pagination a:visited{
	padding:0 3px;
	font-weight:bold;
	color:#666;
}

#Pagination a:hover{
	color: #BD5148;
}

#ProductDetail{
	border: 1px solid color: #666;
	padding:7px;
}

#ProductDetail div.Title{
	text-transform:uppercase;
	font-weight:bold;
}