* {
	margin:0;
	padding:0;
}
html
{
    height:100%;
    width:100%;
    position:relative;
}
body {
	color:#808080;
	background:#9ba0a3; /*url(../images/bodybg.png) repeat-x left top; */
 	font-family: 'DM Sans';
}
html > body
{
    font-size: 0.8em;
    height:100%;
    width:100%;
    position:relative;
}
a {
  outline: none;
  color:#00aeef;

}
a:focus {
  -moz-outline-style: none;
}
/* Font Faces
-------------------------------------------------------------- */
@font-face {
    font-family: 'SeneyeFont';
    src: url('../fonts/seneye-webfont.eot');
    src: url('../fonts/seneye-webfont.eot?#iefix') format('eot'),
         url('../fonts/seneye-webfont.woff') format('woff'),
         url('../fonts/seneye-webfont.ttf') format('truetype'),
         url('../fonts/seneye-webfont.svg#webfontraqcPCR3') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SeneyeBodyFont';
    src: url('../fonts/seneye-bodyfont.eot');
    src: url('../fonts/seneye-bodyfont.eot?#iefix') format('eot'),
         url('../fonts/seneye-bodyfont.woff') format('woff'),
         url('../fonts/seneye-bodyfont.ttf') format('truetype'),
         url('../fonts/seneye-bodyfont.svg#webfontraqcPCR3') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SeneyeNotes';
    src: url('../fonts/seneye-notes.eot');
    src: url('../fonts/seneye-notes.eot?#iefix') format('eot'),
         url('../fonts/seneye-notes.woff') format('woff'),
         url('../fonts/seneye-notes.ttf') format('truetype'),
         url('../fonts/seneye-notes.svg#webfontraqcPCR3') format('svg');
    font-weight: normal;
    font-style: normal;

}
img {
	border:0;
	vertical-align:top;
}
a {
	color:#00aeef;
	text-decoration:none;
}
a:hover {
	color:#00aeef;
}
:focus {
	outline:0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color:#00aeef;
	font-weight:normal;
	font-family: SeneyeFont;
}
h1 {
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
} 
/* 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;
	font-weight:normal;
}
/* Content */
p {
	margin:0 0 10px;
}
strong {
	font-weight:bold;
}
address {
	font-style:normal;
	line-height:20px;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
	font-size:1em;
}
/*sup           { font-size:1em; 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;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	min-width:1023px;
}
 
.page-print {
	background:#fff;
	padding:25px 30px;
	text-align:left;
}
.page-empty {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-popup {
	background:#fff;
	padding:25px 30px;
	text-align:left;
}
.main-container {
	position:relative;
	background: url(../images/body-bg.png) no-repeat center top;
	margin:auto;
}
.cms-index-index .main-container
{	
	background:none;
}
.main {
	width:652px;
	margin:auto;
	min-height:480px;
	position:relative;
}
.col2-left-layout .main { width:900px; margin:0 auto; min-height:400px; text-align:left; }

/* Base Columns */

.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:652px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
}
.col2-right-layout .col-main {
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width:475px;
	margin-left:17px;
}
.col3-layout .col-wrapper {
	float:left;
	width:687px;
}
/*
.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 ========================================================================= */
.hide
{
	display: none;
}
/* Form Elements */
input, select, textarea, button {
	font:12px/15px "myriad Pro";
	vertical-align:middle;
}
input.input-text, select, textarea {
	background:#fff;
	border:1px solid #dddddd;
}
input.input-text, textarea {
	padding:2px;
}
select {
	padding:1px;
}
select option {
	padding-right:10px;
}
select.multiselect option {
	border-bottom:1px solid #dddddd;
	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 !important;
}
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;
	background:transparent;
	cursor:pointer;
}
/*
button.button span {
	display:block;
	height:19px;
	border:1px solid #a7e1f8;
	background:#00AEEF;
	padding:1px 10px;
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#fff;
}
button.button span span {
	border:0;
	padding:0;
}
button.disabled span {
	border-color:#bbb !important;
	background:#bbb !important;
} */
button.btn-checkout span {
	height:40px;
	font:bold 15px/40px Arial, Helvetica, sans-serif;
}
button.btn-checkout span span {
	background-position:100% 0;
	padding:0 25px 0 16px;
}
button.btn-checkout.no-checkout span {
	background-position:0 100%;
	color:#b8baba;
}
button.btn-checkout.no-checkout span span {
	background-position:100% 100%;
}
p.control input.checkbox, p.control input.radio {
	margin-right:6px;
}
/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
	background-color:#edf7fd;
}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin:0 0 15px;
}
.form-list label {
	float:left;
	position:relative;
	display:block;
	padding:0px 0px 10px;
	z-index:0;
	font-weight:bold;
}
.form-list label.required {
}
.form-list label.required em {
	float:right;
	font-style:normal;
	color:#00aeef;
	position:absolute;
	top:0;
	right:-8px;
}
.form-list li.control label {
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right:6px;
	float:left;
}
.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;
	font-weight:normal;
	color:#888;
}
.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;
}
/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#00aeef; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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;
	padding:0px 20px;
}
.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 {
	padding:0px 20px;
	margin:0px 0px 20px;
}
.fieldset .legend {
	margin:0px 0px 15px;
}
/* Form Validation */
.validation-advice {
	clear:both;
	margin:5px 0 0;
	font-size:11px;
	color:#00aeef;
}
.validation-failed {
	border:1px solid #00aeef !important;
}
.validation-passed {
}
p.required {
	font-size:11px;
	text-align:right;
	color:#00aeef;
}
/* 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 {
	color:#3d6611;
	font-weight:bold;
}
.error {
	color:#df280a;
	font-weight:bold;
}
.notice {
	color:#e26703;
}
.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 {
}
.error-msg, .success-msg, .note-msg, .notice-msg {
}
.error-msg {
}
.success-msg {
}
.note-msg, .notice-msg {
}
/* BreadCrumbs */
.breadcrumbs {
	display:block;
	clear:both;
	padding:10px 0px;
	overflow:hidden;
}
.breadcrumbs li {
	float:left;
	font-size:10px;
	line-height:17px;
}
.breadcrumbs li.home span {
	margin-left: 0px;
	background:url(../images/breadcum-left.png) no-repeat left top;
}
.breadcrumbs li span {
	background:url(../images/breadcum-left.png) no-repeat left -41px;
	height:18px;
	display:block;
	margin:0px 0px 0px -9px;
	padding:0px 0px 0px 11px;
}
.breadcrumbs li a {
	background:url(../images/breadcum-right.png) no-repeat right top;
	height:18px;
	display:block;
	padding:0px 10px 0px 3px;
	color:#fff;
	margin:0px 3px 0px 0px;
}
.breadcrumbs li strong {
	background:url(../images/breadcum-left.png) no-repeat left -21px;
	height:18px;
	display:block;
	color:#fff;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px -9px;
}
.breadcrumbs li strong cite {
	background:url(../images/breadcum-right.png) no-repeat right -21px;
	height:18px;
	display:block;
	padding:0px 10px 0px 0px;
	color:#fff;
}
/* Page Heading */
.page-title {
	width:100%;
	overflow:hidden;
	margin:0 0 25px;
	display:none;
}
.page-title h1, .page-title h2 {
	display:none;
}
.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, .sub-title {
	clear:both;
	padding:15px 0 0;
	font-size:15px;
	font-weight:bold;
	margin:0 0 6px;
	color:#e25203;
}
/* Pager */
.pager {
	text-align:center;
	padding:5px 10px;
	color:#fff;
	background:#AEAEAE;
}
.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 {
	font-size:11px;
	background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
	padding:3px 8px;
	border-top:1px solid #e2e2e2;
}
.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;
	border-bottom:1px solid #fff;
}
.toolbar .sorter {
	border-bottom:1px solid #fff;
}
.toolbar-bottom {
}
/* Data Table */
.data-table {
	width:100%;
	border-radius: 5px;
}
.data-table .odd {
	background:#fff
}
.data-table .even {
	background:#d1d1d1;
}
/*.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 {
}
.data-table th {
	padding:5px 10px;
}
.data-table td {
	padding:5px 10px;
}
.data-table thead th {
	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 {
	color:#fff;
}
.data-table thead th{
background: #1b75bc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiNzViYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFlZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #1b75bc 0%, #00aeef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b75bc), color-stop(100%,#00aeef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1b75bc 0%,#00aeef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1b75bc 0%,#00aeef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1b75bc 0%,#00aeef 100%); /* IE10+ */
background: linear-gradient(top, #1b75bc 0%,#00aeef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b75bc', endColorstr='#00aeef',GradientType=0 ); /* IE6-8 */
	color:#fff;
}
.data-table tfoot {
	color:#fff;
background: #ccc; /* Old browsers */
 
height: 40px;
}
.data-table thead th .tax-flag {
	font-size:11px;
	white-space:nowrap;
}
.data-table tfoot tr.first td {
}
.data-table tfoot tr {
}
.data-table tfoot td {
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:0;
	border-right:1px solid #dddddd;
}
.data-table tfoot strong {
	font-size:16px;
}
.data-table tbody th, .data-table tbody td {
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
/* Bundle products tables */
.data-table tbody.odd tr {
	background:#f8f7f5 !important;
}
.data-table tbody.even tr {
	background:#f6f6f6 !important;
}
.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 {
	border-bottom:1px solid #dddddd;
}
.data-table tbody td .option-label {
	font-weight:bold;
	font-style:italic;
}
.data-table tbody td .option-value {
	padding-left:10px;
}
/* Generic Info Box */
.info-box {
	background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
	border:1px solid #d0cbc1;
	padding:12px 15px;
	margin:0 0 15px;
}
.info-box h2 {
	font-weight:bold;
	font-size:13px;
}
.info-table th {
	font-weight:bold;
	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(../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 td {
	font-size:11px;
	background-color:#dae1e4;
	color:#626465;
}
tr.summary-details-first td {
	border-top:1px solid #d2d8db;
}
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(../images/bkg_collapse.gif) 100% 5px no-repeat;
	cursor:pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display:inline !important;
	font-weight:normal !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 {
	font-weight:bold;
}
.std dl dd {
	margin:0 0 10px;
}
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li {
	display:inline;
}
.links li.first {
	padding-left:0 !important;
}
.links li.last {
	background:none !important;
	padding-right:0 !important;
}
.link-cart {
}
.link-wishlist {
}
.link-reorder {
}
.link-compare {
	font-weight:bold;
}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
	font-weight:bold;
	color:#dc6809;
}
.link-rss {
	background:url(../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(../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(../images/btn_trash.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.btn-edit {
	display:block;
	width:11px;
	height:11px;
	font-size:0;
	line-height:0;
	background:url(../images/btn_edit.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.cards-list dt {
	margin:5px 0 0;
}
.cards-list .offset {
	padding:2px 0 2px 20px;
}
.separator {
	margin:0 3px;
}
.divider {
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	height:1px;
	margin:10px 0;
	background:url(../images/bkg_divider1.gif) 0 50% repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
/* Noscript Notice */
.noscript {
	border:1px solid #ddd;
	border-width:0 0 1px;
	background:#ffff90;
	font-size:12px;
	line-height:1.25;
	text-align:center;
	color:#2f2f2f;
}
.noscript .noscript-inner {
	width:950px;
	margin:0 auto;
	padding:12px 0 12px;
	background:url(../images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
	margin:0;
}
/* Demo Notice */
.demo-notice {
	margin:0;
	padding:6px 10px;
	background:#d75f07;
	font-size:12px;
	line-height:1.15;
	text-align:center;
	color:#fff;
}
/* ======================================================================================= */


/* Header ================================================================================ */
.logo {
	float:left;
}
.header-container { 
	background: #585858;
	height: 60px;
	padding: 3rem;
}
.header {
	width:890px;
	margin:auto;
	position:relative;
	z-index:10;
}
.header a.logo {
	margin: 5px 0 0;
	display: inline-block;
	background: url(../images/seneyecom.png) no-repeat;
	text-indent: -5000px;
	height: 31px;
	width: 144px;
} 
.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 {
	margin:0;
}
.header .quick-access {
    float: right;
    height: 30px;
    padding: 5px 5px 0 0;
}
.header .welcome-msg {
	position:absolute;
	right:0px;
	top:45px;
	display:none;
}
.header .form-search {
	float:right;
}
.header .form-search button{
	display:none;
}
.header .form-search label {
	float:left;
	width:24px;
	height:21px;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
	display:none;
}
.header .form-search input.input-text {
	width:149px;
	padding:0px 0px 0px 18px;
	background: url(../images/searchicon.png) no-repeat left top;
	height:20px;
	border:none;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
}
.header .form-search button.button {
}
.header .form-search button.button span {
	display:none;
}
.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:40px !important;
	top:22px !important;
}
.header .form-search .search-autocomplete ul {
	border:1px solid #5c7989;
	background-color:#f9f5f0;
}
.header .form-search .search-autocomplete li {
	text-align:left;
	border-bottom:1px solid #f4eee7;
	padding:2px 8px 1px 8px;
	cursor:pointer;
}
.header .form-search .search-autocomplete li .amount {
	float:right;
	font-weight:bold;
}
.header .form-search .search-autocomplete li.odd {
	background-color:#fffefb;
}
.header .form-search .search-autocomplete li.selected {
	background-color:#f7e8dd;
}
.header .form-language {
	clear:both;
	padding:5px 0 0;
	text-align:right;
}
.header .form-language label {
	font-weight:bold;
	padding-right:5px;
	color:#a7c6dd;
	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;
	margin:0 0 6px;
}
.header .links li {
    float: left;
    height: 31px;
    margin-right: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.header .links li.search {
    background: url(../images/bg_toplink.png) no-repeat scroll right top transparent;
display:none;
} 
.header .links a {
}
.links li a.top-link-cart,
.links li a.top-link-customer{
	background: url(../images/toplinks.png) no-repeat left top;
	padding:0px 0px 0px 25px;
	line-height: 23px;
	display: inline-block;
	height: 21px;
}
.links li a.top-link-cart:hover {
	background: url(../images/toplinks.png) no-repeat left -20px;
}
.links li a.top-link-customer{
	background: url(../images/toplinks.png) no-repeat left -40px;
	text-indent: -5000px;
	width: 20px;
}
.links li a.top-link-customer:hover{
	background: url(../images/toplinks.png) no-repeat left -60px;
}
.popuptop
{
	float:right;
	 	
	color: white;
	background: #808080;
	border: 1px solid #545454;
	border-size: 0px 1px 1px 1px;
	padding: 5px;
	font-size: 12px;
	border-radius: 5px;
	z-index: 20000;
}
.popuptop.block-cart .actions {
    padding: 4px;
    text-align: right;
}
.popuptop a, .popuptop a:hover
{
	color: #ffffff;
}
.quick-access .links a
{
	color: #222222;
	font-size: 12px;
}
.quick-access .links a:hover, 
.popuptop a:hover{
	color: #2AACE3;
}
.header-container .top-container {
	clear:both;
	padding:5px 10px 0 12px;
	text-align:right;
}
.header-container .top-container a {
	font-size:11px;
}

/********** < Navigation */
.nav-container {
}
#nav {
	/*width:465px;*/
	display: inline-block;
	float:left;
	margin:13px 0px 0px 15px;
}
/* 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 {
	background:url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}
#nav ul li.parent li a {
	background-image:none;
}
/* 0 Level */
#nav li {
	float:left;
}
#nav li.active a {
	color:#00aeef;
	border-bottom:solid 4px #00aeef;
}
#nav a {
	float:left;
	margin:0px 36px 0px 0px;  padding:0px 2px 7px;
	font-size: 1.1rem;
  font-weight: bold;
  color: #fff;

}
#nav a:hover {
	border-bottom:solid 4px #00aeef;
}
#nav li.over a, #nav a:hover {
}
/* 1st Level */
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}
#nav ul li.last {
	background:#ecf3f6;
	padding-bottom:0;
}
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
}
#nav ul li a {
	font-weight:normal !important;
}
/* 2nd Level */
#nav ul, #nav div {
	position:absolute;
	width:15em;
	top:27px;
	left:-10000px;
	border:1px solid #899ba5;
}
#nav div ul {
	position:static;
	width:auto;
	border:none;
}
/* 3rd+ Level */
#nav ul ul, #nav ul div {
	top:5px;
}
#nav ul li a {
	background:#ecf3f6;
}
#nav ul li a:hover {
	background:#d5e4eb;
}
#nav ul li a, #nav ul li a:hover {
	color:#2f2f2f !important;
}
#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;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
	margin:0 0 15px;
}
.block .block-title {
	background:#00AEEF;
	color:#fff;
	padding:5px 5px 5px 10px;
}
.block .block-title strong {
}
.block .block-title strong span {
}
.block .block-title a {
	text-decoration:none !important;
}
.block .block-subtitle {
}
.block .block-content {
	background:#fff;
	padding:5px 5px 5px 10px;
}
.block .block-content li.item {
	padding:10px 0px;
}
.block .block-content .product-name {
}
.block .btn-remove, .block .btn-edit {
	float:right;
	margin:1px 0 2px 5px;
}
.block .actions {
}
.block .actions a {
	float:left;
}
.block .actions button.button {
	float:left;
	margin:5px 0px;
}
.block .empty {
	margin:0px;
}
.block li.odd {
}
.block li.even {
}
/* Mini Blocks 
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
	display:none;
}
.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 {
}*/
/* Mini Products List */
.mini-products-list .product-image {
	float:left;
	width:50px;
}
.mini-products-list .product-details {
	margin-left:60px;
}
/* Block: Account */
.block-account {
	border-color:#bbb;
}
.block-account .block-title {
}
.block-account .block-title strong {
}
.block-account .block-content {
}
.block-account .block-content li a {
	line-height:22px;
}
.block-account .block-content li a:hover {
}
.block-account .block-content li.last a {
	border-bottom:0;
}
.block-account .block-content li.current {
}
.block-account .block-content li.current.last {
	border-bottom:0;
}
/* Block: Currency Switcher */
.block-currency {
	border:0;
	background:url(../images/bkg_block-currency.gif) 0 0 no-repeat;
	padding:7px 12px 10px;
	height:51px;
}
.block-currency .block-title {
	background:none;
	border:0;
	padding:0;
	margin:0 0 5px;
}
.block-currency .block-title strong {
	font:bold 13px/21px Arial, Helvetica, sans-serif;
	background:url(../images/i_block-currency.gif) 0 50% no-repeat;
	padding:0 0 0 21px;
	text-transform:none;
	color:#fff;
}
.block-currency .block-content {
	background:none;
	padding:0;
}
.block-currency .block-content select {
	width:100%;
	padding:0;
}
/* Block: Layered Navigation */
.block-layered-nav {
	border:0;
}
.block-layered-nav .block-title {
	border:0;
	padding:0;
	height:24px;
	background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.block-layered-nav .block-subtitle {
	line-height:1.35;
	background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
	padding:3px 9px;
	border:1px solid #b9ccdd;
	border-width:1px 0;
	text-transform:uppercase;
	color:#1f5070;
}
.block-layered-nav .block-content {
	border:1px solid #a0b3c3;
	background:#e7f1f4;
}
.block-layered-nav dt {
	padding:7px 10px 0 28px;
	font-weight:bold;
	text-transform:uppercase;
}
.block-layered-nav dd {
	padding:0 12px 12px;
}
.block-layered-nav dd.last {
	background:none;
}
.block-layered-nav .currently li {
	padding:4px 6px 4px 10px;
}
.block-layered-nav .currently .label {
	font-weight:bold;
	padding-left:18px;
	text-transform:uppercase;
}
.block-layered-nav .currently .btn-remove {
	margin:3px 0 0;
}
.block-layered-nav .actions {
	font-size:11px;
	padding:4px 9px;
	border-width:1px 0;
	text-align:right;
}
.block-layered-nav .actions a {
	float:none;
}
/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/
}
.block-cart .block-title strong {
}
.block-cart .summary {
	position:relative;
	z-index:1;
}
.block-cart .amount {
	margin:0;
}
.block-cart .amount a {
}
.block-cart .subtotal {
	margin:5px 0px;
}
.block-cart .subtotal .price {
}

 
/* Block: Wishlist */
.block-wishlist .block-title strong {
	background-image:url(../images/i_block-wishlist.gif);
}
.block-wishlist .actions {
	text-align:right;
}
.block-wishlist .actions a {
	float:none;
}
/* Block: Related */
.block-related .block-title strong {
	background-image:url(../images/i_block-related.gif);
	background-position:0 1px;
}
.block-related input.checkbox {
	float:left;
}
.block-related .product {
	margin-left:20px;
}
/* Block: Compare Products */
.block-compare .block-title strong {
	background-image:url(../images/i_block-list.gif);
	background-position:0 1px;
}
.block-compare button.button span {
	border-color:#406a83;
	background:#618499;
}
.page-popup .link-print {
	background:url(../images/i_print.gif) 0 2px no-repeat;
	padding:2px 0 2px 25px;
	font-weight:bold;
	color:#1e7ec8;
}
.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(../images/btn_remove2.gif);
	width:72px;
	height:15px;
}
.compare-table tbody th {
	background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
}
.compare-table tbody th, .compare-table tbody td {
	padding:10px;
	border:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.compare-table tbody td.last {
	border-right:1px solid #ccc;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
	border-bottom:1px solid #ccc !important;
}
.compare-table tr.add-to-row td {
	background:#fffada;
	text-align:center;
}
.compare-table tr.first td {
	text-align:center;
}
.compare-table tr.first td .product-name {
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px;
	color:#203548;
}
.compare-table tr.first td .product-name a {
	color:#203548;
}
.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 {
	background-image:url(../images/i_block-viewed.gif);
}
/* Block: Recently Compared */
.block-compared .block-title strong {
	background-image:url(../images/i_block-list.gif);
	background-position:0 1px;
}
/* Block: Poll */
.block-poll .block-title strong {
	background-image:url(../images/i_block-poll.gif);
}
.block-poll .block-subtitle {
	font-size:12px;
}
.block-poll label {
	color:#777;
	font-weight:bold;
}
.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 {
	border-color:#406a83;
	background:#618499;
}
.block-poll .answer {
	font-weight:bold;
}
.block-poll .votes {
	float:right;
	margin-left:10px;
}
/* Block: Tags */
.block-tags .block-title strong {
	background-image:url(../images/i_block-tags.gif);
}
.block-tags .block-content .tags-list {
	background:none;
	border:0;
	font-size:12px;
}
.block-tags .block-content a {
	color:#1b2d3b;
}
.block-tags .actions {
	text-align:right;
}
.block-tags .actions a {
	float:none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
	padding:5px 10px;
}
.block-subscribe .block-title strong {
	background-image:url(../images/i_block-subscribe.gif);
}
.block-subscribe label {
	font-weight:bold;
	color:#666;
}
.block-subscribe input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
.block-subscribe .actions {
	background:none;
	padding:0;
	margin:3px 0 0;
	text-align:left;
}
.block-subscribe .actions button.button {
	float:none;
}
.block-subscribe .actions button.button span {
	border-color:#406a83;
	background:#618499;
}
/* Block: Reorder */
.block-reorder .block-title strong {
	background-image:url(../images/i_block-list.gif);
}
.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 {
	background-image:url(../images/i_ma-info.gif);
}
.block-login .block-content {
	padding:5px 10px;
}
.block-login label {
	font-weight:bold;
	color:#666;
}
.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 {
	border-color:#406a83;
	background:#618499;
}
/* 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 {
	border-bottom:1px solid #d9ddd3;
	background:url(../images/bkg_grid.gif) 0 0 repeat;
	position:relative;
}
.products-grid.last {
	border-bottom:0;
}
.products-grid li.item {
	float:left;
	width:138px;
	padding:12px 10px 80px;
}
.products-grid .product-image {
	display:block;
	width:135px;
	height:135px;
	margin:0 0 10px;
}
.products-grid .product-name { /*min-height:2.7em;*/
	margin:0 0 5px;
	font-weight:bold;
	font-size:13px;
	color:#203548;
}
.products-grid .product-name a {
	color:#203548;
}
.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:632px;
	margin:0 auto;
}
.col1-layout .products-grid {
	width:790px;
	margin:0 auto;
}
/* View Type: List */
.products-list li.item {
	border-bottom:1px solid #d9ddd3;
	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;
	font-weight:bold;
	font-size:13px;
	color:#203548;
}
.products-list .product-name a {
	color:#203548;
}
.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-learn {
	font-size:11px;
}
.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 */


