
/****************************/
/* Common
/****************************/
*
{
    margin: 0;
    padding: 0;
}

body
{
    padding: 0 auto;
    height: 100%;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    color: #3A4045; /*background:#7692B9 none repeat scroll 0 0;*/
    background: #F2797A url(/images/red_tall.gif) repeat-x scroll;
    background-repeat: repeat-x;
}
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;
}
.RtextBox
{
    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;
}
.required
{
    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;
}
.textBoxAdd
{
    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: 2px;
    height: 15px;
    padding-left: 9px;
    width: 15px;
}
.textBoxAddQty
{
    text-align: right;
    vertical-align: middle;
    text-align: center;
    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: 2px;
    height: 15px;
    padding-left: 9px;
    width: 15px;
}
.messageError
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}
.productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}
.productPriceNoDiscount
{
    text-decoration: line-through;
    font-size: 11px;
    font-weight: normal;
    font-family: Arial;
}



/****************************/
/* Sections
/****************************/
.PageLayout
{
    height: 100%;
    background-image: url(/images/gradient_bck.png);
    background-repeat: repeat-y;
    margin: 0px auto;
    width: 840px;
}

.PageWrapper
{
    height: 100%;
    text-align: left;
    margin: 0px auto;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    width: 800px;
    vertical-align: top;
    background-color: #FFFFFF;
}

.PageMain
{
    height: 100%;
    text-align: left;
    margin: 0px auto;
    width: 800px;
    vertical-align: top;
    background-color: #FFFFFF;
}
.PageHeader
{
    padding: 10px 0px 7px 0px;
    vertical-align: top;
    height: 65px;
}
.PageHeaderMenu
{
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    color: #FFFFFF;
    height: 20px;
    width: 800px;
    background: #ffffff url(/images/navbackallround.jpg) no-repeat scroll 0 0;
    text-align: justify; /*background:#7692B9 none repeat scroll 0 0;*/
}


.PageHeaderMenu .menuItem
{
    vertical-align: middle;
    float: left;
    display: table-cell;
    height: 20px;
    text-decoration: none;
}
.PageHeaderMenu .menuItem:hover
{
    background: url(images/arrow-down-white-small.png) no-repeat;
    background-position: center;
}
.PageHeaderMenu .menuItem .menuItemSub
{
    padding-top: 2px; *padding-top:3px;
}
.PageHeaderMenu .menuItem .menuItemSub a
{
    text-decoration: none;
    font-weight: bold;
}


.PageHeaderMenu .menuItemSelected
{
    vertical-align: middle;
    float: left;
    background: url(images/arrow-up-white-big.png) no-repeat;
    background-position: center;
    display: table-cell;
    height: 20px;
}
.PageHeaderMenu .menuItemSelected .menuItemSub
{
    padding-top: 2px; *padding-top:3px;
}
.PageHeaderMenu .menuItemSelected .menuItemSub a
{
    text-decoration: none;
    font-weight: bold;
}



.PageHeaderMenu td
{
    vertical-align: middle;
    background: url(images/arrow-down-white-big.png) no-repeat;
    background-position: center;
}
.PageHeaderMenu .MenuLink
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-color: inherit;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    font-family: Arial;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}
.PageHeaderMenu .MenuLink_Selected
{
    font-weight: bold;
    background: url(images/arrow-down-white-big.png) no-repeat;
    background-position: center;
    color: #FFFFFF;
    text-decoration: none;
    background-color: inherit;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    font-family: Arial;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
}
.PageHeaderMenu .MenuLink:hover
{
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}

.PageHeaderMenu .MenuSeparator
{
    float: left;
    width: 27px;
    height: 20px;
}

.PageCenter
{
    padding-top: 4px; *padding-top:2px;
background-color:#ffffff;


}
.PageFooter
{
    background-color: #ffffff;
    border-top: 1px none #D3D3D3;
    border-bottom: 1px none #D3D3D3;
    height: 18px;
    padding-top: 4px;
    color: #828282;
    width: 820px;
    margin-left: 10px; *margin-left:0px;
}
.ColumnLeft
{
    width: 200px;
    margin-top: 0px;
    float: left;
    background-color: #ffffff;
    display: table-cell;
}
.ColumnSeparator
{
    border-left: 1px none #FDEEEE;
    background-image: url(/images/line_red.png);
    width: 2px; /*  	background:#F2797A url(/images/red_tall_short.gif) repeat-x scroll;     background-repeat:repeat-x; 	 */
    float: left;
    height: 100px;
}
.ColumnRight
{
    padding-left: 10px;
    width: 590px;
    margin-top: 0px;
    height: 100%;
    float: right;
    background-color: #ffffff;
}




/****************************/
/* Header
/****************************/

.logo
{
    float: left;
    text-align: left;
    vertical-align: top;
    margin-left: 0px;
}

.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; *padding-right:2px;
width:265px;


}
.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-top: 10px;
    padding-bottom: 0px;
    padding-left: 0;
}

.category-navigation .end
{
    background-image: url(/images/end.png);
    background-repeat: no-repeat;
    height: 3px;
    margin-top: 0px;
}

.category-navigation .title
{
    padding: 1px 2px 2px 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
    color: #FFFFFF;
    background-image: url(/images/leftnavHeader1.jpg);
    background-repeat: no-repeat;
}

