﻿/* General */

/*Reset Common Tags*/

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

body 
{
    margin:0px auto;
    padding:0px;
    background:URL(images/dots_bg.jpg) repeat;
    font-family:Arial;
    font-size:12px;
    color:#404041;
}

a
{
    text-decoration:none;
    color:#bcbdc0;
    font-weight:bold;
    outline:0;
}

a:hover
{
    text-decoration:none;
    color:#333;
}

img
{
    border:0px;
}

p
{
    margin:12px 0px;
}

.text-grey
{
    font-weight:bold;
    color:#bcbdc0;
    text-transform:uppercase;
}

.text-pink
{
    color:#ee3897;
}

.select-checkout
{
    display:block;
    height:23px;
    margin-bottom:10px;
}

label
{
    float:left;
    width:150px;
    padding:6px 10px 0px 0px;
}

.textbox-checkout
{
    width:260px;
    height:19px;
    padding:4px 5px 0px 5px;
    border:1px solid #939598;
    margin-bottom:10px;
}

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

#layout
{
    float:left;
    width:920px;
    padding:20px;
    background:#fff;
}

        /*---------------------header---------------------*/
        
#header
{
    float:left;
    width:920px;
}

#header-left
{
    float:left;
}

#header-right
{
    float:right;
    padding-top:14px;
}

#header-right img
{
    float:right;
}

.bag-items
{
    float:right;
    display:block;
    font-family:Verdana;
    font-size:11px;
    background:URL(images/bag-header.jpg) no-repeat;
    width:22px;
    height:28px;
    text-align:center;
    line-height:28px;
    color:#fff;
}
        
        /*---------------------navigation-----------------*/
        
#navigation
{
    float:left;
    width:920px;
    margin:20px 0;
    padding:3px 0 0 0;
    border-top:1px solid #bcbdc0;
    border-bottom:1px solid #bcbdc0;
}

#navigation-left
{
    float:left;
    width:300px;
}

#navigation-left img
{
    float:left;
}

#navigation-right
{
    float:right;
    width:620px;
}

.input-nav
{
    float:left;
    width:130px;
    height:17px;
    padding:0 3px;
    margin:0 5px;
    background:#f3f3f4;
    border:1px solid #f3f3f4;
}

.input-form
{
    width:230px;
    height:17px;
    padding:0 3px;
    margin:0 5px;
    background:#f3f3f4;
    border:1px solid #f3f3f4;
}

.nav
{
    float:right;
    margin:0;
    padding:0;
}

.nav li
{
    list-style-type:none;
    float:left;
}

.subnav
{
    float:left;
    width:230px;
    margin:0;
    padding:10px 0 15px 0;
    border-bottom:1px solid #bcbdc0;
}

.subnav li
{
    list-style-type:none;
    font-weight:bold;
    text-transform:uppercase;
}

.subnav li a
{
    color:#bcbdc0;
}

.subnav li a:hover,
.subnav li a.current
{
    color:#000;
}

        /*---------------------content--------------------*/
 
#content
{
    clear:both;
    float:left;
    width:920px;
}
       
#content-leftcol
{
    float:left;
    width:230px;
}

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

.banner
{
    float:left;
    width:640px;
    padding-bottom:20px;
    border-bottom:1px solid #bcbdc0;
}

.banner-about
{
    float:left;
    width:620px;
    height:70px;
    padding-bottom:20px;
    padding-left:20px;
    padding-top:70px;
    border-bottom:1px solid #bcbdc0;
    background:url(images/banner-about.jpg) no-repeat;
}

.left-box
{
    float:left;
    width:230px;
    border-bottom:1px solid #bcbdc0;
    padding:15px 0 5px 0;
}

.right-box
{
    float:left;
    width:640px;
    border-bottom:1px solid #bcbdc0;
    padding:15px 0 15px 0;
}

.social-networks
{
    width:230px;
}

.social-networks td
{
    width:160px;
    padding:10px 0;
}

.product-wrapper
{
    float:left;
    width:200px;
    margin-right:20px;
}

.product-left
{
    float:left;
    width:200px;
}

.product-right
{
    float:right;
    width:420px;
    padding-top:20px;
}

