﻿body
{
    background: #fff url(images/background.jpg) no-repeat center top;
    padding-bottom: 20px;
}

body.popup
{
    background: #FFF;
}

/* Custom body */
body.category-head
{
    background: #86b0db url(images/head_bg.jpg) no-repeat center top;
}

body.category-head h1 {
	color: #FFF;
}

p a
{
    color: #333333;
}

li a
{
    color: #333333;
}

/* Page Widths */
#header, #menu, #basketSearchContent, #content, #footer, #prefooter
{
    margin: 0 auto;
    width: 968px;
}

#footer
{
    width: 966px;
}


#header
{
    height: 97px;
    position: relative;
}
#header #logo
{
    width: 132px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 0px;
}

#header #phoneNo
{
    width: 150px;
    height: 54px;
    position: absolute;
    top: 25px;
    left: 160px;
    color: #fff;
}
#header #phoneNo p
{
    line-height: 1.1em;
    font-size: 14px;
}
#header #phoneNo strong
{
    font-size: 22px;
}

#header #testimonials
{
    background: transparent url(images/testimonials.png) repeat;
    width: 369px;
    height: 76px;
    position: absolute;
    top: 10px;
    left: 365px;
    color: #fff;
    overflow: hidden;
}

#header #testimonials p
{
    padding: 5px 10px 0 10px;
    font-size: 0.9em;
}

#header #testimonials a 
{
    color: #FFF;
}

#topRightMenu
{
    position: absolute;
    top: 12px;
    right: 0px;
    width: 220px;
    height: 85px;
}

#topRightMenu div.customerServices
{
    clear: both;
    float: right;
    background: transparent url(images/element_bg.png) no-repeat 0px -470px;
    width: 220px;
    height: 23px;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 50px;
}

#topRightMenu ul.links
{
    position: absolute;
    list-style-type: none;
}

#topRightMenu ul.account
{
    position: absolute;
    top: 20px;
}

#topRightMenu ul.links li, #topRightMenu ul.account li
{
    float: left;
    margin-left: 15px;
    background-repeat: no-repeat;
}

#topRightMenu #popupContainer
{
    float: right;
}

#topRightMenu .links a, #topRightMenu .account a
{
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    padding: 0 0 0 17px;
    background: transparent url(images/element_bg.png) no-repeat 0px -260px;
}

#topRightMenu .links li.home a
{
    background-position: 0 -315px;
}
#topRightMenu .links li.contact a
{
    background-position: 0 -346px;
}
#topRightMenu .links li.links a
{
    background-position: 0 -380px;
    padding-left: 12px;
}

#topRightMenu #customerServicesButton
{
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    padding: 0 0 0 17px;
    display: block;
    background: transparent url(images/element_bg.png) no-repeat 7px -406px;
    height: 18px;
    padding-top: 5px;
}

#customerServicesMenu
{
    display: none;
    position: relative;
    z-index: 1000;
    background-color: #0F482B;
    margin: 0;
    padding: 0;
}

#customerServicesMenu
{
    list-style-type: none;
}

#customerServicesMenu li
{
    margin-left: 3px;
    padding: 3px 0;
}

#customerServicesMenu li a
{
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    padding: 0 0 0 17px;
}

#menu
{
    height: 36px;
    /*overflow: hidden; */
}

#menu li
{
    float: left;
    padding-right: 3px;
    background: transparent url(images/element_bg.png) no-repeat right -730px;
    height: 36px;
}

#menu li.selected
{
    background-position: right -675px;
}

#menu li a
{
    color: #0f472a;
    text-decoration: none;
    display: block;
    font-weight: bold;
    height: 36px;
    padding: 0 7px 0 10px;
    text-align: center;
    background: transparent url(images/element_bg.png) no-repeat -350px -50px;
    
}

#menu li a span
{
    display: block;
    background: transparent url(images/element_bg.png) no-repeat 12px -178px;
    padding: 13px 0 10px 0;
    font-size: 12px;
}

#menu .panel 
{
    display: none;
    position:absolute;
    z-index: 1002; 
    background: none repeat scroll 0 0 #0F472A;    
    /*overflow: hidden; */
    border: 5px solid #C4ECD7;
    width: 189px;
}

#menu li.selected .panel 
{
    border: 5px solid #185E3A;  
}

#menu .panel .title 
{
    color: #FFF;
    display:block;
    padding: 8px 10px 7px;
    font-weight: bold;
    background: url("images/horiz_bg.gif") repeat-x scroll left -350px transparent;
}

#menu .panel .column1 
{
    float:left;
    width: 189px;
    /*overflow: hidden; */
    
}

#menu .panel .column2 
{
    float:left;
    width: 189px;
    overflow: hidden; 
}

#menu .panel .brand 
{
    background-position: left -550px;
}

#menu .panel ul 
{       
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 #0F472A;
}

#menu .panel li
{
    float: none;
    background: none;
    height: auto;
    padding: 0;
}

#menu .panel li a
{
     background: none repeat scroll 0 0 transparent;
     height: auto;
     width: 169px;
     padding: 3px 10px;
     border-bottom: 1px solid #428763;
     color: #FFF !important;
     text-align: left;  
     overflow: hidden;  
     font-weight: normal; 
}

#menu .panel ul.sub
{
    width: 189px;
    display: none;
    z-index: 1005;
    background: none repeat scroll 0 0 #002C0F;
}

#topRightMenu a:hover, #menu li a:hover
{
    text-decoration: underline;
}


/* selected */
#menu li.selected a
{
    background-position: 0px -50px;
    color: #FFF; /*padding-left:15px;*/
}

#menu li.selected a span
{
    /*color:#cef1de; 	background:none; 	padding-left:0; 	text-align:center;*/
}

#menu li.home a span
{
    background: none;
}

#basketSearch
{
    height: 40px;
    background: #0F482A url(images/under_menu_bar.gif) repeat-x;
}

#basketSearchContent
{
    color: #cef1de;
    height: 40px;
    overflow: hidden;
}

#basket
{
    padding-top: 10px;
}

#basket h3
{
    background: transparent url(images/element_bg.png) no-repeat 4px -255px;
    padding: 5px 0 0 25px;
    display: block;
    float: left;
}