.category-navigation .treeview
{
    margin: 0px 0 0 0;
    padding: 2px 0 2px 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65; /*background-color: #FCE4E4;*/
    background-color: inherit;
    background-image: url(/images/leftNavLine1.jpg);
    background-repeat: repeat-y;
}

.category-navigation .treeview ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #3664A5;
    background-color: inherit;
}



.category-navigation .treeview ul .li_selected
{
    list-style-type: none;
    background: url(images/up-arrow.png) no-repeat 0 3px;
    padding-left: 11px;
}
.category-navigation .treeview ul .li_unselected
{
    list-style-type: none;
    padding-left: 11px;
}
.category-navigation .treeview ul .li_unselected:hover
{
    list-style-type: none;
    background: url(images/arrow-rigth-blue-small.png) no-repeat 4px 4px;
    padding-left: 11px;
}
.category-navigation .treeview ul .li_unselected a
{
    text-decoration: none;
}



.category-navigation .treeview ul .li_selectedGreen
{
    font-weight: bold;
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedGreen a
{
    color: #388E60;
}
.category-navigation .treeview ul .li_selectedGreen a:hover
{
    font-weight: bold;
    text-decoration: none;
}
.category-navigation .treeview ul .li_selectedGreenSub
{
    list-style-type: none;
    background: url(images/up-rigth-green-big.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedGreenSub a
{
    color: #388E60;
    text-decoration: none;
}


.category-navigation .treeview ul .li_unselectedGreen
{
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedGreen:hover
{
    list-style-type: none;
    background: url(images/up-rigth-green-small.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedGreen a
{
    color: #388E60;
}
.category-navigation .treeview ul .li_unselectedGreen a:hover
{
    text-decoration: none;
    color: #388E60;
}




.category-navigation .treeview ul .li_selectedViolet
{
    font-weight: bold;
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedViolet a
{
    color: #B576B2;
}
.category-navigation .treeview ul .li_selectedViolet a:hover
{
    font-weight: bold;
    text-decoration: none;
}
.category-navigation .treeview ul .li_selectedVioletSub
{
    list-style-type: none;
    background: url(images/arrow-rigth-violet-big.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedVioletSub a
{
    color: #B576B2;
    text-decoration: none;
}


.category-navigation .treeview ul .li_unselectedViolet
{
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedViolet:hover
{
    list-style-type: none;
    background: url(images/arrow-rigth-violet-small.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedViolet a
{
    color: #B576B2;
}
.category-navigation .treeview ul .li_unselectedViolet a:hover
{
    text-decoration: none;
    color: #B576B2;
}



.category-navigation .treeview ul .li_selectedBrown
{
    font-weight: bold;
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedBrown a
{
    color: #7C4F3F;
}
.category-navigation .treeview ul .li_selectedBrown a:hover
{
    font-weight: bold;
    text-decoration: none;
}
.category-navigation .treeview ul .li_selectedBrownSub
{
    list-style-type: none;
    background: url(images/arrow-rigth-brown-big.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedBrownSub a
{
    color: #7C4F3F;
    text-decoration: none;
}


.category-navigation .treeview ul .li_unselectedBrown
{
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedBrown:hover
{
    list-style-type: none;
    background: url(images/arrow-rigth-brown-small.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedBrown a
{
    color: #7C4F3F;
}
.category-navigation .treeview ul .li_unselectedBrown a:hover
{
    text-decoration: none;
    color: #7C4F3F;
}


/*
.category-navigation .treeview ul .li_selectedViolet
{
	font-weight: bold;
    list-style-type:none;
}
.category-navigation .treeview ul .li_selectedViolet a
{
    color:#B576B2;
}
.category-navigation .treeview ul .li_unselectedViolet 
{
    list-style-type:none;
}.category-navigation .treeview ul .li_unselectedViolet a
{
    color:#B576B2;
}
*/


.category-navigation .treeview ul .li_selectedOrange
{
    font-weight: bold;
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedOrange a
{
    color: #C27C20;
}
.category-navigation .treeview ul .li_selectedOrange a:hover
{
    font-weight: bold;
    text-decoration: none;
}
.category-navigation .treeview ul .li_selectedOrangeSub
{
    list-style-type: none;
    background: url(images/arrow-rigth-orange-big.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedOrangeSub a
{
    color: #C27C20;
    text-decoration: none;
}


.category-navigation .treeview ul .li_unselectedOrange
{
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedOrange:hover
{
    list-style-type: none;
    background: url(images/arrow-rigth-orange-small.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedOrange a
{
    color: #C27C20;
}
.category-navigation .treeview ul .li_unselectedOrange a:hover
{
    text-decoration: none;
    color: #C27C20;
}
/*
.category-navigation .treeview ul .li_selectedBrown
{
	font-weight: bold;
    list-style-type:none;
}
.category-navigation .treeview ul .li_selectedBrown a
{
    color:#7C4F3F;
}
.category-navigation .treeview ul .li_unselectedBrown 
{
    list-style-type:none;
}.category-navigation .treeview ul .li_unselectedBrown a
{
    color:#7C4F3F;
}
*/
/*
.category-navigation .treeview ul .li_selectedOrange
{
	font-weight: bold;
    list-style-type:none;
}
.category-navigation .treeview ul .li_selectedOrange a
{
    color:#C27C20;
}

.category-navigation .treeview ul .li_unselectedOrange 
{
    list-style-type:none;
}.category-navigation .treeview ul .li_unselectedOrange a
{
    color:#FCB23A;
}
*/
.category-navigation .treeview ul .li_selectedOrganic
{
    font-weight: bold;
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedOrganic a
{
    color: #9A994E;
}
.category-navigation .treeview ul .li_selectedOrganic a:hover
{
    font-weight: bold;
    text-decoration: none;
}
.category-navigation .treeview ul .li_selectedOrganicSub
{
    list-style-type: none;
    background: url(images/arrow-rigth-organic-big.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_selectedOrganicSub a
{
    color: #9A994E;
    text-decoration: none;
}


.category-navigation .treeview ul .li_unselectedOrganic
{
    list-style-type: none;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedOrganic:hover
{
    list-style-type: none;
    background: url(images/arrow-rigth-organic-small.png) no-repeat 0px 4px;
    padding-left: 10px;
}
.category-navigation .treeview ul .li_unselectedOrganic a
{
    color: #9A994E;
}
.category-navigation .treeview ul .li_unselectedOrganic a:hover
{
    text-decoration: none;
    color: #9A994E;
}
/*
.category-navigation .treeview ul .li_selectedOrganic
{
	font-weight: bold;
    list-style-type:none;
}
.category-navigation .treeview ul .li_selectedOrganic a
{
    color:#9A994E;
}

.category-navigation .treeview ul .li_unselectedOrganic 
{
    list-style-type:none;
}.category-navigation .treeview ul .li_unselectedOrganic a
{
    color:#9A994E;
}
*/




/****************************/
/* Manufacturer navigation
/****************************/
.manufacturer-navigation
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.manufacturer-navigation .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.manufacturer-navigation .listbox
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.manufacturer-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #3664A5;
    background-color: inherit;
}


/****************************/
/* Info block
/****************************/
.infoblock-navigation
{
    margin-top: 15px;
    padding-bottom: 0px;
    padding-left: 0;
}

.infoblock-navigation .end
{
    background-image: url(/images/end.png);
    background-repeat: no-repeat;
    height: 3px;
    margin-top: 0px;
}

.infoblock-navigation .title
{
    padding: 1px 2px 2px 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
    color: #FFFFFF;
    background-image: url(/images/leftnavHeader1.jpg);
    background-repeat: no-repeat;
}

.infoblock-navigation .listbox
{
    margin: 0px 0 0 0;
    padding: 2px 0 2px 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65; /*background-color: #FCE4E4;*/
    background-color: inherit;
    background-image: url(/images/leftNavLine1.jpg);
    background-repeat: repeat-y;
}

.infoblock-navigation .listbox ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #3664A5;
    background-color: inherit;
}


.infoblock-navigation .listbox .li_selected
{
    list-style-type: none;
    background: url(images/arrow-rigth-blue-big.png) no-repeat 3px 4px;
    padding-left: 11px;
}
.infoblock-navigation .listbox .li_selected a
{
    text-decoration: none;
}
.infoblock-navigation .listbox .li_selected:hover
{
    text-decoration: none;
}

.infoblock-navigation .listbox .li_NotSelected
{
    list-style-type: none;
    padding-left: 11px;
}
.infoblock-navigation .listbox .li_NotSelected a
{
    text-decoration: none;
}
.infoblock-navigation .listbox .li_NotSelected:hover
{
    list-style-type: none;
    background: url(images/arrow-rigth-blue-small.png) no-repeat 3px 4px;
    padding-left: 11px;
}


/****************************/
/* HTML content block
/****************************/
.htmlcontent
{
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 0;
}

.htmlcontent-title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    padding-top: 9px;
}

.mainTitle
{
    font-size: 11px;
}
.mainTitle1
{
    margin-top: 5px;
    font-weight: normal;
    font-size: 11px;
    text-transform: lowercase;
}

.htmlcontent-body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.htmlcontent-body .defaultTextImg
{
    background-image: url(/Content/Images/XI_3141656871_588x50_588x50.PNG);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 52px;
    width: 585px;
    margin-top: 7px;
    margin-right: 3px;
    float: right;
}


/****************************/
/* News list
/****************************/
.newslist
{
    margin-top: 15px;
    padding-bottom: 0px;
    padding-left: 0;
}


.newslist .end
{
    background-image: url(/images/end.png);
    background-repeat: no-repeat;
    height: 3px;
    margin-top: 0px;
}

.newslist .title
{
    padding: 1px 2px 2px 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
    color: #FFFFFF;
    background-image: url(/images/leftnavHeader1.jpg);
    background-repeat: no-repeat;
    height: 14px;
}

.newslist .newsitems
{
    margin: 0px 0 0 0;
    padding: 2px 0 2px 3px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65; /*background-color: #FCE4E4;*/
    background-color: inherit;
    background-image: url(/images/leftNavLine1.jpg);
    background-repeat: repeat-y;
}

.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: 0px;
    padding-bottom: 5px;
    padding-left: 0;
}
.newsitem .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.newsitem .newsbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.newsitem .newsbody p
{
    padding-top: 10px;
}
.newsComments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.newsComments .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.newsComments .newComment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}
.newsComments .commentList
{
    margin: 10px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    text-transform: uppercase;
    clear: both;
}
.CheckoutPage .CheckoutData
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.CheckoutData .OrderSummaryTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    clear: both;
}
.CheckoutData .OrderSummaryBody
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    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;
}
.CheckoutData .AddressGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.CheckoutData .AddressGrid .AddressItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    border: 1px solid rgb(232, 230, 210);
    width: 200px;
    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;
    margin: 10px 10px 10px 10px;
    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;
    margin: 10px 10px 10px 10px;
    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;
    margin: 10px 10px 10px 10px;
    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;
    margin: 10px 10px 10px 10px;
    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;
    margin: 10px 10px 10px 10px;
    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;
    margin: 10px 10px 10px 10px;
    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: 0px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blog .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.blog .blogposts
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    text-transform: uppercase;
    clear: both;
}
.blogpost .postbody
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.blogpost .postbody p
{
    padding-top: 10px;
}

.blogpost .postbody li
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 5px;
}

.blogpost .postbody ul
{
    padding-left: 5px;
    padding-top: 10px;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 5px;
}
.blogComments
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.blogComments .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.blogComments .newComment
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}
.blogComments .commentList
{
    margin: 10px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    text-transform: uppercase;
    clear: both;
}
.contactform .info
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.contactform .sendEmail
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.contactform .contactform
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    text-transform: uppercase;
    clear: both;
}
.shoppingcart .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}


.wishlist
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.wishlist .title
{
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.wishlist .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}



.OrderSummaryContent
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}
.OrderSummaryContent .CouponBox
{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}
.OrderSummaryContent .TotalInfo
{
    margin: 0px;
    padding: 0px 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: 0px 0px 0px 0px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    text-transform: uppercase;
    clear: both;
}

.compareProducts .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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-top: 15px;
    padding-bottom: 0px;
    padding-left: 0;
}

.todaysPollBox .title
{
    padding: 2px 2px 2px 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
    color: #FFFFFF;
    background-image: url(/images/leftnavHeader1.jpg);
    background-repeat: no-repeat;
    height: 15px;
}

.todaysPollBox_notSelected
{
    margin-top: 15px;
    padding-bottom: 0px;
    padding-left: 0;
}

.todaysPollBox_notSelected .title
{
    padding: 2px 2px 3px 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
    color: #FFFFFF;
    background-image: url(/images/leftnavHeader1_round.bmp);
    background-repeat: no-repeat;
    height: 14px;
}



.todaysPollBox .pollItem
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
    background-image: url(/images/leftNavLine1.jpg);
    background-repeat: repeat-y;
}

.pollBlock
{
    float: left;
    text-align: left;
    vertical-align: top;
    padding-top: 7px;
    background-color: inherit;
    background-image: url(/images/leftNavLine1.jpg);
    background-repeat: repeat-y;
}
.pollTakePoll, .pollResults
{
    border: dashed 1px #666;
    padding: 5px;
    margin-top: 10px;
    background-color: inherit;
    background-image: url(/images/leftNavLine1.jpg);
    background-repeat: repeat-y;
}
.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;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
    clear: both;
}
.emailafriendBox .sendEmail
{
    border: 1px solid rgb(232, 230, 210);
    padding: 10px;
}


/****************************/
/* Search
/****************************/

.searchBox
{
    vertical-align: bottom;
    padding-top: 13px;
}

.searchPanel
{
    margin-bottom: 15px;
    padding: 0px;
}
.searchPanel .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
}
.breadcrumb a
{
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    text-decoration: none;
}
.breadcrumb a:hover
{
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    text-decoration: underline;
}


/****************************/
/* Copyright / Powered by
/****************************/

.copyright
{
    float: right;
    padding-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.copyright a
{
    color: #3664A5;
    background-color: inherit;
}




/***************************************************************************************************/
/* Home page categories
/***************************************************************************************************/
.HomePageCategoryGrid
{
    margin-bottom: 15px;
    padding: 0px;
    margin-left: -5px;
}
.HomePageCategoryGrid .ItemBox
{
    padding-bottom: 13px;
    text-align: center;
    vertical-align: text-top;
}
.HomePageCategoryGrid .HomePageCategoryItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    margin-left: 31px;
    width: 150px;
    height: auto;
    background-image: url(/images/CatTitleBack_rounded2.png);
    background-repeat: no-repeat;
}
.HomePageCategoryGrid .HomePageCategoryItem .title
{
    padding-bottom: 3px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
}
.HomePageCategoryGrid .HomePageCategoryItem .picture
{
    text-align: center;
    border-left: 1px solid rgb(254, 240, 240);
    border-right: 1px solid rgb(254, 240, 240);
}



/***************************************************************************************************/
/* Category details page
/***************************************************************************************************/
.CategoryPage
{
    margin-bottom: 15px;
    padding: 0px;
}
.CategoryPage .CategoryTitle
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.CategoryPage .CategoryDescription
{
    color: #0A263C;
    font-size: 1.0em;
    margin-bottom: 0.3em;
    padding-left: 20px;
    text-align: justify;
}




/* Subcategories section */
.CategoryPage .SubCategoryGrid
{
    margin-bottom: 15px;
    padding: 0px;
    margin-left: 0px;
}
.CategoryPage .SubCategoryGrid .ItemBox
{
    padding-bottom: 13px;
    text-align: center;
    vertical-align: text-top;
    float: left;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    margin-left: 31px;
    width: 150px;
    height: auto;
    background-image: url(/images/CatTitleBack_rounded2.png);
    background-repeat: no-repeat;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
}
.CategoryPage .SubCategoryGrid .SubCategoryItem .picture
{
    text-align: center;
    border-left: 1px solid rgb(254, 240, 240);
    border-right: 1px solid rgb(254, 240, 240);
    height: 125px;
}

.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;
    text-transform: uppercase;
    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: 250px;
    height: 250px;
}
.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
{
    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;
    margin-left: 0px;
}
.CategoryPage .ProductGrid .ItemBox
{
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
    float: left;
}
.CategoryPage .ProductGrid .ProductItem
{
    text-align: center;
    margin: 10px 10px 10px 10px;
    width: 250px;
    height: 234px;
    margin-left: 25px;
}
.CategoryPage .ProductGrid .ProductItem .title
{
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold; /*  background-image: url(/images/CatTitleBack1_product.jpg); */
    background-repeat: repeat-x;
}
.CategoryPage .ProductGrid .ProductItem .picture
{
    text-align: center;
    height: 127px;
    vertical-align: bottom;
    display: table-cell;
    width: 250px;
}
.CategoryPage .ProductGrid .ProductItem .description
{
    margin-top: 5px;
    text-align: center;
}
.CategoryPage .ProductGrid .ProductItem .addInfo
{
    background-repeat: no-repeat;
    height: 50px;
    border: 0px;
    margin-top: 3px;
    padding-top: 14px;
    padding-left: 12px;
    vertical-align: middle;
    background-image: url(/Content/Images/XI_2833170692_245x55_245x55.PNG);
}
.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;
    float: left;
    padding-left: 10px;
}
.CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    color: #df5932;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    float: left;
    padding-top: 4px;
}











.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;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
    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;
}




/***************************************************************************************************/
/* Recently added products
/***************************************************************************************************/

.RecentlyAddedProducts
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.RecentlyAddedProducts .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    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;
    text-transform: uppercase;
    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
{
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
.HomePageProductGrid .ItemBox
{
    padding-top: 16px;
    text-align: center;
    vertical-align: text-top;
    float: left;
}
.HomePageProductGrid .ItemBox c1
{
    margin-left:20px;
}
.HomePageProductGrid .ProductItem
{
    text-align: center;
    margin: 0px 0px 15px 0px;
    border: 0px none rgb(232, 230, 210);
    width: 175px;
}
.HomePageProductGrid .ProductItem .CatLink
{
    color: #828282;
    font-size: 10px;
    font-style: italic;
}
.HomePageProductGrid .ProductItem .title
{
    border: 0px none rgb(232, 230, 210);
    height: 19px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    width: 175px;
}
.HomePageProductGrid .ProductItem .picture
{
    text-align: center;
    height: 102px;
    vertical-align: middle;
    display: table-cell;
    width: 175px;
    height: 100px;
}


/****************************/
/* Product details page
/****************************/

.ProductDetailsPage
{
    border-top: 1px none #DDDDDD;
    margin-top: 4px;
    padding: 17px;
    padding-top: 4px;
    padding-bottom: 0px;
    height: 100%;
    width: 550px;
}
.ProductEssential
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.ProductCollateral
{
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}




.ProductDetailsInfo
{
    float: left;
}
.ProductDetailsInfo .picture
{
    float: left;
    width: 280px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.ProductDetailsInfo .overview
{
    float: right;
    width: 240px;
}
.ProductDetailsInfo .overview_hemelMulti
{
    float: right;
    width: 260px;
}
.ProductDetailsInfo .overview .productname
{
    color: #0A263C;
    font-size: 1.3em;
    margin-bottom: 0.3em;
    font-weight: bolder;
}
.ProductDetailsInfo .overview .shortdescription
{
    color: #0A263C;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

.ProductDetailsInfo .fulldescription
{
    clear: both;
    color: #0A263C;
    margin-bottom: 0.3em;
}
.ProductDetailsInfo .fulldescription p
{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
}
.ProductDetailsInfo .fulldescription li
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 5px;
}

.ProductDetailsInfo .fulldescription ul
{
    padding-left: 5px;
    padding-top: 10px;
    list-style-type: disc;
}



.ProductRatingBox
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}



.ProductVariantList
{
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 0px;
}
.ProductVariantLine
{
    width: 100%;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    vertical-align: top;
    height: 65px;
}


.RelatedProductsGrid
{
}
.RelatedProductsGrid .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    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;
    height: 125px;
}




.productReviewList
{
    margin: 10px 0 0 0;
    padding: 0px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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: 4px 0px 0px 0px; *padding:6px0px0px0px;
display:block;
white-space:nowrap;
padding-right:0px;
vertical-align:top;
*vertical-align:top;


}
.TableContainer .Row .ItemNameFixed
{
    padding: 4px 0px 0px 0px; *padding:6px0px0px0px;
display:block;
white-space:nowrap;
padding-right:0px;
vertical-align:top;
*vertical-align:top;
width:90px;


}
.TableContainer .Row .ItemValue
{
    padding: 0px 0px 0px 0px; *padding:1px0px0px0px;

vertical-align:middle;
}


/****************************/
/* Account
/****************************/
.AccountPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.AccountPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.AccountPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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, Arial, Helvetica, sans-serif;
    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, Arial, Helvetica, sans-serif;
    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-bottom: 5px;
    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, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}
.CustomerOrders .OrderList
{
}
.CustomerOrders .OrderList .OrderItem
{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid rgb(232, 230, 210);
    height: auto;
}






.CustomerPassRecovery
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    text-transform: uppercase;
    clear: both;
}

.LoginPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    border: 1px solid rgb(232, 230, 210);
    height: 240px;
    vertical-align: middle;
}
.LoginTableContainer
{
    vertical-align: middle;
}
.LoginTableContainer .Row
{
}
.LoginTableContainer .Row .ItemName
{
    padding: 5px 0px 0px 0px; *padding:5px0px0px0px;
display:block;
white-space:nowrap;
padding-right:0px;
vertical-align:top;
*vertical-align:top;

font-weight:bold;
}
.LoginTableContainer .Row .ItemValue
{
    padding: 0px 0px 0px 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;
    text-transform: uppercase;
    clear: both;
}

.RegistrationPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
}

/****************************/
/* Password recovery page
/****************************/
.PasswordRecoveryPage
{
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

.PasswordRecoveryPage .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}

.PasswordRecoveryPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    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;
    text-transform: uppercase;
    clear: both;
}

.AddressEditPage .body
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.mylist li
{
    list-style-type: disc;
}

.unwatermarked
{
    border: none 0px;
    background-image: url(/Content/Images/XI_4274741758_120x24_120x24.PNG);
    background-position: center;
    color: #F6A5A5;
    font-family: verdana;
    font-size: 10px;
    width: 180px;
    height: 25px;
}

.watermarked
{
    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: #F6A5A5;
    font-family: verdana;
    font-size: 10px;
    padding: 1px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 15px;
}


.watermarked1
{
    border: none 0px;
    background-image: url(/Content/Images/XI_4274741758_120x24_120x24.PNG);
    background-position: center;
    color: #F6A5A5;
    font-family: verdana;
    font-size: 10px;
    width: 180px;
    height: 25px;
}

.ButtonMiddle
{
    vertical-align: middle;
}


/****************************/
/* Searcharoo
/****************************/
.headingSearcharoo
{
    font-size: xx-large;
    font-weight: bold;
    color: Gray;
    filter: DropShadow (Color=#cccccc, OffX=5, OffY=5, Positive=true);
}
.copyrightSearcharoo
{
    font-size: xx-small;
}

.subheadingSearcharoo
{
    font-size: large;
    font-weight: bold;
    color: Gray;
}
.geoSearcharoo
{
    font-size: xx-small;
    color: Gray;
}



/****************************/
/* Addons
/****************************/
#beta
{
    position: fixed;
    right: 0;
    top: 0;
}
#beta a
{
    background-image: url(images/beta.bmp);
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 50px;
}
#beta a span
{
    display: none;
}

.readMore
{
    font-weight: bold;
    text-decoration: none;
    color: #8F969C;
    background-color: inherit;
}

.adminDirectLinks
{
    position: absolute;
    left: 75%;
    top: 5px;
}

.my_textbox
{
    background-image: url(/Content/Images/XI_4274741758_120x24_120x24.PNG); /*Here we load the background image */
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 18px;
    margin: 0px;
    padding: 5px 10px 0px 10px; /*without padding, the text will start from upper-left corner*/
    border: 0px none; /*we do not need any border*/
}
.my_textboxLong
{
    background-image: url(/Content/Images/XI_3321045805_200x24_200x24.PNG); /*Here we load the background image */
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 18px;
    margin: 0px;
    padding: 5px 10px 0px 10px; /*without padding, the text will start from upper-left corner*/
    border: 0px none; /*we do not need any border*/
}
.my_textboxWater
{
    background-image: url(/Content/Images/XI_1864802796_120x24_120x24.PNG); /*Here we load the background image */
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 18px;
    margin: 0px;
    padding: 5px 10px 0px 10px; /*without padding, the text will start from upper-left corner*/
    border: 0px none; /*we do not need any border*/
}

.my_textbox1
{
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0px;
    padding: 3px 10px 0px 10px; /*without padding, the text will start from upper-left corner*/
    border: 0px none; /*we do not need any border*/
    margin-bottom: 2px;
}

.panelTextBox
{
    padding-bottom: 5px;
}

.korpa
{
}

.KreniPartner
{
    background-image: url(/images/logo-kreni-small-color.jpg);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
}

.WSSPartner
{
    background-image: url(/images/prirodanizbor.jpg);
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    text-align: center;
}

.priceContainer
{
    background-image: url(/Content/Images/XI_3942549866_554x60_554x60.png);
    width: 554px;
    background-repeat: no-repeat;
    margin-left: -2px; *margin-left:-1px;
height:60px;

}

.imgUp
{
    background-image: url(/images/imgUp.png);
    width: 30px;
    background-repeat: no-repeat;
    height: 13px;
    cursor: pointer;
}
.imgUp:hover
{
    background-image: url(/images/imgUpHover.png);
    width: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.imgDn
{
    background-image: url(/images/imgDn.png);
    width: 30px;
    background-repeat: no-repeat;
    height: 13px;
    cursor: pointer;
}
.imgDn:hover
{
    background-image: url(/images/imgDnHover.png);
    width: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btnAddToCart
{
    background-image: url(/Content/Images/XI_204604752_125x24_125x24.PNG);
    background-repeat: no-repeat;
    width: 130px;
    height: 28px;
    cursor: pointer;
}
.btnAddToCart:hover
{
    background-image: url(/Content/Images/XI_16087791_125x24_125x24.PNG);
    background-repeat: no-repeat;
    width: 130px;
    height: 28px;
    cursor: pointer;
}

.btnAddToWishlist
{
    background-image: url(/Content/Images/XI_1202768758_125x24_125x24.PNG);
    background-repeat: no-repeat;
    width: 130px;
    height: 28px;
    cursor: pointer;
}
.btnAddToWishlist:hover
{
    background-image: url(/Content/Images/XI_1821984520_125x24_125x24.PNG);
    background-repeat: no-repeat;
    width: 130px;
    height: 28px;
    cursor: pointer;
}

.btnEmailAFriend
{
    background-image: url(/Content/Images/XI_2430033038_240x24_240x24.PNG);
    background-repeat: no-repeat;
    width: 240px;
    height: 28px;
    cursor: pointer;
}
.btnEmailAFriend:hover
{
    background-image: url(/Content/Images/XI_599222580_240x24_240x24.PNG);
    background-repeat: no-repeat;
    width: 240px;
    height: 28px;
    cursor: pointer;
}

.btnAddToCompareList
{
    background-image: url(/Content/Images/XI_2468960785_230x24_230x24.PNG);
    background-repeat: no-repeat;
    width: 240px;
    height: 28px;
    cursor: pointer;
}
.btnAddToCompareList:hover
{
    background-image: url(/Content/Images/XI_975118332_230x24_230x24.PNG);
    background-repeat: no-repeat;
    width: 240px;
    height: 28px;
    cursor: pointer;
}

.btnSearch
{
    background-image: url(/Content/Images/XI_909203721_70x24_70x24.PNG);
    background-repeat: no-repeat;
    width: 70px;
    height: 24px;
    cursor: pointer;
}
.btnSearch:hover
{
    background-image: url(/Content/Images/XI_114737763_70x24_70x24.PNG);
    background-repeat: no-repeat;
    width: 70px;
    height: 24px;
    cursor: pointer;
}

/****************************/
/* Ruza vetrova
/****************************/
.Ruza
{
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 0;
}
.Ruza p
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    text-align: justify;
}
.Ruza .title
{
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.Ruza .content
{
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #555D65;
    background-color: inherit;
}

.button-main
{
    cursor: pointer;
    height: 20px;
    display: inline;
    clear: both;
}
.button-left
{
    background-image: url(/images/button-left.png);
    width: 3px;
    height: 20px;
    float: left;
}
.button-content
{
    padding-top: 3px;
}
.button-center
{
    background-image: url(/images/button-center.png);
    float: left;
    height: 20px;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}
.button-right
{
    background-image: url(/images/button-right.png);
    width: 3px;
    height: 20px;
    float: left;
}




/* trigger button */
#download_now
{
}

.download_nowTrigger
{
    display: block;
    color: #5D80B4;
    cursor: pointer;
}


/* mouseover state */
#download_now:hover
{
    background-position: 0 -44px;
}

/* clicked state */
#download_now:focus
{
    background-position: 0 -88px;
}
/* tooltip styling */
.tooltip
{
    height: 250px;
    display: none;
    font-size: 11px;
    color: #fff;
}

/* tooltip styling */
.tooltip .tooltipLeft
{
    height: 250px;
    background: url(images/black_left.png) no-repeat;
    width: 30px;
    float: left;
    background-repeat: no-repeat;
}
/* tooltip styling */
.tooltip .tooltipRight
{
    height: 250px;
    background: url(images/black_Right.png) no-repeat;
    width: 30px;
    float: left;
    background-repeat: no-repeat;
    z-index: 10000;
}
/* tooltip styling */
.tooltip .tooltipCenter
{
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    height: 250px;
    background: url(images/black_center.png) no-repeat;
    background-repeat: repeat-x;
    font-size: 11px;
    color: #fff;
}

/* tooltip styling */
.tooltip .tooltipCenter .inner
{
    padding: 30px 0px 10px 0px;
}

/* a .label element inside tooltip */
.tooltip .label
{
    color: yellow;
    padding-right: 5px;
}



.tooltip a
{
    color: #ad4;
    font-size: 11px;
    font-weight: bold;
}

/* tooltip styling */
.tooltipWhite
{
    height: 250px;
    display: none;
    font-size: 11px;
    color: #fff;
}

/* tooltip styling */
.tooltipWhite .tooltipLeft
{
    height: 250px;
    background: url(images/white_left.png) no-repeat;
    width: 30px;
    float: left;
    background-repeat: no-repeat;
}
/* tooltip styling */
.tooltipWhite .tooltipRight
{
    height: 250px;
    background: url(images/white_Right.png) no-repeat;
    width: 30px;
    float: left;
    background-repeat: no-repeat;
    z-index: 10000;
}
/* tooltip styling */
.tooltipWhite .tooltipCenter
{
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    height: 250px;
    background: url(images/white_center.png) no-repeat;
    background-repeat: repeat-x;
    font-size: 11px;
    color: #fff;
}

/* tooltip styling */
.tooltipWhite .tooltipCenter .inner
{
    padding: 30px 0px 10px 0px;
}

/* a .label element inside tooltip */
.tooltipWhite .label
{
    color: yellow;
    padding-right: 5px;
}



.tooltipWhite a
{
    color: #ad4;
    font-size: 11px;
    font-weight: bold;
}




/* Rounded button */
.button-main
{
    cursor: pointer;
    height: 24px;
    text-decoration: none;
}
.button-main .button-left
{
    background-image: url(/images/button-left-round.png);
    width: 12px;
    height: 24px;
    float: left;
}
.button-main .button-content
{
    padding-top: 5px;
    color: #323132;
    font-size: 11px;
    text-decoration: none;
}
.button-main .button-center
{
    background-image: url(/images/button-center-round.png);
    float: left;
    height: 24px;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}
.button-main .button-right
{
    background-image: url(/images/button-right-round.png);
    width: 12px;
    height: 24px;
    float: left;
}

.button-main:hover .button-left
{
    background-image: url(/images/button-left-round-hover.png);
    width: 12px;
    height: 24px;
    float: left;
}
.button-main:hover .button-content
{
    padding-top: 5px;
    color: #323132;
    font-size: 11px;
    text-decoration: none;
}
.button-main:hover .button-center
{
    background-image: url(/images/button-center-round-hover.png);
    float: left;
    height: 24px;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}
.button-main:hover .button-right
{
    background-image: url(/images/button-right-round-hover.png);
    width: 12px;
    height: 24px;
    float: left;
}


/* Rounded textbox */
.textbox-main
{
    height: 24px;
    text-decoration: none;
    position: relative;
}
.textbox-main .textbox-left
{
    background-image: url(/images/textbox-left.png);
    width: 7px;
    height: 24px;
    float: left;
    position: relative;
}
.textbox-main .textbox-content
{
    padding-top: 2px; *padding-top:2px;
color:#323132;
position:relative;
}
.textbox-main .textbox-center
{
    background-image: url(/images/textbox-center.png);
    float: left;
    height: 24px;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    padding-top: 1px; *padding-top:0px;
position:relative;


}
.textbox-main .textbox-right
{
    background-image: url(/images/textbox-right.png);
    width: 7px;
    height: 24px;
    float: left;
    position: relative;
}
.textbox-main .error1
{
    float: left;
    color: red;
    padding-top: 6px;
    padding-left: 2px;
}


.textbox-main input
{
    background-image: none;
    border: none 0px #fff;
    position: relative;
    height: 15px;
}

.dCorner
{
    position: relative;
    zoom: 1;
}
.dcItem
{
    position: absolute;
    display: none;
}
.dcItem img
{
    width: 100%;
    height: 100%;
}
.dctop, .dcbottom
{
    left: 0px;
}
.dctop, .dctop-left, .dctop-right
{
    top: 0px;
}
.dcbottom, .dcbottom-left, .dcbottom-right
{
    bottom: 0px;
}
.dcleft, .dcright
{
    top: 0px;
}
.dcleft, .dctop-left, .dcbottom-left
{
    left: 0px;
}
.dcright, .dctop-right, .dcbottom-right
{
    right: 0px;
}



.ico-register
{
    background: url('images/ico-register.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.ico-login
{
    background: url('images/ico-login.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.ico-logout
{
    background: url('images/ico-logout.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}

.ico-cart
{
    background: url('images/ico-cart.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}


.ico-wishlist
{
    background: url('images/ico-wishlist.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
}


#simpleTip
{
    display: none;
    border: solid 1px gray;
    font-size: 12px;
    height: 18px;
    padding: 8px;
    color: #000000;
    background-color: #D6DADD;
}

.imgfadein
{
    display: none;
}


.details
{
    background-image: url(/images/static/details.png);
    background-repeat: no-repeat;
    width: 74px;
    height: 23px;
    display: block;
}

.details:hover
{
    display: block;
    background-image: url(/images/static/details_hover.png);
    background-repeat: no-repeat;
    width: 74px;
    height: 23px;
}
.uclanjenje
{
    background-image: url(/images/static/membership.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 22px;
    display: block;
}

.uclanjenje:hover
{
    display: block;
    background-image: url(/images/static/membership_hover.png);
    background-repeat: no-repeat;
    width: 128px;
    height: 22px;
}
.naruci
{
    background-image: url(/images/static/order.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 22px;
    display: block;
}

.naruci:hover
{
    display: block;
    background-image: url(/images/static/order_hover.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 22px;
}











