h1 {
  font-size:20px;
  font-weight:normal;
  margin:0 0 13px 0;
}

h2 {
  font-size:14px;
  font-weight:bold;
  margin:0;
}

h3, h4 {
  font-size:12px;
  font-weight:bold;
  margin:0;
}

a:link, a:visited {
  color:#000000;
  text-decoration:underline;
}
a:hover, a:active {
  color:#FF0000;
  text-decoration:none;
}

a img {
  border:none;
}

form {
  margin:0;
}

ul {
  margin:10px 0;
  padding-left:20px;
}

.clear {
  height:0;
  clear:both;
}

p {
  margin:0 0 1em;
}

.errorMessage {
  font-weight:bold;
  color:#ff0000;
}

.topAlign {
  vertical-align:top;
}


/* form elements */

select {
  border:1px solid #999999;
  padding:1px;
}

.textBox {
  border:1px solid #999999;
  padding:1px 3px 1px 3px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.textBox.amount {
  width:1em;
  text-align:right;
}

.textBox.wide {
  width:20em;
}

.textBox.error {
  border:2px solid #ff0000;
}

.button {
  background:#EEEEEE;
  padding:1px 3px 1px 3px;
  border:1px outset #999999;
}


/* basic layout */

#outer {
  position:relative;
  width:977px;
  min-height:100%;
  margin:0 auto;
}

#clearHeader {
  width:100%;
  height:164px;
  clear:both;
}


#clearHeader h1 {
  margin:0;
  padding:0;
  width:471px;
}

#logo {
  position:absolute;
  display:block;
  top:32px;
  left:0;
  height:85px;
  width:469px;
  border:1px solid #ffffff;
  color:#ffffff;
  background:#000000;
}

#logo img {
  display:block;
  position:absolute;
  top:25px;
  left:19px;
}

#flags {
	margin:10px 1px 0 0;
	padding:0;
	float:right;
	height:20px;
}

#flags:link, #flags:visited,
#flags:hover, #flags:active {
	color:#000000;
	text-decoration:none;
}


/* header */

.headerBlock {
  position:absolute;
  top:32px;
  height:67px;
  padding:18px 12px 0;
  border:1px solid #ffffff;
  color:#ffffff;
  background:#8e9ca0 none no-repeat top left;
  line-height:17px;
}

.headerBlock a:link, .headerBlock a:visited,
.headerBlock a:hover, .headerBlock a:active {
  color:#ffffff;
}

.headerBlock select, .headerBlock .textBox {
  font-size:12px;
  width:100%;
  border:none;
}

#secondaryNav {
  left:485px;
  width:199px;
  background:#000000;
}

#cart {
  right:0;
  width:236px;
  background:url('/images/cart_opacity.png') repeat 0 0;
  border:3px solid #FFFFFF;
  height:69px;
  padding:12px 8px 0;
}

.cartTotal {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:14px 0 0;
	padding:0 0 0 2px;
}

#cartInfo {
	width:237px;
}
#cart .selectList {
	width:236px;
	font-size:14px;
	padding-top:2px;
}
.cartLink {
  float:right;
  padding:8px 0 0 12px;
  margin:6px 0 0;
}

#cartInfo .cartLink:link, #cartInfo .cartLink:active, #cartInfo .cartLink:visited {
  background:url('/images/tocart_button.png') no-repeat 0 0;	
  width:81px;
  height:37px;
  color:#5d7731;
  font-size:15px;
  font-family:Arial;
  text-decoration:none;
  text-decoration:none;
}

#cartInfo .cartLink:hover {
  background:url('/images/tocart_button_hover.png') no-repeat 0 0;	
  width:81px;
  height:37px;
}

#customerOptions {
  clear:both;
}

#logoutForm {
  display:inline;
}


.couponCode {
	margin-top:2em;
}

.cartTable .discount {
  color:#ff0000;
}



/* top menu */

#topMenu {
  position:absolute;
  top:126px;
  left:0;
  width:975px;
  height:29px;
  padding:0;
  border:1px solid #ffffff;
  margin:0;
  background:#000000;
  list-style-type:none;
  font-size:14px;
  line-height:29px;
  white-space:nowrap;
}

