﻿body
{
    background-color: #eeeeee;
    font-family: Trebuchet, Arial, Verdana;
    text-align: center;
    min-width: 1000px;
    font-size: 12px;
}

#wrapper
{
    width: 99.9%;
    padding: 0px;
    text-align: left;
}

#header
{
    top: 0px;
    left: 0px;
    vertical-align: middle;
    height: 90px;
    background-color: #eeeeee;
}

#header #logo
{
    float: left;
    width: 280px;
    text-align: left;
    height: 100%;
}

.mid_animation
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header #search
{
    text-align: center; /*position: relative;*/
    vertical-align: middle;
    color: #eeeeee;
    padding-left: 25px;
    float: right;
}

#header #search .searchinput
{
    margin-top: 25px;
    padding: 0;
    width: 250px;
    height: 40px;
    background-image: url('/images/search-textbox.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-size: 30px;
}

#header #search .searchsubmit
{
    margin-top: 25px;
    position: relative;
    vertical-align: middle;
    background-image: url('/images/search-button.png');
    background-repeat: no-repeat;
    border: 0;
    width: 48px;
    height: 40px;
}

#header #login
{
    float: left;
    width: 350px;
    text-align: right;
    height: 100%;
}
.links
{
    vertical-align: middle;
}


#navbar
{
    float: left;
    background-image: url('/images/nav-bar.png');
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

#account-links
{
    width: 100%;
    display: inline-block;
    text-align: center;
}

#account-links ul li
{
    text-align: center;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    width: 16%;
}

#account-links ul li a
{
    color: #3366ff;
}

#main
{
    float: left;
    width: 100%;
    color: #333333;
    background-color: #ffffff;
    text-align: center;
}

#main #s-cart
{
    float: left;
    width: 15%;
    text-align: center;
}

#main #offers
{
    float: left;
    position: relative;
    width: 65%;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

#main #banners
{
    float: right;
    width: 15%;
    text-align: center;
}



#main #offers .products
{
    float: left;
    border: 1px solid #CCCCCC;
    width: 30%;
    height: 280px;
    margin: 10px;
    text-align: center;
}

#main #offers .products .title
{
    font-family: Kalinga;
    font-size: 16px;
    color: #0080D6;
    font-weight: bold;
    text-align: center;
}
#main #offers .products .desc
{
    font-family: Kalinga;
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
#main #offers .products .image
{
    width: 200px;
    height: 150px;
    text-align: center;
}
#main #offers .products .addtocart
{
    background-image: url('/images/addtocart.png');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    border: 0;
    text-align: center;
}
#main #offers .products .price
{
    font-family: Kalinga;
    font-size: 16px;
    color: #0080D6;
    text-align: center;
}

#main #product-list
{
    float: left;
    width: 80%;
    text-align: center;
}

#main #product-list .product-list-grid
{
    text-align: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
}

#main #product-list .product-list-grid .header
{
    background-image: url('/images/nav-bar.png');
    background-repeat: repeat-x;
    padding: 20px;
    height: 30px;
    border: 0;
    color: #ffffff;
    vertical-align: middle;
}

#main #product-list .product-list-grid .header a
{
    color: #ffffff;
}

#main #product-list .product-list-grid .item
{
    margin: 5%;
    padding: 5%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFCC00;
}

#main #product-list .product-list-grid .altitem
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3366ff;
}

#main #product-list .product-list-grid .item a
{
    background: url("/images/more-arrow-blue.png") no-repeat right center;
    color: #3366ff;
}

#main #product-list .product-list-grid .altitem a
{
    background: url("/images/more-arrow-gold.png") no-repeat right center;
    color: #3366ff;
}

#main #product-list .product-list-grid .price
{
    font-weight: bold;
    text-decoration: none;
}


#main #login
{
    float: left;
    width: 49%;
    text-align: left;
    background-color: #FFEA95;
    border: 1px solid #ffcc00;
    height: 250px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 30px;
}

#main #outer
{
    margin-left: 15%;
    margin-right: 15%;
}

#main #register-info
{
    border: 1px solid #3366ff;
    float: right;
    width: 49%;
    text-align: left;
    background-color: #A6BCFF;
    height: 250px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 30px;
}

#main #register-info li
{
    list-style-type: disc;
    margin-left: 30px;
}



#main #product-list #options
{
    width: 100%;
    float: left;
  text-align: left;
  margin-left:30px;
}

#main #product-details #filter
{
    float: right;
    width: 19%;
    text-align: center;
    background-color: #FFEA95;
    border: 1px solid #ffcc00;
}

#main #filter
{
    float: right;
    width: 19%;
    text-align: center;
    background-color: #FFEA95;
    border: 1px solid #ffcc00;
}
#main #product-details #MainDiv
{
    float: left;
    width: 81%;
    text-align: center;
    background-color: #FFEA95;
    border: 1px solid #ffcc00;
    margin-left: 15px;
}

#main #filter #input
{
    min-width: 150px;
}

#main #register-page
{
    border: 1px solid #ffcc00;
    width: 50%;
    background-color: #FFE88A;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 30px;
    text-align: left;
}


#main #product-details
{
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

#product-details h1
{
    color: #ffcc00;
}

.feature-head
{
    background-color: #3366ff;
    color: #ffcc00;
    height: 20px;
    font-weight: bold;
}

.shoppingcart
{
    width: 217px;
    height: 37px;
    margin-left: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
}


img
{
    border: 0;
    vertical-align: middle;
}
#checkout-options
{
    border: 1px solid #3366ff;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #7598FF;
    height: 100%;
}

#checkout-options #del-charges
{
    float: right;
    text-align: right;
}

#checkout-options #del-options
{
    float: left;
    text-align: left;
}

.headlinks
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
}

.shopping-cart
{
    width: 95%;
    border: 1px solid #3399FF;
}
.shopping-cart .header
{
    background-image: url('/images/nav-bar.png');
    background-repeat: repeat-x;
    padding: 20px;
    height: 30px;
    border: 0;
    color: #ffffff;
    vertical-align: middle;
}
.shopping-cart .item
{
    padding: 20px;
    border: 0;
    color: #333333;
}
.shopping-cart .altitem
{
    padding: 20px;
    border: 0;
    background-color: #3399FF;
    color: #ffffff;
}

#shopping-cart-control
{
    background-color: #FFE375;
    border: 1px solid #ffcc00;
}

#rvi
{
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
}

#subscription
{
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
}


#special-offers-control
{
    background-color: #B8DAF5;
    border: 1px solid #3366ff;
}
.update
{
    float: left;
    margin-left: 2.5%;
}


.checkout
{
    float: right;
    margin-right: 2.5%;
}

.continue
{
    float: left;
    margin-left: 2.5%;
}

.totals
{
    border-style: none solid solid solid;
    border-width: 1px;
    background-color: #53B5FF;
    border-color: #ffffff #3399FF #3399FF #3399FF;
    float: right;
    width: 225px;
    text-align: right;
    display: block;
    position: relative;
    
}


#imp-msg
{
    float: left;
    text-align: justify;
}

.footer
{
    background-image: url(/images/footerBg.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    background-color: #366BA1;
}

#footer-links
{
    width: 100%;
    display: inline-block;
    text-align: center;
}

#footer-links ul li
{
    text-align: center;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    width: 13%;
}

#footer-links ul li a
{
    color: #ffffff;
}

#footer p
{
    color: #ffffff;
}

.lbl
{
    font-weight: bold;
    text-decoration: underline;
    float: left;
}
.curr
{
}


/* from checkout.css */
/* -------------------------------------------------------------------------------------------------  */
.checkout_head2
{
    display: block;
    overflow: hidden;
    text-align: center;
}
.checkout_head2 .checkout_title
{
    width: 100px;
}
.checkout_head2 .progress_bar
{
}
.checkout_head2 .progress_links
{
    display: block;
}
.checkout_head2 .progress_links UL
{
    padding-left: 00px;
    font-size: 9px;
    margin: 0px;
    height: 13px;
}
.checkout_head2 .progress_links LI
{
    padding-right: 20px;
    display: inline;
    padding-left: 20px;
    padding-bottom: 0px;
    width: 100px;
    color: #999;
    padding-top: 0px;
    text-align: center;
}
.checkout_head2 .progress_links A:link
{
    color: #30226c;
    text-decoration: none;
}
.checkout_head2 .progress_links A:hover
{
    color: #000;
    text-decoration: underline !important;
}
.checkout_head2 .progress_links A:visited
{
    color: #000;
    text-decoration: none;
}
.checkout_head2 .progress_links .selected
{
    font-weight: bold;
    color: #000;
}
.greyed
{
    color: #ccc;
}

h1
{
    color: #3399FF;
}

h2
{
    color: #3399FF;
}

h3
{
    color: #3399FF;
}

h4
{
    color: #3399FF;
}

h5
{
    color: #3399FF;
}

h6
{
    color: #3399FF;
}

/****************Slider menu********************/


.clear
{
    clear: both;
}
#page-wrap
{
    min-height: 216px;
    margin: 2px;
    width: 600px;
    position: relative;
}
.slider-wrap
{
    left: 0px;
    width: 600px;
    position: absolute;
    top: 0px;
}
.stripViewer .panelContainer .panel UL
{
    margin: 0px 15px 0px 30px;
    text-align: center;
}
.stripViewer
{
    overflow: hidden;
    width: 600px;
    position: relative;
    height: 216px;
}
.stripViewer .panelContainer
{
    left: 0px;
    position: relative;
    top: 0px;
}
.stripViewer .panelContainer .panel
{
    float: left;
    width: 600px;
    position: relative;
    height: 100%;
}
.stripNavL
{
    display: none;
}
.stripNavR
{
    display: none;
}
.stripNav
{
    display: none;
}

.nav-thumb
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    margin-right: 5px;
    border-bottom: white 1px solid;
    float: right;
}
#movers-row
{
    margin: -39px 0px 0px 0px;
    width: 600px;
    float: left;
}
#movers-row DIV
{
    background-color: #bff2fd;
    float: left;
    width: 10%;
}
#movers-row DIV A.cross-link
{
    float: right;
    text-align: right;
}
.photo-meta-data
{
    padding-right: 10px;
    margin-top: -45px;
    padding-left: 10px;
    z-index: 9999;
    background: url(/images/transpBlack.png);
    padding-bottom: 10px;
    color: white;
    padding-top: 10px;
    position: relative;
    height: 25px;
    text-align: right;
}
.photo-meta-data SPAN
{
    font-size: 13px;
}
.cross-link
{
    margin-top: -14px;
    display: block;
    z-index: 9999;
    width: 62px;
    padding-top: 15px;
    position: relative;
}
.active-thumb
{
    background: url(/images/icon-uparrowsmallwhite.png) no-repeat center top;
}

/*#filter {}
#filter ul { margin-left: 22px; padding: 0; width: 100%;}
#filter li {list-style-image:url('images/CNode.gif'); line-height:150%;}
#filter a{ color:#604b4b; font-size:10px; text-decoration:none;}
#filter a:hover{ text-decoration:underline;}*/
#filter
{
}
#filter ul
{
    margin-left: 22px;
    padding: 0;
}
#filter li
{
    list-style-image: url('/images/CNode.gif');
    line-height: 150%;
}
#filter a
{
    color: #604b4b;
    font-size: 10px;
    text-decoration: none;
}
#filter a:hover
{
    text-decoration: underline;
}


#newsleft
{
    float: left;
    padding-top: 0px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
}
#newstitle
{
    width: 140px;
    float: left;
    padding-top: 10px;
    height: 35px;
}
#newstitle h3
{
    font-size: 12px;
}
#newscontent
{
    width: 830px;
    float: left;
}
#newsdivider
{
    width: 10px;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    height: 35px;
    font-size: 12px;
}

#msg
{
    padding-top: 10px;
    padding-right: 5px;
    font-size: 12px;
    text-align: right;
}
#msg img
{
    vertical-align: top;
    margin-top: -7px;
    border: 0px;
}

.caps
{
    text-transform: capitalize;
}


.box-gold
{
    float: left;
    background-color: #FFEA95;
    border: 1px solid #ffcc00;
}


.box-blue
{
    border: 1px solid #3366ff;
    float: left;
    background-color: #A6BCFF;
}

.box-width
{
    width: 49%;
    height: 300px;
    vertical-align: middle;
}

.button
{
    color: #ffffff;
    font: 1.2em Futura, ‘Century Gothic’, AppleGothic, sans-serif;
    padding: 5px;
    background: url(/images/button.png) repeat-x center #3366ff; /*background-color: rgba(255,204,0,1);*/
    border: 1px solid #3366ff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-bottom: 1px solid #9f9f9f;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
   cursor: pointer;
   
}

/*.button:hover
{
    background-color: rgba(255,204,0,0.8);
}*/

.button:active
{
    position: relative;
    top: 2px;
}


/* FORM****************/

.formLayout
{
    background-color: #f3f3f3;
    border: solid 1px #a1a1a1;
    padding: 10px;
    width: 800px;
}

.formLayout label, .formLayout .txtbox
{
    display: block;
    width: 350px;
    float: left;
    margin-bottom: 10px;
}

.formLayout label
{
    text-align: right;
    padding-right: 20px;
}

br
{
    clear: left;
}

#shoppers-guide
{
    width: 75%;
    text-align: justify;
}

/* jQuery lightBox plugin - Gallery style */
 #gallery {
  background-color: #0000;
  padding: 10px;
  width: 520px;
 }
 #gallery ul { list-style: none; }
 #gallery ul li { display: inline; }
 #gallery ul img {
  border: 5px solid #3e3e3e;
  border-width: 5px 5px 20px;
 }
 #gallery ul a:hover img {
  border: 5px solid #fff;
  border-width: 5px 5px 20px;
  color: #fff;
 }
 #gallery ul a:hover { color: #fff; }

#main #login11
{
    float: left;
    width: 49%;
    text-align: left;
    background-color: #FFEA95;
    border: 1px solid #ffcc00;
    height: 250px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 30px;
}


#recently-viewed-control
{
    background-color: #FFE375;
    border: 1px solid #ffcc00;
}
#terms-condition
{
    width: 75%;
    text-align: justify;
}

#about-us
{
    width: 75%;
    text-align: justify;
}
#promo1
{
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
}
#promo2
{
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
}
#promo3
{
    background-color: #ffcc00;
    border: 1px solid #ffcc00;
}

#promo4
{
    background-color: #B8DAF5;
    border: 1px solid #3366ff;
}
#promo5
{
    background-color: #B8DAF5;
    border: 1px solid #3366ff;
}
#promo6
{
    background-color: #B8DAF5;
    border: 1px solid #3366ff;
}