#basket span
{
    display: block;
    float: left;
    padding: 5px 5px;
}

#basket a
{
    display: block;
    float: left;
    background: transparent url(images/element_bg.png) no-repeat 0px -440px;
    width: 91px;
    height: 19px;
    color: #cef1de;
    text-align: center;
    padding-top: 4px;
    margin-left: 5px;    
}

#search
{
    float: right;
    width: 600px;
}

#search form
{
    float: right;
}

#search input
{
    float: left;
}

#search input.tb
{
    width: 530px;
}

#search a.email
{
    float: left;
    color: #cef1de;
    font-size: 0.9em;
    font-weight: bold;
    background: transparent url(images/element_bg.png) no-repeat 0px -280px;
    padding: 5px 0 0 18px;
}

#footer
{
    background: transparent url(images/horiz_bg.gif) repeat-x left 0px;
    border: solid 1px #57a67c;
    height: 106px;
    color: #3e4d43;
    font-size: 0.9em;
    clear: both;
    overflow: hidden;
}

#prefooter
{
    height: 40px;
    overflow: hidden;
    clear: both;
    background-color: #0F472A;
    color: #cef1de;
}

#prefooter .links
{
    overflow: hidden;
    margin: 4px 15px;
    font-size: 1em;
}

#prefooter .links ul
{
    overflow: hidden;
}

#prefooter .links li
{
    float: left;
    border-left: 1px solid #cef1de;
    padding: 0 5px;
}

#prefooter .links li.first
{
    border-left: none;
}

#prefooter .links a
{
    color: #cef1de;
}

#footer .left
{
    float: left;
}

#footer .left ul
{
    margin: 20px 0 0 15px;
    height: 25px;
}

#footer .left li
{
    display: block;
    float: left;
    padding: 0 5px;
    border-left: solid 1px #3e4d43;
}

#footer .left li.first
{
    border: none;
}

#footer .left p
{
    padding: 0px 0 0 20px;
    float: left;
    clear: left;
}

#footer .right
{
    display: inline-block;
    float: right;
    margin: 20px 30px 0 0;
    width: 330px;
}

#footer .cards
{
    background: transparent url(images/element_bg.png) no-repeat left -105px;
    overflow: hidden;
    text-indent: -5000px;
    width: 190px;
    height: 21px;
    float: left;
    margin-top: 15px;
}

#footer .secured
{
    overflow: hidden;
    width: 123px;
    height: 51px;
    float: right;
}

#footer .bottom
{
    clear: both;
    height: 30px;
    margin: 5px 20px;
}

#content
{
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}

#leftColumn
{
    float: left;
    width: 189px;
    overflow: hidden;
}

#rightColumn
{
    float: right;
    width: 767px;
    position: relative;
    overflow: hidden;
}

#leftColumn #browseByBrand
{
    width: 189px;
    height: 48px;
    background: transparent url(images/OrangeButton.png) no-repeat left bottom;
    overflow: hidden;
    margin-bottom: 4px;
}

#leftColumn #browseByBrand a
{
    display: block;
    overflow: hidden;
    text-align: center;
    height: 48px;
    width: 189px;
    padding-top: 10px;
    font-size: 160%;
    color: #FFF;
}

#catalogMenu
{
    margin-bottom:20px;
}

#leftColumn #wantToSee
{
    color: #fff;
    background: #1d6b42 url(images/gradient.gif) repeat-x left bottom;
    overflow: hidden;
}

#leftColumn #wantToSee span
{
    display: block;
    padding: 5px 10px;
    border-bottom: solid 1px #428763;
}

#leftColumn #wantToSee ul
{
    margin: 10px 5px 0 5px;
    padding-bottom: 10px;
}

#leftColumn li
{
    display: block;
}

#leftColumn h3, #leftColumn ul li a
{
    background: transparent url(images/horiz_bg.gif) repeat-x left -350px;
    color: #fff;
    padding: 8px 10px 7px;
    display: block;
    font-weight: bold;
}

#leftColumn ul li ul li a
{
    background: none;
    border-top: solid 1px #428763;
    padding: 3px 10px;
    font-weight: normal;
}

#leftColumn ul li ul
{
    background: #0f472a;
    padding-bottom: 3px;
}

#leftColumn ul li a
{
    background-color: #1c6a41;
}

#leftColumn ul li ul li.tag
{
}

#leftColumn ul li ul li.tagremove a
{
    background: #DA4700 none;
}

