/*
Theme Name: Crafty Cart
Version: 1.0.7
Author: Billion Studio
Author URI: http://www.billionstudio.com/
Tags: two columns, e-commerce, shop, cart, widgets, gravatars
Description: A Retro Shop Theme designed for the WP e-Commerce Plugin</a>
Licence: This theme is released under the terms of the GPL Version 2 Licence.
*/

@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #375362;
	font-family: Trebuchet, "Verdana", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: "Verdana", "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;
	font-weight: normal;
}

/* LAYOUT
========================================== */
body {
	font-size: 70%;
	line-height: 150%; 
	background: url('images/stripe.jpg') repeat left top;/* bgcolor for entire site */ 
}

div#page {
	width: 820px;
	margin: 0 auto;
	background: #ffffff; 
}

div.container { 
	margin: 0 auto;
	height: 100%; 
}

div.small {
	width: 220px;
	float: left;
}

div.large {
	width: 600px;
	float: right;
}

div.full {
	width: 100%;
	float: left;
}

#content div.container.body .large {
	background-color: #fff;
/*	padding-top: 16px;
	padding-bottom: 20px;*/
	padding: 2px 0; 
}

/* HEADER
========================================== */
#header {  
	background: url('images/header_bg.jpg') no-repeat  left top;
	height: 320px;     
}

#header .container { 
	/*background: url('images/chameleon_home.jpg') no-repeat right top;*/   
}
/**/
#headerSlideshow
{ 
	width: 415px; 
	height:1%;
	float: right; 
}  

#header h1,
#header h4 {
	text-transform: none; 
}

#header h1,
#header h4,
#header h1 a {
	color: #666;
}

#header h1 {
	display: inline;
	font-weight: normal;
	float: left;
	padding: 0 20px 1px 0;
	margin: 140px 0 0 25px;
	width: 346px;
	height: 72px;
	text-align: left;
	text-indent: -1000px;
	/*background: url('images/logo.png') no-repeat left top;*/
	
}
#header h1:first-line {
	font-weight: bold;
}
#header h1 a,
#header h1 a:visited {
	display: block;
	padding-left: 30px;
	color: #4D3F44;
	text-decoration: none;
	width: auto;
}

#header h4 {
	font-size: 120%;
	float: right;
	letter-spacing: 1px;
	padding: 0;
	line-height: 100%;
	text-transform: uppercase;
	text-indent: -2000px;
}

/* UTILITY
========================================== */
#utility
{ 
    margin:0 0 5px 0; 
    padding: 0;
    height: 55px;   
}
#utility .container
{   
    position: relative; 
	padding: 5px 0;
}
span.Home
{
    
}
span.Home a
{   
    display: block; 
	background: url('images/logo_sm.jpg') no-repeat left top;
	width: 136px; 
	height: 28px;
	text-indent: -1000px;  
    margin: 0 0 0 10px;  
}
#utility ul
{
    position: absolute;
    top:0;
    right:0; 
    display: inline;  
	float: right;    
} 
#utility ul li
{
    display: inline;  
	font-weight: bold;
	float: left; 
	border-left: solid 1px #E8E8E8; 
    text-align: left; 
   
	height: 40px; 
	/*
    */
	padding: 0 10px; 
	margin: 5px 0 0 0; 
	vertical-align: middle;
}

#utility li.first_item 
{
	border-left: none; 
}
#utility ul li a
{ 
	margin: 0 auto; 
	color: #000000;  
    display: block; 
} 
#utility li.email
{  
} 
#utility li.email input
{ 
    margin: 0px; 
} 
#utility li.rss ,
#utility li.ShoppingCart
{
   padding-top: 10px;
}
#utility li.rss  
{
    width: 115px;
}
#utility li.ShoppingCart
{
    width: 120px;
    padding-right: 0;
}

#utility .rss a 
{ 
	background: url('images/rss.png') no-repeat 5px 0;
	height: 16px; 
	text-indent: 25px; 
} 


#utility .ShoppingCart a
{  
	background: url('images/cart.png') no-repeat 5px 0;   
	height: 19px;  
	text-indent: 22px;
	padding: 0 4px 0 0 ;
}


