.topMenuItemsContainer a
    {
        color: #666666;
        padding: 4px;
    }

.divMimicingUser {
                background-color: red;
                font-size: 20px;
                color: black;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 970px;
                height: 20px;
                padding-top: 2px;
                padding-left: 10px;
            }

.mc-subtotal{
    font-weight:bold;
    color:#000000;
}

.sale-price .mc-totalDiscount
{
    /*color: #AF1E14;*/
    /*color: #747474;*/
}

.mc-original-price
{
    text-decoration: line-through;
    color:#747474;
}

.IsActive{
    display: inline;
}    
.IsPassiv{
    display: none;    
}

#minicart-product-area{
	height:160px;
	overflow: hidden;
	width:100%;		
}

.cart-indicator{
    position:relative;    
    width:68px;
    height:35px;
    float:right;
    border-left:1px solid #acacac;
    border-bottom:1px solid #acacac;
    cursor:pointer;    
}
.cart-empty{
    background:url('../images/Caselogic/Cart/shopping_cart_v2_empty.png') no-repeat left top transparent;
    color:#b9b9b9;
}
.cart-holding{
    background:url('../images/Caselogic/Cart/shopping_cart_v2_items_in_cart.png') no-repeat left top transparent;
    color:#dfdfdf;
}
#cart-content-count{    
    position:absolute;
    width:22px;
    height:16px;
    font-size:14px;
    top:4px;
    right:26px;   
    text-align:center;       
}
#cart-content-count span{    
    line-height:16px !important;
    font-weight:bold;    
}

#slide-next, #slide-prev{
    height:26px;
    width:26px;
    position:absolute;
    top:50%;
    margin-top: -13px;   
    cursor:pointer;     
}
#slide-next{
    background:url("../images/CaseLogic/Buttons/btn_next01.png") no-repeat transparent;
    right:10px;
}
#slide-prev{
    background:url("../images/CaseLogic/Buttons/btn_prev01.png") no-repeat transparent;
    left:10px;
}

.miniCartItemsArea{
    position:absolute;    
    height:auto;
    width:251px;
    right:2px;
    top:0;     
    display:none;   
}

#miniCartTopArea{
    height:35px;    
    background-color: transparent;
	width:100%;
}

#miniCartTitleArea{
    background:url('../images/Caselogic/Cart/cart_top_title_cut.png') repeat-x left top transparent;
    height:36px;
    width:183px;
    border-left:1px solid #acacac;
    line-height: 36px;
}
#miniCartTitleArea span{
    line-height:36px;
}

#miniCartProductArea{
    height:258px;
    width:100%;
    background-color: #fff;
    border:1px solid #acacac;    
    background:url("../images/CaseLogic/Backgrounds/fading_40x1px.gif") repeat-x left top #fff;    
}
#miniCartHeader{
    text-align:center;    
}
#miniCartHeader h2{
    padding-top:10px;
}

#miniCartOptionsArea{
    height:64px;
    width:100%;
    background-color: #ffffff;
    border-left:1px solid #acacac;    
    border-right:1px solid #acacac;    
    
}

#miniCartBottomArea{
    height:20px;
    width:253px;
    background:url("../images/CaseLogic/Cart/cart_bottom_cut.png") no-repeat top left transparent;        
}

.uppercase{
    text-transform:uppercase;	
}
.alignCenter{
    text-align:center;
}

#miniCartProductName{
    color:#686868;
    line-height:1em !important;
    height:20px;
    font-size: 13px;
    margin-top:10px;
}
#miniCartProductPrice{
    color:#000000;
    font-weight:bold;
    line-height:1em !important;
    height:20px;
    font-size: 13px;
}

#miniCartOptionsArea span{
    line-height:normal !important;
}

#miniCartOptionsArea a{
    text-decoration: none;
}

div#minicart-options-area-outer{
    padding-top:18px;
}

table.minicart-options-area{
    width:100%;
    text-align: left;
    vertical-align: middle;      
}

table.minicart-options-area td{
    width:50%;
}

table.minicart-options-area td td{
    padding-left:18px;    
}
.mc-button{
    float:right;
    padding-right:18px;
}
.mc-button-right, .mc-button-left, .mc-button-middle{
    height:30px;
    float:left;
    line-height: 30px;
    color:#ffffff;
    font-weight:bold;
}

.mc-button-right, .mc-button-left{
    width:8px;
}
.mc-button-left{background:url('../images/Caselogic/buttons/minicart_v_left_cut_blue.png') no-repeat left top transparent;}
.mc-button-right{background:url('../images/Caselogic/buttons/minicart_v_right_cut_blue.png') no-repeat left top transparent;}
.mc-button-middle{background:url('../images/Caselogic/buttons/minicart_v_middlet_cut_blue.png') repeat-x left top transparent;}

.mc-align-left{text-align: left;}
.mc-align-center{text-align: center;}
.slides_container
{
    width: 980px;
    height: 397px;
    overflow:hidden;
	position:relative;
	display:none;
}

.slides_container .single_slide
{
    width: 980px;
    height: 397px;
    display: block;
}

/*
	Slideshow
*/

#slides {	
	top:15px;
	left:0px;
	z-index:100;	
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	
}

/*
	Pagination
*/

.pagination 
{
    position:relative;
    top:-32px;
    left:16px;
	z-index:99;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:13px;
	height:0;
	padding-top:14px;
	background-image:url(../images/CaseLogic/Buttons/pagination-btn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:transparent;
	float:left;
	overflow:hidden;
	padding-right:7px;
}

.pagination li.current a {
	background-position:0 -14px;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
ol, ul {
    list-style: none outside none;
}
#page-text ol{
    margin-left: 40px;
    list-style: decimal;
} 
#page-text ul{
    margin-left: 40px;
    list-style: disc;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: url("../images/CaseLogic/Backgrounds/main_bg.jpg") no-repeat scroll center top #000000;
    color: #666666;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: Arial, News Gothic;
    font-size: 12px;
    line-height: 1.5em;
    /*text-align: center;*/
}
#wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 980px;
}
a {
    color: #008CD7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    color: #000000;
    font-size: 18px;
}
h2 {
    color: #000000;
    font-size: 16px;
}
h3 {
    color: #000000;
    font-size: 13px;
}
h4 {
    color: #000000;
    font-size: 12px;
}
hr {
    background-color: #B7B7B7;
    border: 0 none;
    color: #B7B7B7;
    height: 1px;
}
hr.thick {
    background-color: #666666;
    border: 0 none;
    color: #666666;
    height: 20px;
}
.shortPar {
    width: 400px;
}
.alerttxt {
    color: #AF1E14;
    font-weight: bold;
}
.discounted {
    text-decoration: line-through;
}
.plus a {
    background: url("../images/CaseLogic/aka/bul-plus.gif") no-repeat scroll 0 50% transparent;
    padding-left: 15px;
}
.arrow {
    background: url("../images/CaseLogic/aka/bul-arrow.gif") no-repeat scroll 4px 50% transparent;
    padding-left: 15px;
}
.graybrdr {
    border: 1px solid #666666;
}
#header {
    background: url("../images/CaseLogic/aka/bg-nav.png") no-repeat scroll left top transparent;
    height: 120px;
    margin-bottom: 10px; /*13px*/
    width: 980px;
}
#logo {
    float: left;
    padding: 20px 0px 0px 20px;
    width: 114px;
}
#headerInnerRight {
    float: right;
    padding: 20px 15px 0 0;
    /*width: 796px;*/
    width:828px;
}
#header-subnav {
    float: right;
    padding-bottom: 27px;
}
input.blur {
  color:#808080; 
}
/*#accountnav {
    float: left;
}
#accountnav ul {
    float: left;
    padding: 4px 15px 0 0;
    text-align: right;
}
#accountnav li {
    float: left;
}
#accountnav li a {
    border-right: 1px solid #7B7B7B;
    color: #666666;
    padding: 0 8px;
    text-decoration: none;
}
#accountnav li a.last {
    border: medium none;
}
#accountnav li a:hover {
    color: #000000;
}*/
/*#globalsearch {
    background: url("http://static-caselogic-com.r.worldssl.net/images/CaseLogic/aka/bg-searchField.gif") no-repeat scroll left top transparent;
    float: left;
    height: 26px;
    width: 220px;
}
#globalsearch #search {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #666666;
    float: left;
    margin: 6px 4px;
    padding: 0;
    width: 180px;
}
#btn-mainSearch {
    cursor: pointer;
    height: 26px;
    overflow: hidden;
    width: 29px;
}
#btn-mainSearch:hover input {
    margin-top: -27px;
}*/
#nav {
    height: 60px;
    position: relative;
    /*width: 796px;*/
    z-index: 100;
    float:right;
}
#nav ul {
    float: left;
}
#nav li {
    float: left;
    position: static;
}
#nav a {
    display: block;
    float: left;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #000000;
    text-decoration: none;
    padding-top: 10px;
}

#nav .disabledLink {
    display: block;
    float: left;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #000000;
    text-decoration: none;
    padding-top: 10px;
}

#nav .categoryMenuTab
{
	padding: 0px 1px 0px 5px;
	position: relative;
}

#nav .single-tab-line
{
	padding-top:25px;
}

#nav .double-tab-line
{
	padding-top:14px;
}

#nav .triple-tab-line
{
	padding-top:1px;
}

#nav .categoryMenuTabLink
{
	font-weight: bold;
}


#nav .categoryMenuTabLink.selected
{
	border-bottom: 5px solid #FABE19;
}

#nav .categoryMenuTabLink.selected.hover
{
	border-bottom: 5px solid #F1F1F1;
}

#nav div.noSeparator
{
	display:none;
}

#nav div.separator
{
	float:left;
	width: 2px;
	padding-top:34px;
}

#nav li.caseFinderTab .separator img 
{
	padding-top: 18px;
}

/*
#nav li.categoryTab .separator img
{
	padding-top: 12px;
}
*/

#nav .categoryMenuBackgroundLeft
{
	height: 33px;
	width: 13px;
	float:left;
}
#nav .categoryMenuBackgroundLeft.hover
{
	background: url("../images/CaseLogic/Misc/CategoryMenuBackgroundLeft_60.png") no-repeat;
	position: relative;	
	z-index: 11;
}

#nav .categoryMenuBackgroundCenter
{
	height: 33px;
	float:left;
}

#nav .categoryMenuBackgroundCenter.hover
{
	background: url("../images/CaseLogic/Misc/CategoryMenuBackgroundCenter_60.png");	
	position: relative;	
	z-index: 11;	
}


#nav .categoryMenuBackgroundRight
{
	width: 12px;
	height: 33px;
	float:left;
}
#nav .categoryMenuBackgroundRight.hover
{
	background: url("../images/CaseLogic/Misc/CategoryMenuBackgroundRight_60.png") no-repeat;
	position: relative;	
	z-index: 11;
}

#nav .categoryMenuCaseFinder
{
	padding: 0 0 0 10px;
}

#nav .double-line{
	padding-top:10px;
	line-height:1.1em;
	padding-bottom:3px;
}

div#casefinderMenu {
    z-index: 10000;
}
div.informationHolder {
    z-index: 100000;
}
.clear
{
	clear:both;
}

a.menuItem {
    cursor: pointer;
    display: -moz-inline-box;
}

.subNavWrapper {
    clear: both;
    display: none;
    float: left;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 70px; /*46px*/
    width: 356px;
}
.subNavLeft {
    left: 0;
    margin-left: 4px;
}
.subNavRight {
    right: 0;
}
.subNavLeft {
    background: url("../images/CaseLogic/Backgrounds/productSubCategoryMenuDropdownLeft.png") no-repeat scroll left bottom transparent;
}
.subNavLeft .subNav-top {
    background: url("../images/CaseLogic/Backgrounds/productSubCategoryMenuDropdownTopLeft.png") no-repeat scroll left top transparent;
    height: 12px;
    left: 0;
    position: absolute;
    top: -12px;
    width: 333px;
    z-index: 10;
}
.tabCatagories {
    float: left;
    margin: 0;
    padding: 0;
    width: 215px;
}
#nav li ul.tabCatagoriesNav {
    padding: 0 0 17px;
}
#nav li ul.tabCatagoriesNav li {
    float: none;
    position: static;
}
#nav li ul.tabCatagoriesNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: 4px;
    padding: 5px 9px;
    text-decoration: none;
    width: 194px;
}
#nav li ul.tabCatagoriesNav a:hover {
    background-color: #FABE19;
    color: #000000;
}
.tabSecondaryCatagories {
    float: left;
    margin: 0;
    padding: 0;
    width: 100px;
}
#nav li ul.tabSecondaryCatagories {
    padding: 0 0 17px;
}
#nav li ul.tabSecondaryCatagories li {
    float: none;
    position: static;
}
#nav li ul.tabSecondaryCatagoriesNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: 1px;
    padding: 5px 9px;
    text-decoration: none;
    width: 95px;
}
#nav li ul.tabSecondaryCatagoriesNav a:hover {
    background-color: #FABE19;
    color: #000000;
}

.tabCategoriesLFT {
    float: left;
    margin: 0;
    padding: 0;
    width: 215px;
}
#nav li ul.tabCategoriesLFTNav {
    padding: 0 0 17px;
}
#nav li ul.tabCategoriesLFTNav li {
    float: none;
    position: static;
}
#nav li ul.tabCategoriesLFTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: 4px;
    padding: 5px 9px;
    text-decoration: none;
    width: 212px;
}
html > body #nav li ul.tabCategoriesLFTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: 4px;
    padding: 5px 9px;
    text-decoration: none;
    width: 194px;
}

html > body #nav li ul.tabCategoriesLFTNav .disabledLink {
    color: #333333;
    display: block;
    float: none;
    margin-left: 4px;
    padding: 5px 9px;
    text-decoration: none;
    width: 194px;
}

#nav li ul.tabCategoriesLFTNav a:hover {
    background-color: #FABE19;
    color: #000000;
}
.tabSecondaryCategoriesLFT {
    float: left;
    margin: 0;
    padding: 0;
    width: 100px;
}
#nav li ul.tabSecondaryCategoriesLFT li {
    float: none;
    position: static;
}
#nav li ul.tabSecondaryCategoriesLFTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: 1px;
    padding: 5px 9px;
    text-decoration: none;
    width: 112px;
}
html > body #nav li ul.tabSecondaryCategoriesLFTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: 1px;
    padding: 5px 9px;
    text-decoration: none;
    width: 95px;
}
#nav li ul.tabSecondaryCategoriesLFTNav a:hover {
    background-color: #FABE19;
    color: #000000;
}
.subNavRight {
    background: url("../images/CaseLogic/Backgrounds/productSubCategoryMenuDropdownRight.png") no-repeat scroll right bottom transparent;
}
.subNavRight .subNav-top 
{	
    background: url("../images/CaseLogic/Backgrounds/productSubCategoryMenuDropdownTopRight.png") no-repeat scroll right top transparent;
    height: 12px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 333px;
    z-index: 10;
}
.tabCategoriesRT {
    float: right;
    margin: 0;
    padding: 0;
    width: 215px;
}
#nav li ul.tabCategoriesRTNav {
    padding: 0 0 17px;
}
#nav li ul.tabCategoriesRTNav li {
    float: none;
    position: static;
    width: 100%;
}
html > body #nav li ul.tabCategoriesRTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: -1px;
    padding: 5px 9px;
    text-decoration: none;
    width: 194px;
}
#nav li ul.tabCategoriesRTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-left: -1px;
    padding: 5px 9px;
    text-decoration: none;
    width: 212px;
}
#nav li ul.tabCategoriesRTNav a:hover {
    background-color: #FABE19;
    color: #000000;
}
.tabSecondaryCategoriesRT {
    float: right;
    margin: 0;
    padding: 0;
    width: 114px;
}
#nav li ul.tabSecondaryCategoriesRT li {
    float: none;
    position: static;
}
#nav li ul.tabSecondaryCatagoriesRTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-right: 1px;
    padding: 5px 9px;
    text-decoration: none;
    width: 113px;
}

