/* BASE STYLES
----------------------------------------------- */

body.center {
	text-align: center;
}
H1, .h1 {
	color:#CC3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 1px;
        margin-bottom: 5px;
}


H2, .h2 {
        color:#CC3300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}
H3, .h3 {
        color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
H3 + p {
margin-top: 0px;
}
li {
        color:#333333;
}
.floatright {
	float: right;
	padding: 10px;
}
#customFooter a {
	color: #333333;
	font-weight: normal;
}
#customFooter p{
	color: #333333;
	font-size: 10px;
}
TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666
}

.red_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000
}
.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}
/* NAV STYLES FOR CONTEMPORARY AND BUILD YOUR OWN
----------------------------------------------- */
span.navBarLeft{float:left;margin-top:0px}
span.navBarLeft IMG{*left:8px;}
.navBarRight div{float:right;margin-top:1px}
.btn_advanced_search {margin-left:2px;margin-top:0px}
.navBarRight {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:40px;
	color:white;
	text-align:right;
}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.go-btn-width {
	width:40px;
	margin-top:2px;
	}
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}
.wish-list-icon {
	position:relative;
	left:110%;
	*left:106%;
	*top:2px;
}
.btn_wish_list {
  	padding:2px 2px 2px 20px;
  	width:115px;
  	height:26px;
  	font-size:10px;
}
.btn_add_to_cart_lrg {
	width:115px;
}
.btn_ordering_info {
	font-size:11px;
	width:150px
}
.btn_go {
	height:23px;
	padding:0px !important;
}

/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	border:1px solid #CCCCCC; 
	width:260px; 
	white-space:nowrap;
	padding:5px
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:#3D89BD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:#3D89BD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold
}
.totalsavings {	
	font-weight:bold;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
	width:185px;
	color:#3D89BD
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:#3D89BD;
	text-align:right
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:#333333;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#3D89BD;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:#3D89BD
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:#3D89BD
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:#3D89BD
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:#3D89BD
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid #3D89BD;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:#3D89BD;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:#3D89BD;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px
	}	

/* e-gift cards */	
.egift_dashed_outline {
	border:3px dashed #b8dffb;
	height:99%;
	padding:3px;
	margin:5px
	}
.egift_background {
	padding:3px;
	}	
/* wish list */	
.create-wishlist {
	background:url(/images/RedesignCopy/wishlist-banner.gif) no-repeat left top;
	width:285px;
	height:300px;
	text-align:center;
	}
.create-wishlist-content {
	padding-top:190px;
	width:280px;
	text-align:center;
	color:#999999;
	font-size:11px;
	}
.create-wishlist-text {
	padding:5px;
	width:260px;
	margin:0px 2px 0px 2px;
	text-align:center;
	font-size:13px;
}	
.find-wishlist {
	background:url(/images/RedesignCopy/find-wishlist-banner.gif) no-repeat left top;
	width:280px;
	height:300px;
	text-align:center;
	}
.find-wishlist-content {
	padding-top:200px;
	margin:0px 0px 0px 30px;
	*margin:0px 0px 0px 25px;
	width:235px;
	}
.wishlist-label {
	font-size:11px;
	font-weight:bold;
	background-color:#def4fb;
	}
.wishies {
	padding-top:10px;
	padding-left:50px;
	background:url(/images/RedesignCopy/wishies.gif) no-repeat left top;
	height:60px;
}
.wishies-find {
	padding-top:25px;
	background:url(/images/RedesignCopy/wishies-find.gif) no-repeat left top;
	height:60px;	
	width:240px;
}	
.wishlist-heading {
	background-color:#ffffff;
	border-bottom:3px solid #def4fb;
	height:60px;
	}	
.wishlist-title {
	margin-top:10px;
	font-size:22px;
	color:#666666
	}			
.wishlist-table-border {
	border-top:2px solid #def4fb;
	}	
