BODY {
	text-align: center;
	color: #4c4c4c;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 20px 0px;
}

.apple_pagination {
  padding: 1em; }
  .apple_pagination a, .apple_pagination span {
    padding: .2em .3em; }
  .apple_pagination span.disabled {
    color: #AAA; }
  .apple_pagination span.current {
    font-weight: bold;
    background: transparent url(../images/apple-circle.gif) no-repeat 50% 50%; }
  .apple_pagination a {
    text-decoration: none;
    color: black; }
    .apple_pagination a:hover, .apple_pagination a:focus {
      text-decoration: underline; }

.superlink {
	cursor:pointer; }
	
.price{
	font-size:10px;
	font-weight:bold;
	display: inline;
	vertical-align: bottom;
	float: right;
	color: black;
}

.image{
  float: left;
	height:120px;
	width:100%;
}

.name{
	font-size:10px;
	font-weight:bold;
	line-height:1.4em;
	height:28px;
	width: 100%;
}


a img {
	border:none;
}

a:link, a:visited {
	text-decoration:none;
	color: #4c4c4c;
}

a:hover{
	color: #0085CF;	
}


img {
	border:none;
}

.content_logo{
  width: 168px;
  height: 150px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../images/masthead.png) no-repeat;  
}
.content_logo_btm{
  width: 168px;
  height: 5px;
  background: url(../images/masthead_btm.gif) no-repeat;		
}


.default_search{
  width: 168px;
  height: 170px;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../images/masthead.png) no-repeat;
}

.default_search_btm{
  width: 168px;
  height: 5px;
  background: url(../images/masthead_btm.gif) no-repeat;		
}


.default_search input{
  margin-top: 150px;
  width: 150px;
}

.category_list{
  margin-top: 10px;
  width: 168px;
}

.category_list_top{
  height: 5px;	
	background: transparent url(../images/column-top.png) no-repeat;
}

.category_list_header{
  
  color: white;	
  font-size: 13px;
  text-align: center;
  padding:10px;
	background:#2D5E9F url(../images/h2.png) repeat-x scroll 0 0;
}

.category_list_body{
  padding:10px;
  border: 1px solid #CDCDCD;    
}

.product-row{
}

.product-cell{
	width:203px;
	height:158px;
	float: left;
	padding: 10px;
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
}

.product-list{
  border-top: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  width: 673px;
}

.clear{
	clear: both;	
}

.product-list-header{
  height:20px;
  width: 653px;
  padding:10px;
  font-size:19px;
  font-weight:bold;
  background: #F1F1F1 url(../images/product-header_s.png) no-repeat;
  color: black;
}

.product-header{
  width: 653px;
  padding:10px;
  font-size:19px;
  font-weight:bold;
  background: #F1F1F1 url(../images/product-header_s.png) no-repeat;
  color: black;
}

.product-list-header .header{
  width: 500;
  float: left;
}

.product-list-header .count{
  margin-top: 8px;
  font-size: 11px;
  float: right;
  font-weight:normal;
}

.product-list-footer{
	background: url(../images/product-footer.gif) no-repeat 0 bottom;
	margin-bottom:20px;
	height:40px;
	text-align: center;
}

.product-detail{
  font-size:1.1em;
  width:651px;
  padding:10px;
  border-right: 1px solid #CDCDCD;  
  border-bottom: 1px solid #CDCDCD;  
}

.product-detail .description{
  float:left;
  width:100%;
}

.home-banner{
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #FFFFFF;
    background: url(../images/banner.png) no-repeat 0 bottom;
    width: 671px;
    height: 247px;
}

.home-affiliates{
  border: 1px solid #CDCDCD;
  background: url(../images/affiliates.png) no-repeat 0 bottom;
  width: 671px;
  height: 118px;
  
}

.footer-ads{
	float: left;
	width: 100%;
	text-align: center;
}

.global-footer{
  float: left;
  font-size: 10px;
  width: 100%;
  margin-bottom: 40px;
}

.global-footer .static-links{
  width: 100%;
  height: 17px;
  border-bottom: 1px solid #CDCDCD;	
}

.global-footer .copyright{
  width: 40%;
  margin-top: 5px;
  color: #999999;
  height: 17px;
}

.global-footer .legal{
  color: #0085CF;
  margin-top: 5px;
  float: right;
  height: 17px;
}

.global-footer a:hover{
	text-decoration: underline;
}

.global-footer a{
  color: #0085CF;
}

.global-footer .separator{
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #CDCDCD;
}

.product-detail .image{
  float: left;
  width: 100%;
  height:300px;
  text-align: center;
}

.product-detail .buttons{
  float:right;
}

.product-detail .price{
  float: right;
  vertical-align: bottom;
  font-size: 16px;

}

tr.even {
  background:#fff;
}

tr.odd {
  background:#F1F1F1;
}

.admin{
	text-align: left;
}

.navigation{
	margin:10;
}

.container{
}

.loading{
	background: url(../images/loading.gif) no-repeat 48px 48px;
}

.breadcrumb_list{
  height:31px;
  width:673px;
  font-size: 10px;
  padding: 1px;
  margin-bottom:10px;
	background: url(../images/breadcrumbs.png) no-repeat;
}

.breadcrumb a{
  float:left;
  height: 11px;
  padding-left: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 16px;
  background: url(../images/chevron.png) no-repeat scroll 100% 50%;
}

.breadcrumb-last{
  float:left;
  height: 11px;
  padding-left: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 16px;
}

.breadcrumb-home{
  float: left;
  width: 44px;
  height: 29px;
  background: url(../images/home.png) no-repeat 4px -11px;
}

.watermark {
  color: #999;
}

.dragClass td{
  background-color: silver;
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {
  background-color:#FFF; 
  border:8px solid #444; 
  padding:0px;
  width:672px;
  height:537px;
}
