/* Reset ================================================================================= */
* {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	background: transparent url(image001.jpg);
}
img {
	border:0;
	vertical-align:top;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
:focus {
	outline:0;
}
a:active {
	outline: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 0px;
	line-height:130%;
}
/* Forms */
form {
	display:inline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
/* Table */
table {
	border:0; /*border-collapse:collapse;*/
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
	text-align:left;
}
/* Content */
p {
	margin:0 0 0px;
}
strong {
}
address {
	font-style:normal;
	line-height:1.35;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
}
/*sup           {  vertical-align:top; }*/

/* Lists */
ul, ol {
	list-style:none;
}
/* Tools */
.hidden {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}
.nobr {
	white-space:nowrap !important;
}
.wrap {
	white-space:normal !important;
}
.a-left {
	text-align:left !important;
}
.a-center {
	text-align:center !important;
}
.a-right {
	text-align:right !important;
}
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.f-left, .left {
	float:left !important;
}
.f-right, .right {
	float:right !important;
}
.f-none {
	float:none !important;
}
.f-fix {
	float:left;
	width:100%;
}
.no-display {
	display:none;
}
.no-margin {
	margin:0 !important;
}
.no-padding {
	padding:0 !important;
}
.no-bg {
	background:none !important;
}
.sp {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	height:0 !important;
	overflow:hidden !important;
	clear: both;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	min-width: 990px;
}
.page {
}
.page-print {
	background:transparent url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/PRIORmain_bg0.gif);
      width: 100%;
	padding:25px 30px;
	text-align:left;
}
.page-empty {
	background:transparent url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/PRIORmain_bg0.gif);
	padding:20px;
	text-align:left;
}
.page-popup {
	background:transparent url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/PRIORmain_bg0.gif);

	padding:20px;
	text-align:left;
}
.main-container {
	background:transparent url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/PRIORmain_bg0.gif);
      width: 100%;
}
.main {
	background:transparent url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/PRIORmain_bg0.gif);
	width:990px;
	margin:0 auto;
	min-height:400px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
