﻿/* Bambou Theme - Crizalys Factory */

/********** Start Global Attributes ************/
:link, :visited {text-decoration: none;}

h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em;}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}

a img, :link img, :visited img {border: none }

a:visited, a:link
{
    color: #5a733b;
    text-decoration: none;
}

.ReapLink a, .ReapLink a:hover
{
    color:White;
    text-decoration: underline;    
}

.CartRecap
{
    font-size: 10pt;   
}

a:hover
{
    color: #5a733b;
    text-decoration: underline;
}

a.Button {
    background: transparent url('images/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 10pt;
    height: 26px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
}

a.Button span {
    background: transparent url('images/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 19px;
    padding: 2px 0 5px 9px;
}

a.Button img 
{
     border: 0px;
     padding-right: 3px;
}

a.Button:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration: none;
}

a.Button:hover span {
    background-position: bottom left;
    display: inline-block;
    line-height: 24px;
    cursor:pointer;
    padding: 2px 0 0px 9px;
} 

address {font-style: normal;}

/********** End Global Attributes *************/

body 
{
    background : #eae3cf url(images/common/bg.gif);
    /* background : #ffffff url(images/common/platinum-back.jpg) repeat-y top center; */
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color : #2f373d;
}

h2 
{
    color: #870505;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    font: bold 15px Geneva, Arial, Helvetica, sans-serif;
    background: url(images/common/dot.gif) repeat-x bottom;
}

h2 a 
{
    color: #870505 !important;
}

.DeptTitle 
{
    color: #870505;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    font: bold 13px Geneva, Arial, Helvetica, sans-serif;
    background: url(images/common/dot.gif) repeat-x bottom;
}

.DeptSubtitle 
{
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}
.DeptCities
{
    color: #000000;
    font-weight: normal;
    font-size: 9px;
    text-align:justify;
}

.flowLayoutList
{
display: block;
text-align:center;
padding-left:20px;
}
.flowLayoutList INPUT,
.flowLayoutList LABEL
{
vertical-align: inherit;
}
.flowLayoutList INPUT[type=”radio”]
{
    clear: both;
    padding: 0;
    vertical-align: inherit;         
}

.flowLayoutList LABEL
{
    clear: both;
    margin-right: 4px;   
    white-space: nowrap;
}
.flowLayoutList img
{
    display:block;
    margin-left:20px;
    white-space: nowrap;
}

.FeaturedSectionCss 
{
    color: #870505;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    font: bold 15px Geneva, Arial, Helvetica, sans-serif;
    background: url(images/common/dot.gif) repeat-x bottom;
    font-size:11px;
}

.HeadTitle 
{
    background:none;   
    padding:0px;
    font-size: 11px;
    color:Black;
    padding-top:1px;
}

.HeadTitle a
{
    color:Black;
}

h3
{
    text-decoration:none;
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #84210d;
    background: url(images/common/heading-bg.gif) no-repeat left bottom;
    margin-bottom: 5px;
    padding-bottom: 7px;
    letter-spacing: 0px;
}

h4 
{
    text-decoration:none;
    font: bold 11px Geneva, Arial, Helvetica, sans-serif;
    color: #84210d;
    margin-top:0px; 
    margin-bottom: 5px;
    padding-bottom: 5px;
    letter-spacing: 0px;
    background: url(images/common/dot.gif) repeat-x bottom;
}

.FooterLinks 
{
 list-style-type: none;
 font-size:8pt;
 margin-bottom:15px;
}

.FooterLinks li
{
 float:left;
 margin-right:10px;
 font-size: 7pt;
}

.FooterLinks li a
{
 font-size: 7pt;
 font-weight:normal;
 color:Gray;
}

.clear 
{
    clear:both; 
    height:1px; 
    overflow:hidden;
}

.SectionList td
{
    vertical-align: top;    
    line-height: 15px;
}

.SectionList td a
{
    font-weight:normal;
    color: Gray;
}

.SectionList td ul
{
    list-style-type: none;
}

.SectionList .FooterLink 
{
    font-weight:bold;
    color: #666666;   
}

#AdBlock ul {
    width:709px;
    height:197px;
    list-style-type: none;
}

.AdDiv 
{
    background : transparent url(images/common/emptyblock.png) no-repeat top center;
    width:709px;
    height:197px;
    
}

