/* @override 
	http://www.thetapaslunchcompany.co.uk/css/TLC.css
	http://www.thetapaslunchcompany.com/css/TLC.css
*/

/*Definition of Proportions*/
.width1 { width: 100%; }

.width2equalleft { width: 49.5%; margin-right: 1%; float: left;}
.width2equalright { width: 49.5%; float: left;}

.width3equalleft { width: 32%; margin-right: 0.5%; float: left; }
.width3equalright { width: 32%; float: left;}

.width4equalleft { width: 24.75%; margin-right: 0.33333%; float: left;}
.width4equalright { width: 24.75%; float: left;}

.width2goldenleft { width: 64.35%; margin-right: 1%; float: left; }
.width2goldenright { width: 34.65%; margin-right: 1%; float: left;}
.width2goldenfarright { width: 34.65%; float: left;}

.width3goldenleft { width: 53.46%; margin-right: 0.5%; float: left; }
.width3goldenright { width: 22.77%; margin-right: 0.5%; float: left; }
.width3goldenfarright { width: 22.77%; float: left;}

.width4goldenleft { width: 44.55%; margin-right: 0.3333%; float: left; }
.width4goldenright { width: 18.15%; margin-right: 0.3333%; float: left; }
.width4goldenfarright { width: 18%; float: left; }

/*Definition of Proportions - IE Friendly*/
/*
.width1 { width: 100%; }

.width2equalleft { width: 48%; margin-right: 3px; float: left;}
.width2equalright { width: 48%;  float: left;}

.width3equalleft { width: 32%; margin-right: 3px;  float: left; }
.width3equalright { width: 32%;  float: left;}

.width4equalleft { width: 24%; margin-right: 3px;  float: left; }
.width4equalright { width: 24%;  float: right; }

.width2goldenleft { width: 64%; margin-right: 1%;  float: left;}
.width2goldenright { width: 35%; margin-right: 1%;  float: left;}
.width2goldenfarright { width: 35%;  float: right;}

.width3goldenleft { width: 53%; margin-right: 1%;  float: left; }
.width3goldenright { width: 22%; margin-right: 1%; float: left; }
.width3goldenfarright { width: 22%;  float: right;}

.width4goldenleft { width: 43%; margin-right: 1%;  float: left; }
.width4goldenright { width: 18%; margin-right: 1%;  float: left;}
.width4goldenfarright { width: 18%;  float: right; }
*/


/*Layout Setup*/

body {
	margin: 0px;
	background:#3C3C3C none repeat scroll 0 0;
	color: #3f3f3f;
	font-size: 14px;
	text-align: center;
}

body a
{
	color: #d79827;
	text-decoration: none;
}

body a:hover
{
	color: #ce3800;
	text-decoration: none;
}


#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#outerwrapper {
	text-align: left;
	}

#header_container {
	width: 100%;
	overflow: hidden;
	background-color:#3C3C3C ;
}

#logo {
	float: left;
	position: relative;
	}

#welcome_message
{
	float: left;
	position: relative;
	color: white;
	font-size: 11pt;
	width: 430px;
	margin: 15px 5px 0px 5px;
	line-height: 12pt;
}

#login_cart {
	float: right;
	position: relative;
	width: 225px;
	margin: 10px 5px 0px 5px;
	padding-left: 10px;
	color: white;
	overflow: hidden;
	border-left: 1px solid white;
	}
	
#info_navbar{
	background-color: #262626;
	text-transform: uppercase;
	color: #fff;
	font-size: 14pt;
	text-align: center;
	padding: 5px;
}

#info_navbar ul{
	list-style-type: none;
	margin:  0;
	padding: 0;
	display: inline-block;
}

#info_navbar li {
	float: left;
	margin-right: 25px;
}

#custompage_contentandside {
	width: 100%;
	background-color: #fff;
	position: relative;
	}

#sidebar_container {
	width:150px;
	float: left;
	overflow:hidden;
	background-color: #fff;
	margin:  10px;
}

#sidebar_container .nav a {
	font-size: 14pt;
	line-height:80%;
	font-variant:small-caps;
}

