@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One');


body { background:url("//www.mensweddingbands.com/product_images/patern4.png") repeat 0 0 transparent }
/* UniForm
------------------------------------------------------------ */
div.selector,
div.selector span,
div.checker span, div.radio span,
div.uploader,
div.uploader span.action, div.button, div.button span {
background-image: url(../../Bedazzled/images/bedazzled/icon_sprite.png);
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader, .button,
.selector *,
.radio *,
.checker *,
.uploader *, .button * {
margin: 0;
padding: 0;
}
/* INPUT &amp; TEXTAREA */
input.text, input.email,
input.password, textarea.uniform {
color: #444440;
font-size: 11px;
font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
padding: 3px;
border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: 0;
}
input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
border-color: #999;
}
/* SPRITES */
/* Select */
div.selector, div.selector span {
line-height: 25px;
height: 25px;
}
div.selector select {
/* change these to adjust positioning of select element */
top: 0px;
left: 0px;
}
/* Checkbox */
div.checker {
height: 18px;
width: 16px;
}
div.checker input {
height: 18px;
width: 16px;
}
div.checker span {
background-position: 0px -55px;
height: 18px;
width: 16px;
}
div.checker span.checked, div.checker:active span.checked,
div.checker.active span.checked, div.checker.focus span.checked, div.checker:hover span.checked {
background-position: -22px -55px;
}
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
}
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
}
/* Radio */
div.radio {
width: 18px;
height: 18px;
background: none;
}
div.radio input {
width: 18px;
height: 18px;
}
div.radio span {
height: 16px;
width: 16px;
background-position: 0px -82px;
}
div.radio span.checked, div.radio:active span.checked,
div.radio.active span.checked, div.radio.focus span.checked, div.radio:hover span.checked {
background-position: -22px -82px;
}
/* Uploader */
div.uploader {
background-position: 0px -297px;
height: 28px;
}
div.uploader span.action {
background-position: right -409px;
height: 24px;
line-height: 24px;
}
div.uploader span.filename {
height: 24px;
/* change this line to adjust positioning of filename area */
margin: 2px 0px 2px 2px;
line-height: 24px;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
background-position: 0px -353px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
background-position: right -437px;
}
div.uploader.active span.action, div.uploader:active span.action {
background-position: right -465px;
}
div.uploader.focus.active span.action, div.uploader:focus.active span.action, div.uploader.focus:active span.action, div.uploader:focus:active span.action {
background-position: right -493px;
}
div.uploader.disabled {
background-position: 0px -325px;
}
div.uploader.disabled span.action {
background-position: right -381px;
}
div.button {
background-position: 0px -523px;
}
div.button span {
background-position: right -643px;
}
div.button.focus, div.button:focus, div.button:hover, div.button.hover {
background-position: 0px -553px;
}
div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
background-position: right -673px;
}
div.button.active, div.button:active {
background-position: 0px -583px;
}
div.button.active span, div.button:active span {
background-position: right -703px;
color: #555;
}
div.button.disabled, div.button:disabled {
background-position: 0px -613px;
}
div.button.disabled span, div.button:disabled span {
background-position: right -733px;
color: #bbb;
cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
height: 30px;
}
div.button span {
margin-left: 13px;
height: 22px;
padding-top: 8px;
font-weight: bold;
font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
padding-left: 2px;
padding-right: 15px;
}
/* Select */
div.selector {
width: 200px;
color: #444440;
font-size: 14px;
font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
background: #ffffff url(../../Bedazzled/images/bedazzled/icon_arrow_down.png) no-repeat right center !important;
border: 1px solid #ccc;
height: 28px;
line-height: 28px;
min-height: 28px !important;
margin: 0;
padding: 3px 0 !important;
}
div.selector select {
color: #444440;
font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;
border: solid 1px #fff;
width: 100%;
    padding: 5px;
}
div.selector span {
padding: 5px 25px 5px 10px !important;
cursor: pointer;
background: none;
line-height: 20px;
}
div.selector.disabled span {
color: #bbb;
}
/* Checker */
div.checker {
margin-right: 5px;
}
/* Radio */
div.radio {
margin-right: 3px;
}
/* Uploader */
div.uploader {
width: 300px;
cursor: pointer;
}
div.uploader span.action {
width: 85px;
text-align: center;
text-shadow: #fff 0px 1px 0px;
background-color: #fff;
font-size: 11px;
font-weight: bold;
}
div.uploader span.filename {
color: #777;
width: 82px;
border-right: solid 1px #bbb;
font-size: 11px;
 width: 175px;
}
div.uploader input {
width: 190px;
}
div.uploader.disabled span.action {
color: #aaa;
}
div.uploader.disabled span.filename {
border-color: #ddd;
color: #aaa;
}
/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
outline: 0;
}
/* Button */
div.button a, div.button button, div.button input {
position: absolute;
}
div.button {
cursor: pointer;
position: relative;
}
div.button span {
display: -moz-inline-box;
display: inline-block;
line-height: 1;
text-align: center;
}
/* Select */
div.selector {
float: none;
position: relative;
display: inline-block;
*display: inline;
zoom: 1;

}
div.selector span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
}
div.selector select {
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
/* use '=' here, not ':' */
-moz-opacity: 0;
height: 36px;
border: none;
background: none;
}
/* Checker */
div.checker {
position: relative;
}
div.checker span {
display: -moz-inline-box;
display: inline-block;
text-align: center;
}
div.checker input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
display: inline-block;
background: none;
}
/* Radio */
div.radio {
position: relative;
}
div.radio span {
display: -moz-inline-box;
display: inline-block;
text-align: center;
}
div.radio input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
text-align: center;
display: inline-block;
background: none;
}
/* Uploader */
div.uploader {
position: relative;
overflow: hidden;
cursor: default;
margin-bottom: 10px;
}
div.uploader span.action {
float: left;
display: inline;
padding: 2px 10px;
width: auto;
overflow: hidden;
cursor: pointer;
}
div.uploader span.filename {
padding: 0px 10px;
float: left;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
}
div.uploader input {
opacity: 0;
filter: alpha(opacity=0);
-moz-opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
float: right;
height: 25px;
border: none;
cursor: default;
width: 175px !important;
}

