/* ----------------------------------------------
	Template Name : aok dressing table
	Version : 1.0   
	Author URI : http://www.suedeapple.co.uk/    
	Last Date Modified : Nov 2009	
 ------------------------------------------------ */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */

*
{
    margin: 0;
    padding: 0;
    outline: 0;
}

body
{
    background: #fff url(/sitefiles/images/web/background.jpg);
    font-size: 12px;
    font-family: arial;
    color: #000;
    margin:0px;
    padding:0px;
}

/* links */
a, a:visited
{
    color: #98682B;
    background: inherit;
    text-decoration: none;
}
a:hover
{
    color: #98682B;
    background: inherit;
    text-decoration: underline;
}

a.black
{
    color: #000;
    background: inherit;
    text-decoration: none;
}

a.black:hover
{
    color: #000;

    text-decoration: underline;
}

/* headers */
h1, h2, h3
{
    font-family:  Arial, Verdana;
    font-weight: Bold;
    padding: 0px 0px 12px 0px;
    color: #000;
}
h1
{
    font-size:20px;
    font-weight:normal;
    clear:both;
}
h2
{
    font-size:20px;
    font-weight:normal;
    clear:both;
}

h3
{

    font-weight: normal;
    padding: 0px 0px 12px 0px;
    color: #000;
    font-size: 18px;
}

h4
{

    font-weight: bold;
    padding: 0px 0px 12px 0px;
    color: #000;
    font-size: 12px;
}

h5
{

    font-weight: normal;
    padding: 0px 0px 12px 0px;
    color: #000;
    font-size: 12px;
   

}

/* Paragraph */
p
{
    padding: 0px 0px 12px 0px ;
    line-height:21px;
    color:#000;
}



/* Lists */
ul, ol
{
    margin: 0px 0px 10px 20px;
    padding: 0 20px 0px 20px;
}
ul
{
    list-style: disc;
    color:#000;
}

li
{
    line-height:20px;
    margin:0px;
    padding:0px;
}

dl
{
    padding: 10px;
    margin: 0;
}

dt
{
    font-weight: bold;
    color: #79A62E;
}
dd
{
    padding-left: 25px;
}

/* images */
img
{
    border: 0px;
}
img.float-right
{
    margin: 5px 0px 10px 10px;
}
img.float-left
{
    margin: 5px 10px 10px 0px;
}

code
{
    margin: 5px 0;
    padding: 15px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console' , 'Courier New' , monospace; /* white-space: pre; */
    border: 1px solid #deedae;
    background: #F0FFD2;
}
acronym
{
    cursor: help;
    border-bottom: 1px dotted #895F30;
}

blockquote
{
    margin: 15px 10px;
    padding: 15px 7px 10px 40px;
    font-weight: normal;
    font-size: 17px;
    font-style: italic;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    color: #80614D;
    background: #000 url(/sitefiles/images/web/contentbackground.jpg) no-repeat top center;
}

form
{
    margin: 0px;
    padding: 0px;
}


#pinesolutionspromo
{
    margin:20px 10px 10px 10px;
    position:relative;
}

#pinesolutionspromo p
{
    position:absolute;
    top:185px;
    right:228px;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    width:300px;

    text-align:center;
}

#pinesolutionspromo p a
{
    color:#fff;
    text-decoration:none;
}

/* start - table */
table
{
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
}
th
{
    height: 38px;
    padding: 6px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    border-bottom:1px solid #898989;
}
tr
{
     padding: 6px;
}


td
{
    padding: 6px;

}







/* end - table */


/* form elements */

label
{
    display: block;
    font-weight: normal;
    margin: 8px 0 5px 0;
    color: #666666;
}
input, textarea, select
{
    padding: 4px;
    color: #666666;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd #dddddd #dddddd #dddddd;
    font: normal 11px Verdana, sans-serif;
}
textarea
{
    width: 400px;
    height: 100px;
    display: block;
}




/********************************************
   LAYOUT
********************************************/

#admin
{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}

#wrapper
{
    position: relative;
    width: 1000px;
    background-color: #fff;
    margin: 0px auto;
}



#header
{
    width: 1000px;
    color: #fff;
    padding: 0;
    margin: 0;
    height:140px;
    background:#E9E9E9 url(/sitefiles/images/web/header.jpg) repeat-x 0 0;
    position:relative;
}

#header p
{
   
    padding: 0px 0 5px 20px;
    margin: 0 ;
}



#header h3
{
    display: none;
}

 #header h4
 {
     position:absolute;
     top:34px;
     right:40px;
     font-size:28px;
     margin:0px;
     padding:0px;
color:#888;
text-align:right;

 }

#content-wrapper
{
    clear: both;
    width: 960px;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    background: #fff;
    overflow:hidden;
}


#main-content
{
    float:left;
    width:650px;
}

#side-panel
{
    float:left;
    width:295px;
    margin-left:15px;


   
}

#side-panel .box
{

}


#side-panel h4
{
    padding:10px;
    margin-bottom:10px;
    background-image:url(/sitefiles/images/web/tile.jpg);
}

/* menu */
#menu
{
    clear: both;
    padding: 0;
    margin: 0;
    width: 1000px;
    overflow: hidden;
    background-color: #000;
   
}
#menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#menu ul li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#menu ul li a
{
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px 0px 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border-right: 1px solid #5c5c59;
    
}

#menu ul li.last a
{
    border:none;
}

#menu ul li a:hover, #nav ul li a:active
{
    color: #D4A261;
}
#menu ul li a.current
{
    color: #D4A261;
}