.ratings {
	font-size:11px;
	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(../images/bkg_rating.gif) 0 0 repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
.rating-box .rating {
	float:left;
	height:13px;
	background:url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float:left;
	margin-right:3px;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
	font-size:11px;
	line-height:1.15;
	padding:3px 0;
}
.ratings-table th {
	font-weight:bold;
	padding-right:8px;
}
/* Availability */
.availability {
	margin:0;
}
.availability span {
	font-weight:bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
	color:#d83820;
}
.availability-only {
	margin:10px 0 7px;
	line-height:16px;
	background:url(../images/i_availability_only.gif) 0 50% no-repeat;
	padding-left:15px;
}
.availability-only span, .availability-only a {
	border-bottom:1px dashed #751d02;
	color:#000;
}
.availability-only a {
	background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor:pointer;
	padding-right:15px;
	text-decoration:none;
}
.availability-only .expanded {
	background-position:100% -15px;
}
.availability-only strong {
	color:#be2c00;
}
.availability-only-details {
	margin:0 0 7px;
}
.availability-only-details th {
	background:#d2d6d9;
	font-size:10px;
	padding:0 8px;
}
.availability-only-details td {
	background:#ebf0f3;
	border-bottom:1px solid #fff;
	font-size:11px;
	padding:2px 8px 1px;
}
.availability-only-details tr.odd td.last {
	color:#d95e00;
	font-weight:bold;
}
.product-view .product-shop .availability span {
	font-weight:normal;
}
/* Email to a Friend */
/* Alerts */
.alert-price {
	margin:0;
	font-size:11px;
}
.alert-stock {
	margin:0;
	font-size:11px;
}
/********** < Product Prices */
.price {
	white-space:nowrap !important;
}
.price-box {
	margin:5px 0;
	text-align:right;
}
.price-box .price {
}
/* Regular price */
.regular-price {
	font-size:24px;
}
#description {
	display:none;
}
.regular-price .price {
}
.block .regular-price, .block .regular-price .price {
	display:none;
}
/* 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 {
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	color:#cd5033;
}
.special-price .price {
	font-size:13px;
	font-weight:bold;
	color:#c76200;
}
/* Minimal price (as low as) */
.minimal-price {
	margin:0;
}
.minimal-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.minimal-price-link {
	display:block;
}
.minimal-price-link .label {
	color:#1e7ec8;
}
.minimal-price-link .price {
	font-weight:normal;
	color:#1e7ec8;
}
/* Excluding tax */
.price-excluding-tax {
	display:block;
	color:#999;
}
.price-excluding-tax .label {
	white-space:nowrap;
	color:#999;
}
.price-excluding-tax .price {
	font-size:13px;
	font-weight:normal;
	color:#c76200;
}
/* Including tax */
.price-including-tax {
	display:block;
	color:#999;
}
.price-including-tax .label {
	white-space:nowrap;
	color:#999;
}
.price-including-tax .price {
	font-size:13px;
	font-weight:bold;
	color:#c76200;
}
/* Configured price */
.configured-price {
	margin:0;
}
.configured-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.configured-price .price {
	font-weight:bold;
}
/* FPT */
.weee {
	display:block;
	font-size:11px;
	color:#444;
}
.weee .price {
	font-size:11px;
	font-weight:normal;
}
/* 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;
	font-weight:bold;
}
/* Price range */
.price-from {
	margin:0;
}
.price-from .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.price-to {
	margin:0;
}
.price-to .price-label {
	font-weight:bold;
	white-space:nowrap;
}
/* Price notice next to the options */
.price-notice {
	padding-left:10px;
	color:#999;
}
.price-notice .price {
	font-weight:bold;
	color:#2f2f2f;
}
/* Price as configured */
.price-as-configured {
	margin:0;
}
.price-as-configured .price-label {
	font-weight:bold;
	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 {
	color:#555;
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices {
	margin:10px 0;
	padding:10px;
	background-color:#f4f7f7;
	border:1px solid #dadddd;
}
.tier-prices li {
	line-height:1.4;
	background:url(../images/i_tier.gif) no-repeat 0 3px;
	padding:2px 0 2px 10px;
	color:#424242;
}
.tier-prices .benefit {
	font-style:italic;
	font-weight:bold;
	color:#2f2f2f;
}
.tier-prices .price {
	font-weight:bold;
	color:#2f2f2f;
}
.tier-prices-grouped li {
	padding:2px 0;
	color:#e26703;
}
.tier-prices-grouped li .price {
	font-weight:bold;
}
/* Add to Links */
.add-to-links {
	font-size:11px;
	margin:5px 0 0;
}
.add-to-links .separator {
	display:none;
}
/* Add to Cart */
/*
.product-view .product-shop .availability, .email-friend, .no-rating, .product-view .product-shop .short-description, .product-view .product-img-box .zoom-notice, .product-view .product-img-box .zoom, .product-view .product-img-box .more-views h2, .product-view .product-img-box .product-image, .add-to-cart .qty, .add-to-cart label {
	display:none;
} */
.add-to-cart button.button {
	float:left;
}
.add-to-cart .paypal-logo {
	clear:left;
	margin:0;
	text-align:right;
}
.add-to-cart .paypal-logo .paypal-or {
	clear:both;
	display:block;
	margin:5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
	margin:0;
}
/* Add to Links + Add to Cart */
.add-to-box {
	margin:10px 0;
}
/*
.add-to-box .add-to-cart button.btn-cart span {
	float:left;
	background:url(../images/buys.png) 0 0 no-repeat;
	width:92px;
	height:34px;
	border:none;
	display:block;
	text-indent:-9999px;
}
.add-to-box .add-to-cart button.btn-cart span span {
	background:none;
	border:none;
} */
.add-to-box .or {
	float:left;
	font-weight:bold;
	margin:0 7px;
	color:#666;
}
.add-to-box .add-to-links {
	float:left;
	margin:0;
	font-size:12px !important;
	line-height:1.25 !important;
	text-align:left !important;
}
.add-to-box .add-to-links li {
	display:block !important;
}
.add-to-box .add-to-links li .separator {
	display:none !important;
}
.product-view {
}
.product-essential {
	position:relative;
}
.product-essential h2 {
}
.product-collateral {
}
.product-collateral h2 {
	margin:0px 0px 10px;
	font-size:14px;
	display:none;
}
.product-collateral .box-collateral {
	margin:0 0 25px;
}

.banner#product-view {
	width: 140px;
	height: 300px;
}
/* Product Images */
/*
.product-view .product-img-box {
	padding:20px;
	height:600px;
}*/
.col3-layout .product-view .product-img-box {
	float:none;
	margin:0 auto;
}
.product-view .product-img-box .product-image-zoom {
}
.product-view .product-img-box .product-image-zoom img {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
.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(../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 ul {
}
.product-view .product-img-box .more-views li {
}
.product-view .product-img-box .more-views li a {
}
.product-image-popup {
	margin:0 auto;
}
.product-image-popup .buttons-set {
	float:right;
	clear:none;
	border:0;
	margin:0;
	padding:0;
}
.product-image-popup .nav {
	font-weight:bold;
	margin:0 100px;
	text-align:center;
}
.product-image-popup .image {
	display:block;
	margin:10px 0;
}
.product-image-popup .image-label {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px;
	color:#2f2f2f;
}
/* Product Shop */
.product-view .product-shop {
	position:absolute;
	right:20px;
	bottom:45px;
}
.col1-layout .product-view .product-shop {
}
.col3-layout .product-view .product-shop {
	float:none;
	width:auto;
}
.product-view .product-shop .product-name {
	margin:0 0 5px;
}
.product-img-box .product-name h1 {
	margin:0px 0px 20px;
}
.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 {
	font-size:12px;
	text-align:right;
}
.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 {
	background:url(../images/compares.png) 0 0 no-repeat;
	width:92px;
	height:33px;
	display:block;
	text-indent:-99999px;
}
/* Product Options */
.product-options {
	margin:20px 0 0;
	padding:10px 15px 20px;
	position:relative;
	background-color:#f6f6f6;
	border:1px solid #e4e4e4;
}
.product-options dt {
	padding:10px 0 0;
	font-weight:normal;
}
.product-options dt label {
	font-weight:bold;
	color:#2f2f2f;
}
.product-options dt label.required em {
	color:#00aeef;
	margin-left:5px;
}
.product-options dd .qty-holder {
	display:block;
	padding:10px 0 0;
}
.product-options dd .qty-holder label {
	vertical-align:middle;
}
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
	color:#2f2f2f;
}
.product-options dd {
	padding:5px 10px 15px;
	margin:0 0 5px;
	border-bottom:1px solid #e4e4e4;
}
.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 #d9e5ee;
	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 {
	font-weight:normal;
}
.product-options ul.validation-failed {
	padding:0 7px;
}
.product-options p.note {
	margin:0;
	font-size:11px;
}
.product-options p.required {
	position:absolute;
	right:20px;
	top:20px;
}
.product-options-bottom {
	background-color:#fffada;
	padding:15px 20px;
	border:1px solid #e4e4e4;
	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;
	color:#e26703;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
	color:#e26703;
}
.product-options-bottom .price-box {
	float:left;
	margin:0;
	padding:0;
}
.product-options-bottom .add-to-links {
	clear:both;
	padding:5px 0 0;
	text-align:right;
}
.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;
}
.product-shop .product-options-bottom .add-to-links {
	clear:both;
	padding:5px 0 0;
	text-align:right;
}
/* 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%;
	border:1px solid #e5dcc3;
}
.product-view .box-up-sell .products-grid td {
	width:25%;
	background:#f6f2e7;
	border-right:1px solid #e5dcc3;
	border-bottom:1px solid #e5dcc3;
	padding:15px 10px 12px;
	line-height:1.6em;
}
.product-view .box-up-sell .products-grid tr.last td {
	border-bottom:0;
}
.product-view .box-up-sell .products-grid td.last {
	border-right:0;
}
.product-view .box-up-sell .products-grid td img {
	border:1px solid #e5dcc3;
}
.product-view .box-up-sell .products-grid .product-image {
	text-align:center;
}
.product-view .box-up-sell .products-grid td.empty {
	border-right:0;
	background:#f1ecdb;
}
.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 {
	font-size:13px;
}
.product-view .box-tags .product-tags {
	display:block;
	margin:0 0 15px;
}
.product-view .box-tags .product-tags li {
	display:inline;
	background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
	padding:0 7px 0 4px;
}
.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;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
}
.product-view .box-tags .form-add .input-box {
	float:left;
	width:305px;
	margin:0 5px 0 0;
}
.product-view .box-tags .form-add input.input-text {
	width:299px;
}
 
.product-view .box-tags .note {
	margin:5px 0 0;
}
/* Block: Reviews */
.product-view .box-reviews dl {
	margin:15px 0;
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
	font-weight:bold;
}
.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 {
	font-size:13px;
	font-weight:normal;
}
.product-view .box-reviews .form-add h3 span {
	font-weight:bold;
}
.product-view .box-reviews .form-add h4 {
	font-size:12px;
}
.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;
	font-size:11px;
	line-height:21px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {
}
.product-name a {
	color:#00AEEF;
}
/* Product Tags */
.tags-list {
	display:block;
	font-size:13px;
	border:1px solid #c1c4bc;
	background:#f8f7f5;
	padding:10px;
}
.tags-list li {
	display:inline !important;
	margin:0 4px 0 0;
}
.tags-list li a {
	color:#1b2d3b;
}
/* 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 #e9d7c9;
	background:#fff6f1;
	padding:10px;
}
.advanced-search-summary ul {
	float:left;
	width:49%;
}
.advanced-search-summary strong {
	color:#E17C24;
	padding-left:15px;
	background:url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
	clear:both;
	font-weight:bold;
	margin:0;
}
/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
	text-align:right;
	margin:6px 10px -20px 0px;
}
.page-sitemap .links a {
	position:relative;
	color:#fff;
}
.page-sitemap {
	margin:20px 0px 0px;
}
.page-sitemap .sitemap {
	padding:15px;
	overflow:hidden;
	background:#fff;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin:0px 0px 5px;
}
.page-sitemap .sitemap li.level-0 {
}
.page-sitemap .sitemap li.level-0 a {
}
/* RSS */
.rss-title h1 {
	padding-left:27px;
}
.rss-table .link-rss {
	display:block;
	line-height:1.55;
	background-position:0 4px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.col-main .cart
{
	margin-top: 20px;
}
.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;
}
.cart .checkout-types .paypal-or {
	margin:0 8px;
	line-height:2.3;
}
.cart .totals .checkout-types .paypal-or {
	clear:both;
	display:block;
	padding:8px 55px 0 0;
	line-height:1.0;
	font-size:11px;
}
/* Shopping Cart Table */
.cart-table th {
	padding:5px 10px;
}
.cart-table td {
	padding:10px;
}
.cart-table .product-name {
}
.cart-table .item-msg {
	margin:5px 0;
	font-size:11px;
	font-weight:bold;
	color:#df280a;
}
.cart-table tfoot td {
	padding:5px 10px;
}
.cart-table .btn-continue {
	float:left;
}
.cart-table .btn-continue span, .cart-table .btn-update span {
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding:25px 0 0;
}
.cart .cart-collaterals .col2-set {
	float:left;
}
.cart .cart-collaterals .col2-set .col-2 {
	width:294px;
}
 
.cart .crosssell .product-image {
	float:left;
	width:75px;
	height:75px;
	border:1px solid #d0cdc9;
}
.cart .crosssell .product-details {
	margin-left:90px;
}
.cart .crosssell .product-name {
	font-weight:bold;
}
.cart .crosssell li.item {
	margin:12px 0;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping, .cart-collaterals .totals, .cart .crosssell
{
	3border: 1px solid #CECECE;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background:#EEEEEE;
	background:-moz-linear-gradient(
	    top center,
	    #FFFFFF 46%,
	    #EEEEEE 98%
	);
	background:-webkit-gradient(
	    linear,
	    left bottom,
	    right top,
	    color-stop(0.46,  #FFFFFF),
	    color-stop(0.98, #EEEEEE)
	);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=1 ); /* ie */

	background: -o-linear-gradient(top, #FFFFFF 46%,#EEEEEE 98%); 
	background: -ms-linear-gradient(top, #FFFFFF 46%,#EEEEEE 98%); 
	background: linear-gradient(top, #FFFFFF 46%,#EEEEEE 98%);
	
 
	position:relative;
	overflow:visible;
	
	font-family: 'SeneyeBodyFont';
	color: #808080;
	padding:15px;
	margin:0 0 20px;
}
.cart .discount h2, .cart .shipping h2 {
	margin:0px 0px 10px;
}
.cart .discount button span, .cart .shipping button span {
}
.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:270px;
	 
}
.cart .totals table {
	width:100%;
	margin:15px 0px 0px;
}
.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 {
	font-size:15px;
}
.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-weight:bold;
	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 #ddd;
	background-color:#f6f6f6;
}
.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;
	font-weight:bold;
}
.sp-methods dd {
}
.sp-methods dd li {
	margin:5px 0;
}
.sp-methods label {
	font-weight:bold;
	color:#666;
}
.sp-methods .price {
	font-weight:bold;
}
.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;
}
.sp-methods .release-amounts {
	margin:0.5em 0;
}
.sp-methods .release-amounts button {
	float:left;
	margin:5px 10px 0 0;
}
.please-wait {
	float:right;
}
.please-wait img {
	vertical-align:middle;
}
.cvv-what-is-this {
	font-size:11px;
	cursor:help;
	margin-left:10px;
}
/* Tooltip */
.tool-tip {
	border:1px solid #7BA7C9;
	background:#EAF6FF;
	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(../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 {
	font-size:12px;
	font-weight:bold;
	color:#e87403;
}
.gift-messages p.control {
	color:#8e8d8b;
}
.gift-messages-form {
	position:relative;
}
.gift-messages-form label {
	float:none !important;
	position:static !important;
}
.gift-messages-form h4 {
	font-size:12px;
	font-weight:bold;
	color:#e87403;
}
.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;
	font-weight:bold;
	text-align:center;
	color:#8a8987;
}
.gift-messages-form .item .details {
	margin-left:90px;
}
.gift-messages-form .item .details .product-name {
	font-size:13px;
	font-weight:bold;
	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 {
	font-size:11px;
	background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right:7px;
}
.gift-message-link.expanded {
	background-position:100% -40px;
}
.gift-message-row {
	background:#f2efe9;
}
.gift-message-row .btn-close {
	float:right;
	width:16px;
	height:16px;
	background:url(../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;
	background-color:#fbfaf6;
	border:1px solid #bbb6a5;
}
.checkout-agreements .agree {
	margin:0;
	padding:10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
	margin-right:6px;
}
.checkout-agreements .agree label {
	font-weight:bold;
	color:#666;
}
.opc .checkout-agreements {
	border:1px solid #dddddd;
	border-width:0 1px;
	padding:5px 30px;
}
.opc .checkout-agreements li {
	margin:20px 0 0;
}
.opc .checkout-agreements .agreement-content {
	background-color:#fff;
	border-color:#e4e4e4;
	padding:5px;
}
.opc .checkout-agreements .agree {
	padding-left:6px;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border:1px solid #ddd;
	background:#fff;
}
.centinel .authentication iframe {
	width:99%;
	height:400px;
	background:transparent !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
.opc .centinel {
	border:1px solid #bbb6a5;
	border-width:0 1px 1px;
	padding:10px 30px;
}
/* Generic Info Set */
.info-set {
	background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
	border:1px solid #bbb6a5;
	margin:0 0 25px;
	padding:20px;
}
.info-set h2 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px;
}
.info-set h3, .info-set h4 {
	font-size:13px;
	font-weight:bold;
	color:#E26703;
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
	font-weight:normal;
}
.info-set h2.legend {
	margin:-20px -20px 15px;
	padding:5px 10px;
	background:#f9f3e3;
	border-bottom:1px solid #bbafa0;
	position:relative;
}
.info-set h3.legend {
	margin:0 0 10px;
	color:#0a263c;
}
.info-set .divider {
	margin:0 -20px;
	padding:25px 0;
	position:relative;
}
.info-set .box {
	margin:0 0 15px;
}
.info-set .box h2 {
	color:#e26703;
}
.info-set .data-table .product-name {
	font-size:1em !important;
	font-weight:bold !important;
	color:#1e7ec8 !important;
}
.info-set .data-table .product-name a {
	font-weight:bold !important;
}
.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 {
	font-size:13px;
	color:#0a263c;
}
.block-progress .block-content {
	background:none;
}
.block-progress dt {
	font-size:13px;
	font-weight:bold;
	line-height:1.35;
	background:#eee;
	border:1px solid #a3aeb3;
	margin:0 0 6px;
	padding:2px 8px;
	color:#999;
}
.block-progress dd {
	background:#eee;
	border:1px solid #a3aeb3;
	border-top:0;
	padding:8px 13px;
	margin:0 0 6px;
}
.block-progress dt.complete {
	margin:0;
	background:#d0dce1;
	color:#5e8ab4;
}
.block-progress dd.complete {
}
.block-progress p {
	margin:0;
}
.block-progress .cards-list dt {
	background:none;
	border:0 none;
	color:inherit;
	font-size:12px;
	margin:5px 0;
	padding:0;
}
.block-progress .cards-list dd {
	border:0 none;
	margin:0;
	padding:0;
}
.block-progress .cards-list .info-table th {
	font-weight:normal;
}
.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 {
	background:url(../images/i_arrow-top.gif) 0 50% no-repeat;
	padding-left:16px;
}
.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;
	border-color:#fff #dddddd #dddddd;
	background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
	padding:4px 8px 6px;
	text-align:right;
}
.opc .step-title .number {
	float:left;
	background:#fff;
	border:1px solid #fff;
	padding:0 4px;
	margin:0 5px 0 0;
	font:bold 11px/14px arial, helvetica, sans-serif;
	color:#999;
}
.opc .step-title h2 {
	float:left;
	margin:0;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	color:#999;
}
.opc .step-title a {
	display:none;
	float:right;
	font-size:11px;
	line-height:16px;
}
.opc .allow .step-title {
	background:#d0dce1;
	border:1px solid #a3aeb3;
	border-bottom:0;
	color:#a4b3b9;
	cursor:pointer;
}
.opc .allow .step-title .number {
	background:#dbe6eb;
	border-color:#dbe6eb;
	color:#a4b3b9;
}
.opc .allow .step-title h2 {
	color:#a4b3b9;
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
	background:#f9f3e3;
	border:1px solid #bbafa0;
	padding-bottom:5px;
	color:#00AEEF;
	cursor:default;
}
.opc .active .step-title .number {
	background:#00AEEF;
	border-color:#f19900;
	color:#fff;
}
.opc .active .step-title h2 {
	color:#00AEEF;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border:1px solid #bbafa0;
	border-top:0;
	background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
	padding:15px 30px;
	position:relative;
}
.opc .step .tool-tip {
	right:30px;
}
#opc-login .buttons-set {
	border-top:0;
}
#opc-login h3 {
	font-size:13px;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:2px;
	text-transform:uppercase;
}
#opc-login h4 {
	font-size:1em;
	font-weight:bold;
	margin:0;
	color:#2f2f2f;
}
.loading .waiticon 
{
	background: url(../images/opc-ajax-loader.gif) no-repeat 50% 50%;
}
.waiticon
{
	position:relative;
	height: 100%;
}
#opc-shipping_method .buttons-set {
	border-top:0;
}
.opc .gift-messages-form {
	margin:0 -30px;
	background:#f6f1eb;
	border:1px solid #e9e4de;
	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 {
	font-weight:bold;
	color:#0a263c;
}
#opc-review .item-options {
	margin:5px 0 0;
}
#opc-review .buttons-set {
	padding:20px 30px;
	border:1px solid #dddddd;
	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;
}
#opc-review .authentication {
	margin:0 auto;
	width:570px;
}
#opc-review .warning-message {
	color:#222;
	font-weight:bold;
	text-align:center;
	padding:10px 10px 0;
}