/* SUB HEADER
========================================== */
#sub-header {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #DA424E;
}
#sub-header ul {
	padding: 6px 70px 6px 12px;
	height: 100%;
	overflow: auto;
	color: #fff;
	font-weight: bold;
}
#sub-header ul li {
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0;
}
#sub-header ul li.first {
	border-left: 0;
}
#sub-header ul li a {
	color: #ddd;
	display: block;
	line-height: 100%;
	float: left;
	padding: 5px 10px 5px;
}
#sub-header ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#sub-header ul li.current-cat a {
	color: #fff;
	text-shadow: none;
}
#sub-header ul li ul {
	display: none;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
}
#navigation .container { 
	overflow: visible; 
}
#nav {
	/*
	position: relative;
	z-index: 100;  
	text-align: right;
	line-height: 175%; 
	*/
	background: url('images/bg_nav.png') repeat-x left top;
	width: 100%;
	list-style-type: none;
	margin: .4em 0;
	padding: 0;
	float: right;
}
#nav li {
	/*
	position: relative;
	height: 42px;
	font-size: 100%;
	*/
	float: left;
	background: url(images/nav-separator.png) no-repeat left 50%;
}
#nav li.first_item 
{
	background: none; 
}
#nav li a {
	/*
	float: left;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	*/
	display: block;
	color: #433E42;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	padding: 11px 12px;
	margin: 0 30px;
}
#nav li.first_item a
{ 
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a 
{
    /*
	color: #FFD3D4;
    */
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	/*
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
    */
	background-color: #fff;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 5px 0;
	white-space: normal;
	color: #666; 
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #DA444F;
}

/*
#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width:12px;
	height:42px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:42px;
}
*/
/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto; 
}

/*fixes other content inside content box*/
#content #content {
	background: transparent;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

#content h1 {
	color: #503D43;
}
#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #666;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #DA444F;
	text-decoration: none;
} 

#content h4 a,
#content h4 a:visited {
	color: #666;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
	text-align: left;
}  
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST
========================================== */
#content .post,
#content .post-nav,
#content #comments {
	clear: both;
	padding: 0;
	margin: 0 0 0 5px;
	height: 100%;
	/*overflow: auto;*/
}
#content .post-content img {
	max-width: 510px;
}

#content .post a.more-link {
	padding-right: 15px;
	background: url('images/icon-more.png') no-repeat right center;
}

#content .post-title h2 {
	margin-bottom: 12px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #DCC49A;
}

#content .post-footer h4 {
	font-size: 110%;
	padding: 0 0 12px;
	text-transform: uppercase;
}

#content .post-footer h4,
#content .post-footer h4 a,
#content .post-footer h4 a:link,
#content .post-footer h4 a:visited {
	color: #999;
}
#content .post-footer h4 a:hover,
#content .post-footer h4 a:active {
	color: #DA444F;
}

#content .post-footer span {
	padding-right: 4px;
	padding-left: 19px;
	background: url('images/icon-post.png') no-repeat left center;
}
#content .post-footer span.post-comments {
	background-image: url('images/icon-comment.png');
}
#content .post-footer span.post-date {
	background-image: url('images/icon-date.png');
}
#content .post-footer span.post-category {
	padding-right: 3px;
}

#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #EAEAEA;
	border-width: 1px 0px 1px 1px;
	border-left-width: 3px;
}
#content .post table th {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}
#content .post table td {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #666;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #EAEAEA;
	margin: 0 2px 0;
	padding: 3px 6px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #F3F3F3;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #BDAEB4;
}
#content .pagenav span.current {
	background-color: #fff;
}

/* COMMENTS
========================================== */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0 12px 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #EAEAEA;
}

#comments h3 {
	padding-top: 0;
}
#comments h3#respond {
	padding-top: 8px;
}

#comments .comment-wrap img.avatar {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}

#comments .comment-wrap .left {
	width: 65px;
	padding-top: 12px;
	float: left;
}

#comments .comment-wrap .right {
	width: 457px;
	float: left;
	padding: 12px 0 6px 12px;
}

#comments .comment-wrap .right a {
	text-decoration: none;
}

#comments .comment-wrap .right a:hover {
	text-decoration: none;
}

