/* css reset */
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(/image/data/background-image.png);
	background-position: 0% 30px;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
	margin: 0px;
	padding: 0px;
}

body > img[height='1'][width='1']{
	position: absolute;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: white;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 5px;
	width: 200px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1245px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	min-width: 200px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 19px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	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: 425px;
	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 .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	/*border-right: 1px solid #CCCCCC;*/
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
	vertical-align: middle;
}

#header #cart-total {
	float: right;
	border-left: 1px solid #DADADA;
	padding-left: 10px;
}

#header #cart-total img{
	margin-right: 5px;
	vertical-align: middle;
}

#header a {
	color: #3C3C3C;
	text-decoration: none;
}

#header #redNumber {
	color: #F74527;
}

#header #welcome {
	z-index: 5;
	text-align: right;
	color: #999999;
	margin-right: 10px;
	margin-top: 4px;
}

#header #welcome a {
	text-decoration: none;
	vertical-align: top;
}

#header #welcome #usertab {
	margin-right: 10px;
}

#header #welcome img {
	margin-right: 5px;
	vertical-align: middle;
}

#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
	float: right;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #EDEDED;
	height: 68px;
	margin-bottom: 20px;
	min-width: 1245px; 
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1245px;
}
#menu > ul > li:not(:last-child) {
	position: relative;
	float: left;
	z-index: 20;
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #CECECE;
}

#menu > ul > li {
	display: inline-block;
	float: left;
}


.tri-down :hover {
    position: relative;
    color: #FFFFFF; 	   
    z-index: 7;
}

.tri-down:hover:before, .tri-down:hover:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
    z-index: 7;
}

.tri-down:hover:before {
	position: absolute;
    bottom: -11px;
    left: 71px;
    border-top-color: #D9D9D9;
    border-width: 11px;
    z-index: 7;
}

.tri-down:hover:after {
	position: absolute;
    bottom: -11px;
    left: 71px;
    border-top-color: #ffffff;
    border-width: 11px;
    z-index: 6;
}



#menu > ul > li > a {
	font-size: 17px;
	color: #62665A;
	line-height: 14px;
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
	height: 68px;
	line-height: 68px;
	width: 160px;
	text-align: center;
}

#menu > ul > li:hover > a {
	background: #D9D9D9;

}

#menu > ul > li:hover > div > a {
	background: #D9D9D9;
}

#menu > ul > li > .dropdown {
	display: none;
	/*background: #D9D9D9;*/
	position: absolute;
	z-index: 5;
/*	width: 161px;*/
}

#menu > ul > li > #logo {
	display: block;
}

#menu > ul > li > #logo img {
	display: block;
}

#menu > ul > li > #search {
	display: block;
	z-index: 15;
	height: 68px;
	line-height: 68px;
	border-right: none;
	position: relative;
}

#menu > ul > li > #search input {
	background: #FFF;
	padding: 1px 33px 1px 10px;
	margin: 21px 10px 0 20px;
	width: 190px;
	height: 28px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
	color: black;
}

.button-search {
	position: absolute;
	right: 13px;
	top: 23px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}

#menu > ul > li > div > .subnav {
	display: none;
}

#menu > ul > li > div > .subnav.revealSubnav {
	display: table;
	position: absolute;
}

#menu > ul > li:hover > div {
	display: table;
}
/*#menu > ul > li > div > .menu-nav {
	display: table-cell;
	width: 100%;
}*/

#menu > ul > li > div > ul {
	display: table-cell;
	width: 100%;
}


#menu > ul > li ul > li {

	width: 161px;
	background-color: #D9D9D9;
	background-image: -webkit-gradient(#E4E4E4 2%, #CBCBCB 4%, #D9D9D9 6%);
	background-image: -moz-linear-gradient(#E4E4E4 2%, #CBCBCB 4%, #D9D9D9 6%);
	background-image: linear-gradient(#E4E4E4 2%, #CBCBCB 4%, #D9D9D9 6%);
	border-bottom: 1px solid #BBBBBB;
	height: 40px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	color: #62665A;
	display: block;
	width: 160px;
	height: 40px;
  line-height: 15px;
  text-align: center;
  padding-top: 15px;
}

#menu > ul > li .menu-nav > li:not(:nth-child(3)) > a {
	padding-top: 15px;
}

#menu > ul > li .menu-nav > li:nth-child(3) > a {
	padding-top: 7px;
}

#menu > ul > li ul > li:hover {
	background-color: #C1C1C1;
	background-image: -webkit-gradient(#E4E4E4 2%, #CBCBCB 4%, #C1C1C1 6%);
	background-image: -moz-linear-gradient(#E4E4E4 2%, #CBCBCB 4%,#C1C1C1 6%);
	background-image: linear-gradient(#E4E4E4 2%, #CBCBCB 4%,#C1C1C1 6%);
	border-bottom: 1px solid #BBBBBB;
}

#menu > ul > li ul > li > .rightArrow {
	display: none;
}

#menu > ul > li ul > li:hover > .rightArrow {
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 13px;
	padding-top: 3px;
	padding-right: 16px;
}

.breadcrumb {
	color: #979797;
	margin-bottom: 10px;
	background-color: white;
}

.breadcrumb a {
	color: #979797;
	text-decoration: none;
}

.breadcrumb:last-child a {
	color: #B9B9B9;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-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: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-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: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-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: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {

}
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: bold;
}
table.list tbody td {
	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;
}
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: #F1FFDD;
	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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-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: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	background: #F7F7F7;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	width: 69%;
}
.buttons .left {
	float: left;
	text-align: left;
}

.buttons .left .coupon {
	width: 251px;
}

.buttons .left .coupon .coupon-text {
	padding-bottom: 10px;
	text-align: center;
	color: #7A7A7A;
}

.buttons .left .coupon .coupon-input {
	background-color: white;
	border-radius: 5px;
	width: 251px;
	height: 31px;
}

.buttons .right {
	float: right;
	text-align: right;
	margin-right: 20px;
}