html > body #nav li ul.tabSecondaryCategoriesRTNav a {
    color: #333333;
    display: block;
    float: none;
    margin-right: 1px;
    padding: 5px 9px;
    text-decoration: none;
    width: 95px;
}
#nav li ul.tabSecondaryCategoriesRTNav a:hover {
    background-color: #FABE19;
    color: #000000;
}
#easyTooltip {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #E1E1E1;
    float: right;
    line-height: 130%;
    margin: 0 10px 1em 0;
    padding: 15px;
    text-align: left;
    width: 250px;
    z-index: 1001;
}
#easyTooltipCVV {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #E1E1E1;
    float: right;
    line-height: 130%;
    margin: 0 10px 1em 0;
    padding: 15px;
    text-align: left;
    width: 390px;
    z-index: 1001;
}
#easyTooltip ul {
    margin-left: 0;
    padding: 0 0 0 1.5em;
}
.tooltipIcon a {
    background: url("../images/CaseLogic/Icons/icon-tooltip.png") no-repeat scroll 100% 50% transparent;
    color: #666666;
    padding-right: 15px;
    text-decoration: none;
}
.cartHeaderLink, .toolTipLink {
    cursor: help;
}
img {
    border: medium none;
}
font.sml {
    font-family: Arial,Verdana,Helvetica;
    font-size: 11px;
    line-height: 13px;
}
font.sml2 {
    font-family: Arial,Verdana,Helvetica;
    font-size: 11px;
    line-height: 13px;
}
a.sml2 {
    font-family: arial;
    font-size: 11px;
}
a.smlblu {
    font-size: 11px;
}
.valSummary {
    border: 1px solid red;
    line-height: 23px;
    margin: 15px 0;
    padding: 12px;
}
.valSummaryHead {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
ul.valMessages {
    margin: 0 0 0 15px;
    padding: 0;
}
ul.valMessages li {
    color: red;
    font-size: 12px;
}
.valMessages {
    color: red;
    font-size: 12px;
}
.error {
    border: 1px solid red;
}
label.error {
    border: 0 none;
}
select.error {
    border: 1px solid red;
}
select.error option {
    border: 1px solid red;
}
.cartcontent {
    padding: 20px;
}
.cartcontent h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.cartcontent table {
    margin-top: 15px;
}
.cartcontent select.pulldown {
    width: 183px;
}
.cartcontent label {
    font-weight: 700;
}
p.cartinfo {
    margin: 0;
    padding: 0;
}
a.cartheaderlink {
    color: #0033CC;
    font-size: 12px;
    text-decoration: underline;
}
.cartproduct {
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}
.cartproductlast {
    border-bottom: 1px solid #E9E9E9;
    border-right: 0 none;
}
.cart {
    border-right: 1px solid #E9E9E9;
}
.carttd {
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
}
.headercolor {
    background-color: #E9E9E9;
    padding-bottom: 7px;
    text-align: center;
}
.footercolor {
    background-color: #E9E9E9;
    padding: 10px 10px 0;
    text-align: center;
}
.subheader {
    background-color: #E9E9E9;
    font-weight: bold;
    margin: 5px;
    padding: 3px;
    text-align: center;
}
.total {
    font-size: 18px;
    font-weight: bold;
}
.smltotals {
    font-size: 11px;
    line-height: 18px;
}
.prod {
    padding: 0 5px;
    text-align: left;
}
.content {
    padding: 5px;
}
.centertotals {
    padding: 5px;
    text-align: center;
}
.prodinfo {
    padding: 5px;
    text-align: left;
}
.smlprodinfo {
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 10px;
    text-align: left;
}
.smloptions {
    float: left;
    font-size: 11px;
    line-height: 17px;
    text-align: left;
}
.contentleft {
    float: left;
    line-height: 24px;
    text-align: left;
}
.contentright {
    float: right;
    line-height: 24px;
    text-align: right;
}
.alignleft {
    float: left;
    padding: 0 5px;
}
.specialmsg {
    padding-bottom: 15px;
    padding-right: 10px;
    text-align: left;
}
.cartoptions {
    float: left;
    padding: 0 0 10px 10px;
    text-align: left;
}
.contentcenter {
    text-align: center;
}
.carttotal {
    padding: 10px;
}
.cartoptionsleft {
    float: left;
    padding: 0;
    width: 165px;
}
.qty {
    margin-top: 20px;
}
.cartSalesTax {
    color: #666666;
    font-size: 10px;
    line-height: 1.5em;
    padding-bottom: 20px;
    padding-top: 20px;
}
.cartSalesTax a {
    font-size: 10px;
}
#promo {
    border-bottom: 1px solid #B7B7B7;
    clear: both;
    padding: 0;
    width: 980px;
}
#cartheader {
    background-color: #FFFFFF;
    padding: 20px;
    width: 940px;
}
#cartheader h1 {
    padding-top: 20px;
}
#hm-megaContainer {
    border-bottom: 1px solid #B7B7B7;
    clear: both;
    margin: 0;
    padding: 0;
}
#hm-bottom {
    background: url("../images/CaseLogic/aka/bg-home-bottom.png") no-repeat scroll left top transparent;
    clear: both;
    height: 164px;
    padding: 20px 0 10px;
    width: 980px;
}

.hm-bottom {    
    clear: both;
    min-height: 184px;
    padding: 5px 0 10px;
    width: 980px;    
}

.hm-btm-block {
    float: left;
    padding-left: 20px;
}
#controls {
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 6;
}
#controls a {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #C2C2C2;
    color: #000000 !important;
    display: block;
    float: left;
    height: 13px;
    margin-left: 6px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    width: 13px;
}
#controls a:hover {
    background: none repeat scroll 0 0 #6C6C6C;
    text-decoration: none;
}
#controls a.activeSlide, #controls a.activeSlide:hover {
    background: none repeat scroll 0 0 #6C6C6C;
    color: #FFFFFF !important;
    text-decoration: none;
    text-indent: -9999px;
}
#multistory {
    margin: 0;
    padding: 0;
    position: relative;
    width: 980px;
}
#stories {
    height: 397px;
    overflow: hidden;
    width: 980px;
}
#product-content {
    background-color: #FFFFFF;
    float: left;
    margin-top: 10px;
    width: 980px;
}
#main-content {
    background-color: #FFFFFF;
    clear: both;
    margin: 0;
    padding: 0;
    width: 980px;
    min-height:500px;
    position: relative;
}

    #main-content .top-container {
        padding-bottom: 70px;
    }
    
    #main-content .bottom-container {
        position: absolute;
        bottom: 0px;
    }
    
    #main-content .customer-service {
        width: 100%;
    }
    
        #main-content .customer-service div {
            float: right;
            padding-right: 50px;
            padding-top: 15px;
            font-weight: bold;
        }
#tab-content {
    background-color: #FFFFFF;
    float: left;
    padding: 10px 0 10px;
    width: 980px;
}
#content-container {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 10px 20px 20px 20px;
    width: 940px;
}
#cart-container {
    padding: 20px;
    width: 940px;
}
#content-container td, #cart-container td {
    /*padding: 5px;*/
}
#content-container h1, #content-container p, #cart-container h1, #cart-container p {
    padding-bottom: 10px;
}
#cart-head h1 {
    padding-bottom: 20px;
}
#bottom-pad100 {
    height: 100px;
}
#bottom-pad200 {
    height: 200px;
}
#bottom-pad300 {
    height: 300px;
}
#bottom-pad400 {
    height: 400px;
}
#secondary {
    float: left;
    margin: 0;
    padding: 0;
    width: 210px;
}
#secondary h1 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 10px 20px 0;
    padding: 0;
}
#secondary ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 210px;
}
#secondary li {
    margin: 0;
    padding: 0;
    width: 210px;
}
#secondary li a {
    color: #666666;
    display: block;
    padding: 2px 10px;
    text-decoration: none;
}
#secondary li a.selected {
    background: url("../images/CaseLogic/aka/bul-arrow-blk.gif") no-repeat scroll 0 50% transparent;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none;
}
#secondary li a:hover {
    background: url("../images/CaseLogic/aka/bul-arrow-blk.gif") no-repeat scroll 0 50% transparent;
    color: #000000;
}

#top-bar
{
    height:35px;
    width:980px;
    position:relative;
    background-color:transparent;
    background:url("../images/CaseLogic/Backgrounds/main-container-top-bar.png") no-repeat;       
    text-align:center;
    border-bottom:1px solid #acacac;
    color:#666666;
}
#top-bar span{
    line-height:35px;        
}
#top-bar a{
	color:#666666;
}

#tabNav {
    float: left;
    width: 220px;
}
#tabNav h1 {
    margin: 0;
    padding-left: 20px;
}
#tabNav h3 {
    margin: 20px 0 0;
    padding-left: 20px;
}
#tabNav ul {
    list-style: none outside none;
    padding: 20px 0 0 20px;
    width: 180px;
}
#tabNav ul li.category-highlight, #tabNav ul li.sub-categories-highlight {
    color: #000000;
    font-weight: bold;
}
#tabNav ul li.category-highlight a, #tabNav ul li.sub-categories-highlight a {
    font-weight: normal;
}
.category-highlight ul {
    color: #000000;
    font-weight: normal;
}
#tabNav li {
    color: #666666;
    padding: 0;
    width: 180px;
}
#tabNav a {
    color: #666666;
    display: block;
    padding: 2px 0;
    /*width: 180px;*/
}
#tabNav a:hover {
    color: #000000;
    text-decoration: underline;
}
ul #sub-categories {
    margin: 0;
    padding: 0 0 0 12px;
}
#tabNav li #sub-categories {
    margin: 0;
}
ul #sub-categories li, ul #sub-categories li a {
    padding: 1px;
}
#vert-rule {
    float: left;
    margin-bottom: 5px;
    padding: 0;
    width: 1px;
}
#tab-megaContainer {
    float: left;
    padding: 0;
    width: 740px;
}
#tabMainBlock{	
	min-height:320px;	
    float: left;
    margin-bottom: 20px;    
    width: 740px;
}

#tabPromoBlockContainer{
    height:184px;
    width:740px;
    float:left;    
    overflow:hidden;
}

#list-container-lft {
    float: left;
    width: 220px;
}
#list-container-lft h4 {
    background: url("../images/CaseLogic/aka/bul-arrow.gif") no-repeat scroll 0 50% transparent;
    margin-bottom: 4px;
    padding-left: 10px;
}
#list-container-lft ul {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 11px;
}
#list-container-lft li {
    margin: 0;
    padding: 5px 0;
}
#list-container {
    float: right;
    /*margin-top: 20px;*/
    /*padding-left:20px;*/
    width: 740px; /*720px;*/ /*580px*/
}
#list-top-container {
    border-bottom: 1px solid #B7B7B7;
    float: left;
    position:relative;
    padding: 6px 0 4px 0;
    width: 980px;
    margin-bottom: 16px;
}
#sort {
    display: inline;
    float: right;
    margin: 0;
    padding: 4px 15px 0 0;
}
#perpage {
    display: inline;
    float: right;
    margin: 0 20px 20px 0;
}
#pagenum {
    display: inline;
    float: right;
    margin: 0 20px 20px 0;
}
#list-breadcrumb {
    float: left;
    margin: 0;
    padding: 7px 20px;
    width: 500px; /* 580px; /*690px*/
}

.listBottomControls
{
	position:relative;
	float:left;
	width:100%;
}

.pnlPrice{
	text-align:left;
}

.compare-container{
	position:absolute;
	right:5px;
	bottom:5px;
}

.swatch {
    display: block;
    padding: 4px;
}
.swatch img {
    margin: 0;
    padding: 0 1px;
}
.listModelName, .listPrice {
    position: absolute;
    display: inline;
    text-align: center;
    width: 250px;
    left: 0px;
    top: 160px;
}
#detail-hdr {
    float: left;
    width: 980px;
}
#detail-hdr img {
    float: left;
    margin: 0;
    padding-right: 5px;
}
#detail-hdr h1 {
    margin: 5px 0 0;
    padding: 0;
}
#detail-breadcrumb {
    border-bottom: 1px solid #B7B7B7;
    margin: 0;
    padding: 8px 20px 16px;
}
#detail-container {
    margin: 0;
    padding: 0;
}
#detail-left {
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 340px;
}
#detail-right {
    float: right;
    margin: 20px 20px 10px 0;
    padding: 0;
    width: 580px;
}
#detail-prodtitle {
    margin-bottom: 0;
    padding: 0 8px 8px 0;
}
#additional-info {
    background: url("../images/CaseLogic/Backgrounds/bg-detail-info-top.gif") no-repeat scroll left top #F1F1F1;
    float: right;
    margin: 0;
    padding: 0;
    width: 240px;
}
#detail-main-info {
    float: left;
    width: 300px;
    padding-bottom:20px;
}
#additional-info-btm {
    background: url("../images/CaseLogic/Backgrounds/bg-detail-info-bottom.gif") no-repeat scroll left bottom #F1F1F1;    
    height: 10px;
    margin: 0;
    padding: 0;
    width: 240px;
}
#detail-freeship {
    border-bottom: 1px solid #B7B7B7;
    margin: 0 20px;
    padding: 10px 0;
}
#detail-freeship span {
    color: #000000;
}
#detail-comp-email {
    margin: 0 20px;
    padding: 10px 0;
}
#detail-device {
    border-top: 1px solid #B7B7B7;
    margin: 0 20px;
    padding: 10px 0 0;
}

#detail-product-info 
{
	position:relative;
	top:35px;    
    clear: both;
    padding:0;
    margin:0;
    padding: 10px 0px;
    width: 578px;        
}