#leftColumn ul li.section1 a
{
    background-color: transparent;
}
#leftColumn ul li.section1 ul
{
    background: #1c6a41;
}
#leftColumn ul li.section2 ul
{
    background: #1a643d;
}
#leftColumn ul li.section3 ul
{
    background: #175c38;
}
#leftColumn ul li.section4 ul
{
    background: #145332;
}
#leftColumn ul li.section5 ul
{
    background: #114c2d;
}
#leftColumn ul li.section6 ul
{
    background: #0f472a;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#leftColumn ul.sub
{
    display: none;
    padding-bottom: 0;
}

#leftColumn ul.sub li a
{
    padding-left: 15px;
    background-color: #002C0F;
}

#rightColumn .welcomeImage, #rightColumn .welcomeImageSmall
{
    background: transparent url(images/welcome_image.jpg) no-repeat;
    height: 111px;
    width: 767px;
    position: relative;
}

#rightColumn .welcomeImageSmall
{
    background-position: 0px -5px;
    height: 80px;
}

#contentfull .welcomeImage, #contentfull .welcomeImageSmall
{
    background: transparent url(images/welcome_image.jpg) no-repeat;
    height: 111px;
    width: 968px;
    position: relative;
}

#contentfull .welcomeImageSmall
{
    background-position: 0px -70px;
    height: 80px;
}

.welcomeImage h2
{
    display: block;
    background: transparent url(images/welcome_to_trekwear.gif) no-repeat;
    height: 22px;
    width: 236px;
    overflow: hidden;
    text-indent: -5000px;
    position: absolute;
    top: 60px;
    left: 18px;
}

.welcomeImage #banner 
{
    position: absolute;
    width: 570px;
    height: 84px;
    right: 15px;
    top: 14px;
    border: 1px solid #000000;
}

#brandLinks
{
    background: transparent url(images/horiz_bg.gif) repeat-x left -140px;
    border: solid 1px #a3eac6;
    height: 45px;
    margin-bottom: 10px;
}

#brandLinks li
{
    display: block;
    float: left;
    margin: 7px 0 0 12px;
}

#contentfull #brandLinks li
{
    margin: 7px 24px;
}

#brandLinks li a
{
    overflow: hidden;
    text-indent: -5000px;
    display: block;
    height: 35px;
    background: transparent url(images/element_bg.png) no-repeat 0px -220px;
}

#brandLinks li.regatta a
{
    width: 120px;
    background-position: 0px -220px;
}
#brandLinks li.craghoppers a
{
    width: 165px;
    background-position: -120px -220px;
}
#brandLinks li.dare2b a
{
    width: 130px;
    background-position: -300px -220px;
}
#brandLinks li.jackmurphy a
{
    width: 90px;
    background-position: -440px -220px;
}
#brandLinks li.oakley a
{
    width: 80px;
    background-position: -545px -220px;
}
#brandLinks li.hitec a
{
    width: 80px;
    background-position: -640px -220px;
}
#brandLinks li.trespass a
{
    width: 99px;
    background: transparent url(images/brand_trespass.png) no-repeat 0px 0px;
}
#brandLinks li.gelert a
{
    width: 133px;
    background: transparent url(images/brand_gelert.png) no-repeat 0px 0px;
}
#brandLinks li.head a
{
    width: 170px;
    background: transparent url(images/brand_head2.png) no-repeat 0px 0px;
}
#brandLinks li.sherwood a
{
    width: 90px;
    background: transparent url(images/brand_sherwood.png) no-repeat 0px 0px;
}
#brandLinks li.bloc a
{
    width: 267px;
    background: transparent url(images/brand_bloc.png) no-repeat 0px 0px;
}

#breadcrumbs
{
    padding: 4px;
    height: 16px;
    background-color: #FFF;
    margin-bottom: 10px;    
    overflow: hidden;
}

#breadcrumbs ul
{
    margin: 0px 10px;
}

#breadcrumbs li
{
    display: block;
    margin: 5px 2px;
    float: left;
}

#breadcrumbs .trail 
{
    float:left;
}

#breadcrumbs .link 
{
    float:right;
}

#breadcrumbs .link a 
{
    font-weight: bold;
    color: #10482b;
}

#bestSellers
{
    background: #fff;
    border: solid 1px #a3eac6;
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}

.category #bestSellers
{
    background-position: 0px -140px;
    width: 765px;
    float: right;
}

#bestSellers h3
{
    background: #4eab50 url(images/element_bg.png) no-repeat 0px 0px;
    height: 30px;
    width: 85px;
    color: #fff;
    padding: 13px 0 0 8px;
    margin: 25px 0 0 10px;
    float: left;
}

#bestSellers .product
{
    float: left;
    width: 200px;
    height: 65px;
    margin: 5px 0 0 10px;
    border-left: solid 1px #bee8d1;
    padding: 2px 0 0 5px;
}

#bestSellers .product p
{
    padding-bottom: 4px;
}

.category #bestSellers .product
{
    width: 230px;
}

#bestSellers .first
{
    border: none;
    padding-left: 0;
}

#bestSellers .price
{
    font-weight: bold;
}

#bestSellers .product img
{
    float: left;
}

.category #bestSellers .product img
{
    margin-left: 10px;
}

#bestSellers .product div
{
    float: right;
    width: 110px;
}

.category #bestSellers .product div
{
    width: 130px;
}

.category #banner 
{
    text-align: center;
    margin-bottom: 6px;
}

#bestSellers a.addToBasket
{
    font-size: 0.9em;
    padding: 1px 0 0 18px;
    margin-left: 1px;
    display: block;
    height: 15px;
    background: transparent url(images/arrow_link_white.gif) no-repeat;
}

span.pagetitle 
{
    display:block;
    font-size:155%;
    font-weight:bold;
    padding-bottom:10px;
}

#categories
{
    width: 580px;
    float: left;
}

#contentfull #categories
{
    width: 773px;
}

.category #categories
{
    width: 780px;
}

#categories .category
{
    width: 184px;
    height: 204px;
    float: left;
    margin: 0 9px 10px 0;
    background-color: #FFF;
}

#categories .category div
{
    text-align: center;
    padding: 4px;
}

.category #categories .category
{
    width: 249px;
    height: auto;
}

.category #categories .category div
{
    background: #fff;
    border: solid 1px #61ab84;
    text-align: center;
    height: 170px;
    padding: 10px 0;
}

#categories a.title
{
    display: block;
    background: #0f482a url(images/horiz_bg.gif) repeat-x 0px -450px;
    color: #fff;
    text-align: center;
    padding: 10px 10px 0 0;
    height: 23px;
    text-decoration: none;
}

.category #categories a.title
{
    background-position: 0px -770px;
}

#categories a.title span
{
    color: #fff;
    padding: 0 0 0 20px;
    background: transparent url(images/arrow_link_green.gif) no-repeat 3px;
}

#news, #clearance
{
    float: right;
    width: 183px;
    margin-bottom: 10px;
    background: #fff;
    border: solid 1px #61ab84;
}

#clearance p.more a
{
    font-weight: bold;
}

#contentfull #news, #contentfull #clearance
{
    width: 192px;
}

.fullbox
{
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 4px;
}

/* fullpage boxes */
#contentitem, .contentcontainer
{
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 4px;
 /*   -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; */
}

#contentitem a, .contentcontainer a, .content a
{
    color: #008000;
}

#news h3
{
    padding: 5px 0 0 5px;
}

#news #newsticker
{
    height: 45px;
}

/* homepage */

.homepage #introduction
{
    padding: 8px;
    background-color: #428763;
    color: #FFF;
    overflow: hidden;
    margin: 10px 0;
    line-height: 17px;
}

.homepage #introduction
{
    clear: both;
    float: right;
    width: 742px;
    height: 170px;
    
}

.homepage #introduction h3 
{
    margin-bottom: 5px;
    font-size: 14px;
}

.homepage #shortad 
{
    float:left;
    width: 200px; 
    margin: 10px 0;
    color: #FFF;
    height: 186px;
    text-align: center;
}

.homepage #shortad a 
{
     color: #FFF;
  
}
.homepage #shortad .title 
{
    font-size: 20px;
    font-weight: bold;
}

.homepage #news h3, .homepage #clearance h3
{
    background: #dffaec url(images/horiz_bg.gif) repeat-x left -240px;
    height: 23px;
    padding: 10px 0 0 15px;
}

.homepage #brandTitle
{
    background-color: #F27322;
    text-align: center;
    padding: 1px;
}
.homepage #brandTitle a
{
    color: #FFFFFF;
}

.homepage #specialoffers 
{
    overflow: hidden;
    height: 207px;
    width: 194px;
    position:relative;
    margin-bottom: 5px;    
}

.homepage #specialoffers a:hover span
{
    text-decoration: underline;
}

.homepage #specialoffers .opacity
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 4px;
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.4;
    width: 194px;
}
.homepage #specialoffers span 
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 4px 8px 9px; 
    color: #000000;
    font-weight: bold;
}

