html, body {

	font: 13px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	border:none
}

body {
	background: #ffffff;
	background-position: top center;
	background-image: url(Images/background.gif);
	background-attachment: fixed;
	scrollbar-3dlight-color: #CACACA;
	scrollbar-base-color: #F7F6F3;
	scrollbar-face-color: #CACACA;
	scrollbar-highlight-color: #CACACA;
	scrollbar-shadow-color: #CACACA;
	scrollbar-track-color: #F7F6F3;
	scrollbar-darkshadow-color: #CACACA;
	scrollbar-arrow-color: White;
}

hr {
	height: 1px;
	color: #A9A9A9;
	border-bottom-style: solid;
}

img {
	border-width: 0px;
}

h1 {
	color: #EC008C;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

h2 {
	font-weight: normal;
	color: #EC008C;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.button {
	height: 20px;
	background: #EEEEEE url(images/button_bg.gif);
	border: 1px solid #CACACA;
	font-size: 13px;
}

textarea {
	font: 13px Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #CACACA;
	overflow: auto;
}

input.textbox {
		border: 1px solid #CACACA;
}

a.button, a.button:active, a.button:focus, a.button:link, a.button:visited {
	border: 1px solid #CACACA;
	text-decoration: none;
	color: Black;
	background-color: #F7F6F3;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 24px;
	margin-left: 1px;
	margin-right: 1px;
}

a:hover.button {
	border: 1px solid #C00000;
	color: White;
	background-color: #C00000;;
}

a.button_disabled {
	border: 1px solid #F7F6F3;
	text-decoration: none;
	color: #CACACA;
	background-color: White;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 24px;
	margin-left: 1px;
	margin-right: 1px;
}

a.button_activated {
	border: 1px solid #C00000;
	color: White;
	background-color: #C00000;;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 24px;
	margin-left: 1px;
	margin-right: 1px;
}

div#navcontainer
{
	DISPLAY: block;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: visible;
	font-weight: bold;
	BACKGROUND: #ec008c url(images/menubar_bg.gif) repeat-x top;
	height: 29px;
	MARGIN: 0px 0px 10px 0px;
	OVERFLOW: hidden;
	width: 100%;
}

ul#navlist
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	padding-left: 10px;
	background: url(Images/menubar_left.gif) no-repeat top left;
}

ul#searchlist
{
	display: block;
	padding: 0;
	margin: 0;
	float: right;
	padding-right: 10px;
	background: url(Images/menubar_right.gif) no-repeat top right;
}

ul#searchlist li input {
	width: 100px;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid Black;
	margin: 3px;
	padding: 2px;
}

ul#navlist li, ul#searchlist li
{
	display: block;
	float: left;
}

ul#navlist li a, ul#searchlist li a
{
	display: block;
	float: left;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	color: White;
	white-space: nowrap;
	height: 29px;
	padding: 8px;

}

ul#navlist li a:hover, ul#searchlist li a:hover
{	
	color: #ec008c;
	background: White;
	background: White url(Images/menubar_bg.gif) repeat-x;
}

ul#navlist li.active {
	display: block;
	float: left;
}

ul#navlist li a.active {
	background-color: Black;
}

ul#navlist li a.active:hover
{
	color: Black;
	background: White url(Images/menubar_bg.gif) repeat-x;
}



div.PanelLeftMenu {
	display: block;
	float: left;
}

div.PanelContentplaceholder {
	display: block;
	float: right;
}

.RoundedLeftTop {
	background: #EEEEEE url(Images/rounding_left_top.gif) no-repeat left;
	height: 29px;
}

.RoundedRightTop {
	background: #EEEEEE url(Images/rounding_right_top.gif) no-repeat right;
	height: 29px;
}

.RoundedLeftBottom {
	background: #EEEEEE url(Images/rounding_left_bottom.gif) no-repeat left;
	height: 29px;
}

.RoundedRightBottom {
	background: #EEEEEE url(Images/rounding_right_bottom.gif) no-repeat right;
	height: 29px;
	
}


.ProductsDataList {
	table-layout: fixed;

}

.ProductItemTemplate {
	vertical-align: top;
	overflow: hidden;
	padding-bottom: 10px;
}

.ProductItemTemplateTable {
	table-layout: fixed;
}

.ProductItemTemplateTable .ItemName {
	white-space: nowrap;
	font-weight: bold;
	color: #EC008C;
	display: block;
	padding-left: 10px;
	font-size: 12px;
	line-height: 29px;
	height: 100%;
	width: 100%;
}


.ProductItemTemplateTable img {
	border: 0px;
	width: 135px;
	height: 180px;
}

.ProductItemTemplateTable td.topbar {
	height: 29px;
	background: #EEEEEE url(Images/rounding_left_top.gif) no-repeat left;
	height: 29px;
}

.ProductItemTemplateTable td.imagebar {
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 2px;
}

.ProductItemTemplateTable td.OriginalPrice {
	color: Black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: line-through;
	background: #EEEEEE url(Images/rounding_left_bottom.gif) no-repeat left;;
	height: 29px;
	text-align: center;
}

