/**
 * Magento
 *
 * @category    design
 * @package     meigeetheme_default
 * @copyright   Copyright (c) 2012 MeigeeTeam. (http://www.meigeeteam.com)
 * @template_version    1.1
 */


/* primary highlight: #3BA995 green */
/* secondry highlight: #C8201C red */

/* Reset ================================================================================= */
 html, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x:hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
     max-width: 100%;
     width: auto;
}


/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; display:inline-block; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

.clear,
.clear-2{clear:both;}
/* ======================================================================================= */

/* Global Styles ========================================================================= */

body {
    font:0.85em/1.5em Arial, sans-serif;
    color:#777;
    background-color:#222222;
}
body.page-popup{background-color:#fff; padding:18px;}


.clear-container{width:100%; overflow:hidden;}
.ie-fix{position:relative; width:100%;}

a {
    text-decoration:none;
    -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;
    color:#777;
}
a:hover {
    text-decoration:none;
}
:focus        { outline:0; }

/* Headings */
h1            { font-size:2.2em; line-height:normal; font-weight:normal; }
h2            { font-size:2.00em; line-height:normal; font-weight:normal; margin-bottom:0.57em;}
h3            { font-size:1.5em; line-height:normal; font-weight:bold; margin-bottom:0.69em;}
h4            { font-size:1em; line-height:normal; font-weight:bold; margin-bottom:0.75em;}
h5            { font-size:0.91em; line-height:normal; font-weight:bold; margin-bottom:0.83em;}
h6            { font-size:0.91em; line-height:normal; font-weight:normal; margin-bottom:0.83em;}

h1,h2,h3,h4,h5,h6{font-family: Arial, sans-serif;}

.main-left { float: right !important;}
aside.sidebar-right { float: right !important;}

.col-main p{margin-bottom:0.75em;}

.content-wrapper{}
.wrapper-container{padding:2.66em 0 0;}

.box {
    border:1px solid #e5e5e5;
    padding: 0.75em;
    margin: 0 0 0.75em 0;
}

/* toTop Button */
#toTop {
    z-index:9999;
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:170px;
    right:10px;
    overflow:hidden;
    width:40px;
    height:40px;
    border:none;
    text-indent:-999px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/ui.totop.png);
	background-position:0 0;
	background-repeat:no-repeat;
	-moz-border-radius:25px;
	border-radius:25px;
}

#toTopHover {
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/ui.totop.png);
	background-repeat:no-repeat;
    background-position:0 -40px;
    width:40px;
    height:40px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
	-moz-border-radius:25px;
	border-radius:25px;
}

#toTop:active, #toTop:focus {
    outline:none;
}

/* Fancybox */
a.fancybox {
    display: block;
    width:13px;
    height:13px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/icon_fancybox.png);
    text-indent:100%;
    white-space: nowrap;
    overflow:hidden;
}

/*Home Slider*/
.slider-container{position:relative; padding:60px 0 40px;}
.slider-container.widget-container{padding:0;}
.slider-container.widget-container .products-grid .price-box{margin-bottom:0;}
.slider-container .slider-text-box h2{font-size:4em; line-height:1.2em; font-weight:100; color:#333;}
.slider-container .slider-text-box p{font-size:1.5em; line-height:1.44em;}
.home-slider {position:relative;}
.home-slider-conainer .es-carousel-wrapper{
	position:relative;
	height:340px;
	margin-top:-15px;
	padding-top:15px;
}
.home-slider-conainer .products-grid li.item{width:245px; padding:0; margin:0;}
.home-slider-conainer .products-grid li.item .product-img-box{margin-bottom:18px;}
.home-slider-conainer .products-grid li.item .product-name{text-align:center;}
.home-slider-conainer .products-grid li.item .indent{padding:1.83em 40px 0 0;}
.home-slider-conainer .products-grid li.item .info-box{
	right:41px;
	top:20px;
}
/* .home-slider-conainer .products-grid li.item span.label-new{
    right:-35px;
} */


.home-slider-conainer .products-grid button span{
	padding:0;
	background:none;
	height:auto;
}
.home-slider-conainer .products-grid button span span{
	font-size:1.16em;
	line-height:1.57em;
	color:#777;
	padding-right:15px;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/add_to_cart_button_marker.gif) right 7px no-repeat;
}
.home-slider-conainer .products-grid button:hover > span{background:none;}

.es-carousel-wrapper{
	padding:0;
	position:relative;
	/*float:left!important;*/
	display:block!important;
	zoom:1;
	width:100%;
	height:auto!important;
}
.carousel-ul{width:100%; display:block!important;}
/*.es-carousel-wrapper .products-grid li.item{position:static; display:block!important;}*/

.es-carousel-wrapper .products-grid li.item{float:left;}
.es-carousel{
    overflow:hidden;
}
.es-carousel ul li a{
    display:block;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}

.slider-container .prev,
.slider-container .next{
    display: block;
    z-index: 999;
    -moz-transition:opacity 300ms, background-color 300ms ease;
    -webkit-transition:opacity 300ms, background-color 300ms ease;
    -o-transition:opacity 300ms, background-color 300ms ease;
    transition:opacity 300ms, background-color 300ms ease;
	opacity:0;
    cursor:pointer;
	background-color:rgba(68, 68, 68, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33444444,endColorstr=#33444444), filter: alpha(opacity=0);;
	zoom: 1;
	width:60px;
    height:60px;
    position:absolute;
    top:40%;
	margin-top:-30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sliders_arr.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.slider-container .prev{
    left:-130px;
	background-position:24px 23px;
}
.slider-container .prev:hover{background-position:24px -21px;}
.slider-container .next {
    right:-130px;
	background-position:-73px 23px;
}
.slider-container .next:hover{background-position:-73px -21px;}
.slider-container:hover .prev,
.slider-container:hover .next{opacity:1; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33444444,endColorstr=#33444444), filter: alpha(opacity=100);}

.cms-home .home-block-wrapper{background-color:#f5f5f5; margin-bottom:4.16em;}
.cms-home .home-block-wrapper .home-block{padding:3.75em 0 3.33em; text-align:center;}
.cms-home .home-block-wrapper .home-block h2{text-transform:uppercase; font-size:2em; line-height:1.5em; margin-bottom:0; font-weight:100;}
.cms-home .home-block-wrapper .home-block h2 span{font-weight:bold;}
.cms-home .home-block-wrapper .home-block h3{text-transform:uppercase; font-size:1.33em; line-height:1.5em; font-weight:normal; margin-top:-3px; margin-bottom:1.5em; position:relative;}
.cms-home .home-block-wrapper .home-block h3 span{font-weight:bold;}


.col-main{margin-bottom:1.5em;}
.main-container{padding-bottom:1.5em; width:100%;}

/* Form Elements */
input,select,textarea,button { font:11px/18px Arial, Helvetica, sans-serif; vertical-align:middle; color:#999699; }
input.input-text,select{height:18px;}
input.input-text,select,textarea { background:#fff; border:1px solid #d4d4d4; }
input.input-text,textarea { padding:2px; }
select { padding:1px 1px 1px 3px; height:20px;}
select option { padding-right:10px; }
select.multiselect{height:auto;}
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-top:0;}
input.checkbox { margin-right:3px; }
input.qty{width:1.5em!important;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span{
	float:left;
	height:31px;
	padding:0 0 0 20px;
	font:12px/18px Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#fff;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
button.button span span { height: auto; background:none; border:none; padding:6px 20px 0 0; font-weight:normal; color:#fff;}
button.button:hover span{background-color:#777777;}
button.btn-checkout span {}
button.btn-checkout.no-checkout {}
button.btn-checkout span {}


.home-block-wrapper button.btn-big span{
	height:60px;
	padding:0 0 0 25px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#444;
}
.home-block-wrapper button.btn-big span span{
	font-size:15px;
	padding:21px 25px 0 0;
	text-transform:uppercase;
	height:39px;
	font-weight:bold;
}



.my-wishlist .buttons-set .btn-share span,
.my-wishlist .buttons-set .btn-add span,
.cart .shipping button.button span,
.cart .discount button.button span,
.cart-table .buttons-row .buttons button.button.btn-update span,
.cart-table .buttons-row .buttons button.button.btn-clear span{
	background-color:#777;
}
.my-wishlist .buttons-set .btn-share:hover span,
.my-wishlist .buttons-set .btn-add:hover span,
.cart .shipping button.button:hover span,
.cart .discount button.button:hover span,
.cart-table .buttons-row .buttons button.button.btn-update:hover span,
.cart-table .buttons-row .buttons button.button.btn-clear:hover span{
	background-color:#444;
}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list{margin:0.75em 0;}
.form-list li { margin:0 0 0.75em; }
.form-list label { float:left; color:#777; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:324px; }
.form-list input.input-text { width:303px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:310px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:626px; }
.form-list li.wide textarea { width:627px; }
.form-list li.wide select { width:677px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:125px; }
.form-list .name-middlename input.input-text { width:104px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:199px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:175px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:0.42em 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; margin-left: 5px; }
.buttons-set p.required { margin:0 0 0.42em; }

.buttons-set-order {}

.fieldset {
	border:1px solid #E6E6E6;
	background:#fefefe;
	padding: 0 26px 1.5em 21px;
	margin:2.34em 0;
}
.fieldset .legend{
	float:none;
	font-weight:normal;
	border:1px solid #E6E6E6;
	background-color:#EFEFEF;
    color:#444444;
    font-size:1.16em;
    line-height:1.57em;
    margin:-16px -27px 1em -22px;
    padding:1em 23px;
    position:relative;
    text-transform:uppercase;
	width:auto;
	display:block;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:12px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	 border-style:solid !important;
	 border-width:1px!important;
	 background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/messages_markers.png);
	 background-position:0 0;
	 background-repeat:no-repeat !important;
	 padding:1.15em 15px 1.15em 58px!important;
	 font-size:1.09em!important;
	 font-weight:normal!important;
	 text-transform:uppercase;
	 line-height:1.53em;
	 color:#fff;
	 text-transform:uppercase;
}
.error-msg {background-color:#ac6865; background-position:12px -151px;}
.success-msg {background-color:#a5d5a8; background-position:12px 8px;}
.note-msg,
.notice-msg {background-color:#c0b084; background-position:12px -71px;}

ul.i-am-new { list-style:none !important; margin:0 !important; padding:0 !important; width:100%; overflow:hidden; }
ul.i-am-new li {
    text-align: center;
    border-style:solid;
    border-width:1px;
    border-top: 0px;
    background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/messages_bg.png) center top repeat-x;
    padding:8px 9px 7px 69px!important;
    font-size:1.09em!important;
    text-transform:uppercase;
    font-weight:normal!important;
}

ul.i-am-new li.warning { border-color:#ffc237; background-color:#ffeaa8; color:#a76200; }
ul.i-am-new li.error { border-color:#8b0000; background-color:#f70000; color:#fff; }
ul.i-am-new li.success { border-color:#50c24e; background-color:#8be68b; color:#1a761a; }

/* BreadCrumbs */
.breadcrumbs-wrapper{padding:0 0 2em;}
nav.breadcrumbs {
    text-align:left;
    float:none;
    position:relative;
	font-size:0.91em;
}
nav.breadcrumbs li { display:inline; }
nav.breadcrumbs li span{margin:0 5px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/breadcrumbs_divider.gif) center 4px no-repeat;}
nav.breadcrumbs li a{text-decoration:none;}
nav.breadcrumbs li a:hover{text-decoration:underline;}
nav.breadcrumbs li strong{}

.catalog-product-view .breadcrumbs-wrapper,
.catalog-category-view .breadcrumbs-wrapper{padding-bottom:1.5em;}
.catalog-product-view nav.breadcrumbs li span,
.catalog-category-view nav.breadcrumbs li span{background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/list_breadcrumbs_divider.gif) center 4px no-repeat;}
.catalog-product-view nav.breadcrumbs li a,
.catalog-product-view nav.breadcrumbs li strong,
.catalog-category-view nav.breadcrumbs li a,
.catalog-category-view nav.breadcrumbs li strong{color:#fff;}
.catalog-product-view nav.breadcrumbs li a,
.catalog-category-view nav.breadcrumbs li a{padding:0.36em 8px;}
.catalog-product-view nav.breadcrumbs li a:hover,
.catalog-category-view nav.breadcrumbs li a:hover{text-decoration:none;}

.catalog-category-view .col-main .page-title,
.catalog-category-view .col-main .category-description.std{display:none;}


/* Page Heading */
.page-title {
    margin:0 0 1.16em;
}
.page-title h1,
.page-title h2 {
    font-size:2em;
    line-height:1.5em;
    font-weight:bold;
    text-transform:uppercase;
    padding:0;
    margin:0;
	color:#444;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.toolbar .pager {border-bottom:1px solid #dedede; padding:1.5em 0 1.83em;}
.toolbar .pager .amount {
    display:block;
    float:left;
    padding:0;
    margin:0;
}
.toolbar .pager .pager-box{display:none;}


.pager .pages {
/*    float:right;*/
}
.pager .pages strong {display:none;}
.pager .pages ol {display:inline;}
.pager .pages li {display:inline-block; padding:0 6px; line-height:1.5em;}

.pager .pages li a{text-decoration:none;}
.pager .pages li a.i-previous{
	width:4px;
	height:7px;
	display:inline-block;
	text-indent:12000px;
	margin:0 -6px;
	padding:6px 7px 5px;
	background-position:7px 6px;
	background-repeat:no-repeat;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_previous.gif);
	background-color:#dedede;
}
.pager .pages li:hover a.i-previous{background-position:7px -12px;}
.pager .pages li a.i-next{
	width:4px;
	height:7px;
	display:inline-block;
	text-indent:12000px;
	margin:0 -6px;
	padding:6px 7px 5px;
	background-position:7px 6px;
	background-repeat:no-repeat;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_next.gif);
	background-color:#dedede;
}
.pager .pages li:hover a.i-next{background-position:7px -12px;}
.pager .pages strong {font-weight:normal;}
.pager .pages li,
.pager .pages li a{
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.pager .pages li:hover,
.pager .pages li:hover a{color:#fff; cursor:pointer;}
.pager .pages img {
    position:relative;
    top:-2px;
    margin-left:2px;
}

.pager .pages li.current{ background-color:#cecece; }

/* Sorter */
.sorter {border-bottom:1px solid #dedede; padding:1.5em 0;}
.sorter .view-mode {
    float:left;
    display:block;
    overflow:hidden;
    padding:0;
    margin:0 9px 0 0;
}
.sorter .view-mode label {display:none;}
.sorter .view-mode .grid,
.sorter .view-mode .list{
    float:left;
    width:25px;
    height:25px;
    padding:0;
    display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/view_icons.gif);
    background-position:8px 8px;
    background-repeat:no-repeat;
	background-color:#b5b5b5;
	margin-right:4px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
	-moz-border-radius:15px;
	border-radius:15px;
	-moz-transition:-moz-border-radius 300ms ease;
	-webkit-transition:border-radius 300ms ease;
	-o-transition:border-radius 300ms ease;
	transition:border-radius 300ms ease;
}
.sorter .view-mode strong.grid{}
.sorter .view-mode a.grid:hover{-moz-border-radius:0; border-radius:0;}
.sorter .view-mode .list{
    background-position:-28px 8px;
}
.sorter .view-mode strong.list{}
.sorter .view-mode a.list:hover{-moz-border-radius:0; border-radius:0;}
.sorter .sort-by {
    float:left;
    height:21px;
    line-height:21px;
}
.sorter .sort-by label {margin-right:11px; margin-top:3px; float:left; line-height:1.8em;}
.sorter .sort-by select {
    height:21px;
    width:78px;
    margin-right:8px;
    margin-top:2px;
    float:left;
	font-size:12px;
	color:#7b7b7b;
}
.sorter .sort-by a{padding:0; display:block; width:17px; height:17px; margin-top:3px; float:left; background-color:#dedede;}
.sorter .sort-by .asc{background-position:0 0; background-repeat:no-repeat; background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_asc.gif);}
.sorter .sort-by .desc{background-position:0 0; background-repeat:no-repeat; background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_desc.gif);}
.sorter .sort-by a:hover{background-position:0 -17px;}
.sorter .link-feed {}

.sorter .limiter {
    float:right;
}
.sorter .limiter label {
    margin-right:0.63em
    margin-top:7px;
    float:left;
}
.sorter .limiter select{margin:0 5px 0 9px;}
.sorter .limiter ul{float:left;}
.sorter .limiter ul li{float:left; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/toolbar_links_divider.gif) right 8px no-repeat;}
.sorter .limiter ul li.last{background:none;}
.sorter .limiter ul li a{display:block; padding:0.63em 12px;}
.sorter .limiter ul li a:hover,
.sorter .limiter ul li a.selected{color:#fff;}

/* Toolbar */

.toolbar {
    width:auto;
    padding:0;
    margin-bottom:2em;
    background:#fff;
}
.toolbar .i-right-previous-item{display:none!important;}

.toolbar-bottom .sorter{display:none;}


/* Data Table */
.data-table { width:100%; margin:0.75em 0;}
.data-table th { padding:1.33em 0.6em; border:1px solid #e6e6e6; font-size:1em; line-height:1.5em; font-weight:normal; white-space:nowrap; text-align:left; color:#605d5d; background:#efefef; width: 25%;}
.data-table td { padding:1.5em; border:1px solid #e6e6e6; }
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

.data-table a.product-image { display: block; width: 150px; padding:0; background-color:#f8f6f6;}
.data-table .product-name { font-size: 1em; text-transform: none; font-weight: normal;}
.data-table .product-name a{ font-size: 1.33em; line-height:1.5em; text-transform: none; font-weight: normal; text-transform:uppercase;}
.data-table .cart-label {
    font-size: 1.09em;
    font-weight: bold;
    padding-right: 7px;
    display: none;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:none; padding-left:0; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc inside none; padding-left:0; }
.std ol { list-style:none; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:block; float:left; padding-left:28px;}
.links li a{text-decoration:none; padding-left:2px; line-height: normal; display:block; float:left;}
.links li a:hover{text-decoration:none;}
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:normal; color:#8a8a8a; }
.link-cart:hover{}
.link-wishlist { font-weight:normal;}
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; margin-left:10px; }

.btn-remove {
	display:block;
	width:15px;
	height:15px;
	font-size:0;
	line-height:0;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/btn_remove.png) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
	background-color:#dedede;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.btn-remove:hover{background-position:0 -53px;}
.btn-remove2 { display:block; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/btn_trash.gif) 0 1px no-repeat; padding-left:22px; margin-top:0.75em; color:#8a8a8a; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/btn_edit.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */

/* Meigee Widgets ======================================================================== */

/* Widget: Latest Twets */
.tweet_list{padding-top:0; padding-bottom:0;}
.tweet_list li{padding-bottom:18px;}
.tweet_list li.tweet_last {padding-bottom:0;}
.tweet_list li a.tweet_avatar { background: #fff; border: 1px solid #DEDEDE; float: left; margin: 0 5px 0 0 }

/* Widget: Social Links */
.block-social{width:100%; overflow:hidden;}
ul.social-links { overflow:hidden; float:right; margin-right:0; margin-top:5px; }

ul.social-links li {
    float:none;
    padding:0 1px 0 0!important;
}

ul.social-links li a {
    display:block;
    width:30px;
    height:30px;
    text-decoration:none;
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/social_icons.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:#dedede;
    -moz-border-radius:15px;
    border-radius:15px;
    -moz-transition:background-color 800ms ease;
    -webkit-transition:background-color 800ms ease;
    -o-transition:background-color 800ms ease;
    transition:background-color 800ms ease;
}
ul.social-links li a:hover{text-decoration:none;}
ul.social-links li a.twitter{background-position:-30px top;}
ul.social-links li a.twitter:hover{background-position:-30px -41px;}
ul.social-links li a.rss{background-position:-186px top;}
ul.social-links li a.rss:hover{background-position:-186px -41px;}
ul.social-links li a.facebook{background-position:left top;}
ul.social-links li a.facebook:hover{background-position:left -41px;}
ul.social-links li a.googleplus{background-position:-93px top;}
ul.social-links li a.googleplus:hover{background-position:-93px -41px;}
ul.social-links li a.linkedin{background-position:-62px top;}
ul.social-links li a.linkedin:hover{background-position:-62px -41px;}
ul.social-links li a.vimeo{background-position:-155px top;}
ul.social-links li a.vimeo:hover{background-position:-155px -41px;}
ul.social-links li a.youtube{background-position:-124px top;}
ul.social-links li a.youtube:hover{background-position:-124px -41px;}
/* //Social Links */


/* Header ================================================================================ */
header#header {
    padding: 0;
    margin: 0;
}
header#header .top-header-block{background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/header_wrapper.png) left top repeat-x; box-shadow:0 0 5px rgba(0, 0, 0, 0.1);}
header#header .links {float:right;}

header#header .links li,
header#header .dropdown-links{
	padding:0.75em 15px 0.75em 18px;
	display:none;
	margin:1.75em 0;
	border-left:1px solid #dedede;
}
header#header .links li a,
header#header .dropdown-links .dropdown-links-title{padding:0 0 0 35px; color:#444; line-height:1.5em; position:relative;}
header#header .links li a .link-marker,
header#header .dropdown-links .dropdown-links-title .link-marker{
	width:25px;
	height:25px;
	position:absolute;
	left:0;
	top:-3px;
	display:block;
	-moz-border-radius:15px;
	border-radius:15px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/login_marker.png);
	background-position:8px 7px;
	background-repeat:no-repeat;
}

header#header .links li a.top-link-login,
header#header .links li a.top-link-logout{display:block;}

header#header .dropdown-links{float:right; position:relative; display:block;}
header#header .dropdown-links .dropdown-links-title{cursor:pointer;}
header#header .dropdown-links .dropdown-links-title .link-marker{
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/account_marker.png);
	background-position:8px 7px;
	background-repeat:no-repeat;
}
header#header .dropdown-links ul{
	float:none;
	padding:9px;
	border:1px solid #e5e5e5;
	background-color:#FFF;
	position:absolute;
	top:40px;
	right:0;
	z-index:999999;
	display:none;
	width:120px;
	-moz-border-radius:5px;
	border-radius:5px;
}
header#header .dropdown-links li{display:block; float:none; padding:0!important; margin:0; border:none;}
header#header .dropdown-links li a{float:none; line-height:2em; padding:0;}
header#header .dropdown-links li a:hover{text-decoration:none;}
header#header .dropdown-links li a.top-link-logout{margin-left:0!important; margin-top:0;}
header#header .dropdown-links li a.top-link-logout .link-marker{display:none;}
header#header .top-header-block .grid_12 .dropdown-links li.last,
header#header .top-header-block .grid_12 .dropdown-links li.last a{background:none!important;}


header#header .logo {
    text-decoration:none;
    overflow:hidden;
    float:left;
}
header#header h1.logo{margin:1.11em 0 1.05em;}
header#header .logo strong{
    display:none;
}
header#header .nav-container{float:right;}

header#header .header-block-2-wrapper{
	background-color:rgba(239, 239, 239, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2efefef,endColorstr=#B2efefef);
	zoom: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

header#header .quick-access{}
header#header .welcome-msg{text-align:left; float:left; font-size:0.91em; line-height:1.45em; padding-top:1.45em; padding-bottom:1.27em;}

header#header .form-search {float:right; margin:0.75em 0 0.75em 0; padding:0 18px 0 0; border-right:0px solid #cfcfcf;}
header#header .form-search .indent{
	border:1px solid #e5e5e5;
	width:100px;
	height:18px;
	padding:4px 8px;
	background-color:#fbfbfb;
	-moz-transition:width 300ms ease;
	-webkit-transition:width 300ms ease;
	-o-transition:width 300ms ease;
	transition:width 300ms ease;
}
header#header .form-search label{display:none;}
header#header .form-search input{
	width:77px;
	padding:0;
	border:none;
	background:none;
	float:left;
	color:#979797;
	font-style:italic;
	-moz-transition:width 300ms ease;
	-webkit-transition:width 300ms ease;
	-o-transition:width 300ms ease;
	transition:width 300ms ease;
}
header#header .form-search:hover .indent,
header#header .form-search.focus .indent{width:161px;}
header#header .form-search:hover input,
header#header .form-search.focus input{width:143px;}

header#header .form-search button{width:11px; height:12px; margin-top:3px; float:right; overflow:hidden; background-position:0 0; background-repeat:no-repeat; background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/top_search_button.png);}
header#header .form-search button span{display:none;}
header#header .form-search .search-autocomplete { z-index:999; }
header#header .form-search .search-autocomplete ul {
    border:1px solid #ddd;
    background-color:#fff;
}
header#header .form-search .search-autocomplete li {
    padding:3px;
    border-bottom:1px solid #ddd;
    cursor:pointer;
}
header#header .form-search .search-autocomplete li .amount {
    float:right;
    font-weight:bold;
}
header#header .form-search .search-autocomplete li.selected {}


/* Header Cart ================================================================================ */
header#header .top-cart,
header#header .form-currency{
	float:right;
	position:relative;
	z-index:9;
	margin:0 0 0 -1px;
	padding:13px 0px 14px 23px;
	width:142px;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
	cursor:pointer;
}
header#header .top-cart.active,
header#header .top-cart:hover{background-color:#FFF;}
header#header .top-cart .block-title{font-size:0.91em; line-height:1.45em;}
header#header .top-cart .block-title a{}
header#header .top-cart .block-title .title-cart{}
header#header .top-cart .block-title .cart-marker{
	width:21px;
	height:21px;
	float:left;
	z-index:9;
	margin-right:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-color:#444444;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/top_cart_marker.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}

header#header .top-cart .block-title a {float:left; margin-top:3px;}
header#header .top-cart .block-title a span {}
header#header .top-cart .block-title a strong.amount {}

header#header .top-cart .block-title a.active,
header#header .top-cart .block-title a:hover,
header#header .top-cart .close-btn {}
header#header .top-cart .block-content {
    background:#fff;
    z-index:999;
    position:absolute;
    right:0;
	top:48px;
    width:360px;
    padding:0 0 10px;
}
header#header .top-cart .cart-empty{padding:15px;}
header#header .top-cart .block-content .mini-products-list .product-image{ float:left; }
header#header .top-cart .block-content .mini-products-list .product-details { float:right; width:225px; position:relative; }
header#header .top-cart .block-content .mini-products-list .product-details .price{}
header#header .top-cart .block-content.active { }
header#header .top-cart .block-content .block-subtitle { padding:0 0 0 0;}
header#header .top-cart .block-content .block-subtitle .close-btn { float:right; cursor:pointer; padding:0;}
header#header .top-cart .block-content .subtotal{text-align:left; float:left; color:#fff; text-transform:uppercase; padding:1.5em 0;}
header#header .top-cart .block-content .subtotal span{padding-top:0; display:inline-block; font-size:1.5em; line-height:1.44em; font-weight:normal;}
header#header .top-cart .block-content .subtotal .price{font-size:1.5em; line-height:1.44em; color:#fff; font-weight:bold;}
header#header .top-cart .block-content .right{border-left:1px solid rgba(0, 0, 0, 0.2); }
header#header .top-cart .block-content .right .inner{padding:0.83em 6px 0.83em 17px; width:125px; border-left:1px solid rgba(255, 255, 255, 0.1);}
header#header .top-cart .block-content .right .inner a{display:block; float:none; text-transform:uppercase; color:#ddd;}
header#header .top-cart .block-content .actions{padding:0 0 0 19px;}
header#header .top-cart .block-content .actions a{text-decoration:none; position:relative; z-index:9999;}
header#header .top-cart .block-content .actions a:hover{text-decoration:none; color:#fff;}
header#header .top-cart .block-content button.button{float:none; position:relative; top:-3px; }
header#header .top-cart .block-content button.button span{padding:0; height:auto;}
header#header .top-cart .block-content button.button span span{
	padding:4px 13px 4px 4px;
	font-size:1.5em;
	line-height:1.44em;
	text-transform:uppercase;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/top_cart_button_marker.png);
	background-position:right 12px;
	background-repeat:no-repeat;
        background-color:#3BA995;
	/*-moz-transition:color 300ms ease;
	-webkit-transition:color 300ms ease;
	-o-transition:color 300ms ease;
	transition:color 300ms ease;*/
}
header#header .top-cart .block-content button.button:hover span{background-color:transparent!important; color:#ddd;}