.product-right-leftcol
{
    float:left;
    width:200px;
}

.product-right-rightcol
{
    float:right;
    width:200px;
    padding-top:50px;
}

.product-right-rightcol select
{
    width:200px;
    margin:5px 0 10px 0;
    background:#f3f3f4;
    border:0;
}

.product-list
{
    margin:10px 0;
    list-style-type:square;
    padding-left:15px;
}

.product-name
{
    float:left;
    margin:5px 0 2px 0;
    color:#bcbdc0;
    text-transform:uppercase;
    font-weight:bold;
}

.product-desc
{
    font-weight:bold;
    font-size:22px;
}

.product-price-wrapper
{
    float:left;
    width:200px;
}

.product-price
{
    float:left;
    font-weight:bold;
    margin:0;
}

.product-offer
{
    font-weight:bold;
    margin:0;
    color:#ee3897;
}

.product-colour
{
    float:left;
    position:relative;
    top:2px;
    margin-left:3px;
    width:10px;
    height:10px;
}

.polaroid-wrapper
{
    float:left;
    width:200px;
    margin-right:20px;
}

.polaroid
{
    float:left;
    width:180px;
    height:218px;
    padding:10px;
    background:URL(images/polaroid.jpg) no-repeat;
}

.polaroid-text
{
    float:left;
    width:200px;
    text-transform:uppercase;
    margin-top:10px;
}

/*basket*/

.basket
{
    width:640px;
}

.td1
{
    width:80px;
}

.td2
{
    width:410px;
}

.td3
{
    width:50px;
    font-weight:bold;
}

.td4
{
    width:80px;
}

.td5
{
    width:460px;
}

.process-text
{
    width:320px;
}

.process-text-edit
{
    float:left;
    width:640px;
    margin:10px 0 5px 0;
}

.process-text-edit strong
{
    float:left;
    width:150px;
}

.card-details-wrapper
{
    float:left;
    width:477px;
    padding:10px 10px 0px 10px;
    background:#fff;
    font-size:12px;
}

.card-details
{
    float:left;
    width:457px;
    padding:10px;
    background:#fffdd9;
}

.digits
{
    float:left;
    position:relative;
    font-size:10px;
    font-weight:bold;
    left:10px;
    top:7px;
}

.card-td1
{
    float:left;
    width:150px;
    padding:6px 10px 0px 0px;
    vertical-align:top;
}

.card-td2
{
    width:450px;
    padding-bottom:10px;
    font-size:14px;
    line-height:26px;
    font-weight:bold;
    color:#ef4135;
    position:relative;
}

.hidden-content
{
    display:none;
    width:640px;
    margin:10px 0;
}

.signin
{
    margin:10px 0 0 0;
    padding:0;
}

.signin td
{
    padding-bottom:10px;
}

.textbox
{
    font-family:Arial;
    float:left;
    width:300px;
    height:18px;
    padding:0 3px;
    margin:0 5px;
    background:#f3f3f4;
    border:1px solid #f3f3f4;
}

.textbox-edit
{
    float:left;
    width:250px;
    height:18px;
    padding:0 3px;
    margin:0 5px;
    background:#f3f3f4;
    border:1px solid #f3f3f4;
}

textarea.textbox-edit
{
    float:left;
    width:250px;
    height:50px;
    padding:0 3px;
    margin:0 5px;
    background:#f3f3f4;
    border:1px solid #f3f3f4;
}

.signin-left
{
    float:left;
    width:200px;
}

.signin-right
{
    float:right;
    width:420px;
    padding-top:20px;
}

        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    width:640px;
    padding:20px 0;
}

#footer-details
{
    float:left;
    width:640px;
    margin:20px 0 10px 0;
    padding:5px 0 3px 0;
    border-top:1px solid #bcbdc0;
    border-bottom:1px solid #bcbdc0;
}

#footer-details img 
{
    float:left;
}


.summary ul
{
    margin-left: 0;
    padding-left: 0;
}
.summary ul li
{
    color:#25ABE0;
    font-weight: bold;
    list-style-type:none;
    margin-left: 0;
}

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

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

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

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