body {
  font-family: Arial,sans-serif;
  margin: 0;
  /*background: url(images/snow_bg.jpg);*/
}
h1 {
  font-size: 20px;
  color: #000000;
}
h2 { font-size: 18px; }
h3 { font-size: 16px; }
img { border: none; }

.align_center { text-align: center; }
.smallText { font-size: 11px; }
.middleSizeText { font-size: 14px; }
.bigSizeText { font-size: 18px; }
.strong { font-weight: bolder; }
.clear { clear: both; }
.width-100 { width: 100%; }

.notify-button {
  padding: 5px;
  border: 0;
  background: #646464;
  color: #fff;
  font-size: 12px;
}

/***** css table *****/
.css-table {
  display: table;
}
.css-tr {
  display: table-row;
}
.css-td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #000;
}
.css-td > * {
  vertical-align: middle;
}

#wrapper {
  margin: 0 auto;
  width: 1010px;
  background: #fff;
}

/* header */
#header {
    color:#8C8C8C;
    font-weight: bolder;
    font-size: 12px;
    height: 292px;
    background-color: #F9F9F9;
    background: url(images/header.png) no-repeat center;
}
#header_box_left {
    float: left;
    width: 810px;
}
#logo_box {
   
    width: 350px;
    margin-top: -40px;
    padding-left: 5px;
}
.social_buttons {
  padding-top: 90px;
  width: 80px;
  float: left;
}
#languages_box {
  padding-top: 90px;
  width: 100px;
  float: left;
}
#header_box_right {
    float: right;
    text-align: right;
    height: 205px;
}
/* menu box in header */
.menu_box_h {
    height: 30px;
    background: #F1F1F1;
}
.menu_box_h ul {
    list-style: none;
    padding-top: 5px;
    margin: 0;
    float: right;
}
.menu_box_h li {
    display: inline;
    height: 15px;
    padding: 0 4px 0 4px;
}
.menu_box_h a {
    font-weight: bolder;
    font-size: 1em;
    text-decoration: none;
    color: #8E8E8E;
}
.menu_box_h a:hover {
    text-decoration: underline;
}
/* shopping cart */
#shopping_cart {
    padding-top: 10px;
    float: right;
    font-weight: bold;
    color: #000;
    font-size: 0.9em;
}
#shopping_cart span {
    font-weight: normal;
    padding-left: 45px;
}
#shopping_cart a {
    color: white;
}
#shopping_cart table {
    background: url(images/cart.png) no-repeat;
    text-align: center;
    width: 173px;
    height: 77px;
}

/* account menu */
.account-menu {
}
.account-menu ul {
  list-style: none;
}
/* login box */
#login_box {
    color: #1C1C1C;
    float: right;
    padding-top: 10px;
    font-size: 14px;
}
#login_box input {
    width: 100px;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid black;
}
#login_box a {
    color: #505050;
    font-size: 12px;
    font-weight: bolder;
}
#login_box a:hover {
    color: #3BBAEA;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: underline;
}
#middle {
    padding-top: 10px;
}
#left_column {
    float: left;
    width: 210px;
}
#main_column {
    float: right;
    width: 760px;
    padding-right: 15px;
}
#center_column {}

.subcategory_link {
    color: #111111;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.breadcrumbs {
    color: #000000;
    font-size: 14px;
}
.breadcrumbs a {
    color: #5F5D5E;
    font-size: 14px;
}
.breadcrumbs span {
    color: #25BCF5;
}

.shipping_explain {
    margin-top: 25px;
    margin-right: 15px;
    border: 1px solid #25BBF5;
    border-radius: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    width: 300px;
    float: right;
}
.shipping_explain_header {
    font-size: 18px;
    color: #FF0000;
}
.shipping_virtual {
    float: right;
    font-size: 12pt;
    font-weight: bolder;
    padding-top: 10px;
    
}
.product_info {
    background: #F2F2F2;
}
.product_info_price {
    color: #069EDD;
    font-weight: bolder;
}
.product_info table {
    padding-left: 5px;
}
.product_info .text {
   font-size: 13px;
   padding-top: 30px;
   padding-bottom: 30px;
}
.product_info .properties_col1 {
    color: #868686;
    font-weight: bolder;
    font-size: 15px;
}
.product_info .properties_col2 {
    color: #000000;
    font-size: 15px;
    font-weight: bolder;
}
.product_info .properties_col2 a {
    font-weight: bolder;
    font-size: 14px;
}
.product_info_new {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #40bcec transparent transparent;
    float: right;
}
.product_info_new span {
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
    transform: rotate(45deg);
    padding-left: 40px;
}
.product_info_soon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #60e04d transparent transparent;
    float: right;
}
.product_info_soon span {
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
    transform: rotate(45deg);
    padding-left: 40px;
}
.product_info_preorder {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 80px 0;
    border-color: transparent #e20707 transparent transparent;
    float: right;
}
.product_info_preorder span {
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
    transform: rotate(45deg);
    padding-top: 15px;
    padding-left: 25px;
    white-space: nowrap;
}

