@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 20px 0;
	background-color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #545454;
}
a {outline:none; color:#333;}
#wrapper {
	width:940px;
	min-height:500px;
	margin: 0 auto;
	position:relative;
	border: solid 4px #9f9f9f;
	padding: 1px;
	background-color:#fff;
	
}
#main_image {
	max-height:385px;
	max-width: 250px !important;
	
}
#innerheight {
	height:100px;
}
#tbanner {
	height:71px;
	background-image: url(images/tbanner_bg.gif);
	background-repeat:repeat-x;
	margin-bottom: 1px;
}
img {
	border:none;
}
#navbar {
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	height: 28px;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height:28px;
}
#navbar ul li {
	display:block;
	width: 132px;
	height:28px;
	text-align:center;
	float:left;
}
#navbar ul li#lastlink {
	width: 130px;
	padding: 7px 0 6px 0;
	height:15px;
}
#navbar ul li a {
	display:block;
	height: 15px;
	padding: 7px 0 6px 0;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}
#navbar ul li a.over,
#navbar ul li a:hover {
	background-image:url(images/navbar_bg_over.gif);
}
#navbar ul li ul {
	display:none;
}
#navbar ul li.over ul,
#navbar ul li:hover ul {
	display: block;
	position:absolute;
	border: solid 1px #fff;
	border-top:none;
	height:52px;
}
#navbar ul li ul li {
	float:none;
	height: 25px;
	border-top: solid 1px #fff;
}
#navbar ul li ul li a {
	background-image:none;
	background-color:#6f6f6f;
	color: #fff;
	font-size:11px;
	text-align:left;
	padding: 5px;
	height: 15px;
	text-decoration:none;
}
#navbar ul li ul li a:hover {
	background-color:#4c4c4c;
	background-image: none;
}
#content {
	padding: 5px;
	margin: 0;
}
#homepage {
	padding: 0;
	margin: 0;
}
#homepage img {
	padding: 0 0 1px 1px;
	margin: 0;
	float:left;
}
.clear {
	clear:both;
	height:0px;
	margin-bottom:-1px;
}
#footer {
	width:940px;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
}

#footer h1 {
	text-align:center;
	font-size:13px;
	
}

#footer h4 {
	text-align:center;
	font-size:13px;
	
}

#footer a {
	color:#545454;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	margin: 0 7px;
}
#tbanner img {
	float: left;
}
#tbanner_right {
	width: 600px;
	float:right;
	text-align:right;
	padding:  2px 15px;
	height:67px;
	color: #fff;
	font-size:11px;
}
#tbanner_right a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	
}
#tbanner_right a:hover {
	text-decoration:underline;
}
#tbanner_right form {
	border:none;
	width: 300px;
	float:right;
}
#searchBox {
	background:url(images/searchbox_bg.gif);
	border: solid 1px #ffffff;
	height:16px;
	padding: 4px 3px 1px 3px;
	font-size:11px;
	width: 180px;
	margin-top:1px;
}
#Go {
	background:url(images/search_button.gif);
	background-repeat: no-repeat;
	width:61px;
	height:25px;
	border:none;
	vertical-align:top;
	
}
#LoginButton {
	background:url(images/login_button.jpg);
	font-size: 0;
	letter-spacing: 9999px;
	overflow:hidden;
	background-repeat: no-repeat;
	width:61px;
	height:25px;
	border:none;
	vertical-align:top;
	
}

#breadcrumb {
	margin-top: 5px;
	font-size:11px;

}

#breadcrumb a {
	font-size:11px;
	color: #929292;
}

#headmenu {
	display:none;

}

#headmenu a {
	display:none;

}

#cartform_simple {
	margin: 5px 0;
}

#photos {
	width: 405px;
	background-image:url(images/photobox_bg.gif);
	background-repeat: repeat-y;
	padding: 5px 5px 0 5px;
}
#photos img {
	margin-bottom: 10px;
}
#image1 img {
	width: 250px;
	margin: 5px;
}
#content-explorer {
	padding-top: 0px;
	width:440px;
	line-height:normal;
}
#content-explorer ul {
	padding: 0px 10px 6px 0px;
	list-style: none;
	width: 427px;
	margin-left: 0px;
	height: 22px;
	background-image:url(images/tabbox_top_right.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#content-explorer ul {
	height: 28px;
	background-image:url(images/tabbox_top_right.jpg);
	background-repeat:repeat-x;
	background-position: 0 26px;

}
}

