* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/*html {
	overflow: -moz-scrollbars-vertical;
}*/

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
/*	background:url('/site/catalog/view/theme/mystate/image/sidebg.png') #FFF repeat-y left;*/
	color:#222;
}

h1 {
	font-size:30px;
	margin-top:10px;
	margin-bottom:10px;
}

ul, li {
		list-style:none;
}

/* top navigation */
#top_nav {
	/*height:40px;*/
	background:#D7EFFD;
	padding-left:5px;
	padding-top:5px;
	font-size:11px;
	font-weight:normal;
	color:#777;
	border-bottom:solid 1px #CCC;
}

#top_nav a, a:visited {
	color:#09C;
	text-decoration:underline;
}

#top_nav a:hover {
	color:#333;
	text-decoration:none;
}

/* layout */
#container {
	width: 1025px;
	margin-left:0px;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align: left;
}

/*header*/
#header {
	/*border:1px solid #ff0000;*/
	float:left;
	width:175px;
	margin:0px auto 5px 10px;
}

/*left column*/
#column_left {
	/*border:1px solid #093;*/
	float: left;
	clear:left;
	width: 175px;
	margin:0 0 10px 10px;
	vertical-align:top;
	background-color:#EEEEEE;
}

/*main content*/
#content {
	/*border:1px solid #CCC;*/
	margin:0 auto 0 195px;
	width:839px;
}

/*footer content*/
#footer {
	/*border:1px solid #FC3;*/
	border-top:1px solid #CCC;
	width: 839px;
	clear: both;
	padding-top:10px;
	margin:10px auto 10px 195px;
	/*padding:15px;*/
}

#footer .div1 {
	float:left;
	margin-bottom:15px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input, textarea, select {
	margin: 2px;
}

a, a:visited {
	color:#101010;
	text-decoration: underline;
	cursor:pointer;
}

a:hover {
	text-decoration: none;
	color:#09C;
	cursor:pointer;
}

a img {
	border: none;
}

p {
	margin-top: 0px;
}

.header_custom {
	width:170px;
	margin: 6px 0 10px 0;
	padding:3px 0 3px 0;
}

.middle .welcome {
	font-size:12px;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:5px;
}

/*search form*/
#search {
	display:inline;
	padding-top: 2px;
	padding-left: 5px;
	color: #FFF;
}

#search select {
	border: 1px solid #CCC;
	padding: 1px;
}
#search a {
	color: #FFF;
}

#search input {
	border: 1px solid #999;
	padding: 2px;
	color:#C9C9C9;
	width:100px;
}

/* Email List */
.elist {
	display:inline;
	border: 1px solid #999;
	background:#FFF;
	font-size:13px;
	color:#C9C9C9;
	font-weight:bold;
	width:115px;
	height:22px;
}

.socialshare {
	border:1px solid #CCC;
	width:325px;
	height:35px;
	margin-top:10px;
	padding:2px;
	font-size:10px;
	font-weight:bold;
	display:inline;
}

/* "add this" buttons custom css */
.addthis_toolbox .custom_images a
{
    width: 30px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}


/* Buttons */
.login_button {
	background:#09C;
	padding:4px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	cursor:pointer;
}

.login_box {
	margin-bottom:7px;
}

#module_login {
	font-size:12px;
}

#module_login .button {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.button {
	padding:2px 5px 2px 5px;
	display: inline;
	margin-right: 5px;
	background-color:#09C;
	border:1px outset #CCC;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	cursor:auto;
}

.button a:hover {
	color:#000;
}

.buttons a:hover {
	color:#000;
}

/* this styles the container of buttons */
.buttons {
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	margin-left:5px;
	margin-bottom:10px;
}

.buttons input {
	padding: 0px;
	margin: 0px;
}

.buttons table {
	width:100%;
	border-collapse: collapse;
}

.buttons table td {
	vertical-align: middle;
	text-align:middle;
}

/*on cart page - qty and add to cart*/
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	width:50%;
}

.the_price {
	font-size:30px;
	color:#09C;	
	font-weight:bold;
}

.content .button {
	padding:5px;
	background-color:#09C;
}

.content a {
	color:#101010;
	font-weight:bold;
	text-decoration:underline;
}

.content a:hover {
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
}

.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

.sort {
	margin-bottom: 10px;
	background: #FFFFFF;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.pagination {
	display: inline-block;
	width: 100%;
	background: #ffffff;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}

.cart {
	border-collapse: collapse;
	width: 98%;
	border: 1px solid #EEEEEE;
	margin-left:5px;
	margin-bottom:10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}


.tabs {
	width:100%;
	height: 31px;
	margin-left:10px;
	margin-bottom: 0px;
}

.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}

