﻿
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background: #222222 url(/image/backgrounds/wild_oliva.png) repeat center center;
}
body {
	color: #000;
	font-family: 'Asap', sans-serif !important;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0) !important;
}
body, td, th, input, textarea, select, a {
	/*font-size: 14px;*/
	font-size: 1em;
}
/*
h1, .welcome {
	color: #636E75;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, .01);*/
	/*font-family: 'Lusitana', sans-serif;
}*/

h1
{
	text-shadow: 2px 2px 0px #fff, 4px 4px 0px #ccc;
	color: rgba(25,57,138,1) !important;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Asap', sans-serif !important;
	font-weight: bold !important;
}

small
{
	text-shadow: none;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small
{
	color: #777 !important;
}

h2 {
	color: #000000;
	font-size: 2.11em;
	margin-top: 0px;
	margin-bottom: 5px;
	
	color: #F7941D !important;
	text-shadow: 2px 2px 1px #fff, 3px 3px 1px #bbb !important;
}

#prod_quote h2
{
	text-shadow: none !important;
}

.strip_text
{
	color: #333;
}

#column-left a, #column-left a:visited
{
	border: 2px solid #aaa;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.list-group-item
{
	/*background-color: #333 !important;*/
	background-color: rgba(0,0,0,0.5) !important;
	color: #fff !important;
}

.list-group-item.active
{
	background-color: rgba(25,57,138,1) !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}

#column-left a:hover:not(.active)
{
	background-color: #ccc !important;
	color: #000 !important;
	border: 2px dashed #333 !important;
}


p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #000;
	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: #F8F8F8;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #00e4ff;
	padding: 2px;
}
label {
	cursor: pointer;
}

/* layout */
#container {
	/*width: 1172px;*/
	width: 90%;
	margin: 15px auto;
	text-align: left;
	padding: 10px;
	position: relative;
	margin-bottom: 0;
}
#column-left {
	/*float: left;*/
	width: 180px;
	top: 12px;
	position: relative;
	display: inline-block;
}
#column-right {
	/*float: right;*/
	width: 180px;
	display: inline-block;
}

#column-right .box
{
	border: 2px solid #aaa;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px 7px 30px 7px;
}

.list_outer
{
	position: relative;
	margin-bottom: 10px;
	top: -18px;
	border-radius: 6px;
	padding: 5px;
}

.nav li a
{
	color: #fff;
}

#column-left li:not(:first-child)
{
	margin-bottom: 5px;
}

.nav-header
{
	color: #000 !important;
	text-align: center;
}

/*
.list_outer:before, .list_outer:after
{
	content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    top: 50%;
    bottom: 0;
    left: 14px;
    right: 14px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}*/


.nav-list .active
{
	background-color: rgba(247, 148, 29, 0.3);
	border-radius: 5px;
}

.nav-bar-centering
{
	margin-left: 5%;
	margin-right: 5%;
}

.nav-list > li > a
{
	font-size: 14px;
}

#column-right .box-heading
{
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

#content {
	min-height: 400px;
	padding:15px;
	/*margin-bottom: 25px;*/
	/*background:none;*/
	background-color: rgba(255,255,255,0.8) !important;
	position: relative;
	border-radius: 6px;
	top: -6px;
	/*width: 1067px;*/
	width: 872px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
#column-left + #column-right + #content, #column-left + #content {
	/*margin-left: 195px;*/
}
#column-right + #content {
	/*margin-right: 195px;*/
}
/* header */
#header {
	position: relative;
	z-index: 99;
	top: -29px;
	/*float: right;*/
	clear: both;
	color: #000;
	font-weight: bold;
	margin-left: 73%;
	display: none;
}

#header #welcome
{
	color: #333;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 2px;
}

#header #welcome a
{
	color: rgba(25,57,138,1);
}

#logo {
	position: relative;
	width: 280px;
	height: 65px;
	margin: 8px 0;
	float: left;
}

.fb_outer_relative
{
	position: relative;
	float: left;
	left: 924px;
	top: 12px;
}

#phone_number_header
{
	position: relative;
	float: left;
    font-size: 21px;
    left: 20px;
    top: 25px;
}