#comments .comment-wrap .right cite {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .right cite b {
	float: left;
}
#comments .comment-wrap .right cite b a {
	
}
#comments .comment-wrap .right cite small {
	font-size: 90%;
	float: right;
}

#comments .comment-wrap .right p {
	padding: 12px 0;
	clear: both;
}

#comments .comment-wrap .right blockquote,
#comments .comment-wrap .right code,
#comments .comment-wrap .right pre {
	margin: 6px 0;
	clear: both;
}

#comments .alt {
	background-color: #F6F6F6;
}

#comments .author {
	background-color: #F7F8E8;
	border-color: #E1DAB7;
}

/* MAIN SIDEBAR
========================================== */
#sidebar-1,
#sidebar-right
 {
	background: #E9F4FA; 
	width: 175px;
}

#sidebar-right
 {
	float: right;
}
/*
#sidebar-right .sidebar
 {
	background: #E9F4FA; 
	width: 175px;
}
*/
#sidebar-1 
 { 
	margin-right: 15px;
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
/*	background-color: #7DCFE7;
	border-bottom-color: #1F9FD4;
	border-bottom-style: dotted;*/
}
#sidebar-1 .sidebar {
	behavior: expression(this.firstChild.style.background = &quot;#7DCFE7&quot;);
}
#sidebar-1 .sidebar:first-child h3,
#sidebar-1 .sidebar.first-child h3,
#content h3  
{
	color: #000000;
	/*
	background-color: #F5F6FA;*/
	padding: 10px 0 10px 10px;
}

#content .sidebar {
	padding: 2px 0;
	margin: 0;
	clear: both;
	height: 100%;
	overflow: hidden; 
	/*
	border-bottom: 1px dotted #DCC49A;*/ 
	width: 175px; 
	background: #E9F4FA;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #375362;
	font-weight: normal;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #DA444F;
	text-decoration: none;
}
/* 
#content .small h3 {
 	color: #DA444F; 
	padding: 0 0 12px;
	margin: 0;
	font-weight: normal;
}*/
#content .small h4 {
	padding: 0;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 6px;
	margin: 0;
	color: #666;
}

#content .small ul {
	margin: 0;
	padding: 0 0 0px 0;
	margin: 10px 0 0 2px;
}
#content .small ul li {
	color: #74AB9F;
	font-weight: bold;
	line-height: 125%;
	padding-left: 12px;
	background-position: 0px 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited, 
#content .small ul li a:hover,
#content .small ul li a:active {
	color: #74AB9F;
	font-weight: bold;
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active { 
}

#content .small ul li.current_page_item,
#content .small ul li.current_page_item a {
	font-weight: bold;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #889763;
}
#content .sidebar ul li a:hover {
	text-decoration: underline;  
}
#content .small ul ul {
	border: 0;
	padding: 0;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
	background: url('images/bullet.gif') no-repeat 3px center;
	padding-left: 4px;
	text-indent: 20px;
}

/*Custom sidebars*/
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#content #ads.sidebar {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	height: 100%;
	overflow: auto;
	border: 0;
	padding: 0;
}
#content #ads.sidebar img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

/* CREDITS
========================================== */
#credits {
	clear: both; 
	padding: 12px;
	background: #E8E8E8;
	text-align: center;
	margin: 20px 0 0 0;
}

#credits .container
{ 
	overflow: hidden;  
}

#credits p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #BDAEB4;
	font-size: 90%;
}

#credits a,
#credits a:visited {
	color: #666;
}

#credits a:hover,
#credits a:active {
	color: #DA444F;
} 

/* Footer Affiliates
========================================== */
ul #affiliates 
{  
	margin: 10px auto;
	text-align: center;
}


ul#affiliates  li
{
	display: inline;  
	margin: 0 5px 0 0;
	list-style-type: none;
	background: none;
	padding: 0; 
}

/* Footer Credits
========================================== */
#credits ul
{
	display: inline;
	margin: 0px 20px; 
}
#credits ul.nav {
	padding: 0 0 12px;
	text-align: right;
}

#credits ul.nav li {
	color: #666;
	margin: 0;
	display: inline;
	border-left: 1px solid ;
	padding: 0px 6px;
}