#topMenu li {
  margin:0;
  padding:0;
  float:left;
  position:relative;
  border-right:1px solid #ffffff;
}

#topMenu a, #topMenu .text {
  display:block;
}

#topMenu .text {
  padding:0 12px;
}

#topMenu li.first .text {
  padding-left:18px;
}

#topMenu li li.first .text {
  padding-left:12px;
}

#topMenu a:link, #topMenu a:visited,
#topMenu a:hover, #topMenu a:active {
  color:#ffffff;
  text-decoration:none;
}

#topMenu li.selected, #topMenu li:hover {
  background:#8f9b9e url(/images/menu_shadow_top.png) repeat-x top left;
}
#topMenu li.selected a, #topMenu li:hover a, #topMenu li:hover li:hover a {
  background:url(/images/menu_shadow_left.png) repeat-y top left;
}
#topMenu li.selected li a, #topMenu li:hover li a {
  background:none;
}

#topMenu li.selected .text, #topMenu li:hover .text, #topMenu li:hover li:hover .text {
  background:url(/images/menu_shadow_corner.png) no-repeat top left;
}
#topMenu li.selected li .text, #topMenu li:hover li .text {
  background:none;
}


#topMenu li ul {
  display:none;
  position:absolute;
  top:100%;
  left:-1px;
  padding:0;
  border:1px solid #ffffff;
  border-top:none;
  margin:0;
  background:#000000;
  list-style-type:none;
  z-index:10000;
}

#topMenu li:hover ul {
  display:block;
}

#topMenu li li {
  /*position:relative;*/
  float:none;
  border:none;
  border-top:1px solid #ffffff;
}


/* subnav menu */

.columnMenu {
  float:left;
  margin:10px 0 0;
  padding:0;
  list-style-type:none;
}

#secondaryNav .columnMenu.first {
  padding-right:15px;
  border-right:1px solid #ffffff;
  margin-right:15px;
}

.columnMenu a:link, .columnMenu a:visited {
  text-decoration:none;
}
.columnMenu a:hover, .columnMenu a:active {
  text-decoration:underline;
}


/* start page */

#topArea, #bottomArea {
  margin-bottom:6px;
}

.startPageBlock {
  background:#ffffff;
  padding:20px;
  margin-bottom:6px;
}

.startPageBlock.itemList {
  padding:20px 0 0 0;
}

.startPageBlock.itemList .wrapper {
  padding-left:38px;
}

.startPageBlock h2.featuredProducts {
  margin:0 20px;
}



/* start page offers */

#currentOffers {
  clear:both;
  position:relative;
  height:340px;
  padding:0;
  overflow:hidden;
}

#prevOffer, #nextOffer {
  position:absolute;
  top:50%;
  width:37px;
  height:90px;
  margin-top:-45px;
  z-index:1000;
  background:transparent none no-repeat top left;
  cursor:pointer;
}
#prevOffer {
  left:0;
  background:url(/images/offer_prev.png) no-repeat top left;
}
#nextOffer {
  right:0;
  background:url(/images/offer_next.png) no-repeat top right;
}

#currentOffers .fadeLeft,
#currentOffers .fadeRight {
  position:absolute;
  top:0;
  width:100px;
  height:100%;
}
#currentOffers .fadeLeft {
  left:0;
  background:url(/images/fade_left.png) repeat-y 0 0;
  z-index:999;
}
#currentOffers .fadeRight {
  right:0;
  background:url(/images/fade_right.png) repeat-y 0 0;
  z-index:998;
}

#currentOffers .offer {
  position:absolute;
  left:100%;
  width:777px;
  height:300px;
  padding:20px 100px;
  z-index:1;
}

#currentOffers .start {
  left:0;
}


#currentOffers .offer .info {
  position:relative;
  width:400px;
  float:right;
}

#currentOffers h2 {
  font-size:22px;
  font-weight:normal;
  padding-bottom:2px;
  border-bottom:1px solid #000000;
  margin-bottom:12px;
}

#currentOffers h2 a:link, #currentOffers h2 a:visited,
#currentOffers h2 a:hover, #currentOffers h2 a:active {
  color:#000000;
  text-decoration:none;
}