.checkout-button {
	background-color: #F9B420;
	height: 66px;
	line-height: 66px;
	width: 302px;
	font-size: 38px;
	border-radius: 0px;
	border: none;
	position: relative;
	color: white;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.right .checkout-button {
	color: white;
	width: 302px;
	height: 66px;
	line-height: 66px;
}

.checkout-button .checkout-image {
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-top: -2px;
}

.checkout-button .checkout-image img {
	width: 100%;
	height: auto;
}

.checkout-button .checkout-border-arrow {
	height: 66px;
	width: 30px;
	position: absolute;
	right: -25px;
	top: -4px;
}

.checkout-button .checkout-border-arrow img {
	width: auto;
	height: 100%;
}

.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.buttons .center .continue-button{
	background-color: #C8C8C8;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 175px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: white;
	font-size: 20px;
	margin-top: 16px;
}

.htabs {
	height: 60px;
	line-height: 15px;
	display: block;
	overflow: auto;
}
.htabs a {
	background: #ECECEC;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #7A7A7A;
	margin-right: 2px;
	display: none;
	position: relative;
	width: 200px;
	height: 30px;
	line-height: 15px;
}

.htabs a .tab-arrow img {
	visibility: hidden;
}

.htabs a:not(:last-child){
	border-right: 1px solid white;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #D8F2FF;
}

.htabs a.selected .tab-arrow {
	height: 20px;
	width: 20px;
	position: absolute;
	bottom: -16px;
	left: 46%;
	visibility: visible;
	z-index: 20;
}
.htabs a.selected .tab-arrow img {
	height: auto;
	width: 100%;
	z-index: 20;
	visibility: visible;
}

.tab-content {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	width: 66%;
	display: inline-block;
	float: left;
}

/* solidoodles box */

.solidoodles {
	float: right;
	width: 362px;
	display: inline-block;
	padding-left: 10px;
	border-left: 2px solid #C6C6C6;
}

.solidoodles .solidoodles-header {
	font-size: 20px;
	color: #A7CF45;
	margin-bottom: 5px;
	text-align: center;
}

.solidoodles .solidoodle-row {
}

.solidoodles .solidoodle-row:not(:last-child) {
	border-bottom: 1px solid #E5E5E5;
}

.solidoodles .solidoodle-row .solidoodle {
	width: 49%;
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.solidoodles .solidoodle-row .solidoodle:first-child {
	border-right: 1px solid #E5E5E5;
}

.solidoodles .solidoodle-row .solidoodle .image {
	width: 88px;
	height: 88px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	overflow: hidden;
	border-radius: 5px;
}

.solidoodles .solidoodle-row .solidoodle .image img {
	height: 100%;
	width: auto;
	display: block;
	margin: auto;
}

.solidoodles .solidoodle-row .solidoodle .download {
	background-color: #69CAFE;
	position: relative;
	width: 88px;
	height: 23px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 4px;
	text-decoration: none;
}

.solidoodles .solidoodle-row .solidoodle .download .download-image {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 39%;

}

.solidoodles .solidoodle-row .solidoodle .download .download-image img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

.solidoodles .solidoodle-row .solidoodle .download .download-text {
	color: white;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
	font-size: 16px;
	text-decoration: none;
}

.solidoodles .solidoodle-row .solidoodle .more-info {
	width: 88px;
	height: 15px;
	background-color: #C9C9C9;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.solidoodles .solidoodle-row .solidoodle .more-info .more-info-text {
	color: white;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	font-size: 13px;
}


/* 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-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	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;
	text-align: center;
	height: 410px;
}
.box-product > div {
	position: relative;
	width: 274px;
	height: 402px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	overflow: hidden;
}

.box-product > div:not(:first-child) {
 	margin-left: 20px;
}

.box-product > div:not(:last-child) {
 	margin-right: 20px;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image-name-price {
	display: block;
	padding-bottom: 10px;
	height: 326px;
	background: -webkit-radial-gradient(#FFFFFF 55%, #F5F5F5 100%); /* Safari 5.1-6.0 */
  background: -o-radial-gradient(#FFFFFF 55%, #F5F5F5 100%); /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(#FFFFFF 55%, #F5F5F5 100%); /* For Firefox 3.6-15 */
  background: radial-gradient(#FFFFFF 55%, #F5F5F5 100%); /* Standard syntax */
}

.box-product a .product-img {
	width: 250px;
	height: auto;
}

.box-product .image-name-price .watchglass, .box-product .image-name-price .nowatchglass {
	position: relative;
	height: 1px;
	width: 17px;
	margin-bottom: 31px;
	cursor: pointer;
}

.box-product .image-name-price .watchglass img {
	position: absolute;
	top: 10px;
	left: 10px;
}
.box-product .name {
	color: #818181;
	text-align: left;
	display: inline-block;
	text-align: left;
	float: left;
	font-size: 20px;
/*	width: 50%;*/
	margin-left: 8px;
	overflow: hidden;
	height: 36px;
	width: 61%;
}

.box-product .name img {
	display: inline-block;
	float: left;
}

.box-product .name img + .logo-text {
	float: left;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 106px;
	padding-left: 8px;
	font-size: 20px;
}

.box-product .name .no-logo-text {
	margin-top: 6px;
}

.box-product div:nth-child(3) .name {
	font-size: 14px;
	width: 182px;
}

.box-product div:nth-child(3) .name .logo-text {
	width: 134px;
	font-size: 13px;
	padding-left: 5px;
}

.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: inline-block;
	color: #3AAEFD;
	margin-top: 4px;
	text-align: right;
	float: right;
	position: relative;

}
.box-product .price .integer-part {
	display: inline-block;
	font-size: 20px;
	margin-right: 8px;
}
.box-product .price .fractional-part {
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 1px;
	right: 0px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
.box-product .cart{
	background-color: #ECECEC;
	bottom: 0;
	height: 77px;
}
.box-product .cart .addToCartButton{
	display: inline-block;
	position: relative;
	border-radius: 0;
	background-color: #3AAEFD;
	width: 261px;
	height: 35px;
	font-size: 24px;
	padding-top: 4px;
	z-index: 6;
	margin-top: 7px;
	color: white;
	border: none;
}

.box-product .cart .cartblue{
	width: 0;
	height: 0;
	position: absolute;
	bottom: 81px;
	left: 47.4%;
	z-index: 8;
	cursor: pointer;
}

.box-product .cart .cartblue img {
	width: 20px;
	height: auto;
	z-index: 8;
}

.box-product .cart .info {
	display: inline-block;
	width: 87px;
	border-right: 1px solid #C7C7C7;
	text-decoration: none;
	text-align: left;
	float: left;
	margin-top: 10px;
}

.box-product .cart .info a {
	text-decoration: none;
}

.box-product .cart .info .icon-more-info {
	display: inline-block;
	height: 16px;
	width: 13px;
	margin-left: 7px;
}

.box-product .cart .info .text-more-info {
	display: inline-block;
	text-decoration: none;
	color: #9E9E9E;
	padding-left: 2px;
}

.box-product .cart .share {
	display: inline-block;
	height: 35px;
	width: 187px;
	text-align: left;
	float: left;
	margin-top: 10px;
	cursor: pointer;
}

.box-product .cart .share img {
	height: auto;
	width: auto;
}

.box-product .cart .share img:nth-child(2) {
	margin-left: 5px;
	margin-right: 5px;
}

.box-product .cart .share img:last-child {
	margin-left: 5px;
}

.box-product .cart .share .text-share {
	display: inline-block;
	text-decoration: none;
	color: #9E9E9E;
	padding-left: 11px;
}

.box-product .cart img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.information-box {
	border-left: 3px solid #C6C6C6;
	padding-left: 10px;
	margin-left: 5px;
	float: right;
}

.information-box .box-heading {
	color: #A7CF45;
	font-size: 24px;
	margin-bottom: 10px;
}

.information-box .box-content ul {
	list-style: none;
	padding: 0;
}

.information-box .box-content ul li a {
	display: block;
	background-color: #F4F4F4;
	font-size: 16px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	color: black;
	text-decoration: none;
	margin-bottom: 2px;
	overflow: hidden;
}

.information-box .box-content ul li a .image {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 7px;
}

.information-box .box-content ul li a .image img {
	width: 100%;
	height: auto;
}

.information-box .box-content ul li .active {
	padding-left: -10px;
	color: #D8D8D8;
}
/* seo text */
.seo-text {
	margin: 40px 10px 10px 10px;
	overflow: auto;
}

.seo-left, .seo-right {
	display: inline-block;
	background-color: #F3F3F3;
	border-radius: 5px;
	padding: 12px;
	color: #7B7B7B;
	margin: 0 10px;
	width: 47%;
	font-size: 15px;
}

.seo-left {
	float: left;
}

.seo-right {
	float: right;
}

/* account-box */

.account-box {
	width: 376px;
	border-left: 3px solid #C6C6C6;
	padding-left: 18px;
	margin-left: 20px;
}

.account-box .box-heading {
	color: #A7CF45;
	font-size: 28px;
	margin-bottom: 28px;
}

.account-box .box-content ul {
	list-style-type: none;
	padding-left: 0;
}

.account-box .box-content ul li {
	height: 30px;
	width: 354px;
	line-height: 30px;
	background-color: #F4F4F4;
	color: #D8D8D8;
	font-size: 20px;
	padding-left: 13px;
}

.account-box .box-content ul li a {
	color: #AAD14B;
	text-decoration: none;
	font-size: 16px;
}

.account-box .box-content ul li:not(:last-child) {
	margin-bottom: 3px;
}
/* homepage footer */

.blog-rss {
margin-left: 18px;
width: 364px;
height: 231px;
display: inline-block;
float: left;
}

.homepage-footer-header {
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 5px;
	height: 22px;
}

.homepage-footer-header .header-text {
	color: #797979;
	font-size: 16px;
	line-height: 16px;
}

.homepage-footer-header .header-image {
	display: inline-block;
	width: 15px;
	height: 15px;
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}

.homepage-footer-header .header-image img {
	width: 100%;
	height: auto;
}

.blog-rss .blog-posts {
	height: 170px;
	float: left;
}

.blog-rss .blog-posts .blog-post {
	overflow: hidden;
}

.blog-rss .blog-posts .blog-post .blog-post-date{
	color: #A6A6A6;
	font-size: 10px;
}

.blog-rss .blog-posts .blog-post .blog-post-header{
	font-size: 13px;
	color: #646464;
	overflow: hidden;
	height: 18px;
	margin-bottom: 8px;
}

.blog-rss .blog-posts .blog-post .blog-post-body{
	display: inline-block;
	font-size: 12px;
	color: #646464;
	height: 36px;
	overflow: hidden;
}

.blog-rss .blog-posts .blog-post .blog-post-link-container{
	display: none;
}

.blog-rss .blog-posts .blog-post .blog-post-link{
	display: inline-block;
	text-decoration: none;
	color: #3AAEFD;
}

.homepage-footer-footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #F7F7F7;
	padding: 7px 2px;
	overflow: auto;
	width: 100%;
	height: 34px;
}

.homepage-footer-footer .footer-text{
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	float: right;
}

.homepage-footer-footer .footer-arrow{
	height: 15px;
	width: 15px;
	float: right;
	margin-left: 5px;
}


.homepage-footer-footer .footer-arrow img{
	height: 100%;
	width: auto;
}

.videos {
	width: 364px;
	height: 231px;
	display: inline-block;
	margin: 0 62px;
	float: left;
}

.videos .video {
	height: 168px;
	width: auto;
	cursor: pointer;
}

.videos .video img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

#videoModal .modal-dialog {
	width: 842px;
	height: 700px;
}

.solidoodles-footer {
	width: 364px;
	height: 231px;
	display: inline-block;
	float: left;
}

.solidoodles-footer .solidoodle {
	height: 168px;
	width: auto;
}

.solidoodles-footer .solidoodle img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.right .product-header-container {
	overflow: auto;
}
.right .product-header {
	display: inline-block;
	float: left;
	margin-left: 5px;
	color: black;
	font-size: 18px;
	width: 225px;
}

.right .shipping-time {
	color: #7E7E7E;
	margin: 10px 0 0 5px;
	font-size: 16px;
}

.right .short-description {
	margin: 10px 0 10px 5px;
}

.right .filament {
	margin-top: 10px;
	margin-left: 5px;
}

.right .filament .color-row .color-container {
	height: 36px;
	width: 30px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 5px;
}

.right .filament .color-row .color-elem {
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid #ABABAB;
}

.right .filament .color-row .color-container:not(:first-child) {
	margin-left: 2px;
}

.right .filament .color-row .color-container:not(:last-child) {
	margin-right: 2px;
}
.right .filament .color-row .active {
	border-bottom: 4px solid #C9C9C9;
}

.right .product-share {
	display: inline-block;
	border-left: 1px solid #999999;
	padding-left: 14px;
	float: right;
	width: 130px;
	cursor: pointer;
}

.right .product-share .product-share-text {
	color: #999999;
	font-size: 12px;
	margin-bottom: 6px;
}

.right .product-share .product-share-image {
	width: 115px;
	height: 20px;
}

.right .product-share .product-share-image img:nth-child(2) {
	margin-left: 15px;
	margin-right: 15px;
}

.right .product-share .product-share-image img:nth-child(3) {
	margin-right: 13px;
}

.right .cart .cart-and-wishlist {
	overflow: auto;
	padding-top: 20px;
}

.right .cart .add-to-cart {
	/*display: inline-block;*/
	/*float: right;*/
	display: block;
	width: 203px;
	height: 46px;
	font-size: 36px;
	position: relative;
	background-color: #3AAEFD;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	float: right;
}

.right .cart .add-to-cart .cartblue-image {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -26px;
	left: 42%;
	z-index: 9;
}

.right .cart .add-to-wishlist {
	display: inline-block;
	float: left;
	width: 161px;
	height: 46px;
	font-size: 20px;
	position: relative;
	background-color: #C4DC85;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	margin-right: 4px;
}

.right .cart .add-to-wishlist .wishlistgreen-image {
	height: 30px;
	width: 30px;
	top: -24px;
	left: 39%;
	position: absolute;
	z-index: 9;
}

.related {
	float: right;
	width: 362px;
	border-left: 2px solid #C6C6C6;
	padding-left: 5px;
}
.related .related-product-header {
	font-size: 20px;
	color: #A7CF45;
	text-align: center;
	margin-bottom: 60px;
}

.related .related-product .product, .solicare {
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 18px;
	margin-left: 16px;
}

.right .solicare {
	padding-bottom: 18px;
	margin-left: 0;
	border-bottom: 1px solid #E7E7E7;
}

.related .related-product .product:not(:first-child) {
	padding-top: 18px;
}

.related .related-product .product .related-image, .solicare .related-image {
	float: left;
	width: 30%;
	display: inline-block;
}

.related .related-product .product .name, .solicare .name {
	display: block;
}

.related .related-product .product .name a, .solicare .name a {
	text-decoration: none;
	color: black;
}
.related .related-product .product .related-description, .solicare .related-description {
	height: 35px;
	color: #7B7B7B;
	margin: 2px 0;
	overflow: hidden;
}

.related .related-product .more-info, .solicare .more-info {
	color: #B1B1B1;
	display: inline-block;
	text-decoration: none;
	padding-right: 2px;
	line-height: 18px;
	vertical-align: middle;
}

.related .related-product .more-info img, .solicare .more-info img {
	margin-right: 6px;
	margin-top: -2px;
}

.related .related-product .product .related-price, .solicare .related-price {
	display: inline-block;
	color: #3AAEFD;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.related-add-to-cart .cartblue-image {
	display: inline-block;
	position: absolute;
	right: 80px;
	top: -2px;
	width: 30px;
	height: 25px;
	vertical-align: middle;
}

.related-add-to-cart {
	display: inline-block;
	background-color: #3AAEFD;
	position: relative;
	width: 90px;
	height: 25px;
	color: white;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	text-align: right;
	padding-right: 2px;
	float: right;
	text-decoration: none;
}

.related-add-to-cart:hover {
	color: white;
}

/* categories */

.category-header {
	font-size: 44px;
	color: #F9B420;
}

.product-list .category-row {
	display: block;
	max-width: 830px;
}

.product-list .category-row .category-product {
	display: inline-block;
	width: 120px;
	padding-bottom: 28px;
	padding-top: 20px;
	border-bottom: 1px solid #F8F8F8;
	margin-left: 20px;
}

.product-list .category-row .category-product:not(:first-child) {
	margin-left: 20px;
}

.product-list .category-row .category-product:not(:last-child) {
	margin-right: 20px;
}

.product-list .category-row .category-product .category-image {
	height: 80px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
}

.product-list .category-row .category-product .category-name {
	display: block;
	color: black;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	height: 42px;
	vertical-align: top;
	overflow: hidden;
}

.product-list .category-row .category-product .category-price {
	font-size: 20px;
	text-align: center;
}

.product-list .category-row .category-product .category-add-to-cart {
	display: block;
	text-decoration: none;
	border: 1px solid #3B94FC;
	background-color: #3DBAFD;
	color: white;
	width: 108px;
	height: 18px;
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

/* modals */

/* addToCart modal */

.addToCartModal	.modal-content, .addToCartModal .modal-dialog {
	width: 804px;
}

.addToCartModal .heading {
	font-size: 38px;
	color: #F9B420;
	margin-bottom: 10px; 
	
}

.addToCartModal .added-product, .addToCartModal .products {
	border-bottom: 1px solid #DCDCDC;
}

.addToCartModal .added-product {
	padding-bottom: 9px;
}

.addToCartModal .products {
	padding-bottom: 16px;
}

.addToCartModal .products, .addToCartModal .related-modal {
	margin-top: 20px;
}

.addToCartModal .added-product .image {
	display: inline-block;
}

.addToCartModal .added-product .name {
	display: inline-block;
	margin-right: 15px;
}

.addToCartModal .added-product .name .name-text {
	overflow: hidden;
	max-width: 390px;
	font-size: 14px;
	height: 63px;
	line-height: 63px;
}

.addToCartModal .added-product .name a { 
	background-color: #F6F6F6;
	height: 63px;
	width: 390px;
	padding-left: 10px;
	line-height: 50px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.addToCartModal .added-product .name .cart-border-arrow {
	position: absolute;
	right: -20px;
	top: 0;
	height: 63px;
	width: 20px;
}

.addToCartModal .added-product .name .cart-border-arrow img {
	height: 100%;
	width: auto;
}

.addToCartModal .added-product .image a {
	width: 80px;
	height: 80px;
}

.addToCartModal .added-product .image a img {
	width: 124px;
	height: auto;
}

.addToCartModal .added-product .total {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 15px;
}

.addToCartModal .added-product .quantity {
	display: inline-block;
}

.addToCartModal .added-product .quantity .quantity-box{
	display: inline-block;
	line-height: 25px;
	width: 25px;
	height: 25px;
	border-radius: 0;
	text-align: center;
	background-color: white;
	vertical-align: middle;
	color: #3289FC;
}

.addToCartModal .update-button {
	display: inline-block;
	background-color: #3DBAFD;
	vertical-align: middle;
	border: none;
	color: white;
	margin-right: 10px;
	border: 1px solid #3289FC;
}

.addToCartModal .added-product .quantity .update-button {
	height: 25px;
	width: 66px;
	font-size: 17px;
	line-height: 17px;
}

.addToCartModal .added-product .quantity .remove-image {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.addToCartModal .added-product .quantity .remove-image img {
	height: 100%;
	width: auto;
}

.addToCartModal .products .product-set:not(:first-child) {
	margin-left: 158px;
}

.addToCartModal .related-modal .related-set:not(:first-child) {
	margin-left: 164px;
}

.addToCartModal .products .product-set:first-child .product:not(:first-child):not(:nth-child(2)), .addToCartModal .products .product-set:not(:first-child) .product:not(:first-child) {
	margin-left: 30px;
}

.addToCartModal .related-modal .related-set:first-child .product:not(:first-child):not(:nth-child(2)), .addToCartModal .related-modal .related-set:not(:first-child) .product:not(:first-child) {
	margin-left: 18px;
}

.addToCartModal .product .image, .addToCartModal .product, .addToCartModal .products .products-description, .addToCartModal .related-modal .related-description {
	display: inline-block;
	vertical-align: middle;
}

.addToCartModal .products .products-description .description, .addToCartModal .related-modal .related-description .description {
	display: inline-block;
	color: #3CB8FA;
	vertical-align: middle;

}

.addToCartModal .product-set, .addToCartModal .products-description, .addToCartModal .related-description, .addToCartModal .related-modal {
	vertical-align: middle;
}


.addToCartModal .products .products-description .description {
	font-size: 23px;
	margin-right: 8px;
	width: 65px;
	line-height: 21px;
	vertical-align: top;
}

.addToCartModal .related-modal .related-description .description {
	font-size: 17px;
	width: 85px;
	line-height: 15px;
	vertical-align: top;
}

.addToCartModal .products .products-description .arrow {
	vertical-align: middle;
	display: inline-block;
}

.addToCartModal .related-modal .related-description .arrow {
	vertical-align: middle;
	display: inline-block;
}

.addToCartModal .products .products-description, .addToCartModal .related-modal .related-description {
	margin-right: 56px;
}

.addToCartModal .quantity-and-total, .addToCartModal .update-and-remove, .addToCartModal .related-modal .total, .addToCartModal .related-modal .add-to-cart {
	text-align: center;
}

.addToCartModal .products .products-description .arrow img, .addToCartModal .related-modal .related-description .arrow img {
	width: auto;
	height: 100%;
}

.addToCartModal .remove-image {
	width: 17px;
	height: 20px;
	display: inline-block;
}

.addToCartModal .remove-image img {
	width: 100%;
	height: auto;
}

.addToCartModal .quantity-and-total .quantity-box {
	display: inline-block;
	height: 25px;
	width: 25px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background-color: white;
	vertical-align: middle;
	color: #3289FC;
	border-radius: 0;
}

.addToCartModal .quantity-and-total .total {
	display: inline-block;
}

.addToCartModal .quantity-and-total {
	margin: 5px 0;
}

.addToCartModal .update-and-remove .update-button {
	display: inline-block;
	height: 20px;
	width: 50px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background-color: #3DBAFD;
	vertical-align: middle;
	color: white;
}

.addToCartModal .related-modal .total {
	margin: 5px 0;
}

.addToCartModal .add-to-cart {
	background-color: #3DBAFD;
	color: white;
	display: block;
	padding: 2px 5px;
	text-align: center;
	cursor: pointer;
}

.addToCartModal .modal-footer {
	background-color: #F7F7F7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.addToCartModal .modal-footer .checkout-button {
	color: white!important;
}

.addToCartModal .modal-footer .checkout-button .checkout-border-arrow {
	right: -24px;
}

.addToCartModal .continue-and-cart {
	display: inline-block;
	float: right;
	height: 66px;
}

.addToCartModal .continue-button, .addToCartModal .cart-button {
	display: block;
	width: 200px;
	height: 31px;
	font-size: 18px;
	line-height: 31px;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
	color: white!important;
}

.addToCartModal .continue-button {
	background-color: #3CB8FA;
	margin-bottom: 4px;
}

.addToCartModal .cart-button {
	background-color: #AEAEAE;
}

.addToCartModal .modal-footer .checkout-button {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

/* images modal */
.product-images {
	width: 743px;
	height: 632px;
}

.product-images .modal-content {
	height: 632px;
}

.close-modal {
  background-color: #FFFFFF;
  border-radius: 14px;
  cursor: pointer;
  height: 30px;
  line-height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 30px;
  text-align: center;
	font-size: 30px;
	text-transform: lowercase;
}

.info-and-share-big {
	color: #BDBDBD;
	text-decoration: none;
	height: 40px;
	vertical-align: middle;
	font-size: 19px;
	border-top: 1px solid #D6D6D6;
	padding-top: 11px;
	margin-top: 10px;
}

.info-and-share-big img {
}

.info-and-share-big .info-big {
	float: left;
	padding-right: 11%;
	border-right: 1px solid #D6D6D6;
	cursor: pointer;
}

.info-and-share-big .info-big a {
	text-decoration: none;
	color: #BDBDBD;
	font-size: 19px;
}

.info-and-share-big .info-big a .icon-more-info-big {
	padding-right: 10px;
}

.info-and-share-big .share-big {
	float: right;
	cursor: pointer;
}

.info-and-share-big .share-big .text-share-big {
	padding-right: 20px; 
}

.info-and-share-big .share-big img:nth-child(2) {
	padding-left: 10px;
	padding-right: 15px;
}

.modal-image-major {
	height: 450px;
	width: 100%;
	margin: 0 auto;
/*	border: 1px solid #BFBFBF;
	background: -webkit-radial-gradient(#FAFAFA 45%, #D0D0D0 100%); 
  background: -o-radial-gradient(#FAFAFA 45%, #D0D0D0 100%); 
  background: -moz-radial-gradient(#FAFAFA 45%, #D0D0D0 100%); 
  background: radial-gradient(#FAFAFA 45%, #D0D0D0 100%); */
	background-image: url(/image/data/main-page-enlarge-bg.png);
	background-size: 100% 100%;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.modal-image-major img {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: block;
}

.images-and-cart {
	width: 100%;
	height: 108px;
}

.modalimages .images{
	width: 395px;
	height: 88px;
	margin-top: 9px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.modalimages .item {
	margin-left: auto;
	margin-right: auto;
}

.modalimages .item > div {
	width: 125px;
	height: 80px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.modalimages .item > div:not(:first-child):not(:last-child) {
	margin: 0 5px;
}

.modalimages .images .item .image-underline {
	height: 82px;
	border-bottom: 2px solid #A7CF45;
}

.modalimages .item .image {
	width: 125px;
	height: 78px;
/*	border: 1px solid #BFBFBF;
	background: -webkit-radial-gradient(#FAFAFA 45%, #D0D0D0 100%);
  background: -o-radial-gradient(#FAFAFA 45%, #D0D0D0 100%);
  background: -moz-radial-gradient(#FAFAFA 45%, #D0D0D0 100%); 
  background: radial-gradient(#FAFAFA 45%, #D0D0D0 100%); */
	background-image: url(/image/data/main-page-enlarge-thumbnail-bg.png);
	background-size: 100% 100%;	
	display: inline-block;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
}

.modalimages .item .image img {
	display: block;
	width: auto;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

.modal-logo-and-price {
	display: inline-block;
	width: 15%;
	height: 85px;
	margin-top: 9px;
	margin-left: 17px;
}

.modal-logo {
	height: 50px;
	overflow: hidden;	
}

.modal-price {
	display: inline-block;
	position: relative;
	color: #3AAEFD;
	height: 35px;
}

.modal-price .modal-integer-part {
	display: inline-block;
	font-size: 25px;
	margin-right: 25px;
}

.modal-price .modal-fractional-part {
	display: inline-block;
	font-size: 20px;
	position: absolute;
	top: 1px;
	right: 0;
}
 
.modal-cart {
	background-color: #3AAEFD;
	width: 146px;
	height: 75px;
	margin-top: 13px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	line-height: 30px;
}

.modal-cart .img-container {
	display: inline-block;
	height: 27px;
	width: 32px;
	margin-top: 5px;
}

.modal-cart .img-container img {
	height: auto;
	width: 100%;
	vertical-align: top;
}

.modal-cart:hover {
	background-color: #0E668D;
}

.twitter-count-green {
	color: #ABD14C;
}

.twitter-count-red {
	color: #F73303;
}

/* social modal */

.share-dialog .modal-content {
	width: 700px;
	height: 325px;
}

.email-input {
	display: block;
	margin-bottom: 5px;
}

.subject-input {
	display: block;
	margin-bottom: 5px;
}

.social-calltoaction {
	color: #BDBDBD;
	font-size: 26px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #EFEFEF;
}

.social-image-and-price {
	display: inline-block;
	border-radius: 5px;
	/*background-color: #FAFAFA;*/
	width: 25%;
	float: left;
	position: relative;
}

.social-image-and-price .modal-social-image-major{
	width: 150px;
	height: 150px;
}

.social-image-and-price .modal-social-image-major img{
	width: 100%;
	height: auto;
}

.social-image-and-price .price {
	display: inline-block;
	color: #3AAEFD;
	text-align: center;
	margin-left: 18%;
}

.social-image-and-price .price .fractional-part{
	display: inline-block;
	font-size: 15px;
}

.social-image-and-price .price .integer-part{
	display: inline-block;
	font-size: 30px;
}

.social-buttons-container {
	float: right;
	width: 74%;
}

.social-buttons-container .social-buttons {
	display: inline-block;
	margin-bottom: 5px;
}

.social-buttons-container .social-buttons .social-button {
	display: inline-block;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	position: relative;
}

.social-buttons-container .social-buttons .twitter, .social-buttons-container .social-buttons .facebook {
	width: 45px;
	height: 45px;
}

.social-buttons-container .social-buttons .email {
	width: 100px;
	height: 45px;
}

.social-buttons-container .social-buttons .active {
	border: 1px solid #E6E6E6;
}

.social-buttons-container .social-buttons .social-image {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}

.social-buttons-container .social-buttons .downarrow {
	visibility: hidden;
	display: none;
}

.social-buttons-container .social-buttons .active .downarrow {
	visibility: visible;
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 16px;
	width: 10px;
	height: 10px;
}

.social-buttons-container .social-buttons .active.email .downarrow { 
	left: 44px;
}

.social-buttons-container .social-buttons .active .downarrow img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.social-buttons-container .social-buttons .facebook .social-image { 
	display: inline-block;
	margin-top: 8px;
	margin-left: 10px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
}

.social-buttons-container .social-buttons .twitter .social-image {
	margin-top: 5px;
	margin-left: 5px;
}

.social-buttons-container .social-buttons .email .social-image{
	margin-left: 5px;
	margin-top: 5px;
}

.social-input {
	width: 100%;
}

.social-submit {
	position: relative;
	background-color: #ABD14C;
	color: white;
	float: right;
	font-size: 20px;
	padding: 3px 23px 4px 8px;
	clear: both;
	cursor: pointer;
}

.social-submit:hover{
	background-color: #96BC39;
}

.social-submit .sharearrow {
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0px;
	top: 1px;
}

.social-submit .sharearrow img {
}

.social-twitter-count {
	font-size: 20px;
	text-align: right;
	clear: both;
	height: 30px;
}

.hidden-social-buttons{
/*	opacity: 0; 
	height: 0px; 
	overflow: hidden;*/
}

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* 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%;
}

.slideshow {
	border-radius: 10px;
	overflow: hidden;
}

.account-content .edit-form {
	width: 500px;
}

.account-content ul {
	list-style-type: none;
	padding-left: 10px;
}

.account-content li a {
	color: #AAD14B;
	text-decoration: none;
	font-size: 16px;
}

.account-content .edit-form tr td:first-child {
	width: 100px;
}

/* category */
.category-list-header {
	font-size: 20px;
}

.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	margin-bottom: 20px;
	background-color: #F9B420;	
	padding-top: 14px;
	padding-bottom: 6px;
	position: relative;
	width: 830px;
}

.category-list .category-col {
	margin: 0 auto;
}

.category-list .category-col:not(:last-child) {
	margin-bottom: 13px;
}

.category-list .category-col .category-elem {
	display: inline-block;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}

.category-list .category-col .category-elem a {
	font-size: 18px;
	color: white;
	margin-left: 10px;
}

.category-list img {
	position: absolute;
	bottom: -7px;
	left: 50%;
}

.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: bold;
	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-border-arrow {
	position: absolute;
	right: -6px;
	top: 51px;
}

.image-additional .carousel-control.left, .image-additional .carousel-control.right {
	background-image: none;
	background: none;
}

.image-additional .carousel-inner {
	margin-left: 50px;
	margin-right: 50px;
	width: 263px;
}

.image-additional .carousel-indicators {
	display: none;
}

.image-additional .carousel-control .glyphicon-chevron-right, .glyphicon-chevron-left {
	color: #D6D6D6;
}

.image-additional .carousel .carousel-arrow {
	margin-top: 26px;
}

.image-additional .carousel .left .carousel-arrow-img, .image-additional .carousel .right .carousel-arrow-img {
	border: none;
}

.product-info .image-additional {
	width: 366px;
	margin-left: -10px;
	margin-right: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid transparent;
}

.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.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: bold;
}
.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: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.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 #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}

.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.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;
}
.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: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.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;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	min-height: 400px;
}
.product-info > .left {
	position: relative;
	float: left;
	padding: 0 2px 0 10px;
	border-right: 1px solid #DEDEDE;
}
.product-info > .left + .right {
	margin-left: 10px;
	width: 380px;
	display: inline-block;
	float: left;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	margin-right: 43px;
	text-align: center;
	position: relative;
}

.product-info .image .watchglass {
	position: absolute;
	bottom: -29px;
	right: -29px;
}

.product-info	.image .watchglass img {
	height: 100%;
	width: auto;
}


.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}

.product-info .price-container {
	overflow: auto;
	margin-top: 10px;
}

.product-info .price-text-and-arrow {
	display: inline-block;
	width: 49%;
	float: left;
}

.product-info .price-text {
	display: inline-block;
	color: #A9A9A9;
	width: 67%;
	height: 46px;
	margin-top: 5px;
	vertical-align: middle;
}

.product-info .price-arrow {
	display: inline-block;
	width: 50px;
	height: 33px;
	vertical-align: top;
}

.product-info .price {
	display: inline-block;
	overflow: auto;
	margin-bottom: 10px;
	font-size: 38px;
	color: #3AAEFD;
	float: right;
	height: 47px;
	line-height: 47px;
	width: 180px;
	vertical-align: middle;
	text-align: right;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.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-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}

.product-info .cart .quantity{
	overflow: auto;	
	border-bottom: 1px solid #E7E7E7;
	margin-top: 15px;
	padding-bottom: 15px;
}

.product-info .cart .quantity-text {
	color: #7E7E7E;
	display: inline-block;
	float: left;
	line-height: 30px;
	vertical-align: middle;
}

.product-info .cart .quantity-input input{
	float: right;
	background-color: white;
	width: 30px;
}

.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.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: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	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: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	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: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* 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: bold;
	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: 44%;
}
.login-content .right {
	float: left;
	width: 44%;
	margin-left: 20px;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}

.login-content .right input[type='text'], .login-content .right input[type='password'] {
	border-radius: 5px;
	background: white;
	width: 200px;
}

.account-buttons {
	width: 750px;
	background-color: none;
}

.account-button {
	display: block;
	background-color: #3AAEFD;
	color: white!important;
	border: none;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	width: 200px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
}

.small-account-button {
	display: inline-block;
	background-color: #3AAEFD;
	color: white!important;
	border: none;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	width: 50px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
}

/* 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: bold;
}
/* 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-header { 
	color: #F9B420;
	font-size: 38px;
	display: inline-block;
	width: 50%;
}

.cart-info {
	display: inline-block;
	width: 69%;
}

.cart-info table {
	margin-bottom: 15px;
	border-collapse: collapse;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	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 .index-container {
	vertical-align: middle;
}

.cart-info tbody .index-container .index {
	height: 23px;
	width: 23px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #9E9E9E;
	color: #9E9E9E;
}

.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;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: black;
}

.cart-info tbody .quantity {
	padding-left: 19px;
}

.cart-info tbody .name .name-text {
	overflow: hidden;
	width: 350px;
}

.cart-info tbody .name a {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	background-color: #F6F6F6;
	text-decoration: none;
	color: black;
	position: relative;
	padding: 0 10px 0 18px;
}

.cart-info tbody .name .cart-border-arrow {
	height: 50px;
	width: 50px;
	position: absolute;
	right: -50px;
	top: -1px;
}

.cart-info tbody .name .cart-border-arrow img{
	width: auto;
	height: 100%;
}

.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}

.cart-info tbody .quantity .quantity-box {
	color: #3288FC;
	height: 23px;
	width: 22px;
	line-height: 20px;
	text-align: center;
	border-radius: 0;
  background: -webkit-radial-gradient(white 30%, #EDEDED 100%); 
  background: -o-radial-gradient(white 30%, #EDEDED 100%); 
  background: -moz-radial-gradient(white 30%, #EDEDED 100%);
  background: radial-gradient(white 30%, #EDEDED 100%); 
}

.cart-info tbody .quantity .update-button {
	background-color: #3DBAFD;
	border-radius: 0px;
	border: 1px solid #3790FC;
	color: white;
	height: 23px;
	width: 62px;
	cursor: pointer;
	line-height: 20px;
	vertical-align: middle;
	margin-top: -1px;
	font-size: 14px;
}

.cart-info tbody .quantity .remove-image {
	height: 18px;
	width: 16px;
	display: inline-block;
	margin-left: 23px;
	vertical-align: middle;
}

.cart-info tbody .quantity .remove-image img {
	display: block;
	vertical-align: middle;
	height: auto;
	width: 100%;
	margin-top: -4px;
}

.cart-info tbody .price, .cart-info tbody .total {
	text-align: left;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	margin-left: 5px;
	padding-right: 0;
	padding-left: 20px;
	font-size: 16px;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.shipping {
	width: 334px;
	float: left;
	display: inline-block;
}

.shipping .shipping-header {
	border-bottom: 4px solid #E4E4E4;
	color: #9C9C9C;
	font-size: 18px;
	margin-bottom: 5px;
	position: relative;
}

.shipping .shipping-header .order-down-arrow {
	bottom: -8px;
	left: 16px;
	position: absolute;
}

.shipping .shipping-input {
	width: 200px;
	float: right;
	background-color: white;
	margin: 5px 0 5px 53px;
	border-radius: 5px;
}

.shipping .button-quote {
	background-color: #C8C8C8;
	display: block;
	height: 25px;
	line-height: 20px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: white;
	font-size: 16px;
	float: right;
	border: none;
}

.shipping .shipping-error-box {
	height: 50px;
}

.cart-total {
	overflow: auto;
	margin: 0 0 0 80px;
	width: 334px;
	display: inline-block;
	min-height: 205px;
}

.cart-total .cart-total-header {
	border-bottom: 4px solid #A7CF45;
	font-size: 18px;
	margin-bottom: 5px;
	position: relative;
}

.cart-total .cart-total-header .order-down-arrow-green {
	bottom: -8px;
	left: 16px;
	position: absolute;
}

.cart-total table {
	float: right;
	width: 100%;
}

.cart-total tr {
	padding: 5px 0;
}

.cart-total tr:not(:last-child) {
	border-bottom: 1px solid #EAEAEA;
}

.cart-total tr:last-child {
	font-size: 14px;
}

.cart-total tr td {
	padding: 3px;
	text-align: left;
}

.cart-total tr td:first-child {
	width: 66%;
}

/* checkout */

.checkout {
	width: 1020px;
	margin: 0 auto;
}

.checkout-page-heading {
	color: #F9B420;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.checkout-heading {
	margin-bottom: 5px;
	font-size: 30px;
}
.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: 224px;
}

.checkout-content .left:first-child {
	width: 242px;
}

.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
	width: 100%;
	background-color: white;
}