.opc_wrapper
{
	height: 900px;
    margin-top: 30px;
    padding: 20px;
    position: relative;
    overflow: hidden;
 
    
}
.opc {
	position: relative;
	
	text-align: center;
	 
}

.opc .buttons-set {
	margin: 15px 0 0;
	opacity: 1 !important;
}

.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
}

.opc .buttons-set .back-link {
	display: none;
}

.opc .button.checkout-onepage-btn  span {
    font: bold 15px/40px Arial,Helvetica,sans-serif;
    height: 40px;
}
.opc .buttons-set .please-wait {
	position: absolute;
	z-index: 99;
	top: 30%;
	left: 50%;
	margin: -80px 0 0 -146px;
	border: 5px solid #f3b66f;
	font-size: 12px;
	background: #fff;
	padding: 30px;
	white-space: nowrap;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.opc .buttons-set a {
	color: #214D90;
}

.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}

.opc li.section {
	display: inline;
}

.opc .step-title,.opc .allow .step-title {
	border-color: #FBFAF6;
}

.opc .step {
	 
	position: absolute;
	border: 0;
	top: 100px;
	left: 0;
	z-index: 1;
	width: 560px;
	border: none;
	background: none;
	text-align: left;
}

.opc .step-title .number,.opc .allow .step-title .number,.opc .active .step-title .number
	{
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.opc .step-title a {
	display: none;
}

.opc .step-title .number {
	background: #A3D6EC;
	color: #FFF;
	font-weight:bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	position: relative;
	z-index: 1;
}

.opc .step-title h2 {
	font-size: 12px;
	color: #bbb;
	clear: both;
	margin-bottom: 10px;
}

.opc .allow .step-title .number {
	background: #444;
	border-color: #fff;
	color: #fff;
}

.opc .allow .step-title h2 {
	color: #444;
}

.opc .active .step-title .number {
	background: #00AEEF;
	border-color: #fff;
	color: #fff;
}

.opc .active .step-title h2 {
	color: #00AEEF;
}

.opc .step-title,.opc .allow .step-title,.opc .active .step-title {
	position: relative;
	text-align: center;
	border: none;
	background: none;
	padding: 0;
	overflow: hidden !important;
	height: 80px;
	display: inline-block;
	vertical-align: top;
}

.opc .step-title,.opc .allow .step-title,.opc .active .step-title {
	*display: block;
	*float: left;
}

.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2
	{
	width: 100%;
	text-align: center;
}

.opc .step-title {
	width: 16%;
}

.opc .form-list .field,.opc .form-list .wide {
	
}
.opc .form-list li {
	margin: 0px;
}
.opc .form-list li fieldset {
	margin-bottom: 40px;
}

.opc .form-list label {
	float: left;
	 
	padding: 4px 0 0;
}

.opc .form-list label.required em {
	float: none;
	position: relative;
	right: 4px;
}

.opc .form-list li.fields {
	margin: 0;
}

.opc .form-list div.fields {
	width: 100%;
	overflow: hidden;
 
}
 

.opc .form-list li.wide .input-box,.opc .form-list .input-box {
	clear: none;
 
	width: 260px;
}

.opc .form-list li.wide select {
	/*width: 390px;*/
}

.opc .form-list li.wide input.input-text {
	/*width: 254px;*/
}

.opc .form-list .control input {
	margin: 8px 0 0 25px;
}

.opc .form-list li.control label {
	float: left;
}

.opc form .form-list li.wide {
	margin-bottom: 8px;
}

.opc form .address-select {
	margin: 8px 0 40px;
}

.opc:first-of-type .step {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.opc:first-of-type .step[style *='display:none;'],.opc:first-of-type .step[style
	*='display: none;'] {
	display: block !important;
}

.opc:first-of-type .section .step {
	left: 100%;
}

.opc:first-of-type .allow .step {
	left: -100%;
}

.opc:first-of-type .active .step {
	left: 0;
}

.opc:first-of-type li:last-child .step-title a {
	width: 50%
}

.opc:first-of-type li:first-child .step-title a {
	width: 50%;
	left: 50%
}

.opc:first-of-type .step-title a {
	display: block;
	height: 1px;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	text-indent: -3000px;
	position: absolute;
	top: 15px;
	z-index: 0
}

.opc-button-set li{
	margin-bottom: 10px;
}

.opc:first-of-type .allow .step-title a {
	
}

#opc-login p.required {
	display: none;
}

#opc-login h3 {
	margin-bottom: 18px;
}

