/* 

	RyanFosterDesign Ltd www.ryanfosterdesign.com 

*/

@import url("./reset.css");
/*
@import url("slimbox2.css");
*/
/* @group Globals */

body {
	color: #333;
	text-align: center;
	background: #f2f2f2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 120%;
}

#container {
	display: block;
	text-align: left;
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
}


/* links */

a {
        color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8cc63f;
	text-decoration: underline;
}


a:active {
	color: #78288b;
	text-decoration: underline;
}

/* typograhphy */

h1 {
	line-height: 150%;
	font-size: 2.5em;
	text-align: center;
	letter-spacing: -1px;
}

h2 {
	line-height: 150%;
	font-size: 1.35em;
}

h3, h4, h5 {
	line-height: 150%;
	font-size: 1.1em;
}


p {
	font-size: 0.72em;
}


/* clearing */

.clear { 
	 display: inline-block; 
} 

.clear { 
	 display: block; 
} 

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

/* colours */

.green {
	color: #8cc63f;
}

.red {
       color: red;
}

.purple{
	color: #78288b;
}

.light, del {
	color: #999;
}

.dark {
	color: #333;
}

.medium {
        color: #666;
}

.highlight {
	background-color: #eaeec1;
	padding: 5px;
}

.float-right { float: right; }
.float-left  { float: left;  }

/* hiding */

.hide {
    position: absolute;
    left: -1000px;
    width: 100px;
 }

/* forms */

input, textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
 
 
 /* errors and notifications*/


.error, .notice, .success    { 
	padding: 10px; 
	margin-bottom: 20px; 
	border: 1px solid #ddd; 
}

.error { 
	background: #FBE3E4; 
	color: #8a1f11; 
	border-color: #FBC2C4; 
}

.notice { 
	background: #FFF6BF; 
	color: #514721; 
	border-color: #FFD324; 
}

.success { 
	background: #E6EFC2; 
	color: #264409; 
	border-color: #C6D880; 
}

.error a { 
	color: #8a1f11; 
}

.notice a  { 
	color: #514721; 
}

.success a  { 
	color: #264409; 
}


/* @end */



/* @group Layout */


.page {
	background: #fff url(./images/page2.png) repeat-y;
	/* padding: 20px 58px;  */
        /* padding: 1px 58px; */
	/* width: 844px; */
        padding: 1px 20px;
	width: 920px;
}

.page-top {
	background: url(./images/page-top2.png) no-repeat;
	height: 28px;
	width: 960px;
	padding: 0px;
}

.page-bottom {
	background: url(./images/page-bottom2.png) no-repeat;
	height: 28px;
	width: 960px;
	padding: 0px;
}

.left-col {
	width: 180px;
	float: left;
	padding: 50px 0px;
}

/* Non-Home Categories need extra left padding */
.left-col-pages {
	width: 180px;
	float: left;
	padding: 50px 0px 0px 30px;
}

.left-col-pages h2 {
	margin-top:10px;
}
.left-col-pages #browse-all {
        clear:both;
        margin-top:15px;
        margin-bottom:15px;
        text-align:right;
        padding-right: 11px;
}

.right-col {
	width: 650px;
	float: right;
	padding-bottom: 40px;
}
/* Non-Home Categories need extra padding */
.right-col-pages {
	padding-right:20px;
	width: 670px;
	float: right;
	padding-bottom: 40px;
}

/* @end */

/* @group Header */

#header #logo {
	height:95px;
	width:266px;
	background: url(./images/logo_top.png) no-repeat;
	float: left;
	margin: 0 0 15px 15px;
	display: block;
}

#header #logo a{
	width: 244px;
	height: 60px;
	display: block;
}

#header #tab {
	width: 494px;
	height: 75px;
	background: url(./images/dev-community.png) no-repeat;
	float: right;
        margin: 35px 15px 0;
        position: relative;
        top: 5px;
}

#header #tab a{
	width: 494px;
	height: 75px;
	display: block;
}

#header #smark {
        position:relative;
        top:15px;
        left:-3px;
}



/* @end */

/* @group Nav */


#nav {
	font-size: .94em;
	width: 920px;
	height: 50px;
	background: #f9f9f9 url(./images/navbar-full.png) no-repeat;
	padding: 7px 20px 0;
	/* margin-top: 10px; */

}

