/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): _______. 
/****************************************************************************************************/

/****************************/
/* Common
/****************************/
*
{
    margin: 0;
    padding: 0;
}

body
{
    padding: 0 auto;
    height: 100%;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    font-family: Tahoma, Verdana;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #3A4045;
    background: #7692B9 none repeat scroll 0 0;
}
img
{
    border: none;
}
checkbox, input, radio, select
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
textarea
{
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
a
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: none;
}
a:hover
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
}
.clear
{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}
.linkButton
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}
a.linkButton:hover
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}
.dropDownLists
{
    height: 17px;
    font-size: 10px;
    padding-left: 2px;
    font-family: Tahoma;
}
.textBox
{
    margin: 1px;
    border-right: #dfe5e7 1px solid;
    border-top: #a8bac2 1px solid;
    border-left: #a8bac2 1px solid;
    border-bottom: #dfe5e7 1px solid;
    background: url(Images/bgTextBox.gif) white repeat-x left top;
    color: #11354A;
    font-family: verdana;
    font-size: 8pt;
    padding: 1px;
    height: 15px;
}
.messageError
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}
.productPrice
{
    color: #c21c5a;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.productPriceGris
{
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}



/****************************/
/* Sections
/****************************/

.PageWrapper
{
    height: 100%;
    text-align: left;
    margin: 0px auto;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 800px;
    vertical-align: top;
    background-color: #FFFFFF;
}
.PageHeader
{
    vertical-align: top;
}
.PageHeaderMenu
{
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    color: #FFFFFF;
    line-height: 20px;
    background: #7692B9 none repeat scroll 0 0;
}
.PageHeaderMenu .MenuLink
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: inherit;
    font-size: 1em;
    font-weight: normal;
    font-family: Arial;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}
.PageHeaderMenu .MenuLink:hover
{
    text-decoration: none;
}

.PageHeaderMenu .MenuSeparator
{
    width: 25px;
    display: inline-block;
}

.PageCenter
{
    padding-top: 10px;
}
.PageFooter
{
    border-style: solid none none;
    border-top: 4px solid #666666;
    padding-top: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    clear: both;
}
.ColumnLeft
{
    width: 200px;
}
.ColumnSeparator
{
    border-left: 1px solid #DDDDDD;
}
.ColumnRight
{
    padding-left: 10px;
    width: 570px;
}




/****************************/
/* Header
/****************************/

.logo
{
    float: left;
    text-align: left;
    vertical-align: top;
}

.currencySelector
{
    float: left;
    padding: 10px;
    text-align: right;
    vertical-align: top;
}
.languageSelector
{
    float: left;
    padding: 10px;
    text-align: right;
    vertical-align: top;
}

.headerLinks
{
    float: right;
    text-align: right;
    vertical-align: top;
    font-size: 11px;
    color: #c21c5a;
}
.headerLinks a
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: none;
}
.headerLinks a:hover
{
    color: #3664A5;
    background-color: inherit;
    text-decoration: underline;
}

/****************************/
/* Category navigation
/****************************/
.category-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}


.category-navigation .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
}

.category-navigation .treeview
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.category-navigation .treeview ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}
.category-navigation .treeview ul .li_selected
{
    font-weight: bold;
}
.category-navigation .treeview ul .li_unselected
{
}



/****************************/
/* Manufacturer navigation
/****************************/
.manufacturer-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.manufacturer-navigation .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
}

.manufacturer-navigation .listbox
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.manufacturer-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

/****************************/
/* Specification navigation
/****************************/
.Specification-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.Specification-navigation .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
}

.Specification-navigation .listbox
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.Specification-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}


/****************************/
/* Info block
/****************************/
.infoblock-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.infoblock-navigation .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
}

.infoblock-navigation .listbox
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.infoblock-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}


/****************************/
/* HTML content block
/****************************/
.htmlcontent
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.htmlcontent-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.htmlcontent-body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}