#opc-login .col-2 {
	float: left;
}

#opc-login .col-2 form fieldset h4 {
	display: none;
}

#opc-login .col-2 {
	display: block;
	width: 280px;
}

#opc-login .col-2 fieldset {
	width: 280px;
}

#opc-login .col-2 .input-box {
	width: 188px;
	margin: 0;
	float: left;
}

#opc-login .col-2 .input-text {
	width: 182px;
}

#opc-login .col-2 .form-list label {
	text-align: left;
}

#opc-login .col-2 .form-list label {
	width: 110px;
}

#opc-login .form-list li.control label {
	float: none;
}

#opc-login .form-list li.control input {
	margin: 0 8px 0 0;
}

#opc-login .col-1 {
	float: right;
}

#opc-login .col-1 {
	width: 270px;
}

#opc-login .col-1 h4,#opc-login .col-1 .ul {
	display: none;
}

#checkout-step-review.step {
/*	width: 645px;*/
}

 
#opc-review .product-name {
	font-weight: bold;
	color: #0a263c;
}

#opc-review .item-options {
	margin: 5px 0 0;
}

#opc-review .buttons-set {
	padding: 20px 0;
	border: 0;
}

#opc-review .buttons-set p {
	margin: 0;
	line-height: 40px;
}

#opc-review .buttons-set .please-wait {
	height: 40px;
	line-height: 40px;
}

#opc-shipping_method .buttons-set {
	border-top: 1px solid #E4E4E4;
}

#opc-login-div
{
	z-index: 1000;
	
}
.popupwrapper {
	width: 697px;
	clear: both;
	position: absolute;
	height: 439px;
	top: 38px;
	left: -22px;
	width: 675px;
	background:none; !important;
	
}

.popupwrapper .container {
	width: 697px;
	padding: 25px 0 0 31px;
	background: url(../images/bg-videobig.png) no-repeat 0 0;
	-moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.popupwrapper .container-btn {
	width: 697px;
	padding: 25px 0 0 31px;
	height: 10px;
	background: url(../images/bg-videobig.png) no-repeat 0 100%;
	-moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content {
	padding:0px 20px;
}
.account-login .content h2 {
	margin:0px 0px 15px;
}
.account-login .new-users h2 {
}
.account-login .registered-users h2 {
}
.account-login .buttons-set {
	padding:10px 20px;
}
.account-create {
}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float:none;
	margin:0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
}
.dashboard .welcome-msg p {
}
.dashboard .col2-set {
}
/* General Box */
.box-account {
}
.box-account .box-head {
	margin:0px 0px 15px;
}
.box-account .box-head h2 {
}
.dashboard .box .box-title,
.sales-order-view .box .box-title
{
	text-align:right;
	margin:0px 0px 10px 0px;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4,
.sales-order-view .box .box-title h3,.sales-order-view .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 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}
.dashboard .box-reviews .number {
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
	background:#0a263c;
}
.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 {
	background-image:url(../images/i_ma-tags.gif);
}
.dashboard .box-tags .number {
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
	background:#0a263c;
}
.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 {
	font-weight:bold;
	font-size:13px;
	color:#e26703;
	text-transform:uppercase;
}
.addresses-list h3 {
	font-weight:bold;
	font-size:13px;
}
.addresses-list address {
	margin:0 0 3px;
}
.addresses-list p {
	margin:0;
}
.addresses-list a {
	font-weight:bold;
}
.addresses-list .link-remove {
	color:#646464;
}
.addresses-list .separator {
	margin:0 3px;
}
.addresses-list li.item {
	background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
	border:1px solid #ccc;
	padding:10px 13px;
	margin:0 0 10px;
}
.addresses-list li.empty {
	background:none;
	border:0;
	padding:0;
}
.addresses-list li.empty p {
	font-weight:bold;
}
.addresses-list .addresses-additional li.item {
	background:none;
	border:0;
	padding:0;
}
/* Order View */
.order-info {
	background:#dee5e8;
	border:1px solid #d0cbc1;
	padding:4px 8px;
	margin:0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display:inline;
}
.order-info .current {
	font-weight:bold;
}
.order-info li {
	margin:0 3px;
}
.order-date {
	margin:10px 0;
}
.order-info-box {
	padding:12px 15px;
	margin:0 0 15px;
}
.order-info-box h2 {
	font-weight:bold;
	font-size:13px;
}
.order-info-box .box-payment p {
	margin:0 0 3px;
}
.order-info-box .box-payment th {
	font-weight:bold;
	padding-right:7px;
}
.order-items {
	width:100%;
	overflow-x:auto;
}
.order-items h2, .order-items h3 {
	clear:none;
	font-weight:bold;
	font-size:13px;
	padding:0;
	margin:0 0 5px;
	color:#0a263c;
}
.order-items .product-name {
	font-size:1em !important;
	font-weight:bold !important;
}
.order-items .link-print {
	color:#1e7ec8;
	font-weight:normal;
}
.order-items .order-links {
	text-align:right;
}
.order-additional {
	margin:15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
	color:#666;
}
.gift-message dd {
	font-size:13px;
	margin:5px 0 0;
}
/* Order Comments */
.order-about dt {
	font-weight:bold;
}
.order-about dd {
	font-size:13px;
	margin:0 0 7px;
}
.tracking-table {
	margin:0 0 15px;
}
.tracking-table th {
	font-weight:bold;
	white-space:nowrap;
}
.tracking-table-popup {
	width:100%;
}
.tracking-table-popup th {
	font-weight:bold;
	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 {
	font-size:16px;
	font-weight:bold;
}
.page-print h2, .page-print h3 {
	font-size:13px;
	font-weight:bold;
}
.page-print h2.h2 {
	font-size:16px;
	font-weight:bold;
}
.page-print .order-date {
	background:url(../images/bkg_divider1.gif) 0 100% repeat-x;
	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;
}
.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span {
	border-color:#406a83;
	background:#618499;
}
#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:4px 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 {
	font-size:11px;
	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 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
.product-review h3 {
	font-size:12px;
	margin:0 0 3px;
	color:#2f2f2f;
}
.product-review .ratings-table {
	margin:0 0 10px;
}
.product-review dt {
	font-weight:bold;
}
.product-review dd {
	font-size:13px;
	margin:5px 0 0;
}
/* Billing Agreements */
.billing-agreements .info-box {
	margin:15px 0;
}
.billing-agreements .form-list li select {
	float:left;
}
.billing-agreements .form-list li button.button {
	float:left;
	margin-left:10px;
}
.billing-agreements .table-caption {
	font-weight:bold;
	font-size:13px;
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
	background:  #383838; 
	font-size:0.8rem;
	text-align:center;
	padding-bottom: 3rem;
}
.footer-container a {
	color:  #fff;  
}
.footer-container a:hover{
	color:  #fff;  
}
.footer {
	width:652px;
	margin:auto;
	padding:0px;
}
.footer .store-switcher {
	display:inline;
	margin:0 5px 0 0;
}
.footer .store-switcher label {
	font-weight:bold;
	vertical-align:middle;
}
.footer .store-switcher select {
	padding:0;
	vertical-align:middle;
}
.footer .bugs {
	display:none;
}
.footer address {
	clear:both;
	padding:15px 0px 0px;
}
.footer address a {
	margin:0px 10px;
}
.footer ul.links {
	margin:0px 0px 5px;
}
.footer ul.links li {
	float:left;
	margin:0px 10px 0px 0px;
}
.footer li.last {
	background:none !important;
	padding-right:0 !important;
}
.footer-container .bottom-container {
	margin:0 0 5px;
}
.footerintro {
	background: url(../images/boder.png) repeat-x left bottom;
	padding: 2rem 0px;
	display:block;
	clear:both;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}
.footerintro ul.socialicon {
	display:block;
	float:right;
}
.footerintro ul.socialicon li {
	float:left;
	margin:0px 0px 0px 15px;
	width:20px;
	height:20px;
}
.footerintro ul.socialicon li a {
	text-indent:-9999px;
}
.footerintro ul.socialicon li a.twitter {
	background: url(../images/twitter.png) no-repeat left top;
	height:20px;
	width:20px;
	display:block;
}
.footerintro ul.socialicon li a.facebook {
	background: url(../images/facebook.png) no-repeat left top;
	height:20px;
	width:20px;
	display:block;
}
.footerintro ul.socialicon li a.youtube {
	background: url(../images/youtube.png) no-repeat left top;
	height:20px;
	width:20px;
	display:block;
}
.footerintro ul.socialicon li a.rss {
	background: url(../images/rss.png) no-repeat left top;
	height:20px;
	width:20px;
	display:block;
}
.country {
	background: url(../images/flag.png) no-repeat left center;
	padding:0px 0px 0px 30px;
	text-align:left;
	color:#fff;
	float:left;
}
/* ======================================================================================= */

/* 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;
	color:#e25203;
	font-size:1.2em;
}
.best-selling table {
	border-top:1px solid #ccc;
}
.best-selling tr.odd {
	background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
	background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
	width:50%;
	border-bottom:1px solid #ccc;
	padding:8px 10px 8px 8px;
	font-size:11px;
}
.best-selling .product-img {
	float:left;
	border:2px solid #dcdcdc;
}
.best-selling .product-description {
	margin-left:107px;
	line-height:1.3em;
}
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
	color:#203548;
}
/* ======================================================================================= */


/* 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, 
.sales-order-view .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-view .product-shop .short-description:after, .product-view .box-description: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;
}
/* ======================================================================================= */



.seneyecallout {
	width:652px;
	clear:both;
	display:block;
	padding:0px 0px 10px;
}
.callouttop {
	background: url(../images/calltop.png) no-repeat left top;
	clear:both;
	width:652px;
}
.calloutbtm {
	background: url(../images/callbtm.png) no-repeat -1px top;
	clear:both;
	display:block;
	height:7px;
	width:652px; 
} 
.calloutpadding{
	-moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
	padding: 20px;
	 
}
.calloutmargin{
	margin-top: 20px;
}
.calloutleft {
	float:left;
	width:430px;
}
.calloutright {
	float:right;
	width:212px;
}
.maincontent {
	width:430px;
	clear:both;
	display:block;
	margin:0px 0px 20px;
}
.graybar {
	background: url(../images/gray-bar.png) no-repeat scroll 1px top;
	display: block;
	height: 31px;
	position:relative;
}
.contentintro {
	background: url(../images/introbg.png) no-repeat left top;
	width:430px;
}
.contentend {
	background: url(../images/introend.png) no-repeat left top;
	width:430px;
	height:7px;
	display:block;
	clear:both;
}
.optionend {
	background: url(../images/optionend.png) no-repeat 1px top;
	width:137px;
	height:6px;
	display:block;
	clear:both;
}
/************************************homepage*******************************/



/************************************homepage*******************************/


.homepage {
	clear:both;
	position:relative;
	height:483px;
}
.homepage-banner {
	clear:both;
	background: url(../images/homepage-banner.png) no-repeat left top;
	height:453px;
	position:absolute;
	left:50%;
	top:0%;
	width:1024px;
	margin:0px 0px 0px -512px;
}
.home-content {
	clear:both;
	width:263px;
	padding:105px 0px 0px 105px;
	z-index:99;
	position:relative;
}

.home-top {
  width: 270px;
  clear: both;
  padding: 10px;
  background: #00000070;
  border-radius: 0.8rem;

  
 }
.home-top h3 {
	color:#fff;
	font-size:18px;
	margin:0px 0px 10px 0px;
	line-height:20px;
}
.home-top p {
	color:#fff; margin:0px;
}
.home-btm {}

.homelinks {
	position:absolute;
	left:0px;
	bottom:0px;
}
.twitter-call {
	background: url(../images/twitter-bg.png) no-repeat left top;
	position:absolute;
	left:50%;
	bottom:0px;
	height:31px;
	width:1024px;
	display:block;
	margin:0px 0px 0px -512px;
}
.twitter-wrapper
{
	position:relative;
	margin:auto;
	width:890px;
}
.twitter-wrapper #ticker-wrapper {
	margin-left: 55px;
    padding-top: 10px;
    position: relative;
    width: 400px;
    height: 15px;
    overflow:hidden;
    color:#fff;
}
.twitter-wrapper #ticker-wrapper ul {
	position:absolute;
}
.twitter-wrapper li a, .twitter-wrapper li a:visited, .twitter-wrapper li a:hover {
  	color: #fff;
}
.seneye-video {
	background:url(../images/video-bx.png) no-repeat left top;
	width:221px;
	height:127px;
	display:block;
	bottom:10px;
	right:20px;
	position:absolute;
	z-index:999;
	padding:6px 0px 0px 7px;
}
.network-client {
	position:relative;
	display:block;
	clear:both;
}
.link-list {
	display:block;
	height:170px;
	width:1024px;
	position:absolute;
	background: url(../images/links.png) no-repeat left top;
	left:50%;
	top:0px;
	margin:0px 0px 0px -512px;
}
/************************************homepage*******************************/