#credits ul.nav li.first_item 
{ 
	border-left: none; 
}

#credits ul.nav li a {
	display: inline;
	margin: 0;
}
#credits ul.nav li a,
#credits ul.nav li a:visited {
	
}
#credits ul.nav li a:hover,
#credits ul.nav li a:active {
	
}
#credits ul.nav li a.top {
	border: 0;
	padding-right: 0;
}

#credits ul#footerUtils
{
	clear: none;
}
#credits ul#footerUtils li
{
	color: #8FA69D;
	display: inline;
	border-left: 1px solid ;
	padding: 0px 6px;
} 

#credits ul#footerUtils li.first_item 
{ 
	border-left: none; 
}
#credits ul#footerUtils li a
{
	color: #8FA69D;
}

#credits ul#navFooter
{
    font-size:  110%;
    margin: 0 auto;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
}

#credits ul.PaymentsAccepted li
{
	display: inline;
	padding: 0px 2px;
	vertical-align: middle;
}

/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 25px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #DCC49A;
	border-width: 0 1px 1px 0;
	margin: 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 110px;
	height: 15px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
	background: #fff;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #666;
	position: absolute;
	top: 10px;
	left: 9px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
	font-size: 100%;
}

/* Calendar
========================================== */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #666;
	text-align: right;
}
#wp-calendar th {
	color: #666;
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
}
#wp-calendar a {
	font-weight: bold;
}

#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar td#today {
	background-color: #f3f3f3;
}

/* Shopping Cart Buttons
========================================== */
input.wpsc_buy_button {
	width: 115px;
	height: 33px;
}
input.make_purchase {
	width: 138px;
	height: 33px;
}

/* hail to the king :D */


.textwidget
{
    margin: 15px 0 4px 0;
    text-align: center;
} 

.textwidget p
{ 
}

.textwidget label
{
    font-weight: bold;
    text-align: center;
    color :#000000;
    text-transform: uppercase;
}

.Price
{
    color: #739386;
    font-weight: bold;
   font-size: 14px; 
}

.Home div.small {
	width: 185px;
	float: left; 
}

.Home div.large {
	width: 440px;
	float: left;
	margin: 0 10px 0 0;
} 

div#greeting
{
    background: url('images/homeFeatured_bg.png') repeat-x left top;  
    margin: 0 0 10px 0;
}

div#greeting div.HomeContent
{
    background: url('images/Green-Chameleon.jpg') no-repeat left top; 
    padding: 10px 0 0 0;
    height: 128px;
} 

div#greeting div.DownloadsContent
{
    background: url('images/screenshot.jpg') no-repeat left top; 
    padding: 10px 0 0 0;
    height: 112px;
} 
div#greeting div.AboutUsContent
{
    background: url('images/female-about-us.jpg') no-repeat left top; 
    padding: 10px 0 0 0;
    height: 128px;
}
div#greeting h3, div#greeting p
{ 
   margin: 0 0 0 170px;
}

div#greeting div.DownloadsContent h3, div#greeting div.DownloadsContent p
{ 
   margin: 0 0 0 190px;
}

div#greeting h3
{
   color: #000000;
   font-weight: bold;
   font-family: Tahoma, Verdana, Arial;
   font-size: 14px; 
   background: none;
   padding: 0;
   margin-bottom: 5px;
}

div#greeting p
{ 
    color: #7B7B7B;
   width: 45%;
   line-height: 120%;
}  
Home div.large {
	width: 440px;
	float: left;
	margin: 0 10px 0 0;
} 

div#greeting
{
    background: url('images/homeFeatured_bg.png') repeat-x left top;  
    margin: 0 0 10px 0;
} 

div#greeting div.DownloadsContent
{
    background: url('images/DownloadsContent_BG.jpg') no-repeat left top; 
    padding: 10px 0 0 0;
    height: 112px;
} 

div#greeting div.StoreContent
{
    background: url('images/StoreContent.jpg') no-repeat left top; 
    padding: 10px 0 0 0;
    height: 112px;
} 

div#greeting h3, div#greeting p
{ 
   margin: 0 0 0 170px;
}

