﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background:#3f3e37;
    font-family:Arial;
    font-size:11px;
    color:#999999;
}

a
{
    text-decoration:none;
    outline: none;
    color:#999999;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    font-size:11px;
    line-height:16px;
    margin:20px 0px 20px 0px;
}

h1
{
    font-size:22px;
    color:#666;
}

h2
{
    font-size:14px;
    color:#666;
    margin:10px 0px 15px 0px;
}

h3
{
    font-size:24px;
    color:#cc3333;
    font-weight:bold;
    margin:10px 0px 15px 0px;
}

h4
{
    font-size:18px;
    margin:0px;
    padding:0px;
    color:#666;
}

.text-dark
{
    color:#333;
}

.text-dark-big
{
    color:#333;
    font-size:14px;
    font-weight:bold;
}

.text-red
{
    color:#cc3333;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:960px;
    margin:0 auto;
    height:auto;
}

#layout
{
    width:910px;
    margin:0px;
    padding:0px 25px 0px 25px;
    float:left;
    background:#ffffff;
}

		/*---------------------header---------------------*/
		
#header
{
    width:910px;
    color:#999999;
    text-align:right;
    padding-top:12px;
    font-weight:bold;
}

#header IMG
{
    margin:30px 0px 30px 0px;
}

#header a
{
    margin:0px 2px 0px 2px;
}

        /*----------------------nav-----------------------*/
        
.nav
{
    float:left;
    width:154px;
    list-style-type:none;
    text-align:right;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
    margin:0px;
    padding:0px;
    padding-bottom: 20px;
}

.nav li
{
    margin:0px 0px 8px 0px;
}

.nav li a
{
    color:#333333;
}

.nav li a:hover,
.nav li a.current,
.subnav li a:hover,
.subnav li a.current,
.sub-subnav li a:hover,
.sub-subnav li a.current
{
    text-decoration:none;
    color:#000000;
}