.wishlist_border_r {border-right:1px solid #e5e5e5;}
.wishlist_border_l {border-left:1px solid #e5e5e5;}
.wishlist_border_t {border-top:1px solid #e5e5e5;}
.wishlist_border_b {border-bottom:1px solid #e5e5e5;}
.wishlist_border {border:1px solid #e5e5e5;}	
.e-gift-card-banner
	{
		background:url(/images/RedesignCopy/e-gift-card-banner.gif) no-repeat left top;
		width:526px;
		height:460px;
		margin-top:10px;
		clear:both;
	}
.e-gift-card-text
	{
		font-size:13px;
	}
.giftcard-entry {
		border: 1px solid #dedede; 
		padding:5px 5px 5px 8px;
		text-align:left;
		margin-top:15px;
		margin-bottom:5px;
		background-color: #f5f5f5;
		width:310px;
		font-size:11px;
	}	
.giftcard-balance {
		border: 4px solid #efefef; 
		padding:5px 5px 5px 8px;
		width:210px;
		font-size:11px;
		margin:10px 0px 10px 15px	
	}	
.giftcard-balance-amt {
		border: 3px solid #efefef; 
		padding:5px;
		width:180px;
		margin-top:8px
	}
p {margin-bottom: 15px !important;
color: #333333; 
}
#brands {
	width: 925px;
	height: 50px;
	background-color: #dbdbdb;
	margin-top: 15px;
	margin-bottom: 15px;
}
#brands img {
	vertical-align: middle;
}
#brands a {
		text-align:center;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
}
#footerlinks {
	height: 120px;
	background-image: url(http://www.clog-heaven.com/images/2010Redesign/cc-info.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 925px;
		}
#footerlinks div.left {
	width: 150px;
	float: left;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 12px;
	height: 85px;
		}
#footerlinks div.left a {
margin:0px !important;
}
#footerlinks div.left p, #footerlinks div.right p{
	text-align: left;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px !important;
	padding-left: 5px;
	font-size: 14px;
		}
		#footerlinks div.left img{
	border: none;
	margin-right: 6px;
		}
		#footerlinks div.right {
			float: left;
			text-align: left;
		}
		ul.footertextlinks {
	float:left;
margin-top:0;
padding-left:8px;
width:140px;
		}
		ul.footertextlinks li  {
	text-transform:uppercase;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: none;
		}
					
		ul.footertextlinks a {
font-size: 11px !important;
margin: 0px !important;
}
#center {
	margin-left: auto;
	margin-right: auto;
        width: 925px;
z-index: 20px;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/


/*===================*/
/*=== Main Styles ===*/
/*===================*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:465px;
    height:282px;
    margin:0;
	z-index: 0;
}

#slider {
	position:relative;
    width:465px;
    height:282px;
	background:url(http://www.clog-heaven.com/slideshow/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(http://www.clog-heaven.com/slideshow/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.clog-heaven.com/slideshow/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*
Author: Craig Erskine
Description: Dynamic Menu System - Horizontal/Vertical
*/

ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 28px;
}

ul#navmenu-h ul {
 width: 160px; /* Sub Menu Width */
 margin: 0;
 list-style: none;
 display: none;
 position: absolute;
 top: 100%;
 left: -40px;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 75%; }

ul#navmenu-h li { float: left; display: inline; position: relative; margin-right: 5px; }
ul#navmenu-h ul li { width: 100%; display: block; }

/* Root Menu */
ul#navmenu-h a {
	float: left;
	display: block;
	color: #666;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
	height: 15px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	color: #666;
	background-color: #DDD;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 float: none;
 background: #BBB;
 color: #333;
}
/

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
 background: #999;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
 background: #999;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
 background: #666;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
 background: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
 background: #333;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }
span.morecats {
	display: none;
	color: white;
}
#wrapper {
	margin-top: 20px;
	height: 310px;
	width: 680px
	
}
#promowrapper{
	width: 205px;
	float: right;
}
.group-title {
	border: none !important;
	font-size: 18px!important;
	color: #cc3300!important;
	margin: 0px!important;
}
p.search {
	font-size: 14px;
	Color: #333;
	font-weight:bold;
}
table.right {
	margin-top: 25px;
}
div.nivoSlider#slider a img {
	border: none;
}
div.navBarRight label {
	color: #333;
}
div.rightColumn {
	margin-bottom: 20px;
	float:right;
}
#searchbycolor img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#searchbycolor {
	width: 210px;
	clear: both;
}
#searchbycolor a img{
	border: none !important;
}
#specificsearch {
	clear: both;
	padding-top: 15px;
}
#specificsearch p.search {
	margin-bottom: 0px !important;
}
input.btn_advanced_search {
	font-size: 12px;
}
fieldset.QuickFind {
	padding: 10px;
	border: 1px solid #DEDDDD;
}
a img{
	border: none !important;
}

span.homepageproduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-transform:uppercase;
	line-height: 11px;
	}

#signup img {
		vertical-align: bottom;
	}