#currentOffers .offer .productImage {
  width:315px;
  float:left;
  text-align:center;
}


#currentOffers .offer .price {
  float:left;
  height:33px;
}
#currentOffers .offer .price .normal {
  font-size:22px;
  line-height:33px;
  display:inline-block;
}
#currentOffers .offer .price .discount {
  display:inline-block;
  margin-right:10px;
  vertical-align:top;
  color:#ffffff;
  background:#d50000 url(/images/discount_tl.png) no-repeat top left;
}
#currentOffers .offer .price .discount span {
  display:inline-block;
  font-size:22px;
  line-height:33px;
  background:url(/images/discount_tr.png) no-repeat top right;
}
#currentOffers .offer .price .discount span span {
  background:url(/images/discount_bl.png) no-repeat bottom left;
}
#currentOffers .offer .price .discount span span span {
  padding:0 8px;
  background:url(/images/discount_br.png) no-repeat bottom right;
}
#currentOffers .offer .price .regular {
  display:inline-block;
  height:33px;
}


#currentOffers .offer .infoBtn {
  float:right;
}

#currentOffers .offer .description {
  clear:both;
  padding-top:12px;
}


#currentOffers .offer .phoneOrderInfo {
  position:absolute;
  width:400px;
  bottom:30px;
  right:100px;
  margin:0;
}


/* sub pages */

#mainColumn {
  float:right;
  width:775px;
}

#leftColumn {
  float:left;
  width:175px;
  padding:15px 10px;
  background:#ffffff;
}

.contentBlock {
  padding:20px;
  margin-bottom:6px;
  background:#ffffff;
}

#parentCategory {
  display:block;
  padding:5px 10px;
  margin-bottom:2px;
  color:#ffffff;
  background:#ff72ff;
  font-weight:bold;
  font-size:14px;
}

#parentCategory:link, #parentCategory:visited,
#parentCategory:hover, #parentCategory:active {
  color:#ffffff;
  text-decoration:none;
}

.categoryList {
  padding:0;
  margin:0 0 25px;
  list-style-type:none;
  color:#000000;
  font-size:14px;
  white-space:nowrap;
}

.categoryList li {
  margin-bottom:2px;
}

.categoryList li.selected {
  font-weight:bold;
}

.categoryList .text {
  display:block;
  padding:7px 10px;
  background:#ffccff;
}

.categoryList a:link, .categoryList a:visited,
.categoryList a:hover, .categoryList a:active {
  color:#000000;
  text-decoration:none;
}


/* brand selector */

#brandSelector {
  margin-bottom:25px;
}

#brandSelector h3 {
  background:#96b459;
  color:#ffffff;
  display:block;
  font-size:14px;
  font-weight:bold;
  margin-bottom:2px;
  padding:5px 10px;
}

#brandSelector ul {
  height:123px;
  padding:0;
  margin:0;
  overflow-y:scroll;
  overflow-x:hidden;
  list-style-type:none;
}

#brandSelector li {
  padding:0;
  margin:2px 0 0 0;
  background:#c1e083;
}

#brandSelector li.first {
  margin:0;
}

#brandSelector a {
  display:block;
  padding:4px 10px;
}

#brandSelector a:link, #brandSelector a:visited,
#brandSelector a:hover, #brandSelector a:active {
  color:#000000;
  text-decoration:none;
}


/* category view */

.category {
  min-height:641px;
}

.categoryTable {
	text-align:center;
}

.categoryInfo {
  padding:0 39px 0 38px;
}

.categoryInfo .infoText {
  float:left;
  width:260px;
}

.categoryInfo .categoryRight {
  float:right;
  width:300px;
}

.offerList, .recentList, .brandItemList {
  min-height:398px;
}


/* product listing */

.search {
  min-height:398px;
}

.itemList {
  clear:both;
}

.itemList table {
  margin:0;
  padding:0;
  border:none;
  border-collapse:separate;
  border-spacing:0;

}

.itemList tbody {
  vertical-align:bottom;
  text-align:center;
}

.itemList td {
  position:relative;
  width:245px;
  padding:0;
  background:#ffffff;
}

.itemList td .wrapper {
  padding:18px 38px 20px 39px;
}

