@charset "utf-8";
/* CSS Document 

Author: Jazmin Brooks
Date: February 2010
Site: Bourne International

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
    padding:0;
    margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#333333;
    background-color:#fff;
    min-height:100%;
    background-image:url(images/bg_gradient.gif);
    background-repeat:repeat-x;
}

p{
    margin-top:0;
    margin-bottom:15px;
}

a img{
    border:none;
}

img{
    display:block;
}

form img{
    display:inline;
}

.clear{
    clear:both;
    height:0;
    overflow:hidden;
}
.left{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.right{
    float:right;
    margin-left:10px;
    margin-bottom:10px;
}

h1{
    line-height:normal;
    font-size:24px;
    font-weight:bold;
    color: #0069ff;
    margin-bottom:0;
}

h2{
    line-height:normal;
    font-size:18px;
    font-weight:bold;
    color:#0069ff;
    margin-bottom: 10px;
    /*margin-top:10px;*/
}

h3{
    line-height:normal;
    font-size:16px;
    font-weight:bold;
    color:#0069ff;
    margin-bottom:10px;
}

a {
    color:#0069ff;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    text-decoration:underline;
}

ul{
    padding:0;
    margin:10px 10px 10px 10px;
}

ol {
    padding:10px 30px;
}

li{
    list-style: none;
    background: url(images/bullet.gif) no-repeat left 6px;
    padding-left: 20px;
    margin-bottom:10px;
}

ol li{
    list-style:decimal;
    padding-left:0;
    background-image:none;
}

ol li ol{
    padding:10px 30px;
}

ol li ol li{
    list-style:lower-alpha;
}

label {
    cursor:pointer;
    color:#2e80d3;
    font-weight:bold;
}

.noBorder{
    border-style:none !important;
}

/* Form Stuff*/

input, textarea, select{
    border:1px solid #d9d9d9;
    font-family:Verdana, Arial, Geneva, sans-serif;
    font-size:11px;
    padding:4px 5px;
    width:290px;
    background-image:url(images/input_bg.jpg);
    background-repeat:repeat-x;
    float:left;
}

select{
    width:304px;
}

textarea {
    height:100px;
    width:394px;
}

.radio{
    width:15px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.contactButtons a{
    background-color:#fff;
    background-image:url(images/button_sprite.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    color:#ffffff;
    font-weight:bold;
    cursor:pointer;
    margin-top:0;
    line-height:normal;
    margin-right:20px;
    width:80px;
    display:block;
    float:left;
    text-align:center;
    padding:8px 0;
    height:auto;
}

.contactButtons a:hover{
    text-decoration:none;
    background-position:0 -30px;
}

.contactButtons a:active{
    text-decoration:none;
    background-position:0 -60px;
}

.validation {
    color: #F00;
    font-size:10px;
}

/*Structure*/

#wrapper{
    width:960px;
    margin:0 auto;
    background-image:url(images/bg_shadow.png);
    background-repeat:repeat-y;
}

#content{
    background-image:url(images/bg_content.gif);
    background-repeat:repeat-x;
    background-color:#FFF;
    margin-right:20px;
    margin-left:20px;
    padding-bottom:20px;
}

#subCol{
    margin-left:-20px;
    width:240px;
    float:left;
}

#subColInner{
    background-image:url(images/subColInner_bg.png);
    background-repeat:repeat-y;
    padding-left:10px;
}

#subColGradient{
    background-image:url(images/menu_bg.gif);
    background-repeat:repeat-y;
}

#logo{
    padding-bottom:15px;
}

#menu{
    width:218px;
    border-bottom:1px solid #fff;
    border-top:1px solid #e6e3e3;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    margin: 0;
    padding:0;
    background-image:none;
}