#nav ul#nav-links {
	float: left;
	display: inline-block;
}

#nav ul#nav-links li {
	display: inline;
	float: left;
	/* width: 85px; */
	text-align: center;
	border-right: 1px solid #a5a5a5;
	/* padding:11.675px 20px 16px;*/
        padding:12.55px 20px 15px;
}

#nav ul#navbar-trial li, #nav ul#home-button li {
        margin-left: 15px;
        padding: 4px 15px 0px 0px;
        display:inline;
        float:left;
        padding-right: 15px;
}

#nav ul#navbar-trial li {
        width: 140px;
        height: 37px;
        margin-left: 5px; /* Overrides 15px above! */
}

#nav ul#navbar-trial li a {
        display: block;
        width: 157px;
        height: 37px;
}

#nav ul#navbar-trial li a {
	background: url(./images/navbar-freetrial-initial.png) no-repeat;
}

#nav ul#navbar-trial li a:hover {
	background: url(./images/navbar-freetrial-hover.png) no-repeat;
}

#nav ul#home-button li {
	border-right: 1px solid #a5a5a5;
        width:32px;
        height:43px;
}


#nav ul#home-button li a {
	background: url(./images/navbar-home.png) no-repeat;
        display: block;
        width:32px;
        height:37px;
}

#nav ul#home-button li a:hover {
	background: url(./images/navbar-home-hover.png) no-repeat;
}


#nav ul#cart, #nav ul#cart-link {
	/* background: url(./images/navbar-cart.png) no-repeat; */
	float: right;
	display: inline;
}

#nav ul#cart-link li {
	display: inline;
	float: left;
	/* width: 140px; */
	text-align: center;
	padding: 13px 15px 16px 10px;
}

#nav ul#cart li {
        padding-top: 3px;
	display: inline;
	float: left;
	/* width: 140px; */
	text-align: center;
	/* padding: 13px 0px 16px 20px; */
}

#nav ul#cart li a#cartbutt {
	background: url(./images/navbar-cart.png) no-repeat;
        display: block;
        width:35px;
        height:37px;
}

#nav ul#cart li a:hover#cartbutt {
	background: url(./images/navbar-cart-hover.png) no-repeat;
}

#nav #search {
	border-left: 1px solid #a5a5a5;
        margin-right: 4px;
	width: 207px;
	float: right;
	padding: 5px 0 2px 10px;
}
#nav #search .keyword-search {
	background: url(./images/navbar-search-158-36.png) no-repeat;
	width: 158px;
	height: 37px;
	margin-left: 2px;
	float: left;
	padding: 3px 0px 0px 5px;
}
#nav #search .keyword-search input {
	border: 1px solid #fff;
	font-size: 0.73em;
        padding: 2px;
	width: 135px;
        height: 22px;
}

#nav #search input.button {
	background: url(./images/navbar-magnify.png) no-repeat;
	float: left;
	/* margin-left: 2px; */
	width: 39px;
        height: 37px;
        border:none;
        padding: 2px;
}

#nav #search input.btnhov {
	background: url(./images/navbar-magnify-hover.png) no-repeat;
        border:none;
        padding: 2px;
}

#nav a {
	color: #777;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	color: #8cc63f;

}

#nav a.active, #nav a.active:hover {
	text-decoration: none;
	color: #8cc63f;
}


/* @end */

/* @group Homepage */

.count {
	text-align: center;
}

.box {
	/* background: url(./images/box.png) repeat-y; */
	width: 900px;
	padding: 0 15px;
        position:relative;
        top:-10px;
}

.box-top {
	/* background: url(./images/box-top.png) no-repeat; */
	width: 844px;
	height: 20px;
	padding: 0px;
	margin-top: 10px;
}