/* ---------------------------------------------------- */
/* stock list list
/* ---------------------------------------------------- */

.stock-list ul
{
    margin:5px 0px 0px 0px ;
    padding:0px;
    list-style-type:none;
    width:650px;
    overflow:hidden;
}

.stock-list ul li
{
    float:left;
    width:204px;
    height:250px;
    margin:0px 10px 10px 0px;
    padding:0px;
    border:1px solid #ccc;
    position:relative;
    
}

.stock-list ul li img
{
    position:absolute;
    text-align:center;
    top:70px;
    left:36px;
}

.stock-list ul li p.productname
{
    padding:10px 10px 5px 10px;
    margin:0px;
    line-height:17px;
    text-align:center;
    }
    
.stock-list ul li .price-info
{
    position:absolute;
    bottom:10px;
    border-top:1px solid #ccc;
    width:184px;
    margin:0px 10px 0px 10px;
    background-color:#efefef;
    overflow:hidden;
}    

.stock-list ul li .price-info p.price
{
    float:left;
    padding:5px 5px 5px 10px;
}    

.stock-list ul li .price-info p.info
{
    float:right;
    padding:5px 10px 5px 5px;
}  


.stock-list ul li.hover2
{
  
     cursor:pointer;
}

.stock-list-paging
{
    background-color:#efefef;
    padding:5px;
    text-align:right;
       margin-right:12px;
}


.filter
{
    background-color:#fff;
    padding:5px;
    margin-right:12px;
    margin-bottom:5px;
    background-image:url(/sitefiles/images/web/tile.jpg);
}

.filter label
{
    display:inline;
    color:#000;
    margin-right:10px;
}

.filter .dropdown
{
    display:inline;
    margin-right:15px;
}


/* ---------------------------------------------------- */
/* Contact Form
/* ---------------------------------------------------- */

#side-panel .ebay 
{
   overflow:hidden;

  border:1px solid #ccc;
  margin-bottom:5px;
}


#side-panel .ebay p.title a
{

 color:Black;
}

#side-panel .ebay img
{
    float:left;
    margin:10px 10px 10px 10px;
}

#side-panel .ebay p
{
    padding:0px;
    margin:10px 10px 0px 120px;
    line-height:normal;
}

#side-panel .ebay p .price
{
    font-weight:bold;
}
    
 #side-panel p.logos img
 {
     display:block;
     margin:0px;
     padding:0px;
 }   


/* ---------------------------------------------------- */
/* Contact Form
/* ---------------------------------------------------- */


.contact-form
{
  
    padding: 0px;
}

.contact-form input
{
    width: 320px;
    font-size: 12px;
    padding: 4px;
    margin-bottom:10px;
    color:#000;
}

.contact-form .multiline
{
    width: 320px;
    font-size: 14px;
    padding: 4px;
    background-color:#fff;
    margin-bottom:10px;
    height:100px;
    color:#000;
}

.contact-form input.button
{
    width: auto;
    height: 30px;
    background-color:#efefef;
}

.contact-form .error
{
    color:#00cec2; 
}



/* ---------------------------------------------------- */
/* Subscribe
/* ---------------------------------------------------- */


.subscribe
{
   background-color: #fff;
}

.subscribe input
{
    width: 180px;
    font-size:12px;
    padding: 7px;
}

.subscribe input.button
{
    width: auto;
    height: 30px;
    background-color:#efefef;
}

.subscribe p
{
    margin-top:10px;
}

.vouchercodes
{
    border:1px solid #ccc;
   background-color:#efefef;
    padding:10px;
    margin-bottom:8px;
}

.vouchercodes h3
{
    font-size:13px;
    font-weight:bold;
    border-bottom:1px solid #fff;
    padding:0px 0px 5px 0px;
    margin-bottom:5px;
}

.voucher-info
{
    display:none;
    clear:both;
    position:relative;
    border:1px solid #ccc;
    padding:10px;
    margin-bottom:10px;
    width:250px;
}

/* ---------------------------------------------------- */
/* Footer
/* ---------------------------------------------------- */

#footer-wrapper
{
    clear: both;
    overflow: hidden;
    width: 1000px;
    height:194px;
    text-align: left;
    padding: 0;
    margin: 0;
    background:#252525 url(/sitefiles/images/web/footerbackground.jpg) repeat-x left top;

}
#footer-columns
{
   overflow:hidden;
   padding-top:20px;
}


#footer-columns .col1
{
    float:left;
    border-right:1px solid #343338;
    width:150px;
    height:155px;
}

#footer-columns .col2
{
    float:left;
    width:190px;
    height:155px;
}

#footer-columns .col3
{
    float:left;
    width:170px;
    border-right:1px solid #343338;
      height:155px;
}

#footer-columns .col4
{
    float:left;
    width:400px;
    height:155px;
 
}


#footer-columns
{
    overflow:hidden;
 }

#footer-columns h5
{
    font-size:14px;
    font-weight:normal;
    margin:0px;
    padding:15px 0px 5px 40px;
    color:#fff;
}


#footer-columns p
{
    font-size:12px;
    font-weight:normal;
    padding:0px;
    margin:0px 0px 0px 40px;
    color:#fff;
    line-height:21px;
}

#footer-columns .col3 p
{
     margin:36px 0px 0px 20px;
}












/* alignment classes */
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.align-left
{
    text-align: left;
}
.align-right
{
    text-align: right;
}
.align-center
{
    text-align: center;
}

/* clearing */
.clearer
{
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}
.clear
{
    display: inline-block;
}
.clear:after
{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}