.ProductItemTemplateTable td.Price {
	color: #EC008C;
	font-size: 15px;
	font-weight: bold;
	height: 29px;
	background-color: #EEEEEE;
		text-align: center;
}

.ProductItemTemplateTableHover {
	table-layout: fixed;
}

.ProductItemTemplateTableHover a.ItemName {
	white-space: nowrap;
	font-weight: bold;
	color: White;
	display: block;
	padding-left: 10px;
	font-size: 12px;
	line-height: 29px;
	height: 100%;
	width: 100%;
}

.ProductItemTemplateTableHover a:hover.ItemName {
	color: White;
}

.ProductItemTemplateTableHover img {
	border: 0px;
	width: 135px;
	height: 180px;
}

.ProductItemTemplateTableHover td.topbar {
	height: 29px;
	background: #EC008C url(Images/rounding_left_top.gif) no-repeat left;
	height: 29px;
}

.ProductItemTemplateTableHover td.imagebar {
	border-left-color: #EC008C;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #EC008C;
	border-right-style: solid;
	border-right-width: 2px;
}

.ProductItemTemplateTableHover td.OriginalPrice {
	color: Black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: line-through;
	background: #EC008C url(Images/rounding_left_bottom.gif) no-repeat left;;
	height: 29px;
	text-align: center;
}

.ProductItemTemplateTableHover td.Price {
	color: White;
	font-size: 15px;
	font-weight: bold;
	height: 29px;
	background-color: #EC008C;
	text-align: center;
}

.Productsfooter {
	table-layout: fixed;
	margin-right: 10px;
}

.ProductsfooterPager {
	font-weight: bold;
	color: #EC008C;
	font-size: 11px;
}

.ProductsfooterPrevLink {
	background: url(Images/rounding_left_bottom.gif) no-repeat left;
	color: Black;
	font-weight: bold;
	line-height: 29px;
	display: block;
	font-size: 11px;
	height: 100%;
	width: 100%;
}

a:hover.ProductsfooterPrevLink {
	background: #EC008C url(Images/rounding_left_bottom.gif) no-repeat left;
	color: White;
}

.ProductsfooterNextLink {
	background: url(Images/rounding_right_bottom.gif) no-repeat right;
	color: Black;
	font-weight: bold;
	line-height: 29px;
	display: block;
	font-size: 11px;
	height: 100%;
	width: 100%;
}

a:hover.ProductsfooterNextLink {
	background: #EC008C url(Images/rounding_right_bottom.gif) no-repeat right;
	color: White;
}

a {
	text-decoration: none;
	
	color: #EC008C;
}

a:hover {
	color: Black;
}

.TreeViewMenu {
}

td.NodeStyle {
	font-size: 11px;
	height: 22px;
}

a.NodeStyle, a:active.NodeStyle, a:focus.NodeStyle, a:link.NodeStyle, a:visited.NodeStyle {
	font-size: 11px;
	color: Black;
	font-weight: bold;
	display: block;

}


a:hover.NodeStyle {
	color: #EC008C;
}

.TreeViewNodeSelected {
	
}

a.TreeViewNodeSelected, a:active.TreeViewNodeSelected, a:focus.TreeViewNodeSelected, a:link.TreeViewNodeSelected, a:visited.TreeViewNodeSelected {
	color: #EC008C;
	font-weight: bold;
}

a.TreeViewNodeRoot {
	font-size: 14px  ! important;
	padding-left: 12px;
	color: White ! important;
	font-weight: bold;
	line-height: 29px  ! important;
	display: block;
	height: 100%;
	width: 100%;
}

a:hover.TreeViewNodeRoot {
	color: #EC008C ! important;
	background: #EEEEEE url(Images/rounding_left_top.gif) no-repeat left ! important;
}

td.TreeViewNodeRoot {
	width: 170px;
	height: 29px  ! important;
	background: #EC008C url(Images/rounding_left_top.gif) no-repeat left;
}

td.TreeViewNodeRoot a.TreeViewNodeSelected {
	background: Black url(Images/rounding_left_top.gif) no-repeat left;
}

td.TreeViewNodeRoot a:hover.TreeViewNodeSelected {

}

.ProductDetailsName {
	font-size: 18px;
	letter-spacing: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #EC008C;
}

.ProductDetailsLeftRightBorder {
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 2px;
}

.ProductDetailsPagerLocation {
	font-weight: bold;
	color: #EC008C;
	font-size: 11px;
}

.AddToShoppingCart {

}

a.ProductDetailsBacktoOverviewLink {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: Black;
	line-height: 29px;
	background: #EEEEEE url(Images/rounding_left_top.gif) no-repeat left;
	height: 100%;
	width: 100%;
	text-align: center;
}

a:hover.ProductDetailsBacktoOverviewLink{
	color: White;
	background: #EC008C url(Images/rounding_left_top.gif) no-repeat left;;
}

.ProductDetailsPrevLink {
	color: Black;
	font-weight: bold;
	font-size: 11px;
	line-height: 29px;
	display: block;
	height: 100%;
	width: 100%;
}

