/* miniwarehousesprings.com  site css */

/* .................... INIT .................... */

/* RESET */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

body {
color: #000000;
background-color: #fff;
background-image: url('');
background-repeat: repeat;
background-position: 0 0;
position: relative;
height: 100%;
width: 100%;
}

body,
td,
input,
select,
option,
textarea {
font-weight: normal;
font-size: 17px;
font-family: Hind,Tahoma,sans-serif;
}

td {
text-align: center;
vertical-align: middle;
line-height: 1.2;
}

a						{color: #000000}
a:visited				{color: #000000}
b, strong				{font-weight: bold;}
blockquote				{margin: 1em;}
dd						{margin: 0 0 0 10px;}
dl						{margin: 5px 0;}
i					{font-style: italic;}
em {	font-weight: bold;	color: red;}
img						{}
li						{margin: 0 0 0 15px;}
ol, ul					{list-style: disc outside;}
dl						{margin: 5px 0;}
dd						{margin: 0 0 0 10px;}
p						{margin: 10px 0;}
th, caption				{font-weight: bold;}
table					{border-collapse: collapse;}
tr, td					{vertical-align: top;}
td						{font-size: 20px ; color: #000000; padding: 0; margin: 0;}
input,
select,
textarea				{margin: auto; color: #000000; font-weight: normal;}
select					{padding-left: 5px;}
option					{padding-right: 15px;}
input					{}
textarea				{overflow: auto;}

/* fixes */
body {width: 100%; height: 100%;}
html {min-height: 100.05%;}

/* CLASSES */

/* force float wrap */

.clear {clear:both; display:block; font-size:1px; height:1px; line-height:-1;}

#bodyshell:after,
#header:after,
#footer:after,
#top-nav-bar:after,
#infoarea:after,
.enclose:after {clear:both; content:"."; display:block; height:0; visibility:hidden;}

input.text {padding: 1px;}

input.button,
input.submit {}

/* form items */

.addtocart-form {}

.form-item {}
.form-item.option {}
.form-item.monogram {}
.form-item.inscription {}
.form-item.select {}
.form-item.checkbox {}
.form-item.radio {}

.form-item .label {margin-right: 7px;}
.form-item .value {}

.form-item.minimum-quantity {
margin-top: 15px !important;	
}

.availability {}
.outofstock {}

.code {font-style: normal;}

.aprice {
	font-weight: normal;
	font-size: 18px;
}
.aprice.bold {font-weight: bold;}
.aprice .label {}
.aprice .value {}
.price,
.regular-price {color: #303030;}
.sale-price,
.save-price {color: #ff0000;}
.sale-price .save {font-style: italic;}
.regular-price .value {text-decoration: line-through;}
.regular-price .value span {}

/* form buttons */

.addtocart-submit {
padding: 7px 13px;
border: 0; 
border-radius: 4px; 
color: #ffffff; 
background: #d91e3e; 
text-align: center; 
cursor: pointer; 
font-weight: bold; 
font-size: 20px;
line-height: 1;
}

.addtocart-submit,
.addtocart-image {
margin-left: 20px;
}

/* quantity box */

.quantity {}
.quantity-label {margin-right: 7px; vertical-align: middle;}
.quantity-input {width: 2.2em; text-align: center; vertical-align: middle;}

.form-item.quantity-and-submit {
margin-top: 20px;
}

.form-item.quantity-and-submit .addtocart-submit,
.form-item.quantity-and-submit .addtocart-image {vertical-align: middle;}

/* caption */

.caption {}
.caption.left {}
.caption.right {}
.caption.center {}
.caption-text {text-align: center;}
.caption-image {}
.caption-image span {}
.caption-image a {}
.caption-image img {}

/* caption left (default) */

.caption-image {float: left; margin: 0 15px 10px 0;}

/* caption right */

.caption.right .caption-image {float: right; margin: 0 0 10px 15px;}

/* caption center */

.caption.center .caption-image {display: block; float: none; text-align: center;}

/* .................... MAIN BLOCKS .................... */

/***** WIDTHS *****/

body			{min-width: 960px;}
#container		{width: 1000px;}
#bodyshell		{} 
#bodycontent	{}
#superbar		{width: 100%;}
.wrap			{width: 1000px;}


/***** end WIDTHS *****/

#container {
position: relative;
z-index: 0;
margin: 0 auto;
background-color: #ffffff;
}




#header {
position: relative;
z-index: 2;
}

#top-nav-bar {
position: relative;
z-index: 2;
}

#bodyshell {
position: relative;
z-index: 1;
background-color: #ffffff;
border-left-style: solid;
border-left-color: #000000;
} 

#bodycontent {
	position: relative;
	z-index: 1;
	width: 100%;
}

.contentarea {
position: relative;
z-index: 1;
margin: 0 0 10px 0;
}

#nav-product {
position: relative;
z-index: 2;
float: left;
overflow: visible;
}