.itemList .link {
  display:block;
  margin-bottom:0.5em;
}

.itemList .name {
  display:inline-block;
  line-height:15px;
  height:30px;
  font-weight:bold;
}

.itemList .link img {
  margin-bottom:5px;
}

.itemList .link:link, .itemList .link:visited,
.itemList .link:hover, .itemList .link:active {
  text-decoration:none;
  color:#000000;
}

.itemList .infoBlock {
  height:33px;
}

.itemList .price {
  float:right;
  width:85px;
  text-align:left;
}
.itemList .infoBtn {

  float:left;
}

.itemList .price .normal {
  position:relative;
  top:4px;
  font-size:15px;
  font-weight:bold;
}
.itemList .price .discount {
  font-size:15px;
  font-weight:bold;
  color:#ff0000;
}
.itemList .price .regular {
  font-size:10px;
}


h2.featuredProducts {
  padding-left:25px;
  font-size:16px;
  font-weight:normal;
  color:#666666;
  background:url(/images/1px_grey.png) repeat-x center;
}

h2.featuredProducts span {
  background:#ffffff;
}



/* product page */

.productAddedToCart {
  width:977px;
  height:41px;
  position:relative;
  background:url('/images/product_added_to_cart.png') no-repeat 0 0;
  z-index:255;
  top:-41px;
  left:0;
}

.productAddedToCart .text {
  text-align:center;
  color:#5d7731;
  font-family:Arial;
  font-size:13px;
  font-weight:normal;
  padding:2px 0 0;
  width:100%;
  position:relative;
}


div.product {
  position:relative;
  padding-right:50px;
  min-height:300px;
}

.infoColumn {
  width:350px;
  margin-left:355px;
}

.product h1 {
  font-size:22px;
  padding-bottom:2px;
  border-bottom:1px solid #000000;
}

.productDescription {
  float:right;
  padding-top:20px;
  margin-bottom:20px;
}

.productImages {
  float:left;
  width:315px;
  margin-left:-355px;
  text-align:center;
}

.productImages .text {
  margin-top:1em;
}

.extraImages {
  width:324px;
  margin-left:-9px;
  padding-top: 10px;
}

.extraImages img {
  margin:0 0 7px 9px;
}


.productData {
  float:right;
}

.singleModel #price {
  text-align:center;
  float:left;
  margin-right:20px;
  white-space:nowrap;
}
.singleModel #price .current {
  font-size:20px;
  line-height:38px;
}
.singleModel #price .offer {
  font-size:20px;
  color:#ff0000;
}
.singleModel #price .base {
  font-size:11px;
}

.singleModel .installment,
#currentOffers .installment {
  clear:both;
  padding-top:1em;
}

.singleModel .buy, .singleModel .buy .left, .singleModel .buy .right {
  display:inline-block;
  height:24px;
  line-height:24px;
}
.singleModel .buy {
  float:right;
  height:38px;
  white-space:nowrap;
  background:url(/images/green_middle.png) repeat-x top left;
}
.singleModel .buy .left {
  height:38px;
  background:url(/images/green_left.png) no-repeat top left;
}
.singleModel .buy .right {
  padding:7px 15px;
  background:url(/images/green_right.png) no-repeat top right;
}
.singleModel .buy .textBox {
  border-color:#000000;
  vertical-align:middle;
}
.singleModel .buyButton {
  margin-left:5px;
  vertical-align:middle;
}

.singleModel #artNo {
  margin-right:20px;
}


.phoneOrderInfo {
  clear:both;
  margin-top:40px;
  background:url(/images/phone_order_right.png) no-repeat top right;
  color:#4c4c4c;
}
.phoneOrderInfo div {
  min-height:40px;
  padding:15px 12px 0 80px;
  background:url(/images/phone_order_left.png) no-repeat top left;
}

.productDataTable th, .productDataTable td {
  padding:3px 5px;
  text-align:left;
}

table.lists {
  border:5px solid #C1E083;
  background-color:#C1E083;
}

.productDataTable th.rightAlign, .productDataTable td.rightAlign {
  text-align:right;
}
.productDataTable th.centerAlign, .productDataTable td.centerAlign {
  text-align:center;
}


.productDataTable .price {
  font-weight:bold;
}