/****************************/
/* News list
/****************************/
.newslist
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.newslist .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.newslist .newsitems
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.newslist .newsitems .newsDate
{
    color: #3664A5;
}

.newslist .newsitems a.newsTitle
{
    color: #555D65;
    text-decoration: none;
}
.newslist .newsitems a.newsTitle:hover
{
    color: #555D65;
    text-decoration: underline;
}
.newslist .newsitems .newsDetails
{
    font-weight: bold;
    text-decoration: none;
    color: #8F969C;
    background-color: inherit;
}




/****************************/
/* News details
/****************************/

.newsitem
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.newsitem .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.newsitem .newsbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.newsComments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.newsComments .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.newsComments .newComment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.newsComments .commentList
{
    margin: 10px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.newsComments .commentList .comment
{
    border: 1px solid rgb(232, 230, 210);
    margin-top: 10px;
    padding: 10px;
    clear: both;
}





/****************************/
/* Checkout
/****************************/
.CheckoutPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.CheckoutPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CheckoutPage .CheckoutData
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.CheckoutData .OrderSummaryTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CheckoutData .OrderSummaryBody
{
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}

/* Addresses */
.CheckoutData .SelectAddressTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.CheckoutData .AddressGrid
{
    margin-bottom: 15px;
    padding: 0px;
    border: 1px solid rgb(232, 230, 210);
}
.CheckoutData .AddressGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.CheckoutData .AddressGrid .AddressItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 265px;
    height: auto;
}
.CheckoutData .AddressGrid .AddressItem .SelectButton
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.CheckoutData .AddressGrid .AddressItem .AddressBox
{
    text-align: left;
}
.CheckoutData .EnterAddressTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CheckoutData .EnterAddress
{
    text-align: center;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CheckoutData .EnterAddress .EnterAddressBody
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}
.CheckoutData .EnterAddress .Button
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.CheckoutData .EnterAddress .TheSameAddress
{
    text-align: left;
    margin: 10px 10px 10px 10px;
}
.CheckoutData .EnterAddress .ErrorBlock
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}



/* Shipping options */
.CheckoutData .ShippingOptions
{
    text-align: left;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CheckoutData .ShippingOptions .ShippingOptionItem
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.CheckoutData .ShippingOptions .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}
.CheckoutData .ShippingOptions .ErrorBlock
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}
.CheckoutData .ShippingNotAllowed
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}



/* Payment methods */
.CheckoutData .PaymentMethods
{
    text-align: left;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CheckoutData .PaymentMethods .PaymentMethodItem
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.CheckoutData .PaymentMethods .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}
.CheckoutData .NoPaymentMethods
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}


.CheckoutData .PaymentInfo
{
    text-align: left;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CheckoutData .PaymentInfo .Body
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.CheckoutData .PaymentInfo .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}




/* Confirm order */
.CheckoutData .ConfirmOrder
{
    text-align: left;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CheckoutData .ConfirmOrder .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}

.CheckoutData .ConfirmOrder .ErrorBlock
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}



/*Completed */

.CheckoutData .OrderComleted
{
    text-align: left;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CheckoutData .OrderComleted .Body
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.CheckoutData .OrderComleted .SelectButton
{
    margin: 10px 10px 10px 10px;
    text-align: left;
}


/****************************/
/* Blog
/****************************/
.blog
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blog .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.blog .blogposts
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.blog .blogposts .blogDetails
{
    font-weight: bold;
    text-decoration: none;
    color: #8F969C;
    background-color: inherit;
}



/****************************/
/* Blog details
/****************************/

.blogpost
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blogpost .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.blogpost .postbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.blogComments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blogComments .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.blogComments .newComment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.blogComments .commentList
{
    margin: 10px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.blogComments .commentList .comment
{
    border: 1px solid rgb(232, 230, 210);
    margin-top: 10px;
    padding: 10px;
    clear: both;
}


/****************************/
/* Contact us form
/****************************/
.contactform
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.contactform .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.contactform .info
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.contactform .sendEmail
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.contactform .contactform
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}


/**************************************************/
/* Shopping cart / Wishlist / Order summary
/**************************************************/
.shoppingcart
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.shoppingcart .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.shoppingcart .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}


