/* $Id: skin1.css,v 1.1.2.37 2008/08/07 06:35:10 ferz Exp $ */
/*
	General styles
*/
*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
body{
	background: #2F3837 url(images/body_bg.jpg) repeat-x;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

#wrapper2{
	background: url(images/wrapper2_bg.gif) repeat-x left bottom;
}
A {
	color: #F4F4F4;
	text-decoration: none;
	outline: none !important;
}
A:hover {
	color: #F4F4F4;
	text-decoration: underline;
}
A:active {
	text-decoration: none;
}
H1 {
	font-size: 14px;
}
H2,
H3 {
	font-size: 12pt;
}
h2 {
	margin-bottom: 1em;
	color: #fff;
}
HR {
	color: #999;
	height: 1px;
}
HTML, BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
FORM { margin: 0px; }
TABLE, IMG { BORDER: 0px; }
INPUT, SELECT, OPTION{ color: #333; }
/*
	Content enviroment styles
*/
.content {
	width: 738px !important;
}
TABLE.Container {
	height: 100%;
}
TD.Container {
	VERTICAL-ALIGN: top;
	height: 90%;
}
/*
	Header styles
*/
#HeadWrapper{
	width: 100%;
	background: #FAFAFA;
}
#header{
	position: relative;
	display: block;
	width: 1000px;
	height: 234px;
	background: #FAFAFA url(images/header_bg.jpg) center top repeat-x;
}

/* --------------------------------------------------------------- Main Menu Superfish Styles */
#main_menu_bar .sf-menu, #main_menu_bar .sf-menu *{
	list-style: none;
}
#main_menu_bar .sf-menu ul{
	position: absolute;
	top: -999em;
}
#main_menu_bar .sf-menu ul li{
	width: 100%;
}
#main_menu_bar .sf-menu li:hover{
	visibility: inherit; 
}
#main_menu_bar .sf-menu li{
	float: left;
	position: relative;
}
#main_menu_bar .sf-menu a{
	display: block;
	position: relative;
}
#main_menu_bar .sf-menu li:hover ul,
#main_menu_bar .sf-menu li.sfHover ul{
	left: 0px;
	top: 49px; 
	z-index: 30;
}
/* --------------------------------------------------------------- Superfish Side Styles */
#side_menu .sf-menu li{
	display: block;
	width: 130px;
}
#side_menu .sf-menu li a{
	display: block;
	padding: 3px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#side_menu .sf-side, #side_menu .sf-menu *{
	list-style: none;
}
#side_menu .sf-menu ul{
	position: absolute;
	top: -999em;
	width: 600px;
	background: #FFF;
	border: 3px solid #CCC;
}
#side_menu .sf-menu ul li{
	float: left;
	width: 300px;
}
#side_menu .sf-menu li:hover{
	visibility: inherit; 
}
#side_menu .sf-menu li{
	display: block;
	float: left;
	position: relative;
}
#side_menu .sf-menu li:hover ul,
#side_menu .sf-menu li.sfHover ul{
	left: 120px;
	top: 0px; 
}
#side_menu .sf-menu ul li a{
	display: block;
	position: relative;
	color: #000;
}
#side_menu .sf-menu ul li a:hover{
	color: #000 !important;
	background: #EEE;
}

/* --------------------------------------------------------------- Main Menu link Styles */
#main_menu{
	float: left;
	display: block;
	width: 579px;
	height: 49px;
	background: url(../cjcustom/images/main_menu_bg.gif) no-repeat;
}
#main_menu li a{
	display: block;
	float: left;
	height: 49px;
	text-indent: -9999em;
	outline: 0px;
	text-decoration: none;
	background-position: 0px 49px;
	background-repeat: no-repeat;
}
#main_menu a:hover{
	background-position: 0px 0px;
}
#main_menu li ul {
	margin: 0;
	padding: 0;
	width: 200px;
	background: #2F3837;
	border: 1px solid #131C1D;
}
#main_menu li:first-child ul {
	margin: 0 0 0 -20px;
}
#main_menu li ul li a{
	display: block;
	width: 180px;
	height: auto;
	padding: 5px 10px;
	text-indent: 0px;
	border-top: 1px solid #131C1D;
}
#main_menu li ul li:first-child a{
	border: none;
}
#main_menu li ul li a:hover{
	color: #131C1D;
	background: #7D9391;
}


/*
	Footer styles
*/
#footer{
	clear: both;
	position: relative;
	width: 1000px;
	height: 70px;
	background: url(images/footer_bg.jpg) no-repeat;
}
#footer_logo{
	width: 310px;
	padding-top: 31px;
	padding-left: 157px;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}
#footer_logo span{
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
#footer_lnks{
	position: absolute;
	top: 10px;
	right: 26px;
	width: 500px;
}
#footer_lnks td:first-child{
	padding-top: 3px;
}
#footer_lnks td,
#footer_lnks td *{
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
	line-height: 150%;
}


.mod_box{
	width: 138px;
	margin-top: 15px;
	padding: 13px;
	padding-left: 33px;
	color: #ccc;
}
.mod_box a {
	color: #ccc;
}
.mod_box_head{
	float: left;
	width: 128px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
.mod_box_head img{
	display: none;
}
.mod_box_head h4,
.mod_box_head h4 *{
	color: #FFF;
	font-size: 8pt;
	text-transform: uppercase;
}
.mod_box_content{
	padding-top: 10px;
}
.mod_box_content *{
	font-size: 8pt !important;
}
.mod_box_content p{
	margin-top: 1em;
}
.mod_box_content * p:first-child{
	margin-top: 0px;
}




#auth {
	background: #293130;
	border: 1px solid #384241;
}
#auth .mod_box {
	width: 136px;
}
#auth .mod_box_head {
	width: 126px;
}
#auth_dot_net_lnk {
	width: 80px;
}
#auth_dot_net_lnk a {
	margin-left: 16px;
}