#menu li a {
    line-height: normal;
    display: block;
    color: #0069ff;
    text-decoration: none;
    border-top:1px solid #fff;
    border-bottom:1px solid #e6e3e3;
    padding:10px 20px;
    background-image:none;
    font-size:14px;
    text-shadow:-1px 1px 1px #fff;
    font-weight:normal;
}

#menu li a:hover{
    background-image:url(images/menu_hover.jpg);
    background-repeat:repeat-y;
}

#menu li a:active, #menu li .active{
    background-image:url(images/menu_on.jpg);
    background-repeat:repeat-y;
}

#searchNugget{
    padding:15px 20px 0 20px;
    width:178px;
}

#searchNugget input{
    width:165px;
}

#searchNugget a{
    background-color:#fff;
    background-image:url(images/sprite_search_btn.png);
    background-repeat:no-repeat;
    background-position:top left;
    color:#ffffff;
    font-weight:normal;
    font-size:12px;
    cursor:pointer;
    margin-top:0;
    line-height:normal;
    width:63px;
    display:block;
    float:right;
    text-align:center;
    padding:3px 0 4px 0;
    margin-top:7px;
}

#searchNugget a:hover{
    text-decoration:none;
    background-position:0 -21px;
}

#searchNugget a:active{
    background-position:0 -42px;
}

#advert{
    padding-left:40px;
}

#mainCol{
    float:left;
    width:385px;
}

.internal #mainCol{
    width:700px;
}

#mainContent{
    padding:20px;
}

.internal #headerText img{
    float:left;
}

#crumb{
    margin-bottom:20px;
}
#crumb a {
    font-weight: normal;
}

.crumbCat{
    font-weight:normal;
}


#footer{
    background-image:url(images/footer_bg.png);
    background-repeat:no-repeat;
    width:880px;
    margin:0 auto;
    font-size:10px;
    padding:15px 40px 40px 40px;
}

#footerMenu{
    width:660px;
    float:left;
    line-height:14px;
    color:#7b7979;
}

#footerMenu span{
    font-size:12px;
}

#footerMenu a{
    font-weight:normal;
    color:#7b7979;
    text-decoration:underline;
}

#footerMenu a:hover{
    text-decoration:none;
}

#footerCredit{
    float:right;
    padding-top:10px;
}

/*Quickfinder Styles*/

#quickfinder{
    background-image:url(images/quickfinder_bg.png);
    background-repeat:no-repeat;
    height:134px;
    padding-top:20px;
    padding-left:40px;
}

#quickfinder h1{
    font-size:18px;
    margin:0;
    padding:0;
}

#quickfindTitle{
    float:left;
    padding-bottom:5px;
}

#quickfindCategory{
    float:left;
    font-size:18px;
    color:#0069ff;
    padding-left:10px;
    padding-top:2px;
}

#quickfindCategory img{
    display:inline;
    float:left;
    padding-top:3px;
    padding-right:10px;
}

#quickfindImages img{
    border:1px solid #d8d8d8;
    float: left;
    margin-right: 5px;
}

/*Products*/

#productDetail{
    float:left;
    width:305px;
}

#productButtons{

}	

#productButtons img{
    display:inline;
    padding-top:1px;
}

#productButtons a{
    width:122px;
    display:block;
    text-align:center;
    font-weight:normal;
    color:#fff;
    background-image:url(images/btn_product_sprite.jpg);
    float:left;
    margin-right:10px;
    padding:1px 0 2px 0;
}

#productButtons a:hover{
    text-decoration:none;
    background-position:0 -21px;
}

#productButtons a:active{
    background-position:0 -42px;
}

#productForm{
    float:left;
    width:330px;
    padding-left:20px;
}

#productForm h2{
    padding-top:5px;
}

#productForm input{
    width:240px;
    margin-bottom:10px;
}

#productForm .radio{
    width:15px;
    padding-right:10px;
}

.radios span{
    float:left;
    width:100px;
}

.radios label{
    font-weight:normal;
    color:#333;
}

#productForm td{

}