img.bigimg {
    padding-top: 5px;
    *width: 310px;
    max-width: 310px;
}
.images-list {
    margin: 0;
    padding: 0;
}
.images-list img {
    border: 1px solid #CBCED2;
}
.images-list li {
    list-style: none;
}

.button-add2wishlist {
  margin-top: 5px;
  margin-left: 10px;
  background: #444;
  padding: 7px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: none;
  font-size: 12px;
}
.button-add2cart {
  background: url(images/cart_button.png) no-repeat;
  padding: 15px 70px 15px 10px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  text-align: left;
  text-indent: 10px;
  display: inline-block;
}
.button-external-review {
    background: #A4A4A4;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
}
.field-add2cart-quantity {
  width: 30px;
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
}
.button-addreview {
  background: #444;
  color: #fff;
  border: none;
  padding: 10px;
}

.input-button {
    background: url(images/input-button.png) no-repeat;
    width: 172px;
    height: 48px;
    border:none;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-weight: bolder;
}

.warning {
    font-size : 15px;
    color: #cc0033;
}
.related_products {
    margin-top: 50px;
    font-weight: bolder;
}
.related_products .name {
    font-size: 10px;
}
.related_products .price {
    background: url(images/corner.png) no-repeat bottom;
    width: 60px;
    height: 37px;
    color: white;
    font-size: 13px;
    vertical-align: bottom;
    padding-bottom: 10px;
    text-indent: 10px;
}
td.smallText {
    font-size: 12px;
}
/* Paging */
span.pageResults {
    padding: 7px 11px 7px 11px;
    background: url(images/page_active.png) center no-repeat;
    color: white;
    font-weight: bolder;
    font-size: 13px;
}
A.pageResults {
    padding: 5px;
    color: #8B8B8B;
    text-decoration: none;
}
A.pageResults:hover {
    color: black;
}
/* scroll menu box */
.scroll_menu_box a {
    font-size: 15px;
    font-weight: bolder;
    color: #272727;
    text-decoration: none;
    display: block;
    text-align: center;
}
.scroll_menu_box a span {
    padding: 5px;
}
.scroll_menu_box a:hover span {
    background-color: #22AFE4;
    color: white;
}
.scroll_menu_box img {
    height: 140px;
}
/* */
.box_top_blue {
    font-size: 18px;
    font-weight: bolder;
    min-height: 30px;
    padding-bottom: 5px;
}
.box_top_blue_left {
    float: left;
    min-height: 25px;
    width: 770px;
    border-bottom: 2px solid #26BBF5;
}
.box_top_blue_right {
    float: right;
    background: url(images/tip_blue.jpg) no-repeat;
    width: 142px;
    height: 26px;
    text-align: center;
    padding-top: 5px;
    margin-top: -28px;
    margin-right: -10px;
}
.box_top_blue_right a {
    color: white;
    font-size: 14px;
}
/* product list */
.product_list_nav {
    float: right;
    width: 50%;
}
ul#sort_by {
    list-style: none;
}
ul#sort_by li {
    list-style: none;
    position: relative;
}
ul#sort_by ul {
    margin: 0;
    padding: 5px;
    width: 160px;
    list-style: none;
    display: none;
    position: absolute;
    background: #fff;
    border: 2px solid #aaa;
    border-radius: 5px;
}
ul#sort_by a {
    padding-left: 5px;
    font-size: 14px;
    display: block;
    background: #fff;
    text-decoration: none;
    color: blue;
}
ul#sort_by li:hover li a:hover,
ul#sort_by li:hover li:hover a,
ul#sort_by li.iehover li a:hover,
ul#sort_by li.iehover li.iehover a {
    text-decoration: underline;
    color:#003366;
}
ul#sort_by li:hover ul,
ul#sort_by ul li:hover ul,
ul#sort_by li.iehover ul,
ul#sort_by ul li.iehover ul {
    display: block;
}

.product-listing {
    width: 370px;
    height: 240px;
    color: #8B8B8B;
    font-size: 13px;
    font-weight: bolder;
    padding-bottom: 15px;
    margin-left: 10px;
}
.product-listing img {
    max-height: 180px;
}
.product-listing table {
    width: 100%;
    height: 100%;
}
.product-listing a {
    color: #505050;
    font-size: 15px;
    font-weight: bolder;
    display: block;
    max-width: 250px;
}
.product-listing a:hover {
    color: #3BBAEA;
    font-size: 15px;
    font-weight: bolder;
    text-decoration: underline;
}