#news div, #clearance div
{
    height: 172px;
    overflow: hidden;
}

#news div.item
{
    padding: 15px;
}

#news .item .readmore
{
    display: block;
    float: right;
}

#clearance p
{
    padding: 10px 15px 0 15px;
}

#clearance .price
{
    padding-left: 5px;
    color: #F00;
}

.category #news
{
    float: left;
    width: 247px;
    border: solid 1px #a3eac6;
}

.category #news div
{
    height: 62px;
    padding: 4px;
}

#details
{
    clear: both;
    background: #fff;
    border: solid 1px #61ab84;
    overflow: hidden;
}

#details h3
{
    padding: 20px 0 0 20px;
}

#detailsBody
{
    overflow: hidden;
}

#detailsText
{
    float: left;
    padding: 15px 20px;
    width: 530px;
}

#detailsImage
{
    float: right;
    width: 180px;
    margin-right: 5px;
}

#detailsText p
{
    padding: 0 0 15px 0;
}

.category .paging, 
.category .content
{
    color: #104B2C;
    width: 760px;
    overflow: hidden;
    background-color: #FFF;
    padding: 4px;
    margin-bottom: 8px;
}

.category .content 
{
    font-family:Verdana;
}

.category .cds
{
    height: 300px;
    overflow: auto;
}

.category .paging .pagination
{
    width: 750px;
    overflow: hidden;;
}

.pagination .pages
{
    font-weight: bold;
    display: block;
    float: left;
    width: 70px;    
}

.pagination .totalItems
{
    float: right;
    text-align: right;
    width: 70px;
}

.pagination .page
{
    margin-left: 3px;
    padding: 0px 3px;
    background-color: #DDD;
    display: block;
    float: left;
}

.pagination .page.selected
{
    background-color: #0F472A;
    color: #FFF;
}

#products
{
    width: 780px;
    overflow: hidden;
}

#products h3
{
    padding: 10px 20px;
    color: #104b2c;
}

#products .product
{
    background: #fff;
    border: solid 1px #61ab84;
    height: 265px;
    float: left;
    margin: 0 10px 10px 0;
    width: 247px;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: bold;
}

#products .product div
{
    text-align: center;
    height: 220px;
}

#products .product .img
{
    height: 170px;
}

#products a.title
{
    display: block;
    color: #104b2c;
    text-align: center;
    padding: 10px 10px 0 10px;
    text-decoration: none;
    font-weight: bold;
    height: 30px;
}

#products a.addToBasket
{
    font-size: 0.9em;
    padding: 1px 0 0 18px;
    margin-left: 1px;
    height: 15px;
    background: transparent url(images/arrow_link_white.gif) no-repeat 0px 2px;
}

#products .product .tag
{
    font-weight: normal;
    overflow: hidden;
    color: #663300;
}

#product
{
    overflow: hidden;
    background: #fff;
    border: solid 1px #61ab84;
}

#product .top
{
    padding: 10px;
    overflow: hidden;
}

#product .bottom
{
    overflow: hidden;
    padding: 0 10px;
}

#product .column1
{
    width: 410px;
    float: left;
}

#product .column2
{
    width: 327px;
    float: right;
}

#product .brand
{
    border: solid 1px #61ab84;
    float: left;
    font-weight: bold;
    height: 47px;
    width: 408px;
}

#product .brand img
{
    float: left;
    margin: 2px 5px;
}

#product .brand span
{
    display: block;
    float: left;
    margin: 2px 5px;
    padding: 15px 0 0 15px;
    color: #104b2c;
}

#product .delivery
{
    background: transparent url(images/element_bg.png) no-repeat 0px -500px;
    overflow: hidden;
    width: 327px;
    height: 50px;
    float: right;
    overflow: hidden;
    text-indent: -5000px;
}