.paymenttypes {
	width: 260px;
	margin: 0px;
	padding: 0 10px 8px;
	vertical-align: bottom;
}
.BottomRow {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: bottom;
}
.BottomBox {
	border-top: #ffd30d 1px solid;
	background-color: #f4f5f7;
	color: #b1c6d7;
	height: 40px;
	VERTICAL-ALIGN: middle;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px;
}
.Bottom { color: #667d92; }
A.Bottom {
	color: #667d92;
	text-decoration: underline;
}
A.Bottom:hover {
	color: #667d92;
	text-decoration: none;
}
A.Bottom:active {
	color: #667d92;
	text-decoration: underline;
}
.BottomPopup {
	WIDTH: 100%;
	TEXT-ALIGN: right;
	PADDING-BOTTOM: 10px;
}
.BottomPopup A { FONT-WEIGHT: bold; }
.BottomDialogBox {
	background-color: #e8edf4;
	PADDING-LEFT: 13px;
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 10px;
}
/*
	Common styles
*/
.SubmitBox { PADDING-TOP: 10px; }
HR.Line {
	WIDTH: 100%;
	height: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
.SectionBox {
	TEXT-ALIGN: left;
}
.Text { color: #F4F4F4; }
.NumberOfArticles {
	color: #010101;
	FONT-WEIGHT: bold;
}
.TopLabel {
	height: 39px;
	color: #010101;
	font-size: 12px;
}
.Message { color: #b51a00; }
.Line { background-color: #999; }
TD.ButtonsRow {
	PADDING-TOP: 2px;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 12px;
	PADDING-BOTTOM: 2px;
}
.CustomerMessage {
	color: #b51a00;
	FONT-WEIGHT: bold;
}
.ErrorMessage {
	color: #b51a00;
	FONT-WEIGHT: bold;
}
.Star { color: #FF0000; }
.TableHead {
	background-color: #293130;
	FONT-WEIGHT: bold;
}
.TableSubHead { background-color: #293130; }
.Spc {
	WIDTH: 1px;
	height: 1px;
}
TABLE.EmptyBox { WIDTH: 100%; }
TABLE.EmptyBox TR TD { padding: 0px; }
/*
	Popup styles
*/
#popUp_yo{
	background: #2F3837;
}
.PopupContainer {
	height: 100%;
	WIDTH: 100%;
	TEXT-ALIGN: center;
}
.PopupTitle {
	background-color: #434E50;
	height: 15px;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	font-size: 12px;
}
.PopupBG { background-color: #434E50; }
.PopupHelpLink {
	font-size: 9px;
	color: #F4F4F4;
	text-decoration: none;
}
/*
	BuyNow section
*/
.BuyNowQuantity {
	height: 25px;
	WHITE-SPACE: nowrap;
	PADDING-RIGHT: 16px;
}
.BuyNowPrices {
	height: 15px;
	VERTICAL-ALIGN: middle;
}
/*
	Main page
*/
.main {
	width: 1000px;
	margin: 0;
	_margin: 0px; /* left align page in IE6 */
	background: url(images/main_bg.jpg) no-repeat left bottom;
}
td#main_nav{
	width: 1000px;
	height: 70px;
	padding: 0px;
	background: url(images/main_nav_bg.jpg) no-repeat;
}

ul#main_menu{
	float: left;
	display: block;
	position: relative;
	top: -11px;
	left: 46px;
	width: 579px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	background: url(images/main_nav_buttons.gif) no-repeat;
	z-index: 100;
}
#main_menu li{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main_menu li a{
	display: block;
	height: 49px;
	text-indent: -9999em;
}



#main_menu li a#main_nav_1{
	width: 96px;
}
#main_menu li a#main_nav_1:hover{
	background: url(images/main_nav_buttons.gif) no-repeat 0 -49px;
}
#main_menu li a#main_nav_2{
	width: 129px;
}
#main_menu li a#main_nav_2:hover{
	background: url(images/main_nav_buttons.gif) no-repeat -96px -49px;
}
#main_menu li a#main_nav_3{
	width: 161px;
}
#main_menu li a#main_nav_3:hover{
	background: url(images/main_nav_buttons.gif) no-repeat -225px -49px;
}
#main_menu li a#main_nav_4{
	width: 176px;
}
#main_menu li a#main_nav_4:hover{
	background: url(images/main_nav_buttons.gif) no-repeat -386px -49px;
}
#dealer_login{
	float: right;
	position: relative;
	top: -11px;
	left: -145px;
	width: 186px;
	height: 49px;
	text-indent: -9999em;
	background: url(images/sprite_1.png) no-repeat;
}
#dealer_login:hover{
	background-position: 0 -49px;
}
/*
	Side nav 
*/
#sidenav,
#cart_nav{
	display: block;
	width: 200px;
	padding: 70px 0 0;
	margin: 0;
}
/*#sidenav tr { background: url(images/sidenav_divider.gif) repeat-x left bottom; }*/
#sidenav a,
#cart_nav a{
	width: 180px;
	display: block;
	color: #fff;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	padding: .625em 1em;
}
#sidenav .CategoriesList,
#cart_nav .CategoriesList {
	font-size: 11pt; 
}
#sidenav a:hover,
#cart_nav a:hover {
	text-decoration: none; 
}
#sidenav tr td:first-child,
#cart_nav tr td:first-child {
	display: none;
}
/*
	Vertical menu
*/
.VertMenuLeftColumn {
	width: 180px;
	padding: 0px 10px;
	VERTICAL-ALIGN: top;
}
.VertMenuLeftColumn *{
	z-index: 10;
}
.VertMenuLeftColumn .VertMenuBorder:first-child { padding: 0; }
.VertMenuRightColumn {
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 7px;
}
.VertMenuBox {
	PADDING-TOP: 3px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}