.RetailPriceValue{
 color:darkred  ;
 font-size:12px;
}

html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Odd div.ProductDetails div.ProductActionAdd, html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Even div.ProductDetails div.ProductActionAdd{
    margin: -36px 0 -2px -10px;
    border-radius: 0 !important;
}

.ProductList .pname, .brand-name{
float: left;
width: auto;
margin: 10px 0;
padding: 10px 4% 0 4%;
min-height: 55px;
color: #636363;
font-size: 13px;
/*border-left: 1px solid #ececec;*/
font-weight: 600;
}
.brand-name{
padding: 5px 0 5px 4%;
text-align: left;
min-height: 30px;

}

.ProductList .pname{
margin: 0;
}

#ProductDetails ul.ProductList li {
   
    width: 124px !important;
}

.left-content .ProductList .ProductImage img {
    height: auto !important;
    max-height: 130px !important;
    max-width: 130px !important;
    width: auto !important;
}
.ProductList .p-name a,
.fastCartBottom .ProductList .ProductDetails a{
color: #4c4944;
text-decoration: none;
}

.ProductList .p-name a:hover,
.brand-name:hover,
.fastCartBottom .ProductList .ProductDetails a:hover{
color: #009e8e;
}

.ProductList .pname strong,
.fastCartBottom .ProductList .ProductDetails strong{
float: left;
width: 100%;
color: #636363;
margin-bottom: 5px;
font-weight: 500;
margin-top: -5px !Important;
}

.ProductList .pname:hover,
.ProductList .pname:hover strong{
color: #009e8e;
}


.btn, .btn-clear, #CheckoutStepPaymentDetails input[type=submit]{
cursor: pointer;
color: #ffffff!important;
height: 38px!important;
line-height: 38px!important;
font-size: 14px;
font-weight: 500;
background: #333333;
border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border: none;
padding: 0 20px;
text-transform: none;
font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif!important;
-webkit-appearance: none;
}

a.btn{
float: left;
text-decoration: none;
}

.btn a{
color: #ffffff!important;
}

.btn-secondary{
font-size: 13px;
background: #636363;
height: 30px!important;
line-height: 30px!important;
padding: 0 15px;
}


html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Odd div.ProductDetails div.ProductActionAdd a.icon-Choose,
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Even div.ProductDetails div.ProductActionAdd a.icon-Choose,
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Odd div.ProductDetails div.ProductActionAdd a.icon-Add,
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Even div.ProductDetails div.ProductActionAdd a.icon-Add{
    background: #009e8e url("//www.mensweddingbands.com/product_images/cart.png") no-repeat scroll 50% 50% !important;
}
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Odd div.ProductDetails div.ProductActionAdd a.icon-Choose:hover,
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Even div.ProductDetails div.ProductActionAdd a.icon-Choose:hover,
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Odd div.ProductDetails div.ProductActionAdd a.icon-Add:hover,
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#HomeFeaturedProducts.Block div.BlockContent ul.ProductList li.Even div.ProductDetails div.ProductActionAdd a.icon-Add:hover{
    background: #6ba99e url("//www.mensweddingbands.com/product_images/cart.png") no-repeat scroll 50% 50% !important;
}
.ProductList li .ProductActionAdd .icon-Add.To,
.ProductList li .ProductActionAdd .icon-Choose.Options {
float: left;
width: 36px;
height: 36px;
margin: 0!important;
padding: 0!important;
text-decoration: none!important;
background: url("//www.mensweddingbands.com/product_images/cart.png") no-repeat 50% 50% !important;

-moz-transition: background-color 100ms ease;
-webkit-transition: background-color 100ms ease;
-o-transition: background-color 100ms ease;
transition: background-color 100ms ease;     
}
.ProductList li .ProductActionAdd .icon-Add.To {
background:  url("//www.mensweddingbands.com/product_images/cart.png") no-repeat 50% 50% !important;
    background-color:#6ba99e !important;
}

.ProductList li .ProductActionAdd .icon-Add.To:hover, 
.ProductList li .ProductActionAdd .icon-Choose.Options:hover{
background-color: #6ba99e !important;
 -moz-transition: background-color 100ms ease;
-webkit-transition: background-color 100ms ease;
-o-transition: background-color 100ms ease;
transition: background-color 100ms ease; 
}