#detail-prodtitle h1 {
    font-size: 16px; /*18px*/
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#detail-prodtitle h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#feature-list 
{
    margin: 0;
    padding: 0;
    width: 100%; /*540px*/
}
#feature-list h2 {
    margin: 0;
    padding: 10px 0;
}
#feature-list ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 15px;
}
#stats {
    margin: 0 0 10px;
    padding: 0;
}
#stats h2 {
    margin: 0;
    padding: 25px 0 10px;
}
#stats ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#price-display h2 {
    padding: 10px 0 5px;
}
#price-display h2.sale {
    float: left;
    margin: 0;
    padding: 0;
}
#product-image {
    margin: 0;
    padding: 0 0 20px 0;
    width: 340px;
    height: 340px;
    text-align: center;
}
#product-image img {
    margin: 0;
    padding: 0;
}
#additional-views {
    padding-bottom: 25px;
}
#thumbnails {
    clear: both;
    display: inline;
    margin: 0;
    padding: 0;
}
#thumbnails a {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #FFFFFF;
    float: left;
    margin: 0 4px 4px 0;
    padding: 2px 1px;
    text-align:center;
    padding:2px;
}
#thumbnails a:hover {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #B7B7B7;
    float: left;
    padding: 2px 1px;
    text-align:center;
    padding:2px;
}
#customer-rating {
    clear: both;
    padding-top: 15px;
}
#color-pulldown {
    float: left;
    padding-top: 10px;
}
#clrtxt {
    margin-bottom: 5px;
}
#detail-swatch {
    clear: both;
    margin: 0;
    padding: 0;
}
#detail-swatch-img {
    float: left;
    padding: 10px 3px 5px 0;
}
#addtocart {
    margin: 10px 0;
}
#btn-addtocart {
    clear: left;
    cursor: pointer;
    height: 33px;
    overflow: hidden;
    width: 183px;
}
#btn-preorder {
    clear: left;
    cursor: pointer;
    height: 33px;
    overflow: hidden;
    width: 183px;
}
#btn-returntocart {
    clear: left;
    cursor: pointer;
}
#btn-addtocart:hover input, #btn-preorder:hover input {
    margin-top: -34px;
}
#prodtestimonial {
    clear: both;
}
#mini-thumb {
    margin-bottom: 10px;
}
#mini-thumb img {
    margin-top: 5px;
}
#rating, #testimonials {
    width: 540px;
}
#prod-info-btm {
    background: url("../images/CaseLogic/aka/bg-prodinfo-btm.gif") no-repeat scroll left bottom #F1F1F1;
    clear: both;
    height: 10px;
    margin: 0;
    padding: 0;
}
#testimonials td {
    padding: 3px;
}
#rating h2 {
    margin: 0;
    padding-bottom: 10px;
}
#rating p {
    padding: 20px 0;
}
#rating td.ratingname {
    padding: 3px 0;
}
#rating td.ratingnum {
    padding-left: 3px;
}
#testimonials h2 {
    margin: 0;
    padding: 10px 0;
}
.testimonialtable {
    width: 540px;
}
.testimonialtable td {
    padding: 5px;
}
#ImageDetailNav {
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 305px;
}
#ImageDetailNav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
#ImageDetailNav ul li {
    display: inline;
    padding: 0 2px;
}
#ImageDetailNav ul li div {
    display: inline;
}
#comparisontable td {
    border-right: 2px solid #FFFFFF;
    padding: 6px;
}
#comparisontable tr.alt {
    background: none repeat scroll 0 0 #E1E1E1;
}
#comparisontable li {
    list-style-type: disc;
    padding: 2px 0;
}
#help-breadcrumb {
    border-bottom: 1px solid #B7B7B7;
    margin: 0;
    padding: 16px 20px;
}
.row-element {
    display: inline;
    float: left;
    margin: 0;
    width: 310px;
}
.row-element li {
    padding: 2px 0;
}
#about-nav {
    float: left;
    padding: 20px 0 0 20px;
    width: 200px;
}
#about-nav ul {
    list-style: none outside none;
    width: 200px;
}
#about-nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}
#about-nav a {
    color: #666666;
    display: block;
    margin: 0;
    padding: 2px 0;
    text-decoration: none;
    width: 200px;
}
#about-nav a:hover {
    color: #000000;
    text-decoration: underline;
}
#about-nav a.selected {
    color: #000000;
    font-weight: bold;
}
#main-container {
    float: right;
    margin-bottom: 10px;
    padding: 0;
    width: 560px;
}
#about-container {
    float: left;
    padding: 20px;
    width: 720px;
}
#press-container {
    float: left;
    padding: 20px;
    width: 720px;
}
#press-container h3 {
    margin: 10px 0 0;
    padding: 0;
}
#press-container p {
    padding: 10px 0;
}
#press-container ul {
    padding: 10px 0;
}
#press-container li {
    padding: 2px 0;
}
#reseller-container {
    padding: 20px;
}
#reseller-container p {
    padding: 10px 0;
}
#about-container h1 {
    padding-bottom: 20px;
}
#about-left {
    float: left;
    padding-right: 20px;
    width: 325px;
}
#about-right {
    float: left;
    width: 350px;
}
#about-right h2 {
    color: #FEBA35;
    margin: 0;
    padding: 0;
}
#about-left h2 {
    color: #FEBA35;
    margin: 0;
    padding: 0;
}
#about-right p {
    margin: 0;
    padding-bottom: 20px;
}
#about-left p {
    margin: 0;
    padding-bottom: 20px;
}
#map-left {
    border-right: 1px solid #B7B7B7;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    width: 350px;
}
#map-left ul {
    list-style: none outside none;
    margin: 0;
    padding: 10px;
}
#map-left li {
    list-style: none outside none;
    padding: 2px 0;
}
#map-left a {
    color: #666666;
    display: block;
}
#map-left a:hover {
    color: #000000;
}
#map-left h4 a {
    color: #000000;
    display: block;
}
#map-left h4 {
    margin: 0;
}
#map-right {
    float: left;
    padding: 60px 0 0 40px;
    width: 500px;
}
#gcontact-left {
    float: left;
    width: 170px;
}
#gcontact-right {
    float: left;
    width: 750px;
}
#gcontact-right h2 {
    padding: 10px 0;
}
.news-left {
    float: left;
    margin-left: 0;
    width: 270px;
}
.news-right {
    float: right;
    margin-left: 20px;
    width: 270px;
}
.dealers {
    float: left;
    padding: 10px 0;
    width: 230px;
}
#yocContainer {
    margin-left: 80px;
}
#yocLeft {
    float: left;
}
#gc-left {
    float: left;
    width: 370px;
}
#gc-left img {
    margin-bottom: 30px;
}
#gc-right {
    float: left;
    width: 370px;
}
#gc-right h5 {
    font-size: 14px;
    margin-top: 0;
}
.article-row {
    clear: both;
    width: 720px;
}
.article-container {
    float: left;
    padding: 20px 20px 0 0;
    width: 330px;
}
.article-img {
    float: left;
    width: 140px;
}
.article-details {
    float: right;
    margin: 0;
    padding: 0;
    width: 190px;
}
.pr-info {
    background: url("../images/CaseLogic/aka/bg-detail-info-top.gif") no-repeat scroll left top #F1F1F1;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 240px;
}
.pr-info-btm {
    background: url("../images/CaseLogic/aka/bg-detail-info-btm.gif") no-repeat scroll left bottom #F1F1F1;
    float: left;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 240px;
}
.pr-contact {
    margin: 0 20px;
    padding: 10px 0;
}
#footer {
    clear: both;
    color: #999999;
    padding: 0;
    text-align: left;
    width: 980px;    
}
#footer-col1 ul, #footer-col2 ul, #footer-col3 ul, #footer-col4 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 175px;
}
#footer-col1 li, #footer-col2 li, #footer-col3 li, #footer-col4 li {
    margin: 0;
    padding: 0;
    width: 175px;
}
#footer-col1 a, #footer-col2 a, #footer-col3 a, #footer-col4 a {
    color: #999999;
    display: block;
    margin-top: 1px;
    padding: 0;
    text-decoration: none;
    width: 175px;
}
#footer a:hover {
    text-decoration: underline;
}
#footer h3 {
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 7px;
}
#footer h4 {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0 7px;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer-col1 {
    display: inline;
    float: left;
    margin: 20px 0 10px 10px;
    padding: 0 20px 0 10px;
    width: 325px;
}
#footer-col2, #footer-col3 {
    display: inline;
    float: left;
    margin: 20px 0;
    padding: 0 0 0 30px;
    width: 170px;
}
#footer-col4 {
    display: inline;
    float: left;
    margin: 20px 0;
    padding: 0 0 0 30px;
    width: 180px;
}
#email-signup #signupfield {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #666666;
    float: left;
    margin: 5px;
    width: 180px;
}
#email-signup {
    background: url("../images/CaseLogic/aka/bg-signupField.png") no-repeat scroll left top transparent;
    float: left;
    height: 26px;
    margin: 10px 0;
    width: 252px;
}
#email-signup #efield {
    border: 1px solid #C5C5C5;
    color: #666666;
    float: left;
    height: 26px;
    margin-right: 3px;
    padding: 5px;
    width: 211px;
}
#btn-email-signup {
    cursor: pointer;
    float: right;
    height: 26px;
    overflow: hidden;
    width: 26px;
}
#btn-email-signup:hover input {
    margin-top: -28px;
}
#socialnet {
    border-bottom: 1px solid #282828;
    border-top: 1px solid #282828;
    clear: both;
    padding: 10px 0;
    width: 325px;
}
#socialnet ul {
    margin: 0;
    padding: 0;
}
#socialnet li {
    margin: 0;
    padding: 0;
}
#socialnet li a#fb {
    background: url("../images/CaseLogic/aka/icon-fb.png") no-repeat scroll 31px 50% transparent;
    margin: 0;
    padding: 5px 0 5px 65px;
    width: 200px;
}
#socialnet li a#twit {
    background: url("../images/CaseLogic/aka/icon-twit.png") no-repeat scroll 31px 50% transparent;
    margin: 0;
    padding: 5px 0 5px 65px;
    width: 200px;
}
#socialnet li a#youtube {
    background: url("../images/CaseLogic/aka/icon-yt.png") no-repeat scroll 0 50% transparent;
    margin: 0;
    padding: 5px 0 5px 65px;
    width: 200px;
}
#socialnet li a#virtual {
    background: url("../images/CaseLogic/aka/icon-virtual.png") no-repeat scroll 31px 50% transparent;
    margin: 0;
    padding: 5px 0 5px 65px;
    width: 200px;
}
#footer-sub {
    clear: both;
    font-size: 11px;
    padding: 0 0 40px 20px;
    text-align: left;
    width: 325px;
}
#footer-subnav {
    float: left;
    margin: 0;
    padding-top: 5px;
    text-align: left;
}
#footer-subnav li {
    float: left;
    margin: 0;
    padding: 0;
}
#footer-subnav a {
    border-left: 1px solid #282828;
    color: #999999;
    display: block;
    float: left;
    padding: 0 8px;
    text-decoration: none;
}
#footer-subnav a.first {
    border: medium none;
    color: #999999;
    display: block;
    float: left;
    padding: 0 8px 0 0;
    text-decoration: none;
}
#footer-subnav a:hover {
    text-decoration: underline;
}
#cartfooter {
    background-color: #FFFFFF;
    clear: both;
    margin: 0;
    padding: 20px;
    text-align: left;
    width: 940px;
}
#cartfooterbar-phone {
    clear: both;
    color: #000000;
    font-size: 14px;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}