.tab_sub {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 106px;
	background-image: url(images/tab_bg.jpg);
	background-repeat:no-repeat;
	height: 8px;
	padding: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #4a4a4a;
	font-size: 11px;
	cursor:pointer;
}
.tab_sub_over {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 106px;
	background-image: url(images/tab_bg_over.jpg);
	background-repeat:no-repeat;
	height: 8px;
	padding: 10px;
	font-weight: normal;
	font-size: 11px;
	cursor:pointer;
	color: #4a4a4a;
	text-decoration:underline;
}
.tab_sub_selected {
	float: left;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	padding-bottom: 0px;
	width: 106px;
	background-image: url(images/tab_bg_over.jpg);
	background-repeat:no-repeat;
	height: 8px;
	padding: 10px;
	margin-bottom: -3px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 11px;
	cursor:pointer;
	color: #4a4a4a;
	text-decoration:none;
}
div.yui-content {
	overflow:hidden;
	height:auto;
	padding: 10px 40px 10px 20px;
	margin-top: -18px;
	width: 438px;
	height: 150px;
	background-image: url(images/tabbox_bg.jpg);
	background-repeat:repeat-y;
	font-size:12px !important;
}



#faq {
	list-style:none !important;
}
.yui-content h2 {
	font-size:14px;
}
.yui-content table {
	width:360px;
	background-color: transparent;
}
div.yui-content ul {
	font-size:12px !important;
	color: #4c4c4c !important;
	padding: 0 !important;
	margin: 0 0 0 10px !important;
	height: auto !important;
	background-image:none !important;
	list-style:disc inside !important;
	width: 400px !important;
}
.yui-content p {
	font-size: 12px;
	color: #4c4c4c;
	line-height: 1.5em;
	margin-left: 0px;
}
.yui-content h5 {
	color: #223e68;
	font-size: 16px;
	margin: 0;
}

#manufacname {
	color: #333;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px !important;
}

#testing {border:solid 1px red;}
.featured img {
	width: 125px;
	border:solid 1px #999999; 
	padding: 2px;
}
.featured a {
	color: #696969;
	font-size: 11px;
}
.ProductTitleText {
	border-bottom: solid 1px #e8e8e8;
	display: block;
	padding: 2px 0;
}
.retailprice {
	font-size: 11px;
	color: #999;
	margin: 2px 0;
}
#price {
	font-size: 16px;
	color:#000;
	margin: 4px 0;
}
#measurementlink {
	width:130px;
}
#measurementlink a {
	color: #6c6c6c;
	font-size:11px;
	text-decoration:none;
}
.dropdownbox {
	padding: 10px 0;
}

.AddToCartButton {
	cursor: pointer;
	width: 167px;
	height: 28px;
	background: url(images/shoppingbag_button.gif) no-repeat;
	border: none;
	font-size: 0;
	letter-spacing: 9999px;
	overflow:hidden;
	text-align:top;
}
#btnRequestNewPassword {
	cursor: pointer;
	width: 167px;
	height: 35px;
	background: url(images/password_button.gif) no-repeat;
	border: none;
	font-size: 0;
	letter-spacing: 9999px;
	overflow:hidden;
	text-align:top;
}
#FormPanel table{
	width:500px !important;
	margin: 0 auto;
	border: solid 1px #CCCCCC;
}
#FormPanel table table {
	border:none;
}
.AddToWishButton {
	cursor: pointer;
	width: 130px;
	height: 35px;
	background: url(images/wishlist_button.jpg) no-repeat;
	border: none;
	font-size: 0;
	letter-spacing: 9999px;
	overflow:hidden;
}
#btnUpdateWishList2,
#btnUpdateWishList1 {
	cursor: pointer;
	width: 167px;
	height: 26px;
	background: url(images/updatewishlist_button.gif) no-repeat;
	border: none;
	font-size: 0;
	letter-spacing: 9999px;
	overflow:hidden;
}
#Quantity {
	background: #f9f9f9;
	border: solid 1px #666666;
	padding: 2px 5px;
	margin: 3px 5px 0 0;
	height:15px;
	width: 15px;
}
#cartform small {display:none;}
#livechat {
	width:130px;
	text-align:center;
}
#emailfriend img {
 	display: none;
}
#emailfriend a {
	display:block;
	width: 130px;
	height:25px;
	background-image:url(images/mailicon.gif);
	background-repeat:no-repeat;
	font-size:200px;
	color: #fff;
	letter-spacing: 9999px;
	overflow:hidden;
	_margin-top: -10px;

}
#alsolike {
	color:#fff; 
	background-color:#9c9c9c; 
	height: 15px; 
	font-size:14px; 
	width: 430px; 
	padding:4px; 
	margin-top: 10px;
}