.wishlist
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.wishlist .title
{
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    clear: both;
}
.wishlist .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}



.OrderSummaryContent
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.OrderSummaryContent .CouponBox
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.OrderSummaryContent .TotalInfo
{
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
.OrderSummaryContent .Buttons
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
}
.OrderSummaryContent .Buttons .CommonButtons
{
    float: left;
    margin: 0px;
    padding: 10px 10px 10px 10px;
}
.OrderSummaryContent .Buttons .AddonButtons
{
    float: right;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    text-align: right;
}

.WishlistContent
{
    margin: 0px;
    padding: 10px 10px 0px 0px;
    font-size: 11px;
    font-family: Verdana;
    color: #555D65;
    background-color: inherit;
}




.cart_line_y
{
    background: url(images/cart_line_y.gif) left center repeat-y;
}
.cart_line_x
{
    background: url(images/cart_line_x.gif) center top repeat-x;
}
.cart_total_left
{
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: bold;
    color: #353434;
}
.cart_total_right
{
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
}

/****************************/
/* Compare products
/****************************/
.compareProducts
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.compareProducts .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.compareProducts .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}


.compareProductsTable
{
}
.compareProductsTable .removeButton
{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
.compareProductsTable tr.productName
{
    background-color: #CCCCCC;
    font-weight: bold;
}
.compareProductsTable td
{
    border-width: 1px;
    border-color: #BFBFBF;
    border-style: solid;
    padding: 3px;
}


/****************************/
/* Polls
/****************************/
.todaysPollBox
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.todaysPollBox .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.todaysPollBox .pollItem
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.pollBlock
{
    float: left;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
}
.pollTakePoll, .pollResults
{
    border: dashed 1px #666;
    padding: 5px;
    margin-top: 10px;
}
.pollDisplayText
{
    font-weight: bold;
}

.pollTotalVotes
{
    font-style: italic;
}


/****************************/
/* Order details
/****************************/

.OrderDetails
{
    margin-bottom: 15px;
    padding: 0px;
}
.OrderDetails .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.OrderDetails .info
{
    border: 1px solid rgb(232, 230, 210);
    padding: 10px;
}
.OrderDetails .SectionTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.OrderDetails .OrderOverview
{
    text-align: left;
    padding-bottom: 10px;
}
.OrderDetails .ShippingBox
{
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.OrderDetails .BillingBox
{
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.OrderDetails .ProductsBox
{
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}






/****************************/
/* Email a friend page
/****************************/

.emailafriendBox
{
    margin-bottom: 15px;
    padding: 0px;
}
.emailafriendBox .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.emailafriendBox .sendEmail
{
    border: 1px solid rgb(232, 230, 210);
    padding: 10px;
}


/****************************/
/* Search
/****************************/

.searchBox
{
    vertical-align: bottom;
    padding-top: 15px;
}

.searchPanel
{
    margin-bottom: 15px;
    padding: 0px;
}
.searchPanel .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.searchPanel .searchInput
{
    border: 1px solid rgb(232, 230, 210);
    width: 100%;
    padding: 10px;
}
.searchPanel .searchResults
{
    padding-top: 10px;
}


/****************************/
/* Rating
/****************************/

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar
{
    background-image: url(Images/FilledStar.png);
}
.emptyRatingStar
{
    background-image: url(Images/EmptyStar.png);
}
.savedRatingStar
{
    background-image: url(Images/SavedStar.png);
}


/****************************/
/* Breadcrumb
/****************************/
.breadcrumb
{
    float: left;
    vertical-align: top;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    font-weight: bold;
}
.breadcrumb a
{
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    text-decoration: none;
}
.breadcrumb a:hover
{
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    text-decoration: underline;
}


/****************************/
/* Copyright / Powered by
/****************************/

.copyright
{
    float: right;
    padding-right: 10px;
    font-family: Verdana;
    font-size: 10px;
}

.copyright a
{
    color: #3664A5;
    background-color: inherit;
}




/***************************************************************************************************/
/* Home page categories
/***************************************************************************************************/
.HomePageCategoryGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.HomePageCategoryGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.HomePageCategoryGrid .HomePageCategoryItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 150px;
    height: auto;
}
.HomePageCategoryGrid .HomePageCategoryItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.HomePageCategoryGrid .HomePageCategoryItem .picture
{
    text-align: center;
}

/***************************************************************************************************/
/* Category details page
/***************************************************************************************************/
.CategoryPage
{
    margin-bottom: 15px;
    padding: 0px;
}
.CategoryPage .CategoryTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CategoryPage .CategoryDescription
{
    color: #0A263C;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}




/* Subcategories section */
.CategoryPage .SubCategoryGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.CategoryPage .SubCategoryGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 150px;
    height: auto;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem .picture
{
    text-align: center;
}

.CategoryPage .SubCategoryList
{
    margin-bottom: 15px;
    padding: 0px;
}

/* Featured products section */
.CategoryPage .FeaturedProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.CategoryPage .FeaturedProductGrid .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CategoryPage .FeaturedProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.CategoryPage .FeaturedProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 400px;
    height: 200px;
}
.CategoryPage .FeaturedProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.CategoryPage .FeaturedProductGrid .ProductItem .picture
{
    text-align: center;
}
.CategoryPage .FeaturedProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.CategoryPage .FeaturedProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}





/* products section */
.CategoryPage .ProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.CategoryPage .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.CategoryPage .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 250px;
    height: 300px;
}
.CategoryPage .ProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.CategoryPage .ProductGrid .ProductItem .picture
{
    text-align: center;
}
.CategoryPage .ProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.CategoryPage .ProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.CategoryPage .ProductList1
{
    margin-bottom: 10px;
    padding: 0px;
}
.CategoryPage .ProductList1 .ItemBox
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
    clear: both;
}
.CategoryPage .ProductList1 .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
}
.CategoryPage .ProductList1 .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.CategoryPage .ProductList1 .ProductItem .picture
{
    text-align: center;
}
.CategoryPage .ProductList1 .ProductItem .description
{
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
    text-align: left;
}
.CategoryPage .ProductList1 .ProductItem .prices
{
    text-align: left;
    vertical-align: middle;
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
}
.CategoryPage .ProductList1 .ProductItem .buttons
{
    width: 100px;
    text-align: right;
    padding: 0px 0px 0px 10px;
    margin: 5px 0px 0px 0px;
    vertical-align: middle;
    padding-right: 20px;
}
.CategoryPage .ProductList1 .ProductItem .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.CategoryPage .ProductList2
{
    margin-bottom: 15px;
    padding: 0px;
}