#footerhelp-container {
    border-top: 1px solid #B7B7B7;
    clear: both;
    width: 940px;
}
.footer-help {
    border-right: 1px solid #B7B7B7;
    display: inline;
    float: left;
    padding: 20px 0 20px 30px;
    width: 280px;
}
.footer-help-last {
    display: inline;
    float: left;
    padding: 20px 0 20px 30px;
    width: 270px;
}
.footer-help h5, .footer-help-last h5 {
    color: #000000;
}
.footer-help ul {
    margin: 0;
}
#footer-logos {
    margin: 0 auto;
    padding-left: 375px;
}
#footer-copyright {
    clear: both;
    margin: 0;
    padding: 10px 0 20px;
    text-align: center;
}
#tl-container {
    clear: both;
}
#tl-left {
    float: left;
    margin: 0;
    padding: 0;
}
#tl-right {
    float: left;
    margin: 0;
    padding: 0;
}
#travel-container {
    width: 550px;
}
#gwp-left {
    float: left;
    margin-right: 15px;
    width: 380px;
}
.gwp_price {
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
}
fieldset {
    border: medium none;
    margin: 1em 0 0;
    padding: 1em;
}
#resellersform span {
    color: #990000;
}
#resellersform p {
    margin: 1em 0;
}
#resellersform label {
    float: left;
    padding: 0 7px;
    text-align: right;
    width: 15em;
}
#resellersform input {
    width: 190px;
}
#resellersLFT {
    float: left;
    width: 415px;
}
#resellersRT {
    float: right;
    width: 320px;
}
#resellersRT input {
    width: 120px;
}
#resellerssubmit {
    margin: 0;
    padding-left: 190px;
}
.resellerslogo {
    clear: both;
    float: left;
    margin: 10px 0;
}
.resellerslogo li {
    float: left;
    list-style: none outside none;
    margin: 0 25px;
}
#bts_flash {
    clear: both;
    margin-left: 10px;
    padding: 10px 0;
    width: 980px;
}
#bts_btm {
    margin-top: 10px;
}
#banner {
    margin: 2px 0 0 10px;
}
#cfNavContainer {
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #F5F5F5;
    border: 1px solid #B7B7B7;
    float: left;
    font-size: 12px;
    margin: 20px 0 15px 20px;
    padding: 15px;
    width: 168px;
}
#cfNavContainer a {
    color: #008CD7;
}
#cfNavContainer a:hover {
    color: #008CD7;
    text-decoration: underline;
}
#cfNavHeader {
    padding-bottom: 15px;
}
#cfNavContainer h2 {
    border-top: 1px solid #DEDEDE;
    color: #000000;
    font-size: 12px;
    margin: 10px 0 0;
    padding-top: 10px;
}
#CFListPageHeader h2 {
    padding: 0 20px;
}
#lightbox {
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #F5F5F5;
    font-size: 12px;
    left: 0;
    margin: 0 auto;
    padding: 20px 30px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 540px;
    z-index: 1000;
}
#lb-overlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.lb-hide {
    z-index: -100;
}
.lb-overlay-bg {
    background-color: #000000;
    opacity: 0.6;
    z-index: 999;
}
* html #lb-overlay {
    position: absolute;
}
#dt-container {
    height: 450px;
    width: 100%;
}
#lb-content p {
    margin: 0;
    padding: 0 0 10px;
}
#lbfHeader {
    padding-bottom: 15px;
}
#lbheader {
    padding-bottom: 15px;
}
#dt-container h2 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
}
#tblHead {
    margin-top: 5px;
}
#tblHead thead th#dt-modelName {
    width: 265px;
}
#tblHead thead th#dt-modelLength {
    width: 80px;
}
#tblHead thead th#dt-modelWidth {
    width: 80px;
}
#tblHead thead th#dt-modelThick {
    width: 80px;
}
#tblDeviceModels thead {
    display: none;
}
#tblDeviceModels {
    width: 472px;
}
#tblDeviceModels tbody td {
    padding: 2px 5px;
}
#tblDeviceModels tbody td.modelNameData {
    width: 253px;
}
#tblDeviceModels tbody td.modelLengthData {
    width: 81px;
}
#tblDeviceModels tbody td.modelWidthData {
    width: 81px;
}
#tblDeviceModels tbody td.modelThickData {
    width: 57px;
}
#tblDeviceModels tbody td.noDisplay {
    display: none;
}
#dt-container table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    color: #666666;
    width: 100%;
}
#dt-container thead {
    border-left:1px solid #000000; border-right:1px solid #000000; border-top:medium none -moz-use-text-color; border-bottom:1px solid #000000; background:#000000 url('../images/CaseLogic/aka/bg-table-hdr.gif') repeat-x left top; color: #FFFFFF;
    margin: 0
}
#dt-container th {
    margin: 0;
    padding: 8px;
}
#dt-container td {
    border: 1px solid #D5D5D5;
    font-size: 11px;
    padding: 8px;
}
.even {
    background-color: #F1F1F1;
}
#dt-container tr.hoverRow {
    background-color: #D8E9FC;
    color: #186CBB;
    cursor: pointer;
}
#dt-container thead tr:hover {
    background-color: transparent;
    color: #FFFFFF;
    cursor: auto;
}
#dt-container tbody {
    border-top: medium none;
}
#additionalNav {
    padding-top: 10px;
    width: 100%;
}
#dtDimensionsLink h3 {
    font-size: 12px;
    margin: 0;
}
#btnPNContainer {
    float: right;
}
#dtDimensionsLink {
    float: left;
    padding-top: 10px;
}
.btnPN {
    background: url("../images/CaseLogic/aka/btn-prev-next.png") no-repeat scroll center top transparent;
    color: #999999;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 7px 0 8px;
    text-align: center;
    text-decoration: none;
    width: 68px;
}
a.btnPN {
    color: #3372B8;
}
a.btnPN:hover {
    background-position: 0 -27px;
    text-decoration: none;
}
a.btnPN:active {
    background-position: 0 -55px;
}
span.paginate_button, span.paginate_active {
    display: none;
}
.dataTables_paginate {
    float: right;
    padding-top: 10px;
}
.dataTables_paginate span.previous, .dataTables_paginate span.next {
    background: url("../images/CaseLogic/aka/btn-prev-next.png") no-repeat scroll center top transparent;
    color: #3372B8;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 7px 0 8px;
    text-align: center;
    text-decoration: none;
    width: 68px;
}
.dataTables_paginate span.hover {
    background-position: 0 -27px;
    text-decoration: none;
}
.dataTables_paginate span.active {
    background-position: 0 -55px;
}
.dataTables_paginate span.inactive {
    color: #999999;
    cursor: default;
}
#tblDeviceModels_info_foot {
    display: none;
}
#lb-close {
    position: absolute;
    right: -25px;
    top: -25px;
}
.clear {
    clear: both;
}
div.dtContent {
    background-color: #FFFFFF;
    height: 200px;
    overflow-y: scroll;
    padding: 0;
}
div.dtProcessing {
    background: url("../images/CaseLogic/aka/loading.gif") no-repeat scroll center center #FFFFFF;
}
#measurementInstructions {
    padding-bottom: 10px;
}
#measurementInstructions h2 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
}
#btnDeviceContainer {
    float: left;
    margin: 0;
    padding: 0;
}
#btnDeviceContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#btnDeviceContainer li {
    margin: 0;
    padding: 0 30px 8px 0;
}
.btnDevice {
    background: url("../images/CaseLogic/aka/btn-device-type.png") no-repeat scroll center top transparent;
    color: #999999;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 7px 0 8px;
    text-align: center;
    text-decoration: none;
    width: 132px;
}
a.btnDevice {
    color: #3372B8;
}
a.btnDevice:hover {
    background-position: 0 -27px;
    text-decoration: none;
}
a.btnDevice:active {
    background-position: 0 -55px;
}
#diagramContainer {
    float: left;
    margin-right: 30px;
}
#dimensionEntryContainer {
    float: left;
    width: 145px;
}
#dimensionEntryContainer input {
    color: #000000;
    font-size: 15px;
    margin: 0 0 12px;
    padding: 5px;
    width: 110px;
}
#dimensionEntryContainer input.dfltMsg {
    color: #999999;
}
#dimensionEntryContainer div {
    float: left;
}
.formfield {
    clear: both;
}
.formfield select, .formfield input {
    float: left;
    margin: 0 10px 15px 0;
}
.formfield div {
    background: url("../images/CaseLogic/aka/hint-rt.gif") no-repeat scroll 100% 50% transparent;
    float: left;
    margin-bottom: 20px;
    padding: 0;
}
:root .formfield div {
    margin-bottom: 0;
}
.formfield span {
    background: url("../images/CaseLogic/aka/hint-lft.gif") no-repeat scroll 0 50% transparent;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 4px 11px 4px 20px;
}
#dt-container input {
    color: #000000;
    font-size: 15px;
    padding: 5px;
    width: 360px;
}
#dt-container input.active {
    color: #000000;
}
#dt-container select {
    width: 300px;
}
#dt-container .hidden {
    display: none;
}
#feedbackText {
    padding-top: 10px;
}
#feedbackText h1 {
    font-size: 40px;
    margin: 0;
    padding: 20px 0;
}
#feedbackText h2 {
    color: #666666;
    font-size: 20px;
    line-height: 1.4em;
    margin: 0;
    padding-bottom: 20px;
}
#feedbackText ul {
    margin: 0 15px;
    padding: 0;
}
#feedbackText li {
    padding: 4px 0;
}
.yes {
    color: #339900;
}
.sorry {
    color: #990000;
}
.btnReturn {
    background: url("../images/CaseLogic/aka/btn-device-type.png") no-repeat scroll center top transparent;
    color: #999999;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 7px 0 8px;
    text-align: center;
    text-decoration: none;
    width: 132px;
}
a.btnReturn {
    color: #3372B8;
}
a.btnReturn:hover {
    background-position: 0 -27px;
    text-decoration: none;
}
#filterInputWrapper {
    background: none repeat scroll 0 0 transparent;
    position: relative;
}
#filterLensWrapper {
    background: none repeat scroll 0 0 transparent;
    position: relative;
}
#filterLensWrapper input {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.5;
    position: relative;
    z-index: 2;
}
#filterInputWrapper input {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.5;
    position: relative;
    z-index: 2;
}
#searchMessage {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 0;
    padding: 5px 0 5px 8px;
    position: absolute;
    top: 2px;
    width: 350px;
    z-index: 1;
}
#lensMessage {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 0;
    padding: 5px 0 5px 8px;
    position: absolute;
    top: 2px;
    width: 350px;
    z-index: 1;
}
#oem-nav {
    float: left;
    padding: 20px 0 0 20px;
    width: 300px;
}
#oem-nav h1 {
    padding-bottom: 20px;
}
#oem-nav ul {
    list-style: none outside none;
    width: 180px;
}
#oem-nav ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#oem-nav a {
    color: #666666;
    display: block;
    margin: 0;
    padding: 2px 0;
    text-decoration: none;
}
#oem-nav a:hover {
    color: #000000;
    text-decoration: underline;
}
#oem-nav a.selected {
    color: #000000;
    font-weight: bold;
}
#oemBrochure {
    padding: 100px 0 10px;
}
#oemBrochure h2 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
#oemContainer {
}
#oemContainer p, #oemContainer address {
    line-height: 1.5em;
    margin-bottom: 20px;
}
#oemContainer address {
    font-style: normal;
}
#oemContainer ul {
    margin: 0;
    padding: 15px 15px;
}
#oemContainer li {
    margin: 0 0 0 4px;
    padding: 4px 0 0;
	list-style-type: disc;
}
#oemContainer h3 {
    color: #000000;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0 0 20px 0;
}
#oemContainer h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
}
#oemContainer h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}
#overviewBottom {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    margin: 0;
    padding: 0;
}
#overviewBottom p {
    line-height: 2em;
    margin: 0;
    padding: 20px;
}
#oemContainer hr {
    background-color: #999999;
    border: medium none;
    clear: both;
    color: #999999;
    height: 1px;
    margin: 0;
    padding: 0;
}
html > body #oemContainer hr {
    background-color: #999999;
    border: medium none;
    clear: both;
    color: #999999;
    height: 1px;
    margin: 0;
    padding: 0;
}
.left350 {
    float: left;
    width: 350px;
}
.left320 {
    float: left;
    width: 320px;
}
.left220 {
    float: left;
    width: 220px;
}
.left280 {
    float: left;
    width: 280px;
}
.left150 {
    float: left;
    width: 150px;
}
.q {
    display: block;
}
.a {
    color: #286AB4;
    display: block;
}
.a a {
    text-decoration: underline;
}
.inputWatermark {
    color: #999999;
}
#page-bottom {
    background: url("../images/CaseLogic/aka/bg-bottom.png") no-repeat scroll left top transparent;
    clear: both;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 980px;
}

.searchButtonLeft
{
    float:left;
    width: 12px;
    height: 26px;
    background: url("../images/CaseLogic/Backgrounds/searchFieldBackgroundLeft.png") no-repeat;
}

.searchButtonCenter
{
    float:left;
    width: 150px;
    height: 26px;
    border: 0px;
    background: url("../images/CaseLogic/Backgrounds/searchFieldBackgroundCenter.png") left top;
}
    
.searchButtonCenter input
{
	width: 150px;
    height: 24px;
    border: 0px;
    color: #666666;
    line-height: 24px;
    background-color:transparent;
}
    
.searchButtonRight
{
    float:left;
    width: 24px;
    height: 26px;
}

.topMenuItemsContainer
{
	float: right;
}

.topMenuItem
{
	float:left;	
}

.topMenuItemText, .topMenuItemTextFirst
{
	padding-top: 3px;		
}

.topMenuItemText a
{
	color: #666666;
	border-left: 1px solid #7B7B7B;
    padding: 0 8px;
    text-decoration: none;
    line-height: 25px;
}

.topMenuItemTextFirst a
{
	color: #666666;
	padding: 0 8px;
    text-decoration: none;
    line-height: 25px;
}

.topMenuItemSearch
{
	padding-left: 10px;
}

.promo-container{
	border-top:1px solid #bfbfbf;
	margin-top:12px;
	padding-top:15px;
	width:300px;
	height:auto;	
}

 #footer-list{
        margin-top:50px;
    }    
    
    #footer-list ul{
        display:inline;        
    }
    #footer-list ul li{
        float:left;
        display: inline;
        line-height:14px;
    }
    
    #footer-list ul li a{
        color:#666666;
    }
    
    #pipe-menu{
        margin-top:6px;
    }
    
    .pipe-left{
        border-left:1px solid #666666;
        padding:0px 5px;
    }
    .first-list-item{
        padding-right:6px;
    }
    
    .displayNbr_area_wrapper{
        float:right;        
        width:100%;
    }
    
    .product_display_data{    	
        width:100%;    
        float:right;    
    }
    
    .displayNbr_texts{
        float:left;        
    }
    
    .displayNbr_texts ul li{
        display:inline;
        list-style-type:none;        
        padding:3px 0 3px 0px;
    }
    
    .displayNbr_texts ul li {
        display: inline;
    }

    .displayNbr_texts ul li:before {
        content: "|";
    }

    .displayNbr_texts ul li:first-child:before {
        content: "";
    }
    
     .pager-area{
        width:100%;
        height:auto;
        clear:both;
        float:right;
    }
    
    .pager-area .pager-container{
        float:right;
        padding-right:20px;
    }
    
    .pager-container ul{
        line-height:13px;
    }
    .pager-container ul li{
        display:inline;
        float:left;
        padding-left:5px;
        padding-right:4px;
        border-right:1px solid #666666;     
        width:auto;    
    }
        
    .pager-container ul li.no-border{
        border:0;
    }    
    
    #pager-text{
        font-weight:bold;        
    }
    

    .mainContentContainer
    {
        width:940px; padding:20px;
    }
/* ---------------- SITEMAP -----------------*/
#sitemap-wrapper{
    width:940px;
    margin: 0 20px;
    padding:20px 0;        
}
    
.sitemap-container{    	
    width:100%;  
    padding-left:6px;      
}
    
.sitemap-container div.sitemap-column{
    width:200px;
    height:auto;        
    float:left;
}
.sitemap-container div.sitemap-column div.sitemapCategory{
    float:left;
    width:100%;                     
    margin-bottom:10px;
}
.sitemap-container div.sitemap-column div.sitemapCategory div.sitemap-subcategory{
    float:left;
    width:100%;        
}
    
.sitemap-container div.sitemap-column div.sitemapCategory .category-parent{
    font-weight:bold;
}

.form-wrapper{
        width:480px;
        height:auto;
        padding:20px;
}
.form-wrapper input[type=text],
.form-wrapper select,
.form-wrapper textarea{
    width:320px;
}
#intro-text{
    margin:20px 0 12px 0;
    text-align:left;
    float:left;
    width:100%;
    display:block;
}
#form-area-wrapper{
    margin:0 0 30px 0;
    display:block;
    width:100%;
    float:left;
    background-color:#dfdfdf;
    padding:20px;
}
#left-area{
    width:360px;
    float:left;        
}
#right-area{
    width:auto;
    float:left;
}
#form-controls{
    margin:0 0 12px 0;
}
#tbl-submit-form tr td{
    padding:0 0 6px 0;
}
.form-wrapper .email-status{
    font-weight:bold;        
}
.form-wrapper .success{color:Green;}
.form-wrapper .error{color:Red;}

/* ---------------- Order Overview ----------------*/

.divOrderHolder
{
    width: 320px;
    float: left;
    padding:20px 20px 0 0;
    
}
    
.divOrderHeader
{
    background-color: #e9e9e9;
    padding: 10px 17px 10px 17px;
}
    
.divOrderHeaderText
{
}
    
.divOrderContainer
{
    padding-left: 38px;
    padding-bottom: 20px;
}

.divOrderContainerHeader {
    padding: 17px 17px 17px 17px;
}
    
.divOrderRow {
    float: left;   
}

.divBottomPageText {
    width: 680px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e9e9e9;
    clear: both;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
}

span.additional-info-heading{
    color:#010101;
    font-weight:bold;
    padding:0;
    margin:0;
}

/*******[START]************** PRODUCT PAGE ***/

#comparison-info ul li a
{
    color: #363636;
}
.product-price-lables
{
    font-weight: bold;
    font-size: 14px;
    color: #000;
    display: block;
}
.product-discount-lables{}
.product-discount-percent{ font-size: 12px; color:#000000;}
    
#qtyDiv
{
    text-align: center;
    line-height: 24px;
    padding-bottom: 10px;
    padding-top:10px;
}
#qtyDiv .qtyLabel
{
    font-weight: bold;
    color: #000;
}
#qtyTextContainer,
div-sale-price{
    margin-right: 4px; 
    float: left;
}
.product-quantity-wrapper
{
    height: 22px;
    width: 22px;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
#buyButtonContainer{
    padding-right: 16px; 
    float: left
}
.product-quantity-wrapper input[type=text]
{
    background-color: transparent;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: 0;
    padding: 0;
    margin: 0;
}

#product-page-content{
    padding-bottom: 30px;
}
.product-price-container,
.div-discount-price-container{
    float: left;
}
.priceBox{
    width:100%;
}

/*******[END]************** PRODUCT PAGE ***/

/*******[START]************ PRODUCT LISTING ***/



/*******[END]************** PRODUCT LISTING ***/
.makeCursoPointer{
	cursor:pointer;
}

.tooltip{
	position:absolute;
	z-index:999;
	left:-9999px;    
	border:2px solid #999999;        
	width:100px;
}
.tooltip p{
	font-size:10px;
	color:#fff;
	margin:0;
	padding:6px;        
	background-color:#000;  
	line-height:1.2em;  
}