.checkout-content #payment-existing select, .checkout-content #shipping-existing select, .checkout-content #payment-new select, .checkout-content #shipping-new select {
	background-color: white;
	border-radius: 5px;
}

.checkout-content #payment-new input, .checkout-content #shipping-new input {
	background-color: white;
	border-radius: 5px;
}

.checkout-product {
	display: inline-block;
	float: left;
	width: 545px;
	margin-top: 55px;
}

.checkout-product .cart-total {
	width: 495px;
	margin: 0;
}

.checkout-product .cart-total .cart-total-header {
	border-bottom: 4px solid #D9D9D9;
	position: relative;
}

.checkout-product .cart-total .cart-total-header .order-down-arrow {
	position: absolute;
	bottom: -8px;
	left: 16px;
}

.checkout-product .product-display {
	width: 495px;
	margin-left: 15px;
	margin-top: 20px;
}


.checkout-product .addresses {
	width: 495px;
	overflow: auto;
	border-bottom: 1px solid #DADADA;
}

.checkout-product .product-display .row {
	
}

.checkout-product .product-display .row .elem {
	width: 49%;
	display: inline-block;
	margin-bottom: 5px;
}

.checkout-product .product-display .row .elem .index-container {
	vertical-align: top;
	display: inline-block;
	margin-top: 62px;
	margin-right: 6px;
}

