@charset "utf-8";
/* CSS Document */

/* -------------Office Snax - Category Table CSS------------ */

/* -----------Colors--------------
Orange:#FF6600
Yellow:#FFF200
Grey:#CCCCCC
*/



/* -------------------Main------------------ */


#tablecontainer { 	margin:0 auto;
					padding:5px 5px 5px 5px;
					width:688px;}




/* -------------------Middle------------------ */

#middlecontainer {	background-color:#CCCCCC;
				 /*	height:700px; */
					width:1024px;}
					
#categoreymenu { 	background-color:FF6600;
					float:left;
					height:500px;
					margin-left:20px;
					margin-top:10px;
					width:200px;}
					
#contentcontainer{ 	background-color:#FFFFFF;
					float:left;
					height:500px;
					margin-left:23px;
					margin-top:10px;
					}

.productcontainer{ 	float:left;
					padding-left:20px; 
					padding-top:20px; 
					width:146px;
					height:240px;
					}

.productimgbox {	background-image:url(../images/layout/productbkgd.gif);
					background-repeat:no-repeat;
					background-position:top;
					height:131px;
				/*	margin-left:14px; */
					margin-top:0px;
					width:146px;}
					
.productimg {		margin-left:13px; 
					margin-top:10px;
					width:110px;
					height:100px;
					border:1px solid;}
								
					
					
.producttextbox {	padding-top:2px;
					width:146px;}
					
					
.producttitle { 	font-family:  Arial, Helvetica, sans-serif;
					font-size:15px;
					font-weight:1000;
					margin-left:16px;
					width:130px;}
					
.producttitle a { text-decoration:none;}
.producttitle a:hover { color:#EB7800;}

					
.productdesc {		font-family:  Arial, Helvetica, sans-serif;
					font-size:11px;
					line-height:normal;
					margin-left:16px;
					padding-top:5px;
					width:130px;}