#language {
	color: #034B63;
    height: 0;
    left: 627px;
    line-height: 17px;
    position: relative;
    text-align: center;
    top: 20px;
    width: 75px;
    float: left;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 435px;
	color: #034b63;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid rgba(25,57,138,1);
	color: rgba(25,57,138,1);
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 165px;
	z-index: 9;
	min-width: 350px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	background:none;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: rgba(25,57,138,1);
	text-decoration: none;
}
#header #cart .heading a span {
	background:url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #034b63;
	-moz-box-shadow: 0px 2px 2px #034b63;
	box-shadow: 0px 2px 2px #034b63;
	background: #FFF;
}

#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-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;
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

#search {
	position: relative;
	top: 25px;
	width: 190px;
	z-index: 15;
	float: right;
	left: -170px;
}

/*
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}*/

#heading_content .button-search
{
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
	top: 2px;
}

#heading_content #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 30px;
	border: 1px solid #999;
	border-radius: 6px;
}

#heading_content #welcome {
	position: absolute;
	top: -12px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #333;
}

.links {
	position: relative;
	right: 0px;
	font-size: 14px;
	padding: 6px;
	background-color: rgba(25,57,138,1);
	text-align: center;
}
.links a {
	padding: 0px 0px 0px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.links a + a {
	margin-left: 8px;
	border-left: 1px solid #00e4ff;
}

.links a:hover
{
	color: #F7941D;
}

#heading_content
{
	position: relative;
	background-color: rgba(255,255,255,0.4);
	padding-left: 20px;
	color: #000;
	height: 80px;
}

/* menu */
#menu {
	background:url('../image/menu-bg.png') no-repeat;
	border-bottom:none;
	height: 63px;
	width:980px;
	padding:0;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	margin:0;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 23px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #14c4e4;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	/*
	background: #034b63;
		color:#fff;*/
	
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.breadcrumb li:before {
	color: #333 !important;
}

.breadcrumb a
{
	color: #fff;
}

.breadcrumb a:hover
{
	color: #fff;
	font-weight: bold;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.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: #034b63;
	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 {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
} /* START DIRECTLY BELOW */
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #034b63;
	border-left: 1px solid #034b63;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #034b63;
	border-bottom: 1px solid #034b63;
}
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 a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
	border-radius: 7px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	/*color: #A3A3A3;*/
	color: #fff;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #000;
	padding: 4px 10px;
	text-decoration: none;
	color: #000;
	background-color: #F7941D;
	margin: 0 8px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	padding-left:15px;
	text-decoration: none;
	cursor: pointer;
	background-color: rgba(25,57,138,1);
	border-radius: 7px;
}
a.button span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 18px 15px 18px 1px;
}
a.button:hover {
	/*background-color: #F7941D;*/
}
a.button:hover span {
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}

.buttons a:visited
{
	color: #fff;
}

.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #aaa;
}
.htabs a {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	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: #000000;
	margin-right: 2px;
	display: none;
	border-radius: 8px 8px 0 0;
}
.htabs a.selected {
	/*padding-bottom: 7px;*/
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}


/* box */
.box {
	margin:0 0 20px;
	border-radius: 7px;
	/*
	border-radius: 7px;
		box-shadow: 0 0 5px #ccc inset;*/
	
}
.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 #aaa;*/
	
	
	/*background-color: rgba(25,57,138,1);*/
	/*background-color: #F7941D;*/
	background-color: rgba(25,57,138,1);
	
	padding: 8px 10px 7px 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Lusitana', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-content
{
	/*background: none;*/
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0 0 30px 7px;
}

#column-left .box .box-heading
{
	background: none;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#column-left .box .box-content
{
	padding: 10px 5px;
}

#column-left .box
{
	background-color: #5794BD;
	padding: 5px;
}

/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	text-align: center;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;

}
#column-left + #column-right + #content .box-product > div {
	/*width: 119px;*/
	width: 140px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
	border-radius: 7px;
}
.box-product .name a {
	color: rgba(25,57,138,1);
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.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 category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	/*padding: 8px 8px 8px 0px;*/
}
.box-category > ul > li + li {
	border-top: 1px solid #aaa;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px 0 8px 4px;
}

.box-category > ul > li > a:hover
{
	background-color: rgba(255,255,255,1);
	border-radius: 0;
	/*border-radius: 3px;*/
}

#column-left .box-category > ul > li > a
{
	/*color: #fff;*/
}