.VertMenuBorder { padding: 0 1em; }
.VertMenuTitleBox { height: 27px; }
.VertMenuTitle {
	background-color: transparent;
	color: #ffffff;
	FONT-WEIGHT: bold;
	padding: 0px;
	font-size: 10pt;
}
.VertMenuSubTitle { background-color: #FFA92F; }
.VertMenuTitleIcon {
	WIDTH: 17px;
	height: 17px;
	margin: 0px;
	MARGIN-RIGHT: 8px;
	VERTICAL-ALIGN: middle;
}
.VertMenuItems {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
A.VertMenuItems {
	color: #ccc;
	font-size: 10px;
	text-decoration: none;
}
A.VertMenuItems:hover {
	font-size: 10px;
	text-decoration: underline;
}
A.VertMenuItems:active {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.VertMenuHr {
	WIDTH: 100%;
	height: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	color: #999999;
}
.CategoriesList { font-size: 12px; }
/*
	Dialog box
*/
TABLE.DialogBox {
	WIDTH: 100%;
}
TABLE.DialogBox TD{
	vertical-align: top !important;
	TEXT-ALIGN: left;
}
.DialogBorder {
	padding: 0px 0px;
}
TD.DialogTitle > *{
	FONT-WEIGHT: bold;
	font-size: 16pt;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: left;
	line-height: normal;
}
TD.DialogTitle h1{
	margin-top: 0px;
	color: #fff;
}
TD.DialogTitle h1 span{
	display: block;
	font-size: 9pt;
	color: #fff;
}
/*
	Dialog info box
*/
TABLE.DialogInfo {
	WIDTH: 85%;
	TEXT-ALIGN: center;
}
.DialogInfoTitle {
	color: #041527;
	FONT-WEIGHT: bold;
	font-size: 11px;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: left;
	height: 15px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}
.DialogInfoTitleBorder {
	background-color: #96badc;
	padding: 0px;
	border-top: #5f94c0 1px solid;
	border-bottom: #5f94c0 1px solid;
	border-left: #5f94c0 1px solid;
	border-right: #5f94c0 1px solid;
	VERTICAL-ALIGN: bottom;
	height: 15px;
}
.DialogInfoBorder {
	border-bottom: #acb7c7 1px solid;
	border-left: #acb7c7 1px solid;
	border-right: #acb7c7 1px solid;
	padding: 0px;
}
.DialogTr { color: #1A2B3C; }
.DialogInfoIcon {
	WIDTH: 16px;
	height: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	height: 14px;
}
/*
	Dialog tools section
*/
.NavDialogTitle {
	WIDTH: 50%;
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #F4F4F4;
	PADDING-LEFT: 8px;
}
.NavDialogBorder { background-color: #FFCC33; }
.NavDialogBox { background-color: #FFFFCC; }
.NavDialogSeparator {
	WIDTH: 100%;
	height: 14px;
	background-IMAGE: url(images/separator.gif);
	PADDING-LEFT: 7px;
}
.NavDialogSeparator IMG {
	WIDTH: 100%;
	height: 14px;
}
.NavDialogCell { PADDING-RIGHT: 3px; }
.NavDialogCell A IMG {
	WIDTH: 9px;
	height: 9px;
}
.NavMenuItems {
	color: #F4F4F4;
	font-size: 11px;
	text-decoration: none;
}
A.NavMenuItems {
	color: #F4F4F4;
	font-size: 11px;
	text-decoration: underline;
}
A.NavMenuItems:hover {
	color: #2c3e49;
	font-size: 11px;
	text-decoration: none;
}
A.NavMenuItems:active {
	color: #F4F4F4;
	font-size: 11px;
	text-decoration: underline;
}
.NavMenuItemsHL {
	color: #F4F4F4;
	font-size: 11px;
	FONT-WEIGHT: bold;
}
A.NavMenuItemsHL {
	color: #F4F4F4;
	font-size: 11px;
	FONT-WEIGHT: bold;
	text-decoration: underline;
}
A.NavMenuItemsHL:hover {
	color: #F4F4F4;
	font-size: 11px;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
A.NavMenuItemsHL:active {
	color: #F4F4F4;
	font-size: 11px;
	FONT-WEIGHT: bold;
	text-decoration: underline;
}
/*
	Product details page
*/
.ProductTitle {
	display: block;
	margin-top: 15px;
	color: #999;
	FONT-WEIGHT: bold;
	font-size: 12pt;
	text-decoration: none;
}
.ProductTitle:hover {
	cursor: pointer;
	text-decoration: underline;
}
.ProductTitle:active {
	text-decoration: none;
}
.ProductTitleHidden {
	color: #666666;
	FONT-WEIGHT: bold;
	font-size: 11px;
}
.ProductDetailsTitle {
	color: #999;
	FONT-WEIGHT: bold;
	font-size: 12px;
}
.ProductDetails { color: #F4F4F4; }
.ProductPriceTitle {
	color: #010101;
	FONT-WEIGHT: bold;
	font-size: 12px;
}
.ProductPriceConverting {
	FONT-WEIGHT: bold;
	font-size: 12px;
}
.ProductPrice {
	color: #999;
	FONT-WEIGHT: bold;
	font-size: 12px;
}
.ProductPriceSmall {
	color: #999;
	FONT-WEIGHT: bold;
}
.SaveMoneyLabel {
	WIDTH: 57px;
	height: 57px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	color: #FFFFFF;
	FONT-WEIGHT: bold;
	background-IMAGE: url(images/save_money.gif);
	background-color: transparent;
	background-REPEAT: no-repeat;
}
.MarketPrice {
	font-size: 14px;
	FONT-FAMILY: 'Times New Roman', Verdana, Arial, Helvetica, Sans-serif;
}
.PImgBox {
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	WIDTH: 100px;
	PADDING-RIGHT: 8px;
}
/*
	Products list
*/
.relProds{
	float: left;
	width: 214px;
	margin: 2px;
	padding: 5px;
	border: 1px solid #454F4E;
}
TD.PListImgBox {
	WIDTH: 160px;
	VERTICAL-ALIGN: top;
	WHITE-SPACE: nowrap;
	PADDING-RIGHT: 8px;
}
TD.PListImgBox a{
	display: block;
	margin-right: 5px;
	padding: 5px;
	TEXT-ALIGN: center;
	color: #333;
	background: #FFF;
	border: 1px solid #293130;
}
DIV.PListImgBox { WHITE-SPACE: nowrap; }
HR.PListLine {
	WIDTH: 100%;
	height: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
.PListTaxBox {
	PADDING-LEFT: 70px;
	PADDING-RIGHT: 2px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
}
.PListCell {
	cursor: pointer;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: top;
}
.PListCell:hover {
	background: #36403F;
}
.PListCell a.ProductTitle{
	font-size: 12px !important;
}
.PListCell img {
	max-width: 150px;
	max-height: 150px;
}
A.PListSeeDetails { text-decoration: underline; }
A.PListSeeDetails:hover { text-decoration: underline; }
A.PListSeeDetails:active { text-decoration: underline; }
TD.PListImgBox img{
	max-width: 250px;
}
/*
	Items style
*/
.ItemsList {
	color: #F4F4F4;
	FONT-WEIGHT: bold;
}
.ItemsListDisabled { color: #909090; }
A.ItemsList {
	color: #F4F4F4;
	text-decoration: none;
}
A.ItemsList:hover {
	color: #F4F4F4;
	text-decoration: underline;
}
A.ItemsList:active {
	color: #F4F4F4;
	text-decoration: none;
}
/*
	Location bar
*/
.NavigationPath {
	padding: 5px 10px 5px;
	color: #818891;
}
.NavigationPath a {
	color: #818891;
	text-decoration: underline;
}
.NavigationPath a:hover {
	color: #818891;
	text-decoration: none;
}
.NavigationPath a:active {
	color: #818891;
	text-decoration: underline;
}
/*
	Buttons
*/
.FormButton {
	color: #F4F4F4;
	FONT-WEIGHT: bold;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TD.Button {
	background-IMAGE: url(images/butbg.gif);
	background-color: #ffb244;
	background-REPEAT: repeat-x;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	color: #F4F4F4;
	FONT-WEIGHT: bold;
	font-size: 11px;
	text-decoration: none;
}
IMG.ButtonSide {
	WIDTH: 7px;
	height: 21px;
}
TD.Button_menu {
	background: url(images/but_menubg.gif);
	background-color: #2860f5;
	background-REPEAT: repeat-x;
	PADDING-LEFT: 1px;
	PADDING-RIGHT: 1px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button_menu {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	color: #ffffff;
	background-color: transparent;
	FONT-WEIGHT: bold;
	font-size: 10px;
	text-decoration: none;
}
IMG.ButtonSide_menu {
	WIDTH: 5px;
	height: 20px;
}
.SimpleButton TR TD {
	padding: 0px;
	WHITE-SPACE: nowrap;
}
A.Button, A.Button:hover, A.Button:active {
	color: #F4F4F4;
	FONT-WEIGHT: bold;
}
.GoImage {
	WIDTH: 20px;
	VERTICAL-ALIGN: middle;
	height: 18px;
	margin-bottom: 1px;
	BORDER: 0px;
}
.GoImage_admin {
	WIDTH: 22px;
	VERTICAL-ALIGN: middle;
	margin-bottom: 1px;
	height: 21px;
	BORDER: 0px;
}
/*
	Small text/link style
*/
.SmallNote {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:active {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallText {
	color: #3c6992;
	text-decoration: none;
	font-size: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
/*
	Category page
*/
.SubcatTitle {
	TEXT-ALIGN: left;
	WIDTH: 95%;
	PADDING-LEFT: 5px;
}
.SubcatInfo {
	TEXT-ALIGN: right;
	WHITE-SPACE: nowrap;
	color: #010101;
}
/*
	Search sort bar
*/
.SearchSortTitle {
	FONT-WEIGHT: bold;
	PADDING-RIGHT: 20px;
}
.SearchSortLink, .SearchSortLink:hover, .SearchSortLink:active { text-decoration: underline; }
.SearchSortImg {
	WIDTH: 9px;
	height: 9px;
	MARGIN-RIGHT: 5px;
}
.SearchSortCell { PADDING-RIGHT: 20px; }
/*
	Expandable section
*/
.ExpandSectionMark {
	WIDTH: 11px;
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
}
/*
	Tab mechanism
*/
.Tab {
	background-color: #f1f1f6;
	WIDTH: 112px;
	height: 15px;
	TEXT-ALIGN: center;
	vertical-align: top;
	background-position: bottom;
	background-repeat: repeat-x;
	background-IMAGE: url(images/tab_bg.gif);
	color: #253161;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.Tab A {
	color: #253161;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.Tab A:hover {
	color: #253161;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
.Tab A:active {
	color: #253161;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.TabTop {
	height: 5px;
	background-color: #fcfdfd;
	background-IMAGE: url(images/tab_t.gif);
}
TD.TabLeftCornerTop {
	WIDTH: 5px;
	background-position: top;
	background-IMAGE: url(images/tab_ct1.gif);
}
TD.TabRightCornerTop {
	WIDTH: 5px;
	background-position: top;
	background-IMAGE: url(images/tab_ct2.gif);
}
TD.TabLeftSide {
	WIDTH: 5px;
	background-color: #f6f9f9;
	background-position: bottom;
	background-repeat: no-repeat;
	background-IMAGE: url(images/tab_l.gif);
}
TD.TabRightSide {
	WIDTH: 5px;
	background-color: #f6f9f9;
	background-position: bottom;
	background-repeat: no-repeat;
	background-IMAGE: url(images/tab_r.gif);
}
TD.TabLeftCornerBot {
	WIDTH: 5px;
	height: 5px;
	background-IMAGE: url(images/tab_cb1.gif);
}
TD.TabRightCornerBot {
	WIDTH: 5px;
	height: 5px;
	background-IMAGE: url(images/tab_cb2.gif);
}
TD.TabCenter {
	height: 5px;
	background-IMAGE: url(images/tab_b.gif);
}
IMG.TabCorner {
	WIDTH: 5px;
	height: 5px;
}
IMG.TabSide {
	WIDTH: 5px;
	height: 1px;
}
/*
	Pagination mechanism
*/
.NavigationTitle {
	white-space: nowrap;
	padding-right: 10px;
	font-size: 11px;
}
.NavigationCell, .NavigationCellSel {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
.NavigationCell a, .NavigationCell a:hover, .NavigationCell a:active { text-decoration: underline; }
.NavigationCellSel { font-weight: bold; }
.NavigationArrow { vertical-align: middle; }
.NavigationArrow a{
	position: relative;
	top: 3px;
}
/*
	Subheader styles
*/
TABLE.SubHeaderGrey {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderGrey {
	color: #999;
	font-size: 11px;
	FONT-WEIGHT: bold;
	padding: 0px;
}
.SubHeaderGreyLine {
	height: 1px;
	background-color: #999;
	padding: 0px;
}
TABLE.SubHeaderBlack {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderBlack {
	color: #010101;
	font-size: 12px;
	FONT-WEIGHT: bold;
	padding: 0px;
}
.SubHeaderBlackLine {
	height: 1px;
	background-color: #000000;
	padding: 0px;
}
TABLE.SubHeaderRed {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderRed {
	FONT-WEIGHT: bold;
	padding: 0px;
}
.SubHeaderRedLine {
	height: 1px;
	background-color: #acb7c7;
	padding: 0px;
}
TABLE.SubHeader {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeader {
	color: #999;
	FONT-WEIGHT: bold;
	font-size: 12px;
	padding: 0px;
}
.SubHeaderLine {
	height: 1px;
	background-color: #999;
	padding: 0px;
}
/*
	User profile page
*/
.RegSectionTitle {
	padding-top: 25px;
	color: #999;
	font-size: 10px;
	FONT-WEIGHT: bold;
}
/*
	Popup image
*/
.PImageImageCell {
	padding: 5px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	height: 100%;
}
.PImageImageCell IMG {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
}
.PImageNumbersCell {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	WHITE-SPACE: nowrap;
}
.PImageLine {
	height: 1px;
	background-color: #293130;
}
.PImageLine IMG { height: 1px; }
BODY.PImage { background-color: #FFFFFF; }
.PImagePageRow {
	height: 30px;
	VERTICAL-ALIGN: middle;
	PADDING-LEFT: 10px;
}
/*
	Customer reviews module
*/
IMG.StarImg {
	WIDTH: 13px;
	height: 12px;
}
/*
	Manufacturers module
*/
.ManufacturersItem {
	TEXT-ALIGN: left;
	WHITE-SPACE: nowrap;
	WIDTH: 95%;
	PADDING-LEFT: 5px;
}
/*
	Recommended products module
*/
UL.RPItems {
	PADDING-LEFT: 10px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
}
/*
	Webmaster mode
*/
DIV.Lbl {
	DISPLAY: inline;
	color: green;
	FONT-WEIGHT: bold;
}
.Section {
	DISPLAY: inline;
	margin: 0px;
	padding: 0px;
}
/*
	Last checkout step
*/
TD.LCSBackground { background-color: #d0ddeb; }
TABLE.WebBasedPayment {
	height: 100%;
	WIDTH: 100%;
}
TABLE.WebBasedPayment TR TD {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	height: 90%;
	padding: 0px;
}
/*
	Fast Lane Checkout module
*/
.FLCAuthBox {
	WHITE-SPACE: nowrap;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 1px;
}
.FLCAuthPreBox {
	PADDING-LEFT: 30px;
	height: 20px;
	WIDTH: 100%;
}
.FLCTopPad {
	VERTICAL-ALIGN: middle;
	height: 15px;
	display: none;
}
.FLCTopPad IMG {
	WIDTH: 1px;
	height: 15px;
}
TD.FLCDialogCell {
	WIDTH: 50%;
	height: 285px;
	TEXT-ALIGN: center;
}
TD.FLCDialogCellAntibot {
	WIDTH: 50%;
	height: 390px;
	TEXT-ALIGN: center;
}
TABLE.FLCDialog {
	WIDTH: 100%;
	height: 100%;
}
/*
		-- ADDONS --
*/

/*
	Gift registry module
*/
.HighLight { background-color: #FFFFCC; }
/*
	Feature comparison module
*/
TABLE.CompareBtn { CURSOR: pointer; }
TD.CompareBtnLeft {
	height: 18px;
	WIDTH: 21px;
	background-IMAGE: url(images/compare1.gif);
}
TD.CompareBtnLeft IMG {
	height: 18px;
	WIDTH: 21px;
}
TD.CompareBtnMain {
	background-IMAGE: url(images/compare2.gif);
	background-REPEAT: repeat-x;
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 5px;
	PADDING-TOP: 2px;
}
TD.CompareBtnMainMozilla {
	background-IMAGE: url(images/compare2.gif);
	background-REPEAT: repeat-x;
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 5px;
	PADDING-TOP: 1px;
}
TD.CompareBtnRight {
	height: 18px;
	WIDTH: 9px;
}
TD.CompareBtnRight IMG {
	height: 18px;
	WIDTH: 9px;
}
TD.FCompProductSelBox {
	padding: 0px;
	WHITE-SPACE: nowrap;
}
TD.FCompProductButtonBox {
	PADDING-LEFT: 25px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
	WIDTH: 100%;
	WHITE-SPACE: nowrap;
}
TD.FCompProductAddCL {
	PADDING-TOP: 10px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-RIGHT: 0px;
}
TD.FCompFeatureHCell {
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: center;
	background-color: #EEEEEE;
	FONT-WEIGHT: bold;
}
.HightLightEqualRow {
	background-color: #ffe8af;
	TEXT-ALIGN: center;
}
.EqualRow {
	background-color: #ffffff;
	TEXT-ALIGN: center;
}
/*
	Special offers module
*/
.SpecialOffersPrice {
	color: #b51a00;
	FONT-WEIGHT: bold;
	font-size: 14px;
}
.SpecialOffersThumb {
	DISPLAY: inline;
	MARGIN-LEFT: -51px;
}
.SpecialOffersThumb A IMG {
	WIDTH: 47px;
	height: 44px;
}
/*
	Fancy categories module
*/
.CatMenuItemOff {
	color: #F4F4F4;
	BORDER-RIGHT: none;
	BORDER-TOP: none;
	BORDER-LEFT: none;
	BORDER-BOTTOM: none;
	MARGIN-BOTTOM: 3px;
	MARGIN-TOP: 3px;
	MARGIN-LEFT: 1px;
	MARGIN-RIGHT: 0px;
	CURSOR: pointer;
	font-size: 12px;
}
.CatMenuItemOffExp {
	BORDER-RIGHT: none;
	BORDER-TOP: none;
	BORDER-LEFT: none;
	BORDER-BOTTOM: none;
	MARGIN-BOTTOM: 1px;
	MARGIN-TOP: 1px;
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 3px;
	CURSOR: pointer;
}
.CatMenuItemOn {
	background-color: #d0ddeb;
	color: #F4F4F4;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: none;
	BORDER-LEFT: none;
	BORDER-BOTTOM: none;
	MARGIN-BOTTOM: 3px;
	MARGIN-TOP: 3px;
	MARGIN-LEFT: 1px;
	MARGIN-RIGHT: 0px;
	CURSOR: pointer;
	font-size: 12px;
}
.CatSubMenu {
	background-color: #ffffff;
	BORDER-RIGHT: #b1c6d7 1px solid;
	BORDER-TOP: #b1c6d7 1px solid;
	BORDER-LEFT: #b1c6d7 1px solid;
	BORDER-BOTTOM: #b1c6d7 1px solid;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
}
TABLE.CatMenuContainer { WIDTH: 153px; }
A.CatMenuItem {
	font-size: 12px;
	FONT-FAMILY: Arial;
	CURSOR: pointer;
}
A.CatMenuItem {
	color: #F4F4F4;
	text-decoration: none;
}
A.CatMenuItem:hover {
	color: #F4F4F4;
	text-decoration: none;
}
A.CatMenuItem:active {
	color: #F4F4F4;
	text-decoration: none;
}
A#nojs.CatMenuItem:hover {
	background-color: #d0d0d0;
	color: #F4F4F4;
	text-decoration: none;
}
IMG.FCIcon {
	WIDTH: 16px;
	height: 16px;
	BORDER-WIDTH: 0px;
	MARGIN-LEFT: 2px;
	MARGIN-RIGHT: 3px;
}
IMG.FCTriangle {
	WIDTH: 9px;
	height: 9px;
	BORDER-WIDTH: 0px;
	MARGIN-LEFT: 3px;
}
TABLE.FCItemTable {
	WIDTH: 100%;
	BORDER-WIDTH: 0px;
	margin: 0px;
	TEXT-ALIGN: left;
}
TD.FCIconCell {
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
}
TD.FCTriangleCell {
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: right;
}
TD.FCChain {
	WIDTH: 18px;
	background-REPEAT: repeat-y;
}
TD.FCChain IMG {
	WIDTH: 18px;
	height: 1px;
}
TD.FCExplorerBox {
	WIDTH: 37px;
	VERTICAL-ALIGN: top;
	background-REPEAT: repeat-y;
}
/*
	Product configurator module
*/
.ProductBG { background-color: #ffffff; }
.SlotCell {
	WIDTH: 50%;
	height: 35px;
	PADDING-TOP: 25px;
	background-color: #ffffff;
	TEXT-ALIGN: center;
}
.SlotProductCell {
	WIDTH: 50%;
	height: 35px;
	background-color: #ffffff;
	TEXT-ALIGN: center;
}
TABLE.PCSummaryTable {
	WIDTH: 100%;
	background-color: #ffffff;
}
/*
	Survey module
*/
H1.SurveyName { FONT-WEIGHT: bold; }
.SurveyHeader { font-size: 11px; }
.SurveyHeaderMenu { font-size: 10px; }
.SurveyFooter { font-size: 11px; }
.SurveyFooterMenu { font-size: 10px; }
.SurveyQuestion {
	font-size: 12px;
	FONT-WEIGHT: bold;
	padding: 2px;
}
.SurveyQuestionMenu {
	FONT-WEIGHT: bold;
	padding: 0px;
}
TEXTAREA.Survey { }
.SurveyAnswer {
	padding: 2px;
	WIDTH: 100%;
}
.SurveyAnswerMenu {
	padding: 0px;
	WIDTH: 100%;
}
TD.SurveyAnswerMark {
	padding: 2px;
	WIDTH: 15px;
}
TD.SurveyAnswerMarkMenu {
	padding: 0px;
	WIDTH: 15px;
}
.SurveyBar {
	height: 10px;
	background-color: #ffce47;
}
.SurveyBarHL {
	height: 10px;
	background-color: #d5e1ed;
}
.SurveyStatLabel {
	PADDING-LEFT: 6px;
	WHITE-SPACE: nowrap;
}
.StatisticsBar { background-color: #FFCE31; }
.StatisticsBarHL { background-color: #FF8400; }
.SurveyAnswers {
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 5px;
}
.SurveyAnswersMenu {
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 5px;
}
.SurveyAnswerComment { padding: 2px; }
.SurveyAnswerCommentMenu { padding: 0px; }
.AuthBox { width: 98px; }
.PrintableRow TD { color: #818891; }
.PrintableRow A {
	color: #818891;
	text-decoration: underline;
	font-size: 10px;
}
.PrintableRow A:hover {
	color: #818891;
	text-decoration: none;
	font-size: 10px;
}
.PrintableRow A:active {
	color: #818891;
	text-decoration: underline;
	font-size: 10px;
}




/* CJCUSTOM CSS */
#prodDetailsTbl{
	border-collapse: collapse;
}
#prodDetailsTbl td{
	padding: 5px 10px;
	border: 1px solid #293130;
}
#header_homelink{
	position: absolute;
	left: 60px;
	display: block;
	width: 410px;
	height: 60px;
	text-indent: -9999em;
}

#head_nav2{
	position: absolute;
	top: 0px;
	left: 750px;
	margin: 0;
	padding: 0;
	color: #000;
	background: none;
	font-size: 10px !important;
}

#logo_rotate{
	position: absolute !important;
	top: 70px;
	right: 1px;
	width: 176px;
	height: 65px;
	margin: 0px;
	overflow: hidden;
	list-style-type: none;
}
#head_nav{
	position: absolute;
	bottom: 5px;
	left: 160px;
	margin: 0;
	padding: 0;
	color: #000;
	background: none;
	font-size: 10px !important;
}
#head_nav a,
#head_nav a:hover{
	color: #000;
}
.odd{
	background: #EFFCFF;
}
.even{
	background: #FFF;
}
.content_section{
	width: 820px;
	/*background: #36403F;*/
}
.content_section p{
	margin: 0px;
	/*padding: 0px 20px 1.5em;*/
}
.content_section p:first-child,
.content_section a:first-child + p{
	/*padding-top: 2em;*/
}
#pageTitle{
	width: 760px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 15px 10px;
	color: #FFF;
	font-size: 14pt;
}
.page_subhead{
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 15px 10px;
	color: #FFF;
	font-size: 14pt;
}
.clear{
	clear: both;
}
.yellow{
	color: #FFF200 !important;
}
font.Button{
	position: relative;
	top: 3px;
	color: #FFF;
}
.PListImgCell{
	width: 129px;
	text-align: center !important;
	background: #FFF;
	border: 2px solid #D6DEE1;
}
.PListImgCell img{
	max-width: 125px;
	max-height: 200px;
}
.PImgBox{
	width: 275px;
}
.PImgBox > img{
	max-width: 270px;
}
#product_thumbnail{
	max-width: 273px;
	max-height: 273px;
	border: 2px solid #FFF;
}
td.PImgBox + td{
	vertical-align: top;
	padding: 0px 0px 10px 20px;
}
.lightbox:hover{
	text-decoration: none;
}
.VertMenuLeftColumn{
	color: #FFF;
}
.VertMenuLeftColumn .VertMenuBorder > tbody > tr:first-child > td > table{
	margin-top: 30px;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
.VertMenuLeftColumn .VertMenuBorder > tbody > tr:first-child > td > table td{
	padding-bottom: 4px;
}
.dialog_container{
	max-width: 708px !important;
	min-height: 230px;
	padding: 20px;
	background-color: #36403F;
	border: 1px solid #454F4E;
}
#authLogo,
#mcafeeLogo,
#cardsLogo,
#shipLogo{
	margin: 0px auto 30px;
}
#authLogo{
	width: 77px;
	height: 60px;
	text-indent: -9999em;
	background: url(images/sprite_1.png) no-repeat -170px -262px;
	_background: none; /* do not display png files in <= IE6 */
}
#mcafeeLogo{
	width: 123px;
	height: auto;
}
#cardsLogo{
	width: 164px;
	height: 23px;
	text-indent: -9999em;
	background: url(images/sprite_1.png) no-repeat 0px -298px;
	_background: none; /* do not display png files in <= IE6 */
}
#mmy_selects{
	padding: 20px;
	text-align: right;
	background: url(images/mmy_select_bg.jpg) no-repeat 0px -5px;
	border: 2px solid #333;
}
#shipLogo{
	width: 98px;
	height: 28px;
	text-indent: -9999em;
	background: url(images/sprite_1.png) no-repeat -134px -340px;
	_background: none; /* do not display png files in <= IE6 */
}
#footerLogos > a,
#footerLogos > div{
	float: left;
	margin: 2px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
}
#f_authLogo{
	display: block;
	width: 35px;
	height: 28px;
	overflow: hidden;
	background: url(images/sprite_1.png) no-repeat -213px -233px;
	_background: none; /* do not display png files in <= IE6 */
}
#f_ccLogos{
	position: relative;
	top: 3px;
	display: block;
	width: 134px;
	height: 20px;
	background: url(images/sprite_1.png) no-repeat 0px -322px;
	_background: none; /* do not display png files in <= IE6 */
}
#f_shipLogo{
	position: relative;
	top: 8px;
	display: block;
	width: 44px;
	height: 13px;
	background: url(images/sprite_1.png) no-repeat -134px -328px;
	_background: none; /* do not display png files in <= IE6 */
}
#featured_mini{
	background: url(images/closetout_lbl_bg.png) no-repeat 10px 15px;
	_background: none; /* do not display png files in <= IE6 */
}
#featured_mini h2{
	font-size: 8pt;
}
#featured_mini h2 a{
	display: block;
	position: relative;
	width: 774px;
	height: 52px;
	text-indent: -9999em;
	color: #CCC;
}
#featured_mini h2 a span{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 100px;
	text-align: right;
	font-weight: normal;
}
#featured_mini > div{
	width: 760px;
	padding: 0px 10px;
}
.fMini_prod{
	display: block;
	position: relative;
	float: left;
	width: 246px;
	margin: 3px;
	cursor: pointer;
	background: #3F494A url(images/mini_gradient.png) repeat-x left bottom;
	_background: none; /* do not display png files in <= IE6 */
}
.fMini_prod:hover{
	text-decoration: none;
	background-color: #232F2E;
}
.fMini_prod > table > tbody > tr *{
	vertical-align: top;
	color: #FFF !important;
}
.fMini_prod > table > tbody > tr > td:first-child{
	width: 66px;
}
.fMini_thmb{
	width: 64px;
	height: 80px;
	text-align: center;
	overflow: hidden;
	background: #FFF;
	border: 2px solid #FFF;
}
.fMini_prod img{
	max-width: 64px;
	max-height: 80px;
}
.fMini_prod p{
	margin: 2px;
	margin-left: 6px;
	padding: 0px;
	font-weight: bold;
}
.fMini_prod p.fMini_brand{
	font-weight: normal;
}
.fMini_prod p.fMini_product{
	font-size: 10pt;
}
.fMini_prod p.fMini_price{
	position: absolute;
	left: 72px;
	bottom: 5px;
	width: 170px;
	height: 24px;
	font-size: 11pt;
	font-weight: bold;
	color: #FFED0D !important;
	_background: none; /* do not display png files in <= IE6 */
}

/* SEARCH BANNER */
#homepage_phone{
	position: relative;
	top: -5px;
	left: 420px;
}
#homepage_phone td{
	font-size: 10pt;
	font-weight: bold;
}
#homepage_phone tr td:first-child + td{
	width: 21px;
	height: 19px;
	text-indent: -9999em;
	background: url(images/sprite_1.png) no-repeat -231px -351px;
}
#search_banner{
	position: relative;
	top: -3px;
	left: -3px;
	width: 780px;
}
#search_banner form{
	width: 758px;
	padding: 5px 10px;
	margin: 0px 0px 5px;
	background: #293130;
	border: 1px solid #454F4E;
}
#search_banner form div.search_lbl_bg{
	width: 110px;
	height: 32px;
	text-indent: -9999em;
	background: url(images/sprite_1.png) no-repeat 0px -266px;
	_background: none; /* do not display png files in <= IE6 */
}
#search_banner form input[type='text']{
	width: 259px;
	height: 15px;
	padding: 5px;
	border: 1px solid #666;
}
#search_banner form input[type='image']{
	width: 58px;
	height: 27px;
	background: url(images/sprite_1.png) no-repeat 0px -343px;
	_background: none; /* do not display png files in <= IE6 */
}
#search_banner form a{
	color: #666;
}
#search_banner form a:hover{
	color: #FFF;
	text-decoration: none;
}

