﻿
/* colors: #CCFF98 */

body 
{
	font: tahoma 10pt;
}


/*tab gradient cell */
.gradient
{
	background: url(../images/gradient100.gif) top right repeat-x;
}

/* content cell */
.content
{
	height: 646px;
	width: 100%;
}

/* rounded gradient */

.gbox 
{
   background: #ffffff url(../Images/gbox_grad.gif) repeat-x top left;
}

.gbox_top div 
{
   background: url(../Images/gbox_tl.gif) no-repeat top left;
}

.gbox_top 
{
   background: transparent url(../Images/gbox_tr.gif) no-repeat top right;
}

.gbox_top div, .gbox_top 
{
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.gbox_content { margin: 0 30px; }

/*                
<div class="gbox">
    <div class="gbox_top"><div></div></div>
    <div class="gbox_content">
        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
        incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
        exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
        irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
        deserunt mollit anim id est laborum.
    </div>
</div>
*/


/* Products CSS */


.Product_Border
{
	border-style: dotted;
	border-width: 0px 0px 0px 2px;
	border-color: #CCFF98;
	width: 200px;
	empty-cells: show;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	/*background-color: #CCFF98;*/
	padding: 0px;
}

.Product_Title
{
	font-family:Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.Product_Font
{
	font-family:Tahoma;
	font-size: 12px;
}

.Product_Table
{
	width: 100%;
	border: 0px;
	empty-cells: show;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}
 
.Contact_Box
{
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #CCFF98;
	width: 500px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	/*background-color: #CCFF98;*/
	padding: 0px;
}