.wrapper .topInformationText
{
	color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.wrapper{
	min-height:450px;
}

.listItem{
	position:relative;
	width:240px;
	min-height:265px; /*min-height:325px;*/
	float:left;
	margin:0px 0px 20px 0;	/* margin:20px 0 0 20px;	 */
	border:1px solid transparent;
	/*border-bottom:1px solid #bfbfbf;	*/
	
}

.product-inner-wrapper{
	position:relative;
	width:216px;
	height:100%;
	margin-left:12px;
	border-bottom:1px solid #9fa0a0;/*#858686*/
	/*border:1px dashed lime;*/
}

.listItem a{
	color:#666666;
}


.listItem:hover{
	border:1px solid #9fa0a0;/*858686*/
}

.listItem .product_state{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	z-index:9;
}

.listItem .product_state img{
	position:relative;
	z-index: 1;
}

.listItem .product-data{
	width:100%;	
	text-align: center;
}

.listItem .product-data .top-filler{
	height:20px;
	width:100%;	
}
.listItem .bottom-filler{
	width:100%;
	height:10px;
}

.listItem .product-image{
	height:200px;
	width:100%;	
	background: no-repeat center center;	
}

.listItem .product-swatch{
	width:100%;
	text-align:center;
	height:18px;
}

.listItem .product-name{
	width:100%;
	text-align:center;	
	margin-top:4px;
}

.listItem .listing-price{	
	text-align:left;
}

.listItem .compare-panel{
	text-align:right;	
	padding-right:10px;	
}

.listItem .top-shadow-left-corner, .listItem .top-shadow-right-corner, .listItem .top-shadow-middle,
.listItem .bottom-shadow-left-corner, .listItem .bottom-shadow-right-corner, .listItem .bottom-shadow-middle,
.listItem .shadow-side-left, .listItem .shadow-side-right{
	display:none;
}

.listItem:hover .top-shadow-left-corner, .listItem:hover .top-shadow-right-corner, .listItem:hover .top-shadow-middle,
.listItem:hover .bottom-shadow-left-corner, .listItem:hover .bottom-shadow-right-corner, .listItem:hover .bottom-shadow-middle,
.listItem:hover .shadow-side-left, .listItem:hover .shadow-side-right{
	display:block;
}

/* TOP SHADOWS */
.listItem .top-shadow-left-corner{
	position:absolute;
	top:-14px;
	left:-15px;	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/top-left.png") no-repeat top left transparent;
    width:24px;
    height:24px;
	
}
.listItem .top-shadow-right-corner{
	position:absolute;
	top:-14px;
	right:-15px;
	z-index:1;
	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/top-right.png") no-repeat top left transparent;
    width:24px;
    height:24px;
	
}
.listItem .top-shadow-middle{
	position:absolute;
	top:-14px;
	left:9px;
	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/middle-top.png") repeat-x top left transparent;
    width:222px;
    height:24px;
	
}

/* BOTTOM SHADOWS */
.listItem .bottom-shadow-left-corner{
	position:absolute;
	bottom:-14px;
	left:-15px;	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/bottom-left.png") no-repeat top left transparent;
    width:24px;
    height:24px;
    z-index:10;
	
}
.listItem .bottom-shadow-right-corner{
	position:absolute;
	bottom:-14px;
	right:-15px;
	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/bottom-right.png") no-repeat top left transparent;
    width:24px;
    height:24px;
    z-index:10;
	
}
.listItem .bottom-shadow-middle{
	position:absolute;
	bottom:-14px;
	left:9px;
	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/middle-bottom.png") repeat-x bottom left transparent;
    width:222px;
    height:24px;
    z-index:8;	
}

.listItem .shadow-side-left{	
	position:absolute;
	top:10px;
	left:-15px;
	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/middle-left.png") repeat-y top left transparent;
    width:20px;
    height:245px;
}

.listItem .shadow-side-right{	
	position:absolute;
	top:10px;
	right:-15px;	
	z-index:0;
	
	background:url("../images/CaseLogic/Backgrounds/thumbnailBox/middle-right.png") repeat-y top left transparent;
    width:24px;
    height:245px;
}

.color-swatch-wrapper{                
    text-align:center;    
    width:100%; 
    height:18px;
    margin-top: 10px;
           
}
.color-swatch-wrapper a img{                
    width:12px;
    height:12px;                 
    margin:0 2px;
}   
.color-swatch-wrapper a {
    /*position: relative;
    z-index: 1;*/
} 
#comparison-info, #share-info{
	margin:12px 20px;
	/*padding-bottom:8px;*/
}

#additional-info h3{
	font-size:12px;
	font-weight:bold;
	color:#010101;
	padding:0;
	margin:0;
}

#comparison-info li {
    display:inline;            
}   
  
/*  
#comparison-info li + li:before {
    content: ' | ';        
}
*/

#comparison-info li a{
	text-decoration:none;
	cursor:pointer;
}

#additional-info-ruler{
	background-color:#fff;
	height:4px;
	width:100%;
}

.share-image, .share-text{
	float:left;	
	cursor: pointer;
}

.share-text{
	padding:0 0 0 6px;	
}

.shareContainer{
	float:left;
	width:100px;
	margin-top:12px;
	cursor:pointer;
}

.shareContainer a{
	color:#363636;
}

#comparison-info .li-first{
	padding-right:4px;
}
#comparison-info .li-last{
	/*padding-left:4px;*/
}
.flag 
{
    width: 24px;
    height: 24px;
}

#languageSelector .cultureFlag
{
	 height:16px;
	 width:16px;
	 vertical-align:middle;
}

.divCultureSelector
{
    /*display:none;*/
    width:850px;
    position:absolute;
    top:65px;
    /*background-color:#f0f0f0;*/
    z-index:200000;
    /*padding-top:20px;*/
    left:50%;
    margin-left:-420px;
    display: none;
}

.divCultureSelectorCloser
{
    display:none;
    background-image:url("../images/icon/close.png");
    position:absolute;
    top:25px;
    right:27px;
    height: 17px;
    width: 17px;
    cursor:hand;
    cursor:pointer;
    z-index:100000;
}

.divCultureSelectorHeading
{
    position:relative;
    width:715px;
    height:60px;
}

.lblCultureHeader1
{
    padding-bottom: 10px;
}

.lblCultureHeader1 span
{
    font-size:24px;
    padding-bottom: 10px;
    padding-left:20px;
}

.lblCultureHeader2 span
{
    font-size:16px;
    padding-left:20px;
}

.divMarketLanguages
{
    position:relative;
    top:0px;
    left:5px;
    text-align:left;
}

.divMarketName
{
    position:relative;
    top:0px;
    left:5px;
}

.divMarketItem
{
    padding-left:0px;
    padding-right:2px;
    float:left;
}

.divMarketPipe
{
    float:left;
}

.divMarketsHolder
{
    margin-left:20px;
    background-color: #E6E6E6;
    padding: 20px 30px 10px;
}

.divMarket
{
    clear:left;
    font-size:11px;
    color:Black;
    width:157px;
    padding-right:15px;
    margin-bottom:10px;
    text-align:left;
}

.spanSuggestedMarket
{
    background-color:lime;
    font-size:11px;
    color:Black;
}

.spanSuggestedLanguage
{
    background-color:lime;
    font-size:11px;
    color:Black;
}

.divColumn1, .divColumn2, .divColumn3, .divColumn4
{
    width:230px;
    float:left;
    padding-left:10px;
}

.aSelectLink
{
    padding-left:10px;
}

.divColumn2, .divColumn3
{
    
    
}

.divSuggestedMarket div
{
    float:left;
    padding-left:0px;
    padding-right:10px;
}

.divSuggestedMarket img
{
    padding-left:10px;
}

.divSuggestedMarket
{
    clear:both;
    width:900px;
    height:58px;
    color:Black;
    font-size:16px;
    margin-left:20px;
    margin-top:10px;
    background-color:#d8d8d8;
    padding-left:20px;
    padding-top:32px;
    line-height:22px;
}

.divSuggestedMarketChooser
{
    width:890px;
    padding-left:40px;
    font-size:16px;
    margin-top:20px;
    margin-bottom:20px;
    color:#666666;
}

.divSuggestedMarketChooser span
{
    padding-left:10px;
}

.divSuggestedMarketChooser div
{
    padding-top:10px;
}

#dim_layer_culture{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:20000;
}

#cultureSelector
{
    width: 850px;
}

#cultureSelector .middle
{
}

#cultureSelector .upper
{
	height: 87px;
    width: 850px;
}

#cultureSelector .upper .left
{
	float: left;
    height: 87px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperLeftCorner.png") no-repeat;
}

#cultureSelector .upper .middle
{
	float: left;
    height: 87px;
    width: 715px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperMiddle.png");
}

#cultureSelector .upper .right
{
	float: left;
    height: 87px;
    width: 82px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperRightCornerNoClose.png") no-repeat;
    cursor:pointer;
    
}

#cultureSelector .middle .left
{
	float: left;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LeftMiddle.png") repeat-y;
}

#cultureSelector .middle .middle
{
	float: left;
    width: 715px;
    background-color: #F5F5F5;
}

#cultureSelector .middle .right
{
	float: left;
    width: 90px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/RightMiddle.png");
}

#cultureSelector .lower .left
{
	float: left;
    height: 47px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerLeftCorner.png") no-repeat;
}

#cultureSelector .lower .middle
{
	float: left;
    height: 47px;
    width: 715px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerMiddle.png");
}

#cultureSelector .lower .right
{
	float: left;
    height: 47px;
    width: 90px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerRightCorner.png") no-repeat;
}


#cultureSelector .divMarketText
{
	float: left;
    height: 42px;
    width: 84px;
    padding-left: 5px;
}

#cultureSelector .divMarketText a
{
    color: #000000;
    text-decoration: none;
    display: block;
}

#cultureSelector .divMarketFlag
{
	float: left;
	width: 32px;
}

#cultureSelector .outerCell
{
	vertical-align: top;
	padding: 10px 0px 10px 0px;
}
.divLocateADealer
{
    position:absolute;
    top:65px;
    z-index:200000;
    left:50%;
    margin-left:-420px;
    display: none;
}

#locateADealer
{
}

#locateADealer .upper
{
	height: 87px;
}

#locateADealer .upper .left
{
	float: left;
    height: 87px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperLeftCorner.png") no-repeat;
}

#locateADealer .upper .middle
{
	float: left;
    height: 87px;
    width: 715px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperMiddle.png");
}

#locateADealer .upper .right
{
	float: left;
    height: 87px;
    width: 82px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperRightCorner.png") no-repeat;
    cursor:pointer;
    
}

#locateADealer .middle .left
{
	float: left;
    width: 45px;
    height: 600px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LeftMiddle.png") repeat-y;
}

#locateADealer .middle .middle
{
	float: left;
    width: 715px;
    height: 600px;
    background-color: #F5F5F5;
}

#locateADealer .middle .right
{
	float: left;
    width: 90px;
    height: 600px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/RightMiddle.png");
}

#locateADealer .lower .left
{
	float: left;
    height: 47px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerLeftCorner.png") no-repeat;
}

#locateADealer .lower .middle
{
	float: left;
    height: 47px;
    width: 715px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerMiddle.png");
}

#locateADealer .lower .right
{
	float: left;
    height: 47px;
    width: 90px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerRightCorner.png") no-repeat;
}
#lightbox_dim_layer{
    display:none;
    position:fixed;    
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000;
    border:1px solid #cecece;
    z-index:1000;
}

#lightbox_dim_layer_background{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:10000;
}

.divLightboxProductImages
{
    position:absolute;
    top:65px;
    z-index:200000;
    left:50%;
    margin-left:-420px;
    display:none;
}

#lightboxProductImages
{
}

#lightboxProductImages .upper
{
	height: 87px;
}

#lightboxProductImages .upper .left
{
	float: left;
    height: 87px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperLeftCorner.png") no-repeat;
}

#lightboxProductImages .upper .middle
{
	float: left;
    height: 87px;
    width: 700px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperMiddle.png");
}

#lightboxProductImages .upper .right
{
	float: left;
    height: 87px;
    width: 82px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperRightCorner.png") no-repeat;
    cursor:pointer;
    
}

#lightboxProductImages .middle .left
{
	float: left;
    width: 45px;
    height: 700px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LeftMiddle.png") repeat-y;
}

#lightboxProductImages .middle .middle
{
	float: left;
    width: 700px;
    height: 700px;
    background-color: #F5F5F5;
    position: relative;
}

#lightboxProductImages .middle .middle .shareContainer
{
	bottom: 55px;
    position: absolute;
    right: 75px;
}
    
#lightboxProductImages .middle .right
{
	float: left;
    width: 90px;
    height: 700px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/RightMiddle.png");
}

#lightboxProductImages .lower .left
{
	float: left;
    height: 47px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerLeftCorner.png") no-repeat;
}

#lightboxProductImages .lower .middle
{
	float: left;
    height: 47px;
    width: 700px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerMiddle.png");
}

#lightboxProductImages .lower .right
{
	float: left;
    height: 47px;
    width: 90px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerRightCorner.png") no-repeat;
}

#productLightboxOverview
{
	position:relative;
}
    #productLightboxOverview .lightboxLeft
    {
    	width: 164px;
    	height: 650px;
    	float:left;
    	padding-right: 10px;
    }

    #productLightboxOverview .lightboxRight
    {
    	width: 525px;
    	height: 650px;
    	float:left;
    	clear: right;
    }
    
        #productLightboxOverview .lightboxRight .bigImages
        {
    	    background-color: #FFFFFF;
			height: 544px;
			padding: 10px 0;
			width: 525px;
        }
        
        #productLightboxOverview .lightboxRight .featureTextContainer
        {
        	background-color: #E1E1E1;
    	    width: 525px;
    	    height: 86px;
        }
    
    #productLightboxOverview .colors
    {
    	width: 100%;
    }
    
    #productLightboxOverview .features
    {
    	clear: left;
		padding-top: 20px;
		width: 100%;
    }
    
    #productLightboxOverview .thumbBox
    {
    	float:left;    	
    	-moz-border-radius: 5px 5px 5px 5px;
        border: 1px solid #A9A9A9;
        margin: 2px;
        padding: 2px;
        cursor: pointer;
        width: 67px;
        height: 67px;
        text-align: center;
    }
    
    #productLightboxOverview h2
    {
    	font-size: 14px;
    	font-weight: bold;
    }
    
    #productLightboxOverview .bigImage
    {
    	display: none;
    	text-align: center;    	
    	
    }
    
    #productLightboxOverview .nextImage
    {
    	background-image: url("../images/CaseLogic/Bullets/next.png");
    	background-repeat: no-repeat;
    	height: 32px;
    	width: 10px;
    	position: absolute;
    	top: 260px;
        right: -10px;
        cursor: pointer;
    }
    
    #productLightboxOverview .previousImage
    {
    	background-image: url("../images/CaseLogic/Bullets/previous.png");
    	background-repeat: no-repeat;
    	height: 32px;
    	width: 10px;
    	position: absolute;
    	top: 260px;
        left: 164px;
        cursor: pointer;
    }
    
    #pipe-right, #pipe-left{
		color:#484848;
    }
    #pipe-right{padding-right:5px;}
    #pipe-left{padding-left:5px;}
#iframeCaseFinder html body
{
	margin: 0px !important; 
}

#lightbox_casefinder_dim_layer{
    display:none;
    position:fixed;    
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000;
    border:1px solid #cecece;
    z-index:1000;
}

#lightbox_casefinder_dim_layer_background{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:10000;
}

#iframeCaseFinder
{
	border: 0 none;
    margin-top: -25px;
}

.divLightboxCaseFinder
{
    position:absolute;
    top:0px;
    z-index:200000;
    left:50%;
    margin-left:-920px;
    display: none;
}

#lightboxCaseFinder
{
	/*width: 1026px;*/
    z-index: 1000;
}

#lightboxCaseFinder .upper
{
	width: 1026px;
	height: 87px;
}

#lightboxCaseFinder .upper .left
{
	float: left;
    height: 87px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperLeftCorner.png") no-repeat;
}

#lightboxCaseFinder .upper .middle
{
	float: left;
    height: 87px;
    width: 890px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperMiddle.png");
}

#lightboxCaseFinder .upper .right
{
	float: left;
    height: 87px;
    width: 82px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperRightCorner.png") no-repeat;
    cursor:pointer;
}

#lightboxCaseFinder .middle
{
	width: 1026px;
}

#lightboxCaseFinder .middle .left
{
	float: left;
    width: 22px;
    height: 660px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LeftMiddleNarrow.png") repeat-y;
}

#lightboxCaseFinder .middle .middle
{
	float: left;
    width: 960px;
    height: 660px;
    background-color: #F5F5F5;
    padding-bottom: 30px;
    
}

#lightboxCaseFinder .middle .right
{
	float: left;
    width: 44px;
    height: 660px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/RightMiddleNarrow.png") repeat-y;
}

#lightboxCaseFinder .lower
{
	width: 1026px;
}

#lightboxCaseFinder .lower .left
{
	float: left;
    height: 47px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerLeftCorner.png") no-repeat;
}

#lightboxCaseFinder .lower .middle
{
	float: left;
    height: 47px;
    width: 891px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerMiddle.png");
}