#footer {
position: relative;
z-index: 1;
}
	
/* .................... MISC .................... */

#introtext {margin: 15px 0; display: none;}

#finaltext {margin: 15px 20px; padding: 8px 0 0; border-top: 1px solid #4e7b80;}

.infotype #introtext,
.infotype #finaltext {}

#badge {margin: 15px auto;}

#breadcrumbs {
	margin: 10px 0;
	font-size: 13px;
}
.breadcrumbs {margin: 1px 0;}
.breadcrumbs .separator {margin: 0 4px;}
.breadcrumbs a,
.breadcrumbs a:hover {color: #000000;}

.pageText {
color: #FF0000;
background-color: #FFFFFF;
font-size: 20px;
}

.spme-table tr td {
padding: 4px !important;
border-collapse: collapse !important;
border: 1px solid black !important;
font-weight: bold;
font-size: 17px;
}

/* .................... END MISC .................... */



/* .................... GLOBAL TOP NAVIGATION .................... */

#nav-general {
float: right;
display: block;
margin: 5px 5px 0 0;
list-style: none;
}

#nav-general li {
display: block;
float: right;
margin: 0 2px;
border: 1px solid #ffffff;
background-color: #ffffff;
}

#nav-general li a {
	display: block;
	padding: 5px 0;
	color: #1a3a6c;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
}

#nav-general li a span {
	display: block;
	padding: 0 5px 2px;
	line-height: 10px;
}

#nav-general li a:hover {
	color: #2c63b8;
	text-decoration: none;
}
#nav-general li a:hover {
color: #4e7b80;
text-decoration: none;
}

#nav-general li a:hover span {
background-color: #fafafa;
}

#nav-general a.linkcheckout {
padding-right: 35px;
background: transparent url('') 90% 0 no-repeat;
}


/* .................... END GLOBAL TOP NAVIGATION .................... */



/* .................... LEFT NAVIGATION .................... */

.left-nav-heading {
margin: 0 0 6px;
padding: 5px 2px;
color: #000000;
background-color: #dfdfdf;
text-align: center;
font-weight: bold;
font-size: 13px;
}

.left-nav {
margin: 10px 0;
padding: 0 10px;
list-style: none;
}

.left-nav li {
position: relative;
margin: 0;
}

.left-nav li a {
display: block;
padding: 2px 5px;
border-bottom: 1px solid #dfdfdf;
color: #dfdfdf;
background-color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

.left-nav li a:hover {
color: #ffffff;
background-color: #dfdfdf;
text-decoration: none;
}

.left-nav ul {
position: absolute;
visibility: hidden;
top: 0;
left: 220px;
width: 240px;
border: 1px solid ;
}

.left-nav ul li {
display: block;
}

.left-nav ul li a {
height: auto;
padding: 1px 8px;
border-left: 0;
}

.left-nav li:hover ul {
visibility: visible;
}

#htmltop,
#htmlbottom,
#htmltop a,
#htmlbottom a {color: #cc0033;}

/* .................... END LEFT NAVIGATION .................... */



/* .................... HEADER .................... */

#header-container{
position: relative;
width: 100%;
padding: 25px 0;
background-color: #fff;
}

#header {
min-height: 45px;
background:#ffffff;
width: 1000px;
margin: 0 auto;
}

#brandmark {
float: left;
}

#brandmark a {
color: #ffffff;
display: block;
text-decoration: none;
font-weight: bold;
font-size: 70px;
font-family: Tahoma, Geneva, Verdana, sans-serif;
}

