html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	background: url('../image/background.png') repeat-x;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1, .welcome {
	color: #111;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 31px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 400;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 22px;
}
a, a:visited, a b {
	color: #0a95dd;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 8px 6px 8px 6px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}

hr {
	color: #f4f4f4;
	
	 }

/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
	margin-top: 15px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 210px;
}
#column-right + #content {
	margin-right: 210px;
}
/* header */
#header {
	height: 70px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 625px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	padding: 10px;
	background: #0a95dd;
	top: 0px;
	right: 0px;
	z-index: 9;
}
#header #cart .heading {}

#header #cart .heading a {
	color: #FFF;
	text-decoration: none;
	
}

#header #cart .heading a:hover {
	color: #FFF;
	text-decoration: underline;
}

#header #cart .heading a span {
	background: url('../image/cart.png') 5% 50% no-repeat;
	padding-left:25px;
}





#header #search {
	position: absolute;
	top: 82px;
	right: 0px;
	width: 160px;
	z-index: 15;
	padding-right: 0px;
	
}
#header .button-search {
	position: absolute;
	left: 130px;
	background: url('../image/button-search.png') center center no-repeat #0a95dd;
	width: 30px;
	height: 30px;
	/*border-right: 1px solid #CCCCCC;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	
}
#header #search input {
	padding: 1px 33px 1px 6px;
	width: 120px;
	height: 26px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	/*background: url('../image/bg-search.png') repeat-x;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: #fff;
	color: #888;
}
#header #welcome {
	position: absolute;
	top: 0px;
	right: 179px;
	z-index: 6;
	width: auto;
	text-align: right;
	color: #999999;
	padding: 10px;
	background: #000;
	border-right: 1px solid #222222;
}

#header #welcome a, #header #hlocation a {
	color: #FFF;
}

#header #hlocation {
	position: absolute;
	top: 0px;
	right: 110px;
	z-index: 5;
	width: auto;
	text-align: right;
	color: #999999;
	padding: 10px;
	/*background: #0770a6;*/
	/*background: #097fbc;*/
	/*background: #032537;*/
	background: #000000;
}

#header #hlocation a span {
	background: url('../image/global.png') 5% 50% no-repeat;
	padding-left:25px;
}


#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 0px;
	display: none;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #0a95dd;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}


/* ----------------------------------------------------------------menu*/

#menu {
	background: none;
	height: 40px;
	margin-bottom: 0px;
	padding: 0px;
	width: 400px;
	margin-left: 480px;
	margin-top: -10px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
	
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 16px;
	color: #0a94dd;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 12px 12px 12px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	background: url('../image/menu-plus.png') no-repeat right 53%;
	
}
#menu > ul > li:hover > a {
	color: #000;
	background: url('../image/menu-plus-hover.png') no-repeat right 53%;
	
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 4px 6px;
	padding-top: 20px;
	/*border: 1px solid #000000;*/
	background: url('../image/menu-top.png') top left no-repeat #000;
	
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 8px 8px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 130px;
}
#menu > ul > li ul > li > a:hover {
	background: #0a95dd;
	color: #FFF;

	
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	font-size: 14px;
}



.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 3px;
	margin-top: 15px;
}
.success, .warning, .attention, .information {
	padding: 15px 10px 15px 33px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #fff;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
	
}
.success {
	background: #000 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #dddddd;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
}
.warning {
	background: #000 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #DDDDDD;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: 700;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: 700;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #bcdff1;
	color: #000;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 16px;
	font-size: 12px;
	font-weight: 700;
	background: url('../image/button.png') top left repeat-x;
	/*-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;*/
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: url('../image/button-active.png') repeat-x;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 47px;
	line-height: 30px;
	background: none;
	font-size: 26px;
	border-bottom: 1px solid #000; 
	margin-top: 20px;
}
.htabs a {
	background: #000;
	color: #fff;
	padding: 9px 15px 8px 15px;
	float: left;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin-right: 1px;


}
.htabs a.selected {
	padding-bottom: 7px;
	color: #fff;
	background: #0A94DD;
	border-bottom: 2px solid #0a94dd;
}
.tab-content {
	padding: 10px 0px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	/*-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;*/
	padding: 8px 10px 7px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	/*background: #FFFFFF;*/
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	/*border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;*/
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	margin-top: 30px;
	
	
}
.box-product > div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 22px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #ffffff;
	
}