#product .box
{
    border: solid 1px #61ab84;
    z-index: 1;
    position: relative;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

#product .box.image
{
    float: left;
    overflow: visible !important;
    width: 380px;
}

#product .box h1, #product .box h2, #product .box h3
{
    color: #104b2c;
    padding: 0 0 5px 5px;
}

#product .box h2
{
    padding: 0 0 5px 0;
}

#product .box h1
{
    font-size: 116%;
}

#product .tabs
{
    height: 26px;
    overflow: visible;
    z-index: 10;
    position: relative;
}

#product .tabs ul
{
    overflow: hidden;
    height: 27px;
    margin-left: 4px;
}

#product .tabs li
{
    display: block;
    width: 79px;
    height: 26px;
    float: left;
    background: transparent url(images/element_bg.png) no-repeat -160px -570px;
    color: #5b7b6a;
}

#product .tabs li.last
{
    width: 80px;
}

#product .tabs li.active
{
    background-position: 0px -570px;
    height: 27px;
}

#product .tabs li.prevActive
{
    background-position: -80px -570px;
}

#product .tabs li a
{
    color: #5b7b6a;
    display: block;
    text-align: center;
    padding: 7px 0 4px;
}

#product .tabs li.active a
{
    color: #000;
}

#product #tab-spec ul
{
    list-style-type: square;
    margin-left: 10px;
}

#product #productImage
{
    text-align: center;
}

#product #colours
{
    overflow: hidden;
    width: 100%;
}

#product #colours div.detailimg
{
    display: block;
    float: left;
}

#product #colours div.detailimg span 
{
    clear:both;
    display:block;
    text-align:center;
    font-size: 0.9em;
}

#product #colours a
{
   display: block;
    float: left;
    padding: 2px;
    border: solid 1px #fff;
}

#product #colours a:hover
{
    border: solid 1px #093;
}

#completeTheLook,
#othersBought
{
    padding: 10px 0 10px 17px;
    overflow:hidden;
}

#completeTheLook h3,
#othersBought h3
{
    padding-left: 0;
}

#completeTheLook .product,
#othersBought .product
{
    float: left;
    width: 126px;
    margin: 0 0 10px 0;
    color: #3e4d43;
	height: 150px;
    text-align: center;
}

#completeTheLook .price,
#othersBought .price
{
    font-weight: bold;
}

#product #details
{
    border: none;
}

#product #details p
{
    padding: 10px 5px;
    color: #104b2c;
}

#product #stock
{
    padding-top: 10px;
}

#product #stock #scroll
{
    /*   width : 295px;     overflow:auto; */
}

#product #stock #msgcontainer
{
    height: 15px;
    margin: 5px 0;
}

#product #stock thead td
{
    font-weight: bold;
    color: #104b2c;
    padding-left: 3px;
}

#product #stock tbody td
{
    font-size: 0.9em;
    vertical-align:middle;
}

#product #stock .colour
{
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

#product #matrix_select a,
#product #matrixkey a
{
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 0 0 0;
    background: transparent url(images/element_bg.png) no-repeat 0px -630px;
    text-indent: -5000px;
}

#product #matrix_select a.in.selected
{
    background-position: -112px -630px !important;
}

#product #matrix_select a.nd.selected
{
    background-position: -186px -630px !important;
}

#product #matrix_select a.nd,
#product #matrixkey a.nd
{
    background-position: -149px -630px;
}

#product #matrix_select a.in,
#product #matrixkey a.in
{
    background-position: -75px -630px;
}

#product #matrix_select a.out,
#product #matrixkey a.out
{
    background-position: 0px -630px;
}

#product #matrix_select a.time
{
    background-position: -38px -630px;
}


#product #stockmsg
{
    padding: 2px;
    height: 15px;
    text-align: center;
    background-color: #1C6941;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: none;
    margin: auto 0px;
}

#product #stockmsg .nextday
{
    font-weight: bold;
    color: Yellow;
}

#product #stock .kititem 
{
    background: #DDD url(images/packicons.png) no-repeat 0px -50px;
    height: 46px;
    margin-bottom: 2px;
    padding: 2px;
    border: 2px solid #FFF;
}

#product #stock .kititem h4 
{
    margin: 0 0 2px 0;
}
#product #stock .kititem p
{
    font-size: 0.9em;
    padding: 0px;
}

#product #stock .kititem a
{
   color: #000;
   display:block;
   padding-left: 40px;
}


#product #stock #matrix_select_multi .kititem.selected
{
    border: 2px solid #FFDD00;
}

#product #stock .kititem.configured
{
    background-position: 0px 0px;
    background-color: #1C6941;    
    margin-bottom: 2px;
}
#product #stock .kititem.configured a
{
   color: #FFF;
}

#product #buy
{
    padding-top: 15px;
    color: #104b2c;
    overflow:hidden;
}

#product #buy label
{
    font-weight: bold;
}

#product #buy .qty
{
    padding-bottom: 30px;
}

#product #buy .qty input
{
    width: 20px;
    border: solid 1px #7b9cbd;
    margin-left: 5px;
}

#product #buy .value 
{
     width: 20px;
    margin-left: 5px;
    padding: 0 4px;
    font-weight: bold;
}

#product #buy .price
{
    font-weight: bold;
    font-size: 1.6em;
    display: block;
    float: left;
    padding: 10px 0;
}

#product #buy .addToBasket
{
    display: block;
    float: right;
}

#product #buy .sizingextra 
{
    font-weight: bold;
}

#product .fabrics
{
    list-style-type: none;
    overflow:hidden;
}

#product .fabrics li
{
    float: left;
    display:block;
    overflow:hidden;
    width: 90px;
    height: 80px;
    text-align: center;
}

#product .fabrics li span 
{
    display: block;
}

#product #addThis
{
    overflow: hidden;
    float: right;
    width: 327px;
    height: 40px;
}

#product #matrixkey 
{
    background-color:#EEEEEE;
    margin:5px 0;
    overflow:hidden;
    padding:5px;
    clear: both;
}

#product .review
{
    margin:5px 0;
}
#product .review_date
{
    color:#666
}

#product #tab-reviews .review .reviewer
{
    margin-bottom:5px;
    display:block;
}

/* edit basket */

#editbasket .next 
{
    margin: 20px 0;
    overflow:hidden;
}

#editbasket .next div
{
    width: 470px;
    float:left;
}

#editbasket .next .continue
{
    margin-left: 10px;
}

#editbasket .next .checkout
{
    margin-right: 10px;
}

#editbasket .next .checkout input
{
    width: 150px;
    float:right;
    font-weight: bold;    
    display:block;
    padding: 6px;
    background: url("images/horiz_bg.gif") repeat-x scroll left -350px transparent;
    border: 1px solid #0F472A;
    
}

.baskettable .title
{
    font-weight: bold;
    width: 350px;
}

.baskettable .productref
{
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    color: #AAA;
}

.baskettable td
{
    padding: 4px;
}

.baskettable .header
{
    background-color: #155634;
}

.baskettable .header th
{
    color: #FFF;
    padding: 5px;
}

.baskettable .basketitem
{
    border-bottom: 1px solid #DDD;
}

.baskettable .basketitem td
{
    background-color: #EEE;
}

.bastkettable .promo_item_row td 
{
    background-color: #DDD;
}

.baskettable .component
{
    border-bottom: 1px solid #CCC;
}

.baskettable .component td
{
    background-color: #DDD;
}

.baskettable .component .title
{
    padding-left: 30px;
}

.baskettable .netvalue, .baskettable .unitprice, .baskettable .grossvalue, .baskettable .subtotal-exvat, .baskettable .subtotal-vat, .baskettable .discount-value, .baskettable .delivery-value, .baskettable .vat-value, .baskettable .total-value
{
    text-align: center;
}

.baskettable .total-value
{
    font-weight: bold;
    font-size: 1.1em;
}

.baskettable .subtotal-title, .baskettable .discount-title, .baskettable .delivery-title, .baskettable .vat-title, .baskettable .total-title
{
    text-align: right;
    font-weight: bold;
    background-color: #EEE;
    color: #000;
}

.button
{
    color: #FFF;
    border: none;
    padding: 4px;
    background: url("images/under_menu_bar.gif") repeat-x scroll 0 0 #FFFFFF;
    cursor: pointer;
}

a.button 
{
    color: #FFF;
}

/* Login Form */

#loginform #login
{
    margin-right: 5px;
    padding: 10px;
    background-color: #FFF;
    width: 459px;
    float: left;
}

#loginform #login .loginbox
{
    background-color: #EEE;
    padding: 10px;
}

#loginform #register
{
    margin-left: 5px;
    padding: 10px;
    background-color: #FFF;
    width: 459px;
    float: right;
}

/* Order Summary */

#ordersummary #deliveryAddress
{
    margin-right: 5px;
    padding: 10px;
    width: 455px;
    float: right;
}

#ordersummary #billingAddress
{
    margin-left: 5px;
    padding: 10px;
    width: 455px;
    float: left;
}

#ordersummary .address ul
{
    background-color: #EEE;
    margin-bottom: 10px;
    padding: 4px;
}

#ordersummary #addresssummary 
{
    width: 960px;
    overflow: hidden;
}

#ordersummary #paymentbuttons 
{
    margin-top: 10px;
    overflow:hidden;
}

#ordersummary #paymentbuttons .pay 
{  
    width: 150px;
    font-weight: bold;    
    float:left;
    display:block;
    padding: 6px;
    background: url("images/horiz_bg.gif") repeat-x scroll left -350px transparent;
    border: 1px solid #0F472A;
    margin-right: 3px;
}

#ordersummary .addresscontrols 
{
    margin: 5px 0;
}

#ordersummary .sameaddress 
{
    margin-top: 10px;
}

#ordersummary #deliveryinstruction textarea
{
    width: 400px;
    height: 50px;
    font: 12px/1.231 arial,helvetica,clean,sans-serif;
}

#ordersummary .terms 
{
    width: 330px;    
    font-size: 14px;
    padding: 10px;
    background-color: #EEE;
    margin: 15px 0;
    font-weight: bold;
}

/* Edit Address / Register Form */

#ordereditaddress 
{
    width: 960px;
    overflow: hidden;
}

#ordereditaddress #addressentry th {
    width: 146px;
}

#ordereditaddress #addressentry td 
{
    width: 450px;
}

#ordereditaddress #addressentry td .text
{
    width: 300px;
}

#ordereditaddress #addressentry td .text.short
{
    width: 100px;
}

#ordereditaddress #addressentry 
{
    width: 600px;
    float: left;
    overflow: hidden;    
}

#ordereditaddress #addressentry table 
{
    width: 600px;
}

#login .text 
{
    width: 254px;
    margin-bottom: 5px;
}

#login .button 
{
    margin: 5px 20px 0 0;
}

#login label 
{
    display: block;
    width: 150px;
}

#register #addressentry table 
{
    width: 459px;
}

#register #addressentry th 
{
    width: 148px;
}

#register #addressentry td
{
    width: 307px;
}

#register #addressentry td .text
{
    width: 250px;
}

#register #addressentry td select 
{
    width: 258px;
}

#register #addressentry td .text.short
{
    width: 100px;
}

#addressentry table 
{
    margin-bottom : 10px;
}

#register #addresslookup 
{
    width: 459px;    
}

#addresslookup 
{
    width: 360px;
    float:right;
    overflow: hidden;
}

#addresslookup ul 
{
    height: 300px;
    overflow: auto;
    border: 1px solid #000;
    padding: 4px;
}



#addressentry .required 
{
    font-weight: bold;
    color: #104B2C;
}

#addressentry div.required  
{
    margin: 5px 0;
}

#addressentry th 
{    
    font-weight: normal;
    text-align:right;
    padding-right: 4px;
}





/* returns */

.returns
{
    margin-bottom: 10px;
    background: #fff;
    border: solid 1px #61ab84;
}

.returns td
{
    padding: 10px;
}

.returns a
{
    color: DarkGreen;
    font-weight: bold;
}

input.text, textarea, select
{
    padding: 2px;
    border: 2px solid #AAA;
}

input.text:focus, textarea:focus, select:focus
{
    border: 2px solid #7B302F;
}

input.text:hover, textarea:hover, select:hover
{
    border: 2px solid #666;
}

.returns h3
{
    background: #dffaec url(images/horiz_bg.gif) repeat-x left -240px;
    height: 23px;
    padding: 10px 0 0 15px;
}

/* Content */



/* Fabric Page */

#fabricpage #fabrics
{
    width: 968px;
}

#fabricpage #fabrics .fabric
{
    width: 96px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
}

#fabricpage #fabrics a.title
{
    display: block;
    background: #0f482a url(images/horiz_bg.gif) repeat-x 0px -450px;
    color: #fff;
    text-align: center;
    padding: 10px 10px 0 0;
    height: 23px;
    text-decoration: none;
}

#fabricpage #fabrics .fabric div
{
    background: #fff;
    border: solid 1px #61ab84;
    text-align: center;
    height: 53px;
    padding: 10px 0;
}

/* Clearance */

#clearancepage ul
{
    list-style-type: square;
    margin-left: 20px;
}

/* Search Page */
.search .paging .pagination
{
    overflow: hidden;
    width: 960px;
}

.search #products
{
    width: 960px;
    overflow: hidden;
}

.search #products .product
{
    width: 228px;
}

/* contact us */

#contactus 
{
    overflow: hidden;
}

#contactus .text 
{
    width: 360px;
}

#contactus .send 
{
    width: 150px;
}

#contactus #address 
{
    width: 450px;
    float: left;
    overflow: hidden;
    text-align: right;
}

#contactus #charm
{
    width: 450px;
    float: right;
    overflow: hidden;
}

/* News */

.newsitem
{
    margin-bottom: 20px;
    overflow: hidden;
}

.newsitem .date
{
    float: right;
    width: 159px;
    text-align: right;
}

.newsitem .entry img.large 
{
    float: right;
    margin: 0 5px 5px 5px;
}

.newsitem .entry img.preview 
{
    float: left;    
    margin: 0 5px 5px 5px;
}

.newscategories
{
    overflow: hidden;
    width: 600px;
}

.newscategories li
{
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.newsitem .footer 
{
    clear:both;
    overflow:hidden;    
}

.newsitem .footer .newscategories 
{
    text-align:right;
    float:right;
    width: 300px;
}


/* orderaddress */

#orderaddress .addresscontainer
{
    width: 228px;
    margin: 2px;    
    height: 228px;
    padding: 4px;
    float: left;
    background-color: #EEEEEE;
}

#orderaddress .scroll 
{
    height: 173px;
    overflow: auto;
}

#orderaddress #addresslist
{
    overflow: hidden;
    width: 960px;
}

#orderaddress .addresscontainer .actions input
{
    margin: 2px;
}

#orderaddress .addresscontainer .edit,
#orderaddress .addresscontainer .remove
{
    padding: 2px;
    font-size: 1em;
}

#orderaddress .addresscontainer .actions 
{
    text-align:center;
    height: 55px;
}

.resultbox 
{
    width: 400px;    
    margin: 5px;
    padding: 5px;
}

.resultbox.warning 
{
    background-color: #FFA259;
	color: #000;
	border: 1px solid #FF4900;    
}

.resultbox.error 
{
	background-color: #FDD;
	color: #000;
	border: 1px solid #F99;
}

.resultbox.info 
{
    background-color: #C3D9FF;
	color: #5700DF;
	border: 1px solid #5700DF;	
}


div.validate 
{
    margin: 10px 0;
}


div.validate ul 
{
    list-style-type: square;
    margin-left: 20px;
}

.productAdded 
{
    display: none;
}

.ui-widget-content a 
{
    color : #0F472A !important;
}

.styleguidetable td
{
    border: 1px solid #000;
    padding: 1px;
}
        
.styleguidetable .styleguideheader
{
    background-color: #4AB64A;
    color: #FFF;
    font-weight: bold;
}
        
.styleguidetable .styleguideheadertop
{
    background-color: #1C6A41;
    color: #FFF;
    font-weight: bold;
}

/* ticker */
#ticker-wrapper *
{
    margin: 0;
}
#ticker-wrapper.has-js
{
    clear:both;
    width: 958px;
    height: 30px;
    display: block;
    background-color: #bbb;    
    padding: 0 4px;
}

#ticker
{
    width: 950px;
    height: 30px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #bbb;
    padding: 0 0 0 10px;
}

.category #ticker-wrapper.has-js 
{
    width: 758px;
}

.category #ticker 
{
    width: 748px;
}

#ticker-title
{
    padding-top: 7px;
    float: left;
    color: #900;
    font-weight: 700;
    text-transform: uppercase;
}
#ticker-content
{
    padding-top: 7px;
    float: left;
    position: absolute;
    color: #333;
    font-weight: 700;
    margin: 0;
}
#ticker-content A
{
    text-decoration: none;
    color: #333;
}
#ticker-content A:hover
{
    text-decoration: underline;
    color: #0D3059;
}
#ticker-swipe
{
    padding-top: 7px;
    position: absolute;
    top: 0;
    left: 80px;
    display: block;
    width: 800px;
    height: 23px;
    background-color: #bbb;
}
#ticker-swipe SPAN
{
    margin-left: 1px;
    background-color: #bbb;
    border-bottom: 1px solid #333;
    height: 12px;
    width: 7px;
    display: block;
}
#ticker-controls
{
    list-style-type: none;
    float: right;
    padding: 7px 10px 0 0;
}
#ticker-controls LI
{
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block;
    padding: 0;
}
#ticker-controls LI#play-pause
{
    background-image: url(../images/controls.png);
    background-position: 32px 16px;
}
#ticker-controls LI#play-pause.over
{
    background-position: 32px 32px;
}
#ticker-controls LI#play-pause.down
{
    background-position: 32px 0;
}
#ticker-controls LI#play-pause.paused
{
    background-image: url(../images/controls.png);
    background-position: 48px 16px;
}
#ticker-controls LI#play-pause.paused.over
{
    background-position: 48px 32px;
}
#ticker-controls LI#play-pause.paused.down
{
    background-position: 48px 0;
}
#ticker-controls LI#prev
{
    background-image: url(../images/controls.png);
    background-position: 0 16px;
}
#ticker-controls LI#prev.over
{
    background-position: 0 32px;
}
#ticker-controls LI#prev.down
{
    background-position: 0 0;
}
#ticker-controls LI#next
{
    background-image: url(../images/controls.png);
    background-position: 16px 16px;
}
#ticker-controls LI#next.over
{
    background-position: 16px 32px;
}
#ticker-controls LI#next.down
{
    background-position: 16px 0;
}
.js-hidden
{
    display: none;
}

.promotion_coupons 
{
    width: 960px;
    overflow: hidden;
}

.promotion_coupons .promo_panel_add 
{
    float: left;
    width: 480px;
}

.promotion_coupons .promo_panel_active
{
    float: left;
    width: 480px;
}

/* Product Reviews */

#reviews .ui-stars-star,
#reviews .ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
#reviews .ui-stars-star a,
#reviews .ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(images/jquery.ui.stars.gif) no-repeat 0 0;
}
#reviews .ui-stars-star a {
  background-position: 0 -32px;
}
#reviews .ui-stars-star-on a {
  background-position: 0 -48px;
}
#reviews .ui-stars-star-hover a {
  background-position: 0 -64px;
}
#reviews .ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
#reviews .ui-stars-star-disabled,
#reviews .ui-stars-star-disabled a,
#reviews .ui-stars-cancel-disabled a {
  cursor: default !important;
}