.ContinueShoppingButton {
	background: url(images/continueshopping_button.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	border: none;
	font-size:0;
	line-height:5em;
	letter-spacing:9999px;
	cursor: pointer;
}
.CartDeleteButton {
	width: 75px;
	height: 25px;
	background:url(images/deletebutton.gif);
	background-repeat: no-repeat;
	border:none;
	font-size: 0px;
	letter-spacing: 9999px;
	outline: none;
	cursor:pointer;

}	

.MoveToCartButton {
	background: url(images/movetocart_button.gif);
	background-repeat: no-repeat;
	width: 167px;
	height: 26px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	font-size:0;
	line-height:5em;
	letter-spacing:9999px;
}
.CheckoutNowButton {
	background: url(images/checkoutnow_button.gif);
	background-repeat: no-repeat;
	width: 167px;
	height: 26px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor:pointer;
	font-size:0;
	line-height:5em;
	letter-spacing:9999px;

}
.ReviewPageContinueCheckoutButton {
	cursor: pointer;
	width: 167px;
	height: 35px;
	background: url(images/placeorder_button.gif) no-repeat;
	border: none;
	font-size: 0;
	letter-spacing: 9999px;
	overflow:hidden;
	text-align:top;
}

#tblWishListBox,
#pnlCoupon table table,
#pnlOrderNotes table table,
#pnlCartSummary table table {
	border-left:none !important;
	border-right:none !important;
	border-bottom:none !important
}
.bodycolumn {
	float: left;
	
}
#sidebar.bodycolumn {
	width:210px;

}
#sidebar h2 a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	color: #000;
	font-weight: normal;
	text-align:left;
	line-height:1em;
}

#sidebar h1 a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	color: #000;
	font-weight: bold;
	text-align:left;
	line-height:1em;
	margin: 10px 0 10px 0px;
	
}


#sidebar h6 {
	text-transform:uppercase;
	text-decoration:none;
	font-size:22px;
	color:#666666;
	font-weight: normal;
	text-align:left;
	margin: 0 10px;
}

h2 {
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	color: #000;
	font-weight: normal;
	text-align:left;
	margin: 10px 0 10px 10px;
}

#insidebar h2 {
	color:#000;
	font-size:12px;
	margin:0;
	font-weight:bold;
	padding: 0;
}


#insidebar h3 {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	display:block;
	padding: 5px 5px 5px 15px;
	background-color: #ebebeb;
	margin: 20px 0 0px -14px;
	width: 161px;
}
#insidebar {
	background-image:url(images/navbox_bg.gif);
	background-repeat:repeat-y;
	width: 230px;
	padding: 0px 0 0 0;
}
#insidebar ul {
	margin:0;
	padding: 0;
	list-style: none;
	width:170px;
}
#insidebar ul li a {
	display:none;
}
#insidebar ul li ul li {
	padding: 2px;
	margin: 0;
	display:list-item;
	height:15px;

}
#insidebar a {
	color:#333333;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
}
#insidebar li ul li a {
	display:list-item !important;
	color:#333333;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
}
#insidebar li ul li a:hover {
	text-decoration: underline;
}
#maincontent.bodycolumn {
	width: 720px;
}
#maincontent_long.bodycolumn {
	width: 930px;
}

.pagecontrol {
	margin-right: 10px;
}
#pagingoptions a:hover {
	text-decoration:underline;
}
#pagingoptions {
	text-align:right;
	font-size:11px;
	color: #333;
	font-weight:bold;
}
.ProductNavLink,
#pagingoptions a {
	color: #333333;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

.AccordionTitle, .AccordionContent, .AccordionContainer
{
	position: relative;
}

.AccordionTitle
{
	display:block;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	height: 15px;
	padding: 6px 5px 4px 30px;
	margin: 3px 0 0 1px;
	color: #4b4343;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	background-color:#ebebeb;
	cursor:pointer;
	width: 146px;
	text-transform:uppercase;
	font-weight: bold;
}
div:hover.AccordionTitle
{
	background-color:#666666 !important;
	color:#fff !important;
	cursor:pointer;

}