/* Base Columns */
.col-left {
	float: left;
	width: 195px;
	padding: 0 0 0px;
}
.col-main {
	float: left;
	width: 717px;
	padding: 0 0 0px;
}
.col-right {
	float: right;
	width: 195px;
	padding: 0 0 0px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width: 507px;
	margin-left: 15px;
}
.col3-layout .col-wrapper {
	float:left;
	width:717px;
}
.col3-layout .col-wrapper .col-main {
	float:right;
}
/* Content Columns */
.col2-set .col-1 {
	float:left;
	width:48.5%;
}
.col2-set .col-2 {
	float:right;
	width:48.5%;
}
.col2-set .col-narrow {
	width:32%;
}
.col2-set .col-wide {
	width:65%;
}
.col3-set .col-1 {
	float:left;
	width:32%;
}
.col3-set .col-2 {
	float:left;
	width:32%;
	margin-left:2%;
}
.col3-set .col-3 {
	float:right;
	width:32%;
}
.col4-set .col-1 {
	float:left;
	width:23.5%;
}
.col4-set .col-2 {
	float:left;
	width:23.5%;
	margin:0 2%;
}
.col4-set .col-3 {
	float:left;
	width:23.5%;
}
.col4-set .col-4 {
	float:right;
	width:23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
	vertical-align:middle;
}
input.input-text, textarea {
	padding:1px;
}
select {
	padding:0px;
}
select option {
	padding-right:10px;
}
select.multiselect option {
	padding:2px 5px;
}
select.multiselect option:last-child {
	border-bottom:0;
}
textarea {
	overflow:auto;
}
input.radio {
	margin-right:3px;
}
input.checkbox {
	margin-right:3px;
}
input.qty {
	width:2.5em;
}
button.button::-moz-focus-inner {
padding:0;
border:0;
} /* FF Fix */
button.button {
	-webkit-border-fit:lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	overflow:visible;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
button.button span {
	display:block;
	height:19px;
	border:0;
	padding:0 8px;
	text-align:center;
	white-space:nowrap;
}
button.button span span {
	border:0;
	padding:0;
}
button.disabled span {
	border:0;
}
/*
button.btn-checkout.no-checkout span { background-position:0 100%;  }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
*/
p.control input.checkbox, p.control input.radio {
	margin-right:6px;
}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin:0 0 8px;
}
.form-list label {
	float:left;
	position:relative;
	z-index:0;
}
.form-list label.required {
}
.form-list label.required em {
	float:right;
	font-style:normal;
	position:absolute;
	top:0;
	right:-8px;
}
.form-list li.control label {
	float:none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right:6px;
}
.form-list li.control .input-box {
	clear:none;
	display:inline;
	width:auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display:block;
	clear:both;
	width:260px;
}
.form-list .field {
	float:left;
	width:275px;
}
.form-list input.input-text {
	width:254px;
}
.form-list textarea {
	width:254px;
	height:10em;
}
.form-list select {
	width:260px;
}
.form-list li.wide .input-box {
	width:535px;
}
.form-list li.wide input.input-text {
	width:529px;
}
.form-list li.wide textarea {
	width:529px;
}
.form-list li.wide select {
	width:535px;
}
.form-list li.additional-row {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:7px;
}
.form-list li.additional-row .btn-remove {
	float:right;
	margin:5px 0 0;
}
.form-list .input-range input.input-text {
	width:74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width:auto;
}
.form-list .name-prefix {
	width:65px;
}
.form-list .name-prefix select {
	width:55px;
}
.form-list .name-prefix input.input-text {
	width:49px;
}
.form-list .name-suffix {
	width:65px;
}
.form-list .name-suffix select {
	width:55px;
}
.form-list .name-suffix input.input-text {
	width:49px;
}
.form-list .name-middlename {
	width:70px;
}
.form-list .name-middlename input.input-text {
	width:49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width:140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width:124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width:210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float:left;
	width:85px;
}
.form-list .customer-dob input.input-text {
	display:block;
	width:74px;
}
.form-list .customer-dob label {
	font-size:10px;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width:60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width:46px;
}
.form-list .customer-dob .dob-year {
	width:140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width:134px;
}
.buttons-set {
	clear:both;
	margin:4em 0 0;
	padding:8px 0 0;
	border-top:1px solid;
	text-align:right;
}
.buttons-set p.required {
	margin:0 0 10px;
}
.buttons-set .back-link {
	float:left;
	margin:0;
}
.buttons-set button.button {
	float:right;
	margin-left:5px;
}
.buttons-set-order {
	margin:10px 0 0;
}
.buttons-set-order .please-wait {
	padding:12px 7px 0 0;
}
.fieldset {
	border:1px solid;
	padding:22px 25px 12px 33px;
	margin:28px 0;
}
.fieldset .legend {
	float:left;
	border:1px solid;
	margin:-33px 0 0 -10px;
	padding:0 8px;
	position:relative;
}
/* Form Validation */
.validation-advice {
	clear:both;
	min-height:13px;
	margin:3px 0 0;
	line-height:13px;
}
.validation-failed {
	border:0 !important;
	background:#faebe7 !important;
}
.validation-passed {
}
p.required {
	text-align:right;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float:left;
}
.v-fix .validation-advice {
	display:block;
	width:12em;
	margin-right:-12em;
	position:relative;
}
/* Global Messages  */
.success {
}
.error {
}
.notice {
}
.messages, .messages ul {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
.messages {
	width:100%;
	overflow:hidden;
}
.messages li {
	margin:0 0 10px !important;
}
.messages li li {
	margin:0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style:solid;
	border-width:1px;
	min-height: 16px;
	padding:4px 8px 4px 8px;
}
/* BreadCrumbs */
.breadcrumbs {
	line-height:1.25;
	margin:0 0 5px;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li strong {
}
/* Page Heading */
.page-title {
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.page-title h1, .page-title h2 {
	margin:0;
}
.page-title .separator {
	margin:0 3px;
}
.page-title .link-rss {
	float:right;
	margin:7px 0 0;
}
.title-buttons {
	text-align:right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float:left;
}
.subtitle {
	clear:both;
	padding:15px 0 0;
	margin:0 0 6px;
}
/* Pager */
.pager {
	padding:4px 8px;
	text-align:center;
}
.pager .amount {
	float:left;
	margin:0;
}
.pager .limiter {
	float:right;
}
.pager .limiter label {
	vertical-align:middle;
}
.pager .limiter select {
	padding:0;
	margin:0 0 1px;
	vertical-align:middle;
}
.pager .pages {
	margin:0 140px;
}
.pager .pages ol {
	display:inline;
}
.pager .pages li {
	display:inline;
	margin:0 2px;
}
.pager .pages .current {
}
/* Sorter */
.sorter {
	padding:3px 8px;
}
.sorter .view-mode {
	float:left;
	margin:0;
}
.sorter .sort-by {
	float:right;
	padding-right:36px;
}
.sorter .sort-by label {
	vertical-align:middle;
}
.sorter .sort-by select {
	padding:0;
	margin:0 0 1px;
	vertical-align:middle;
}
.sorter .link-feed {
}
/* Toolbar */
.toolbar {
}
.toolbar .pager {
	padding:3px 8px;
}
.toolbar .sorter {
}
.toolbar-bottom {
}
/* Data Table */
.data-table {
	width:100%;
}
.data-table .odd {
}
.data-table .even {
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last, .data-table th.last {
	border-right:0;
}
.data-table tr.last th, .data-table tr.last td {
	border-bottom:0 !important;
}
.data-table th {
	padding:3px 8px;
}
.data-table td {
	padding:3px 8px;
}
.data-table thead th {
	padding:2px 8px;
	white-space:nowrap;
	vertical-align:middle;
}
.data-table thead th.wrap {
	white-space:normal;
}
.data-table thead th a, .data-table thead th a:hover {
}
.data-table thead th {
}
.data-table thead th .tax-flag {
	white-space:nowrap;
}
.data-table tfoot {
}
.data-table tfoot tr.first td {
}
.data-table tfoot tr {
}
.data-table tfoot td {
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:0;
}
.data-table tfoot strong {
}
.data-table tbody th, .data-table tbody td {
}
/* Bundle products tables */
.data-table tbody.odd tr {
}
.data-table tbody.even tr {
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
	border-bottom:0;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
}
.data-table tbody td .option-label {
	font-style:italic;
}
.data-table tbody td .option-value {
	padding-left:10px;
}
/* Generic Info Box */
.info-box {
	padding:12px 15px;
	margin:0 0 15px;
}
.info-box h2 {
}
.info-table th {
	padding:2px 15px 2px 0;
}
.info-table td {
	padding:2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor:pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float:right;
	text-align:right;
	padding-left:20px;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_collapse.gif) 0 5px no-repeat;
	cursor:pointer;
}
tr.show-details .summary-collapse {
	background-position:0 -52px;
}
tr.show-details td {
}
tr.summary-details-excluded {
	font-style:italic;
}
/* Shopping cart tax info */
.cart-tax-info {
	display:block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right:20px;
}
.cart-tax-total {
	display:block;
	padding-right:20px;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_collapse.gif) 100% 5px no-repeat;
	cursor:pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display:inline !important;
}
.cart-tax-total-expanded {
	background-position:100% -52px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding:0;
}
.std ol.ol {
	list-style:decimal outside;
	padding-left:1.5em;
}
.std ul.disc {
	list-style:disc outside;
	padding-left:18px;
	margin:0 0 10px;
}
.std dl dt {
}
.std dl dd {
	margin:0 0 10px;
}
/* Misc */
.links li {
	display:inline;
}
.links li.first {
	padding-left:0 !important;
}
.links li.last {
	background:none !important;
	padding-right:0 !important;
}
.link-rss {
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/i_rss.gif) 0 2px no-repeat;
	padding-left:18px;
	line-height:14px;
	white-space:nowrap;
}
.btn-remove {
	display:block;
	width:11px;
	height:11px;
	font-size:0;
	line-height:0;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_remove.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.btn-remove2 {
	display:block;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_trash.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.separator {
	margin:0 3px;
}
.divider {
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	height:1px;
	margin:10px 0;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_divider1.gif) 0 50% repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
/* Noscript Notice */
.noscript {
	border:1px solid;
	border-width:0 0 1px;
	line-height:1.25;
	text-align:center;
}
.noscript .noscript-inner {
	width:950px;
	margin:0 auto;
	padding:12px 0 12px;
}
.noscript p {
	margin:0;
}
/* DEMO NOTICE */
.demo-notice {
}
/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
	float:left;
}
.header-container {
}
.header {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align:right;
	position:relative;
	z-index:10;
}
.header .logo {
	float:left;
	text-decoration:none !important;
}
.header .logo strong {
	position:absolute;
	top:-999em;
	left:-999em;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
.header h1.logo, .header h2.logo {
	margin:0;
}
.header .quick-access {
	float:right;
}
.header .welcome-msg {
}
.header .form-search {
}
.header .form-search label {
	float:left;
	width:24px;
	height:21px;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.header .form-search input.input-text {
	float: left;
}
.header .form-search button.button {
	float:left;
}
.header .form-search button.button span {
	border:0;
	height:21px;
	padding:0 0 0 0px;
}
.header .form-search button.button span span {
	background-position:100% 0;
	padding:0 6px 0 3px;
}
.header .form-search .search-autocomplete {
	z-index:999;
	left:20px;
	top:22px !important;
}
.header .form-search .search-autocomplete ul {
	border:1px solid;
	border-bottom: 0;
}
.header .form-search .search-autocomplete li {
	text-align:left;
	border-bottom:1px solid;
	padding:2px 8px 1px 8px;
	cursor:pointer;
}
.header .form-search .search-autocomplete li .amount {
	float:right;
}
.header .form-language {
	text-align:right;
}
.header .form-language label {
	padding-right:5px;
	vertical-align:middle;
}
.header .form-language select {
	padding:0;
}
.header .form-language select.flags option {
	background-position:4px 50%;
	background-repeat:no-repeat;
	padding-left:25px;
}
.header .links {
	float:right;
}
.header .links li {
	float:right;
}
.header .links a {
}
.header-container .top-container {
	clear:both;
	padding:5px 10px 0 12px;
	text-align:right;
}
.header-container .top-container a {
}
/* ======================================================================================= */
/********** < Navigation */
.nav-container {
}
#nav {
	width: 990px;
	margin: 0 auto;
	padding: 0 0px;
}
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position:relative;
	text-align:left;
}
#nav li.over {
	z-index:998;
}
#nav a, #nav a:hover {
	display:block;
}
#nav span {
	display:block;
	cursor:pointer;
	white-space:nowrap;
}
#nav li ul span {
	white-space:normal;
}
#nav ul li.parent a {
}
#nav ul li.parent li a {
}
/* 0 Level */
#nav li {
	float:left;
}
#nav li.active a {
}
#nav a {
	float:left;
}
#nav li.over a, #nav a:hover {
}
/* 1st Level */
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
}
#nav ul li.last {
	padding-bottom:0;
}
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
}
#nav ul li a {
}
/* 2nd Level */
#nav ul, #nav div {
	position:absolute;
	width:15em;
	top:27px;
	left:-10000px;
}
#nav div ul {
	position:static;
	width:auto;
	border:none;
}
/* 3rd+ Level */
#nav ul ul, #nav ul div {
	top:5px;
}
#nav ul li a {
}
#nav ul li a:hover {
}
#nav ul li a, #nav ul li a:hover {
}
#nav ul span, #nav ul li.last li span {
	padding:3px 15px 4px 15px;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left:0;
	z-index:999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left:100px;
}
/*1.4.1.0*/
/* Show menu */
#nav li.over > ul {
	left:0;
}
#nav li.over > ul li.over > ul {
	left:100px;
}
#nav li.over ul ul {
	left:-10000px;
}
/* Sidebar =============================================================================== */
.block {
	margin:0 0 15px;
}
.block .block-title {
}
.block .block-title strong {
	display:block;
	min-height:16px;
	padding:1px 0 1px;
}
.block .block-title strong span {
}
.block .block-title a {
}
.block .block-subtitle {
	margin:0;
	padding:5px 9px;
}
.block .block-content {
}
.block .block-content li.item {
	padding:7px 9px;
}
.block .block-content .product-name {
}
.block .btn-remove {
	float:right;
	margin:1px 0 2px 5px;
}
.block .actions {
	padding:6px 9px;
	text-align:right;
}
.block .actions a {
	float:left;
}
.block .actions button.button {
	float:right;
}
.block .empty {
	margin:0;
}
/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
	line-height:1.25;
}
.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:0px;
}
/* Mini Products List */
.mini-products-list .product-image {
	float:left;
	width:50px;
	border:1px solid;
}
.mini-products-list .product-details {
	margin-left:60px;
}
/* Block: Account */
.block-account {
}
.block-account .block-title {
	border:0;
	padding:3px 10px;
}
.block-account .block-title strong {
}
.block-account .block-content {
	padding:7px 10px 7px;
}
.block-account .block-content li a {
	display:block;
	padding:3px 0;
}
.block-account .block-content li a:hover {
}
.block-account .block-content li.last a {
	border-bottom:0;
}
.block-account .block-content li.current {
	padding:3px 0;
}
.block-account .block-content li.current.last {
	border-bottom:0;
}
/* Block: Currency Switcher */
.block-currency {
	border:0;
	padding: 0px;
	height:auto;
}
.block-currency .block-title {
	background:none;
	border:0;
	padding:0;
	margin:0 0 0px;
}
.block-currency .block-title strong {
}
.block-currency .block-content {
	background:none;
	padding:6px 0px 6px 0px;
}
.block-currency .block-content select {
	width: auto;
	padding:0;
	display: block;
	margin:0;
}
/* Block: Layered Navigation */
.block-layered-nav {
	border:0;
}
.block-layered-nav dt {
	padding:7px 0px 0 0px;
}
.block-layered-nav dd {
}
.block-layered-nav dd.last {
	background:none;
}
.block-layered-nav .currently li {
	padding:4px 0px 4px 0px;
}
.block-layered-nav .currently .label {
}
.block-layered-nav .currently .btn-remove {
	margin:3px 0 0;
}
.block-layered-nav .actions {
	padding:4px 9px;
	text-align:right;
}
.block-layered-nav .actions a {
	float:none;
}
/* Block: Cart */
.block-cart .block-title {
}
.block-cart .block-title strong {
}
.block-cart .summary {
	padding:2px 8px 8px;
	margin:-1px 0 0;
	position:relative;
	z-index:1;
}
.block-cart .amount {
	margin:0;
}
.block-cart .amount a {
}
.block-cart .subtotal {
	margin:5px 0 0;
	padding:2px 0;
	text-align:center;
}
.block-cart .subtotal .price {
}
.block-cart .actions {
}
/* Block: Wishlist */
.block-wishlist .block-title strong {
}
.block-wishlist .actions {
	text-align:right;
}
.block-wishlist .actions a {
	float:none;
}
/* Block: Related */
.block-related .block-title strong {
}
.block-related input.checkbox {
	float:left;
}
.block-related .product {
	margin-left:20px;
}
/* Block: Compare Products */
.block-compare .block-title strong {
}
.block-compare button.button span {
}
.page-popup .link-print {
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/i_print.gif) 0 2px no-repeat;
	padding:2px 0 2px 25px;
}
.compare-table {
	border:0;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
	border:0;
	background:none;
	padding:0;
	font-size:0;
	line-height:0;
}
.compare-table .btn-remove {
	float:right;
	background-image:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_remove2.gif);
	width:72px;
	height:15px;
}
.compare-table tbody th, .compare-table tbody td {
	padding:10px;
	border:0;
	border-top:1px solid;
	border-left:1px solid;
}
.compare-table tbody td.last {
	border-right:1px solid;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
	border-bottom:1px solid;
}
.compare-table tr.add-to-row td {
	text-align:center;
}
.compare-table tr.first td {
	text-align:center;
}
.compare-table tr.first td .product-name {
	margin:0 0 5px;
}
.compare-table tr.first td .product-name a {
}
.compare-table tr.first td .ratings {
	width:69px;
	margin:0 auto;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p {
	margin:0;
}
/* Block: Recently Viewed */
.block-viewed .block-title strong {
}
/* Block: Recently Compared */
.block-compared .block-title strong {
}
/* Block: Poll */
.block-poll .block-title strong {
}
.block-poll .block-subtitle {
}
.block-poll label {
}
.block-poll input.radio {
	float:left;
	margin:1px -18px 0 0;
}
.block-poll .label {
	display:block;
	margin-left:18px;
}
.block-poll li {
	padding:3px 9px;
}
.block-poll .actions {
	margin:5px 0 0;
}
.block-poll button.button span {
}
.block-poll .answer {
}
.block-poll .votes {
	float:right;
	margin-left:10px;
}
/* Block: Tags */
.block-tags .block-title strong {
}
.block-tags .block-content ul {
	padding:0px 5px 0px 5px;
}
.block-tags .block-content li {
	display:inline;
	padding-right:4px;
}
.block-tags .block-content a {
}
.block-tags .actions {
	text-align:right;
}
.block-tags .actions a {
	float:none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
	padding:0px 0px;
}
.block-subscribe .block-title strong {
}
.block-subscribe label {
}
.block-subscribe input.input-text {
	display:block;
	width:167px;
	margin:1px 0;
}
.block-subscribe .actions {
	background:#9f8f21;
	padding:0;
	margin:1px 0 0;
	text-align:left;
}
.block-subscribe .actions button.button {
	float:none;
}
.block-subscribe .actions button.button span {
}
/* Block: Reorder */
.block-reorder .block-title strong {
}
.block-reorder input.checkbox {
	float:left;
	margin:2px -20px 0 0;
}
.block-reorder .product-name {
	margin-left:20px;
}
.block-reorder .validation-advice {
	margin:3px 9px 7px;
}
/* Block: Banner */
.block-banner {
	border:0;
}
.block-banner .block-content {
	padding:0;
	text-align:center;
}
/* Block: Login */
.block-login .block-title strong {
}
.block-login .block-content {
	padding:5px 10px;
}
.block-login label {
}
.block-login input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-login .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
}
.block-login .actions button.button span {
}
/* Paypal */
.sidebar .paypal-logo {
	display:block;
	margin:10px 0;
	text-align:center;
}
.sidebar .paypal-logo a {
	float:none;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
	border:0;
	margin:0 0 7px;
}
.category-image {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	text-align:center;
}
.category-image img {
}
.category-description {
	margin:0 0 10px;
}
.category-products {
}
/* View Type: Grid */
.products-grid {
	position:relative;
}
.products-grid.last {
	border-bottom:0;
}
.products-grid li.item {
	float:left;
}
.products-grid .product-image {
	display:block;
}
.products-grid .product-name {
	margin:0 0 5px;
}
.products-grid .product-name a {
}
.products-grid .price-box {
	margin:5px 0;
}
.products-grid .availability {
	line-height:21px;
}
.products-grid .actions {
	position:absolute;
	bottom:12px;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
	width:727px;
	margin:0 auto;
}
.col1-layout .products-grid {
	width:790px;
	margin:0 auto;
}
/* View Type: List */
.products-list li.item {
	padding:12px 10px;
}
.products-list li.item.last {
	border-bottom:0;
}
.products-list .product-image {
	float:left;
	width:135px;
	height:135px;
	margin:0 0 10px;
}
.products-list .product-shop {
	margin-left:150px;
}
.products-list .product-name {
	margin:0 0 5px;
}
.products-list .product-name a {
}
.products-list .price-box {
	float:left;
	margin:3px 13px 5px 0;
}
.products-list .availability {
	float:left;
	margin:3px 0 0;
}
.products-list .desc {
	clear:both;
	padding:6px 0 0;
	margin:0 0 15px;
	line-height:1.35;
}
.products-list .desc .link-more {
}
.products-list .add-to-links {
	clear:both;
}
.products-list .add-to-links li {
	display:inline;
}
.products-list .add-to-links .separator {
	display:inline;
	margin:0 2px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {
	margin:0;
}
.ratings {
	line-height:1.25;
	margin:7px 0;
}
.ratings strong {
	float:left;
	margin:1px 3px 0 0;
}
.ratings .rating-links {
	margin:0;
}
.ratings .rating-links .separator {
	margin:0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width:69px;
	height:13px;
	font-size:0;
	line-height:0;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_rating.gif) 0 0 repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
.rating-box .rating {
	float:left;
	height:13px;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float:left;
	margin-right:3px;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
	line-height:1.15;
	padding:3px 0;
}
.ratings-table th {
	padding-right:8px;
}
/* Availability */
.availability {
	margin:0;
}
.availability span {
}
.availability.in-stock span {
}
.availability.out-of-stock span {
}
.availability-only {
	margin:10px 0 7px;
	line-height:16px;
}
.availability-only span, .availability-only a {
	border-bottom:1px dashed #751d02;
	cursor:help;
}
.availability-only a {
	cursor:pointer;
}
.availability-only .expanded {
	background-position:100% -15px;
}
.availability-only strong {
}
.availability-only-details {
	margin:0 0 7px;
}
.availability-only-details th {
	font-size:10px;
	padding:0 8px;
}
.availability-only-details td {
	border-bottom:1px solid;
	padding:2px 8px 1px;
}
.availability-only-details tr.odd td.last {
}
.product-view .product-shop .availability {
}
.product-view .product-shop .availability span {
}
/* Email to a Friend */
.email-friend {
	margin:0;
}
/* Alerts */
.alert-price {
	margin:0;
}
.alert-stock {
	margin:0;
}
/********** < Product Prices */
.price {
	white-space:nowrap !important;
}
.price-box {
	margin:5px 0;
}
.price-box .price {
}
/* Regular price */
.regular-price {
}
.regular-price .price {
}
.block .regular-price, .block .regular-price .price {
}
/* Old price */
.old-price {
	margin:0;
}
.old-price .price-label {
	white-space:nowrap;
}
.old-price .price {
	text-decoration:line-through;
}
/* Special price */
.special-price {
	margin:0;
	padding:3px 0;
}
.special-price .price-label {
	white-space:nowrap;
}
.special-price .price {
}
/* Minimal price (as low as) */
.minimal-price {
	margin:0;
}
.minimal-price .price-label {
	white-space:nowrap;
}
.minimal-price-link {
	display:block;
}
.minimal-price-link .label {
}
.minimal-price-link .price {
}
/* Excluding tax */
.price-excluding-tax {
	display:block;
}
.price-excluding-tax .label {
	white-space:nowrap;
}
.price-excluding-tax .price {
}
/* Including tax */
.price-including-tax {
	display:block;
}
.price-including-tax .label {
	white-space:nowrap;
}
.price-including-tax .price {
}
/* FPT */
.weee {
	display:block;
}
.weee .price {
}
/* Excl tax (for order tables) */
.price-excl-tax {
	display:block;
}
.price-excl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-excl-tax .price {
	display:block;
}
/* Incl tax (for order tables) */
.price-incl-tax {
	display:block;
}
.price-incl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-incl-tax .price {
	display:block;
}
/* Price range */
.price-from {
	margin:0;
}
.price-from .price-label {
	white-space:nowrap;
}
.price-to {
	margin:0;
}
.price-to .price-label {
	white-space:nowrap;
}
/* Price notice next to the options */
.price-notice {
	padding-left:10px;
}
.price-notice .price {
}
/* Price as configured */
.price-as-configured {
	margin:0;
}
.price-as-configured .price-label {
	white-space:nowrap;
}
.price-box-bundle {
	padding:0 0 10px 0;
}
.price-box-bundle .price-box {
	margin:0 !important;
	padding:0 !important;
}
.price-box-bundle .price {
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices {
	margin:10px 0;
	padding:10px;
	border:1px solid;
}
.tier-prices li {
	line-height:1.4;
	padding:2px 0 2px 0px;
}
.tier-prices .benefit {
	font-style:italic;
}
.tier-prices .price {
}
.tier-prices-grouped li {
	padding:2px 0;
}
.tier-prices-grouped li .price {
}
/* Add to Links */
.add-to-links {
	margin:5px 0 0;
}
.add-to-links .separator {
	display:none;
}
/* Add to Cart */
.add-to-cart label {
	float:left;
	margin-right:5px;
}
.add-to-cart .qty {
	float:left;
	margin-right:5px;
}
.add-to-cart button.button {
	float:left;
}
.add-to-cart .paypal-logo {
	clear:left;
	margin:0;
	padding:10px 0 0;
	text-align:right;
}
/* Add to Links + Add to Cart */
.add-to-box {
	margin:10px 0;
}
.add-to-box .add-to-cart {
	float:left;
}
.add-to-box .or {
	float:left;
	margin:0 7px;
}
.add-to-box .add-to-links {
	float:left;
	margin:0;
	line-height:1.25;
	text-align:left;
}
.add-to-box .add-to-links li {
	display:block;
}
.add-to-box .add-to-links li .separator {
	display:none !important;
}
.product-essential {
	padding:25px;
}
.product-essential h2 {
}
.product-collateral {
	padding:10px 25px 10px 25px;
}
.product-collateral h2 {
	padding:0 0 1px;
	margin:0 0 5px;
}
.product-collateral .box-collateral {
	margin:0 0 25px;
}
/* Product Images */
.product-view .product-img-box {
	float:left;
	width:267px;
}
.col3-layout .product-view .product-img-box {
	float:none;
	margin:0 auto;
}
.product-view .product-img-box .product-image {
	margin:0 0 13px;
}
.product-view .product-img-box .product-image-zoom {
	position:relative;
	width:265px;
	height:265px;
	overflow:hidden;
	z-index:9;
}
.product-view .product-img-box .product-image-zoom img {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
.product-view .product-img-box .zoom-notice {
	margin:0 0 5px;
	text-align:center;
}
.product-view .product-img-box .zoom {
	position:relative;
	z-index:9;
	height:18px;
	margin:0 auto 13px;
	padding:0 28px;
	cursor:pointer;
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity:.3;
	-webkit-opacity:.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity:.3;
}
.product-view .product-img-box .zoom #track {
	position:relative;
	height:18px;
}
.product-view .product-img-box .zoom #handle {
	position:absolute;
	left:0;
	top:-1px;
	width:9px;
	height:22px;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position:absolute;
	left:2px;
	top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position:absolute;
	right:2px;
	top:0;
}
.product-view .product-img-box .more-views h2 {
	margin:0 0 8px;
}
.product-view .product-img-box .more-views ul {
	margin-left:-9px
}
.product-view .product-img-box .more-views li {
	float:left;
	margin:0 0 8px 9px;
}
.product-view .product-img-box .more-views li a {
	float:left;
	width:56px;
	height:56px;
	overflow:hidden;
}
.product-image-popup {
	margin:0 auto;
}
.product-image-popup .nav {
	text-align:center;
}
.product-image-popup .image {
	display:block;
	margin:10px 0;
}
.product-image-popup .image-label {
	margin:0 0 10px;
}
/* Product Shop */
.product-view .product-shop {
	float:right;
	width:330px;
}
.col1-layout .product-view .product-shop {
	float:right;
	width:545px;
}
.col3-layout .product-view .product-shop {
	float:none;
	width:auto;
}
.product-view .product-shop .product-name {
	margin:0 0 5px;
}
.product-view .product-shop .product-name h1 {
	margin:0;
}
.product-view .product-shop .availability {
	margin:10px 0;
}
.product-view .product-shop .short-description {
	margin:10px 0;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_divider1.gif) 0 0 repeat-x;
	padding:10px 0 0;
}
.product-view .product-shop .price-box {
	margin:10px 0;
}
.product-view .product-shop .add-to-links {
	margin:0;
}
.product-view .product-shop .add-to-links {
}
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
	display:inline;
}
.product-view .product-shop .add-to-links a {
}
/* Product Options */
.product-options {
	margin:20px 0 0;
	padding:10px 15px 20px;
	border:1px solid;
}
.product-options dt {
	padding:10px 0 0;
}
.product-options dt label {
}
.product-options dt span.required {
	color:#eb340a;
}
.product-options dt .qty-holder {
	float:right;
	margin-right:15px;
}
.product-options dt .qty-holder label {
	vertical-align:middle;
}
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
}
.product-options dd {
	padding:5px 10px 15px;
	margin:0 0 5px;
	border-bottom:1px solid;
}
.product-options dl.last dd.last {
	border-bottom:0;
	padding-bottom:5px;
	margin-bottom:0;
}
.product-options dd input.input-text {
	width:98%;
}
.product-options dd input.datetime-picker {
	width:150px;
}
.product-options dd .time-picker {
	display:-moz-inline-box;
	display:inline-block;
	padding:2px 0;
	vertical-align:middle;
}
.product-options dd textarea {
	width:98%;
	height:8em;
}
.product-options dd select {
	width:99%;
}
.product-options dd .multiselect option {
	border-bottom:1px dotted;
	padding:2px 4px;
}
.product-options ul.options-list {
	margin-right:5px;
}
.product-options ul.options-list li {
	line-height:1.5;
	padding:2px 0;
}
.product-options ul.options-list input.radio {
	float:left;
	margin-top:3px;
}
.product-options ul.options-list input.checkbox {
	float:left;
	margin-top:3px;
}
.product-options ul.options-list .label {
	display:block;
	margin-left:18px;
}
.product-options ul.options-list label {
}
.product-options ul.validation-failed {
	padding:0 7px;
}
.product-options p.note {
	margin:0;
}
.product-options p.required {
	margin-bottom:0;
	padding:15px 0 0;
}
.product-options-bottom {
	padding:15px 20px;
	border:1px solid;
	border-top:0;
}
.product-options-bottom .tier-prices {
	margin:0;
	padding:0 0 10px;
	border:0;
	background:0;
}
.product-options-bottom .tier-prices li {
	background:0;
	padding:2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
}
.product-options-bottom .price-box {
	float:left;
	margin:0;
	padding:0;
}
.col3-layout .product-options-bottom .price-box {
	float:none;
	padding:0 0 5px;
}
.product-options-bottom .price-label {
	float:left;
	padding-right:5px;
}
.product-options-bottom .price-tax {
	float:left;
}
.product-options-bottom .add-to-cart {
	float:right;
}
.product-shop .product-options-bottom {
	margin:0 0 10px;
}
.product-shop .product-options-bottom .price-box {
	float:none;
	margin:0 0 5px;
}
.product-shop .product-options-bottom .price-label {
	float:none;
	padding-right:0;
}
.product-shop .product-options-bottom .price-tax {
	float:none;
}
.product-shop .product-options-bottom .add-to-cart-box {
	clear:both;
	float:left;
	padding-top:12px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
	margin:0;
	padding:0;
}
/* Block: Description */
.product-view .box-description {
}
/* Block: Additional */
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
	line-height:1.25;
}
/* Block: Upsell */
.product-view .box-up-sell h2 {
	border-bottom:0;
	padding:0;
	margin:0 0 8px;
}
.product-view .box-up-sell .products-grid {
	width:100%;
}
.product-view .box-up-sell .products-grid td {
	width:25%;
	padding:15px 10px 12px;
	line-height:1.6em;
}
.product-view .box-up-sell .products-grid tr.last td {
}
.product-view .box-up-sell .products-grid td.last {
}
.product-view .box-up-sell .products-grid .product-image {
	text-align:center;
	border: 0;
}
.product-view .box-up-sell .products-grid .product-image img {
	border: 1px solid;
}
.product-view .box-up-sell .products-grid td.empty {
	border-right:0;
}
.product-view .box-up-sell .products-grid .ratings .rating-box {
	float:none;
	display:block;
	margin:0 0 3px;
}
/* Block: Tags */
.product-view .box-tags {
	margin:0;
}
.product-view .box-tags h3 {
}
.product-view .box-tags .product-tags {
	display:block;
	margin:0 0 15px;
}
.product-view .box-tags .product-tags li {
	display:inline;
}
.product-view .box-tags .product-tags li.first {
	padding-left:0;
}
.product-view .box-tags .product-tags li.last {
	background:none;
	padding-right:0;
}
.product-view .box-tags .form-add label {
	display:block;
	margin:0 0 5px;
}
.product-view .box-tags .form-add .input-box {
	float:left;
	width:305px;
	margin:0 5px 0 0;
	padding:0 0 0 0px;
}
.product-view .box-tags .form-add input.input-text {
	width:299px;
}
.product-view .box-tags .note {
	margin:3px 0 0;
	padding:0 0 0 0px;
}
/* Block: Reviews */
.product-view .box-reviews dl {
	margin:15px 0;
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
}
.product-view .box-reviews dd {
	margin:0 0 15px;
}
.product-view .box-reviews dd small {
	font-style:italic;
}
.product-view .box-reviews .form-add {
	margin:15px 0 0;
}
.product-view .box-reviews .form-add h3 {
}
.product-view .box-reviews .form-add h3 span {
}
.product-view .box-reviews .form-add h4 {
}
.product-view .box-reviews .form-add .data-table td {
	text-align:center;
}
.product-view .box-reviews .form-add .form-list {
	margin:15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
	width:360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	width:354px;
}
/* Send a Friend */
.send-friend .form-list {
	width:615px;
	overflow:hidden;
}
.send-friend .form-list li {
	margin-right:-15px;
}
.send-friend .form-list li p {
	margin:0 15px 0 0;
}
.send-friend .form-list .field {
	width:315px;
}
.send-friend .form-list .input-box {
	width:300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
	width:294px;
}
.send-friend .form-list li.wide .input-box {
	width:612px;
}
.send-friend .form-list li.wide textarea {
	width:609px;
}
.send-friend .buttons-set .limit {
	float:right;
	margin:0 7px 0 0;
	line-height:21px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
	margin:0;
}
.product-name a {
}
/* Product Tags */
.tags-list {
	display:block;
	border:1px solid;
	padding: 5px;
}
.tags-list li {
	display:inline !important;
	margin:0 4px 0 0;
	font-size: 14px;
}
.tags-list li a {
}
/* Advanced Search */
.advanced-search .form-list label {
	width:160px;
	padding-right:10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
	float:left;
	clear:none;
}
.advanced-search-amount {
	margin:0 0 10px;
}
.advanced-search-summary {
	margin:10px 0;
	border:1px solid;
	padding:10px;
}
.advanced-search-summary ul {
	float:left;
	width:49%;
}
.advanced-search-summary strong {
}
.advanced-search-summary p {
	clear:both;
	margin:0;
}
/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
	text-align:right;
	margin:0 8px -22px 0;
}
.page-sitemap .links a {
	position:relative;
}
.page-sitemap .links a:hover {
}
.page-sitemap .sitemap {
	margin:12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin:3px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin:10px 0 0;
}
.page-sitemap .sitemap li.level-0 a {
}
/* RSS */
.rss-title h1 {
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/i_rss-big.png) 0 4px no-repeat;
	padding-left:27px;
}
.rss-table .link-rss {
	display:block;
	line-height:1.55;
	background-position:0 4px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {
	border-bottom:0;
	margin:0 0 12px;
}
.cart .page-title h1 {
	margin:10px 0 0;
}
/* Checkout Types */
.cart .page-title .checkout-types li {
	margin:0 0 5px;
}
.cart .title-buttons .checkout-types {
	float:right;
}
.cart .title-buttons .checkout-types li {
	float:left;
	margin:0 0 5px 5px;
}
/* Shopping Cart Table */
.cart-table th {
	padding:2px 10px;
}
.cart-table td {
	padding:10px;
}
.cart-table .product-name {
	margin:0 0 5px;
}
.cart-table .item-msg {
	margin:5px 0;
}
.cart-table tfoot td {
	padding:5px 10px;
}
.cart-table .btn-continue {
	float:left;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding:25px 0 0;
}
.cart .cart-collaterals .col2-set {
	float:left;
	width:605px;
}
.cart .cart-collaterals .col2-set .col-2 {
	width:294px;
}
.cart .crosssell {
	border:1px solid;
	padding:12px 15px;
}
.cart .crosssell h2 {
}
.cart .crosssell .product-image {
	float:left;
	width:75px;
	height:75px;
	border:1px solid;
}
.cart .crosssell .product-details {
	margin-left:90px;
}
.cart .crosssell .product-name {
}
.cart .crosssell li.item {
	margin:12px 0;
}
.cart .crosssell .link-compare {
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
	border:1px solid;
	padding:12px 15px;
	margin:0 0 18px;
}
.cart .discount h2, .cart .shipping h2 {
	padding:0;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
	margin:10px 0 0;
	border:0;
	padding:0;
	text-align:left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
	float:none;
	margin-left:0;
}
.cart .discount h2 {
}
.cart .discount .input-box {
	margin:8px 0 0;
	width:260px;
}
.cart .discount input.input-text {
	width:254px;
}
.cart .shipping h2 {
}
.cart .shipping .sp-methods {
	margin:10px 0 0;
	padding:5px 0 0;
}
/* Shopping Cart Totals */
.cart .totals {
	float:right;
	width:268px;
	border:1px solid;
}
.cart .totals table {
	width:100%;
	margin:7px 0;
}
.cart .totals td {
	padding:1px 15px 1px 7px;
}
.cart .totals tr.last td {
}
.cart .totals tfoot th {
	padding:5px 15px 5px 7px;
}
.cart .totals tfoot td {
	padding-top:5px;
	padding-bottom:5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
}
.cart .totals .checkout-types {
	padding:8px 15px 15px;
	text-align:right;
}
.cart .totals .checkout-types li {
	clear:both;
	margin:10px 0;
}
/* Options Tool Tip */
.item-options dt {
	font-style:italic;
}
.item-options dd {
	padding-left:10px;
	margin:0 0 6px;
}
.truncated {
	cursor:help;
}
.truncated a.dots {
	cursor:help;
}
.truncated a.details {
	cursor:help;
}
.truncated .truncated_full_value {
	position:relative;
	z-index:999;
}
.truncated .truncated_full_value dl {
	position:absolute;
	top:-99999em;
	left:-99999em;
	z-index:999;
	width:250px;
	padding:8px;
	border:1px solid;
}
.truncated .show dl {
	top:-20px;
	left:50%;
}
.col-left .truncated .show dl {
	left:15px;
	top:7px;
}
.col-right .truncated .show dl {
	left:-240px;
	top:7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
	margin:0 0 8px;
}
.sp-methods dt {
	margin:13px 0 5px;
}
.sp-methods dd {
}
.sp-methods dd li {
	margin:5px 0;
}
.sp-methods label {
}
.sp-methods .price {
}
.sp-methods .form-list {
	padding-left:20px;
}
.sp-methods .form-list li {
	margin:0 0 8px;
}
.sp-methods select.month {
	width:154px;
	margin-right:10px;
}
.sp-methods select.year {
	width:96px;
}
.sp-methods input.cvv {
	width:3em !important;
}
.sp-methods .checkmo-list li {
	margin:0 0 5px;
}
.sp-methods .checkmo-list label {
	width:135px;
	padding-right:10px;
	text-align:right;
}
.sp-methods .checkmo-list address {
	float:left;
}
.sp-methods .centinel-logos a {
	margin-right:3px;
}
.sp-methods .centinel-logos img {
	vertical-align:middle;
}
.please-wait {
	float:right;
}
.please-wait img {
	vertical-align:middle;
}
.cvv-what-is-this {
	cursor:help;
	margin-left:10px;
}
/* Tooltip */
.tool-tip {
	border:1px solid;
	padding:15px 20px;
	position:absolute;
	z-index:9999;
}
.tool-tip .btn-close {
	margin:-9px -14px 0;
	text-align:right;
}
.tool-tip .btn-close a {
	display:block;
	margin:0 0 0 auto;
	width:15px;
	height:15px;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.tool-tip .tool-tip-content {
	padding:5px;
}
/* Gift Messages */
.gift-messages h3 {
}
.gift-messages p.control {
}
.gift-messages-form {
	position:relative;
}
.gift-messages-form label {
	float:none !important;
	position:static !important;
}
.gift-messages-form h4 {
}
.gift-messages-form .whole-order {
	margin:0 0 25px;
}
.gift-messages-form .item {
	margin:0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float:left;
	width:75px;
}
.gift-messages-form .item .product-image {
	margin:0 0 7px;
}
.gift-messages-form .item .number {
	margin:0;
	text-align:center;
}
.gift-messages-form .item .details {
	margin-left:90px;
}
.gift-messages-form .item .details .product-name {
	margin:0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
	width:255px;
}
.gift-messages-form .item .details .form-list .input-box {
	width:240px;
}
.gift-messages-form .item .details .form-list input.input-text {
	width:234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
	width:500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
	width:494px;
}
.gift-message-link {
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right:7px;
}
.gift-message-link.expanded {
	background-position:100% -40px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
	float:right;
	width:16px;
	height:16px;
	background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_gm-close.gif) 0 0 no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
	margin:30px 0;
}
.checkout-agreements .agreement-content {
	overflow:auto;
	height:12em;
	padding:10px;
	border:1px solid;
}
.checkout-agreements .agree {
	margin:0;
	padding:10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
	margin-right:6px;
}
.checkout-agreements .agree label {
}
.opc .checkout-agreements {
	border:1px solid;
	border-width:0 1px;
	padding:5px 30px;
}
.opc .checkout-agreements li {
	margin:20px 0 0;
}
.opc .checkout-agreements .agreement-content {
	padding:5px;
}
.opc .checkout-agreements .agree {
	padding-left:6px;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border:1px solid;
}
.centinel .authentication iframe {
	width:99%;
	height:400px;
	background:transparent !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
.opc .centinel {
	border:1px solid;
	border-width:0 1px 1px;
	padding:10px 30px;
}
/* Generic Info Set */
.info-set {
	border:1px solid;
	margin:0 0 25px;
	padding:20px;
}
.info-set h2 {
	margin:0 0 10px;
}
.info-set h3, .info-set h4 {
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
}
.info-set h2.legend {
	margin:-20px -20px 15px;
	padding:5px 10px;
	border-bottom:1px solid;
	position:relative;
}
.info-set h3.legend {
	margin:0 0 10px;
}
.info-set .divider {
	margin:0 -20px;
	padding:25px 0;
	position:relative;
}
.info-set .box {
	margin:0 0 15px;
}
.info-set .box h2 {
}
.info-set .data-table .product-name {
}
.info-set .data-table .product-name a {
}
.info-set .data-table .item-options {
	margin:5px 0 0;
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
	border:0;
	margin:0;
}
.block-progress .block-title {
	background:none;
	border:0;
	padding:0;
	margin:0 0 5px;
}
.block-progress .block-title strong {
}
.block-progress .block-content {
	background:none;
}
.block-progress dt {
	line-height:1.35;
	border:1px solid;
	margin:0 0 6px;
	padding:2px 8px;
}
.block-progress dd {
	border:1px solid;
	border-top:0;
	padding:8px 13px;
	margin:0 0 6px;
}
.block-progress dt.complete {
	margin:0;
}
.block-progress dd.complete {
}
.block-progress p {
	margin:0;
}
.opc .buttons-set {
	margin-top:0;
	padding-top:2em;
}
.opc .buttons-set p.required {
	margin:0;
	padding:0 0 10px;
}
.opc .buttons-set .back-link small {
	display:none;
}
.opc .buttons-set .back-link a {
}
.opc .buttons-set.disabled button.button {
	display:none;
}
.opc .buttons-set .please-wait {
	height:21px;
	line-height:21px;
}
.opc .ul {
	list-style:disc outside;
	padding-left:18px;
}
.opc {
	position:relative;
}
.opc li.section {
}
.opc .step-title {
	border-width:0 1px;
	border-style:solid;
	padding:4px 8px 6px;
	text-align:right;
}
.opc .step-title .number {
	float:left;
	border:1px solid;
	padding:0 4px;
	margin:0 5px 0 0;
}
.opc .step-title h2 {
	float:left;
	margin:0;
}
.opc .step-title a {
	display:none;
	float:right;
}
.opc .allow .step-title {
	border:1px solid;
	border-bottom:0;
	cursor:pointer;
}
.opc .allow .step-title .number {
}
.opc .allow .step-title h2 {
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
	border:1px solid;
	padding-bottom:5px;
	cursor:default;
}
.opc .active .step-title .number {
}
.opc .active .step-title h2 {
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border:1px solid;
	border-top:0;
	padding:15px 30px;
	position:relative;
}
.opc .step .tool-tip {
	right:30px;
}
#opc-login .buttons-set {
	border-top:0;
}
#opc-login h3 {
	border-bottom:1px solid;
	padding-bottom:2px;
}
#opc-login h4 {
	margin:0;
}
#opc-shipping_method .buttons-set {
	border-top:0;
}
.opc .gift-messages-form {
	margin:0 -30px;
	border:1px solid;
	border-width:1px 0;
	padding:22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
	padding:5px;
	height:260px;
	overflow:auto;
}
#opc-review .step {
	border:0;
	padding:0;
}
#opc-review .product-name {
}
#opc-review .item-options {
	margin:5px 0 0;
}
#opc-review .buttons-set {
	padding:20px 30px;
	border:1px solid;
	border-width:0 1px 1px;
}
#opc-review .buttons-set p {
	margin:0;
	line-height:40px;
}
#opc-review .buttons-set .please-wait {
	height:40px;
	line-height:40px;
}
/* Multiple Addresses Checkout */
.checkout-progress {
	padding:0 90px;
	margin:0 0 20px;
}
.checkout-progress li {
	float:left;
	width:19%;
	margin:0 3px 0 0;
	border-top:10px solid;
	padding:2px 0 0;
	text-align:center;
}
.checkout-progress li.active {
}
.multiple-checkout h2 {
	margin:0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4 {
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
}
.multiple-checkout .data-table .product-name {
}
.multiple-checkout .data-table .product-name a {
}
.multiple-checkout .data-table .item-options {
	margin:5px 0 0;
}
.multiple-checkout .gift-messages {
	margin:15px 0 0;
}
.multiple-checkout .tool-tip {
	top:50%;
	margin-top:-120px;
	right:20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
	border:1px solid;
	margin:0 0 25px;
	padding:20px;
}
.multiple-checkout .col2-set h2.legend {
	margin:-20px -20px 15px;
	padding:5px 10px;
	border-bottom:1px solid;
	position:relative;
}
.multiple-checkout .col2-set h3.legend {
	margin:0 0 10px;
}
.multiple-checkout .col2-set .divider {
	margin:0 -20px;
	padding:25px 0;
	position:relative;
}
.multiple-checkout .box {
	margin:0 0 15px;
}
.multiple-checkout .box h2 {
}
.multiple-checkout .place-order .please-wait {
	float:right;
	padding:27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
	float:right;
	height:71px;
	font-size:1.5em;
	padding:0 0 0 0px;
	overflow:hidden;
}
.multiple-checkout .place-order .grand-total .inner {
	float:left;
	height:57px;
	padding:14px 0px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
	display:inline;
}
.multiple-checkout .place-order .grand-total big {
	display:inline;
	margin-right:12px;
}
.multiple-checkout .place-order .grand-total .price {
}
.multiple-checkout .place-order .grand-total button.button span {
}
.multiple-checkout .place-order .grand-total button.button span span {
	padding:0 45px 0 36px;
}
/* Step 1 */
.multiple-checkout .title-buttons button.button span {
}
#multiship-addresses-table td {
	padding:10px;
}
#multiship-addresses-table tfoot td {
	padding:5px 10px;
}
#multiship-addresses-table tfoot button.button span {
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
	width:100%;
	overflow:hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right:-15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
	width:230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
	width:215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
	width:209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
	width:445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
	width:439px;
}
.checkout-multishipping-shipping .box-sp-methods {
	border:1px solid;
	padding:13px;
	position:relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
	position:absolute;
	top:-20px;
	right:-40px;
	width:178px;
	height:41px;
	overflow:hidden;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
	position:relative;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content {
	min-height:240px;
	padding:14px 21px;
	border:1px solid;
	border-bottom:0;
}
.account-login .content h2 {
	margin:0 0 14px;
	padding:0 0 5px 0px;
	border-bottom:1px solid;
	background-position:0 1px;
	background-repeat:no-repeat;
}
.account-login .new-users h2 {
}
.account-login .registered-users h2 {
}
.account-login .buttons-set {
	border:1px solid;
	border-top:0;
	margin:0;
	padding:8px 13px;
}
.account-create {
}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float:none;
	margin:0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
	margin:0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
	margin:0;
}
.dashboard .col2-set {
	margin:0 0 15px;
}
/* General Box */
.box-account {
	border:1px solid;
	padding:15px;
	margin: 0 0 20px;
}
.box-account .box-head {
	border-bottom:1px solid;
	margin:0 0 10px;
	text-align:right;
}
.box-account .box-head h2 {
	float:left;
	margin:0;
}
.dashboard .box .box-title {
	padding:0 0 2px;
	margin:0 0 8px;
	text-align:right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	float:left;
	margin:0;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
}
/* Block: Account Information */
.dashboard .box-info .box-head h2 {
}
.dashboard .box-info h4 {
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}
.dashboard .box-reviews .number {
	float:left;
	font-size:10px;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
}
.dashboard .box-reviews .details {
	margin-left:20px;
}
.dashboard .box-reviews li.item {
	margin:0 0 7px;
}
.dashboard .box-reviews li.item.last {
	margin:0;
}
.dashboard .box-reviews .ratings {
	margin:7px 0 0;
}
/* Block: Tags */
.dashboard .box-tags .box-head h2 {
}
.dashboard .box-tags .number {
	float:left;
	font-size:10px;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
}
.dashboard .box-tags .details {
	margin-left:20px;
}
.dashboard .box-tags li.item {
	margin:0 0 7px;
}
.dashboard .box-tags li.item.last {
	margin:0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
	display:inline;
}
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
}
.addresses-list h3 {
}
.addresses-list address {
	margin:0 0 3px;
}
.addresses-list p {
	margin:0;
}
.addresses-list a {
}
.addresses-list .link-remove {
}
.addresses-list .separator {
	margin:0 3px;
}
.addresses-list li.item {
	border:1px solid;
	padding:10px 13px;
	margin:0 0 10px;
}
.addresses-list li.empty {
	background:none;
	border:0;
	padding:0;
}
.addresses-list li.empty p {
}
.addresses-list .addresses-additional li.item {
	background:none;
	border:0;
	padding:0;
}
/* Order View */
.order-info {
	border:1px solid;
	padding:4px 8px;
	margin:0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display:inline;
}
.order-info .current {
}
.order-info li {
	margin:0 3px;
}
.order-date {
	margin:10px 0;
}
.order-info-box {
	border:1px solid;
	padding:12px 15px;
	margin:0 0 15px;
}
.order-info-box h2 {
}
.order-info-box .box-payment p {
	margin:0 0 3px;
}
.order-info-box .box-payment th {
	padding-right:7px;
}
.order-items {
	width:100%;
	overflow-x:auto;
}
.order-items h2, .order-items h3 {
}
.order-items .product-name {
}
.order-items .link-print {
	float:right;
}
.order-items p .link-print {
	float:none;
}
.order-gift-message {
	margin:15px 0;
}
.gift-message dt strong {
}
.gift-message dd {
	margin:5px 0 0;
}
.order-about {
	margin:15px 0;
}
.order-about dt {
}
.order-about dd {
	margin:0 0 7px;
}
.tracking-table {
	margin:0 0 15px;
}
.tracking-table th {
	white-space:nowrap;
}
.tracking-table th, .tracking-table td {
	padding:1px 5px 0 0;
}
.tracking-table-popup {
	width:100%;
}
.tracking-table-popup th {
	white-space:nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding:1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
	margin:0 0 15px;
}
.page-print .print-head .logo {
	float:left;
}
.page-print .print-head address {
	float:left;
	margin-left:15px;
}
.page-print h1 {
}
.page-print h2, .page-print h3 {
}
.page-print h2.h2 {
}
.page-print .order-date {
	padding:0 0 10px;
	margin:0 0 10px;
}
.page-print .col2-set {
	margin:0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display:none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display:block;
	white-space:nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display:inline;
}
/* My Wishlist */
.my-wishlist .data-table td {
	padding:10px;
}
.my-wishlist .product-image {
	display:block;
	width:113px;
	height:113px;
	margin:0 0 5px;
}
.my-wishlist textarea {
	display:block;
	width:97%;
	height:109px;
}
.my-wishlist .buttons-set {
	margin-top:2em;
}
.my-wishlist .buttons-set button.button {
	float:none;
}
#wishlist-table .add-to-links {
	white-space:nowrap;
}
/* My Tags */
.my-tag-edit {
	float:left;
	margin:0 0 10px;
}
.my-tag-edit .btn-remove {
	float:right;
	margin:5px 0 0 5px;
}
#my-tags-table {
	clear:both;
}
#my-tags-table td {
	padding:10px;
}
#my-tags-table .add-to-links {
	white-space:nowrap;
}
/* My Reviews */
#my-reviews-table td {
	padding:10px;
}
.product-review .product-img-box {
	float:left;
	width:140px;
}
.product-review .product-img-box .product-image {
	display:block;
	width:125px;
	height:125px;
}
.product-review .product-img-box .label {
	margin:0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
	float:none;
	display:block;
	margin:0 0 3px;
}
.product-review .product-details {
	margin-left:150px;
}
.product-review .product-name {
	margin:0 0 10px;
}
.product-review h3 {
	margin:0 0 3px;
}
.product-review .ratings-table {
	margin:0 0 10px;
}
.product-review dt {
}
.product-review dd {
	margin:5px 0 0;
}
/* Billing Agreements */
.billing-agreements .form-list li select {
	float:left;
}
.billing-agreements .form-list li button.button {
	float:left;
	margin-left:10px;
}
.billing-agreements .table-caption {
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
}
.footer {
	width:990px;
	margin:0 auto;
	padding:0px 0px 0px;
}
.footer .store-switcher {
	display:inline;
	margin:0 5px 0 0;
}
.footer .store-switcher label {
	vertical-align:middle;
}
.footer .store-switcher select {
	padding:0;
	vertical-align:middle;
}
.footer a {
}
.footer a:hover {
}
.footer .bugs {
	margin:13px 0 0;
}
.footer .bugs a {
}
.footer .bugs a:hover {
}
.footer address {
	margin:0 0 0px;
}
.footer address a {
}
.footer address a:hover {
}
/*.footer ul { display:inline; }*/
.footer ul.links {
	display:block;
}
.footer ul.links {
	display:inline;
	padding:0 7px 0 4px;
}
.footer li.last {
	background:none !important;
	padding-right:0 !important;
}
.footer-container .bottom-container {
	margin:0 0 5px;
}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
	margin-bottom:12px;
}
.home-callout img {
	display:block
}
.home-spot {
	float:left;
	width:470px;
	margin-left:20px;
}
.best-selling h3 {
	margin:12px 0 6px 0;
}
.best-selling table {
	border-top:1px solid;
}
.best-selling tr.odd {
}
.best-selling tr.even {
}
.best-selling td {
	width:50%;
	border-bottom:1px solid;
	padding:8px 10px 8px 8px;
}
.best-selling .product-img {
	float:left;
	border:2px solid;
}
.best-selling .product-description {
	margin-left:107px;
	line-height:1.3em;
}
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
/* ======================================================================================= */
.demo-notice {
margin: 0;
padding: 6px 10px;
background: #d75f07;
font-size: 12px;
line-height: 1.15;
border: 0;
text-align: center;
}
.demo-notice .notice-inner p {
padding: 0;
border: 0;
margin: 0;
color: #fff;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://smallcrop.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.quickshop_img{ }

#id_qs_load{width: 621px;position: absolute;top: 30px; left: 50%;display: none;z-index: 1001;background: #fff;min-height: 300px;}
#output-div{}
a.close{width: 15px; height: 15px;text-indent: -999em;background: url(http://smallcrop.net/skin/frontend/base/default/images/close.gif) center center no-repeat;display: inline-block;float: right;padding: 10px 10px 0 0;position: absolute;right: -3px;top: -22px;}
#shadow_box{width: 100%;display: none;position: absolute;left: 0; top: 0;z-index: 1001;background: #000;opacity:0.5;z-index: 1000;filter:alpha(opacity=50)}
#loadingmask{padding: 5px 0;position: absolute;top: 50%;left: 50%;margin: -30px 0 0 -15px;}
#loading-mask-loader span{display: block;padding-top: 10px;}
#loading-mask-loader img{padding-right: 10px;}

#em_quickshop_handler{position: absolute; display:block; }

.quickshop-index-view .bo_docklink {
	display: none;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://smallcrop.net/skin/frontend/base/default/css/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('http://smallcrop.net/skin/frontend/base/default/css/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://smallcrop.net/skin/frontend/base/default/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
@charset "utf-8";
/* CSS Document */

#mask {
    position:fixed;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}
#modalwindow .window {
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index:9999;
}
#modalwindow .dialog_content {
    padding:20px;
}
#modalwindow #dialog {
    background-color: transparent;
    min-width:500px;
}
.docklink {
    display: block;
    height: 15px;
    padding: 16px 43px 84px 0;
    background:url('btn_feed.png') no-repeat;
}
.bo_docklink a:hover {
    background:url('btn_feee.png') no-repeat;
    padding-right: 48px;
}
.form-quick-contact {
    border-radius: 5px;
    background:#ffffff;
    width:578px;
    border:1px solid #E1E1E1;
    padding-left:45px;
    font-size:12px;
    text-align:left;
}
.form-quick-contact .response {
    display:block;
    padding-top:20px;
    margin-bottom: 10px;
}
.form-quick-contact .title {
    margin-top:20px;
    padding-bottom:20px;
}
.form-quick-contact .title h1 {
    font-size:18px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.form-quick-contact .radio {
    font-weight:bold;
    font-family:arial, helvetica, sans-serif;
    font-size:13px;
    padding-bottom:20px;
}
.form-quick-contact .radio .radio-box {
    width:135px;
    float:left;
}
.form-quick-contact .radio .radio-check {
}
.form-quick-contact .text {
    padding:0;
    float:left;
    width:90px;
    line-height:20px;
    font-size:13px;
}
.form-quick-contact .input {
    float:left;
    width:300px;
    line-height:20px;
}
.form-quick-contact .text .info-txt {
    width:100px;
    padding-bottom:12px;
    color:#000000;
    vertical-align:middle;
}
.form-quick-contact .input .textbox {
    margin-bottom:12px;
    width:250px;
    border:1px solid #eeeeee;
    background: #f5f5f5;
}
.form-quick-contact .capcha .textbox {
    width:60px;
    border:1px solid #E1E1E1;
}
.form-quick-contact .capcha .label {
    float:left;
}
.form-quick-contact #security_image {
    margin-left:5px;
    margin-top:1px;
}
.form-quick-contact .capcha {
    padding-top:10px;
    font-weight:bold;
    font-family:arial, helvetica, sans-serif;
    margin-bottom:10px
}
.form-quick-contact .hm_content {
    color:#000000;
    font-weight:bold;
    font-family:arial, helvetica, sans-serif;
    margin-bottom:10px
}
.form-quick-contact .text-area textarea {
    border:1px solid #E1E1E1;
    width: 530px;
}
.form-quick-contact .submit {
    text-align:right;
    padding:10px 0 10px 10px;
}
.form-quick-contact .submit input {
    vertical-align: top;
}
.form-quick-contact .submit a {
}
.form-quick-contact .submit a img {
    border:none
}
.form-quick-contact input, .form-quick-contact textarea, .form-quick-contact .error-msg {
    background: #F5F5F5;
    border-radius: 3px;
}
.form-quick-contact .error-msg {
    background: #F5F5F5;
}
.form-quick-contact .error-msg {
    border-color: #CECECE;
}
.quickcontact-submit {
    color: #ffffff;
    border: 0;
    margin-top: 2px;
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
}
.quickcontact-submit:hover {
    cursor: pointer;
}