#reviews .row 
{
   width: 530px;
   overflow: hidden;
   margin: 5px 0;
}

#reviews label
{
    text-align: right;
    height: 25px;    
    font-weight: bold;
    width: 130px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
} 

#reviews label.customerNameLabel
{
    line-height:24px;
}

#product #reviews h3
{
    padding:0;
}

#reviews input.customerName 
{
    float: left;
    border: 2px solid #AAAAAA;
    padding: 2px;
    width:147px;
}

#reviews input.customerName:hover
{
    border-color:#666
}
#reviews input.customerName:focus
{
    border-color:#7B302F
}

#reviews div.ratings
{
    width: 200px;
    float: left;
} 

#reviews textarea 
{
    width: 287px;
    height: 50px;
}

#reviews .button 
{
    display: block;
    margin:10px 0px 10px 140px;
}

#reviews .msg 
{
    display: none;
}

#reviews .review 
{
    margin-bottom: 10px;
}

#reviews .review .reply
{
    margin: 5px;
    padding: 5px;
    background-color: #EEE;
    color:#444
}

#reviews .review .reply span
{
    font-weight: bold;
}

#reviews .foot 
{
    font-size: 11px;
    color: #999;
}

#reviews h3
{
    color: #788f01;
    font-size: 14px;
    margin-bottom: 10px;
}

