/*  General CSS */
* { 
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
    font-family: sans-serif; 
    font-size: 11px;    
    text-align: center;
}
body,input,textarea,button{
    font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    color:#333;
}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:1em;}
.clearfix{display:block;}
:-moz-any-link{outline:none;}

a{color:#0085CF;}
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
.superlink{cursor:pointer;}


hr {display: none;}
ul { list-style: none; }


/* Main Layout */
#page {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    
}
.header {
    height: 5%;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    text-align: left;
    width: 982px;
}
.header .row2{  padding: 8px 0 8px; }
.header .row2 .inner1{background:url(../images/header_t_bg2.gif) repeat-x left top #072846; width:100%;}
.header .row2 .inner2{background:url(../images/header_t_bg1.gif) no-repeat left top; width:100%;}
.header .row2 .inner3{background:url(../images/header_t_bg3.gif) no-repeat right top; padding-bottom:5px;}
* html .header .row2 .inner3{background:url(../images/header_t_bg3.gif) no-repeat right top; padding-bottom:0;}
.header .row2 .col1{width:700 px; float:left;}
.header .row2 .col2{width:225px; float:right;}
.header .row2 .col2 .s_box{margin-top:8px;}
.header .row2 .col2 .s_box .col1{width:197px; float:left;}
.header .row2 .col2 .s_box .col1 input{width:186px; height:16px; border:solid 1px #073357; background:#FFFFFF; color:#878787; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding-left:4px; padding-top:2px;}
.header .row2 .col2 .s_box .col2{width:auto; float:left;}
* html .header .row2 .col2 .s_box .col2{padding-top:1px;}


#primary{
    width: 804px;
    float: right;
    min-height: 6.75em;
}
#primary-main{
    width: 628px;
    float: left;
    margin-right: 8px;
}
#secondary{
    width: 168px;
    float: left;
}
#navigation{
    float: right;
    margin-right: 8px;
    width: 168px;

}
#footer {
    height: 5%;
    width: 980px;
    
}
.fs-footer{
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    width:980px;
    margin:20px auto 0;
    font-size:10px;
    color:#999;
    margin-bottom:0;
    padding-bottom:20px;
    text-align:left;
    width:980px;
}

/* ---------------------- */

/* Modules */
/* Modules Main Module */
.module {
    margin-bottom: 8px;
}
.module-top {
    float: left;
    height: 4px;
    line-height: 4px;
    width: 100%;    
}

#navigation .module h2,
#secondary .module h2,
#navigation .module .modulecontent .list-head h2,
#secondary .module .modulecontent .list-head h2 {
    background:url("../images/column-h2-top.png") no-repeat;
    overflow:hidden;
}


#primary-main .module h2{background:url("../images/primary_main-h2-top.png") no-repeat;}


.module h2,
#secondary .module .modulecontent .list-head h2,
#secondary .module .modulecontent .list-head h2{
    float:left;
    width:100%;
    padding:5px 0 0;
    background:url("../images/primary-h2-top.png") no-repeat;
}


.module h2 span{
    display:block;
    padding:0 0 5px 12px;
    background:#2d5e9f url("../images/h2.png") repeat-x;
    font-weight:bold;
    font-size:13px;
    line-height:14px;
    color:#fff;
    text-shadow:1px 1px 1px #224272;
}

.full .module-top{
    background: url("../images/primary_full-top.png") no-repeat scroll 0 0 transparent;
    
}
#primary-main .module-top {
    background: url("../images/primary_main-top.png") no-repeat scroll 0 0 transparent;
    
}
#navigation .module-top, #secondary .module-top {
    background: url("../images/primary_main-top.png") no-repeat scroll 0 0 transparent;
}

.modulecontent {
    background: url( "../images/primary-bg.png" ) repeat-y scroll 0 0 transparent;
    float: left;
    padding: 8px,0;
    width: 100%;
    }
#navigation .modulecontent,#primary #secondary .modulecontent,#secondary .modulecontent {
    background: url( "../images/column-bg.png" ) repeat-y scroll 0 0 transparent;
    padding: 0;
}


#primary #primary-main .modulecontent {
    background: url( "../images/primary_main-bg.png" ) repeat-y scroll 0 0 transparent;
} 



.module-btm {
    background: url( "../images/primary-btm.png" ) no-repeat scroll 0 0 transparent;
    line-height: 5px;
    float: left;
    width: 100%;
    clear: left;
    margin-bottom: 7px;
}



#primary #primary-main .module-btm {
    background: url( "../images/primary_main-btm.png" ) no-repeat scroll 0 0 transparent;
}
#navigation .module-btm,
#secondary  .module-btm{
    background:url("../images/column-btm.png") no-repeat;
}

#navigation .module h3 a,
#secondary .module h3 a { 
    background:transparent url("../images/h3-arrow.png") 146px .47em no-repeat;
    _background-image:url("../images/h3-arrow.gif");
}

/* List View */
#list-items {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.list-item {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    min-height: 250px;
    padding: 10px 0 10px 12px;
    
}

.galery-mode .list-item .img .pic{
    border: medium none;
    height: 200px;
    vertical-align: middle;
    width: 200;    
}

