/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.viewCart {
	text-align: right;
}

.viewCart a {
	padding: 5px 10px;
	background-color: #6294C5;
	color: #eee;
}

.viewCart a:hover {
	background-color: #6aa0d5;
}


input.addCart {
background: url(http://www.transcendentalmedia.com/new/wp-content/uploads/2010/08/addCart.gif) top center no-repeat;
width: 93px;
height: 18px;
border: 0;
text-indent: -9999px;
cursor: pointer;
}

.top-widget {
position:absolute; top:10%; right:0;float:left; width:auto; color: #ccc; margin: 7px 35px;
}

.top-widget input
{
color: #333;
background: #eee;
border: 1px solid #111;
}

.sf-menu {position:absolute; top:65%; right:0;float:left; width:auto; margin-right:20px;}
.sf-menu li {margin-right:1em;}
.sf-menu #search #s {width:100px;}
.sf-menu .search ul, .sf-menu .search ul li { width: 142px !important; }
#top .sf-menu a {color: #999;}
#top .sf-menu a:hover {color: #fff;}
.sf-menu #search form#searchform input#s {background:#fff;width:125px;}
