/*----------------------------------------------------------
Title:        Main Style Sheet
Theme:        00228
----------------------------------------------------------*/
body {
    margin: 0; 
    padding: 0; 
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 12px; 
    background: url('../images/body-bg.jpg');
}
#wrapper {
    background: url('../images/wrapper-bg.png') repeat-x 0 0;
}
#container {
    margin: 0 auto; 
    padding: 0; 
    width: 960px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}
.cl {
    display: block; 
    clear: both; 
    height: 0; 
    font-size: 0; 
    line-height: 0; 
    text-indent: -4000px;
}
img {
    border: none;
}
/* HEADER
---------------------------------------------*/
#logo {
    float: left; 
    margin: 0; 
    padding: 100px 0 0 20px; 
    width: 650px;
    font-size: 36px; 
    font-weight: bold; 
    color: #fff;
}
#logo img {
    border: none;
}
#header {
    float: left; 
    margin: 0; 
    padding: 0; 
    width: 960px; 
    padding-bottom: 22px;
}
#header-links {
    float: right; 
    margin: 0; 
    padding: 17px 0 0 0; 
    color: #977e63; 
    margin-right:-6px;
}
#header-links a {
    margin: 0; 
    padding: 0 4px 0 8px; 
    font-size: 12px; 
    text-decoration: none; 
    color: #fff;
}
#header-links a:hover {
    text-decoration: underline;
}
#header-search {
    float: right; 
    display: inline; 
    margin: 83px 0 0 0;  
    width: 221px; 
    height: 24px;
}
#header-search input { 
    width: 181px;  
    padding: 5px 0 5px 8px; 
    float: left; 
    display: inline; 
    font-family: Georgia, 'Times New Roman', Serif; 
    font-style: italic; 
    font-size: 12px; 
    color: #b2a480; 
    border:0; 
    background: #211C18;
    height: 16px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#header-search .header-search-btn { 
    float: left; 
    display:inline; 
    background:url('../images/search-button.png') no-repeat 0 0; 
    width: 31px; 
    height: 26px;
    text-indent: -9999px;
}
#header-search .header-search-btn a {
    font-weight: bold; 
    text-decoration: none; 
    text-shadow: 0 -1px 0 #000; 
    float: left; 
    display: inline; 
    color: #fff; 
    background:url('../images/search-button.png') no-repeat 0 0; 
    width: 31px; 
    height: 26px;
}
#header-search .header-search-btn a:hover {
    color: #e0d8d1;
}
#header-search #headerSearchWidgetDynamicResults {
    clear: left; 
    float: left; 
    background: #EEEEEE; 
    padding: 10px; 
    display: none; 
    width: 90%; 
    margin-top: 5px; 
    position: relative; 
    line-height: 1.80;
}
/* NAV
---------------------------------------------*/
#nav {
    float: left;
    margin: 0 -18px 0 -12px; 
    padding: 0; 
    width: 985px; 
    height: 105px; 
    background: url(../images/nav-bg.png) no-repeat;
}    
#topNav {
    margin: 0; 
    padding: 11px 0 0 0; 
    width: 960px;
}
#topNav .left {
    float: left; 
    width: 0;
}
#topNav .center {
    padding-top: 45px;  
    padding-left: 83px; 
}
#topNav .center .link {
    float: left;
    padding: 0; 
    text-align: center; 
    padding-right: 50px;
}
#topNav .center .link a {
    font-size: 18px; 
    font-weight: normal; 
    text-decoration: none;  
    color: #fff; 
    font-family: Georgia, 'Times New Roman', Serif;
}
#topNav .center .link a:hover {
    color: #FFEE91;
}
#topNav .center .spacer {
    float: left; 
    width: 0; 
    height: 35px;
}
#topNav .right {
    float: left; 
    width: 2%;
}
/* CONTENT
---------------------------------------------*/
#content {
    float: left; 
    margin: 0; 
    padding: 0; 
    width: 960px; 
    font-family: Arial,Helvetica,sans-serif;
}
#content-left {
    float: left; 
    margin: 0 31px 0 0; 
    padding: 0; 
    width: 165px;
}
#content-middle {
    float: left; 
    display:inline; 
    margin-top: 20px;  
    padding: 0; 
    width: 730px;
    color: #fff !important;
}
#content-right {
    float: left; 
    margin: 0; 
    padding: 0; 
    width: 165px;
}
/* WIDGETS
---------------------------------------------*/
.ccWidget {
    float: left;
    margin: 10px 0 0 0;
    padding: 10px;
    width: 190px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    color: #1d1d1d;
}
.ccWidget .top {
    margin: 0;
    padding: 3px 0 2px 15px;
    font-family: Georgia, 'Times New Roman', Serif;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    line-height: 45px;
    color: #fff;
    background: url('../images/sidebar-top-bg.png') no-repeat 0 0;
    width: 162px;
    height: 55px;
}
.ccWidget .top a {
    text-decoration: none;
    color: #000;
}
.ccWidget .top a:hover {
    text-decoration: underline;
    color: #000;
}
.ccWidget .body {
    margin: 0;
    padding: 0;
}
.ccWidget .body a { 
    color: #fff;
}
.ccWidget .body a:hover { 
    text-decoration: underline;
}
.ccWidget .btm {
    float: left;
    margin: 0;
    padding: 0;
}
.ccWidget form {
    float: none !important;
}
/*/ LIST WIDGETS /*/
.ccWidgetList .body ul {
    margin: 0;
    padding-bottom:13px;
    list-style: none;
    padding-left:22px;
    padding-top:6px;
}
.ccWidgetList .body ul li {
    padding-bottom:8px;
    line-height:16px;
    font-family: Arial,Helvetica,sans-serif;
}
.ccWidgetList .body ul li a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
.ccWidgetList .noItems {
    margin-top: -6px;
}
/*/ DROPDOWN WIDGETS /*/
.ccWidgetDropDown .body {
    height: 33px;
}
.ccWidgetDropDown .body select {
    margin: 4px 0 14px 13px;
    padding: 4px;
    width: 130px;
    font-size: 14px;
}
/*/ INPUT WIDGETS /*/
.ccWidgetInput .body {
    float: left;
    width: 179px;
}
.ccWidgetInput .body .field {
    float: left;
    margin: 0;
    padding: 0;
    width: 212px;
}
.ccWidgetInput .body .field input {
    float: left;
    margin: 12px 0 0 12px;
    padding: 4px;
    width: 46%;
    height: 15px;
    font-size: 14px;
    color: #464646;
}
.ccWidgetInput .body .buttonNoImg {
    float: left;
    margin: 11px 0 0 4px;
}
.ccWidgetInput .body .button input {
    float: left;
    font-size: 12px;
    color: #464646;
}
.ccWidgetInput .body .button {
    float: left;
    margin: 0;
    padding: 3px 0 0 0;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: url(../images/go.jpg) no-repeat;
}
.ccWidgetInput .body .button  a {
    text-decoration: none;
    color: #fff;
}
.ccWidgetInput .body .button a:hover {
    text-decoration: underline; 
}
.ccWidgetInput .advanced {
    float: left;
    clear: both;
    margin: 0 0 5px 10px;
    padding: 0 0 2px 3px;
    width: 216px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}