#lightboxCaseFinder .lower .right
{
	float: left;
    height: 47px;
    width: 90px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerRightCorner.png") no-repeat;
}
.details_wrapper{
	float:left;
	position:relative;
}

.details_tabs
{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}

.tab_wrapper{	
	cursor:pointer;	
	float:left;	
	margin-right:5px;	
}

.detail_data{
	position:relative;
	top:-30px;	
}

.tabBorder_left, .tabBorder_right, .tabBorder_left_selected, .tabBorder_right_selected{
	display:inline-block;	
	float:left;	
	width:10px;
	height:79px;
}

.tabBorder_left{
	background:url("../images/CaseLogic/Backgrounds/details-tab_left.png") no-repeat transparent;	
}

.tabBorder_right{	
	background:url("../images/CaseLogic/Backgrounds/details-tab_right.png") no-repeat transparent;	
}

.tabBorder_left_selected{
	background:url("../images/CaseLogic/Backgrounds/details-tab_selectedLeft.png") no-repeat transparent;
}

.tabBorder_right_selected{
	background:url("../images/CaseLogic/Backgrounds/details-tab_selectedRight.png") no-repeat transparent;
}

.tab_content_wrapper{
	float:left;	
	height:79px;
	text-align:center;	
	padding:0 1px;
	background-color:#d8d8d8;	
}

.tab_content{
	padding-top:5px;
	max-width:155px;
	font-weight:bold;
	font-size:12px;
}

.pnl-tabs:hover{    
    cursor:pointer;
}

.tab-data{
	display:none;
	width:100%;
}

.tab_selected{
	background-color:#f2f1f1;		
}

.data-selected{
	display:inline-block;	
}
#footerMenu
{
    width: 980px;
    color: #666666;    		    	
}
    
#footerMenu h2
{
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}
    
#footerMenu .menuItem .title
{
    float: left;
    height: 16px;
    margin: 10px 0 10px 10px;
    overflow: hidden;
    width: 200px;
}
    
#footerMenu .menuItem
{
    position: relative;
    float:left;
    height: 36px;
    background: url("../images/CaseLogic/Backgrounds/roundedCornerBarBottomCenter.png");
}
   
#footerMenu .menuItem a
{
    cursor: pointer;    
}
       
#footerMenu .leftSide
{
    width: 232px;    	
}
    
#footerMenu .rightSide
{
    width: 233px;    	
}
    
#footerMenu .middle
{
    width: 244px;    	
}

#footerMenu .pipe
{
    border-right: 1px solid #ACACAC;
}
    
#footerMenu .roundedCornerLeft
{
    float:left;
    width: 12px;
    height: 36px;
    background: url("../images/CaseLogic/Backgrounds/roundedCornerBarBottomLeft.png");
}
    
#footerMenu .roundedCornerRight
{
    float:left;
    width: 12px;
    height: 36px;
    background: url("../images/CaseLogic/Backgrounds/roundedCornerBarBottomRight.png");
}
    
#footerMenu .menuArrow
{
    float: right;
    padding: 13px 10px 0 0;
}
    
#footerMenu .menuArrow img
{
    width: 11px;
    height: 12px;
}
    
#footerMenu .subMenuContent
{
	background-image: url("../images/CaseLogic/Backgrounds/FooterMenuShadeMiddle.png");
	background-position: center top;
	background-repeat: repeat-x;		
	background-color: #d6d6d6;
    float:left;
}

#footerMenu .subMenuContent a{
	color:#666666;
}

#footerMenu .subMenuContent.leftTab
{
	width: 244px;
}

#footerMenu .subMenuContent.middleTab
{
	width: 245px;
}

#footerMenu .subMenuContent ul
{
	padding: 0px 15px 10px 15px;
}

#footerMenu .subMenuContent li
{
	line-height: 25px;	
}

#footerMenu .leftContainer
{
	margin-left: -23px;
}

#footerMenu .middleContainer
{
	margin-left: -12px;
}

#footerMenu .subMenuContainer
{
	bottom: 36px;
    position: absolute;
    width: 268px;
    left: 0px;
    z-index:200;
    zoom:1;
    display:none;
}

#footerMenu .shadowTop
{
	width: 267px;
}

#footerMenu .shadowTop .left
{
    background: url("../images/CaseLogic/Backgrounds/FooterMenuTopLeft.png") no-repeat;
    height: 29px;
    width: 25px;
    float: left;
}

#footerMenu .shadowTop .middle
{
    background: url("../images/CaseLogic/Backgrounds/FooterMenuTopMiddle.png");
    height: 29px;
    width: 217px;
    float: left;
}

#footerMenu .shadowTop .right
{
    background: url("../images/CaseLogic/Backgrounds/FooterMenuTopRight.png") no-repeat;
    height: 29px;
    width: 25px;
    float: left;
}

#footerMenu .shadowMiddle
{
	margin-left: 11px;
}

#footerMenu .shadowMiddle .left
{
	background: url("../images/CaseLogic/Backgrounds/FooterMenuShadeLeft.png") repeat;
	float:left;
	width: 12px;
	margin-left: -11px;
}

#footerMenu .shadowMiddle .right
{
	background: url("../images/CaseLogic/Backgrounds/FooterMenuShadeRight.png") repeat;
	float:left;
	width: 12px;
	margin-left: -1px;
}

.footerMenuMiddle
{
    background: url("../images/CaseLogic/Backgrounds/roundedCornerBarBottomCenter.png") repeat scroll 0 0 transparent;
    float: left;
    height: 36px;
    width: 956px;
}
#FollowCaseLogic
{
	width: 225px;
	padding: 10px 10px 20px 10px;
}

#FollowCaseLogic h2
{
	font-size: 13px;
	padding-bottom: 5px;
}

#FollowCaseLogic .headText
{	
	margin: 0 0 12px 2px;
}

#FollowCaseLogic .inputContainer
{
    /*margin: 0px 0px 10px;	*/
}

#FollowCaseLogic input
{
	float:left;
}

#FollowCaseLogic input.inputField
{
	width: 190px;
	float: left;
}

#FollowCaseLogic .submitButton
{
	width: 28px;
	height: 28px;
	float:right;
	cursor:pointer;
	border-width:0px !important;
	background: url("../images/CaseLogic/buttons/FollowCaseLogicEmailButton.png");
}

#FollowCaseLogic .newsletter-status-pnl{
    height:22px;
    line-height: 22px; 
    overflow:hidden; 
    display:inline-block;	
    padding:0 0 0 2px;
}

#FollowCaseLogic .mediaContainer
{
	width: 225px;
	text-align:center;
	padding: 5px 0px 5px 0px;
}

#FollowCaseLogic .mediaContainer a
{
	color: #666666;
	text-decoration:none;	
}

#FollowCaseLogic .mediaContainer .image
{
	width: 57px;
	text-align:right;
	float:left;
}

#FollowCaseLogic .mediaContainer .text
{
	float: left;
	text-align:left;
	padding-left: 10px;
}

#FollowCaseLogic .inputFieldLeft
{
	background: url("../images/CaseLogic/Backgrounds/FollowCaseLogicEmailFieldLeft.png");
	float:left;
	width: 9px;
	height: 27px;
}

#FollowCaseLogic .inputFieldCenter
{
	background: url("../images/CaseLogic/Backgrounds/FollowCaseLogicEmailFieldCenter.png");
	float:left;
	width: 170px;
	height: 27px;
}

#FollowCaseLogic .inputFieldCenter input
{
	background-color: transparent;
    border: 0 none;
    color: #666666;
    height: 25px;
    line-height: 25px;
    width: 170px;
    font-size: 11px;
}

#FollowCaseLogic .inputFieldRight
{
	background: url("../images/CaseLogic/Backgrounds/FollowCaseLogicEmailFieldRight.png");
	float:left;
	width: 9px;
	height: 27px;
}
.compareBtnLeftSide, .compareBtnRightSide, .compareBtnMiddle{
    float:left;
    height:26px;
    min-width:6px;
}
.compareBtnLeftSide{
    background:url("../images/CaseLogic/buttons/btn_blue_left.png") no-repeat top left transparent;
}
.compareBtnMiddle{
    background:url("../images/CaseLogic/buttons/btn_blue_middle.png") repeat-x top left transparent;
}
.compareBtnRightSide{
    background:url("../images/CaseLogic/buttons/btn_blue_right.png") no-repeat top left transparent;
}
.compareBtnMiddle #carrot
{    	
    background:url("../images/CaseLogic/bullets/carrot_white001.png") no-repeat 50% 50% transparent;
    padding-left:10px;
}

.btn_PreNext_left, .btn_PreNext_middle, .btn_PreNext_right{
	float:left;
    height:29px;
    min-width:6px;    
}
.btn_PreNext_left{
	background:url("../images/CaseLogic/buttons/btn_NextPrev_left.png") no-repeat top left transparent;
}
.btn_PreNext_middle{
	background:url("../images/CaseLogic/buttons/btn_NextPrev_middle.png") repeat-x top left transparent;
}
.btn_PreNext_right{
	background:url("../images/CaseLogic/buttons/btn_NextPrev_right.png") no-repeat top left transparent;
}

.btn_NextPrev_carrot_left, .btn_NextPrev_carrot_right{
	padding:0 4px;
}
.btn_NextPrev_carrot_left{
	background:url("../images/CaseLogic/Bullets/carrot_darkGrey_left.png") no-repeat 50% 50% transparent;	
}
.btn_NextPrev_carrot_right{
	background:url("../images/CaseLogic/Bullets/carrot_darkGrey_right.png") no-repeat 50% 50% transparent;	
}
.product-nextPrevBtn{
	float:right;
	margin: 0;
    padding:0 20px;  
    font-weight:bold;      
}

#nextPrevBtn-area{
	float:left;	
	display:inline;
	min-width:70px;
}

#nextPrevBtn-area span a{
	color:#484848;
	text-decoration:none;
	
}

#nextPrevBtn-area span a .inactive{
	color:#999;
	text-decoration:none;
	font-weight:bold;
}

#nextPrev-count{
	float:left;
	margin: 0;
	font-weight:bold;
	padding:7px 20px;
}

.btn_green_left, .btn_green_middle, .btn_green_right{
    float:left;
    height:33px;    
    min-width:8px;
}
.btn_green_left{
    background:url("../images/CaseLogic/buttons/btn_green_left.gif") no-repeat top left transparent;
}
.btn_green_middle{
    background:url("../images/CaseLogic/buttons/btn_green_middle.gif") repeat-x top left transparent;
}
.btn_green_right{
    background:url("../images/CaseLogic/buttons/btn_green_right.gif") no-repeat top left transparent;
}

.mega_button{
        position:absolute;
        width:100%;               
    }

    .mega_btn{        
        text-decoration:none;
        color:White;
        font-weight:bold;
        width:auto;
    }
    
    .mega_btn_left, .mega_btn_right{
    	float:left;   
        display:block;     
    }
    .mega_btn_middle{
    	float:left;
        min-width:50px;
        display:block;
    }
    .mega_btn_middle{        
        text-align:center;        
    }  
    .content_wrapper{
        padding:10px 15px 20px 15px;
        
    }
    .explore_heading{
        background-color:#d8d8d8;
        padding:10px 15px;
        color:#666666;
        font-weight:bold;
        font-size:12px;
    }
    
    .content_wrapper .list_specs{
        margin:0;
        padding:0;
    }
    
    .list_specs li{
        list-style-type:none;        
        min-width:260px;
        border-bottom:1px solid #666666;        
        padding:6px 0;
    }
    
    #details-specs{        
        float:left;
        width:260px;
    }
    
    .details-other{        
        float:right;
        width:220px;
        margin-left:20px;
    }
    
    .tech-data-wrapper{
        float:left;        
        width:100%;        
    }
    
    .tech-img, .tech-text{
        float:left;        
    }
    .tech-img{
    	margin:12px 20px 0;        
    }
    .tech-img img{
        height:176px;
        width:176px;
    }
    .tech-text{
    	margin-top:12px;
        height:176px;
        width:354px;
    }
.MembersMainWindow{
    padding:22px 22px 22px 22px;
}

.MembersMainWindow ul li{
    list-style-type:disc;
	list-style-position:inside;
	padding-left:12px;
}

.half{
	width:50% !important;
}

.content-header-text-container, .content-no-orders-text-container{
    background-color: #E9E9E9;
    width:700px;
    margin:20px 0 0 0;   
}
.content-no-orders-text-container{    
    width:700px;    
}

.content-header-text{
    padding:20px;
}

.intro-text{
    margin:20px 0 0 0;
}

.div-control-area{
    margin:16px 0 0 0;
}

.align-right{
    text-align:right;
}

/*ORDERS*/
.OrderTable
{
    margin-top:20px;
    margin-bottom:20px;
}
.OrderTable table
{
    width:100%;
    
}

.OrderTable table td
{
    border-top:1px solid grey;
    border-bottom:1px solid grey;
}
.pdTableLeft
{
    text-align:right;
    padding-right:10px;
}


.pdTableTextBox
{
    width:220px;    
}

.orderHeaderBox
{
    padding: 15px 0px 15px 0px; 
    margin-top: 20px;    
}
.orderBackButton
{
    float: right;
}
.orderShippingDetailsHeaderBox
{
    border-top:1px grey solid;
    border-bottom:1px grey solid; 
    padding: 25px 0px 25px 0px;
}
.orderShippingDetailBox
{
    float:left;
    padding-right:22px;
    width: 215px;
}
.orderDetailsBox
{
    padding: 0px 0px 25px 0px;
}
.orderDetailsBox table
{
    width: 100%;
}
.orderDetailsBox table th
{
    background-color: #e9e9e9;
    line-height: 32px;

}
.orderDetailsBox table td
{
    padding: 25px 18px 25px 18px;
    border: 1px solid silver;
    border-color: #e9e9e9;
}
.orderDetailsCellHeader
{
    font-size: 13px;
}

table.orderTotalBox td
{
    padding: 5px 5px 5px 5px;
    border-style: none;
}

.tdSeparation
{
    
    text-align:right;
    padding-right:30px;
    
}
.orderDetailsTable td
{
    padding-bottom:8px;
}

.returnOrderSubmitButton
{
    margin: 10px 0px 10px 0px;
    float: right;
}

.returnOrderErrorHeader
{
    font-weight: bold;
    color: #ff0000;
    display: block;
}

.returnOrderErrorMessages
{
    float: left;
    margin-bottom: 20px;
}

/*** Create Account **** [START]*/

.account-form input[type=text],
.account-form input[type=password]{
    width:220px;
}
.account-form .date-box{
    width:50px !important;
    float:left;
}

.form-title h1{}
.form-intro{
    margin:20px 0 0 0;
}
.form-table{
    border-spacing: 0;
    border-collapse: collapse;
	border: 0;
}
.form-table td{
    padding:2px;
}
.col-heading{
    font-weight:bold;
    padding:8px 0 0 0;    
}

#account-form{
    margin:16px 0 0 0;
}
#bottom-controls{
    margin:16px 0 0 0;
}
#cb-controls{
    margin:16px 0 0 0;
}
.validation-text{
    font-size:10px;
    color:Red;
    line-height: 10px;
}
.m-char{
    width:11px;
    float:left;
    text-align:center;
    font-size: 20px;    
    height:22px;
    line-height:22px;
    padding-top:2px;
}
/*** Create Account **** [END]*/
.productListing-product-img{
    float:left;
    width:150px;
    height:150px;  
    margin:0 12px 0 0; 
}

.cart-container{
    width:940px;
    padding:20px;
    position:relative;
}
.cartTable
{
    border:1px solid #E9E9E9;
}
.cartTable td
{
    padding-top: 5px;
    padding-bottom:5px;
}