.checkout-product .product-display .row .elem .index-container .index {
	height: 23px;
	width: 23px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #9E9E9E;
	color: #9E9E9E;
}

.checkout-product .product-display .row .elem .image-name-price {
	display: inline-block;
}

.checkout-product .product-display .row .elem .image {
	display: inline-block;
}

.checkout-product .product-display .row .elem .name-and-price {
	display: block;
	width: 144px;
	vertical-align: middle;
	text-align: center;
}

.checkout-product .product-display .row .elem .name-and-price .name {
	word-wrap: break-word;
	font-size: 11px;
}

.checkout-product .product-display .row .elem .name-and-price .price {
	font-size: 15px;
	font-weight: bold;
}

.checkout-product .address-title {
	color: #8F8F8F;
	margin-bottom: 10px;
	font-size: 15px;
}

.checkout-product .payment-address, .checkout-product .shipping-address {
	width:49%;
	display: inline-block;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

.checkout-product .payment-address {
	border-right: 1px solid #DADADA;
	padding-right: 32px;
}

.checkout-product .shipping-address {
	padding-left: 32px;
}

.checkout-product .payment-address, .checkout-product  .shipping-address{
	margin-bottom: 15px;
}

.checkout-product .payment-address .customer-name, .checkout-product .shipping-address .customer-name {
	font-size: 16px;
	font-weight: bold;
}

.checkout-product .payment-address .address, .checkout-product .shipping-address .address {
	font-size: 16px;
}

.checkout-product #back-to-payment-address, .checkout-product #back-to-shipping-address{
	background-color: #EBEBEB;
	color: #727272;
  height: 44px;
	line-height: 44px;
	font-size: 18px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.checkout-product #back-to-payment-address .order-up-arrow, .checkout-product #back-to-shipping-address .order-up-arrow {
	top: -12px;
	left: 94px;
	position: absolute;
}