.product_price_color {
    color: #4AB4DC;
}
.product-listing span a {
    color: #505050;
    font-size: 13px;
    font-weight: bolder;
    display: inline;
}
.product-listing span a:hover {
    color: #3BBAEA;
    font-size: 13px;
    font-weight: bolder;
    text-decoration: underline;
}

.product-listing.catalog {
  background: rgb(255,255,255);
  background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(229,250,251,1) 100%);
}
.product-listing.new {
  background: rgb(255,255,255);
  background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(224,234,244,1) 100%);
}
.product-listing .new-corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #40bcec transparent transparent;
  float: right;
}

.product-listing .new-corner span {
  font-size: 12px;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  transform: rotate(45deg);
  padding-top: 5px;
  padding-left: 25px;
}

.product-listing.soon {
  background: rgb(255,255,255);
  background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(224,253,199,1) 100%);
}
.product-listing .soon-corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #60e04d transparent transparent;
  float: right;
}

.product-listing .soon-corner span {
  font-size: 12px;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  transform: rotate(45deg);
  padding-top: 5px;
  padding-left: 25px;
}

.product-listing.soon a:hover {
  color: #58B857;
}
.product-listing.soon span a:hover {
  color: #58B857;
}

.product-listing.preorder {
  background: rgb(255,255,255);
  background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(255,217,217,1) 100%);
}
.product-listing .preorder-corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #e20707 transparent transparent;
  float: right;
}

.product-listing .preorder-corner span {
  font-size: 12px;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  transform: rotate(45deg);
  padding-top: 15px;
  padding-left: 20px;
  white-space: nowrap;
}

.blue_line {
    width: 100%;
    border-bottom: 3px solid #51C9F8;
}
.black_line {
    width: 100%;
    border-bottom: 3px solid black;
}
.green_line {
    width: 100%;
    border-bottom: 3px solid #66E758;
}
.review-left-box {
    float: left;
    width: 50%;
}
.review-right-box {
    float: right;
    width: 40%;
}
.review-right-box input, textarea {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.review-style1 {
    background-color: #ECECEC;
    padding-top: 15px;
    padding-bottom: 15px;
}
.review-style2 {
    background-color: #F9F9F9;
    padding-top: 15px;
    padding-bottom: 15px;
}
.review-add-table {
  border: 1px solid #E6E3BD;
  padding-left: 20px;
  padding-right: 20px;
}
#footer_top {
    background: url(images/footer_people.jpg) no-repeat;
    background-position: right;
    width: 100%;
    height: 108px;
    margin-top: 30px;
}
#footer_bottom {
    position: relative;
    background: #F1F1F1;
    width: 100%;
    height: 70px;
    color: #696969;
    font-size: 14px;
    font-weight: bolder;
}
.footer_bottom_content {
    position: absolute;
    left: 0;
    width: 100%;
}
#footer_bottom a {
    color: #696969;
}
span.span_blue {
    color: #4AB4DC;
}
span.span_black {
    color: black;
}
.text_green {
    color: green;
}
.left_column_search {
}
.checkbox_header {
    padding: 10px;
    background: #d8d8d8;
    color: #292929;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 5px;
}
#search_box {
    float: left;
}
#search_box INPUT {
    width: 170px;
    height: 25px;
    border: 1px solid #bbb;
    font-size: 18px;
}
#search_button {
    float: right;
    padding-right: 3px;
}
#search_suggestions {
    position: absolute;
    z-index: 10;
    padding: 5px;
    margin-top: 40px;
    display: none;
    background: #B2CCD7;
    border: 1px solid #C5C5C5;
    box-shadow: 0px 0px 5px #777777;
    -webkit-box-shadow: 0px 0px 5px #777777;
}
#search_suggestions a {
    text-decoration: none;
    color: #000;
    display: block;
    line-height: 18px;
}
#search_suggestions a:hover {
    text-decoration: underline;
}
.checkbox_wrap {
    border-left: 1px solid #DFE0DA;
    border-right: 1px solid #DFE0DA;
    border-bottom: 1px solid #DFE0DA;
}
.invisible {
    display: none;
}
.grey_link {
    color: #111111;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 17px;
    background: url(images/checkbox_grey.jpg) left no-repeat;
}
.blue_link {
    color: #25BBF5;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 17px;
    background: url(images/checkbox_del.jpg) left no-repeat;
}
.blue_link:hover {
    color: red;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 17px;
    background: url(images/checkbox_del_hover.jpg) left no-repeat;
    text-decoration: line-through;
}
a.grey_link:hover {
    color: #25BBF5;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 17px;
    background: url(images/checkbox_blue.jpg) left no-repeat;
}
.clear_sel_filter {
    color: red;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 100px;
}
.why_we {
    border: 1px solid #25BBF5;
    font-size: 13px;
    padding: 2px;
}
.why_we_header {
    border-bottom: 1px solid #25BBF5;
    font-size: 14px;
    text-align: center;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
}

