﻿.foo
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
    width: 1082px;
    margin: 0px auto;
    background: white url('img/main.jpg') repeat-y center top;
}

.master-wrapper-content
{
    float: left;
    width: 1080px;
    margin: 0px;
    display: inherit;
}

.master-wrapper-side
{
    float: left;
    width: 180px;
    margin: 0 0 0 50px;
    font-family: arial, helvetica, sans-serif;
    display: inline;
}

.master-wrapper-center
{
    float: left;
    width: 745px;
    margin: 0px 0 0 10px;
    background: white;
    display: inline;
    padding-right: 20px;
}

.master-wrapper-cph
{
    float: left;
    width: 100%;
    color: #000;
    min-height: 600px;
    padding: 10px 10px 10px 10px;
}

.master-wrapper-center-1
{
    float: left;
    width: 1002px;
    margin-left: 70px;
    margin-top: 25px;
    display: inline;
}

.master-wrapper-cph-1
{
    float: left;
    width: 900px;
    color: #000;
    min-height: 1000px;
    padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*------------------------*/

a.topmenu
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 35px;
}
a.topmenu:hover
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 35px;
}
a.topmenu:active
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    padding-left: 35px;
}
#topmenu
{
    padding-top: -2px;
}
a.toplink
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}
a.toplink:hover
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #DDDDDD;
    text-decoration: underline;
}
a.toplink:active
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #DDDDDD;
    text-decoration: none;
}

a.leftmenu
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}
a.leftmenu:hover
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}
a.rightmenu
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
}
a.rightmenu:hover
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}
a.bottommenu
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
}
a.bottommenu:hover
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
.bottommenudivider
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
}
.leftmenupadding
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.productdetail
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #333333;
}
.productdetailprice
{
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 11px;
    color: #FF0000;
}
/*------------------------*/

.header
{
    width: 1082px;
    height: 30px;
    background: white url('/img/maintop.jpg') no-repeat top center;
}
.header .icon
{
    vertical-align: bottom;
}


