/* generic styles */
/* removes lines around button when clicked */
a:focus {
  -moz-outline-style: none;
}

table {
	border: 0;
    border-collapse: collapse;
}
th {
    text-align: left;
}
td {
    vertical-align: top;
	padding: 0;
}
img {
    border: 0;
}
form {
    margin: 0;
}
input, select, textarea {
    padding: 0;
    margin: 0;
}
input.radio {
    margin-bottom: -2px;
}

body {
	margin: 0px;
}


/* text/link styles */
p, td, th, li, select, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height: 15px;
}

p {
	margin:0px;
	margin-bottom:15px;
	line-height:15px;
}

h1 {
	font-size:14px;
	color:#ffffff;
	margin:0px;
}

h2 {
	color:#333333;
	font-size:12px;
	margin:0px;
}

.link_333 {
	color:#333333;
	text-decoration:none;
}

.link_333:hover, .link_white:hover {
	text-decoration:underline;
}

.link_white {
	color:#ffffff;
	text-decoration:none;
}

/* table/div styles */
/* general */
#div_site_holder {
	width:952px;
	position:absolute;
	left: 50%;
	margin-left: -476px; /*set to a negative number 1/2 of your width*/	
}

/* header */
#table_header {
	width:952px;
	height:241px;
	background-image:url(../template_images/header_bg.jpg);
	background-repeat:repeat-x;
}

#cell_back_link {
	height:29px;
	*height:27px;
	vertical-align:middle;
	padding-left:10px;
}

#cell_login {
	height:24px;
	text-align:right;
}

.input_login {
	width:156px;/*160px;*/
	height:24px;
	border:1px solid #cccccc;
	padding-top:3px;
	padding-left:2px;
}

#cell_logo {
	height:188px;
	width:277px;/*307px;*/
	padding-left:30px;
}

#cell_header_image {
	width:645px;
	text-align:right;
	vertical-align:bottom;
}

/* menu/nav */
#table_nav {
	width:952px;
	height:40px;
}

.cell_nav_btn_a {
	width:135px;
	height:40px; 
}

.cell_nav_btn_b {
	width:134px;
	height:40px; 
}

.cell_nav_divide {
	width:2px;
	height:40px;
}

.nav_btn_a {
	display:block;
	width:135px;
	height:28px; 
	padding-top:12px;
	background-image:url(../template_images/nav_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}

* html .nav_btn_a {
	display:block;
	width:135px;
	height:40px; 
	padding-top:12px;
	background-image:url(../template_images/nav_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}

.nav_btn_a:hover {
	background-position:0 -40px;
}

.nav_btn_b {
	display:block;
	width:134px;
	height:28px;/*40px;*/ 
	padding-top:12px;
	background-image:url(../template_images/nav_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
* html .nav_btn_b {
	display:block;
	width:134px;
	height: 40px; 
	padding-top:12px;
	background-image:url(../template_images/nav_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}

.nav_btn_b:hover {
	background-position:0 -40px;
}

/* recently ordered/most popular */
.table_ro_mp {
	width:952px;
	height:74px;
	margin-top:10px;
	background-image:url(../template_images/ro_mp_bg.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #ebebeb;
}

.cell_ro_mp_header {
	width:237px;/*238px;*/
	background-image:url(../template_images/ro_mp_header_bg.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
}

.cell_ro_mp_div {
	width:2px;
	background-image:url(../template_images/ro_mp_div.jpg);
	background-repeat:repeat-x;
}

.cell_ro_mp_main {
	width:167px;
	padding-left:10px;
	vertical-align:middle;
}

/* page center entry/right sidebar */
#table_pce_rs {
	width:952px;
	height:350px;
	margin-top:10px;
}

#table_pce_rs a               {color: #0099CC; text-decoration: none}
#table_pce_rs a:link          {color: #0099CC; text-decoration: none}
#table_pce_rs a:active        {color: #0099CC; text-decoration: none}
#table_pce_rs a:visited       {color: #0099CC; text-decoration: none}
#table_pce_rs a:hover         {color: #000000; text-decoration: none}

#table_pce_rs a.white               {color: #ffffff; text-decoration: none}
#table_pce_rs a.white:link          {color: #ffffff; text-decoration: none}
#table_pce_rs a.white:active        {color: #ffffff; text-decoration: none}
#table_pce_rs a.white:visited       {color: #ffffff; text-decoration: none}
#table_pce_rs a.white:hover         {color: #ffffff; text-decoration: underline}


/* latest purchase */
#cell_latest_purch {
	width:318px;
}

#cell_categories {
	width:407px;
}

#cell_right_sidebar {
	width:227px;
}

#table_latest_purch {
	width:307px;
	height:350px;
}

#cell_latest_purch_header {
	height:55px;
	background-image:url(../template_images/grey_header.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}

#cell_latest_purch_pic {
	height:260px;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#cell_latest_purch_btn {
	height:35px;
	text-align:right;
	padding-right:10px;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

/* categories */
#table_categories_holder {
	width:397px;
	height:350px;
}

.cell_categories_1 {
	width:204px;
	height:180px;
}

.cell_categories_2 {
	width:193px;
	height:180px;
}

.cell_categories_3 {
	width:204px;
	height:170px;
}

.cell_categories_4 {
	width:193px;
	height:170px;
}

.table_category {
	width:193px;
	height:170px;
}

.cell_category_header {
	height:55px;
	background-image:url(../template_images/blue_header.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
}

.cell_category_pic {
	height:115px;
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

/* right sidebar */
/* my shopping */
#table_my_shopping {
	width:227px;
	height:170px;
}

.cell_my_shopping_header_1 {
	height:55px;
	background-image:url(../template_images/grey_header.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding-left:10px;
	color:#ffffff;
}

.cell_my_shopping_header_2 {
	height:55px;
	background-image:url(../template_images/grey_header.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding-right:10px;
	color:#ffffff;
	text-align:right;
}

#cell_my_shopping_main {
	height:115px;
	*height:95px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px;
}


/* search */
#table_search {
	width:227px;
	height:80px;
	border:1px solid #cccccc;
	margin-top:10px;
}

.input_search {
	width:136px;
	height:24px;
	border:1px solid #cccccc;
	padding-top:3px;
	padding-left:2px;
}

/* phone */
#table_phone {
	width:227px;
	height:80px;
	margin-top:10px;
}

#cell_phone_logo {
	width:78px;
}

