/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {
	font-family: arial;
	font-size: 10px;
}
.errorBox {
	font-family: arial;
	font-size : 10px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family: arial;
	font-size : 10px;
	color: #cc0033;
}
.productsNotifications {
	background: #242424;
}
.orderEdit {
	font-family: arial;
	font-size : 10px;
	color: #000001;
	text-decoration: underline;
}
BODY {
	color: #ffffff;
	margin: 0px;
	padding:0px;
	background:#131313;
}
A { /* color: #ff0000; */
	font-family:arial;
	text-decoration: none;
}
A:hover { /* color: #AABBDD; */
	text-decoration: underline;
}
FORM {
	display: inline;
}
td, div {
	padding:0px;
	margin:0px;
	font-family:arial;
}
/* ********************************************************************************************************* */
td {
	vertical-align:top;
}
table {
	width:100%;
}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	font-family:arial;
	background: #ff0000;
	text-align:center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	background: #00ff00;
	text-align: center;
}
.infoBox {
	background: #242424;
}
.infoBoxContents {
	padding:0px 0px 0px 10px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	font-size: 10px;
	font-family: arial;
	background: #FFE6E6;
}
TD.infoBoxHeading {
	color: #ffffff;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	background: #bbc3d3;
}
TD.infoBox, SPAN.infoBox {
	font-size: 10px;
	font-family: arial;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background:#242424;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: arial;
	background: #b6b7cb;
}
TD.productListing-data { /* font-size: 10px;font-family: arial; */
}
A.pageResults { /* color: #0000FF; */
}
A.pageResults:hover { /* color: #0000FF; */
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	color: #9a9a9a;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
}
TD.pageHeading a, DIV.pageHeading a {
	color: #9a9a9a;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	text-decoration:none;
}
TD.pageHeading a:hover, DIV.pageHeading a:hover {
	color: #9a9a9a;
	text-decoration:underline;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	color: #ff0000;
	font-size: 10px;
	font-family: arial;
}
TD.accountCategory {
	color: #aabbdd;
	font-size: 13px;
	font-family: arial;
}
TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
TD.fieldValue {
	font-size: 12px;
	font-family: arial;
}
TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
SPAN.newItemInCart {
	color: #ff0000;
	font-size: 11px;
	font-family: arial;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
	font-family: arial;
}
TEXTAREA {
	font-size: 11px;
	font-family: arial;
	width: 100%;
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
}
SPAN.greetUser {
	color: #f0a480;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-size:12px;
	font-weight: bold;
	font-family: arial;
}
SPAN.markProductOutOfStock {
	color: #c76170;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
SPAN.errorText {
	color: #ff0000;
	font-family: arial;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #242424;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #242424;
}
.checkoutBarFrom, .checkoutBarTo {
	color: #666665;
	font-size: 10px;
	font-family: arial;
}
.checkoutBarCurrent {
	color: #666665;
	font-size: 10px;
	font-family: arial;
}
/* message box */
.messageBox {
	font-family: arial;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: arial;
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: arial;
	font-size: 10px;
	background-color: #99ff00;
}
/* input requirement */
.inputRequirement {
	font-family: arial;
	font-size: 10px;
	color: #ff0000;
}
/* ************************************************************************************* */
.vam {
	vertical-align:middle;
}
.tac {
	text-align:center;
}
.b_width strong {
	display:block;
	width:170px;
	font-weight:normal;
}
.width2_100 {
	width:100%;
}
.width2_100 select {
	width:90%;
}
.info_table .main .bg_input input, .bg_input input {
	background:none;
	border:0px;
}
.bg_input2 {
	background:none;
	border:0px;
}
.img_middle img {
	vertical-align:middle;
	margin:1px 10px 0px 0px;
}
.img_middle {
	padding:3px 0px 3px 0px;
}
.ofh {
	overflow:hidden;
}
.al_left img {
	vertical-align:middle;
}
.al_left strong {
	text-align:left;
}
.fl_left {
	float:left;
}
.fl_right {
	float:right;
}
.cl_both {
	clear:both;
	line-height:0px;
	font-size:0px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.bg_main {
	background:url(images/main_bg.jpg) center 0px no-repeat;
}
.bg2_main {
	padding:12px 30px 12px 30px;
}
.bg3_main {
	width:880px;
	margin:auto;
	position:relative;
}
.bg4_main {
	padding:0px 0px 0px 0px;
}
.bg5_main {
	padding:0px 0px 0px 0px;
}
.bg6_main {
	padding:0px 0px 0px 0px;
}
.main_table {
	background:url(images/spacer.gif) 223px 0px repeat-y;
}
.box_width_left {
	width:198px;
}
.box_width_right {
	width:0px;
	display:none;
}
.content_width_td {
	width:100%;
	padding:0px 0px 0px 8px;
}
.box_width_td_left {
	padding:0px 0px 0px 0px;
}
.box_width_td_right {
	padding:0px 0px 0px 0px;
}
/* ************************************************************************************* */
.logo {
	padding:11px 0px 0px 0px;
	height:67px;
}
.row_1 {
	height:81px;
}
.row_2 {
	padding:11px 0px 0px 0px;
}
.menu {
	background:url(images/menu_right.gif) 100% 0px no-repeat #303030;
}
.menu_table {
	background:url(images/menu_left.gif) 0px 0px no-repeat
}
.menu_separator {
	background:#000000;
}
.navigation {
	background:url(images/navitation_right.gif) 100% 0px no-repeat #1c1c1c;
}
.navigation_table {
	background:url(images/navitation_left.gif) 0px 0px no-repeat;	
}
.navigation_separator {
	background:#000000;
}
.navigation_td {
	width:25%;
	height:40px;
	text-align:center;
	vertical-align:middle;
}
/* ************************************************************************************* */
.header td {
	color:#808080;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	font-family:arial;
	white-space:nowrap;
	vertical-align:middle;
}
.header span {
	color:#808080;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	font-family:arial;
	vertical-align:middle;
	white-space:nowrap;
}
.header .z1 {
	background:url(images/z1.gif) 0px 0px no-repeat;
	color:#616161;
	font-size:11px;
	font-weight:normal;
	font-family:arial;
	height:15px;
	font-weight:normal;
	padding-left:20px;
}
.header a {
	color:#616161;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	font-family:arial;
	text-decoration:underline
}
.header a:hover {
	color:#616161;
	text-decoration:none;
}
.header form {
	display:inline;
}
.select {
	width:100%;
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
}
.select2 {
	width:80%;
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
	margin:10px 20px 10px 10px;
}
.go {
	width:100%;
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	height:20px;
	vertical-align:middle;
	margin-right:2px;
}
.select3 {
	width:100%;
	border:1px solid #858585;
	color:#000000;
	background:#bbbbbb;
}
.s_cart_td input {
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
}
.info_table .main select {
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
	width:127px;
}
.info_table .main input {
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
}
.info_input input {
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
}
.class_1 {
	height:227px;
	padding:86px 0px 0px 48px;
	background:url(images/logo_bg.jpg) 0px 0px no-repeat;
}
.class_2 {
	height:117px;
	padding:24px 0px 0px 100px;
	background:url(images/logo2_bg.jpg) 0px 0px no-repeat;
}
.banner {
	background:url(images/banner_02_bg.jpg) 0px 0px repeat-x;
	margin:0px 0px 0px 0px;
}
.banner .td {
	background:url(images/banner_02_right.jpg) 100% 0px no-repeat;
}
.banner div {
	background:url(images/banner_02_left.jpg) 0px 0px no-repeat;
}
.banner .td div table td {
	height:218px;
	padding:48px 48px 0px 0px;
	text-align:right;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.f_bg {
	background:url(images/f_bg.gif) 0px 0px repeat-x;
}
.footer_td {
	width:1px;
	text-align:left;
}
.footer_td td {
	padding:0px 0px 0px 120px;
}
.footer2_td {
	width:100%;
	padding:0px 100px 0px 100px;
	text-align:left
}
.footer {
	color:#2d2d2d;
	font-size:11px;
	line-height:20px;
	font-family:arial;
	vertical-align:middle;
	height:66px;
}
.footer td {
	color:#2d2d2d;
	font-size:11px;
	line-height:20px;
	font-family:arial;
	vertical-align:middle;
}
.footer a {
	color:#2d2d2d;
	font-size:11px;
	line-height:20px;
	font-family:arial;
	text-decoration:none;
}
.footer a:hover {
	color:#2d2d2d;
	text-decoration:underline;
}
.footer span {
	color:#5d5d5d;
	font-size:11px;
	font-weight:normal;
	font-family:arial;
}
.footer span a {
	color:#5d5d5d;
	font-size:11px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}
.footer span a:hover {
	color:#5d5d5d;
	text-decoration:underline;
}
.footer b {
	color:#2d2d2d;
	font-size:11px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}
.footer b a {
	color:#2d2d2d;
	font-size:11px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}
.footer b a:hover {
	color:#2d2d2d;
	text-decoration:underline;
}
/* ************************************************************************************* */
.popup {
	background:url(images/p_logo1.jpg) center 0px no-repeat;
}
.popup td {
	color:#8e8e8e;
	font-size:11px;
	line-height:14px;
	font-family:tahoma;
}
.popup strong {
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	padding:10px 0px 4px 0px;
	display:block;
}
.popup a, .popup a u {
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.popup a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.popup .cont_heading_td {
	color:#f6f5f4;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	font-family:arial;
}
/* ************************************************************************************* */
.height {
	height:260px;
}
/* ************************************************************************************* */
* html .width_100 {
	width:100%;
}
.s_tl {
	background:url(images/s_tl.gif) left top no-repeat #f6f8f5;
	width:100%;
}
.s_tr {
	background:url(images/s_tr.gif) right 0px no-repeat;
}
.s_bl {
	background:url(images/s_bl.gif) left bottom no-repeat;
}
.s_br {
	background:url(images/s_br.gif) right bottom no-repeat;
	padding:10px 10px 5px 13px;
}
/* ************************************************************************************* */
.content_top {
	background:#000000;
}
.content_right {
	background:#000000;
}
.content_bottom {
	background:#000000;
}
.content_left {
	background:#000000;
}
.content_center {
	background:#000000;
	padding:4px 5px 24px 4px;
	width:100%;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.info_table {
	border:1px solid #000000;
	background:#000000;
	margin:3px 0px 9px 0px;
}
.info_td {
	padding:10px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.prod_t {
	background:url(images/prod_t.gif) 0px 100% repeat-x #1d1d1d;
}
.prod_tl {
	background:url(images/prod_tl.gif) 0px 0px no-repeat;
	width:100%;
}
.prod_tr {
	background:url(images/prod_tr.gif) right 0px no-repeat;
}
.prod_bl {
	background:url(images/prod_bl.gif) 0px 100% no-repeat;
}
.prod_br {
	background:url(images/prod_br.gif) 100% 100% no-repeat;
	padding:10px 0px 17px 0px;
}
.prod1_br {
	background:url(images/prod_br.gif) 100% 100% no-repeat;
	padding:10px 10px 15px 10px;
}
.prod2_br {
	background:url(images/prod_br.gif) 100% 100% no-repeat;
	padding:10px 10px 9px 10px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.pic2_t {
	background:url(images/pic2_line.gif) 0px top repeat-x #ffffff;
	margin:3px 0px 9px 0px;
}
.pic2_r {
	background:url(images/pic2_line.gif) right 0px repeat-y;
}
.pic2_b {
	background:url(images/pic2_line.gif) 0px bottom repeat-x;
}
.pic2_l {
	background:url(images/pic2_line.gif) 0px 0px repeat-y;
}
.pic2_tl {
	background:url(images/pic2_tl.gif) left top no-repeat;
	width:100%;
}
.pic2_tr {
	background:url(images/pic2_tr.gif) right 0px no-repeat;
}
.pic2_bl {
	background:url(images/pic2_bl.gif) left bottom no-repeat;
}
.pic2_br {
	background:url(images/pic2_br.gif) right bottom no-repeat;
	padding:3px 5px 3px 5px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.pic_t {
	width:1px;
}
.pic_r {
	padding:0px 0px 0px 0px;
}
/* ************************************************************************************* */
.popup_t {
	background:url(images/popup_line.gif) 0px top repeat-x #ffffff;
	margin:4px 0px 12px 0px;
}
.popup_t {
	background:url(images/popup_line.gif) 0px top repeat-x #ffffff;
}
.popup_r {
	background:url(images/popup_line.gif) right 0px repeat-y;
}
.popup_b {
	background:url(images/popup_line.gif) 0px bottom repeat-x;
}
.popup_l {
	background:url(images/popup_line.gif) 0px 0px repeat-y;
}
.popup_tl {
	background:url(images/popup_tl.gif) left top no-repeat;
	width:100%;
}
.popup_tr {
	background:url(images/popup_tr.gif) right 0px no-repeat;
}
.popup_bl {
	background:url(images/popup_bl.gif) left bottom no-repeat;
}
.popup_br {
	background:url(images/popup_br.gif) right bottom no-repeat;
	padding:4px 13px 11px 13px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading_table {
	background:url(images/corner_top_right.gif) 100% 0px no-repeat #242424;
}
.infoBoxHeading_td {
	background:url(images/corner_top_left.gif) 0px 0px no-repeat;
	padding:17px 10px 1px 10px;
	height:32px;
	width:100%;
}
/* ************************************************************************************* */
.infoBoxHeading_td {
	color:#ff6c00;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
}
.infoBoxHeading_td a {
	color:#ff6c00;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-family:arial;
	text-decoration:none
}
.infoBoxHeading_td a:hover {
	color:#ff6c00;
	text-decoration:underline;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox_table {
	background:url(images/infoBox_bl.gif) 0px 100% no-repeat #242424;
	margin:0px 0px 1px 0px;
}
.infoBox_td {
	background:url(images/infoBox_br.gif) 100% 100% no-repeat;
}
/* ************************************************************************************* */
.infoBoxContents_table {
	margin:0px 0px 0px 0px;
}
.infoBoxContents_table .boxText {
	padding:10px 11px 10px 9px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBoxHeading2_table {
	background:url(images/corner2_top_right.gif) 100% 0px no-repeat #eeeeee;
}
.infoBoxHeading2_td {
	background:url(images/corner2_top_left.gif) 0px 0px no-repeat;
	padding:17px 10px 1px 10px;
	height:32px;
	width:100%;
}
/* ************************************************************************************* */
.infoBoxHeading2_td {
	color:#ff6c00;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
}
.infoBoxHeading2_td a {
	color:#ff6c00;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-family:arial;
	text-decoration:none
}
.infoBoxHeading2_td a:hover {
	color:#ff6c00;
	text-decoration:underline;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.infoBox2_table {
	background:url(images/infoBox2_bl.gif) 0px 100% no-repeat #eeeeee;
	margin:0px 0px 1px 0px;
}
.infoBox2_td {
	background:url(images/infoBox2_br.gif) 100% 100% no-repeat;
}
/* ************************************************************************************* */
.infoBoxContents2_table {
	margin:0px 0px 0px 0px;
}
.infoBoxContents2_table .boxText {
	padding:10px 11px 10px 9px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
.boxText, .boxText td {
	color:#5d5d5d;
	font-size:11px;
	line-height:12px;
	font-family:arial;
}
.boxText a {
	color:#5d5d5d;
	font-size:11px;
	line-height:12px;
	font-family:arial;
	text-decoration:none;
}
.boxText a:hover {
	color:#5d5d5d;
	text-decoration:underline;
}
.boxText span {
	display:block;
	padding:0px 0px 9px 0px;
}
.boxText span a {
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	text-decoration:underline;
}
.boxText span a:hover {
	color:#ffffff;
	text-decoration:none;
}
.boxText span.productSpecialPrice {
	color:#ff6c00;
	font-size: 18px;
	line-height:20px;
	font-family: arial;
	font-weight:normal;
	display:inline;
}
del {
	color:#ff6c00;
	font-size: 18px;
	line-height:20px;
	font-family: arial;
	font-weight:normal;
}
.boxText div.img {
	margin:10px 0px 10px 0px;
	text-align:center;
}
.boxText .name_padd {
	padding:5px 0px 1px 0px;
	text-align:center;
	height:48px;
	vertical-align:top;
}
.boxText .pic_padd {
	padding:1px 0px 16px 0px;
	text-align:center;
}
.boxText .price_padd {
	padding:0px 0px 7px 0px;
	text-align:center;
}
.boxText .button_padd {
	padding:9px 0px 5px 0px;
	text-align:center;
}
.boxText .desc_padd {
	padding:0px 0px 0px 0px;
	text-align:center;
}
.boxText .star_padd {
	padding:2px 0px 1px 0px;
	text-align:center;
}
.boxText select {
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
	margin:6px 0px 6px 0px;
}
.boxText .go2 {
	border:1px solid #505050;
	color:#000000;
	background:#bbbbbb;
	vertical-align:middle;
}
/* ************************************************************************************* */
.boxText font {
	color:#87174a;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.boxText font a {
	color:#ff0000;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
.boxText font a:hover {
	color:#ff0000;
	text-decoration:underline
}
.boxText font.sc a {
	color:#74ad2e;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.boxText font.sc a:hover {
	color:#74ad2e;
	text-decoration:underline
}
.boxText strong a {
	color:#070304;
	text-decoration:none;
	font-size:12px;
}
.boxText strong a:hover {
	color:#070304;
	text-decoration:underline
}
/* ************************************************************************************* */
.boxText li {
	padding:0px 0px 0px 0px;
	width:100%;
}
.boxText li, .boxText li a {
	font-family:arial;
}
.boxText ul {
	list-style:none;
	margin:0px 0px 16px 1px;
	padding:0;
}
.boxText li a {
	display:block;
}
.boxText ul li div {
	padding-left:11px;
}
.boxText .bg_list {
	background:url(images/bg_list_hline.gif) 0px 0px repeat-x;
}
.boxText .bg_list a {
	color:#3d3d3d;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	padding:4px 0px 2px 10px;
	background:url(images/bg_list.gif) 0px 9px no-repeat;
}
.boxText .bg_list a:hover {
	color:#3d3d3d;
	text-decoration:underline;
}
.boxText .bg_list_un {
	color:#3d3d3d;
	font-size:12px;
}
.boxText .bg_list_un a {
	color:#3d3d3d;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	padding:4px 0px 2px 10px;
	text-decoration:none;
	background:url(images/bg_list.gif) 0px 9px no-repeat;
}
.boxText .bg_list_un a:hover {
	color:#3d3d3d;
	text-decoration:underline;
}
/* ************************************************************************************* */
.boxText .bg_list2 {
	background:url(images/bg_list2_hline.gif) 0px 0px repeat-x;
}
.boxText .bg_list2 a {
	color:#5d5d5d;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	padding:4px 10px 2px 10px;
	background:url(images/bg_list2.gif) 0px 9px no-repeat;
}
.boxText .bg_list2 a:hover {
	color:#ff6c00;
	text-decoration:underline;
}
.boxText .bg_list2 a b {
	color:#ff6c00;
	font-weight:normal;
}
.boxText .bg_list2 a:hover b {
	color:#ff6c00;
	font-weight:normal;
}
.boxText .bg_list2_un {
}
.boxText .bg_list2_un a {
	color:#5d5d5d;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	padding:4px 10px 2px 10px;
	background:url(images/bg_list2.gif) 0px 9px no-repeat;
}
.boxText .bg_list2_un a:hover {
	color:#ff6c00;
	text-decoration:underline;
}
.boxText .bg_list2_un a b {
	color:#ff6c00;
	font-weight:normal;
}
.boxText .bg_list2_un a:hover b {
	color:#ff6c00;
	font-weight:normal;
}
/* ************************************************************************************* */
.boxText .bg_list3 {
	background:url(images/bg_list2_hline.gif) 0px 0px repeat-x;
}
.boxText .bg_list3 a {
	color:#5d5d5d;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	padding:4px 10px 2px 1px;
	background:url(images/bg_list2.gif) right 9px no-repeat;
}
.boxText .bg_list3 a:hover {
	color:#ff6c00;
	text-decoration:underline;
}
.boxText .bg_list3_un {
}
.boxText .bg_list3_un a {
	color:#5d5d5d;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	padding:4px 10px 2px 1px;
	background:url(images/bg_list2.gif) right 9px no-repeat;
}
.boxText .bg_list3_un a:hover {
	color:#ff6c00;
	text-decoration:underline;
}
/* ************************************************************************************* */
/*  .main .boxText_td				{padding:10px 20px 19px 20px;}  */

.main a.enlarge {
	color:#ffffff;
	font-size:11px;
	text-transform:lowercase;
	font-weight:normal;
	display:block;
	padding:10px 0px 10px 0px;
	font-family:arial;
	text-decoration:underline;
}
.main a:hover.enlarge {
	color:#ffffff;
	font-size:11px;
	text-transform:lowercase;
	font-weight:normal;
	text-decoration:none
}
.result {
	margin:0px 0px 0px 0px;
}
.result_top_padd td {
	width:50%;
	vertical-align:middle;
	padding:17px 22px 16px 22px;
}
.result_bottom_padd td {
	width:50%;
	vertical-align:middle;
	padding:19px 22px 0px 22px;
}
.result_right {
	text-align:right;
}
.result td {
	color:#ffffff;
	font-size:11px;
}
.result b {
	color:#ffffff;
	font-weight:normal;
}
/* ************************************************************************************* */
.result_right b {
	color:#ffffff;
	font-weight:normal;
}
.result_right a.pageResults {
	color:#ffffff;
	text-decoration:underline;
	font-size:11px;
}
.result_right a.pageResults:hover {
	color:#ffffff;
	text-decoration:none;
	background: #9e9895;
}
.result_right a.pageResults u {
	color:#ffffff;
	text-decoration:underline;
}
.result_right a.pageResults u:hover {
	color:#ffffff;
	text-decoration:none;
}
/* ************************************************************************************* */
TD.smallText, SPAN.smallText, .smallText em, P.smallText {
	font-size: 11px;
	color:#808080;
	font-weight:normal;
	font-style:normal;
}
.smallText a {
	color:#fffffe;
	font-size:11px;
	text-decoration:none;
}	/*  advanced_search.php  */
.smallText a:hover {
	color:#fffffe;
	font-size:11px;
	text-decoration:underline;
}
.smallText a u {
	color:#fffffe;
	font-size:11px;
	text-decoration:none;
}
.smallText a:hover u {
	color:#fffffe;
	font-size:11px;
	text-decoration:underline;
}
/* ************************************************************************************* */
td.main, p.main, div.main, .main td, .main p, .main .desc {
	color:#c9c9c9;
	font-size:12px;
	line-height:12px;
	font-family:arial;
}
.main b {
	color:#e96525;
	font-size:12px;
	line-height:12px;
	font-family:arial;
}
.main .s_cart_head {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
}
.main a {
	color:#FF6C00;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	font-family:arial;
}
.main a:hover {
	color:#FF6C00;
	text-decoration:underline;
}
.main .name b a {
	color:#FF6C00;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-decoration:underline;
}
.main .name b a:hover {
	color:#FF6C00;
	text-decoration:none;
}
.main .name a {
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
}
.main .name a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.main .desc a {
	color:#ffffff;
	font-size:11px;
	line-height:14px;
	text-decoration:underline;
}
.main .desc a:hover {
	color:#ffffff;
	text-decoration:none;
}
.main .desc {
	font-size:12px;
	line-height:20px;
	font-weight:normal;
}
.main .desc b {
	color:#808080;
}
.main .desc strong {
	color:#808080;
}
SPAN.productSpecialPrice {
	color:#ffffff;
	font-size: 12px;
	line-height:15px;
	font-family: arial;
	font-weight:normal;
	display:inline;
}
s {
	color:#ffffff;
	font-size: 12px;
	line-height:15px;
	font-family: arial;
	font-weight:normal;
}
.main SPAN.productSpecialPrice {
	color:#ff6c00;
	font-size: 18px;
	line-height:20px;
	font-family: arial;
	font-weight:normal;
	display:inline;
}
.main s {
	color:#ff6c00;
	font-size: 18px;
	line-height:20px;
	font-family: arial;
	font-weight:normal;
}
.main .strong {
	font-size:12px;
	font-family: arial;
	line-height:45px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
}
.main .padd_2 INPUT, .main .padd_2 SELECT {
	border:1px solid #818181;
}
/* ************************************************************************************* */
.main .desc ul {
	margin:1px 0px 10px 0px;
	list-style:none;
	padding:0;
}
.main .desc li {
	background:url(images/bg_list4_hline.gif) 0px 100% repeat-x;
}
.main .desc li div {
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	padding:7px 0px 7px 8px;
	text-decoration:none;
	background:url(images/bg_list4.gif) 0px 12px no-repeat;
}
.main .desc li a {
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
}
.main .desc li a:hover {
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	text-decoration:underline;
}
.desc_list {
	width:50%;
}
.desc_list_separator {
	padding:0px 20px 0px 20px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.main .pic_padd {
	padding:7px 10px 2px 10px;
	float:left;
}
.main .name_padd {
	padding:8px 0px 14px 19px;
}
.main .desc_padd {
	padding:12px 10px 10px 10px;
	text-align:left;
}
.main .data_padd {
	padding:6px 10px 0px 0px;
}
.main .price_padd {
	padding:3px 11px 0px 0px;
	float:right;
}
.main .button_padd {
	margin:0px 6px 0px 6px;
	padding:0px 1px 0px 0px;
}
.main .s_cart_head_padd {
	padding:8px 0px 7px 0px;
}
.main .s_cart_td {
	padding:15px 0px 0px 0px;
}
.main .name2_padd {
	height:42px;
	padding:6px 0px 7px 0px;
	vertical-align:top;
}
.main .name22_padd {
	height:13px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
.main .pic2_padd {
	padding:0px 0px 9px 0px;
	text-align:center;
}
.main .desc2_padd {
	padding:0px 0px 1px 0px;
}
.main .desc22_padd {
	padding:0px 0px 8px 0px;
}
.main .price2_padd {
	padding:10px 10px 1px 0px;
	vertical-align:middle;
	height:8px;
}
.main .button2_padd {
	padding:1px 5px 1px 0px;
	text-align:right;
	vertical-align:middle;
}
.main .button22_padd {
	margin:10px 0px 10px 0px;
}
.main .button2_padd table {
	text-align:center;
	width:1px;
}
.main div.img {
	margin:0px 0px 0px 0px;
	text-align:center;
}
.main .prod2_padd {
	margin:0px 0px 0px 0px;
	padding:12px 1px 0px 0px;
	overflow:hidden;
}
.main .name3_padd {
	padding:11px 10px 11px 10px;
	text-align:center;
}
.main .button3_padd {
	padding:0px 0px 0px 0px;
}
.main .price3_padd {
	padding:5px 10px 5px 0px;
	vertical-align:middle;
}
.main .name4_padd {
	height:5px;
	padding:4px 0px 29px 0px;
	vertical-align:middle;
	text-align:center;
}
.main .pic4_padd {
	padding:11px 4px 12px 4px;
	text-align:center;
}
/* ************************************************************************************* */
.button_marg img, .button_marg input {
	margin:2px;
}
.button2_marg img, .button2_marg input {
	margin:7px 0px 7px 0px;
}
/* ************************************************************************************* */
.prod_info {
	float:left;
	padding:3px 0px 0px 0px;
	margin:0px 15px 0px 0px;
	text-align:center;
}
.desc3_padd {
	padding:1px 10px 7px 14px;
	width:100%;
}
/* ************************************************************************************* */
table.listing {
	margin:7px 0px 0px 0px;
}
table.listing td {
	padding:1px 1px 1px 1px;
	color:#8e8e8e;
	font-size:10px;
	line-height:13px;
	font-family:arial;
}
.main .listing b {
	font-weight:normal;
}
.main .listing em, .main .listing font {
	color:#8e8e8e;
	font-size:10px;
	line-height:13px;
	font-family:arial;
}
.main .listing b font {
	color:#8e8e8e;
	font-size:10px;
	line-height:13px;
	font-family:arial;
}
.main .listing b font a {
	color:#8e8e8e;
	font-size:10px;
	line-height:13px;
	text-decoration:underline;
}
.main .listing b font a:hover {
	text-decoration:none
}
.main .listing font a {
	color:#8e8e8e;
	text-decoration:underline;
	font-size:10px;
	line-height:13px;
	font-weight:normal;
}
.main .listing font a:hover {
	color:#8e8e8e;
	text-decoration:none
}
/* ************************************************************************************* */
/* ************************************************************************************* */    
.left_part {
	float:left;
	width:75%
}
.right_part {
	float:right;
	padding:0px 0px 0px 0px;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.prod_line_x {
	background:url(images/line_x.gif) 0px center repeat-x;
}
.prod_line_y {
	background:url(images/line_y.gif) center 0px repeat-y;
}
.padd_gg img {
	height:4px;
}
.padd_vv img {
	width:1px;
}
.padd_vv {
	width:2%;
}
/* ************************************************************************************* */
.cart_line_x {
	background:url(images/line_xx.gif) 0px center repeat-x;
}
.cart_line_y {
	background:url(images/line_yy.gif) center 0px repeat-y;
}
.padd2_gg img {
	height:3px;
}
.padd2_vv img {
	width:3px;
}
.padd3_vv img {
	width:1px;
}
.tableBox_shopping_cart {
	margin:0px 0px 0px 0px;
}
.cart_total_left {
	width:80%;
	text-align:right;
	vertical-align:middle;
	height:38px;
	padding:0px 5px 0px 0px;
}
.cart_total_right {
	width:20%;
	text-align:center;
	vertical-align:middle;
}
.cart_total_left {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
}
.remove {
	width:20%;
}
.products {
	width:45%;
}
.quantity {
	width:15%;
}
.total {
	width:20%;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.cont_heading_table {
	margin:0px 0px 2px 0px;
}
.cont_heading_td {
	background:url(images/cont_heading_td.gif) 0px 0px repeat-x #2e2e2e;
	height:40px;
	padding:13px 6px 11px 6px;
	width:100%;
}
.cont_heading_t {
	background:url(images/cont_heading_t.gif) 0px 0px repeat-x;
}
.cont_heading_b {
	background:url(images/cont_heading_b.gif) 0px 0px repeat-x;
}
.cont_heading_l {
	background:url(images/cont_heading_td.gif) 0px 0px repeat-x #2e2e2e;
}
.cont_heading_r {
	background:url(images/cont_heading_td.gif) 0px 0px repeat-x #2e2e2e;
}
/* ************************************************************************************* */
.cont_heading_td {
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
}
.cont_heading_td a {
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	font-family:arial;
	text-decoration:none
}
.cont_heading_td a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
.padd_table1 {
	margin:1px 0px 1px 0px;
}
.padd_2 {
	padding:0px 0px 0px 0px;
}
.padd_table3 {
	margin:1px 0px 1px 1px;
}
.padd_3 {
	padding:0px 0px 0px 0px;
}
.padd_4 {
	padding:8px 22px 12px 22px;
}
.tableBox_output_td {
	padding:0px 0px 0px 0px;
}
.tableBox_output1_td {
	padding:0px 0px 0px 0px;
}
.tep_draw_prod_top_table {
	border:0px solid #efefef;
}
.tep_draw_prod_top_td {
	padding:0px 1px 10px 1px;
}
.tep_draw_prod_top2_td {
	padding:0px 1px 6px 11px;
}
.marg {
	margin:5px 0px 0px 0px;
}
/* ************************************************************************************* */
#main_bg {
	width:100%;
	margin:0 auto;
	position:relative;
}
.right_bgd {
	position:absolute;
	top:0px;
	left:0;
	width:50%;
	height:672px;
	background:url(images/tail_left.jpg) 0px 0px repeat-x;
}
/* ************************************************************************************* */
#m1, #m2, #m3, #m4, #m5, #m6, #over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m6 {
	width:146px;
	cursor:pointer;
	white-space:nowrap;
	text-align:left;
	vertical-align:middle;
	height:40px;
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	font-family:arial;
	padding:0px 0px 0px 0px;
}
#m1, #m2, #m3, #m4, #m5, #m6 {
	color:#bbbbbb;
}
#over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m6 {
	color:#ffffff;
}
/* ************************************************************************************* */
/* ************************************************************************************* */