header#header .top-cart .btn-remove, .header .top-cart .btn-edit { float:right; margin-left:5px;}
header#header .top-cart .mini-products-list li {
    padding:1.16em 0 1.83em;
    margin:0 20px;
    overflow:hidden;
    clear:both;
	border-bottom:1px solid #dedede;
}
header#header .top-cart .mini-products-list li.last{border-bottom:none;}
header#header .top-cart .product-image {border:1px solid #e5e5e5; padding:0; background-color:#f8f6f6;}
header#header .top-cart .product-name {margin-bottom:0; padding-right:28px;}
header#header .top-cart .product-name a{font-size:0.88em; line-height:1.57em;}
header#header .top-cart .product-name a:hover{}
header#header .top-cart .product-box{font-size:1em; line-height:1.5em;}
header#header .top-cart .price{}
header#header .top-cart a:hover {}
header#header .top-cart .btn-remove{
    background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/remove.png) left top no-repeat;
    height:7px;
    margin:6px 0 0 6px;
    width:7px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
header#header .top-cart .btn-remove:hover{background-position:-23px 0; background-color:transparent!important;}
header#header .top-cart .btn-edit{
	float:right;
	position:absolute;
	right:0;
	top:24px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
header#header .top-cart .btn-edit:hover{background-position:-23px 0;}
header#header .top-cart button.button{}
header#header .top-cart button.button span { display:block; float:none;}



/*
	styles for select
*/
.sbHolder{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	position: relative;
	width: auto;
}
.sbSelector{
	display: block;
	height: 25px;
	left: 0;
	outline: none;
	overflow: hidden;
	/*position: absolute;*/
	text-indent:0;
	top: 0;
        margin-top:0;
	color:#8a8a8a;
}
.sbSelector span.text{float:left; width:auto; height:auto; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/top_selects_marker.gif) right 8px no-repeat; padding:0 8px 0 0; margin:0; }
.sbSelector > span{display:block; float:right; width:16px; height:12px; margin:0 0 0 6px; padding:3px 5px; background-color:rgba(0, 0, 0, 0.2);}
.sbSelector > span span{display:block; height:12px;}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
}
.sbToggle{

	display: none;
	height: 20px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{

}
.sbToggleOpen{

}
.sbToggleOpen:hover{

}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	list-style: none;
	right: 0;
	margin: 0;
	padding:3px 0 0;
	position: absolute;
	top: 18px!important;
	width: 110px;
	z-index: 999;
	overflow-y: auto;
	background-color:rgba(0, 0, 0, 0.2);
}
.sbOptions li{
	padding: 0 5px 0 8px;
}
.sbOptions li:hover{}
.sbOptions li:first-child a{border-top:none;}
.sbOptions a{
	display: block;
	outline: none;
	padding:3px 20px 3px 0;
        -moz-transition:none; -webkit-transition:none; -o-transition:0; transition:none;
	color:#605d5d;
}

.sbOptions a:link, .sbOptions a:visited{
	color: #605d5d;
	text-decoration: none;
}
.sbOptions a:hover{color:#fff;}

.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* Header Slider */
.header-block-2-wrapper{position:relative; z-index:9;}
.header-slider-container{
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
       /* background-color: #222222;*/
	top:-48px;
	margin-bottom:0px;
	z-index:8;
        padding-top:128px;
        color:#ffffff;
}
.header-slider-container a{ color: #ffffff; }
.header-slider-container a:hover{ color: #eeeeee; }
.header-slider-container .bg{
    background-color:rgba(184, 64, 64, 0.95);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2b84040,endColorstr=#F2b84040);

    height: 178px;
    left: 0px;
    position: absolute;
    top: 303px;
    width: 100%;

}

.header-slider-container .container{
	/* defaults for resposive height container */
	position: relative;
	width: 100%;

	/* 39% being the ratio we are maintaining
	 * calculated by looking at the image
	 * ratio: 400/1024 = ~0.39 */
	padding:0;
}
.header-slider-container.header-slider .container{height:585px;}
.header-slider-container .iosSlider {
    width: 100%;

    /* this height ends up being your maximum height,
     * if you want it to scale forever, set it to
     * a very high number */
     height:1500px;
}

.header-slider-container .iosSlider .slider {
    width: 100%;
	height:100%;
	position:relative;
	z-index:99;
}
/* .header-slider-container .iosSlider .arrs{z-index:98;} */

.header-slider-container .iosSlider .slider .item {
    position: relative;
    float: left;
    width: 100%;
	height:585px;
}
.header-slider-container .iosSlider .slider .item a { display: block; position:relative; z-index:7;}

.header-slider-container .iosSlider .slider .item .desc-box{
	width:100%;
	height:160px;
	position:absolute;
	left:0;
	bottom:18%;
	z-index:8;
	overflow:hidden;
}
.header-slider-container .iosSlider .slider .item .product-img-holder{
	margin-left:-504px;
	left:50%;
	bottom:0;
	height:100%;
}
.header-slider-container .iosSlider .slider .item .slider-product-img{
	position:absolute;
	bottom:26px;
	right:-50%;
	opacity:0;
    filter: alpha(opacity:0);
	z-index:9999;
}
.header-slider-container .iosSlider .slider .item .desc-box .inner{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	z-index:8;
	bottom:-100%;
}

.header-slider-container .iosSlider .slider .item .item-title{
	position:absolute;
	margin-left:-504px;
	left:50%;
	top:0;
	opacity:0;
    filter: alpha(opacity:0);
	z-index:999;
	color:#434343;
	font-size:2em;
	line-height:1.5em;
	text-transform:uppercase;
	font-weight:100;
}

.header-slider-container .iosSlider .slider .item .info-box{
	position:absolute;
	right:42%;
	bottom:800px;
	opacity:0;
    filter: alpha(opacity:0);
	width:80px;
	height:80px;
	z-index:99999;
	background-color:rgba(68, 68, 68, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC444444,endColorstr=#CC444444);
	zoom: 1;
	-moz-border-radius:45px;
	border-radius:45px;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.header-slider-container .iosSlider .slider .item .info-box .price-box{
	margin:0;
	float:left;
	position:absolute;
	left:14px;
	top:31px;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}
.header-slider-container .iosSlider .slider .item .info-box .price-box .price{
	color:#fff;
	font-size:1.15em;
	font-weight:normal;
}
.header-slider-container .iosSlider .slider .item a img {
    /*width:100%;*/
    height:auto;
    display:block;
    position:relative;
    z-index:9;
}

.header-slider-container .iosSlider .slider .item h2{
    position: absolute;
    z-index:9999;
    top:0%;
    left: 50%;
    font-size:2.16em;
    line-height:1.5em;
    font-weight:bold;
	color:#fff;
    text-align:left;
	text-transform:uppercase;
    margin-left:-504px;
}
.header-slider-container .iosSlider .slider .item h3{
    position: absolute;
    z-index:9999;
    top:21%;
    left: 50%;
    color:#fff;
    font-size:1.41em;
    line-height:1.52em;
    font-weight:bold;
	text-transform:uppercase;
    text-align:left;
    margin-left:-504px;
}
.header-slider-container .iosSlider .slider .item p{
    position: absolute;
    z-index:9999;
    top:37%;
    left: 50%;
    color:#ddd;
    font-size:1em;
    line-height:1.5em;
    font-weight:normal;
    text-align:left;
    margin-left:-504px;
}
/*.header-slider-container .iosSlider .slider .item p span{; display:block;}*/
.header-slider-container .iosSlider .container_12,
.header-slider-container .iosSlider .container_12 .inner{position:relative;}



.header-slider-container .iosSlider .slider #item2.item .item-title span{
	display:block;
	padding-left:42%;
}

.header-slider-container .iosSlider .slider #item2.item .info-box{ right:auto;}
.header-slider-container .iosSlider .slider #item2 .inner{ padding-right:500px;}

.header-slider-container .iosSlider .slider #item2.item h2 span{
	display:block;
	padding-left:42%;
}
.header-slider-container .iosSlider .slider #item2.item h3 span{
	display:block;
	padding-left:42%;
}
.header-slider-container .iosSlider .slider #item2.item p span{
	padding-left:42%;
	padding-right:0;
	display:block;
}
.header-slider-container .iosSlider .slider item.image-left .slider-product-img{right:auto; left:-20%;}

.header-slider-container .iosSlider .slider #item3.item .info-box{right: 44%;}

.img-box { display: inline !important;}

.header-slider-container .container_12.arrs{
	top:0;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-504px;
}

.header-slider-container .prev,
.header-slider-container .next{
    width:60px;
    height:60px;
    position:absolute;
    top:26%;
	margin-top:0;
    opacity:0;
	background-color:rgba(68, 68, 68, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33444444,endColorstr=#33444444), alpha(opacity=0);
	zoom: 1;
	-moz-border-radius:30px;
	border-radius:30px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sliders_arr.png);
	background-position:0 0;
	background-repeat:no-repeat;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
	z-index:99999;
}
.header-slider-container:hover .prev,
.header-slider-container:hover .next{opacity:1; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33444444,endColorstr=#33444444), alpha(opacity=100);}
.header-slider-container .prev{
	left:-150px;
	background-position:24px 23px;
}
.header-slider-container .prev:hover{background-position:24px -21px;}
.header-slider-container .next{
	right:-150px;
	background-position:-73px 23px;
}
.header-slider-container .next:hover{background-position:-73px -21px;}

/* Header Slider 2 */
.header-slider-container.header-slider-2{
	padding:30px 0 40px;
	background-color:#f5f5f5;
	top:0;
	margin-bottom:0;
}
.header-slider-container.header-slider-2 .border-box{
	border:5px solid #fff;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
}
.header-slider-container.header-slider-2 .container_12.arrs{margin-left:0; left:auto; width:100%;}
.header-slider-container.header-slider-2 .container_12.arrs .prev{left:-10%; top:40%;}
.header-slider-container.header-slider-2 .container_12.arrs .next{right:-10%; top:40%;}
.header-slider-container.header-slider-2 .iosSlider{height:445px!important;}


.header-block-wrapper{padding:45px 0 28px;}
.header-block-wrapper .left{width:30%;}
.header-block-wrapper h2{font-size:6em; line-height:1.05em; color:#333; font-weight:100; margin-bottom:48px;}
.header-block-wrapper p{font-size:1.5em; line-height:1.44em;}
.header-block-wrapper a{float:right;}

header#header .nav-container select{display:none!important;}
header#header .nav-container .sbHolder{display:none;}
header#header .nav-container .sbSelector{display:none;}


/* Header Navigation */
.menu-button{display:none;}
#nav{
    position: relative;
    z-index:10;
    clear:both;
    padding:0;
}

/* All Levels */
#nav li {
    text-align:left;
    position:relative;
}
#nav li.over {
    z-index:998;
}
#nav li.parent {}
#nav li a {
    display:block;
    text-decoration:none;
}
#nav li a:hover { text-decoration:none; }
#nav li a span {
	display:block;
	white-space:nowrap;
	cursor:pointer;
	font-size:1em;
	font-weight:normal;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
#nav > li > a > span{
	padding:0.25em 14px 0.33em;
	border-right:1px solid #cfcfcf;
}
#nav > li.last > a > span{border:none;}

#nav > li.last.over > a > span,
#nav > li.last.active > a > span{padding-right:13px;}

#nav > li.parent > a > span{
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/menu_markers.png);
	background-position:center 20px;
	background-repeat:no-repeat;
}

#nav li ul a span { white-space:normal;}

/* 1st Level */
#nav li{float:left;}
#nav li a{
	float:left;
	padding:2.34em 0 2.34em;
	line-height:1.5em;
	font-weight:normal;
	color:#777777;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
#nav li a:hover{color:#fff;}
#nav li.over a,
#nav li.active a{color:#fff;}
#nav > li.over > a,
#nav > li.active > a{margin-left:-1px;}
#nav > li.over > a > span,
#nav > li.active > a > span{border:none; padding-left:16px; background-position:center bottom;}

#nav li.last > a{border-bottom:none;}

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:82px; left:-10000px; background:#fff; padding:1em 20px; z-index:999999; }
#nav > li > ul,
#nav > li > div{box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);}

#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li {  float:none; clear:both;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:0.42em 13px 0.42em 0; font-weight:normal; color:#777777 !important; border-bottom:1px solid #dedede;}
#nav ul li a:hover { color:#fff!important; text-decoration:none; }
#nav ul li.active > a,
#nav ul li.over > a{color:#fff!important; padding-left:13px;}
#nav ul li a span{
	font-size:13px;
	text-transform:none;
	padding-left:11px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/menu_sub_marker.png);
	background-position:0 8px;
	background-repeat:no-repeat;
}
#nav ul li.active > a span,
#nav ul li.over > a span{background-position:0 -22px;}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:99999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }

/********** Wide Navigation > */
.nav-wide#nav { position: static;}

.nav-wide#nav li.tech { width:189px;}
.nav-wide#nav li.nav-static-block {
    padding-left:30px;
	padding-top:0.42em;
    width:439px!important;
}
.nav-wide#nav li.nav-static-block a{border:none!important;}
.nav-wide#nav li.nav-static-block .menu-text-block{
	float:left;
	left:0;
	top:0;
	text-indent:0;
	position:relative;
	padding:0;
	width:270px;

}
.nav-wide#nav li.nav-static-block .menu-text-block h2{
	text-transform:uppercase;
	color:#444;
	font-size:1.5em;
	line-height:1.44em;
	font-weight:bold;
	margin-bottom:0;
}
.nav-wide#nav li.nav-static-block .menu-text-block h3{
	font-size:1.33em;
	line-height:1.5em;
	margin-bottom:0.6em;
}
.nav-wide#nav li.nav-static-block .menu-img{float:right; background:none!important;}

.nav-wide#nav li.nav-static-block a.nav-fix { height: 0; line-height: 0;}
.nav-wide#nav li.nav-static-block a.cat-thumb {
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    float: left;
    margin-right: 20px;
}
.nav-wide#nav li.nav-static-block a.cat-thumb:hover { padding: 4px;}
.nav-wide#nav li.nav-static-block h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-wide#nav li.nav-static-block p {
    font-size: 12px;
    padding-bottom: 18px;
}
.nav-wide#nav li.nav-static-block button.button { margin-left: -5px;}

/* All Levels */
.nav-wide#nav li { position: relative; clear:none; padding-left:0; background: none;}

/* 2nd Level */
.nav-wide#nav ul.level0,
.nav-wide#nav .static-wrapper { top:82px; padding:1em 20px; z-index:99999; background:#fff; right:0;}
.nav-wide#nav ul.level0 li {float:left; }
.nav-wide#nav ul.level0 > li > a{color:#fff!important; text-decoration:none; margin: 0; padding: 0; border-bottom:1px solid #3e3e3e;}
.nav-wide#nav ul.level0 > li > a:hover{padding:0; color:#cfcfcf!important;}
.nav-wide#nav ul.level0 > li > a > span{border-bottom:1px solid #020202; padding: 11px 25px 11px 17px;}

/* 3nd Level */
.nav-wide#nav ul.level0 li.tech > ul{padding-left:0;}
.nav-wide#nav ul.level0 ul {width:auto; position: relative; left:0; border:none; background: none; padding: 0 17px 9px 17px;}
.nav-wide#nav ul.level0 ul li {float:none; border:none;}
.nav-wide#nav ul.level0 ul li a{display:block;}

.nav-wide#nav ul li.parent > a {}

.nav-wide#nav ul .level1 > li.last a{border-bottom:none;}

/* ======================================================================================= */


/* Sidebar =============================================================================== */
aside.sidebar section {
    margin:0 0 2.34em;
}

aside.sidebar section:first-child{
	margin-right:-7px!important;
    padding-right:7px;
	position:relative;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sidebar_block_shadow.png) right top no-repeat;
}
aside.sidebar section:first-child header h2{color:#fff;}



aside.sidebar section header {
    padding:1.16em 14px;
	background-color:#ededed;
}
aside.sidebar section header h2{
    margin-bottom:0;
	text-transform:uppercase;
	color:#444;
	font-size:1.33em;
	line-height:1.5em;
}
aside.sidebar section .block-content {
    padding:1.33em 6px 28px 8px;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sidebar_block_divider.gif) left bottom no-repeat #fff;
}

aside.sidebar.accordion .block-content { display: none; padding: 0.75em 0 1.83em 15px;}
aside.sidebar.accordion .block-progress .block-content { display: block;}

aside.sidebar section .block-content a{text-decoration:none;}
aside.sidebar section .block-content a:hover{text-decoration:none;}
aside.sidebar section .block-subtitle{margin-bottom:0.42em;}
aside.sidebar .btn-remove,
aside.sidebar .btn-edit { float:right;}
aside.sidebar .product-name{margin-bottom:0; font-size:1em; line-height:1.5em;}
aside.sidebar .product-name a{text-decoration:none; color:#777; font-size:1em; line-height:1.5em; font-family: Arial, sans-serif;}
aside.sidebar .product-name a:hover{text-decoration:none;}
aside.sidebar .actions {
	text-align:right;
	padding-top:1.5em;
	width:100%;
	overflow:hidden;
	border-top:1px solid #dedede;
	margin-top:0.75em;
}
aside.sidebar .actions a { float:left; text-decoration:none; font-weight:normal; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
aside.sidebar .actions a:hover{text-decoration:none;}
aside.sidebar .empty {}

/* Block: Account */
.block-account {
	margin-right:-5px!important;
    padding-right:5px;
	position:relative;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/account_sidebar_bg.png) right top no-repeat;
}
.block-account header{
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/account_sidebar_marker.png);
	background-position:19px 19px;
	background-repeat:no-repeat;
	padding:0 0 0 50px!important;
}
.block-account header h2{
	padding:0.93em 14px;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/account_title_divider.png) left top repeat-y;
}
.block-account li{padding-bottom:0.75em; padding-left:23px; font-size:1.09em; position:relative;}
.block-account li a{color:#777;}
.block-account li strong,
.block-account li a:hover{font-weight:bold;}
.block-account li .marker{
	position:absolute;
	left:0;
	top:2px;
	width:15px;
	height:15px;
	background-color:#777;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/account_list_marker.png);
	background-repeat:no-repeat;
	background-position:5px 3px;
}


/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Vertical Nav */
aside.sidebar section.block-vertical-nav{}
aside.sidebar section.block-vertical-nav header h2{}
aside.sidebar section.block-vertical-nav .block-content li.level0 a{
	text-decoration:none;
	display:block;
	background-position:0 8px;
	background-repeat:no-repeat;
	padding-left:12px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
aside.sidebar section.block-vertical-nav .block-content li.level0 a:hover{background-position:0 -132px;}
aside.sidebar section.block-vertical-nav .block-content .closed-default{padding-left:9px;}
aside.sidebar section.block-vertical-nav .block-content li.level0 ul li,
aside.sidebar section.block-vertical-nav .block-content > ul > li.level0 > a{
	padding-left:11px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
aside.sidebar section.block-vertical-nav .block-content > ul > li.level0 > a{
	background-repeat:no-repeat;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}

aside.sidebar section.block-vertical-nav .block-content li.level0 > a{}
aside.sidebar section.block-vertical-nav .block-content li.level0 > ul{padding-left:14px;}
aside.sidebar section.block-vertical-nav .block-content li.level0 a:hover{}
aside.sidebar section.block-vertical-nav .block-content li.level0 a:hover span{text-decoration:none;}
aside.sidebar section.block-vertical-nav .block-content li.level0 ul{}

/* Block: Categories */
#categories-accordion li.level-top.parent { position:relative;}
#categories-accordion li.level-top a.level-top{
	text-decoration:none;
	padding:0.58em 5px 0.58em 25px!important;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sidebar_block_links_divider.gif) left bottom repeat-x;
}
#categories-accordion li.level-top.last > a.level-top{background:none;}
#categories-accordion li.level-top a.level-top:hover span{text-decoration:none;}
#categories-accordion li.level0 > a{}
#categories-accordion li.level-top.parent .btn-cat {
	position:absolute;
	left:2px;
	top:7px;
	width:15px;
	height:15px;
	cursor:pointer;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/category_markers.png);
	background-position:4px 6px;
	background-repeat:no-repeat;
	background-color:#dedede;
}
#categories-accordion li.level-top.parent:hover .btn-cat{background-position:4px -30px;}
#categories-accordion li.level-top.parent:hover .btn-cat{}
#categories-accordion li.level-top.parent .btn-cat.closed{background-position:4px -60px;}
#categories-accordion li.level-top.parent ul.level0 > li{padding-bottom:0.16em;}
#categories-accordion li.level-top.parent ul.level0 {padding:5px 0; position:relative; zoom:1;}
#categories-accordion li.level-top.parent ul.level0 li{padding-left:26px; background-position:17px 9px;}
#categories-accordion li.level-top.parent ul.level0 li li{padding-left:14px; background-position:5px 9px;}
#categories-accordion li.level-top.parent ul.level0 li a{
	background-position:left 8px;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:1em;
	line-height:1.5em;
	padding-left:12px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
#categories-accordion li.level-top.parent ul.level0 li a:hover{background-position:left -132px;}
#categories-accordion li.level-top.parent ul.level0 li a:hover span{text-decoration:none;}
#categories-accordion.closed-default li.level-top.parent ul.level0 { display: none;}

/* Block: Layered Navigation */
aside.sidebar section.block-layered-nav {}
aside.sidebar section.block-layered-nav header h2{}
aside.sidebar section.block-layered-nav .block-subtitle{margin-bottom:0.75em;}
aside.sidebar section.block-layered-nav .currently {}
aside.sidebar section.block-layered-nav .currently li{padding-bottom:3px;}
aside.sidebar section.block-layered-nav .currently .value,
aside.sidebar section.block-layered-nav .currently .label{float:left;}
aside.sidebar section.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
aside.sidebar section.block-layered-nav dl dt{font-size:1em; line-height:1.92em; font-weight:normal;}
aside.sidebar section.block-layered-nav dl dd a{text-decoration:none;}
aside.sidebar section.block-layered-nav dl dd a:hover{text-decoration:none;}
aside.sidebar section.block-layered-nav dl dd{padding-left:0; line-height:1.83em;}
aside.sidebar section.block-layered-nav dl dd .price{font-size:1em; line-height:1.83em; color:#8a8a8a; font-family: Arial, sans-serif;}
aside.sidebar section.block-layered-nav .btn-remove{float:right;}
aside.sidebar section.block-layered-nav .actions{padding-bottom:20px; padding-top:0;}

.block-layered-nav dl#layered_navigation_accordion dt {
	cursor:pointer;
	font-size:1.09em;
	line-height:1.53em;
	background: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sidebar_block_links_divider.gif") repeat-x scroll left bottom transparent;
	padding:0.58em 5px 0.58em 0;
}
.block-layered-nav dl#layered_navigation_accordion dt span{
	padding-left:24px;
	display:block;
}
.block-layered-nav dl#layered_navigation_accordion dt.last{background:none;}
.block-layered-nav dl#layered_navigation_accordion dt:hover span{background-position:0 -69px;}
.block-layered-nav dl#layered_navigation_accordion dt.closed span{background-position:0 -135px;}
.block-layered-nav dl#layered_navigation_accordion.closed-default dd { display: none; }
.block-layered-nav dl#layered_navigation_accordion.closed-default dd ol{padding:0 0 0.42em; background: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sidebar_block_links_divider.gif") repeat-x scroll left bottom transparent;}
.block-layered-nav dl#layered_navigation_accordion dd{}
.block-layered-nav dl#layered_navigation_accordion dd li{padding-left:42px;}


/* Block: Wishlist */
aside.sidebar section.block-wishlist { position: relative;}
aside.sidebar section.block-wishlist .block-content{padding-top:1.5em;}
aside.sidebar section.block-wishlist li.item{
	width:100%;
	overflow:hidden;
	padding-bottom:1.16em;
	border-bottom:1px solid #dedede;
	padding:0.42em 0 1em;
}
aside.sidebar section.block-wishlist li.item .product-image{float:left; border:1px solid #e5e5e5; margin-top:0.42em; padding:0; background-color:#f8f6f6;}
aside.sidebar section.block-wishlist li.item .product-details{width:63%; float:right;}
aside.sidebar section.block-wishlist li.item .product-details .product-name{margin-bottom:0;}
aside.sidebar section.block-wishlist li.item .product-details .product-name a{font-size:1em; line-height:1.5em; text-transform:none; color:#515151;}
aside.sidebar section.block-wishlist li.item .product-details .price-box{float:left; margin-right:22px;}
aside.sidebar section.block-wishlist li.item .product-details .price-box.map-info{float:none;}
aside.sidebar section.block-wishlist li.item .product-details .price-box .price{font-size:1em; font-weight:normal;}
aside.sidebar section.block-wishlist li.item .product-details .btn-remove{
	margin:2px 5px 0;
	background:url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/btn_remove_3.gif") no-repeat scroll 0 0 transparent;
    height:7px;
    width:7px;
}
aside.sidebar section.block-wishlist li.item .product-details .btn-remove:hover{background-color:transparent!important;}
aside.sidebar section.block-wishlist li.item button{float:right;}
aside.sidebar section.block-wishlist li.item.last{padding-bottom:0;}
aside.sidebar section.block-wishlist .link-cart{font-size:1em; float:left;}
aside.sidebar section.block-wishlist .link-cart:hover{color:#515151;}
aside.sidebar section.block-wishlist .actions{border-top:none;}
aside.sidebar section.block-wishlist .actions a{color:#515151; font-size:1em; margin-top:0;}
aside.sidebar .title-marker{display:none;}


#wishlist-slider .es-carousel-wrapper{
    position:relative;
}
#wishlist-slider .es-carousel{
    overflow:hidden;
	min-height:75px;
}
#wishlist-slider .es-carousel ul.carousel-ul{
    margin: auto
}
#wishlist-slider .es-carousel ul.carousel-ul > li{

    float:left;
    display:block;
}
#wishlist-slider .es-carousel ul.carousel-ul > li a.product-image{
    display:block;
}
#wishlist-slider .es-carousel ul.carousel-ul li a.product-image img{
    display:block;
    border:none;
    max-height:none;
    max-width:none;
}

.block-wishlist .prev,
.block-wishlist .next{
    position: absolute;
    display: block;
    width:15px;
    height:15px;
    text-indent:9999em;
    overflow: hidden;
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/small_arr.png);
    background-repeat:no-repeat;
	background-color:#dedede;
    -moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
    cursor:pointer;
}

.block-wishlist .prev,
.block-wishlist .next{
	opacity:0;
	filter:alpha(opacity=0);
	-moz-transition: opacity 300ms ease, background-color 300ms ease;
	-webkit-transition: opacity 300ms ease, background-color 300ms ease;
	-o-transition: opacity 300ms ease, background-color 300ms ease;
	transition: opacity 300ms ease, background-color 300ms ease;
}
.block-wishlist:hover .prev,
.block-wishlist:hover .next{opacity:1; filter:alpha(opacity=100);}

.block-wishlist .prev {
    right:24px;
    top:19px;
    background-position:5px 4px;
}
.block-wishlist .prev:hover{background-position:5px -13px;}
.block-wishlist .next{
    right:8px;
    top:19px;
    background-position:-42px 4px;
}
.block-wishlist .next:hover{background-position:-42px -13px;}