.ccWidgetInput .advanced a {
    text-decoration: underline;
    color: #fff;
}
.ccWidgetInput .advanced a:hover {
    text-decoration: none;
    }
.ccWidgetInput #searchWidgetDynamicResults {
    display: none;
    clear: left;
    float: left;
    padding: 10px;
    margin: 5px 5px 0;
}
/*/ PRODUCT WIDGETS /*/
.ccWidgetProduct {
    width: 160px !important;
}
.ccWidgetProduct .body {
    float: left;
    padding: 10px;
    background: #fff;
}
.ccWidgetProduct .body .sdetailsNoImg {
    float: left;
    clear: left;
    padding-top: 5px;
    margin-bottom: 10px;
    width: 140px;
    text-align: center;
}
.ccWidgetProduct .body .photo {
    width: 140px;
    text-align: center;
}
.ccWidgetProduct .body .photo img {
    border: 1px solid #e0b905;
    text-align: center;
}
.ccWidgetProduct .body .title {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}
.ccWidgetProduct .body .title a {
    text-decoration: none;
    color: #000;
    font-size:9px;
}
.ccWidgetProduct .body .title a:hover {
    text-decoration: underline;
}
.ccWidgetProduct .body .sprice {
       padding: 8px 0 5px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    font-size:13px; 
    color: #95571c;
}
.ccWidgetProduct .body .sdetails {
    margin: 0 auto;
    padding: 5px 0 0 0;
    width: 58px;
    height: 21px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.ccWidgetProduct .body .sdetails a {
    text-decoration: none; 
    color: #fff;
}
.ccWidgetProduct .body .sdetails a:hover {
    color: #ececec;
}
.ccWidgetProduct .body .all-link  {
    padding-top: 8px;
    text-align: center;
    font-size: 12px;
}
.ccWidgetProduct .body .all-link a {
    text-decoration: underline; 
    color: #665c52;
}
.ccWidgetProduct .body .all-link a:hover {
    text-decoration: none; 
}
.ccWidgetProduct .review {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/*/ BASIC WIDGETS /*/
.ccWidgetBasic .body {
    color: #fff;
    padding: 2px;
}
.ccWidgetBasic .top a {
    color: #fff;
    text-decoration: none;
}
.ccWidgetBasic .top a:hover {
    text-decoration: underline;
    color: #fff;
}
.ccWidgetBasic .body .items {
    padding: 5px 0 3px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.ccWidgetBasic .price {
    font-size: 14px;
    font-weight: bold;
}
.ccWidgetBasic .subtotal {
    padding-left: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
.ccWidgetBasic input {
    margin-bottom: 5px; 
}
.ccWidgetBasic table {
    padding: 0 0 10px 15px;
    font-weight: bold;
    color: #fff;
}
/*/ IMAGE WIDGETS /*/
.ccWidgetImage {
    margin: 10px 0 10px 0;
    text-align: center;
}
/*/ POLL WIDGETS /*/
.widgetPolls {
    color: #fff;
}
.widgetPolls p {
    margin: 0;
    padding: 10px 0 10px 10px;
    width: 165px;
    line-height: 1.50;
}
.widgetPolls input {
    float: left;
    clear: both;
    margin-right: 5px;
}
.widgetPolls .body ul li {
    background: none;
    margin-bottom: 5px;
    line-height: 19px;
    border: none;
    width: 155px;
}
.widgetPolls .buttons {
    margin: 10px 0 10px 54px;
}
/*/ WIDGET FIXES /*/
.noItems {
    margin: 0;
    padding: 9px;
    width: 208px;
    color: #fff;
}
#widgetSubscribe .body {
    height: 44px;
}
.widgetCustomProductLists select {
    margin-bottom: 10px;
}
#widgetRewardPoints .body {
    padding: 0 10px 10px 10px;
}
#widgetShopByPrice .body {
    height: 40px !important;
}
#widgetRelatedProducts .body .noItems {
    width: 100px;
    color: #000;
}
#widgetNewArrivals .body .noItems {
    width: 100px;
    color: #000;
}
#widgetTopSellers .body .noItems {
    width: 100px;
    color: #000;
}
#widgetContents .body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.placeHolder {
    clear: both;
    border: 1px dashed;
}
#widgetRecentlyViewed .top {
    font-size: 14px !important;
    font-weight: bold;
}
/* FOOTER
---------------------------------------------*/
#footer {
    clear: both;
    height: 100%; 
    color: #fff;
    border-top: 2px solid #1F1A16;
}
#footer .shell {
    width: 965px; 
    margin: 0 auto; 
    background: url('../images/footer-bg.png') repeat-x 0 0;
}
#footer p { 
    text-align: center; 
    padding-top: 30px; 
    color: #fff;
}
#footer p span {
    padding: 0 100px 0 64px;
}
#footer p a { 
    text-align: center; 
    padding-top: 30px; 
    color: #fff; 
    text-decoration: none;
}
#widgetFooter {
    font-family: Arial,Helvetica,sans-serif;
}
#widgetFooter .body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#widgetFooter hr {    
    float: left;
    clear: left;
    height: 1px;
    color: #fff;
    background-color: #fff;
}
#widgetFooter .actionItems {
    margin: 0;
    padding: 15px 0 0 35px;
    font-weight: bold;
    color: #fff;
}    
#widgetFooter .actionItems a {
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    color: #fff;
}
#widgetFooter .actionItems a:hover {
    text-decoration: none;
    color: #fff;
}
#widgetFooter .copyright {
    float: left;
    margin: 0;
    padding: 15px 85px 0 35px;
    width: 300px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 22px;
    color: #fff;
}
#widgetFooter .copyright a {
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    color: #fff;
}
#widgetFooter .copyright a:hover {
    text-decoration: none;
    color: #fff;
}
#widgetFooter .nav {
    float: left;
    margin: 0;
    padding: 19px 0 10px 20px;
    width: 150px;
}
#widgetFooter .nav .title {
    margin: 0;
    padding: 0;
    width: 120px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