#brandmark a img {
display: block;
width: auto;
height: auto;
max-width: 560px;
max-height: px;
}

#header .social-icons {
	float: right;
	margin-bottom: 20px;
}
#header .social-icons i {
	font-size: 25px;
	margin-left: 10px;
}

#tagline-container {
	width: 100%;
	background-color: #eeeeee;
	padding: 10px 0;
}
#slogan {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #1a3a6c;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
}
#slogan div {
	display: inline-block;
	margin: 0 auto;
	padding: 0 55px;
}
#slogan img, #slogan a{
	display: inline-block;
	vertical-align: middle;
}

#slogan a {
	text-decoration: none;
	font-size: 18px;
	margin: 0 10px;
        font-weight: bold;
}

#slogan a:hover {
text-decoration: hover;
}

/* .................... END HEADER .................... */



/* .................... SEARCH BOX .................... */

#top-search {
float: right;
clear: right;
}

#top-search .searcharea {}

#top-search .searchForm {
position: relative;
display: block;
margin: 0;
padding: 0;
border: 0;
}

#top-search .searchForm select,
#top-search [name="section"] {
display: none;
}

#top-search .searchForm #searchInput {
height: 32px;
width: 290px;
padding: 0 10px;
border: 0;
color: #303030;
vertical-align: top;
font-size: 16px;
border: 1px solid #d8d8d8;
display: inline-block;
vertical-align: middle;
}

#top-search .searchForm #searchSubmit {
height: 34px;
margin: 0;
padding: 0 8px;
border: 0;
color: #fff;
background: transparent;
vertical-align: top;
cursor: pointer;
background-color: #D91E3E;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
font-weight: bold;
font-size: 16px;
font-family: Hind,Tahoma,sans-serif;
line-height: 35px;
}

/* .................... TOP NAVIGATION .................... */

#top-nav-container {
	width: 100%;
	z-index: 1;
	background-color: #1a3a6c;
	clear: both;
}

#top-nav {
	list-style: none;
	background-color: #1a3a6c;
	text-align: center;
}

#top-nav li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
}

#top-nav li a {
	display: block;
	height: 20px;
	padding: 15px 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Hind,Tahoma,sans-serif;
	line-height: 20px;
	text-transform: uppercase;
}

#top-nav li a span {}

#top-nav li:first-child a {
border-left: 0;
}

#top-nav li a:hover {
color: #ffffff;
background-color: #2c63b8;
text-decoration: none;
}

.first-nav {
border-left: 0 !important;
}

#top-nav ul {
position: absolute;
visibility: hidden;
top: 20px;
left: 0;
width: 240px;
border: 1px solid #4e7b80;
background-color: #000000;
}

#top-nav .flop {
right: 0;
left: auto;
}

#top-nav ul li {
display: block;
}

#top-nav ul li a {
height: auto;
padding: 1px 8px;
border-left: 0;
text-align: left;
font-size: 12px;
}

#top-nav li:hover ul {
visibility: visible;
}

/* .................... END TOP NAVIGATION .................... */



/* .................... YAHOO CROSS-SELL .................... */

.ystore-cross-sell-table { width:100%; font-size:inherit; font:100%; }
.ystore-cross-sell-title { padding-bottom:6px; color: #3366ff; font-weight: bold; font-size: 16px; font-family: Tahoma, Geneva, Verdana, sans-serif; }
.ystore-cross-sell-table-vertical .ystore-cross-sell-cell { width:100%; }
.ystore-cross-sell-table-horizontal .ystore-cross-sell-cell { width:28%; padding-right:5%; }

.ystore-cross-sell-product-image-link { display:block; padding-bottom:8px; }
.ystore-cross-sell-product-caption { padding-bottom:16px; }
.ystore-cross-sell-product-caption p,
.ystore-cross-sell-product-caption h4 { margin:0 0 10px; font-size: 11px; }
.ystore-cross-sell-table .ys_promo { font-weight: bold; }

/* .................... END YAHOO CROSS-SELL .................... */



/* .................... SUPERBAR AND REGISTRATION .................... */

#superbar {
z-index: 1000;
top: 0;
height: 22px;
border-bottom: 1px solid #d0d9e0;
background: #000000;
line-height: 20px;
}