.cartOptionsTable
{
    border:0px solid #E9E9E9;
    margin: 20px 0px 10px 100px;
}
.cartOptionsTable td input
{
    margin-right:10px;
}
.cartTableRow
{
    padding:5px;
    
    text-align:center;
    font-weight:bold;    
    
}
.cartTableRow a
{
    font-size: 1.2em;
    display: inline-block;    
    font-weight: bold;
    color: #353535;
}
.cartTableRowNew
{
    padding: 5px;
    line-height: 160%;
    color: #353535;
}
.cartTableRowNew .productLink, .productLink a
{
    font-size: 1.2em;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    color: #353535;
}

.updateQtyLink{
    color:#008cd7 !important;
    font-weight:normal !important;
    font-size: 12px !important;    
}

.cartTableRowHeader
{
    background-color: #E9E9E9;   
    padding:5px;
    
    text-align:center;
    font-weight:bold; 
}
.cartTable input
{
    text-align:center;
    width:35px;    
}

.freeShippingReminder, .thresholdDiscountReminder
{
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 20px;
    clear: both;
}

.sale-price
{
      color: black;
      font-weight: bold;
}
.sale-price2{
    font-weight: bold;
}
.discount
{
    font-weight: bold;
}

.bottom-controls{
    width:100%;  
    margin-top: -25px;        
}
.bottom-controls #checkout-btn{       
    position: absolute;
    bottom:-55px;
    right: 20px;
}

.small-gray-button-left{
    background: url('../images/CaseLogic/buttons/btn_gray_small_left.png') no-repeat; 
    width: 4px; 
    height: 21px; 
    float: left;
}
.small-gray-button-middle{
    background: url('../images/CaseLogic/buttons/btn_gray_small_middle.png') repeat-x; 
    padding: 2px 15px 0;
    height: 21px; 
    float: left; 
    color: white;
}
.small-gray-button-middle a{
    text-decoration: none;
}
.small-gray-button-right{
    background: url('../images/CaseLogic/buttons/btn_gray_small_right.png') no-repeat; 
    width: 4px; 
    height: 21px; 
    float: left;
}
a div:hover {
    cursor: pointer;
}
.smallTextWithMargin{
    margin-right: 5px;
    font-size: 0.95em; 
    color: #353535;
}

.cart_information_icon
{
    background: url('../images/CaseLogic/Icons/checkout_information_icon.png') no-repeat 50% 50% transparent;
    padding-left: 18px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.cart_informationHolder
{
    display: inline;
}
.cart_informationDisplayer
{
    width: 200px;
    height: 100px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    opacity: .9;
    filter: alpha(opacity=90);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    padding: 15px 10px 15px 10px;
    overflow: hidden;
}

.cart_informationCloser
{
    width: 16px;
    height: 16px;
    right: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
    background-image: url('../images/CaseLogic/Icons/filter_closeinformation_icon.png');
}
.main-data-wrapper
{
    padding: 20px;
}

#top-bar .co_checkOutHeader
{
    float: left;
    height: 36px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    width: 326px;
    text-align: center;
}

.co_menuItem
{
    vertical-align: middle;
}

.co_Clickable{
    cursor:pointer;
}

.co_menuSeparator
{
    width: 1px;
    background-color: #ACACAC;
    float: left;
    height: 100%;
}

#top-bar .co_checkOutCurrentHeader
{
    background-color: #666666; 
    width: 326px !important;
}
#top-bar .co_checkOutCurrentHeader
{
    color: #dddddd;   
        
}
#top-bar .first
{
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
#top-bar .last
{
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.co_CheckOutContent
{
    padding: 40px 0px 20px 30px;
}

.co_smallCart
{
    width: 220px;
    float: right;
    margin: 20px;
}

.co_content
{
    float: left;
    width: 690px;
}
.co_headerCheckOut
{
    width: 160px !important;
    background: url("../images/CaseLogic/Backgrounds/checkout-bg-nav.png") !important;
}

.co_leftSignIn
{
    float: left;
    width: 250px;
    margin-right: 20px;
}

.co_leftSignIn .title, .co_rightSignIn .title
{
    margin-bottom: 20px;
}

.co_rightSignIn
{
    float: left;
    width: 250px;
}

.co_addrLabel
{
    display: block;
}
.co_leftShipping
{
    float: right;
    /*width: 200px;
    margin-right: 20px;*/
}
.co_rightShipping
{
    float: left;
}
.co_shippingaddress
{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.co_billingaddress
{
    float: left;
    width: 100%;
}

.co_rightBilling
{
    float: left;
}
.co_small
{
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
.co_error
{
    color: Red;
}

.co_bold
{
    font-weight: bold;
}

.co_valsummary
{
    margin-bottom: 20px;
}

.co_valsummary ul
{
    display: none;
    visibility: hidden;
}

.co_shippingInfo
{
    width: 100px;
    position: absolute;
    right: 270px;
    top: 300px;
}

.co_shippingInfoGuest
{
    width: 100px;
    position: absolute;
    right: 490px;
    top: 270px;
}

.co_shippingMethod
{
    clear: both;
}

.co_ShippingContinue
{
    margin-bottom: 10px;
}
.co_right
{
    float: right;
}
.co_left
{
    float: left;
}
.co_block
{
    display: block;
}

.co_inline
{
    display: inline;
}
.co_checkOutTitle
{
    margin-bottom: 30px;
}

.co_paddBottom
{
    padding-bottom: 18px;
}

.co_information_icon
{
    background: url('../images/CaseLogic/Icons/checkout_information_icon.png') no-repeat 50% 50% transparent;
    padding-left: 18px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.co_informationHolder
{
    display: inline;
    position: relative;
}
.co_informationDisplayer
{
    width: 200px;
    /*height: 100px;*/
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    opacity: .9;
    filter: alpha(opacity=90);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    padding: 15px 10px 15px 10px;
    overflow: hidden;
}

.co_informationCloser
{
    width: 16px;
    height: 16px;
    right: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
    background-image: url('../images/CaseLogic/Icons/filter_closeinformation_icon.png');
}

.co_info_header
{
    font-weight: bold;
}

.co_total_price
{
    font-weight: bold;
    font-size: 16px;
}

.co_customer-service
{
    font-size: 12px;
    float: right;
    font-weight: bold;
    padding-right: 25px;
    margin-bottom: 2px;
}

.co_continueShoppingText
{
    float: left;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 10px;
}
.co_continueShoppingImage
{
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}

/** SIGN IN [START] **/

.co_ContinueShopping
{
    margin-bottom: 10px;
}

.sign-in input[type=text], .sign-in input[type=password]
{
    width: 180px !important;
}

.co_address td
{
    padding: 5px;
    width: 183px;
}

.co_smallHeader
{
    margin-bottom: 10px;
}

.co_savedAddress
{
    margin-bottom: 20px;
    float: right;
    width: 180px;
}

.co_divEditSavedAddress
{
    position: absolute;
    top: 200px;
    z-index: 200000;
    left: 50%;
    margin-left: -250px;
    display: none;
    background-color: #FFFFFF;
    width: 400px;
    height: 380px;
    border: 1px dotted #000000;
    padding: 20px;
}

.co_divDeleteSavedAddress
{
    position: absolute;
    top: 200px;
    z-index: 200000;
    left: 50%;
    margin-left: -250px;
    display: none;
    background-color: #FFFFFF;
    width: 400px;
    height: 200px;
    border: 1px dotted #000000;
    padding: 20px;
}

.co_randomText ul
{
    list-style: disc inside !important;
}

.cb-holder input[type=checkbox]
{
    margin: 3px 6px 3px 0px !important;
}

#ctrl-create-account-outer{
   width:225px;
   background-color:#e8e8e8;
   display:none;
}
#ctrl-create-account-inner{
    padding:20px;
}

/***** SMALL CART [START] *****/

.rounded-cart-wrapper
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.small-cart-wrapper
{
    border: 1px solid #bfbfbf;
    width: 218px;
    float: right;
}
.small-inner-wrapper
{
    padding: 12px;
}
.small-inner-wrapper h2
{
    font-size: 14px;
}
.small-inner-wrapper .value
{
    text-align: right;
    font-weight: bold;
}
.small-inner-wrapper .standOut
{
    font-size: 13px;
}
.small-items-incart
{
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

.small-items-incart .product-image, .small-items-incart .product-data
{
    margin-top: 8px;
}

/***** SMALL CART [END] *****/

/**** SHIPPING METHODS [START] ****/

#shipping-alternatives-outer
{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 30px;
}

#shipping-alternatives-inner
{
    padding: 20px 0;
    position: relative;
}
#div-button-continue
{
    position: absolute;
    right: 0;
    bottom: 20px;
}
.shipping-alternatives
{
    margin-top: 12px;
    width: 360px;
}
.rounded-cart-wrapper
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.small-cart-wrapper
{
    border: 1px solid #bfbfbf;
    width: 218px;
    float: right;
}
.small-inner-wrapper
{
    padding: 12px;
}
.small-inner-wrapper h2
{
    font-size: 14px;
}
.small-inner-wrapper .value
{
    text-align: right;
    font-weight: bold;
}
.small-inner-wrapper .standOut
{
    font-size: 13px;
}
.small-items-incart
{
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
}

.small-items-incart .product-image, .small-items-incart .product-data
{
    margin-top: 8px;
}

/***** SMALL CART [END] *****/

/***** REVIEW PAGE [START] *****/

.errorPane-Outer{
    margin:8px 0 0 0;
    border:2px solid #bfbfbf;
    width:920px;
}
    
.errorPane-Inner{
    padding:8px;
    color:Red;        
}

#review-container
{
}
#review-container h1
{
    font-size: 16px;
    float: left;
    font-size: 25px;
    font-weight: bold;
}

#review-container h2
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #666666;
}

#review-container h3
{
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

#review-header
{
    color: #000000;
    height: 40px;
    border-bottom: 1px solid #B7B7B7;
    width: 920px;
    line-height: 30px;
}

#review-header h1
{
    color: #666666;
}

.review-order-number
{
    font-size: 16px;
    font-weight: bold;
    color: #0b89bc;
}

.review-product-link a
{
    color: #000000;
}

#customer-information
{
    border-bottom: 1px solid #B7B7B7;
    width: 920px;
    position: relative;
}

#customer-information .left-container
{
    padding: 20px 0px 20px 0px;
    float: left;
}

#customer-information .right-container
{
    background-color: #E8E8E8;
    position: absolute;
    right: 0px;
    height: 100%;
    width: 190px;
}

#customer-information .right-container .content-container
{
    padding: 15px 10px;
}

#customer-information .right-container .content-container .top-container
{
    padding: 0px;
}

#customer-information .right-container .content-container .top-container .edit
{
    padding: 3px 0px;
}

#customer-information .right-container .content-container .top-container .header
{
}

#customer-information .right-container .content-container .top-container .header .title
{
    font-weight: bold;
}

#customer-information .right-container .content-container .top-container .header .text
{
    padding-left: 5px;
}

#customer-information .right-container .content-container .top-container .edit span
{
    cursor: pointer;
    color: Blue;
}

#customer-information .right-container .content-container .bottom-container
{
    position: relative;
}

#customer-information .right-container .content-container .bottom-container .checkbox-container
{
    padding: 3px 0px;
    float: left;
}

#customer-information .right-container .content-container .bottom-container .checkbox-container .left-box
{
    float: left;
}

#customer-information .right-container .content-container .bottom-container .checkbox-container .right-box
{
    float: left;
}

#customer-information .right-container .content-container .bottom-container .checkbox-container .right-box input
{
    padding-left: 5px;
}

#customer-information .shipping
{
    float: left;
    width:180px;
    padding-right: 40px;
}

#customer-information .shipping .to
{
    padding-bottom: 20px;
}

#customer-information .shipping .method
{
}

#customer-information .billing
{
    float: left;
    width:180px;
    padding-right:40px;
}

#customer-information .payment
{
    float: left;
    padding-right: 100px;
}

#customer-information .payment .cell-title{
    text-align:right;
    padding-right:3px;
}

#review-container #cart-container
{
    padding: 30px 0px 30px 0px;
    width: 920px;
}

#review-container #cart-container .header-container
{
    padding-bottom: 20px;
    width: 920px;
}

#review-container #cart-container .header-container .header-text
{
    float: left;
}

#review-container .place-order
{
    float: right;
}

#review-container .place-order-bottom
{
    margin-top: 10px;
}

#review-container .edit-billing, #review-container .edit-shipping
{
    width: 400px;
    height: 600px;
    border: 1px solid #bfbfbf;
    border: 1px solid #bfbfbf;
    background-color: #ffffff; /*opacity: .9;     filter: alpha(opacity=90);*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    padding: 15px 10px 15px 10px;
    overflow: hidden;
}

#review-container .edit-email
{
    width: 300px;
    height: 100px;
    border: 1px solid #bfbfbf;
    border: 1px solid #bfbfbf;
    background-color: #ffffff; /*opacity: .9;     filter: alpha(opacity=90);*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    padding: 15px 10px 15px 10px;
    overflow: hidden;
}

#review-container .edit-email .email-field
{
    padding: 20px 0px;
}

.co_button
{
    float: right;
    padding-right: 18px;
}
.co_button_right, .co_button_left, .co_button_middle
{
    height: 30px;
    float: left;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
}

.co_button_right, .co_button_left
{
    width: 8px;
}
.co_button_left
{
    background: url('../images/Caselogic/buttons/minicart_v_left_cut_blue.png') no-repeat left top transparent;
}
.co_button_right
{
    background: url('../images/Caselogic/buttons/minicart_v_right_cut_blue.png') no-repeat left top transparent;
}
.co_button_middle
{
    background: url('../images/Caselogic/buttons/minicart_v_middlet_cut_blue.png') repeat-x left top transparent;
}

.co_review_errors
{
    margin-top: 10px;
    width: 300px;
}

.edit-shippingMethod{
    background-color:#fff;
    display:none;
    border:1px solid #bfbfbf;
    padding:20px;
    position:relative;
}

/***** REVIEW PAGE [END] *****/
.message-displaybar-container{
    height:36px;
    width:100%;
    overflow:hidden;    
    float:left;
    line-height:36px;	
}
.content-wrapper ul {
    list-style: outside;
    padding-left: 18px;
}

.content-wrapper li {
    padding-bottom: 1em;
}

#page-text .warranty-panel-right {
    background-color: #e9e9e9;
    padding: 10px;
    width: 320px;
    border-radius: 5px;
    float: right;
    clear: right;
    margin: 10px 0;
    position: relative;
}
    
#page-text .warranty-panel-left {
    background-color: #e9e9e9;
    padding: 10px;
    width: 320px;
    border-radius: 5px;
    float: left;
    clear: left;
    margin: 10px 0;
    position: relative;
    left: -10px;
}
    
#page-text .warranty-panel-info {
    padding: 10px;
    width: 320px;
    float: left;
    clear: left;
    margin: 10px 0;
    position: relative;
    left: -10px;
}
    
.content-wrapper h1 {
    font-family: Arial, sans-serif;
    color: #3f3f3f;
    font-size: 24px;
    font-weight: bold;
    clear: both;
    padding-bottom: 1em;
}
.content-wrapper h2 {
    font-weight: bold;
    color: #3f3f3f;
    font-size: 12px;
    clear: both;
    padding-bottom: 1em;
}

.content-wrapper p 
{
    line-height: 1.5em;
    
}

.content-wrapper hr {
    clear: both;
}
    
#page-text .address-column {
    width: 223px;
    padding-right: 10px;
    float: left;
}

