
/* ------------------------------------------------------------
* PROJECT :
* FILENAME : default.css (as PHP)
* ------------------------------------------------------------
* LAST UPDATED : 21 Mar 2010
* ------------------------------------------------------------
* AUTHOR(S) : Kevin Scholl (kevin@ksscholl.com)
* ------------------------------------------------------------
* NOTE(S) :
* ------------------------------------------------------------ */






/* ------------------------------------------------------------
* WRAPPERS
* ------------------------------------------------------------ */






/* ------------------------------------------------------------
* SUB-CATEGORY NAVIGATION
* ------------------------------------------------------------ */


#subcatframehome {
margin: 0;
border: 0;
background: transparent url(../images/bg_footer-shadow-subdis.gif) center -38px repeat-x;
padding: 1px 0 0px 0;
height: 0px;
}

/* ------------------------------------------------------------
* CONTENT
* ------------------------------------------------------------ */


ul {
margin: 10px 10px 20px 0px;
padding: 0 20px;
list-style: none;
}

/* ------------------------------------------------------------
* SHOPPING CSS
* ------------------------------------------------------------ */

div,span,h1,h2,h3,a,img,
dl,dt,dd,ol,ul,li,textarea,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;color:#262626;}




.element-button {
	position:relative;
	display:inline-block;
	overflow:hidden;
	padding:0.5em 25px 0.4em 25px;
	border:1px solid rgba(0,0,0,0.15);
	background:#f3715d;
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.17);
	white-space:nowrap;
	line-height:1.5em;
	cursor:pointer;
	margin-top: 1px;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2px;
}

.element-button {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%);
}

.element-button img {
	position:relative;
	display:inline!important;
	margin:1px 8px 0 0;
	vertical-align:middle;
}


/* ------------------------------------------------------------
* FONT CSS
* ------------------------------------------------------------ */


.tip {
font: bold 10px/15px Arial, Helvetica, sans-serif;
color: #C0C0C0;
}


/* ------------------------------------------------------------
* FORM FIELDS
* ------------------------------------------------------------ */

input,
select,
textarea {
padding: 2px 3px 1px 3px;
font: normal 10px;
color: #999;
}




/* ------------------------------------------------------------
* TO TOP JQ
* ------------------------------------------------------------ */



#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:200px;
	right:15px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;
	z-index: 700 !important;
}

#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -50px;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	z-index: 700 !important;
}

#toTop:active, #toTop:focus {
	outline:none;
}