/* SIDE NAVS */
#sidenav1,
#sidenav2{
	float: left;
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidenav1{
	padding-bottom: 25px;
	border-top: 5px solid #CC0000;
	background: url(images/cat_menu_bg.jpg) repeat-x;
}
#sidenav2{
	background: #1C2627;
}
#sidenav1 > li,
#sidenav2 > li{
	float: left;
	width: 200px;
	position: relative;
}
#sidenav1 > li > h4{
	margin: 10px 15px;
	padding: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
}
#sidenav1 > li > a,
#sidenav2 > li > a{
	display: block;
	padding: 3px 10px 3px 30px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.5em;
	background: url(images/cat_menu_a_bg.gif) no-repeat;
	background-position:  5px -77px;
}
#sidenav1 > li > a:hover,
#sidenav2 > li > a:hover{
	color: #FFF;
	background-position: 5px -4px;
}
#sidenav1 > li:first-child > a{
	margin-top: 3px;
}
#sidenav2 > li > a{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #2F3837;
	border-bottom: 2px solid #111D1B;
}
#sidenav2 > li > a > span{
	padding-left: 15px;
	font-size: 8pt;
}

/* sidenav1 sub menus */
#sidenav1 li ul{
	z-index: 20 !important;
	float: left;
	visibility: hidden;
	position: absolute;
	left: 200px;
	top: 0px;
	_left: -9999em; /* hides menu in IE6, otherwise it's broken */
	width: 400px;
	margin: 0;
	padding: 10px 0px 10px 14px;
	list-style-type: none;
	background: #25262C;
	border: 2px solid #505050;
	border-left: 4px solid #505050;
}
#sidenav1 li ul li{
	float: left;
	width: 192px;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
}
#sidenav1 li ul li a{
	display: block;
	width: 172px;
	margin: 0px;
	padding: 3px 10px;
	color: #FFF;
	font-size: 10pt;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