/*GREEN*/
.form-quick-contact .title h1,
.form-quick-contact .radio,
.form-quick-contact .capcha
 {
    color:#96a814;
}
.quickcontact-submit {
    background: #96a814;
}

/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #496778;  zoom: 1;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #f2f2f2; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#496778;  font-weight:bold; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
/*to remove numbers delete  / * * / below */
/*
.stripNav {
    display: none;
}*/

/*to remove arrows delete / * * / below */
/*.stripNavL, .stripNavR {
    display: none;
}*/
.clear {
	height: 0;
}
/********************************************************************/
p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
.slider-wrap {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	z-index: 0;
}
.slider-wrap .slider-wrap {
	width: 100%;
	height: 100%;
}
.csw {
	width: 100%;
	height: 280px;
	background: #fff;
	overflow: hidden;
 $display: none;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
 $display: none;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 0px solid #000;
	margin: auto;
	width: 950px;
	height: 280px;
	clear: both;
	background: #ffffff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 950px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 0px !important;
	width: 950px !important;
	min-width: 950px !important;
	background: #ffffff !important;
}
.stripViewer .panelContainer .panel .wrapper p {
	margin: 0 !important;
	padding: 0 !important;
}
.stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
.stripNav ul {
	list-style: none;
	background: #dadada;
	width: auto;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
.stripNav a {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 12px;
	background: #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 2px;
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	float: left;
	margin-right: 2px;
}
.stripNav a:hover {
	opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	color: #fff !important;
}
.stripNav a.activeSlide {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a:hover {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a.current {
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 120px;
	text-indent: -9000em;
	z-index: 120;
	width: 20px;
	opacity: 0.4;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 32px;
	width: 20px;
	margin: 0;
	padding: 0;
}
.stripNavL:hover, .stripNavR:hover {
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.stripNavL {
	left: 0px;
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/css/webandpeople/images/slider/arr_right.png) no-repeat center;
}
.stripNavR {
	background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/css/webandpeople/images/slider/arr_left.png) no-repeat center;
}
/*sidebar slider*/
.sidebar .slider-wrap {
	margin-bottom: 10px;
}
.sidebar .stripNav a {
	font-size: 6px;
	line-height: 6px;
	width: 6px;
	height: 6px;
}
.sidebar .stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 3px;
	left: 3px;
	z-index: 100;
}
/*COLOR*/
.stripNav a.activeSlide, .stripNav a.activeSlide:hover {
	background: #89a700;
	color: #89a700 !important;
	border: 1px solid #89a700;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

/* siteFeature CSS */

/* ----------------------------------------------------------------------
    In the name of Progressive Enhancement, this is the default style for 4 "tabs" that will be seen by users with Javascript turned off.
    Notice that the width/height match the plugin defaults.
 ---------------------------------------------------------------------- */
#preFeature {
	overflow:hidden;
}
#preFeature * {
	padding:0px;
	margin:0px;
	border:none;
}
#preFeature div {
	width:24.8%;
	height:99.25%;
	float:left;
	background:#606060;
	color:#ffffff;
	font-size:11px;
	line-height:15px;
	display: none !important;
}
#preFeature div.clear {
	float:none;
	clear:both;
	width:auto;
	border:none;
}
#preFeature div h3 {
	font-size:1.1em;
	padding:0.5em 1em;
	font-weight:normal;
	background:#333333;
}
#preFeature div p {
	font-size:1em;
	margin: 0.5em 1em 1em 1em;
}
#preFeature div img {
	width:100%;
	display:block;
}
#preFeature div a:link {
	font-size:1em;
	margin:1em;
	text-decoration:none;
}
#preFeature div a:visited {
	font-size:1em;
	margin:1em;
	padding:0.25em;
	text-decoration:none;
}
#preFeature div a:hover {
	background:#333333;
}
/* ----------------------------------------------------------------------
    The default output id is "siteFeature". If you changed this in the $.makeFeature() call you'll need to update the CSS below.
    As a general rule, I tried to clump like-declarations.  Because of the tab side (left/right) and text layout options (horizontal/vertical) inheritance can get messy.
    FireBug - http://getfirebug.com/ (Joe Hewitt / Firebug Working Group) is strongly recommended.
 ---------------------------------------------------------------------- */