ol#controls{
	margin:0.5em 0;
	padding:0;
	height:20px;
	position: absolute;
	margin-top:-30px;
	margin-left:30px;
	}
ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
	}
ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	background:#f0f0e4;
	color:#555;
	padding:0 5px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#cdc5ac;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

#AdsList li
{
height:197px;
}

.BrandList 
{
    margin-top:15px;   
}
.BrandList td
{
    vertical-align: top;    
    line-height: 15px;
}
.BrandList td a
{
    font-weight:normal;
    color: Gray;
}

.elyNavigation 
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 200px;
    font-size:1.2em;
}

.elyNavigation a, .elyNavigation span 
{
    display: block;
    padding: 4px 2px;
    text-decoration: none;
}

.elyNavigation .toggleSubMenu a, .elyNavigation .toggleSubMenu span 
{
    background-image: url(menu-item-deroule.png);
}

.elyNavigation .open a, .navigation .open span 
{
    background-image: url(menu-item-enroule.png);
}

.elyNavigation a:hover, .elyNavigation a:focus, .elyNavigation a:active 
{
    text-decoration: underline;
}

.elyNavigation .subMenu 
{
    font-size: .8em;
    font-size: .9em;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #666;
    margin-bottom: 3px;
    padding-bottom: 5px;
    list-style-type: none;
}

.elyNavigation ul.subMenu a 
{
    background: none;
    padding: 0px 10px;
}

.elyNavigation li.openLoad a
{
    color: red;
}

/********** Start Div Attributes ************/
#PageWrapper 
{
    background : url(images/common/top-bar-bg.gif) repeat-x 20px 20px;
    margin : 0 auto;
    padding-top : 0px;
    font-size: 0.75em;
}

#Page 
{
    width : 984px;
    margin : 0 auto;
}

#Page-CommonNavigationLinks 
{
    font-weight: bold;
    color : #000000;
    padding-top:3px;
    padding-left: 50px;
    width: 100%;
    height:25px;
}

#Page-Header 
{
    background : url(images/common/logo.jpg) no-repeat 30px 6px;
	width:100%;
}

#Page-Cart 
{
    float:left;
    width: 240px;
    height: 30px;
    margin: 10px 0px 12px 190px;
    padding: 7px 0px 0px 0px;
}

#Page-Cart a
{
	font-weight: bold;
}

#Page-Cart a:visited, a:link
{
	font-weight: bold;
}

#Page-Ads
{
    width: 468px;
    height: 60px;
    margin: 0px 0px 12px 490px;
    padding: 6px 0px 0px 0px;
    text-align: center;
}

#Page-NavigationBar 
{
	padding-top: 7px;
	margin-left: 50px;
	clear:both;
}

#Page-Main 
{
    width : 942px;
    margin : 0 auto;
    
}

#Page-MainContent 
{
    width : 711px;
    float:left;
    display:inline;
}

#Page-SideBar 
{
    width:231px;
    float:right;
    display:inline;
}

#Page-Footer
{
    clear:both;
    background : #FFFFFF url(images/common/footer-rep.gif) repeat-x left top;
    margin : 0 auto;
    padding:10px 0;
    padding-right:0px;
}

#Page-Footer-Content 
{
    width: 905px;
    margin : 0px auto;
    line-height: 1.8em;
    font-size:9pt;
}

.Page-Footer-Links 
{
    text-align:center;
}

.BrandLink 
{
	font-size:7pt;
	display:inline;
	background: none;
}
/********** End Div Attributes ************/

/********** Start Bread Crumb ****************/
#Page-BreadCrumb
{
	padding: 0px 0px 0px 50px;
	height: 20px;
	padding-top: 6px;
	color: #666666;
	margin-bottom:0px;
}

#Page-BreadCrumb a
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#Page-BreadCrumb a:hover
{
	color: #666666;
	text-decoration: underline;
}
/********** End Bread Crumb ****************/

/********** Start Search Attributes ************/
.SearchTextBox 
{
    height:13px;
    font-size: 8pt;
    margin:0px;
    padding:0px;
}

.SearchButton 
{
    height:18px;
    font-size: 7pt;
    width:25px;
}
/********** End Search Attributes ************/

/********** Start Sidebar **************/
.SideBox
{
    background: url(images/common/sbar-rep.gif) repeat-y center top;
}

.SideBox-Content
{
    margin : 0 5px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom: 10px;
    background: url(images/common/sbar-bg.gif) repeat-x left 0px;
}