#column-left .box-category > ul > li > a:hover
{
	/*color: #000;*/
}

.box-category > ul > li > a:hover{
	color:#034b63;			
}
.box-category > ul > li:hover {
	/*padding: 8px 8px 8px 0px;*/
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
	background:none;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

.theme-dark.slider-wrapper
{
	background: rgba(15, 103, 161, 0.3);
	padding: 10px;
	border-radius: 25px;
}

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

/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}

/* 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-filter {
	border-bottom: 1px solid #cccccc;
	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;*/
	position: relative;
	min-height: 146px;
	padding: 8px 10px;
	margin-bottom: 15px;
	border: 1px solid #aaa;
	background-color: #eee;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 0 5px #aaa inset;
}

.column_title
{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lusitana', sans-serif;
	/*text-shadow: 0 0 12px #fff;*/
	color: #fff;
}

.navbar li a
{
	color: #333;
}

.navbar
{
	min-height: 0 !important;
	border-radius: 0 !important;
}

.product_listing
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.product_listing:before, .product_listing:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.product_listing:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.infin
{
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 4px;
}

/*
.product_listing
{
  position: relative;
}
.product_listing:before, .product_listing:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.product_listing:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/



.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
		padding-top: 8px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #aaa;
	box-shadow: 0 0 5px #aaa;
	border-radius: 7px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: rgba(25,57,138,1);
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.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: #333;
}
.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 .wishlist a:hover
{
	color: #000 !important;
}

.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}

.product-list .compare a:hover
{
	color: #000 !important;
}

.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: rgba(25,57,138,1);
	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;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px 0 5px 5px;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #ccc;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: rgba(25,57,138,1);
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: underline;
}

.product-info .description a:hover
{
	color: #777;
}

.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.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: #034b63;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #034b63;
}
.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 #aaa;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #034b63;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #034b63;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
}
.product-info .review > div > span {
	color: rgba(25,57,138,1);
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid rgba(25,57,138,1);
	border-left: 1px solid rgba(25,57,138,1);
	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;
	vertical-align: top;
	border-right: 1px solid rgba(25,57,138,1);
	border-bottom: 1px solid rgba(25,57,138,1);
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #034b63;
	border-left: 1px solid #034b63;
	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 #034b63;
	border-bottom: 1px solid #034b63;
}
.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-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #034b63;
	border-left: 1px solid #034b63;
	border-right: 1px solid #034b63;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #034b63;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #034b63;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: 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: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #034b63;
	border-left: 1px solid #034b63;
	border-right: 1px solid #034b63;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #034b63;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #034b63;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #034b63;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #034b63;
	border-left: 1px solid #034b63;
	border-right: 1px solid #034b63;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #034b63;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #034b63;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #034b63;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: hidden;
	min-height: 100px;
	height:146px;
	overflow:hidden;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

#footer_content_outer
{
	position: relative;
	width: 642px;
	margin: 0 auto;
}

.column + .column
{
	border-left: 1px solid #fff;
}

/*
.float_column_border
{
	border-right: 1px solid #fff;
}*/


/*
#footer_content_outer .column ul li
{
	list-style-type: none;
}

#footer_content_outer .column ul
{
	padding-left: 0;
	margin-left: 0;
}*/


#footer h3 {
	color: #fff;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	width: 183px;
	text-align: center;
	border-bottom: 1px dashed #fff;
	font-family: 'Lusitana', sans-serif !important;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#footer .column {
	float: left;
	height: 140px;
	margin: 0 0px;
	padding: 0 15px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #fff;
}
#footer .column a:hover {
	text-decoration: underline;
	color: #F7941D;
}
#copy_rt
{
	position: relative;
	text-align: right;
	color: #fff;
	bottom: -12px;
	z-index: 999;
	top: 0px;
	padding-right: 10px;
	opacity: 0.4;
	font-size: 12px;
}

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

/* product description pages */

.links a + a
{
	border-left: 1px solid #ccc;
}

/* input box border overrides */
#header #search input, select, input[type="text"], input[type="password"], textarea
{
	border: 1px solid #999;
	border-radius: 3px;
}

/* EOF input box border overrides */

.wish_compare_outer
{
	position: relative;
	margin-left: 10px;
}

/* for google maps */