/***************************************************************************************************/
/* Manufacturer details page
/***************************************************************************************************/
.ManufacturerPage
{
    margin-bottom: 15px;
    padding: 0px;
}
.ManufacturerPage .ManufacturerTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.ManufacturerPage .ManufacturerDescription
{
    color: #0A263C;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

/* Featured products section */
.ManufacturerPage .FeaturedProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.ManufacturerPage .FeaturedProductGrid .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.ManufacturerPage .FeaturedProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 250px;
    height: 300px;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem .picture
{
    text-align: center;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.ManufacturerPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

/* products section */
.ManufacturerPage .ProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.ManufacturerPage .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.ManufacturerPage .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 250px;
    height: 300px;
}
.ManufacturerPage .ProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.ManufacturerPage .ProductGrid .ProductItem .picture
{
    text-align: center;
}
.ManufacturerPage .ProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.ManufacturerPage .ProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.ManufacturerPage .ProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.ManufacturerPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}


/***************************************************************************************************/
/* Specification details page
/***************************************************************************************************/
.SpecificationPage
{
    margin-bottom: 15px;
    padding: 0px;
}
.SpecificationPage .SpecificationTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.SpecificationPage .SpecificationDescription
{
    color: #0A263C;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

/* Featured products section */
.SpecificationPage .FeaturedProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.SpecificationPage .FeaturedProductGrid .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.SpecificationPage .FeaturedProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.SpecificationPage .FeaturedProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 250px;
    height: 300px;
}
.SpecificationPage .FeaturedProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.SpecificationPage .FeaturedProductGrid .ProductItem .picture
{
    text-align: center;
}
.SpecificationPage .FeaturedProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.SpecificationPage .FeaturedProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.SpecificationPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.SpecificationPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.SpecificationPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}