.data-area{
    width:940px;
    padding:20px;
}
.data-area #page-title h1{
    padding:0 0 20px 0;
    font-size:22px;
}

.intro-area {
	margin-bottom: 20px;
}
    
.edit-area{
    background-color:#efefef;
    padding:20px;
    float:left;        
}
    
.edit-area table{        
    border:0;
    border-collapse:collapse;
}
.edit-area table #title{
    font-weight:bold;
}
.edit-area input[type=text],
.edit-area input[type=password]{
    width:300px;
}
.edit-area .left-side, 
.edit-area .right-side{
    float:left;
    padding:0 0 20px 0;
}
.edit-area .left-side{
    border-right:1px solid #999;
}
.edit-area .right-side{
    padding-left:20px;
}
.edit-area h2,
.edit-area h2{
    margin-bottom:20px;
}
.edit-area ul{
    list-style-type:disc !important;
    list-style-position:outside !important;
}

.manage #page-title{
    padding-bottom:12px;
}
#edit-form-area table{
    text-align:right;
}
#edit-form-area table td input[type=text],
#edit-form-area table td select{
    width:200px;
    text-align:left;
    font-weight:bold;
}    
#edit-form-area table td{
    padding-right:4px;
    padding-bottom:4px;
}
/***** [START] ** RETURN AN ITEM SIGN IN PAGE ** [START] ****/
.ui-return-an-item {
    padding: 0 20px 20px 20px;    
}    
.ui-return-an-item input[type=text]{
    width:180px !important;
}

.ui-return-an-item h2 {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    padding-bottom: 1em;
}
.ui-return-form-wrapper{
     background-color:#e9e9e9;     
}
table.ui-return-form-wrapper td{
    vertical-align:top;
}
.ui-return-an-item p{
    line-height:10px;
    padding-bottom:4px;
}
.ui-return-an-item .ui-box {
    width: 290px;    
    float: left;    
    padding: 20px;
}
.ui-return-an-item .ui-box-header {
    float: left;
    clear: both;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1em;
    color: black;
}
.ui-bottom-text {
    margin:20px 0 20px 20px;
}

/***** [START] ** MERCHANDICE RETURN FORM ** [START] ****/

div.div-form-wrapper{
    float:right;
    margin-right:20px;
    margin-top:12px;
}

table.tbl-form-wrapper{
    background-color:#e9e9e9; 
    border-bottom:3em solid #FFF;
    border-left:2em solid #FFF;
}
table.tbl-form-wrapper tr{
    vertical-align:top;
}

.ui-return-form-page-text {
    float: left;
    width: 460px;
    padding-left: 20px;
}
.ui-return-form-page-text h1 {
    padding: 0.6em 0 1em 0;
}
.ui-return-form-page-text ul 
{
    list-style: outside;
    padding-left: 20px;
}
.ui-return-form-page-text li {
    padding-bottom: 1em;
    list-style-type:disc;
}
.ui-return-form {
    float: left;
    width: 380px;
    padding: 18px;
}
.ui-locations-selector{
    float: left;
    width: 140px;
    padding:18px 18px 0 0;
    overflow: auto;
	height: 380px;
}
.ui-locations-selector #offices{
    margin-top:12px;
}

#rblUpsOffices tr td{
    padding:0 0 8px 0;
}

#rblUpsOffices tr td label,
#rblUpsOffices tr td input{
    float:left;	
}

.ui-return-form input[type=text],
.ui-return-form select,
.ui-return-form textarea{
    width:254px !important;
}

.ui-return-form-item-info{
    margin-bottom:12px;
}

.ui-package-data-container{
    float:left;
    clear:both;
    margin:0 0 4px 0;
}

#weightWrapper{
    width:100%;
    float:left;
}

.ui-weight-input-fields input[type=text]{
    width:44px !important;
}
    
#ui-error-message-container{
    color:Red;    
    margin:12px 0 0 0;
}

.ui-package-data-table{
    /*width:100%;*/
}
.ui-package-data-table tr{
    padding: 0;
    margin: 0;    
}
.ui-package-data-table td{
    vertical-align:middle;
    text-align: left;
	padding:0;
	margin:0;
}
.ui-package-data-table td{
    font-size:10px;
}

.ui-package-data-table td div{
    float:left;
}

.ui-infoPanel-div{
    background: url('../images/CaseLogic/Icons/questionMarkIcon.png') no-repeat 50% 50% transparent;
    padding-left: 4px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position:relative;	
}

.ui-infoPopup-text{
    width:180px;
    padding:12px;
    border:1px solid #999;
    background-color: #FFF;
    display:none;
}
.ui-validation-cell{
    height:30px;
    width: 130px;
}
.ui-validation-cell span{
    line-height:11px;
}

.ui-office-address div:last-child{
    padding-bottom:8px;
}
table.ui-product-data{
    text-align: center;
    font-size: 0.9em;
}
table.ui-product-data tr:first-child{
    font-weight:bold;    
}
table.ui-product-data tr td:first-child{
    text-align: left;
}
table.ui-product-data td{
    padding:0 12px 2px 0;
}
/***** [END] ** MERCHANDICE RETURN FORM ** [END] ****/
    
        body { height:100%; }
    #divAuthorizeNetPopupScreen { position:absolute; }
    .AuthorizeNetShadow { display:none; }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='powered_simple.html', sizingMethod='scale'); }

    
    #divAuthorizeNetPopupScreen { position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:1; background-color:#808080; opacity:0.5; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; filter:alpha(opacity=50); }
    #divAuthorizeNetPopup { position:absolute; left:50%; top:50%; margin-left:-200px; margin-top: -200px; z-index:2; overflow:visible; }
    .AuthorizeNetShadow {
	    height: 16px;
	    width: 16px;
	    position: absolute;
    }
    .AuthorizeNetShadowT { top: -16px; left: 0px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-top.png'); background-repeat: repeat-x; width: 100%; }
    .AuthorizeNetShadowR { top: 0px; right: -16px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-right.png'); background-repeat: repeat-y; height: 100%; }
    .AuthorizeNetShadowB { bottom: -16px; left: 0px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-bottom.png'); background-repeat: repeat-x; width: 100%; }
    .AuthorizeNetShadowL { top: 0px; left: -16px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-left.png'); background-repeat: repeat-y; height: 100%; }
    .AuthorizeNetShadowTR { top: -16px; right: -16px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-topRight.png'); background-repeat: no-repeat; }
    .AuthorizeNetShadowBR { bottom: -16px; right: -16px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-bottomRight.png'); background-repeat: no-repeat; }
    .AuthorizeNetShadowBL { bottom: -16px; left: -16px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-bottomLeft.png'); background-repeat: no-repeat; }
    .AuthorizeNetShadowTL { top: -16px; left: -16px; background-image: url('../images/CaseLogic/AuthorizeNet/shadow1-topLeft.png'); background-repeat: no-repeat; }

    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter { background-color:#dddddd; border-width:1px; border-style:solid; border-color: #a0a0a0 #909090 #909090 #a0a0a0; padding:4px; }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop { height:23px; }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose { position:absolute; right:7px; top:7px; }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
	    background-image: url('../images/CaseLogic/AuthorizeNet/closeButton1.png');
	    background-repeat: no-repeat;
	    height: 16px;
	    width: 16px;
	    display: inline-block;
    }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:hover {
	    background-image: url('../images/CaseLogic/AuthorizeNet/closeButton1h.png');
    }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:active {
	    background-image: url('../images/CaseLogic/AuthorizeNet/closeButton1a.png');
    }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner { background-color:#ffffff; border-width:2px; border-style:solid; border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf; }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom { height:30px; }
    .AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo { position:absolute; right:9px; bottom:4px; width:200px; height:25px; background-image:url('../images/CaseLogic/AuthorizeNet/powered_simple.png'); }

.payment-information-container
{
    padding: 40px 0px 20px 30px;
}

    .payment-information-container .middle
    {
        /*height: 550px;*/
    }
    
        .payment-information-container .middle .card-number
        {
            float: left;
        }
        
        .payment-information-container .middle .card-information-iframe
        {
            float: left;
            width: 425px;
            height: 533px;
        }
        
            .payment-information-container .middle .card-information-iframe .card-saved
            {
                padding-bottom: 80px;
                padding-top: 80px;
                text-align: center;
                color: #333333;
                font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
                font-size: 13px;
            }
        
        .payment-information-container .middle .account-information
        {
            float: right;
            padding-top: 8px;
        }
        
        .payment-information-container .middle .account-information .header
        {
            background-color: #E0E0E0;
            height: 24px;
            padding-left: 10px;
            padding-top: 5px;
            color: #333333;
            font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
            font-size: 13px;
            margin-bottom: 10px;
        }
        
        
    
        .payment-information-container .middle .button
        {
            padding-top: 20px;
        }
    
        .payment-information-container .middle .row
        {
            padding-bottom: 10px;   
        }
    
            .payment-information-container .middle .row .left-column
            {
                width: 126px;
            }
        
            .payment-information-container .middle .row .right-column
            {
            
            }
        
                .payment-information-container .middle .row .right-column .text-box
                {
                    width: 216px;
                }
    
            .payment-information-container .middle .row .information-text
            {
                padding: 0px 0px 20px 0px;
            }

            .payment-information-container .middle .row .button
            {
                padding: 15px 0px 0px 0px;
            }
        
    .payment-information-container .error-message
    {
        float: right;
        padding-right: 20px;
        padding-top: 16px;
        color: Red;
    }
      
    .payment-information-container .buttons
    {
        width: 100%;
        padding-top: 50px;
    }
    
        .payment-information-container .buttons .add-card
        {
            float: left;
        }
        
        .payment-information-container .buttons .continue
        {
            float: right;
        }
    
        .payment-information-container .middle h2
        {
            font-size: 13px;
            padding-bottom: 10px;    
        }
    
        .payment-information-container .middle .cards
        {
            float: left;
            padding-right: 30px;
            width: 190px;
            padding-bottom: 30px;
        }

            .payment-information-container .middle .cards .card-information
            {
                padding-bottom: 5px;
            	font-weight: bold;
            }

            .payment-information-container .middle .cards .customer-information
            {
                text-indent: 19px;   
            }

                .payment-information-container .middle .cards .customer-information .edit-delete
                {
                    margin-top: 5px;
                }

					.payment-information-container .middle .cards .customer-information .edit-delete span
					{
						padding-right: 5px;
						cursor: pointer;
					}
            
					.payment-information-container .middle .cards .customer-information .edit-delete .text
					{
						color: #0D86BD;
					}

.manage-cards .payment-information-container
{
    padding: 20px 0px 40px 20px;
}

.manage-cards .card-header 
{
	margin-top: 20px;
	padding: 10px 0 10px 20px;
	background-color: #efefef;
}

.manage-cards .payment-information-container .middle .cards
{
    margin-bottom: 20px;
}

.manage-cards .payment-information-container .middle .cards .customer-information {
	text-indent: 0;
}
#lightBoxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	margin: 0;
	padding: 0;
	z-index: 1000; 
	display:none;
	opacity: 0.65; 
	filter: alpha(opacity = 65);
}

div.lightBoxOverlay_white {background-color: #000; }

#lightBox {
	position: absolute;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#lightBox.outerContainer
{
	z-index: 1001; 
	position: absolute; 
	border-width: 0px; 
	/*width: 924px; 	*/
	top: 0px; 
	left:0px;
	margin: 0 auto; 
	display: none;
}

#lightBox
{
    /*width: 850px;*/
}

#lightBox .upper
{
	height: 87px;
    /*width: 850px;*/
}

#lightBox .upper .left
{
	float: left;
    height: 87px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperLeftCorner.png") no-repeat;
}

#lightBox .upper .middle
{
	float: left;
    height: 87px;
    /*width: 715px;*/
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperMiddle.png");
}

#lightBox .upper .right
{
	float: left;
    height: 87px;
    width: 82px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/UpperRightCorner.png") no-repeat;
    cursor:pointer;    
}

#lightBox .middle .left
{
	float: left;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LeftMiddle.png") repeat-y;
}

#lightBox .middle .middle
{
	float: left;
    /*width: 715px;*/
    background-color: #F5F5F5;
}

#lightBox .middle .right
{
	float: left;
    width: 90px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/RightMiddle.png");
}

#lightBox .lower .left
{
	float: left;
    height: 47px;
    width: 45px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerLeftCorner.png") no-repeat;
}

#lightBox .lower .middle
{
	float: left;
    height: 47px;
    /*width: 715px;*/
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerMiddle.png");
}

#lightBox .lower .right
{
	float: left;
    height: 47px;
    width: 90px;
    background: url("../images/CaseLogic/Backgrounds/CultureSelector/LowerRightCorner.png") no-repeat;
}

#cultureSelector .divMarketText
{
	float: left;
	padding-left: 5px;
    padding-top: 4px;
    width: 94px;
}

#cultureSelector .divMarketText a
{
    color: #000000;
    text-decoration: none;
    display: block;
}

#cultureSelector .divMarketFlag
{
	float: left;
	width: 24px;
}

#cultureSelector .outerCell
{
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}
.content-heading-message{
    float:left;          
    height:100%;
    width:689px;
    padding-left:20px;
    line-height:36px; 
    text-align:left;       
}
.chm_withCart{
    width:636px !important;
}

.recentlyViewed_control{
    float:left;             
    border-left:1px solid #acacac;        
    width:251px;
}    

.rv_withCart{
    width:183px !important;
}

.recentlyViewed_control span.left{
    float:left;
}
.recentlyViewed_control span.right{
    float:right;
}
.recentlyViewed_control span.carrot{
    background:url("../images/CaseLogic/Misc/MenuOpenArrow.png") no-repeat 50% 50% transparent;
    height:36px;
    width:12px;
}    
    
#recent_area{
    display:none;
    /*height:200px;*/
    width:250px;
    border-left:1px solid #acacac;
    border-right:1px solid #acacac;
    position:absolute;        
    right:0px;
    top:37px;
    z-index:10;
    background:url("../images/CaseLogic/Backgrounds/fading_40x1px.gif") repeat-x left top #fff;     
}  
#btn-next-area, #btn-prev-area{
    height:26px;
    width:26px;
    position:absolute;
    top:50%;
    margin-top: -13px;   
    cursor:pointer;     
}
#btn-next-area{
    background:url("../images/CaseLogic/Buttons/btn_next01.png") no-repeat transparent;
    right:10px;
}
#btn-prev-area{
    background:url("../images/CaseLogic/Buttons/btn_prev01.png") no-repeat transparent;
    left:10px;
}
    
#recent-area-bottom{
    background:url("../images/CaseLogic/Backgrounds/recently-viewed-dropdown-bottom.png") no-repeat top left;
    position:absolute;
    height:23px;
    width:252px;
    bottom:-23px;
    left:-1px;
}
    
ul{
    list-style-type: none;
}
.active{
    display: inline;
}    
.passiv{
    display: none;    
}

.view-all-link{
	float:right;
}

#recent-product-area, #minicart-product-area{
	min-height:160px;
	width:100%;	
}

#recent-product-area .img-area{			
	height:130px;
}

#recent-product-area .img-area{
	width:100%;
	height:130px;
	text-align:center;
	overflow:hidden;
}

#recent-product-area .img-area img{
			
}

#recent-product-area .divColor_swatch{
/*
	width:100%;
	margin-top:6px;
	height:18px;
*/
}

#recent-product-area .recentproduct-name-area{	
	text-align:center;
	margin-top:6px;
	width:100%;	
	line-height:12px;	
}

#recent-product-area .recent-product-price{
	text-align:left;
	width:100%;
	line-height:1em;
}