.AccordionContent
{
  height:0px;
  overflow:hidden;
  display:none;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 5px;
	color:#333;
 
}
.AccordionContent ul.shorter {
	width: 85px;
}
.AccordionContent ul {
	display:block;
	list-style:none;
	color: #fff;
	line-height:1.2em;
	padding: 0;
	float: left;
	width: 110px;
	margin:0;
}
.AccordionContent ul.men {
	width: auto;
	_width: 170px;
	margin-left: 10px;
}
.AccordionContent ul.men li,
.AccordionContent ul.women li  {
	float: left;
	color: #fff !important;
	background-color:transparent;
	border: none;
	font-size:11px;
	width: 25px !important;
	_width: 40px !important;
	height: 18px;
	padding: 0 10px;
	_padding: 0 0px;
}

.AccordionContent li a {
	color:#333; !important;
}
.AccordionContent li a:hover {
	text-decoration:underline !important;
}
.AccordionContainer
{
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
}

#categories {
	width: 160px;
	padding:10px;
	margin-bottom: 10px;
}
.pagecontrol img {
	vertical-align:middle;
}
#maincontent a {
	color:#333;
	text-decoration: none;
}
#ManufacturerName {
	font-weight:bold;
	font-size:14px;
	padding: 2px 0;
	margin: 0;
	color:#333333;
}
.productcell {
	padding: 0 20px;
}
#ProductName {
	border-bottom: solid 1px #ebebeb;
	margin: 0;
	padding: 2px 0;
	color:#333333;
	
}
.grid-price {
	font-weight:bold;
	color:#000;
	padding: 2px 0;
	margin:0;
}
.grid-retailprice {
	margin: 0;
	font-size:11px;
	color:#666666;
	padding: 2px 0;
}
.math {
	color:#FF0000;
	font-weight:bold;
	padding: 0 0 4px 0;
	margin:0;
}
#scroll_down,
#scroll_up {
	cursor:pointer;
}
a {outline:none;}
.contentpage {
	margin-left: 10px;
	float:left;
	width: 725px;
}

.contentpage a {
	color:#333333;
	font-weight:bold;
}
tr.tabletop {
	background-color:#000000;
	color:#fff;
	font-weight:bold;
}
tr.everyother {
	background-color:#dfdfdf;
}
table.contenttable {
	padding: 2px;
	width:350px;
	margin:0 auto;
}
.contenttable input {
	border: solid 1px #ccc;
	width: 215px;
	height:16px;
	padding:2px;
}
#submitbutton {
	width:100px;
	height: 26px;
	background-color:#898989;
	border:#898989;
	color:#fff;
	text-transform:uppercase;
	
}
.toc {
	width: 155px; 
	float:left;
	margin: 5px;
}
.toc h4 a {
	color:#333333;
}
.toc ul {
	margin: 0px;
}
.tocbox {
	background-color:#f7f7f7;
	padding:5px;
	margin-top:10px;
}
.tocbox h2 {
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	color: #fff;
	background-color:#666666;
	font-weight: normal;
	text-align:left;
	margin: 0;
	padding:5px;
}
.question {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	color: #000;
}
.faqtoc {
	width: 337px; 
	float:left;
	padding: 10px;
}
.faqtoc h4,
.faqtoc h4 a {
	color:#333333;
	margin:0 0 10px 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	padding:0;
}
.faqtoc span,
.faqtoc span a {
	color:#333333;
	margin:0 0 10px 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	padding:0;
	display:block;
}
.faqtoc ul {
	margin: 0px;
	padding: 0;
	list-style:none;
}
.faqtoc li a {
	color:#000000;
	line-height: 1.5em;
	font-weight:normal;
	text-decoration:none;
}
.faqtoc li a:hover {
	text-decoration:underline;
}
.contentpage h2 {
	background-image:url(images/infopages_header_bg.gif);
	color: #fff;
	height:36px;
	padding: 15px 10px 5px 10px;
	margin-left:0;
}
.contentpage h1 {
	background-image:url(images/infopages_header_bg.gif);
	color: #fff;
	height:36px;
	padding: 15px 10px 5px 10px;
	font-weight:normal
	
}
#contentpages_sidebar {
	background-image:url(images/infopages_navbg.gif);
	background-repeat:no-repeat;
	width: 158px;
	height: 124px;
	padding: 15px;
	float:left;
	margin: 8px 0px 0 0;
}
#contentpages_sidebar ul {
	margin:0;
	padding: 0;
	list-style: none;
	width:170px;
}
#contentpages_sidebar ul li{
	padding: 2px;
	margin: 0;
	display:list-item;
	height:15px;

}
#contentpages_sidebar ul li a {
	display:list-item !important;
	color:#333333;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
}
#contentpages_sidebar ul li a:hover {
	text-decoration: underline;
}
#store_img {
	float:right;
	margin-left:10px;
	
}



