#store-container, #simple-container {
	width: 846px;
	min-width: 846px;
	margin: 0px;
	position:relative;
    background: url(/images/slider/store.jpg) top left no-repeat !important;
}
 #simple-container {height: 550px; min-height: 550px;}
 #simple-container p {padding-bottom: 10px;}

#store-nav {
    float: left;
    width: 273px;
    margin: 20px;
    *margin: 20px 0 20px 15px; /* fucking IE */
}
#store-listing {
    float: left;
    width: 505px;
    margin: 20px 20px 20px 0;
    *margin: 20px 15px 20px 0; /* fucking IE .. again ..*/
}
#store-nav ul {
    margin-top: 30px;
}
#store-nav ul li {
    color: #ffffff;
    padding-left: 10px;
}
#store-nav ul li a {
    color: #dddddd;
    text-decoration: none;
    display: block;
    width: 200px;
}
#store-nav ul li a:hover {
    color: #FF8B00;
    text-decoration: underline;
}
#store-nav ul li a.selected {
    color: #FF8B00;
    text-decoration: underline;
    font-weight: bold;
}

#store-nav ul li a.subEntry {
    color: #FF8B00;
    text-decoration: none;
    font-weight: normal;
}
#store-nav ul li a.subEntry:hover {
    text-decoration: underline;
}
#store-nav ul li a span {
    font-size: 11pt;
    font-weight: bold;
}


.subNav a {
	color: #dddddd;
    text-decoration: none;
}
.subNav a:hover {
	color: #FF8B00;
    text-decoration: underline;
}
#subEntriesListing ul li {
    color: #ffffff;
    padding-left: 10px;
}
#subEntriesListing ul li a {
    color: #dddddd;
    text-decoration: none;
    display: block;
}
#subEntriesListing ul li a:hover {
    color: #FF8B00;
    text-decoration: underline;
}
#subEntriesListing ul li a.selected {
    color: #FF8B00;
    text-decoration: underline;
    font-weight: bold;
}

#subEntriesListing ul li a.subEntry {
    color: #FF8B00;
    text-decoration: none;
    font-weight: normal;
}
#subEntriesListing ul li a.subEntry:hover {
    text-decoration: underline;
}
#subEntriesListing ul li a span {
    font-size: 11pt;
    font-weight: bold;
}




li#store-nav-title {
    background: url(/images/store-menu.png) top left no-repeat !important;
    width: 273px;
    height: 44px;
    line-height: 34px;
    display: block;
    color: #ffffff;
    padding-left: 10px;
    font-weight: bold;
}
#tabs {

}
#tabs li {
    float: left;
    font-weight: bold;
}

#tabs li a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #dddddd;
}

#tabs li a:hover {;
    color: #FF8B00;
}

#tabs li a.tab_selected {
    background: #252525;
    padding: 0 7px;
    color: #dddddd;
    
}



#store-listing-cnt {
    background: #252525;
    padding: 10px;
}
span.item_title {display: block; font-weight: bold; font-size: 11pt;}
span.item_desc {display: block;font-size: 11pt;}

.pagination {
font-size:80%;
}
.pagination a {
color:#dddddd;
text-decoration:none;
}
.pagination a:hover {
color:#FF8B00;
text-decoration:none;
}
.pagination a, .pagination span {
display:block;
float:left;
margin-bottom:5px;
margin-right:5px;
padding:0.3em 0.5em;
}
.pagination .current {
background:#FF8B00 none repeat scroll 0 0;
color:#FFFFFF;
}
.pagination .current.prev, .pagination .current.next {
background:#515151 none repeat scroll 0 0;
color:#999999;
}

.filters {font-size: 12px;}
.filters td {padding: 3px;}


.filters input {background: transparent url(/images/input-bg.png) top left repeat-x;}