#reviews .list
{
    margin-bottom: 20px;
}

#showreviews
{
    color:#104B2C
}
.currentrating 
{
    width: 240px;
    overflow: hidden;
    margin: 10px 0;
}

.currentrating span 
{
    display:block;
    float:left;
    width: 150px;
    font-weight:bold;
    margin-left: 10px;
} 

.productrating 
{
    position: relative;
    float:left;
    overflow: hidden;
    height: 16px;
    background: url(images/jquery.ui.stars.gif) repeat-x 0 -32px;
    width: 80px;
}

.productrating .rating 
{
    position: relative;
    height: 16px;
    background: url(images/jquery.ui.stars.gif) repeat-x 0 -48px;
    width: 0px;
}

.productrating .v1 
{
    width: 16px;
}

.productrating .v2 
{
    width: 32px;
}

.productrating .v3 
{
    width: 48px;
}

.productrating .v4 
{
    width: 64px;
}

.productrating .v5 
{
    width: 80px;
}

#fabric_item
{
    background-color: #FFF;
    padding: 10px;
}

#fabric_item img#img 
{
    float: left;
    margin-right: 10px;
}

/* Customer Account */
.customeraccount_inner
{
    margin:5px;
    padding:10px;
    border: 1px solid #61AB84;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    overflow:hidden
}