.list-item .pic {
    border: medium;
    height: 125px;
    width: 125px;
    position: absolute;
}
.pic {
    border: 1px solid #CCCCCC;
    display: table !important;
    height: 125px;
    overflow: hidden;
    table-layout: fixed;
    width: 125px;
}

.list-item .pic a  {
    position: relative;    
}

.gallery-mode .list-item {
    clear: none;
    float: left;
    height: 200px;
    padding: 20px 15px 10px;
    position: relative;
    width: 125px;
}

.gallery-mode .list-item .img img{
    max-height: 200px;
    max-width: 200px;
}
.list-item .img img {
    margin: 0;
    max-height: 125px;
    max-width: 125px;
    padding: 0;
}

.pic .picCore {
    vertical-align: center;
}
a img {
    border: medium none;
}

.floating_image_tag{
    position: absolute;    
}

.info {
    position: relative;
    margin-top: 125px;
}

/* List View */
.product-grid{}

.module ul.product-row{
    margin-left:1px;
    padding:0;
    width:626px;
    border-bottom:1px solid #e5e6e8;
    background:url("../images/primary_main-grid.png") 50% 0 repeat-y;
}

.module ul.product-row,
.module ul.product-row li{
    min-height:16em;
    height:auto!important;
    height:16em;
}

.module ul.product-row li{
    position:relative;
    display:inline;
    float:left;
    margin:0 1px 0 0;
    width:156px;
}
.module ul.product-row,
.module ul.product-row li{
    min-height:16em;
    height:auto!important;
    height:16em;
}
.module ul.product-row li.first-tile{width:154px;}
.module ul.product-row li.last-tile{margin-right:0;width:142px;}
.module ul.product-row li.first-tile{width:154px;}
.module ul.product-row li.last-tile{margin-right:0;width:142px;}
.module ul.product-row li dl{position:relative;top:8px;left:18px;width:121px;min-height:15em;font-size:10px;}
.module ul.product-row li dt{height:auto!important;height:2.85em;min-height:2.85em;font-size:1.1em;line-height:1.125em;}
.module ul.product-row li dt a{color:#333;}
.module ul.product-row li dt a:hover{text-decoration:none;color:#000!important;}
.module ul.product-row li dd.starrating{margin:.5em 0;line-height:1em;}
.module ul.product-row li dd.more a{color:#0085CF;}


.module .product-list  {
}

.title_box h2 span {
    overflow: hidden;
    margin-bottom: 0;
    padding-left: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height : 50px;    
}
.title_box h2 {
    background-image: url("../images/primary_main-top-with-content.png") ;
    background-repeat: no-repeat ;
    background-position: 0 0;
    padding-bottom: 0;    
}
.title_box {
    margin-bottom: 0;
}


/* Cart Buttons */
.add-to-cart .atc-loading {
    background-image: url("../images/loading_11.gif");
    background-position: 0 3px;
    background-color: transparent;
    color: #666666;
    display: block;
    font-size: 11px;
    height: 22px;
    width: auto;
    line-height: 22px;
    padding-left: 22px;
}
.add-to-cart .atc-success{
    
}
.add-to-cart .atc-failed{
    
}
.listing .hidden {
    visibility: hidden;
}

input.cart-quantity{
    text-align: right;
    width: 1.98em;
}

a.atc-button {
/*    background: url(../images/fashionsteel-icons.png);      */
    background: url(../images/fashionsteel_icons.png);
    background-repeat: no-repeat;
    display: block;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    background-position: 0px  0px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    float: left;
    position: relative;
    margin-left: 2px;
    padding-left: 18px;
/*
    
    width: 16px;
    text-indent: -99999px;

*/
}
a.atc-button .text {
    text-indent: 0px;
}
a.uc-button .text {
    text-indent: 0px;
}
a.uc-button {
    background: url(../images/fashionsteel_icons.png);
    background: url(../images/update_icon.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 16px;
    height: 16px;
    
/*  width: 16px;   
    text-indent: -99999px;
    display: block;
 
*/
    overflow: hidden;

    text-decoration: none;
    cursor: pointer;
    margin: 0;
    position: relative;
    margin-left: 2px;

    text-indent: -99999px;

}
a.rfc-button {
    background: url(../images/fashionsteel_icons.png);
    background: url(../images/delete_icon.png);
    background-repeat: no-repeat;
    display: block;
    line-height: 16px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-position: 0px 0px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    float: left;
    position: relative;
    text-indent: -99999px;
    margin-left: 2px;
}
div.cart-commands {
    height: 24px;
}
span.button-with-text {
    
}
div.product-msgs{
    height: 18px;
    width: 100%;
    position: relative;
}
div.product-info-updating{
    height: 18px;
    width: 100%;
    position: absolute;
}
div.product-info-error{
    height: 18px;
    width: 100%;
    position: absolute;
}

.fs-hidden{
    visibility: hidden;
}
#cartBoxInfo {
    position: relative;      
    width: 160px;
}
#cartBoxEmpty{
    position: relative;      
    width: 160px;
}
#shoppingcartContent{

}

.red {
    color: #990000;
}

div.product-content .ul{
    min-height: 250px;
}