.box-bottom {
	/* background: url(./images/box-bottom.png) no-repeat; */
	width: 844px;
	height: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

.box-featured {
	/* background: url(./images/box-featured-white.png) no-repeat 0 20px; */
	width: 920px;
	/* padding: 0 0 15px; */
	/* margin-top: 20px; */
}

.box-featured ul li {
	float: left;
	width: 648px;
        height: 238;       
	padding-right: 20px;
	position: relative;
        top: 10px;
}

.box-featured ul li.image {
	width: 648px;
        /* height: 238; */ 
}

.bubble-green { 
	width: 77px; 
	height: 46px; 
	position: absolute;
	background: url(./images/bubble.png) no-repeat 0 0;
	top:  -40px;
	left: 70px;
} 

.bubble-purple { 
	width: 77px; 
	height: 46px; 
	position: absolute;
	background: url(./images/bubble.png) no-repeat 0 -96px;
	top:  -40px;
	left: 70px;
} 

.view-snap,.view-snap-search { 
	width: 104px; 
	height: 31px;
	display:  block;
	background: url(./images/view-snap.png) no-repeat 0 0;
}
.view-snap { 
	margin-top: 5px;
}
.view-snap-search { 
	margin: 10px 0px;
}

.box-featured .snap a.view-snap {
	margin: 10px 0 0;
}

.box-featured h2 {
	margin-top: 10px;
	line-height: 120%;
}

.scrollable { 
        float:left;	
        position:relative;
        /* top: 20px; */
        overflow:hidden; 
	width: 900px;
        height: 290px; 
        margin: 0px 10px;
} 
 
.scrollable .items { 
    width:20000em; 
    position:absolute;
    /* clear:both; */
} 

.scrollable .items .snap { 
    padding-top: 70px;
}

.scrollable .items .snap{ 
    float:left; 
} 

.scrollable .items .snap .wrap{ 
    height: 145px;
} 
 
/* FMA Carousel Images */
.scrollable .items .fma { 
        width:20000em; 
        position:absolute; 
	float: left;
	width: 900px;
        height: 275px;       
	padding-right: 20px;
	position: relative;
        top: 1px;
}


a.browse {
	/* background: url(./images/pointers-grey-small.png) no-repeat top left; */
	display:block; 
	float:left;
	/* margin: 150px 10px 40px; */
	cursor:pointer;
}

a.right { 
        background-image: url(./images/pointer-right-tranp-initial.png);   /* all browsers */ 
        _background-image: url(./images/pointer-right.jpg);  /* IE6 only */ 
	/* background-position: 0 -231px; */
	clear:right; 
	margin-right: 0px;
	width: 40px; 
	height: 39px;
	position: relative;
	top: 110px;
	left: 745px;
        z-index:1;
}

a.right:hover, a.right:active { 
        background-image: url(./images/pointer-right-tranp-hover.png);   /* all browsers */ 
	/* background-position: 0 -154px; */
}

a.left	{ 
	/* background-position: 0 -77px; */
        background-image: url(./images/pointer-left-tranp-initial.png);   /* all browsers */ 
        _background-image: url(./images/pointer-left.jpg);  /* IE6 only */
	margin: 0 25px; 
	width: 40px; 
	height: 39px;
	position: relative;
	top: 110px;
        z-index:1;
} 

a.left:hover, a.left:active { 
        background-image: url(./images/pointer-left-tranp-hover.png);   /* all browsers */ 
	/* background-position: 0 0px;  */
}

a.left.disabled, a:hover.left.disabled {
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
} 

a.right.disabled, a:hover.right.disabled {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
} 	

/* Navigation for the Scrollable (paging) */

/* position and dimensions of the navigator */ 
.navi { 
    margin-left: 375px;
    width:200px; 
    height:20px; 
    position:relative;
    top: -37px;
    left: 55px
} 
 
/* items inside navigator */ 
.navi a { 
    width: 12px; 
    height: 8px; 
    float: left; 
    margin: 2px; 
    background:url(./images/navigator.png) 0 0 no-repeat;
    display: block; 
    font-size: 1px; 
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}


.box ul li.col {
	float: left;
	width: 345px;
	margin-right: 10px;
}

.box ul li.col.first {
        text-indent:12px;
        width: 175px;
}

.box ul li.col.last {
	margin-right: 0px;
	width: 345px;
        /* padding:10px; */
}

.box ul li.col-double {
	float: right;
	width:700px;
}

h2.snap-header{
	margin-bottom: 5px;
}

h2.snap-header.popular { 
    color:#6D3289; 
    font-size: 1.45em;
}
h2.snap-header.featured { 
    color:#9BC349; 
    font-size: 1.45em;
}

ul.blogroll {
	margin: 5px 0 15px;
}

.blogroll li {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 8px;
        list-style: none;
}


ul.snap-category {
	margin-bottom: 15px;
}

.snap-category li {
	font-size: 0.9em;
	font-weight: bold;
        height:41px;
        width:166px;
        list-style: none;
        border-bottom:1px solid #CFCFCF;
}

.snap-category li a {
        height:41px;
        width:166px;
        display: block;
        padding-bottom:5px;
        padding-top:10px;
}

.snap-category li a {
        background:url("./images/category-bg-initial.png") no-repeat;
}
.snap-category li a:hover {
        background:url("./images/category-bg-hover.png") no-repeat;
}
.snap-category li a:active {
        background:url("./images/category-bg-selected.png") no-repeat;
}


.snap-category li a img.viewarrow ,.snap-category li a img.viewarrow:hover{
        float:right;
        margin-right: 7px;
        display: block;
        width: 18px;
        height: 17px;
}
.snap-category li a img.viewarrow {
        background:url("./images/browse-arrow-initial.png") no-repeat;
}
.snap-category li a img.viewarrow:hover {
        background:url("./images/browse-arrow-hover.png") no-repeat;
}

.snap-list li {
	clear:  both;
	margin-bottom: 10px;
        padding:10px;
        /* -moz-border-radius: 8px; */
        /* -webkit-border-radius: 8px; */
        /* border-radius: 8px; */
        border: 1px solid #F0F0F0;
        box-shadow: 2px 2px 2px #D0D0D0;
        -moz-box-shadow: 2px 2px 2px #D0D0D0;
        -webkit-box-shadow: 2px 2px 2px #D0D0D0;
}

.snap-list img {
	float: left;
	padding: 1px 5px 10px 1px;
        border: none;
}

.snap-list .snap-info p a.viewsnap, .snap-list .snap-info p a.viewsnap:hover {
        float:left;
        margin-left: 91px;
        margin-top: 6px;
        padding:1px 5px 10px 1px;
	width: 110px;
        height: 40px;
}
.snap-list .snap-info p a.viewsnap {
        background: url(./images/view-snap-initial.png) no-repeat;
}
.snap-list .snap-info p a.viewsnap:hover {
        background: url(./images/view-snap-hover.png) no-repeat;
}

.snap-list .snap-info {
	float: left;
	width: 335px;
        height: 160px;
}

.snap-list .snap-info h3 {
	font-size: 1em;
	line-height: 120%;
        margin: 5px 0px 2px 5px;
}

.snap-list .snap-info h4 {
	font-size: .8em;
	line-height: 110%;
        margin: 5px 0px 2px 5px;
}


.snap-list .snap-info-page {
        float:left;
        height:110px;
        width:171px;
}

.snap-list .snap-info-page img {
        border:medium none;
        float:right;
        left:-11px;
        padding:10px;
        position:relative;
        top:-50px;
}

.tagcloud {
	width: 150px;
        padding:10px;
        border: 1px solid #989898;
        background-color: #F4EDF8;
}

.developer-info {
	margin: 30px 10px 10px -3px;
	width: 173px;
}



.developer-info h3 {
	font-size: 0.9em;
	margin-bottom: 20px;
	line-height: 120%;
}

.developer-info a.readmore{
	margin-top: 20px;
	display: block;
}


#browse-all, #browse-page-bottom {
	/* background: #fff url(./images/browse-arrow-initial.png) no-repeat right; */
	/* padding-right:25px; */
	margin-top: 15px;
	text-align: right;
	clear: both;
}