.btn-addto{
    /*background-color: #6BA99E !important;*/
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background:url(https://cdn2.bigcommerce.com/server800/d78de/product_images/uploaded_images/heart.png?t=1471967649) no-repeat;
    background-size: 100%;
}
.btn-addto:hover {
 background-color: transparent !important;
/* -moz-transition: background-color 100ms ease;
-webkit-transition: background-color 100ms ease;
-o-transition: background-color 100ms ease;
transition: background-color 100ms ease; */
}
.ProductList .p-price{
   border: 1px solid #ECECEC;
   float: left;
   padding: padding: 8px 0 0 10px; !important;
   font-size: 13px;
   text-align: center;
   width: 100%;
   height: 28px;
}

.right{
float: right;
}


.txt24{
font-size: 24px!important;
}
.txt24 em{
font-style: normal !important;
}


.txt17-bold{
font-size: 17px;
font-weight: 700;
margin-bottom: 0;
}

.txt-bold{
font-weight: 700!important;
}

.txt-black{
color: #636363!important;
}



.p-relative{
position: relative;
}

.p-absolute{
position: absolute;
left: 50px;
bottom: 33%;
}

.icon, .icon-add{
float: left;
width: 15px;
height: 18px;
background: url(../../Bedazzled/images/bedazzled/icon_sprite.png) no-repeat 0 -24px;
}

.icon-add{
position: absolute;
right: 0;
top: 0;
width: 35px;
height: 35px;
text-decoration: none;
background-position: 0 -107px;
}

.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a{
float: left;
width: 18px;
height: 21px;
margin-right: 10px;
background: url(../../Bedazzled/images/bedazzled/icons_off.png) no-repeat -170px -152px;
}

.icon-delete:hover,
.icon-edit:hover,
.icon-share:hover,
#WishLists .txt-hide a:hover,
#WishLists .txt-hide .icon-delete:hover,
#WishLists .txt-hide .icon-edit:hover{
background: url(../../Bedazzled/images/bedazzled/icons_on.png) no-repeat -170px -152px;
}

.icon-edit,
.icon-edit:hover,
#WishLists .txt-hide .icon-edit,
#WishLists .txt-hide .icon-edit:hover{
background-position: -140px -152px;
}

.icon-delete,
.icon-delete:hover,
#WishLists .txt-hide .icon-delete,
#WishLists .txt-hide .icon-delete:hover{
background-position: -108px -152px;
}

.c-wrap{
width: 980px;
margin: 0 auto;
display: block;
clear: both;
}
.sub-title{
display: block;
clear: both;
padding: 5px 0 32px 0;
font-size:16px;
margin-bottom: 0px;
}

.txt-center{
text-align: center!important;
}

.txt-left{
text-align: left!important;
}

.sub-title .left-arrow{
padding: 40px 0 0 0px !important;
background: url(../../Bedazzled/images/bedazzled/bg_heading_left.png) no-repeat right center !important;
}

.sub-title .right-arrow{
padding: 40px 0px 0 0 !important;
background: url(../../Bedazzled/images/bedazzled/bg_heading_right.png) no-repeat left center !important;
    font-size: 20px;
}

.sub-title .bul{
padding: 0 0 5px 30px;
background: url(../../Bedazzled/images/bedazzled/bg_heading_small.png) no-repeat left center;
}

.sub-title .bul-right{
padding: 0 30px 5px 0;
background: url(../../Bedazzled/images/bedazzled/bg_heading_small.png) no-repeat right center;
}

.sub-title1{
display: block;
text-align: center;
margin: 15px 0;
background: url(../../Bedazzled/images/bedazzled/bg_heading_small.png) no-repeat 10px center;
}

.sub-title1.l1{
margin: 8px 0;
}

.sub-title1 .bul{
margin: 0 10px;
padding: 0 30px 5px 30px;
background: url(../../Bedazzled/images/bedazzled/bg_heading_small.png) no-repeat right center;
}

.fline .bul-right{
background-color: #ffffff;

}

.fline{
background: url(../../Bedazzled/images/bedazzled/bg_fline.png) repeat-x left center;

}
.Content h3.fline {
padding: 10px 0 !important;    
font-size: 16px !important;
}
.Content h3.fline span {
padding: 0 30px 0 0 !important;    
display: inline-block;
*display: inline;
zoom: 1;    
}


small{
font-size: 12px!important;
}

strong, b{
font-weight: 600;
}

ul{
margin-top: 3px;
list-style-image: url(../../Bedazzled/images/bedazzled/bullet.png);
}

ul ul ul{
list-style-image: url(../../Bedazzled/images/bedazzled/bullet_line.png);
}

ul li{
padding: 2px 0;
}


.multiStep, 
.multiStep li {
list-style-type: none;
margin: 0;
padding: 0;
list-style-image: none;
}
.multiStep {
text-align: center;
border-bottom: solid #333 1px;
margin: 0 -30px 50px -30px;
position: relative;
min-height: 1px;
zoom: 1;
}
.multiStep li {
color: #e3e1e1;    
font-family: 'Merriweather',Georgia,"Times New Roman",Times,serif !important;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
height: 65px;
margin: 0 20px;
position: relative;
line-height: 45px;
display: inline-block;
*display: inline;
zoom: 1;
}
.multiStep li a {
color: #e3e1e1;    
}
.multiStep li .icon  {
background: url("../../Bedazzled/images/bedazzled/nav_active.png") no-repeat;
display: block;
float: left;
height: 8px;
left: 50%;
margin-left: -7px;
position: absolute;
bottom: -5px;
width: 13px;
}
.multiStep li.ActivePage, .multiStep li.ActivePage a {
color: #009e8e;
}

.multiStep li.Completed, .multiStep li.Completed a {
color: #4c4944;
}
.li-list {
border-bottom: 1px solid #DEDEDE;
padding: 20px 0;
}
.li-list h4 {
position: relative;
z-index: 1;
}
.li-list form {
position: relative;
z-index: 10;
}


.icon, .icon-add {
background: url("../../Bedazzled/images/bedazzled/icon_sprite.png") no-repeat scroll 0 -24px transparent;
float: left;
height: 18px;
width: 15px;
}