.subnav
{
    float:left;
    width:154px;
    list-style-type:none;
    text-align:right;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

.subnav li
{
    margin:8px 0px 8px 0px;
}

.subnav li a
{
    color:#999999;
}

.sub-subnav
{
    float:left;
    width:154px;
    list-style-type:none;
    text-align:right;
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
    margin:0px 0px 10px 0px;
    padding:0px;
}

.sub-subnav li
{
    margin:8px 0px 8px 0px;
}

.sub-subnav li a
{
    color:#999999;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:154px;
}

.subheader-left
{
    float:left;
    width:154px;
    height:26px;
    line-height:26px;
    text-align:right;
    font-weight:bold;
    margin-bottom:20px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    text-transform:uppercase;
}

#content-rightcol
{
    float:right;
    width:702px;  
}

#subheader-right
{
    width:702px;
    height:26px;
    line-height:26px;
    font-weight:bold;
    margin-bottom:20px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
}

#subheader-right-search
{
    float:left;
    width:150px;
}

#subheader-right-links
{
    float:right;
    width:550px;
    text-align:right;
}

#subheader-right-links a
{
    margin:0px 2px 0px 2px;
}

.searchbox
{
    float:left;
    width:96px;
    border:1px solid #999999;
    height:14px;
    padding:0px 2px 0px 2px;
    margin:5px 5px 0px 0px;
    font-size:11px;
    color:#000000;
}

#content-home
{
    float:left;
    width:702px;    
}

#content-home IMG
{
    float:left;
}

.quicklink
{    
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.quicklink-container
{
    background-color: #EFEFEF;
    float: left;
    position: relative;
    cursor: pointer;
}

.quicklink-text
{
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    display: none;
    color: #666;   
    font-size: 22px; 
}

.product-small-listing
{
    float:left;
    margin:21px 21px 0px 0px;
    background-color: #999999;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0px;
    height: 99px;
    width: 99px;
}

.product-large-listing
{
    float:left;
    margin:21px 21px 0px 0px;
    background-color: #999999;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0px;
    height: 220px;
    width: 220px;
}

.product-small-text
{
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 4px;
    display: none;
    color: White;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
}

.product-small-text small
{
    font-size: 8px;
    line-height: 8px;
}

.product-large-text
{
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 4px;
    display: none;
    color: White;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    
}

.product-large-text small
{
    font-size: 14px;
}

.designer-listing
{
    float:left;
    margin:21px 21px 0px 0px;
    background-color: #999999;
    cursor: pointer;
    position: relative;
    width: 220px;
}

.designer-text
{
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 10px;
    display: none;
    color: White;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
}

#shareme-dropdown
{
    position: absolute;
    float: left;        
    width: 103px;
    height: 122px;      
    background-image: url(/images/button_shareme_expanded.jpg);
    display: none;
}

#shareme-dropdown p
{
    font-size: 12px;
    padding: 10px;        
    font-weight: bold;  
    margin: 0px;
    line-height: 24px;    
}

#content-products
{
    float:left;
   
}

#product-header
{
    float:left;
    width:662px;
    height:180px;
    text-align:right;
    font-size:20px;
    line-height:28px;
    color:#000;
    font-weight:700;
    padding:20px;
    /*background:URL(/images/category_header.jpg);*/
}

#products
{
    float:left;
    width:702px;   
}



#content-left
{
    float:left;
    width:461px;
}

#content-left-leftcol
{
    float:left;
    width:220px;
}

#content-left-rightcol
{
    float:right;
    width:220px;
}

#content-right
{
    float:right;
    width:220px;
    padding-top: 10px;
}

#content-right p
{
	float:left;
	width:220px;
	font-size:11px;
    	line-height:16px;
    	margin:10px 0px 10px 0px;
}

.product-details
{
    width:220px;
    color:#333;
}

#thumbs
{
    float:left;
    width:461px;
}

#thumbs IMG
{
    float:left;
    margin-right:21px;
}

#recomended
{
    float:left;
    width:461px;
    margin-top:45px;
}

#recomended-images
{
    float:left;
    width:461px;
    border-top:1px solid #999;
    padding:10px 0px 10px 0px;
    margin-top:5px;
}

/*#recomended-images IMG
{
    float:left;
    margin-right:21px;
} */

#bottom-link
{
    float:right;
width:300px;
text-align:right;
    line-height:20px;
    height:20px;
    font-weight:bold;
}

#bottom-link a:hover, 
#bottom-link a.current
{
    text-decoration:none;
    color:#000;
}

#contact-wrapper
{
    float:left;
    width:702px;
    color:#666;
}

#contact-wrapper a
{
    color:#cc3333;
    font-size:12px;
    font-weight:bold;
}

.basket-wrapper
{
    float:left;
    width:702px;
    border-top:1px solid #999999;
    
}

.basket-items
{
    float:left;
    width:702px;
    margin:15px 0px 0px 0px;
}

.basket-items td
{
    vertical-align:top;
    font-size:10px;
    padding-bottom:8px;
}

.basket-image
{
    width:84px;
    padding-right:26px;
}

.basket-item
{
    width:247px;
}

.basket-delivery
{
    width:162px;
}

.basket-quantity
{
    width:80px;
}

.basket-input
{
    width:40px;
    border:1px solid #999;
    font-size:12px;
    color:#999;
    font-weight:bold;
}

.basket-price
{
    width:70px;
}

.basket-price2
{
    width:100px;
}

.basket-remove
{
    width:33px;
}

.basket-table
{
    float:left;
    width:247px;
}

.basket-designer
{
    width:147px;
}

.basket-text
{
    font-size:12px;
    font-weight:bold;
}

#basket-bottom
{
    float:left;
    width:702px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:5px 0px 5px 0px;
}

#basket-bottom-left
{
    float:left;
    width:400px;
}

#basket-bottom-left IMG
{
    float:left;
    margin-right:5px;
    margin-top:3px;
}

#basket-bottom-right
{
    float:right;
    font-size:10px;
    width:110px;
}

#copy-details-button 
{
    padding: 6px; 
    color: White; 
    font-weight: bold;
    background-color: #999;
}

#copy-details-button:hover
{
    background-color: #000;
    text-decoration: None;
}

.account-login
{
    float:left;
    width:600px;
    font-size:10px;
    color:#666;
    margin:30px 0px 20px 0px;
    padding-right:102px;
}

.account-login img
{
    position:relative;
    top:5px;
}

.textbox
{
    width:200px;
    margin-right:50px;
    border:1px solid #666;
}

#new-account
{
    float:left;
    width:702px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:15px 0px 15px 0px;
    margin-top:15px;
}

.new-account-bracket
{
    float:left;
    width:702px;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:15px 0px 15px 0px;
    margin-top:15px;
    margin-bottom:15px;
}

        /*---------------------footer---------------------*/
   
#footer-top
{
    float:right;
    width:702px;
    height:26px;
    line-height:22px;
    text-align:left;
    font-weight:bold;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    font-size:10px;
    font-weight:bold;
}
     
#footer
{
    float:right;
    width:702px;
    font-size:10px;
    padding: 10px 0px 42px 0px;
    border-bottom:1px solid #999999;
    border-top:1px solid #999999;
}

#footer-bottom
{
    float:left;
    width:702px;
    font-size:10px;
    color:#514f47;
    padding:121px 0px 25px 0px;
    text-align:center;
}

#footer-bottom a
{
    color:#514f47;
    font-weight:bold;
}

#footer-bottom IMG
{
    margin-bottom:5px;
}

.footer-links
{
    float:left;
    width:150px;
}

.footer-pages
{
    width:702px;
    margin:0px;
    padding:0px;
}

.footer-pages-left
{
    width:150px;
}

.footer-pages-center
{
    width:402px;
    text-align:center;
}

.footer-pages-right
{
    width:150px;
    text-align:right;
}


.gridview
{
    border:solid 1px #CCCCCC;
    width:786px;
}

.gridview th
{
    background-color: #000000;
    color:#FFFFFF;
    padding:4px;
    border:solid 1px #CCCCCC;
}

.gridview td 
{
    padding:4px;
    border:solid 1px #CCCCCC;
}

.gridview tr:hover
{
    background-color:#efefef;
}

.inputtable 
{
    width:786px;
    border-collapse:collapse;
}

.inputtable td
{
    padding:6px 0px;
    border:solid 1px #dfdfdf;
    padding-left:10px;
}

.inputcol1 
{
    width:150px;
}

#terms-wrapper
{
    padding: 20px;
}

#terms-inner
{
    background: white;
    padding: 10px;
}

#terms-title
{
    font-size:14px;
    text-decoration:underline;
}

#term-list-wrapper
{
    padding: 10px;
}

.term-item
{
    padding:  20px 0 0px 0;
}

#home-footer
{
    clear:both;
    padding:10px 0px 0px 0px;
}

#home-footer p
{
    margin:0px;
    padding:0px;
}

.designer-description
{
    font-size:14px; 
    font-weight:normal; 
    line-height:18px; 
    color:#535353;
}

.designer-tagline
{
    line-height: 20px;
}