﻿body div
{
    overflow: hidden;
}
body 
{
    background-image: url("../images/custom/bg-body.gif");
    background-position: top center;
    background-repeat: repeat-y;
    font-family:Calibri,Arial,Helvetica;
    color: White;
    margin: 0px;
}
p
{
    margin-bottom: 15px;
}
div#wrapper_container
{
    width: 1020px;
    background-image:url(../images/custom/bg_top.jpg);
    background-repeat: repeat-x;
    margin: 0 auto;
}
table.l_outer_container 
{ 
    margin: 0 auto;
    width: 956px;
}
table.l_inner_container 
{
    border: none;
    background-color: Transparent;
}

h1, h2, h3, h4
{
    border-color:#454545;
    border-style:solid;
    border-width:1px 0;
    clear:both;
    margin:0 -10px 11px;
    padding:5px 10px;
    color: White;
    line-height:20px;
}
a { color:#969696; }
a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}
input, textarea, select
{
    font-family:calibri,Arial;
    font-size:14px;
}
ol.form li { height: 24px; }
span.chk input, input.chk,
ol.form li input.chk, ol.form li span.chk input { width: auto; margin: 0 auto; }

input.BtnC, ol.form li.submit input
{
    background-image: url(../images/custom/button-bg.png);
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Calibri,Arial,Helvetica;
    font-size:13px;
    font-weight:bold;
    height:20px;
    margin-top: 6px;
    padding-left:7px;
    text-align:left;
    width:145px;
}
ol.form li.submit { height: 30px; }
ol.form li input { }
div.userNewText ol.form li.submit input { margin-top: 0; }
input.BtnC:hover, ol.form li.submit input:hover
{
    background-image: url(../images/custom/button-bg-hover.png);
}
ol.form li label
{
    color:#AAAAAA;
}