.account_actions
{
    float:left;
    width:200px;
}
.account_email_preferences
{
    float:left;
}

.customeraccount_inner h1
{
    background: transparent url(images/horiz_bg.gif) repeat-x left -350px;
    color: #fff;
    padding: 8px 10px 7px;
    display: block;
    font-weight: bold;
    font-size:1em;
    margin-bottom:10px;
}
#customeraccount .account_actions h1
{
    width:160px;
    margin:0;
}
.account_actions ul li
{
    width:160px;
    background: #0f472a;
    border-top: solid 1px #428763;
    padding: 3px 10px;
    font-weight: normal;
}
.account_actions ul li a
{
    color:#fff
}

.reviewslist th, .orderhistory th
{
    text-align:left;
    padding:10px;
}
.reviewslist td, .orderhistory td
{
    padding:6px 10px;
}

.reviewslist 
{
    margin-bottom:10px;
}

/* Hi-Tec videos */
.hi-tec
{
    background:#222222;
}
.hi-tec h2, #product .hi-tec h2
{
    color:#EAE827;
    font-family:Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    
}
.hi-tec p
{
    color:#fff;
}
#product .hi-tec p
{
    font-size:11px;
    width:198px;
}

.video_dropdown .video_dropdown_head
{
    padding:10px 15px;
    background:#000 url(images/hi-tec_logo.png) no-repeat 605px center;
    border-radius:6px;
    cursor:pointer;
}


.video_dropdown p.active
{
    display:none;
}
.video_dropdown
{
    border-radius:6px;
    padding:15px;
}
.video_dropdown .video_dropdown_content
{
    display:none;
}

.video_dropdown iframe
{
    overflow:visible;
    height:210px;
    margin-top:15px;
    border-top:15px solid #000;
    margin-left:31px;
    margin-right:31px;
}

#product .video_dropdown iframe
{
    width:300px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#product .video_dropdown
{
    margin-bottom:20px;
}
#product .video_dropdown_head
{
    background:#000 url(images/hi-tec_logo.png) no-repeat 213px center;
}

#tab-spec h2:not(:first-child)
{
    margin-top:20px;
}

 #promotions 
{
    margin-bottom: 10px;
}

.sm {list-style:none; width:968px; height:300px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}

#frontpage h1 
{
    float:left;
    position: absolute;
    left: -9000px;
}

#social_bar 
{
    width: 960px;        
    margin: 0 auto;
    overflow: hidden;
    background-color: #DDD;
    padding: 5px 4px;
}

#social_bar ul 
{
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
}

#social_bar li 
{
    float: left;
    display:block;
    margin-right: 20px;
}

#social_bar li.twitter a
{
    display:block;
    padding: 2px 5px 2px 20px;
    background: url(images/socialmini.png) no-repeat 0 -32px;    
}

#social_bar li.facebook a
{
    display:block;    
    padding: 2px 5px 2px 20px;
    background: url(images/socialmini.png) no-repeat 0 0px;    
}

#social_bar li.fblike 
{
    width: 60px;
}

#social_bar li.gplusone 
{
    width: 60px;
}

#social_bar li.contact a
{
    display:block;    
    padding: 2px 5px 2px 20px;
    background: url(images/socialmini.png) no-repeat 0 -64px; 
}