#browse-all ul li, #browse-page-bottom ul li {
        display:inline;
        float: right;
}

#browse-all ul li a.viewarrow, 
#browse-all ul li a.viewarrow:hover, 
#browse-page-bottom ul li a.viewarrow, 
#browse-page-bottom ul li a.viewarrow:hover {
        display: block;
        width: 18px;
        height: 17px;
        margin: 2px 12px;
}

#browse-all ul li a.viewarrow,
#browse-page-bottom ul li a.viewarrow {
        background: #fff url(./images/browse-arrow-initial.png) no-repeat right;
}
#browse-all ul li a.viewarrow:hover,
#browse-page-bottom ul li a.viewarrow:hover {
        background: #fff url(./images/browse-arrow-hover.png) no-repeat right;
}

.border {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


/* @end */

/* @group Collection */

.left-col #browse-all {
	background: #fff url(./images/pointer-green.png) no-repeat left;
	padding-left:25px;
	text-align: left;
	clear: both;
	margin: 20px 0 40px;
}

.right-col .snap li {
	float: left;
}

.right-col .snap li.left {
	width: 120px;
}

.right-col .snap li.right {
	width: 480px;
	height:175px;
}

.right-col .snap li.right p.info {
	font-size: 0.8em;
	margin: 5px 0 15px;
}