html.javascript body div#Container div#Outer div#TopMenu ul li.last a .icon {
    background: url("//www.mensweddingbands.com/product_images/cart-bk.png") no-repeat scroll 1px 0 transparent;
    float: left;
    height: 18px;
    width: 18px;
}
.icon-add {
background: #93D7D0 url("../../Bedazzled/images/bedazzled/add.png") no-repeat scroll 50% 50%;
float: left;
height: 36px;
margin: 0 !important;
padding: 0 !important;
text-decoration: none !important;
transition: background-color 100ms ease 0s;
width: 36px;
border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
-moz-transition: background-color 100ms ease;
-webkit-transition: background-color 100ms ease;
-o-transition: background-color 100ms ease;
transition: background-color 100ms ease;     
}
.icon-add:hover {
background-color: #333;    
-moz-transition: background-color 100ms ease;
-webkit-transition: background-color 100ms ease;
-o-transition: background-color 100ms ease;
transition: background-color 100ms ease;
}


.clear, .jta-clear {
clear:both;
display: block;
overflow: hidden;
visibility: hidden;
height: 0;
}

/* Header */

.header_bg{
 background-color: #FFFFFF;
width: 100%;
height: 132px;
position: absolute;   
}
#Container{
   /* background: url("//www.mensweddingbands.com/product_images/container_bg1.png") repeat-x 0 0 transparent;
*/
    z-index: 20;
    position: relative;
    border-top: none !important;
    margin: 0 auto;
    width: 100%;
}

#Outer {
clear: both;
width: 980px;
margin: 0 auto;
}
.green_line{
   border-top: 1px solid #666;
width: 100%;
margin: 0 auto;
position: absolute;
left: 0;
z-index: 100;
box-shadow: 0px 1px 1px #d1d1d1;
}

.ProductPriceRating{
 display: none;   
}

/************ Header *************/

.PageMenu {
    border-top: 3px solid #333333;
    float: left;
    height: 70px;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    top: 6px;
    width: 100%;
    z-index: 50;
}
.PageMenu .sf-menu li {
    height: 40px;
    padding: 0;
}
.PageMenu li a {
    padding: 27px 10px 0 25px !important;
    position: relative;
    top: -3px;
    text-decoration: underline;
}
.PageMenu li a:hover {
    border-top: 3px solid #93D7D0 ;
    text-decoration: underline;
    
}

.PageMenu li ul li a {

    padding: 5px 30px !important;
    border-top:none;
}

/*My Custom Class */
#Logo {
    display: block;
    float: left;
    padding: 0 15px;
    position: relative;
    top: -15px;
}
.GeoTrust_Logo{
    background: url("//www.mensweddingbands.com/product_images/GeoTrust_Logo_bk.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 38px;
    position: relative;
    right: -9px;
    top: 8px;
    width: 171px;
    
}
.GeoTrust_Logo:hover{
    background: url("//www.mensweddingbands.com/product_images/GeoTrust_Logo_Spot.png") no-repeat scroll 0 0 transparent;
       
}
#HomeFeaturedProducts .pname{
 text-align:center;   
}

/*     Home Page Category     */
#Wrapper{

    min-height: 1220px;
}
.top-banner-holder{
    font-family: montserrat;
    font-size: 15px;
    letter-spacing: 2px;

}
.top-banner-one{
    float: left;

    padding: 10px;
    text-align: center;
    width: 29.5%;
    background-color: #C1614A;
    color: #FFFFFF;
}
.top-banner-two{
    float: left;

    padding: 10px;
    text-align: center;
    width: 29.5%;
    background-color: #008c8c;
    color: #FFFFFF;
    margin-left:15px;
}
.top-banner-three{
    float: left;

    padding: 10px;
    text-align: center;
    width: 29.5%;
    background-color: #bfefff;
    color: #C1614A;
    margin-left:14px;
}
.banner-block{
    margin-bottom: 30px;
    height: 240px;
}
.stripe-banner-block{
    height: 40px;
    margin-bottom: 0;
}
.middle-banner-one{
    float: left;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 30%;
    background:url("//www.mensweddingbands.com/product_images/home_page_products/Home-Page-Rings-M109M.png")scroll no-repeat 0 0 transparent;
    color: #C1614A;
    margin-left:0;

}
.middle-banner-one:hover{

}
.middle-banner-two{
    float: left;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 30%;
    background:url("//www.mensweddingbands.com/product_images/home_page_products/Home-Page-Rings-M123M.png")scroll no-repeat 0 0 transparent;
    color: #C1614A;
    margin-left:9px;

}
.middle-banner-two:hover{

}
.middle-banner-three{
    float: left;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 30%;
    background:url("//www.mensweddingbands.com/product_images/home_page_products/Home-Page-Featured-D949BC.png")scroll no-repeat 0 0 transparent;
    color: #C1614A;
    margin-left:9px;

}
.middle-banner-three:hover{

}
.middle-banner-four{
    float: left;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 30%;
    background:url("//www.mensweddingbands.com/product_images/home_page_products/Home-Page-Featured-Brooklyn14.png")scroll no-repeat 0 0 transparent;
    color: #C1614A;
    margin-left:0px;

}
.middle-banner-four:hover{

}
.middle-banner-five{
    float: left;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 30%;
    background:url("//www.mensweddingbands.com/product_images/home_page_products/Home-Page-Featured-J125.png")scroll no-repeat 0 0 transparent;
    color: #C1614A;
    margin-left:9px;

}
.middle-banner-five:hover{

}
.middle-banner-six{
    float: left;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 30%;
    background:url("//www.mensweddingbands.com/product_images/home_page_products/Home-Page-Featured-B112.png")scroll no-repeat 0 0 transparent;
    color: #C1614A;
    margin-left:9px;

}
.middle-banner-six:hover{

}
.stripe-banner{
    display:none;
   /* background-color: #BFEFFF;*/
    background: url("//www.mensweddingbands.com/product_images/Footer_Banner.png")scroll no-repeat center 0 transparent;
    color: #C1614A;
    float: left;
    height: 156px;
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: 1px;

}