#sidenav1 li ul li a:hover{
	color: #FFF200;
}

/* ------------------------------------------------------------------ catSubCats menus */
#catSubCats{
	padding: 0px;
}
#catSubCats li{
	position: relative;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	font-size: 12pt;
	cursor: pointer;
}
#catSubCats li.lnk{
	width: 300px;
}
#catSubCats li.tbl{
	width: 700px;
	margin-bottom: 2px;
	background-image: url(images/thumbcat_bg.jpg);
}
#catSubCats li table {
	width: 100%;
}
#catSubCats li table tr td{
	padding: 5px 10px;
	vertical-align: top;
}
#catSubCats li table tr td:first-child{
	width: 100px;
	padding: 5px 10px;
	text-align: center;
}
#catSubCats li table tr td span{
	font-size: 20pt;
	font-weight: bold;
	line-height: normal;
}
#catSubCats li:hover{
	background: #2f3837;
}
#catSubCats li a{
	display: block;
	font-size: 12px;
	line-height: 100%;
	color: #ccc;
}

.cat_thumb a {
	display: block;
	padding: 5px;
	width: 100px;
	height: 100px;
	background-color: #FFF;
}

#catSubCats li img{
	max-width: 100px;
	max-height: 100px;
	border: 2px solid #FFF;
}
#catSubCats li a:hover{
	text-decoration: none;
}
#catSubCats li ul{
	z-index: 20 !important;
	float: left;
	visibility: hidden;
	position: absolute;
	left: 200px;
	top: 0px;
	_left: -9999em; /* hides menu in IE6, otherwise it's broken */
	width: 400px;
	margin: 0;
	padding: 10px 0px 10px 14px;
	list-style-type: none;
	background: #25262C;
	border: 2px solid #505050;
}
#catSubCats li ul li{
	float: left;
	width: 192px;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	border-bottom: 1px solid #333;
}
#catSubCats li ul li a{
	display: block;
	width: 172px;
	margin: 0px;
	padding: 3px 10px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#catSubCats li ul li a:hover{
	color: #FFF200;
	text-decoration: none;
}

