#store_page{
   display:none;
   position: absolute;
   top:0px;
   left:0px;
   z-index:1000;
   padding: 0;
   background: #ccc;
   font-family: Verdana, Arial, sans-serif;
   font-size: 100%;
   margin:0 auto;
   overflow:hidden;
   text-align:left;
   /*width:1024px;*/
   height: 748px;
}

#store_page a {
   border: none;
   text-decoration: none;
}
#store_page a:link {
   border: none;
   text-decoration: none;
}
#store_page a:visited {
   border: none;
   text-decoration: none;
}
#store_page a:hover {
   border: none;
   text-decoration: none;
}
#store_page a:active {
   border: none;
   text-decoration: none;
}

#store_page img {
border: none;
}

.st_page_title {
	display: block;
	border-bottom: 1px solid #666;
	margin: 0px 0px 8px 0px;
	padding: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#888));
	width: 970px;
	float: left;
}

.st_page_title h1 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-indent: 10px;
	margin: 0;
	padding: 0;
	
	}
	
.st_page_title input {
float: right;
margin: 5px 10px 0px 0px;
color: #aaa;
text-indent: 5px;
font-weight: bold;
}

#store_page h2 {
margin: 0px 0px 10px 10px;
padding: 0px;
font-size: 14px;
line-height: 16px;
display: block;
clear: both;
}



.st_list_wrap {

margin: 0px 0px 0px 9px;
padding: 0px;
width: 953px;

}

.st_thumb_window {
   -webkit-border-bottom-left-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -webkit-border-top-left-radius: 4px;
   -webkit-border-top-right-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	background: #ddd url(images/thumb_bg.png);
	width:951px;
   -webkit-box-shadow:inset 0 0 3px #000000;
   text-shadow:1px 1px 1px #FFFFFF;
   overflow: hidden;
}

.st_thumb_list, .st_featured_list, .st_sub_list {
width: 9999px;
height: 308px;
overflow: hidden;
display: block;
}

.st_sub_list {
height: 154px;
}

.st_featured_chunk , .st_sub_chunk{
width: 951px;
height: 308px;
float: left;
}

.st_sub_chunk {
height: 154px;
}

.st_thumb_window h3 {
font-weight: bold; 
font-size: 12px;
line-height: 16px;
margin: 4px 0px;
height: 44px;
}

.st_thumb, .st_thumb1 , .st_thumb2, .st_thumb3, .st_thumb4, .st_thumb5, .st_thumb6, .st_thumb_first, .st_thumb_second, .st_thumb_third {
width: 315px;
height: 75px;
float: left;
margin:0px 2px 2px 0px;
padding: 0px;
border: none;
}

p.st_location {
font-size: 11px;
font-style: italic;
margin: 0px;
padding: 0px
}


a.st_done {
float: left;
height: 15px;
width: 45px;
font-size: 14px;
line-height: 15px;
font-weight: bold;
display: block;
margin: 5px 10px;
border-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-color: #000;
border-width: 1px;
border-style: solid;
text-decoration: none;
padding: 5px 25px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#aaa));
text-shadow:none;
background-color: #fff;
color: #fff;
font-family: Helvetica;
}


a.st_subscribe, a.st_unsubscribe {
height: 15px;
font-size: 10px;
line-height: 15px;
font-weight: bold;
display: block;
float: right;
margin: 0px 10px;
/*border-radius: 4px;*/
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-color: #000;
border-width: 1px;
border-style: solid;
text-decoration: none;
padding: 0px 5px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#999));
text-shadow:none;
}

a.st_subscribe{
color: #fff;
background: #39f;
}

a.st_unsubscribe{
background-color: #fff;
color: #fff;
}

.st_thumb_window img {
float: left;
border: none;
margin: 5px;
padding: 0px;
width: 65px;
height: 65px;
}

.st_scroller {

display: block;
text-align: left;
font-size: 10px;
font-weight: bold;
width:953px;
margin: 0px 0px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
overflow: hidden;
}

.st_top {
   -webkit-border-top-left-radius: 4px;
   -webkit-border-top-right-radius: 4px;
}

.st_bottom {
   -webkit-border-bottom-left-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
	margin-bottom: 10px;
}
	
.st_pageDots {
height: 28px;
width: 0px;
margin: 0px auto;
}

.st_pageDots img {
float: left;
margin: 10px 10px;
}

img.st_arrow_left {
float: left;
margin: 0px;
border-right: 2px groove #ccc;
}

img.st_arrow_right {
float: right;
margin: 0px;
border-left: 2px groove #ccc;
}

.st_spacer {
clear:both;
height: 1px;
overflow: hidden;
}

@media all and (orientation:portrait) {
   #store_page{
   width: 768px;
   height: 1024px
   }

   .st_page_title{
   width: 768px;
   }

   .st_list_wrap, .st_scroller{
   width: 636px;
   }

   .st_thumb_window , .st_featured_chunk, .st_sub_chunk{
   width: 634px;
   }

   .st_featured_list, .st_featured_chunk {
   height: 462px;
   }

   .st_sub_list, .st_sub_chunk {
   height: 231px;
   }
}

.st_off {
   visibility: hidden;
   width: 0px;
}