.ys_clear {clear:both;}

#ys_superbar {
position: relative !important;
float: none !important;
top: 0;
left: 0;
width: 960px !important;
height: 20px !important;
margin: 0 auto;
padding: 0;
color: #000000;
font-weight: normal !important;
font-size: 20px !important;
font-family: Helvetica, Arial, sans-serif !important;
font-family: Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
line-height: 20px !important;
}

#ys_cpers {display: none; float: left !important;}
#yfc_mini {float: right !important;}
#yscp_welcome_msg { font-family:verdana; text-decoration:none; margin:0px 10px 0px 5px; display:none; line-height:20px; color:#000; }
#yscp_signin_link { display:none; line-height:20px; }
#yscp_signout_link { margin-left:10px; display:none; line-height:20px; }
#yscp_myaccount_link { display:none; line-height:20px; margin-right:10px; margin-left:10px; }
#yscp_welcome_msg .yscp_bold { font-weight:bold; color:#000;}
a.yscp_link { font-family:verdana; text-decoration:none; color:#000000; line-height:20px; }
a.yscp_link:hover { font-family:verdana; color:#ffffff; text-decoration:underline; line-height:20px; }
a.yscp_link:visited {color:#000;}
#custRegDiv a.container-close { top:5px; }
.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft { background-color:#fff; }
.yui-skin-sam .yui-panel .bd { padding:0px; }
#iframe_id  { width:679px; border:1px solid #000; padding:0px; }
#custRegDiv_h.hd { display:none; }
#custRegDiv_mask.mask  { background-color:#000000; opacity:0.5; filter:alpha(opacity=50);}
#loadingDiv                 {height:210px; width:679px; position:absolute; background:#ececec;}
img.loadingImg                 {margin-top:90px; margin-left:20px;}

.smb-mc .mini_msg,
.mini_item_count,
.mini_subtotal {}

.smb-mc .mini_align {
    border: 0 solid;
    float: right;
    height: 21px;
    width: 15px !important;
}


a.yscp_link {
    color: #304C57;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}

/* .................... CONTENTS .................... */

#contents {
	background-color: #ffffff;
}

.infotype #contents {border-left-width: 30px; border-right-width: 30px;}

#contents-table {border-collapse:collapse; border-bottom: 10px solid #ffffff:}

.contents-table-row {}

.contents-table-cell {
	padding: 15px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
}

.contents-table-cell.dummy {visibility: hidden; border: 0;}
.contents-table-cell.dummy * {display: none;}

#contents-table .image {display: table; width: 200px; height: 200px; height: 250px; margin: 0 auto;}

#contents-table .image a {display: table-cell; width: 200px; height: 200px; height: 250px; text-align: center; vertical-align: middle;}

#contents-table .name {
	min-height: 3em;
	margin: 8px 0 4px;
	font-weight: bold;
	font-size: 18px;
}

#contents-table .name a:link,
#contents-table .name a:visited {color: #000000; text-decoration: none;}
#contents-table .name a:hover {color: #000000; text-decoration: underline;}

#contents-table .form-item {margin-bottom: 10px;}

#contents-table .itemform-name {margin: 5px 0; font-weight: bold;}

#contents-table .prices {margin: 8px 0 0;}

#contents-table .availability {margin: 10px 0 0;}

#contents-table .form-item.submit {margin: 10px 0 0;}
#contents-table .addtocart-submit {}

#contents-table .description {margin: 20px 0 0;}

#contents-table .description .wire-size-price-table {
margin: 30px auto 0;
}	

/* VERTICAL */

#contents-table.vertical .contents-table-cell {text-align: center;}

/* WRAP */

#contents-table.wrap {}
#contents-table.wrap .image {display: block; float: left; width: 200px; height: 200px; height: 250px; margin: 0 15px 0 0;}

/* ELL */

#contents-table.ell {}
.contents-table-ell-table {}
.contents-table-ell-row {}
.contents-table-ell-cell {padding-left: 15px;}
.contents-table-ell-cell.image {}

/* .................... HOME .................... */

#homearea {
margin-top: 10px;
}

#messagearea {}
#messagearea.left {}
#messagearea.right {}
#messagearea.center {}

#messagetitle {
	margin: 50px 0;
	border-bottom: 1px solid #ffffff;
	color: #1a3a6c;
	font-weight: bold;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
}