div#greeting div.DownloadsContent h3, div#greeting div.DownloadsContent p
{ 
   margin: 0 0 0 190px;
}

div#greeting h3
{
   color: #000000;
   font-weight: bold;
   font-family: Tahoma, Verdana, Arial;
   font-size: 14px; 
   background: none;
   padding: 0;
   margin-bottom: 5px;
}

div#greeting p
{ 
    color: #7B7B7B;
   width: 45%;
   line-height: 120%;
}  
.Featured   
{
    margin: 5px 0 10px 0;    
    /* 
   width: 400px; 
   border: solid 1px Lime;*/
   clear: both;
    height: 100px;
    position: relative;
    vertical-align: top;
}

div.Featured a.CategoryThumb
{  
    float: left;
   width: 150px; 
   padding: 2px;
   height: 100px; 
  margin: 0 auto;
text-align: center;  
}   

div.Featured  div.Content
{
   padding: 2px;  
    float: left; 
   width: 270px;
   height: 100px;
}

.Featured  p
{
    color: #7B7B7B; 
}  

.Featured h4 a:link, .Featured h4 a:visited, .Featured h4 a:hover, .Featured h4 a:active
{
   color: #000000;
   font-size: 11px; 
   font-weight: bold;
   font-family:  Verdana, Tahoma, Arial;
   text-transform: uppercase;  
}

.Featured h4 a:hover
{ 
   text-decoration: underline; 
}


a.browse { 
	background: url('images/button-browse.png') no-repeat center top;
	border: 0; 
    display: block;
	cursor: pointer;
    width: 100px;
    height: 16px; 
    /* Use these styles to hide the text for the button */
    text-indent: -9999px;
	font-size: 0; 
	line-height: 25px;
	float: right;
	margin: 2px 0 0 0 ; 
	overflow: hidden;
} 

a.selectproduct { 
	background: url('images/button-browse.png') no-repeat center top;
	border: 0; 
    display: block;
	cursor: pointer;
    width: 100px;
    height: 16px; 
    /* Use these styles to hide the text for the button */
    text-indent: -9999px;
	font-size: 0; 
	line-height: 25px;
	float: right;
	margin: 2px 0 0 0 ; 
	overflow: hidden;
} 

div.Downloads
{
    float: left;
    width: 260px;  
}

div.StoreCategories
{ 
    float: left; 
    width: 275px; 
	height: 300px;
	padding: 2px 4px; 
}
div.StoreCategories p
{ 
    white-space: wrap; 
	width: 250px;
}


a.desktop, a.iPhone, a.SelectProduct  
{  
	border: 0; 
    display: block;
	cursor: pointer;
    width: 100px;
    height: 16px; 
    /* Use these styles to hide the text for the button */
    text-indent: -9999px;
	font-size: 0; 
	line-height: 25px;
	float: left;
	margin: 2px 0 0 0 ; clear: left; 
	overflow: hidden;
} 


a.desktop
{
	background: url('images/button-desktop.png') no-repeat center top;
} 

a.iPhone 
{  
	background: url('images/button-iPhone.png') no-repeat center top;
} 

a.SelectProduct 
{  
	background: url('images/button-select-product.png') no-repeat center top;
    width: 143px;
}
 
.Subscribe
{
	text-align: left; 
} 
 
.Subscribe .rss a:link, .Subscribe .rss a:visited, .Subscribe .rss a:hover, .Subscribe .rss a:active
{ 
	background: url('images/rss.png') no-repeat 2px 4px;  
	text-indent: 0;
	padding: 5px 5px 5px 22px;  v
	margin: 0 0 15px 0;
	color: #000000;
	font-weight: bold;
} 

.Subscribe label {
	font-weight: normal;
	text-transform: capitalize;
	padding: 0 0 2px 0;
}

ul.DownloadLinks 
{ 
	margin: 0;
	padding: 0; 
	background-image: none;
}

#content ul.DownloadLinks li
{
	list-style: none;
	background-image: none;
	margin: 0;
	padding: 0 20px 0 0; 
	display: inline;

} 

div.Pager
{
	width: 510px;
	text-align: right;  
	margin: 10px 0 0 0;
	padding:  10px 0 0 0;
	clear: both;
}