#topic_img {
	float:right;
	margin-left:10px;
	margin-left: 30px; 
	padding-bottom: 20px;
}

#chat.toc {
	background-image:url(images/livechat_bg.gif);
	background-repeat:no-repeat;
	padding: 100px 10px 5px 10px;
	width:138px;
	height: 81px;
	text-align: center;
	margin:10px;
	
}
#skype.toc {
	background-image:url(images/skype_bg.gif);
	background-repeat:no-repeat;
	padding: 100px 10px 5px 10px;
	width:138px;
	height: 81px;
	text-align: center;
	margin:10px;
}
#email.toc {
	background-image:url(images/email_bg.gif);
	background-repeat:no-repeat;
	padding: 100px 10px 5px 10px;
	width:138px;
	height: 81px;
	text-align: center;
	margin:10px;
}
#phone.toc {
	background-image:url(images/phone_bg.gif);
	background-repeat:no-repeat;
	padding: 100px 10px 5px 10px;
	width:138px;
	height: 81px;
	text-align: center;
	margin:10px;
}
.info_bottombox {
	float:left;
	width: 350px;
	margin-right: 10px;
}
.info_bottombox p {
	margin: 0 10px;
}
.contentpage h5 {
	font-size: 18px;
	color: #1f1f1f;
	padding: 5px 10px;
	text-transform:uppercase;
	background-color: #e5e5e5;
}
#contactform h2 {
	font-size: 18px;
	color: #1f1f1f;
	padding: 5px 10px;
	text-transform:uppercase;
	background: #e5e5e5;
	height:auto;
}
#newsletterform h2 {
	font-size: 18px;
	color: #1f1f1f;
	padding: 5px 10px;
	text-transform:uppercase;
	background: #e5e5e5;
	height:auto;
}
.cs_toc {
	width: 153px; 
	height:150px;
	float:left;
	margin: 5px 2.5px;
	background-color:#dcdcdc;
	padding:10px;
}
.cs_toc h4,
.cs_toc h4 a {
	color:#333333;
	margin:0 0 10px 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	padding:0;
}
.cs_toc span {
	color:#333333;
	margin:15px 0 10px 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	padding:5px 10px;
	background:#E5E5E5; display: block;
}
.cs_toc span a {
	color:#333333;
	margin:0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	padding:0;
}
.cs_toc ul {
	margin: 0px;
	padding:0;
	list-style:none;
}
.cs_toc li a {
	line-height:1.5em;
	font-weight:normal;
	text-decoration:none;
}
.cs_toc li a:hover {
	text-decoration: underline;
}
.contentpage h2.head {
	font-size: 18px;
	color: #1f1f1f;
	padding: 5px 10px;
	margin: 15px 0 0 0;
	text-transform:uppercase;
	background: #e5e5e5;
	height:auto;
	font-weight:bold;
}
.contentpage h3.head {
	font-size: 18px;
	color: #1f1f1f;
	padding: 5px 10px;
	margin: 15px 0 0 0;
	text-transform:uppercase;
	background-color: #e5e5e5;
	font-weight:bold;	
}
.contentpage h4 {
	font-size: 18px;
	color: #1f1f1f;
	padding: 5px 10px;
	margin: 15px 0 0 0;
	text-transform:uppercase;
	background-color: #e5e5e5;
}
.contentpage h6 {
	font-size: 18px;
	color: #1f1f1f;
	padding: 5px 10px;
	margin: 15px 0 0 0;
	text-transform:uppercase;
	background-color: #e5e5e5;
}

.contentpage h2.pp {
	color:#000;margin:0; padding:8px 0; height:auto; background:none; font-size:14px; font-weight:bold; text-transform:none;
}
.contentpage h3 {
	color:#000;
}
.contentpage h4.pp2 {
	color:#000;
	margin:0; padding:8px 0; height:auto; background:none;font-size:14px;font-weight:bold; text-transform:none;
}
.contentpage p {
	padding: 0 10px;
	
}

.contentpage p.topic {
	padding: 0 10px;
	text-align:Justify;
	margin-top: 0px;
}

a.backtotop {
	font-weight:normal;
	background-color:#898989;
	color:#fff;
	padding:5px;
	margin-bottom: 10px;
	display:block;
	width:70px;
	text-align:center;
}
hr.grayline {
	color:#d7d6d6;
	height: 1px;
	display:none;
}
.pagenumbers {
	font-size: 12px;
	font-weight: bold;
	color:#000;
	height:30px;

}
.pagenumbers a {
	font-size:12px;
	color:#333 !important;
	font-weight: normal !important;
}
.pagenumbers a:hover {
	text-decoration:underline;
}
.pagenumbers img {
	margin: 0 2px;
	vertical-align:middle;
}
#faq_help {
	font-size:12px;
}
#faq_help p {
	margin-top:0;
	padding-top:0;
}
#faq_help ul {
	list-style:none;
	margin: 0 !important;
	padding: 0;
}