#cell_phone_no {
	width:149px;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
	text-align:center;
}

/* left side bar/page center info/right sidebar */
#table_ls_pci_rs {
	width:952px;
	height:350px;
	margin-top:10px;
}

/* left sidebar */
#cell_left_sidebar {
	width:248px;
}

#cell_pci {
	width:477px;
}

#table_left_sidebar {
	width:236px;
}

#cell_left_sidebar_header {
	height:55px;
	background-image:url(../template_images/grey_header.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding-left:10px;
}

#cell_left_sidebar_main {
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#cell_left_sidebar_main ul {
	margin-left:0px;
	padding:0px;
	margin-top:0px;
}

.li_header {
	display:block; 
	width:226px; 
	*width:236px; 
	padding-left:10px; 
	height:35px; 
	*height:55px; 
	padding-top:20px;
	background-image:url(../template_images/grey_header.jpg); 
	background-repeat:repeat-x; 
	border:none;
}

.li_main {
	list-style-type:none;
	height:22px;
	*height:28px;
	padding-top:6px;
	border-bottom:1px dotted #333333;
	margin-left:10px;
	margin-right:10px;
}

.link_sub1 {
	color:#333333;
	text-decoration:none;
	margin-left:5px;
}

.link_sub1:hover {
	text-decoration:underline;
}

.link_sub2 {
	color:#333333;
	text-decoration:none;
	margin-left:10px;
}

.link_sub2:hover {
	text-decoration:underline;
}

/* product listings */
#table_listing_holder {
	width:467px;
}

#cell_listing_header {
	height:55px;
	background-image:url(../template_images/grey_header.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding-left:10px;
	
}

.cell_listing_main_a {
	width:159px;
}

.cell_listing_main_b {
	width:149px;
}

.cell_listing_main_c {
	width:467px;
}

.table_listing_info {
	width: 100%;
	border: 1px solid #cccccc;
}

.cell_listing_info {
	width: 100%;
	padding: 10px;
	border: 1px solid #cccccc;
}

.table_listing {
	width:149px;
	height:310px;
	margin-top:10px;
	border:1px solid #cccccc;
}

.cell_listing_image {
	height:120px;
	vertical-align:middle;
	text-align:center;
}

#cell_listing_title {
	height:40px;
	text-align:center;
}

.cell_listing_title {
	height:40px;
	text-align:center;
}


.cell_listing_size {
	height:40px;
	text-align:center;
}

.cell_listing_btn_1 {
	height:31px;
	text-align:center;
}

.cell_listing_btn_2 {
	text-align:center;
}

.select_size {
	width:55px;
	height:20px;
	margin-top:3px;
	font-size:11px;
}

.select_qty {
	width:55px;
	height:20px;
	margin-top:3px;
	font-size:11px;
}


/* product description */
#table_product_description {
	width:467px;
	height:350px;
}

#cell_product_description_header {
	height:55px;
	background-image:url(../template_images/grey_header.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}

.prod_det {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

#cell_product_description_pic {
	width:244px;
	height:260px;
	border-left:1px solid #cccccc;
	text-align:center;
	vertical-align:top;
}

#cell_product_description_txt {
	width:213px;/*223px;*/
	padding-right:10px;
	padding-top:15px;
	padding-bottom: 10px;
	border-right:1px solid #cccccc;
}

#cell_product_description_txt h1 {
	color:#333333;
	margin-bottom:4px;
}

#cell_product_description_txt p {
	margin-bottom:4px;
}

#cell_product_description_btn {
	height:35px;
	text-align:right;
	padding-right:10px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

/* cart */

#table_twc_cart_banner {
	width: 720px;
}

span.error	{font-weight: bold; color: #CC0000;}

div.error	{padding: 5px 5px 5px 5px; }

/* order */

.form_left {
	padding: 4px;
}

.form_right {
	padding: 4px;
}
/* footer */
#table_footer {
	width:952px;
	border-top:1px solid #cccccc;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}

#table_footer p {
	font-size:11px;
	margin-bottom:7px;
	line-height:15px;
}
div.SAP {
padding:10px;
color:#FF0000;
font-weight:bold;
}