/* products section */
.SpecificationPage .ProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.SpecificationPage .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.SpecificationPage .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 250px;
    height: 300px;
}
.SpecificationPage .ProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.SpecificationPage .ProductGrid .ProductItem .picture
{
    text-align: center;
}
.SpecificationPage .ProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.SpecificationPage .ProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.SpecificationPage .ProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.SpecificationPage .ProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.SpecificationPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}



/***************************************************************************************************/
/* Recently added products
/***************************************************************************************************/

.RecentlyAddedProducts
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.RecentlyAddedProducts .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.RecentlyAddedProducts .ProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.RecentlyAddedProducts .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.RecentlyAddedProducts .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 250px;
    height: 300px;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .picture
{
    text-align: center;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}




/***************************************************************************************************/
/* Recently viewed products 
/***************************************************************************************************/

.RecentlyViewedProducts
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.RecentlyViewedProducts .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.RecentlyViewedProducts .ProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.RecentlyViewedProducts .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.RecentlyViewedProducts .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 250px;
    height: 300px;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .picture
{
    text-align: center;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo
{
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices
{
    width: 90px;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons
{
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}



/***************************************************************************************************/
/* Home page products
/***************************************************************************************************/

.HomePageProductGrid
{
    margin-bottom: 15px;
    padding: 0px;
}
.HomePageProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.HomePageProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 200px;
    height: 200px;
}
.HomePageProductGrid .ProductItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.HomePageProductGrid .ProductItem .picture
{
    text-align: center;
}


/****************************/
/* Product details page
/****************************/

.ProductDetailsPage
{
    border: 1px solid #C4C6C8;
    margin-top: 0;
    padding: 25px;
    height: 100%;
}
.ProductEssential
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.ProductCollateral
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}



.ProductDetailsInfo .pictureInfo
{
    float: left;
    width: 150px;
}
.ProductDetailsInfo
{
    float: left;
}
.ProductDetailsInfo .picture
{
    float: left;
    width: 200px;
}
.ProductDetailsInfo .overview
{
    float: right;
    width: 200px;
}
.ProductDetailsInfo .overview .productname
{
    color: #0A263C;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}
.ProductDetailsInfo .overview .shortdescription
{
    color: #0A263C;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

.ProductDetailsInfo .fulldescription
{
    clear: both;
    color: #0A263C;
    margin-bottom: 0.3em;
}



.ProductRatingBox
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}



.ProductVariantList
{
    margin-bottom: 15px;
    padding: 0px;
}
.ProductVariantLine
{
    width: 100%;
    background: rgb(247, 245, 232) none repeat scroll 0% 50%;
    height: 54px;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    vertical-align: bottom;
}


.RelatedProductsGrid
{
}
.RelatedProductsGrid .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.RelatedProductsGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.RelatedProductsGrid .RelatedItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 200px;
    height: 200px;
}
.RelatedProductsGrid .RelatedItem .title
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}
.RelatedProductsGrid .RelatedItem .picture
{
    text-align: center;
}