.SideBox-Content a:visited, .SideBox-Content a:link
{
    font-weight: bold;
    color: black;
}

.SideBox-Join
{
    margin:0;
    clear:both;
}

.SideBox-Content h3
{
	padding-top:5px;
}
/********** End Sidebar **************/


/*********** Start Half Box ****************/

.BoxHalf-Area 
{
    width : 364px;
    float:left;
}

.BoxHalf-Top 
{
    margin-left:24px;
}

.BoxHalf 
{
    background : url(images/common/box-half-bg.gif) repeat-y 24px;
}

.BoxHalf-Content 
{
    height:180px;
    margin : 0 4px 0 28px;
    padding : 5px;
    background : url(images/common/box-cont-bg.gif) repeat-x left 1px;}

.BoxHalf-Bottom 
{
    margin-left:24px;
} 

.BoxHalf2-Area 
{
    width: 346px;
    margin:0;
    float:right;
}

.BoxHalf2-Top 
{
    margin:0;
}

.BoxHalf2 
{
    background : url(images/common/box-half2-bg.gif) repeat-y;
}

.BoxHalf2-Content 
{
    height:180px;
    margin : 0 4px;
    padding: 5px;
    background: url(images/common/box-cont-bg.gif) repeat-x right 1px;
}

.BoxHalf2-Bottom 
{
    margin:0;
    clear:both;
} 

/*********** End Half Box ****************/

/*********** Start Full Box ****************/
.BoxFull-Area 
{
    width : 711px;
    clear : both;
    margin : 0;
 }
 
.BoxFull-Top 
{
    margin-left:24px;
}

.Box-Header 
{
    width: 26px;
    clear: left;
    float: left;
    display: inline;
 }
 
.BoxFull 
{
    background : url(images/common/box-full-bg.gif) repeat-y 24px;
}

.BoxFull-Content 
{
    margin : 0 4px 0 27px;
    padding : 0px;
    padding-right:10px;
    padding-bottom: 10px;
    background : url(images/common/box-cont-bg.gif) repeat-x left 1px;
}

.BoxFull-Content-Text 
{
	padding-left: 10px;
	padding-bottom:0px;
	padding-top:5px;	
}

.BoxFull-Bottom 
{
    margin-left:24px;
    clear : both;
} 
/*********** End Full Box ****************/

.GraphBrandMenu
{
	width:970px;
	height:436px;
	clear:both;
	position:absolute;
	background: url(images/brandmenu/menu_background.jpg) no-repeat;
	border-left: 1px solid gray solid;
	border-right: 1px solid gray solid;
	border-bottom: 1px solid gray solid;
}

.GraphSectionMenu
{
	width:810px;
	height:350px;
	clear:both;
	position:absolute;
	background: url(images/brandmenu/menu_background.jpg) no-repeat;
	border-left: 1px solid gray solid;
	border-right: 1px solid gray solid;
	border-bottom: 1px solid gray solid;
}

.FeaturedSection
{
	padding:3px; 
	background-color:#F4F4F4; 
	border-top: 1px dotted #999;
}

.FeaturedSection a, .FeaturedSection a:visited
{
	font-weight: bold;
}

.FeaturedSectionLast
{
	padding:3px; 
	background-color:#F4F4F4; 
	border-top: 1px solid #999; 
	text-align:right;
}

.FeaturedSectionLast a
{
	color: black;
	font-size: 0.875em;
	font-weight: bold;
}

.FeaturedSectionList 
{
	margin-top: 10px;
	margin-left:10px;
	margin-right: 10px;
}

/*************** Products ****************/
.ToggleDetails 
{
    text-align: right;
    float:right;
    position:relative; 
}

.ProductBlockLeft 
{
	float: left;
	width: 340px;
	height: 197px;
	background : url(images/common/productblock.jpg) no-repeat 24px;
	padding-left:24px;
	margin:0;
	margin-bottom:5px;
}

.ProductBlockRight 
{
	float: right;
	width: 340px;
	height: 197px;
	background : url(images/common/productblock.jpg) no-repeat;
	margin:0;
	margin-bottom:5px;
}

.ProductBlockRight h2, .ProductBlockLeft h2
{
	margin-top: 10px;
	margin-left:10px;
	margin-right: 10px;
}