#map_canvas
{
	position: relative;
	height: 600px;
	margin-bottom: 15px;
}

/* job app form */

/*
form legend
{
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(25,57,138,1);
    padding: 3px 7px;
    -moz-border-radius: 7px;
	-o-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}*/

legend
{
	background-color: #f2f2f2;
	padding: 0 0 0 5px !important;
	font-size: 1.5em;
}

.sub_legend
{
	background: none;
}

.sub_garm_location_table
{
	width: 35%;
}

.sub_garm_location_table td
{
	width: 75px;
}

form input {
    position: relative;
    margin: 0 0 5px;
}

.job_app_table
{
	/*width: 880px;*/
}

.job_app_table td
{
	border-bottom: 1px dashed #666;
	padding: 3px;
}

.job_app_table input[type='radio']
{
	margin: 0;
}

/*
.job_app_table label
{
	margin-bottom: 0;
}*/

.asterisk
{
	color: #ff0000;
}

.radio_text
{
	margin-left: 2px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

form fieldset
{
	margin-bottom: 5px;
	border-radius: 4px;
}

#app_form button
{
    padding: 5px;
}

#app_form
{
	display: block;
	position: relative;
	margin-top: 15px;
}

#app_form label
{
	max-width: 205px;
}

.italic_format
{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.form_desc
{
	font-size: 0.9em;
}

.form_error_msg
{
	color: #ff0000;
	font-size: 13px;
	margin-bottom: 0;
}

/*** image gallery css ***/

.clear_float
{
	clear: both;
}

.gallery_thumb_pic
{
	position: relative;
	width: 150px;
	text-align: center;
	float: left;
	height: 210px;
	margin: 5px 40px 15px;
	padding: 9px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #999;
	box-shadow: 0 0 12px #000;
}

#gallery_outer
{
	position: relative;
	width: 100%;
}

#image_gallery
{
	position: relative;
	width: 100%;
	text-align: center;
}

#image_gallery .thumb
{
	margin: 0 5px 5px 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 200px;
	background-size: contain !important;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	box-sizing: border-box;
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#image_gallery .thumb:hover
{
	border-radius: 30px;
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 15px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 15px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 15px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
}

#gallery_instruction_outer
{
    position: relative;
    margin: 5px 0 15px;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    background-color: #eee;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #ccc;
}

.thumb_title_text p
{
    padding: 5px;
    border-radius: 5px;
    background-color: #eee;
    box-shadow: 0 0 5px #999 inset;
}

#lightbox-container-image-box
{
	border-radius: 5px 5px 0 0;
}

#lightbox-container-image-data-box
{
	border-radius: 0 0 5px 5px;
}

.cpyrt
{
    margin: 15px 0 0;
    color: #666;
    text-align: center;
    font-style: italic;
}

#image_gallery_outer
{
	position: relative;
}

/* quick quote form */

#quick_quote_outer
{
	margin-top: 10px;
}

#qq_quantity
{
	width: 62px;
}

.outer_fieldset_legend
{
	background-color: rgba(25,57,138,1);
	margin-bottom: 10px;
	color: #fff;
	border-radius: 5px;
}

#quick_quote legend
{
	border-bottom: 1px solid #ccc !important;
}

.fieldset_inline_block
{
	position: relative;
	display: inline-block;
}

.sub_garm_location_table label
{
	white-space: nowrap;
	margin-right: 5px;
}

.sub_garm_location_table input
{
	margin-right: 5px;
}

.instruction_text
{
	position: relative;
	font-size: 13px;
	font-style: italic;
}

.sub_instruct
{
	font-style: italic;
	margin: 5px 0 0;
	color: rgba(25,57,138,1);
	font-weight: bold;
	padding: 0;
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
	-ms-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}

.sub_heading
{
	background-color: #ccc;
}

.sub_heading td
{
	border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 3px;
}

#quick_quote
{
	position: relative;
	width: 100%;
}

#quick_quote select
{
	border-radius: 4px;
}

.num_input
{
	width: 30px;
}

.error_text
{
	color: rgba(255, 0, 0, 0.6);
	font-style: italic;
}

.message_element
{
	position: relative;
	display: inline-block;
	margin-left: 5px;
}

#qq_sizes_table td {
	padding: 5px;
}

.success_text {
	font-size: 14px;
}

#attach_accept {
	color: rgba(25,57,138,1);
	padding: 3px 0 3px 5px;
	letter-spacing: 1px;
	font-weight: bold;
}

#attach_accept p
{
	margin: 0;
}

.MultiFile-label
{
	margin: 10px 0;
	font-weight: bold;
	letter-spacing: 1px;
}

.MultiFile-label a, .MultiFile-label span
{
	background-color: rgba(25,57,138,1);
	color: #fff;
	padding: 2px 5px 4px;
	border-radius: 3px;
	font-size: 13px;
}

#attach_instruct_outer
{
	margin-left: 5px;
}

#quick_quote button
{
	padding: 5px;
}

/* individual product quote form */

.prod_quote_outer
{
	position: relative;
	height: auto;
}

#prod_quote .sub_instruct
{
	margin: 5px 0 10px;
}

#prod_quote_form .fieldset_inline_block {
	width: 33%;
}