.productReviewList
{
    margin: 10px 0 0 0;
    padding: 0px;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.productReviewList .productReviewItem
{
    border: 1px solid rgb(232, 230, 210);
    margin-top: 10px;
    padding: 10px;
    clear: both;
}

.productReviewBox
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 10px;
}


.productSpecBox
{
    border: 1px solid rgb(232, 230, 210);
    margin-top: 10px;
    padding: 0px 0px 0px 0px;
    clear: both;
}


/****************************/
/* Input forms / tables
/****************************/
.TableContainer
{
}
.TableContainer .Row
{
}
.TableContainer .Row .ItemName
{
    padding: 3px 10px 0px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
    margin-left: 5px;
}
.TableContainer .Row .ItemValue
{
    padding: 3px 0px 0px 0px;
    vertical-align: middle;
    text-align: left;
}

.TableContainerCompany
{
}
.TableContainerCompany .Row
{
}
.TableContainerCompany .Row .ItemName
{
    vertical-align: middle;
}
.TableContainerCompany .Row .ItemValue
{
    vertical-align: middle;
    text-align: left;
}


/****************************/
/* Account
/****************************/
.AccountPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.AccountPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.AccountPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}



/****************************/
/* Customer info
/****************************/


.CustomerInfoBox
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.CustomerInfoBox .SectionTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CustomerInfoBox .SectionBody
{
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CustomerInfoBox .Button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}






.CustomerAddresses
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.CustomerAddresses .SectionTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CustomerAddresses .AdressList
{
}
.CustomerAddresses .AdressList .AddressItem
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CustomerAddresses .AddButton
{
    margin-top: 5px;
    float: right;
    text-align: right;
}






.CustomerOrders
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.CustomerOrders .OrderList
{
}
.CustomerOrders .OrderList .OrderItem
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
}

.CustomerPassRecovery
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}
.CustomerInfoBox .SectionBody
{
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.CustomerInfoBox .Button
{
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}




.blockBordered
{
    border: 1px solid rgb(232, 230, 210);
}











/****************************/
/* Login page
/****************************/
.LoginPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.LoginPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.LoginPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.LoginPage .RegisterTitle
{
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-weight: bold;
}

.LoginPage .LoginTitle
{
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-weight: bold;
}

.LoginPage .RegisterBlock
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    padding: 15px 5px 5px 5px;
    border: 1px solid rgb(232, 230, 210);
    height: 240px;
    vertical-align: top;
}

.LoginPage .LoginBlock
{
    text-align: left;
    margin: 10px 10px 10px 10px;
    padding: 5px;
    height: 240px;
    vertical-align: middle;
}
.LoginTableContainer
{
    vertical-align: middle;
}
.LoginTableContainer .Row
{
}
.LoginTableContainer .Row .ItemName
{
    padding: 2px 2px 2px 0px;
    display: block;
    white-space: nowrap;
    padding-right: 10px;
    vertical-align: middle;
    margin-left: 5px;
}
.LoginTableContainer .Row .ItemValue
{
    padding: 2px 0px 2px 0px;
    vertical-align: middle;
}
.LoginPage .ForgotPassword
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.LoginPage .LoginButton
{
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}


/****************************/
/* Registration page
/****************************/
.RegistrationPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.RegistrationPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.RegistrationPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

.RegistrationPage .SectionTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.RegistrationPage .SectionBody
{
    text-align: left;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}
.RegistrationPage .Button
{
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    clear: both;
}

.TD_bluesmokeTable
{
    background-color: #DDE7FF;
    text-align: right;
    font-weight: bold;
    width: 25%;
}

/****************************/
/* Password recovery page
/****************************/
.PasswordRecoveryPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.PasswordRecoveryPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.PasswordRecoveryPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    color: #555D65;
    background-color: inherit;
}

/****************************/
/* Password recovery page
/****************************/
.AddressEditPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.AddressEditPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}

.AddressEditPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    border: 1px solid rgb(232, 230, 210);
    color: #555D65;
    background-color: inherit;
}

