
/***********************************
*  skinIt Default Stylesheet
*  Created on: 09/04/08
*  Rich Rudzinski
***********************************/

/*---- default styles ----*/
*
{
    padding:0;
    margin:0;
}

a
{
    cursor:pointer;
    text-decoration:none;
}

a:hover
{
    color:#98cc53;
}

a:visited
{
    color:#000;
}

img
{
    display:block;
}

ul
{
    list-style:none;
}

button, input, fieldset
{
    border:0;
}

button
{
    cursor:pointer;
}

input:focus
{
    color:#000 !important;
    font-style:normal !important;
}

/* default classes */
.clear
{
    clear:both;
}

.clearFix:after
{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.imgBtn, .genericBtn
{
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:top left;
    background-color:transparent;
}

.imgBtn:hover, .genericBtn:hover
{
    background-position:bottom left;
}

.genericBtn
{
    width:auto;
    
    overflow:hidden;
    height:27px;
    line-height:27px;
    padding-left:5px;
    background-image:url(http://www.skinit.com/images/buttons/genericBtn_left.gif);
    text-indent:0;
    color:#fff;
    font:bold 14px/27px Arial, sans-serif;
    float:left;
    cursor:pointer;
}

.genericBtn span
{
    width:auto;
    min-width:110px;
    height:27px;
    overflow:hidden;
    background-image:url(http://www.skinit.com/images/buttons/genericBtn_right.gif);
    background-position:top right;
    background-repeat:no-repeat;
    float:left;
    padding:0 15px 0 8px;
    text-align:center;

}

.genericBtn:hover span
{
    background-position:bottom right;
    color:#98cc53;
}

/* Customize it */

.imgBtn, .customBtn
{
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-position:top left;
    background-color:transparent;
}

.imgBtn:hover, .customBtn:hover
{
    background-position:bottom left;
}

.customBtn
{
    width:auto;
    
    overflow:hidden;
    height:42px;
    line-height:42px;
    padding-left:5px;
    background-image:url(http://www.skinit.com/images/buttons/genericBtn_left.gif);
    text-indent:0;
    color:#fff;
    font:bold 14px/27px Arial, sans-serif;
    float:left;
    cursor:pointer;
}

.customBtn span
{
    width:auto;
    min-width:110px;
    height:42px;
    overflow:hidden;
    background-image:url(http://www.skinit.com/images/buttons/genericBtn_right.gif);
    background-position:center right;
    background-repeat:no-repeat;
    float:left;
    padding:0 15px 0 8px;
    text-align:center;

}

.customBtn:hover span
{
    background-position:center right;
    color:#98cc53;
}


/* End of Customize it */


.light
{
    color:#858585;
}

.dark
{
    color:#4f4f4f;
}

.light_lc
{
    color:#ffffff;
}

.dark_lc
{
    color:#838383;
}

.small
{
    font-size:10px;
}

.medium
{
    font-size:20px;
}

.large
{
    font-size:30px;
}

.bullet
{
    padding-left:10px;
    background:url(http://www.skinit.com/images/icons/bulletArrow.gif) no-repeat left center;
}

/*---- layout ----*/
body
{
    background-color:#f4f4f4;
}

#wrapper
{
    width:959px;
    height:auto;
    overflow:hidden;
    padding:0 21px;
    background:url(http://www.skinit.com/images/backgrounds/wrapper.jpg) repeat-y top left;
    margin:0 auto;
    position:relative;
    font:12px Arial, sans-serif;
}

#wrapperBottom
{
    width:959px;
    height:28px;
    padding:0 21px;
    background:url(http://www.skinit.com/images/backgrounds/wrapperBottom.jpg) no-repeat top left;
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
}

/* head */
#head
{
    width:959px;
    /*background:url(http://www.skinit.com/images/backgrounds/head_repeat.jpg) repeat-x top left;*/
    background:#fff;
    float: left; 
    height: 72px
}
#tophead
{
    width: 288px;
    height:31px;
    float: left;
    background:url(http://www.skinit.com/images/backgrounds/bg_tophead.jpg) repeat-x top left;
}

#tophead2
{
    width: 384px;
    height:31px;
    float: left;
    background:url(http://www.skinit.com/images/backgrounds/bg_tophead.jpg) repeat-x top left;
}

#logo
{
    width: 184px
    height:53px;
    margin: 17px 0 0 27px;
    float:left;
}

#logo a
{
    display:block;
    width:150px;
    height:53px;
    background:url(http://www.skinit.com/images/backgrounds/logo.jpg) no-repeat top left;
    text-indent:-9999px;
}

/* user nav */

#userNav
{
    width:480px;
    height:31px;
    float:right;
    overflow:visible;
    padding-top: 10px;
    padding-right: 10px;
}

#userNav li
{
    float:right;
    
    margin-right:13px;
    line-height:25px;
}

#userNav li a
{
    height:auto;
    font:bold 11px Arial, sans-serif;
    text-transform:uppercase;
    color:#7d7d7d;
    line-height:25px;
}

#userNav li a:hover
{
    color:#98cc53;
}

#userNav .logIn
{
    padding-left:15px;
    margin-top:2px;
}
#userNav .myAccount
{
    padding-left:15px;
    margin-top:2px;
    background:url(http://www.skinit.com/images/icons/me.jpg) no-repeat 0 4px;
}
#userNav .spacer
{
    display:block;
    width:5px;
    height:31px;
    background:url(http://www.skinit.com/images/icons/tophead_spacer.jpg) no-repeat;
}

#userNav li.shoppingCart
{
    padding-left:25px;
    margin-top:2px;
    background:url(http://www.skinit.com/images/icons/shopcart.png) no-repeat 0 2px;
}
/* user nav 1 */
#userNav1
{
    width:373px;
    height:31px;
    float:left;
    overflow:visible;
    margin:0px 8px 0 0;
}

#userNav1 li
{
    float:left;
    margin-left:13px;
    height:auto;
    font:normal 12px Verdana, sans-serif;
    color: #98CC53; 
    font-weight: bold;
    line-height:25px;
}

#userNav1 li a
{
    /*height:auto;*/
    /*font:normal 12px Verdana, sans-serif;*/
    color:#7d7d7d;
    /*line-height:25px;*/
}

#userNav1 li a:hover
{
    color:#98cc53;
}


#userNav1 .spacer
{
    display:block;
    width:5px;
    height:31px;
    background:url(http://www.skinit.com/images/icons/tophead_spacer.jpg) no-repeat;
}





/* main nav */
#mainNav
{
    width:529px;
    height:26px;
    overflow:hidden;
    margin: 5px 0 0 17px;
    float:left;
}

#mainNav li
{
    float:left;
}

#mainNav li a
{
    height:26px;
    display:block;
    font:bold 12px/26px Arial, sans-serif;
    color:#ffffff;
    text-align:center;
}

#mainNav li a:hover
{
    color:#98cc53;
}

#wrapper #mainNav li a.active
{
    background-position:bottom left;
    color:#ffffff;
}

#mainNav .choose a
{
    width:147px;
    background-image:url(http://www.skinit.com/images/buttons/mainNav/choose.jpg);
}

#mainNav .create a
{
    width:123px;
    background-image:url(http://www.skinit.com/images/buttons/mainNav/create.jpg);
}

#mainNav .explore a
{
    width:119px;
    background-image:url(http://www.skinit.com/images/buttons/mainNav/explore.jpg);
}

#mainNav .pin a
{
    width:83px;
    background-image:url(http://www.skinit.com/images/buttons/mainNav/pin.jpg);
}

#mainNav .help a
{
    width:57px;
    background-image:url(http://www.skinit.com/images/buttons/mainNav/help.jpg);
}



/* cart drop */
#wrapper #head #cart
{
    position:absolute;
    z-index:10;
    top:66px;
    right:21px;
    width:174px;
    height:auto;
    /*min-height:350px;*/
    overflow:hidden;
}

#head #cart li
{
    width:146px;
    font:bold 11px Arial, sans-serif;
    color:#666666;
    margin:0;
    background-color:#d2d2d2;
    padding:0 14px;
    display:block;
    height:31px;
    overflow:hidden;
}

#head #cart .top
{
    background-color:#ececec;
    min-height:150px; /*350px;*/
    height:auto !important;
    height:150px;
}

#head #cart li.emptyMessage
{
    text-align:center;
    padding:14px 32px;
    width:110px;
}

#head #cart li.shopNow a
{
    display:block;
    width:78px;
    height:20px;
    margin:0 auto;
    background:url(http://www.skinit.com/images/buttons/shopNow.gif) no-repeat top left;
    text-indent:-9999px;
    padding-bottom:11px;
}

#head #cart li.emptyBottom
{
    height:8px;
    background:url(http://www.skinit.com/images/backgrounds/cart_emptyBottom.gif) no-repeat top left;
}

#wrapper #head #cart li.product.first
{
    padding-top:16px;
}

#head #cart li.product
{
    padding:0 12px 5px 14px;
    width:148px;
}

#head #cart li.product img
{
/*  float:left; */
    border: none;
}

#head #cart li.product strong, #userNav #cart li.product span
{
/*  float:right;
    clear:right;    */
    line-height:16px;
    color:#666;
    text-align:left;
    width:104px;
    padding:0 0 0 0;
}

#head #cart li.product strong
{
    font-style:italic;
    padding-top:3px;
}

#head #cart li.subtotal
{
    padding-top:14px;
    padding-bottom:10px;
    height:60px;
    overflow:hidden;
    
}


#head #cart li.subtotal span, #head #cart li.subtotal a, #head #cart li.total span
{
    float:left;
    clear:left;
    font:bold 11px Arial, sans-serif;
    color:#666;
    padding:0;
    width:40px;
    /*width:90px;*/
    /*width:auto;*/
    line-height:16px;
    height:auto;
    /*border:1px solid #000;*/
}

#head #cart li span.price
{
    float:right;
    clear:right;
    width:auto;
    /*border:1px solid #000;*/
}

#head #cart li.subtotal a
{
    color:#ed4024;
    text-decoration:underline;
}

#head #cart li.subtotal a:hover
{
    text-decoration:none;
}

#head #cart .calculating li.subtotal
{
    padding-bottom:5px;
}

#head #cart li.total div
{
    border-top:1px solid #a5a5a5;
    padding:7px 0;
    height:auto;
    overflow:hidden;
}

#head #cart .calculating li.total div
{
    border:0;
}

#head #cart .checkoutButtons a
{
    float:left;
    width:71px;
    height:20px;
    text-indent:-9999px;
    background:url(http://www.skinit.com/images/buttons/viewCart.gif) no-repeat top left;
}

#head #cart .checkoutButtons
{
font-size:0;
}

#head #cart .checkoutButtons .checkout
{
    background:url(http://www.skinit.com/images/buttons/checkout.gif) no-repeat top left;
    margin-left:4px;
    padding-bottom:6px;
}

#head #cart li.bottom
{
    height:8px;
    background:url(http://www.skinit.com/images/backgrounds/cart_bottom.gif) no-repeat bottom left;
    font-size:0;
}

#head #cart li.calculateShipping form
{
    width:134px;
    height:31px;
    overflow:hidden;
    background-color:#ececec;
    padding:4px 7px 7px 7px;
}

#head #cart li.calculateShipping label
{
    display:block;
    font-weight:normal;
    padding-bottom:3px;
}

#head #cart li.calculateShipping input
{
    width:77px;
    height:15px;
    background-color:#fff !important;
    font:normal 11px Arial, sans-serif;
    color:#666;
    float:left;
    padding:1px 0 0 2px;
    margin-right:8px;
}

#head #cart li.calculateShipping button
{
    float:left;
    width:46px;
    height:14px;
    text-indent:-9999px;
    background:url(http://www.skinit.com/images/buttons/calculate.gif) no-repeat top left;
    margin-top:1px;
}



/* search form */
#search
{
    width:220px;
    position:relative;
    float:left;
    margin-top:7px;
}

#search input
{
    width:146px;
    height:16px;
    float:left;
    font:11px/11px Arial, sans-serif;
    color:#666666;
    border:1px solid #6c8dac;
    padding:1px 0 0 5px;
    margin:0 3px 0 24px;
    z-index:1000;
}

#search .hoverLink
{
    float:left;
    margin-right:5px;
    background:url(http://www.skinit.com/images/buttons/select_arrow.jpg) no-repeat 48px 6px;
    cursor:pointer;
    border:1px solid #6c8dac;
}

#search .hoverLink, #search #hoverCont a
{
    padding-right:16px;
    position:relative;
    display:block;
    height:15px;
    width:58px;
    font:11px/11px Arial, sans-serif;
    color:#666666;
    padding:2px 0 0 5px;
}

#search #hoverCont
{
    width:65px;
    height:auto;
    overflow:hidden;
    position:absolute;
    left:120px;
    top:20px;
    z-index:1000;
}

#search #hoverCont li
{
    width:65px;
    height:18px;
}

#search #hoverCont li a
{
    background-color:#fff;
    border:1px solid #6c8dac;
    border-top:0;
}

#search #hoverCont li a:hover
{
    background-color:#6c8dac;
    border:1px solid #fff;
    color:#fff;
    border-top:0;
}

#search .go
{
    width:30px;
    height:21px;
    background:url(http://www.skinit.com/images/buttons/go_header.gif) no-repeat top left;
    text-indent:-9999px;
    margin-top:-1px;
    float:left;
}

#search label
{
    display:none;
}

/* foot */
#foot
{
    width:959px;
    height:39px;
    overflow:hidden;
    clear: both;
    background-color:#000;
    position:relative;
    z-index:2;
}

#foot ul
{
    width:100%;
    height:20px;
    overflow:hidden;
    margin-left:50px;
}

#foot li
{
    float:left;
    padding-right:25px;
    line-height:18px;
}

#foot a, #foot p
{
    font:11px Arial, sans-serif;
    color:#767676;
}

#foot a:hover
{
    color:#98cc53;
}

#foot p
{
    text-align:center;
    line-height:10px;
}

/*---- main content ----*/
#mainContent
{
    clear:left;
    height:auto;
    overflow:hidden;
    width:959px;
}

/* tag cloud */
#tagCloud
{
    overflow:hidden;
    text-align:center;
}

#tagCloud a
{
    font-family:Arial, sans-serif;
    line-height:30px;
    text-transform:uppercase;
    font-weight:bold;
    display:inline;
    padding-right:8px;
}

#tagCloud a:hover
{
    color:#98cc53;
}

/* tag cloud */
#ind_tagCloud
{
    overflow:hidden;
    text-align:center;
}

#ind_tagCloud a
{
    font-family:Arial, sans-serif;
    text-decoration:underline;
    color:#999999;
}

#ind_tagCloud a:hover
{
    color:#98cc53;
}


/* Fast Order Status */
#fastOrdSt
{
    width:100%;
    
}

#fastorder input{
    -x-system-font:none;
    border:1px solid #6C8DAC;
    color:#666666;
    /*float:left;*/
    font-family:Arial,sans-serif;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:16px;
    line-height:11px;
    margin:0;
    padding:3px 0 0 5px;
    width:120px;

}

#firstLevelLi
{
    list-style-type : disc;
    list-style-position : outside;
    font-weight : bold;
    padding-left : 15px;
     
}

#secondLevelLi
{
    list-style-type : circle;
    padding-left : 15px;
    margin-left : 15px;
    list-style-position : outside;
}

#thirdLevelLi
{
    list-style-type : disc;
    margin-left : 30px;
    font-weight : bold;
    padding-left : 15px;
     
}

#fourthLevelLi
{
    list-style-type : circle;
    padding-left : 15px;
    margin-left : 45px;
    list-style-position : outside;
}


/*End of Fast Order Status*/

/* my buys */

#mybuyspagezone1
{
    background-color: #ffffff;
    float:left;
    width:100%;

}

.alertme
{
    width:100%;
    float:left;
    background-color: #ffffff;
    padding: 15px 0;
}


/* end of my buys */

#tabs a
{
    color:#7d7d7d;
}

#tabs a:hover
{
    color:#98cc53;
}
