/*------------------------------------
	
	Theme Name: SkyPod - A
	Theme#: 230
	Category: Music
	
------------------------------------*/

/*-----------------------------------
		Main Layout Tweaks
-------------------------------------*/

.outer {
	/* WARNING: borders affect the critical values below, so use them with that in mind. */ 
    /* border-left: 1px solid #f90;  */
    /* border-right: 1px solid #f90; */
	/*** Critical left divider dimension value ** */
    /*** Critical right divider dimension value ** */
    margin-left: 170px; /*** Critical left col width value ** */
    margin-right: 170px; /*** Critical right col width value ** */
}

.left {
    float: left;
    position: relative; /* Needed for IE/win */
    width: 170px; /*** Critical left col width value ** */
    margin-left: -170px; /*** Critical left col width value ** */
    /*** Critical left divider dimension value ** */
}

.right {
    float: right;
    position: relative; /* Needed for IE/win */
    width: 170px; /*** Critical right col width value ** */
    margin-right: -170px; /*** Critical right col width value ** */
    /*** Critical right divider dimension value ** */
    margin-left: 0; /*** Critical right divider dimension value ** */
}

/*-----------------------------------
		 End Main Layout Tweaks
-------------------------------------*/

/*-----------------------------------
		General
-------------------------------------*/

body {
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	color: #000000;	
	padding:0px;
}

#sizer {
	  max-width:none !important;
	  width:auto !important;
}

#expander {
	margin: 0px auto !important;
	padding:20px 0px;
	width: 960px !important;
	min-width: 0px !important;
}

#page-wrap {
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:1px;
	height:0pt;
	visibility:hidden;
}

.content {

}

#wrapper1 {	
	margin:0;
}

#wrapper2 {
	background-color:#ffffff;
	margin:0px;
	padding-top:10px;		
}

.center { 
}

.centerbox {
	padding-bottom:0px;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------------
						Header
-----------------------------------------------------*/

.header {
	padding: 0;	
}

.sf_extra1 {
	
}

/*-------------------------------
		Header Content
---------------------------------*/

#header-content {
	background-position:100% 0%;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	
	/* Min-height fast hack 
	 To prevent peekaboo bug */
		min-height:150px;
		height:auto !important;
		height:150px;
	/* End min-height fast hack */	
	
}

#header-content img {
	
}

.sf_extra3 {
}

.sf_extra3 span {
	
}

#logo {
	display: block;
	padding-left:20px;
	padding-top:20px;
	text-align: left;
}

#logo img {
	float: left;
}

#logo img {
	border: 0;
}

/*----------------------
		Titles
-----------------------*/

.titles {
	text-align: left;
	padding: 15px 0 2px 15px;
	width: 45%;
	float: left;
	word-wrap: break-word;
	overflow: hidden;
}