#siteFeature {
	position: relative;
	overflow: auto;
	overflow: hidden;
	z-index: 0;
}
#siteFeature * {
	padding:0px;
	margin:0px;
	border:none;
}
#siteFeature * a {
	opacity: 1 !important;
	filter: alpha(opacity=100)!important;
}
#siteFeature #imgBgContainer {
	position:absolute;
}
.left #imgBgContainer, .left #imgBgContainer div {
	right:0px;
}
.right #imgBgContainer, .right #imgBgContainer div {
	left:0px;
}
#siteFeature #txtBoxContainer div span {
	left: 0;
}
#siteFeature #imgBgContainer div {
	position:absolute;
}
#siteFeature #txtBoxContainer {
	position: absolute;
	height: 100%;
	width: 100%;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
#siteFeature.left #txtBoxContainer {
	right:0px;
}
#siteFeature.right #txtBoxContainer {
	left:0px;
}
#siteFeature #txtBoxContainer div {
	position:absolute;
	overflow:hidden;
}
#siteFeature #txtBoxContainer div span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
}
#siteFeature #txtBoxContainer div div {
}
#siteFeature #txtBoxContainer div.horizontal div h3 {
	font-size:24px;
	line-height:normal;
	margin:5px 0px 0px 0px;
}
#siteFeature.left #txtBoxContainer div div h3 {
	padding:0px 0.5em 0px 0.5em;
}
#siteFeature.right #txtBoxContainer div div h3 {
	padding:0px 0.5em 0px 0.5em;
}
#siteFeature.right #txtBoxContainer div.horizontal div h3 {
	padding:0px 0.5em 0px 0.5em;
}
#siteFeature #txtBoxContainer div.horizontal div p {
	width:320px;
	margin:0px 0px 0px 0px;
}
#siteFeature.left #txtBoxContainer div div p {
	padding:0px 1em 0px 1em;
}
#siteFeature.right #txtBoxContainer div div p {
	padding:0px 1em 0px 1em;
}
#siteFeature.right #txtBoxContainer div.horizontal div p {
	padding:0px 1em 0px 1em;
}
#siteFeature #txtBoxContainer div.horizontal div a:link {
	position:absolute;
	right:25px;
	bottom:10px; /*IE6|7*/
*bottom:5px;
}
#siteFeature #txtBoxContainer div.horizontal div a:visited {
	position:absolute;
	right:25px;
	bottom:10px; /*IE6|7*/
*bottom:5px;
}
#siteFeature.left #txtBoxContainer div {
	right: 0px;
}
#siteFeature.left #txtBoxContainer div.horizontal div {
	left:25px;
	height:100%;
}
#siteFeature.right #txtBoxContainer div.horizontal {
	left:0px;
	bottom:0px;
}
#siteFeature.right #txtBoxContainer div {
	left:0px;
}
#siteFeature.right #txtBoxContainer div.horizontal div {
	left:0px;
	height:100%;
	width:100%;
}
#siteFeature #tabContainer {
	position:absolute;
	background: #f4f4f4;
	padding-top: 4px;
}
#siteFeature.left #tabContainer {
	left:0px;
}
#siteFeature.right #tabContainer {
	right:0px;
}
#siteFeature #tabContainer a:link, #siteFeature #tabContainer a:visited {
	display: block;
	width: 100%;
	position: relative;
	opacity: 0.95;
}
#siteFeature #tabContainer a:active {
	outline:none;
}
#siteFeature #tabContainer a:focus {
	outline:none;
}
#siteFeature-nav #SF-n-prev {
	position:absolute;
	top:0px;
	display:block;
	width:20px;
	height:20px;
	background:#ffffff url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/tab-nav-arrows.gif) 0px 0px no-repeat;
	border:1px solid #b1b1b1;
	outline:none;
	z-index:1337;
	border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
}
#siteFeature-nav #SF-n-prev i {
	display:none;
}
#siteFeature-nav #SF-n-next {
	position:absolute;
	top:0px;
	display:block;
	width:20px;
	height:20px;
	background:#ffffff url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/tab-nav-arrows.gif) -20px 0px no-repeat;
	border:1px solid #b1b1b1;
	outline:none;
	margin:-1px 0px 0px 0px;
	z-index:1337;
	border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
}
#siteFeature-nav #SF-n-next i {
	display:none;
}
/* ----------------------------------------------------------------------
    The 2 declarations below style the text in the tabs. If you have more/less than the default 4 tabs, you'll likely need to tweak the padding.
    Be aware of the IE6,7 specific padding on the h4.
 ---------------------------------------------------------------------- */
#siteFeature #tabContainer a h4 {
	padding:1em 1em 0px 1em;
	position:relative;
            /*IE6|7*/ *padding:10px 11px 0px 11px;
	font-size: 13px;
	text-align: left;
}
#siteFeature #tabContainer a p {
	padding:2px 1em 0px 1em;
	position:relative;
	text-align: left;
}
#siteFeature #tabContainer a span {
	display:none;
}
#siteFeature #tabContainer a.selected span {
	overflow:hidden;
	display:block;
	position:absolute;
	top:0px;
}
#siteFeature #tabContainer a.selected span span {
	height:100%;
}
#siteFeature.left #tabContainer a.selected span {
	left:0px;
}
#siteFeature.right #tabContainer a.selected span {
	right:0px;
}
#siteFeature #tabContainer a span img {
	position:absolute;
	top:0px;
}
#siteFeature.left #tabContainer a span img {
	left:0px;
}
#siteFeature.right #tabContainer a span img {
	left:0px;
}
/*COLORS*/
#siteFeature #tabContainer a span span {
}
#siteFeature #tabContainer a.selected span span {
	background:#e6e6e6; /*active tab bg*/
}
#siteFeature #txtBoxContainer div span {
	background:#fff; /*right conteiner*/
}
#siteFeature.right #tabContainer, #siteFeature.left #tabContainer, #siteFeature #tabContainer {
	border-color: #fff;
	box-shadow: 0 0 15px 0px #666;
}
#siteFeature #tabContainer a:link, #siteFeature #tabContainer a:visited {
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	text-decoration: none;
	background: #f5f5f5;
	border-right: 0px solid #b1b1b1;
}
#siteFeature #tabContainer a:hover {
	background:#ebebeb;
}
/*left tabs text*/
#siteFeature #tabContainer a h4 {
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 3px 0px 0px 10px;
}
#siteFeature #tabContainer a p {
	text-align: left;
}
/*right tabs text*/
#siteFeature #txtBoxContainer div div h3 {
	font-size: 20px;
	line-height: 18px;
	margin: 25px 0px 15px 0px;
	text-align: left;
	color: #333333;
}
#siteFeature #txtBoxContainer div div p {
	margin: 0px 0px 15px 0px;
	text-align: left;
}
#siteFeature #tabContainer a p {
	color: #333333;
}
/* link */
#siteFeature #txtBoxContainer div div a:link, #siteFeature #txtBoxContainer div div a:visited {
	color: #FFFFFF;
	margin: 0 0 0 1em;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 3px;
	float: left;
	position:relative;
}
#siteFeature #txtBoxContainer div div a:hover {
	color: #FFFFFF;
}
/*COLOR*/
#preFeature div a:link, #preFeature div a:visited, #siteFeature #tabContainer a h4 {
	color: #000;
}
#siteFeature #txtBoxContainer div div a:link, #siteFeature #txtBoxContainer div div a:visited, #siteFeature #txtBoxContainer div div a:hover {
	background: #829900;
}