#messagearea-caption {}
#messagearea-caption .caption-text {}
#messagearea-caption .caption-image {}

.ys_promo_banner {
	margin: 0 !important;
	width: 100% !important;
	float: right !important;
}

.ys_promo_banner li {
	margin: 0 !important;
}

#ys_promocategory {
	float: right !important;
	width: 41% !important;
}

#ys_promo_banner_list .ys_promo_banner {
	border: none !important;
	margin-bottom: 15px !important;
}

.ys_promo_banner .ys_promo_design_block {
	margin-top: 21px !important;
	float: right !important;
	width: 60% !important;
}

.ys_promo_banner .ys_promo_banner_image {
	margin: 25px 0 0 0 !important;
	height: 48px !important;
	float: right !important;
}

#home-top {
	width: 100%;
	clear: both;
	overflow: hidden;
}

#home-top h1 {
	color: #1a3a6c;
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 0 20px;
}

#home-video {
	width: 500px;
	float: left;
}
#home-video h1 {
	background-color: #1a3a6c;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 10px 0 10px;
	color: #fff;
	margin: 0;
	width: 400px;
}
#home-video h3 {
	background-color: #1a3a6c;
	font-size: 14px;
	padding: 0 10px 5px;
	color: #fff;
	margin-bottom: 20px;
	width: 400px;
}
#home-reviews {
	width: 460px;
	float: left;
	background-color: #eeeeee;
	padding: 20px;
	height: 357px;
}
#read-more {
	background-color: #1a3a6c;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 18px;
	margin: 25px 0 0 0;
	float: right;
}
#home-reviews p {
	font-size: 18px;
}
#middle-title {
	text-align: center;
	margin-top: 40px;
}
#home-middle h2 {
	font-size: 23px;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
}
#middle-left {
	display: block;
	text-align: center;
	padding: 20px 20px 0 20px;
	margin: 60px 20px 0 20px;
	height: 350px;
	vertical-align: middle;
}
#middle-left img {
	max-height: 80px;
}
#middle-right {
	margin: 50px 0 0 0;
}
#middle-right img {
	max-width: 16%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	text-align: center;
}
#middle-right strong {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
#messagearea.left #messagearea-caption .caption-image {float: left; margin: 0 20px 10px 0;}

#messagearea.center #messagearea-image {display: block; margin: 0 0 10px; text-align: center;}

#specialsarea {}

#specialstitle {
	margin: 0 0 50px 0;
	border-bottom: 1px solid #ffffff;
	color: #1a3a6c;
	font-weight: bold;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
}
/* CENTER */

#messagearea.center #messagetitle {text-align: center;}

/* RIGHT */

/* .................... SECTION .................... */

#sectionarea {}
#sectionarea.left {}
#sectionarea.right {}
#sectionarea.center {}

#section-contenttitle {
margin: 15px 0 40px;
padding: 10px 20px;
color: #ffffff;
background-color: #1a3a6c;
font-weight: bold;
font-size: 24px;
line-height: 1;
}

#section-caption {margin: 15px 20px;}
#section-caption .caption-text {}
#section-caption .caption-image {}

/* CENTER */

#sectionarea.center #section-contenttitle {
text-align: center;
}

/* RIGHT */

/* .................... INFO .................... */

#infoarea {margin: 0 0 15px; background-color: #fff;}
#infoarea.left {}
#infoarea.right {}
#infoarea.center {}

#info-contenttitle {
margin: 40px 0 40px;
padding: 10px 20px;
color: #ffffff;
background-color: #1a3a6c;
text-transform: capitalize;
font-weight: bold;
font-size: 24px;
line-height: 1;
}

#infoarea.center #info-contenttitle {
text-align: center;	
}

#info-image {}
#info-image span {}
#info-image img {}

#info-yahoo-privacypolicy {}
#info-greeting {}
#info-address-phone {}
#info-info {}
#info-caption {}