#widgetFooter .nav ul {
    margin: 0 0 0 1px;
    padding: 0;    
    text-align: left;
    list-style: none;
}
#widgetFooter .nav ul li {
    text-align: left;
    line-height: 2.00;
}
#widgetFooter .nav ul li a {
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    color: #fff;            
}
#widgetFooter .nav ul li a:hover {
    text-decoration: none;
}
#widgetFooter .actionItems {
    color: #fff;
}
#widgetFooter .actionItems a {
    color: #fff;
}
#widgetFooter .actionItems a:hover {
    color: #fff;
}
#widgetFooter .copyright {
    color: #fff;
}
#widgetFooter .copyright a {
    color: #fff;
}
#widgetFooter .copyright a:hover {
    color: #fff;
}
#widgetFooter .nav .title {
    color: #fff;
}
#widgetFooter .nav ul li a {
    color: #fff;
}
#widgetFooter .nav ul li a:hover {
    color: #fff;
}
.copyright-small {
    margin-top: 10px;
    text-align: center;
    height: 34px;
    width: 100%;
    margin-bottom: -15px;
    padding-top: 10px;
}
.copyright-small a {
    color: #fff;
    font-weight: bold;
}
.copyright-small a:hover {
    color: #fff;
    font-weight: bold;
}
/* HOMEPAGE
---------------------------------------------*/
#banner {
    margin-left: 15px;
    margin-top: 16px;
}
#banner img {
    border: none !important;
}
#featured-title {
    margin-bottom: 10px;
    margin-left: 21px;
    margin-top: 32px;
}
/* FIXES
---------------------------------------------*/
h1, h2, h3, h4, h5, h6, .page-title {
    font-size: 15px !important;
    font-weight: bold;
    color: #fff !important;
    margin-bottom: 2px;
}
#productGrid #topOptions {
    margin-bottom: 15px;
    overflow: hidden !important;
}
#productGrid #topOptions .display {
    color: #fff !important;
}
#productGrid #topOptions .sort {
    color: #fff !important;
}
#productGrid .detailBtnNoImg {
    display: none;
}
#productGrid .title {
    margin: 20px 0 0 0 !important;
}
#productGrid .title a {
    font-size: 14px;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #fff !important;
}
#productGrid .title a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
#categoryGrid .title {
    margin: 20px 0 0 0 !important;
}
#categoryGrid .title a {
    font-size: 14px;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #000 !important;
}
#categoryGrid .title a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}
#productGrid .description {
    font-size: 11px;
    color: #000 !important;
}
#productGrid .description p {
    margin: 7px 0 0 0 !important;
    padding: 0 !important;
}
#productGrid .sprice {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #95571c;
}
#productDetail #productPhotos {
    text-align: left !important;
}
#cp_bottom .cpTotal {
    float: left !important;
    width: 60% !important;
}
#cp_bottom .cpButtons {
    float: left;
}
.address-box-input .form-field {
    width: 60% !important;
}
.pageNote p {
    line-height: 1.60;
}
#checkoutOnePage #billAddress table {
    width: 445px !important;
}
#checkoutOnePage .form-label-required {
    width: 35% !important;
}
.blurb {
    clear: both;
}
.homepageBottomContent {
    margin-left: 10px;
}
#categoryGrid {
    width: 97% !important;
}
.btmOptions {
    color: #fff !important;
}
.connect_widget_not_connected_text {
    color: #fff !important;
}
#productDetail #productReviews {
    border: 1px solid #fff !important;
}
.sublink {
    color: #fff !important;
}
.productContainer {
    clear: both;
    padding: 10px;
    background: #fff;
}
.productListColumn1 {
    float: none;
    clear: both;
    text-align: center;
}
.productListColumn2 {
    float: none;
    clear: both;
    text-align: center;
}
.productListColumn3 {
    float: none;
    clear: both;
    text-align: center;
}
#productGrid {
    width: 101% !important;
}
#productGrid .details {
    float: none !important;
}
#productGrid .sprice {
    float: none !important;
    position: relative;
    top: 10px;
}
#productGrid .details .buttons {
    float: none !important;
    position: relative;
    top: 10px;
}
#checkoutOnePage #billAddress table {
    width: 445px !important;
}
#checkoutOnePage .form-label-required {
    width: 35% !important;
}
.blurb {
    clear: both;
}
.ccWidgetList .body ul ul {
    padding-bottom: 0 !important;
    margin-bottom: -8px !important;
}
#facebookLike {
    width: 350px !important;
}
/* FRONT END EDITS
---------------------------------------------*/
.editLogoText {margin: -12px 0 0 2px; padding: 0;}
.editProduct {float: right; margin: 0; padding: 0;}
.editCategory {float: right; margin: 0; padding: 0;}
.editCartBtn {position: relative; top: 0; left: 45px; margin: 0; padding: 0;}
.editDetailBtn {position: relative; top: 0; left: 20px; margin: 0; padding: 0;}
.editNavMenu {position: absolute; margin: 2px 0 0 7px; padding: 0;}
.editFooterMenu {float: right; margin: 0; padding: 0;}
.editFooterWidget {position: relative; margin: 0; padding: 0; top: 7px; left: 13px;}
.deleteFooterWidget {position: relative; margin: 0; padding: 0; top: -9px; left: 38px;}
.editCategoryWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteCategoryWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.swapCategoryWidgetBullet {position: relative; margin: 0; padding: 0; left: -4px;}
.editCurrencyWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteCurrencyWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editFeaturedWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteFeaturedWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editInformationWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteInformationWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.swapInformationWidgetBullet {position: relative; margin: 0; padding: 0; left: 8px;}
.editLanguageWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteLanguageWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editNewArrivalsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteNewArrivalsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editRewardPointsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteRewardPointsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSearchWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSearchWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSidebarWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSidebarWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSidebarDetailedWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSidebarDetailedWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSpecialsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSpecialsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editSubscribeWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteSubscribeWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editTopSellersWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteTopSellersWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editVendorsWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteVendorsWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editLeftImageWidget {position: relative; margin: 0; padding: 0; top: 11px; left: 39px;}
.deleteLeftImageWidget {position: relative; margin: 0; padding: 0; top: -5px; left: 64px;}
.editRightImageWidget {position: relative; margin: 0; padding: 0; top: 11px; left: 39px;}
.deleteRightImageWidget {position: relative; margin: 0; padding: 0; top: -5px; left: 64px;}
.editShopByPriceWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteShopByPriceWidget {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.editProductListWidget {position: relative; margin: 0; padding: 0; top: -14px; left: 126px;}
.deleteProductListWidget  {position: relative; margin: 0; padding: 0; top: -30px; left: 152px;}
.addProductListWidget {position: relative; margin: 0; padding: 0; top: -47px; left: 100px;}
.editCustomImageWidget {position: relative; margin: 0; padding: 0; top: 28px; left: 39px;}
.deleteCustomImageWidget {position: relative; margin: 0; padding: 0; top: 13px; left: 64px;}
.addCustomImageWidget {position: relative; margin: 0; padding: 0; top: -5px; left: 14px;}
.editHorizontalImageWidget {position: relative; margin: 0; padding: 0; top: 7px; left: -12px;}
.deleteHorizontalImageWidget {position: relative; margin: 0; padding: 0; top: -10px; left: 13px;}