.header .company-name {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

.header .slogan {
	margin: 0;
    padding: 0;
	font-weight: normal;
}

/*----------------------
		End titles
-----------------------*/


/*----------------------
		Address
-----------------------*/

.address {	
	float:right;
	margin: 0;
	padding: 20px 10px 5px 0;
	text-align: right;
	width:17%;
}

.address ul {
	
}

.address ul li {
	
}

.address ul li span.adr { /*address */

}

.address ul li span.tel { /*Telephone */

}

.address ul li span.tel span.type { /*What type of telephone */

}

.address ul li a:link, .address ul li a:visited  {
	
}

.address ul li a:hover {

}

.address ul li a.email, .address ul li a.email:visited {

}

.address ul li a.email:hover {
	
}

/*----------------------
		End Address
-----------------------*/

.sf_extra4 {
	clear:both;
}

.sf_extra4 span {
	
}

/*-------------------------------
		End Header Content
---------------------------------*/


/*-------------------------------
	"TOP" Navigation - Navigation can 
	go on top or bottom of the 
	header or in the sidebars
---------------------------------*/

/*--------------------------------
		Navigation
---------------------------------*/

.navigation1 {
	float:left;
	display:inline;	
	margin:0px 0px 20px 10px;
}

.navigation1:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.navigation1 ul {
	margin:0px;
	padding:0px 0px 10px;
	list-style-type:none;
}

.navigation1 ul:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.navigation1 ul li {
	margin-bottom:5px;
	border:1px solid #808080;
	background-image:url(images/nav_bk.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

.navigation1 ul li a {
	display:block;
	width:136px;
	padding:10px 5px 11px;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	white-space:normal;
	text-decoration:none;
}

.navigation1 ul li a:visited {
	font-style:normal;
	text-decoration:none;
}

.navigation1 ul li a:hover{
	font-style:normal;
	text-decoration:none;
}

.navigation1 ul.subnav { /* second-level lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
	position: absolute;
	left: -999em;
	margin-left: 147px;
	margin-top: -3.25em;
	z-index:1000;
	background-color:#FFFFFF;
}

.navigation1 .subnav li { /* all list items */
	width: 150px;
	z-index:1000;
	margin-bottom:1px;
	background-image:none;
}

.navigation1 .subnav li a {
	display:block;
	width:130px;
	padding:5px 10px;
	background-image:none;
	text-align:center;
	font-weight:bold;
	background-color:#FFFFFF;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*------------------------------------
	Category Menu Bar
------------------------------------*/

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	margin:1px 0 0 0;
	width: 920px;
	padding:0 20px;
	z-index:50;
	min-height:35px;
	height:auto !important;
	height:35px;
}

.sf_category_menubar ul {
	margin: 0;
	padding: 0;
}
 
.sf_category_menubar ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_category_menubar ul li {	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;	 
	min-width:1%;
	width: auto !important; 
	width:1%; 
	height:34px;
	margin-bottom:1px;
}
 
.sf_category_menubar ul li a {
	color:#;
	display: block;
	padding:11px 15px 11px 0px;
	margin:0px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%; 
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
 
.sf_category_menubar ul li a:visited {
	text-decoration: none;	
}
 
.sf_category_menubar ul li a:hover {
	color:#;
 	text-decoration: underline;	
}
 
/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	background-color:#ffffff;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	left: -999em; 
	list-style: none;
	margin: -4px 0px 0px -1px;	
	padding: 0px;	
	position: absolute;	
	width: 145px;
	z-index:1000;
}
 
.sf_category_menubar .subnav  li {	
	float: left;
	margin:0;	
	padding:0;	
	width: 145px;
	height:auto;
    white-space:normal;
}
 
.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding: 5px 10px 6px;
	margin:0px;
	min-width:125px;
	width: 125px !important;
	white-space:normal;
	font-weight:normal;
	text-transform:none;
}

.sf_category_menubar .subnav li a:hover {	
	background:#ddd;	
}
 
#menubar1 li:hover ul, 
#menubar1 li.sfhover ul {
	left: auto;
}
 
#menubar1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#menubar1 li:hover, 
#menubar1 li.hover {  
    position: static;  
}


/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra2 {
	
}

.sf_extra2 span {
	
}


/*---------------------------------------------------
					End Header
-----------------------------------------------------*/


/*---------------------------------------------------
					Search
-----------------------------------------------------*/

.quick-search {
	background-color: #FFFFFF;	
	background-position:100% 0%;
	background-repeat:no-repeat;	
	padding: 0 20px;
	
	/* Min-height fast hack */
	min-height:51px;
	height:auto !important;
	height:51px;
	/* End min-height fast hack */	
}
.quick-search ul {
	display:inline; /* Fixes IE6 doubled float margin bug */
	float: right;
	height: 25px;
	margin:15px 60px 0 0;
}

.quick-search ul li {
	float: left;
	margin-right:5px
}

.quick-search ul li a {	

}

/* Self-clearing float */
	.quick-search:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	 
	.quick-search{display: inline-block;}
	 
	/* Hides from IE-mac \*/
	* html .quick-search{height: 1%;}
	.quick-search{display: block;}
	/* End hide from IE-mac */
/* End Self-clearing float */

.quick-search ul li a:link,
.quick-search ul li a:visited {

}

.container-left .textpadder {
	
}

.quick-search-header {
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.quick-search-button {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 2px 2px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/go_bttn.gif);
	border: 0;
	width: 41px;
	height: 21px;
}

* html .quick-search-button {
	padding: 2px 0 2px 1px;
}

.quick-search-button:hover {

}

.container-left .quick-search, 
.container-right .quick-search {
	
}

.container-left .quick-search h3, 
.container-right .quick-search h3 {

}

/*---------------------------------------------------
					End Search
-----------------------------------------------------*/


/*---------------------------------------------------
					Sidebars
-----------------------------------------------------*/

.category-tracker a {
	padding:5px 10px;
	display:block;
}

.category-tracker a.active {
	font-weight:bold;
	padding-right:20px;
	text-decoration:none;
}

.category-tracker .subcat a {
	padding:5px 10px 5px 30px;
}

.category-tracker .subcat a.active {
	padding:5px 25px 5px 5px;
	margin-left:25px;
}

.category-tracker .subcat2 a {
	padding:5px 10px 5px 5px;
	margin-left:45px;
	
}

.category-tracker .subcat2 a.active {
	padding:5px 10px 5px 5px;
	margin-left:40px;
}


.container-right {

}

.container-left {
	
}