.slides-wrapper, .dc-widget-postslider {
	z-index: 0 !important;
}
.slides-wrapper a:hover {
	opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.dc-widget-postslider {
	padding-bottom: 0px;
	background-color: transparent;
	position: relative;
	margin-bottom: 10px;
}
.dc-widget-postslider img {
	border: 0 !important;
}
.dc-widget-postslider .slides-wrapper {
	background-color: transparent;
}
.dc-widget-postslider .slide {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
	background: #fff;
}
.dc-widget-postslider .slide:hover {
	text-decoration:none;
}
.dc-widget-postslider .btn-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.dc-widget-postslider .slide .desc {
	display:block;
	position:absolute;
	left:10px;
	padding:2px 8px 3px 8px;
	font: bold 12px Tahoma;
	background-color:#ffffff;
	z-index:20;
	opacity:0.9;
	filter: alpha(opacity=90);
	color:#333333;
	border-radius: 0px;
}
.dc-widget-postslider .slide .desc:hover {
	opacity:1;
	filter: alpha(opacity=100);
}
.dc-widget-postslider .btn-active, .dc-widget-postslider .btn {
	width:5px;
	height:5px;
	line-height: 5px;
	text-align:center;
	font-size: 0px;
	margin-right:2px;
	display:block;
	float:left;
	border-radius: 2px;
}
.dc-widget-postslider .btn {
	border:1px solid #aaa8a8;
	background-color:#e7e7e7;
	cursor:pointer;
}
.dc-widget-postslider .btn:hover {
	text-decoration:none;
}
.dc-widget-postslider .btn-active {
	cursor:pointer;
	color:#FFF;
}
.dc-widget-postslider .btn-active:hover {
	text-decoration:none;
}
/*sidebar slider*/
.sidebar .dc-widget-postslider {
	padding-bottom: 18px !important;
	background-color: transparent;
	position: relative;
	margin-bottom: 0px;
}
.sidebar .block-content .dc-widget-postslider {
	margin-bottom: 0 !important;
}
.sidebar .dc-widget-postslider .slides-wrapper {
	background-color: transparent;
}
.sidebar .dc-widget-postslider .slide {
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	display:none;
}
.sidebar .slide .desc {
	font: normal 11px/14px verdana;
}
.sidebar .dc-widget-postslider .slide:hover {
	text-decoration:none;
}
.sidebar .dc-widget-postslider .btn-bar {
	width: 210px;
	height: 15px;
	position: absolute;
	bottom: 0px !important;
	left: 5px !important;
}
/*FONT SIZE*/
.slides-wrapper h2 {
	font-size: 26px !important;
	font-family: georgia;
	font-weight: normal;
	font-style: normal;
}
.slides-wrapper p {
	font-size: 13px;
	line-height: 130%;
}
.sidebar .sidebar .slides-wrapper h2 {
	font-size: 14px;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
}
.sidebar .sidebar .slides-wrapper p {
	font-size: 11px;
	line-height: 100%;
}
/*COLOR*/
.dc-widget-postslider .btn-active {
	background-color:#9dae1e;
	border:1px solid #9dae1e;
}
.dc-widget-postslider .slide .desc {
	font: normal 14px "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
	background-color:#fff;
	color: #000;
}

.slider-a-container {
	overflow:hidden;
	position:relative;
	border: 0;
	border-bottom: 0;
	z-index: 0;
}
.sidebar .slider-a-container {
	margin-bottom: 10px;
}
.slider-a-container .async-img {
	background-position:center center;
	display:block;
}
.slider-a-container .slide {
	position:absolute;
	left:0px;
	display:block;
	background-color: #fff;
	text-align: left;
}
.slider-a-container .slide:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-a-container .slide img {
	border:none;
}
.slider-a-container .prev {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:70px;
	display:block;
	background-color:transparent;
	background-image:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/prev.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .prev:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .next {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:20px;
	display:block;
	background-color:transparent;
	background-image:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/next.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .next:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .play {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:45px;
	display:block;
	background-color:transparent;
	background-image:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/play.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
	display: none;
}
.slider-a-container .play:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .pause {
	width:20px;
	height:20px;
	z-index:20;
	position:absolute;
	bottom:9px;
	right:45px;
	display:block;
	background-color:transparent;
	background-image:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/webandpeople/advancedslider/pause.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
}
.slider-a-container .pause:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.slider-a-container .thumb-bar {
	position:absolute;
	bottom:0px;
	padding-left:0px;
	left:0px;
	z-index:16;
}
.slider-a-container .thumb {
	display:block;
	background-color: transparent;
	margin-top:5px;
	margin-right:5px;
	float:left;
	cursor:pointer;
	overflow: hidden;
	position: relative;
}
.slider-a-container .thumb.first {
	margin-left: 20px;
}
.sidebar .slider-a-container .thumb.first {
	margin-left: 5px;
}
.slider-a-container .thumb .color {
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
	overflow: hidden;
}
.slider-a-container .thumb .black {
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.slider-a-container .desc {
	z-index:10;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0.80;
	filter:alpha(opacity=80);
}
.slider-a-container .desc .btn-bar {
	height:22px;
	background-color:transparent;
	margin-top:3px;
}
.slider-a-container .desc .btn-left {
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
	display:block;
	float: left;
	margin-right:3px;
	text-align: center;
	text-decoration: none;
	font: normal 11px Arial;
}
.slider-a-container .desc .btn-right {
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	height:18px;
	display:block;
	float: right;
	margin-left:3px;
	text-align: center;
	text-decoration: none;
	font: normal 11px Arial;
}
.slider-a-container .desc .head {
	padding:15px;
	display:table-cell;
	border-radius: 0;
	opacity: 0.95;
	filter: alpha(opacity=95);
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom:0px;
}
.slider-a-container .desc .foot {
	text-align: left;
	padding:15px;
	margin-top:0px;
	border-radius: 0;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.slider-a-container .desc .foot h3 {
	margin-bottom:10px;
	margin-top:0px;
	padding:0px;
}
.slider-a-container .desc .x, .slider-a-container .desc .y, .slider-a-container .desc .width, .slider-a-container .desc .hbgcolor, .slider-a-container .desc .hcolor {
	display:none;
}
/*FONT*/
.adv_left .slider-a-container .head {
	font-size:24px;
	line-height:20px;
	font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
	;
}
.catalog-category-view .slider-a-container .head {
	font-size:22px;
	line-height:20px;
	font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
	;
}
.sidebar .slider-a-container .head {
	font-size:16px;
	line-height:16px;
}
.sidebar .slider-a-container h3.shortDescription {
	font-size: 12px;
}
.catalog-category-view h3.shortDescription {
	font-size: 15px;
}
.sidebar h3.shortDescription {
	font-size: 12px;
	line-height:12px;
}
.slider-a-container .desc .foot .text {
	font: normal 14px Arial;
}
.catalog-category-view .slider-a-container .desc .foot .text {
	font: normal 14px Arial;
}
.sidebar .slider-a-container .desc .foot .text {
	font: normal 13px Arial;
	line-height:11px;
}
/*COLOR*/
.slider-a-container .desc, .sidebar .slider-a-container h3.shortDescription {
	color: #000;
}
.slider-a-container .desc .foot {
	background-color:#fff;
}
.slider-a-container .desc .btn-left:hover, .slider-a-container .desc .btn-right:hover {
	background-color:#f5f5f5;
}
.slider-a-container .desc .btn-right, .slider-a-container .desc .btn-left {
	background: #fff;
	color: #333;
}
.slider-a-container .thumb-bar, .slider-a-container .async-img {
	background-color: #9f8f21;
}
.slider-a-container .thumb {
	border: 1px solid;
	border-color: #dadada !important;
}

.wp_block_link {
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 7777777!important;
    background: #000;
    opacity: 0;
    -moz-opacity: 0; /* older Gecko-based browsers */
    filter:alpha(opacity=0); /* For IE6&7 */
}

.wp_block_html {
    position: relative;
    width:100%;
    height:100%;
}
.category-clider {
    margin-bottom: 10px;
}

a.go-to-top {
    visibility: visible;
    position: fixed;
    right: 100px;
    bottom: 15px;
    height: 25px;
    padding: 5px 10px;
    line-height: 25px;
    background-color: #839409;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
    border-radius: 2px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    opacity: .7;
    filter: alpha(opacity=70);
}
a.go-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #839409;
    color: #FFFFFF;
}
a.go-to-top.hidden {
    visibility: hidden;
}

#custommenu {
	position: relative;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 40px;
	border-radius: 0px;
}
/*IE7 fix*/
*:first-child+html #custommenu {
	z-index: 998;
}
div.menu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 38px;
	_width: 0px; /*IE6*/
	_padding: 0px 0px 0px 0px;
	_background: none;
}
div.menu a:link, div.menu a:visited {
	display: block;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
div.menu a span {
	display: block;
	height: 28px;
	padding-right: 0px;
	padding-top: 12px;
}
div.menu a span:hover {
	cursor: pointer;
}
div.wp-custom-menu-popup {
	position: absolute;
	z-index: 1000;
	display: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-top: 0;
	width: 100%;
	margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;
	cursor: pointer;
	_height: 0;
	height: auto;
	line-height:13px;
}
div.level1 {
	margin-bottom: 2px;
}
div.level2 {
	margin-bottom: 2px;
}
div.level3 {
	margin-bottom: 2px;
	padding: 5px;
}
div.block2 {
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
div.block2 p {
	margin-bottom: 1px;
	line-height: 100%;
	color: #000;
	font-size: 11px;
}
div.block2 p a {
	display: inline;
}
div.block2 a img {
	opacity: .9;
	filter: alpha(opacity=90);
}
div.block2 a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
	-webkit-transition: all 0;
	-moz-transition: all 0;
	-ms-transition: all 0;
	transition: all 0;
}
div.wp-custom-menu-popup hr {
	margin: 0px 0px 3px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
	float: left;
	width: 18%; /* for 5 columns*/
	padding: 0px 1%;
	margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear:both;
	height: 0;
	overflow: hidden;
}
a.level1:link, a.level1:visited {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 3px;
	border-radius: 2px;
}
a.level2:link, a.level2:visited {
	padding: 3px 8px;
	border-radius: 1px;
}
div.level1 {
	margin-bottom: 3px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
	background: #f1f1f1;
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
	background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-ms-transition: all 0s linear;
	transition: all 0s linear;
}
div.menu.active a {
	background: #f1f1f1 !important;
	color: #000 !important;
}
div.level3 {
	background: #fff;
}
/*FONTS*/
div.menu {
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Segoe UI";
}
a.level1:link, a.level1:visited {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	font-family: "Segoe UI";
}
a.level2:link, a.level2:visited {
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
}
a.level3:link, a.level3:visited {
	font-size: 9px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
	color: #fff;
}
div.menu a:hover, div.menu.active a {
	color: #000;
}
a.level3:link, a.level3:visited {
	color: #333333;
}
a.level3:hover {
	color: #0069a1;
}
a.level2:link, a.level2:visited {
	color: #000;
}
a.level1:link, a.level1:visited {
	color: #829900;
}
a.level1:hover {
	color: #728202 !important;
	background: #d3d3d3;
}
a.level2:hover {
	color: #000;
	background: #d3d3d3;
}
div.wp-custom-menu-popup a.act {
}
.block2 table.brand {
	float: left;
}
.block2 .single_menu_product {
	float: left;
	position: relative;
	max-width: 150px;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 0px;
}

/* Reset ================================================================================= */
* {
    margin:0;
    padding:0;
}
/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* end Clearfix */
body {
    background: transparent url(image001.jpg);
    font: 12px Tahoma, Helvetica, sans-serif;
    color: #000;
    text-align: center;
}
a {
    color: #225530;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
    color:#333333;
}
.slides-wrapper a {
    opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.sp, .clear {
    clear: both;
    margin:0;
    padding: 0;
    height: 0;
    overflow: hidden;
}
.sp span, .clear span {
    display: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    line-height: 150%;
}
h2, h3, h4, h5, h6 {
    color: #000;
}
h1, .page-title h1, .page-title h2, .product-view .product-shop .product-name h1, .postTitle h2 {
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
.category-title {
    margin:0 0 10px;
}
h2 {
    font-size: 26px;
    font-weight: 600;
}
h3 {
    font-size: 18px;
    font-weight: 600;
}
h4 {
    font-size: 16px;
    font-weight: 600;
}
h5 {
    font-size:14px;
    font-weight:500;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
h6 {
    font-size:12px;
    font-weight:bold;
}
p {
    font-size: 13px;
    line-height: 20px;
    color: #454545;
    margin-bottom: 15px;
}
/*any pages styles*/
.col-main dl dt {
    font-size: 14px;
    font-weight: normal;
}
.col-main h3 {
    font-size: 18px;
}
.col-main h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
ul.bullet, ol.bullet {
    margin-bottom: 10px;
}
.col-main dl, .col-main ol {
    padding: 5px 0px 20px 0px;
}
.col-main dl dt {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/pager_arrow_right.gif) no-repeat 0px 7px;
    padding-left: 10px;
}
ul.bullet li {
    padding-left: 10px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/pager_arrow_right.gif) no-repeat 0px 4px;
    margin-bottom: 5px;
}
ul.bullet_big li {
    padding-left: 10px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/pager_arrow_right.gif) no-repeat 0px 4px;
    margin-bottom: 15px;
    font-size: 16px;
}
.col-main ol li {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 5px;
}
hr {
    clear: both;
    position: relative;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pic-right {
    float: right;
    position: relative;
    margin: 0px 0px 10px 10px;
}
.pic-left {
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}

/* Layout ================================================================================ */
.wrapper {
    min-width: 990px;
}
.cms-home .wrapper {
    background: transparent url(image001.jpg);
}
.page {
    text-align: center;
}
.header-container, .submenu, .main-container, .home_page_header_block {
    width: 80%;
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
}
.nav-container {
    width: 80%;
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
}



.main-container {
    clear: both;
}
.main {
    padding: 10px 0px 10px 0px;
    background: transparent url(image001.jpg);
    width: 100%;
}
.wishlist-index-index .main {
    padding-top: 15px;
}
.home_page_header_block {
    margin-top: 0px;
    clear: both;
}
.big_slider {

}
.cms-index-index .home_page_header_block p, .cms-home .home_page_header_block p {
    margin: 0;
}
/* Base Columns */
.col-left {
    width: 18%;
    max-width: 220px;
    min-width: 176px;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
    text-align: center;
}
.col-right {
    width: 18%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 220px;
    min-width: 176px;
    float: right;
    text-align: center;
}
.col2-left-layout .col-main, .col2-right-layout .col-main {
    width: 78%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 936px;
    min-width: 764px;
}
/* 1 Column Layout */
.col1-layout .col-main {
    float:none;
    width:auto;
    padding-left: 10px;
    padding-right: 10px;
}
/* 2 Columns left Layout */
.col2-left-layout {
    background: #fff;
}
.col2-right-layout .col-main {
    float: left;
}
.col2-left-layout .col-main {
    float: right;
}
/* 2 Columns right Layout */
.col2-right-layout {
    background: #fff;
}
.col2-right-layout .col-main {
    float: left;
}
/* 3 Columns Layout */
.col3-layout .col-wrapper {
    float: left;
    width: 80%;
    padding:0;
    max-width: 960px;
    min-width: 784px;
}
.col3-layout .col-main {
    width: 76%;
    padding-left: 0%;
    padding-right: 0%;
    min-width: 595px;
    max-width: 729px;
    margin-left: 0;
}
.col3-layout .col-left {
    width: 22%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 211px;
    min-width: 172px;
}
/* Global Styles ========================================================================= */
/*top toolbar*/
.top_toolbar {
    width: 100%;
    background: #eeeeee;
    padding: 0px 0px 0px 0px;
    overflow:visible;
}
.top_toolbar_container {
    width: 80%;
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: right;
    overflow:visible;
}

.form-search .search-autocomplete ul {
    border: 0;
    border-radius: 15px;
}
.form-search .search-autocomplete {
    background: #f5f5f5;
    z-index:999;
    position:relative;
}
.form-search .search-autocomplete ul, .form-search .search-autocomplete li {
    text-align: left;
    padding: 3px 5px 3px 5px;
    font-weight: normal;
}
.form-search .search-autocomplete li:hover {
    cursor: pointer;
    background: #fff;
}
.form-search .search-autocomplete {
    margin-left: 0px;
    margin-top: 2px;
}
.search-autocomplete .amount {
    float: right;
    font-weight: normal;
}
.form-search .search-autocomplete li {
    border: none;
}
.top_toolbar_static {
    float: right;
    position: relative;
    margin-left: 10px;
}
/*header*/
.header-container {
    border: 0px;
    padding: 0px;
}
.header-container .top-container {
    padding: 0px 0px 0px 0px;
    position: relative;
}
.header {
    padding: 0px 0px 0px 0px;
    text-align: right;
    width: 100%;
    position: relative;
    background: #fff;
}
.header a.logo {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
.upper-header {
    float: right;
    margin-bottom: 0px;
}
div.block-cart-top .cart-link {
    display: none;
}
div.block-cart-top {
    float: right;
    position: relative;
    text-align: left;
    margin-left: 3px;
}
div.block-cart-top a.title:link, div.block-cart-top a.title:visited {
    background: transparent url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/cart_top.png) no-repeat scroll 0px 0;
    font-size: 0;
    display: block;
    float: left;
    color: transparent;
    width: 26px;
    height: 19px;
}
div.block-cart-top a.title:hover {
    opacity: .6;
    filter: alpha(opacity=60);
}
div.block-cart-top p, div.block-cart-top .price {
    margin-bottom: 0;
    color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 16px;
}
div.block-cart-top .summary {
}
div.block-cart-top .actions {
    position: relative;
}
div.block-cart-top button {
    background: none;
    border: 0;
    line-height: 14px;
    height: 14px;
    position: relative;
    padding: 0;
    overflow: visible;
}
div.block-cart-top button::-moz-focus-inner /*FF fix*/ {
 border: none;
}
.button-small:hover {
    cursor: pointer;
}
.button-small span {
    padding: 0px 0px 0px 12px;
    line-height: 14px;
    height: 14px;
    margin: 0;
    position: relative;
    display: block;
    white-space: nowrap;
}
.button-small span span {
    line-height: 14px;
    height: 14px;
    color: #fff;
    font-size: 10px;
    padding: 0px 12px 0px 0px;
    text-transform: lowercase;
    margin: 0;
}
.links-cart {
    float: right;
    position: relative;
    padding-right: 10px;
    margin-right: 0px;
}
.links-cart li a:link, .links-cart li a:visited {
    color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    height: 19px;
    line-height: 16px;
    margin-left: 20px;
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/wishlist.png) no-repeat 0% 50%;
    padding-left: 20px;
    padding-top: 0px;
}
.head_phone_block {
    float: right;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
}
.head_phone_block small {
    color: #697073;
    font: normal 11px Arial, Helvetica, sans-serif;
    line-height: 8px;
}
.head_phone_block strong {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/phone_top.gif) no-repeat 0% 50%;
    font-weight: normal;
    padding-left: 12px;
    display: block;
    font: normal 22px 'Segoe UI', sans-serif;
    line-height: 20px;
}
.chat_top {
    float: right;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/top_sp.gif) no-repeat 100% 50%;
    height: 38px;
}
/*Form-search*/
div.search {
    float: right;
    position: relative;
    margin: 0px 0px 0px 14px;
}
#search_mini_form {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: relative;
    float: right;
    width: 350px;
    clear: both;
}
.form-search {
    width: 345px;
    height: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    position: relative;
    float: right;
    right: 0;
}
.form-search label {
    display: none;
}
.form-search input.input-text {
    width: 300px;
    height: 20px;
    background: #fff;
    margin: 0px 0px 0px 3px !important;
    padding: 0px 0px 0px 6px;
    float: left;
    position: relative;
    border: 1px solid #b0b0b0;
    color: #898989;
    border-radius: 15px;
    font:11px Arial, Helvetica, sans-serif;
}
.form-search input.input-text:focus {
    color: #000;
    font-size: 14px;
}
.form-search button.button {
    float: right;
    position: relative;
    width: 29px;
    height: 22px;
    display: block;
    margin: 0;
    padding: 0;
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/search_b.gif) no-repeat 0 0;
}
.form-search button.button:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/search_b.gif) no-repeat 0 0;
}
.form-search button.button span {
    display: none;
}
ul.links-advanced {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 4px;
    float: right;
}
ul.links-advanced a:link, ul.links-advanced a:visited {
    color: #808080;
    padding-left: 7px;
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/header_l.png) no-repeat 0% 60%;
}
ul.links-advanced a:hover {
    color: #000;
}
/*header links*/
.header .quick-access {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    position: relative;
}
.top_toolbar_container .welcome-msg {
    float: left;
    line-height: 22px;
    margin: 0;
}
.top_toolbar_static {
    line-height: 22px;
    margin-bottom: 0;
}
div.top_static {
    text-align: right;
    margin: 0px 0px 4px 0px;
}
div.top_static p {
    margin:0;
    padding:0;
}
div.top_static a:link, div.top_static a:visited {
    color: #5d5d5d !important;
    font: 11px Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    text-decoration: none !important;
    padding: 0px 14px 0px 10px !important;
    background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/top_static_links_sp.gif) no-repeat 100% 50% !important;
}
div.top_static a:hover {
    color: #7b7b7b !important;
}
div.top_static a.last {
    background: none !important;
    padding: 0px 0px 0px 10px !important;
}
div.top_static a:hover {
    text-decoration: underline !important;
}
.header .links {
    float: right;
    margin: 0;
    padding: 0;
}
.header .links li {
    padding:0px 0px 0px 20px;
    margin: 0;
    height: 19px !important;
    line-height: 16px !important;
    float:left;
    font-size:11px;
}
.header .links a:link, .header .links a:visited {
    color: #333333;
    text-decoration: none;
    font: 11px Arial, Helvetica, sans-serif;
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/header_l.png) no-repeat 0% 50%;
    padding: 0px 0px 0px 10px;
    text-transform: uppercase;
}
.header .links a:hover, .links-cart li a:hover {
    text-decoration: none;
}
.header .links li.last a:link, .header .links li.last a:visited {
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/header_l.png) no-repeat 0% 50% !important;
}
/*currency*/
.block-currency {
    float: right;
    margin-left: 10px;
}
.block-currency select {
    font-size: 11px;
}
.sidebar .block-currency {
    display: none;
}
/*switchers*/
.header .switchers {
    text-align: right;
    padding-top: 10px;
    float: left;
    position: relative;
    clear: both;
    height: 29px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/header_links_bg.png) repeat-x 0% 100%;
}
.sw_bg_l {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/header_links_left_bg.png) no-repeat 0 0;
    padding-left: 0px;
    height: 29px;
}
.sw_bg_r {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/header_links_right_bg.png) no-repeat 100% 0%;
    height: 29px;
}
.header .switchers label {
    display: none;
}
div.store-switcher {
    float: right;
    position: relative;
 $width: 120px;
    padding: 5px 5px 0px 0px;
}
div.store-switcher select {
    margin-left: 5px;
    float: right;
    padding: 0 !important;
$width: 120px;
}
.header .form-language {
    float: right;
    position: relative;
    padding: 5px 10px 0px 0px;
}
/*NAvigation*/
.nav-container {
    clear: both;
    border-radius: 2px;
}
#nav {
    padding:0px 0px 0px 0px;
    width: 980px;
    margin:0;
    font-size:13px;
}
#nav li a, #nav li a:hover {
    padding: 8px 15px 6px 15px;
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma;
    text-transform: uppercase;
    text-decoration: none;
}
#nav li a {
    color: #fff;
}
#nav ul {
    background: #f5f5f5;
    margin-top: 0px;
    border-top: 0;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