.MENU
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}
#MENU a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
#MENU a:link
{
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
#MENU a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #f3dede;
    text-decoration: none;
}

#MENU a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
.ssMENU
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
#ssMENU a:visited
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4e4137;
    text-decoration: none;
}
#ssMENU a:link
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4e4137;
    text-decoration: none;
}
#ssMENU a:hover
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4e4137;
    text-decoration: none;
}

#ssMENU a:active
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4e4137;
    text-decoration: none;
}

.verdana9noir
{
    font-family: Verdana;
    font-size: 9px;
    color: #000000;
}
#verdana9noir a:visited
{
    font-family: Verdana;
    font-size: 9px;
    color: #4e4137;
    text-decoration: none;
}
#verdana9noir a:link
{
    font-family: Verdana;
    font-size: 9px;
    color: #4e4137;
    text-decoration: none;
}
#verdana9noir a:hover
{
    font-family: Verdana;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
}

#verdana9noir a:active
{
    font-family: Verdana;
    font-size: 9px;
    color: #4e4137;
    text-decoration: none;
}
.verdana11blanc
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
}
#verdana11blanc a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
#verdana11blanc a:link
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
#verdana11blanc a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #f3dede;
    text-decoration: none;
}

#verdana11blanc a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.verdana9blanc
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
}
#verdana9blanc a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
#verdana9blanc a:link
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
#verdana9blanc a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #f3dede;
    text-decoration: none;
}

#verdana9blanc a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.verdana11noir
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}
#verdana11noir a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
#verdana11noir a:link
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
#verdana11noir a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #c21c5a;
    text-decoration: none;
}

#verdana11noir a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}
.chemin
{
    font-family: Verdana;
    font-size: 11px;
    color: #c21c5a;
}
#chemin a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #c21c5a;
    text-decoration: none;
}
#chemin a:link
{
    font-family: Verdana;
    font-size: 11px;
    color: #c21c5a;
    text-decoration: none;
}
#chemin a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #c21c5a;
    text-decoration: none;
}

#chemin a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #c21c5a;
    text-decoration: none;
}
.titre
{
    font-family: Verdana;
    font-size: 14px;
    color: #c21c5a;
    font-weight: bold;
}


#titre a:visited
{
    font-family: Verdana;
    font-size: 14px;
    color: #c21c5a;
    font-weight: bold;
    text-decoration: none;
}
#titre a:link
{
    font-family: Verdana;
    font-size: 14px;
    color: #c21c5a;
    font-weight: bold;
    text-decoration: none;
}
#titre a:hover
{
    font-family: Verdana;
    font-size: 14px;
    color: #c21c5a;
    font-weight: bold;
    text-decoration: none;
}

#titre a:active
{
    font-family: Verdana;
    font-size: 14px;
    color: #c21c5a;
    font-weight: bold;
    text-decoration: none;
}
.texte
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    text-align: justify;
}
.texte2
{
    font-family: Arial;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    text-align: justify;
}
.texteblanc
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    text-align: justify;
}

.texteblancpetit
{
    font-family: Verdana;
    font-size: 10px;
    line-height: 16px;
    color: #ffffff;
    text-align: justify;
}

.textegris
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
    font-style: italic;
    font-weight: 500;
}

.textegris2
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 16px;
    color: #555555;
    font-style: italic;
    font-weight: 500;
}

.textenoire
{
    font-family: Verdana;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    text-align: justify;
}

.titrepop
{
    font-family: Verdana;
    font-size: 24px;
    color: #e9c5b7;
}

.titrePopSecrets
{
    font-family: Verdana;
    font-size: 24px;
    color: #ffffff;
}