.stripe-banner h3{
    font-family: 'Josefin Slab';
    font-size: 25px;
    float:left;
    height:30px;
    width:33%;
    text-align: center;
    padding: 7px 0;
}
.Social_header {
   
    left: -30px;
    position: relative;
    top: 10px;
    width: 171px;
}
.Social_header ul{
    
}
.Social_header li {
 list-style:none;
    display:inline;
  
}

.Social_footer {

    left: -30px;
    position: relative;
    top: 10px;
    width: 171px;
}
.Social_footer ul{

}
.Social_footer li {
    list-style:none;
    display:inline;

}

.Social_header .li-facebook a {
    background-position: 1px -74px;
}


.Social_header .li-twitter a {
    background-position: -35px -74px;
}
.Social_header .li-youtube a {
    background-position: -71px -74px;
}
.Social_header .li-googleplus a {
    background-position: -106px -74px;
}
.Social_header .li-pinterest a {
    background-position: -141px -74px;
}
.Social_header .li-stumbleupon a {
    background-position: 1px -110px;
}
.Social_header .li-linkedin a {
    background-position: -176px -74px;
}
.Social_header .tumblr a {
    background-position: -35px -110px;
}
.Social_header .rss a {
    background-position: -70px -110px;
}
.Social_header li a:hover {
    background-image: url("../../Bedazzled/images/bedazzled/icons_on.png") !important;
}
#ContainerFooter .SocialConnect li a:hover {
    text-decoration: none !important;
}

.Social_header li a {
    background-image: url("../../Bedazzled/images/bedazzled/icons_on.png") !important;
    float: left;
    height: 28px;
    text-indent: -9999px;
    width: 28px;
}

.Social_header li a:hover {
    background-image: url("../../Bedazzled/images/bedazzled/icons_on.png") !important;
}


/********** Footer *********/


.Button, .btn-clear {
cursor: pointer;
color: #ffffff!important;
height: 35px!important;
line-height: 35px!important;
font-size: 14px;
font-weight: 500;
/*background: #333333;*/
background-color:#009e8e!important;
background-repeat: no-repeat!important;
background-position: 10px 8px!important;
border-radius: 18px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border: none;
padding: 0 20px;
font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif!important;
-webkit-transition: all 100ms ease; 
-moz-transition: all 100ms ease; 
transition: all 100ms ease;
}
.Button:hover, .btn-clear:hover {
background-color: #93d7d0 !important;
-webkit-transition: all 100ms ease; 
-moz-transition: all 100ms ease; 
transition: all 100ms ease;
}
a.Button{
float: left;
text-decoration: none;
}

.Button a{
color: #ffffff !important;
}


#Footer .PageMenu li a {
    padding: 12px 35px !important;
}
#Footer .PageMenu li a:hover {
    border-top: none !important;
}

/******** Customer view ***********/



html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.ProductMain div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Odd,html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.ProductMain div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Even{
    width: 198px !important;
}
html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.ProductMain div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Odd div.ProductActionAdd,
html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.ProductMain div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Even div.ProductActionAdd{
    clear: none;
    float: left;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 94%;
}

div.BlockContent ul.ProductList li.Odd div.ProductActionAdd a.icon-Add,
div.BlockContent ul.ProductList li.Even div.ProductActionAdd a.icon-Add{
    position: relative;
    z-index: 19;
    background-color: #009e8e !important;
}
div.BlockContent ul.ProductList li.Odd div.ProductActionAdd a:hover.icon-Add,
div.BlockContent ul.ProductList li.Even div.ProductActionAdd a:hover.icon-Add{
    background-color: #93d7d0 !important;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    transition: all 100ms ease;
}
html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.ProductMain div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Odd div.ProductActionAdd em.p-price,
html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.ProductMain div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Even div.ProductActionAdd em.p-price{
    font-size: 16px;
    height: 28px;
    padding: 6px 0 0 10px;
    position: relative;
    top: -39px;
    z-index: 2;
}

/******* Custom Footer **************/


#ContainerFooter{
    background:url("//www.mensweddingbands.com/product_images/clients-bg.jpg") repeat 0 0 transparent;
    text-align:justify;
    border-top: 7px solid #fff;
}
#FooterUpper .Column {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    padding-bottom: 0;
    width: 313px;
}
#FooterUpper .Block {
    float: left;
    margin-left: 7px;
    margin-right: 20px !important;
    width: 300px;
}
html.javascript body div#ContainerFooter div.Center div#FooterUpper div.Column div.Block div.BlockContent ul.sf-menu li{
    width:140px !important;
}

.NewsletterSubscription .Textbox {
    float: left;
    width: 200px;
}

/************** Custom Product ******************************/
.ProductList .pname, .brand-name {
    border-left: 1px solid #ECECEC !important;
    min-height: 76px !important;
}