td.topleft {
border:1px solid #cccccc;padding:5px; text-align: center;
}
td.top {
	padding:5px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
td.bottomleft {
	padding:5px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
td.bottom {
	padding:5px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}
div.results p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
div.results p a {
	font-weight: normal;
	font-size: 12px;
	
}

/* CSS for All the Menus START */
ul.ws_css_cb_menu {
	width:925px;
	display:block;
	float: left;
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
ul.ws_css_cb_menu li {
	display:block;
	float:left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
ul.ws_css_cb_menum li {
	display:block;
	float:left;
	text-align: left;
	margin: 0px;
}
ul.ws_css_cb_menum li a {
	margin: 0px;
}
ul.ws_css_cb_menu a:hover ul, ul.ws_css_cb_menu a:hover a:hover ul, ul.ws_css_cb_menu a:hover a:hover a:hover ul {
	display:block;
}
ul.ws_css_cb_menu a {
	display:block;
	vertical-align:middle;
	border-width:0px;
	border-style:solid;
	padding:2px;
	_padding-left:0;
	color: #333;
	text-decoration:none;
	text-align:left;
}
ul.ws_css_cb_menu span {
	overflow:hidden;

}
ul.ws_css_cb_menu li a:hover, ul.ws_css_cb_menu li a {
	padding:9px;
	color:#000
}
ul.ws_css_cb_menum li a:hover, ul.ws_css_cb_menum li a {
	padding:0px;
	font-weight: normal;
	color: #000
}
ul.ws_css_cb_menu ul {
	position: absolute;
	left:-1px;
	top:98%;
	background-color:#ffffff;
	border: 1px solid #999;
	padding: 5px;
}
ul.ws_css_cb_menu ul ul {
	position: absolute;
	left:98%;
	top:-2px;
}
ul.ws_css_cb_menu{
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
}
ul.ws_css_cb_menu ul {
	margin:0px;
	list-style:none;
	padding:10px;
}
ul.ws_css_cb_menu a:active, ul.ws_css_cb_menu a:focus {
	outline-style:none;
}
ul.ws_css_cb_menu ul li {
	float: left;
	width: 150px;
}
ul.ws_css_cb_menu ul a {
	white-space:nowrap;
	text-align:left;
}
ul.ws_css_cb_menu li:hover {
	position:relative;
}
ul.ws_css_cb_menu li:hover>a {
	background-color:#fff;
	color: #000;
	border-color:#665500;
	border-style:solid;
	text-decoration:none;
}
ul.ws_css_cb_menu li a:hover {
	position:relative;
	background-color:#fff;
	color: #000;
	text-decoration:none;
	border-color:#665500;
	border-style:solid;
}
ul.ws_css_cb_menum li a:hover {
	background-color: #FFF
}
ul.ws_css_cb_menu img {
	border: none;
	float:left;
	margin-right:4px;
	width:16px;
	height:16px;
}
ul.ws_css_cb_menu ul img {
	width:16px;
	height:16px;
}
ul.ws_css_cb_menu ul, ul.ws_css_cb_menu a:hover ul ul {
	display:none;
	z-index:99999;
}
ul.ws_css_cb_menu li:hover>ul {
	display:block
}
ul.ws_css_cb_menu span {
	display:block;

}
/* CSS for TABLE Tags for IE 6 and Lower START */
ul.ws_css_cb_menu li a table, ul.ws_css_cb_menu li a:hover table {
	border-collapse:collapse;
	margin:-4px 0px 0px -9px;
	border:0px;
	padding:0px;
}
ul.ws_css_cb_menu li a table tr td, ul.ws_css_cb_menu li a:hover table tr td {
	padding:0px;
	border:0px;
}
ul.ws_css_cb_menu li a table ul, ul.ws_css_cb_menu li a:hover table ul {
	border-collapse:collapse;
	padding:0px;
	margin:-4px 0px 0px -9px;
}
ul.ws_css_cb_menu table a:hover span, ul.ws_css_cb_menu table a:hover a:hover span, 
/* CSS for TABLE Tags for IE 6 and Lower END */
/* CSS for All the Menus END */

/* Video Menu Starts - Our Second Menu, by using the above class - this is just to change the colors and the height, width of the menu */
ul.videoCssMenu {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
ul.videoCssMenu .videoMenuTitleImage {
	margin: -2px 0px 0px -2px;
	width:79px;
	height:30px;
}
ul.videoCssMenu ul {
	left:0px;
	background-color: #FFF;
}
ul.videoCssMenu li a {
	color:#333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.videoCssMenu ul li a {
	color: #333;
}
ul.videoCssMenu ul li {
	width:135px;
	float: left;
	height: 27px;
	border: none;
	text-align: left;
	margin-right: 10px;
}
ul.videoCssMenu ul li.title {
	width:135px;
	float: left;
	height: 20px;
	border: none;
	text-align: left !important;
	color: #000;
	font-weight: bold;
}
ul.videoCssMenu li:hover>a, ul.videoCssMenu li a:hover {
	background-color:#000;
	border-color:#fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color:#FFF;
}
ul.videoCssMenu li ul li:hover>a, ul.videoCssMenu li ul li a:hover {
	background-color:#000;
	border-color:#fff;
	padding:5px;
	color:#FFF;
}
ul.videoCssMenu li ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
ul.videoCssMenu li ul li.noborder {
	border: none;
}

ul.videoCssMenu li ul li a {
	color:#333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#colorsearch, #gendersearch, #stylesearch, #pricesearch, #sizesearch, #oem {
	width: 190px;
	margin-bottom: 10px;
}
input.btn_advanced_search {
	margin-top: 10px;
}