TABLE.main, TD.main, P.main, .main A {
    font-size: 14px;
}
TD.main {
    text-align: left;
}
/* messageStack */
.messageBox {
    font-size: 12px;
}
.messageStackError {
    font-size: 14px;
    background-color: #FF552A;
    padding-top: 3px;
    padding-bottom: 3px;
}
.messageStackWarning {
    font-size: 14px;
    background-color: #F7D358;
    padding-top: 3px;
    padding-bottom: 3px;
}
.messageStackSuccess {
    font-size: 14px;
    background-color: #99ff00;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bolder;
}
/**********************horizontal-slide-menu******************/
.horizontal-slide-menu {
    margin-top: 10px;
    background: #354C8C;
    height: 30px;
}
.horizontal-slide-menu ul {
    list-style: none;
    float: left;
    z-index: 10;
    padding: 0;
    margin: 0;
}
.horizontal-slide-menu li.first_level {
    width: auto;
    border-right: 1px solid #fff;
    height: 30px
}
.horizontal-slide-menu li.first_level a {
    padding: 6px 8px 6px 8px;
}
.horizontal-slide-menu li {
    float: left;
    display: block;
    background: #354C8C;
    width: 180px;
}
.horizontal-slide-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    padding: 6px;
}
.horizontal-slide-menu li:hover {
    background: #424242;
}
.horizontal-slide-menu li ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 10;
    border-top: 1px solid #fff;
}
.horizontal-slide-menu li ul li {
    padding: 2px 0px 2px 0px;
}
.horizontal-slide-menu li ul li ul {
    display: none;
    position: absolute;
    left: 240px;
    top: 5px;
}
.horizontal-slide-menu li:hover {
    position: relative;
    z-index: 20;
}
.horizontal-slide-menu li:hover > ul {
    display: block;
}
/***********/
.a-button {
  background: #26BBF5;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px #757575;
  color: #FFFFFF;
  line-height: 26px;
  text-decoration: none;
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
}

.description-box {
    font-size: 14pt;
    padding: 5px;
    color: #6E6E6E;
}

/*article*/
#article-menu-box {
    width: 180px;
    padding: 2px;
}
#article-menu {
    margin: 0;
    padding: 0;
}
#article-menu li {
    list-style: none;
    padding-bottom: 5px;
    font-size: 20px;
}
#article-menu li a {
    display: block;
    text-decoration: none;
    padding: 5px;
    width: 170px;
    border-radius: 5px;
    color: #00A1CD;
}
#article-menu li a:hover {
    background: #A4A4A4;
    color: #fff;
}
.post-title:hover {
    color: #088A08;
}
.post-title {
    color: #0885A8;
    font-size: 20px;
}
.post-date {
    background: url(images/calendar.png) no-repeat;
    font-size: 10px;
    color: #999999;
    height: 20px;
    padding-left: 23px;
    padding-top: 2px;
}
#content {
    background: #F2F2F2;
    padding-left: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
}
/*******************************************/
.infoBox {
	background: #0A1B83;
}
.infoBoxContents {
	background: #F4F4F7;
}
TD.infoBoxHeading {
	font-size: 11px;
	font-weight: bold;
	background: #b8b8b8;
	color: #ffffff;
}
TR.infoBoxHeading {
	height: 15px;
}
TD.infoBox, SPAN.infoBox {
	font-size: 10px;
}
TR.productListing-odd {
	background-color:#FFFFFF;
}
TR.productListing-even {
	background-color:#FFFFFF;
}
TABLE.productListing {
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #DCDCE8;
	border-spacing: 1px;
	background-color: #DCDCE8;
}
.productListing-heading {
	font-size: 12px;
	background-color: #F1F1F1;
	color: black;
	font-weight: bold;
}
TD.productListing-data {
	font-size: 12px;
}

TH.main	{
	font-size: 12px;
	font-weight:bold;
	color:#0A1B83;
}
INPUT, SELECT {
	font-size: 11px;
}
TEXTAREA {
	font-size: 11px;
}
SPAN.productSpecialPrice {
	color: #ff0000;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRowSelected {
	background-image:url(../../images/design/brown/bl_bg.png);
}
.inputRequirement {
	font-size: 10px;
	color: #ff0000;
	}
A.categories {
	color:#646464;
	font-size:11px;
	text-decoration:underline;
}
A.categories:hover {
	color:#646464;
	font-size:11px;
	text-decoration:none;
}
P.subtotal {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