/* SLIDE SHOW */
#slideshow{
	width: 780px !important;
	height: 234px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #000;
}
#slideshow div{
	position: relative;
	height: 232px;
}
#slideshow div a{
	display: block;
	position: absolute;
	top: 0px;
	left: 390px;
	width: 390px;
	height: 232px;
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/slides.jpg);
	background-repeat: no-repeat;
}
#slideshow div a span{
	display: block;
	position: absolute;
	left: 30px;
	top: 197px;
}
#slideshow div a.tarr span{
	top: 25px;
}
#slideshow div a.barr span{
	top: 197px;
}
#slideshow div a:first-child{
	left: 0px;
}
#slideshow div a#slide_closeout{
	background-position: -4px 0px;
}
#slideshow div a#slide_z1r{
	background-position: -4px -232px;
}

/* Product List Headers */
#prodList_page_header1{
	width: 100%;
}
#prodList_page_header1 td{
	padding: 30px;
	font-size: 10pt;
}
#prodList_page_header1 td:first-child{
	width: 264px;
	max-width: 264px;
	max-height: 264px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	background: #FFF;
	border: 2px solid #D6DEE1;
}
#prodList_page_header1 td:first-child div img{
	max-width: 250px;
	max-height: 250px;
}

/* Product List tables */
.prodList1{
	width: 100%;
	border-collapse: collapse;
}
.prodList1 thead td{
	padding: 5px;
	font-weight: bold;
}
.prodList1 tbody td{
	margin: 0px;
	padding: 3px 5px;
	vertical-align: middle !important;
	border: 1px solid #454F4E;
}
.prodList1 tbody tr td:first-child{
	border-left: 1px solid #454F4E;
}
.prodList1 input[name="amount"],
.prodList1 div.prodList_buynow_button{
	float: left;
}
.prodList1 input[name="amount"]{
	margin-top: 4px;
	width: 30px;
}
.prodList1 div.prodList_buynow_button {
	position: relative;
	left: 8px;
	width: 75px;
	height: 18px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	color: #FFF;
	background: url(../cjcustom/common/images/buy_now_btn.gif) no-repeat;
}
.prodList1 div.prodList_buynow_button:hover {
	background-position: 0 -18px;
}