.contact-info {
	display: inline-block;
	overflow: auto;
	width: 178px;
	height: 390px;
	float: right;
	margin-right: 32px;
	padding-left: 24px;
	margin-left: 28px;
	border-left: 1px solid #E8E8E8;
}

.contact-info .emails {
	margin-top: 22px;
}

.contact-form {
	display: inline-block;
	width: 634px;
	margin-bottom: 10px;
}

.contact-form input[name="captcha"] {
	margin-bottom: 10px;
}

.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%;
}

.billing-register {
	width: 575px;
	float: left;
	display: inline-block;
	border-right: 1px solid #E6E6E6;
	position: relative;
}

.billing-register .or-div {
	position: absolute;
	right: -7px;
	top: 50%;
	font-size: 14px;
	background-color: white;
	line-height: 11px;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
}

.billing-register .input-forms{
	overflow: auto;
}

.billing-register input[type='text'],.billing-register input[type='password'], .billing-register select {
	width: 221px;
	background-color: white;
	border-radius: 5px;
}

.billing-register select {
	padding: 3.5px 2px 3.5px 2px;
}

.billing-register .error {
	width: 221px;
}

.login-and-total {
 width: 333px;
 float: right;
 display: inline-block;
 position: relative;
}

.login-and-total h2 {
	height: 30px;
	line-height: 30px;
	width: 333px;
	display: block;
	color: white;
	background-color: #909090;
	font-size: 18px;
	position: relative;
	padding-left: 7px;
	margin-bottom: 22px;
	float: right;
}