#faq_help ul li {
	float:left;
	text-align:center;
	width: 80px;
	padding: 10px;
}
#faq_help h2 {
	font-size:12px;
	margin-bottom:0;
	padding-bottom:0;
}
#faq_help a {
	color: #333333;
	font-size:11px;
}

.sizechart {
	width: 400px !important;
	border:solid 1px #999999;
}
.sizechart td {
	padding: 5px;
	text-align:left;
	border-bottom:solid 1px #999;
	border-right: solid 1px #999;
}
.breakup {
	margin: 5px 0;
	border-bottom:solid 1px #ccc;
}
td.imagecolumn img {
	width: 120px;
	padding:5px;
}
.bold {
	font-weight:bold !important;
}


/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
}
/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	display:block;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	height: 15px;
	padding: 6px 5px 4px 30px;
	margin: 3px 0 0 1px;
	color: #4b4343;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	background-color:#ebebeb;
	cursor:pointer;
	width: 146px;
	text-transform:uppercase;
	font-weight: bold;
	background:url(images/plus.gif) #ebebeb; 
	background-position: 10px 5px; 
	background-repeat:no-repeat;
}

div:hover.AccordionPanelTab
{

}



/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
  height:0px;
  overflow:hidden;
	background-repeat: repeat-x;
	padding: 0 0 10px 10px;
	color:#333;
}

.AccordionPanelContent ul.shorter {
	width: 85px;
}
.AccordionPanelContent ul {
	display:block;
	list-style:none;
	color: #fff;
	line-height:1.2em;
	padding: 0;
	float: left;
	width: 110px;
	margin:0;
}
.AccordionPanelContent ul.men {
	width: auto;
	_width: 170px;
	margin-left: 10px;
}
.AccordionPanelContent ul.men li,
.AccordionPanelContent ul.women li  {
	float: left;
	color: #fff !important;
	background-color:transparent;
	border: none;
	font-size:11px;
	width: 25px !important;
	_width: 40px !important;
	height: 18px;
	padding: 0 10px;
	_padding: 0 0px;
}

.AccordionPanelContent li a {
	color:#333; !important;
}
.AccordionPanelContent li a:hover {
	text-decoration:underline !important;
}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background:url(images/minus.gif) #ebebeb; 
	background-position: 10px 5px; 
	background-repeat:no-repeat;
}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	background-color:#666666 !important;
	color:#fff !important;
	cursor:pointer;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}
/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background:url(images/minus.gif) #ebebeb; 
	background-position: 10px 5px; 
	background-repeat:no-repeat;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background:url(images/minus.gif) #ebebeb; 
	background-position: 10px 5px; 
	background-repeat:no-repeat;
}
#categorycontent {
	margin-top: -5px;
	margin-bottom:10px;
}
#SiteMap1 {
	width:800px !important;
	margin: 10px 60px;
	position:relative;
}
#SiteMap1 a {
	color:#333333;
	text-decoration: none;
}
#SiteMap1 a:hover {
	text-decoration: underline;
}
.SiteMapRootNode a {
	font-weight:bold;
	text-transform: uppercase;
	font-size:16px;
}
.SiteMapParentNode a {
	font-size:14px;
	font-weight:bold;
}
#redarrow1,
#redarrow2,
#redarrow3,
#redarrow4 {
	display:none;
}
#btnSubmit,
.UpdateCartButton,
#btnShppingEqBilling,
.PaymentPageContinueCheckoutButton,
#btnUpdateAccount {
	background:#dadada;
	width: 150px;
	height: 25px;
	border: solid 1px #777777;
	color:#333;
	
}
#btnContinueCheckout {
	background:#dadada;
	width: 240px;
	height: 25px;
	border: solid 1px #777777;
	color:#333;
	
}
#SignUp {
  border: none;
  background-color:transparent;
  display:inline;
  color: #989898;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: -5px;
}
#signupbutton {
	background: url(images/arrow_button.gif) no-repeat;
	width: 21px;
	height:21px;
	border: none;
	vertical-align: top;
}
#signupbox {
	background:url(images/searchbox_bg.gif);
	border: solid 1px #ffffff;
	height:15px;
	padding: 2px 3px 1px 3px;
	font-size:11px;
	width: 160px;
	font-size:10px;
	margin-top:1px;
	color:#666666;
}