#prod_quote_quantity {
	width: 62px;
}

#prod_quote h2 {
	color: #fff !important;
    font-size: 19px;
    text-align: center;
    margin: 10px 0 22px;
    background-color: rgba(25,57,138,1);
    border-radius: 4px;
    padding: 2px;
    letter-spacing: 1px;
}

#prod_quote button
{
	padding: 5px;
}

#prod_quote_notes {
	margin-bottom: 13px;
}

#prod_quote_garm_sizes_table td
{
	padding: 5px;
}

/* EOF individual product quote form */

.cart a, .cart a:visited
{
	color: #333;
	text-decoration: underline;
}

.product_listing .cart a, .product_listing .cart a:visited
{
	text-decoration: none;
}

.cart span
{
	color: #fff;
}

/* styling for facebook plugin */

.fb_outer
{
	position: absolute;
    padding: 6px 7px 2px 5px;
    right: 325px;
    /*top: 13px;*/
    z-index: 9999;
}

.facebook_instruct
{
    position: relative;
    margin: 5px;
    padding: 5px;
    top: -17px;
}

.fb-like-box
{
	z-index: 9999;
}

.fb-like-box iframe
{
	background-color: #fff;
	border: 1px solid #999;
	width: 501px;
}

#fb_content iframe
{
	width: 501px !important;
}

/* EOF for facebook plugin styling */


.indiv_section_title {
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-family: 'Lusitana', sans-serif;
}

.content_text hr {
	border-bottom: 1px dashed #ccc !important;
}

/*
	current specials styling
*/

.ad_thumbs_outer
{
	position: relative;
	width: 660px;
	margin: 0 auto;
	text-align: center;
}

.ad_thumbs_outer p {
	position: relative;
	color: #666;
    font-size: 14px;
    font-style: italic;
    margin: 5px;
    text-align: center;
}

.ad_thumbs_outer a {
	position: relative;
}

.ad_thumbs_outer img {
	position: relative;
	border: 1px solid #666;
}

#current_specials_table {
	position: relative;
	width: 100%;
}

#current_specials_table td {
	padding: 5px;
}

#current_special_selection_table {
	margin-bottom: 10px;
}

#no_current_specials {
	font-size: 14px;
    font-style: italic;
}

/*
	EOF current specials styling
*/

/*
	current specials homepage ad styling
*/

.banner_ad_images_homepage {
	text-align: center;
	margin: 5px 0 25px;
	border-bottom: 1px solid #999;
	padding: 0 0 22px;
}

.banner_ad_images_homepage img {
	margin: 5px 0 0;
	border: 1px solid #666;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.banner_ad_images_homepage img:hover {
	opacity: 0.7;
}

/*
	EOF current specials homepage ad styling
*/

#header .links
{
	background-color: #fff;
}

.pagination .links > *
{
	box-sizing: border-box;
}

/* SI Systems page styling */

.si_systems
{
	position: relative;
	top: 30px;
}

.si_systems a, .si_systems a:visited
{
	color: #999;
}

.system_outer
{
	text-align: center;
}

.system_outer h2
{
	margin: 15px 0 5px;
}

.system_outer p
{
	margin: 5px 0 10px;
}

.system_outer img
{
	border: 1px solid #999;
}

/* EOF Systems page styling */

/*
	Overrides of default styling
*/

