﻿/**
 * Master Page
 **/
body 
{
    margin: 0; padding: 0;
    background-color:#2e2c2d;
    color: #636467;
    font-family: Arial, Helvetica, HelveticaNeue;
    background-image: url('images/bk.png');
    background-repeat: no-repeat;
    background-color: #2e2c2d;
    background-position:top center;
}
a { text-decoration: none; color: #636467; }
a:hover { color: #00bdf2; }
img { border:0; }
#wrapper
{
    padding: 0;
    width: 940px;
    margin: 0 auto;
}
h1 { font-size: 29px; color:#636466; padding:0; margin: 0 0 5px 0; font-weight: normal; }
h2 { font-size: 24px; color:#00bdf2; padding:0; margin: 0 0 5px 0; font-weight: normal; }
/*h3 { font-size: 16px; color:#636466; padding:0; margin: 0 0 5px 0; text-transform:uppercase; font-weight: normal; }*/
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align:center; }

/**
 * Header Control
 **/
#header
{
    clear:both;
    width: 940px;
    margin-top: 40px; 
}
#header .left { float: left; }
#header .right 
{
    float: right;
    margin-top: 24px;
    margin-bottom: 15px;
    text-align: right;
}
#header .right a 
{
    color: #C6C8CA;
    font-size: 9px;
    padding: 0 6px;
}
#header .right a:hover
{
    color: #959595;
}

/**
 * Top Navigation
 **/

#navTop  
{
    clear:both; 
    height:30px; 
    overflow:hidden;
    font-size: 10px;
    text-transform: uppercase;
}
#navTop ul  
{
    margin:0; padding:0; 
    display: block; 
    height: 30px;
background-color: #302d2f;
}
#navTop li  
{
    margin: 0 0 0 0;
    display: block;
    float:left; 
    list-style:none;
border-right: 2px solid #494748;
}
#navTop li a  
{
    display: block;
    padding: 10px 20px 10px 20px;
    background-color: #302d2f;
    color: #C6C8CA;
    /*width: 123px;*/
    text-align: center;
    font-size: 10px;
}
#navTop li a:hover 
{
    background-color: #030000;
}

#navTop li.selected  
{
    color:#00bdf2;
    border: solid 1px #9b9798;
    background-color: #494748; 
}
#navTop li.selected a,
#navTop li.selected a:hover  
{
    padding: 8px 0;
    color:#00bdf2;
    background-color: Transparent; 
    padding: 8px 14px 7px 14px;
}
#navTop .search 
{
    padding: 0 0 0 0;
    float:right;
    height: 30px;
    width:305px;
    text-align: right;
    background-color: #302d2f;
}
#navTop .search span 
{
    display: block;
    margin-right: 200px;
    margin-top: 10px;
    color: #C6C8CA;
}
#navTop .search input.search_textfield 
{
    padding: 0;
    padding-top: 7px;
    padding-left: 4px;
    color: #ffffff;
    height: 30px;
    width: 160px;
    background-color: #4d4d4f;
    border: 0 none;
    display: block;
    float: right;
}
#navTop .search input.searchBtn 
{
    float: right;
    margin: 0;
}
#navTop li ul {display:none;}
#navTop li ul ul {display:none;}
#navTop li ul ul ul{display:none;}

#navSub 
{
    clear:both; 
    height: 36px;
    margin: 3px 30px -2px 0;
    font-size: 10px;
    text-transform: uppercase;
}
#navSub ul  
{
    margin:0; padding:0; 
    display: block; 
    width: 940px;
}
#navSub li  
{
    margin: 0;
    display: block;
    float:left; 
    list-style:none;
}
#navSub li a  
{
    display: block;
    color: #C6C8CA;
    font-size: 10px;
    margin: 0;
    padding: 9px 16px;
}
#navSub li.selected a
{
    color: #fff;
    background-color: #00bcf1;
}
#navSub li a:hover{ text-decoration:underline; }
#navSub li ul {display:none; margin:0; padding:0;}
#navSub li ul ul {display:none;}
#navSub li ul ul ul{display:none;}

/**
 * Left Navigation
 **/
#navLeft 
{
    float: left;
    width: 114px;
    overflow: hidden;
} 
#navLeft ul
{
    margin:0;
    padding: 0;
    width: 114px;
    overflow: hidden;
}
#navLeft li 
{
    font-size: 10px;
    /*text-transform: capitalize;*/
    list-style:none;
    display: block;
    margin: 0;
    padding: 14px 15px 10px 3px;
    text-align: right;
    background-image: url('images/leftNavItemBg.png');
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom: solid 1px #CACACC;
}
#navLeft li a
{
    font-size: 9px;
}

#navLeft li.last 
{
    border-bottom: 0 none;
}

#navLeft li.selected 
{
    background-image: none;
    background-color: #ffffff;
    color:#00bdf2;
}
#navLeft li.selected ul
{
    margin-top: 15px;
    margin-bottom: -10px;
}
#navLeft li.selected li
{
    background-image: none;
    border: 0;
    margin: 0;
    padding: 7px 15px 7px 5px;
    border-top: solid 1px #CACACC;
    border-right: solid 4px #CACACC;
}
#navLeft li li.selected, #navLeft li li.selected a
{
    /*color: #fff;
    background-color: #00bcf1;*/
    border-right:0;
}

#navLeft li.selected ul {display:block;}
#navLeft li ul {display:none;}
#navLeft li ul ul {display:none;}

/**
 * Footer
 **/
#footer
{
    clear:both;
    margin: 20px 0;
    color: #C6C8CA;
    font-size: 9px;
    text-transform: uppercase;
}
#footer .right 
{
    float: right;
    text-align: right;
}
#footer .right a 
{
    color: #C6C8CA;
    font-size: 9px;
    padding: 0 5px;
}
#footer .right a:hover
{
    color: #959595;
}

/**
 * Home boxes control
 **/
#bottomboxes 
{
    clear:both;
    height: 200px;
    font-size: 12px;
}
#bottomboxes .box td
{    
    color: #C6C8CA;
    font-size: 12px;
}

#bottomboxes .box 
{
    float: left;
    background-image: url('images/homeBoxBg.png');
    width: 300px;
    height: 188px;
    padding-right: 13px;
}
#bottomboxes .box .title 
{
    display: block;
    padding: 10px;
    font-size: 9px;
    text-transform: uppercase;
}
#bottomboxes .box .content 
{
    padding: 6px;
    font-size: 12px;
}
#bottomboxes .box .content span,
#bottomboxes .box .content a
{
    color: #C6C8CA;
}
#bottomboxes .box ul 
{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #C6C8CA;
}
#bottomboxes .box ul li 
{
    list-style: none;
    margin: 10px;
}
#bottomboxes .box ul li .date 
{
    color: #000000;
    margin-right: 4px;
}
#bottomboxes .box ul li a 
{
    color: #C6C8CA;/*#00bdf2;*/
}

/*--- landing ---*/
#landing
{
    margin: 0;
    padding: 40px;
    border: solid 1px #979696;
    background-color: #ffffff;
    min-height: 600px;
}
#landing .intro  
{
    font-size: 17px; 
    margin-top: -10px;
    margin-bottom: -4px;
}
#landing .content  
{
    font-size: 12px; 
    margin-top: 30px;
}
#landing .content .rightimage 
{
    float: right;
    margin: 0 0 10px 20px;
    padding: 0 0 0 26px;
    border-left: 2px solid #EDEDEE;
}
#landing .content h3 { color:#00bdf2; font-size:12px; padding:0; margin: 0; font-weight:normal; text-transform: uppercase; float:left; }
#landing .content h4 { color:#636163; font-size:12px; padding:0; margin: 0; font-weight:normal; text-transform: uppercase; float:left; }
#landing .content p { clear:left; margin:0; padding: 0 0 10px 0; }

/*--- content ---*/
#content
{
    margin: 0;
    padding: 0;
    border: solid 1px #979696;
    background-color: #ffffff;
    background-image: url('images/leftNavBg.png');
    background-repeat:repeat-y;
    background-position: top left;
    min-height: 650px;
}

#content .rightcontent
{
    margin: 0 0 50px 120px;
    padding: 50px 40px;
    color: #636163;
    font-size: 12px;
}
#content .rightcontent a { text-decoration: underline; }

#content .rightcontent td
{
    color: #636467;
    font-family: Arial, Helvetica, HelveticaNeue;
}

#content .rightcontent .intro { font-size: 15px; }
#content .rightcontent .image
{
    float:right;
    padding-left: 30px;
    margin-left: 30px;
    border-left: solid 1px #ededee;
}
#content .rightcontent h3 { color:#00bdf2; font-size:10px; font-weight:normal; text-transform: uppercase; }
#content .rightcontent h4 { color:#636163; font-size:10px; font-weight:normal; text-transform: uppercase; }
#content .rightcontent li { margin-bottom: 10px; }

#content .rightcontent .alt h1 { color:#00bdf2; font-size:14px; font-weight:normal; text-transform: uppercase; }
#content .rightcontent .alt h2 { color:#636163; font-size:11px; font-weight:normal; text-transform: uppercase; }

/**
 * Products
 **/
#content .rightcontent .productInfo 
{
    float:left;
    width: 360px;
}

#content .rightcontent .productInfo .otherContent
{
    float:left;
    width: 150px;
    margin-left: 55px;
    margin-top: 15px;
} 
#content .rightcontent .productInfo ul
{
    float:left;
    display: block;
    margin: 15px 0;
    padding: 0;
    width: 150px;
}
#content .rightcontent .productInfo li 
{
    margin: 0;
    padding: 8px 15px 0 0;
    display:block;
    list-style: none;
    background-image: url('images/bluearrow.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e1e2e3;
}
#content .rightcontent .productInfo li a 
{
    color: #00bdf2;
    font-size: 9px;
    text-decoration: none;
    text-transform: uppercase;
}
/* listing */
#content .rightcontent .productList
{
    float: left;
    width: 350px;
    margin: 0 0 50px 25px;
    height: 550px;
    border-left: solid 2px #e1e2e3;
    overflow: auto;
}
#content .rightcontent .productList ul {padding:0; margin:0; margin-bottom:50px;}
#content .rightcontent .productList li 
{
    display: block;
    list-style: none;
    float: left;
    padding:0;
    margin: 0 13px;
    width: 135px;
    height:130px;
}
#content .rightcontent .productList li a
{
    display: block;
    font-size: 9px;
    text-transform:uppercase;
    margin: 0;
    width: 105px;
    padding: 15px;
}
#content .rightcontent .productList li a:hover 
{
    color: #ffffff;
    background-color: #00bdf2;
}
#content .rightcontent .productList li a img
{display:block;}

/**
 * Breadcrumb
 **/
#breadcrumb 
{
    margin: 10px 0;
}
#breadcrumb ul 
{
    display: block;
    height: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumb ul li 
{
    display: block;
    float: left;
    margin: 2px;
    padding: 4px 2px;
    text-align: center;
    list-style: none;
    width: 115px;
    background-color: #3B3B3B;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}
#breadcrumb ul li.selected,
#breadcrumb ul li.highlighted 
{
    background-color: #01BDF2;
}
#store #breadcrumb 
{
    margin-top: 40px;
}

/**
 * Basket
 **/
#basket {}
#basket table 
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
#basket table tr 
{
    
}
#basket table tr th 
{
    padding: 4px 2px;
    border: 2px solid #CBCAC9;
    background-color: #CBCAC9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
#basket table tr td
{
    padding: 4px;
    font-size: 11px;
    border: 2px solid #CBCAC9;
    color: #989B9C;
}
#basket table tbody tr td
{
    height: 50px;
    vertical-align: middle;
}
#basket table tfoot tr.totalRow td
{
    color: #01BDF2;
    background-color: #3B3B3B;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}
#basket table tr td.delete 
{
    width: 50px;
}
#basket table tr td.item 
{
    width: 100px;
}
#basket table tr td.description {}
#basket table tr td.quantity 
{
    text-align: center;
    width: 25px;
}
#basket table tr td.each 
{
    text-align: right;
    width: 80px;
}
#basket table tr td.total 
{
    text-align: right;
    width: 125px;
}
#basket table tr td.buttons 
{
    padding: 16px 2px;
    text-align: center;
}
#basket table tr td.buttons small 
{
    display: block;
    width: 121px;
    text-align: center;
    margin: 10px 2px;
}
#basket table.summary 
{
    border-collapse: separate;
}
#basket table.summary tr td 
{
    border: 0 none;
    height: 18px;
    color: #ffffff;
    background-color: #929292;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    width: 33%;
}

/**
 * Horizontal Product List
 **/
#horizontalProductList 
{
    margin: 40px 0;
    height: 124px;
}
#horizontalProductList ul 
{
    display: block;
    margin: 0;
    padding: 0;
    list-style: 0 none;
}
#horizontalProductList ul li 
{
    margin: 0;
    padding: 4px;
    display: block;
    float: left;
    margin: 0;
}
#horizontalProductList ul li a 
{
    display: block;
    color: #ffffff;
    text-align: center;
    width: 110px;
    font-size: 10px;
}
#horizontalProductList ul li a span
{
    display: block;
    height: 26px;
    text-align: center;
    overflow: hidden;
}
#horizontalProductList ul li a img 
{
    margin-bottom: 6px;
}
#horizontalProductList ul li a img.blueshadow 
{
    display: none;
}
#horizontalProductList ul li.selected {}
#horizontalProductList ul li.selected a 
{
    color: #00bcf1;
}
#horizontalProductList ul li.selected a img.blueshadow 
{
    display: inline;
}
/**
 * Vertical Product List
 **/
#verticalProductList
{
    margin: 10px 0;
    width: 480px;
}

#verticalProductList ul
{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
#verticalProductList ul li 
{
    margin: 0;
    padding: 0;
}
#verticalProductList ul li a.title
{
    display:block;
    margin: 4px 0 0 0;
    padding: 2px 4px;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    color: #00bdf2;
    border-bottom: 1px solid #e1e2e3;
    font-weight: bold;
    cursor: pointer;
}
#verticalProductList ul li p 
{
    margin: 0 4px 10px 10px;
    font-size: 12px;
    display: none;
}
#verticalProductList ul li p a
{
    font-size: 11px;
    font-family:Arial,Helvetica,HelveticaNeue;
}
#verticalProductList ul li.selected p 
{
    display: block;
}