.container-left .content-block,
.container-right .content-block {
	margin: 0;
	padding: 0;
}

/* Category List */

.container-left .category-list,
.container-right .category-list {
	margin: 0;
	padding: 0;
}

.category-list-header,
.category-tracker h3.category-tracker-header {	
	font-size: 13px;
	font-weight: bold;	
	text-transform: uppercase;
}

.category-list-header a:link,
.category-list-header a:visited,
.category-list-header a:hover {
	text-decoration:none;
}

.container-left .category-list h3, 
.container-right .category-list h3,
.category-tracker h3.category-tracker-header {
	margin: 3px 4px 0;
}

.category-list-header span,
.category-tracker h3.category-tracker-header span{
	padding: 0px 4px 1px 5px;
	display: block;
} 

.category-list ol {
	padding-top: 4px;
	margin: 0;
}

.category-list ol li {
	padding: 0;
	margin: 0;
}

.category-list ol li a,
.category-list ol li a:visited  {
	display: block;
	font-size: 12px;	
	margin: 0 0 5px 0;
	padding: 3px 0 3px 25px;
}

.category-list ol li a:hover {

}

.container-left .content-block h3, 
.container-right .content-block h3 {

}


/* Featured Products */

.featured-item {
	
}

.featured-product-header {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
}

.featured-product-header span {
	padding: 0px 4px 1px 5px;
	display: block;
}

.container-left .featured-item h3,
.container-right .featured-item h3 {
	margin: 7px 4px 0px;
}

.featured-item ol {
	padding: 0px;
	margin: 0px;
	background-position: center top;
	background-repeat: no-repeat;		
}

.container-right .content-block h4 {
	margin-top:0px;
	padding-top:4px;
}

.product {
	padding: 0 10px;
}

.smallimage {
	
}

.shortdescription {
	padding: 3px 0;
}

.list {
	
}

.list em{
	font-weight: bold;
}

.options ul li {
	padding-top: 5px;
}

.sale {
	
}

.sale em {
	font-weight: bold;
}

.featured-item-button {
	margin:5px 0px;
	width:auto !important;
}

.product h4.title {
	font-weight:bold;
	font-size:12px;	/* for consistency in IE */
}

/*---------------------------------------------------
				  End Sidebars
-----------------------------------------------------*/


/*---------------------------------------------------
					Wrapper 
-----------------------------------------------------*/

.wrapper1 {
	font-size: 12px;
	
}

.wrapper2 {

}

.center {
	
}

.content {
	
}

.content form {
	padding-left: 10px;
}

/*-------------------------------
		Alert Messages
---------------------------------*/

#messages {
	
}

#messages li {
	padding: 5px;
	margin: 5px 0;
}

#messages li.info {
	
}

#messages li.error {
	
}

/*-------------------------------
		End Alert Messages
---------------------------------*/


/*-------------------------------
		Breadcrumbs
---------------------------------*/

#breadcrumbs {
	margin: 10px 0px;
}

.breadcrumb {
	
}

.category {
	
}

#breadcrumbs span.item {
	
}

/*-------------------------------
		End Breadcrumbs
---------------------------------*/


/*-------------------------------
		Welcome
---------------------------------*/

.welcome {
	line-height: 17px;
}

.welcome h1 {
	font-size: 16px;
	font-weight: normal;
}

.welcome img {
	margin-right: 10px;
}

/* Self-clearing float */
	.welcome:after {
	    content: ".";
	    display: block;
	    visibility: hidden;
	    height: 0;
	    font-size: 1px;
	    clear: both;
	}
	 
	.welcome { display: inline-block; }
	 
	/* Hides from IE-mac \*/
	* html .welcome { height: 1%; }
	.welcome { display: block; }
	/* End hide from IE-mac */
/* End Self-clearing float */

/*-------------------------------
		End Welcome
---------------------------------*/


/*-------------------------------
	  Search Result Controls / Paginator
---------------------------------*/

.search-result-controls {
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}

/*-------------------------------
	End Search Result Controls
---------------------------------*/



/*-------------------------------
	Category and Search Results
---------------------------------*/

ol.categories, ol.products {
	width: 99%;
}


.search-results .content-product {
	border-style: solid;
	border-width: 1px;
}
.search-result-button {
	margin: 0 10px;
	display: block;
}
.content-category {
	
}

.content-product { /*--the whole box - border overwrite--*/
	
}

.content-product .options li, .content-product .prices li {
	padding: 3px;
}

.search-results .content-product dd {
	
}

.search-results .largeimage {
	display: none;
}

.search-results .content-product .content-product-header a {
	
}
	
.content-product-header h4 { /*--Box top--*/
	font-size: 12px;
	font-weight: bold;
}