#billinginfo_gif {
	margin-bottom:5px
}
#pnlCartSummary img {
	max-width:100px;
	border:solid 1px #CCCCCC;
	padding:3px;
}

#ShoppingCartGif {
	max-width: 190px !important;
	width: 190px !important;
	height:22px;
	border:none !important;
}
.pagecontrol {
	margin:0 5px;
}

#upsells a {
	
	text-decoration:none;
}

#upsells a:hover {
	text-decoration:underline;
}
/* New Classes Add 08-02-2010 

#homepage #homeContent .leftContent{ float:left; width:100px; padding:46px 0 0 0; text-align:center;color:#676769;font-size:16px; font-weight:bold}
#homepage #homeContent .leftContent a{ text-decoration:none; color:#676769}
#homepage #homeContent .leftContent h1{ margin:0; padding:0; color:#676769; text-align:center; font-size:16px; font-weight:bold}
#homepage #homeContent .leftContent h2{ margin:0; padding:0; color:#676769; text-align:center; font-size:16px; font-weight:bold}
#homepage #homeContent .leftContent .saveto{ padding:55px 0 0 0}
#homepage #homeContent .leftContent .saveto span{ font-size:30px; color:#3A3A3C}
#homepage #homeContent .leftContent .onwomen{ padding:50px 0 0 0;color:#414244}
#homepage #homeContent .leftContent .onwomen span{ font-size:12px; }

#homepage #homeContent .rightContent{ float: left; width:740px}
#homepage #homeContent .rightContent a{ color:#000000; text-decoration:none;}
#homepage #homeContent .rightContent .left-nav{ padding-left:125px; padding-top:60px; width:245px; text-transform:uppercase; float:left;}
#homepage #homeContent .rightContent .left-nav .alex h3{font-family:Myriad Pro; font-size:30px; color:#000; padding-bottom:70px; margin:0; font-weight:300;}
#homepage #homeContent .rightContent .left-nav2{ padding-right:145px; padding-top:64px; width:300px; float:right;text-align:right; text-transform:uppercase}
#homepage #homeContent .rightContent .left-nav2 .alex2 h3 { font-family:Myriad Pro; font-size:30px; color:#000; padding-bottom:75px;margin:0;font-weight:500 }
.v-card{ padding:0 0 0 10px}

#pnlCartSummary h1{ margin:0; padding:0; color:#000}
#footer a.nodac{ text-decoration:none}
#newsletterform .news-box{width: 350px; text-align: center; margin-top: 10px;}
.contentpage p.text{ text-align:justify}

*/

/* New Classes Add 12-05-2010 */
#hometext {display:none;}
#hometext a {display:none;}
#homepage #homeContent .leftContent{ font-family:Myriad Pro; float:left; width:100px; padding:46px 0 0 0; text-align:center;color:#676769;font-size:18px; font-weight:normal; display:none;}
#homepage #homeContent .leftContent a{ font-family:Myriad Pro; text-decoration:none; color:#FFFFFF}
#homepage #homeContent .leftContent h1{ font-family:Myriad Pro; margin:0; padding:0; color:#676769; text-align:center; font-size:18px; font-weight:normal}
#homepage #homeContent .leftContent h2{ font-family:Myriad Pro; margin:0; padding:0; color:#676769; text-align:center; font-size:18px; font-weight:normal}
#homepage #homeContent .leftContent .saveto{ font-family:Myriad Pro; padding:55px 0 0 0; color:#F0F0F0; font-weight: normal;}
#homepage #homeContent .leftContent .saveto span{ font-family:Myriad Pro; font-size:35px; color:#F0F0F0; font-weight: normal;}
#homepage #homeContent .leftContent .onwomen{ padding:50px 0 0 0;color:#ffffff; font-size: 16px; font-weight: normal;}
#homepage #homeContent .leftContent .onwomen span{ font-size:16px; }