.prodList1 {
	width: 100%;
	margin-bottom: 5px;
}
.prodList1 th{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.prodList1 tbody *{
	color: #000;
	font-size: 9pt;
}
.prodList1 * a{
	color: #000;
}
.prodList1 * a:hover{
	color: #CC0000 !important;
}

.prodList1 tbody td{
	padding: 5px;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.prodList1 tr.even td{
	background-color: #EEE;
}

/* Dialog Messages */
#dialog_message{
	position: relative;
	padding: 20px;
	color: #FFF;
	background: #25262C;
}
#dialog_message h3 > img{
	position: relative;
	top: 2px;
}
#dialog_message h3{
	margin-top: 0px;
	font-size: 12pt;
}
#dialog_message h3 > a{
	position: absolute;
	bottom: 7px;
	right: 7px;
}
pre{
	padding: 10px;
	color: #333 !important;
	background: #FFF;
	border: 1px solid #333;
}


/* --------------------------------------------------------------- Content Styles */
#content{
	position: relative;
	width: 738px;
	padding: 20px 26px 15px 12px;
}
#content a{
	text-decoration: underline;
}
#content a:hover{
	color: #FFF;
	text-decoration: none;
}
#crumbs{
	position: relative;
	top: -10px;
}
#phone_num{
	position: absolute;
	top: 80px;
	right: 26px;
	font-weight: bold;
	font-size: 12pt;
	color: #FFF;
}
#phone_num img{
	position: relative;
	top: 5px;
	margin: 0px 5px;
}
#content h3,
#content h4{
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-size: 12pt;
}
#content ul{
	margin-left: 1em;
	margin-top: 1.5em;
}
#content h4 + ul,
#content li > ul{
	margin-top: 0px;
}
#content ul ul{
	margin-left: 2em;
}
#content > p{
	margin-bottom: 1.5em;
}
#content form td{
	padding: 3px;
	vertical-align: top;
}
#content .FormButton{
	text-align: right;
}
.SearchSortTitle,
.SearchSortCell{
	padding: 0px 10px 0px 0px;
}
.SearchSortLink{
	padding-right: 2px;
}
div.btn{
	display: block;
	width: 157px;
	height: 27px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-image: url(../cjcustom/images/btn_other_bg.gif);
	background-repeat: no-repeat;
}
div.btn_r{
	display: block;
	width: 157px;
	height: 27px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-image: url(../cjcustom/images/btn_other_bg_r.gif);
	background-repeat: no-repeat;
}
div.btn_r_sm{
	display: block;
	width: 126px;
	height: 21px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 9pt;
	background-image: url(../cjcustom/images/btn_other_bg_r_sm.gif);
	background-repeat: no-repeat;
}
div.btn:hover{
	background-position: 0px -35px;
}
div.btn_r_sm:hover{
	background-position: 0px -28px;
}
.ProductTitle{
	font-size: 12pt;
	font-weight: bold;
}

/* --------------------------------------------------------------- Dialog Content Styles */
.dialog_content{
	position: relative;
	padding: 10px;
	background: #36403F;
	border: 1px solid #262E2D;
}
.dialog_content *{
	position: static;
}
.dialog_white{
	background: #FFF;
	border: 5px solid #EDEDED;
}
.dialog_white a:hover{
	color: #000 !important;
}
.dialog_content ul li{
	margin-bottom: 1em;
}
.dialog_content ul li li{
	margin-bottom: 0.5em;
}
.dialog_content p,
.dialog_white p{
	margin-bottom: 1em;
	line-height: 1.3em;
}
.dialog_white,
.dialog_white *{
	color: #000;
}
.buy_now_td{
	width: 120px;
}
.buy_now_td form > *{
	float: left;
}

.buy_now_btn {
	float: left;
}
.buy_now_btn div.btn{
	display: block;
	width: 75px;
	height: 18px;
	padding: 0px;
	text-indent: -9999em;
	background-image: url(../cjcustom/images/buy_now_btn.gif);
	background-repeat: no-repeat;
}
.buy_now_btn div.btn:hover{
	background-position: 0px -18px;
}
.dialog_content h2{
	padding-left: 0px !important;
	color: #fff;
}
.dialog_content h3{
	margin-top: 2em;
}
.dialog_content p{
	/*margin-top: 1em;*/
	text-align: left;
}
.dialog_content p:first-child{
	margin-top: 0px;
}
.dialog_content p.content_logo_w{
	text-align: center;
}
#tube_lnk{
	margin: 10px 0px;
	padding: 20px;
	background: #2F3837;
}
#closeout_lnk{
	display: block;
	width: 186px;
	height: 49px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	background: url(../cjcustom/images/close_outs_btn.gif) no-repeat 0px -49px;
}
#closeout_lnk:hover{
	background: url(../cjcustom/images/close_outs_btn.gif) no-repeat 0px 0px;
}
sup{
	font-size: 8pt;
}
#imgDiv a.lightbox {
	display: block;
	text-align: center;
	background-color: #FFF;
	max-width: 250px;
	max-height: 250px;
	border-top: 2px solid #FFF;
	
}
#imgDiv a.lightbox img {
	max-width: 240px;
	max-height: 240px;
}

a.lightbox {
	margin: 0;
	padding: 0;
}

.imgs{
	position: relative;
}
.sale .saletag,
.saleSM .saletag{
	position: absolute;
	top: 0px;
	left: 2px;
}
.sale .saletag{
	width: 110px;
	height: 110px;
	background: url(../cjcustom/images/saletag.gif) no-repeat;
}
.saleSM .saletag{
	left: 0px;
	width: 55px;
	height: 55px;
	background: url(../cjcustom/images/saletagSM.gif) no-repeat;
}
#cart_contents td{
	padding: 3px 5px;
	vertical-align: top;
}
.ProductDetailsTitle {
	display: block;
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
}
.ProductDetailsTitle {
	color: #FFF !important;
}
.GoImage{
	position: relative;
	top: 4px;
	left: 3px;
}
#searchAgain{
	position: absolute;
	top: -40px;
	right: 10px;
}
.navTbl td{
	padding: 5px;
}
.navTbl * a{
	color: #FFF;
	text-decoration: none !important;
}
.flink_prod td{
	width: 110px;
	text-align: center;
	background: #FFF;
	border-top: 5px solid #36403F;
	border-bottom: 5px solid #36403F;
}
.flink_prod td a:first-child{
	display: block;
	width: 90px;
	height: 90px;
	margin: 10px;
	text-align: center;
	overflow: hidden;
}
.flink_prod td a img{
	max-width: 90px;
	max-height: 90px;
}
.flink_prod td a.txt_link{
	display: block;
	height: 95px;
	padding: 5px;
	color: #CCC;
	font-size: 9pt;
	text-decoration: none !important;
	text-transform: uppercase;
	background: #860000;
	text-align: center;
}
.flink_prod td a.txt_link strong{
	color: #FFF;
}

/* --------------------------------------------------------------- Invoice Styles */
#orderinvoice *{
	color: #000;
}
#invoiceprods{
	border-top: 2px solid #000;
}
#invoiceprods th,
#invoiceprods td{
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #EEE;
}
#invoiceprods td,
#invoiceprods td *{
	font-size: 9pt !important;
}
#invoicettls td{
	padding: 5px 10px;	
}

/* --------------------------------------------------------------- Thumb Layout Styles */
.captcha{
	width: 435px;
	border: 1px solid #5D6C6B;
}
.captcha td{
	padding: 10px !important;
}