/* Header styling */
div.l_header { display: none; }
div.lm_top_bar { height: 90px; }
div.lm_logo 
{
    background-image:url(../images/custom/logo.png);
    background-repeat:no-repeat;
    float:left;
    height:90px;
    width:199px;
}
div.lm_top_bar a#logo_link img
{
    height:90px;
    width:199px;
}
div.lm_creditcards
{
    position: absolute;
    bottom: 14px;
    right: 2px;
    margin: 0;
}
div.lm_creditcards img { margin-left: 4px; }
div.lm_menu_bar
{
    border: none;
    height: 40px;
}
div.lm_menu_bar div.lm_usermenu
{
    margin: 0;
    margin-left: -10px;
}
div.lm_menu_bar div.lm_usermenu ul#um_container li
{
    height:40px;
    margin:0;
    width:auto;
    padding: 0;
}
div.lm_menu_bar div.lm_usermenu ul#um_container a
{
    color: White;
    padding:15px 12px 5px;
    display: block;
}
ul#um_container li a:hover 
{ 
    border: none; 
    text-decoration: underline;
}
div.lm_menu_bar div.lm_usermenu ul#um_container li:hover
{
    background-image: url(../images/custom/bg-topnav-hover.gif);
}
div.lm_menu_bar div.lm_search { margin-top: 8px; }
div.lm_menu_bar div.lm_search label { color:#AAAAAA; }
div.lm_menu_bar div.lm_search ol.form li { width: 350px; }
div.lm_menu_bar div.lm_search ol.form li.submit
{
    width: 15px;
    margin-top: 2px;
}
div.lm_menu_bar div.lm_search ol.form li input
{
    border: none;
    background-image: url(../images/custom/search-bg.png);
    color: White;
    width: 173px;
    height: 21px;
    padding: 0 4px;
} 
div.lm_menu_bar div.lm_search ol.form li.submit input
{
    background-image: url(../images/custom/button-search-top.png);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    width: 15px;
}

div.lm_info_bar 
{
    height: 27px;
    padding: 2px 10px;
    text-align: left;
}
div.lm_info_bar div.lm_breadcrumbs a
{
    color:#AAAAAA;
    text-decoration: none;
    font-size:12px;
}
div.lm_info_bar div.lm_breadcrumbs a:hover
{
    color: White;
    text-decoration: underline;
}
div.lm_info_bar div.lm_breadcrumbs .br_item_seperator
{
    padding: 0 3px;
}

/* Left side */
tr.l_inner_workspace td.l_inner_left
{
    width: 200px;
}
tr.l_inner_workspace td.l_inner_left div.lm_left_column
{
    width: 175px;
    margin-right: 25px;
}
div.lm_catalog { padding-top: 0; padding-left: 0; }
div.lm_catalog h4
{
    border-bottom: 1px solid #454545;
    font-size: 15px;
    margin: 0;
    padding: 3px 3px;
}

div.lm_catalog ul { margin-top: 2px; }
div.lm_catalog ul li
{
    padding:8px 0 0 3px;
}
div.lm_catalog ul li a
{
    color:#969696;
    font-size: 1.2em;
}
div.lm_catalog ul li.SelectedPath a, div.lm_catalog ul li.Selected a
{
    color: White;
    font-weight: bold;
}
div.lm_catalog ul li.SelectedPath li.UnSelectedPath a 
{
    color:#969696;
    font-size: 1.2em;
    font-weight: normal;
}
div.lm_catalog ul li.SelectedPath li li a { font-size: 1em; }
div.lm_catalog ul li ul
{
    padding-bottom: 20px;
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #454545;
}
div.lm_catalog ul li.UnSelectedPath ul { display: none; }
div.lm_catalog ul li.SelectedPath li ul
{
    padding-left: 0;
    margin-bottom: 0;    
    border-bottom: none;
    font-style: italic;
}
div.lm_catalog ul li.SelectedPath li.SelectedPath li a
{
    font-size: 1em;
}
div.lm_catalog div.CatalogTree div div div.CatalogTreeIndent  { padding-bottom: 0; }
div.CurrencyBoxContent{ display: none; }

/* Workspace */
div.lm_workspace
{
    font-size:13px;
    line-height:16px;
}

/* Product page */
table#productInfo { width: 220px; }
table#productInfo th { width: 60%; }
table#productInfo td { text-align: right; }
div.prod_left_column { background-color: Black; }
div.prod_desc { color: #AAAAAA; margin-bottom: 20px; border: none; }
div.prod_container { position: relative; width: 560px; }
div.prod_container div.prod_left_column_wrapper { width: 200px; height: 500px; float: left; }
div.prod_container div.prod_left_column { padding: 0; text-align: center; }
div.prod_container div.product_container_wrapper { width: 200px; height: 400px; margin: 0 auto;}
div.prod_container div.prod_price 
{ 
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 132px;
    height: 178px;
    background-image: url(../images/custom/price-bg.png);
}
div.prod_container div.prod_price div.prod_year
{
    font-family: Georgia;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    color: Black;
    font-weight: bolder;
    height: 18px;
}
div.prod_container div.prod_price div.prod_price_info
{
    font-family: Georgia;
    text-align: center;
    font-size: 24px; 
    line-height: 35px;
    color: White;
    width: 100%;
    margin: 0;
    height: 35px;
    display: block;
}
div.prod_container div.prod_action
{
    width: 200px;
    height: 55px;
    display: block;
}
div.prod_container div.prod_action .prod_favorites
{
    padding-top: 10px;
}
div.prod_container div.prod_inventory_status
{
    display: block;
    text-align: left;
    float: left;
    width: 100%;
}
div.prod_container div.prod_inventory_status div.image_wrapper { display: inline; }
div.prod_container div.prod_action input { float: left; margin-top: 0; margin-right: 5px; }
div.prod_container div.prod_action input.cc_input { width: 30px; }
div.prod_container div.prod_action input.BtnC { padding-left: 9px; }

div.prod_container div.prod_right_column_wrapper
{
    float: left;
    margin: 0;
    width: 350px;
}
div.prod_container div.prod_right_column_wrapper div.prod_right_column
{
    padding-top: 150px;
}
div.prod_container div.prod_right_column_wrapper div.prod_right_column div.prod_SKU { display: none; }
div.prod_container div.prod_right_column_wrapper div.prod_right_column ul 
{ 
    list-style: none; 
    line-height:14px;
}

/* Related items */
div.prod_container div.prod_related
{
    clear: both;
    border-color:#454545;
    border-style:solid;
    border-width:1px 0 0 0;
    margin:10px -10px;
    padding-top: 10px;
}
div.prod_container div.prod_related div.ProductTemplate_RelatedHeading
{
    display: none;
}
div.prod_container div.prod_related div.ProductBoxSmall, #cart_remainder_items div.lsp_content
{
    border-color:#454545;
    border-style:solid;
    border-width:0 1px 0 0;
    width:280px;
    padding: 5px;
}
div.prod_container div.prod_related div.ProductBoxSmall img, #cart_remainder_items div.lsp_content div.lsp_image
{
    width: 185px;
}
div.prod_container div.prod_related div.ProductBoxSmall img, #cart_remainder_items div.lsp_content div.lsp_image img
{
}

div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall1, #cart_remainder_items div.lsp_content div.lsp_image 
{ 
    float: left;
    width: 185px;
    height: 200px;
}
div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall1 table.CenterImage
{
    height: 200px;
}
div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall1 table.CenterImage td
{
    vertical-align: bottom;
}
div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall2
{ 
    float: left;
    width: 130px;
    height: 180px;
    position: relative;
}
div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall_Price
{
    position: absolute;
    top: -25px;
    right: 0;
    background-image: url(../images/custom/price-mini-bg.png);
    width: 87px;
    height: 114px;
}
div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall_Price a
{
    position: absolute;
    top: 40px;
    left: 0;
    width:87px;
    text-decoration: none;
    color: White;
    font-family:Georgia;
    padding-top: 10px;
    font-size: 16px;
}
div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall_ProductName
{
    position: absolute;
    top: 100px;
    right: 0;
}
div.prod_container div.prod_related div.ProductBoxSmall div.ProductBoxSmall_ProductName a,
#cart_remainder_items div.lsp_content div.lsp_product_name a
{
    text-decoration: none;
    font-weight: bold;
    color: White;
    font-size: 15px;
}

#cart_remainder_items div.lsp_content 
{ 
    height: 200px; 
    background-image: url(../images/custom/price-mini-bg.png);
    background-position: 190px 0;
    background-repeat: no-repeat;
    position: relative;
}
#cart_remainder_items div.lsp_content div.lsp_product_name 
{
    width: 185px;
    margin-bottom: 15px;
}
#cart_remainder_items div.lsp_content div.lsp_price_excl_tax,
#cart_remainder_items div.lsp_content div.lsp_price_incl_tax
{
    position: absolute;
    top: 40px;
    right: 13px;
    width:87px;
    text-decoration: none;
    color: White;
    font-family:Georgia;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}
#cart_remainder_items div.lsp_content div.lsp_add_to_cart { display: none; }

/* Favorites */
table#FavoriteList th { white-space: nowrap; }
table#FavoriteList th.fav_col { width: 80px; }
table#FavoriteList td.fav_col_delete input { background-color: Transparent; border: none; }

/* Cart */
div.Browser table.Order { width: 100%; }
div.Browser table.Order td.CartLineField_Thumbnail a { color: White; font-weight: bold; text-decoration: none; display: block; white-space: nowrap; }
div#cart_remainder_items h4 { margin-top: 20px; }
div#cart_remainder_items div.lsp_price_incl_tax,
div#cart_remainder_items div.lsp_details_link
{
    display: none;
}
table.Order td.CartLineField_Price { width: 70px; }
table.Order td.CartLineField_DiscountAmount { width: 70px; }
table.Order td.CartLineField_Total { width: 90px; }
table.Order td.CartLineField_Delete { width: 20px; }
table.OrderTotals {  }
table.OrderTotals td.CartTotals_GiftCertificateCaption,
table.OrderTotals td.CartTotals_BreakageFeeCaption,
table.OrderTotals td.CartTotals_GiftCertificateFeeCaption { text-align: right; }

table.OrderTotals td.CartTotals_GiftCertificateValue,
table.OrderTotals td.CartTotals_BreakageFeeValue,
table.OrderTotals td.CartTotals_GiftCertificateFeeValue,
table.OrderTotals td.CartTotals_ShippingValue,
table.OrderTotals td.CartTotals_SubTotalValue,
table.OrderTotals td.CartTotals_TotalValue,
table.OrderTotals td.CartTotals_TaxValue
{
    text-align: right;
}

div.cart table.OrderTotals td.CartTotals_BreakageFeeValue,
div.cart table.OrderTotals td.CartTotals_GiftCertificateFeeValue,
div.cart table.OrderTotals td.CartTotals_ShippingValue,
div.cart table.OrderTotals td.CartTotals_SubTotalValue,
div.cart table.OrderTotals td.CartTotals_TotalValue,
div.cart table.OrderTotals td.CartTotals_TaxValue,
div.cart table.OrderTotals td.CartTotals_GiftCertificateValue
{
    padding-right: 20px;
}

/* Shipping */
div.ShippingProviderPage table h1 { display: none; }

div.ShippingAddress .tmpl2text { color: #AAAAAA; }
div.ShippingAddress table.tmpl2table input { color: #AAAAAA; }

/* popup */
div#blank_template, div#TB_ajaxContent
{
    background-color: Black;
    color: #AAAAAA;
}
div#blank_template h1, h2, h3, h4 {}

/* Gift Certificate group */
table.GiftGroupList div.ProductDisplayList 
{
    background-color: Transparent;
    border: none;
    width: 100%;
    height: 220px;
}
table.GiftGroupList div.ProductDisplayList div.ProductDisplayList_Guid
{
    display: none;
}
table.GiftGroupList div.ProductDisplayList div.ProductDisplayList_Thumbnail
{
    width: auto;
    float: left;
}
table.GiftGroupList div.ProductDisplayList div.ProductDisplayList_Name
{
    margin-left: 200px;
}
table.GiftGroupList div.ProductDisplayList div.ProductDisplayList_Name a
{
    color: White;
    text-decoration: none;
    font-size: 130%;
}

table.GiftGroupList div.ProductDisplayList div.ProductDisplayList_Description
{
    display: block;
    float: left;
    padding-left: 15px;
    width: 200px;
    height: 100px;
}
table.GiftGroupList div.ProductDisplayList div.ProductDisplayList_DetailsLink
{
    padding-left: 15px;
    width: 345px;
}

table.GiftGroupList div.ProductDisplayList div.ProductDisplayList_Favorites
{
    display: block;
    width: 350px;
    float: left;
}
.GiftGroupList div.ProductDisplayList_DetailsLink 
{
    bottom: 10px;
    left: 215px;
}
.GiftGroupList div.ProductDisplayList_DetailsLink a
{
	text-transform: none;
}
/* Product page for gift certificate */

div.prod_certificate_custom div.prod_left_column_wrapper { height: 450px; width: 100%; }
div.prod_certificate_custom div.prod_left_column_wrapper  div.product_container_wrapper{ width: 460px; }
div.prod_certificate_custom div.prod_price
{
    display: none;
}
div.prod_certificate_custom div.prod_action
{
    float: none;
    width: 400px;
    height: 50px;
}
div.prod_certificate_custom div.prod_right_column_wrapper div.prod_right_column
{
    padding-top: 0;
}
div.prod_certificate_custom div.prod_right_column { display: none; }
div.prod_certificate_custom div.prod_action input.cc_input { width: 50px; }

div#divpaymentbuttonaccept table 
{
	margin-top:7px;
}

div.AttachmentSubTypePDF
{
    background-image: url(../../../../images/filetypes/pdf16.png);
    background-position: left top;
    background-repeat: no-repeat;
}

/* checkout */
table.checkout td.l_inner_right 
{
    display: none;
}

/* Show shop orders */
table.OrderLines  td.CartLineField_Quantity
{
	padding-right:4px;
}

/* Header payment giftcertificate */
div.PaymentPage div.certificate h4
{
	font-size: inherit;
	text-decoration: underline;
	color:White;
	display:block;
	font-weight:bold;
	cursor: pointer;
	border-width: 0px 0;
}

div.PaymentPage ol.form li input
{
	width: auto;
}

/* CART / shipping */
input.Right, ol.form li.submit input.Right
{
	float: right;
}

div.ShippingProviderPage div.ShippingProviderButton
{
	text-align: center;
}

/* Search */
table.search_result_table td.action input[type=text]
{
	width: 20px;
}

table.search_result_table td.action input[type=submit]
{
	width: 99px;
	background-image:url(../images/custom/button-bg-search.png);
}


table.search_result_table {
	width:100%;
}

table.search_result_table td.action div.wrapper
{
	position: relative;
	height: 75px;
	width: 150px;
}

table.search_result_table td.action div.wrapper span
{
	position: absolute;
	top: 0;
	right:0;
	width:80px;
}
table.search_result_table td.action div.wrapper span div { padding: 0; }

table.search_result_table td.action div.wrapper span  div.inventory_status_wrapper,
table.search_result_table td.action div.wrapper span  div.inventory_status_wrapper div.image_wrapper
{
	display: inline;
	width: 6px;
}
table.search_result_table td.action div.wrapper div
{
    padding-top: 15px;
}