.box-product .image img:hover {
	padding: 3px;
	border: 1px solid #0a95dd;
}
.box-product .name a {
	color: #0a95dd;
	font-weight: 400;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	width: 200px;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	
}

.box-product .name a:hover {
	text-decoration: underline;
	
}

.box-product .price {
	display: block;
	font-weight: 400;
	color: #333333;
	margin-bottom: 4px;
	min-width: 200px;
	text-align: center;
	text-align: center;
	
}
.box-product .price-old {
	color: #000;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: 700;
	color: #0a95dd;
	
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
	text-align: center;
}

.box-product .button { 

	margin: 0px auto;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #f3f3f3;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: 700;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 10px 5px 5px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: 700;
}


/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 0px;
}

.category-info p {
	margin-bottom: 0px;
	padding: 0px;
}

.category-info img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: 700;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: 700;
}
.product-compare a {
	text-decoration: none;
	font-weight: 700;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #fff;
}

.product-list .image img:hover {
	padding: 3px;
	border: 1px solid #0a95dd;
}
.product-list .name {
	margin-bottom: 6px;
	
}
.product-list .name a {
	color: #0a95dd;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
}
.product-list .description {
	line-height: 18px;
	margin-bottom: 5px;
	color: #4D4D4D;
	padding-right: 180px;
}



.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 14px;
}
.product-list .price-old {
	color: #000;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: 700;
	color: #0a95dd;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	display: none;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 210px;
	display: inline-block;
	vertical-align: top;
	margin-right: 44px;
	margin-bottom: 20px;
	text-align: center;
}
#column-left + #column-right + #content .product-grid > div {
	width: 135px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #fff;
}

.product-grid .image img:hover {
	padding: 3px;
	border: 1px solid #0a95dd;
}



.product-grid .name a {
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	color: #0a95dd;
	
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: 700;
	color: #333333;
	margin-bottom: 4px;
	font-size: 14px;
}
.product-grid .price-old {
	color: #000;
	text-decoration: line-through;
}
.product-grid .price-new {
	color: #0a95dd;
	font-weight: 700;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	display: none;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	width: 45px;
	margin: 0px auto;
}
/* Product */

.product-info h1 {line-height: 46px; font-size:41px; }

.product-info {
	overflow: auto;
	margin-bottom: 80px;
	margin-top: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 575px;

}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 30px;
	text-align: center;
}
div.image-additional {
	margin: 20px 0px
	

}
div.image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #E7E7E7;
}

div.image-additional a:hover {
	border: 1px solid #0a95dd;
}

.product-info .description {
	margin-top: 45px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #000;
	font-weight: 400;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	font-size: 41px;
	font-weight: 400;
	color: #0a95dd;
	padding: 0px 5px 0px 5px;
}

.product-info .rewardPoints {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	
	 }

.product-info .price-old {
	color: #000;
	text-decoration: line-through;
}
.product-info .price-new {
	color: #0a95dd;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
	color: #000000;
}

.options h2 {font-size: 14px; display: none; }

.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border: 1px solid #E7E7E7;
	padding: 10px 5px 10px 5px;
	margin-bottom: 5px;
	color: #4D4D4D;
	background: #f2f2f2;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
	
}

.product-info .review a {color: #000; }

.product-info .review > div > span {
	color: #0a95dd;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom: none;
}
.product-info .review .share a {
	text-decoration: none;
}




.product-info .availability {
	display: inline-block;
	padding: 5px;
	color: #000;
	background: #f2f2f2;
	text-transform: uppercase;
}

.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: 700;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: 700;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: 700;
}
.compare-info .price-old {
	font-weight: 400;
	color: #000;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: 700;
	color: #0a95dd;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: 700;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: 700;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: 700;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: 700;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: 700;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: 700;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px 20px 0px 20px;
	border-top: 2px solid #0a95dd;
	border-bottom: 1px solid #DBDEE1;
	background: #000;
	margin-top: 40px;
}
#footer h3 {
	color: #f8f8f8;
	font-size: 13px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 159px;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column ul li {
	margin-bottom: 3px;
	list-style-type: none;
}
#footer .column a {
	text-decoration: none;
	color: #777;
}
#footer .column a:hover {
	color: #0a95dd;
}

#footer .copyright {
	color: #666; border-top: 1px solid #333; padding-top: 5px; margin-top: 10px;
	 }