#nav ul ul {
    background: #f5f5f5;
    padding-top: 0px;
}
#nav ul li a {
    padding: 3px 0px 3px 0px !important;
    text-transform: none !important;
    font-size: 12px !important;
    font-weight: normal !important;
    background: none !important;
    color: #050000;
}
#nav ul li.parent a {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_nav2.gif) no-repeat 97% 50% !important;
}
#nav ul li.parent li a {
    background: none !important;
}
#nav ul li a:hover, #nav ul ul li a:hover {
    color: #fff;
}
/*breadvrumbs*/
.breadcrumbs {
    clear: both;
    margin-bottom: 5px;
    padding: 0px 0 0 10px;
}
.breadcrumbs li {
    margin-right: 5px;
    color: #5d5d5d;
}
.breadcrumbs strong {
    font-weight: normal !important;
}
.breadcrumbs li strong {
}
.breadcrumbs span {
    display: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    text-decoration: none;
    padding-right: 14px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/breadcrumbs_sp.gif) no-repeat 100% 63%;
}
/*------------------Footer-------------------*/
.footer-container {
    border-top: 0;
    width: 100%;
}
.footer {
    width: 80%;
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
    padding: 2px 0px 2px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #ebecc4;
}
.footer .footer_content {
    padding: 0px 20px;
}
.footer .footer_block {
    margin-left: 0px;
    padding: 20px 0px 20px 0px;
}
.footer_block .links_block {
    clear: both;
    margin-bottom: 10px;
}
.footer_block .links_block div {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.footer_block .links_block div.last {
    margin-right: 0;
    margin-left: 8px;
}
.footer_block h4.title {
    display: block;
    text-align: left;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: .65em;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
.footer_block .links_block div ul {
    display: block;
}
.footer_block .links_block div ul li {
    display: block;
    text-align: left;
    margin-bottom: .65em;
}
.footer_block .links_block div ul li a:link, .footer_block .links_block div ul li a:visited {
    font-size: 14px;
    text-decoration: none;
    color: #555;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
 -webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
.footer_block .icons {
    clear: both;
    width: 100%px;
    padding: 8px 0 0 0;
    margin-left: 0px;
    margin-right: 0px;
}
.footer_block .icons .icons_left {
    float: left;
}
.share_this {
    display: block;
    float: right;
    position: relative;
}
.footer_block .icons .icons_right {
    float: right;
    padding-right: 0px;
}
.footer_block .icons img {
    margin-right: 2px;
}
.footer_block .icons .icons_right a:hover, .footer_block .icons .icons_left a:hover {
    opacity: 0.9;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.footer .seotext {
    padding: 10px 0px 5px 0px;
    text-align: left;
}
.footer .seotext p {
    color: #808080;
    font: normal 12px Arial, Helvetica, sans-serif;
}
.footer ul.links {
    margin-bottom: 15px;
    display: block;
    float: left;
}
.footer ul.links li {
    font-size: 13px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 20px;
}
.footer ul.links li a:link, .footer ul.links li a:visited {
    color: #000;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
.footer ul.links li a:hover {
    color: #555;
}
.footer address {
    padding-top: 0px;
    color: #787878;
    font: normal 12px Arial, Helvetica, sans-serif;
    text-align: left;
    clear: both;
}
/*-------------------------------------------------------SIDE BARS-----------*/
.block {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 0;
    margin-bottom:  10px;
    background: #cdce2b;
    border: 1px solid #cdce2b;
    border-radius: 3px;
}
.block .block-title {
    border-bottom: 0px;
    padding: 0px 0px 1px 0px;
}
.block .block-title strong {
    padding: 6px 10px 6px 10px;
    margin-bottom: 0px;
    text-transform: none;
    font: normal 16px/16px Helvetica, "Myriad Pro", Arial, sans-serif;
    color: #000;
    background: #cdce2b;
}
.block .block-content {
    color: #000;
    padding: 6px 12px 12px 12px;
}
.block-cart .block-content {
    color: #474747;
}
.block-content .block-subtitle {
    margin: 0;
    padding: 0px 0px 5px 0px;
}
.block-cart .actions {
    padding-right: 60px;
}
.block-payment-options .block-content {
    padding-left: 9px;
}
.block li.odd {
    background: transparent;
}
.block-progress dt {
    font-size:11px;
    color: #333333;
    padding: 2px 0px;
}
.block .btn-remove {
    margin: 6px 0 2px 5px;
}
.sidebar_banner {
    margin-bottom: 10px;
    overflow: hidden;
}
.sidebar_banner img {
   max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
.block-service .block-title {
}
.block-service .block-content {
    padding-top: 0 !important;
}
.block-service dt {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.block-service dt strong {
    color: #333333;
}
.block-service dd {
    margin-bottom: 10px;
    font-size: 11px;
    color: #333333;
}
ul#vertnav {
    text-align: left;
}
/*shop by, category*/
.block-layered-nav .block-subtitle {
    display: none;
}
.block-layered-nav .block-title {
    text-indent:0em;
    height: 29px;
}
.block-layered-nav .block-title strong {
}
.block-layered-nav .block-content {
    border: 0;
    padding-bottom: 5px;
}
.block-layered-nav dt {
    background: none;
    font-weight: normal;
    padding: 4px 0px 3px 0px;
    text-transform: uppercase;
}
.block-layered-nav li {
    margin-bottom: 4px;
    color: #777;
    font: normal 11px/16px "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
.block-layered-nav a:link, .block-layered-nav a:visited, .block-layered-nav .price {
    font: normal 14px/16px Helvetica, Arial, sans-serif;
    ;
    color: #000;
    text-decoration: none;
}
.block-layered-nav .price {
    color: #000 !important;
}
.block-layered-nav dd {
    background: none;
}
.block-layered-nav .currently .label {
    background:none;
    font-weight:bold;
    padding-left:0px;
    text-transform:none;
}
.block-layered-nav .currently .label span {
    font-weight:normal;
    color: #5d5d5d;
}
.block-cart .block-title, .block-popular .block-title, .block-account .block-title, .block-service .block-title {
}
/*blocks*/
.block-account .block-content li a, .block-account .block-content li.current strong, .block-account .block-content li.current {
    border: 0 !important;
}
.block-cart .block-title strong span {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/icon_cart.gif) no-repeat 0% 40%;
    padding-left: 20px;
}
.block-popular .block-title strong span, .block-popular-big .block-title strong span {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/icon_asterick.gif) no-repeat 0% 50%;
    padding-left: 18px;
}
.block-subscribe .block-title strong span {
    background: url(icon_new.gif) no-repeat 0% 60%;
    padding-left: 20px;
}
.block-subscribe .block-content {
    padding-top: 6px;
}
.block-subscribe label {
    font-family: Arial, Helvetica, sans-serif;
    color:#6666666;
}
.block-subscribe input.input-text {
    width: 175px;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #6666666;
    background: url(subscrib.gif) no-repeat 0 0;
    border: 0;
    margin: 0;
    padding: 0px 0px 0px 5px;
}
.block-subscribe input.input-text:focus {
    background: url(subscrib.gif) no-repeat 0 0;
}
.block-subscribe .input-box {
    float: left;
    position: relative;
    margin: 0px 0px 7px 0px;
    padding: 8px 0px 0px 0px;
}
.block-subscribe .actions {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
/*side-bar items*/
.block .block-content li.item {
    padding: 5px;
    border-radius: 3px;
}
.block .block-content li.item:hover {
    background: #f5f5f5;
}
.block .block-content li.item .product {
    padding-bottom: 0px;
}
.block .block-content li.last .product {
    padding-bottom: 8px;
    border-bottom: 0;
}
/*side-bar prices*/
.old-price .price-label, .old-price .price {
    color:#696969;
    color: #000
}
.special-price {
    padding-top: 0;
}
.special-price .price-label {
    color: #000 !important;
    font-weight: bold;
}
/*reccently view*/
#recently-viewed-items li {
    padding-top: 1px;
    padding-bottom: 2px;
}
#recently-viewed-items a {
    font-weight: normal;
    text-decoration: none;
}
/*most popular, related */
.block-content .old-price .price-label {
    display: none;
    color: #696969;
    font-weight: bold;
}
.block-content .special-price .price-label {
    display: none;
}
.block-content .special-price .price, .block .regular-price, .block .regular-price .price, .block-content .price-box .price {
    font-weight: normal;
    font-size: 15px;
}
.old-price .price, .block-content .old-price .price, .price-box a .label {
    color: #696969;
    text-decoration: none;
    font-size: 12px;
}
.block-content .old-price .price {
    text-decoration: line-through;
}
/*****************************************************************************CATALOG****************/
/*pager*/
.toolbar .pager {
    border: none;
}
.pager .amount, .pager .amount strong, .pager .limiter, .sorter, .sorter strong {
    font-weight: normal;
    color: #9a9a9a;
}
.pager .pages {
    position: relative;
    padding-left: 20px;
    color: #9a9a9a;
}
/*catalog toolbar*/
div.pages strong {
    font-weight: normal;
}
.pager .pages li a:link, .pager .pages li a:visited {
    padding: 0px 8px;
    border-bottom: 2px solid #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
}
.pager .pages li a:hover {
    border-bottom: 2px solid #555;
}
div.pages li.current {
    font-size: 15px;
    font-weight: normal;
    border-bottom: 2px solid #555;
    color: #000;
    padding: 0px 8px;
}
.toolbar {
    font-size: 11px;
}
.pager .pages strong, .sorter label, .pager .amount {
    font-weight: normal;
    color: #9a9a9a;
    font-family: Arial;
    font-size: 11px;
}
.sorter strong {
    color: #000;
}
.pager .limiter {
    padding-right: 24px;
    text-align: left;
}
.pager .limiter select, .sorter .sort-by select {
    background:none repeat scroll 0 0 #f8f8f8;
    border:1px solid #dcdfe5;
    color: #2c2f33;
}
.pager .limiter select {
    margin-left: 12px;
    margin-right: 6px;
    width: 50px;
}
.sorter .sort-by select {
    margin-left: 12px;
    width: 96px;
}
.sort-by {
    float: right;
    position: relative;
}
.sorter .sort-by {
    width: 166px;
    padding-right: 0;
    text-align: left;
}
/*product name*/
h2.product-name {
    line-height: 100%;
}
.products-list .product-name, .products-list .product-name a {
    color:#000000;
    font-size:13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 8px;
}
.products-grid .product-name, .products-grid .product-name a {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 0;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    line-height: 100%;
}
.products-grid li:hover .product-name, .products-grid li:hover .product-name a {
    color: #000;
}
/*product decription*/
.products-list .desc {
    font:11px Arial, Helvetica, sans-serif;
    line-height: 130%;
}
.col-main .mini-products-list li {
    list-style-type: none;
}
.mini-products-list p.product-name {
    padding-left: 0px !important;
    line-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.mini-products-list .product-image {
    width: 50px;
}
.mini-products-list .product-details {
    margin-left: 62px;
}
.block-popular-big .mini-products-list li.item {
    padding: 0;
}
.block-popular-big .mini-products-list p.product-name {
    padding-left: 0px !important;
    line-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
.block-popular-big .mini-products-list .product-image {
    width: 100px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}
.block-popular-big .mini-products-list .product {
    text-align: center;
}
.block-popular-big .mini-products-list .product-details {
    margin-left: auto;
}
/*Prices*/

.mini-products-list .product-details .price-box {
    margin: 0px 0 5px 0;
    color: #000;
}
.products-grid .price-box {
    margin: 4px 0 4px 0;
}
/*catalog price*/
.regular-price {
    color:#000000;
}
.price {
    font-weight: bold;
    font:15px Arial, sans-serif;
    ;
}
.old-price .price {
    font:12px;
}
/*product price*/
.product-view .product-shop .special-price .price, .product-view .product-shop .regular-price .price, .product-view .product-shop .full-product-price .price, .product-essential .price-as-configured .price {
    font-size: 28px;
    line-height: 28px;
}
/*CATALOG*/
.products-grid .product-image {
    margin-bottom: 10px;
    text-align: center;
}
.products-grid .product-image img {
    margin-left: auto;
    margin-right: auto;
}
ul.products-grid {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.products-grid .actions {
    text-align: center;
}
.tabs_block ul.products-grid, .tabs_block ul.products-grid * {
    padding-bottom: 2px !important;
}
ul.products-grid li * {
    text-align: center;
}
.category-products ul.last {
    border-bottom: 0 none !important;
}
.short-description {
    font-size: 11px;
    color: #787878;
}
.products-grid li:hover .short-description {
    color: #000;
}
.products-grid li:hover button.button {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
.products-grid li:hover button.button {
 -webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
.products-grid li:hover button.button:hover {
    color: #000;
    -webkit-filter: contrast(150%);
    -moz-filter: contrast(150%);
    -o-filter: contrast(150%);
    -ms-filter: contrast(150%);
}
.products-grid .add-to-links {
    margin-left: auto;
    margin-right: auto;
}
.products-grid .add-to-links {
    visibility: hidden;
    opacity: 0;
}
.products-grid li:hover .add-to-links {
    opacity: 1;
    visibility: visible;
}
/*column count 2*/
.category-column-count-2 ul.products-grid li {
    width: 48%;
    padding: 0px 1% 60px 1%;
    text-align: center;
}
.category-column-count-2 .product-name a {
    font-size: 16px;
    text-transform: uppercase;
}
.category-column-count-2 .products-grid .actions {
    width: 48%;
}
.category-column-count-2 .products-grid .actions li {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
/*column count 3*/
.category-column-count-3 ul.products-grid li {
    width: 31%;
    padding: 0px 1% 60px 1%;
    text-align: center;
}
.category-column-count-3 .product-name a {
    font-size: 16px;
    text-transform: uppercase;
}
.category-column-count-3 .products-grid .actions {
    width: 31%;
}
.category-column-count-3 .products-grid .actions li {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
/*column count 4*/
.category-column-count-4 ul.products-grid li {
    width: 23%;
    padding: 0px 1% 60px 1%;
    text-align: center;
}
.category-column-count-4 .product-name a {
    font-size: 15px;
}
.category-column-count-4 .products-grid .actions {
    width: 23%;
}
.category-column-count-4 .products-grid .actions li {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
/*column count 5*/
.category-column-count-5 ul.products-grid li {
    width: 18%;
    padding: 0px 1% 60px 1%;
    text-align: center;
}
.category-column-count-5 .product-name a {
    font-size: 15px;
}
.category-column-count-5 .products-grid .actions {
    width: 18%;
}
.category-column-count-5 .products-grid .actions li {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
/*column count 6*/
.category-column-count-6 ul.products-grid li {
    width: 14%;
    padding: 0px 1% 60px 1%;
    text-align: center;
}
.category-column-count-6 .product-name a {
    font-size: 13px;
}
.category-column-count-6 .products-grid .actions {
    width: 14%;
}
.category-column-count-6 .products-grid .actions li {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
/*column count 7*/
.category-column-count-7 ul.products-grid li {
    width: 13%;
    padding: 0px 1% 60px 0%;
    text-align: center;
}
.category-column-count-7 .product-name a {
    font-size: 12px;
}
.category-column-count-7 .products-grid .actions {
    width: 13%;
}
.category-column-count-7 .products-grid .actions li {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
/*column count 8*/
.category-column-count-8 ul.products-grid li {
    width: 11%;
    padding: 0px 1% 60px 0%;
    text-align: center;
}
.category-column-count-8 .product-name a {
    font-size: 11px;
}
.category-column-count-8 .products-grid .actions {
    width: 11%;
}
.category-column-count-8 .products-grid .actions li {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}
.category-column-count-8 .price-label {
    display: none;
}
.category-column-count-8 .old-price .price {
    text-decoration: line-through;
}
/*rating*/
.products-grid .ratings .amount {
    display: none;
}
.products-grid .ratings .rating-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.products-grid .rating-links {
    display: none;
}
.ratings {
    line-height: 1;
    margin: 2px 0px 4px 0px;
}
/*full */
.full_cat ul.products-grid li {
    padding-bottom: 60px;
}
/*rate*/
.raiting_cat ul.products-grid li {
    padding-bottom: 35px;
}
/*shot*/
.short_cat ul.products-grid li {
    padding-bottom: 0px;
}
/*new*/
.subtitle {
    margin: 8px 0 6px 0;
padding: 5px 0 0 0px;
height: 22px;
line-height: 24px;
font: normal 18px "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
color: #000;
background: none;
text-transform: uppercase;
}
.new_cat a.product-image {
    display: block;
    position: relative;
}
.i_new {
border:0;
display: block;
margin: 0px;
padding: 0px;
position: absolute;
bottom: 0px;
left: 40%;
vertical-align: top;
z-index: 99;
box-shadow: 0px 2px 3px 0px  #dadada;
border-radius: 2px;
}

/* Form Elements */
input {
    font:12px/15px;
    color:#5d5d5d;
    font-weight: bold;
}
select, textarea {
    font:11px/14px;
    color:#808080;
    font-weight: normal;
}
input.input-text, select, textarea {
    background:#f8f8f8;
    border:1px solid #dfdfdf;
    color: #000;
    font-size: 14px;
    border-radius: 2px;
    padding: 2px;
}
select.multiselect option {
}
.sort-by select {
    width: 128px;
}
/* Form */
.form-list label {
}
label.required em {
    margin-right: 2px;
    font-style:normal;
    padding-left: 2px;
    float: left;
    color: #fe4e00;
}
.form-list label.required em {
    right: -10px;
}
.form-alt .input-box {
    margin: 0 0 8px;
}
/* REQUIRED BUTTON STYLES: */
button.button {
    position: relative;
    border: 0 !important;
    cursor: pointer;
    padding: 0 15px 0 0px;
    overflow: visible;
    text-align: center;
    background: transparent url(btn00000.png) no-repeat right bottom;
    height: 22px;
}
 button.button::-moz-focus-inner {
 border: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
button.button span {
margin-top: -1px;
}
}
button.button span {
    position: relative;
    display: block;
    white-space: nowrap;
    border: 0 !important;
    margin: 0;
    background:url("btn00000.png") no-repeat left top;
    color:#000;
    font:12px "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    height:18px;
    padding:4px 0px 0 15px;
    text-transform:uppercase;
}
button.button span span {
    background: none;
}
button.button {
    opacity: .6;
}
button.button:hover, button.buttonHover {
    opacity: 1;
}
/*catalog button*/
.products-grid li:hover button.button {
    opacity: .8;
}
.products-grid li:hover button.button:hover {
    opacity: 1;
}
/*block buttons*/
.block button.button {
    padding: 0 5px 0 0px;
}
.block button.button span {
    padding:5px 0px 0 5px;
    text-transform:none;
    height:17px;
}
.block button.button span span {
    padding: 0;
}
/********** Orange button ************/
.product-shop .add-to-cart button.button, .checkout-types button.button, #review-buttons-container button.button, .product-options-bottom button.button {
    background: transparent url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_cart.png) no-repeat right bottom;
    opacity: .7;
    height: 22px;
}
.product-shop .add-to-cart button.button span, .checkout-types button.button span, #review-buttons-container button.button span, .product-options-bottom button.button span {
    background:url("http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_cart.png") no-repeat left top;
    color: #fff;
    height: 22px;
}
.product-shop .add-to-cart button.button span span, .checkout-types button.button span span, #review-buttons-container button.button span span, .product-options-bottom button.button span span {
    background: none;
}
.product-shop .add-to-cart button.button:hover, .product-shop .add-to-cart button.buttonHover, .checkout-types button.button:hover, .checkout-types button.buttonHover, #review-buttons-container button.button:hover, #review-buttons-container button.buttonHover, .product-options-bottom button.button:hover, .product-options-bottom button.buttonHover {
    opacity: 1;
}
.product-shop .add-to-cart button.button:hover span, #review-buttons-container button.button:hover span, .product-options-bottom button.button:hover span { color: #ffe2cb;}
.product-view .box-tags .form-add .input-box {
    margin-right: 8px;
}
.product-view .box-tags .form-add .input-box input {
    height: 14px;
    background: #ffffff;
    border: 1px solid #cecece;
}
div.toolbar div.pager {
    padding: 3px 0 3px 0;
}
div.toolbar div.sorter {
    padding: 3px 10px 11px 0;
}
.toolbar-bottom {
    margin-top: 30px;
}
div.toolbar-bottom div.sorter {
    display: block;
}
div.toolbar-bottom .view-mode {
    padding-right: 20px;
}
div.toolbar-bottom .limiter {
    float: right;
}
/*catalog list */
.products-list .product-image {
    width: 160px;
    height: 160px;
}
.products-list .product-shop {
    margin-left: 180px;
    padding-top: 10px;
}
/**************************************************************PRODUCT******************/
.product-view {
    margin-top: 5px;
    border: 1px solid #cecece;
    padding: 22px 0 0 0;
}
.product-view .product-shop {
    text-align: left;
}
.product-essential {
    padding-top: 0;
    text-align: left;
    padding: 0px 25px;
}
.product-view .product-shop {
    width: 55%;
    text-align: left;
}
.product-view .product-img-box {
    margin-top: 10px;
    width: 44%;
}
.more-views {
    padding-top: 4px;
}
.product-view .product-img-box .product-image {
    margin-bottom: 5px;
}
.product-view .product-img-box .zoom #track {
    background:#dadada;
}
.product-view .product-shop .availability {
    font-size: 11px;
}
.product-view .product-img-box .more-views li {
    margin:0 0 8px 12px;
}
.product-view .product-img-box .more-views li a {
    border: 0px solid #ffffff !important;
}
.add-to-cart {
    margin-right: 10px;
}
.add-to-cart label {
    font-family: Arial;
    font-size: 16px;
}
.add-to-cart .qty {
    padding: 1px 2px;
    background: #ffffff;
    font: normal 11px Arial, Helvetica, sans-serif;
}
.product-view .product-shop .short-description {
    line-height: 130%;
    clear: both;
}
.product-collateral .box-collateral, .no-rating {
    margin-bottom: 5px;
}
.product-view .box-up-sell .products-grid {
    /*width: auto !important;*/
    margin-bottom: 10px;
    /*margin-left: 7px;*/
}
.product-view .box-up-sell .products-grid td {
    padding:0px 5px 0px 0px;
}
.product-shop .tier-prices, .product-options, .price-box-bundle {
    border-radius: 3px 3px 3px 3px;
    padding: 12px;
    background: #f5f5f5;
    border: 0;
}
#product_tabs_description_tabbed_contents {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
}
#product_tabs_related_tabbed_contents ol li {
    list-style-type: none;
}
#product_tabs_related_tabbed_contents .link-cart {
    font-weight: normal;
    font-size: 11px;
}
.product-options dd {
    border-bottom: 1px dotted #DADADA;
}
.dedicated-review-box p {
    font-style: italic;
    font-size: 14px;
    line-height: 150%;
}
.benefit, .price-box-bundle {
    font-size: 18px;
    font-weight: normal;
}
.product-shop .add-to-box {
    text-align: center;
}
.add-to-cart button span {
    font-weight: bold !important;
}
.product-shop .add-to-links li {
    margin-right: 10px;
}
.add-to-links a.link-wishlist:link, .add-to-links a.link-wishlist:visited, .actions a.link-wishlist:link, .actions a.link-wishlist:visited {
    color: #000;
    font-size: 10px;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
.add-to-links a.link-compare:link, .add-to-links a.link-compare:visited, .actions a.link-compare:link, .actions a.link-compare:visited {
    color: #000;
    font-size: 10px;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
.products-grid .add-to-links {
    line-height: 11px;
}
/*titles on product page*/
.product-view .box-up-sell h2, .product-essential h2, .product-view .product-img-box .more-views h2, .product-collateral h2, .dedicated-review-box strong, #product_tabs_related_tabbed_contents p strong {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: none;
    margin: 5px 0px 7px 0px;
    color: #000;
}
/*messages*/
.error-msg, .success-msg, .note-msg, .notice-msg {
    background: #eee;
    border-radius: 3px;
    min-height:24px !important;
    padding: 8px !important;
    font-size: 16px;
}
.add-to-box .or {
    color:#696969;
    font-weight:normal;
}
.product-collateral {
    padding: 15px 25px 25px 25px;
    background: #fcfcfc;
}
.product-view .box-tags .form-add label {
    color: #696969 !important;
    font-weight: normal !important;
    font-size: 11px;
}
.product-view .box-tags .form-add .input-box {
    padding:0;
}
.product-view .box-tags .note {
    padding:0;
}
.product-options p.required {
    padding-top: 0;
}
/*product opions*/
.product-options dd {
    border-bottom: 1px dotted #DADADA;
}
.product-options {
    margin: 0px 0 0;
    padding: 5px 15px 5px 20px;
}
.product-options p.required {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}
.product-options dl {
    margin: 0;
    padding: 0 !important;
}
.product-options dt {
    padding: 5px 0px 2px 0px;
    font-weight: bold !important;
    font-size: 11px;
}
.product-options dd {
    padding: 0px 10px 10px 0px;
    margin: 0 0 20px;
}
.product-view .product-shop .add-to-links li {
    padding-right: 10px;
}
.product-shop .product-options-bottom .price-box {
    float: left;
    margin: 0 10px 5px;
}
.product-options-bottom .add-to-cart {
    float: right;
    padding-top: 4px;
}
.product-options-bottom .price-label, .product-options-bottom label, .product-shop label {
    padding-top: 0px;
    font-weight: bold;
    color: #000;
}
.product-options-bottom .price-as-configured .price {
    padding-right: 20px;
}
.product-view button.button {
    margin-top: 0px;
}
.product-options-bottom .qty, .product-shop .qty {
    margin-top: 0px;
    float: left;
    padding: 2px 2px;
    background: #fff;
    border: 1px solid #c3c3c3;
    font: normal 14px Arial, Helvetica, sans-serif;
    margin-right: 10px;
}
.col-main .product-options dl dt label {
    font-size: 12px;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
.col-main .product-options dl dt {
    background: none;
    padding-left: 0;
}
.product-product .product-shop .product-options-bottom .add-to-cart {
    float: none;
}
.product-product .product-shop .product-options-bottom .add-to-cart .qty {
    float: none;
}
.product-options-bottom .add-to-cart label, .product-options-bottom .add-to-cart .qty {
    float: left;
}
.add-to-box .add-to-cart {
    float: none;
}
.add-to-box .add-to-links {
    float: none;
    font-size:12px !important;
    line-height:1.25 !important;
    margin: 15px 0 0 0 !important;
    text-align:left !important;
}
.product-view .product-shop .add-to-links a {
    font-weight:normal !important;
    font:14px Arial, Helvetica, sans-serif;
}
.product-options-bottom .add-to-links {
    display: none;
}
.product-options {
    border-radius: 3px 3px 0px 0px;
}
.product-view .product-shop .add-to-links {
    text-align: left;
    padding: 0px 0px 10px 0px;
    float: left;
 -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product-view .product-shop .add-to-links span.separator {
    display:none;
}
.product-view .product-shop .add-to-links li {
    float: left;
    margin-right: 10px;
}
.product-view .product-shop a.link-wishlist {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/wish.gif) no-repeat 0 3px;
    display: block;
    padding: 2px 0 2px 23px;
    margin: 0 0px 0px 0;
    line-height: 15px;
    width: auto;
    height: auto;
    border-radius: 2px;
}
.product-view .product-shop a.link-compare {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/comp.gif) no-repeat 0 3px;
    display: block;
    padding: 2px 0 2px 23px;
    margin: 0 0px 0px 0;
    line-height: 15px;
    width: auto;
    height: auto;
    border-radius: 2px;
}
p.email-friend {
    float: left;
    margin-top: 15px;
}
p.email-friend a:link, p.email-friend a:visited {
    color: #000;
    line-height: 18px;
    padding: 2px 0px 2px 23px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/email.gif) no-repeat 0px 3px;
    margin: 0px 0px 0px 0px;
    float: left;
    position: relative;
    font-weight: normal;
    font: 14px Arial, Helvetica, sans-serif;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
    border-radius: 2px;
}
.product-view .product-shop .add-to-links a:hover, p.email-friend a:hover {
    background-color: #f1f1f1;
}
/*product review*/
.dedicated-review-box ol li, .product-view .box-reviews dd {
    margin-bottom: 20px;
}
.dedicated-review-box ol li strong, .box-reviews dl dt a {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.box-reviews dl dt {
    color: #000;
}
.product-view .box-reviews dl {
    margin: 0px 0;
    padding: 0;
}
.ratings-list .rating-box {
    margin-left: 10px;
    margin-top: 3px;
}
table.ratings-list {
    margin-bottom: 10px;
}
table.ratings-list strong {
    font-size: 12px !important;
    font-weight: normal;
}
#product_tabs_review_tabbed_contents .form-add textarea, .box-reviews .form-add textarea {
    width: 500px;
}
.grouped-items-table td {
    line-height: 30px;
}
.product-view .product-shop .grouped-items-table .price {
    font-size: 18px;
    line-height: 18px;
}
.product-view .product-shop .grouped-items-table .product-pricing-grouped .price {
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
}
.product-view .product-shop .grouped-items-table .product-pricing-grouped {
    font-style: italic;
    line-height: 14px;
}
/***************************************************************CART**********************************/
/* Tax Details Row */
tr.tax-total {
    cursor:pointer;
}
tr.tax-total .tax-collapse {
    float:right;
    text-align:right;
    padding-left:20px;
    background:url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor:pointer;
}
tr.show-details .tax-collapse {
    background-position:0 -52px;
}
.cart .page-title h1 {
    margin-top: 4px;
}
.cart .page-title .checkout-types li {
    margin-bottom: 0;
    margin-top: 5px;
}
.data-table thead th {
    font:11px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.cart .discount input.input-text {
    border: 1px solid #cecece;
    width: 126px;
    padding: 3px;
    color: #5d5d5d;
    float: left;
}
.cart .discount .input-box {
    width: auto;
}
.cart .totals tfoot td strong {
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.cart .discount .buttons-set {
    margin-top: 0;
    margin-left: 8px;
    float: left;
    clear: none;
}
.discounts {
    width: 50%;
    float: left;
    position: relative;
}
.form-list label {
    margin-bottom: 3px;
}
.form-list li {
    margin: 0 0 20px;
}
.link-reorder {
    color: #dc6809 !important;
}
.form-list .input-box select {
    border: 1px solid #cecece;
}
.checkout-progress li {
    border-top-color: #dadada;
    color: #333333;
}
.cart .crosssell {
    padding: 11px 15px 12px 15px;
}
.cart .discount {
    margin-bottom: 60px;
}
.crosssell h3, .crosssell .product-name a:link, .crosssell .product-name a:visited {
    padding-left: 0px !important;
    line-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}
.crosssell .add-to-links {
    text-transform: uppercase;
}
.crosssell h2, .discount h2, .shipping h2 {
    font-size: 18px;
    line-height: 100%;
    font-weight: normal;
    color: #000;
}
.cart .crosssell li.item {
    padding: 5px;
    border-radius: 3px;
    margin: 0px 0px 5px 0px;
}
.cart .crosssell li.item:hover {
    background: #f5f5f5;
}
.cart .crosssell li.item .add-to-links {
    opacity: 0;
    filter: alpha(opacity=0);
}
.cart .crosssell li.item:hover .add-to-links {
    opacity: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.item-options {
    font-size: 12px;
    line-height: 100%;
    color: #666;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}
.item-options dd {
    padding-left: 0px;
    margin: 0 0 10px;
    font-style: italic;
    font-size: 14px;
}
.col-main .item-options dt {
    font-size: 12px !important;
    line-height: 100%;
    font-weight: normal;
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    background: none;
    padding-left: 0px;
    font-style: normal;
}
.col-main .product-shop .item-options dt {
    font-size: 12px !important;
    font-weight: bold;
    color: #000;
}
.product-shop .item-options dd {
    padding-left: 0px;
    margin: 0 0 10px;
    font-style: normal;
    font-size: 16px;
}
.data-table tr:hover .item-options {
    color: #000;
}
.crosssell-div {
    clear: both;
}
#shopping-cart-table {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#shopping-cart-table button.btn-update {
    margin-right: 10px;
}
.data-table {
    border: 0px solid #cecece !important;
    border-collapse: inherit;
}
#shopping-cart-table {
    border: 1px solid #dadada !important;
}
.data-table thead th {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    background: #f5f5f5;
    padding: 9px 12px 9px 12px;
    color: #5d5d5d;
}
.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0;
}
.data-table tr.first th {
    border-bottom: 1px solid #ccc !important;
    padding: 10px 10px 10px 0px;
}
#product-review-table tr.first th {
    border-bottom: 0px !important;
}
.data-table td {
    border-top: 0px solid #cecece;
    border-right: 0px solid #cecece;
    border-bottom: 1px solid #f2f2f2;
    border-left: 0px solid #cecece;
    background: #fcfcfc;
}
.data-table tr.even td {
    background: #f5f5f5;
}
.cart-table tr:hover td {
    background: #ebebeb;
}
.data-table td .product-name a:link, .data-table td .product-name a:visited {
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
}
.data-table td .product-name a:hover {
    text-decoration: none;
}
.data-table td input.qty {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #e0dbc7;
    background: #fcfcfc;
    padding: 3px;
    border-radius: 2px;
}
.data-table tfoot {
    border-bottom: 1px solid #cecece;
}
.data-table tfoot tr td {
    padding: 12px 10px 12px 13px;
    border: 0px solid #ffffff;
    background: #ffffff;
}
/***********************************************************CHECKOUT, ACCOUNT********************************/

.order-items {
    width: 100%;
    overflow: visible;
}
.title-buttons {
    font-size: 18px;
    line-height: 50px;
}
.fieldset .legend {
    padding: 0px;
    color: #555;
    font-size: 18px;
    line-height: 100%;
    font-weight: normal;
    color: #000;
    border-radius: 2px;
    margin: 0px 0px 10px 0px;
    float: none;
    border: 0;
}
#opc-review .buttons-set p {
    margin: 0;
    line-height: 100%;
}
.dashboard .box-reviews .number {
    background: #fff;
    border: 1px solid #999999 !important;
    color: #999999;
}
.dashboard .box-reviews .details {
    margin-left: 25px;
    padding-top: 3px;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    color: #333333;
}
.box-account .box-head h2, .account-login .new-users h2, .account-login .registered-users h2 {
    background: none;
}
.my-account .box-info {
    color: #333333;
}
.title-buttons .button {
    margin-top: 5px;
}
.advanced-search-summary strong {
    padding-left: 0;
}
.block-progress {
    margin-top: 0;
}
.block-progress dt {
    font-size:12px;
    padding-left:0px;
    color: #333333;
}
.block-progress dd {
    border: 0;
    padding: 8px 0px;
    margin: 0 0 6px;
}
.block-account .block-content li a, .page-sitemap .links a {
    text-decoration: none;
}
.checkout-onepage-index .data-table tfoot tr td, .subtotal td, .shipping td {
    background: #fcfcfc none !important;
}
#opc-review .buttons-set {
    padding: 20px 0px;
    border: 0;
}
.opc .step-title h2 {
    font: 12px Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 25px;
    color: #666;
}
.opc .allow .step-title h2 {
    color: #000;
}
.opc .active .step-title .number {
    background: #999;
    border: 0;
    color: #000;
    border-radius: 50%;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    font: bold 11px/14px arial, helvetica, sans-serif;
}
.opc .step-title .number {
    background: #fff;
    border: 1px solid #c3c3c3;
    color: #000;
    border-radius: 50%;
    padding: 5px 10px;
    font: bold 11px/14px arial, helvetica, sans-serif;
}
.form-list label {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.col-main .step li, .col-main .step li {
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 5px;
}
.col-main .step dl dt {
    background:none;
    padding-left: 0px;
}
.checkout-multishipping-shipping .box-sp-methods {
    padding: 0;
}
.multiple-checkout h2 {
    font-size: 18px;
}
.col-main .box-content dl dt {
    background: none;
    padding-left: 0px;
}
/*****order and returns***********/
.col1-layout .block-content {
    padding: 20px;
}
.col1-layout .form-alt {
    padding-bottom: 20px;
}
.form-alt .input-box {
    margin-bottom: 20px;
}
/**************************************************************HOME PAGE v1 ***********************************/
div.four {
    width: 100%;
    clear: both;
    margin-bottom: 0px;
}
div.four div {
    float: left;
    width: 24%;
    padding: 0 0% 0 1%;
    overflow: hidden;
}
div.i_images div a.title {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    padding: 1px 0 1px 0px;
    font: 13px "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
}
div.i_images div a.title strong {
    font-weight: 500;
    display: block;
    margin-bottom: 1px;
}
div.four div a.title span {
    height:160px;
    overflow: hidden;
    display: block;
    margin-bottom: 1px;
}
div.four div a.title span img {
    height:100px;
}
div.four div:hover a.title span img {
    height:80px;
    margin-left: -10px;
    margin-top: -10px;
}
div.i_images div:hover a.title strong {
    color: #666;
}
div.i_images div ul {
    padding-left: 0px;
}
div.i_images div ul li {
    padding: 0 0 1px 5px;
    line-height: 12px;
    font-size: 10px;
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/header_l.png) no-repeat 0 6px;
}
div.i_images div ul li:hover {
    background: url(file://localhost/C:/Users/_/Desktop/FTPnow/news1_files/header_l.png) no-repeat 1px 6px;
}
div.i_images div ul li a:link, div.i_images div ul li a:visited {
    color: #2f3135;
    display: block;
    padding: 2px 4px;
    border-radius: 2px;
    text-decoration: none;
}
div.i_images div ul li a:hover {
    background: #f5f5f5;
}
div.i_images p {
    padding: 1px 1px 0 0px;
    line-height: 13px;
    font-size: 10px;
}
.three_images {
    width: 100%;
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
}
.category-description .three_images {
    width: 100%;
    max-width: 936px;
    min-width: 765px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
}
div.three_images div {
    float: left;
    width: 33%;
    padding: 0;
    overflow: hidden;
    height:125px;
}
div.three_images div.b03 {
    float: right;
    width: 34%;
}
div.three_images div a {
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    height: 125px;
}
div.three_images div.b03 a {
}
div.three_images div img {
    margin-top: 0px;
}
div.three_images div:hover img {
    margin-top: -30px;
}
div.best_sellers_title, h2.best_sellers_title {
    margin: 8px 0 6px 0;
    padding: 5px 0 0 0px;
    height: 22px;
    line-height: 24px;
    font: bold 14px Arial, Tahoma, sans-serif;
    color: #000 !important;
    background: none;
}
div.best_sellers, h2.best_sellers {
    margin: 0px 0 6px 0;
    padding: 5px 0 0 0px;
    height: 22px;
    line-height: 24px;
    font: normal 18px "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    ;
    color: #000;
    background: none;
    text-transform: uppercase;
}
p.home_banner {
    margin: 0;
    padding: 0;
}
.social_main {
    width: 720px;
    height: 47px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/sicial_main_bg.gif) no-repeat 0 0;
    padding-top: 3px;
}
.col_left, .col_cent {
    float: left;
    position: relative;
    width: 240px;
    text-align: center;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/top_sp.gif) no-repeat 100% 50%;
}
.col_right {
    float: right;
    position: relative;
    width: 240px;
    text-align: center;
}
.data-table tr td .product-name a {
    padding-top: 5px;
    font-weight: bold;
}
/******************HOME PAGE V2*****************/
.home_page_header_block {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.home_page_header_block .images {
    width: 100%;
    height: 330px;
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.images_left {
    float: left;
    position: relative;
    width: 70%;
    height: 330px;
    overflow: hidden;
}
.images_left .right {
    float: left !important;
}
.images_right {
    height: 330px;
    float: right;
    position: relative;
    width: 30%;
    overflow: hidden;
}
/*right top effect*/
.images_top {
    float: right;
    width: 340px;
    height: 210px;
    overflow: hidden;
}
.images_top img {
 -webkit-transition: margin .0s ease;
 -moz-transition: margin .0s ease;
 -o-transition: margin .0s ease;
 -ms-transition: margin .0s ease;
 transition: margin .0s ease;
    margin-top: 0px;
}
.images_top img:hover {
    margin-top: -50px;
}
/*right bottom effect*/

.images_bt {
    height: 120px;
    width: 340px;
    overflow: hidden;
    float: right;
}
.images_bt img {
    margin-top: 0px;
 -webkit-transition: margin .0s ease;
 -moz-transition: margin .0s ease;
 -o-transition: margin .0s ease;
 -ms-transition: margin .0s ease;
 transition: margin .0s ease;
}
.images_bt img:hover {
    margin-top: -30px;
}

/******************HOME PAGE V0*****************/
.home_page_header_block {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.home_page_header_block .imgs {
    width: 100%;
    height: auto;
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.images_lft {
    float: left;
    position: relative;
    width: 70%;
    height: auto;
    overflow: hidden;

}
.images_lft .right {
    float: left !important;
}
.images_rht {
    height: auto;
    float: right;
    position: relative;
    width: 30%;
    overflow: hidden;
}
/*right top effect*/
.images_tp {
    float: right;
    height: auto;
    overflow: hidden;
    max-width: 100%;
}
.images_tp img {
 -webkit-transition: all .0s ease;
 -moz-transition: all .0s ease;
 -o-transition: all .0s ease;
 -ms-transition: all .0s ease;
 transition: all .0s ease;
    max-width: 100%;
   height: auto;
   width: auto\9; /* ie8 */
}
.images_tp img:hover {
    opacity: .85;
filter: alpha(opacity=85);
}
/*right bottom effect*/
/*.images_btt {
    overflow: hidden;
    float: right;
    max-width: 100%;
}
.images_btt img {
    margin-top: 0px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 -ms-transition: all .5s ease;
 transition: all .5s ease;
 max-width: 100%;
   height: auto;
   width: auto\9;
}
.images_btt img:hover {
    opacity: .85;
filter: alpha(opacity=85);
}*/

/*Compare*/
.compare-table .btn-remove {
    height: 11px;
    width: 57px;
    margin: 3px 0px 3px 0px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_remove2.gif) no-repeat 0 0;
}
.compare-table .btn-remove:hover {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/btn_remove2.gif) no-repeat 0 0;
}
.cart .totals .checkout-types li a {
    color: #000000;
    font-size: 11px;
}
.page-popup .link-print {
    color: #000000;
}
.link-cart {
    color: #575757 !important;
    font-weight: 700;
}
.addresses-list h2 {
    color: #333333;
}
/*customer service*/

.customer_service p {
    padding-left: 12px;
    margin: 0px 0px 0px 0px;
}
p.phone {
    color: #333333;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}
p.phone strong {
    font-size: 32px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
}
p.time {
    color: #5d5d5d;
}
#recently-viewed-items li {
    padding-left: 0;
}
.buttons-set .back-link a:link, .buttons-set .back-link a:visited {
    background: #dbdbdb;
    border: 0;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 3px;
    color: #000;
    font: 12px "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    height: 17px;
}
.buttons-set .back-link a:hover {
    background: #c4c4c4;
}
.buttons-set .back-link a:hover {
    color: #000;
}
/*easy tabs*/
.tabs {
    width: 100%;
    margin: 15px 0 0 0 !important;
    overflow: hidden;
    border-bottom: 0 !important;
}
.tabs li {
    border-right: 0;
    border-left: 0;
    margin-right: 0px;
}
.tabs a {
    font-size: 15px;
    font-weight: normal;
    display:block;
    float: left;
    text-align: center;
    padding: 10px 12px 10px 12px !important;
    outline: none;
    text-decoration:none;
 -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
    background-color: #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #dadada;
    display: block;
}
.tabs li.active a, .tabs li.active a:hover {
    background: #fff;
    font-weight: normal;
    color: #000;
    border-radius: 3px 3px 0px 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.padder {
    width: 98%;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #dadada;
    margin-top: -1px;
}
#product_tabs_related_tabbed_contents li {
    width: 18%;
    min-height: 200px;
}
.product-view .box-up-sell .products-grid td, .product-view .box-up-sell .products-grid .product-image {
    text-align: left;
}
.related-checkbox {
    margin-right: 5px;
}
.padder {
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #c0c4c4;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-radius: 0px 2px 2px 2px;
}
.products-grid .actions {
    position: absolute;
}
.products-grid .actions li {
    padding: 0 !important;
    float: left;
}
.products-grid .actions .add-to-links {
    padding-top: 0;
}
#slider-content {
    height: 330px;
    width: 100%;
}

/*testimonial page*/
.testim {
    background: #f5f5f5 url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/quote_b.gif) no-repeat 10px 10px;
    padding: 20px 20px 20px 70px;
    font-style: italic;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 20px;
}
.testim p {
    font-family: Times New Roman;
    font-size: 16px;
    color: #000;
}
.testim p.sign {
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.testim p.date {
    text-align: right;
    font-size: 13px;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.testimonial {
    background: #e8e8e8 url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/testimonials_bt.gif) no-repeat 100% 100%;
    border-radius: 5px;
    padding: 8px 0px 0px 0px;
    width: 100%;
    border: 0;
}
.testimonial .block-title {
    background: #e8e8e8;
    padding-top: 0;
}
.testimonial .block-title strong {
    padding: 0px 12px 0px 12px;
    background: none !important;
}
.testimonial .block-content {
    padding: 10px 10px 25px 10px !important;
    font-style: italic;
    color: #000000;
}
p.signt {
    font-style: normal;
    text-align: right;
}
p.link {
    font-style: normal;
    text-align: left;
    padding: 3px 0px 0px 0px;
    margin: 0;
    border-top: 1px dotted #999;
}
.testimonial .block-content p.link {
    border: 0;
}
.testimonial a.more {
    background: #fff;
    color: #000;
    font-weight: normal;
}
/*brands*/
.main table.brand {
    margin-bottom: 40px;
}
.brand {
    background: #fff;
    margin-top: 10px;
}
.brand td {
    background: #fff;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}
.brand a:link img, .brand a:visited img {
    filter: url("http://smallcrop.net/skin/frontend/default/lightshop_green/css/data:image/svg+xml;utf8\,%3Csv")xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.brand a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.brands_list {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}
.brands_list dl {
    float: left;
    margin-right: 30px;
}
.brands_list dl dd {
    margin-bottom: 5px;
}
.brands_list dl dt {
    font-size: 12px;
    font-weight: bold;
    background: none;
    padding: 0;
}
/*shipping price*/
.block-shipping-calculator .block-content {
    padding-top: 10px;
    text-align: center;
}
.shipping_price a:link, .shipping_price a:visited, .block-shipping-calculator a:link, .block-shipping-calculator a:visited {
    font-size: 12px;
    font-weight: normal;
    background: #EEE url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/calc.png) no-repeat 2px 50%;
    padding: 7px 5px 7px 18px;
    text-transform: none;
    color: #333333;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
}
.shipping_price a:hover {
    background: #ddd url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/calc.png) no-repeat 2px 50%;
}
/*News */
.news_left {
    text-align:left;
}
.news_left .block-title strong span {
    background: url("icon_new.gif") no-repeat scroll 0% 50%;
    padding-left: 20px;
}
.news_left h2 strong {
    text-transform:uppercase;
    width: 196px;
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.news_left h2 {
    color:#808080;
    font-size: 11px;
    font-weight: normal;
}
.news_left dl dt a {
    font:bold 12px/12px Arial;
}
.news_left dd {
    color:#808080;
    font:10.67px/10.67px Arial;
    line-height:14px;
    clear: both;
    padding-top: 3px;
    margin-bottom:10px;
}
.news_left dl {
    margin-top:0px;
    margin-bottom: 5px;
}
.news_left dt {
    margin:0 0 0px 2px;
}
.news_leftl dd {
    margin-bottom:10px;
    padding:2px 0 7px 4px;
    border-bottom:1px dotted #ababab;
    clear: both;
}
.news_left dl dt strong {
    color: #555;
    height: 13px;
    text-align: center;
    font: bold 10px Arial;
    margin-right: 5px;
    border-radius: 1px;
}
/*news page*/
.news {
    background: #f5f5f5;
    padding: 20px 20px 20px 20px;
    line-height: 150%;
    margin-bottom: 20px;
}
.news p.sign {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.news p.date {
    text-align: left;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    color: #808080;
}
.news p.oview {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}
a.more:link, a.more:visited {
    clear: both;
    position: relative;
    border: 0;
    cursor: pointer;
    overflow: visible;
    display: block;
    text-align: center;
    background: #dedede;
    padding: 1px 3px;
    border-radius: 2px;
    font: normal 11px Arial;
    float: left;
    color: #000;
}
a.more:hover {
    background: #f5f5f5;
}
/*Custom Menu additional styles*/
p.menu_img a {
    float: left;
    position: relative;
    overflow: hidden;
}
p.menu_img {
    float: left;
    position: relative;
    max-width: 45%;
    overflow: hidden;
}
p.menu_img img {
    margin-right: 20px;
}
.items {
    float: left;
}
.single_menu_product .separate_product_view {
    float: left;
    position: relative;
    clear: none;
}
div.menu_image {
    float: left;
    width: 45%;
    overflow: hidden;
}
div.menu_image img {
    margin-bottom: 10px;
}
div.menu_image h2 {
    font-size: 14px;
}
/*AW blog*/
.postTitle h3 {
    color: #9A9A9A;
    font-size: 11px !important;
    font-weight: normal !important;
    text-transform: none;
}
.block-blog .menu-categories, .block-blog .menu-recent {
    padding: 0;
    margin: 0;
}
.block-blog ul {
    margin-bottom: 10px;
}
.block-blog .menu-categories ul li, .block-blog .menu-recent ul li {
    margin-left: 0px;
    margin-bottom: 5px;
}
.block-blog .menu-recent ul li a, .block-blog .menu-categories ul li a, .block-blog .menu-tags ul li a {
    font-size: 14px;
}
.block-blog .menu-tags UL LI {
    display: inline;
    margin-left: 0px;
    padding: 2px;
}
.blog {
    border: 0;
    margin: 0 0 10px;
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/block_bg.gif) repeat-y 0 0;
}
.blog .head {
    border-bottom: 0px;
    padding: 0px 0px 1px 0px;
    background:  #ffffff url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/block_head_line.gif) no-repeat 50% 100%;
}
.blog .head h4 {
    color: #808080;
    font: bold 12px Tahoma, sans-serif;
    padding: 6px 10px 6px 10px;
    margin-bottom: 0px;
    text-transform: none;
    background: #ffffff url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/block_head.png) no-repeat 50% 0% !important;
}
.menu-tags h5 {
    margin-bottom: 0;
    padding-top: 3px;
}
.breadcrumbs .blog {
    background: transparent none;
}
/*QuickShop*/
.quickshop-main {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
/*Total Slider captions */
.tp-caption.big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    font-size: 60px;
    line-height: 80px;
    font-family: "Univers Condensed", Arial, sans-serif;
    margin: 0px;
    padding:5px 10px;
    border-width: 0px;
    border-style: none;
    background-color: transparent;
    letter-spacing: 0px;
    background: #839409;
    opacity: .7 !important;
    filter: alpha(opacity=70) !important;
    border-radius: 2px;
}
.tp-caption.medium_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    font-family: "Univers Condensed", Arial, sans-serif;
    margin: 0px;
    padding:5px 10px;
    border-width: 0px;
    border-style: none;
    letter-spacing: 0px;
    background-color: rgba(131,148,9,0.8); /*#839409;*/
    border-radius: 2px;
}
.tp-caption.big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    font-family: "Univers Condensed", Arial, sans-serif;
    margin: 0px;
    padding:0;
    border-width: 0px;
    border-style: none;
    background-color: transparent;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.tp-caption.small_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "Segoe UI", Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0;
}
.tp-caption.medium_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 60px;
    font-family: "Segoe UI", Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
/*CSS3 Transition*/
ul.links-advanced a:link, ul.links-advanced a:visited, .form-search button.button, .header .links li a, ul.links-cart li a, .block-cart-top a.title, .promo a, .shipping_info a, .submenu .block-header-subscribe button.button, div.i_images div ul li a, div.i_images div a.title span img, div.i_images div a.title strong, a.link-wishlist, a.link-compare, .product-name a, a.more, .pager .pages li a, .sorter a, div.three_images div img, .shipping_price, #crosssell-products-list li.item:hover button.button, .product-shop .add-to-cart button.button, .checkout-types button.button, .data-table tr:hover td, .data-table button.button, .buttons-set button.button {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
transition: all .3s linear;
}
/*Non transition*/
.cart .crosssell li.item .add-to-links {
 -webkit-transition: all .0s linear;
-moz-transition: all .0s linear;
-ms-transition: all .0s linear;
transition: all .0s linear;
}
/*IE7 fix */
*+html .upper-header {
    width: 300px;
}
*+html div.search {
    width: 480px;
}
/*end IE7 fix */




/************************************************************** TEXT *********************************************/
.link-wishlist, .link-compare, .old-price .price-label, .special-price .price-label {
    font-weight: normal;
}
.block-account .block-content li a, .page-sitemap .links a {
    font-weight: normal !important;
}
.old-price .price-label, .special-price .price-label {
    font-size: 11px;
}
.price-as-configured .price-label, .block-progress dt.complete {
    font-weight: bold;
}
.std ul.disc {
    list-style-type: circle;
}
/**********************************************************BACKGOUND*****************************************************/
/*border-green*/
.checkout-progress li.active {
    border-color: #96a814
}
/*background-transparent*/
.toolbar .pager, .product-essential, .product-view .box-up-sell .products-grid td, .block li.even, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .block .actions, .compare-table tbody th, .compare-table tr.add-to-row td, .account-login .content, .block-layered-nav .currently li, .block-cart .summary, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .order-info-box, .toolbar .sorter, .product-view .box-up-sell .products-grid td.empty, .products-list li.item {
    background:transparent;
}
/*border-non*/
.toolbar .pager, .product-view .product-img-box .more-views h2, .product-collateral h2, .product-view .box-up-sell .products-grid, .product-view .box-up-sell .products-grid td, .cart .crosssell, .cart .discount, .cart .shipping, .cart .totals, .page-title, #opc-login h3, .box-account .box-head, .pager, .block-cart .summary, .block-cart .actions, .products-grid, .product-view .box-up-sell .products-grid td img, .block-progress dt, .block-progress dt.complete, .block-progress dd.complete, .toolbar .sorter {
    border: none;
}
.opc .step, .opc .allow .step-title, #opc-review .buttons-set, .error-msg, .success-msg, .note-msg, .notice-msg, .buttons-set, .validation-advice, .opc .active .step-title, .mini-products-list .product-image, .products-list .product-image img, .product-view .product-img-box .more-views li a:hover, .opc .step-title, .products-grid .product-image img, .product-view .box-up-sell .products-grid .product-image img, .cart .crosssell .product-image, .cart .crosssell .product-image img {
    border:0;
}
/*background- forms */
.tool-tip, .data-table, .data-table tfoot tr, .data-table .odd, .data-table .even, .fieldset .legend, .advanced-search-summary, .product-options, .data-table tbody.odd tr, .data-table tbody.odd tr td, .tags-list, .header .form-search .search-autocomplete {
    background:#fff;
}
/*background- foocus */
input.input-text:focus, select:focus, textarea:focus {
    background:#fff;
}
/*background-title*/
.addresses-list li.item, .pager, .account-login .buttons-set, .block-cart .subtotal, .product-options-bottom, .order-info, .validation-advice {
    background: #fcfcfc;
}
/*border - forms */
.add-to-cart .qty {
    border: 1px solid #cacaca;
}
.addresses-list li.item, .advanced-search-summary, .account-login .content, .account-login .buttons-set, .account-login h2, .block-cart .subtotal, .product-options, .product-options-bottom, .order-info, .order-info-box, .tags-list, .header .form-search .search-autocomplete ul, .header .form-search .search-autocomplete li, .tool-tip, .box-account, .fieldset, .fieldset .legend, .wp-shipping-calculator-popup, .col1-layout .block-content, .multiple-checkout .col2-set, .multiple-checkout .col3-set, .multiple-checkout .col2-set h2.legend, .checkout-multishipping-shipping .box-sp-methods {
    border-color: #fff !important;
    border-radius: 3px;
    background: #f5f5f5;
}
.validation-failed {
    background:#cfcfd0 !important;
}
.validation-advice {
    color: #ff7200;
    z-index: 999;
}
.error-msg {
    color: #ff7200;
}
/*COLOR*/
.price, #checkout-review-table tfoot tr.last .price, #product_comparison .price, #shopping-cart-totals-table .price, #shopping-cart-totals-table tfoot .price, .product-view .product-shop .full-product-price .price, .product-essential .price-as-configured .price, .block .regular-price .price, .block .regular-price, .block-account .block-content li a:hover, .block-account .block-content li.current, .block-layered-nav .currently .label, .breadcrumbs a:hover, .crosssell .product-name a:hover, .data-table td.last .price, .footer_block .links_block div ul li a:hover, .head_phone_block strong, .news_left dl dt a, .news_left h2 strong, .page-title h1, .page-title h2, .postTitle h2 a, .product-collateral h2, .product-essential h2, .product-name a:hover, .products-grid .product-name a:hover, .products-list .product-name a:hover, .special-price .price-label, label.required em, p.link a, p.phone strong, a.more:hover, div.four_banners div a.title:hover strong, .header .links a:hover, .links-cart li a:hover, .form-search .search-autocomplete li:hover {
    color: #96a814;
}
.block-layered-nav dt, #recently-viewed-items a:hover, .block .btn-remove, .block .link-compare, .block .link-wishlist, .block .product-info, .block-layered-nav li a:hover, .box-info a:link, .box-info a:visited, .tabs li.active a, .tabs li.active a:hover, .block-layered-nav a:hover, .block-layered-nav li:hover .price, li:hover .product-name a:hover, .product-view .product-name a:hover, .product-details a:hover .footer_block .links_block div ul li a:hover, .separate_product_view .product-name a:hover, .data-table td .product-name a:link, .data-table td .product-name a:visited, .minimal-price-link:link, .minimal-price-link:visited, .promo strong, .special-price .price {
    color: #96a814 !important;
}
/*dark*/
.form-list label.required em, .sp-methods label .price {
    color: #758503 !important;
}
.block .block-subtitle, .back-link a:link, .back-link a:visited, .page-sitemap .sitemap a:link, .page-sitemap .sitemap a:visited, .tags-list li a:link, .tags-list li a:visited, .block-account .block-content li a, .page-sitemap .links a {
    color: #5d5d5d;
}
.products-list .add-to-links .separator, .title-buttons a.link-reorder:hover, .title-buttons a.link-print:hover, .product-name a:link, .product-name a:visited {
    color: #666666;
}
.products-grid a.link-wishlist:hover, .products-grid a.link-compare:hover, .product-view .product-shop .add-to-links a:hover, .add-to-links a.link-compare:hover, .add-to-links a.link-wishlist:hover, p.email-friend a:hover, .shipping_price a:hover, .block-shipping-calculator a:hover, .product-details a:link, .product-details a:visited {
    color: #777777;
}
.title-buttons a.link-reorder, .title-buttons a.link-print, li:hover .product-name a:link, li:hover .product-name a:visited, .price-as-configured .price-label, .data-table .price {
    color: #000;
}
.data-table .product-name a:hover, .data-table td .product-name a:hover, .sp-methods label, .product-options dt label {
    color: #000 !important;
}
/*standard navigation*/
.nav-container {
    background: #839409
}
#nav li a:hover {
    color:#f9ffca;
}
#nav ul li a:hover, .over {
    background:#9dae1e !important;
    background: -moz-linear-gradient(top, #9dae1e, #bbcd33) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dae1e), to(#bbcd33)) !important;
}
#nav ul ul li a:hover {
    background:#9dae1e !important;
    background: -moz-linear-gradient(top, #9dae1e, #bbcd33) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dae1e), to(#bbcd33)) !important;
}
/***********************************************************************DEMO  - REMOVE this styles***********************************/
.cms-bg01 {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg01.jpg) repeat-y 50% 0%;
}
.cms-bg02 {
    background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg02.jpg) repeat-y 50% 0%;
}
.cms-bg03 {
    background: #d1c2af url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg03.jpg) repeat 50% 0%;
}
.cms-bg03 .top_toolbar {
    background: #d3d3d3;
}
.cms-bg04 {
    background: #fff url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg04.jpg) repeat 0% 0%;
}
.cms-bg05 {
    background: #dedede url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg05.jpg) repeat-y 50% 0%;
}
.cms-bg05 .top_toolbar {
    background: #d4d4d4;
}
.cms-bg06 {
    background: #c9d77c url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg06.jpg) repeat-x 0% 0%;
}
.cms-bg06 .top_toolbar {
    background: #cad77d;
}
.cms-bg07 {
    background: #b5c658 url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg07.jpg) repeat-x 50% 0%;
}
.cms-bg07 .top_toolbar {
    background: #cad77d;
}
.cms-bg08 {
    background: #ffffff url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/bg08.png) repeat 0 0;
}
div#menu28 a {
    background: #bbcc00;
    background: -moz-linear-gradient(top, #bbcc00 1%, #97b200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #bbcc00), color-stop(100%, #97b200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbcc00 1%, #97b200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbcc00 1%, #97b200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbcc00 1%, #97b200 100%); /* IE10+ */
    background: linear-gradient(top, #bbcc00 1%, #97b200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcc00', endColorstr='#97b200', GradientType=0 ); /* IE6-9 */
}
.cms-standard-home .breadcrumbs, .cms-standard-home .sidebar .slider-a-container, .cms-standard-home .sidebar .slider-wrap, .category-home-page-v2 .category-title, .category-home-page-v2 .breadcrumbs, .category-home-page-v3 .category-title, .category-home-page-v3 .breadcrumbs {
    display: none;
}
body.category-page-without-slider-manager .page-title, body.category-page-without-slider-manager .breadcrumbs, body.category-page-without-slider-manager .sidebar .slider-a-container, body.category-page-without-slider-manager .sidebar .slider-wrap, .form-subscribe-header {
    display: none;
}
.category-home-page-v3 .col-right {
    margin-top: 17px;
}
.h2_big {
    clear: both;
}
.slider_ex {
    float: left;
    position: relative;
    margin-bottom: 20px;
}
/************************************************************END DEMO STYLES***************************************/

/*to remove numbers delete  / * * / below */
/*
.stripNav {
    display: none;
}*/

/*to remove arrows delete / * * / below */
/*.stripNavL, .stripNavR {
    display: none;
}*/

/********************************************************************/
p#cross-links {
	text-align: center
}
p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}
noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
.slider-wrap {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	z-index: 0;
}
.slider-wrap .slider-wrap {
	width: 100%;
	height: 100%;
}
.csw {
	width: 100%;
	height: 280px;
	background: #fff;
	overflow: hidden;
 $display: none;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
 $display: none;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	border: 0px solid #000;
	margin: auto;
	width: 950px;
	height: 280px;
	clear: both;
	background: #ffffff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 950px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 0px !important;
	width: 950px !important;
	min-width: 950px !important;
	background: #ffffff !important;
}
.stripViewer .panelContainer .panel .wrapper p {
	margin: 0 !important;
	padding: 0 !important;
}
.stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
.stripNav ul {
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
.stripNav a {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 12px;
	background: #fff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	float: left;
	margin-right: 2px;
}
.stripNav a:hover {
	opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.stripNav a.activeSlide {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a:hover {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.stripNav li a.current {
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 120px;
	text-indent: -9000em;
	z-index: 120;
	width: 20px;
	opacity: 0.4;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 32px;
	width: 20px;
	margin: 0;
	padding: 0;
}
.stripNavL:hover, .stripNavR:hover {
	opacity: 0.6;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.stripNavL {
	left: 0px;
}
.stripNavR {
	right: 0px;
}
.stripNavL {
	background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/slider/arr_right.png) no-repeat center;
}
.stripNavR {
	background: url(http://smallcrop.net/skin/frontend/default/lightshop_green/images/slider/arr_left.png) no-repeat center;
}
/*sidebar slider*/
.sidebar .stripNav a {
	font-size: 6px;
	line-height: 6px;
	width: 6px;
	height: 6px;
}
.sidebar .stripNav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 3px;
	left: 3px;
	z-index: 100;
}
/*color*/
.stripNav a.activeSlide {
	background: #89a700;
	color: #89a700;
	border: 1px solid #89a700;
}

div.tabs_info {
	padding: 20px 15px 10px;
	height: 100%;
}
.tabs_ul {
	background-color: #fff;
}
div.tabs_ul li {
	float: left;
}
div.tabs_ul li.last {
	float: left;
	border-right: none;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs-nav:after {
	display: block;
	clear: both;
	content: " ";
}
* html .ui-tabs-nav {
	display: inline-block;
}
*:first-child+html .ui-tabs-nav {
	display: inline-block;
}
div.tabs_block {
	width: auto;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	border-collapse:collapse;
	z-index: 0;
	overflow: hidden;
}
div.tabs_block h5 {
	font-family: Helvetica, Arial, sans-serif;
	;
	margin: 0 0 10px 0;
	font-size: 15px;
}
div.tabs_ul li {
	float: left;
}
div.tabs_info {
	padding: 15px 0px 10px 0px;
	clear: both;
	overflow: hidden;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
div.tabs_ul a:link, div.tabs_ul a:visited {
	display: block;
	height: 24px;
	font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
	;
	font-weight: normal;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	padding: 5px 15px 3px 15px;
	background: #fff;
}
.tab_content {
	padding: 0px 15px 0px 15px;
}
li.ui-tabs-selected a {
	color: #000;
	font-weight: normal;
	background: #f1f1f1 !important;
	border-radius: 2px 2px 0px 0px;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs-nav:after {
	display: block;
	clear: both;
	content: " ";
}
* html .ui-tabs-nav {
	display: inline-block;
}
*:first-child+html .ui-tabs-nav {
	display: inline-block;
}
/*product-grid*/
.home-tabs.products-grid {
	padding-left: 2%;
}
.home-tabs.products-grid li.item {
	padding: 0 1% 0 0;
	width: 11%;
	text-align: center;
}
.home-tabs.products-grid li.item .product-image {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.home-tabs.products-grid li.item .product-image img {
	border: 1px solid #c0c0c0;
 -webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
transition: all .2s linear;
}
.home-tabs.products-grid li.item .product-image:hover img {
	border: 1px solid #f0f0f0;
}
.home-tabs {
	background: none !important;
	border: 0 !important;
}
.home-tabs h2.product-name, .home-tabs .product-name a {
	font-size: 11px !important;
	font-family: Arial;
	line-height: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
.home-tabs .product-name a:link, .home-tabs .product-name a:visited {
	color: #000;
}
/*COLOR*/
div.tabs_block h5 a:link, div.tabs_block h5 a:active, div.tabs_block h5 a:visited, div.tabs_info a:link, div.tabs_info a:active, div.tabs_info a:visited {
	color: #96a814;
}