#titrepop a:visited
{
    font-family: Verdana;
    font-size: 24px;
    color: #e9c5b7;
    text-decoration: none;
}
#titrepop a:link
{
    font-family: Verdana;
    font-size: 24px;
    color: #e9c5b7;
    text-decoration: none;
}
#titrepop a:hover
{
    font-family: Verdana;
    font-size: 24px;
    color: #e9c5b7;
    text-decoration: none;
}
.TD_LabelValueSearch
{
    background-color: #e9c5b7;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.TD_TextValueSearch
{
    background-color: #edeceb;
    vertical-align: top;
}



#titrepop a:active
{
    font-family: Verdana;
    font-size: 24px;
    color: #e9c5b7;
    text-decoration: none;
}

.intitulet
{
    font-family: Verdana;
    font-size: 12px;
    color: #c21c5a;
}

.TD_LabelValue
{
    background-color: #e9c5b7;
    text-align: right;
    font-weight: bold;
    width: 25%;
    vertical-align: top;
}

.TD_TextValue
{
    background-color: #edeceb;
    width: 25%;
    vertical-align: top;
}

.verdana14blanc
{
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
}

.verdana12rosebold
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #c21c5a;
}
#verdana12rosebold a:visited
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #c21c5a;
    text-decoration: none;
}
#verdana12rosebold a:link
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #c21c5a;
    text-decoration: none;
}
#verdana12rosebold a:hover
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

#verdana12rosebold a:active
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #c21c5a;
    text-decoration: none;
}
.verdana9rose
{
    font-family: Verdana;
    font-size: 9px;
    color: #c21c5a;
}
#verdana9rose a:visited
{
    font-family: Verdana;
    font-size: 9px;
    color: #c21c5a;
    text-decoration: none;
}
#verdana9rose a:link
{
    font-family: Verdana;
    font-size: 9px;
    color: #c21c5a;
    text-decoration: none;
}
#verdana9rose a:hover
{
    font-family: Verdana;
    font-size: 9px;
    color: #c21c5a;
    text-decoration: none;
}

#verdana9rose a:active
{
    font-family: Verdana;
    font-size: 9px;
    color: #c21c5a;
    text-decoration: none;
}

.cible
{
    position: absolute;
    float: left;
}

.product
{
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #CF709B;
    background-color: White;
}

.product2
{
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: #CF709B;
    background-color: White;
}

.productImage2
{
    border-style: solid;
    border-width: 1px;
    border-color: #CF709B;
}

.productgris
{
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
}

.InfoContact
{
    border-style: solid;
    border-width: 1px;
    border-color: #CF709B;
}

.productDetail
{
    float: right;
    border-style: solid;
    border-width: 1px;
    border-color: #CF709B;
    background-color: #e9c5b7;
}

.productImg
{
    float: left;
    border-style: solid;
    border-width: 1px;
}

.popup
{
    position: absolute;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    left: -10000px;
    z-index: 100;
}

.SiteButton
{
    font: 100% Verdana;
    border: 1px solid #FFFFCC;
    color: #F1F1F1;
    font-weight: bold;
    background-color: #c21c5a;
    width: 250;
}

.ProductButton
{
    font: 100% Verdana;
    border: 1px solid #FFFFCC;
    color: #F1F1F1;
    background-color: #c21c5a;
}

.DropDownListContact
{
    font-size: 10px;
    font-family: Arial;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-color: #48bcc3;
}
.EspaceVertical
{
    height: 10px;
}
.cambriamat
{
    font-family: "Cambria Math";
    font-size: 12px;
    color: #b0b6c2;
}
.verdana14gris
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #b0b6c2;
}
.boxCheckout
{
    position: relative;
    line-height: 12px;
    width: 100px;
    display: block;
    background-repeat: no-repeat;
    height: 120px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.boxCheckoutText
{
    position: absolute;
    width: 74px;
    top: 2px;
    left: 24px;
    font-size: 10px;
}
DIV.clsDivCheckoutPaging
{
    text-align: right;
    text-transform: uppercase;
    width: 42px;
    font-family: arial black, arial, helvetica, sans-serif;
    height: 26px;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
}
.basCellLine
{
    background-color: #999;
}