.productDataTable.expanded tr.row2 {
  background-color:#C1E083;
}


.productDataTable.lists {
  width:100%;
  border:none;
  border-collapse:collapse;
}

.productDataTable.lists #price .current {
	font-size:20px;
}

.productDataTable.lists #price .offer {
  color:#ff0000;
}

.productDataTable.lists .installment {
	font-weight:normal;
	font-size:12px;
}

.productDataTable.lists th {
	text-align:right;
	font-size:16px;
}


.productDataTable.lists select {
  min-width:7em;
}

.productDataTable.lists .textBox.amount {
	font-size:16px;
	width:3em;
	text-align:center;
}

.productDataTable.lists th,
.productDataTable.lists td {
  height:2em;
  padding:4px 10px;
	border-bottom:2px solid #ffffff;
	white-space:nowrap;
}

.productDataTable.lists #offer {
  color:#ff0000;
}


/* regular page */

.page {
  min-height:398px;
}

.pageMain {
  float:left;
  width:482px;
}

.pageRightCol {
  float:right;
  width:222px;
}

table.contactForm {
  width:90%;
  margin:0;
  padding:0;
  border-spacing:0;
  border:none;
}

table.contactForm td {
  padding:0.2em 0.3em 0.2em 0;
}

table.contactForm .textBox {
  width:95%;
}

table.contactForm .textBox {
  float:right;
}

table.contactForm #captcha.textBox {
  float:none;
}

tr.formSpecial {
  display:none;
}



/* shopping cart */

#cartContent {
  margin-right:15px;
}

tr.tone {
  background-color:#eeeeee;
}

.cartTable {
  border-spacing:0;
  width:735px;
}

.cartTable th, .cartTable td {
  padding:2px 5px 2px 5px;
  border:none;
}

.cartTable .rightAlign {
  text-align:right;
}

.cartTable th {
  text-align:left;
}

.cartTable tr.topBorder td {
  border-top:1px solid #555555;
}

table tr.topPadded th,
table tr.topPadded td {
  padding-top:10px;
}
table tr.bottomPadded th,
table tr.bottomPadded td {
  padding-bottom:10px;
}

.giftCode {
  margin-top:2em;
}


/* account settings */

.accountSettings {
  min-height:398px;
}


/* order form */

.orderInfoTable {
  margin-top:15px;
  margin-bottom:15px;
  border-spacing:2px;
}

.orderInfoTable th {
  text-align:left;
  padding-right:10px;
}



/* checkout */

.checkout {
  min-height:398px;
}

.giftCardInfo {
  width:170px;
  float:right;
  padding:10px;
  border:1px solid black;
}

.checkoutLogin {
  float:right;
  width:220px;
  padding:5px;
  background-color:#e4e4e4;
}

.checkoutLogin table {
  font-size:0.95em;
}

.checkoutLogin .textBox {
  width:120px;
}

.customerRegistration {
  float:left;
  width:480px;
}

.checkout .private .companyOnly {
  display:none;
}
.checkout .company .privateOnly {
  display:none;
}
.checkout .noDeliveryAddr .deliveryAddr,
.accountSettings .noDeliveryAddr .deliveryAddr {
  display:none;
}
.checkout .topBorder td,
.accountSettings .topBorder td {
  border-top:1px solid #cccccc;
}
.checkout .private .topBorder td,
.accountSettings .private .topBorder td {
  border:none;
}


/* payment */

#paymentMethod {
  width:400px;
}

#paymentMethod div {
  position:relative;
  padding-left:22px;
  margin-bottom:20px;
}

#paymentMethod div .radioButton {
  position:absolute;
  left:0;
  top:0;
}

#paymentMethod div.dimmed {
  color:#999999;
}




/* footer */

#footer {
  color:#ffffff;
  font-size:11px;
}

#footer a:link, #footer a:visited {
  color:#ffffff;
  text-decoration:none;
}

#footer a:hover, #footer a:active {
  color:#ffffff;
  text-decoration:underline;
}

#footer .menu {
  float:right;
  margin:6px 0;
  padding:0;
  list-style-position:outside;
}

#footer .menu li {
  float:left;
  padding:0 2em 0 0;
}