.ProductDescriptionContainer {
    padding: 4px 0;
    text-align: justify;
}
html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.left-content div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Odd div.ProductDetails,
html.javascript body.productPage div#Container div#Outer div#Wrapper div#ProductDetails.Block div.BlockContent div.left-content div#SimilarProductsByCustomerViews.Block div.BlockContent ul.ProductList li.Even div.ProductDetails {
 display:none;   
}

.ProductAddToCart .BulkDiscount input {

  /*  background-color: #6ba99e; */
    background-color: #D35253;
}
.ProductAddToCart:hover .BulkDiscount:hover input {

    background-color: #333333;
}

.productAttributeList .productAttributeLabel label{
    margin-bottom: 5px !important;
}


/********* Engraving ***********/

.productAttributeList .productAttributeRow {
    width: 220px !important;
}

.eng_opt{

    display: block;
}

.swatchNone{
    display: none !important;
}

.eng_opt .productAttributeRow {
    display: block;

}
.eng_opt select{
    width: 270px !important;
}

.SeeMorePicturesLink{
    display: none;
}

.qty {
    clear: none !important;
    float: left !important;
    width: 0px !important;
}

.shiping{
    position: relative;
    text-align: right;
    top: -63px;
    float: right !important;
}
.engraving{
    width:100px;
}
.productAttributeList .productAttributeRow {
    float: left;
  /*  margin-top: -92px !important;
    position: relative; */

}
.ProductDetailsGrid .DetailRow {
   /*width: 30% !important; */

}

.productOptionPickListSwatch .thumbnail {
    width: 168px !important;
}

.ProductMain{ position: relative;}

#TopMenu {
position:relative;
    /*top:10px;*/
}
.ProductList .ProductImage img{
 height:195px;
}
.mao #panel {
  
    color: #333;
    display: none;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.Product_title{
  border-bottom: 1px solid #ECECEC;
    height: auto;
    position: relative;
    text-align: center;
    min-height:100px;
}
.banner_holder{
    background:url("//www.mensweddingbands.com/product_images/Decade_Saving.png") no-repeat 0 0 transparent ;
    width:423px;
    height:155px;
}
.Position_price{
    left: 267px;
    position: relative;
    top: -130px;
}
.ProductDetailsGrid .DetailRow.PriceRow .Value em.on-sale {
    color: #333;
    top: 115px;
    position: relative;
    font-size: 42px!important;
}

.ProductDetailsGrid .DetailRow.PriceRow .Value em strike {
    color: #BBBBBB;
    float: left;
    font-size: 25px;
    margin-left: -100px;
    padding-right: 10px;
    position: relative;
    top: 9px;
}
.ProductDetailsGrid .s-price .YouSave{
    display:none;
    margin: -75px 0 0 0;
}

html.javascript body div#Container div#Outer div#Wrapper div.productlist-page div#LayoutColumn1.Content div#CategoryContent.Block form#frmCompare ul.ProductList li.Odd div.ProductActionAdd a.icon-Choose,
html.javascript body div#Container div#Outer div#Wrapper div.productlist-page div#LayoutColumn1.Content div#CategoryContent.Block form#frmCompare ul.ProductList li.Even div.ProductActionAdd a.icon-Choose {
    background: #009e8e url("//www.mensweddingbands.com/product_images/cart.png") no-repeat scroll 50% 50% !important;
    margin: 0 -10px !important;
    position: relative;
    z-index: 100;
    
}

html.javascript body div#Container div#Outer div#Wrapper div.productlist-page div#LayoutColumn1.Content div#CategoryContent.Block form#frmCompare ul.ProductList li.Odd div.ProductActionAdd a.icon-Choose:hover,
html.javascript body div#Container div#Outer div#Wrapper div.productlist-page div#LayoutColumn1.Content div#CategoryContent.Block form#frmCompare ul.ProductList li.Even div.ProductActionAdd a.icon-Choose:hover{
    background: #6ba99e url("//www.mensweddingbands.com/product_images/cart.png") no-repeat scroll 50% 50% !important;
}

#prodAccordion {
    border-top: 1px solid #ECECEC;
    float: left;
    padding: 0 14px;
    width: 95%;
}

.productAddToCartRight {
    position: relative;
    top: -30px;
}

.set_price{

}

/********************* Category *******************************************/
html.javascript body div#Container div#Outer div#Wrapper div.productlist-page div#LayoutColumn1.Content div#CategoryContent.Block form#frmCompare ul.ProductList li.Odd div.ProductActionAdd em.p-price, html.javascript body div#Container div#Outer div#Wrapper div.productlist-page div#LayoutColumn1.Content div#CategoryContent.Block form#frmCompare ul.ProductList li.Even div.ProductActionAdd em.p-price {
 
    margin-top: -36px;
    margin-left: -11px;
    position: relative;
    z-index: 1;
}

.product-nav {
    border-bottom: solid #333 0px;
    margin: 3px 0 0 0;
}
.cat_banner {
 background:url("//www.mensweddingbands.com/product_images/cat_banner.png") repeat 0 0 transparent ;
  /*  border: 1px solid #E1E1E1; */
    float: right;
    height: 110px;
    margin: -91px -50px 0 0;
    width: 438px;
}

.top-title {
    padding: 10px 50px 20px 12px;
}

/************* Side Bar Category ********************************/
.Left #SideCategoryList .sf-menu a {
    text-align: left;
    font-family: Josefin Slab;
    font-size: 15px;
}
.Left #SideCategoryList .BlockContent, .Left .slist .BlockContent {
    border-bottom: 0px solid #E8E8E8;
    padding: 0 5px;
}
#SideCategoryList li, #SideCategoryList .sf-menu li {
border-bottom: 1px solid #e1e1e1;
width: 100%;
}