#infoarea #contents-table {}

/* SITE MAP */

#sitemap {font-weight: bold;}

#sitemap,
#sitemap a {color: #000000; font-size: 13px;}

.sitemap-section {margin: 15px 0;}

#sitemap ul {list-style: none; margin-left: 15px;}
#sitemap li {margin: 0;}
#sitemap ul a {text-decoration: none;}

.sitemap-section ul					{margin-left: 10px;}
.sitemap-section ul ul					{margin-bottom: 10px;}
.sitemap-section li a					{}
.sitemap-section ul li a				{ font-size: 10pt; font-weight: bold; }
.sitemap-section ul ul li a				{ font-size: 9pt; font-weight: normal; text-decoration: underline; }
.sitemap-section ul ul ul li a			{font-size: 8pt; font-weight: normal; text-decoration: none; }
.sitemap-section ul ul ul li a:hover,
ul ul ul ul li a:active					{text-decoration: underline; }

.sitemap-section.info {}
.sitemap-section.info > ul > li > a {text-transform: capitalize;}

.sitemap-section.items {}
.sitemap-section.items > ul > li > a {display: block; margin-bottom: 5px;}

/* .................... SEARCH PAGE .................... */

#searchpageHeader {margin:0; padding:4px 15px 6px; color: #809063; background-color: #ffffff; font-weight: bold; font-size: 20px; font-family: ;}

#infoarea form, 
.infoText div {margin:0 10px;}
#infoarea form table td a img {margin-right:5px;}
#infoarea form table td b {display:block; padding:15px 0 5px;}
#infoarea form table td font {font-size:1em;}

/* .................... ITEM .................... */

#page-pa1to2x2x30g #item-captiontitle,
#page-1gadosplewot #item-captiontitle,
#page-gatosp #item-captiontitle, 
#page-pagatosp #item-captiontitle {
display: none !important;
}

#itemarea {}
#itemarea.image {}
#itemarea.left {}
#itemarea.left {}
#itemarea.center {}

#item-wrapper1 {
float: left;
width: 300px;
}

#item-wrapper2 {
float: right;
width: calc(100% - 300px - 30px);
}

#item-contenttitle {
margin: 15px 0 40px;
padding: 10px 20px;
color: #ffffff;
background-color: #1a3a6c;
font-weight: bold;
font-size: 20px;
}

#itemarea.center #item-contenttitle {
text-align: center;	
}

#item-image {
text-align: center;
}

#item-image a {}
#item-image img {}

#item-insets {width: 300px; margin: 0 15px;}
.item-inset {float: left; margin: 0 10px 10px 0;}

#item-caption {
	margin: 15px 20px 15px 0;
	clear: both;
}

#item-caption .caption-text {}
#item-caption .caption-image {}

#item-captiontitle {
margin: 35px 0 5px 0;
padding: 0;
color: #1a3a6c;
background: none;
text-transform: uppercase;
text-align: left;
font-weight: bold;
font-size: 1.2em;
font-family: Hind,Tahoma,sans-serif;
}

#item-order {margin: 0 0 15px 0;}

#item-order-title {margin: 0 0 12px; font-weight: bold; font-size: 1.2em;}

#item-order-wrapper {
padding: 20px 25px;
background-color: #f0f0f0;
}

#item-order .form-item {margin: 0 0 12px;}
#item-order .form-item.submit,
#item-order .form-item.quantity-and-submit {margin: 20px 0 0;}
#item-order .itemavailable {color:#000000; font-weight:bold; margin:8px 0;}
#item-order .itemavailable em {color:#ff0000; font-style:normal; font-weight:bold; margin:8px 0 8px 4px;}

.wire-size-price-table {
border-collapse: collapse;
}

.wire-size-price-table td,
.wire-size-price-table th {
padding: 3px 30px;
border: 1px solid #c0c0c0;
text-align: center !important;
}

/* CONTENTS */

#accessorytitle {background:none; color:#809063; font-weight: bold; font-size: 15px; font-family: Tahoma, Geneva, Verdana, sans-serif; padding: 2px 20px 8px;}

#itemarea #contents .detail td {padding-bottom:10px;}