.right-col .snap li.right a.view-snap {
	margin-bottom: 20px;
        float:right;
        position:relative;
        right:30px;
        top:-45px;
}

p.tags {
	font-size: 0.8em;
	font-style: normal;
        clear: both;
        margin: 5px 0px;
}

p.tags a {
	font-weight: normal;
}

p.tags strong {
	font-style: normal;
}

p.teazer {
	font-size: 0.7em;
	font-style: normal;
        /* clear: both; */
        position:relative;
        margin-top:10px;
        width:320px;
}

.snap-list img.viewarrow {
        /* background:url("./images/pointer-green.png") no-repeat scroll 0 0 transparent; */
        height: 18px;
        left: 5px;
        padding:10px;
        position:relative;
        top: -25px;
        width:18px;
}

p.snap-info {
	font-size: 0.8em;
	margin: 5px 0 10px;
}

#paging {
	font-size: 0.8em;
	padding-left: 130px;
}

#paging span.page {
	background: none;
	padding: 0px;
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

#paging a, #paging a:hover  {
	color: #333;
	font-weight: normal;
}

#paging .current {
	color: #8cc63f;
	font-weight: bold;
}

/* @end */

/* @group Product */

h1.snap-name {
	/* float: left; */
	/* display: inline-block; */
	/* padding-left: 240px; */
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
        margin-bottom:6px;
        font-size:1.6em;
       /*  height:75px; */
}

h1.snap-price {
	float:  right;
	display: inline-block;
	line-height: 120%;
	margin-top: 10px;
}


#snap-image {
	margin: 5px 30px 40px 0px;
        float: left;

}

.right-col .snap ul li.snap-info {
	width: 495px;
	margin-right: 40px ;
}

.right-col .snap ul li.snap-shots {
	width: 600px;
}

.right-col .snap ul li.snap-shots a {
        margin: 0px 5px;
}

.right-col .snap ul li.snap-shots h3 {
	font-size: 0.8em;
	margin: 10px 0 20px;
}

.right-col .snap ul li.snap-shots img {
	margin-bottom: 20px;
	border: 3px solid #e6e6e6;
}

p.tags.product {
	/* padding: 0 0 20px 240px; */
        clear:none;
        position:relative;
        top: -2px;
}


#snap-options-select {
	margin: 20px 0;
}

#snap-options-select select {
	width: 350px;
}

.add-to-cart { 
	display: block;
        float:right;
        /* left:130px; */
        margin: 0px 20px 0px 0px;
        /* position:relative; */
        /* top:-20px; */
} 


#snap-description {
        width: 625px;
	/* padding-top: 20px; */
}

#snap-description p {
	font-size: 0.8em;
	margin-bottom: 20px;
        clear: both;
}

#snap-description ul {
	margin-bottom: 5px;
	display: block;
}

#snap-description ul:after { 
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden; 
}

#snap-description ul li {
	font-size: 0.8em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

#snap-description ul li ul li {
	list-style-type: circle;
	margin-left: 40px;
	font-size: 1em;
}


p#no-product {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 20px;
}

#purchase {
	margin-bottom: 20px;
}

#snap-developer {
	font-size: 0.8em;
}

#snap-developer img.dev-image {
	margin: 4px 0px 1px 0px;
}


.secondary {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.secondary .right-col-pages.page-content {
	padding-top: 0px;
}

/* @end */

/* @group Cart */

#cart-page { margin: 20px; }

h1.cart {
	text-align: left;
	margin-bottom: 0px;
}

table.cart th, table.cart td {
	font-size: 0.8em;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

table.cart td p{
	font-size: 0.95em;
}

table.cart th#price, table.cart th#quantity, table.cart th#delete, table.cart th#total {
	width: 60px;
}

table.cart input {
	border: 1px solid #ccc;
	width: 20px;
	padding: 3px;
}

#checkout {
	margin-bottom: 40px;
}