#sidebar_container div.nav {
	padding-top: 10px;
	background-color:#262626;
	background-image:url('/images/grey-white.gif');
	background-repeat:repeat-y;
	background-position:top right;
}

#sidebar_container .nav a.textboldnolink {
	color: #D79827;
}

#sidebar_container .nav td {
	padding-bottom: 10px;
	}

#sidebar_container div.sidebar_mod {
	margin: 0px 0px 20px 0;
}

#custompage_content_container {
	width: 790px;
	overflow:hidden;
	background-color: white;
	margin-top: 10px;
	float:  left;
	padding-bottom:20px;
	padding-left: 10px;
	padding-right: 20px;
}
	
.clearer {
	clear:both;
	}
	
#footer_container {
	background-color: white;
	margin-top: 10px;
	margin-bottom:  10px;
	padding:10px;
	}
	
.footbox {
	margin-top: 3px;
	text-align: center;
}
	
#sub_footer_container {
	width: 100%;
	margin-bottom:  20px;
	font-size: x-small;
	color: #999;
	text-align: center;
}

/*Homepage Layout*/

#headbox {
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
	}
	
.headbox_cell {
	height: 100%;
	background-color: white;
	position: relative;
	overflow: hidden;
	}

.catbox {
	height: 200px;
	background-color: silver;
	position: relative;
	margin-top: 3px;
	overflow: hidden;
}

.catbox a,img {
	margin:  0;
	padding: 0;
	border-style: none;
}

#hp_cat_boxes {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

/*Netsuite Overrides*/

.text {
	color: inherit;
	font-size: inherit;
}

.smalltextnolink {
	color: inherit;
	font-size: inherit;
}

a.smalltext {
	color: inherit;
	font-size: inherit;
}

td.smalltext {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

a.textboldnolink, td.textboldnolink {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

#div__body {
	background-color: #fff;
}

td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

/*Layouts CSS*/

/*
Formatting for Item Drilldown layout - Oct 08
*/

#product_header {
	width:600px;
	border-bottom: 2px solid #3f3f3f;
}
	
#product_header h1 {
	font-size: x-large;
}
	
#product_code {
	width:600px;
	text-align: right;
	margin-top: 10px;
}
		
#product_code h1 {
	font-size: large;
}

.text_caption {
	font-size: 16px;
	color: #333;
	}
	
.text_content {
	font-size: 14px;
	color: #666;
	}
	
#offer_content {
	font-size:14px;
	font-style:italic;
	color: #990000;
	}
	
#product_images {
	width: 800px;
	position:relative;
	margin-bottom: 10px;
			}
	
#offer_star {
	width:100px;
	height:100px;
	left: 0 px;
	top: 0px;
	position:absolute;
	z-index:1;
	}

#product_text {
	width:550px;
	float: left;
}

#content_links {
	width: 200px;
	margin-left: 10px;
	font-size: 13px;
	float: left;
	border-left: solid 1px #3C3C3C;
		}

#content_links .info_bar_module {
	margin-left: 5px;
}

#content_links .info_bar_module ul {
	margin-left: 0px;
}

/*
Formatting for Add to Cart Button
*/

/*
.Add_To_Cart_Off {
	font-size: 12px;
	color: #333;
	background-color: #ffe93e;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.Add_To_Cart_On {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ce3800;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.qtty_to_cart {
	font-size: 12px;
	color: #333;
	background-color: #fff;	
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
*/
	

#drilldown_container td.price_content {
	width: 50%;
}

#drilldown_container td.addtocart_content {
	text-align: center;
}


/*
Formatting for Item Lists
*/

.item_list_image_container {
	position:relative;
	}
	
.item_list_offer_image {
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	}
	
/*
Formatting the New Products Lineup
*/

.new_product_cell {
	width:75px;
	padding: 5px;
	float: left;
	height: 80px;
	margin: 5px;
	text-align: center;
	}

.new_product_cell a {
	font-size: 7pt;
	line-height: 90%;
	letter-spacing: 40%;
	color: #ce3800;
	}
	
.new_product_image {
	float: left;
	}

tr#carttableheader {
	background-color: #DDDDDD;
	}
	
/*
Sociable Bar
*/

div#sociable {
	background-color: #262626;
	}