#productForm .validation{
    vertical-align:top;
}

.terms{
    font-size:10px;
    font-weight:normal;
    float:left;
    margin-right:20px;
}

.button a{
    width:122px;
    display:block;
    text-align:center;
    font-weight:normal;
    color:#fff;
    background-image:url(images/btn_product_sprite.jpg);
    float:left;
    margin-right:10px;
    padding:1px 0 2px 0;
}

.button a:hover{
    text-decoration:none;
    background-position:0 -21px;
}

.button a:active{
    background-position:0 -42px;
}

#submenu{
    padding:0 30px 0 40px;
}

#submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#submenu li {
    margin: 0;
    padding:0;
    background-image:none;
}

#submenu li a {
    line-height: normal;
    display: block;
    color: #333;
    text-decoration: none;
    padding:5px 10px;
    font-size:13px;
    font-weight:normal;
    background-image:url(images/submenu_off.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-bottom:1px solid #d5d4d4;
}

#submenu li a:hover{
    color: #0069ff;
}

#submenu li a:active, #submenu li .active{
    background-image:url(images/submenu_on.gif);
    color: #0069ff;
}

/*LIST AND DETAIL PAGES*/

#list{
    padding-top:20px;
}

#listProducts{
    padding-top:20px;
}

.listItem{
	float:left;
}

.listItem a{
	display:block;
    float:left;
    width:280px;
    padding:10px 0 10px 10px;
    margin-right:20px;
    border:1px solid #D9D9D9;
    margin-bottom:20px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	cursor:pointer;
	
}

.listItem a:hover{
    border-color:#999DA0;
	text-decoration:none;
}

.listItemDetail{
    float:left;
    width:170px;
    margin-right:10px;
}
h2{
    font-size: 16px;
}
.listItemText{
    min-height:30px;
}

.listButtons{

}

.listItem a .listButtons span{
    width:122px;
    display:block;
    text-align:center;
    font-weight:normal;
    color:#fff;
    background-image:url(images/btn_product_sprite.jpg);
    float:left;
    margin-right:10px;
    padding:1px 0 2px 0;
}


.listItem a:hover .listButtons span{
    text-decoration:none;
    background-position:0 -21px;
}

.listItem a:active .listButtons span{
    background-position:0 -42px;
}

.listItem h2{
    color: #666666;
}

.listItemImg{
    float:left;
    text-align:center;
}

.listItemImg img{
    display:inline;
}

#listProducts .listItemImg{
    /*width:100%;*/
}

.pagination{
    width:110px;
    margin:0 auto;
    text-align:center;
}

.pagination a{
    width:23px;
    display:block;
    text-align:center;
    font-weight:normal;
    color:#fff;
    background-image:url(images/pagination_button_sprite.jpg);
    float:left;
    margin-right:5px;
    margin-top:5px;
    padding:1px 0 2px 0;
}


.pagination a:hover{
    text-decoration:none;
    background-position:0 -21px;
}

.pagination a:active{
    background-position:0 -42px;
}

.inactive{
    color:#666 !important;
}
.lightbox-inner{
    overflow: auto;
}
#tc_wrap{
    padding: 25px;
}

#productForm table{
    width: 280px;
}

.register #productForm-inner table{
    width: 330px;
}
.register #productForm-inner table input, .register #productForm-inner table textarea {
    width: 300px;
}
.register #productForm-inner .radio{
    width:15px;
    padding-right:10px;
}

#productForm textarea{
    width: 240px;
    margin-bottom: 10px;
}

#scroll_bg #scroll_links a {
    color: #333333;
    text-decoration: none;
    font-size: 9px;
    margin: 0 3px;
    outline: none;
}
#scroll_bg #scroll_links a:hover {
    text-decoration: none;
}
#scroll_bg #scroll_links a:active {
    outline: none;
}

#scroll_bg #scroll_links a.active_link {
    color: #0069ff;
    outline: none;
}