#contents.accessory * {text-align:left;}
#contents.accessory .details {background-color:#fff; margin:2px 10px; padding:10px;}
#contents.accessory .details a {color:#000; font-size:1em;} /* COLOR:LINK, FONTSIZE:NAME */
#contents.accessory .details h3 {font-size:1em;}
#contents.accessory .details .sale-price {margin-bottom:10px;}

/* IMAGE RIGHT */

#itemarea.right #item-wrapper1 {float: right;}
#itemarea.right #item-wrapper2 {margin-left: 0; margin-right: 340px;}
#itemarea.right #item-order {margin-left: 20px; margin-right: 0;}
#itemarea.right #item-caption {margin-left: 20px; margin-right: 0;}

/* IMAGE CENTER */

#itemarea.center #item-wrapper1 {float: none; text-align: center;}
#itemarea.center #item-wrapper2 {float: none; clear: both; margin-left: 0;}
#itemarea.center #item-image {width: auto; text-align: center;}
#itemarea.center #item-order {float: right; width: 325px; margin-top: 15px;}
#itemarea.center #item-caption {float: left; width: 300px; margin-left: 20px;}

/* .......... SPRING MEASUREMENTS .......... */

#spring-measurements-steps-table {
border-collapse: collapse;
font-size: 16px;
font-family: sans-serif;
}
#spring-measurements-steps-table td {
padding: 5px 10px;
text-align: left;
vertical-align: top;
}
#spring-measurements-steps-table .step {
color: red;
white-space: nowrap;
font-weight: bold;
font-size: 24px;
}
#spring-measurements-steps-table .title {
font-weight: bold;
font-size: 24px;
}
#spring-measurements-steps-table > tbody:not(:first-child) > tr:first-child td {
padding-top: 30px;
}
#spring-measurements-steps-table .image {
white-space: nowrap;
}

/* .................... YS SOCIAL MEDIA SHARE .................... */

#ys_social_top_hr {border-top:1px solid #CFCECE; margin-bottom:5px; margin-top:5px; clear:both; }
#ys_social_media {height:26px;display:inline-block;vertical-align:middle;margin-left:10px; }
#ys_social_fblike {float:left;}
#ys_social_fbshare {float:left;}
#ys_social_tweet {float:left;}
#ys_social_yahoo {float:left;}
#ys_social_pinterest {float:left;}
#ys_social_v_separator {margin-left:10px;margin-right:10px;float:left;}
#ys_social_bottom_hr {border-top:1px solid #CFCECE; margin-top:5px;}

/* .................... FOOTER .................... */

#footer-wrapper{
width: 100%;
position: relative;
background: #1a3a6c url('');
margin-top: 50px;
}

#footer {
	clear: both;
	padding: 30px 0 0;
	color: #ffffff;
	font-size: 15px;
	width: 1000px;
	margin: 0 auto;
}

#copyright {
	margin: 25px 0 15px;
	color: #ffffff;
	text-align: center;
	clear: both;
	font-size: 12px;
	width: 100%;
}

#footer .social-icons {
	text-align: center;
}
#footer .social-icons i {
	font-size: 21px;
	color: #ffffff;
	margin: 0 6px;
}

/* FOOTER NAV */

#bottom-nav {}

.footer-nav {
	margin: 0 0 30px;
	list-style: none;
	text-align: center;
}

.footer-nav li {
display: inline-block;
margin: 0;
}
.footer-nav li a {
	display: block;
	padding: 5px 0;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
}

.footer-nav li a span {
display: block;
padding: 0 15px 2px;
border-left: 1px solid #dfdfdf;
line-height: 15px;
}

.footer-nav li:first-child a span {
border-left: 0;
}

.footer-nav li a:hover {
color: #fff;
text-decoration: underline;
}

/* FOOTER SOCIAL */

#footer-wrapper1 {
	width: 100%;
}

#footer-wrapper4, #footer-wrapper2, #footer-wrapper3 {
	width: 33.333333%;
	float: left;
}

#footer-wrapper4 {
	text-align: center;
}

/* FOOTER BADGES */

#footer-badges {
	text-align: left;
}

#footer-badges a{
	color: #fff;
}

/* end site css */