.category_header{
    position: absolute;
top: 68px;
display: block;
}



.btn-small{
font-size: 13px;
background: #636363;
height: 30px!important;
line-height: 30px!important;
padding: 0 15px;
-webkit-transition: all 100ms ease; 
-moz-transition: all 100ms ease; 
transition: all 100ms ease;
}
.btn-small:hover {

background-color: #93d7d0 !important;
-webkit-transition: all 100ms ease; 
-moz-transition: all 100ms ease; 
transition: all 100ms ease;
}
.btn-addtocart:hover {
  background-color:#FF8933 !important;
}
.btn-addtocart{
background-image: url("//www.mensweddingbands.com/product_images/cart.png") !important;
background-repeat: no-repeat;
background-position: 27px 12px !important;
padding: 0 40px 0 60px;
background-color:#FF6C00 !important;
    height: 45px!important;
    line-height: 45px!important;
font-size:16px;
}

.btn-arrowleft{
background-image: url(../../Bedazzled/images/bedazzled/icon_arrow_left.png);
background-repeat: no-repeat;
background-position: 15px center;
padding-left: 35px;
}

.btn-arrowright{
background-image: url("//www.mensweddingbands.com/product_images/arrow-right.png")!important;
background-repeat: no-repeat;
    background-color: #D35253 !important;
    background-position: 0 5px!important;
    padding-left: 30px!important;
    padding-right: 28px!important;
}
.html.javascript body.productPage div#ModalContainer.modalContainer div.modalData div#ModalContentContainer div.ModalContent div#fastCartContainer div#fastCartWrapper div.fastCartContent div.fastCartTop div.fastCartSummaryBox div.ProceedToCheckout div.CheckoutButton a.btn{
    background-image: url("//www.mensweddingbands.com/product_images/arrow-right.png")!important;
    background-repeat: no-repeat;
    background-color: #D35253 !important;
    background-position: 0 5px!important;
    padding-left: 30px!important;
    padding-right: 28px!important;
}
html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#CartHeader.Block h2 span.FloatRight a.btn{

}


.btn:hover{
background-color: #333;
}

.btn-clear{
color: #009e8e!important;
background: none !important;
padding: 0 8px;
}
.btn-clear:hover{
color: #636363!important;
background: none !important;
}

.full-width{
display: block;
clear: both;
padding: 0 50px!important;
}
.full-width .zeroLeft {
padding-left: 0 !important    
}


.cpage .Content.Wide{
padding: 30px 0 0 45px;
width: 635px;
border-left: 1px solid #e8e8e8;
}


.productlist-page.Content{
width: 100%;
padding: 0;
}

.productlist-page.Content .ProductList.List .ProductDetails{
width: 640px;
}

h6 a{
color: #000000!important;
}
h6 a:hover{
color: #009e8e!important;
}

.product-nav{
display: block;
/*padding: 10px 0 0 0;*/
    padding: 5px 0!important;
clear: both;
min-height: 42px;
border-left: 1px solid #e8e8e8;    
}
.productlist-page.Content .product-nav{
border: none;
}

.product-nav.btm{
border: none;
padding-bottom: 0!important;
border-top: 1px solid #e8e8e8!important;
}


.nav-prev,
.nav-next{
float: left;
width: 12px;
height: 12px;
margin-top: 5px;
text-indent: 99px;
overflow: hidden;
background: url(../../Bedazzled/images/bedazzled/icon_sprite.png) no-repeat -42px -27px;
}

.nav-next{
background-position: -54px -27px;
}

.mtop{
margin-top: 27px;
}

.pbtm{
padding-bottom: 30px;
}

.no-ptop{
padding-top: 0!important;
}

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

.list li{
padding-top: 5px;
}

.list-icon,
.list-news{
margin: 0;
padding: 0;
list-style: none;
}

.list-icon li{
color: #636363;
line-height: 23px;
padding: 0 0 10px 0;
}

.list-icon li a{
color: #636363;
}

.list-icon .icon{
width: 23px;
height: 23px;
margin: 0 15px 0 0;
background-position: -41px 0;
}

.list-news li p{
margin-bottom: 10px;
}

.form{
display: block;
clear: both;
width: 100%;
margin: 0;
padding: 10px 0 0  0;
list-style: none;
}

.form li{
display: block;
clear: both;
width: 100%;
padding: 10px 0;
}

.form li label,
.form dt{
float: left;
width: 175px;
padding: 7px 25px 0 0;
text-align: right;
line-height: 22px;
}

.form input.Textbox {
color: #8f8f8f;
width: 180px;
}

.form dd{
margin-left: 0;
float: none;
}

.boxin{
display: block;
width: 100%;
padding: 30px 0 25px 0;
border-bottom: 1px solid #dedede;
}

.boxin .mtop{
margin-top: 20px;
}


.addto{
display: block;
clear: both;
border-top: none !important;
}

.addto .BulkDiscount{
float: left;
}

.addto #SideProductAddToWishList{
padding: 0;
margin: 0px 0 0 10px !important;
float: left;
display: block;
width: auto;
clear: none;
}

.txt-hide{
text-indent: -999px; 
overflow: hidden;
color: #ffffff;
}

#Wrapper .left-content .ProductList{
border: none;
}
.left-content .ProductList li{
width: 98px!important;
}
.left-content .ProductList .ProductImage{
width: 97px!important;
height: 95px!important;
min-width: 97px!important;
min-height: 95px!important;
overflow: hidden;
border: 1px solid #dbdbdb;
}
.left-content .ProductList .p-name{
float: left;
font-size: 12px;
margin: 5px 0 25px 0;
padding: 5px 0 3px 5%;
border-left: 2px solid #ececec;
}