#footer .menu li.first {
  list-style-type:none;
}


/* overlay gallery, image */

.overlay {
  background:url(/images/black80p.png);
  display:block;
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  z-index:10000;
  text-align:center;
}

.overlay .inactive {
  display: none;
}

.overlay .active {
  display: inline;
}

.overlay .gallery_loader {
  display: block;
  margin: 50px auto;
}

.overlay .nextArrow, .overlay .prevArrow {
  cursor: pointer;
}

.overlay .gallery_title {
  text-align: center;
  font: bold 16px Arial;
}

.overlay .gallery_text {
  font: 12px Arial;
  text-align: left;
}

.overlay .controlBox {
  height:28px;
  font-size:14px;
  text-align:center;
}
.overlay .controlBox .prevArrow {
  margin-right:10px;
}
.overlay .controlBox .nextArrow {
  margin-left:10px;
}
.overlay .controlBox span {
  vertical-align:top;
}

.overlayInner {
  position:relative;
  margin: 30px auto;
  padding: 5px;
  background-color: white;
  display: block;
}

.overlayImageWrap {
  margin:0 auto;
  overflow: hidden;
}

.overlayInner label {
  font: 12px Arial;
  padding-left: 5px;
}

.overlayClose {
  margin-bottom: 5px;
  display: block;
  float: right;
  cursor: pointer;
}

.overlayTitle {
  font: 12px Arial;
}

.overlayImageWrap {
  text-align: center;
}

.overlay .gallery_title {
  padding:0 10px;
  margin-bottom:4px;
}

.overlay .gallery_text {
  padding:0 10px;
  min-height:1px;
}

#overlay_productImageOverlay .overlayInner {
  margin:20px auto;
}


/* mini gallery */

.miniGallery {
  float:right;
}

.miniGallery .imageContainer {
  position:relative;
  width:280px;
  background:#ffffff;
}

.miniGallery .slide {
  position:absolute;
  left:0;
  top:0;
  width:300px;
  height:100%;
  background:#ffffff;
}

.miniGallery .slide img {
  position:absolute;
  left:50%;
  top:0;
}

.clickable {
  cursor:pointer;
}


/* SHARE BUTTONS */
.overlay {
  background:url(/images/black80p.png);
  display:none;
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  z-index:1000;
}

.overlayInner {
  margin: 100px auto;
  padding: 5px;
  background-color: white;
  display: block;
}

.overlayClose {
  margin-bottom: 5px;
  display: block;
  float: right;
  cursor: pointer;
}

.overlayTitle {
  font: 20px Arial;
  float: left;
}

.overlayImageWrap {
  text-align: center;
}

#email_share_form textarea {
  width: 445px;
  height: 150px;
}

.blog_share_inner {
  background-color: white;
  color: black;
  text-align: left;
  padding: 5px; 
  padding-top: 10px;
  font: 12px Arial;
}

.blog_share_inner textarea {
  width: 369px;
  height: 80px;
  font-size: 11px;
}

.blog_share_button {
  width: 70px;
}

.blog_share_wrapper {
  width: 402px;
  background-color: #f2f2f2;
  color: black;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  font-family: Arial;
  padding-bottom: 1px;
  margin: 0 auto;
}

.share_buttons {
  float: left;
  display: block;
}

.share_icon {
  text-align: center;
  font-family: Arial;
  font-size: 10px;
  float: left;
  padding-right: 12px;
  cursor: pointer;
}

.share_icon a:link, .share_icon a:visited, .share_icon a:active {
  color: black;
  text-decoration: none;
}
    
.share_icon img {
  border: 0
}

.share_icon a:hover {
  color: black;
  text-decoration: none;
}

#email_share_form_sender_error, #email_share_form_receiver_error {
  font: 12px Arial;
  padding-left: 2px;
  display: inline;
}

.linkIcons
{
  width: 90px;
  text-align: right;
  z-index: 1000;
  position: absolute;
  top: 134px;
  right: 2px;
}

.linkIcons a, .linkIcons img
{
  border: 0;
}

.linkIcons a
{
  margin-right: 6px;
}


/* pagination */

.resultCount {
  float:left;
}

.pageSelector {
  float:right;
}