.tabs a.selected {
	background:#D7EFFD;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	width:75%;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-left:10px;
	margin-bottom: 10px;
}


.option_style {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 2px;
	margin-bottom: 15px;
	width:50%;
}

.top {
	padding-left:10px;
}


#tab_account, #tab_logout {
	padding:2px;
	text-align:left;
	font-weight:bold;
}

.div5 {
	text-align:center;
	margin-top:0px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}

.copyright_text {
	padding:2px;
}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

/* this is for the vote / poll box */
.div4 {
	text-align:center;
	margin:10px 0 10px 0;
	margin-bottom:10px;
	padding:4px;
	background-color:#F9F9F9;
	border:solid 1px #EEE;
	font-weight:bold;
}

.box {
	margin-bottom:10px;
	padding:4px;
	background-color:#F9F9F9;
	border:solid 1px #EEE;
	/*border:1px solid #ddd;*/
}

.box .top {
	padding-left:2px;
	font-size:12px;
	font-weight:bold;
}

.box .middle {
	padding-left:8px;
	line-height:15px;
}

.box bottom {
	padding:0px;
	margin:0px;
}

.tab_page {
	background:#FFF;
}

.top {
	margin-bottom:7px;
}

.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	color:#F00;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 18px;
	text-align: center;
}

select {
	background:#fff;
	color:#09C;
	width:150px;
	height:20px;
	padding:0px;
	border:1px thin #ddd;
}

option {
	background:#f9f9f9;
	padding:5px;
	color:#09C;
	font-weight:bold;
	border:1px dashed #ddd;
}


/* Tumblr Blog CSS */

.tumblr_title {
	margin-bottom:8px;
	color:#09C;
	font-size:30px;
}

.tumblr_post {
	margin-top:10px;
	margin-left:15px;
	padding:10px;
	width:75%;
	border-bottom:1px solid #CCC;
}

#module_cart .middle {
	color:#09C;
	font-weight:bold;
}




/* js content expand collapse css */

#newswrapper {
	border:0px;
	width:100%;
	text-align:left;
}

#newsbox {
	border:1px solid #ccc;
}

.showhide {
	padding:4px;
	border:1px solid #09c;
	background-color:#D7EFFD;
}

.news_table {
	border:none;
	padding:10px;
	width:100%;
	text-align:left;
}

.news_title {
	color:#09C;
	font-size:24px;
}

.news_subtitle {
	color:#777;
	font-size:18px;
}

.news_content {
	margin-top:8px;
	text-align:left;
}





/* Home Page js Slider from bxslider */

.slides1_wrap {
	position: relative;
	padding: 5px 0 5px 55px;
	width:720px;
}

#slides1 li {
	list-style: none;
}


/* this is the content area of the slider */
#slides1 .content {
	float: left;
	width: 640px;
	background-color:#FFF;
	border:none;
	margin-bottom:1px;
}

#slides1 li p {
	line-height: 15px;
}

#slides1 h3 {
	font-size: 24px;
	color: #09C;
	font-weight: normal;
}

#slides1 h4 {
	font-size: 16px;
	color: #777;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 16px;
}

.slides1_wrap .prev {
	position: absolute;
	left: 0px;
	top: 100px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 30px;
	top: 100px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 102px;
}







/* new css from 1.4.8 */
#content .middle {
       background: #FFFFFF;
       padding: 10px 10px 1px 10px;
       min-height: 30px;
}
    

.tags, .tags a {
       font-style: italic;
       font-size: x-small;
}

#module_cart .middle {
       padding: 5px;
}

.cart_module_total {
       padding: 0 3px 0 3px;
       font-size: 0.9em;
       color: #222;
}

.cart_remove {
       margin-top: 3px;
       background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
       padding-right:10px;
       cursor:pointer;
}

.cart_remove_loading {
       margin-top: 3px;
       background: url('../image/ajax_load.gif') no-repeat transparent;
       padding-right:10px;
}

.button_add_small, a.button_add_small:visited {
       margin-top: 3px;
       background: url('../image/button_add_small.png') no-repeat left center transparent;
       padding:5px;
       text-decoration: none;
       cursor:pointer;
}

#content .middle .box {
       float: left;
       margin: 0 6px 10px 6px;
       min-height: 0px;
}

#content .middle .box .middle {
       width: 158px;
       min-height: 0px;
}
/* end new css from 1.4.8 */