.ProductHomeLink 
{
	font-size: 100%;
    color: black;
    margin: 0 0 0px 0;
    padding-bottom: 0px;
    background: none;
}

.ProductList-Picture
{
    width:85px; 
    margin: 0px 0px 0px 0px;
    float:left;
    display:inline;
}

.ProductList-Content
{
    width:245px;
    float:left;
    text-align:left;
    display:inline;
    margin-top:10px;
}

.ProductList-Content h4 a
{
    color:#000000;
    font-weight: bold;
    font-size:11pt;
}

.ProductList-Description
{
    font-size: 9pt;
    padding-top:5px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    height:80px;
}

.PDescription P 
{
    padding-bottom:15px;    
}

.ProductList-Price
{
    font-size: 10pt;
    padding-bottom: 6px;
    padding-left:3px;
}

.ProductList-Buttons
{
    width: 245px;
    padding-top:0px;
    
}

.list
{
    color:#000000; 
    padding-left:10px;
    margin-left:10px;
    line-height: 17px;
    font-size: 10pt;
    background: url(images/common/cat-bullet.gif) no-repeat left 6px;
}

/********** Shopping cart ************/
.CartTable 
{
    border: 1px dotted #ffffff;
    width: 100%;
}

.CartHeader 
{
    border-bottom: 1px dotted #ffffff;
    color: #000000;
    background-color:#f1f1e6;
    
}

.CartHeaderTitle 
{
    padding-left:5px;
    padding-right:5px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-left: 1px dotted #ffffff;
    white-space:nowrap;
}

.CartItem 
{
    padding-left:5px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #eeeeee;    
}

.CartItemAlternate 
{
    padding-left:5px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #f9f9f9;    
}

.CartItemTitle 
{
    padding-left:5px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-left: 1px dotted #ffffff; 
    border-bottom: 1px dotted #ffffff; 
}

.CartItemTitle a 
{
    font-weight:bold;
    color:#000000;
}


/* Tag Styles */

.CommonTagCloud
{
	/*background-color: #f7f7f7;*/
	padding: 8px;
	/*padding-top: 16px;*/
	/*padding-bottom: 16px;*/
	margin: 0px;
	/*margin-bottom: 16px;*/
	/*margin-top: 16px;*/
	color: #999999;
	line-height: 250%;
	list-style-type: none;
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #253551;
	font-size: 225%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #304569;
	font-size: 175%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #3a5480;
	font-size: 150%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #456398;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #4f72af;
	font-size: 100%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #6785ba;
	font-size: 7pt;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	background-color: #f4f4f4;
	text-decoration: underline;
}


.CommonHomeTag1, .CommonHomeTag2, .CommonHomeTag3, .CommonHomeTag3, .CommonHomeTag4, .CommonHomeTag5, .CommonHomeTag6
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.CommonHomeTag1 a:link, .CommonHomeTag1 a:visited, .CommonHomeTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #253551;
	font-size: 160%;
	font-weight: 900;
}

.CommonHomeTag2 a:link, .CommonHomeTag2 a:visited, .CommonHomeTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #304569;
	font-size: 138%;
	font-weight: 800;
}

.CommonHomeTag3 a:link, .CommonHomeTag3 a:visited, .CommonHomeTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #3a5480;
	font-size: 135%;
	font-weight: 600;
}

.CommonHomeTag4 a:link, .CommonHomeTag4 a:visited, .CommonHomeTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #456398;
	font-size: 120%;
	font-weight: 500;
}

.CommonHomeTag5 a:link, .CommonHomeTag5 a:visited, .CommonHomeTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #4f72af;
	font-size: 100%;
	font-weight: 300;
}

.CommonHomeTag6 a:link, .CommonHomeTag6 a:visited, .CommonHomeTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #6785ba;
	font-size: 7pt;
	font-weight: 200;
}

.CommonHomeTag1 a:hover, .CommonHomeTag2 a:hover, .CommonHomeTag3 a:hover, .CommonHomeTag4 a:hover, .CommonHomeTag5 a:hover, .CommonHomeTag6 a:hover
{
	background-color: #f4f4f4;
	text-decoration: underline;
}

/* Shipping */
.img_shippingtext{ 
    background-repeat:no-repeat;  background-position: top center; text-align : center;  width:100%; height:50px;
}

.img_shipping
{
    width:150px;
    text-align:center;
}
/* End Tag Styles */