/*************************accessories*************************************/

.catalog-list{
	display:block;
	position:relative;
}
.catalog-list li{
	display: inline-block;
	width: 270px;
	margin-right:40px;
}
.catalog-list li.odd{
	margin-right:0px;
}
.catalog-list li img{
	padding: 10px 0px;
}
.catalog-list h4
{
	text-transform: lowercase;
}
.iphonebox {
	background: url("../images/iphonebg.png") no-repeat scroll left top transparent;
	height: 326px;
	padding: 50px 35px 0;
	position: relative;
	width: 582px;
	margin:25px 0px;
}
.iphonebox h2 {
	background: url("../images/phone.png") no-repeat scroll left center transparent;
	color: #FFFFFF;
	line-height: 80px;
	padding: 0 0 0 70px;
	width: 230px; font-size:28px;
}
.iphonebox p {
	color: #FFFFFF;
	font-size: 18px;
	margin: -10px 0 0;
	width: 220px;
	line-height:25px;
}
.iphonebox span {
	background: transparent url(../images/coming-soon.png) no-repeat scroll left center;
	height: 94px;
	left: -1px;
	position: absolute;
	text-indent: -9999px;
	top:-1px;
	width: 93px;
}
.iphone {
	height: 403px;
	position: absolute;
	right: 0;
	top: -27px;
	width: 345px;
}
 
a.tellme {
	background: url("../images/tellbtn.png") no-repeat scroll left top transparent;
	bottom: 20px;
	display: block;
	height: 30px;
	position: absolute;
	right: 30px;
	text-indent: -9999px;
	width: 129px;
}
/*******************accessories***************************/


/************************************devices***************************************/

.bannerpage {
	clear: both;
	display: block;
	height: 195px;
	position: relative;
}
.red-fish {
	width:400px;
	display:block;
	clear:both;
	margin:auto;
	background: url(../images/red-fish.png) no-repeat right top;
	height:175px;
	padding:0px 160px 0px 0px;
}
.yellow-fish {
	width:400px;
	display:block;
	clear:both;
	margin:auto;
	background: url(../images/yellow-fish.png) no-repeat right top;
	height:175px;
	padding:0px 160px 0px 0px;
}
.blue-fish {
	width:400px;
	display:block;
	clear:both;
	margin:auto;
	background: url(../images/blue-fish.png) no-repeat right top;
	height:175px;
	padding:0px 160px 0px 0px;
}
.bannerpage span {
	background: url("../images/new.png") repeat scroll 0 0 transparent;
	height: 72px;
	left: 0px;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	width: 73px;
}
.featuredimage {
	clear: both;
	display: block;
	position: relative;
	background: url(../images/featured-bg.png) no-repeat left top;
	width:652px;
	height:201px;
	position:relative;
}
ul.imagecollection li {
	float: left;
	text-align: center;
	width: 190px;
	padding:10px 0px 0px;
}
ul.imagecollection li a { color:#00aeef;
}
ul.imagecollection li a:hover{ color:#000;
}
.compare-bttn a {
	display:block;
	text-indent:-999px;
	background: url(../images/compare-btn.png) no-repeat left top;
	width:88px;
	height:20px;
	position:absolute;
	right:5px;
	bottom:10px;
}
ul.imagecollection li span {
	display:block;
	margin:5px 0px 0px 0px;
}
ul.feature-pagination {
	bottom: 8px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 652px;
}
ul.feature-pagination li {
	display: inline;
	margin: 0 50px;
}
ul.feature-pagination li a {
	color: #FFFFFF;
}
ul.cmscontent {
	clear: both;
	overflow: hidden;
	padding: 0 0 10px 30px;
}
ul.cmscontent li {
	float: left;
	margin: 15px 30px 0 0;
	width: 175px;
}
ul.cmscontent li h2 {
	margin:0px 0px 10px; color:#000;
}
ul.dealer {
	min-height: 155px;
	padding:0px 0px 0px 10px;
}
ul.dealer li {
	background: url("../images/bar.png") no-repeat scroll right 1px transparent;
	float: left;
	margin: 0 10px 0 0;
	min-height: 140px;
	position: relative;
	width: 155px;
	padding:15px 0px 0px 50px;
}
ul.dealer li.first p {
	margin:0px 0px 0px -50px;
}
ul.dealer li span {
	left: 0;
	position: absolute;
	top: -10px;
}
ul.dealer li h3 {
	font-size: 20px;
	margin: 0 0 10px 0px;
}
ul.dealer li address a {
	background: url("../images/play.png") no-repeat scroll right top transparent;
	bottom: 15px;
	display: block;
	height: 25px;
	position: absolute;
	right: 10px;
	text-indent: -99999px;
	width: 25px;
}
ul.dealer li.last {
	background: none repeat scroll 0 0 transparent;
	width: 140px;
}
.new-bar {
	background: transparent url(../images/gray-bar.png) no-repeat scroll left top;
	clear: both;
	color: #FFFFFF;
	display: block;
	height: 30px;
	padding: 15px 30px 0 0;
	text-align: right;
	font-size:18px;
	margin:0px 0px 25px;
}
/**********************************devices********************************************/


/***********minicart***********************/


block-cartcont {
	width:100%;
}
.postcart {
	width: 195px;
	position:relative;
	display:block;
	margin:0px auto 0px;
	height:auto;
}
.block-cart {
	position:absolute;
	z-index:99;
	width: 195px;
	right:0px;
	top:40px;
}
.block-cart:hover {
	z-index:99;
}
.block-customer {
	position: absolute;
    right: 0;
    top: 40px;
    width: 195px;
    z-index: 99;
}
/***********minicart***********************/
 
/* capture */
div.capture {
	overflow:hidden;
	height:auto;
	width:100%;
	position:relative;
}

/* leftright */
div.horinaja_leftright {
	position:absolute;
	left:0;
	top:0;
}
div.horinaja_leftright span.horinaja_left a, div.horinaja_leftright span.horinaja_left {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	/*background: url(../images/bannerleft.png) no-repeat left top;*/
	height:44px;
	width:44px;
	text-indent:-99999px;
	opacity:0.3;
}
div.horinaja_leftright span.horinaja_left a, div.horinaja_leftright span.horinaja_left:hover, div.horinaja_leftright span.horinaja_right a, div.horinaja_leftright span.horinaja_right:hover {
	opacity:0.8;
}
div.horinaja_leftright span.horinaja_right a, div.horinaja_leftright span.horinaja_right {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	/*background: url(../images/bannerright.png) no-repeat left top;*/
	height:44px;
	width:44px;
	text-indent:-99999px;
	opacity:0.3;
}
.slideimage {
	width:600px;
	height:300px;
	overflow:hidden;
}
/******************************************************************** SMALL SLIDER *************************************************/



/*************where to buy*******************/