/* --------------------------------------------------------------- Thumb Layout Styles */
#thumbs .thumb_box{
	float: left;
	display: block;
	width: 157px;
	margin: 3px;
	padding: 5px;
	text-decoration: none;
	border: 2px solid #7D9391;
}
#thumbs .thumb_box div{
	width: 157px;
	height: 157px;
	overflow: hidden;
	text-align: center;
	background: #FFF;
}
#thumbs .thumb_box div img{
	max-height: 148px;
}
#thumbs .thumb_box a{
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#thumbs .thumb_box a strong{
	color: #FFF;
}
#thumbs .thumb_box:hover{
	border: 2px solid #FFF;
}
#thumbs .thumb_box:hover a{
	color: #FFF;
}
#mmy_form{
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 50px;
	background: #293130 url(../cjcustom/images/yellow_exclam.gif) no-repeat 10px 5px;
}
#mmy_form p{
	margin: 0px 0px 10px;
}

/* --------------------------------------------------------------- Variant type Styles */
.variant_layout{
	width: 100%;
}
.variant_layout td:first-child{
	padding-right: 25px;
}
.variant_layout td{
	vertical-align: top;
}
#pdv_header{
	margin-bottom:40px;
	margin-right: 10px;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
}
#pdv_options{
	margin-bottom: 30px;
	padding: 10px 20px 20px;
	background: #2F3837;
}
.cartImgBox{
	width: 200px;
	padding-right: 10px;
}
.cartImgBox a:first-child{
	display: block;
	text-align: center;
}
.cartImgBox a:first-child img{
	max-width: 200px;
	max-height: 300px;
}
#mmy_list div{
	display: block;
	width: 316px;
	margin: 5px 5px;
	padding: 10px;
	border: 2px solid #293130;
	background-color: #36403F !important;
}
#accs .accessory{
	display: block;
	width: 316px;
	margin: 5px 5px;
	padding: 10px;
	cursor: pointer;
	border: 2px solid #293130;
}
#accs a{
	text-decoration: none;
}
#accs table:hover{
	background-color: #36403F !important;
}
#accs .accessory .info p{
	margin: 0px;
	text-align: left;
	font-size: 10pt;
}
#accs .accessory .img{
	width: 81px;
}
#accs .accessory .img img{
	max-width: 75px;
	border: 3px solid #FFF;
}
#accs .info .prod{
	font-size: 14pt !important;
	font-weight: bold;
}
#accs .info .price{
	font-size: 12pt !important;
	font-weight: bold;
}
	

/* --------------------------------------------------------------- Generic Layout Styles */
.group{
	padding: 10px;
}
.productList{
	position: relative;
	float: left;
	width: 680px;
	margin: 3px 5px;
	border: 2px solid #293130;
}
.odd{
	background-color: #454F4E;
}
.productList .listDetails{
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 3px;
	text-decoration: none !important;
}
.productList .listImg,
.productList .listInfo{
	float: left;
	margin: 10px;
}
.productList .listImg{
	width: 100px;
	max-height: 100px;
	margin-right: 0px;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
}
.productList .listImg a img{
	max-width: 100px;
	max-height: 100px;
}
.productList .listInfo{
	width: 550px;
}
.productList .listInfo p{
	margin: 3px;
}
.productList .listInfo .listHeading,
.productList .listInfo .listPrice{
	font-size: 12pt;
	font-weight: bold;
}
.productList .listInfo .listSKU{
	font-weight: bold;
}

/* --------------------------------------------------------------- Tire Layout Styles */
.tires h2{
	margin-top: 2em;
}
.tires h2:first-child{
	margin-top: 0em;
}
.tires > span{
	display: list-item;
	margin-left: 15px;
	font-size: 8.5pt;
}
.tire_tbl{
	width: 100%;
	margin-bottom: 5px;
}
.tire_tbl th{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.tire_tbl tbody *{
	color: #000;
	font-size: 9pt;
}
.tire_tbl * a{
	color: #000;
}
.tire_tbl * a:hover{
	color: #CC0000 !important;
}
.tire_tbl tr td:first-child{
	border-left: 1px solid #CCC;
}
.tire_tbl td{
	padding: 5px;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.tire_tbl tr.even td{
	background-color: #EEE;
}

/* --------------------------------------------------------------- Product Header Styles */
.productsHeader{
	float: left;
	width: 698px;
	margin-bottom: 2em;
}
.productsHeader > div{
	float: left;
}
.productsHeader div.imgs{
	position: relative;
	width: 240px;
	margin: 0px 10px 10px 0px;
	background-color: #293130;
}
.productsHeader div.imgs p{
	position: absolute;
	bottom: 10px;
	left: 10px;
	max-width: 210px;
	padding: 2px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.img_main{
	display: block;
	width: 248px;
	min-height: 200px;
	margin-top: 2px;
	margin-left: 2px;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
}
.img_main img{
	max-width: 240px;
	max-height: 240px;
}
div.thumbs{
	width: 255px;
	margin-top: 2px;
}
div.thumbs div{
	float: left;
	width: 80px;
	height: 80px;
	margin: 2px;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
}
div.thumbs div a img{
	max-width: 74px;
	max-height: 74px;
}
.productsHeader div.descr{
	width: 408px;
	padding: 0px 20px;
	font-size: 12pt;
}

/* --------------------------------------------------------------- Footer Styles */
#footer{
	clear: both;
	position: relative;
	width: 1000px;
	height: 70px;
	background: url(../cjcustom/images/footer_bg.jpg) no-repeat;
}
#footer_logo{
	width: 300px;
	padding-top: 31px;
	padding-left: 167px;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../cjcustom/images/crt_footer_logo.gif) no-repeat 54px 29px;
}
#footer_logo span{
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
#footer_lnks{
	position: absolute;
	top: 10px;
	right: 26px;
	width: 500px;
}
#footer_lnks td:first-child{
	padding-top: 3px;
}
#footer_lnks td,
#footer_lnks td *{
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
	line-height: 150%;
}
#auth_dot_net_lnk{
	width: 80px;
}
#auth_dot_net_lnk a{
	margin-left: 16px;
}

/* --------------------------------------------------------------- Cart Styles */
#cartbox > p{
	margin: 1em 0px;
}
#lineitems td{
	vertical-align: top;
}
.ButtonsRow{
	padding-left: 30px;
}


/* --------------------------------------------------------------- Misc Styles */
.clear{
	clear: both !important;
}
.dialog_box br.clear{
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.fright{
	float: right;
	margin: 10px 0px 10px 10px;
}
.fleft{
	float: left;
	margin: 10px 10px 10px 0px;
}
.errors{
	padding: 20px;
}
.upper{
	text-transform: uppercase;
}

/* --------------------------------------------------------------- Carousel Styles */
.carousel {
	float: left;
	width: 360px;
	margin-bottom: 40px;
	margin-right: 2px;
	overflow: hidden;
}
.carousel .navi{
	float: left;
	width: 360px;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-left: 10px;
}
.carousel .navi span{
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;    
	cursor: pointer;
	overflow: hidden;
	background: url(../cjcustom/images/dots.png) 0 0 no-repeat; 
}
.carousel .navi span:hover{
	background-position: 0 -8px;      
}
.carousel .navi span.active{
	background-position: 0 -16px;     
} 
.carousel .items{
	float: left;
	width: 350px !important;
	height: 206px;
	background: #FFF;
	border: 5px solid #EDEDED;
}
.carousel .items a,
.carousel .items div{
	float: left;
	display: block;
	width: 350px;
	height: 206px;
	outline: none;
	cursor: pointer;
}
.carousel .items a img {
	width: 350px;
}

/* --------------------------------------------------------------- Checkout Styles */
.cust {
	margin-bottom: 10px;
}
.cust td {
	padding: 0 0 5px 20px;
}
.SubHeaderGrey {
	font-size: 11pt;
	margin-top: 10px;
	font-weight: bold;
}
.SubHeader {
	background-color: #5D6C6B;
	color: #FFFFFF;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}
.nomargin {
	margin: 0 !important;
	color: #fff !important;
}

/* --------------------------------------------------------------- unsorted */

.accessory_item{
	float: left;
	width: 216px;
	height: 125px;
	margin: 2px;
	padding: 5px;
	overflow: hidden;
	border: 2px solid #CFDBDB;
}
.accessory_item:hover{
	border: 2px solid #B9C5C5;
}
.accessory_item img{
	float: right;
	margin: 0px 0px 5px 5px;
	max-width: 75px;
	max-height: 120px;
}

.product_brand {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.product_name {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#product_price {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