#homepage #homeContent .rightContent{ float: left; width:740px display:none;}
#homepage #homeContent .rightContent a{ color:#000000; text-decoration:none;}
#homepage #homeContent .rightContent .left-nav{ padding-left:20px; padding-top:0px; width:245px; text-transform:uppercase; float:left;display:none;}
#homepage #homeContent .rightContent .left-nav .alex h3{ font-family:Myriad Pro; font-size:30px; color:#000; padding-bottom:70px; margin:0; font-weight:300;}
#homepage #homeContent .rightContent .left-nav2{ padding-right:15px; padding-top:0px; width:300px; float:right;text-align:right; text-transform:uppercase}
#homepage #homeContent .rightContent .left-nav2 .alex2 h3 { font-family:Myriad Pro; font-size:30px; color:#000; padding-bottom:70px;margin:0;font-weight:500; display:none;}
#homepage #homeContent .rightContent .left-nav2 .alex3 h3 { font-family:Myriad Pro; font-size:30px; color:#000; padding-bottom:25px;margin:0;font-weight:normal;display:none; }
#homepage #homeContent .rightContent .left-nav .alex3 h3 { font-family:Myriad Pro; font-size:30px; color:#000; padding-bottom:25px;margin:0;font-weight:normal;display:none; }
.v-card{ padding:0 0 0 10px}

#pnlCartSummary h1{ margin:0; padding:0; color:#000}
#footer a.nodac{ text-decoration:none}
#newsletterform .news-box{width: 350px; text-align: center; margin-top: 10px;}
.contentpage p.text{ text-align:justify}
#catwrap ul {
    padding: 0px;
    margin: 0px;
}
#catwrap ul ul {
    list-style: none outside none;
    margin: 0 0 0 8px;
    padding: 0;
}
.toplink {
    display: none;
}
.topcat {
    list-style: none;
}
.topcat {
    list-style: none outside none;
}
#chead {
    background: none repeat scroll 0 0 #EAEAEA;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 6px 6px 6px 8px;
}
#catwrap {
    border: 1px solid #CCCCCC;
    line-height: 16px;
    width: 180px;
}
#catwrap a {
    text-decoration: none;
}
#catwrap {
    padding-bottom: 10px;
}
#lcol {
    margin-top: 9px;
}

#youveselected {
    display: block !important;
    height: auto !important;
    background: #eaeaea;
    width: 163px;
    padding: 10px;
}
body .caResultsContainer .productPrice span {
    color: #000000;
    display: inline;
    font-weight: normal;
    line-height: 102%;
    text-align: center;
}
body .grid-math {
    color: #ff0000;
    font-weight: bold;
}
.rrp, .rrp span {
    color: #999 !important;
    margin-top: 5px;
}
.pp, .pp span {
    font-weight: bold !important;
    color: #000;
    margin-top: 2px;
}
body .grid-math {
    color: #ff0000;
    font-weight: bold;
}
.rrp, .rrp span {
    color: #999 !important;
    margin-top: 5px;
}
.pp, .pp span {
    font-weight: bold !important;
    color: #000;
    margin-top: 2px;
}
.removeLink {
    position: relative;
    top: 4px;
}
.caResultsContainer .productImage {
    margin-bottom: 8px;
    text-align: center;
}
.gridResults .searchResult {
    float: left;
    height: 222px !important;
    padding: 5px 8px 5px 0;
    width: 150px;
}
.AccordionPanelTab {
    background: url("images/plus.gif") no-repeat scroll 10px 5px #EBEBEB;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    color: #4B4343;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    margin: 0 0 0 1px;
    padding: 6px 5px 4px 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: 146px;
}
.resultsString {
    float: left;
    margin-right: 80px;
    padding: 2px 2px 2px 8px;
}
.caSortContainer {
    background-color: #F2F2F0;
    border: 2px solid #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    min-width: 500px;
    width: 715px;
}
#sortwrap {
    border: 1px solid #F2F2F0;
}
.gridResults {
    padding-bottom: 40px;
    padding-top: 15px;
}
body .gridResults .searchResult {
    float: left;
    height: 200px;
    padding: 5px 8px 5px 0;
    width: 171px;
}
body .caSortContainer .paging li a {
    background-color: #777777;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline;
    padding: 1px 4px;
    text-decoration: none;
}
.paging ul li.next, .paging ul li.last, .paging ul li.previous, .paging ul li.first {
    background: none repeat scroll 0 0 #777777;
    padding: 4px 2px;
	  margin-left: 3px;
}
body .caSortContainer .paging {
	float:left;
}
.paging {
    float: right !important;
    margin-left: 0px;
}
#nUnselected {
	display: none;	
}
.topcat {display:none;}
#nav ul {
	text-align:left;	
}
#navbar ul li {
	text-align:left;
}
#navbar li a {
	text-align:center;
}
#navbar ul ul li a {
	text-align:left;
}
#lcol h3 {
	font-size:15px;
}
#scsPwN {
    position: relative;
    top: 10px;
}