.login-and-total h2 .login-down-arrow {
	position: absolute;
	bottom: -4px;
	left: 16px;
}

.login-and-total input[type='text'], .login-and-total input[type='password'] {
	width: 333px;
	background-color: white;
	border-radius: 5px;
	float: right;
	margin-bottom: 12px;

}

.login-and-total .sign-in-button {
	float: right;
	color: white;
	background-color: #A7CF45;
	font-size: 30px;
	padding: 5px 5px;
	width: 115px;
	height: 40px;
	line-height: 20px;
	border-radius: 0;
	border: 0;
}

.login-and-total .cart-total {
	width: 333px;
	color: #AFAFAF;
	margin-top: 7px;
	margin-left: 0;
}

.login-and-total .cart-total .cart-total-header {
	border-bottom: 4px solid #D9D9D9;
	position: relative;
}

.login-and-total .cart-total .cart-total-header .order-down-arrow {
	position: absolute;
	bottom: -8px;
	left: 16px;
}

.login-and-total .cart-total tr:last-child td:first-child{
	font-weight: bold;
	font-size: 15px;
}

.back-to-cart {
	background-color: #CECECE;
	width: 100px;
	height: 40px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	margin-right: 10px; 
	text-align: center;
	margin-left: 10px;
}

.back-to-cart a {
	line-height: 40px;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	color: white;
}

.back-to-cart .back-to-cart-img {
	position: absolute;
	left: -24px;
	top: -2px;
	height: 40px;
	width: 37px;
}

.back-to-cart .back-to-cart-img img{
	height: 100%;
	width: auto;
}

.confirm-buttons {
}

.payment .credit-card-form {
	display: inline-block;
	border-left: 1px solid #DADADA;
	padding-left: 10px;
	margin-top: 30px;
}

.payment .credit-card-form select, .payment .credit-card-form input {
	background-color: white;
	border-radius: 5px;
}

.payment .credit-card-form input {
	width: 120px;
}

/* checkout success page */

.success-img {
	width: 130px;
	height: 110px;
	margin: 0 auto;
}

.success-header {
	font-size: 32px;
	text-align: center;
	color: #A7CF45;
}

.success-thanks {
	font-size: 28px;
	text-align: center;
	color: #F9B420;
	margin-top: 15px;
}

.success-body, .success-solidoodles-text {
	text-align: center;
	margin-top: 10px;
	color: #C9C9C9;
	font-size: 18px;
}

.success-solidoodles {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 900px;
}

.success-solidoodles .solidoodle-row {
	display: inline-block;
}


.success-solidoodles .solidoodle-row:not(:first-child) {
	margin-top: 5px;
}

.success-solidoodles .solidoodle-row:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

.success-solidoodles .solidoodle-row .solidoodle:not(:last-child) {
	border-right: 1px solid #E5E5E5;
	padding-right: 5px;
  padding-bottom: 5px;
}

.success-solidoodles .solidoodle {
	display: inline-block;
	width: 220px;
}

.success-solidoodles .solidoodle .image {
	display: inline-block;
	height: 100px;
	width: 100px;
	overflow: hidden;
	margin-right: 5px;
	float: left;
	margin-right: 8px;
}

.success-solidoodles .solidoodle .image img {
	width: 100%;
	height: auto;
}

.success-solidoodles .solidoodle .text-and-buttons {
	display: inline-block;
	float: left;
}

.success-solidoodles .solidoodle .text {
	font-size: 12px;
}

.success-solidoodles .solidoodle .more-info, .success-solidoodles .solidoodle .download {
	display: block;
	height: 25px;
	width: 100px;
	margin-top: 5px;
	color: white;
	text-decoration: none;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 5px;
}

.success-solidoodles .solidoodle .button-image {
	height: 15px;
	width: 15px;
	display: inline-block;
	float: right;
	margin-right: 5px;
}

.success-solidoodles .solidoodle .button-image img{
	height: auto;
	width: 100%;
}

.success-solidoodles .solidoodle .more-info {
	background-color: #C9C9C9;
}

.success-solidoodles .solidoodle .download {
	background-color: #69CAFE;
}

.solidoodles-big-logo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 350px;
	display: block;
	text-decoration: underline;
}

/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 275px;
	padding: 60px 0 0 0;
	min-width: 960px;
	max-width: 1245px;
	margin: 0 auto 20px auto;
}
#footer h3 {
	color: #BBBBBB;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#footer .columns {
	padding-top: 10px;
	border-top: 1px solid #EBEBEB;
}

#footer .column {
	float: left;
	min-height: 250px;
	min-width: 86px;
	padding-left: 5px;
	padding-right: 20px;
}

#footer .column:first-child {
	padding-left: 0;
}

#footer .column:not(:last-child):not(:nth-last-child(2)) {
	border-right: 1px solid #E1E1E1;
}

#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #868686;
}

#powered {
	margin-top: 5px;
	clear: both;
}

#footer .social-footer{
	height: 60px;
	width: 1245px;
	margin: 0 auto;
	color: #8E8E8E;
}

#footer .social-footer .social-footer-elem {
	display: inline-block;
	width: 190px;
	height: 38px;
	background-color: #F1F1F1;
}

#footer .social-footer .social-footer-elem:not(:last-child) {
	margin-right: 70px;
}