.boxin h3 {
font-family: 'Josefin Slab',Georgia,"Times New Roman",Times,serif !important;
font-weight: normal !important;
letter-spacing: 2px;
line-height: 1.25 !important;
position: relative;
text-transform: uppercase !important;
    color: #312E29 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}


mao {
font-family:Verdana;
    font-size: 12px;
background-color: #fff;
clear: both;
text-align: center;
top: 270px;
    right:10px;
width: 235px;
height: 0px;
line-height: 40px;
border: 3px double #fff;
-moz-transition: background-color 100ms ease;
-webkit-transition: background-color 100ms ease;
-o-transition: background-color 100ms ease;
transition: background-color 100ms ease;
float:right;
margin-top:95px;
}

.mao a{
   color: #ccc; 
}
.mao:hover {
background-color: #fff;
-moz-transition: background-color 100ms ease;
-webkit-transition: background-color 100ms ease;
-o-transition: background-color 100ms ease;
transition: background-color 100ms ease;  
    
}
.newmao {
margin-left: 100px;   
color: red;
font-weight: bold;
z-index: 1000;    
}


#smallbanner {
    position: absolute;
    right: 15px;
    top: 265px;
}
    

#Footer .PageMenu li a {
    padding: 12px 15px !important;
}


/***Responsive Mods 

@media (min-width:980px) {
}




@media (max-width:980px) {
}




@media (max-width:980px) {
#Header {
    width: auto;
    padding: 20px 0px;
}

#FooterUpper .Column {width:45% !important;}

#Logo {top:0px;}
.PageMenu #Menu, .PageMenu {display:none;}
.topBannerImg {display:none;}
.ProductList li { width:49% !important; display:block; text-align:centered; margin:auto; border:1px solid #eaeaea !important;height: auto !important;
padding: 20px 0px;}
.ProductList .p-price {
    border: 0px solid #ECECEC;
}

#TopMenu {float:none;width:100%;}
#Outer, #Wrapper, .Content.Wide.WideWithLeft  {
    width: 100% !important;
}

#ContainerFooter .Center {
    clear: both;
    width: 100%;
    margin: 0px auto;
}

.ProductList .pname {padding-top:10px; border-left: 0px solid !important; min-height: 40px !important;}
#Container {background:none !important;}
.ProductList .ProductImage {
    background: none repeat scroll 0% 0% #FFF;
    float: none !important;
    width: 190px;
    margin: auto !important;
    display: block;
    text-align: center !important;
border:0px solid !important;
}

.product-nav .Clear {display:none;}

.top-banner-holder {text-align:center;}

.right {
    text-align: center;
    display: inline-block;
    margin: auto;
}


.top-banner-holder div {
    width: 25%;
    padding: 15px;
    margin: 1%;
    text-align: center;
    float: none !important;
    display: inline-block !important;
}

#TopMenu ul {
    float: none;
    padding: 0px;
    margin: 0px;
    margin: auto;
    text-align: center;
}


.productlist-page .Left {
   display:none;
}

#TopMenu li {
    text-align: center;
    border: 0px none;
    line-height: 1.8;
    float: none;
    display: inline-block;
}
#FooterUpper .Block {
    float: left;
    margin-left: 7px;
    margin-right: 20px !important;
    width: 100%;
}

.left-content {
    float: left;
    width: 45%;
}

.PrimaryProductDetails .ProductMain, .PrimaryProductDetails .productAddToCartBelow {
    width: 45%;
    border: medium none;
    padding: 10px 45px 0px 0px !important;
}

div.zoomie img {max-width:100%;}
#ProductDetails .ProductThumbImage {
    height: 416px !important;
    width: 100% !important;
    margin: auto;
    border: 1px solid #F1F1F1;
}
.PrimaryProductDetails .ProductThumb {
    border: 0px solid #ECECEC;
    width: 100% !important;
    height: auto !important;
    margin-top: -1px;
}

}


@media (max-width:640px) {
#FooterUpper .Column {width:100% !important;}
}


@media (max-width:480px) {

#Outer, #Wrapper, .Content.Wide.WideWithLeft  {
    width: 100% !important;
}

#Container {background:none !important;}

.topBannerImg {display:none;}

.productlist-page .Left {
   display:none;
}

.ProductList li { width:100% !important; display:block; text-align:centered; margin:auto;}

.top-banner-holder div {
    display: block !important;
    width: 100%;
    float: left;
    margin: auto;
    padding: 15px;
    margin: 5px 0px;
}

.ProductList .ProductImage {
    background: none repeat scroll 0% 0% #FFF;
    float: none !important;
    width: 190px;
    margin: auto !important;
    display: block;
    text-align: center !important;
border:0px solid !important;
}


}

****/

#flip{
    cursor:pointer;
}

#ProductReviews .prodAccordionContent {
    display: block !important;
}
.ratt{
    position: relative;
    top: 40px;
}

img#prd_banner_image {
    float: right;
    top: 110px;
    position: relative;
    z-index: 9999;
}

/* Start CSS For New Banner On Top Product Page */

/*Start CSS For H1 Tag In HeaderSearch.html File */

.slogan {
	display:block;
	float:left;
	margin-right:0;
	padding-right: 0;
	
	
}
#SearchForm input.Textbox {
    float: left;
    border: none;
    font-size: 13px;
    width: 160px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 5px 10px;
    text-transform: none;
}