/* Block: Block List */
.block-list{}
.block-list .block-content{}
.block-list li.item{
	padding:0.42em 0;
	width:100%;
	overflow:hidden;
	 background: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/sidebar_block_links_divider.gif") repeat-x scroll left bottom;
}
.block-list li.item.last{background:none;}
.block-list li.item:first-child{padding-top:0;}
.block-list li.item .product-name a{font-size:1.09em; line-height:1.45em;}


/* Block: Compare Products */
.block-compare {}
.block-compare li.item {}
.block-compare li.item:first-child{padding-top:0;}
.block-compare li.item .product-name{float:left; width:87%;}
.block-compare li.item .btn-remove{margin-top:0;}
.block-compare .actions{}
.block-compare .actions a{
	float:left!important;
	position:relative;
	padding: 3px 32px 3px 28px;
	font-size:0.91em;
}
.block-compare .actions a:hover{color:#777;}
.block-compare .actions a span.marker{
	padding:0;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:21px;
	height:21px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/clear_marker.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#dedede;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.block-compare .actions a:hover span.marker{background-position:0 -71px;}

.block-compare .actions button{float:left;}
.block-compare .actions button{position:relative;}
.block-compare .actions button span{
	color:#777;
	font-size:1em;
	line-height:1.45em;
	padding:3px 0 3px 28px;
	background:none;
	height:auto;
}
.block-compare .actions button span.marker{
	padding:0;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:21px;
	height:21px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/compare_marker.png);
	background-position:0 1px;
	background-repeat:no-repeat;
	background-color:#dedede;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.block-compare .actions button:hover span.marker{background-position:0 -49px;}

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll .block-content{}
.block-poll .block-subtitle{font-weight:bold; padding:0 0 1em 8px;}
.block-poll li { padding:3px 0 3px 10px; width:100%; overflow:hidden; }
.block-poll label {}
.block-poll input.radio { float:left; margin:2px 5px 0 0; }
.block-poll .label { display:block; float:left; width:80%; }
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:115px;}
.block-poll .votes{float:right; width:65px; margin-top:-1.5em;}
.block-poll .actions{border-top:1px solid #8a8a8a; margin-top:1.5em; text-align:left!important; padding-left:9px;}
.block-poll .actions button{float:none;}
.block-poll .actions button{position:relative;}
.block-poll .actions button span{
	color:#777;
	font-size:1em;
	line-height:1.45em;
	padding:3px 0 3px 28px;
	background:none;
	height:auto;
}
.block-poll .actions button span.marker{
	padding:0;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:21px;
	height:21px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/poll_marker.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	background-color:#dedede;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.block-poll .actions button:hover span.marker{background-position:0 -73px;}

/* Block: Tags */
aside.sidebar .block-tags .block-content{}
aside.sidebar .block-tags ul,
aside.sidebar .block-tags li { display:inline; }
aside.sidebar .block-tags .actions{text-align:left;}
aside.sidebar .block-tags .actions a{margin-top:0;}
aside.sidebar .block-tags .actions a{
	float:none;
	display:block;
	position:relative;
	padding: 4px 0 5px 28px;
	font-size:0.91em;
}
aside.sidebar .block-tags .actions a:hover{color:#777;}
aside.sidebar .block-tags .actions a span.marker{
	padding:0;
	position:absolute;
	left:0;
	top:1px;
	display:block;
	width:21px;
	height:21px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/tags_marker.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#dedede;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
aside.sidebar .block-tags .actions a:hover span.marker{background-position:0 -73px;}


/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:0.42em 0; width:100%; overflow:hidden; }
.block-reorder input.checkbox { float:left; margin:0.27em 0 0; }
.block-reorder .product-name { margin-left:10px; float:left; width:80%; }
.block-reorder .block-content .actions a{margin-top:6px;}

/* Block: Banner */
.block-banner {}
.block-banner .block-content {
    padding: 0;
    text-align:center;
}

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:0.75em 0 1.5em; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}



/* Category Page ========================================================================= */
.category-title{margin-bottom:0;}
.category-title h1,
.category-title h2{color:#fff;}
.category-title.no-desc{margin-bottom:0;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description{margin:0 0 0.53em; min-height:32px; color:#f4f4f4; font-size:1.33em; line-height:1em; text-transform:uppercase;}
.category-products {}

span.label-new {
    position:absolute;
    right:-13px;
    top:-13px;
    width:40px;
    height:40px;
    background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/label_new.png) 0 0 no-repeat;
    z-index:9;
}

.catalog-category-view .wrapper-container,
.catalog-product-view .wrapper-container{padding-top:0; position:relative;}

.catalog-product-view .breadcrumbs-wrapper,
.catalog-category-view .breadcrumbs-wrapper{position:absolute; z-index:9; width:100%; top:18px;}
.catalog-product-view .category-wrapper,
.catalog-category-view .category-wrapper{
	position:relative;
	margin-top:0px;
	z-index:8;
	background-position:center top;
	background-color:#FFF;
	background-repeat:no-repeat;
}
.catalog-product-view .category-wrapper .category-title,
.catalog-category-view .category-wrapper .category-title{
	padding-top:54px;
}

.one-col-page .category-wrapper .prefix_3{padding-left:0;}

.breadcrumbs-wrapper{}

.catalog-product-view .sidebar,
.catalog-category-view .sidebar{position:relative; margin-top:-70px; z-index:999;}


/* View Type: Grid */
.products-grid {
    clear:both;
    list-style:none !important;
    padding: 0 !important;
    margin: 0 ;
    position:relative;
	overflow:visible!important;
}
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; padding:0 0 2.34em; position:relative;}
.products-grid .product-image { position:relative; display:block; padding:0; text-align:center; margin:0 0 2em; }
.products-grid .product-image img{width:100%;}
.products-grid .product-name{text-align:center;}
.products-grid .product-name a {}

.block-related .info-box,
.products-grid .info-box{
	position:absolute;
	right:2px;
	top:2px;
	width:80px;
	/*height:80px;*/
	background-color:rgba(214, 214, 214, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6d6d6d6,endColorstr=#E6d6d6d6);
	zoom: 1;
	-moz-border-radius:15px;
	border-radius:15px;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.block-related .info-box .price-box,
.products-grid .info-box .price-box{
	margin:0;
	float:left;
	/*position:absolute;*/
        padding:10px;
	left:14px;
	top:31px;
	width:53px;
	text-align:center;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}
.products-grid li.item .price-box .minimal-price{margin-left:-3px; margin-top:-8px;}

.products-grid .info-box .details{
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	left:5px;
	top:11px;
        height:80px;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.5em;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
	cursor:pointer;
}
.products-grid .info-box .details a{color:#fff; padding:30px 13px 32px;}
.products-grid li.item:hover .info-box{
	background-color:rgba(32, 91, 145, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC205b91,endColorstr=#CC205b91);
	zoom: 1;
}
.products-grid li.item:hover .info-box .price-box{
	opacity:0;
	filter: alpha(opacity=0);
	-moz-transition:opacity 100ms ease;
	-webkit-transition:opacity 100ms ease;
	-o-transition:opacity 100ms ease;
	transition:opacity 100ms ease;
}
.products-grid li.item:hover .info-box .details{
	opacity:1;
	filter: alpha(opacity=100);
}

.products-grid .price-box .minimal-price-link{display:none;}
.products-grid .price-box.map-info a{display:block;}
.products-grid .ratings{float:none; margin:0 auto 6px; width:45px; padding-bottom:6px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/rating_border.gif) center bottom no-repeat;}
.products-grid .ratings .rating-box{display:block; float:none; margin-bottom:0.42em; margin-right:0;}
.products-grid .ratings .amount a{text-align:right; float:right;}
.products-grid .availability {}
.products-grid .actions{text-align:center;}
.products-grid .actions button{}
.products-grid .actions button span{
	padding:0;
	background:none;
	height:auto;
}
.products-grid .actions button span span{
	font-size:1.16em;
	line-height:1.57em;
	color:#777;
	padding-right:15px;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/add_to_cart_button_marker.gif) right 7px no-repeat;
}
.products-grid .add-to-links {float:left; padding-right:12px; padding-bottom:1em;}
.products-grid .add-to-links li { display:block; }
.products-grid .add-to-links .separator { display:none; margin:0 2px; }
.products-grid .grid-desc{padding-top:0.75em;}

/* View Type: List */
.products-list li.item { padding:0 0 4.5em; position:relative;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { display:block; position:relative; text-align:center; border:1px solid #e5e5e5; padding:0; margin:0; }
.products-list .product-shop {}
.products-list .product-name {margin-bottom:1.16em;}
.products-list .product-name a{font-weight:normal;}
.products-list .price-box {margin:0 0 1em;}
.products-list .price-box .price{font-size:2em; font-weight:100;}
.products-list .minimal-price-link .price{font-size:1em;}
.products-list .price-box.map-info a{display:inline-block; margin-top:5px;}
.products-list .ratings{margin-bottom:0.75em;}
.products-list .ratings .rating-box{float:none; margin-bottom:5px;}
.products-list .ratings .rating-links{font-size:0.9em;}
.products-list .availability { float:right; margin:0; padding:3px 0 3px 30px; font-weight:normal; color:#8a8a8a; font-size:0.91em; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/out_of_stock.png) left 3px no-repeat;}
.products-list .desc { clear:both; padding:0; margin:0 0 1.83em; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links {float:left;}
.products-list .add-to-links li { display:inline-block; margin-right:17px;}
.products-list .add-to-links li a{}
.products-list .add-to-links .separator { display:none; margin:0 2px; }
.products-list button{float:left; margin-right:46px;}
.products-list button span{padding:0!important; background:none!important;}
.products-list button span span{
	text-transform:uppercase;
	color:#777;
	font-size:1.16em;
	line-height:1.57em;
	padding-right:12px!important;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/add_to_cart_button_marker.gif) right 7px no-repeat!important;
}

.products-list li.item .product-img-box,
.products-grid li.item .product-img-box{position:relative; display:block;}
.products-list li.item .product-image span.image-box,
.products-grid li.item .product-image span.image-box{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    opacity:0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.products-list .product-image .hover-box,
.products-grid .product-image .hover-box{overflow:hidden; position:relative;}

.products-list li.item:hover .product-image span.image-box,
.products-grid li.item:hover .product-image span.image-box{opacity:0.8;}
.products-list li.item .fancybox,
.products-grid li.item .fancybox{position:absolute; left:0; top:12px; opacity: 0;}
.products-list li.item:hover .fancybox,
.products-grid li.item:hover .fancybox{position:absolute; left:10%; opacity: 1;}
.products-grid.small-grid li.item .product-info-box{
    position:absolute;
    width:47px;
    height:47px;
    right:5px;
    top:42%;
    background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/info_bg.png) left top no-repeat;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 0;
}
.products-grid.small-grid li.item:hover .product-info-box{right:61px; opacity: 1;}

/* Small Grid */
.products-grid.small-grid li.item {
    width:166px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.products-grid.small-grid li.item.alpha { margin-left: 0 !important;}
.products-grid.small-grid li.item.omega { margin-right: 0 !important;}
.products-grid.small-grid li.item .grid-indent{padding:0;}
.products-grid.small-grid .price-box{float:none; margin-bottom:5px;}
.products-grid.small-grid .ratings{float:none;}
.products-grid.small-grid .ratings .rating-box{float:none;}
.products-grid.small-grid .ratings .amount{float:none;}
.products-grid.small-grid .ratings .amount a{float:none;}
.products-grid.small-grid li.item .fancybox{}
.products-grid.small-grid li.item .add-to-links li { float: none; display: block;}
.products-grid.small-grid li.item .add-to-links .separator{ display: none;}
.products-grid.small-grid span.label-new{
    position:absolute;
    background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/label_new_small.png) 0 0 no-repeat;
    z-index:9;
}
.products-grid.small-grid .info-box{
	width:60px;
	height:60px;
}
.products-grid.small-grid .info-box .price-box{top:22px; left:3px;}
.products-grid.small-grid .info-box .price-box .price{font-size:1em;}
.products-grid.small-grid  .info-box .details{top:22px; left:0;}
.products-grid.small-grid  .info-box .details a{padding:15px 7px;}


.products-grid.small-grid .product-name{font-size:1.09em;}

/* Large Grid */
.products-grid.large-grid li.item {
    width:348px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.products-grid.large-grid li.item.alpha { margin-left: 0 !important;}
.products-grid.large-grid li.item.omega { margin-right: 0 !important;}
.products-grid.large-grid li.item .grid-indent{padding:0;}

.products-grid li.item .hover-image,
.products-list li.item .hover-image {
    position:absolute;
    max-width:100%;
    left:0;
    top:0;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition:opacity 150ms ease;
    -moz-transition:opacity 150ms ease;
    -o-transition:opacity 150ms ease;
    -ms-transition:opacity 150ms ease;
    transition:opacity 150ms ease;
}
.products-grid li.item:hover span.hover-image,
.products-list li.item:hover span.hover-image { opacity: 1; filter: alpha(opacity = 100);}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:0.91em; line-height:1.25; margin:0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:2px 0 0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings .rating-links a{text-decoration:none;}
.ratings .rating-links a:hover{text-decoration:none;}
.ratings dt {}
.ratings dd {}
.rating-box { width:45px; height:7px; font-size:0; line-height:0; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:7px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:10px; margin-top:1px;}
.ratings .amount {}

.ratings-table{margin:0.75em 0 1.5em;}
.ratings-table th,
.ratings-table td { font-size:12px; line-height:1.15; padding:3px 0; }
.ratings-table th { text-align:left; font-weight:normal; padding-right:8px; }
.ratings-table .rating-box { width:45px; height:7px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/bkg_rating_2.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; margin-top:3px; }
.ratings-table .rating-box .rating { height:7px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/bkg_rating_2.gif) 0 100% repeat-x; }

/* Availability */
.availability { margin:0; }
.availability.in-stock span { color: #44aa44; }
.availability.out-of-stock span { color: #aa4444; }
.availability.special-order span { color: #E07E1B; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; color:#444; }
.col-main .price{font-size:1.08em; line-height:1.53em;}

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

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price span{ display: inline-block; line-height:1.8em; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price span{ display: inline-block; line-height:1.8em; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label{line-height:2.3em;}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.bundle-box{width:100%; overflow:hidden; margin-bottom:15px;}
.price-box-bundle {}
.price-box-bundle .price-label{line-height:2.4em;}
.price-box-bundle .price-box{float:none; padding-right:15px!important;}
/********** Product Prices > */

/* Tier Prices */
.tier-prices{padding:0 0 1.16em; color:#000;}
.tier-prices .price { font-weight:normal; line-height:1.2em;}
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links{font-size:0.91em; line-height:1.45em;}
.add-to-links li a{font-weight:normal; line-height:1.63em; padding:3px 0 3px 28px;}
.add-to-links .separator { display:none; }
.add-to-links li a.link-wishlist{position:relative;}
.add-to-links li a.link-wishlist span.marker{
	background-color:#DEDEDE;
    background-image:url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/wishlist_marker.png");
    background-position:5px 7px;
    background-repeat:no-repeat;
    border-radius:15px;
    display:block;
    height:21px;
    left:0;
    padding:0;
    position:absolute;
    top:0;
    transition:background-color 300ms ease 0s;
    width: 21px;
}
.add-to-links li a.link-wishlist:hover span.marker{
    background-position: 5px -24px;
}

.add-to-links li a.link-compare{position:relative;}
.add-to-links li a.link-compare span.marker{
	background-color:#DEDEDE;
    background-image:url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/compare_marker.png");
    background-position:0 1px;
    background-repeat:no-repeat;
    border-radius:15px;
    display:block;
    height:21px;
    left:0;
    padding:0;
    position:absolute;
    top:0;
    transition:background-color 300ms ease 0s;
    width:21px;
}
.add-to-links li a.link-compare:hover span.marker{
    background-position: 0 -49px;
}


/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-top:7px; display:none;}
.add-to-cart .qty { float:left; margin-top:0; padding:5px; font-size:14px; color:#777;}
.add-to-cart button.button { float:left; margin-left:15px; padding:14px; background-color: #3BA995; }
.add-to-cart button.button span { background-color: #3BA995; height:auto; padding:0 10px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {margin-bottom: 1.5em;}
.add-to-box .add-to-cart { float:left; }
.add-to-box .add-to-cart button{}
.add-to-box .add-to-cart button span{
	padding:0;
	height:auto;
	background:none;
}
.add-to-box .add-to-cart button span span{
	font-size:1.16em;
	color:#ffffff;
	text-transform:uppercase;
        padding:0px 10px;
	/*padding-right:12px;
	background:url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/add_to_cart_button_marker.gif") no-repeat scroll right 6px;*/
}
.add-to-box .or { float:left; margin:7px 10px 0; }
.add-to-box .add-to-links { float:left; }
.add-to-box .add-to-links li{display:block;}

.catalog-product-view .category-wrapper .grid_12{
	padding-bottom:18px;
    padding-top:76px;
}
.catalog-product-view .category-wrapper .grid_12 h1{
	font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	color:#fff;
}

.product-view {position:relative; padding-top:3em;}
.product-view > .product-name{margin:0.9em 0 3.93em;}
.product-view > .product-name h2{
	font-size:1.5em;
	line-height:1.5em;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;
}
.product-view .product-prev,
.product-view .product-next{
	top:0;
	z-index:8;
	position: absolute;
    display: block;
    width:40px;
    height:40px;
    text-indent:100%;
	overflow:hidden;
    white-space: nowrap;
	background-image: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/slider_buttons_medium.png");
	background-color:#dadada;
    background-position:0 0;
    background-repeat:no-repeat;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    cursor:pointer;
	-moz-border-radius:22px;
	border-radius:22px;
	background-position: 15px 14px;
    -moz-transition:background-color 300ms ease;
    -webkit-transition:background-color 300ms ease;
    -o-transition:background-color 300ms ease;
    transition:background-color 300ms ease;
}
.product-view .product-next .prev-next-divider{display:none;}
.product-view .product-prev{
	right:41px;
}
.product-view .product-prev:hover{
	background-position: 15px -36px;
}
.product-view .product-next{
	right:0;
    background-position: -61px 14px;
}
.product-view .product-next:hover{
	background-position:-61px -36px;
}
.product-view .addthis_toolbox .addthis_button_pinterest_pinit{
    clear:both;
    margin-top:18px;
}

.product-view .product-img-box .product-image .cloud-zoom img{width:100%;}
.product-view .product-img-box #wrap{z-index:7!important; padding:0!important; background-color:#f8f6f6!important;}
.product-view .bundled-price{display:none;}
.product-view .product-shop .product-name{padding-bottom:0.75em; border-bottom:1px solid #989898;}
.product-view .product-shop .product-box{padding-bottom:0;}
.product-view .product-shop .product-box .ratings{float:left; margin-bottom:0.75em;}
.product-view .product-shop .product-box .ratings .rating-box{margin-bottom:5px; margin-top:0; float:none; display:block;}
.product-view .product-shop .product-box .ratings .rating-links{float:left; margin-top:0; font-size:0.91em;}
.product-view .product-shop .product-box .ratings .rating-links a{display:inline;}
.product-view .product-shop .product-box .ratings .rating-links .separator{display:inline;}
.product-view .product-shop .product-box .no-rating{float:left; padding-top:5px;}
.product-view .product-shop .product-box .availability{float:left; font-size:1.91em; padding:10px 0 5px 0px; }
.product-view .product-shop .product-box .availability.out-of-stock{ font-size:150%; }

.product-view .product-shop p{margin-bottom:0;}
.product-view .product-shop .price-box{padding:0; margin:0 0 0.6em; font-size:1.28em; line-height:1.44em; float:none;}
.product-view .product-shop .price-box .price{font-size:1.6em; line-height:1.5em; font-weight:normal;}
.product-view .product-shop .short-description{padding:0 0 1.16em;}
.product-view .product-shop .short-description h2{display:none;}
.product-view .product-shop .product-bottom-box{
	padding:1.5em 0;
	border:1px solid #e5e5e5;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-bottom:1.16em;
}
.product-view .product-shop .product-bottom-box .add-to-links{float:left;}
.product-view .product-shop .product-bottom-box .add-to-links li{display:inline-block; padding-right:18px;}

.product-view .product-shop .product-bottom-box .email-friend{float:left; font-size:0.91em; line-height:1.45em;}
.product-view .product-shop .product-bottom-box .email-friend a{
	padding:3px 0 3px 28px;
	position:relative;
}
.product-view .product-shop .product-bottom-box .email-friend a span.marker{
	background-color: #DEDEDE;
    background-image: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/mail_marker.png");
    background-position: 6px 7px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    display: block;
    height: 21px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: background-color 300ms ease 0s;
    width: 21px;
}
.product-view .product-shop .product-bottom-box .email-friend a:hover span.marker{background-position:6px -25px;}

.product-view .write-review{margin-bottom:2.58em;}
.product-view .write-review p{
	display:block;
	font-style:italic;
	font-size:1.5em;
	line-height:1.44em;
	font-weight:100;
	margin-bottom:0.5em;
}
.product-view .product-type-block{border-bottom:1px solid #E5E5E5;}
.product-view .product-collateral{padding-top:3em;}

.product-view .product-shop .email-friend{margin-bottom:0.83em;}
.product-essential{padding-bottom:20px; position:relative;}
.product-collateral .box-collateral{padding:0.75em 0 1.5em; margin-bottom:0; font-size:1em; line-height:1.5em;}
.product-collateral h2{margin-bottom:0; font-size:1.5em; font-weight:normal; border-bottom:1px solid #E5E5E5; }

.review-product-list .product-image{border: 1px solid #DADADA;}
.review-product-list .product-view .pager .limiter{padding:10px 0;}

/* Add to cart and Cart/Wishlist Quantity decrease/increase buttons */
.my-wishlist input.quantity-decrease,
.my-wishlist input.quantity-increase,
.add-to-cart input.quantity-decrease,
.add-to-cart input.quantity-increase,
.cart-table input.quantity-decrease,
.cart-table input.quantity-increase{
    float: left;
    width:15px;
    height:15px;
    border:none;
    padding:0px;
    margin:7px 5px;
    text-indent:100%;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/small_arr.png) left top no-repeat;
    background-repeat:no-repeat;
	background-color:#DEDEDE;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.my-wishlist input.quantity-decrease,
.cart-table input.quantity-decrease,
.add-to-cart input.quantity-decrease{background-position:5px 4px; margin-left:0; margin-right:0;}
.my-wishlist input.quantity-decrease:hover,
.cart-table input.quantity-decrease:hover,
.add-to-cart input.quantity-decrease:hover{background-position:5px -13px;}
.my-wishlist input.quantity-increase,
.cart-table input.quantity-increase,
.add-to-cart input.quantity-increase{background-position:-42px 4px; margin-left:0;}
.my-wishlist input.quantity-increase:hover,
.cart-table input.quantity-increase:hover,
.add-to-cart input.quantity-increase:hover{background-position:-42px -13px;}

/* Product Zoom */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin:-4px;    /* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    overflow:hidden;
    top:0!important;
    margin:0 0 0 0;
}

.productpage_small .cloud-zoom-big{
    width:100%!important;
}


/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}

.parent-zoom img{
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
    cursor:  cell;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    border: 0;
}
.product-view .mousetrap{
    height:100%!important;
    width:100%!important;
}

/* More Views */
.more-views{padding-top:1.5em; margin-right:-15px; margin-left:-15px; padding-left:15px; padding-right:15px; position:relative;}
.more-views h2{display:none;}
.more-views li { float:left; margin-left:0px; margin-bottom:0.75em;}
.more-views #more-views-slider{min-height:100px;}
.more-views #more-views-slider li a{margin-right:14px;}
.more-views li a{padding:0; background-color:#f8f6f6; display:block; width:90px;}
.more-views li a img{width:100%;}
.more-views .no-slider li{margin:0 15px 9px 0;}

.productpage_small .more-views #more-views-slider li a{margin-right:14px; width:85px;}
.productpage_large .more-views #more-views-slider{min-height:117px;}
.productpage_large .more-views #more-views-slider li{width:112px;}
.productpage_extralarge .more-views #more-views-slider{min-height:108px;}
.productpage_extralarge .more-views #more-views-slider li a{width:89px; margin-right:14px;}

.product-essential .product-image{position:relative;}

.more-views .prev,
.more-views .next{
    position:absolute;
    display: block;
    width:32px;
    height:32px;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    cursor:pointer;
    z-index: 999;
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/more_views_arr.png);
    background-repeat:no-repeat;
	background-color:rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb84040,endColorstr=#CCb84040);
	zoom: 1;
	-moz-border-radius:17px;
	border-radius:17px;
}

.more-views .prev,
.more-views .next{opacity:0; filter:alpha(opacity=0); -moz-transition: opacity 300ms ease; -webkit-transition: opacity 300ms ease; -o-transition: opacity 300ms ease; transition: opacity 300ms ease;}

.more-views:hover .prev,
.more-views:hover .next{opacity:1; filter:alpha(opacity=100);}

.more-views .prev {
    left:0;
    top:49%;
    margin-top:-16px;
    background-position:12px 11px;
}
.more-views .prev:hover{}
.more-views .next{
    right:0;
    top:49%;
    margin-top:-16px;
    background-position:-52px 11px;
}
.more-views .next:hover{}


/* Block: Related */
.block-related{position:relative;}
.block-related header{}
.block-related header h2{
	border-bottom: 1px solid #DEDEDE;
    color: #444444;
    font-size: 1.33em;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    padding: 0 0 0.87em;
    text-transform: uppercase;
}
.block-related .block-content{background: #fff; padding:0; overflow:hidden; width:100%;}
.block-related .block-content .block-subtitle{padding-bottom:3.75em; margin-bottom:0;}
.block-related .block-content .block-subtitle a{color:#000;}
.block-related .price-box{margin-bottom:10px;}
.block-related li.item{float:left; width:242px;}
.block-related li.item .product{padding-right:30px; position:relative;}
.block-related li.item .product-image{width:100%;}
.block-related li.item .product-image img{width:100%;}
.block-related li .related-checkbox{position:absolute; right:0; top:0;}
.block-related .product-image {
    display:inline-block;
    float:none;
    margin:0 auto 0.75em;
}
.block-related .product-name {margin-bottom:0!important; border:none!important;}
.block-related .product-name a{font-size:1em; line-height:1.5em;}
.block-related .product .product-details { margin:0; position:relative;}
.block-related .product .product-details .product-name {float:none; padding-right:25px; margin-bottom:0.57em!important;}
.block-related .product .product-details input.checkbox {float:right;}
.block-related .product .product-details .price-box {clear: both; float:none; margin-bottom:0.42em;}
.block-related .product .product-details .price-box .price-label{font-size:1em; font-weight:normal; line-height:1.83em;}
.block-related .product .product-details .price-box .price{}
.block-related .product .product-details .link-wishlist{
	font-weight: normal;
    line-height: 1.63em;
    padding: 3px 0 3px 28px;
	position:relative;
	text-indent:-10000px;
	display:block;
}
.block-related .product .product-details .link-wishlist span.marker{
	background-color: #DEDEDE;
    background-image: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/wishlist_marker.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    border-radius: 15px 15px 15px 15px;
    display: block;
    height: 21px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: background-color 300ms ease 0s;
    width: 21px;
}
.block-related .product .product-details .link-wishlist:hover span.marker{
    background-position: 5px -24px;
}
/*
.block-related .info-box{
	position:absolute;
	right:7px;
	top:-32px;
	width:80px;
	height:80px;
	background-color:rgba(214, 214, 214, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6d6d6d6,endColorstr=#E6d6d6d6);
	zoom: 1;
	-moz-border-radius:45px;
	border-radius:45px;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.block-related .info-box .price-box{
	margin:0;
	float:left;
	position:absolute;
	left:14px;
	top:31px;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}*/
.block-related .info-box .price-box .price-from,
.block-related .info-box .price-box .price-to{font-size:0.84em;}
.block-related .info-box .price-box .price-from .price-label,
.block-related .info-box .price-box .price-to .price-label{text-align:center; display:block;}
.block-related .info-box .price-box .price-from .price,
.block-related .info-box .price-box .price-to .price{font-size:1em;}
.block-related .info-box .price-box .price-from{margin-top:-26px; margin-bottom:0;}
.block-related .info-box .price-box .price-to{margin-top:-5px;}
.block-related .info-box .price-box .minimal-price{
	margin-left:-3px;
    margin-top:-8px;
}
.block-related .info-box .details{
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	left:17px;
	top:31px;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.5em;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
	cursor:pointer;
}
.block-related .info-box .details a{color:#fff;}
.block-related li.item:hover .info-box{
	background-color:rgba(32, 91, 145, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC205b91,endColorstr=#CC205b91);
	zoom: 1;
}
.block-related li.item:hover .info-box .price-box{
	opacity:0;
	filter: alpha(opacity=0);
	-moz-transition:opacity 100ms ease;
	-webkit-transition:opacity 100ms ease;
	-o-transition:opacity 100ms ease;
	transition:opacity 100ms ease;
}
.block-related li.item:hover .info-box .details{
	opacity:1;
	filter: alpha(opacity=100);
}

.block-related ul {}
.block-related #block-related-slider{height:322px; overflow:visible!important;}

.block-related .prev,
.block-related .next {
    position: absolute;
    display: block;
    width:40px;
    height:40px;
    z-index: 999;
    text-indent:100%;
    white-space: nowrap;
    background-position:0 0;
    background-repeat:no-repeat;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:0;
    cursor:pointer;
	background-color:#dadada;
	-moz-border-radius:22px;
	border-radius:22px;
}
.block-related .prev {
    right:41px;
    left:auto;
    top:-8px;
    background-position: 15px 14px;
    -moz-transition:background-color 300ms ease, opacity 300ms;
    -webkit-transition:background-color 300ms ease, opacity 300ms;
    -o-transition:background-color 300ms ease, opacity 300ms;
    transition:background-color 300ms ease, opacity 300ms;
}
.block-related .prev:hover{background-position: 15px -36px;}

.block-related .next{
    right:0;
    top:-8px;
    background-position: -61px 14px;
    -moz-transition:background-color 300ms ease, opacity 300ms;
    -webkit-transition:background-color 300ms ease, opacity 300ms;
    -o-transition:background-color 300ms ease, opacity 300ms;
    transition:background-color 300ms ease, opacity 300ms;
}
.block-related .next:hover{background-position:-61px -36px;}

.block-related{}
.block-related .prev,
.block-related .next{
    opacity:0;
    filter: alpha(opacity=0);
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/slider_buttons_medium.png);
}
.block-related:hover .prev,
.block-related:hover .next{opacity:1; filter: alpha(opacity=100);}
.block-related:hover .prev{}
.block-related:hover .next{}


/* Product Options */
.product-options { padding:18px 9px; margin:9px 0 0; border:1px solid #e7e7e7; background-color:#fafafa; }
.product-options dt label{font-weight:bold; color:#605d5d; font-size:0.91em;}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:9px; border:1px solid #e7e7e7; background-color:#fafafa; border-top:0; }
.product-options-bottom .add-to-cart{padding-bottom:13px;}
.product-options-bottom .price-as-configured .price-label{line-height:1.7em;}
.product-shop .product-options-bottom .price-as-configured .price-label{line-height:2.5em;}
.product-options-bottom .price-box { margin:0 0 14px; padding:9px 0 0 9px!important; font-size:1.28em; line-height:1.44em;}
.product-options-bottom .add-to-cart label{display:none;}
.product-options-bottom .add-to-cart button{margin-top:0;}
.product-options-bottom .add-to-cart .paypal-logo{
	padding-top:0.75em;
    text-align: left;
}

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid li.item {width:121px; padding-bottom:1.5em;}
.product-view .box-up-sell .products-grid .product-image{margin-bottom:9px;}
.product-view .box-up-sell .products-grid .product-name{padding-bottom:0; border:none; text-align:center;}
.product-view .box-up-sell .products-grid .product-name a{font-size:0.84em;}
.product-view .box-up-sell .products-grid .price-box{float:none; margin-bottom:0.75em;}
.product-view .box-up-sell .products-grid .price-box .price{font-weight:normal;}
.product-view .box-up-sell .products-grid .ratings{margin:0; width:auto; background:none;}
.product-view .box-up-sell .products-grid .ratings .rating-box{float:none; margin:0 0 5px;}
.product-view .box-up-sell .products-grid .ratings .rating-links{text-align:left;}
.product-view .box-up-sell .products-grid .ratings .rating-links a{display:block;}
.product-view .box-up-sell .products-grid .ratings .rating-links .separator{display:none;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3{margin-bottom:5px;}
.product-view .box-tags .product-tags{margin-bottom:10px;}
.product-view .box-tags .product-tags li{padding-right:5px;}
.product-view .box-tags .form-add label {display:block; margin-bottom:5px;}
.product-view .box-tags .form-add .input-box { float:left; width:500px; margin:0 0 9px; }
.product-view .box-tags .form-add input.input-text{width:96%; max-width:99%; padding: 6px;}
.product-view .box-tags p { clear:both; margin-top:10px;}
.product-view .box-tags ul.product-tags li { display: inline;}

/* Block: Reviews */
.catalog-product-view .box-reviews {padding:1.5em 0 0.75em 0; background-color: #fff;}
.catalog-product-view .box-reviews h2{
    font-size:1.33em;
    font-weight:normal;
    line-height:1.5em;
    padding:0 0 0.87em;
    border-bottom:1px solid #dedede;
    text-transform:uppercase;
    margin-bottom:1.5em;
	color:#444;
}
.catalog-product-view .box-reviews .data-table{margin-top:1.5em;}
.catalog-product-view .box-reviews .data-table thead{
    background-color:#777777;
}
.catalog-product-view .box-reviews .data-table thead th { background:none; border:none;}
.catalog-product-view .box-reviews .data-table thead th span{text-indent:100%; white-space:nowrap; overflow:hidden; width:41px; margin:0 auto; background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/review_stars.png); background-repeat:no-repeat;}
.catalog-product-view .box-reviews .data-table thead th span.one-star{background-position:center 3px;}
.catalog-product-view .box-reviews .data-table thead th span.two-stars{background-position:center -34px;}
.catalog-product-view .box-reviews .data-table thead th span.three-stars{background-position:center -70px;}
.catalog-product-view .box-reviews .data-table thead th span.four-stars{background-position:center -104px;}
.catalog-product-view .box-reviews .data-table thead th span.five-stars{background-position:center -136px;}
.catalog-product-view .box-reviews .data-table th { text-align: left; background:none; }
.catalog-product-view .box-reviews .data-table td { text-align: center; padding:1.16em;}
.catalog-product-view .box-reviews .data-table td input.radio { margin: 0;}
.catalog-product-view .box-reviews .data-table tbody th{padding:1.16em 1.16em 1.16em 2em; font-size:1em;}
.catalog-product-view .box-reviews .form-add {}
.catalog-product-view .box-reviews .form-add h3{font-size:1em; font-weight:normal;}
.catalog-product-view .box-reviews .form-add h3 span{color:#000;}
.catalog-product-view .box-reviews .form-add h4{font-weight:normal;}
.catalog-product-view .box-reviews .form-add .form-list{margin-top:3em;}
.catalog-product-view .box-reviews .form-add .form-list label{color:#777;}
.catalog-product-view .box-reviews .form-add .form-list li{margin-bottom:0; padding:0 0 0.75em;}
.catalog-product-view .box-reviews .form-add .form-list .input-box { width: 100%;}
.catalog-product-view .box-reviews .form-add .form-list input,
.catalog-product-view .box-reviews .form-add .form-list textarea { width: 97% !important; padding:6px;}
.catalog-product-view .box-reviews .pager { overflow: hidden;}
.catalog-product-view .box-reviews .pager .limiter { float: right;}
.catalog-product-view .box-reviews ul li { padding:1.16em 0 1.16em 12px; margin-bottom:3em;}
.catalog-product-view .box-reviews ul li.even { background-color: #fafafa;}
.catalog-product-view .box-reviews ul li h6 { font-size: 1.16em; color: #777777; font-weight: bold; padding: 0; margin-bottom:0.92em; text-transform:uppercase;}
.catalog-product-view .box-reviews ul li h6 a { font-size: 1em; color: #777777; font-weight: bold;}
.catalog-product-view .box-reviews ul li small { display: block; margin-bottom: 0.83em; font-style: italic; font-size:0.91em;}
.catalog-product-view .box-reviews ul li small span{padding-right:5px; color:#000;}
.catalog-product-view .box-reviews ul.form-list li { padding: 0.75em 0 0.75em 0;}
.catalog-product-view .box-reviews .form-add{margin-top:0;}
.catalog-product-view .box-reviews .full-review{float:right; display:block; cursor:pointer;}


/* Send a Friend */
.send-friend {}

/* Product Collateral Accordion */
.product-collateral#collateral-accordion {margin-bottom:1.5em;}
.product-collateral#collateral-accordion h2 {
    cursor: pointer;
    background:#fff;
    border:1px solid #e5e5e5;
    padding:0.75em;
    margin-top: 0.75em;
    margin-bottom:0;
	font-size:1em;
	line-height:1.5em;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.product-collateral#collateral-accordion h2:hover,
.product-collateral#collateral-accordion h2.active{color:#fff;}
.product-collateral#collateral-accordion h2:first-child{margin-top:0;}
.product-collateral#collateral-accordion .box-collateral{}

/* Meigee Tabs */
.meigee-tabs {
    background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/tabs_bg.jpg) left top repeat-x #fafafa;
    border:1px solid #e9e9e9;
    width:auto;
    overflow:hidden;
    margin: 0!important;
    padding:0!important;
}
.meigee-tabs li{
    float:left;
    list-style:none;
    height:25px;
    overflow:hidden;
	padding:1em 0;
	cursor:pointer;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.meigee-tabs li:hover,
.meigee-tabs li.active{position:relative; margin-left:-1px; padding-left:1px;}
.meigee-tabs li:hover a,
.meigee-tabs li.active a{border-right:none; color:#fff; padding-right:24px;}

.meigee-tabs li.first { border-left:0; }
.meigee-tabs li.last { border-right:0; }
.meigee-tabs a{
    display:block;
    padding:3px 23px;
    font-size:1em;
    line-height:1.5em;
	border-right:1px solid #cfcfcf;
    font-weight:normal;
    position:relative;
    overflow:hidden;
    height:18px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
.meigee-tabs li.last a{border-right:none;}
.meigee-tabs a:hover{color:#fff;}
.meigee-tabs li.active a,
.meigee-tabs li.active a:hover{
    color:#fff;
}
.meigee-tabs-content{
    padding:1.83em 32px 1.83em 25px;
	border:1px solid #e9e9e9;
	border-top:none;
	margin-bottom:2.58em;
}
.meigee-tabs-content h2 {
    display:none;
}
.meigee-tabs-content .box-collateral{padding: 0;}


/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {font-weight:normal; margin-bottom:0.65em; font-size:1.33em; line-height:1.5em;}
.product-name a {font-weight:normal; text-decoration:none; color:#444;}
.product-name a:hover{text-decoration:none;}

/* Product Tags */
.tags-list{margin:0;}
.tags-list li { display:inline; }
.tags-list li a{color:#8a8a8a; padding:0 5px;}
.tags-list li a:hover{color:#000;}

/* Advanced Search */
.advanced-search {}
.advanced-search ul li label{float:none;}
.advanced-search-amount {padding:10px 0 5px;}
.advanced-search-summary {padding:10px 0 15px;}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms-home .meigee-tabs-content{padding-bottom:26px;}
.cms-home .wrapper-container{padding-top:0em;}
.cms-home .wrapper-container.one-col-page > .container_12{width:100%;}
.cms-home .wrapper-container.one-col-page > .container_12 .main-container > .grid_12{width:100%; margin:0;}

.cms-home .wrapper-container .std .page-title{
	margin-bottom:2.34em;
}
.cms-home .wrapper-container .std .page-title h1{}
.cms-home .wrapper-container .std .page-title h3{
	color:#777;
	font-size:1.33em;
	line-height:1.5em;
	padding-bottom:0.75em;
	border-bottom:1px solid #dedede;
	text-transform:uppercase;
	font-weight:100;
	margin-top: -0.31px;
	margin-bottom:0;
}
.cms-home .wrapper-container .home-container-2{
	padding-top:0.75em;
}
.cms-home .wrapper-container .home-container-2 .products-grid.widget-grid{margin-bottom:1.5em;}
.home-container-2 .products-grid.widget-grid li.grid_3.item{width:215px;}

.grid-text-box h2{color:#444; font-size:2em; line-height:1.5em; text-transform:uppercase; font-weight:bold; margin-bottom:0;}
.grid-text-box h3{text-transform:uppercase; font-size:1.33em; line-height:1.5em; padding-bottom:0.875em; border-bottom:1px solid #e5e5e5; margin-bottom:0.875em; font-weight:normal;}
.grid-text-box button span{
	padding:0!important;
	background:none!important;
	height:auto!important;
}
.grid-text-box button span span{
	font-size:1.16em;
	line-height:1.57em;
	color:#777;
	padding-right:15px!important;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/add_to_cart_button_marker.gif) right 7px no-repeat!important;
}
.grid-text-box button:hover span span{color:#777;}



/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px 0 0; }
.page-sitemap .links a{text-decoration:none; position:relative; color:#8e8f91; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.page-sitemap .links a:hover{text-decoration:none; color:#aa2118;}
.page-sitemap .sitemap { margin: 0.75em 12px 0.75em; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:0.25em 0; }
.page-sitemap .sitemap li.level-0 { margin:0.75em 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .pager .pages{padding-top:0;}

.sales-guest-form .col-main .block-content .form-alt li{padding-bottom:9px; width:100%; overflow:hidden;}
.sales-guest-form .col-main .block-content .guest-select{width:100%;}

/* RSS */
.rss-title h1 { background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
.cart .page-title h1{border-bottom:none; padding-top:5px;}
.cart .cart-price .price{font-size:1.33em; line-height:1.5em;}


/* Shopping Cart Accordion */
#cart-accordion h3.accordion-title {
    cursor: pointer;
    background:#F2F2F3;
    border:1px solid #D8D8DA;
    padding: 3px;
    margin-bottom: 1px;
}
#cart-accordion .accordion-content {
    padding:0;
    margin-bottom:0;
}
#cart-accordion .accordion-content h2,
#cart-accordion .accordion-content h3 {
    display: none;
}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 0 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart ========================================================================= */
.cart {}
.cart .page-title{margin-bottom:0;}

/* Shopping Cart Accordion */
#cart-accordion h3.accordion-title{
    cursor: pointer;
    padding: 0.75em 24px;
    margin-bottom:0;
    font-weight:normal;
    background:#fff;
    border:1px solid #dedede;
    border-bottom:none;
    font-size:1em;
    line-height:1.5em;
    color:#777;
    -moz-transition: background-color 600ms ease;
    -webkit-transition: background-color 600ms ease;
    -o-transition: background-color 600ms ease;
    transition: background-color 600ms ease;
}
#cart-accordion h3.accordion-title:hover,
#cart-accordion h3.accordion-title.active{color:#fff;}
#cart-accordion h3.accordion-title span{
    -moz-transition: padding-left 300ms ease;
    -webkit-transition: padding-left 300ms ease;
    -o-transition: padding-left 300ms ease;
    transition: padding-left 300ms ease;
}
#cart-accordion h3.accordion-title:hover span,
#cart-accordion h3.accordion-title.active span{}

#cart-accordion .accordion-content {
    padding:0;
}
#cart-accordion .accordion-content h2 {

}


/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { float:left; margin:0 0 0 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 0 8px 0; text-align:center; line-height:1.0; font-size:11px; }
.cart .checkout-types li button > span{
	height:43px;
	padding-left:51px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/checkout_button_marker.png);
	background-position:14px 13px;
	background-repeat:no-repeat;
}
.cart .checkout-types li button span span{
	padding-right:14px;
	padding-top:12px;
	height:31px;
	background:none;
}

.cart button.btn-proceed-checkout span{ background-color:#3BA995; }

/* Shopping Cart Table */
.cart-table th{}
.cart-table td{}

.cart-table .link-wishlist{
	background-color: #DEDEDE;
    background-image: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/wishlist_marker.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    -moz-border-radius:15px;
	border-radius:15px;
    display:block;
    width:21px;
	height:21px;
    left: 0;
    padding: 0;
    top: 0;
    transition: background-color 300ms ease 0s;
	text-indent:-10000px;
	margin-bottom:0.75em;
}
.cart-table .link-wishlist:hover{
	background-position: 5px -24px;
}

.cart-table .cart-edit,
.my-wishlist .link-edit{
	background-color: #DEDEDE;
    background-image: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/edit_marker.png");
    background-position: 6px 6px;
    background-repeat: no-repeat;
    -moz-border-radius:15px;
	border-radius:15px;
    display:block;
    width:21px;
	height:21px;
    left: 0;
    padding: 0;
    top: 0;
    transition: background-color 300ms ease 0s;
	text-indent:-10000px;
	margin-bottom:0.75em;
}
.cart-table .cart-edit:hover,
.my-wishlist .link-edit:hover{
	background-position: 5px -48px;
}
.cart-table .btn-remove2,
.my-wishlist .btn-remove2{
	background-color: #DEDEDE;
    background-image: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/trash_marker.png");
    background-position: 6px 6px;
    background-repeat: no-repeat;
    -moz-border-radius:15px;
	border-radius:15px;
    display:block;
    width:21px;
	height:21px;
    left: 0;
    padding: 0;
    top: 0;
    transition: background-color 300ms ease 0s;
	text-indent:-10000px;
	margin-bottom:0.75em;
}
.cart-table .btn-remove2:hover,
.my-wishlist .btn-remove2:hover{
	background-position: 6px -48px;
}

.cart-table .item-msg { font-size:10px; }

.cart-table .buttons-row .buttons button.button { margin-right: 9px; }

.cart-table .buttons-row .buttons button.button.btn-update,
.cart-table .buttons-row .buttons button.button.btn-clear{float:left;}

.cart-table .buttons-row .btn-continue{float:left; }
.cart-table .buttons-row .btn-continue > span{padding-left:10px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/shopping_btn_bg.png) left top no-repeat;}
.cart-table .buttons-row .btn-continue span span{
	height: 24px;
    padding-left: 15px;
    padding-top: 7px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
.cart-table .buttons-row .btn-continue:hover span{
	background-position:0 -35px;
}
.cart-table .buttons-row .btn-continue:hover span span{
	background-color:#444!important;
}

.cart-table .btn-continue{margin-right:5px;}
.cart-table .quantity-box{width:70px;}
.cart-table .qty{
    color: #777777;
    float: left;
    font-size: 14px;
    margin-top: 0;
    padding: 5px;
}
.cart-table tfoot td{background-color:#efefef; padding-right:0;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:1em 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell{padding-top:4.25em;}
.cart .crosssell h2{
	font-size:2em;
	line-height:1.5em;
	color:#444;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
}
.cart .crosssell h3{
	font-size:1.33em;
	line-height:1.5em;
	color:#777;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:-5px;
	margin-bottom:1.5em;
	padding-bottom:0.57em;
	border-bottom:1px solid #dedede;
}
.cart .crosssell li.item { padding:0 0; margin-right:22px; }
.cart .crosssell .product-image { display:block; margin-bottom:1.5em;}
.cart .crosssell .product-details {}
.cart .crosssell .product-details .product-name{border:none; margin:0; padding:0;}
.cart .crosssell .product-details h3.product-name{text-transform:none!important;}
.cart .crosssell .product-details h3.product-name a{
	font-size:1em;
	line-height:1.5em;
	font-weight:normal;
}
.cart .crosssell li.item .price-box{margin-bottom:9px;}
.cart .crosssell li.item .price-box .minimal-price{
	margin-left:-2px;
    margin-top:-9px;
	position:relative;
}
.cart .crosssell .info-box .price-box .price-from,
.cart .crosssell .info-box .price-box .price-to{font-size:0.84em;}
.cart .crosssell .info-box .price-box .price-from .price-label,
.cart .crosssell .info-box .price-box .price-to .price-label{text-align:center; display:block;}
.cart .crosssell .info-box .price-box .price-from .price,
.cart .crosssell .info-box .price-box .price-to .price{font-size:1em;}
.cart .crosssell .info-box .price-box .price-from{margin-top:-26px; margin-bottom:0;}
.cart .crosssell .info-box .price-box .price-to{margin-top:-5px;}
.cart .crosssell .info-box .price-box .minimal-price{
	margin-left:-3px;
    margin-top:-8px;
}
.cart .crosssell li.item button{margin-bottom:9px;}
.cart .crosssell li.item button span{
	padding:0;
	background:none;
	height:auto;
}
.cart .crosssell li.item button span span{
	font-size:1.16em;
	line-height:1.57em;
	color:#777;
	padding-right:15px;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/add_to_cart_button_marker.gif) right 8px no-repeat;
}
.cart .crosssell li.item .add-to-links li{display:block;}

.cart .crosssell .info-box{
	position:absolute;
	right:-15px;
	top:-19px;
	width:80px;
	height:80px;
	background-color:rgba(214, 214, 214, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6d6d6d6,endColorstr=#E6d6d6d6);
	zoom: 1;
	-moz-border-radius:45px;
	border-radius:45px;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
.cart .crosssell .info-box .price-box{
	margin:0;
	float:left;
	position:absolute;
	left:14px;
	top:31px;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}
.cart .crosssell .info-box .details{
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	left:17px;
	top:31px;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.5em;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
	cursor:pointer;
}
.cart .crosssell .info-box .details a{color:#fff;}
.cart .crosssell li.item:hover .info-box{
	background-color:rgba(32, 91, 145, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC205b91,endColorstr=#CC205b91);
	zoom: 1;
}
.cart .crosssell li.item:hover .info-box .price-box{
	opacity:0;
	filter: alpha(opacity=0);
	-moz-transition:opacity 100ms ease;
	-webkit-transition:opacity 100ms ease;
	-o-transition:opacity 100ms ease;
	transition:opacity 100ms ease;
}
.cart .crosssell li.item:hover .info-box .details{
	opacity:1;
	filter: alpha(opacity=100);
}
.cart .crosssell .add-to-links li{float:left;}
.cart .crosssell .add-to-links li a{text-indent:-10000px; display:block; float:left; padding-left:4px; width:21px; height:21px;}

#cart-accordion #crosssell-products-list{}
#cart-accordion .crosssell{padding:1.5em 9px 1.5em 22px; background-color:#EFEFEF;}
#cart-accordion .crosssell li.item{float:left; margin-bottom:0; margin-top:0; margin-right:14px; padding:0;}
#cart-accordion .crosssell .product-image{float:none;}
#cart-accordion .crosssell .product-details{width:auto; float:none;}
#cart-accordion .crosssell .product-details .product-name{display:block;}
#cart-accordion .crosssell .info-box{
    right:-9px;
    top:-13px;
}


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
	padding:1em 23px 1.5em 22px;
	background-color:#efefef;
}
.cart .discount h2,
.cart .shipping h2{
	font-size:1.33em;
	line-height:1.5em;
	color:#444;
	text-transform:uppercase;
	padding-bottom:0.25em;
	border-bottom:1px solid #d0d0d0;
	margin-bottom:1.375em;
}
.cart .discount p,
.cart .shipping p{margin-bottom:1.5em;}

.cart .discount{margin-bottom:18px; padding-right:12px;}
.cart .discount .discount-form {overflow: hidden;}
.cart .discount label { display:block; margin: 0 0 5px 0; }
.cart .discount .input-box{ float:left;}
.cart .discount .input-box input{width:255px;}
.cart .discount .buttons-set {clear:both; text-align:left; padding: 0; margin: 0;}
.cart .discount .buttons-set button{margin:0.75em 0 0; float:right;}
#cart-accordion .discount{margin-bottom:0;}
.cart .shipping .form-list{margin:9px 0;}
.cart .shipping .form-list label{color:#888888;}
.cart .shipping .form-list select{width:257px;}
.cart .shipping .form-list input{width:251px;}
.cart .shipping .sp-methods{margin:9px 0;}
.cart .shipping .buttons-set {clear:none; float:none; padding: 0; margin: 0;}
.cart .shipping .buttons-set button { float:right; margin:0 4px 0 0; }

/* Shopping Cart Totals */
.cart .totals { float:right;}
.cart .totals-border{border:1px solid #e6e6e6;}
.cart .totals-border .totals-title{text-transform:uppercase; color:#fff; font-size:1.33em; line-height:1.5em; padding:0.75em 10px; text-align:center;}
.cart .totals-wrapper{padding:2.58em 36px 0;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:4px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}
.cart .totals table .price{font-size:1em; line-height:1.5em; font-family: Arial, sans-serif;}
.cart .totals .checkout-types{text-align:center; float:none; padding:14px 0 9px;}
.cart .totals .checkout-types li{padding-bottom:0.75em; float:none; margin:0;}
.cart .totals .checkout-types li a{color:#444; text-decoration:underline; display:block;}
.cart .totals .checkout-types li a:hover{text-decoration:none;}
.cart .totals .checkout-types .paypal-logo{margin-bottom:0;}
.cart .totals .checkout-types li button > span{
	height:56px;
	padding-left:51px;
	background-position: 14px 20px;
}
.cart .totals .checkout-types li button span span{
	padding:16px 15px 40px 0;
	font-size:14px;
	line-height:22px;
}

.accordion-content .discount,
.accordion-content .shipping,
.accordion-content .crosssell{border-bottom:none;}

/**/
.cart .totals.totals-accordion {
    float: none;
    overflow:hidden;
    border:1px solid #e5e5e5;
    padding:1.25em 24px 0.42em;
}
.cart .totals.totals-accordion .checkout-types { float:left; padding-top:0;}
.cart .totals.totals-accordion .checkout-types li {
    padding-left:0;
    float:none;
    text-align:left;
}
.cart .totals.totals-accordion .checkout-types li .paypal-logo .paypal-or{margin:0 88px 0 0;}
.cart .totals.totals-accordion .checkout-types li a{ font-size:1.16em; line-height:1.57em; font-weight:normal; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.cart .totals.totals-accordion table {
    width:auto !important;
    float:right;
    position:relative;
    margin:0;
    font-size:1.16em;
    line-height:1.57em;
    color:#8a8a8a;
}

/* Options Tool Tip */
.item-options dt { font-weight: bold;}
.item-options dt,
.item-options dd { font-style:italic; }
.truncated { padding-top: 10px; }
.truncated .truncated_full_value { }
.truncated .truncated_full_value .item-options {}
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
.please-wait{
    color: #000000;
    font-size: 1.18em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 28px;
    margin: -34px 0 0 -90px;
    border: 5px solid #DDD;
    background: #fff;
    white-space: nowrap;
    z-index: 9999;
}
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; margin-top:5px; display:inline-block;}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {padding:5px 0;}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; margin-bottom:9px;}
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .inner-box{padding:0.75em;}
.gift-messages-form .form-list .field{width:290px;}
.gift-messages-form .form-list li.wide textarea{width:544px;}
.gift-messages-form .details .form-list .field{width:220px;}
.gift-messages-form .details .form-list .field input{width:210px;}
.gift-messages-form .details .form-list li.wide textarea{width:430px;}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
aside.sidebar section.block-progress {}
aside.sidebar section.block-progress header{border:none; background-position:0 0; background-repeat:repeat-x; background-color:#ce2e2b; font-size:1em; padding:0.42em 5px 0.75em 26px; position:relative; overflow:hidden;}
aside.sidebar section.block-progress header h2{color:#fff; position:relative; z-index: 9;}
aside.sidebar section.block-progress .block-content{
	border:1px solid #e7e7e7;
	background:none;
	padding:0.75em 9px 1.5em 8px;
}
aside.sidebar section.block-progress dt{
	padding:0.38em 6px;
	font-size:1.09em;
	line-height:1.53em;
	margin:0;
}
aside.sidebar section.block-progress dt div{padding-left:12px; background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/opc_progress_marker.png); background-position:left 7px; background-repeat:no-repeat;}
aside.sidebar section.block-progress dt a{color:#605d5d;}
aside.sidebar section.block-progress dt a:hover{text-decoration:underline;}
aside.sidebar section.block-progress dd{padding:0.38em 5px 0.38em 14px; font-size:1.09em; line-height:1.53em;}
aside.sidebar section.block-progress dt,
aside.sidebar section.block-progress dd{background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/line_x_divider.png) left bottom repeat-x;}
aside.sidebar section.block-progress dt{}

.checkout-onepage-index .page-title{display:none;}

.opc { border-bottom:1px solid #e5e5e5; position:relative; }
.opc li.section { border:1px solid #e5e5e5; border-bottom:0; }
.opc .field{width:345px;}
.opc .field input.input-text{width:303px;}
.opc .field-2,
.opc .name-lastname{width:331px; float:left;}
.opc .field-2 input.input-text,
.opc .name-lastname input.input-text{width:325px;}
.opc .form-list .name-middlename{width:146px;}
.opc .form-list .name-middlename input.input-text{width:105px;}
.opc .form-list .field select,
.opc .form-list .field-2 select{width:330px;}
.opc .form-list li.wide input.input-text{width:669px;}
.opc input.radio{margin-top:-1px;}
.opc .gift-messages-form input.input-text {width:254px;}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#fafafa; padding:0; text-align:right; position:relative;}
.opc .step-title h2 {
	float:left;
	margin-bottom:0;
	text-transform:uppercase;
	font-size:1.09em;
	line-height:1.53em;
	color:#777;
	padding:0.75em 0;
}
.opc .step-title a { display:none; float:right; }

.opc .step-title .number{
    float:left;
	padding:0.64em 16px;
	margin-right:18px;
	font-size:1.16em;
	line-height:1.57em;
	color:#777;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/checkout_title_divider.png) right top repeat-y;
	font-weight:bold;
}
.opc .step-title .title-box{z-index:9; position:relative;}

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .allow .step-title .number{
	width:40px;
	height:40px;
	background-color:#5b9c49;
	padding:0;
	text-indent:10000px;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/checkout_allow_marker.png);
	background-position:13px 15px;
	background-repeat:no-repeat;
}

.opc .active {}
.opc .active .step-title {cursor:default; }
.opc .active .step-title h2{color:#fff; padding:1.15em 0;}
.opc .active .step-title .number{color:#fff; padding:1.07em 16px; width:auto; height:auto; background-color:transparent; text-indent:0; background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/checkout_title_divider.png) right top repeat-y;}
/*.opc .active .step-title a { display:none; }*/


.opc .step{border-top:1px solid #e5e5e5; padding:1.33em 28px 2.34em 20px; position:relative;}
.opc .step .tool-tip { right:10px; }
.opc .step h3{color:#444; text-transform:uppercase; font-size:1em; line-height:1.5em; padding-bottom:0.42em; margin-bottom:1.5em; border-bottom:1px solid #cfcfcf;}
.opc .step .form-list{padding:0 0 0.75em; margin-bottom:1.5em; border-bottom:1px solid #e6e6e6;}
.opc .step h4{color:#f32222;}

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}
.opc .sp-methods dt,
.opc .sp-methods dd{padding-bottom:0.75em;}

#checkout-step-login ul.ul{padding-left:14px;}
#checkout-step-login ul.ul li{
	padding-left:11px;
	padding-bottom:0.42em;
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/checkout_list_marker.png) left 7px no-repeat;
}

#checkout-step-login .buttons-set{border-top:1px solid #cfcfcf; padding:0.75em 0 1.5em;}
#checkout-step-login .buttons-set button{float:left; margin:0 15px 0 0;}


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0 30px; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; margin-bottom:1em;}
.multiple-checkout .grand-total big {margin-bottom:10px; display:block; font-size:1em; line-height:1.44em;}
.multiple-checkout .grand-total .price {font-size:1em; line-height:1.44em;}

.multiple-checkout .gift-messages-form .form-list .field{width:210px;}
.multiple-checkout .gift-messages-form .form-list .field input{width:195px;}
.multiple-checkout .gift-messages-form .form-list li.wide textarea{width:76%;}

.multiple-checkout .gift-messages-form .details .form-list .field{width:160px;}
.multiple-checkout .gift-messages-form .details .form-list .field input{width:145px;}
.multiple-checkout .gift-messages-form .details .form-list li.wide textarea{width:305px;}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-login .new-users .content,
.account-login .registered-users .content{
	border:1px solid #e6e6e6;
	padding:0 26px 1.5em 21px;
}
.account-login .new-users .content h2,
.account-login .registered-users .content h2{
	font-size:1.16em;
	line-height:1.57em;
	color:#444;
	text-transform:uppercase;
	padding:1em 23px;
	margin:0 -26px 1em -23px;
	position:relative;
	background-color:#efefef;
}
.account-login .new-users .content p{line-height:1.8em;}

.account-login .registered-users .content .buttons-set{padding-left:0;}
.account-login .registered-users .content .buttons-set button{float:left; margin-right:12px; margin-left:0;}
.account-login .registered-users .content .buttons-set a{float:left; margin-top:5px; color:#999;}
.account-login .registered-users .content .form-list li .input-box,
.account-login .registered-users .content .form-list li .input-box input{width:100%;}


.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
#checkout-step-login .buttons-set .f-left{margin-top:4px;}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .addresses-list li.item{padding-bottom:1.25em;}
.my-account .my-tag-edit{margin-bottom:10px;}
.my-account .my-tag-edit a.btn-remove{float:left; margin-right:5px;}
.my-account #my-tags-table button{margin-bottom:10px;}
.my-account .pager .limiter{float:left;}
.my-account .pager .pages{float:right; padding-top:0;}
.my-account .rating-links { display: none;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {
	border:1px solid #e6e6e6;
	padding:0 23px 1.5em 21px;
	line-height:1.8em;
	margin-bottom:1.5em;
}
.dashboard .welcome-msg .hello{
	font-size:1.16em;
	line-height:1.57em;
	color:#444;
	text-transform:uppercase;
	padding:1em 23px;
	margin:0 -23px 1em;
	position:relative;
	background-color:#efefef;
}

.dashboard .data-table{margin:0.75em 0 1.25em;}
.dashboard .col2-set{padding:10px 0 15px;}
.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin:0.75em 0 0;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;}
.dashboard .box-title h2,
.dashboard .box-head h2{
	font-size: 1.5em;
	line-height:1.44em;
	color:#444;
	font-weight:bold;
	text-transform:uppercase;
}
.dashboard .box-content h4{font-size: 1em;}
.dashboard .box-title a,
.dashboard .box-head a{float:right; text-decoration:none; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.dashboard .box-content address a{margin-top:5px; display:block;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:0.75em 0; }

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info .box{
	border:1px solid #e6e6e6;
	padding:0 23px 1.5em 21px;
	margin-bottom:1.5em;
}
.dashboard .box-info .box p{margin-bottom:0;}
.dashboard .box-info .box-title{
	font-size:1.16em;
	line-height:1.57em;
	color:#444;
	text-transform:uppercase;
	padding:1em 23px;
	margin:0 -23px 1em;
	position:relative;
	background-color:#efefef;
}
.dashboard .box-info .box-title h3{
	font-size:1.14em;
	line-height:1.5em;
	text-transform:none;
	margin-bottom:0;
}
.dashboard .box-info .box-title a{
	font-size:0.78em;
	line-height:1.45em;
	margin-top:4px;
	display:block;
}

/* Block: Reviews */
.dashboard .box-reviews{padding-bottom:15px;}
.dashboard .box-reviews li{padding-bottom:1.5em;}
.dashboard .box-reviews .number { float:left; font-size:1em; font-weight:bold; line-height:1; color:#909090; margin:3px -20px 0 0; padding:2px 3px; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews .details .ratings strong{float:none; display:block; margin-bottom:0.27em;}
.dashboard .box-reviews .details .ratings .rating-box{float:none;}

/* Block: Tags */
.dashboard .box-tags li{padding-bottom:20px;}
.dashboard .box-tags .number { float:left; font-size:1em; font-weight:bold; line-height:1; color:#909090; margin:3px -20px 0 0; padding:2px 3px; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags .details .tags li{display:inline;}
/********** Dashboard > */

/* My Wishlist */
.my-wishlist .page-title{border-bottom:none;}
.my-wishlist .page-title h1{padding-bottom:0;}
.my-wishlist .data-table{margin-bottom:0;}
.my-wishlist .data-table .product-name{margin-bottom:1.5em;}
.my-wishlist .data-table .quantity-decrease{float:left;}
.my-wishlist .data-table .quantity-increase{float:left;}
.my-wishlist .data-table .qty{
	color: #777777;
    float: left;
    font-size: 14px;
    margin-top: 0;
    padding: 5px;
}
.my-wishlist .data-table .description{display:none;}
.my-wishlist .data-table textarea{width:90%; min-height:130px;}
.my-wishlist .wishlist-input-box{width:77px; margin:0 auto;}
.my-wishlist .data-table .price-box{margin-bottom:0.75em; padding-top:1.08em;}
.my-wishlist .data-table .price-box .price{font-size:1.5em; line-height:1.44em;}
.my-wishlist .data-table .price-box.map-info a{display:block;}
.my-wishlist .data-table button{margin:0.75em 0;}
.my-wishlist .buttons-set{
	border:1px solid #e5e5e5;
	border-top:none;
	padding:1.5em 21px;
	margin-top:0;
	background-color:#efefef;
}
.my-wishlist .buttons-set .btn-update{float:right;}
.my-wishlist .buttons-set .btn-add,
.my-wishlist .buttons-set .btn-share{float:left;}

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info li.current{color:#000;}
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print{padding:20px;}
.page-print h2,
.page-print h3{margin-top:15px;}
.page-print .print-head {padding-bottom:20px;}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print .col2-set{padding:15px 0;}

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; margin-bottom:10px; }
.product-review .product-img-box .ratings .rating-links a{display:block;}
.product-review .product-img-box .ratings .rating-links .separator{display:none;}
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* MAP Popup============================================================================== */
.price-box.map-info .price{padding-right:10px;}
.product-view .product-shop .price-box.map-info{}
.product-view .product-shop .price-box.map-info a{padding:5px 5px 0; display:inline-block;}

.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#f5f5f5; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:0; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:5px 0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Footer ================================================================================ */
#footer{padding:0; width:100%; overflow:hidden;}
#footer p { text-align:left; }
#footer address{float:left;}
#footer ul {float:left;}
#footer ul li{padding:0; float:left;}
#footer ul li a{text-decoration:none; line-height:1.5em; display:block;}
#footer ul li a:hover{text-decoration:none;}

#footer .top-footer-block{background-color:#f5f5f5;}
#footer .top-footer-block ul li{
	padding:1.5em 0;
	float:left;
	position:relative;
	margin:0 0 0 -1px;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
	cursor:pointer;
}
#footer .top-footer-block ul li a{
	text-decoration:none;
	font-size:0.91em;
	line-height:1.45em;
	display:block;
	padding:0 16px;
	border-right:1px solid #cccccc;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
}
#footer .top-footer-block ul li:hover a{color:#fff; border:none; padding-right:17px;}
#footer .top-footer-block ul.links li.last a{border-right:none; padding-right:16px;}

#footer .form-language,
#footer .form-currency,
#footer .flags-divider{float:right; margin-top:0.91em;}
#footer .form-language label,
#footer .form-currency label{float:left; margin-top:5px;}

#footer .form-language label{margin-right:10px;}
#footer .form-language select{margin-top:3px;}
#footer .form-language a{margin-right:9px; margin-top:7px; float:left;}
#footer .form-language a img{margin-top:3px;}

#footer .flags-divider{width:1px; height:28px; background-color:#cecece; margin-left:9px; margin-right:9px;}

#footer .form-currency label{margin-top:5px; margin-right:3px;}
#footer .form-currency select{
	margin-left:5px;
    margin-top:4px;
}
#footer .form-currency a{
	display:block;
	width:16px;
	height:16px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:0;
	transition:none;
	display:inline-block;
	margin-top:6px;
	margin-left:6px;
	background-position:0 3px;
	background-repeat:no-repeat;
	-moz-transition:background-color 300ms ease;
	-webkit-transition:background-color 300ms ease;
	-o-transition:background-color 300ms ease;
	transition:background-color 300ms ease;
}
#footer .form-currency a:hover{background-position:left -26px;}
#footer .form-currency .eur{background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/curr/EUR.png);}
#footer .form-currency .gbp{background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/curr/GBP.png);}
#footer .form-currency .usd{background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/curr/USD.png);}
#footer .form-currency span{display:none;}

#footer .footer-main-block{
	padding:3.5em 0 1.75em;
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/footer_main_block_bg.jpg);
	background-position:center top;
	background-color:#FFF;
}

#footer .footer-main-block h3{
	text-transform:uppercase;
	color:#444;
	font-weight:normal;
	font-size:1.33em;
	line-height:1.5em;
	margin-bottom:0.57em;
}

#footer .footer-main-block .custom-footer-content ul { float: none;}
#footer .footer-main-block .custom-footer-content ul li{
	display:block;
	float:none;
	padding-left:0;
    -moz-transition:background-color 300ms ease;
    -webkit-transition:background-color 300ms ease;
    -o-transition:background-color 300ms ease;
    transition:background-color 300ms ease;
}
#footer .footer-main-block .custom-footer-content ul li:hover {background-color:#f5f5f5;}
#footer .footer-main-block .custom-footer-content ul li a:before{
    content: '\00B7';
    padding-right: 7px;
    font-size: 24px;
}
#footer .footer-main-block .custom-footer-content ul li a:hover:before{
    color: #f5f5f5;
}
#footer .footer-main-block .custom-footer-content ul li a {
    line-height:1.8em;
}

#footer .block-social{margin-bottom:1.33em;}

/* Block: Subscribe */
#footer .block-subscribe{margin-bottom:1.16em;}
#footer .block-subscribe h3{display:none;}
#footer .block-subscribe label{margin-bottom:0.42em; display:block;}
#footer .block-subscribe .input-box{padding:5px 5px 5px 7px; margin-bottom:0.42em; border:1px solid #e5e5e5; background-color:#FFF;}
#footer .block-subscribe .input-box input{
	float:left;
	width:85%;
	padding:0;
	border:none;
	font-size:11px;
	line-height:16px;
	color:#979797;
	font-style:italic;
}
#footer .block-subscribe .input-box button{float:right;}
#footer .block-subscribe .input-box button span{
	color:#777;
	text-transform:uppercase!important;
	font-size:11px;
	padding:0;
	background:none;
	height:auto;
	font-weight:bold;
}
#footer .block-subscribe .validation-advice{padding-top:0.42em; background-position:0 7px;}

#footer .store-switcher{float:none;}

#footer .custom-footer-2{border-top:1px solid #dedede; padding:1.83em 0 0; margin:3.75em 0 0;}
#footer .custom-footer-2 .footer-logo{float:left;}
#footer .custom-footer-2 .right{padding-top:7px;}
#footer .custom-footer-2 .fb-like{margin-right:9px;}

#footer .footer-bottom-block{padding:1.83em 0; color:#fff;}
#footer .footer-bottom-block .footer-text-box-2{margin-bottom:0.42em;}

#footer .tablet-clear{display:none;}


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.product-tabs:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* shanes image box */
.image-box{
    text-align:center;
    border:1px solid #e6e6e6;
    padding:20px;
}

ol.numbered{
    list-style: decimal;
}

body.cms-home .mr-smarts{
    clear:both;
    margin-left: 10px;
    color:#000000;
    padding:0 20px;
}
body.cms-home .main-container .mr-smarts, body.cms-home .top-container .mr-smarts{ background-color: #3BA995; margin-bottom:20px;}
body.cms-home .main-container .mr-smarts li, body.cms-home .top-container .mr-smarts li{ padding:20px 32px; line-height:40px; }
body.cms-home #header .mr-smarts header{ display:none; }
body.cms-home .mr-smarts h2{ padding:24px 10px 0 10px; }
body.cms-home .mr-smarts li input,
body.cms-home .mr-smarts li select{font-size:1.2em; padding:0px; height:25px;}
body.cms-home .mr-smarts li label{ font-size:1.4em; padding-right:5px;}
body.cms-home .mr-smarts li .submit{ background-color:#C8201C; color:#fff; border:0; width:170px; height:30px;}
body.cms-home .mr-smarts li .selector-segment{ width:280px; }
body.cms-home .mr-smarts h2,
body.cms-home .mr-smarts li{ float:left; padding-right: 20px; }

/* G A L L E R Y */
body.cms-home .mr_gallery_widget{ margin-bottom: 10px; clear:both;}
body.cms-home ul.mr_gallery_items{ list-style: none; }
body.cms-home ul.mr_gallery_items li{ float:left; margin-right:20px;}
body.cms-home ul.mr_gallery_items h3{ list-style: none; font-size:14px; display:none; }

/* G A L L E R Y */
.block-list .mr_gallery_widget{ clear:both;}
.block-list ul.mr_gallery_items{ list-style: none; }
.block-list ul.mr_gallery_items li{ float:left; margin:5%; width:40%;  }
.block-list ul.mr_gallery_items li img{ width: 100%; }
.block-list ul.mr_gallery_items h3{ list-style: none; font-size:14px; display:none; }





/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.eastcoastalloys.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Skin
 */

/*======Skin Images ======*/
.header-slider-container{
    /*background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/media/slider_img.png);*/
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/media/street-racing.jpg);
}

aside.sidebar section.block-vertical-nav .block-content li.level0 a,
#categories-accordion li.level-top.parent ul.level0 li a{
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/menu_items_marker.png);
}
.block-layered-nav dl#layered_navigation_accordion dt span{
	background:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/shop_by_items_markers.gif) left 3px no-repeat;
}
header#header .menu-button{background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/menu_button_mobile.png);}
@media only screen and (max-width: 767px) {
	header#header .dropdown-links .dropdown-links-title{background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/mob_dropdown_markers.png);}
}

.catalog-product-view .category-wrapper,
.catalog-category-view .category-wrapper{
    background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/media/street-racing-darken.jpg);
}
#footer .footer-main-block{
	background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/media/footer_main_block_bg.jpg);
}


/*======Site Bg=======*/
.content-wrapper{background-color:#FFF;}

/*======Skin Color #1=======*/
a:hover,
header#header .links li a:hover,
header#header .top-cart .product-box,
#footer .footer-main-block .custom-footer-content ul li a:hover,
#categories-accordion li.level-top.parent ul.level0 li a:hover,
aside.sidebar section.block-vertical-nav .block-content li.level0 a:hover,
.block-layered-nav dl#layered_navigation_accordion.closed-default dd ol li:hover,
.block-layered-nav dl#layered_navigation_accordion.closed-default dd ol li:hover a,
.block-layered-nav dl#layered_navigation_accordion.closed-default dd ol li:hover a span,
aside.sidebar section.block-layered-nav dl dd a:hover,
aside.sidebar .product-name a:hover,
.products-list button:hover span span,
.products-grid .actions button:hover span span,
.product-view .product-shop .product-box .availability,
.catalog-product-view .box-reviews .full-review,
.cart .crosssell li.item button:hover span span,
.account-login .registered-users .buttons-set a:hover,
.block-account li strong,
.block-account li a:hover,
.home-slider-conainer .products-grid button:hover span span,
.cms-home .home-block-wrapper .home-block h2 span,
.cms-home .home-block-wrapper .home-block h3 span,
.grid-text-box button span span,
.nav-wide#nav li.nav-static-block .menu-text-block h3{color:#b84040;}

#nav > li.over > a,
#nav > li.active > a,
#nav ul li.active > a,
#nav ul li.over > a,
header#header .links li a .link-marker,
header#header .dropdown-links .dropdown-links-title .link-marker,
header#header .top-cart:hover .block-title .cart-marker,
header#header .top-cart.active .block-title .cart-marker,
#topCartContent .actions,
button.button span,
#footer .top-footer-block ul li:hover,
#footer .form-currency a:hover,
#toTop,
header#header .menu-button:hover,
header#header .menu-button.active,
aside.sidebar section header:hover .title-marker,
aside.sidebar section header.active .title-marker{background-color:#b84040;}


#footer .top-footer-block ul.links li.last:hover,
ul.social-links li a:hover,
.catalog-category-view nav.breadcrumbs li a:hover,
.catalog-product-view nav.breadcrumbs li a:hover,
aside.sidebar section:first-child header,
#categories-accordion li.level-top.parent .btn-cat.closed,
.btn-remove:hover,
.block-compare .actions button:hover span.marker,
.block-compare .actions a:hover span.marker,
.block-poll .actions button:hover span.marker,
aside.sidebar .block-tags .actions a:hover span.marker,
.block-wishlist .prev:hover,
.block-wishlist .next:hover,
.sorter .view-mode strong.grid,
.sorter .view-mode strong.list,
.sorter .sort-by a:hover,
.pager .pages li:hover,
.pager .pages li:hover a.i-next,
.pager .pages li:hover a.i-previous,
.add-to-links li a.link-compare:hover span.marker,
.add-to-links li a.link-wishlist:hover span.marker,
.my-wishlist input.quantity-decrease:hover,
.cart-table input.quantity-decrease:hover,
.add-to-cart input.quantity-decrease:hover,
.my-wishlist input.quantity-increase:hover,
.cart-table input.quantity-increase:hover,
.add-to-cart input.quantity-increase:hover,
.product-view .product-shop .product-bottom-box .email-friend a:hover span.marker,
.meigee-tabs li:hover,
.meigee-tabs li.active,
.block-related .product .product-details .link-wishlist:hover span.marker,
.block-related .prev:hover,
.block-related .next:hover,
.product-view .product-prev:hover,
.product-view .product-next:hover,
.product-collateral#collateral-accordion h2:hover,
.product-collateral#collateral-accordion h2.active,
.cart-table .link-wishlist:hover,
.cart-table .cart-edit:hover,
.my-wishlist .link-edit:hover,
.cart-table .btn-remove2:hover,
.cart-table .buttons-row .btn-continue span span,
.cart .totals-border .totals-title,
#cart-accordion h3.accordion-title:hover,
#cart-accordion h3.accordion-title.active,
.block-account li.current .marker,
.block-account li:hover .marker,
.opc .active .step-title,
.cms-home .home-block-wrapper .home-block button:hover span,
header#header .links li.last:hover{background-color:#b84040!important;}

@media only screen and (max-width: 767px){
	.header-slider-container .container_12.arrs .prev:hover,
	.header-slider-container .container_12.arrs .next:hover,
	header#header .dropdown-links.active,
	header#header .dropdown-links:hover{background-color:#b84040!important;}
}

.header-slider-container .prev:hover,
.header-slider-container .next:hover,
.slider-container .prev:hover,
.slider-container .next:hover,
.more-views .prev:hover,
.more-views .next:hover{
	background-color:rgba(184, 64, 64, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb84040,endColorstr=#CCb84040);
	zoom: 1;
}

.header-slider-container .iosSlider .slider .item .desc-box .inner{
	background-color:rgba(184, 64, 64, 0.95);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2b84040,endColorstr=#F2b84040);
	zoom: 1;
}

/**
 * Skin
 */


.price,
header#header .top-cart .block-content .subtotal span,
header#header .top-cart .block-content .right .inner a,
#footer .footer-main-block h3,
#footer .block-subscribe .input-box button span,
aside.sidebar section header h2,
.page-title h1,
.page-title h2,
.category-description,
.products-grid .actions button span span,
.products-grid .info-box .details,
.block-related .info-box .details,
.product-view .product-name h2,
.add-to-box .add-to-cart button span span,
.add-to-cart .qty,
.product-view .product-custom p,
.data-table .product-name a,
.cart .crosssell h2,
.cart .crosssell h3,
.account-login .new-users .content h2,
.account-login .registered-users .content h2,
.dashboard .box-title h2,
.dashboard .box-head h2,
.opc .step-title .number,
.opc .step-title h2,
.opc .step h3,
.header-slider-container .iosSlider .slider .item h2,
.header-slider-container .iosSlider .slider .item h3,
.header-slider-container .iosSlider .slider .item .info-box .price-box .price,
.header-slider-container .iosSlider .slider .item .item-title,
.cms-home .wrapper-container .std .page-title h3,
.cms-home .home-block-wrapper .home-block h2,
.cms-home .home-block-wrapper .home-block h3,
button.btn-big span span,
.grid-text-box h2,
.grid-text-box h3,
.catalog-product-view .category-wrapper .grid_12 h1,
.nav-wide#nav li.nav-static-block .menu-text-block h2,
.nav-wide#nav li.nav-static-block .menu-text-block h3,
header#header .menu-button,
header#header .dropdown-links .dropdown-links-title,
.error-msg,
.success-msg,
.note-msg,
.notice-msg{font-family: 'Rokkitt', serif;}
/*! SocialCount - v0.1.5 - 2013-01-22
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2013 zachleat; Licensed MIT */

table {
    margin: 1em 0;
}

.socialcount {
	color: #444444;
	font-size: .875em;
	line-height: 2.8em;
}
.socialcount > li {
    background-color: #DEDEDE;
}
.socialcount > li,
.socialcount > li > a:focus,
.socialcount .loading {
	border-radius: 5px;
}
.socialcount > li > a:focus,
.socialcount > li:hover,
.socialcount > li.hover /* fix for IE and iframes */ {
	background-color: #464646;
}
/* Special class added to count when it's >= the minimum */
.socialcount .count.minimum {
}


/* Base CSS */

.socialcount {
	list-style: none;
	padding-left: 0;
	margin: 0 0 .6em 0;
	overflow: hidden;
}
.socialcount-large {
	line-height: normal;
}
.socialcount :link,
.socialcount :visited {
	color: inherit;
}
.socialcount > li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	vertical-align: top;
	min-width: 80px;
	min-height: 30px;
	text-align: center;
	white-space: nowrap;
	*margin-right: 4px;
}
.socialcount-small > li {
	min-width: 0;
}
.socialcount-large > li {
	float: left;
	margin: 0 .6em .6em 0;
}
.socialcount.recommend .facebook {
	min-width: 120px;
}
.socialcount-small.recommend .facebook {
	min-width: 0;
}
.socialcount-large > li,
.socialcount-large.recommend .facebook {
	min-width: 105px;
}
.socialcount > li > a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	color: inherit;
}
.socialcount-small > li > a {
	padding-left: 8px;
	padding-right: 8px;
}
.socialcount-large > li > a {
	padding: 12px 5px 8px;
}

.socialcount .count {
	color: inherit;
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	margin-left: 6px;
}
.socialcount-large .count {
	display: block;
	width: 100%;
	margin-left: 0;
	padding-top: 10px;
}
.socialcount-small .count {
	margin-left: 0;
}

.socialcount .facebook iframe {
	height: 21px;
	width: 90px; /* recommend */
}
.socialcount.de_DE .facebook iframe {
	width: 78px; /* recommend */
}
.socialcount.like .facebook iframe {
	width: 48px; /* like */
}
.socialcount.like.de_DE .facebook iframe {
	width: 75px; /* like */
}

.socialcount .button {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	pointer-events: none;
}
.socialcount .button iframe {
	pointer-events: auto;
}
.socialcount-large .button {
	top: auto;
	bottom: 2px;
}

.socialcount.grade-a.activate-on-hover > li.hover .count,
.socialcount.grade-a.activate-on-click > li.hover.active .count {
	text-indent: -999px;
}

.socialcount.grade-a.activate-on-hover > li.hover .button,
.socialcount.grade-a.activate-on-click > li.hover.active .button {
	display: block;
}
.socialcount.grade-a.activate-on-hover > li.hover > a,
.socialcount.grade-a.activate-on-click > li.hover.active > a {
	cursor: default;
}
.socialcount-small.grade-a.activate-on-hover > li.hover > a,
.socialcount-small.grade-a.activate-on-click > li.hover.active > a,
.socialcount.grade-a.activate-on-hover > li.hover .button iframe,
.socialcount.grade-a.activate-on-click > li.hover.active .button iframe {
	cursor: pointer;
}

/* Inline loading */
.socialcount .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: #aaa;
	background-color: rgba(170, 170, 170, 0.7);
	color: #000;
	text-transform: uppercase;
	font-size: .75em;
	text-align: center;
}
.socialcount-large .loading {
	padding-top: 30%;
}
.socialcount .loading .dot {
	display: inline-block;
	/* no ie7 compat needed here, just shows the text links */
	width: 6px;
	height: 6px;
	margin: 0 3px;
	background: #fff;
	opacity: 0;
	border-radius: 50%;

	-webkit-animation: socialCountLoadingFade .6s infinite;
	-moz-animation: socialCountLoadingFade .6s infinite;
	animation: socialCountLoadingFade .6s infinite;
}

.socialcount .loading .dot:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}

.socialcount .loading .dot:nth-child(2) {
	-webkit-animation-delay: .05s;
	-moz-animation-delay: .05s;
	animation-delay: .05s;
}

.socialcount .loading .dot:nth-child(3) {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
}

@-webkit-keyframes socialCountLoadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@-moz-keyframes socialCountLoadingFade {
	0% { opacity: 0;  }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@keyframes socialCountLoadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

.social-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  *margin-right: 5px;
}

.socialcount.grade-a.activate-on-hover > li.hover .social-icon,
.socialcount.grade-a.activate-on-click > li.hover.active .social-icon {
  display: none;
}

.socialcount-small.grade-a.activate-on-hover > li.hover .social-icon,
.socialcount-small.grade-a.activate-on-click > li.hover.active .social-icon,
.socialcount-large.grade-a.activate-on-hover > li.hover .social-icon,
.socialcount-large.grade-a.activate-on-click > li.hover.active .social-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.icon-sprite, .icon-facebook, .icon-googleplus, .icon-share, .icon-twitter {
  background: url('http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/socialcount-icons.png') no-repeat;
}

.icon-facebook {
  background-position: 0 0;
  height: 15px;
  width: 17px;
}

.icon-googleplus {
  background-position: -21px 0;
  height: 17px;
  width: 20px;
}

.icon-share {
  background-position: -45px 0;
  height: 16px;
  width: 20px;
}

.icon-twitter {
  background-position: -69px 0;
  height: 15px;
  width: 17px;
}

/* HD icons */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .social-icon {
    -webkit-background-size: auto 17px;
    -moz-background-size: auto 17px;
    -o-background-size: auto 17px;
    background-size: auto 17px;
    background-image: url('http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/socialcount-icons-hd.png') no-repeat;
  }
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

 /* #Desktop - Extra Large
================================================== */
@media only screen and (min-width: 1280px) {

	/*
	  Forces backgrounds to span full width,
	  even if there is horizontal scrolling.
	  Increase this if your layout is wider.

	  Note: IE6 works fine without this fix.
	*/

	body {
	  min-width: 1272px;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 1272px;
	}

	/* Grid >> Global
	----------------------------------------------------------------------------------------------------*/


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
	}



	.push_1, .pull_1,
	.push_2, .pull_2,
	.push_3, .pull_3,
	.push_4, .pull_4,
	.push_5, .pull_5,
	.push_6, .pull_6,
	.push_7, .pull_7,
	.push_8, .pull_8,
	.push_9, .pull_9,
	.push_10, .pull_10,
	.push_11, .pull_11,
	.push_12, .pull_12 {
		position:relative;
	}


	/* Grid >> Children (Alpha ~ First, Omega ~ Last)
	----------------------------------------------------------------------------------------------------*/

	.alpha {
		margin-left: 0;
	}

	.omega {
		margin-right: 0;
	}

	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .grid_1 {
		width:86px;
	}

	.container_12 .grid_2 {
		width:192px;
	}

	.container_12 .grid_3 {
		width:298px;
	}

	.container_12 .grid_4 {
		width:404px;
	}

	.container_12 .grid_5 {
		width:510px;
	}

	.container_12 .grid_6 {
		width:616px;
	}

	.container_12 .grid_7 {
		width:722px;
	}

	.container_12 .grid_8 {
		width:828px;
	}

	.container_12 .grid_9 {
		width:934px;
	}

	.container_12 .grid_10 {
		width:1040px;
	}

	.container_12 .grid_11 {
		width:1146px;
	}

	.container_12 .grid_12 {
		width:1252px;
	}




	/* Prefix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .prefix_1 {
		padding-left:106px;
	}

	.container_12 .prefix_2 {
		padding-left:212px;
	}

	.container_12 .prefix_3 {
		padding-left:318px;
	}

	.container_12 .prefix_4 {
		padding-left:424px;
	}

	.container_12 .prefix_5 {
		padding-left:530px;
	}

	.container_12 .prefix_6 {
		padding-left:636px;
	}

	.container_12 .prefix_7 {
		padding-left:742px;
	}

	.container_12 .prefix_8 {
		padding-left:848px;
	}

	.container_12 .prefix_9 {
		padding-left:954px;
	}

	.container_12 .prefix_10 {
		padding-left:1060px;
	}

	.container_12 .prefix_11 {
		padding-left:1166px;
	}



	/* Suffix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .suffix_1 {
		padding-right:106px;
	}

	.container_12 .suffix_2 {
		padding-right:212px;
	}

	.container_12 .suffix_3 {
		padding-right:318px;
	}

	.container_12 .suffix_4 {
		padding-right:424px;
	}

	.container_12 .suffix_5 {
		padding-right:530px;
	}

	.container_12 .suffix_6 {
		padding-right:636px;
	}

	.container_12 .suffix_7 {
		padding-right:742px;
	}

	.container_12 .suffix_8 {
		padding-right:848px;
	}

	.container_12 .suffix_9 {
		padding-right:954px;
	}

	.container_12 .suffix_10 {
		padding-right:1060px;
	}

	.container_12 .suffix_11 {
		padding-right:1166px;
	}



	/* Push Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .push_1 {
		left:106px;
	}

	.container_12 .push_2 {
		left:212px;
	}

	.container_12 .push_3 {
		left:318px;
	}

	.container_12 .push_4 {
		left:424px;
	}

	.container_12 .push_5 {
		left:530px;
	}

	.container_12 .push_6 {
		left:636px;
	}

	.container_12 .push_7 {
		left:742px;
	}

	.container_12 .push_8 {
		left:848px;
	}

	.container_12 .push_9 {
		left:954px;
	}

	.container_12 .push_10 {
		left:1060px;
	}

	.container_12 .push_11 {
		left:1166px;
	}



	/* Pull Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .pull_1 {
		left:-106px;
	}

	.container_12 .pull_2 {
		left:-212px;
	}

	.container_12 .pull_3 {
		left:-318px;
	}

	.container_12 .pull_4 {
		left:-424px;
	}

	.container_12 .pull_5 {
		left:-530px;
	}

	.container_12 .pull_6 {
		left:-636px;
	}

	.container_12 .pull_7 {
		left:-742px;
	}

	.container_12 .pull_8 {
		left:-848px;
	}

	.container_12 .pull_9 {
		left:-954px;
	}

	.container_12 .pull_10 {
		left:-1060px;
	}

	.container_12 .pull_11 {
		left:-1166px;
	}

	/* Adaptive */

	/* 2 columns list */
	.category-products .products-grid li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.category-products .products-grid li.item:nth-of-type(3n+1){
		margin-left:0;
		clear:left;
	}

	.category-products .products-grid.large-grid li.item:nth-of-type(3n+3){
		margin-right:15px;
	}
	.category-products .products-grid.large-grid li.item:nth-of-type(2n+2){
		margin-right:0;
		margin-left:15px;
	}
	.category-products .products-grid.large-grid li.item:nth-of-type(2n+1){
		margin-left:0;
		clear:left;
	}

	.category-products .products-grid.small-grid li.item:nth-of-type(3n+3){
		margin-right:10px;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(3n+1){
		margin-left:10px;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(5n+5){
		margin-right:0;
		margin-left:10px;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(5n+1){
		margin-left:0;
		clear:left;
	}

	.products-grid.widget-grid li.item:nth-of-type(4n+4){
		margin-right:0;
	}
	.products-grid.widget-grid li.item:nth-of-type(4n+1){
		clear:left;
		margin-left:0;
	}

	.products-grid#upsell-product-table > li:nth-of-type(5n+5){
		margin-right:0;
	}
	.products-grid#upsell-product-table > li:nth-of-type(5n+1){
		clear:left;
	}

	.block-related .no-slider li.item:nth-of-type(9n+9){
		margin-right:0;
	}
	.block-related .no-slider li.item:nth-of-type(9n+1){
		clear:left;
	}

	.more-views ul.no-slider li:nth-of-type(4n+4){
		margin-right:0;
	}
	.more-views ul.no-slider li:nth-of-type(4n+1){
		clear:left;
	}

	/* 1 column  list */
	.col1-layout .category-products .products-grid li.item:nth-of-type(3n+1){
		clear:none;
		margin-left:10px;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(3n+3){
		margin-right: 10px;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(4n+4){
		margin-right:0;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(4n+1){
		clear:left;
		margin-left:0;
	}
	.col1-layout .products-grid.large-grid li.item:nth-of-type(2n+1){
		clear:none;
		margin-left:15px;
	}
	.col1-layout .products-grid.large-grid li.item:nth-of-type(2n+2){
		margin-right: 15px;
	}
	.col1-layout .products-grid.large-grid li.item:nth-of-type(4n+1){
		clear:none;
		margin-left:15px;
	}
	.col1-layout .products-grid.large-grid li.item:nth-of-type(4n+4){
		margin-right: 15px;
	}
	.col1-layout .products-grid.large-grid li.item:nth-of-type(3n+1){
		clear:left;
		margin-left:0;
	}
	.col1-layout .products-grid.large-grid li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.col1-layout .products-grid.large-grid li.item{width:397px;}

	.col1-layout .products-grid.small-grid li.item:nth-of-type(4n+1){
		clear:none;
		margin-left:10px;
	}
	.col1-layout .products-grid.small-grid li.item:nth-of-type(4n+4){
		margin-right: 10px;
	}
	.col1-layout .products-grid.small-grid li.item:nth-of-type(5n+1){
		clear:none;
		margin-left:10px;
	}
	.col1-layout .products-grid.small-grid li.item:nth-of-type(5n+5){
		margin-right: 10px;
	}
	.col1-layout .products-grid.small-grid li.item:nth-of-type(6n+1){
		clear:left;
		margin-left:0;
	}
	.col1-layout .products-grid.small-grid li.item:nth-of-type(6n+6){
		margin-right:0;
	}
	.col1-layout .products-grid.small-grid li.item{width:192px;}

	#nav.nav-wide li.nav-static-block{
		padding-left:55px !important;
	}
	/* Wide Menu */
    #nav.nav-wide li.tech {
	padding: 1.5em 31px 0 0;
	width: 220px;
    }

	header#header .top-header-block .grid_12 .links li.last{background:none!important;}

	/* .header-block-2-wrapper{position:relative; z-index:99;}
	.header-slider-container{position:relative; top:-48px; margin-bottom:-48px; z-index:98;} */

	.header-slider-container .iosSlider .slider .item .product-img-holder,
	.header-slider-container .iosSlider .slider .item .item-title,
	.header-slider-container .iosSlider .slider .item h2,
	.header-slider-container .iosSlider .slider .item h3,
	.header-slider-container .iosSlider .slider .item p,
	.header-slider-container .container_12.arrs{
		margin-left:-636px;
	}

	.header-slider-container .iosSlider .slider .item .slider-product-img{width:auto; height:auto;}
	.header-slider-container .iosSlider .slider .item .info-box{
		right:37%;
	}
	.header-slider-container .iosSlider .slider #item2.item .slider-product-img{
		width: auto;
	}
	.header-slider-container .iosSlider .slider #item2.item .info-box {
		left: 30%;
	}

	.header-slider-container .iosSlider .slider #item3.item .info-box{
		right: 39%;
	}


	.home-container-2 .products-grid.widget-grid li.grid_3.item {
		width: 280px;
	}

	.home-slider-conainer .es-carousel-wrapper .products-grid li.item{
		width:251px;
	}

	.header-slider-container .next{right:-9%;}
	.header-slider-container .prev{left: -9%;}

	.header-slider-container .iosSlider	.slider #item2.item .item-title span,
	.header-slider-container .iosSlider	.slider #item2.item h2 span,
	.header-slider-container .iosSlider	.slider #item2.item h3 span,
	.header-slider-container .iosSlider	.slider #item2.item p span{padding-left:38%;}

	.header-slider-container.header-slider-2 .iosSlider{height:571px!important;}

	aside.sidebar section.block-wishlist li.item .product-details{width:76%;}

	.products-grid.small-grid li.item {
		width:170px;
	}
	.products-grid.large-grid li.item{width:452px;}

    .product-essential .product-image .es-nav-prev{
		left:0;
    }
    .product-essential .product-image .es-nav-next{
		right:0;
    }

    .product-view .box-up-sell .products-grid li.item {
		width:242px;
    }
    .more-views #more-views-slider{
		min-height:135px;
	}
    .product-view .productpage_small .more-views #more-views-slider li{width:133px;}
    .product-view .productpage_medium .more-views #more-views-slider li{width:135px;}
    .product-view .productpage_large .more-views #more-views-slider li{width:105px;}
    .product-view .productpage_extralarge .more-views #more-views-slider li{width:135px;}

    .product-view .product-image .cloud-zoom-big{width:100%!important;}
    .product-view .more-views #more-views-slider li a{width:auto;}
    .product-view .more-views #more-views-slider li a img{width:100%;}

    .product-view .box-up-sell .products-grid li.item{
		width:167px;
	}
	.block-related #block-related-slider {
		height: 408px;
	}
	.block-related li.item {
		width: 235px;
	}


    /*Multiple Checkout*/
    .multiple-checkout .sp-methods .form-list input.input-text{width:306px;}

    .cart .shipping .form-list .input-box{width:100%;}
	.cart .shipping .form-list input{
		width:98%;
	}
	.cart .shipping .form-list select{
		width:100%;
	}
	.cart .discount .input-box{width:100%;}
	.cart .discount .input-box input {
		width: 98%;
	}

	.cart .crosssell li.item{width:184px;}

	.cart .discount .discount-form .buttons-set{padding-right:3px;}

    /* Cart Crossel*/
    #cart-accordion .crosssell {
	padding:0.75em 9px 0.75em 14px;
    }
    .crosssell .product-image img{width:100%;}

	.cart .totals-wrapper{
		padding-left:50px;
		padding-right:113px;
	}

    /* opc */
    .opc .field{width:410px;}
    .opc .field input.input-text{width:380px;}
    .opc .field-2, .opc .name-lastname{width:424px;}
    .opc .field-2 input.input-text,
    .opc .name-lastname input.input-text{width:405px;}
    .opc .form-list .field select,
    .opc .form-list .field-2 select{width:410px;}
    .opc .form-list li.wide input.input-text{width:817px;}
    .form-list li.wide select{width:824px;}
    .form-list .customer-name-suffix .name-lastname,
    .form-list .customer-name-middlename .name-firstname,
    .form-list .customer-name-middlename-suffix .name-firstname,
    .form-list .customer-name-middlename-suffix .name-lastname{width:275px;}
    .form-list .customer-name-prefix .name-firstname input.input-text,
    .form-list .customer-name-suffix .name-lastname input.input-text,
    .form-list .customer-name-middlename .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-lastname input.input-text{width:245px;}
    .opc .form-list .name-middlename{width:135px;}
    .opc .field-2 input.input-text,
    .opc .name-lastname input.input-text{width:407px;}
	.opc .gift-messages-form .allow-gift-messages-for-order-container .form-list input.input-text{width:253px;}
	.opc .sp-methods input.input-text{width:303px;}

    /* form list */
    .form-list .field{width:406px;}
    .form-list .name-middlename{width:131px;}
    .form-list input.input-text{width:379px;}
    .form-list li.wide input.input-text{width:785px;}
    .form-list li.wide textarea{	width:785px;}
}

 /* #Desktop
================================================== */

@media only screen and (min-width: 978px)  and (max-width: 1279px) {
	/*
	  Forces backgrounds to span full width,
	  even if there is horizontal scrolling.
	  Increase this if your layout is wider.

	  Note: IE6 works fine without this fix.
	*/

	body {
	min-width: 1008px;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
	      margin-left: auto;
	      margin-right: auto;
	      width: 1008px;
	}

	/* Grid >> Global
	----------------------------------------------------------------------------------------------------*/


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 15px;
		margin-right: 15px;
	}



	.push_1, .pull_1,
	.push_2, .pull_2,
	.push_3, .pull_3,
	.push_4, .pull_4,
	.push_5, .pull_5,
	.push_6, .pull_6,
	.push_7, .pull_7,
	.push_8, .pull_8,
	.push_9, .pull_9,
	.push_10, .pull_10,
	.push_11, .pull_11,
	.push_12, .pull_12 {
		position:relative;
	}


	/* Grid >> Children (Alpha ~ First, Omega ~ Last)
	----------------------------------------------------------------------------------------------------*/

	.alpha {
		margin-left: 0;
	}

	.omega {
		margin-right: 0;
	}

	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .grid_1 {
		width:54px;
	}

	.container_12 .grid_2 {
		width:138px;
	}

	.container_12 .grid_3 {
		width:222px;
	}

	.container_12 .grid_4 {
		width:306px;
	}

	.container_12 .grid_5 {
		width:390px;
	}

	.container_12 .grid_6 {
		width:474px;
	}

	.container_12 .grid_7 {
		width:558px;
	}

	.container_12 .grid_8 {
		width:642px;
	}

	.container_12 .grid_9 {
		width:726px;
	}

	.container_12 .grid_10 {
		width:810px;
	}

	.container_12 .grid_11 {
		width:894px;
	}

	.container_12 .grid_12 {
		width:978px;
	}




	/* Prefix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .prefix_1 {
		padding-left:84px;
	}

	.container_12 .prefix_2 {
		padding-left:168px;
	}

	.container_12 .prefix_3 {
		padding-left:252px;
	}

	.container_12 .prefix_4 {
		padding-left:336px;
	}

	.container_12 .prefix_5 {
		padding-left:420px;
	}

	.container_12 .prefix_6 {
		padding-left:504px;
	}

	.container_12 .prefix_7 {
		padding-left:588px;
	}

	.container_12 .prefix_8 {
		padding-left:672px;
	}

	.container_12 .prefix_9 {
		padding-left:756px;
	}

	.container_12 .prefix_10 {
		padding-left:840px;
	}

	.container_12 .prefix_11 {
		padding-left:924px;
	}



	/* Suffix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .suffix_1 {
		padding-right:84px;
	}

	.container_12 .suffix_2 {
		padding-right:168px;
	}

	.container_12 .suffix_3 {
		padding-right:252px;
	}

	.container_12 .suffix_4 {
		padding-right:336px;
	}

	.container_12 .suffix_5 {
		padding-right:420px;
	}

	.container_12 .suffix_6 {
		padding-right:504px;
	}

	.container_12 .suffix_7 {
		padding-right:588px;
	}

	.container_12 .suffix_8 {
		padding-right:672px;
	}

	.container_12 .suffix_9 {
		padding-right:756px;
	}

	.container_12 .suffix_10 {
		padding-right:840px;
	}

	.container_12 .suffix_11 {
		padding-right:924px;
	}



	/* Push Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .push_1 {
		left:84px;
	}

	.container_12 .push_2 {
		left:168px;
	}

	.container_12 .push_3 {
		left:252px;
	}

	.container_12 .push_4 {
		left:336px;
	}

	.container_12 .push_5 {
		left:420px;
	}

	.container_12 .push_6 {
		left:504px;
	}

	.container_12 .push_7 {
		left:588px;
	}

	.container_12 .push_8 {
		left:672px;
	}

	.container_12 .push_9 {
		left:756px;
	}

	.container_12 .push_10 {
		left:840px;
	}

	.container_12 .push_11 {
		left:924px;
	}



	/* Pull Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .pull_1 {
		left:-84px;
	}

	.container_12 .pull_2 {
		left:-168px;
	}

	.container_12 .pull_3 {
		left:-252px;
	}

	.container_12 .pull_4 {
		left:-336px;
	}

	.container_12 .pull_5 {
		left:-420px;
	}

	.container_12 .pull_6 {
		left:-504px;
	}

	.container_12 .pull_7 {
		left:-588px;
	}

	.container_12 .pull_8 {
		left:-672px;
	}

	.container_12 .pull_9 {
		left:-756px;
	}

	.container_12 .pull_10 {
		left:-840px;
	}

	.container_12 .pull_11 {
		left:-924px;
	}

	.products-grid.small-grid li.item {
	    width:166px;
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.col1-layout .products-grid.small-grid li.item{width:178px;}
	.products-grid.large-grid li.item {
	    width:348px;
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.col1-layout .products-grid.large-grid li.item {
		width:305px;
	}

	/* Adaptive */

	/* 2 columns list */
	.category-products .products-grid li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.category-products .products-grid li.item:nth-of-type(3n+1){
		margin-left:0;
		clear:left;
	}

	.category-products .products-grid.large-grid li.item:nth-of-type(3n+3){
		margin-right:15px;
	}
	.category-products .products-grid.large-grid li.item:nth-of-type(2n+2){
		margin-right:0;
	}
	.category-products .products-grid.large-grid li.item:nth-of-type(2n+1){
		margin-left:0;
		clear:left;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(3n+3){
		margin-right:15px;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(4n+4){
		margin-right:0;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(4n+1){
		margin-left:0;
		clear:left;
	}


	/* 1 column  list */
	.col1-layout .category-products .products-grid li.item:nth-of-type(3n+3){
		margin-right:15px;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(3n+1){
		margin-left:15px;
		clear:none;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(4n+4){
		margin-right:0;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(4n+1){
		margin-left:0;
		clear:left;
	}

	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(3n+3){
		margin-right:10px;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(3n+1){
		margin-left:10px;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(4n+4){
		margin-right:10px;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(4n+1){
		margin-left:10px;
		clear:none;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(5n+5){
		margin-right:0;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(5n+1){
		margin-left:0;
		clear:left;
	}



	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(2n+2){
		margin-right:15px;
	}
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(2n+1){
		margin-left:15px;
		margin-right:15px;
		clear:none;
	}
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(3n+1){
		margin-left:0;
		clear:left;
	}


	.products-grid#upsell-product-table > li:nth-of-type(5n+5){
		margin-right:0;
	}
	.products-grid#upsell-product-table > li:nth-of-type(5n+1){
		clear:left;
	}

	.products-grid.widget-grid li.item:nth-of-type(4n+4){
		margin-right:0;
	}
	.products-grid.widget-grid li.item:nth-of-type(4n+1){
		clear:left;
		margin-left:0;
	}

	.home-container-2 .products-grid.widget-grid li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.home-container-2 .products-grid.widget-grid li.item:nth-of-type(3n+1){
		clear:left;
		margin-left:0;
	}

	.block-related .no-slider li.item:nth-of-type(7n+7){
		margin-right:0;
	}
	.block-related .no-slider li.item:nth-of-type(7n+1){
		clear:left;
	}

	.more-views ul.no-slider li:nth-of-type(3n+3){
		margin-right:0;
	}
	.more-views ul.no-slider li:nth-of-type(3n+1){
		clear:left;
	}

	header#header .top-header-block .grid_12 .links li.last{background:none!important;}

	.header-slider-container{}

	.header-slider-container .iosSlider .slider .item .item-title,
	.header-slider-container .iosSlider .slider .item h2,
	.header-slider-container .iosSlider .slider .item h3,
	.header-slider-container .iosSlider .slider .item p{
		margin-left:-490px;
	}

	.header-slider-container .iosSlider .slider .item h2{top:20px; font-size:2.16em;}
	.header-slider-container .iosSlider .slider .item h3{top:33%;}
	.header-slider-container .iosSlider .slider .item p{font-size:1em; line-height:1.3em; top:55%;}

	.header-slider-container .iosSlider .slider .item .slider-product-img{width:auto; height:auto;}


	.header-slider-container .iosSlider .slider #item2.item .slider-product-img {
		width: auto;
		left:-30%;
	}
	.header-slider-container .iosSlider .slider #item2.item .info-box{
		left: 31%;
	}


	.header-slider-container .iosSlider .slider #item2.item .item-title span,
	.header-slider-container .iosSlider .slider #item2.item h2 span,
	.header-slider-container .iosSlider .slider #item2.item h3 span,
	.header-slider-container .iosSlider .slider #item2.item p span{
		padding-left:40%;
	}

	.header-slider-container .iosSlider .slider #item3.item .info-box {
		right: 41%;
	}
	.header-slider-container .iosSlider .slider #item3.item p span{padding-right:52%;}

	.header-slider-container .container_12.arrs{
		margin-left:-490px;
	}
	.header-slider-container .prev{
		left:-88px;
	}
	.header-slider-container .next{
		right:-55px;
	}

	.header-slider-container .prev,
	.header-slider-container .next{top:26%; margin-top:0;}

	.home-slider-conainer .es-carousel-wrapper {min-height:395px;}

	.slider-container.widget-container .next{
		right:0;
		top: -58px;
	}
	.slider-container.widget-container .prev{
		right:63px;
		left:auto;
		top: -58px;
	}
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px, Gutter: 20px, Unit: 44px */
@media only screen and (min-width: 768px) and (max-width: 977px) {

	/*
	  Forces backgrounds to span full width,
	  even if there is horizontal scrolling.
	  Increase this if your layout is wider.

	  Note: IE6 works fine without this fix.
	*/

	body {
	  min-width: 768px;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 768px;
	}

	/* Grid >> Global
	----------------------------------------------------------------------------------------------------*/


	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
	}



	.push_1, .pull_1,
	.push_2, .pull_2,
	.push_3, .pull_3,
	.push_4, .pull_4,
	.push_5, .pull_5,
	.push_6, .pull_6,
	.push_7, .pull_7,
	.push_8, .pull_8,
	.push_9, .pull_9,
	.push_10, .pull_10,
	.push_11, .pull_11,
	.push_12, .pull_12 {
		position:relative;
	}


	/* Grid >> Children (Alpha ~ First, Omega ~ Last)
	----------------------------------------------------------------------------------------------------*/

	.alpha {
		margin-left: 0;
	}

	.omega {
		margin-right: 0;
	}

	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .grid_1 {
		width:44px;
	}

	.container_12 .grid_2 {
		width:108px;
	}

	.container_12 .grid_3 {
		width:172px;
	}

	.container_12 .grid_4 {
		width:236px;
	}

	.container_12 .grid_5 {
		width:300px;
	}

	.container_12 .grid_6 {
		width:364px;
	}

	.container_12 .grid_7 {
		width:428px;
	}

	.container_12 .grid_8 {
		width:492px;
	}

	.container_12 .grid_9 {
		width:556px;
	}

	.container_12 .grid_10 {
		width:620px;
	}

	.container_12 .grid_11 {
		width:684px;
	}

	.container_12 .grid_12 {
		width:748px;
	}




	/* Prefix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .prefix_1 {
		padding-left:64px;
	}

	.container_12 .prefix_2 {
		padding-left:128px;
	}

	.container_12 .prefix_3 {
		padding-left:192px;
	}

	.container_12 .prefix_4 {
		padding-left:256px;
	}

	.container_12 .prefix_5 {
		padding-left:320px;
	}

	.container_12 .prefix_6 {
		padding-left:384px;
	}

	.container_12 .prefix_7 {
		padding-left:448px;
	}

	.container_12 .prefix_8 {
		padding-left:512px;
	}

	.container_12 .prefix_9 {
		padding-left:576px;
	}

	.container_12 .prefix_10 {
		padding-left:640px;
	}

	.container_12 .prefix_11 {
		padding-left:704px;
	}



	/* Suffix Extra Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .suffix_1 {
		padding-right:64px;
	}

	.container_12 .suffix_2 {
		padding-right:128px;
	}

	.container_12 .suffix_3 {
		padding-right:192px;
	}

	.container_12 .suffix_4 {
		padding-right:256px;
	}

	.container_12 .suffix_5 {
		padding-right:320px;
	}

	.container_12 .suffix_6 {
		padding-right:384px;
	}

	.container_12 .suffix_7 {
		padding-right:448px;
	}

	.container_12 .suffix_8 {
		padding-right:512px;
	}

	.container_12 .suffix_9 {
		padding-right:576px;
	}

	.container_12 .suffix_10 {
		padding-right:640px;
	}

	.container_12 .suffix_11 {
		padding-right:704px;
	}



	/* Push Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .push_1 {
		left:64px;
	}

	.container_12 .push_2 {
		left:128px;
	}

	.container_12 .push_3 {
		left:192px;
	}

	.container_12 .push_4 {
		left:256px;
	}

	.container_12 .push_5 {
		left:320px;
	}

	.container_12 .push_6 {
		left:384px;
	}

	.container_12 .push_7 {
		left:448px;
	}

	.container_12 .push_8 {
		left:512px;
	}

	.container_12 .push_9 {
		left:576px;
	}

	.container_12 .push_10 {
		left:640px;
	}

	.container_12 .push_11 {
		left:704px;
	}



	/* Pull Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	.container_12 .pull_1 {
		left:-64px;
	}

	.container_12 .pull_2 {
		left:-128px;
	}

	.container_12 .pull_3 {
		left:-192px;
	}

	.container_12 .pull_4 {
		left:-256px;
	}

	.container_12 .pull_5 {
		left:-320px;
	}

	.container_12 .pull_6 {
		left:-384px;
	}

	.container_12 .pull_7 {
		left:-448px;
	}

	.container_12 .pull_8 {
		left:-512px;
	}

	.container_12 .pull_9 {
		left:-576px;
	}

	.container_12 .pull_10 {
		left:-640px;
	}

	.container_12 .pull_11 {
		left:-704px;
	}

	/* Adaptive */
	.products-grid.widget-grid li.item:nth-of-type(4n+4){
		margin-right:0;
	}
	.products-grid.widget-grid li.item:nth-of-type(4n+1){
		clear:left;
		margin-left:0;
	}

	.products-grid#upsell-product-table > li:nth-of-type(3n+3){
		margin-right:0;
	}
	.products-grid#upsell-product-table > li:nth-of-type(3n+1){
		clear:left;
	}

	.block-related .no-slider li.item:nth-of-type(5n+5){
		margin-right:0;
	}
	.block-related .no-slider li.item:nth-of-type(5n+1){
		clear:left;
	}

	/* 2 columns list */
	.category-products .products-grid li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.category-products .products-grid li.item:nth-of-type(3n+1){
		margin-left:0;
		clear:left;
	}

	.category-products .products-grid.large-grid li.item:nth-of-type(3n+3){
		margin-right:15px;
	}
	.category-products .products-grid.large-grid li.item:nth-of-type(2n+2){
		margin-right:0;
		margin-left:15px;
	}
	.category-products .products-grid.large-grid li.item:nth-of-type(2n+1){
		margin-left:0;
		clear:left;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(3n+3){
		margin-right:5px;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(3n+1){
		margin-left:5px;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(4n+4){
		margin-right:0;
		margin-left:5px;
	}
	.category-products .products-grid.small-grid li.item:nth-of-type(4n+1){
		margin-left:0;
		clear:left;
	}

	/* 1 column  list */
	.col1-layout .category-products .products-grid li.item:nth-of-type(3n+1){
		clear:none;
		margin-left:10px;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(3n+3){
		margin-right: 10px;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(4n+1){
		clear:left;
		margin-left:0;
	}
	.col1-layout .category-products .products-grid li.item:nth-of-type(4n+4){
		margin-right:0;
	}

	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(2n+1),
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(3n+1){
		clear:none;
		margin-left:15px;
	}
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(2n+2),
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(3n+3){
		margin-right: 15px;
	}
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(2n+1){
		clear:left;
		margin-left:15px;
		margin-left:0;
	}
	.col1-layout .category-products .products-grid.large-grid li.item:nth-of-type(2n+2){
		margin-right:0;
	}
	.col1-layout .category-products .products-grid.large-grid li.item{width:357px;}


	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(3n+1),
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(4n+1){
		clear:none;
		margin-left:5px;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(3n+3),
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(4n+4){
		margin-right:5px;
		margin-left:5px;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(5n+1){
		clear:left;
		margin-left:0;
	}
	.col1-layout .category-products .products-grid.small-grid li.item:nth-of-type(5n+5){
		margin-right:0;
	}
	.col1-layout .category-products .products-grid.small-grid li.item{width:141px;}

	/* Header ================================================================================ */
    .nav-container{background:none;}
	header#header .top-header-block .grid_12 .links li.last{background:none!important;}
	#nav.nav-wide li.nav-static-block{
		padding-left:0;
		width: 356px !important;
	}
	#nav.nav-wide li.nav-static-block .menu-text-block{
		width: 220px;
	}

    .data-table td{
	padding:9px;
    }

    /* Small Grid */
    .products-grid.small-grid li.item {
	width:130px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
    }
    /* Large Grid */
    .products-grid.large-grid li.item {
	width:263px;
    }

	.home-container-2{padding-bottom:3.75em;}
	.home-container-2 .products-grid.widget-grid li.grid_3.item{
		width: 163px;
	}


	.home-slider-conainer .es-carousel-wrapper{
		min-height:403px;
	}


	.header-slider-container .iosSlider .slider .item .product-img-holder,
	.header-slider-container .iosSlider .slider .item .item-title,
	.header-slider-container .iosSlider .slider .item h2,
	.header-slider-container .iosSlider .slider .item h3,
	.header-slider-container .iosSlider .slider .item p,
	.header-slider-container .container_12.arrs{
		margin-left:-384px;
	}

	.header-slider-container .iosSlider .slider .item .slider-product-img{width:35%; height:auto;}
	.header-slider-container .iosSlider .slider .item p span{
		padding-right: 43%;
	}


	.header-slider-container .next{
		right: 18px;
	}
	.header-slider-container .prev{
		left: 3px;
	}
	.header-slider-container .prev,
	.header-slider-container .next {top:21%;}

	.header-slider-container .iosSlider .slider .item .info-box {
		height:60px;
		right:36%;
		width:60px;
	}
	.header-slider-container .iosSlider .slider .item .info-box .price-box{top:23px; left:9px;}
	.header-slider-container .iosSlider .slider .item .info-box .price-box .price{font-size:12px; text-transform:none;}

	.header-slider-container .iosSlider .slider #item2.item .item-title span,
	.header-slider-container .iosSlider .slider #item2.item h2 span,
	.header-slider-container .iosSlider .slider #item2.item h3 span,
	.header-slider-container .iosSlider .slider #item2.item p span{
		padding-left:44%;
	}

	.header-slider-container .iosSlider .slider #item2.item .info-box {
		left: 33%;
	}
	.header-slider-container .iosSlider .slider #item3.item .info-box {
		right: 37%;
	}

	.header-slider-container.header-slider-2 .iosSlider{height:339px!important;}

	.header-slider-container.header-slider .container,
	.header-slider-container .iosSlider .slider .item{
		height: 430px;
	}

	.cms-home .wrapper-container{
		padding-top: 3.75em;
	}

	.slider-container.widget-container li.item{width:255px;}

	.slider-container.widget-container .next{
		right:0;
		top: -58px;
	}
	.slider-container.widget-container .prev{
		right:63px;
		left:auto;
		top: -58px;
	}

    /* Shopping Cart ========================================================================= */
    #cart-accordion .crosssell{padding:9px 13px;}

    /* Meigee Tabs */
    .meigee-tabs-content {padding: 14px;}
    #product_tabs_upsell_products_contents li.item{margin-bottom:9px;}


    .product-view .box-up-sell .products-grid li.item{width:233px;}

	.block-wishlist .next,
	.block-wishlist .prev{
		top:30px;
	}
    aside.sidebar section.block-wishlist li.item .product-details{
		width:60%;
    }
    aside.sidebar section.block-subscribe .input-box input {
	width: 100%;
    }
    .more-views #more-views-slider {
		min-height: 118px;
	}
    .product-view .productpage_small .more-views #more-views-slider li{width:100px;}
    .product-view .productpage_medium .more-views #more-views-slider li{width:118px;}
    .product-view .productpage_large .more-views #more-views-slider li{width:90px;}
    .product-view .productpage_extralarge .more-views #more-views-slider li{width:93px;}

    .product-view .more-views #more-views-slider li a{width:auto;}
    .product-view .more-views #more-views-slider li a img{width:100%;}

	.product-view .product-prev,
	.product-view .product-next{top:-32px;}


	.product-view .product-shop .product-bottom-box .add-to-links li{
		margin-bottom:0.75em;
	}

	.meigee-tabs a {
		padding: 3px 21px;
	}

	.meigee-tabs li:hover a,
	.meigee-tabs li.active a{
		padding-right:22px;
	}

	.product-view .box-up-sell .products-grid li.item {
		width: 167px;
	}

    /*Crossel*/
    .cart .crosssell{padding:9px 12px;}
    .cart .crosssell .product-details{width:52%;}

    .cart .discount .input-box input{width: 190px;}
    .cart .shipping .form-list select{width:200px;}
    .cart .shipping .form-list input{width:192px;}


    /* Multiple Addresses Checkout */
    .multiple-checkout .gift-messages-form .form-list li.wide textarea {
        width:55%;
    }
    .multiple-checkout .gift-messages-form .details .form-list li.wide textarea {
	width: 40%;
    }

    /* Block Related */
	.block-related #block-related-slider{
		min-height:322px;
	}
    .block-related li.item {
		width: 140px;
    }

	.cart .crosssell li.item{width:158px;}

    /* One Page Checkout */
    .opc .form-list input.input-text {
	width: 90%;
    }
    .opc .field{
	width:264px;
    }
    .opc .field-2, .opc .name-lastname {
	width: 267px;
    }
    .opc .form-list li.wide input.input-text{
	width:489px;
    }
    .opc .form-list .field select, .opc .form-list .field-2 select {
	width:237px;
    }
    .form-list .customer-name-suffix .name-lastname,
    .form-list .customer-name-middlename .name-firstname,
    .form-list .customer-name-middlename-suffix .name-firstname,
    .form-list .customer-name-middlename-suffix .name-lastname {
	width: 140px;
    }
    .form-list .customer-name-prefix .name-firstname input.input-text,
    .form-list .customer-name-suffix .name-lastname input.input-text,
    .form-list .customer-name-middlename .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-lastname input.input-text{
	width: 120px;
    }

    .form-list .field {
	width: 255px;
    }

    .form-list input.input-text {
	width: 235px;
    }

    .form-list li.wide input.input-text {
	width: 491px;
    }

    .form-list select {
	width: 242px;
    }

   .form-list .customer-name-middlename .name-middlename{width:117px;}
   .form-list .customer-name-middlename .name-middlename input{width:95px;}


    .form-list li.wide textarea{
	width:495px;
    }

    .form-list li.wide select {
	width:505px;
    }

    .opc .form-list .name-middlename {
	width:124px;
    }

    .opc .form-list .customer-dob .dob-month input,
    .opc .form-list .customer-dob .dob-day input,
    .opc .form-list .customer-dob .dob-year input{width:80%!important;}

    .gift-messages-form .form-list li.wide textarea{
	width:85%;
    }
    .gift-messages-form .details .form-list li.wide textarea{
	width:65%;
    }

    .opc .sp-methods .form-list input.input-text{width: 97%;}
    .opc .sp-methods .form-list select{width: 100%;}
    .opc .sp-methods select.month{width:150px;}

    .opc .form-list .name-middlename input.input-text {
	width: 95px;
    }
    .opc .form-list .name-middlename {
	width: 116px;
    }


	.block-wishlist .next,
	.block-wishlist .prev{
		top: 70px;
	}

	aside.sidebar section.block-wishlist li.item .product-details{
		width: 55%;
	}

	#footer .tablet-clear{clear:both; display:block;}
	#footer .form-language,
	#footer .form-currency,
	#footer .flags-divider{
		float:left;
		margin-bottom:0.75em;
		margin-top:0;
	}
	#footer .top-footer-block ul li{padding-top:0.75em; padding-bottom:0.75em;}
	#footer .top-footer-block ul li.last a{border:none;}

	.block-social .social-links li{margin-bottom:2px;}
}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px Gutter: 10px, Unit: 15px */
@media only screen and (max-width: 767px) {


	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
	  margin-left: 0;
	  margin-right: 0;
	}

	.grid_12{
		margin-left: 10px;
		margin-right: 10px;
	}
	header#header .grid_12{
	   margin-left:0;
	   margin-right:0;
	}

	.alpha,
	.omega {
	  margin-left: 0;
	  margin-right: 0;
	}

	.align_center,
	.align_right {
	  text-align: left;
	}

	/* Adaptive */
	.block-related .no-slider li.item:nth-of-type(2n+2){
		margin-right:0;
	}
	.block-related .no-slider li.item:nth-of-type(2n+1){
		clear:left;
	}


    /* Global Styles ========================================================================= */
    body{font-size:0.6em;}

    .main-left { float: none !important;}
    #toTop{display:none!important;}


    /* form elements */

    .form-list input.input-text{	width: 100%;}
    .form-list, .input-box select { width:100%; }
    .form-list li, .form-list li .field { width:100%; margin-right:0; }
    .form-list li .field + .field { margin-top:10px; }
    .form-list li.street-address .input-box input.input-text { width:92%; }
    .form-list li.select-address { width:100%; }

    .form-guest { width: 100%; }

    .buttons-set button { float:none; }
    .buttons-set a { display:block; }

    body.cms-home .mr-smarts{ padding:10px 20px; }
    body.cms-home .mr-smarts h2,
    body.cms-home .mr-smarts li{ float:none; padding: 3px 0px; line-height:normal; }
    body.cms-home .mr-smarts li input,
    body.cms-home .mr-smarts li select,
    body.cms-home .mr-smarts li .submit,
    body.cms-home .mr-smarts li .selector-segment{ width:100%; }

    /********************/

    /* Data Table */
    table.data-table table,
    table.data-table thead,
    table.data-table tbody,
    table.data-table th,
    table.data-table td,
    table.data-table tr { display: block; border: 0; text-align: left !important;   }

    table.data-table thead tr { display: none;}

    table.data-table th, table.data-table td { padding: 10px 10px;}


    table.data-table td a.product-image{
	width:auto;
	max-width:100%;
	margin:0 auto;
    }
    table.data-table td a.product-image img{width:100%;}
    table.data-table td .cart-label { width: 80px; display:block; float:left; font-size:1.16em; line-height:1.57em; color:#605d5d; font-weight:normal; }
    table.data-table td.last { border-bottom: 1px solid #E4E4E4; padding-top:0; padding-bottom:0; margin-bottom:12px;}


    /* Account Login/Create Pages ============================================================ */
    .account-login{}
    .account-login .new-users{padding-bottom:9px;}
    .account-login .registered-users{padding-bottom:9px;}
    .account-login .registered-users .buttons-set{padding-left:0;}
    .account-login .registered-users .buttons-set a{margin-top:11px; float:right!important;}
    .account-login .registered-users .buttons-set button{float:left; margin-left:0;}
    .account-login .registered-users .form-list{width:98%;}


    /* Header ================================================================================ */
    header#header .logo-box{padding:0; text-align:center;}
    header#header .logo{float:none; margin:0!important; text-align:center;}
	header#header h1.logo{border-bottom:1px solid #dedede;}
	header#header .logo a.logo{float:none; margin:3.12em 0 3.47em!important; display:block;}

	header#header .top-header-block .container_12{margin-left:auto; margin-right:auto;}
	header#header .top-header-block .grid_12{}

    header#header .quick-access{padding-top:0;}
    header#header .welcome-msg{text-align:center; display:none;}

	header#header .header-block-2-wrapper .container_12{margin-left:auto; margin-right:auto;}


	header#header .top-cart{
		width:76px;
		font-size:1.25em;
		padding:20px 9px 20px 23px;
	}

	header#header .top-cart .block-title .title-cart span{display:none;}

	header#header .form-search{
		float:left;
		border:none;
		padding-left:18px;
		margin-top:1.46em;
		margin-bottom:1.46em;
	}
	header#header .form-search .indent {
		padding:6px 8px;
		width:139px!important;
	}
    header#header .form-search input{width:90%!important;}
    header#header ul.social-links{float:none; text-align:center; margin-top:18px;}
    header#header ul.social-links li{display:inline-block; float:none;}

    header#header .select-box{text-align:center; padding:22px 0 0;}
    header#header .form-currency,
    header#header .form-language{float:none; display:inline-block;}

    header#header .top-cart .block-content{padding:12px 0 18px; top:61px; width:304px;}

	header#header .top-cart .block-content .mini-products-list .product-details{
		width:150px;
	}
	header#header .top-cart .mini-products-list li{
		margin: 0 28px;
	}


	header#header .top-cart .block-content .right,
	header#header .top-cart .block-content .right .inner{border:none;}

    header#header .top-block-wrapper .grid_12{text-align:center;}
    header#header .top-block-wrapper h2{width:auto; text-align:center; float:none; margin-bottom:18px;}
    header#header .top-block-wrapper button{float:none;}

	header#header .menu-button{
		display:block;
		float:left;
		padding:1.17em 37px 1.35em 81px;
		margin:0;
		font-size:1.45em;
		line-height:1.57em;
		position:relative;
		text-transform:uppercase;
		color:#444;
		cursor:pointer;
		background-position:25px 19px;
		background-repeat:no-repeat;
	}
    header#header .menu-button:hover,
    header#header .menu-button.active{color:#fff; background-position:25px -75px;}

	header#header .links li.last,
	header#header .dropdown-links{
		margin:0;
		padding:0;
		cursor:pointer;
		border:none;
		background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/mob_header_links_divider.png)!important;
		background-position:left 9px!important;
		background-repeat:no-repeat!important;
		-moz-transition:background-color 300ms ease;
		-webkit-transition:background-color 300ms ease;
		-o-transition:background-color 300ms ease;
		transition:background-color 300ms ease;
	}

	header#header .links li.last:hover{background-image:none!important;}
	header#header .dropdown-links.active,
	header#header .dropdown-links:hover{background:none!important;}


	header#header .links li.last:hover a.top-link-login,
	header#header .dropdown-links.active .dropdown-links-title,
	header#header .dropdown-links:hover .dropdown-links-title{color:#fff; background-position:-78px -66px;}

	header#header .links li.last a.top-link-login,
	header#header .dropdown-links .dropdown-links-title{
		padding-left:0;
		display:block;
		font-size:1.45em;
		line-height:1.57em;
		color:#444;
		text-transform:uppercase;
		padding:1.28em 10px 1.28em 70px;
		width:60px;
		background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/mob_dropdown_markers.png);
		background-position:35px -66px;
		background-repeat:no-repeat;
	}

	header#header .links li.last a.top-link-login{
		-moz-transition:none;
		-webkit-transition:none;
		-o-transition:0;
		transition:none;
	}

	header#header .links li.last a.top-link-login{background-position:35px 17px;}
	header#header .links li.last a.top-link-login:hover{background-position:-78px 17px;}


	header#header .links .link-marker,
	header#header .dropdown-links .link-marker{display:none!important;}


	header#header .dropdown-links ul{
		top:58px;
		-moz-border-radius:0;
		border-radius:0;
	}
	header#header .top-header-block .dropdown-links ul li.last{background:none!important;}
	header#header .dropdown-links ul li.last a{background:none!important;}


	header#header .nav-container{
		padding:0;
		position:relative;
	}
    header#header .nav-container > ul{
		padding:12px 20px;
		left:-163px;
		margin:0;
		position:absolute;
		top:57px;
		width:266px;
		z-index:999;
		background-color:#FFF;
		border:1px solid #cbcbcb;
		display:none;
	}
    header#header .nav-container > ul li{position:relative; padding:0; float:none; height:auto!important; background:none;}

    header#header .nav-container > ul li li{position:relative; padding:0 5px 0; float:none!important;}
    header#header .nav-container > ul .menu-desc{display:none;}

	header#header .nav-container > ul .menu-item-button{
		width:22px;
		height:22px;
		z-index:999;
		position:absolute;
		right:28px;
		top:4px;
		cursor:pointer;
		background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/cart_tabs_marker.png);
		background-repeat:no-repeat;
		background-position:7px 8px;
	}
	header#header .nav-container > ul .over > .menu-item-button{background-position:-12px 8px;}
	header#header .nav-container > ul .menu-item-button.active{background-position:7px -58px;}
	header#header .nav-container > ul .over > .menu-item-button.active{background-position:-12px -58px;}
	header#header .nav-container > ul .active > .menu-item-button{background-position:-12px 8px;}

    header#header .nav-container > ul li a{
		display:block;
		border-bottom:1px solid #DEDEDE;
		color: #777777!important;
		float: none;
		font-weight: normal;
		padding: 0.42em 13px 0.42em 0;
	}
    header#header .nav-container > ul li a:hover{}
    header#header .nav-container > ul li a span{
		background-image: url("http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/menu_sub_marker.png");
		background-position: 0 8px;
		background-repeat: no-repeat;
		font-size: 13px;
		padding-left: 11px;
		text-transform: none;
		border:none;
	}

	header#header .nav-container li.active > a,
	header#header .nav-container li.over > a{
		color:#FFFFFF!important;
		padding-left:13px;
	}

	header#header .nav-container li.active > a span,
	header#header .nav-container li.over > a span{
		background-position: 0 -22px;
	}


    header#header .nav-container > ul li.last a{border-bottom:none;}
    header#header .nav-container > ul ul.level0{padding:9px 18px!important; width:auto!important; position:static; background:none; border:none; box-shadow:none;}
    header#header .nav-container > ul li li a{border-bottom:none;}
    header#header .nav-container > ul li li a{font-size:1.41em;}
    header#header .nav-container > ul li li li li a{font-size:1.25em;}
    header#header .nav-container li.tech{width:100%; padding:0;}
    header#header .nav-container ul.tech{padding-bottom:0;}

	header#header .nav-container li.level1 > a > span{
		text-transform:none!important;
		-moz-transition: color 300ms ease;
		-webkit-transition: color 300ms ease;
		-o-transition: color 300ms ease;
		transition: color 300ms ease;
	}

	#nav.nav-wide ul.level2,
	#nav.nav-wide ul.level2 ul{padding-top:0!important; padding-bottom:0!important;}

	header#header .nav-container li.level1 a{color:#a2a2a2;}
	header#header .nav-container li.level1 a:hover{text-decoration:none;}
	header#header .nav-container li.level1 a span{font-family: Arial, sans-serif;}

    header#header .nav-container > ul ul.level0 ul{padding-right:9px; top:auto!important; left:auto!important; position:static!important; width:auto!important; height:auto!important;}
    header#header .nav-container > ul ul.level0 ul ul{top:auto!important; left:auto!important; position:static!important; width:auto!important; height:auto!important;  border:none!important; box-shadow:none!important;}
    header#header .nav-container > ul ul.level0 ul .triangle{display:none;}
    header#header .nav-container > ul ul.level0 ul a{}
    header#header .nav-container > ul ul.level0 ul ul a{}
    header#header .nav-container > ul ul.level0 ul{background:none;}

    header#header .nav-container > ul li li .menu-item-button{right:23px;}
    header#header .nav-container > ul li li li li .menu-item-button{right:18px;}
    header#header .nav-container > ul li li.level3 .menu-item-button{right:13px;}
    header#header .nav-container .nav-static-block{display:none;}

	.header-slider-container{
		top: -61px;
		margin-bottom:-61px;
	}
	.header-slider-container.header-slider .container,
	.header-slider-container.header-slider .iosSlider .slider .item{
		height: 395px !important;
	}

	.header-slider-container .iosSlider .item .item-title,
	.header-slider-container .iosSlider .item .desc-box{display:none;}

	.header-slider-container .iosSlider .slider #item2.item .slider-product-img{left:auto; right:-50%; width:23%;}

	.header-slider-container .iosSlider .item .product-img-holder .slider-product-img{width:26%; height:auto; bottom:58px;}

	.header-slider-container .container_12.arrs{margin-left:0; width:100%; left:auto;}
	.header-slider-container .container_12.arrs .prev,
	.header-slider-container .container_12.arrs .next{
		position:absolute;
		display: block;
		width:32px;
		height:32px;
		transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		-o-transition:0;
		cursor:pointer;
		z-index: 999;
		background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/more_views_arr.png);
		background-repeat:no-repeat;
		background-color:rgba(0, 0, 0, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb84040,endColorstr=#CCb84040);
		zoom: 1;
		-moz-border-radius:17px;
		border-radius:17px;
	}

	.header-slider-container .container_12.arrs .prev,
	.header-slider-container .container_12.arrs .next{opacity:0; filter:alpha(opacity=0); -moz-transition: opacity 300ms ease; -webkit-transition: opacity 300ms ease; -o-transition: opacity 300ms ease; transition: opacity 300ms ease;}

	.header-slider-container:hover .container_12.arrs .prev,
	.header-slider-container:hover .container_12.arrs .next{opacity:1; filter:alpha(opacity=100);}


	.header-slider-container .iosSlider .slider .item .info-box{
		bottom:800px;
		width:60px;
		height:60px;
		right:41%;
		z-index:99999;
	}
	.header-slider-container .iosSlider .slider #item3.item .info-box{
		right:43%;
	}
	.header-slider-container .iosSlider .slider #item2.item .info-box {
		left: auto;
		right: 41%;
	}

	.header-slider-container .iosSlider .slider .item .info-box .price-box{
		left:10px;
		top:24px;
	}


	.header-slider-container .container_12.arrs .prev {
		left:5px;
		top:43%;
		margin-top:0;
		background-position:12px 11px;
	}
	.header-slider-container .container_12.arrs .prev:hover{}
	.header-slider-container .container_12.arrs .next{
		right:5px;
		top:43%;
		margin-top:0;
		background-position:-52px 11px;
	}

	.header-slider-container.header-slider-2 .container_12.arrs .prev{left:-6%;}
	.header-slider-container.header-slider-2 .container_12.arrs .next{right:-6%;}

	.header-slider-container.header-slider-2 .border-box{
		height:121px!important;
	}
	.header-slider-container.header-slider-2 .iosSlider{
		height:121px!important;
	}

	.cms-home .wrapper-container{padding-top:1.88em;}
	.cms-home .wrapper-container > .container_12{margin-left:auto; margin-right:auto; width:auto;}

	.home-container-2{padding-bottom:3.75em; padding-left:15px; padding-right:15px;}
	.home-container-2 .container_12{margin-left:auto; margin-right:auto;}
	.home-container-2 .products-grid.widget-grid li.grid_3.item{width:100%;}

	.home-slider-conainer .products-grid li.item{
		width: 255px;
	}

	.slider-container .prev,
	.slider-container .next{
		 position:absolute;
		display: block;
		width:32px;
		height:32px;
		transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		-o-transition:0;
		cursor:pointer;
		z-index: 999;
		background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/more_views_arr.png);
		background-repeat:no-repeat;
		background-color:rgba(0, 0, 0, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCb84040,endColorstr=#CCb84040);
		zoom: 1;
		-moz-border-radius:17px;
		border-radius:17px;
		-moz-transition:background-color 300ms ease;
		-webkit-transition:background-color 300ms ease;
		-o-transition:background-color 300ms ease;
		transition:background-color 300ms ease;
	}
	.slider-container .prev,
	.slider-container .next{opacity:0; filter:alpha(opacity=0); -moz-transition: opacity 300ms ease; -webkit-transition: opacity 300ms ease; -o-transition: opacity 300ms ease; transition: opacity 300ms ease;}

	.slider-container:hover .prev,
	.slider-container:hover .next{opacity:1; filter:alpha(opacity=100);}

	.slider-container .prev {
		left:auto;
		right:35px;
		top:-4px;
		margin-top:0;
		background-position:12px 11px;
	}
	.slider-container .prev:hover{background-position:12px 11px;}
	.slider-container .next{
		right:0;
		top:-4px;
		margin-top:0;
		background-position:-52px 11px;
	}
	.slider-container .next:hover{
		background-position:-52px 11px;
	}


    /* Category Page ========================================================================= */
    .products-grid li.item{float:none;}

    .products-grid .product-image img{width:100%;}

    .product-view .box-up-sell .products-grid li.item{width:auto;}

    /* Large Grid */
	.products-grid.large-grid li.item{float:none; width:auto;}

	/* Small Grid */
	.products-grid.small-grid li.item{width:auto; float:none;}

	.products-list .product-image{margin-bottom:1.5em;}
	.products-list .add-to-links li a{
		font-weight:normal;
		line-height:1.63em;
		padding:6px 0 6px 28px;
	}

	.products-list .info-box,
	.products-grid .info-box{
		font-size:1.25em;
	}

	.add-to-links li a{padding-top:6px; padding-bottom:6px;}


    /* Breadcrumbs ================================================================================ */
    .breadcrumbs-wrapper{padding-top:11px; padding-bottom:13px;}
    .breadcrumbs-links-text-box{display:none;}

    .catalog-product-view .breadcrumbs-wrapper{padding-bottom:26px;}

    /* Sidebar =============================================================================== */
    aside.sidebar section{margin:0 0 22px; font-size:1.25em;}
    aside.sidebar section header{cursor:pointer; position:relative; padding-right:54px;}
	aside.sidebar section header .title-marker{
		width:40px;
		height:40px;
		-moz-border-radius:25px;
		border-radius:25px;
		background-image:url(http://www.eastcoastalloys.com/skin/frontend/meigeetheme/default/images/mob_sidebar_title_markers.png);
		background-repeat:no-repeat;
		background-position:13px 13px;
		background-color:#bebebe;
		display:block;
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-20px;
		-moz-transition:background-color 300ms ease;
		-webkit-transition:background-color 300ms ease;
		-o-transition:background-color 300ms ease;
		transition:background-color 300ms ease;
	}
	aside.sidebar section header.active .title-marker{
		background-position:13px -52px;
	}

	aside.sidebar .actions{width:auto;}

	aside.sidebar section{margin-bottom:0.75em;}

    aside.sidebar section.block-wishlist li.item .product-details{width:70%;}

	aside.sidebar .block-wishlist .prev,
	aside.sidebar .block-wishlist .next{top:65px;}

	.catalog-product-view .sidebar,
	.catalog-category-view .sidebar{
		margin-top:0;
	}
	aside.sidebar section:first-child header .title-marker{
		background-color:#FFF;
		background-position:13px -156px;
	}
	aside.sidebar section:first-child header:hover .title-marker{background-color:#fff; background-position:13px -156px;}
	aside.sidebar section:first-child header.active .title-marker{background-position:13px -101px; background-color:#FFF;}

    /* Pager */
    .toolbar .pager .limiter label{display:none;}
    .toolbar .pager .amount{padding: 7px 0 0 7px;}
    .toolbar .pager .pages{float:right; padding-right:9px;}
	.toolbar .sorter .sort-by{
		float:right;
		margin-bottom:0.75em;
	}

	.checkout-onepage-index .grid_3.sidebar{width:100%;}

	.opc{position:relative; z-index:8;}

	#checkout-progress-wrapper section{
		padding-right:0;
		margin-right:0!important;
		background:none;
	}
	#checkout-progress-wrapper .title-marker{display:none;}

    /* Product View */
	.product-view{
		padding-top:4.5em;
	}
    .product-view .product-img-box .product-image .cloud-zoom img{margin:0 auto;}
    .product-view .product-options-bottom{margin-bottom:18px;}

	.product-view .product-shop .product-bottom-box .email-friend a{
		padding:6px 0 6px 28px;
	}

	.product-view .product-shop .product-bottom-box .add-to-links{
		margin-bottom:1.5em;
	}


    .product-view .product-prev, .product-view .product-next{
		top:-45px;
    }
    .product-view .product-essential .product-image .es-nav-next {
	right:5px;
    }

	.catalog-product-view .category-wrapper .grid_12 h1 {
		font-size: 1.5em;
	}
	.catalog-product-view nav.breadcrumbs li span, .catalog-category-view nav.breadcrumbs li span {
		background-position:center 3px;
	}
	 .product-view .more-views{padding-top:0; margin-top:1.5em;}
	 .product-view .more-views #more-views-slider {
		min-height: 125px;
	}

    .product-view .productpage_small .more-views #more-views-slider li{width:140px;}
    .product-view .productpage_medium .more-views #more-views-slider li{width:140px;}
    .product-view .productpage_large .more-views #more-views-slider li{ width:140px;}
    .product-view .productpage_extralarge .more-views #more-views-slider li{width:140px;}

    .product-view .more-views #more-views-slider li a{width:auto; margin-right:14px;}
    .product-view .more-views #more-views-slider li a img{width:100%;}

    .product-view .box-tags .form-add .input-box{width:100%;}


    /* Meigee Tabs ============================================================================== */
    .meigee-tabs{border-top:1px solid #DEDEDE;}
    .meigee-tabs li{margin-top:0; margin-bottom:0; float:none; display:block;}
    .meigee-tabs li a{height:22px; border-top:none; border:none;}
    .meigee-tabs a:hover,
    .meigee-tabs li.active a,
    .meigee-tabs li.active a:hover{margin-top:0; margin-bottom:0; height:22px; border:none; border-top:none;}

	.meigee-tabs a:hover,
	.meigee-tabs li.active a,
	.meigee-tabs li.active a{border-bottom:none!important;}

    /* Block Related */
    .block-related li.item {
		width: 113px;
    }

	.block-related .next,
	.block-related .prev{
		top:-11px;
	}
	.block-related #block-related-slider{
		min-height:285px;
	}
	.block-related li.item{
		width: 140px;
	}
	.block-related li.item .product{
		padding-right:15px;
	}


    /* Block: Reviews */
    .catalog-product-view .box-reviews .form-add {padding-bottom: 18px;}
    .catalog-product-view .box-reviews .form-add .form-list{width:100%;}
    .catalog-product-view .box-reviews ul.form-list li { padding: 4px 0 4px 0;}
    .catalog-product-view .box-reviews table.data-table table { display:  table;}
    .catalog-product-view .box-reviews table.data-table thead { display: table-header-group;}
    .catalog-product-view .box-reviews table.data-table tbody { display: table-row-group;}
    .catalog-product-view .box-reviews table.data-table tr { display:  table-row;}
    .catalog-product-view .box-reviews table.data-table th,
    .catalog-product-view .box-reviews table.data-table td { display: table-cell;}
    .catalog-product-view .box-reviews table.data-table thead tr { display:  table-row;}
    .catalog-product-view .box-reviews .data-table {  margin:10px 0;}
    .catalog-product-view .box-reviews .data-table th { padding:4px 3px; border:1px solid #E4E4E4; font-weight:bold; white-space:normal; }
    .catalog-product-view .box-reviews .data-table td { padding:14px 20px; border:1px solid #E4E4E4;}
    .catalog-product-view .box-reviews .data-table thead th span{text-indent:0; white-space:normal; overflow:visible; background:none; width:auto; font-size:10px; color:#fff;}
    .catalog-product-view .box-reviews .data-table td{padding:9px 11px;}
    .catalog-product-view .box-reviews .form-add .form-list input,
    .catalog-product-view .box-reviews .form-add .form-list textarea{width: 95%!important;}
    .catalog-product-view .box-reviews .data-table tbody th{font-size:1em; padding:9px;}



    /* Shopping Cart ========================================================================= */
    .cart .page-title { text-align: center; border-bottom:none;}
    .cart .page-title h1{font-size:2.16em; line-height:1.5em; font-weight:normal; float:none; text-transform:none; margin-bottom:18px; text-transform:uppercase;}

    .cart .title-buttons .checkout-types { float: none;}
    .cart .title-buttons .checkout-types li { float: none;}
    .cart .checkout-types button.button { display: inline-block; width: auto;}
    .cart .checkout-types button.button span { display: block; float: none;}

    .cart .totals.totals-accordion table { float: none; margin-bottom: 9px;}

    table.cart-table td.information,
    table.cart-table tr.buttons-row td.buttons{ background-color: #f5f5f5;}
    table.cart-table tr.buttons-row { padding-top: 18px;}
    table.cart-table tr.buttons-row td.buttons {padding:0; background:none; border:none;}
    table.cart-table tr.buttons-row td.buttons button.button{width:100%; margin:0 0 5px!important;}
    table.cart-table tr.buttons-row td.buttons button.button span{
		float:none;
		display:block;
		background-image:none;
		background-color:#777!important;
		-moz-transition:background-color 300ms ease;
		-webkit-transition:background-color 300ms ease;
		-o-transition:background-color 300ms ease;
		transition:background-color 300ms ease;
	}
	table.cart-table tr.buttons-row td.buttons button.button:hover span{background-color:#4D4D4D!important;}


    .cart .title-buttons .checkout-types li{text-align:center; margin-left:0; margin-bottom:9px;}
    .cart .title-buttons .checkout-types .paypal-logo a{display:block;}


    table.cart-table td{padding-top:9px;}
    table.cart-table td.information{padding-left:10px!important;}

    .cart-table .quantity-box{float:left;}

    .cart-table .qty{}
    .cart-table input.quantity-decrease{margin-top:10px;}
    .cart-table input.quantity-increase{margin-top:10px;}

    .cart-table .link-wishlist{float:left; margin:9px 5px;}
    .cart-table .cart-edit{float:left; margin:9px 5px;}
    .cart-table .btn-remove2{float:left; margin:9px 5px;}


    /* Shopping Cart Collateral boxes */
    .crosssell,
    .shipping{margin-bottom:18px;}

    .cart .crosssell .product-details{width:51%;}

    .cart .shipping .form-list input{width: 205px;}
    .cart .shipping .form-list select{width:212px;}

    .cart .totals{float:none;}

	.crosssell li.item{position:relative;}
    #cart-accordion .crosssell{padding-left:9px;}
    #cart-accordion .crosssell li.item{float:none; width:auto; text-align:center; padding-bottom:18px;}
    #cart-accordion .crosssell .product-image{text-align:center; display:inline-block;}
	#cart-accordion .crosssell .product-image img{width:100%;}

    /* Wishlist ========================================================================= */
    .my-wishlist .page-title{text-align:center;}
    .my-wishlist .page-title h1{float:none;}
    .my-wishlist .buttons-set {background-color: #f5f5f5; padding: 10px; margin-top: 0;}
    .my-wishlist .buttons-set button.button { float: left;}
    .my-wishlist .buttons-set button.button > span > span { padding-left: 10px; padding-right: 10px;}

    table#wishlist-table { margin-bottom: 18px;}
    table#wishlist-table td textarea { width: 98%;}

    table#wishlist-table td .cart-cell {background-color: #f5f5f5; padding:10px 0 0; overflow:hidden;}
    table#wishlist-table td .cart-label{float:left; text-align:left; clear:both; padding-left:15px;}
    table#wishlist-table td .wishlist-input-box{float:left; padding-bottom:9px;}
    table#wishlist-table td .price-box{padding-top:0; float:left;}
    table#wishlist-table td .price-box .price{font-size:1.16em; line-height:1.57em;}

    table#wishlist-table td .cart-cell button.button { margin:0; clear: both; display: block; width:100%;}
    table#wishlist-table td .cart-cell button.button span{
		border:none;
		padding:0;
		height:auto;
		display:block;
		float:none;
		width:100%;
		-moz-border-radius:0;
		border-radius:0;
		-moz-transition:background-color 300ms ease;
		-webkit-transition:background-color 300ms ease;
		-o-transition:background-color 300ms ease;
		transition:background-color 300ms ease;
	}
    table#wishlist-table td .cart-cell button.button span span{display:inline-block; width:auto; padding:21px 22px 21px 23px; color:#fff; font-size:1em; font-family: Arial, sans-serif; background:none!important;}

    table#wishlist-table td .cart-cell button.button:hover > span{background-position:left -61px;}
    table#wishlist-table td .cart-cell button.button:hover span span{background-position:2px 22px;}
    table#wishlist-table td.last{border-bottom:none;}

    .my-wishlist .buttons-set{padding:0; background:none; border:none;}
    .my-wishlist .buttons-set button.button{width:100%; margin:0 0 5px;}
    .my-wishlist .buttons-set button.button span{float:none; display:block;}

    .my-wishlist .link-edit{float:left; margin:9px 5px;}
    .my-wishlist .btn-remove{float:left; margin:9px 5px;}


    table#wishlist-table td a.product-image{
	margin:0 auto;
	max-width:100%;
	width:auto;
    }
    table#wishlist-table td a.product-image img{width:100%;}


    /* Checkout ============================================================================== */
    .opc{margin-bottom:18px;}
    .opc .field { padding-bottom: 9px;}
    .opc .field-2, .opc .name-lastname { width: auto; float: none;}
    .opc .input-box { width: auto !important; float: none;}
    .opc .input-box input.input-text{ width: 95% !important;}
    .opc .input-box select { width: 97% !important;}
    .opc .buttons-set { padding: 0 0 18px 0; margin: 0}
    .opc .buttons-set button.button { float: left; margin-left: 0; margin-right: 10px;}
    .opc .required { text-align: right;}
    .opc .order-review .product-name{margin-bottom:0;}

    .opc .order-review table.data-table td.last {
	margin-bottom:0;
	padding-bottom: 10px;
	padding-top:0;
    }

    .products-grid#upsell-product-table li.item a.product-image { display: block; text-align: center;}

    .special-block #container{height:auto!important;}
    .special-block #container .banner-block{position:relative!important; left:50%!important; top:auto!important; margin-right:0; margin-left:-111px; float:left; display:block; clear:both;}

    .form-list .field { float: none;}
    .form-list .name-middlename{width:auto;}
    .form-list .name-middlename input.input-text{width:100%;}
    .opc .form-list .name-middlename input.input-text{width:99%;}

    .form-list,
    .input-box select { width:100%; }

    .input-box select { width:100%; }

    .form-list .input-box { width: auto;}

    .form-list li.wide .input-box { width:100%; }
    .form-list input.input-text { width:100%; }

    .form-list li.wide textarea {
	width: 349px;
    }

     .opc .customer-dob .dob-month input.input-text{width:40px!important;}
     .opc .customer-dob .dob-day input.input-text{width:40px!important;}

     .gift-messages-form .form-list li.wide textarea{
	width:95%;
      }

      .gift-messages-form .details .form-list li.wide textarea{
	width:95%;
      }

      .opc .back-link{float:none;}

      .tool-tip{width:90%; top:300px!important;}

      #checkout-step-review #review-buttons-container .f-left{float:none!important;}

    .form-list li.wide input.input-text { width:100%; }

    .form-list li, .form-list li .field { width:100% !important;}
    .form-list li .field + .field { margin-top:10px; }
    .form-list li.street-address .input-box input.input-text { width:92%; }
    .form-list li.select-address { width:100%; }

    .form-list .customer-name-suffix .name-lastname,
    .form-list .customer-name-middlename .name-firstname,
    .form-list .customer-name-middlename-suffix .name-firstname,
    .form-list .customer-name-middlename-suffix .name-lastname { width:auto; }

    .form-list .customer-name-prefix .name-firstname input.input-text,
    .form-list .customer-name-suffix .name-lastname input.input-text,
    .form-list .customer-name-middlename .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:100%; }

    .checkout-multishipping-overview table.data-table td .cart-label { width: 35%; float: left;}
    .checkout-multishipping-overview table.data-table th, table.data-table td { padding-left: 0px; padding-right: 0px;}

    .multiple-checkout table.data-table td .cart-label { width: 35%; float: left;}
    .multiple-checkout table.data-table td select { width: 60%;}

    /* One Page Checkout */
    .order-review table.data-table td .cart-label{width:30%; float: left;}


    /* Multiple Addresses Checkout */
    ul.checkout-progress { padding: 0;}
    ul.checkout-progress li { float:none; width:auto; padding: 7px 0 7px 0;}

    .multiple-checkout .page-title{margin-bottom:18px; padding-bottom:9px;}
    .multiple-checkout .buttons-set .back-link{padding-top:12px;}


    .checkout-multishipping-overview table.data-table td .cart-label { width: 35%; float: left;}
    .checkout-multishipping-overview table.data-table th, table.data-table td { padding-left: 0px; padding-right: 0px;}

    .my-wishlist table.data-table td{padding:18px 0 0;}
    .my-wishlist table.data-table td.last{padding-top:0; border-bottom:1px solid #e5e5e5!important;}
    .my-wishlist .data-table .product-name{margin-bottom:9px;}


    .multiple-checkout table.data-table td .cart-label { width: 35%; float: left;}
    .multiple-checkout table.data-table td select { width: 60%;}

    .multiple-checkout .data-table .product-name {
	float: left;
	width: 60%;
    }

    .multiple-checkout table.data-table td{clear:both;}
    .multiple-checkout table.data-table td.last{padding-bottom:12px;}

    .multiple-checkout .gift-messages-form .form-list li.wide textarea {
		width:81%;
    }

    .multiple-checkout .gift-messages-form .details .form-list li.wide textarea {
	width:90%;
    }

    .multiple-checkout .gift-messages-form .details .form-list .field input{width:128px;}
    .multiple-checkout .sp-methods select{width:85%;}
    .multiple-checkout .sp-methods input.input-text{width:82%;}
    .multiple-checkout .sp-methods select.month{width:90px;}


    /* Footer ================================================================================ */
    #footer{font-size:1.25em;}
	#footer .top-footer-block{padding:1.5em 0;}
	#footer .top-footer-block .container_12,
	#footer .top-footer-block .container_12 .grid_12{margin-left:auto; margin-right:auto; text-align:center;}
	#footer .top-footer-block ul{text-align:center; padding:0 5px 5px; float:none;}
	#footer .top-footer-block ul li{padding:0 0 0 0; float:none; display:inline-block;}
	#footer .top-footer-block ul li a{font-size:1em; line-height:1.5em; border-right:none; padding:2px 9px!important;}
	#footer .top-footer-block ul.links{border-bottom:1px solid #dedede; padding-bottom:1em;}
	#footer .top-footer-block .form-currency,
	#footer .top-footer-block .flags-divider,
	#footer .top-footer-block .form-language{float:none; display:inline-block;}

    #footer .footer-columns-block.accordion h3{padding:18px; margin:0; background:#dddddd; border-top:1px solid #ededed; border-bottom:1px solid #bbbbbb; cursor:pointer;}
    #footer .footer-columns-block.accordion h3 span{display:block; background-position:right 10px; background-repeat:no-repeat;}
    #footer .footer-columns-block.accordion h3.active span{background-position:right -23px;}

    #footer .footer-columns-block.accordion .custom-footer-content{padding:9px 12px 14px 20px; background:#c9c9c9;}

	#footer .custom-footer-content ul{float:none; margin-bottom:2.66em;}

	#footer .footer-main-block .container_12,
	#footer .footer-main-block .container_12 .grid_12{margin-left:auto; margin-right:auto;}
	#footer .footer-main-block .container_12 .grid_3{padding-left:22px; padding-right:22px;}

	#footer .custom-footer-2{padding:2.34em 22px 0; padding-top:0; border: 0; margin-top: 0.5em;}
	#footer .custom-footer-2 .footer-logo{ display: none;}
	#footer .custom-footer-2 .addthis_toolbox{float:left;}

	#footer .footer-bottom-block{text-align:center;}
	#footer .footer-bottom-block .right{float:none!important;}

	#footer .footer-bottom-block .footer-text-box-2{margin-bottom:0.75em;}
	#footer .footer-bottom-block .store-switcher{margin-bottom:0.75em;}
	#footer .footer-bottom-block address{text-align:center;}

	#footer .footer-main-block h3{border-bottom:1px solid #dedede; cursor:pointer;}

	#footer .footer-main-block .block-social { padding-top: 1em;}
	#footer .footer-main-block .block-social h3{ display: none;}

    #footer .block-subscribe{margin:18px 0; padding:0;}
    #footer .block-subscribe h3{display:none;}
    #footer .block-subscribe label{margin-left:5px;}

    #footer .payment-options-box{padding:0 15px;}
    #footer .payment-options-box h3{display:none;}
}

/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	body {
	  min-width: 420px;
	}

	/* Containers
	----------------------------------------------------------------------------------------------------*/
	.container_12 {
		margin-left: auto;
		margin-right: auto;
		width: 420px;
	}

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
	  margin-left: 0;
	  margin-right: 0;
	}

	.grid_12 {
	    margin-left: 10px;
	    margin-right: 10px;
	}

	.alpha,
	.omega {
	  margin-left: 0;
	  margin-right: 0;
	}

	.align_center,
	.align_right {
	  text-align: left;
	}

	/* Adaptive */
	.category-products .products-grid li.item:nth-of-type(2n+2){
		margin-right:0;
	}
	.category-products .products-grid li.item:nth-of-type(2n+1){
		margin-left:0;
		clear:left;
	}

	.products-grid.widget-grid li.item:nth-of-type(2n+2){
		margin-right:0;
	}
	.products-grid.widget-grid li.item:nth-of-type(2n+1){
		margin-left:0;
		clear:left;
	}

	.products-grid#upsell-product-table > li:nth-of-type(2n+2){
		margin-right:0;
	}
	.products-grid#upsell-product-table > li:nth-of-type(2n+1){
		clear:left;
	}

	.block-related .no-slider li.item:nth-of-type(2n+2){
		margin-right:14px;
	}
	.block-related .no-slider li.item:nth-of-type(2n+1){
		clear:none;
	}
	.block-related .no-slider li.item:nth-of-type(3n+3){
		margin-right:0;
	}
	.block-related .no-slider li.item:nth-of-type(3n+1){
		clear:left;
	}
	.more-views ul.no-slider li:nth-of-type(4n+4){
		margin-right:0;
	}
	.more-views ul.no-slider li:nth-of-type(4n+1){
		clear:left;
	}

	.col2-layout .col-main,
	.sidebar{width:100%;}

	header#header .nav-container > ul {
		left: -280px;
	}
	header#header .form-search .indent{
		width: 250px !important;
	}


	/* Category Page ========================================================================= */
    .products-grid li.item{float:left;}

	.products-grid li.grid_3 { width: 190px; margin-left: 10px; margin-right: 10px;}
	.products-grid li.alpha { margin-left: 0;}
	.products-grid li.omega { margin-right: 0;}
	.products-grid.large-grid li.grid_3 { width:190px; margin-left: 10px; margin-right: 10px; float:left;}
	.products-grid.small-grid li.item { width:190px; margin-left: 10px; margin-right: 10px; float:left;}
	.products-grid#upsell-product-table li.grid_3 { width: 175px;}

	.header-slider-container .container_12.arrs{
		left:50%;
		margin-left:-210px;
		width:420px;
	}
	.header-slider-container .container_12.arrs .prev,
	.header-slider-container .container_12.arrs .next{
		top: 40%;
	}

	.header-slider-container .iosSlider .item .product-img-holder .slider-product-img {
		width: 51%;
		left:auto;
		right:-100%;
	}
	.header-slider-container .iosSlider .slider .item .info-box{
		right:67%;
	}

	.header-slider-container .iosSlider .slider #item2.item .slider-product-img{
		width: 46%;
	}
	.header-slider-container .iosSlider .slider #item2.item .info-box{
		right: 62%;
	}

	.header-slider-container .iosSlider .slider #item3.item .info-box {
		right: 67%;
	}

	.header-slider-container .iosSlider .slider .item .product-img-holder{margin-left:-210px;}

	.home-container-2 .products-grid.widget-grid li.grid_3.item {
		width: 195px;
	}

	.home-slider-conainer .es-carousel-wrapper{
		min-height: 310px;
	}

	.home-slider-conainer .products-grid li.item{
		width:200px;
	}

    /* Block Related */
	.block-related #block-related-slider{
		min-height:285px;
	}
    .block-related li.item {
		width: 140px;
    }

	aside.sidebar section.block-wishlist li.item .product-details {
		width: 80%;
	}


	aside.sidebar-right {
		float:none!important;
		margin-left:0;
		margin-right:0;
	}

    /* Pager */
    .toolbar .pager .amount{padding: 7px 0 0 7px;}
    .toolbar .pager .pages{float:right;}
	.toolbar .pager .pages li.current,
	.toolbar .pager .pages li a{padding-bottom:1px; padding-top:2px; display:inline-block;}

	.toolbar .pager .pages li a.i-next,
	.toolbar .pager .pages li a.i-previous{
		padding:6px 7px 5px;
	 }

	.sorter .limiter{clear:both;}
	.sorter .limiter label{
		margin-top:3px;
	}

	/* Product View ========================================================================= */
	.product-view .product-prev,
	.product-view .product-next{
		top: -41px;
	}

	.product-view .productpage_small .more-views #more-views-slider{min-height:105px;}
    .product-view .productpage_small .more-views #more-views-slider li{width:105px;}
    .product-view .productpage_medium .more-views #more-views-slider li{width:107px;}
	.product-view .productpage_large .more-views #more-views-slider{min-height:105px;}
    .product-view .productpage_large .more-views #more-views-slider li{width:110px;}
    .product-view .productpage_extralarge .more-views #more-views-slider{min-height:85px;}
	.product-view .productpage_extralarge .more-views #more-views-slider li{width:87px;}

    /* Special Block ========================================================================= */
    .special-block #container{height:auto!important;}
    .special-block #container .banner-block{position:relative!important; left:auto!important; top:auto!important; margin-right:0; margin-left:0; float:left; display:block; clear:none;}
    .special-block #container .banner-block.even{margin-right:10px;}


    .special-block #container .banner-1 img{width:205px; height:130px;}

    .special-block #container .banner-1.style-3 img{width:205px; height:277px;}


    .special-block #container .banner-2{height:130px; width: 205px;}
    .special-block #container .banner-2 img.over-img{width:205px; height:130px;}

    /* Shopping Cart ========================================================================= */
    .cart-collaterals .crosssell li.item{float:left; width:177px; margin-top:1.5em;}

    /* Wishlist ========================================================================= */


	#footer .footer-bottom-block address{
		float:none;
	}
	#footer .store-switcher label{margin-top:3px; display:inline-block;}
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}