#footer #socialMedia {
	float: left;
	height: 33px;
}

#footer #socialMedia h3 {margin: 0px 0px 10px 0; }

#footer #socialMedia ul {margin: 0px; padding: 0px;}

#socialMedia ul {height: 33px; }

#socialMedia ul li {height: 33px; width: 33px; float:left;
list-style: none; overflow: hidden; margin-left: 5px; }

#socialMedia ul li a {text-indent:-9999px; display:block; background-position:0px -33px; height: 33px; }


#socialMedia ul li#facebook a {background: url('../image/facebook.png'); }
#socialMedia ul li#facebook a:hover {background-position: 0px -33px;  }

#socialMedia ul li#twitter a {background: url('../image/twitter.png'); }
#socialMedia ul li#twitter a:hover {background-position: 0px -33px;  }

#socialMedia ul li#youtube a {background: url('../image/youtube.png'); }
#socialMedia ul li#youtube a:hover {background-position: 0px -33px;  }

#socialMedia ul li#wordpress a {background: url('../image/wordpress.png'); }
#socialMedia ul li#wordpress a:hover {background-position: 0px -33px;  }

#socialMedia ul li#email a {background: url('http://www.power-skin.com/catalog/view/theme/powerskin/image/email.png'); }
#socialMedia ul li#email a:hover {background-position: 0px -33px;  }

#socialMedia ul li#googleplus a {background: url('../image/googleplus.png'); }
#socialMedia ul li#googleplus a:hover {background-position: 0px -33px;  }

#socialMedia ul li#pinterest a {background: url('../image/pinterest.png'); }
#socialMedia ul li#pinterest a:hover {background-position: 0px -33px;  }

#socialMedia ul li#pinterest a {background: url('../image/pinterest.png'); }
#socialMedia ul li#pinterest a:hover {background-position: 0px -33px;  }




#mc_embed_signup input.email { padding:5px 0px; text-indent:5px; width:180px; margin: 0; -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px; }
#mc_embed_signup input.button { min-width:30px; height: 30px; padding: 7px 0px; box-shadow: none; 	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	margin: 0;
	margin-top: -1px;  }


/*#mc_embed_signup .button {clear:both; background-color: #111111; border: 0 none; border-radius:4px;  cursor: pointer; display: inline-block; font-size:14px; font-weight: 700; height: 42px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#0a94dd;}
#mc_embed_signup input.email { padding:8px 0; text-indent:5px; width:180px; }
#mc_embed_signup input.button { width:40px; margin:0 0 10px 0; min-width:30px; height: 32px;}*/


/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

.spacer {clear: both; }


/* ----------------------------------------------------------------------------------------------------Content Page */

#contentPage {margin-bottom: 100px; }

#contentPage .partner { width: 720px; margin-bottom: 40px; border-bottom: 1px solid #e7e7e7; min-height: 240px; }
#contentPage .partner p, #contentPage .partner h2  { padding-left: 260px; padding-right: 10px; }
#contentPage .partner img { float: left; width: 220px; margin-right: 40px; border: 1px solid #e7e7e7; 		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px }
#contentPage .partner img:hover { border: 1px solid #0a95dd; cursor: pointer; }


#contentPage h2 {font-size: 26px; font-weight: 400; margin: 8px 0px; }
#contentPage h3 {color: #0a95dd; }

#contentPage ul { }
#contentPage ul li {line-height: 18px; margin: 3px 0px; padding: 6px; }

#content .banner {border-bottom: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7; padding-bottom: 10px; margin-bottom: 20px;  }
/*#content .banner img {-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px } */

/* ----------------------------------------------------------------------------------------------------Support Page */

#supportPage { width: 100%; margin-top: -10px; }

#supportPage h2 {border-bottom: 2px solid #ddd; padding-bottom: 10px; }
#supportPage p { padding: 3px 5px 0px 0px; }

.supportColumnLeft {float: left; width: 230px; margin-right: 20px; }
.supportColumnRight {float: right; width: 230px; }

#supportPage .supportColumnLeft ul, #supportPage .supportColumnRight ul { list-style-type: none; padding: 0px; }
#supportPage .supportColumnLeft ul li, #supportPage .supportColumnRight ul li { padding: 5px 0px;  }



#supportPage h3 {font-size: 16px; font-weight: 700; padding-left: 0px; padding-top: 6px; padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 5px;   }


