/**********************************************************
*  Master CSS file ITO.WEB fashionwear Template           *
*  Copyright (c) ITTOO Design http://www.ittoodesign.com  *
**********************************************************/

* { margin:0; padding:0; }

body {
    margin: 0;
    padding: 0;
    background: #B4C7DC;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    }
pre {
    font: 12px Arial, Helvetica, sans-serif;
    }

img { border: 0; }

a:link,
a:visited { color: #000; text-decoration: none; }
a:hover { 
    outline: none; 
    color: #000; 
    text-decoration: none; 
    }

*:focus { outline: none; }

input {
    border: 1px solid #ccc;
    }

ul { list-style: none; }

h3 {
    font-weight: bold;
    font-size: 1.2em;
    color: #FFA300;
    }
    
h4 { 
    font-weight: bold; 
    font-size: 1em;
    padding: 5px 0 0 0;
    display: inline;
    }
    
h5 { /* error msg */
    color: #f00;
    font-size: 1em;
    font-weight: bold;
    }
        
em { margin: 0 12px 0 5px; font-style: normal; font-weight: normal; }

/*********************************************************/
.spacer { clear:both;}
.messages { 
    color: #f00;
    font-weight: bold;
    clear: both;
    display: block;
    overflow: visible; 
    width: 530px;
    text-align: center;
    }
    
.linethru {
    text-decoration: line-through;
    }

/********** MAIN FRAME ***********************************/
#mainframe {
    margin: 0 auto;
    width: 980px;
    background-color: #DFE7F0;
    border: 1px solid;
}

#banner {
    background: url(../images/banner.jpg) no-repeat;
    margin: 0 auto;
    width: 940px;
    height: 80px;
    text-align: right;
    overflow: hidden;
    }
    
#banner #address {
    padding: 8px 30px 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3em;
    }
    
#banner #address a {
    color: #fff;
    }
            
#catmenu {
    background: url(../images/menuflower.jpg) no-repeat;
    padding-bottom: 20px;
    width: 156px;
    }
    
#catmenu ul {
    padding-top: 30px;
    }

#catmenu li {
    padding: 2px 0;
    overflow: hidden;
    padding-left: 15px;
    }
        
#catmenu a {
    width: 124px;
    display: block;
    padding-left: 4px;
    }
    
#catmenu a:hover {
    background-color: #FFBF64;
    }
    
#catmenu h4 {
    padding: 0 5px;
    }
    
#columns #menubottom {
    background: url(../images/menubottom.jpg) no-repeat;
    width: 156px;
    height: 32px;
    }
    
#topmenu {
    margin-top: 5px;
    }
    
#topmenu #topinfo {
    float: left;
    }
    
#topmenu #topbuttons {
    float: right;
    }
    
#topmenu img {
    margin-left: 10px;
    }
    
#topmenu a {
    text-decoration: underline;
    }
    
#topmenu a:hover {
    color: #ff6600;
    }
    
/********* LOGIN *******************/
#login {
    background: url(../images/menutop.jpg) no-repeat;
    font-size: 0.9em;
    overflow: hidden;
    }
    
#login #loginform {
    padding-top: 15px;
    margin-left: 15px;
    width: 100px;
    }

#loginform div {
    padding-top: 5px;
    }
    
#loginform .button {
    font-size: 0.9em;
    font-weight: bold;
    border: 1px solid #777;
    }
    
#loginform a {
    text-decoration: underline;
    display: block;
    }
    
#loginform a:hover {
    background-color: #ccc;
    }
    
/********* FOOTER *****************/
#footer {
    margin-top: 10px;
    background: #DFE7F0 url(../images/footer.gif) repeat-x;
    padding-bottom: 30px;
    font-size: 10px;
    font-weight: bold;
    color: #777;
    }
    
#footer ul {
    padding-top: 10px;
    } 

#footer li {
    display: inline;
    margin: 0 10px;
    }
    
#footer a {
     color: #777;
    }
            
/********** HOME CONTENT **********/        
#columns #homecolumn2 {
    width: 770px;
    float: left;
    }
    
#homecolumn2 #contenttop {
    background: url(../images/homecontenttop.gif) no-repeat;
    height: 21px;
    clear:both;
    }
    
#homecolumn2 #content {
    background: url(../images/homecontent.gif) repeat-y;
    clear: both;
    }
    
#homecolumn2 #contentbottom {
    background: url(../images/homecontentbottom.gif) no-repeat;
    height: 28px;
    clear:both;
    }
    
#homecolumn2 #icons {
    padding: 0 0 0 30px;
    float:left;
    width: 430px; 
    }
    
#homecolumn2 #newarrival {
    float: left;
    }
    
/********** PAGE ******************/         
#columns {
    margin: 0 auto;
    width: 940px;
    text-align: left;
    }
    
#columns #column1 {
    background: url(../images/menu.gif) repeat-y;
    width: 156px;
    float: left;
    margin-right: 5px;
    }        
   
#columns #column2 {
    width: 676px;
    float: left;
    }
    
#column2 #contenttop {
    background: url(../images/contenttop.gif) no-repeat;
    height: 21px;
    clear:both;
    }
    
#column2 #content {
    background: url(../images/content.gif) repeat-y;
    clear: both;
    min-height: 300px;
    vertical-align: middle;
    }
    
#column2 #contentbottom {
    background: url(../images/contentbottom.gif) no-repeat;
    height: 28px;
    clear:both;
    }       

#columns #column3 {
    float: left;
    width: 98px;
    text-align: center;
    margin-top: 35px;
    }
    
    
/********** FORM ******************/
.button {
    font-weight: bold;
    border-style: outset;
    padding: 5px;
    }

.defaultform {
    margin: 0 20px;
    overflow: hidden;
    }
    
.defaultform .desc{
    clear: both;
    display: block;
    font-weight: bold;
    width: 530px;
    overflow: visible; 
    padding: 20px 20px;
}    

.defaultform .desc2{
    clear: both;
    display: block;
    font-weight: normal;
    width: 530px;
    overflow: visible; 
    padding: 20px 20px;
}  
    
.defaultform dl {
    clear: both;
    }
    
.defaultform dt { clear: left;
    width: 150px; 
    float: left;    
    text-align: right;
    padding: 7px 5px;
    }
    
.defaultform dd {
     width: 300px; 
     float: left;    
     padding: 5px 2px;
    }
    
/********** PRODUCT LIST **********/
#productlist {
    margin: 0 45px;
    overflow: hidden;
    text-align: center;
    }
    
#productlist .item {
    float: left;
    padding: 5px 8px;
    }

/********** PRODUCT ***************/
#product {
    margin: 0 10px;
    overflow: hidden;
    }
    
#product li {
    float: left;
    padding: 0 10px;
    }
    
#product p {
    padding: 5px 0;
    }
    
#thumbnails li {
    float: left;
    padding: 0 1px 1px 0;
    cursor: pointer;
    }
    
/********** ARTICLE ***************/
#article {
    margin: 0px 40px;
    overflow: hidden;
    width: 600px;
    }
    
#article a {
    text-decoration: underline;
    color: #00f;
    }
    
/* Black table border */
/*#article table {
    background: #000;
    }
    
#article table td {
    background: #fff;
    }*/
    
    