#footer .social-footer .social-footer-elem .social-image{
	display: inline-block;
	height: 38px;
	width: 43px;
	padding-right: 12px;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px; 
	background-image: -webkit-gradient(right, transparent 94%, #CECECE 96%, #FFFFFF 98%);
	background-image: -moz-linear-gradient(right, transparent 94%, #CECECE 96%, #FFFFFF 98%);
	background-image: linear-gradient(to right, transparent 94%, #CECECE 96%, #FFFFFF 98%);
}

#footer .social-footer .social-footer-elem .social-image img{
	width: auto;
	height: 100%;
	float: right;
}

#footer .social-footer .social-footer-elem .social-text{
	display: inline-block;
	color: #858585;
	text-decoration: none;
	font-size: 12px;
	padding: 14px 0;
	vertical-align: top;
	width: 75%;
}

#footer #footer-logo {
	height: 14px;
	width: auto;
}

#footer #email-signup {
	position: relative;
	width: 337px;
	float: right;
	border-left: 1px solid #E1E1E1;
	min-height: 210px;
}

#footer #email-signup a {
	color: #8A8A8A;
	text-decoration: underline;
	text-decoration-color: #8A8A8A;
}

#footer #email-signup a:not(:last-child) {
	padding-right: 8px;
}	

#footer #email-signup .middle-child {
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	padding: 0 5px;
}

#footer #email-signup form {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer #email-signup #mailform_text {
	background-color: #FFFFFF;
}

#footer #email-signup #mailform_submit {
	background-color: #C4C4C4;
	border-radius: 0px;
	border: none;
	margin: 0;
	padding: 0;
	height: 23px;
	width: 59px;
	color: white;
}

#footer #email-signup #mailform_calltoaction {
	margin-left: 10px;
}

#footer .bottom-right {
	position: absolute;
	bottom: 10px;
	right: 0;
}

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

/* colorbox hacks */

#colorbox table.radio tr td:first-child {
	width: auto;
}

.hidden {
	display: none;
}

.noVisible {
	visibility: hidden;
}

/* Curriculum styling */

.sdu .logo {
	margin-bottom: 30px;
	width: 600px;
	height: 100px;
}

.sdu .logo #sdu-logo, .sdu .logo #sdu-logo-text {
	display: inline-block;
	float: left;
	margin-top: 12px;
}

.sdu .logo #sdu-logo-text {
	margin-left: 10px;
}

.sdu .logo #sdu-logo-text div:first-child {
	font-size: 26px;
	color: #B1B1B1;
}

.sdu .logo #sdu-logo-text div:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
	color: #A9A9A9;
}


.sdu .logo #sdu-logo-text div:last-child {
	font-size: 16px;
	color: #BBBBBB;
}

.sdu div .sdu-col {
	width: 300px;
	float: left;
}

.sdu div .sdu-col:not(:last-child) {
	margin-right: 20px;
	border-right: 1px solid #EBEBEB;
}

.sdu div .sdu-col h2 {
	color: #ABD14C;
}

.sdu div .sdu-col a {
	display: block;
	position: relative;
	width: 260px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	background-color: #F4F4F4;
	color: #B9B9B9;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 44px;
	text-decoration: none;
}

.sdu div .sdu-col > div {
	margin-top: -8px;
	height: 50px;
}

.sdu div .sdu-col > div > .model-link {
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	width: 150px;
	text-decoration: none;
	float: left;	
}

.sdu div .sdu-col > div > .model-link-inner {
	height: 28px;
	width: 110px;
	text-decoration: none;
	padding-left: 0;
	float: left;
	color: #71BBF9;
}

.sdu div .sdu-col > a > img, .sdu div .sdu-col > div > .model-link > img {
	position: absolute;
	left: 0;
	top: -7px;
}

.sdu div .sdu-col > .model-link-inner > img {
	position: absolute;
	left: 0;
	top: 8px;
}
/*last minute in-the-news hacks*/
.in-the-news {
	width: 100%;
}

.in-the-news .news-row {
	margin: 0 auto;
}

.in-the-news .news-row:first-child {
	font-size: 22px;
	color: #9E9E9E;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 118px;
}
.in-the-news .news-row:nth-child(2) {
	height: 82px;
	margin-bottom: 20px;
	width: 1172px;
}

.in-the-news .news-row:nth-child(3) {
	height: 82px;
	width: 615px;
	margin-bottom: 20px;
}

.in-the-news .news-row a {
	display: inline-block;
	text-decoration: none;
	height: 82px;
}

.in-the-news .news-row a:not(:first-child) {
/*	margin-left: 5px;*/
}

.in-the-news .news-row a:not(:last-child) {
/*	margin-right: 5px;*/
}

#engadget {
	background-image: url(/image/data/1.jpg);
	height: 82px;
	width: 167px;
}

#engadget:hover {
	background-image: url(/image/data/1-c.jpg);
	height: 82px;
	width: 167px;
}

#gigaom {
	background-image: url(/image/data/2.jpg);
	height: 82px;
	width: 112px;
}

#gigaom:hover {
	background-image: url(/image/data/2-c.jpg);
	height: 82px;
	width: 112px;
}

#ny-business-journal {
	background-image: url(/image/data/3.jpg);
	height: 82px;
	width: 194px;
}

#ny-business-journal:hover {
	background-image: url(/image/data/3-c.jpg);
	height: 82px;
	width: 194px;
}

#tct {
	background-image: url(/image/data/4.jpg);
	height: 82px;
	width: 64px;
}

#tct:hover {
	background-image: url(/image/data/4-c.jpg);
	height: 82px;
	width: 64px;
}

#tnw {
	background-image: url(/image/data/5.jpg);
	height: 82px;
	width: 119px;
}

#tnw:hover {
	background-image: url(/image/data/5-c.jpg);
	height: 82px;
	width: 119px;
}

#the-verge {
	background-image: url(/image/data/6.jpg);
	height: 82px;
	width: 148px;
}

#the-verge:hover {
	background-image: url(/image/data/6-c.jpg);
	height: 82px;
	width: 148px;
}

#yahoo-tech {
	background-image: url(/image/data/7.jpg);
	height: 82px;
	width: 109px;
}

#yahoo-tech:hover {
	background-image: url(/image/data/7-c.jpg);
	height: 82px;
	width: 109px;
}

#three-d-printing-industry {
	background-image: url(/image/data/8.jpg);
	height: 82px;
	width: 135px;
}

#three-d-printing-industry:hover {
	background-image: url(/image/data/8-c.jpg);
	height: 82px;
	width: 135px;
}

#three-d-print {
	background-image: url(/image/data/9.jpg);
	height: 82px;
	width: 70px;
}


#three-d-print:hover {
	background-image: url(/image/data/9-c.jpg);
	height: 82px;
	width: 70px;
}

#toms-hardware {
	background-image: url(/image/data/10.jpg);
	height: 82px;
	width: 148px;
}

#toms-hardware:hover {
	background-image: url(/image/data/10-c.jpg);
	height: 82px;
	width: 148px;
}

#cnet {
	background-image: url(/image/data/12.jpg);
	height: 82px;
	width: 112px;
}

#cnet:hover {
	background-image: url(/image/data/12-c.jpg);
	height: 82px;
	width: 112px;
}

#gizmodo {
	background-image: url(/image/data/11.jpg);
	height: 82px;
	width: 112px;
}

#gizmodo:hover {
	background-image: url(/image/data/11-c.jpg);
	height: 82px;
	width: 112px;
}

#pcmag {
	background-image: url(/image/data/13.jpg);
	height: 82px;
	width: 112px;
}

#pcmag:hover {
	background-image: url(/image/data/13-c.jpg);
	height: 82px;
	width: 112px;
}

#toms-guide {
	background-image: url(/image/data/14.jpg);
	height: 82px;
	width: 112px;
}

#toms-guide:hover {
	background-image: url(/image/data/14-c.jpg);
	height: 82px;
	width: 112px;
}

#content #four-oh-four {
	display: block;
	margin: 0 auto;
}

/* Comparison page */

.comparison .constant-products {
/*	position: fixed;*/
	background-color: white;
	z-index: 9;
}

.comparison .constant-products > div {
	float: left;
	position: relative;
}

.comparison .constant-products .compare-logo, .comparison .compare-section .compare-row  {
	width: 285px;
}

.comparison .constant-products .press-header, .comparison .compare-section .press-row {
	width: 275px;
}

.comparison .constant-products .workbench-header, .comparison .compare-section .workbench-row, .comparison .compare-section .workbench-apprentice-row {
	width: 305px;
}

.comparison .constant-products .compare-logo, .comparison .constant-products .press-header, .comparison .constant-products .workbench-header {
	height: 338px;
}

.comparison .constant-products .product-img {
	display: block;
	margin: 0 auto;
}

.comparison .constant-products .compare-logo img {
	margin-top: 281px;
}

.comparison .constant-products .workbench .product-img {
	margin-bottom: 41px;
}

.comparison .constant-products .workbench-apprentice .product-img {
	margin-bottom: 58px;	
}

.comparison .constant-products .compare-text {
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
}

.comparison .constant-products .press-header .compare-text {
	font-weight: bold;
}

.comparison .constant-products > div > .compare-up-arrow {
	position: absolute;
	bottom: 0;
}

.comparison .constant-products .press-header .compare-up-arrow {
	left: 128px;
}

.comparison .constant-products .workbench-header .compare-up-arrow {
	left: 144px;
}

.comparison .compare-section {
	padding-top: 338px;
}

.comparison .compare-section .compare-row {
	float: left;
}