.buy-box {
	clear:both;
	display:block;
	background: url(../images/main-search.png) no-repeat left top;
	height:81px;
	padding:15px 10px 10px;
}
.postalcode {
	background: url(../images/searchbox-1.png) no-repeat scroll left top transparent;
	float: left;
	height: 44px;
	width: 528px;
}
.postalcode input[type="text"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	display: block;
	margin: 10px 0 0 10px;
	text-align: left;
	width: 500px;
	color:#00aeef;
	font-size:20px;
}
.postalwarn {
	clear: both;
	display: block;
	padding: 15px 0 0;
	text-align: center;
	margin:0px 60px 0px 0px; color:#000;
}
.postalsearch input[type="submit"] {
	background: url(../images/searchbtn.png) no-repeat scroll left center transparent;
	border: medium none;
	cursor: pointer;
	display: block;
	float: left;
	height: 40px;
	margin: 3px 0 0 10px;
	text-indent: -999px;
	width: 88px;
}
.storez {
	clear: both;
	position: relative;
	padding:20px;
}
.storecategory {
	background:url(../images/categorybtmbg.png) no-repeat scroll left bottom transparent;
	display: block;
	padding: 0px 0 5px;
	width: 212px;
}
.storecategory h2 {
	background: url(../images/sub-category.png) no-repeat scroll left bottom transparent;
	color: #FFFFFF;
	display: block;
	height: 46px;
	position: relative;
	text-align: center;
	z-index: 99;
	padding:5px 0px 0px 0px;
	line-height:18px;
}
.storecategory ul {
	background:url(../images/categorybg.png) repeat-x scroll left top #FFFFFF;
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	display: block;
	margin: -10px 0 0;
	overflow: hidden;
	padding: 15px 15px 0px;
	position: relative;
}
.storecategory ul li {
	background: url(../images/categoryborder.png) repeat-x scroll left bottom transparent;
	display: block;
	overflow: hidden;
	padding: 5px 0px; font-size:10px; display:block; line-height:12px;
}
.storecategory ul li a { color:#000;}
.storecategory ul li a:hover { color:#00AEEF;}
.storecategory ul li p {
	background:url(../images/ofsignal.png) no-repeat scroll left top transparent;
	display: block;
	padding: 0 0 0 40px;
}
.storecategory ul li p strong {
	display:block;
	clear:both; padding:5px 0px 0px 0px;
}
.storecategory ul li.active p {
	background: url(../images/onsignal.png) no-repeat scroll left top transparent;
}
.storecategory ul li.last {
	background: none repeat scroll 0 0 transparent;
}
.googlemapz {
	position: absolute;
	right: -20px;
	top: 20px;
}
/*************where to buy*******************/



/*****************************help********************************************************/





.searchbox {
	padding:10px;
	background: url(../images/searchbox-4.png) no-repeat left top;
	height:46px;
}
input[type=text].postalcode {
	width:500px;
	height:44px;
	border:none;
	color:#00aeef;
	font-size:16px;
	line-height:19px;
	padding:0px 14px;
	float:left;
	margin:0px 10px 0px 0px;
}
input[type=button].postalsearch {
	background:url(../images/ask-btn.png) no-repeat left center;
	width:88px;
	height:40px;
	border:none;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
.suggestion {
	display:block;
	clear:both;
	background: url(../images/people.png) no-repeat right bottom;
	width:355px;
	padding:20px 20px 10px;
}
.suggestion p {
	margin:20px 0px 0px;
	padding:0px 0px 0px 15px;
	background: url(../images/seneyborder.png) no-repeat left 3px; color:#000;
}
.suggestion span a {
	background: url(../images/solutionbtn.png) no-repeat left top;
	width:129px;
	height:21px;
	display:block;
	text-indent:-99999px;
	margin:130px 0px 0px;
}
.featureimagedetail {
	clear:both;
	display:block;
}
.featureimagedetail ul {
	overflow:hidden;
	padding:20px 10px;
}
.featureimagedetail ul li {
	width:75px;
	float:left;
	text-align:center;
	margin:0px 7px 0px 0px;
}
.featureimagedetail ul li a {
	display:block;
	margin:5px 0px 0px;
}
.featurebar {
	background: url(../images/feature-gray.png) no-repeat 1px top;
	width:400px;
	height:38px;
	padding:8px 15px 0px;
}
.featurebar p {
	color:#fff;
	line-height:14px;
}
.optionintro {
	background:none;
}
.optioncontent {
	width:137px;
	float:left;
	margin:0px 9px 0px 0px;
}
.optiondetail-last {
	margin:0px;
}
.optiondetail {
	clear:both;
	background: url(../images/optionbg.png) no-repeat 1px top;
	position:relative;
	padding:65px 7px 5px 15px;
}
.optiondetail span {
	width:58px;
	height:75px;
	position:absolute;
	left:15px;
	top:-10px;
}
.optiondetail p {
	margin:10px 0px 0px;
}
.rightintro {
	clear:both;
	margin:0px 0px 20px;
}
.rightcontentintro {
	background: url(../images/rightintro.png) no-repeat left top;
	width:192px;
	padding:60px 10px 20px;
	position:relative;
}
.rightcontentintro h3 {
	background: url(../images/services.png) no-repeat left top;
	line-height:95px;
	padding:0px 0px 0px 60px;
	position:absolute;
	left:10px;
	top:-10px;
	color:#000; font-size:18px;
}
.rightcontentintro p { color:#000;}
.rightcontentintro h3.right-downloads {
	background: url(../images/downloads.png) no-repeat left top;
}
.rightcontentintro h3.right-warranty {
	background: url(../images/warranty.png) no-repeat left top;
}
.rightcontentintro ul li {
	background: url(../images/redcircle.png) no-repeat left center;
	padding:0px 0px 0px 20px;
	margin:10px 0px;
}
.rightcontentintro ul li a { color:#000;}
.rightcontentintro ul li a:hover { color:#00AEEF;}
.rightcontentintro ul li.active {
	background: url(../images/greencircle.png) no-repeat left center;
}
.rightcontentintro span {
	display:block;
	margin:5px 0px 0px 0px;
	background: url(../images/seneyborder.png) no-repeat left 5px;
	padding:0px 0px 0px 15px;
}
.rightcontentintro span a { color:#000;}
.rightcontentintro span a:hover { color:#00AEEF;}
.rightcontentintro strong a {
	background: url(../images/morebtn.png) no-repeat left top;
	width:89px;
	height:20px;
	display:block;
	text-indent:-9999px;
	margin:35px 0px 0px 95px;
}
.rightend {
	background: url(../images/rightend.png) no-repeat left top;
	height:5px;
	width:212px;
	clear:both;
	display:block;
}
.contactbox {
	background: url(../images/contactbox.png) no-repeat left top;
	height:100px;
	margin:20px 0px 40px;
	clear:both;
	display:block;
	position:relative;
	padding:21px 245px 0px 20px;
	color:#fff;
}
.contactbox h2 {
	font-size:26px;
	color:#fff;
	margin:0px 0px 10px;
}
.contactbox span {
	position:absolute;
	right:0px;
	top:-30px;
	width:265px;
	height:219px;
	display:block;
}
/*****************************help********************************************************/


.featured-slider {
	display:block;
	clear:both;
	width:652px;
	height:515px;
}
/* horinaja default */
div#demo {
	width:560px;
	height:160px;
	display:block;
	margin:auto;
	padding:15px 0px 0px 0px;
}
.horinaja .horinaja_leftright span.horinaja_left {
	margin: 195px 0px 0px 65px;
	z-index:999;
}
.horinaja .horinaja_leftright span.horinaja_right {
	margin: 195px 0px 0px -65px;
	z-index:999;
}
.horinaja .horinaja_pagination li.active a, .horinaja .horinaja_pagination li:hover a {
	background: url(../images/pagination.png) no-repeat left -16px;
	width:15px;
	height:15px;
	text-indent:-9999px;
}
.horinaja .horinaja_pagination li {
	background: url(../images/pagination.png) no-repeat left top;
	width:15px;
	height:16px;
	text-indent:-9999px;
	float:left;
	margin:0px 5px 0px 0px;
}
.horinaja {
	position:relative;
	overflow:hidden;
}
.horinaja .horinaja_moved {
	position:relative;
}
.horinaja .horinaja_moved li {
	background:transparent;
	display:block;
	top:0;
}
.horinaja .horinaja_moved li h2 {
	padding:20px 0px 10px 0px; color:#000; font-size:20px;
}
.horinaja .horinaja_moved li p { color:#000;}
.horinaja .horinaja_moved li .ratings {
	display:none;
}
.featured-slider.horinaja_moved li .price-box {
	display:none;
}
.devicepage {
	width:698px!important;
	height:511px!important;
	position:relative!important;
	top:-20px!important;
}
.devicepage .capture {
	width:698px!important;
	height:511px!important;
}
/* horinaja pagination */
.devicepage ol.horinaja_pagination {
	margin:15px 0px 0px 300px!important;
}
ol.horinaja_pagination {
	position:absolute;
	left:0px!important;
	bottom:0px!important;
	margin:30px 0px 0px 0px;
	width:auto!important;
	height:20px;
}
ol.horinaja_pagination li {
	float:left;
	display:block;
	width:15px;
	height:16px;
}
ol.horinaja_pagination li a {
	display:block;
	float:left;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	cursor:pointer;
}

/*CSS: video html*/
.video-popupwrapper {
	width: 697px;
	clear: both;
	position: absolute;
	height: 439px;
	top: 38px;
	left: -22px;
	width: 675px;
	background:none; !important;
	
}

.video-container {
	width: 669px;
	height: 410px;
	padding: 25px 0 0 31px;
	background: url(../images/bg-videobig.png) no-repeat 0 0;
	
}

.close-btn {
	position: absolute;
	top: 5px;
	right: -25px;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -99em;
	background: url(../images/bg-closebtn.png) no-repeat 0 0;
}


/************************home*******************************************/

.featured-banner {
	display:block;
	clear:both;
	position:relative;
}

ul.overview-detail {
	clear:both;
	display:block;
	overflow:hidden;
}
ul.overview-detail li {
	width:110px;
	float:left;
	padding:20px 10px;
	background: url(../images/pipe.png) no-repeat right 2px;
}
ul.overview-detail li h3 {
	margin:0px 0px 10px;
}
ul.overview-detail li.overview-last {
	background:none;
}
.calloutdevice_image {
	position: relative;
	display:block;
	z-index: 40;
}
.blue .bartitle,
.blue-bar {
	background: url(../images/blue-slider.png) no-repeat left center;
	height:46px;
	color: #FFFFFF;
	font-size: 18px;
	height: 30px;
	padding: 15px 20px 0 0;
	text-align: right;
	position:relative;
}

.blue .calloutdevice_image
{
	background: url(../images/seney-home.png) no-repeat left center;
	height:205px;
	width:190px;
	
}
.featured-video {
	background: url(../images/featured-video.png) no-repeat left top;
	width:136px;
	height:87px;
	display:block;
	position:absolute;
	right:130px;
	top:-45px;
	cursor:pointer;
	text-indent: -5000px;
}
.orange .bartitle,
.orange-bar {
	background: url(../images/yellow-bar.png) no-repeat left center;
	height:46px;
	color: #FFFFFF;
	font-size: 18px;
	height: 30px;
	padding: 15px 20px 0 0;
	text-align: right;
	position:relative;
}
.orange .calloutdevice_image
{
	background: url(../images/seney-reef.png) no-repeat left center;
	height:205px;
	width:190px;
	
}
.red .bartitle,
.red-bar {
	background: url(../images/red-bar.png) no-repeat left center;
	height:46px;
	color: #FFFFFF;
	font-size: 18px;
	height: 30px;
	padding: 15px 20px 0 0;
	text-align: right;
	position:relative;
}
.red .calloutdevice_image
{
	background: url(../images/seney-pond.png) no-repeat left center;
	height:205px;
	width:190px;
	
}
/************************home*******************************************/





/**************************dashboard*******************************************/

.seney-dashboard {
	clear:both;
	display:block;
	padding:50px 45px 0px;
}
.seney-dashboard h4 {
	font-size:14px;
	color:#808080;
	margin:10px 0px 30px;
	line-height:20px;
}
.seney-dashboard h2 {
	font-size:28px;
}
.dashboard-deatil {
	display:block;
}
.dashboard-deatil ul {
	overflow:hidden;
	margin:0px 0px 0px -35px;
}
.dashboard-deatil ul li {
	width:255px;
	float:left;
	margin:0px 0px 10px 35px;
}
.dashboard-deatil ul li h4 a {
	font-size:18px;
	color:#000;
}
.dashboard-deatil ul li h4 a:hover {
	color:#00AEEF;
}
.dashboard-deatil ul li h4 {
	margin:0px 0px 5px;
}
.dashboard-images {
	margin:0px 0px 0px -100px;
	display:block;
	width:761px;
	height:488px;
}
/**********************dashboard**************************************/
/************************research*******************************/




.research-intro {
	background:  url("../images/research.png") no-repeat left top;
	width:652px;
	height:355px;
	display:block;
	clear:both;
}
.researchdetail {
	width:190px;
	clear:both;
	display:block;
	padding:54px 0px 0px 40px;
	position:relative;
}
.researchdetail p {
	font-size:14px;
	line-height:20px;
	color:#808080;
	padding:10px 0px 0px;
}
.researchdetail span a {
	width:118px;
	height:27px;
	text-indent:-9999px;
	display:block;
	background: url(../images/contactbtn.png) no-repeat left center;
}
.researchdetail strong {
	position:absolute;
	left:35px;
	top:-5px;
}
.researchdetail h2 { font-size:28px;}
.research-bar {
	background: url(../images/blue-bar.png) no-repeat left top;
	height:76px;
	text-align:center;
	font-size:18px;
	color:#fff;
	padding:7px 100px 0px;
	line-height:22px;
}
ul.researchimage {
	clear:both;
	display:block;
	overflow:hidden;
}
ul.researchimage li {
	width:123px;
	float:left;
	background: url(../images/pipe.png) no-repeat right 1px;
	padding:0px 20px 0px 0px;
	margin:0px 0px 20px 20px;
}
ul.researchimage li.research-last {
	background:none;
}
ul.researchimage li h2 {
	padding:15px 0px 10px;
}
ul.researchimage li span {
	margin:0px 0px 0px -5px;
	display:block;
}
ul.researchimage li p {
	height:50px;
}
/************************research***********************************/










/********************************feedback****************************************************/


.productfeedback {
	position:relative;
	clear:both;
	padding:50px 0px 1px 50px;
}
.feedback-detail {
	width:455px;
}
.feedback-detail h2, .feedback-detail p {
	color:#808080;
	margin:0px 0px 10px;
}
.productfeedback span {
	position:absolute;
	left:-1px;
	top:0px;
}
.productfeedback strong {
	position:absolute;
	right:30px;
	top:-15px;
	display:block;
}
.feedback-image {
	clear:both;
	width:570px;
	margin:20px 0px 0px;
}
.feedback-image h3, .feedback-link h3 {
	display:block;
	background:#ededed;
	padding:5px 10px;
	font-size:14px;
}
.feedback-image ul {
	text-align:center;
	clear:both;
	overflow:hidden;
	margin:20px 0px;
}
.feedback-image ul li {
	width:140px;
	float:left;
	text-align:center;
	margin:0px 0px 0px 35px;
}
ul.seneye-accessories li {
	margin:0px;
}
.feedback-image ul li span {
	position:inherit;
}
.feedback-link {
	position:relative;
	clear:both;
	display:block;
	width:570px;
	margin:50px 0px 0px;
}
.feedback-link ul {
	overflow:hidden;
	position:relative;
	z-index:9999;
}
.feedback-link ul li {
	float:left;
	width:114px;
	margin:20px 0px 0px 0px;
	line-height:24px;
}
.feedback-link ul li span {
	position:inherit;
	float:left;
	width:28px;
	height:36px;
}
.feedback-link ul li a {
	float:left;
	margin:5px 0px 0px 10px;
	display:block;
}
.feedbackimage {
	position:absolute;
	left:-40px;
	top:-105px;
}
.feedback-link h3 {
	display:block;
	background:#ededed;
	padding:5px 10px 5px 120px;
}
/**********************************feedback************************/



/*****************************help********************************************************/

.cloud {
	background: url(../images/cloud.png) no-repeat left top;
	width:652px;
	height:413px;
	clear:both;
	position:relative;
	margin:0px 0px 20px;
}
.cloudtext {
	clear:both;
	width:220px;
	padding:45px 0px 0px 40px;
	color:#fff;
}
.cloudtext h2 {
	margin:0px 0px 10px;
	color:#fff;
	font-size:28;
}
.cloudtext h2 { font-size:28px; line-height:18px;
}
.cloudtext p { font-size:14px; line-height:20px;
}
.cloud span {
	position:absolute;
	right:-15px;
	top:-10px;
	background: url(../images/floatingcloud.png) no-repeat left top;
	width:305px;
	height:213px;
	display:block;
}
.cloud ul {
	clear:both;
	margin:70px 0px 0px 120px;
}
.cloud ul li {
	float:left;
	margin:0px 20px 0px 0px;
}
.cloud ul li.iphone {
	margin:40px 30px 0px 0px;
	position:inherit;
	left:0px;
	top:0px;
	height:auto;
	width:auto;
}
.cloud ul li.ipad {
	margin:20px 20px 0px 0px;
}
.clouddetail {
	width:190px;
	background: url(../images/line.png) no-repeat right top;
	padding:20px 10px 0px 10px;
	margin:0px 10px 0px 0px;
	position:relative;
	float:left;
}
.clouddetail a {
	display:block;
	text-align:center;
}
.clouddetail-last {
	margin:0px;
	background:none;
	width:190px;
}
.clouddetail span {
	position:absolute;
	left:10px;
	top:-15px;
}
.clouddetail h2 {
	padding:0px 0px 20px 50px;
}
.callouttop-opt {
	height:155px;
}
.seneyabt {
	display:block;
	padding:30px 0px 150px 40px;
	background: url(../images/fish.png) no-repeat right 0px;
	position:relative;
}
.seneyabt h2{
	width:350px;
	padding:0px 0px 20px 0px; font-size:28px;
}
.seneyabt p {
	width:350px;
}
.seneyabt span {
	position:absolute;
	left:0px;
	top:-65px;
}
/*****************************help********************************************************/


/************************************sidebar***************************/


.view-sidebar {
	clear:both;
	display:block;
	width:140px;
}
.top-sidebar {
	background: url(../images/sidebar-top.png) no-repeat left top;
	width:130px;
	padding:10px 5px 0px;
}
.head h4 {
	color:#00aeef;
	font-size:14px; font-weight:bold;
}
.top-sidebar li strong {
	color:#00aeef;
	font-size:14px; 
	font-family: 'SeneyeFont';
	text-transform:lowercase;
}
.top-sidebar li ul {
	overflow:hidden;
	padding:5px 0px;
}
.top-sidebar li ul li {
	font-size:11px;
	text-transform:uppercase;
	line-height:18px;
}
.top-sidebar li ul li a:hover, .top-sidebar li ul li a.current {
	color:#d6841c;
}
.top-sidebar li ul li a {
	color:#444;
}
.top-sidebar li ul li a.current {
	font-weight: bold;
}
.bottom-sidebar {
	background: url(../images/sidebar-btm.png) no-repeat left top;
	width:140px;
	height:5px;
}
.sidebar-products {
	padding:10px 0px;
	clear:both;
}
#nav_category {
}
/************************************sidebar***************************/

/***********************faq**********************/

.faq-layout {
	float:left;
	width:212px;
	display:block;
	background: url(../images/rightend.png) no-repeat left bottom;
	padding:0px 0px 5px 0px;
	margin:0px 8px 0px 0px;
}
.faq-last {
	margin:0px;
	float:right;
}
.faq-layout h2 {
	background: url(../images/gray-title.png) no-repeat left center;
	height:34px;
	padding:12px 0px 0px;
	color:#fff;
	font-size:22px;
	text-align:center;
	margin:0px;
}
.faq-layout ul {
	background:#fff url(../images/pipe-2.png) repeat-x left top;
	overflow:hidden;
	padding:0px 15px 0px 20px;
}
.faq-layout ul li {
	padding:10px 0px 0px;
}
.faq-layout span {
	background:#fff;
	display:block;
	padding:5px 0px 10px 170px;
}
.faq-layout span a {
	background: url(../images/play.png) no-repeat left top;
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	display:block;
}
.faq-content {
	position:relative;
	clear:both;
	padding:50px 0px 20px 50px;
}
.faq-content h3 {
	color:#808080;
	margin:0px 0px 10px;
	font-size:18px;
}
.faq-content span {
	position:absolute;
	left:0px;
	top:0px;
}
.faq-content ul {
	background: url(../images/faq-main.png) no-repeat left top;
	width:638px;
	height:230px;
	margin:0px 0px 0px -50px;
	padding:0px 0px 5px 0px;
}
.faq-content ul li {
	float:left;
	margin:160px 0px 0px 120px;
}
.faq-content ul li a {
	background: url(../images/faq-new.png) no-repeat right bottom;
	width:73px;
	height:91px;
	display:block;
	text-indent:-9999px;
}
/***********************faq**********************/



/*********************************about-us*********************************/

.about-us {
	display:block;
	clear:both;
	width:532px;
	background: url(../images/fishbg.png) no-repeat left top;
	height:365px;
	padding:25px 30px 0px 90px;
}
.about-us p {
	color:#fff;
	padding:15px 0px 0px;
}
.company-detail {
	float:left;
	background: url(../images/contact-bg.png) no-repeat left top;
	width:160px;
	height:133px;
	display:block;
	padding:20px 14px 0px 150px;
	margin:0px 0px 20px;
}
.company-detail h2, .legal-detail h2 {
	color:#000;
	margin:0px 0px 10px;
}
.legal-detail {
	float:right;
	background: url(../images/about-link.png) no-repeat left top;
	width:208px;
	height:133px;
	display:block;
	padding:20px 20px 0px 90px;
}
.legal-detail p a {
	display:block;
	text-indent:-9999px;
	background: url(../images/play.png) no-repeat left top;
	width:25px;
	height:25px;
	float:right;
	margin:5px 0px 0px 0px;
}
/*********************************about-us*********************************/




/******************************light-overview************************************/


.light-overview {
	display:block;
	clear:both;
	padding:40px;
}
.light-overview h2 {
	margin:0px 0px 15px;
}
.light-dashboard {
	background: url(../images/light-dashboard.png) no-repeat left top;
	width:606px;
	height:391px;
	margin:0px 0px 0px -40px;
}
.light-dashboard ul {
	float:right;
	margin:130px 70px 0px 0px;
}
.light-dashboard ul li {
	background: url(../images/emptybtn.png) no-repeat left top;
	width:89px;
	height:21px;
	display:block;
	text-align:center;
	margin:0px 0px 5px;
}
.light-dashboard ul li a {
	color:#fff;
	line-height:20px;
}
.light-image2 {
	margin:0px 0px 0px -117px;
}
/******************************light-overview************************************/






/******************************retailopt************************************/

.retailopt {
	display:block;
	clear:both;
	width:455px;
	padding:20px;
	overflow:hidden;
}
.retailopt h2 {
	margin:0px 0px 10px;
}
.retailopt span, .legal-tc span {
	display:block;
	float:left;
	width:57px;
	height:75px;
	padding:0px 20px 0px 0px;
}
.legal-tc p
{
	padding:10px 0px 0px 0px;
}
.retail-address {
	position:relative;
}
.retail-product {
	position:absolute;
	right:0px;
	top:-160px;
}
.retail-top {
	background: url(../images/retail-top.png) no-repeat left top;
	width:284px;
	padding:20px;
}
.retail-top h2 {
	color:#000;
}
.retail-top h3 {
	margin:15px 0px;
}
.retail-btm {
	background: url(../images/retail-btm.png) no-repeat left bottom;
	width:324px;
	height:8px;
}
.black-bar {
	background: url(../images/black-bar.png) no-repeat left top;
	height:91px;
}
.retail-details {
	width:280px;
	float:left;
	border-right:solid 1px #a8a8a8;
	padding:0px 20px;
	margin:8px 0px 0px;
}
.retail-details p {
	color:#fff;
	padding:10px 0px 0px;
}
.retail-details span {
	width:57px;
	height:78px;
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
}
.retail-details p a {
	display:block;
	float:right;
	background: url(../images/play.png) no-repeat left top;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
.retail-second {
	border:none;
}
.legal-tc {
	padding:20px 20px 0px;
	overflow:hidden;
}
.legal-contain {
	padding:20px;
}
.legal-intro {
	background: url(../images/legal-bg.png) no-repeat left top;
	float:left;
	width:284px;
	height:113px;
	padding:20px;
	margin:0px 2px 5px 0px;
}
.legal-intro h2 {
	margin:0px 0px 7px;
	color:#000;
}
.legal-intro span {
    display: block;
    float: left;
    margin: 0 0px 0 0;
    width: 60px;
}
.legal-intro p {
	font-size:10px;
	float:righ;
	width:185px;
}
.legal-intro p a {
	background: url("../images/play.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 25px;
    position: relative;
    right: -30px;
    text-indent: -9999px;
    top: -0px;
    width: 25px;
}
/******************************retailopt************************************/


/******************************news************************************/

.news-intro {
	display:block;
	clear:both;
	overflow:hidden;
	padding:20px 40px;
}
.news-detail {
	float:left;
	width:360px;
}
.news-detail h2 {
	padding:0px 0px 15px;
}
.news-video {
	width:190px;
	height:171px;
	display:block;
	float:right;
	background: url(../images/newsframe.png) no-repeat left top;
}
.main-news {
	background: url(../images/boder-btm-new.png) repeat-x left bottom;
	padding:20px;
	margin:0px 20px;
}
.newsvideo {
	background: url(../images/news-frame.png) no-repeat left top;
	width:101px;
	height:81px;
	float:left;
	margin:0px 20px 0px 0px;
}
.right-video {
	float:right;
	margin:0px;
}
.newsintro {
	width:430px;
	display:block;
	float:left;
}
.newsintro a, .news-detail a {
	color:#da881c;
}
.newsintro a:hover, .news-detail a:hover {
	color:#00aeef;
}
.news-last {
	background:none;
}
/******************************news************************************/





/******************************coming soon************************************/

.coming-soon {
	clear:both;
	display:block;
	background: url(../images/seneye_dotcom_4-02-copy.png) no-repeat left top;
	height:330px;
	position:relative;
	top:40px;
}
.coming-soon span {
	position:absolute;
	left:-30px;
	top:-10px;
}
.seneye-logo {
	width:180px;
	float:right;
	background: url(../images/2.png) no-repeat left top;
	padding:10px 0px 40px 90px;
	margin:35px 50px 0px 0px;
}
.seneye-logo h3 {
	color:#fff;
	font-size:18px;
}
.seneye-logo p {
	color:#fff;
	margin:15px 0px 0px;
}
.twiters {
	position:absolute;
	right:-60px;
	bottom:105px;
	background: url(../images/twitter-hint.png) no-repeat left top;
	width:145px;
	height:82px;
}
.twiters a {
	display:block;
	text-indent:-9999px;
	background: url(../images/tweet.png) no-repeat left top;
	width:49px;
	height:42px;
	margin:75px 0px 0px 53px;
}
..coming-soon span {
position:absolute;
left:-30px;
top:-10px;
}
.coming-soon ul {
	position:absolute;
	right:100px;
	bottom:70px;
}
.coming-soon ul li {
	float:left;
	margin:0px 5px 0px 0px;
}
.coming-soon ul li a {
	background: url(../images/tab-menu.png) no-repeat left top;
	display:block;
	text-align:center;
	width:67px;
	line-height:24px;
	color:#fff;
}
.coming-soon ul li a:hover, .coming-soon ul li a.active {
	background: url(../images/tab-menu.png) no-repeat left -24px;
}
.image-list {
	clear:both;
	position:relative;
	min-height:265px;
	padding:0px 0px 30px;
}
.list-detail {
	float: left;
    padding: 20px 0 0 30px; 
    position: relative;
    width: 330px;
}
.list-detail h2 {
	font-size:26px;
	padding:0px 0px 15px;
}
.list-image {
   float: left;
   margin-top: -40px;
}
.right-image {
	left:10px;
}
.list-right {
	float:right;
	overflow:hidden;
}
.coming-layout {
	display:block;
	clear:both;
	overflow:hidden;
}
.left-layout {
	width:285px;
	float:left;
	padding:40px 30px 0px 40px;
}
.right-layout {
	width:260px;
	float:left;
	padding:30px 20px 0px 0px;
}
.right-layout span {
	margin:-15px 0px 0px -20px;
	display:block;
}
.left-layout p {
	padding:10px 0px 30px;
	margin:0px;
}
.gallery-layout {
	background: url(../images/gallery-bg.png) no-repeat left top;
	height:323px;
	overflow:hidden;
	display:block;
	clear:both;
}
.gallery-layout .capture li {
	height:234px!important;
}
#demo5 {
	overflow:visible!important;
	margin:50px auto 0px;
	width:552px;
}
#demo5 ol.horinaja_pagination {
	top:-50px!important;
	left:470px!important;
}
/******************************coming soon************************************/
/*warranty*/

.helpbox {
	display:block;
	clear:both;
	width:445px;
	margin:0px 0px 0px 170px;
	padding:20px 0px 50px 25px;
	background: url(../images/pipe.png) no-repeat left 5px;
	position:relative;
}
.help-search {
	background: url(../images/searchbox.png) no-repeat left top;
	width:410px;
	height:43px;
	display:block;
	clear:both;
	padding:8px 0px 0px 10px;
	margin:0px 0px 10px;
}
.help-search .submit-btn {
	width:76px;
	height:43px;
	margin:-5px 0px 0px 0px;
}
.help-search .submit-btn input[type="submit"] {
	width:76px;
	height:43px;
}
.help-input {
	background: url(../images/helpsearch.png) no-repeat left top;
	width:326px;
	height:34px;
	display:block;
	float:left;
}
.help-input input[type=text] {
	background:none;
	border:none;
	width:305px;
	margin:10px 0px 0px 10px; font-size:14px; color:#00AEEF; line-height:17px;
}
.submit-btn {
	display:block;
	float:left;
	width:67px;
	height:31px;
	float:left;
	margin:0px 0px 0px 10px;
}
.submit-btn input[type=submit] {
	background: url(../images/submit.png) no-repeat left top;
	width:67px;
	height:31px;
	cursor:pointer;
	display:block;
	border:medium none;
	text-indent:-9999px;
}
.extensions {
	position:absolute;
	left:-230px;
	bottom:0px;
}
.ribbon {
	position:absolute;
	left:-150px;
	top:-10px;
}
.helpbox h2 {
	margin:0px 0px 10px;
}
.warranty-extend {
	clear:both;
	display:block;
	width:570px;
	padding:30px 0px 20px 40px;
}
.warranty-extend h2 {
	font-size:28px;
}
.warranty-text {
	background: url(../images/seneyez.png) no-repeat left top;
	padding:85px 0 30px 160px;
	clear:both;
	display:block;
	margin:20px 0px 0px;
}
.warranty-text h3 {
	color:#000;
	margin:0px 0px 20px;
}
.warranty-text p { color:#000; margin:0px;}
.warranty-pricing {
	clear:both;
	display:block;
}
.warranty-pricing p {
	margin:15px 0px 10px; color:#000;
}
/* RSS */
.seneyenews {
	clear:both;
	display:block;
	background: url(../images/rssbg.png) no-repeat left top;
	width:652px;
	height:207px;
}
.seneyenews p {
	width:285px;
	display:block;
	float:right;
	margin:100px 20px 0px 0px;
	font-size:14px;
	line-height:20px;
	color:#808080;
}
.newslink {
	clear:both;
	display:block;
	overflow:hidden;
	padding:20px 20px;
}
.newslink li {
	float:left;
	width:175px;
	margin:0px 55px 30px 0px;
	position:relative;
	padding:0px 0px 0px 55px;
}
.newslink li span {
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:90px;
}
.newslink li h2 {
	margin:10px 0px 20px;
}
.newslink li p {
	display:block;
	margin:5px 0px 0px;
	line-height:20px;
	height:20px;
}
.newslink li p a {
	background: url(../images/rssbtn.png) no-repeat right top;
	width:48px;
	height:20px;
	display:block;
	float:right;
	text-indent:-99999px;
}
.newsbtn {
	width:652px;
	height:420px;
	clear:both;
	display:block;
	background: url(../images/newsbg.png) no-repeat left top;
}
.newsbtn span a {
	display:block;
	width:129px;
	height:30px;
	background: url(../images/tellbtn.png) no-repeat left top;
	text-indent:-9999px;
	float:right;
	margin:40px 55px 0px 0px;
}
/***********************social media*****************/

.social-media {
	background: url(../images/socialbg.png) no-repeat left center;
	display:block;
	clear:both;
	padding:0px;
	position:relative;
	width:652px;
	height:511px;
	margin:20px 0px 0px;
}
.social-media .storecategory h2 {
	padding:15px 0px 0px;
	height:36px;
}
.social-media .storecategory ul li {
	background: url(../images/tweets.png) no-repeat left top;
	padding:0px 0px 10px 45px;
	margin:15px 0px;
}
.social-tweet {
	position:absolute;
	left:40px;
	bottom:-20px;
}
.media-detail {
	width:215px;
	float:left;
	margin:-20px 0px 0px 40px;
}
.media-detail h2 {
	font-size:24px;
}
.media-detail p {
	color:#808080;
	font-size:14px;
	line-height:22px;
	margin:15px 0px 0px;
}
ul.social-list {
	float:right;
	margin:0px 20px 0px 0px;
}
ul.social-list li {
	float:left;
	margin:10px 0px 0px 10px;
}
ul.social-list li a.twitter {
	display:block;
	text-indent:-9999px;
	background: url(../images/social-iconz.png) no-repeat left top;
	width:37px;
	height:37px;
}
ul.social-list li a.facebook {
	display:block;
	text-indent:-9999px;
	background: url(../images/social-iconz.png) no-repeat -47px top;
	width:37px;
	height:37px;
}
ul.social-list li a.youtube {
	display:block;
	text-indent:-9999px;
	background: url(../images/social-iconz.png) no-repeat -94px top;
	width:37px;
	height:37px;
}
ul.social-list li a.rss {
	display:block;
	text-indent:-9999px;
	background: url(../images/social-iconz.png) no-repeat -141px top;
	width:37px;
	height:37px;
}
ul.social-list li a.twitter:hover {
	background: url(../images/social-iconz.png) no-repeat left -47px;
}
ul.social-list li a.facebook:hover {
	background: url(../images/social-iconz.png) no-repeat -47px -47px;
}
ul.social-list li a.youtube:hover {
	background: url(../images/social-iconz.png) no-repeat -94px -47px;
}
ul.social-list li a.rss:hover {
	background: url(../images/social-iconz.png) no-repeat -141px -47px;
}
ul.social-iconlist {
	display:block;
	clear:both;
	height:91px;
	background: url(../images/black-bar.png) no-repeat left top;
	padding:0px 0px 0px 32px;
	margin:10px 0px 0px;
}
ul.social-iconlist li {
	width:145px;
	float:left;
	margin:0px 5px 0px 0px;
}
ul.social-iconlist li span {
	float:left;
}
ul.social-iconlist li a {
	margin:30px 0px 0px;
	display:block;
	color:#fff;
}
/***********************social media*****************/




/*************************widgets**********************************/

.widgets {
	clear:both;
	display:block;
	padding:25px 0px 278px 20px;
	position:relative;
}
.widgets ul {
	overflow:hidden;
	padding:20px 0px 0px;
}
.widgets ul li {
	width:275px;
	float:left;
	margin:0px 20px 0px 0px;
}
.widgets ul li span {
	display:block;
	float:left;
	margin:0px 20px 0px 0px;
}
.widgets ul li h3 {
	margin:25px 0px 10px;
	color:#000;
	line-height:22px;
	font-size:18px;
	display:block;
}
.widgets ul li p {
	float:right;
	width:185px;
}
.widget-image {
	position:absolute;
	left:-7px;
	bottom:-88px;
}
.widget-bar {
	background: url(../images/widget-bar.png) no-repeat left top;
	height:89px;
	display:block;
	padding:15px 0px 0px 35px;
}
.widget-bar li {
	float:left;
	width:60px;
	margin:0px 27px 0px 0px;
}
.widget-bar li a {
	display:block;
	width:60px;
	height:78px;
	text-indent:-99999px;
	z-index:999;
	position:relative;
}
.widget-bar li a.wid-temperature {
	background: url(../images/widget-control.png) no-repeat 0px top;
}
.widget-bar li a.wid-ph {
	background: url(../images/widget-control.png) no-repeat -65px top;
}
.widget-bar li a.wid-ammonia {
	background: url(../images/widget-control.png) no-repeat -134px top;
}
.widget-bar li a.wid-light {
	background: url(../images/widget-control.png) no-repeat -200px top;
}
.widget-bar li a.wid-par {
	background: url(../images/widget-control.png) no-repeat -266px top;
}
.widget-bar li a.wid-lux {
	background: url(../images/widget-control.png) no-repeat -332px top;
}
.widget-bar li a.wid-kelvin {
	background: url(../images/widget-control.png) no-repeat -398px top;
}
/*************************widgets**********************************/


/*************************404 error**********************************/





.error-page {
	display:block;
	clear:both;
	background:#000;
	width:100%;
	padding:0px 0px 70px;
}
.error-intro {
	background: url(../images/error-page.png) no-repeat left bottom;
	display:block;
	height:389px;
	width:652px;
	margin:auto;
}
.error-intro h2 {
	color:#fff;
	font-size:24px;
	padding:10px 0px 0px;
}
.error-intro p {
	color:#fff;
	margin:10px 0px 20px;
}
.error-intro a {
	padding-right: 16px;
	background: url(../images/redirect.png) no-repeat right 80%;
}
.lux-image {
	margin:70px 0px 0px -52px;
}
/*************************404 error**********************************/

/******************************************compare************************/

.seneye-compare {
	clear:both;
	display:block;
}
.seneye-compare h3 {
	color:#000;
	font-size:24px;
	padding:40px 0px 0px 40px;
}
.seneye-compare p {
	color:#808080;
	font-size:18px;
	padding:20px 0px 20px 40px;
}
.table-content {
	display:block;
	clear:both;
	overflow:hidden;
	margin:40px 0px 0px 40px;
}
.compare-title {
	padding:0px 0px 0px 15px;
	margin:15px 0px 0px;
	display:block;
}
.compare-odd {
	background:#ededed;
	overflow:hidden;
	width:570px;
	padding:3px 15px;
	display:block;
	margin:5px 0px 0px;
}
.compare-even {
	background:#fff;
	overflow:hidden;
	width:570px;
	padding:3px 15px;
	display:block;
	margin:5px 0px 0px;
}
.compare-btn {
	overflow:hidden;
	width:570px;
	padding:10px;
	margin:20px 0px 0px;
	padding:3px 15px 50px;
	display:block;
}
/******************************************compare************************/
/******************************************recycler************************/

.recycler {
	display:block;
	clear:both;
	background: url(../images/recycler-bg.png) no-repeat left top;
	height:418px;
	position:relative;
}
.recycle-text {
	width:300px;
	padding:60px 0px 0px 50px;
}
.recycle-text h2 {
	color:#fff;
	font-size:30px;
}
.recycle-text p {
	text-transform:uppercase;
	font-size:18px;
	line-height:24px;
	margin:13px 0px 0px;
}
.recycle-text span {
	position:absolute;
	left:0px;
	bottom:0px;
}
.recycler-bar {
	text-align:center;
	background: url(../images/greenbar.png) no-repeat left top;
	height:53px;
}
.recycler-bar h2 {
	color:#fff;
	font-size:20px;
	line-height:20px;
	padding:8px 100px 0px;
}
.local-recycle {
	width:320px;
	padding:0px 0px 0px 45px;
	height:270px;
}
.local-recycle h2 {
	background:url(../images/recycler-h2.png) no-repeat left top;
	font-size:24px;
	color:#8cc541;
	line-height:85px;
	padding:0px 0px 0px 65px;
}
.local-recycle span {
	display:block;
	margin:20px 0px 0px;
}
.recycle-list {
	padding:0px;
	width:auto;
	height:270px;
}
.recycle-list h2 {
	height:32px;
	position:relative;
	top:-2px;
	background: url(../images/orange-bar.png) no-repeat left top;
	text-align:center;
	color:#fff;
	line-height:30px;
	font-size:14px;
}
.recycle-list p {
	display:block;
	padding:10px 10px 10px 20px;
}
.recycle-list span {
	background:none;
}
.recycle-newsletter {
	background: url(../images/newsletter.png) no-repeat left top;
	height:116px;
}
.recycle-newsletter h2 {
	color:#fff;
	width:120px;
	padding:44px 0px 0px 115px;
	float:left;
}
.recycle-newsletter p {
	background: url(../images/recycle-form.png) no-repeat left top;
	height:25px;
	float:left;
	width:238px;
	margin:40px 0px 0px 60px;
}
.recycle-newsletter p input[type=text] {
	margin:4px 0px 0px 10px;
	width:215px;
	background:none;
	border:none;
	color:#00aeef;
}
.rec-btn input[type=button] {
	background: url(../images/join.png) no-repeat left top;
	width:89px;
	height:26px;
	display:block;
	float:left;
	border:none;
	text-indent:-99999px;
	cursor:pointer;
	margin:40px 0px 0px 10px;
}
/******************************************recycler************************/

.homepagenew-banner {
	background: black;
	height:437px;
	display:block;
	clear:both;
}
.homepage-wrapper{
    height: 437px;
    position: absolute;
    top: 0;
    width: 100%;
}
.homepage-content {
	display:block;
	position:relative;
	margin:auto;
	width:652px;
	padding:50px 0px 0px 220px;
}
.twitter-callnew {
	background: url(../images/twitter-bg.png) no-repeat center top;
	display:block;
	clear:both;
	height:30px;
}
.twitter-callnew p {
	display:block;
	margin:auto;
	width:652px;
}
.twitter-callnew p a {
	color:#fff;
	padding:8px 0px 0px 9px;
	display:block;
}
.twitter-callnew p a:hover {
	text-decoration:underline;
}
.link-listnew {
	display:block;
	margin:auto;
	width:652px;
	position:relative;
}
.home-video {
	width:228px;
	height:133px;
	 
	position:absolute;
	right:75px;
	top:-140px;
}
.home-video a {
	display:block;
	margin:6px 0px 0px 6px;
}
.home-links
{
	display:block;
	position:relative; 
	background: #c7c4cd;
 	background: linear-gradient(left, #c7c4cd 0%,#f6f3fa 48%,#f6f3fa 52%,#c7c4cd 100%);
 
}
.home-links ol
{
 	margin: 0 auto;
    position: relative;
    width: 1008px;
}
.home-links ol li {
    display: block;
    float: left;
    margin: 10px 0;
    position: relative;
}
.home-links ol li a{
	display: inline-block;
	background: url(../images/links-home.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 160px;
	width: 366px;
}
.home-links ol li.l-faq a{
	background-position:  0 -170px;
	width: 366px;
}
.home-links ol li.l-buy a{
	background-position: -366px 0;
	width: 134px;
}

 
/********************downloads***********************************/


.download-link {
	clear:both;
	display:block;
	position:relative;
}
.download-link span {
	position:absolute;
	left:0px;
	top:0px;
}
.download-option {
	clear:both;
	display:block;
	width:230px;
	padding:60px 0px 20px 40px;
}
.download-option h2 {
	background: url(../images/downloads-1.png) no-repeat left top;
	width:228px;
	height:76px;
	display:block;
	text-indent:-9999px;
}
.download-option p{ display:block; line-height:18px;}
.download-option p a { color:#00AEEF;}

.download-critarea p a{ color:#00AEEF; border-bottom:solid 2px #bfebfb;}
.download-btn a {
	background: url(../images/downloadbtn.png) no-repeat left top;
	display:block;
	width:128px;
	height:31px;
	text-indent:-99999px;
	margin:10px 0px;
}
.download-critarea {
	display:block;
	clear:both;
	font-size:11px;
	line-height:16px;
	color:#e5931c;
}
.download-critarea li {
	margin:5px 0px 0px;
}
.downloadimage {
	clear:both;
	display:block;
	position:absolute;
	right:-40px;
	top:70px;
}
.dwn-tr {
	display:block;
	padding:3px 15px;
	color:#00aeef;
	background:#ededed;
}
.dwn-content {
	display:block;
	padding:3px 15px;
	margin:5px 0px 0px;
}
/********************downloads***********************************/






/*************************translations**********************************/




.translations {
	clear:both;
	display:block;
	background: url(../images/pond.png) no-repeat right center;
	width:540px;
	padding:40px 0px 40px 45px;
}
.translation-text {
	width:260px;
	display:block;
	position:relative;
}
.translation-text span {
	position:absolute;
	left:0px;
	top:-55px;
}
.translation-text p {
	padding:20px 0px 30px;
}
.translation-text strong a {
	display:block;
	width:118px;
	height:26px;
	text-indent:-99999px;
	background: url(../images/findbtn.png) no-repeat left top;
}
.translation-language {
	display:block;
	clear:both;
	width:575px;
	padding:20px 0px 20px 40px;
}
.translation-language h3 { margin:0px 0px 10px;}
.translation-language p a {
	text-decoration:underline;
}
.first-row {
	width:145px;
}
.second-row {
	width:120px;
}
.third-row {
	width:220px;
}
.fourth-row {
	width:80px;
}
.fourth-row a {
	display:block;
}
.first-row, .second-row, .third-row {
	width:145px;
	padding:5px 0px 5px 10px;
}
.fourth-row {
	padding:7px 0px;
}
/*************************translations**********************************/

/** Video Overlay ***/
.video-overlay {
	position: absolute;
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	height: 439px;
	top: 38px;
	left: -10px;
	width: 675px;
}


/** pravash */

.legal-infoss
{
float:right;
width:215px;	
	
}


.block-progress .block-title {
	background: none;
	margin: 0 0 34px;
	padding: 0;
}

 
.checkout-onepage-index .col-main {
	padding-top: 20px;
	border: 0;
}

.checkout-onepage-index .page-title {
	padding-right: 40px;
	width: auto;
}

.checkout-onepage-index .page-title h1 {
	background: none;
	padding: 0;
}

.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 { font-size:11px; 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 { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }

.product-tabs .std ul{ list-style: disc;}
.product-tabs .std ul li{ margin-left: 25px;}



button.button.button-place-order
{
padding: 16px 20px;
border-color:#7DBE0E;
	background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 27%, #80c217 82%, #7cbc0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(27%,#a1d54f), color-stop(82%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 27%,#80c217 82%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 27%,#80c217 82%,#7cbc0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 27%,#80c217 82%,#7cbc0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 27%,#80c217 82%,#7cbc0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

}
button.button.button-place-order:hover
{
border-color:#7DBE0E;
background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 16%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(16%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 16%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 16%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 16%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 16%,#80c217 51%,#7cbc0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
}

button.button.button-place-order span {
    font-size:150%;
    height: 60px;
}
.platform-strip {
	display: block;
	clear: both;
	background: #c7c4cd;
	background: -moz-linear-gradient(left, #c7c4cd 0, #f6f3fa 48%, #f6f3fa 52%, #c7c4cd 100%);
	background: -webkit-linear-gradient(left, #c7c4cd 0, #f6f3fa 48%, #f6f3fa 52%, #c7c4cd 100%);
	background: linear-gradient(to right, #c7c4cd 0, #f6f3fa 48%, #f6f3fa 52%, #c7c4cd 100%);
	padding: 24px 0 28px;
  }
  .platform-inner {
	width: 890px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
  }
  .platform-card {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	border: 1px solid #b8b5be;
	border-radius: 0.7rem;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	display: block;
	-webkit-transition: box-shadow 0.2s, border-color 0.2s;
	transition: box-shadow 0.2s, border-color 0.2s;
  }
  .platform-card:hover {
	border-color: #00aeef;
	box-shadow: 0 3px 14px rgba(0,174,239,0.2);
	text-decoration: none;
  }
  .platform-card svg {
	display: block;
	width: 100%;
	height: 120px;
  }
  .platform-card-body { padding: 250px 15px 16px;
	
	background-clip: padding-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 230px; 
  }
  .platform-card-body.c1{
	  background-image: url(/media/homepage/1.jpg);
  }
  .platform-card-body.c2{
	background-image: url(/media/homepage/2.jpg);
}
.platform-card-body.c3{
	background-image: url(/media/homepage/3.jpg);
}
  .platform-card-eyebrow {
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #00aeef;
	margin: 0 0 5px;
	font-family: 'DM Sans';
	display: block;
  }
  .platform-card-title {
	font-size: 1.4rem;
	font-weight: normal;
	color: #00aeef;
	font-family: SeneyeFont, 'DM Sans';
	margin: 0 0 7px;
	line-height: 1.2;
	display: block;
  }
  .platform-card-desc {
	font-size: 0.8rem;
	color: #555;
	line-height: 1.65;
	margin: 0 0 12px;
	font-family: Tahoma, Geneva, sans-serif;
  }
  .platform-card-link {
	font-size: 1rem;
	font-weight: bold;
	color: #00aeef;
	font-family: 'DM Sans';
	text-decoration: none; 
	padding-right: 14px;
  }
  .platform-card:hover .platform-card-link { text-decoration: underline; }
  
  /* ── MOBILE ── */
  @media screen and (max-width: 900px) {
	.seneye-features-inner,
	.platform-inner {
	  width: 100%;
	  padding: 0 12px;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.features-devices,
	.platform-inner {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
	.features-device {
	  border-right: 0;
	  border-bottom: 1px solid #ddd;
	}
	.features-device:last-child { border-bottom: 0; }
	.platform-strip {
	  background: #f0eef5;
	  padding: 16px 0 20px;
	}
	.platform-card svg { height: 100px; }
  }
  @media screen and (max-width: 480px) {
	.features-heading { font-size: 18px; }
	.features-device-header h3 { font-size: 14px; }
  }