/* ----------------------------------------------------------------------------------------------------Product Page */


#productOverview {width: 100%; float: left; background: url('http://www.power-skin.com/catalog/view/theme/powerskin/images/ppbg.png') bottom right no-repeat; min-height: 590px; }

.tab-content h3.overview { color: #000; font-size: 14px; border-bottom: 2px solid #f2f2f2; padding: 0 0 8px 0; margin-bottom: 10px; font-weight: 700; width: 460px; }

#productCol1 h3, #productCol2 h3, #productCol3 h3 { color: #000; font-size: 14px; border-bottom: 2px solid #f2f2f2; padding: 0 0 8px 0; margin-bottom: 10px; font-weight: 700; }

#productCol1 {width: 460px; float: left;}
#productCol2 {width: 220px; float: left; margin-left: 40px; margin-top: -52px; }
/*#productCol2 {width: 220px; position: absolute;  margin-left: 490px; top: 1126px;  }*/
#productCol3 {width: 220px; float: right; margin-top: -52px; }


#productCol1 p, #productCol2 p { color: #666; }

#productCol1 ul { float: left; margin-right: 20px; }
#productCol2 strong {font-weight: 700; color: #333; }

#productCol2 ul, #productCol3 ul {list-style-type: none; margin: 0px; padding: 0px; }
#productCol2 ul li, #productCol3 ul li {margin: 0px; padding: 5px 0 5px 0; background: none; border-bottom: 1px dashed #e8e8e8; line-height: 22px; font-size: 12px; }
#productCol1 ul li.last {border-bottom: none; }
#productCol2 ul li.last {border-bottom: none; margin-bottom: 30px; }

.ppFeature { margin: 0 0 20px 0px; padding: 0px; padding-bottom: 10px; border-bottom: 1px dashed #ddd; clear: both; min-height: 70px; }
.ppFeature h4 {margin: 0 0 5px 0; padding: 0; font-size: 14px; color: #333;  }
.ppFeature img {float: left; clear: both; padding: 0 10px 30px 0; }

.last {border-bottom: none; }
#productCol1 ul li:last-child {border-bottom: none; }
#productCol2 ul li:last-child {border-bottom: none; }
#productCol3 ul li:last-child {border-bottom: none; }

.overview-title { width: 460px; margin-right: 520px;  }

addthis_default_style { }

	#ppCompatibility h2 { }
	#ppCompatibility { margin: 0px auto; width: 980px;}
	#ppCompatibility ul {float: left; list-style-type: none; width: 200px; }
	#ppCompatibility ul li {color: #666;}
	
#csoon { background: #f2f2f2; padding: 10px 10px; border: 1px solid #dddddd; margin-bottom: 20px; }

/* ----------------------------------------------------------------------------------------------------MediaPage */

#mediaPage {padding: 0px; }

#mediaVideo, #mediaPress, #mediaAwards {padding: 0 0 30px 0; }

#mediaVideo img {margin: 15px 15px 0px 0px; float: left; width: 228px; border: solid 1px #ddd; padding: 25px 0px; background: #f3f3f3;  }
#mediaPress img { }


#mediaPress .pressBox, #mediaAwards .pressBox {width: 228px; height: 300px; border: solid 1px #ddd; float: left; margin: 15px 15px 0px 0px; float: left; background: #f3f3f3;  }
.pressBox img {margin-top: 10px; }
.pressBox p {padding: 10px; font-style: italic; font-weight: 300; }

.readmore { position: relative; bottom: 0; }

p.quote {height: 120px; }


/*------------------------------------------------------------------------------ Partner Page*/
#partnersPage { }
#partnersPage ul {list-style: none; margin: 0; padding: 0; clear: both; margin-bottom: 30px;}
#partnersPage ul li {display: inline; padding: 0; margin: 5px; }


/* ------------------------------------------------------------------------------ FAQ */


#faqCTA {width: 220px; float: right; margin-left: 20px; }

#faqPage h2 {margin: 30px 0px; font-size: 21px; }

#faqPage iframe {padding: 5px 0 5px 0px; margin: 10px 0 10px 0px; }

h3.trigger {
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	background: url('../image/faq-trigger.png') no-repeat;
	height: 36px;
	line-height: 36px;
	width: 860px;
	font-weight: 400;
	float: left;
}
h3.trigger a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
	display: block;
	font-weight: 700;

}
h3.trigger a:hover { color: #0a95dd;  }
h3.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0;
	padding: 0;
	/* border-top: 1px solid #d6d6d6; */
	/* background: #f0f0f0 url(http://www.power-skin.com/catalog/view/theme/powerskin/images/toggle_block_stretch.gif) repeat-y left top; */
	overflow: hidden;
	font-size: 13px;
	width: 740px;
	clear: both;
	
}
.toggle_container .block {
	padding: 0;
	margin: 0 0 20px 30px; /*--Padding of Container--*/
	/* background: url(http://www.power-skin.com/catalog/view/theme/powerskin/images/toggle_block_btm.gif) no-repeat left bottom; --Bottom rounded corners--*/
	border-bottom: 1px solid #ddd;
}
.toggle_container strong {
}

.toggle_container h4 {font-size: 21px; margin: 10px 0px 15px 0px; padding: 0; font-weight: 700; }

div.toggle_container small {padding: 0 0 0 25px; }
div.toggle_container p {padding: 0 0 0 0; }

/* ------------------------------------------------------------------------------ Locations */

.maps {
	display:block;
	height: 320px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.maps > h3 {
	font-size: 14px;
	color: #1B1A1A;
	padding-top: 15px;
	padding-bottom: 19px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.maps > h3 > a {
	color: #09a5dd;
	text-decoration: none;
}

.maps > .location-box {
	margin: 5px 5px 20px 5px;
	width: 220px;
	float: left;
}

.maps > .location-box > h3 {
	padding-left: 14px;
	margin: 0 0 10px 0;
	font-style: normal;
	font-weight: 700;
	margin-left: 6px;
	text-align: left;
	padding-top: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.maps > .location-box > ul{
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}

.maps > .location-box > h3 {
	font-size: 16px;
	font-weight: 700;
}

.maps > .location-box > ul > li{
	padding: 10px 10px 10px 10px;
	width: 200px;
}

.maps > .location-box > ul > li img{
	padding-left: 2px;
	padding-right: 10px;
	width: 40px;
}

.maps .country_name {
	position: absolute;
	margin-top: -34px;
	margin-left: 50px;
	font-size: 14px;
}


/* ------------------------------------------------------------------------------ Misc. */

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }




.popnChallenge { border-bottom: 1px solid #ddd; padding-bottom: 10px; padding-top: 10px; }


/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */


.nivoSlider {
	position: relative;
	margin-top: -4px;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:700;
}
/* slider theme */
.slideshow {
	margin-bottom: 20px;
	margin-top: -3px;
}
.slideshow a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: center;
	height: 22px;
	z-index: 99;
}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:34px;
	height:34px;
	
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	
	background: url('../image/button-previous-hover.png') no-repeat;
	top: 130px;
	right:0px;
}

a.nivo-nextNav:hover {
	
	top: 130px;
	right:0px;
}

a.nivo-prevNav {
	background: url('../image/button-next-hover.png') no-repeat;
	top: 130px;
	left:0px;
	
}
a.nivo-prevNav:hover {
	top: 130px;
	left:0px;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
	color:#efe9d1;
	text-decoration:underline;
}



/*------------------------------------------------------------------------------news ticker */
#ticker-wrapper.has-js {
	float: left;
	width: 950px;
	height: 35px;
	display: block;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 15px;*/
	background-color: #fff;
	font-size: 16px;
	margin: 0px auto;
}
#ticker {
	width: 950px;
	height: 38px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin: auto 0px;
	
}
#ticker-title {
	padding-top: 10px;
	color: #000;
	font-weight: 400;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	width: 100px;
}
#ticker-content {
	margin: 0px;
	padding-top: 11px;
	position: absolute;
	color: #0083ca;
	font-weight: 300;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
/*#ticker-content:focus {
	none;
}*/
#ticker-content a {
	text-decoration: none;	
	color: #000;
	font-size: 16px;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #000;
}
#ticker-swipe {
	padding-top: 14px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 800px;
	height: 38px; 
}
#ticker-swipe span {
	margin-left: 1px;
	background-color: #fff;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
#ticker-controls {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('http://www.power-skin.com/catalog/view/theme/powerskin/images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('http://www.power-skin.com/catalog/view/theme/powerskin/images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('http://www.power-skin.com/catalog/view/theme/powerskin/images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('http://www.power-skin.com/catalog/view/theme/powerskin/images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}