.header .ico-register
{
    background: url('images/ico-register.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-login
{
    background: url('images/ico-login.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-logout
{
    background: url('images/ico-logout.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-cart
{
    background: url('images/ico-cart.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-wishlist
{
    background: url('images/ico-wishlist.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-admin
{
    background: url('images/ico-admin.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.header .ico-search
{
    background: url('images/ico-search.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}
.header .ico-myaccount
{
    background: url('images/ico-account.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}
.header-logo
{
    width: 218px;
    height: 39px;
    float: left;
    padding-left: 55px;
    padding-top: 30px;
}

a.logo
{
    background: url('/img/logo.png');
    display: block;
    width: 218px;
    height: 51px;
    text-decoration: none;
}

.header-selectors-wrapper
{
    text-align: right;
    float: right;
    width: 500px;
}

.header-currencyselector
{
    float: right;
}

.header-languageselector
{
    float: left;
}

.header-taxDisplayTypeSelector
{
    float: right;
}

.header-links-wrapper
{
    float: right;
    text-align: right;
    width: 750px;
    padding-right: 40px;
}
.header-links
{
    border: solid 0px #9a9a9a;
    text-align: right;
}




.header-links1
{
    margin-top: 25px;
    padding: 0px;
    text-align: right;
    padding-right: 0px;
    float: right;
}
.header-links ul
{
    padding: 0;
    margin: 0;
}

.header-links ul li
{
    list-style: none;
    display: inline;
    padding-right: 2px;
}

.header-links a
{
    text-decoration: none;
    padding: 0 5px;
}

.header-links a:hover
{
    
    text-decoration: underline;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
    /*color: #FFFFFF; 	background: #3a3a3a; 	background: #91969A; 	padding: 8px 5px 9px 5px; 	text-align: center; 	height: 100%; 	vertical-align: middle; 	letter-spacing: 1px; 	margin-bottom: 10px; 	float:right;*/
    width: 985px;
    height: 35px;
    background-image: url(images/bg_menu.png);
    background-repeat: no-repeat;
    float: left;
    padding-top: 8px;
    margin-left: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.headermenu ul
{
    padding: 0;
    margin: 0;
}

.headermenu li
{
    list-style: none;
    display: inline;
}

.headermenu a
{
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
    float: left;
    width: 180px;
    display: inline;
    padding-left: 5px;
}

.searchbox ul
{
    margin: 0;
    padding: 0;
}

.searchbox ul li
{
    list-style: none;
    float: left;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FLASH MOVIE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.flash_container
{
    width: 970px;
    margin-left: 50px;
    padding-top: 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    color: Black;
}

.category-navigation li
{
    list-style: none;
}

.category-navigation a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.category-navigation a:hover
{
    color: #0C82C7;
    font-weight: bold;
    text-decoration: none;
}


.category-navigation .li_selected a
{
    color: #0C82C7;
    font-weight: bold;
    text-decoration: none;
}

.category-navigation .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #FFFFFF;
    background: url(images/bg_sidebar_title.gif) no-repeat;
}

.category-navigation .treeview
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #FAFAFA;
    margin: 0px;
}

.category-navigation .treeview ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: Black;
    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 li
{
    list-style: none;
}

.manufacturer-navigation a.inactive
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.manufacturer-navigation a.active
{
    color: #0C82C7;
    font-weight: bold;
    text-decoration: none;
}

.manufacturer-navigation .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #FFFFFF;
    background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #FAFAFA;
    margin: 0px;
}

.manufacturer-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #3664A5;
    background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.RecentlyViewedProductsBox li
{
    list-style: none;
}

.RecentlyViewedProductsBox a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
    color: #0C82C7;
    font-weight: bold;
    text-decoration: none;
}

.RecentlyViewedProductsBox .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #FFFFFF;
    background: url(images/bg_sidebar_title.gif) no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #FAFAFA;
    margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
    height: 1px;
    line-height: 1px;
    background: #0C82C7;
    width: 140px;
    font-size: 1px;
    margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.infoblock-navigation li
{
    list-style: none;
}

.infoblock-navigation a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.infoblock-navigation a:hover
{
    color: #0C82C7;
    font-weight: bold;
    text-decoration: none;
}

.infoblock-navigation .title
{
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    color: #FFFFFF;
    background: url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
    font-size: 11px;
    padding: 5px 10px 10px;
    line-height: 18px;
    background: #FAFAFA;
    margin: 0px;
}

.infoblock-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
    clear: both;
    height: 30px;
    padding: 5px 3px 5px 3px;
}
/*bottom*/
.bottom
{
    width: 1078px;
    height: 30px;
    background: white url('img/mainbottom.jpg') no-repeat left;
    float: right;
}


.footer a
{
    text-decoration: none;
    color: #FFF;
}

.footer a:hover
{
    text-decoration: none;
    color: #0C82C7;
}


.footer-disclaimer
{
    float: right;
    font-size: 11px;
    padding-right: 50px;
}

.footer-poweredby
{
    float: left;
    font-size: 11px;
    padding-left: 50px;
}

.extra
{
    width: 982px;
    height: 115px;
    background: white url('img/lastElement.jpg') no-repeat center;
    margin-left: 50px;
    margin-top: 10px;
}

.extra div.btext
{
    background: transparent;
}

.extra div.btext p.bhead
{
    padding-top: 10px;
    padding-left: 10px;
    color: #0071bc;
    font-weight: bold;
    text-transform: uppercase;
}

.extra div.btext p.bdisc
{
    padding-top: 5px;
    color: #666666;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 10px;
    font-weight: bold;
}

.extra div.btext a.bdisc:active, a.bdisc:link, a.bdisc:visited, a.bdisc:hover
{
    color: #0071bc;
    text-decoration: none;
}

.extra p.blast
{
    padding-top: 8px;
    padding-left: 14px;
    color: #666666;
    font-size: 12px;
}