#footer
{
	padding: 20px 0px 50px;
	border-top: 15px solid rgba(25,57,138,1);
	border-bottom: 15px solid #F7941D;
}

/*
	EOF Overrides of default styling
*/

/*
	Considerations page styling
*/

.garment_section
{
	position: relative;
	min-height: 175px !important;
}

.garment_section_left
{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	border-right: 1px dashed #aaa;
	padding-right: 13px;
}

.garment_section_right
{
	display: inline-block;
	width: 81%;
	vertical-align: top;
}

.smaller_width
{
	width: 67%;
}

.garment_section_left img
{
	border-radius: 4px;
}

.garment_section:before, .garment_section:after
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.garment_section:after
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.indiv_section_title
{
	margin-top: 30px;
}

.content_text
{
	font-size: 14px;
	color: #333;
}

.indent
{
	text-indent: 20px;
}

.content_text:first-letter, .content_text p:first-child:first-letter
{
	font-size: 200%;
	color: #000;
	font-family: 'Lusitana', sans-serif;
}

/*
	EOF Considerations page styling
*/

/*
	Styling for the product swatch DOM elements on each individual product page
*/

.product_color_avail_msg {
	margin-top: 10px;
}

#product_color_options
{
	position: relative;
	width: 100%;
	border: 1px solid #999;
	box-shadow: 0 0 5px #999 inset;
	border-radius: 5px;
	padding: 25px 0 0 0;
	font-size: 13px;
}

.product_color_choice
{
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 3px;
	width: 97px;
	vertical-align: top;
	margin: 0 0 5px;
	min-height: 102px;
}

.swatch_div
{
	width: 55px;
	height: 55px;
	border-radius: 15px;
	padding: 0;
	margin: 0 auto 5px;
	border: 3px solid #333;
	box-sizing: border-box;
	box-shadow: 0 0 5px #000 inset;
}

.product_color_choice img
{
	margin-bottom: 2px;
	width: 45px;
}

.product_color_choice p
{
	margin-bottom: 0;
	font-style: italic;
}

#product_color_options > div + div
{
	border-left: 2px dashed #aaa;
	padding-left: 5px;
}

/*.first_color_choice
{
	width: 90px;
}*/

/*
	EOF styling for the product swatch DOM elements on each individual product page
*/

/*.navbar .nav
{
	margin: 0 auto !important;
	width: 1220px !important;
	float: none !important;
}*/

.navbar-nav > .active > a
{
	font-weight: bold;
}

.navbar-nav > li
{
	float: none !important;
}

html, body
{
	/*height: 100%;*/
}

#wrap
{
	min-height: 100%;
}

#container {
	padding-bottom: 65px;
}

#footer {
	position: relative;
	height: 210px;
	clear:both;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

.man_logo img
{
	border: 1px solid #e7e7e7;
	border-radius: 15px;
}

.image_categ_link
{
	padding: 2px;
	color: rgba(25,57,138,1);
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.image_categ_link:hover
{
	text-decoration: none;
	color: #333;
	border-bottom: 3px solid #F7941D;
}

.selected_category
{
	color: #333;
	box-sizing: border-box;
	font-weight: bold;
	border-bottom: 3px solid #F7941D;
	font-size: 1.2em;
}

.gall_image
{
	position: relative;
	border-radius: 25px;
	display: inline-block;
	margin: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #333;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

#image_instructs
{
	text-align: center;
	font-style: italic;
}

.gall_image:hover
{
	border-radius: 45px;
	border: 2px dashed;
}

#yoxview_infoPanel #yoxview_infoText
{
	position: relative;
	top: -15px;
	left: 15px;
	font-size: 1em !important;
}

.desc_text
{
	border-bottom: 1px solid #ccc;
}

label
{
	font-weight: normal !important;
}

.list-group a
{
	margin: 5px 0;
	border-radius: 5px;
}

/*
 * -webkit-background-clip: text;
 * -webkit-text-fill-color: transparent;
 */ 

.close
{
	position: relative;
	top: -3px;
}

.service_list_outer {
	position: relative;
	top: -28px;
}

.service_list_outer ul {
	font-size: 0px;
}

.service_list_outer ul li {
	display: inline-block;
	color: #ccc;
	margin: 0 20px;
	font-size: 13px;
}