.content-product-header a:link, .content-product-header a:visited, 
.content-product-header a:active, .content-product-header a:hover {
	text-decoration: none;
}

.btn {
	/*cursor: pointer;*/
}

.btn:hover {
	
}

dd.content-category-header h4 { /*--Category Title--*/
	font-size: 12px;
	font-weight: bold;
}

.content-category-header a:link, 
.content-category-header a:visited, 
.content-category-header a:active {
	
}

.content-category-header a:hover {
	
}

dd.description {
	
}

dd.title, dd.description {
	
}


/*-------------------------------
  End Category and Search Results
---------------------------------*/

/*-------------------------------
  		Product Layouts
---------------------------------*/

/*----------------------
	Upsell tables
-----------------------*/
.upsell-group {
	
}

.upsell div {
	border-style: solid;
	border-width: 1px;
	
}

.upsell-header { /*--this is an h3--*/
	font-size: 13px;
	padding: 3px;
}


.upsell-item1 { /*--zebra striping on tr's--*/
	
}

.upsell-item1 td {
	padding: 3px;
}

.upsell-item1 td a:hover {
	
}

.upsell-item2 {
	
}

.upsell-item2 td { /*--zebra striping on tr's--*/
	
}

.upsell-item2 td a:hover {
	
}


/*----------------------
	End Upsell tables
-----------------------*/

/*----------------------
	Product Detail
-----------------------*/

.product-page {
	
}

.product-detail {
	border-width: 0px;
}

.product-detail, .product-primary, .product-secondary, .product-options, .imageanddetails, .product-bundle, .product-misc {
	
}

.product-detail,
.product-bundle {
	
}

/*-------------
	Primary
--------------*/

.product-primary { 
	border-width: 0px;
}

.product-detail-header {
	
}

.product-detail-header h2 {
	font-size: 16px;
	padding: 3px;
	margin-left: 3px;
}


.product-image {
	margin-top: 10px;
}

.product-description {
	font-size: 12px;
	line-height: 17px;
	padding-left: 10px;
}

.product-features {
	
}

.product-features ul {
	margin-left: 10px;
}

.product-features ul li {
	line-height: 16px;
}

.product-features ul li em {
	font-weight: bold;
}

/*-------------
  End Primary
--------------*/

/*-------------
	Secondary
--------------*/

.product-secondary {
	margin-bottom: 10px;
	border-width: 0px;
}

.product-options {
	
}

.product-options form ul {
	
}

.product-options form ul li {
	padding-top: 3px;
}

.imageanddetails {
	margin-left: 10px;
}

.product-misc {
	
}

.product-options {
	
}

.product-detail-button {
	
}


/*-------------
	Secondary
--------------*/



/*----------------------
	Product Detail
-----------------------*/

/*-------------------------------
  		End Product Layouts
---------------------------------*/

/*-------------------------------
			Forms
---------------------------------*/

.required {
	color: #cc0000;
}

button content-accent1 {
	
}

/*-------------------------------
			Forms
---------------------------------*/



/*---------------------------------------------------
					End Wrapper 
-----------------------------------------------------*/



/*---------------------------------------------------
					Footer-section
-----------------------------------------------------*/

.footer-section {
	clear: both;
	color:#999999;
	font-size:10px;
	text-align:center;
	width:100%;
	position:static;
	
	/* Min-height fast hack */
	min-height:1%;
	height:auto !important;
	height:1%;
	/* End min-height fast hack */
  	
}

#paymentlogos {
	text-align: center;
}

.footer_extra {
	border:2px solid #CCCCCC;
	margin:15px;
	padding-bottom:15px;
}

/*-------------------------------
		"Bottom" Navigation
---------------------------------*/

.navigation2 {
	text-align: center;
	float: none;
	margin: 0 auto;
	padding-top: 5px;	
}

.navigation2 span {
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
}

.navigation2 span {
	
}

.navigation2 a {
	text-decoration: underline;
}

.navigation2 a:visited {
	
}

.navigation2 a:hover {
	text-decoration: none;
}

/*-------------------------------
		End "Bottom" Navigation
---------------------------------*/

.footer {
	padding-top: 10px;
	font-size: 11px;
	margin: 0;
	position:static;
}
.footer div {
	padding: 0px 0 10px 0;
}

.footer h3 {
	color:#999999;
	font-size:10px; /* for consistency in IE */
}

.footer a:link,
.footer a:visited {

}

.footer a:hover {
	
}

/*---------------------------------------------------
					End Footer-section
-----------------------------------------------------*/


.container-left .quick-search, 
.container-right .quick-search, .quick-search {
	padding: 0 20px;
	height: 1%;
}