.ProductDetailsNextLink {
	color: Black;
	font-weight: bold;
	font-size: 11px;
	line-height: 29px;
	display: block;
	height: 100%;
	width: 100%;
}

a:hover.ProductDetailsPrevLink {
	color: White;
	background: #EC008C url(Images/rounding_left_bottom.gif) no-repeat left;
}

a:hover.ProductDetailsNextLink {
	color: White;
	background: #EC008C url(Images/rounding_right_bottom.gif) no-repeat right;
}

.ShoppingCartMessage {
	border: 2px solid #EC008C;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
	color: #EC008C;
}

a.ShoppingCartLink {
	font-weight: bold;
	color: #EC008C;
}

a:hover.ShoppingCartLink {
	color: Black;
}


a.ShoppingCartCount, a:active.ShoppingCartCount, a:focus.ShoppingCartCount, a:link.ShoppingCartCount, a:visited.ShoppingCartCount {
	color: White;
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 26px;
	text-indent: 37px;
}
a:hover.ShoppingCartCount {
	color: Black;
}

.ProductDetailsOriginalPrice {
	font-size: 16px;
	padding-left: 5px;
	font-weight: bold;
	color: Black;
	text-decoration: line-through;
}

.ProductDetailsPrice {
	font-size: 18px;
	letter-spacing: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: #EC008C;
	
}

.ShoppingCartFooter {
	border-top: 1px solid Gray;
	font-weight: bold;
	line-height: 30px;
	color: #4C4C4C;
	text-align: left;

}

.ShoppingCartHeader{
	border-bottom: 1px solid Gray;
	line-height: 30px;
	color: #4C4C4C;
	text-align: left;

}

.ShoppingCartItem {
	height: 60px;
	color: #4C4C4C;
	text-align: left;
}

.ProductDetailsProductLinkCell {
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.ProductDetailsProductLinkCell a {
	font-weight: bold;
	font-size: 15px;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 80px;
	color: #EC008C;
}

.ProductDetailsProductLinkRow {
	background-color: White;
}

.ProductDetailsProductLinkRowHover {
	background-color: #EC008C;
}


.ProductDetailsProductLinkRow a {
	color: #EC008C;
}

.ProductDetailsProductLinkRowHover a {
	color: White ! important;
}

.ProductDetailsImageGalleryTable {
	table-layout: fixed;
	background-color: #EEEEEE;
}

.ProductDetailsImageGalleryTableHover {
	table-layout: fixed;
	background-color: #EC008C;
}

.ProductDetailsImageGalleryTable a.ProductDetailsImageGalleryLink{
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: Black;
	line-height: 29px;
	background: #EEEEEE url(Images/rounding_left_bottom.gif) no-repeat left;
	height: 100%;
	width: 100%;
	text-align: center;
}

.ProductDetailsImageGalleryTableHover a.ProductDetailsImageGalleryLink{
	color: White;
	background: #EC008C url(Images/rounding_left_bottom.gif) no-repeat left;
	font-weight: bold;
	font-size: 10px;
	line-height: 29px;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}

.CategoryPanel {
	width: 274px;
	display: block;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	height: 100%;
	background: #EEEEEE url(Images/rounding_left_bottom.gif) no-repeat bottom left;
}

.CategoryPanel table{
	height: 274px;

}

.CategoryPanelHover {

}

.CategoryPanel td.Name a {
	background: #EEEEEE url(Images/rounding_left_top.gif) no-repeat top left;
	white-space: nowrap;
	font-weight: bold;
	color: #EC008C;
	display: block;
	font-size: 14px;
	line-height: 29px;
	height: 100%;
	width: 100%;
	text-indent: 10px;
}

.CategoryPanelHover td.Name a {
	color: White;
	background: #EC008C url(Images/rounding_left_top.gif) no-repeat top left;
}

.CategoryPanel td.Image {
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 2px;
}

.CategoryPanel td.Links {
	padding-bottom: 15px;
	padding-top: 5px;
}

.CategoryPanel td.Links a {
	white-space: nowrap;
	font-weight: bold;
	color: #EC008C;
	display: block;
	text-indent: 10px;
	font-size: 12px;
	line-height: 29px;
	height: 100%;
	width: 100%;
	float: left;
}

.CategoryPanel td.Links a:hover {
	color: White;
	background-color: #EC008C;
}

.footer, .footer a {
	font-size: 11px;
	color: Gray;
}

.footer a:hover {
	color: #EC008C;
}

a.FrontpagePanel {
	width: 90px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: #EC008C;
	font-size: 14px;
	font-weight: bold;
	margin-left: 28px;
	margin-right: 28px;
	line-height: 25px;
}

a:hover.FrontpagePanel {
	color: White;
	background-color: #EC008C;
}

a.FrontpagePanel img {
}

.FrontpagePanelHeader {
	font-size: 12px;
	text-align: center;
	color: White;
	font-weight: bold;
	line-height: 29px ;
	display: block;
	height: 100%;
}

.FrontpagePanelProductList {
	display: block;
	height: 100%;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}