.comparison .constant-products:not(:last-child) > div {
	margin-right: 3px;
}

.comparison .compare-section .compare-row:first-child {
	margin-right: 4px;
}

.comparison .constant-products:not(:first-child) > div {
	margin-left: 3px;
}

.comparison .compare-section .compare-row:nth-child(2) {
	margin-right: 4px;
}

.comparison .compare-section .compare-row > div, .comparison .constant-products > div {
	border-bottom: 1px solid #B3B3B3;
}

.comparison .compare-section .compare-dashed-border, .comparison .constant-products .press-header, .comparison .constant-products .workbench {
	border-right: 1px dashed #DDDDDD;
	padding: 0 3px;
	overflow: visible;
}

.comparison .compare-section .press-row {
	background-color: #CBE38C;
	background-image: -webkit-gradient(#FFFFFF 0.5%, #CBE38C 3%, #CBE38C 100%);
	background-image: -moz-linear-gradient(#FFFFFF 0.5%, #CBE38C 3%, #CBE38C 100%);
	background-image: linear-gradient(#FFFFFF 0.5%, #CBE38C 3%, #CBE38C 100%);
}

.comparison .compare-section .workbench-row {
	background-color: #DFDFDF;
	background-image: -webkit-gradient(#FFFFFF 0.5%, #DFDFDF 3%, #DFDFDF 100%);
	background-image: -moz-linear-gradient(#FFFFFF 0.5%, #DFDFDF 3%, #DFDFDF 100%);
	background-image: linear-gradient(#FFFFFF 0.5%, #DFDFDF 3%, #DFDFDF 100%);
}

.comparison .compare-section .workbench-apprentice-row {
	background-color: #EFEFEF;
	background-image: -webkit-gradient(#FFFFFF 0.5%, #EFEFEF 3%, #EFEFEF 100%);
	background-image: -moz-linear-gradient(#FFFFFF 0.5%, #EFEFEF 3%, #EFEFEF 100%);
	background-image: linear-gradient(#FFFFFF 0.5%, #EFEFEF 3%, #EFEFEF 100%);
}

.comparison .compare-row > div {
	height: 27px;
}

.comparison .compare-row > div.two-lines {
	height: 45px;
}

.comparison .compare-row > div.eight-lines {
	height: 148px;
}

.comparison .compare-row > div > ol ol {
	list-style-type: lower-alpha;
}

.comparison .compare-row .add-to-cart {
	margin: 0 auto;
	background-color: #3DBAFD;
	color: white;
	display: block;
	padding: 2px 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
}
.comparison .compare-row .add-to-cart .cartblue-image {
	height: 30px;
	width: 30px;
	position: absolute;
	top: -17px;
	left: 45.5%;
	z-index: 1;
}

.comparison .compare-row .add-to-cart .cartblue-image img {
	height: 30px;
	width: 30px;
}

/*education page*/
.sdu-printers {
	float: left;
}

.sdu-printers .sdu-logo {
	margin-bottom: 15px;
}

.sdu-printers .printers .printer {
	display: inline-block;
	font-size: 18px;
	float: left;
}

.sdu-printers .printers .printer:not(:first-child) {
	margin-left: 15px;
}


.sdu-printers .printers .press img {
	margin-bottom: 20px;
}

.sdu-printers .printers .workbench-apprentice img {
	margin-bottom: 16px;
}

.sdu-printers .printers .solidoode-4 img {
	margin-bottom: 34px;
}
.sdu-printers .printers .printer .header {
	font-size: 23px;
	color: #5F5F5F;
	padding-bottom: 5px;
	border-bottom: 1px solid #C2DE7C;
	margin-bottom: 5px;
	text-align: center;
}

.sdu-printers .printers .printer:first-child .header {
	font-weight: bold;
}

.sdu-printers .printers .printer .price {
	font-weight: bold;
	font-size: 26px;
}
.sdu-printers .printers .printer ul {
	list-style: none;
	padding-left: 0;
}

.sdu-printers .printers .printer ul li:before {
	content: "○ ";
  color: #A7CF45;
}

.sdu-descr-and-btns {
	float: right;
	width: 355px;
	border-left: 2px solid #C6C6C6;
	padding-left: 5px;
}

.sdu-descr-and-btns .descr {
	font-size: 16px;
	color: #4F4F4F;
	margin-bottom: 300px;
}

.sdu-descr-and-btns .btns a:first-child, .sdu-descr-and-btns .btns .sdu-btn {
	display: block;	
	color: white;
	font-size: 26px;
	height: 65px;
	line-height: 65px;
	width: 362px;
	text-align: center;
	margin: 0 auto;
}

.sdu-descr-and-btns .btns .sdu-btn {
	margin-bottom: 5px;
	color: white;
	text-decoration: none;
	background-color: #A7CF45; 
}

.sdu-descr-and-btns .btns .sdu-img-btn {
	display: block;
	background-image: url(/image/data/sdu-button.png);
	position: relative;
	text-decoration: none;
	color: white;
	height: 65px;
	line-height: 65px;
	width: 362px;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	margin: 5px auto 0;
}

.sdu-descr-and-btns .btns .sdu-img-btn > img {
	position: absolute;
	bottom: -12px;
	left: 174px;
}

/*alphabellies*/

.belly-header-container {
	border-bottom: 9px solid #FEF7F0;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.belly-header-container .belly-header > img {
	display: block;
	margin: 0 auto;
}

#carousel-alphabellies .model-container {
	display: inline-block;
	width: 412px;
	height: 280px;
	float: left;
}

#carousel-alphabellies .model-container > div {
	display: block;
	margin-bottom: 0 auto;
	text-decoration: none;
}

#carousel-alphabellies .model-container .model-name {
	color: #ec3e96;
	font-size: 19px;
	text-align: center;
}

#carousel-alphabellies .model-container .model-image > a > img {
	width: 280px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#carousel-alphabellies .model-container .model-download {
	background-color: #91c53f;
	width: 200px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
#carousel-alphabellies .model-container .model-download > a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	display: block;
	height: inherit;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
}

.belly-lower-section .left-section {
	float: left;
	display: inline-block;
}

.belly-lower-section .left-section > img {
	display: block;
}

.belly-lower-section .left-section > a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	background-color: #91c53f;
	color: white;
	font-size: 19px;
	line-height: 50px;
	text-decoration: none;
}

.belly-lower-section .right-section {
	float: right;
	display: inline-block;
	margin-left: 15px;
}

.belly-lower-section .right-section .about-header {
	color: #0bb5c4;
	font-size: 24px;
	margin-bottom: 8px;
}

.belly-lower-section .right-section .about-logo {
	margin-bottom: 10px;
/*	margin: 0 auto;*/
	display: block;
}

.belly-lower-section .right-section .desc {
	float: left;
	display: inline-block;
	color: #d69666;
	width: 645px;	
}

.belly-lower-section .right-section .img {
	display: inline-block;
	float: right;
}

/* Action philosophers */

.philo-page .model-container {
	width: 220px;
	height: 310px;
	margin-bottom: 40px;
	display: inline-block;
	float: left;
}

.philo-page .model-container:not(:first-child) {
	border-left: 1px solid #e2e2e2;
	margin-left: 43px;
	padding-left: 43px;
}

.philo-page .model-container:not(:last-child) {
	margin-right: 43px;
	padding-right: 43px;
}

.philo-page .model-container .model-image {
	height: 240px;

}

.philo-page .model-container .model-image > a > img {
	display: block;
	margin-left: 4px;
}

.philo-page .model-container:first-child .model-image > a > img {
	margin-left: 50px;
}

.philo-page .model-container .philo-name {
	font-size: 2px;
	width: 220px;
}

.philo-page .model-container .philo-download > a {
	text-decoration: none;
	font-size: 18px;
	color: white;
	background-color: #a3181c;
	display: block;
	margin: 0 auto;
	width: 220px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.philo-page .belly-lower-section {
	background-color: #f7f7f7;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 554px;
}

.philo-page .belly-lower-section .left-section {
	float: left;
	display: inline-block;
	position: relative;
}

.philo-page .belly-lower-section .left-section > img {
	position: absolute;
	top: -35px;
}

.philo-page .belly-lower-section .right-section {
	display: inline-block;
	float: right;
	width: 53%;
	border-left: 1px dashed gray;
}

.philo-page .belly-lower-section .right-section .upper-author, .philo-page .belly-lower-section .right-section .lower-author {
	display: block;
	height: 245px;
}

.philo-page .belly-lower-section .right-section .upper-author {
	margin-bottom: 15px;
	border-bottom: 1px dashed gray;
}

.philo-page .belly-lower-section .right-section .author-left {
	float: left;
	display: inline-block;
	margin-left: 35px;
}

.philo-page .belly-lower-section .right-section .author-left > a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: #01c0f5;
	border: 1px solid black;
	height: 50px;
	width: 209px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
}

.philo-page .belly-lower-section .right-section .author-right {
	display: inline-block;
	float: right;
	width: 409px;
}

.philo-page .belly-lower-section .right-section .author-right .author-name {
	font-size: 17px;
	color: #a3181c;
	margin-bottom: 15px;
	margin-left: 20px;
}

.philo-page .belly-lower-section .right-section .author-right .author-text {
	margin-left: 20px;
	font-size: 14px;
}