#checkout h2 {
	text-align: right;
	margin: 20px 10px 20px 0;
}

#checkout #continue-shopping {
	display:  inline-block;
	float: left;
}

#checkout #continue-shopping span {
	padding: 0 10px;
}

#checkout #buttons {
	display:  inline-block;
	float: right;
	padding-right: 10px;
}

p#empty-cart {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 20px;
}

/* @end */

/* @group Page */

.right-col-pages.page-content {
	padding-top: 10px;
}

.right-col-pages.page-content h2, .right-col-pages.page-content h3, .right-col-pages.page-content p {
	margin-bottom: 20px;
}

.right-col-pages.page-content p {
	font-size: 0.8em;
        padding-right: 50px
}

.right-col-pages.page-content ul {
	margin-bottom: 20px;
}

.right-col-pages.page-content ul li {
	font-size: 0.8em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

/* @end */

/* @group Search */

#no-search-results {
	font-size: 0.8em;
	margin-top: 10px;
        width: 690px;
}

/* @end */

/* @group 404 */

h2.not-found {
	margin: 40px 100px 0;
}

p.not-found {
	font-size: 0.8em;
	margin: 0 100px 40px;
}


/* @end */

/* @group Footer */

#footer {
	margin-bottom: 40px;
	padding: 0 10px;
}

#footer p.footer-links {
	font-size: .7em;
	text-align: center;
}

#footer p.footer-links  a{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#footer p.footer-links  a:hover{
	color: #8cc63f;
}

#footer p.footer-links  span.seperator{
	margin: 0 10px;
}

#footer p.footer-links  span.credit{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* @end */

/* @group Ratevoice */

/* These override some elements that can't be changed via the RV control panel */

/* index */

.box-featured .ratevoice-rating img {
	padding: 10px 0 0 20px !important;
}

.box-featured .ratevoice-rating-reviewcount {
	color: #8cc63f;
	font-size: 0.8em
}

/* collection */

.snap .ratevoice-rating img {
	padding: 3px 0px 2px;
}

.snap .ratevoice-rating-reviewcount {
	color: #8cc63f;
	font-size: 0.8em
}

/* product */


#ratevoice-reviews a {
	color: #8cc63f;
}

.ratevoice-review-form button {
	background: #8cc63f;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-right: 5px;
}

/* Product Sorting */
#sort-by {
        float:right;
        font-size: 0.8em;
        background:none repeat scroll 0 0 #F8F8F8;
	clear:  both;
	/* margin-bottom: 10px; */
        width: 500px;
        padding: 4px 10px 4px 20px;
        /* -moz-border-radius: 8px; */
        /* -webkit-border-radius: 8px; */
        border-radius: 8px;
        border: 1px solid #F0F0F0;
        /* box-shadow: 1px 1px 1px #D0D0D0; */
        /* -moz-box-shadow: 1px 1px 1px #D0D0D0; */
        /* -webkit-box-shadow: 1px 1px 1px #D0D0D0; */
        margin:10px 0 25px;
}

#sort-by form { 
        float: right; 
        padding: 0px 10px;
}

#paging-top span.page {
	background: none;
	padding: 0px;
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

#paging-top a, #paging a:hover  {
	color: #333;
	font-weight: normal;
}

#paging-top .current {
	color: #8cc63f;
	font-weight: bold;
}

.divider  {
	border-right:1px solid #CCCCCC;
	color:#F2F2F0;
	display:inline;
	height:20px;
	margin:0 2px !important;
	position:relative;
	top:1px !important;
}
/* Ends Product Sorting */

/* Panes for Snap Detail Tabs */
div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #818181;
	border-top: none;
	background-color:#fff;
}

div.panes ol li {
        list-style:decimal;
	font-size: 0.8em;
	margin-left: 20px;
}

div.panes ol {
	margin-bottom: 5px;
	display: block;
}


#req-a-snap {
        position:relative;
        left:-4px;
        padding: 15px 0px;
}

.req-snap-side {
	margin:20px 20px 50px 0;
	position:relative;
	left: -10px;
	top: 20px;
}

.req-snap-side .req-side {
	display: inline;
}

#req-snap-form label {
        padding-top: 10px;
        font-size: 0.8em;
}

#req-snap-form input, #req-snap-form textarea {
        margin-top: 7px;
}

/* End Sheetsheet */

